From 2ede95241e72765456791dd08f561042158dca7e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 26 Jul 2016 20:54:46 -0600 Subject: [PATCH] Update app_languages.php --- app/devices/app_languages.php | 58 ++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index 9db06feae2..d5f8cb8785 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -659,17 +659,53 @@ $text['label-p2t']['de-at'] = "Push to Talk"; $text['label-p2t']['ar-eg'] = ""; $text['label-p2t']['he'] = ""; -$text['label-outbound_proxy']['en-us'] = "Outbound Proxy"; -$text['label-outbound_proxy']['es-cl'] = "Proxy de salida"; -$text['label-outbound_proxy']['pt-pt'] = "Outbound Proxy"; -$text['label-outbound_proxy']['fr-fr'] = "Proxy Sortant"; -$text['label-outbound_proxy']['pt-br'] = "Proxy Outbound"; -$text['label-outbound_proxy']['pl'] = "Wychodzący serwer proxy"; -$text['label-outbound_proxy']['uk'] = ""; -$text['label-outbound_proxy']['sv-se'] = "Utgående Proxy"; -$text['label-outbound_proxy']['de-at'] = "Outbound Proxy"; -$text['label-outbound_proxy']['ar-eg'] = ""; -$text['label-outbound_proxy']['he'] = ""; +$text['label-outbound_proxy_primary']['en-us'] = "Outbound Proxy"; +$text['label-outbound_proxy_primary']['es-cl'] = "Proxy de salida"; +$text['label-outbound_proxy_primary']['pt-pt'] = "Outbound Proxy"; +$text['label-outbound_proxy_primary']['fr-fr'] = "Proxy Sortant"; +$text['label-outbound_proxy_primary']['pt-br'] = "Proxy Outbound"; +$text['label-outbound_proxy_primary']['pl'] = "Wychodzący serwer proxy"; +$text['label-outbound_proxy_primary']['uk'] = ""; +$text['label-outbound_proxy_primary']['sv-se'] = "Utgående Proxy"; +$text['label-outbound_proxy_primary']['de-at'] = "Outbound Proxy"; +$text['label-outbound_proxy_primary']['ar-eg'] = ""; +$text['label-outbound_proxy_primary']['he'] = ""; + +$text['label-outbound_proxy_secondary']['en-us'] = "Outbound Proxy"; +$text['label-outbound_proxy_secondary']['es-cl'] = "Proxy de salida"; +$text['label-outbound_proxy_secondary']['pt-pt'] = "Outbound Proxy"; +$text['label-outbound_proxy_secondary']['fr-fr'] = "Proxy Sortant"; +$text['label-outbound_proxy_secondary']['pt-br'] = "Proxy Outbound"; +$text['label-outbound_proxy_secondary']['pl'] = "Wychodzący serwer proxy"; +$text['label-outbound_proxy_secondary']['uk'] = ""; +$text['label-outbound_proxy_secondary']['sv-se'] = "Utgående Proxy"; +$text['label-outbound_proxy_secondary']['de-at'] = "Outbound Proxy"; +$text['label-outbound_proxy_secondary']['ar-eg'] = ""; +$text['label-outbound_proxy_secondary']['he'] = ""; + +$text['label-primary']['en-us'] = "Primary"; +$text['label-primary']['es-cl'] = "1"; +$text['label-primary']['pt-pt'] = "1"; +$text['label-primary']['fr-fr'] = "1"; +$text['label-primary']['pt-br'] = "1"; +$text['label-primary']['pl'] = "1"; +$text['label-primary']['uk'] = "1"; +$text['label-primary']['sv-se'] = "1"; +$text['label-primary']['de-at'] = "1"; +$text['label-primary']['ar-eg'] = "1"; +$text['label-primary']['he'] = "1"; + +$text['label-secondary']['en-us'] = "Secondary"; +$text['label-secondary']['es-cl'] = "2"; +$text['label-secondary']['pt-pt'] = "2"; +$text['label-secondary']['fr-fr'] = "2"; +$text['label-secondary']['pt-br'] = "2"; +$text['label-secondary']['pl'] = "2"; +$text['label-secondary']['uk'] = "2"; +$text['label-secondary']['sv-se'] = "2"; +$text['label-secondary']['de-at'] = "2"; +$text['label-secondary']['ar-eg'] = "2"; +$text['label-secondary']['he'] = "2"; $text['label-orbit']['en-us'] = "Park + Orbit"; $text['label-orbit']['es-cl'] = "Park + Órbita";