mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Default select value adjustments
This commit is contained in:
@@ -197,19 +197,19 @@
|
||||
$text['description-channels']['es-cl'] = "Número máximo de canales simultaneos disponibles en la pasarela.";
|
||||
$text['description-channels']['pt-pt'] = "Número máximo de canais simultâneos no gateway.";
|
||||
|
||||
$text['label-caller_id_in_from']['en-us'] = "Caller Id In From";
|
||||
$text['label-caller_id_in_from']['es-cl'] = "Caller Id In From";
|
||||
$text['label-caller_id_in_from']['pt-pt'] = "Caller Id In From";
|
||||
$text['label-caller_id_in_from']['fr-fr'] = "Caller Id In From";
|
||||
$text['label-caller_id_in_from']['en-us'] = "Caller ID In From";
|
||||
$text['label-caller_id_in_from']['es-cl'] = "Caller ID In From";
|
||||
$text['label-caller_id_in_from']['pt-pt'] = "Caller ID In From";
|
||||
$text['label-caller_id_in_from']['fr-fr'] = "Caller ID In From";
|
||||
|
||||
$text['description-caller_id_in_from']['en-us'] = "Enter the caller-id-in-from.";
|
||||
$text['description-caller_id_in_from']['es-cl'] = "Ingrese la parte caller-id-in-from de la cabecera SIP";
|
||||
$text['description-caller_id_in_from']['pt-pt'] = "Introduza o caller-id-in-from";
|
||||
$text['description-caller_id_in_from']['fr-fr'] = "Insérer ici la partie Caller-id à utiliser dans le header SIP From.";
|
||||
|
||||
$text['label-supress_cng']['en-us'] = "Supress Cng";
|
||||
$text['label-supress_cng']['es-cl'] = "Suprimir Cng";
|
||||
$text['label-supress_cng']['pt-pt'] = "Supress Cng";
|
||||
$text['label-supress_cng']['en-us'] = "Supress CNG";
|
||||
$text['label-supress_cng']['es-cl'] = "Suprimir CNG";
|
||||
$text['label-supress_cng']['pt-pt'] = "Supress CNG";
|
||||
$text['label-supress_cng']['fr-fr'] = "suppression du silence";
|
||||
|
||||
$text['description-supress_cng']['en-us'] = "Enter the supress-cng";
|
||||
|
||||
@@ -487,7 +487,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='register'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
if ($register == "true") {
|
||||
echo " <option value='true' selected='selected'>".$text['label-true']."</option>\n";
|
||||
}
|
||||
@@ -791,7 +790,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='enabled'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
if ($enabled == "true") {
|
||||
echo " <option value='true' selected='selected'>".$text['label-true']."</option>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user