Conferences: Add window titles.

This commit is contained in:
Nate
2020-01-06 11:25:38 -07:00
parent 823dcaf4cd
commit 3cdd9396f6
3 changed files with 23 additions and 0 deletions

View File

@@ -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

View File

@@ -157,6 +157,7 @@
//if (strlen($conference_description) == 0) { $msg .= "Please provide: Description<br>\n"; }
if (strlen($conference_enabled) == 0) { $msg .= "".$text['confirm-enabled']."<br>\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 "<div align='center'>\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

View File

@@ -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