From c47653656ef1eefbeaa2f8f888105c3cdff9308c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 13 Dec 2018 17:48:17 -0700 Subject: [PATCH] Update setting_edit.php --- app/settings/setting_edit.php | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/app/settings/setting_edit.php b/app/settings/setting_edit.php index c6c099fd4f..024965a4be 100644 --- a/app/settings/setting_edit.php +++ b/app/settings/setting_edit.php @@ -213,10 +213,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; if ($action == "add") { - echo "".$text['title-settings-add']."

\n"; + echo "".$text['title-settings_add']."

\n"; } if ($action == "update") { - echo "".$text['title-settings-update']."

\n"; + echo "".$text['title-settings_update']."

\n"; } echo ""; if (permission_exists('setting_edit')) { @@ -227,34 +227,34 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$text['label-event-socket-ip']."\n"; + echo " ".$text['label-event_socket_ip']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-event-socket-ip']."\n"; + echo $text['description-event_socket_ip']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo " ".$text['label-event-socket-port']."\n"; + echo " ".$text['label-event_socket_port']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-event-socket-port']."\n"; + echo $text['description-event_socket_port']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo " ".$text['label-event-socket-pw']."\n"; + echo " ".$text['label-event_socket_password']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-event-socket-pw']."\n"; + echo $text['description-event_socket_password']."\n"; echo "\n"; echo "\n"; @@ -271,29 +271,29 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$text['label-xml-rpc-port']."\n"; + echo " ".$text['label-xml_rpc_http_port']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-xml-rpc-port']."\n"; + echo $text['description-xml_rpc_http_port']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo " ".$text['label-xml-rpc-realm']."\n"; + echo " ".$text['label-xml_rpc_auth_realm']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-xml-rpc-realm']."\n"; + echo $text['description-xml_rpc_auth_realm']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo " ".$text['label-xml-rpc-user']."\n"; + echo " ".$text['label-xml_rpc_auth_user']."\n"; echo "\n"; echo "\n"; echo " \n"; @@ -304,18 +304,18 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo " ".$text['label-xml-rpc-pw']."\n"; + echo " ".$text['label-xml_rpc_auth_pass']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-xml-rpc-pw']."\n"; + echo $text['description-xml_rpc_auth_pass']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo " ".$text['label-shout-decoder']."\n"; + echo " ".$text['label-mod_shout_decoder']."\n"; echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-shout-decoder']."\n"; + echo $text['description-mod_shout_decoder']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; - echo " ".$text['label-shout-volume']."\n"; + echo " ".$text['label-mod_shout_volume']."\n"; echo "\n"; echo "\n"; echo " \n";