Change the label 'title' to 'title-ring_groups'
This commit is contained in:
parent
73d62546a4
commit
c2ddc91a4f
|
|
@ -1,15 +1,15 @@
|
|||
<?php
|
||||
|
||||
$text['title']['en-us'] = "Ring Groups";
|
||||
$text['title']['es-cl'] = "Grupo de llamado";
|
||||
$text['title']['fr-fr'] = "Groupes de Sonnerie";
|
||||
$text['title']['pt-pt'] = "Grupos";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pl'] = "Grupy odbiorców rozmów";
|
||||
$text['title']['sv-se'] = "Ringgrupper";
|
||||
$text['title']['uk'] = "Групи";
|
||||
$text['title']['de-at'] = "Rufgruppen";
|
||||
$text['title']['he'] = "קבוצות חיוג";
|
||||
$text['title-ring_groups']['en-us'] = "Ring Groups";
|
||||
$text['title-ring_groups']['es-cl'] = "Grupo de llamado";
|
||||
$text['title-ring_groups']['fr-fr'] = "Groupes de Sonnerie";
|
||||
$text['title-ring_groups']['pt-pt'] = "Grupos";
|
||||
$text['title-ring_groups']['pt-br'] = "Configurações da Conta";
|
||||
$text['title-ring_groups']['pl'] = "Grupy odbiorców rozmów";
|
||||
$text['title-ring_groups']['sv-se'] = "Ringgrupper";
|
||||
$text['title-ring_groups']['uk'] = "Групи";
|
||||
$text['title-ring_groups']['de-at'] = "Rufgruppen";
|
||||
$text['title-ring_groups']['he'] = "קבוצות חיוג";
|
||||
|
||||
$text['option-usring']['en-us'] = "us-ring";
|
||||
$text['option-usring']['es-cl'] = "us-ring";
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ require_once "resources/paging.php";
|
|||
if (!$is_included) {
|
||||
echo "<table width='100%' border='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title']."</b></td>\n";
|
||||
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-ring_groups']."</b></td>\n";
|
||||
echo " <td width='50%' align='right'> </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo " <tr>\n";
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ require_once "resources/check_auth.php";
|
|||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
//$document['title'] = $text['title-ring_group_forward'];
|
||||
//$document['title-ring_groups'] = $text['title-ring_group_forward'];
|
||||
|
||||
//get the hunt_group_uuid
|
||||
$ring_group_uuid = check_str($_REQUEST["id"]);
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ require_once "resources/paging.php";
|
|||
//show the content
|
||||
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title']."</b></td>\n";
|
||||
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-ring_groups']."</b></td>\n";
|
||||
echo " <td width='50%' align='right'> </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo " <tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue