diff --git a/app/conferences/app_languages.php b/app/conferences/app_languages.php index 596e9e5ae2..b457751ed0 100644 --- a/app/conferences/app_languages.php +++ b/app/conferences/app_languages.php @@ -21,6 +21,26 @@ $text['title-conferences']['ru-ru'] = "Конференции"; $text['title-conferences']['sv-se'] = "Konferenser"; $text['title-conferences']['uk-ua'] = ""; +$text['title-conference']['en-us'] = "Conference"; +$text['title-conference']['ar-eg'] = ""; +$text['title-conference']['de-at'] = "Konferenzen"; //copied from de-de +$text['title-conference']['de-ch'] = "Konferenzen"; //copied from de-de +$text['title-conference']['de-de'] = "Konferenzen"; +$text['title-conference']['es-cl'] = "Conferencias"; +$text['title-conference']['es-mx'] = "Conferencias"; //copied from es-cl +$text['title-conference']['fr-ca'] = "Conférences"; //copied from fr-fr +$text['title-conference']['fr-fr'] = "Conférences"; +$text['title-conference']['he-il'] = ""; +$text['title-conference']['it-it'] = "Conferenze"; +$text['title-conference']['nl-nl'] = "Conferenties"; +$text['title-conference']['pl-pl'] = ""; +$text['title-conference']['pt-br'] = "Conferências"; //copied from pt-pt +$text['title-conference']['pt-pt'] = "Conferências"; +$text['title-conference']['ro-ro'] = ""; +$text['title-conference']['ru-ru'] = "Конференции"; +$text['title-conference']['sv-se'] = "Konferenser"; +$text['title-conference']['uk-ua'] = ""; + $text['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number."; $text['description']['ar-eg'] = ""; $text['description']['de-at'] = "Konferenzen wird verwendet, um KOnferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen."; //copied from de-de diff --git a/app/conferences/conference_edit.php b/app/conferences/conference_edit.php index 9d12589a10..3ac3996fb0 100644 --- a/app/conferences/conference_edit.php +++ b/app/conferences/conference_edit.php @@ -157,6 +157,7 @@ //if (strlen($conference_description) == 0) { $msg .= "Please provide: Description
\n"; } if (strlen($conference_enabled) == 0) { $msg .= "".$text['confirm-enabled']."
\n"; } if (strlen($msg) > 0 && strlen($_POST["persistformvar"]) == 0) { + $document['title'] = $text['title-conference']; require_once "resources/header.php"; require_once "resources/persist_form_var.php"; echo "
\n"; @@ -309,6 +310,7 @@ $token = $object->create($_SERVER['PHP_SELF']); //show the header + $document['title'] = $text['title-conference']; require_once "resources/header.php"; //show the content diff --git a/app/conferences/conferences.php b/app/conferences/conferences.php index 9ce4fec7bf..7e850cf00e 100644 --- a/app/conferences/conferences.php +++ b/app/conferences/conferences.php @@ -134,6 +134,7 @@ $token = $object->create($_SERVER['PHP_SELF']); //include the header + $document['title'] = $text['title-conferences']; require_once "resources/header.php"; //show the content