From f9edec75f8ded08f4bd37ed96844fbaa576ad51c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 30 Jul 2017 11:41:42 -0600 Subject: [PATCH] Update app_languages.php --- app/destinations/app_languages.php | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index 7f510aea97..9a369642ca 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -61,6 +61,46 @@ $text['title-destination-add']['ru-ru'] = "Направление"; $text['title-destination-add']['sv-se'] = "Destination"; $text['title-destination-add']['uk-ua'] = "Номер"; +$text['button-outbound']['en-us'] = "Outbound"; +$text['button-outbound']['ar-eg'] = "صادر"; +$text['button-outbound']['de-at'] = "Ausgehend"; +$text['button-outbound']['de-ch'] = "Ausgehend"; //copied from de-de +$text['button-outbound']['de-de'] = "Ausgehend"; +$text['button-outbound']['es-cl'] = "Saliente"; +$text['button-outbound']['es-mx'] = "Saliente"; //copied from es-cl +$text['button-outbound']['fr-ca'] = "Sortant"; //copied from fr-fr +$text['button-outbound']['fr-fr'] = "Sortant"; +$text['button-outbound']['he-il'] = "יוצא"; +$text['button-outbound']['it-it'] = "In Uscita"; +$text['button-outbound']['nl-nl'] = ""; +$text['button-outbound']['pl-pl'] = "Wychodzący"; +$text['button-outbound']['pt-br'] = "Saída"; +$text['button-outbound']['pt-pt'] = "Saída"; +$text['button-outbound']['ro-ro'] = ""; +$text['button-outbound']['ru-ru'] = "Исходящий"; +$text['button-outbound']['sv-se'] = "Utgående"; +$text['button-outbound']['uk-ua'] = "Вихідний"; + +$text['button-inbound']['en-us'] = "Inbound"; +$text['button-inbound']['ar-eg'] = "وارد"; +$text['button-inbound']['de-at'] = "Eingehend"; +$text['button-inbound']['de-ch'] = "Eingehend"; //copied from de-de +$text['button-inbound']['de-de'] = "Eingehend"; +$text['button-inbound']['es-cl'] = "Entrante"; +$text['button-inbound']['es-mx'] = "Entrante"; //copied from es-cl +$text['button-inbound']['fr-ca'] = "Entrant"; //copied from fr-fr +$text['button-inbound']['fr-fr'] = "Entrant"; +$text['button-inbound']['he-il'] = "נכנס"; +$text['button-inbound']['it-it'] = "In Entrata"; +$text['button-inbound']['nl-nl'] = ""; +$text['button-inbound']['pl-pl'] = "Przychodzący"; +$text['button-inbound']['pt-br'] = "Entrada"; +$text['button-inbound']['pt-pt'] = "Entrada"; +$text['button-inbound']['ro-ro'] = ""; +$text['button-inbound']['ru-ru'] = "Входящий"; +$text['button-inbound']['sv-se'] = "Inkommande"; +$text['button-inbound']['uk-ua'] = "Вхідний"; + $text['select-global']['en-us'] = "Global"; $text['select-global']['ar-eg'] = ""; $text['select-global']['de-at'] = "Global";