Added Greek & Turkish translations to core app_languages.php files (#6856)

* Added Greek translations to dialplans/app_languages.php

* Added Turkish & Greek translations to email_queue/app_languages.php

* Added Greek translations to dialplan_outbound/app_languages.php

* Added Greek translations to dialplan_inbound/app_languages.php
This commit is contained in:
Anthony 2023-12-22 15:31:34 -07:00 committed by GitHub
parent 6d3671840d
commit d002628237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 266 additions and 10 deletions

View File

@ -6,6 +6,7 @@ $text['title-dialplan-inbound-add']['ar-eg'] = "الاتصال السريع";
$text['title-dialplan-inbound-add']['de-at'] = "Routing eingehender Anrufe";
$text['title-dialplan-inbound-add']['de-ch'] = "Routing eingehender Anrufe";
$text['title-dialplan-inbound-add']['de-de'] = "Routing eingehender Anrufe";
$text['title-dialplan-inbound-add']['el-gr'] = "Δρομολόγηση εισερχόμενων κλήσεων";
$text['title-dialplan-inbound-add']['es-cl'] = "Ruteo de Llamadas Entrantes";
$text['title-dialplan-inbound-add']['es-mx'] = "Ruteo de Llamadas Entrantes";
$text['title-dialplan-inbound-add']['fr-ca'] = "Routage des appels entrant";
@ -30,6 +31,7 @@ $text['option-uuid']['ar-eg'] = "UUID";
$text['option-uuid']['de-at'] = "UUID";
$text['option-uuid']['de-ch'] = "UUID";
$text['option-uuid']['de-de'] = "UUID";
$text['option-uuid']['el-gr'] = "UUID";
$text['option-uuid']['es-cl'] = "UUID";
$text['option-uuid']['es-mx'] = "UUID";
$text['option-uuid']['fr-ca'] = "UUID";
@ -54,6 +56,7 @@ $text['option-username']['ar-eg'] = "المستعمل";
$text['option-username']['de-at'] = "Benutzername";
$text['option-username']['de-ch'] = "Benutzername";
$text['option-username']['de-de'] = "Benutzername";
$text['option-username']['el-gr'] = "Όνομα χρήστη";
$text['option-username']['es-cl'] = "Nombre de usuario";
$text['option-username']['es-mx'] = "Nombre de usuario";
$text['option-username']['fr-ca'] = "Nom d'utilisateur";
@ -78,6 +81,7 @@ $text['option-source']['ar-eg'] = "المصدر";
$text['option-source']['de-at'] = "Quelle";
$text['option-source']['de-ch'] = "Quelle";
$text['option-source']['de-de'] = "Quelle";
$text['option-source']['el-gr'] = "Πηγή";
$text['option-source']['es-cl'] = "Fuente";
$text['option-source']['es-mx'] = "Fuente";
$text['option-source']['fr-ca'] = "Source";
@ -102,6 +106,7 @@ $text['option-rdnis']['ar-eg'] = "RDNIS";
$text['option-rdnis']['de-at'] = "RDNIS";
$text['option-rdnis']['de-ch'] = "RDNIS";
$text['option-rdnis']['de-de'] = "RDNIS";
$text['option-rdnis']['el-gr'] = "RDNIS";
$text['option-rdnis']['es-cl'] = "RDNIS";
$text['option-rdnis']['es-mx'] = "RDNIS";
$text['option-rdnis']['fr-ca'] = "RDNIS";
@ -126,6 +131,7 @@ $text['option-public']['ar-eg'] = "الجمهور";
$text['option-public']['de-at'] = "Öffentlich";
$text['option-public']['de-ch'] = "Öffentlich";
$text['option-public']['de-de'] = "Öffentlich";
$text['option-public']['el-gr'] = "Δημόσιο";
$text['option-public']['es-cl'] = "Público";
$text['option-public']['es-mx'] = "Público";
$text['option-public']['fr-ca'] = "Publique";
@ -150,6 +156,7 @@ $text['option-network_addr']['ar-eg'] = "العنوان الشبكي";
$text['option-network_addr']['de-at'] = "Netzwerk Adresse";
$text['option-network_addr']['de-ch'] = "Netzwerk Adresse";
$text['option-network_addr']['de-de'] = "Netzwerk Adresse";
$text['option-network_addr']['el-gr'] = "Διεύθυνση δικτύου";
$text['option-network_addr']['es-cl'] = "Dirección de Red";
$text['option-network_addr']['es-mx'] = "Dirección de Red";
$text['option-network_addr']['fr-ca'] = "Adresse Réseau";
@ -174,6 +181,7 @@ $text['option-destination_number']['ar-eg'] = "رقم الوجهة";
$text['option-destination_number']['de-at'] = "Ziel Rufnummer";
$text['option-destination_number']['de-ch'] = "Ziel Rufnummer";
$text['option-destination_number']['de-de'] = "Ziel Rufnummer";
$text['option-destination_number']['el-gr'] = "Αριθμός προορισμού";
$text['option-destination_number']['es-cl'] = "Número de Destino";
$text['option-destination_number']['es-mx'] = "Número de Destino";
$text['option-destination_number']['fr-ca'] = "Numéro de Destination";
@ -198,6 +206,7 @@ $text['option-context']['ar-eg'] = "السياق";
$text['option-context']['de-at'] = "Kontext";
$text['option-context']['de-ch'] = "Kontext";
$text['option-context']['de-de'] = "Kontext";
$text['option-context']['el-gr'] = "Συμφραζόμενα";
$text['option-context']['es-cl'] = "Contexto";
$text['option-context']['es-mx'] = "Contexto";
$text['option-context']['fr-ca'] = "Contexte";
@ -222,6 +231,7 @@ $text['option-chan_name']['ar-eg'] = "اسم القناة";
$text['option-chan_name']['de-at'] = "Kanal Name";
$text['option-chan_name']['de-ch'] = "Kanal Name";
$text['option-chan_name']['de-de'] = "Kanal Name";
$text['option-chan_name']['el-gr'] = "Όνομα καναλιού";
$text['option-chan_name']['es-cl'] = "Nombre de Canal";
$text['option-chan_name']['es-mx'] = "Nombre de Canal";
$text['option-chan_name']['fr-ca'] = "Nom de canal";
@ -246,6 +256,7 @@ $text['option-caller_id_number']['ar-eg'] = "رقم هوية المتصل";
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['de-ch'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['el-gr'] = "Αριθμός αναγνώρισης καλούντος";
$text['option-caller_id_number']['es-cl'] = "Número de Caller ID";
$text['option-caller_id_number']['es-mx'] = "Número de Caller ID";
$text['option-caller_id_number']['fr-ca'] = "Numéro d'appelant";
@ -270,6 +281,7 @@ $text['option-caller_id_name']['ar-eg'] = "اسم المتصل";
$text['option-caller_id_name']['de-at'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['de-ch'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['de-de'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['el-gr'] = "Όνομα αναγνώρισης κλήσης";
$text['option-caller_id_name']['es-cl'] = "Nombre de Caller ID";
$text['option-caller_id_name']['es-mx'] = "Nombre de Caller ID";
$text['option-caller_id_name']['fr-ca'] = "Nom d'appelant";
@ -294,6 +306,7 @@ $text['option-ani2']['ar-eg'] = "ANI2";
$text['option-ani2']['de-at'] = "ANI2";
$text['option-ani2']['de-ch'] = "ANI2";
$text['option-ani2']['de-de'] = "ANI2";
$text['option-ani2']['el-gr'] = "ANI2";
$text['option-ani2']['es-cl'] = "ANI2";
$text['option-ani2']['es-mx'] = "ANI2";
$text['option-ani2']['fr-ca'] = "ANI2";
@ -318,6 +331,7 @@ $text['option-ani']['ar-eg'] = "ANI";
$text['option-ani']['de-at'] = "ANI";
$text['option-ani']['de-ch'] = "ANI";
$text['option-ani']['de-de'] = "ANI";
$text['option-ani']['el-gr'] = "ANI";
$text['option-ani']['es-cl'] = "ANI";
$text['option-ani']['es-mx'] = "ANI";
$text['option-ani']['fr-ca'] = "ANI";
@ -342,6 +356,7 @@ $text['label-select-inbound-destination-number']['ar-eg'] = "إختار رقم
$text['label-select-inbound-destination-number']['de-at'] = "Wählen Sie die Zielnummer für eingehende Anrufe.";
$text['label-select-inbound-destination-number']['de-ch'] = "Wählen Sie die Zielnummer für eingehende Anrufe.";
$text['label-select-inbound-destination-number']['de-de'] = "Wählen Sie die Zielnummer für eingehende Anrufe.";
$text['label-select-inbound-destination-number']['el-gr'] = "Επιλέξτε τον αριθμό εισερχόμενου προορισμού.";
$text['label-select-inbound-destination-number']['es-cl'] = "Seleccione el número de destino entrante.";
$text['label-select-inbound-destination-number']['es-mx'] = "Seleccione el número de destino entrante.";
$text['label-select-inbound-destination-number']['fr-ca'] = "Sélectionnez le numéro de destination entrant.";
@ -366,6 +381,7 @@ $text['label-required-domain_uuid']['ar-eg'] = "يرجى تقديم ما يلي:
$text['label-required-domain_uuid']['de-at'] = "Bitte angeben: domain_uuid";
$text['label-required-domain_uuid']['de-ch'] = "Bitte angeben: domain_uuid";
$text['label-required-domain_uuid']['de-de'] = "Bitte angeben: domain_uuid";
$text['label-required-domain_uuid']['el-gr'] = "Καταχωρίστε: domain_uuid";
$text['label-required-domain_uuid']['es-cl'] = "Por favor indique: domain_uuid";
$text['label-required-domain_uuid']['es-mx'] = "Por favor indique: domain_uuid";
$text['label-required-domain_uuid']['fr-ca'] = "Merci d'indiquer: domain_uuid";
@ -390,6 +406,7 @@ $text['label-required-dialplan_name']['ar-eg'] = "يرجى تقديم: اسم ا
$text['label-required-dialplan_name']['de-at'] = "Bitte angeben: Namen der Nebenstelle";
$text['label-required-dialplan_name']['de-ch'] = "Bitte angeben: Namen der Nebenstelle";
$text['label-required-dialplan_name']['de-de'] = "Bitte angeben: Namen der Nebenstelle";
$text['label-required-dialplan_name']['el-gr'] = "Καταχωρίστε: Όνομα επέκτασης";
$text['label-required-dialplan_name']['es-cl'] = "Por favor indique: Nombre Extensión";
$text['label-required-dialplan_name']['es-mx'] = "Por favor indique: Nombre Extensión";
$text['label-required-dialplan_name']['fr-ca'] = "Merci d'indiquer: Nom d'extension";
@ -414,6 +431,7 @@ $text['label-required-condition_field_1']['ar-eg'] = "يرجى تقديم ما
$text['label-required-condition_field_1']['de-at'] = "Bitte angeben: Feld für Bedingung";
$text['label-required-condition_field_1']['de-ch'] = "Bitte angeben: Feld für Bedingung";
$text['label-required-condition_field_1']['de-de'] = "Bitte angeben: Feld für Bedingung";
$text['label-required-condition_field_1']['el-gr'] = "Δώστε: Πεδίο κατάστασης";
$text['label-required-condition_field_1']['es-cl'] = "Por favor indique: Campo de Condición";
$text['label-required-condition_field_1']['es-mx'] = "Por favor indique: Campo de Condición";
$text['label-required-condition_field_1']['fr-ca'] = "Merci d'indiquer: Champs Condition";
@ -438,6 +456,7 @@ $text['label-required-condition_expression_1']['ar-eg'] = "يرجى تقديم
$text['label-required-condition_expression_1']['de-at'] = "Bitte angeben: Ausdruck für Bedingung";
$text['label-required-condition_expression_1']['de-ch'] = "Bitte angeben: Ausdruck für Bedingung";
$text['label-required-condition_expression_1']['de-de'] = "Bitte angeben: Ausdruck für Bedingung";
$text['label-required-condition_expression_1']['el-gr'] = "Καταχωρίστε: Έκφραση συνθήκης";
$text['label-required-condition_expression_1']['es-cl'] = "Por favor indique: Expresión de Condición";
$text['label-required-condition_expression_1']['es-mx'] = "Por favor indique: Expresión de Condición";
$text['label-required-condition_expression_1']['fr-ca'] = "Merci d'indiquer: Expression Condition";
@ -462,6 +481,7 @@ $text['label-required-action_application_1']['ar-eg'] = "يرجى تقديم م
$text['label-required-action_application_1']['de-at'] = "Bitte angeben: Anwendung für Aktion";
$text['label-required-action_application_1']['de-ch'] = "Bitte angeben: Anwendung für Aktion";
$text['label-required-action_application_1']['de-de'] = "Bitte angeben: Anwendung für Aktion";
$text['label-required-action_application_1']['el-gr'] = "Παρέχετε: Αίτηση δράσης";
$text['label-required-action_application_1']['es-cl'] = "Por favor indique: Aplicación de Acción";
$text['label-required-action_application_1']['es-mx'] = "Por favor indique: Aplicación de Acción";
$text['label-required-action_application_1']['fr-ca'] = "Merci d'indiquer: Application Action";
@ -486,6 +506,7 @@ $text['label-caller-id-number-prefix']['ar-eg'] = "رقم بريديكس";
$text['label-caller-id-number-prefix']['de-at'] = "Präfix für Anruferkennung";
$text['label-caller-id-number-prefix']['de-ch'] = "Präfix für Anruferkennung";
$text['label-caller-id-number-prefix']['de-de'] = "Präfix für Anruferkennung";
$text['label-caller-id-number-prefix']['el-gr'] = "Πρόθεμα αριθμού αναγνώρισης καλούντος";
$text['label-caller-id-number-prefix']['es-cl'] = "Redial prefijo de salida";
$text['label-caller-id-number-prefix']['es-mx'] = "Redial prefijo de salida";
$text['label-caller-id-number-prefix']['fr-ca'] = "Préfixe d'identification de l'appelant";
@ -510,6 +531,7 @@ $text['label-limit']['ar-eg'] = "الحد الأقصى";
$text['label-limit']['de-at'] = "Obergrenze";
$text['label-limit']['de-ch'] = "Obergrenze";
$text['label-limit']['de-de'] = "Obergrenze";
$text['label-limit']['el-gr'] = "Οριο";
$text['label-limit']['es-cl'] = "Límite";
$text['label-limit']['es-mx'] = "Límite";
$text['label-limit']['fr-ca'] = "Limite";
@ -534,6 +556,7 @@ $text['label-field']['ar-eg'] = "الميدان";
$text['label-field']['de-at'] = "Feld";
$text['label-field']['de-ch'] = "Feld";
$text['label-field']['de-de'] = "Feld";
$text['label-field']['el-gr'] = "Πεδίο";
$text['label-field']['es-cl'] = "Campo";
$text['label-field']['es-mx'] = "Campo";
$text['label-field']['fr-ca'] = "Champs";
@ -558,6 +581,7 @@ $text['label-expression']['ar-eg'] = "التعبير";
$text['label-expression']['de-at'] = "Ausdruck";
$text['label-expression']['de-ch'] = "Ausdruck";
$text['label-expression']['de-de'] = "Ausdruck";
$text['label-expression']['el-gr'] = "Εκφραση";
$text['label-expression']['es-cl'] = "Expresión";
$text['label-expression']['es-mx'] = "Expresión";
$text['label-expression']['fr-ca'] = "Expression";
@ -582,6 +606,7 @@ $text['label-destination-number']['ar-eg'] = "رقم الوجهة";
$text['label-destination-number']['de-at'] = "Zielrufnummer";
$text['label-destination-number']['de-ch'] = "Zielrufnummer";
$text['label-destination-number']['de-de'] = "Zielrufnummer";
$text['label-destination-number']['el-gr'] = "Αριθμός προορισμού";
$text['label-destination-number']['es-cl'] = "Número de destino";
$text['label-destination-number']['es-mx'] = "Número de destino";
$text['label-destination-number']['fr-ca'] = "Numéro de Destination";
@ -606,6 +631,7 @@ $text['label-condition_2']['ar-eg'] = "المادة 2";
$text['label-condition_2']['de-at'] = "Bedingung 2";
$text['label-condition_2']['de-ch'] = "Bedingung 2";
$text['label-condition_2']['de-de'] = "Bedingung 2";
$text['label-condition_2']['el-gr'] = "Συνθήκη 2";
$text['label-condition_2']['es-cl'] = "Condición 2";
$text['label-condition_2']['es-mx'] = "Condición 2";
$text['label-condition_2']['fr-ca'] = "Condition 2";
@ -630,6 +656,7 @@ $text['label-condition_1']['ar-eg'] = "المادة 1";
$text['label-condition_1']['de-at'] = "Bedingung 1";
$text['label-condition_1']['de-ch'] = "Bedingung 1";
$text['label-condition_1']['de-de'] = "Bedingung 1";
$text['label-condition_1']['el-gr'] = "Συνθήκη 1";
$text['label-condition_1']['es-cl'] = "Condición 1";
$text['label-condition_1']['es-mx'] = "Condición 1";
$text['label-condition_1']['fr-ca'] = "Condition 1";
@ -654,6 +681,7 @@ $text['label-action_2']['ar-eg'] = "الإجراء 2";
$text['label-action_2']['de-at'] = "Aktion 2";
$text['label-action_2']['de-ch'] = "Aktion 2";
$text['label-action_2']['de-de'] = "Aktion 2";
$text['label-action_2']['el-gr'] = "Δράση 2";
$text['label-action_2']['es-cl'] = "Acción 2";
$text['label-action_2']['es-mx'] = "Acción 2";
$text['label-action_2']['fr-ca'] = "Action 2";
@ -678,6 +706,7 @@ $text['label-action_1']['ar-eg'] = "الإجراء 1";
$text['label-action_1']['de-at'] = "Aktion 1";
$text['label-action_1']['de-ch'] = "Aktion 1";
$text['label-action_1']['de-de'] = "Aktion 1";
$text['label-action_1']['el-gr'] = "Δράση 1";
$text['label-action_1']['es-cl'] = "Acción 1";
$text['label-action_1']['es-mx'] = "Acción 1";
$text['label-action_1']['fr-ca'] = "Action 1";
@ -702,6 +731,7 @@ $text['label-action']['ar-eg'] = "الإجراء";
$text['label-action']['de-at'] = "Aktion";
$text['label-action']['de-ch'] = "Aktion";
$text['label-action']['de-de'] = "Aktion";
$text['label-action']['el-gr'] = "Δράση";
$text['label-action']['es-cl'] = "Acción";
$text['label-action']['es-mx'] = "Acción";
$text['label-action']['fr-ca'] = "Action";
@ -726,6 +756,7 @@ $text['label-access-denied']['ar-eg'] = "منع الوصول";
$text['label-access-denied']['de-at'] = "Zugriff verweigert";
$text['label-access-denied']['de-ch'] = "Zugriff verweigert";
$text['label-access-denied']['de-de'] = "Zugriff verweigert";
$text['label-access-denied']['el-gr'] = "Δεν επιτρέπεται η πρόσβαση";
$text['label-access-denied']['es-cl'] = "acceso denegado";
$text['label-access-denied']['es-mx'] = "acceso denegado";
$text['label-access-denied']['fr-ca'] = "accès refusé";
@ -750,6 +781,7 @@ $text['description-caller-id-number-prefix']['ar-eg'] = "جهزي مُسبقاً
$text['description-caller-id-number-prefix']['de-at'] = "Präfix für Anruferkennung (Nummer) setzen.";
$text['description-caller-id-number-prefix']['de-ch'] = "Präfix für Anruferkennung (Nummer) setzen.";
$text['description-caller-id-number-prefix']['de-de'] = "Präfix für Anruferkennung (Nummer) setzen.";
$text['description-caller-id-number-prefix']['el-gr'] = "Ορίστε ένα πρόθεμα στον αριθμό αναγνώρισης καλούντος.";
$text['description-caller-id-number-prefix']['es-cl'] = "Establece un prefijo en el número de identificación de llamadas.";
$text['description-caller-id-number-prefix']['es-mx'] = "Establece un prefijo en el número de identificación de llamadas.";
$text['description-caller-id-number-prefix']['fr-ca'] = "Définissez un préfixe sur le numéro d'identification de l'appelant.";
@ -774,6 +806,7 @@ $text['description-name']['ar-eg'] = "رجاءً إدخلْ a اسم طريقِ
$text['description-name']['de-at'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
$text['description-name']['de-ch'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
$text['description-name']['de-de'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
$text['description-name']['el-gr'] = "Εισαγάγετε ένα όνομα εισερχόμενης διαδρομής.";
$text['description-name']['es-cl'] = "Por favor infrese un nombre de ruta entrante.";
$text['description-name']['es-mx'] = "Por favor infrese un nombre de ruta entrante.";
$text['description-name']['fr-ca'] = "Merci d'entrer le nom d'une route entrante";
@ -798,6 +831,7 @@ $text['description-dialplan-inbound-add']['ar-eg'] = "The public dialplan is use
$text['description-dialplan-inbound-add']['de-at'] = "Der öffentliche Wählplan wird verwendet, um eingehende Anrufe anhand von einem oder mehrere Bedingungen an bestimmte Ziele weiter zu leiten.";
$text['description-dialplan-inbound-add']['de-ch'] = "Der öffentliche Wählplan wird verwendet, um eingehende Anrufe anhand von einem oder mehrere Bedingungen an bestimmte Ziele weiter zu leiten.";
$text['description-dialplan-inbound-add']['de-de'] = "Der öffentliche Wählplan wird verwendet, um eingehende Anrufe anhand von einem oder mehrere Bedingungen an bestimmte Ziele weiter zu leiten.";
$text['description-dialplan-inbound-add']['el-gr'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.";
$text['description-dialplan-inbound-add']['es-cl'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto. Puede enviar llamadas entrantes a un IVR, grupo, extensión, número externo o un script";
$text['description-dialplan-inbound-add']['es-mx'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto. Puede enviar llamadas entrantes a un IVR, grupo, extensión, número externo o un script";
$text['description-dialplan-inbound-add']['fr-ca'] = "Le plan de numérotation public est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script.";
@ -822,6 +856,7 @@ $text['confirm-update-complete']['ar-eg'] = "آخر المستجدات";
$text['confirm-update-complete']['de-at'] = "Aktualisierung abgeschlossen";
$text['confirm-update-complete']['de-ch'] = "Aktualisierung abgeschlossen";
$text['confirm-update-complete']['de-de'] = "Aktualisierung abgeschlossen";
$text['confirm-update-complete']['el-gr'] = "Η ενημέρωση ολοκληρώθηκε";
$text['confirm-update-complete']['es-cl'] = "Actualización Completa";
$text['confirm-update-complete']['es-mx'] = "Actualización Completa";
$text['confirm-update-complete']['fr-ca'] = "Mis à jour";

View File

@ -6,6 +6,7 @@ $text['title-dialplan-outbound-add']['ar-eg'] = "مكالمة هاتفية";
$text['title-dialplan-outbound-add']['de-at'] = "Routing ausgehender Anrufe";
$text['title-dialplan-outbound-add']['de-ch'] = "Routing ausgehender Anrufe";
$text['title-dialplan-outbound-add']['de-de'] = "Routing ausgehender Anrufe";
$text['title-dialplan-outbound-add']['el-gr'] = "Δρομολόγηση εξερχόμενων κλήσεων";
$text['title-dialplan-outbound-add']['es-cl'] = "Direccionamiento de llamadas de salida";
$text['title-dialplan-outbound-add']['es-mx'] = "Direccionamiento de llamadas de salida";
$text['title-dialplan-outbound-add']['fr-ca'] = "Routage d'appel sortant";
@ -30,6 +31,7 @@ $text['message-provide']['ar-eg'] = "يرجى تقديم";
$text['message-provide']['de-at'] = "Bitte angeben";
$text['message-provide']['de-ch'] = "Bitte angeben";
$text['message-provide']['de-de'] = "Bitte angeben";
$text['message-provide']['el-gr'] = "Παρακαλώ δώστε";
$text['message-provide']['es-cl'] = "Por favor indique";
$text['message-provide']['es-mx'] = "Por favor indique";
$text['message-provide']['fr-ca'] = "Merci d'indiquer";
@ -54,6 +56,7 @@ $text['message-add-options2']['ar-eg'] = "اختيار بوابة أخرى كب
$text['message-add-options2']['de-at'] = "Wählen Sie ein alternatives Gateway aus, falls das zweite Gateway fehlschlägt.";
$text['message-add-options2']['de-ch'] = "Wählen Sie ein alternatives Gateway aus, falls das zweite Gateway fehlschlägt.";
$text['message-add-options2']['de-de'] = "Wählen Sie ein alternatives Gateway aus, falls das zweite Gateway fehlschlägt.";
$text['message-add-options2']['el-gr'] = "Επιλέξτε μια άλλη πύλη ως εναλλακτική για χρήση εάν η δεύτερη αποτύχει.";
$text['message-add-options2']['es-cl'] = "Seleccione otra pasarela para utilizar de forma alternativa, en caso de que las demas fallen.";
$text['message-add-options2']['es-mx'] = "Seleccione otra pasarela para utilizar de forma alternativa, en caso de que las demas fallen.";
$text['message-add-options2']['fr-ca'] = "Choisir une autre passerelle comme alternative si la seconde échoue.";
@ -78,6 +81,7 @@ $text['message-add-options1']['ar-eg'] = "اختيار بوابة أخرى كب
$text['message-add-options1']['de-at'] = "Wählen Sie ein alternatives Gateway aus, falls das erste Gateway fehlschlägt.";
$text['message-add-options1']['de-ch'] = "Wählen Sie ein alternatives Gateway aus, falls das erste Gateway fehlschlägt.";
$text['message-add-options1']['de-de'] = "Wählen Sie ein alternatives Gateway aus, falls das erste Gateway fehlschlägt.";
$text['message-add-options1']['el-gr'] = "Επιλέξτε μια άλλη πύλη ως εναλλακτική για χρήση εάν η πρώτη αποτύχει.";
$text['message-add-options1']['es-cl'] = "Seleccione otra pasarela para utilizar de forma alternativa, en caso de que la primera falle.";
$text['message-add-options1']['es-mx'] = "Seleccione otra pasarela para utilizar de forma alternativa, en caso de que la primera falle.";
$text['message-add-options1']['fr-ca'] = "Choisir une autre passerelle comme alternative si la première échoue.";
@ -102,6 +106,7 @@ $text['message-add-options']['ar-eg'] = "اختيار البوابة لاستخ
$text['message-add-options']['de-at'] = "Wählen Sie ein Gateway für die ausgehenden Anrufe aus";
$text['message-add-options']['de-ch'] = "Wählen Sie ein Gateway für die ausgehenden Anrufe aus";
$text['message-add-options']['de-de'] = "Wählen Sie ein Gateway für die ausgehenden Anrufe aus";
$text['message-add-options']['el-gr'] = "Επιλέξτε την πύλη που θα χρησιμοποιήσετε με αυτήν την εξερχόμενη διαδρομή.";
$text['message-add-options']['es-cl'] = "Seleccione una pasarela para utilizar con esta regla de salida.";
$text['message-add-options']['es-mx'] = "Seleccione una pasarela para utilizar con esta regla de salida.";
$text['message-add-options']['fr-ca'] = "Choisir la passerelle utilisée par cette route sortante.";
@ -126,6 +131,7 @@ $text['label-toll_allow']['ar-eg'] = "السماح";
$text['label-toll_allow']['de-at'] = "Gebührenpflichtige Anrufe erlauben";
$text['label-toll_allow']['de-ch'] = "Gebührenpflichtige Anrufe erlauben";
$text['label-toll_allow']['de-de'] = "Gebührenpflichtige Anrufe erlauben";
$text['label-toll_allow']['el-gr'] = "Επιτρέπονται διόδια";
$text['label-toll_allow']['es-cl'] = "Permitir Tarifas Especiales";
$text['label-toll_allow']['es-mx'] = "Permitir Tarifas Especiales";
$text['label-toll_allow']['fr-ca'] = "Autoriser le péage";
@ -150,6 +156,7 @@ $text['label-pin_numbers']['ar-eg'] = "أرقام PIN";
$text['label-pin_numbers']['de-at'] = "PIN-Nummern";
$text['label-pin_numbers']['de-ch'] = "PIN-Nummern";
$text['label-pin_numbers']['de-de'] = "PIN-Nummern";
$text['label-pin_numbers']['el-gr'] = "Αριθμοί PIN";
$text['label-pin_numbers']['es-cl'] = "Números de PIN";
$text['label-pin_numbers']['es-mx'] = "Números de PIN";
$text['label-pin_numbers']['fr-ca'] = "Numéros de pin";
@ -174,6 +181,7 @@ $text['label-sip-gateway']['ar-eg'] = "SIP البوابة";
$text['label-sip-gateway']['de-at'] = "SIP Gateways";
$text['label-sip-gateway']['de-ch'] = "SIP Gateways";
$text['label-sip-gateway']['de-de'] = "SIP Gateways";
$text['label-sip-gateway']['el-gr'] = "SIP Gateways";
$text['label-sip-gateway']['es-cl'] = "Pasarela SIP";
$text['label-sip-gateway']['es-mx'] = "Pasarela SIP";
$text['label-sip-gateway']['fr-ca'] = "Passerelle SIP";
@ -198,6 +206,7 @@ $text['label-prefix']['ar-eg'] = "prefix";
$text['label-prefix']['de-at'] = "Präfix";
$text['label-prefix']['de-ch'] = "Präfix";
$text['label-prefix']['de-de'] = "Präfix";
$text['label-prefix']['el-gr'] = "Πρόθεμα";
$text['label-prefix']['es-cl'] = "Prefijo";
$text['label-prefix']['es-mx'] = "Prefijo";
$text['label-prefix']['fr-ca'] = "Préfixe";
@ -222,6 +231,7 @@ $text['label-outbound-routes']['ar-eg'] = "الطرق الخارجية";
$text['label-outbound-routes']['de-at'] = "Ausgehende Routen";
$text['label-outbound-routes']['de-ch'] = "Ausgehende Routen";
$text['label-outbound-routes']['de-de'] = "Ausgehende Routen";
$text['label-outbound-routes']['el-gr'] = "Εξωτερικές διαδρομές";
$text['label-outbound-routes']['es-cl'] = "Rutas de Salida";
$text['label-outbound-routes']['es-mx'] = "Rutas de Salida";
$text['label-outbound-routes']['fr-ca'] = "Routes Sortantes";
@ -246,6 +256,7 @@ $text['label-north_america_intl']['ar-eg'] = "منظمة أمريكا الشما
$text['label-north_america_intl']['de-at'] = "Nordamerika International";
$text['label-north_america_intl']['de-ch'] = "Nordamerika International";
$text['label-north_america_intl']['de-de'] = "Nordamerika International";
$text['label-north_america_intl']['el-gr'] = "Βόρεια Αμερική Διεθνές";
$text['label-north_america_intl']['es-cl'] = "America del Norte Internacional";
$text['label-north_america_intl']['es-mx'] = "America del Norte Internacional";
$text['label-north_america_intl']['fr-ca'] = "Amérique du Nord International";
@ -270,6 +281,7 @@ $text['label-north_america']['ar-eg'] = "أمريكا الشمالية";
$text['label-north_america']['de-at'] = "Nordamerika";
$text['label-north_america']['de-ch'] = "Nordamerika";
$text['label-north_america']['de-de'] = "Nordamerika";
$text['label-north_america']['el-gr'] = "Βόρεια Αμερική";
$text['label-north_america']['es-cl'] = "América del Norte";
$text['label-north_america']['es-mx'] = "América del Norte";
$text['label-north_america']['fr-ca'] = "Amérique du Nord";
@ -294,6 +306,7 @@ $text['label-north_america_islands']['ar-eg'] = "جزر أمريكا الشما
$text['label-north_america_islands']['de-at'] = "Nordamerika";
$text['label-north_america_islands']['de-ch'] = "Nordamerika";
$text['label-north_america_islands']['de-de'] = "Nordamerika";
$text['label-north_america_islands']['el-gr'] = "Νησιά Βόρειας Αμερικής";
$text['label-north_america_islands']['es-cl'] = "América del Norte";
$text['label-north_america_islands']['es-mx'] = "América del Norte";
$text['label-north_america_islands']['fr-ca'] = "Amérique du Nord";
@ -318,6 +331,7 @@ $text['label-limit']['ar-eg'] = "حد";
$text['label-limit']['de-at'] = "Obergrenze";
$text['label-limit']['de-ch'] = "Obergrenze";
$text['label-limit']['de-de'] = "Obergrenze";
$text['label-limit']['el-gr'] = "Οριο";
$text['label-limit']['es-cl'] = "Límite";
$text['label-limit']['es-mx'] = "Límite";
$text['label-limit']['fr-ca'] = "Limite";
@ -342,6 +356,7 @@ $text['label-intl']['ar-eg'] = "الدولية";
$text['label-intl']['de-at'] = "International";
$text['label-intl']['de-ch'] = "International";
$text['label-intl']['de-de'] = "International";
$text['label-intl']['el-gr'] = "Διεθνές";
$text['label-intl']['es-cl'] = "Internacional";
$text['label-intl']['es-mx'] = "Internacional";
$text['label-intl']['fr-ca'] = "International";
@ -366,6 +381,7 @@ $text['label-gateway-name']['ar-eg'] = "اسم البوابة";
$text['label-gateway-name']['de-at'] = "Gateway Namen";
$text['label-gateway-name']['de-ch'] = "Gateway Namen";
$text['label-gateway-name']['de-de'] = "Gateway Namen";
$text['label-gateway-name']['el-gr'] = "Όνομα πύλης";
$text['label-gateway-name']['es-cl'] = "Nombre de Pasarela";
$text['label-gateway-name']['es-mx'] = "Nombre de Pasarela";
$text['label-gateway-name']['fr-ca'] = "Nom de la passerelle";
@ -390,6 +406,7 @@ $text['label-gateway']['ar-eg'] = "البوابة";
$text['label-gateway']['de-at'] = "Gateway";
$text['label-gateway']['de-ch'] = "Gateway";
$text['label-gateway']['de-de'] = "Gateway";
$text['label-gateway']['el-gr'] = "πύλη";
$text['label-gateway']['es-cl'] = "Pasarela";
$text['label-gateway']['es-mx'] = "Pasarela";
$text['label-gateway']['fr-ca'] = "Passerelle";
@ -414,6 +431,7 @@ $text['label-europe_intl']['ar-eg'] = "أوروبا الدولية";
$text['label-europe_intl']['de-at'] = "Europa International";
$text['label-europe_intl']['de-ch'] = "Europa International";
$text['label-europe_intl']['de-de'] = "Europa international";
$text['label-europe_intl']['el-gr'] = "Ευρώπη διεθνή";
$text['label-europe_intl']['es-cl'] = "Europa Internacional";
$text['label-europe_intl']['es-mx'] = "Europa Internacional";
$text['label-europe_intl']['fr-ca'] = "Europe Internationale";
@ -438,6 +456,7 @@ $text['label-dialplan-expression']['ar-eg'] = "التعبير عن الكلى";
$text['label-dialplan-expression']['de-at'] = "Wählplan Ausdruck";
$text['label-dialplan-expression']['de-ch'] = "Wählplan Ausdruck";
$text['label-dialplan-expression']['de-de'] = "Wählplan Ausdruck";
$text['label-dialplan-expression']['el-gr'] = "Έκφραση σχεδίου κλήσης";
$text['label-dialplan-expression']['es-cl'] = "Expresión de plan de marcado";
$text['label-dialplan-expression']['es-mx'] = "Expresión de plan de marcado";
$text['label-dialplan-expression']['fr-ca'] = "Expression du Plan de numérotation";
@ -462,6 +481,7 @@ $text['label-custom_outbound_prefix']['ar-eg'] = "تأريخ الوجبات، ث
$text['label-custom_outbound_prefix']['de-at'] = "Wähle benutzerdefinierten Präfix, dann Ziffern";
$text['label-custom_outbound_prefix']['de-ch'] = "Wähle benutzerdefinierten Präfix, dann Ziffern";
$text['label-custom_outbound_prefix']['de-de'] = "Wähle benutzerdefinierten Präfix, dann Ziffern";
$text['label-custom_outbound_prefix']['el-gr'] = "Καλέστε προσαρμοσμένο πρόθεμα και μετά Ψηφία";
$text['label-custom_outbound_prefix']['es-cl'] = "Marcar prefijo personalizados, luego Dígitos";
$text['label-custom_outbound_prefix']['es-mx'] = "Marcar prefijo personalizados, luego Dígitos";
$text['label-custom_outbound_prefix']['fr-ca'] = "Compose préfixe personnalisé, puis chiffres";
@ -486,6 +506,7 @@ $text['label-alt2']['ar-eg'] = "المناوب 2";
$text['label-alt2']['de-at'] = "Alternative 2";
$text['label-alt2']['de-ch'] = "Alternative 2";
$text['label-alt2']['de-de'] = "Alternative 2";
$text['label-alt2']['el-gr'] = "Εναλλακτικό 2";
$text['label-alt2']['es-cl'] = "Alternativa 2";
$text['label-alt2']['es-mx'] = "Alternativa 2";
$text['label-alt2']['fr-ca'] = "Alternative 2";
@ -510,6 +531,7 @@ $text['label-alt1']['ar-eg'] = "المناوب 1";
$text['label-alt1']['de-at'] = "Alternative 1";
$text['label-alt1']['de-ch'] = "Alternative 1";
$text['label-alt1']['de-de'] = "Alternative 1";
$text['label-alt1']['el-gr'] = "Εναλλακτικό 1";
$text['label-alt1']['es-cl'] = "Alternativa 1";
$text['label-alt1']['es-mx'] = "Alternativa 1";
$text['label-alt1']['fr-ca'] = "Alternative 1";
@ -534,6 +556,7 @@ $text['label-add-options']['ar-eg'] = "الخيارات الإضافية";
$text['label-add-options']['de-at'] = "Weitere Optionen";
$text['label-add-options']['de-ch'] = "Weitere Optionen";
$text['label-add-options']['de-de'] = "Weitere Optionen";
$text['label-add-options']['el-gr'] = "Επιπλέον επιλογές";
$text['label-add-options']['es-cl'] = "Opciones Adicionales";
$text['label-add-options']['es-mx'] = "Opciones Adicionales";
$text['label-add-options']['fr-ca'] = "Autres Options";
@ -558,6 +581,7 @@ $text['label-accountcode']['ar-eg'] = "رمز الحساب";
$text['label-accountcode']['de-at'] = "Kontoschlüssel";
$text['label-accountcode']['de-ch'] = "Kontoschlüssel";
$text['label-accountcode']['de-de'] = "Kontoschlüssel";
$text['label-accountcode']['el-gr'] = "Κωδικός λογαριασμού";
$text['label-accountcode']['es-cl'] = "Código de Cuenta";
$text['label-accountcode']['es-mx'] = "Código de Cuenta";
$text['label-accountcode']['fr-ca'] = "Code de compte";
@ -582,6 +606,7 @@ $text['label-9d9']['ar-eg'] = "رقم 9، ثم 9 أرقام";
$text['label-9d9']['de-at'] = "Wähle 9, dann 9 Ziffern";
$text['label-9d9']['de-ch'] = "Wähle 9, dann 9 Ziffern";
$text['label-9d9']['de-de'] = "Wähle 9, dann 9 Ziffern";
$text['label-9d9']['el-gr'] = "Πληκτρολογήστε 9 και μετά 9 ψηφία";
$text['label-9d9']['es-cl'] = "Marcar 9, luego 9 dígitos";
$text['label-9d9']['es-mx'] = "Marcar 9, luego 9 dígitos";
$text['label-9d9']['fr-ca'] = "Composer le 9, puis 9 chiffres";
@ -606,6 +631,7 @@ $text['label-9d8']['ar-eg'] = "رقم 9، ثم 8 أرقام";
$text['label-9d8']['de-at'] = "Wähle 9, dann 8 Ziffern";
$text['label-9d8']['de-ch'] = "Wähle 9, dann 8 Ziffern";
$text['label-9d8']['de-de'] = "Wähle 9, dann 8 Ziffern";
$text['label-9d8']['el-gr'] = "Πληκτρολογήστε 9 και μετά 8 ψηφία";
$text['label-9d8']['es-cl'] = "Marcar 9, luego 8 dígitos";
$text['label-9d8']['es-mx'] = "Marcar 9, luego 8 dígitos";
$text['label-9d8']['fr-ca'] = "Composer le 9, puis 8 chiffres";
@ -630,6 +656,7 @@ $text['label-9d7']['ar-eg'] = "رقم 9، ثم 7 أرقام";
$text['label-9d7']['de-at'] = "Wähle 9, dann 7 Ziffern";
$text['label-9d7']['de-ch'] = "Wähle 9, dann 7 Ziffern";
$text['label-9d7']['de-de'] = "Wähle 9, dann 7 Ziffern";
$text['label-9d7']['el-gr'] = "Πληκτρολογήστε 9 και μετά 7 ψηφία";
$text['label-9d7']['es-cl'] = "Marcar 9, luego 7 dígitos";
$text['label-9d7']['es-mx'] = "Marcar 9, luego 7 dígitos";
$text['label-9d7']['fr-ca'] = "Composer le 9, puis 7 chiffres";
@ -654,6 +681,7 @@ $text['label-9d6']['ar-eg'] = "رقم 9، ثم 6 أرقام";
$text['label-9d6']['de-at'] = "Wähle 9, dann 6 Ziffern";
$text['label-9d6']['de-ch'] = "Wähle 9, dann 6 Ziffern";
$text['label-9d6']['de-de'] = "Wähle 9, dann 6 Ziffern";
$text['label-9d6']['el-gr'] = "Πληκτρολογήστε 9 και μετά 6 ψηφία";
$text['label-9d6']['es-cl'] = "Dial 9, entonces 6 dígitos";
$text['label-9d6']['es-mx'] = "Dial 9, entonces 6 dígitos";
$text['label-9d6']['fr-ca'] = "Composer le 9, puis 6 chiffres";
@ -678,6 +706,7 @@ $text['label-9d5']['ar-eg'] = "رقم 9، ثم 5 أرقام";
$text['label-9d5']['de-at'] = "Wähle 9, dann 5 Ziffern";
$text['label-9d5']['de-ch'] = "Wähle 9, dann 5 Ziffern";
$text['label-9d5']['de-de'] = "Wähle 9, dann 5 Ziffern";
$text['label-9d5']['el-gr'] = "Πληκτρολογήστε 9 και μετά 5 ψηφία";
$text['label-9d5']['es-cl'] = "Marcar 9, luego 5 dígitos";
$text['label-9d5']['es-mx'] = "Marcar 9, luego 5 dígitos";
$text['label-9d5']['fr-ca'] = "Composer le 9, puis 5 chiffres";
@ -702,6 +731,7 @@ $text['label-9d4']['ar-eg'] = "رقم 9، ثم 4 أرقام";
$text['label-9d4']['de-at'] = "Wähle 9, dann 4 Ziffern";
$text['label-9d4']['de-ch'] = "Wähle 9, dann 4 Ziffern";
$text['label-9d4']['de-de'] = "Wähle 9, dann 4 Ziffern";
$text['label-9d4']['el-gr'] = "Πληκτρολογήστε 9 και μετά 4 ψηφία";
$text['label-9d4']['es-cl'] = "Marcar 9, luego 4 dígitos";
$text['label-9d4']['es-mx'] = "Marcar 9, luego 4 dígitos";
$text['label-9d4']['fr-ca'] = "Composer le 9, puis 4 chiffres";
@ -726,6 +756,7 @@ $text['label-9d3']['ar-eg'] = "رقم 9، ثم 3 أرقام";
$text['label-9d3']['de-at'] = "Wähle 9, dann 3 Ziffern";
$text['label-9d3']['de-ch'] = "Wähle 9, dann 3 Ziffern";
$text['label-9d3']['de-de'] = "Wähle 9, dann 3 Ziffern";
$text['label-9d3']['el-gr'] = "Πληκτρολογήστε 9 και μετά 3 ψηφία";
$text['label-9d3']['es-cl'] = "Marcar 9, luego 3 dígitos";
$text['label-9d3']['es-mx'] = "Marcar 9, luego 3 dígitos";
$text['label-9d3']['fr-ca'] = "Composer le 9, puis 3 chiffres";
@ -750,6 +781,7 @@ $text['label-9d2']['ar-eg'] = "رقم 9، ثم رقمين";
$text['label-9d2']['de-at'] = "Wähle 9, dann 2 Ziffern";
$text['label-9d2']['de-ch'] = "Wähle 9, dann 2 Ziffern";
$text['label-9d2']['de-de'] = "Wähle 9, dann 2 Ziffern";
$text['label-9d2']['el-gr'] = "Πληκτρολογήστε 9 και μετά 2 ψηφία";
$text['label-9d2']['es-cl'] = "Marcar 9, luego 2 dígitos";
$text['label-9d2']['es-mx'] = "Marcar 9, luego 2 dígitos";
$text['label-9d2']['fr-ca'] = "Composer le 9, puis 2 chiffres";
@ -774,6 +806,7 @@ $text['label-9d11']['ar-eg'] = "رقم 9، ثم 11 رقم";
$text['label-9d11']['de-at'] = "Wähle 9, dann 11 Ziffern";
$text['label-9d11']['de-ch'] = "Wähle 9, dann 11 Ziffern";
$text['label-9d11']['de-de'] = "Wähle 9, dann 11 Ziffern";
$text['label-9d11']['el-gr'] = "Πληκτρολογήστε 9 και μετά 11 ψηφία";
$text['label-9d11']['es-cl'] = "Marcar 9, luego 11 dígitos";
$text['label-9d11']['es-mx'] = "Marcar 9, luego 11 dígitos";
$text['label-9d11']['fr-ca'] = "Composer le 9, puis 11 chiffres";
@ -798,6 +831,7 @@ $text['label-9d10']['ar-eg'] = "رقم 9، ثم 10 أرقام";
$text['label-9d10']['de-at'] = "Wähle 9, dann 10 Ziffern";
$text['label-9d10']['de-ch'] = "Wähle 9, dann 10 Ziffern";
$text['label-9d10']['de-de'] = "Wähle 9, dann 10 Ziffern";
$text['label-9d10']['el-gr'] = "Πληκτρολογήστε 9 και μετά 10 ψηφία";
$text['label-9d10']['es-cl'] = "Marcar 9, luego 10 dígitos";
$text['label-9d10']['es-mx'] = "Marcar 9, luego 10 dígitos";
$text['label-9d10']['fr-ca'] = "Composer le 9, puis 10 chiffres";
@ -822,6 +856,7 @@ $text['label-9d.12-20']['ar-eg'] = "رقم 9، ثم على الصعيد الدو
$text['label-9d.12-20']['de-at'] = "Wähle 9, dann international";
$text['label-9d.12-20']['de-ch'] = "Wähle 9, dann international";
$text['label-9d.12-20']['de-de'] = "Wähle 9, dann international";
$text['label-9d.12-20']['el-gr'] = "Καλέστε 9, μετά διεθνή";
$text['label-9d.12-20']['es-cl'] = "Marcar 9, luego Internacional";
$text['label-9d.12-20']['es-mx'] = "Marcar 9, luego Internacional";
$text['label-9d.12-20']['fr-ca'] = "Composer le 9, puis International";
@ -846,6 +881,7 @@ $text['label-9d']['ar-eg'] = "9 أرقام";
$text['label-9d']['de-at'] = "9 Ziffern";
$text['label-9d']['de-ch'] = "9 Ziffern";
$text['label-9d']['de-de'] = "9 Ziffern";
$text['label-9d']['el-gr'] = "9 ψηφία";
$text['label-9d']['es-cl'] = "9 Dígitos";
$text['label-9d']['es-mx'] = "9 Dígitos";
$text['label-9d']['fr-ca'] = "9 chiffres";
@ -870,6 +906,7 @@ $text['label-911']['ar-eg'] = "911 الطوارئ";
$text['label-911']['de-at'] = "911 Notruf (USA)";
$text['label-911']['de-ch'] = "911 Notruf (USA)";
$text['label-911']['de-de'] = "911 Notruf (USA)";
$text['label-911']['el-gr'] = "911 Επείγον";
$text['label-911']['es-cl'] = "911 Emergencias";
$text['label-911']['es-mx'] = "911 Emergencias";
$text['label-911']['fr-ca'] = "911 Urgence";
@ -890,10 +927,11 @@ $text['label-911']['ko-kr'] = "911 비상";
$text['label-988']['en-us'] = "988 National Suicide Prevention Lifeline";
$text['label-988']['en-gb'] = "988 National Suicide Prevention Lifeline";
$text['label-988']['ar-eg'] = "988 National Suicide Prevention Lifeline";
$text['label-988']['ar-eg'] = "988 شريان الحياة الوطني لمنع الانتحار";
$text['label-988']['de-at'] = "988 Nationale Rettungsleine für Suizidprävention (USA)";
$text['label-988']['de-ch'] = "988 Nationale Rettungsleine für Suizidprävention (USA)";
$text['label-988']['de-de'] = "988 Nationale Rettungsleine für Suizidprävention (USA)";
$text['label-988']['el-gr'] = "988 εθνική γραμμή σωτηρίας για την πρόληψη της αυτοκτονίας";
$text['label-988']['es-cl'] = "988 Línea de vida nacional para la prevención del suicidio";
$text['label-988']['es-mx'] = "988 Línea de vida nacional para la prevención del suicidio";
$text['label-988']['fr-ca'] = "988 Ligne de vie nationale pour la prévention du suicide";
@ -904,9 +942,9 @@ $text['label-988']['nl-nl'] = "988 Nationale levenslijn voor zelfmoordpreventie"
$text['label-988']['pl-pl'] = "988 Krajowa linia ratunkowa zapobiegania samobójstwom";
$text['label-988']['pt-br'] = "988 Linha Nacional de Prevenção ao Suicídio";
$text['label-988']['pt-pt'] = "988 Linha Nacional de Prevenção ao Suicídio";
$text['label-988']['ro-ro'] = "988 National Suicide Prevention Lifeline";
$text['label-988']['ro-ro'] = "988 linie de salvare națională pentru prevenirea sinuciderii";
$text['label-988']['ru-ru'] = "988 Национальная линия спасения от самоубийств";
$text['label-988']['sv-se'] = "988 National Suicide Prevention Lifeline";
$text['label-988']['sv-se'] = "988 nationell självmordsförebyggande livlina";
$text['label-988']['uk-ua'] = "988 Національна лінія запобігання самогубствам";
$text['label-988']['zh-cn'] = "988全国预防自杀热线";
$text['label-988']['ja-jp'] = "988 全国自殺予防ライフライン";
@ -918,6 +956,7 @@ $text['label-8d']['ar-eg'] = "8 أرقام";
$text['label-8d']['de-at'] = "8 Ziffern";
$text['label-8d']['de-ch'] = "8 Ziffern";
$text['label-8d']['de-de'] = "8 Ziffern";
$text['label-8d']['el-gr'] = "8 ψηφία";
$text['label-8d']['es-cl'] = "8 Dígitos";
$text['label-8d']['es-mx'] = "8 Dígitos";
$text['label-8d']['fr-ca'] = "8 chiffres";
@ -942,6 +981,7 @@ $text['label-800']['ar-eg'] = "خالية من الرصاص";
$text['label-800']['de-at'] = "Gebührenfrei";
$text['label-800']['de-ch'] = "Gebührenfrei";
$text['label-800']['de-de'] = "Gebührenfrei";
$text['label-800']['el-gr'] = "Χωρίς διόδια";
$text['label-800']['es-cl'] = "Línea gratuita";
$text['label-800']['es-mx'] = "Línea gratuita";
$text['label-800']['fr-ca'] = "Sans Charge";
@ -966,6 +1006,7 @@ $text['label-inum']['ar-eg'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['de-at'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['de-ch'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['de-de'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['el-gr'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['es-cl'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['es-mx'] = "iNum 0118335100xxxxxxxx";
$text['label-inum']['fr-ca'] = "iNum 0118335100xxxxxxxx";
@ -990,6 +1031,7 @@ $text['label-711']['ar-eg'] = "711 TTY";
$text['label-711']['de-at'] = "711 TTY";
$text['label-711']['de-ch'] = "711 TTY";
$text['label-711']['de-de'] = "711 TTY";
$text['label-711']['el-gr'] = "711 TTY";
$text['label-711']['es-cl'] = "711 TTY";
$text['label-711']['es-mx'] = "711 TTY";
$text['label-711']['fr-ca'] = "711 TTY";
@ -1014,6 +1056,7 @@ $text['label-7d']['ar-eg'] = "7 أرقام محلية";
$text['label-7d']['de-at'] = "7 Ziffern (Ortsrufnummern)";
$text['label-7d']['de-ch'] = "7 Ziffern (Ortsrufnummern)";
$text['label-7d']['de-de'] = "7 Ziffern (Ortsrufnummern)";
$text['label-7d']['el-gr'] = "Τοπικό 7 ψηφίων";
$text['label-7d']['es-cl'] = "7 Dígitos Local";
$text['label-7d']['es-mx'] = "7 Dígitos Local";
$text['label-7d']['fr-ca'] = "7 chiffres local";
@ -1038,6 +1081,7 @@ $text['label-6d']['ar-eg'] = "6 أرقام";
$text['label-6d']['de-at'] = "6 Ziffern";
$text['label-6d']['de-ch'] = "6 Ziffern";
$text['label-6d']['de-de'] = "6 Ziffern";
$text['label-6d']['el-gr'] = "6 ψηφία";
$text['label-6d']['es-cl'] = "6 Dígitos";
$text['label-6d']['es-mx'] = "6 Dígitos";
$text['label-6d']['fr-ca'] = "6 chiffres";
@ -1062,6 +1106,7 @@ $text['label-5d']['ar-eg'] = "5 أرقام";
$text['label-5d']['de-at'] = "5 Ziffern";
$text['label-5d']['de-ch'] = "5 Ziffern";
$text['label-5d']['de-de'] = "5 Ziffern";
$text['label-5d']['el-gr'] = "5 ψηφία";
$text['label-5d']['es-cl'] = "5 Dígitos";
$text['label-5d']['es-mx'] = "5 Dígitos";
$text['label-5d']['fr-ca'] = "5 chiffres";
@ -1086,6 +1131,7 @@ $text['label-4d']['ar-eg'] = "4 أرقام";
$text['label-4d']['de-at'] = "4 Ziffern";
$text['label-4d']['de-ch'] = "4 Ziffern";
$text['label-4d']['de-de'] = "4 Ziffern";
$text['label-4d']['el-gr'] = "4 ψηφία";
$text['label-4d']['es-cl'] = "4 Dígitos";
$text['label-4d']['es-mx'] = "4 Dígitos";
$text['label-4d']['fr-ca'] = "4 chiffres";
@ -1110,6 +1156,7 @@ $text['label-411']['ar-eg'] = "411 معلومات";
$text['label-411']['de-at'] = "411 Auskunft";
$text['label-411']['de-ch'] = "411 Auskunft";
$text['label-411']['de-de'] = "411 Auskunft";
$text['label-411']['el-gr'] = "411 Πληροφορίες";
$text['label-411']['es-cl'] = "411 Información";
$text['label-411']['es-mx'] = "411 Información";
$text['label-411']['fr-ca'] = "411 Information";
@ -1134,6 +1181,7 @@ $text['label-3d']['ar-eg'] = "3 أرقام";
$text['label-3d']['de-at'] = "3 Ziffern";
$text['label-3d']['de-ch'] = "3 Ziffern";
$text['label-3d']['de-de'] = "3 Ziffern";
$text['label-3d']['el-gr'] = "3 ψηφία";
$text['label-3d']['es-cl'] = "3 Dígitos";
$text['label-3d']['es-mx'] = "3 Dígitos";
$text['label-3d']['fr-ca'] = "3 chiffres";
@ -1158,6 +1206,7 @@ $text['label-311']['ar-eg'] = "311 معلومات";
$text['label-311']['de-at'] = "311 Auskunft";
$text['label-311']['de-ch'] = "311 Auskunft";
$text['label-311']['de-de'] = "311 Auskunft";
$text['label-311']['el-gr'] = "311 Πληροφορίες";
$text['label-311']['es-cl'] = "311 Información";
$text['label-311']['es-mx'] = "311 Información";
$text['label-311']['fr-ca'] = "311 Information";
@ -1182,6 +1231,7 @@ $text['label-2d']['ar-eg'] = "رقمان";
$text['label-2d']['de-at'] = "2 Ziffern";
$text['label-2d']['de-ch'] = "2 Ziffern";
$text['label-2d']['de-de'] = "2 Ziffern";
$text['label-2d']['el-gr'] = "2 ψηφία";
$text['label-2d']['es-cl'] = "2 Dígitos";
$text['label-2d']['es-mx'] = "2 Dígitos";
$text['label-2d']['fr-ca'] = "2 chiffres";
@ -1206,6 +1256,7 @@ $text['label-11d']['ar-eg'] = "11 رقما بعيدا";
$text['label-11d']['de-at'] = "11 Ziffern Ferngespräch";
$text['label-11d']['de-ch'] = "11 Ziffern Ferngespräch";
$text['label-11d']['de-de'] = "11 Ziffern Ferngespräch";
$text['label-11d']['el-gr'] = "Μεγάλες αποστάσεις 11 ψηφίων";
$text['label-11d']['es-cl'] = "11 Dígitos Larga Distancia";
$text['label-11d']['es-mx'] = "11 Dígitos Larga Distancia";
$text['label-11d']['fr-ca'] = "11 chiffres";
@ -1230,6 +1281,7 @@ $text['label-10d']['ar-eg'] = "مسافة 10 أرقام بعيدة";
$text['label-10d']['de-at'] = "10 Ziffern Ferngespräch";
$text['label-10d']['de-ch'] = "10 Ziffern Ferngespräch";
$text['label-10d']['de-de'] = "10 Ziffern Ferngespräch";
$text['label-10d']['el-gr'] = "Μεγάλες αποστάσεις 10 ψηφίων";
$text['label-10d']['es-cl'] = "10 Dígitos Larga Distancia";
$text['label-10d']['es-mx'] = "10 Dígitos Larga Distancia";
$text['label-10d']['fr-ca'] = "Interurbain à 10 chiffres";
@ -1254,6 +1306,7 @@ $text['description-shortcut']['ar-eg'] = "طريق مُختصر لخلق مُد
$text['description-shortcut']['de-at'] = "Abkkürzung um ausgehende Wählpläne für dieses Gateway zu erstellen.";
$text['description-shortcut']['de-ch'] = "Abkkürzung um ausgehende Wählpläne für dieses Gateway zu erstellen.";
$text['description-shortcut']['de-de'] = "Abkkürzung um ausgehende Wählpläne für dieses Gateway zu erstellen.";
$text['description-shortcut']['el-gr'] = "Συντόμευση για τη δημιουργία των εγγραφών εξερχόμενου σχεδίου κλήσης για αυτήν την πύλη.";
$text['description-shortcut']['es-cl'] = "Acceso directo para crear las entradas del plan de marcado saliente para esta pasarela.";
$text['description-shortcut']['es-mx'] = "Acceso directo para crear las entradas del plan de marcado saliente para esta pasarela.";
$text['description-shortcut']['fr-ca'] = "Raccourci pour créer l'entrée de cette passerelle dans le plan de numérotation sortant.";
@ -1278,6 +1331,7 @@ $text['description-outbound-routes']['ar-eg'] = "الطاولات الخارجي
$text['description-outbound-routes']['de-at'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen, die gegen den Eigenschaften des Anrufes geprüft werden. Sofern der Anruf die Bedingungen erfüllt, wir er über dieses Gateway geroutet.";
$text['description-outbound-routes']['de-ch'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen, die gegen den Eigenschaften des Anrufes geprüft werden. Sofern der Anruf die Bedingungen erfüllt, wir er über dieses Gateway geroutet.";
$text['description-outbound-routes']['de-de'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen, die gegen den Eigenschaften des Anrufes geprüft werden. Sofern der Anruf die Bedingungen erfüllt, wir er über dieses Gateway geroutet.";
$text['description-outbound-routes']['el-gr'] = "Τα εξερχόμενα σχέδια κλήσης έχουν μία ή περισσότερες συνθήκες που ταιριάζουν με τα χαρακτηριστικά μιας κλήσης. Όταν μια κλήση ταιριάζει με τις συνθήκες, η κλήση δρομολογείται στη συνέχεια στην πύλη.";
$text['description-outbound-routes']['es-cl'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada.";
$text['description-outbound-routes']['es-mx'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada.";
$text['description-outbound-routes']['fr-ca'] = "les Plan de numérotation sortant doivent remplir une ou plusieures conditions afin d'acheminer un appel. Lorsqu'un appel rempli la ou des conditions, l'appel est alors acheminé à la passerelle.";
@ -1302,6 +1356,7 @@ $text['description-order']['ar-eg'] = "إختار رقم الطلب ويحدد
$text['description-order']['de-at'] = "Wahlen Sie die Nummer für die Reihenfolge. Hierdurch wird die Reihenfolge bei mehreren ausgehenden Routen festgelegt.";
$text['description-order']['de-ch'] = "Wahlen Sie die Nummer für die Reihenfolge. Hierdurch wird die Reihenfolge bei mehreren ausgehenden Routen festgelegt.";
$text['description-order']['de-de'] = "Wahlen Sie die Nummer für die Reihenfolge. Hierdurch wird die Reihenfolge bei mehreren ausgehenden Routen festgelegt.";
$text['description-order']['el-gr'] = "Επιλέξτε τον αριθμό παραγγελίας. Ο αριθμός παραγγελίας καθορίζει τη σειρά των εξερχόμενων διαδρομών όταν υπάρχουν περισσότερες από μία.";
$text['description-order']['es-cl'] = "Ingrese el número de orden. El número de orden determina el orden de las rutas de salida cuando existe más de una.";
$text['description-order']['es-mx'] = "Ingrese el número de orden. El número de orden determina el orden de las rutas de salida cuando existe más de una.";
$text['description-order']['fr-ca'] = "Choisir le numéro d'ordre. Ce nombre détermine l'ordre dans le quel cette route sera utilisées si plusieurs routes correspondant aux conditions de l'appel existent.";
@ -1326,6 +1381,7 @@ $text['description-limit']['ar-eg'] = "الدخول للحد من عدد الم
$text['description-limit']['de-at'] = "Geben Sie eine Obergrenze ein, um die Anzahl ausgehender Anrufe zu begrenzen.";
$text['description-limit']['de-ch'] = "Geben Sie eine Obergrenze ein, um die Anzahl ausgehender Anrufe zu begrenzen.";
$text['description-limit']['de-de'] = "Geben Sie eine Obergrenze ein, um die Anzahl ausgehender Anrufe zu begrenzen.";
$text['description-limit']['el-gr'] = "Εισαγάγετε όριο για να περιορίσετε τον αριθμό των εξερχόμενων κλήσεων.";
$text['description-limit']['es-cl'] = "Ingrese un límite para restringir el número de llamadas salientes.";
$text['description-limit']['es-mx'] = "Ingrese un límite para restringir el número de llamadas salientes.";
$text['description-limit']['fr-ca'] = "Choisir une limite afin de limiter le noombre d'appel sortants.";
@ -1350,6 +1406,7 @@ $text['description-enter-prefix']['ar-eg'] = "أدخل رقماً مسبقاً
$text['description-enter-prefix']['de-at'] = "Geben Sie eine präfix Nummer an, die am Anfang der Zielrufnummer hinzugefügt wird.";
$text['description-enter-prefix']['de-ch'] = "Geben Sie eine präfix Nummer an, die am Anfang der Zielrufnummer hinzugefügt wird.";
$text['description-enter-prefix']['de-de'] = "Geben Sie eine präfix Nummer an, die am Anfang der Zielrufnummer hinzugefügt wird.";
$text['description-enter-prefix']['el-gr'] = "Εισαγάγετε έναν αριθμό προθέματος για προσθήκη στην αρχή του αριθμού προορισμού.";
$text['description-enter-prefix']['es-cl'] = "Ingrese un número de prefijo para agregar al inicio del número de destino.";
$text['description-enter-prefix']['es-mx'] = "Ingrese un número de prefijo para agregar al inicio del número de destino.";
$text['description-enter-prefix']['fr-ca'] = "Choisir un préfixe à ajouter en début de numérotation pour joindre la destination.";
@ -1374,6 +1431,7 @@ $text['description-enter-custom_outbound_prefix']['ar-eg'] = "الدخول إل
$text['description-enter-custom_outbound_prefix']['de-at'] = "Geben Sie eine benutzerdefinierten ausgehenden Präfix an";
$text['description-enter-custom_outbound_prefix']['de-ch'] = "Geben Sie eine benutzerdefinierten ausgehenden Präfix an";
$text['description-enter-custom_outbound_prefix']['de-de'] = "Geben Sie eine benutzerdefinierten ausgehenden Präfix an";
$text['description-enter-custom_outbound_prefix']['el-gr'] = "Εισαγάγετε προσαρμοσμένο πρόθεμα εξερχόμενων";
$text['description-enter-custom_outbound_prefix']['es-cl'] = "Ingrese un prefijo de salida personalizados";
$text['description-enter-custom_outbound_prefix']['es-mx'] = "Ingrese un prefijo de salida personalizados";
$text['description-enter-custom_outbound_prefix']['fr-ca'] = "Choisir le préfixe sortantes personnalisé";
@ -1398,6 +1456,7 @@ $text['description-enabled']['ar-eg'] = "إخترْ للتَمكين أَو يَ
$text['description-enabled']['de-at'] = "Wählen Sie, ob die ausgehende Route aktiviert oder deaktiviert werden soll.";
$text['description-enabled']['de-ch'] = "Wählen Sie, ob die ausgehende Route aktiviert oder deaktiviert werden soll.";
$text['description-enabled']['de-de'] = "Wählen Sie, ob die ausgehende Route aktiviert oder deaktiviert werden soll.";
$text['description-enabled']['el-gr'] = "Επιλέξτε να ενεργοποιήσετε ή να απενεργοποιήσετε την εξερχόμενη διαδρομή.";
$text['description-enabled']['es-cl'] = "Seleccione si desea activar o desactivar la ruta de salida.";
$text['description-enabled']['es-mx'] = "Seleccione si desea activar o desactivar la ruta de salida.";
$text['description-enabled']['fr-ca'] = "Choisissez d'activer ou de désactiver l'itinéraire sortant.";
@ -1422,6 +1481,7 @@ $text['description-enable-toll_allow']['ar-eg'] = "أن تكون صحيحة لل
$text['description-enable-toll_allow']['de-at'] = "Setzen Sie den Wert auf Ein, um kostenpflichtige Anrufe zu erlauben.";
$text['description-enable-toll_allow']['de-ch'] = "Setzen Sie den Wert auf Ein, um kostenpflichtige Anrufe zu erlauben.";
$text['description-enable-toll_allow']['de-de'] = "Setzen Sie den Wert auf Ein, um kostenpflichtige Anrufe zu erlauben.";
$text['description-enable-toll_allow']['el-gr'] = "Ορίστε το σε true για να ενεργοποιήσετε το δικαίωμα διοδίων";
$text['description-enable-toll_allow']['es-cl'] = "Seleccione verdadero para activar permitir Tarifas Especiales";
$text['description-enable-toll_allow']['es-mx'] = "Seleccione verdadero para activar permitir Tarifas Especiales";
$text['description-enable-toll_allow']['fr-ca'] = "Choisir Oui pour activer droits";
@ -1446,6 +1506,7 @@ $text['description-accountcode']['ar-eg'] = "أدخل رمز الحساب";
$text['description-accountcode']['de-at'] = "Geben Sie den Kontoschlüssel an.";
$text['description-accountcode']['de-ch'] = "Geben Sie den Kontoschlüssel an.";
$text['description-accountcode']['de-de'] = "Geben Sie den Kontoschlüssel an.";
$text['description-accountcode']['el-gr'] = "Εισαγάγετε τον κωδικό λογαριασμού.";
$text['description-accountcode']['es-cl'] = "Ingrese el código de cuenta.";
$text['description-accountcode']['es-mx'] = "Ingrese el código de cuenta.";
$text['description-accountcode']['fr-ca'] = "Entrez le code de compte.";

View File

@ -6,6 +6,7 @@ $text['title-dialplan_manager']['ar-eg'] = "مدير برنامج";
$text['title-dialplan_manager']['de-at'] = "Wählplan Einstellungen";
$text['title-dialplan_manager']['de-ch'] = "Wählplan Einstellungen";
$text['title-dialplan_manager']['de-de'] = "Wählplan Einstellungen";
$text['title-dialplan_manager']['el-gr'] = "Dialplan Manager";
$text['title-dialplan_manager']['es-cl'] = "Administrador de Plan de Marcado";
$text['title-dialplan_manager']['es-mx'] = "Administrador de Plan de Marcado";
$text['title-dialplan_manager']['fr-ca'] = "Gestion du plan de numérotation";
@ -30,6 +31,7 @@ $text['title-dialplan_edit']['ar-eg'] = "خطة الطعام";
$text['title-dialplan_edit']['de-at'] = "Wählplan";
$text['title-dialplan_edit']['de-ch'] = "Wählplan";
$text['title-dialplan_edit']['de-de'] = "Wählplan";
$text['title-dialplan_edit']['el-gr'] = "σχέδιο κλήσης";
$text['title-dialplan_edit']['es-cl'] = "Editar Plan de Marcado";
$text['title-dialplan_edit']['es-mx'] = "Editar Plan de Marcado";
$text['title-dialplan_edit']['fr-ca'] = "Plan de numérotation";
@ -54,6 +56,7 @@ $text['title-dialplan_detail']['ar-eg'] = "تفاصيل الهاتف";
$text['title-dialplan_detail']['de-at'] = "Wählplan Details";
$text['title-dialplan_detail']['de-ch'] = "Wählplan Details";
$text['title-dialplan_detail']['de-de'] = "Wählplan Details";
$text['title-dialplan_detail']['el-gr'] = "Λεπτομέρεια σχεδίου κλήσης";
$text['title-dialplan_detail']['es-cl'] = "Detalle de Plan de Marcado";
$text['title-dialplan_detail']['es-mx'] = "Detalle de Plan de Marcado";
$text['title-dialplan_detail']['fr-ca'] = "Détail du plan de numérotation";
@ -78,6 +81,7 @@ $text['title-dialplan_add']['ar-eg'] = "خطة الطعام";
$text['title-dialplan_add']['de-at'] = "Wählplan";
$text['title-dialplan_add']['de-ch'] = "Wählplan";
$text['title-dialplan_add']['de-de'] = "Wählplan";
$text['title-dialplan_add']['el-gr'] = "σχέδιο κλήσης";
$text['title-dialplan_add']['es-cl'] = "Agregar Plan de Marcado";
$text['title-dialplan_add']['es-mx'] = "Agregar Plan de Marcado";
$text['title-dialplan_add']['fr-ca'] = "Plan de numérotation";
@ -102,6 +106,7 @@ $text['title-dialplans']['ar-eg'] = "الطوابع";
$text['title-dialplans']['de-at'] = "Wählplan";
$text['title-dialplans']['de-ch'] = "Wählplan";
$text['title-dialplans']['de-de'] = "Wählplan";
$text['title-dialplans']['el-gr'] = "σχέδια κλήσης";
$text['title-dialplans']['es-cl'] = "Plan de Marcado";
$text['title-dialplans']['es-mx'] = "Plan de Marcado";
$text['title-dialplans']['fr-ca'] = "Plans de numérotation";
@ -126,6 +131,7 @@ $text['title-default_dialplan']['ar-eg'] = "خطة الدفن";
$text['title-default_dialplan']['de-at'] = "Standard Wählplan";
$text['title-default_dialplan']['de-ch'] = "Standard Wählplan";
$text['title-default_dialplan']['de-de'] = "Standard Wählplan";
$text['title-default_dialplan']['el-gr'] = "Προεπιλεγμένο σχέδιο κλήσης";
$text['title-default_dialplan']['es-cl'] = "Plan de Marcado Predeterminado";
$text['title-default_dialplan']['es-mx'] = "Plan de Marcado Predeterminado";
$text['title-default_dialplan']['fr-ca'] = "Plan de numérotation par Défaut";
@ -150,6 +156,7 @@ $text['title-time_conditions']['ar-eg'] = "الظروف الزمنية";
$text['title-time_conditions']['de-at'] = "Zeitvorgaben";
$text['title-time_conditions']['de-ch'] = "Zeitvorgaben";
$text['title-time_conditions']['de-de'] = "Zeitvorgaben";
$text['title-time_conditions']['el-gr'] = "Συνθήκες χρόνου";
$text['title-time_conditions']['es-cl'] = "Condiciones de Tiempo";
$text['title-time_conditions']['es-mx'] = "Condiciones de Tiempo";
$text['title-time_conditions']['fr-ca'] = "Conditions de temps";
@ -174,6 +181,7 @@ $text['title-outbound_routes']['ar-eg'] = "الطرق الخارجية";
$text['title-outbound_routes']['de-at'] = "Ausgehende Routen";
$text['title-outbound_routes']['de-ch'] = "Ausgehende Routen";
$text['title-outbound_routes']['de-de'] = "Ausgehende Routen";
$text['title-outbound_routes']['el-gr'] = "Εξωτερικές διαδρομές";
$text['title-outbound_routes']['es-cl'] = "Rutas Salientes";
$text['title-outbound_routes']['es-mx'] = "Rutas Salientes";
$text['title-outbound_routes']['fr-ca'] = "Routes Sortantes";
@ -198,6 +206,7 @@ $text['title-inbound_routes']['ar-eg'] = "طرق الدخول";
$text['title-inbound_routes']['de-at'] = "Eingehende Routen";
$text['title-inbound_routes']['de-ch'] = "Eingehende Routen";
$text['title-inbound_routes']['de-de'] = "Eingehende Routen";
$text['title-inbound_routes']['el-gr'] = "Εισερχόμενες διαδρομές";
$text['title-inbound_routes']['es-cl'] = "Rutas Entrantes";
$text['title-inbound_routes']['es-mx'] = "Rutas Entrantes";
$text['title-inbound_routes']['fr-ca'] = "Routes Entrantes";
@ -222,6 +231,7 @@ $text['title-queues']['ar-eg'] = "الاستفسارات";
$text['title-queues']['de-at'] = "Warteschlangen";
$text['title-queues']['de-ch'] = "Warteschlangen";
$text['title-queues']['de-de'] = "Warteschlangen";
$text['title-queues']['el-gr'] = "Ουρές";
$text['title-queues']['es-cl'] = "Colas";
$text['title-queues']['es-mx'] = "Colas";
$text['title-queues']['fr-ca'] = "Les files d'attente";
@ -246,6 +256,7 @@ $text['title-other']['ar-eg'] = "أخرى";
$text['title-other']['de-at'] = "Sonstiges";
$text['title-other']['de-ch'] = "Sonstiges";
$text['title-other']['de-de'] = "Sonstiges";
$text['title-other']['el-gr'] = "Αλλα";
$text['title-other']['es-cl'] = "Otro";
$text['title-other']['es-mx'] = "Otro";
$text['title-other']['fr-ca'] = "Autre";
@ -270,6 +281,7 @@ $text['option-check_voicemail']['ar-eg'] = "تحقق من البريد الصو
$text['option-check_voicemail']['de-at'] = "Voicemail überprüfen";
$text['option-check_voicemail']['de-ch'] = "Voicemail überprüfen";
$text['option-check_voicemail']['de-de'] = "Voicemail überprüfen";
$text['option-check_voicemail']['el-gr'] = "Ελέγξτε τον τηλεφωνητή";
$text['option-check_voicemail']['es-cl'] = "Compruebe el correo de voz";
$text['option-check_voicemail']['es-mx'] = "Compruebe el correo de voz";
$text['option-check_voicemail']['fr-ca'] = "Vérifiez la messagerie vocale";
@ -294,6 +306,7 @@ $text['option-company_directory']['ar-eg'] = "دليل الشركة";
$text['option-company_directory']['de-at'] = "Firmenverzeichnis";
$text['option-company_directory']['de-ch'] = "Firmenverzeichnis";
$text['option-company_directory']['de-de'] = "Firmenverzeichnis";
$text['option-company_directory']['el-gr'] = "Κατάλογος Εταιρείας";
$text['option-company_directory']['es-cl'] = "Directorio de la empresa";
$text['option-company_directory']['es-mx'] = "Directorio de la empresa";
$text['option-company_directory']['fr-ca'] = "Annuaire de l'entreprise";
@ -318,6 +331,7 @@ $text['option-hangup']['ar-eg'] = "شنق";
$text['option-hangup']['de-at'] = "Auflegen";
$text['option-hangup']['de-ch'] = "Auflegen";
$text['option-hangup']['de-de'] = "Auflegen";
$text['option-hangup']['el-gr'] = "κλείσιμο";
$text['option-hangup']['es-cl'] = "Colgar";
$text['option-hangup']['es-mx'] = "Colgar";
$text['option-hangup']['fr-ca'] = "Raccrocher";
@ -342,6 +356,7 @@ $text['option-record']['ar-eg'] = "السجل";
$text['option-record']['de-at'] = "Aufzeichnen";
$text['option-record']['de-ch'] = "Aufzeichnen";
$text['option-record']['de-de'] = "Aufzeichnen";
$text['option-record']['el-gr'] = "Ρεκόρ";
$text['option-record']['es-cl'] = "Registro";
$text['option-record']['es-mx'] = "Registro";
$text['option-record']['fr-ca'] = "Enregistrement";
@ -366,6 +381,7 @@ $text['select-global']['ar-eg'] = "عالمي";
$text['select-global']['de-at'] = "Global";
$text['select-global']['de-ch'] = "Global";
$text['select-global']['de-de'] = "Global";
$text['select-global']['el-gr'] = "Παγκόσμια";
$text['select-global']['es-cl'] = "Global";
$text['select-global']['es-mx'] = "Global";
$text['select-global']['fr-ca'] = "Mondial";
@ -390,6 +406,7 @@ $text['option-year']['ar-eg'] = "السنة";
$text['option-year']['de-at'] = "Jahr";
$text['option-year']['de-ch'] = "Jahr";
$text['option-year']['de-de'] = "Jahr";
$text['option-year']['el-gr'] = "Ετος";
$text['option-year']['es-cl'] = "Año";
$text['option-year']['es-mx'] = "Año";
$text['option-year']['fr-ca'] = "Année";
@ -414,6 +431,7 @@ $text['option-week_of_month']['ar-eg'] = "أسبوع الشهر";
$text['option-week_of_month']['de-at'] = "Woche des Monats";
$text['option-week_of_month']['de-ch'] = "Woche des Monats";
$text['option-week_of_month']['de-de'] = "Woche des Monats";
$text['option-week_of_month']['el-gr'] = "Εβδομάδα του Μήνα";
$text['option-week_of_month']['es-cl'] = "Semana del Mes";
$text['option-week_of_month']['es-mx'] = "Semana del Mes";
$text['option-week_of_month']['fr-ca'] = "Semaine du Mois";
@ -438,6 +456,7 @@ $text['option-week']['ar-eg'] = "الأسبوع";
$text['option-week']['de-at'] = "Woche";
$text['option-week']['de-ch'] = "Woche";
$text['option-week']['de-de'] = "Woche";
$text['option-week']['el-gr'] = "Εβδομάδα";
$text['option-week']['es-cl'] = "Semana";
$text['option-week']['es-mx'] = "Semana";
$text['option-week']['fr-ca'] = "Semaine";
@ -462,6 +481,7 @@ $text['option-uuid']['ar-eg'] = "uuid";
$text['option-uuid']['de-at'] = "UUID";
$text['option-uuid']['de-ch'] = "UUID";
$text['option-uuid']['de-de'] = "UUID";
$text['option-uuid']['el-gr'] = "UUID";
$text['option-uuid']['es-cl'] = "UUID";
$text['option-uuid']['es-mx'] = "UUID";
$text['option-uuid']['fr-ca'] = "UUID";
@ -486,6 +506,7 @@ $text['option-username']['ar-eg'] = "المستعمل";
$text['option-username']['de-at'] = "Benutzername";
$text['option-username']['de-ch'] = "Benutzername";
$text['option-username']['de-de'] = "Benutzername";
$text['option-username']['el-gr'] = "Όνομα χρήστη";
$text['option-username']['es-cl'] = "Nombre de usuario";
$text['option-username']['es-mx'] = "Nombre de usuario";
$text['option-username']['fr-ca'] = "Nom d'utilisateur";
@ -510,6 +531,7 @@ $text['option-true']['ar-eg'] = "صحيح";
$text['option-true']['de-at'] = "Ein";
$text['option-true']['de-ch'] = "Ein";
$text['option-true']['de-de'] = "Ein";
$text['option-true']['el-gr'] = "Αληθής";
$text['option-true']['es-cl'] = "Verdadero";
$text['option-true']['es-mx'] = "Verdadero";
$text['option-true']['fr-ca'] = "Oui";
@ -534,6 +556,7 @@ $text['option-source']['ar-eg'] = "المصدر";
$text['option-source']['de-at'] = "Quelle";
$text['option-source']['de-ch'] = "Quelle";
$text['option-source']['de-de'] = "Quelle";
$text['option-source']['el-gr'] = "Πηγή";
$text['option-source']['es-cl'] = "Fuente";
$text['option-source']['es-mx'] = "Fuente";
$text['option-source']['fr-ca'] = "Source";
@ -558,6 +581,7 @@ $text['option-regex']['ar-eg'] = "الإعراب المنتظم";
$text['option-regex']['de-at'] = "Regulärer Ausdruck";
$text['option-regex']['de-ch'] = "Regulärer Ausdruck";
$text['option-regex']['de-de'] = "Regulärer Ausdruck";
$text['option-regex']['el-gr'] = "Κοινή έκφραση";
$text['option-regex']['es-cl'] = "Expresión Regular";
$text['option-regex']['es-mx'] = "Expresión Regular";
$text['option-regex']['fr-ca'] = "Expression Régulière";
@ -582,6 +606,7 @@ $text['option-rdnis']['ar-eg'] = "RDNIS";
$text['option-rdnis']['de-at'] = "RDNIS";
$text['option-rdnis']['de-ch'] = "RDNIS";
$text['option-rdnis']['de-de'] = "RDNIS";
$text['option-rdnis']['el-gr'] = "RDNIS";
$text['option-rdnis']['es-cl'] = "RDNIS";
$text['option-rdnis']['es-mx'] = "RDNIS";
$text['option-rdnis']['fr-ca'] = "RDNIS";
@ -589,7 +614,7 @@ $text['option-rdnis']['fr-fr'] = "RDNIS";
$text['option-rdnis']['he-il'] = "RDNIS";
$text['option-rdnis']['it-it'] = "RDNIS";
$text['option-rdnis']['nl-nl'] = "RNDIS";
$text['option-rdnis']['pl-pl'] = "RDNIS ";
$text['option-rdnis']['pl-pl'] = "RDNIS";
$text['option-rdnis']['pt-br'] = "RDNIS";
$text['option-rdnis']['pt-pt'] = "RDNIS";
$text['option-rdnis']['ro-ro'] = "RDNIS";
@ -606,6 +631,7 @@ $text['option-public']['ar-eg'] = "الجمهور";
$text['option-public']['de-at'] = "Öffentlich";
$text['option-public']['de-ch'] = "Öffentlich";
$text['option-public']['de-de'] = "Öffentlich";
$text['option-public']['el-gr'] = "Δημόσιο";
$text['option-public']['es-cl'] = "Público";
$text['option-public']['es-mx'] = "Público";
$text['option-public']['fr-ca'] = "Publique";
@ -630,6 +656,7 @@ $text['option-on_true']['ar-eg'] = "صحيح";
$text['option-on_true']['de-at'] = "Wenn richtig";
$text['option-on_true']['de-ch'] = "Wenn richtig";
$text['option-on_true']['de-de'] = "Wenn richtig";
$text['option-on_true']['el-gr'] = "Στο αληθινό";
$text['option-on_true']['es-cl'] = "En Verdadero";
$text['option-on_true']['es-mx'] = "En Verdadero";
$text['option-on_true']['fr-ca'] = "Sur vrai";
@ -654,6 +681,7 @@ $text['option-on_false']['ar-eg'] = "على الصمام";
$text['option-on_false']['de-at'] = "Wenn falsch";
$text['option-on_false']['de-ch'] = "Wenn falsch";
$text['option-on_false']['de-de'] = "Wenn falsch";
$text['option-on_false']['el-gr'] = "Στο ψευδές";
$text['option-on_false']['es-cl'] = "En Falso";
$text['option-on_false']['es-mx'] = "En Falso";
$text['option-on_false']['fr-ca'] = "Sur faux";
@ -678,6 +706,7 @@ $text['option-never']['ar-eg'] = "أبداً";
$text['option-never']['de-at'] = "Nie";
$text['option-never']['de-ch'] = "Nie";
$text['option-never']['de-de'] = "Nie";
$text['option-never']['el-gr'] = "Ποτέ";
$text['option-never']['es-cl'] = "Nunca";
$text['option-never']['es-mx'] = "Nunca";
$text['option-never']['fr-ca'] = "Jamais";
@ -702,6 +731,7 @@ $text['option-network_addr']['ar-eg'] = "العنوان الشبكي";
$text['option-network_addr']['de-at'] = "Netzwerk Adresse";
$text['option-network_addr']['de-ch'] = "Netzwerk Adresse";
$text['option-network_addr']['de-de'] = "Netzwerk Adresse";
$text['option-network_addr']['el-gr'] = "Διεύθυνση δικτύου";
$text['option-network_addr']['es-cl'] = "Dirección de red";
$text['option-network_addr']['es-mx'] = "Dirección de red";
$text['option-network_addr']['fr-ca'] = "Adresse Réseau";
@ -726,6 +756,7 @@ $text['option-month']['ar-eg'] = "الشهر";
$text['option-month']['de-at'] = "Monat";
$text['option-month']['de-ch'] = "Monat";
$text['option-month']['de-de'] = "Monat";
$text['option-month']['el-gr'] = "Μήνας";
$text['option-month']['es-cl'] = "Mes";
$text['option-month']['es-mx'] = "Mes";
$text['option-month']['fr-ca'] = "Mois";
@ -750,6 +781,7 @@ $text['option-minute_of_day']['ar-eg'] = "دقيقة اليوم";
$text['option-minute_of_day']['de-at'] = "Minute des Tages";
$text['option-minute_of_day']['de-ch'] = "Minute des Tages";
$text['option-minute_of_day']['de-de'] = "Minute des Tages";
$text['option-minute_of_day']['el-gr'] = "Λεπτό της Ημέρας";
$text['option-minute_of_day']['es-cl'] = "Minuto del Día";
$text['option-minute_of_day']['es-mx'] = "Minuto del Día";
$text['option-minute_of_day']['fr-ca'] = "Minute de la journée";
@ -774,6 +806,7 @@ $text['option-minute']['ar-eg'] = "دقيقة";
$text['option-minute']['de-at'] = "Minute";
$text['option-minute']['de-ch'] = "Minute";
$text['option-minute']['de-de'] = "Minute";
$text['option-minute']['el-gr'] = "Λεπτό";
$text['option-minute']['es-cl'] = "Minuto";
$text['option-minute']['es-mx'] = "Minuto";
$text['option-minute']['fr-ca'] = "Minute";
@ -798,6 +831,7 @@ $text['option-hour']['ar-eg'] = "ساعة";
$text['option-hour']['de-at'] = "Stunde";
$text['option-hour']['de-ch'] = "Stunde";
$text['option-hour']['de-de'] = "Stunde";
$text['option-hour']['el-gr'] = "Ωρα";
$text['option-hour']['es-cl'] = "Hora";
$text['option-hour']['es-mx'] = "Hora";
$text['option-hour']['fr-ca'] = "Heure";
@ -822,6 +856,7 @@ $text['option-false']['ar-eg'] = "كاذب";
$text['option-false']['de-at'] = "Aus";
$text['option-false']['de-ch'] = "Aus";
$text['option-false']['de-de'] = "Aus";
$text['option-false']['el-gr'] = "Ψευδής";
$text['option-false']['es-cl'] = "Falso";
$text['option-false']['es-mx'] = "Falso";
$text['option-false']['fr-ca'] = "Non";
@ -846,6 +881,7 @@ $text['option-dialplan']['ar-eg'] = "خطة الطعام";
$text['option-dialplan']['de-at'] = "Wählplan";
$text['option-dialplan']['de-ch'] = "Wählplan";
$text['option-dialplan']['de-de'] = "Wählplan";
$text['option-dialplan']['el-gr'] = "σχέδιο κλήσης";
$text['option-dialplan']['es-cl'] = "Plan de marcado";
$text['option-dialplan']['es-mx'] = "Plan de marcado";
$text['option-dialplan']['fr-ca'] = "Plan de numérotation";
@ -853,9 +889,9 @@ $text['option-dialplan']['fr-fr'] = "Plan de numérotation";
$text['option-dialplan']['he-il'] = "תוכנית חיוג";
$text['option-dialplan']['it-it'] = "Quadrante";
$text['option-dialplan']['nl-nl'] = "Kiesplan";
$text['option-dialplan']['pl-pl'] = "Dialplan ";
$text['option-dialplan']['pt-br'] = "Dialplan";
$text['option-dialplan']['pt-pt'] = "Dialplan";
$text['option-dialplan']['pl-pl'] = "plan wybierania";
$text['option-dialplan']['pt-br'] = "plano de discagem";
$text['option-dialplan']['pt-pt'] = "plano de discagem";
$text['option-dialplan']['ro-ro'] = "Dialplan";
$text['option-dialplan']['ru-ru'] = "План Нумерации";
$text['option-dialplan']['sv-se'] = "Nummerplan";
@ -870,6 +906,7 @@ $text['option-destination_number']['ar-eg'] = "رقم الوجهة";
$text['option-destination_number']['de-at'] = "Zielnummer";
$text['option-destination_number']['de-ch'] = "Zielnummer";
$text['option-destination_number']['de-de'] = "Zielnummer";
$text['option-destination_number']['el-gr'] = "Αριθμός προορισμού";
$text['option-destination_number']['es-cl'] = "Número de destino";
$text['option-destination_number']['es-mx'] = "Número de destino";
$text['option-destination_number']['fr-ca'] = "Numéro de Destination";
@ -894,6 +931,7 @@ $text['option-day_of_year']['ar-eg'] = "يوم السنة";
$text['option-day_of_year']['de-at'] = "Tag des Jahres";
$text['option-day_of_year']['de-ch'] = "Tag des Jahres";
$text['option-day_of_year']['de-de'] = "Tag des Jahres";
$text['option-day_of_year']['el-gr'] = "Ημέρα του Έτους";
$text['option-day_of_year']['es-cl'] = "Día del año";
$text['option-day_of_year']['es-mx'] = "Día del año";
$text['option-day_of_year']['fr-ca'] = "Jour de l'année";
@ -918,6 +956,7 @@ $text['option-day_of_week']['ar-eg'] = "يوم الأسبوع";
$text['option-day_of_week']['de-at'] = "Tag der Woche";
$text['option-day_of_week']['de-ch'] = "Tag der Woche";
$text['option-day_of_week']['de-de'] = "Tag der Woche";
$text['option-day_of_week']['el-gr'] = "Μερα της ΕΒΔΟΜΑΔΑΣ";
$text['option-day_of_week']['es-cl'] = "Día de la semana";
$text['option-day_of_week']['es-mx'] = "Día de la semana";
$text['option-day_of_week']['fr-ca'] = "Jour de la Semaine";
@ -942,6 +981,7 @@ $text['option-day_of_month']['ar-eg'] = "يوم الشهر";
$text['option-day_of_month']['de-at'] = "Tag des Monats";
$text['option-day_of_month']['de-ch'] = "Tag des Monats";
$text['option-day_of_month']['de-de'] = "Tag des Monats";
$text['option-day_of_month']['el-gr'] = "Ημέρα του Μήνα";
$text['option-day_of_month']['es-cl'] = "Día del Mes";
$text['option-day_of_month']['es-mx'] = "Día del Mes";
$text['option-day_of_month']['fr-ca'] = "Jour du Mois";
@ -966,6 +1006,7 @@ $text['option-context']['ar-eg'] = "السياق";
$text['option-context']['de-at'] = "Kontext";
$text['option-context']['de-ch'] = "Kontext";
$text['option-context']['de-de'] = "Kontext";
$text['option-context']['el-gr'] = "Συμφραζόμενα";
$text['option-context']['es-cl'] = "Contexto";
$text['option-context']['es-mx'] = "Contexto";
$text['option-context']['fr-ca'] = "Contexte";
@ -990,6 +1031,7 @@ $text['option-condition']['ar-eg'] = "الشرط";
$text['option-condition']['de-at'] = "Bedingung";
$text['option-condition']['de-ch'] = "Bedingung";
$text['option-condition']['de-de'] = "Bedingung";
$text['option-condition']['el-gr'] = "Κατάσταση";
$text['option-condition']['es-cl'] = "Condición";
$text['option-condition']['es-mx'] = "Condición";
$text['option-condition']['fr-ca'] = "Condition";
@ -1014,6 +1056,7 @@ $text['option-chan_name']['ar-eg'] = "اسم القناة";
$text['option-chan_name']['de-at'] = "Kanal Name";
$text['option-chan_name']['de-ch'] = "Kanal Name";
$text['option-chan_name']['de-de'] = "Kanal Name";
$text['option-chan_name']['el-gr'] = "Όνομα καναλιού";
$text['option-chan_name']['es-cl'] = "Nombre de Canal";
$text['option-chan_name']['es-mx'] = "Nombre de Canal";
$text['option-chan_name']['fr-ca'] = "Nom du Canal";
@ -1038,6 +1081,7 @@ $text['option-caller_id_number']['ar-eg'] = "رقم هوية المتصل";
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['de-ch'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['el-gr'] = "Αριθμός αναγνώρισης καλούντος";
$text['option-caller_id_number']['es-cl'] = "Número de Caller ID";
$text['option-caller_id_number']['es-mx'] = "Número de Caller ID";
$text['option-caller_id_number']['fr-ca'] = "Numéro d'identification de l'appelant.";
@ -1062,6 +1106,7 @@ $text['option-caller_id_name']['ar-eg'] = "اسم المتصل";
$text['option-caller_id_name']['de-at'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['de-ch'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['de-de'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['el-gr'] = "Όνομα αναγνώρισης κλήσης";
$text['option-caller_id_name']['es-cl'] = "Nombre de Caller ID";
$text['option-caller_id_name']['es-mx'] = "Nombre de Caller ID";
$text['option-caller_id_name']['fr-ca'] = "Nom de l'appelant";
@ -1086,6 +1131,7 @@ $text['option-anti-action']['ar-eg'] = "الإجراءات المضادة";
$text['option-anti-action']['de-at'] = "Anti-Aktion";
$text['option-anti-action']['de-ch'] = "Anti-Aktion";
$text['option-anti-action']['de-de'] = "Anti-Aktion";
$text['option-anti-action']['el-gr'] = "Αντι-Δράση";
$text['option-anti-action']['es-cl'] = "Anti-Acción";
$text['option-anti-action']['es-mx'] = "Anti-Acción";
$text['option-anti-action']['fr-ca'] = "Anti-Action";
@ -1110,6 +1156,7 @@ $text['option-ani2']['ar-eg'] = "ANI2";
$text['option-ani2']['de-at'] = "ANI2";
$text['option-ani2']['de-ch'] = "ANI2";
$text['option-ani2']['de-de'] = "ANI2";
$text['option-ani2']['el-gr'] = "ANI2";
$text['option-ani2']['es-cl'] = "ANI2";
$text['option-ani2']['es-mx'] = "ANI2";
$text['option-ani2']['fr-ca'] = "ANI2";
@ -1134,6 +1181,7 @@ $text['option-ani']['ar-eg'] = "ANI";
$text['option-ani']['de-at'] = "ANI";
$text['option-ani']['de-ch'] = "ANI";
$text['option-ani']['de-de'] = "ANI";
$text['option-ani']['el-gr'] = "ANI";
$text['option-ani']['es-cl'] = "ANI";
$text['option-ani']['es-mx'] = "ANI";
$text['option-ani']['fr-ca'] = "ANI";
@ -1158,6 +1206,7 @@ $text['option-always']['ar-eg'] = "دائما";
$text['option-always']['de-at'] = "Immer";
$text['option-always']['de-ch'] = "Immer";
$text['option-always']['de-de'] = "Immer";
$text['option-always']['el-gr'] = "Πάντα";
$text['option-always']['es-cl'] = "Siempre";
$text['option-always']['es-mx'] = "Siempre";
$text['option-always']['fr-ca'] = "Toujours";
@ -1182,6 +1231,7 @@ $text['option-action']['ar-eg'] = "الإجراء";
$text['option-action']['de-at'] = "Aktion";
$text['option-action']['de-ch'] = "Aktion";
$text['option-action']['de-de'] = "Aktion";
$text['option-action']['el-gr'] = "Δράση";
$text['option-action']['es-cl'] = "Acción";
$text['option-action']['es-mx'] = "Acción";
$text['option-action']['fr-ca'] = "Action";
@ -1206,6 +1256,7 @@ $text['optgroup-condition_or_regex']['ar-eg'] = "التسليم أو التصن
$text['optgroup-condition_or_regex']['de-at'] = "Bedingung oder Regulärer Ausdruck";
$text['optgroup-condition_or_regex']['de-ch'] = "Bedingung oder Regulärer Ausdruck";
$text['optgroup-condition_or_regex']['de-de'] = "Bedingung oder Regulärer Ausdruck";
$text['optgroup-condition_or_regex']['el-gr'] = "Κατάσταση ή Regex";
$text['optgroup-condition_or_regex']['es-cl'] = "Condiciones o Expresiones Regulares";
$text['optgroup-condition_or_regex']['es-mx'] = "Condiciones o Expresiones Regulares";
$text['optgroup-condition_or_regex']['fr-ca'] = "Conditions ou Expressions Régulières";
@ -1230,6 +1281,7 @@ $text['optgroup-applications']['ar-eg'] = "التطبيقات";
$text['optgroup-applications']['de-at'] = "Anwendungen";
$text['optgroup-applications']['de-ch'] = "Anwendungen";
$text['optgroup-applications']['de-de'] = "Anwendungen";
$text['optgroup-applications']['el-gr'] = "Εφαρμογές";
$text['optgroup-applications']['es-cl'] = "Aplicaciiones";
$text['optgroup-applications']['es-mx'] = "Aplicaciiones";
$text['optgroup-applications']['fr-ca'] = "Applications";
@ -1254,6 +1306,7 @@ $text['label-destination']['ar-eg'] = "جهه الأتصال";
$text['label-destination']['de-at'] = "Ziel";
$text['label-destination']['de-ch'] = "Ziel";
$text['label-destination']['de-de'] = "Ziel";
$text['label-destination']['el-gr'] = "Προορισμός";
$text['label-destination']['es-cl'] = "Destino";
$text['label-destination']['es-mx'] = "Destino";
$text['label-destination']['fr-ca'] = "la Destination";
@ -1278,6 +1331,7 @@ $text['label-tag']['ar-eg'] = "بطاقة";
$text['label-tag']['de-at'] = "Bezeichnung";
$text['label-tag']['de-ch'] = "Bezeichnung";
$text['label-tag']['de-de'] = "Bezeichnung";
$text['label-tag']['el-gr'] = "Ετικέτα";
$text['label-tag']['es-cl'] = "Etiqueta";
$text['label-tag']['es-mx'] = "Etiqueta";
$text['label-tag']['fr-ca'] = "Tag";
@ -1302,6 +1356,7 @@ $text['label-number']['ar-eg'] = "العدد";
$text['label-number']['de-at'] = "Nummer";
$text['label-number']['de-ch'] = "Nummer";
$text['label-number']['de-de'] = "Nummer";
$text['label-number']['el-gr'] = "Αριθμός";
$text['label-number']['es-cl'] = "Número";
$text['label-number']['es-mx'] = "Número";
$text['label-number']['fr-ca'] = "Numéro";
@ -1326,6 +1381,7 @@ $text['label-inline']['ar-eg'] = "في النسق";
$text['label-inline']['de-at'] = "Im Einklang";
$text['label-inline']['de-ch'] = "Im Einklang";
$text['label-inline']['de-de'] = "Im Einklang";
$text['label-inline']['el-gr'] = "Στη γραμμή";
$text['label-inline']['es-cl'] = "En línea";
$text['label-inline']['es-mx'] = "En línea";
$text['label-inline']['fr-ca'] = "En ligne";
@ -1350,6 +1406,7 @@ $text['label-group']['ar-eg'] = "المجموعة";
$text['label-group']['de-at'] = "Gruppe";
$text['label-group']['de-ch'] = "Gruppe";
$text['label-group']['de-de'] = "Gruppe";
$text['label-group']['el-gr'] = "Ομάδα";
$text['label-group']['es-cl'] = "Grupo";
$text['label-group']['es-mx'] = "Grupo";
$text['label-group']['fr-ca'] = "Groupe";
@ -1374,6 +1431,7 @@ $text['label-field']['ar-eg'] = "الميدان";
$text['label-field']['de-at'] = "Feld";
$text['label-field']['de-ch'] = "Feld";
$text['label-field']['de-de'] = "Feld";
$text['label-field']['el-gr'] = "Πεδίο";
$text['label-field']['es-cl'] = "Campo";
$text['label-field']['es-mx'] = "Campo";
$text['label-field']['fr-ca'] = "Champs";
@ -1398,6 +1456,7 @@ $text['label-expression']['ar-eg'] = "التعبير";
$text['label-expression']['de-at'] = "Ausdruck";
$text['label-expression']['de-ch'] = "Ausdruck";
$text['label-expression']['de-de'] = "Ausdruck";
$text['label-expression']['el-gr'] = "Εκφραση";
$text['label-expression']['es-cl'] = "Expresión";
$text['label-expression']['es-mx'] = "Expresión";
$text['label-expression']['fr-ca'] = "Expression";
@ -1422,6 +1481,7 @@ $text['label-domain']['ar-eg'] = "النطاق";
$text['label-domain']['de-at'] = "Domäne";
$text['label-domain']['de-ch'] = "Domäne";
$text['label-domain']['de-de'] = "Domäne";
$text['label-domain']['el-gr'] = "Τομέα";
$text['label-domain']['es-cl'] = "Dominio";
$text['label-domain']['es-mx'] = "Dominio";
$text['label-domain']['fr-ca'] = "Domaine";
@ -1446,6 +1506,7 @@ $text['label-dialplan_detail']['ar-eg'] = "تفاصيل الخطة";
$text['label-dialplan_detail']['de-at'] = "Wählplan Details";
$text['label-dialplan_detail']['de-ch'] = "Wählplan Details";
$text['label-dialplan_detail']['de-de'] = "Wählplan Details";
$text['label-dialplan_detail']['el-gr'] = "Στοιχεία σχεδίου κλήσης";
$text['label-dialplan_detail']['es-cl'] = "Detalles del plan";
$text['label-dialplan_detail']['es-mx'] = "Detalles del plan";
$text['label-dialplan_detail']['fr-ca'] = "Détail du plan de numérotation";
@ -1470,6 +1531,7 @@ $text['label-data']['ar-eg'] = "البيانات";
$text['label-data']['de-at'] = "Daten";
$text['label-data']['de-ch'] = "Daten";
$text['label-data']['de-de'] = "Daten";
$text['label-data']['el-gr'] = "Δεδομένα";
$text['label-data']['es-cl'] = "Datos";
$text['label-data']['es-mx'] = "Datos";
$text['label-data']['fr-ca'] = "Donnée";
@ -1494,6 +1556,7 @@ $text['label-hostname']['ar-eg'] = "الاسم المضيف";
$text['label-hostname']['de-at'] = "Hostname";
$text['label-hostname']['de-ch'] = "Hostname";
$text['label-hostname']['de-de'] = "Hostname";
$text['label-hostname']['el-gr'] = "Όνομα κεντρικού υπολογιστή";
$text['label-hostname']['es-cl'] = "Nombre de host";
$text['label-hostname']['es-mx'] = "Nombre de host";
$text['label-hostname']['fr-ca'] = "Nom d'hôte";
@ -1518,6 +1581,7 @@ $text['label-continue']['ar-eg'] = "استمر";
$text['label-continue']['de-at'] = "Fortfahren";
$text['label-continue']['de-ch'] = "Fortfahren";
$text['label-continue']['de-de'] = "Fortfahren";
$text['label-continue']['el-gr'] = "Να συνεχίσει";
$text['label-continue']['es-cl'] = "Continuar";
$text['label-continue']['es-mx'] = "Continuar";
$text['label-continue']['fr-ca'] = "Continue";
@ -1542,6 +1606,7 @@ $text['label-context']['ar-eg'] = "السياق";
$text['label-context']['de-at'] = "Kontext";
$text['label-context']['de-ch'] = "Kontext";
$text['label-context']['de-de'] = "Kontext";
$text['label-context']['el-gr'] = "Συμφραζόμενα";
$text['label-context']['es-cl'] = "Contexto";
$text['label-context']['es-mx'] = "Contexto";
$text['label-context']['fr-ca'] = "Contexte";
@ -1566,6 +1631,7 @@ $text['label-condition_2']['ar-eg'] = "المادة 2";
$text['label-condition_2']['de-at'] = "Bedingung 2";
$text['label-condition_2']['de-ch'] = "Bedingung 2";
$text['label-condition_2']['de-de'] = "Bedingung 2";
$text['label-condition_2']['el-gr'] = "Συνθήκη 2";
$text['label-condition_2']['es-cl'] = "Condición 2";
$text['label-condition_2']['es-mx'] = "Condición 2";
$text['label-condition_2']['fr-ca'] = "Condition 2";
@ -1590,6 +1656,7 @@ $text['label-condition_1']['ar-eg'] = "المادة 1";
$text['label-condition_1']['de-at'] = "Bedingung 1";
$text['label-condition_1']['de-ch'] = "Bedingung 1";
$text['label-condition_1']['de-de'] = "Bedingung 1";
$text['label-condition_1']['el-gr'] = "Συνθήκη 1";
$text['label-condition_1']['es-cl'] = "Condición 1";
$text['label-condition_1']['es-mx'] = "Condición 1";
$text['label-condition_1']['fr-ca'] = "Condition 1";
@ -1614,6 +1681,7 @@ $text['label-break']['ar-eg'] = "كسر";
$text['label-break']['de-at'] = "Abbrechen";
$text['label-break']['de-ch'] = "Abbrechen";
$text['label-break']['de-de'] = "Abbrechen";
$text['label-break']['el-gr'] = "Διακοπή";
$text['label-break']['es-cl'] = "Interrupción";
$text['label-break']['es-mx'] = "Interrupción";
$text['label-break']['fr-ca'] = "Pause";
@ -1638,6 +1706,7 @@ $text['label-action_2']['ar-eg'] = "الإجراء 2";
$text['label-action_2']['de-at'] = "Aktion 2";
$text['label-action_2']['de-ch'] = "Aktion 2";
$text['label-action_2']['de-de'] = "Aktion 2";
$text['label-action_2']['el-gr'] = "Δράση 2";
$text['label-action_2']['es-cl'] = "Acción 2";
$text['label-action_2']['es-mx'] = "Acción 2";
$text['label-action_2']['fr-ca'] = "Action 2";
@ -1662,6 +1731,7 @@ $text['label-action_1']['ar-eg'] = "الإجراء 1";
$text['label-action_1']['de-at'] = "Aktion 1";
$text['label-action_1']['de-ch'] = "Aktion 1";
$text['label-action_1']['de-de'] = "Aktion 1";
$text['label-action_1']['el-gr'] = "Δράση 1";
$text['label-action_1']['es-cl'] = "Acción 1";
$text['label-action_1']['es-mx'] = "Acción 1";
$text['label-action_1']['fr-ca'] = "Action 1";
@ -1686,6 +1756,7 @@ $text['header-time_conditions']['ar-eg'] = "الظروف الزمنية";
$text['header-time_conditions']['de-at'] = "Zeitvorgaben";
$text['header-time_conditions']['de-ch'] = "Zeitvorgaben";
$text['header-time_conditions']['de-de'] = "Zeitvorgaben";
$text['header-time_conditions']['el-gr'] = "Συνθήκες χρόνου";
$text['header-time_conditions']['es-cl'] = "Condiciones de Tiempo";
$text['header-time_conditions']['es-mx'] = "Condiciones de Tiempo";
$text['header-time_conditions']['fr-ca'] = "Conditions de temps";
@ -1710,6 +1781,7 @@ $text['header-queues']['ar-eg'] = "الاستفسارات";
$text['header-queues']['de-at'] = "Warteschlangen";
$text['header-queues']['de-ch'] = "Warteschlangen";
$text['header-queues']['de-de'] = "Warteschlangen";
$text['header-queues']['el-gr'] = "Ουρές";
$text['header-queues']['es-cl'] = "Colas";
$text['header-queues']['es-mx'] = "Colas";
$text['header-queues']['fr-ca'] = "Les files d'attente";
@ -1734,6 +1806,7 @@ $text['header-outbound_routes']['ar-eg'] = "الطرق الخارجية";
$text['header-outbound_routes']['de-at'] = "Ausgehende Routen";
$text['header-outbound_routes']['de-ch'] = "Ausgehende Routen";
$text['header-outbound_routes']['de-de'] = "Ausgehende Routen";
$text['header-outbound_routes']['el-gr'] = "Εξωτερικές διαδρομές";
$text['header-outbound_routes']['es-cl'] = "Rutas Salientes";
$text['header-outbound_routes']['es-mx'] = "Rutas Salientes";
$text['header-outbound_routes']['fr-ca'] = "Routes Sortantes";
@ -1758,6 +1831,7 @@ $text['header-inbound_routes']['ar-eg'] = "طرق الدخول";
$text['header-inbound_routes']['de-at'] = "Eingehende Routen";
$text['header-inbound_routes']['de-ch'] = "Eingehende Routen";
$text['header-inbound_routes']['de-de'] = "Eingehende Routen";
$text['header-inbound_routes']['el-gr'] = "Εισερχόμενες διαδρομές";
$text['header-inbound_routes']['es-cl'] = "Rutas Entrantes";
$text['header-inbound_routes']['es-mx'] = "Rutas Entrantes";
$text['header-inbound_routes']['fr-ca'] = "Routes Entrantes";
@ -1782,6 +1856,7 @@ $text['header-dialplan_manager']['ar-eg'] = "مدير برنامج";
$text['header-dialplan_manager']['de-at'] = "Wählplan Einstellungen";
$text['header-dialplan_manager']['de-ch'] = "Wählplan Einstellungen";
$text['header-dialplan_manager']['de-de'] = "Wählplan Einstellungen";
$text['header-dialplan_manager']['el-gr'] = "Διευθυντής σχεδίου κλήσης";
$text['header-dialplan_manager']['es-cl'] = "Administrador de Plan de Marcado";
$text['header-dialplan_manager']['es-mx'] = "Administrador de Plan de Marcado";
$text['header-dialplan_manager']['fr-ca'] = "Gestion du plan de numérotation";
@ -1806,6 +1881,7 @@ $text['header-dialplan_detail']['ar-eg'] = "تفاصيل الهاتف";
$text['header-dialplan_detail']['de-at'] = "Wählplan Details";
$text['header-dialplan_detail']['de-ch'] = "Wählplan Details";
$text['header-dialplan_detail']['de-de'] = "Wählplan Details";
$text['header-dialplan_detail']['el-gr'] = "Λεπτομέρεια σχεδίου κλήσης";
$text['header-dialplan_detail']['es-cl'] = "Detalle de Plan de Marcado";
$text['header-dialplan_detail']['es-mx'] = "Detalle de Plan de Marcado";
$text['header-dialplan_detail']['fr-ca'] = "Détail du plan de numérotation";
@ -1830,6 +1906,7 @@ $text['header-dialplan-edit']['ar-eg'] = "خطة الطعام";
$text['header-dialplan-edit']['de-at'] = "Wählplan";
$text['header-dialplan-edit']['de-ch'] = "Wählplan";
$text['header-dialplan-edit']['de-de'] = "Wählplan";
$text['header-dialplan-edit']['el-gr'] = "σχέδιο κλήσης";
$text['header-dialplan-edit']['es-cl'] = "Editar Plan de Marcado";
$text['header-dialplan-edit']['es-mx'] = "Editar Plan de Marcado";
$text['header-dialplan-edit']['fr-ca'] = "Edition du plan de numérotation";
@ -1854,6 +1931,7 @@ $text['header-dialplan-add']['ar-eg'] = "خطة الطعام";
$text['header-dialplan-add']['de-at'] = "Wählplan";
$text['header-dialplan-add']['de-ch'] = "Wählplan";
$text['header-dialplan-add']['de-de'] = "Wählplan";
$text['header-dialplan-add']['el-gr'] = "σχέδιο κλήσης";
$text['header-dialplan-add']['es-cl'] = "Agregar Plan de Marcado";
$text['header-dialplan-add']['es-mx'] = "Agregar Plan de Marcado";
$text['header-dialplan-add']['fr-ca'] = "Plan de numérotation";
@ -1878,6 +1956,7 @@ $text['header-default_dialplan']['ar-eg'] = "خطة الدفن";
$text['header-default_dialplan']['de-at'] = "Standard Wählplan";
$text['header-default_dialplan']['de-ch'] = "Standard Wählplan";
$text['header-default_dialplan']['de-de'] = "Standard Wählplan";
$text['header-default_dialplan']['el-gr'] = "Προεπιλεγμένο σχέδιο κλήσης";
$text['header-default_dialplan']['es-cl'] = "Plan de Marcado Predeterminado";
$text['header-default_dialplan']['es-mx'] = "Plan de Marcado Predeterminado";
$text['header-default_dialplan']['fr-ca'] = "Plan de numérotation par Défaut";
@ -1902,6 +1981,7 @@ $text['header-conditions_and_actions']['ar-eg'] = "الشروط والإجراء
$text['header-conditions_and_actions']['de-at'] = "Bedingungen und Aktionen";
$text['header-conditions_and_actions']['de-ch'] = "Bedingungen und Aktionen";
$text['header-conditions_and_actions']['de-de'] = "Bedingungen und Aktionen";
$text['header-conditions_and_actions']['el-gr'] = "Προϋποθέσεις και Δράσεις";
$text['header-conditions_and_actions']['es-cl'] = "Condiciones y acciones";
$text['header-conditions_and_actions']['es-mx'] = "Condiciones y acciones";
$text['header-conditions_and_actions']['fr-ca'] = "Conditions et Actions";
@ -1926,6 +2006,7 @@ $text['description-time_conditions']['ar-eg'] = 'المكالمات الهاتف
$text['description-time_conditions']['de-at'] = "Zeitliche Bedingungen routen Anrufe anhand zeitliche Vorgaben. Sie können zeitliche Bedingungen nutzen um IVR Menüs, Skripte und andere Ziele zu erreichen.";
$text['description-time_conditions']['de-ch'] = "Zeitliche Bedingungen routen Anrufe anhand zeitliche Vorgaben. Sie können zeitliche Bedingungen nutzen um IVR Menüs, Skripte und andere Ziele zu erreichen.";
$text['description-time_conditions']['de-de'] = "Zeitliche Bedingungen routen Anrufe anhand zeitliche Vorgaben. Sie können zeitliche Bedingungen nutzen um IVR Menüs, Skripte und andere Ziele zu erreichen.";
$text['description-time_conditions']['el-gr'] = "Κλήσεις διαδρομής με συνθήκες χρόνου βάσει χρονικών συνθηκών. Μπορείτε να χρησιμοποιήσετε τις συνθήκες χρόνου για να στείλετε κλήσεις σε Μενού IVR, Εξωτερικούς αριθμούς, Σενάρια ή άλλους προορισμούς.";
$text['description-time_conditions']['es-cl'] = "Las condiciones de tiempo dirijen llamadas basado en condiciones temporales. Puede utilizar estas condiciones para enviar llamadas a un IVR, Número externos, scripts u otro destino.";
$text['description-time_conditions']['es-mx'] = "Las condiciones de tiempo dirijen llamadas basado en condiciones temporales. Puede utilizar estas condiciones para enviar llamadas a un IVR, Número externos, scripts u otro destino.";
$text['description-time_conditions']['fr-ca'] = "Achemine les appels en fonction des Conditions Temporelles tels que la date, la jour de la semaine, l'heure, minutes... Ces appels peuvent être acheminés à un menu SVI, un numéro externe, un script ou tout autre numéro.";
@ -1950,6 +2031,7 @@ $text['description-queues']['ar-eg'] = "وتستخدم كويس لوضع خطو
$text['description-queues']['de-at'] = "Warteschlangen werden benutzt um Anrufer zu reihen. Auch als FIFO Warteschlangen bekannt.";
$text['description-queues']['de-ch'] = "Warteschlangen werden benutzt um Anrufer zu reihen. Auch als FIFO Warteschlangen bekannt.";
$text['description-queues']['de-de'] = "Warteschlangen werden benutzt um Anrufer zu reihen. Auch als FIFO Warteschlangen bekannt.";
$text['description-queues']['el-gr'] = "Οι ουρές χρησιμοποιούνται για τη ρύθμιση των γραμμών αναμονής για τους καλούντες. Γνωστό και ως ουρές FIFO.";
$text['description-queues']['es-cl'] = "Las colas se utilizan para configurar líneas de espera para quienes llaman. También conocidas como colas FIFO.";
$text['description-queues']['es-mx'] = "Las colas se utilizan para configurar líneas de espera para quienes llaman. También conocidas como colas FIFO.";
$text['description-queues']['fr-ca'] = "Les files d'attente sont utilisées pour configurer les files d'attente pour les appelants. Aussi connu sous le nom de files d'attente FIFO";
@ -1974,6 +2056,7 @@ $text['description-outbound_routes']['ar-eg'] = "طريق نداءات متجه
$text['description-outbound_routes']['de-at'] = "Ausgehende Anrufe zu Gateways, TDM, ENUM und andere weiterleiten, wenn der Anruf die Bedingungen für die ausgehenden Routen erfüllt.";
$text['description-outbound_routes']['de-ch'] = "Ausgehende Anrufe zu Gateways, TDM, ENUM und andere weiterleiten, wenn der Anruf die Bedingungen für die ausgehenden Routen erfüllt.";
$text['description-outbound_routes']['de-de'] = "Ausgehende Anrufe zu Gateways, TDM, ENUM und andere weiterleiten, wenn der Anruf die Bedingungen für die ausgehenden Routen erfüllt.";
$text['description-outbound_routes']['el-gr'] = "Δρομολογήστε εξερχόμενες κλήσεις σε πύλες, tdm, enum και άλλα. Όταν μια κλήση ταιριάζει με τις συνθήκες, η κλήση προς εξερχόμενες διαδρομές.";
$text['description-outbound_routes']['es-cl'] = "Dirija llamadas salientes a una pasarela, TDM, enum y más. Cuando una llamada coincide con las condiciones la llamada saliente es dirijida.";
$text['description-outbound_routes']['es-mx'] = "Dirija llamadas salientes a una pasarela, TDM, enum y más. Cuando una llamada coincide con las condiciones la llamada saliente es dirijida.";
$text['description-outbound_routes']['fr-ca'] = "Acheminer les appels sortant sur une passerelle, RTC, enum ou autre. Lorsqu'un appel rempli les conditions, l'appel utilise la route sortante.";
@ -1998,6 +2081,7 @@ $text['description-inbound_routes']['ar-eg'] = "المكالمات الوارد
$text['description-inbound_routes']['de-at'] = "Eingehende Anrufe anhand Bedingungen routen. Anrufe können an IVR Menüs, Rufgruppen, Nebenstellen, externe Nummern oder Skripte weitergeleitet werden. Die Reihenfolge ist entscheidend, wenn eine Anti-Aktion gesetzt ist oder wenn mehrere Bedingungen angelegt wurden.";
$text['description-inbound_routes']['de-ch'] = "Eingehende Anrufe anhand Bedingungen routen. Anrufe können an IVR Menüs, Rufgruppen, Nebenstellen, externe Nummern oder Skripte weitergeleitet werden. Die Reihenfolge ist entscheidend, wenn eine Anti-Aktion gesetzt ist oder wenn mehrere Bedingungen angelegt wurden.";
$text['description-inbound_routes']['de-de'] = "Eingehende Anrufe anhand Bedingungen routen. Anrufe können an IVR Menüs, Rufgruppen, Nebenstellen, externe Nummern oder Skripte weitergeleitet werden. Die Reihenfolge ist entscheidend, wenn eine Anti-Aktion gesetzt ist oder wenn mehrere Bedingungen angelegt wurden.";
$text['description-inbound_routes']['el-gr'] = "Δρομολογήστε τις εισερχόμενες κλήσεις προς προορισμούς με βάση μία ή περισσότερες συνθήκες. Μπορεί να στείλει εισερχόμενες κλήσεις σε Μενού IVR, Ομάδα Κλήσεων, Επέκταση, Εξωτερικό Αριθμό, Σενάριο. Η σειρά είναι σημαντική όταν χρησιμοποιείται ένα anti-action ή όταν υπάρχουν πολλές συνθήκες που ταιριάζουν.";
$text['description-inbound_routes']['es-cl'] = "Dirija llamadas entrantes a destinos basado en una o más condiciones. Puede enviar llamadas entrantes a un IVR, Grupo de llamadas, Extensión, Número externo o un Script. El orden es importante cuando se utiliza una anti-acción, o cuando existen múltiples condiciones que coinciden.";
$text['description-inbound_routes']['es-mx'] = "Dirija llamadas entrantes a destinos basado en una o más condiciones. Puede enviar llamadas entrantes a un IVR, Grupo de llamadas, Extensión, Número externo o un Script. El orden es importante cuando se utiliza una anti-acción, o cuando existen múltiples condiciones que coinciden.";
$text['description-inbound_routes']['fr-ca'] = "Acheminer les appels entrants en fonction d'une ou plusieures conditions. Ces appels peuvent être acheminés à un menu SVI, un groupe d'appel, une extension, un numéro externe, un script. L'ordre est important quand une anti-action est utilisée ou que plusieures conditions sont remplies.";
@ -2022,6 +2106,7 @@ $text['description-dialplan_manager-superadmin']['ar-eg'] = "وتُستخدم ه
$text['description-dialplan_manager-superadmin']['de-at'] = "Der Wählplan wird für die Anrufsteuerung basierend auf Bedingungen und Kontext benutzt. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen.";
$text['description-dialplan_manager-superadmin']['de-ch'] = "Der Wählplan wird für die Anrufsteuerung basierend auf Bedingungen und Kontext benutzt. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen.";
$text['description-dialplan_manager-superadmin']['de-de'] = "Der Wählplan wird für die Anrufsteuerung basierend auf Bedingungen und Kontext benutzt. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen.";
$text['description-dialplan_manager-superadmin']['el-gr'] = "Το σχέδιο κλήσης χρησιμοποιείται για τη ρύθμιση προορισμών κλήσεων με βάση τις συνθήκες και το περιβάλλον. Μπορείτε να χρησιμοποιήσετε το σχέδιο κλήσης για να στείλετε κλήσεις σε πύλες, αυτόματους συνοδούς, εξωτερικούς αριθμούς, σε σενάρια ή οποιονδήποτε προορισμό.";
$text['description-dialplan_manager-superadmin']['es-cl'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino.";
$text['description-dialplan_manager-superadmin']['es-mx'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino.";
$text['description-dialplan_manager-superadmin']['fr-ca'] = "Le plan de numérotation sert à sélectionner des destinations en fonction de différentes conditions et contextes. Le plan de numérotation est utilisé pour acheminer les appels aux passerelles, opératrices auto, numéros externes, scripts ou tout autre destination.";
@ -2046,6 +2131,7 @@ $text['description-dialplan_manager']['ar-eg'] = "وتوفر خطة الاتصا
$text['description-dialplan_manager']['de-at'] = "Der Wählplan bietet eine Ansicht aller Funktions-Codes sowie aller IVR Menüs, Konferenzen, Warteschlangen und anderen Zielen.";
$text['description-dialplan_manager']['de-ch'] = "Der Wählplan bietet eine Ansicht aller Funktions-Codes sowie aller IVR Menüs, Konferenzen, Warteschlangen und anderen Zielen.";
$text['description-dialplan_manager']['de-de'] = "Der Wählplan bietet eine Ansicht aller Funktions-Codes sowie aller IVR Menüs, Konferenzen, Warteschlangen und anderen Zielen.";
$text['description-dialplan_manager']['el-gr'] = "Το σχέδιο κλήσης παρέχει μια προβολή ορισμένων από τους κωδικούς χαρακτηριστικών, καθώς και του Μενού IVR, των Συνεδρίων, των Ουρών και άλλων προορισμών.";
$text['description-dialplan_manager']['es-cl'] = "El plan de marcado provee una vista de los códigos distintivos, así como también el menú IVR, Conferencias, Colas y otros destinos.";
$text['description-dialplan_manager']['es-mx'] = "El plan de marcado provee una vista de los códigos distintivos, así como también el menú IVR, Conferencias, Colas y otros destinos.";
$text['description-dialplan_manager']['fr-ca'] = "Le plan de numérotation donne une vue des services, menus SVI, Conférences, Files d'attente et tout autre destination.";
@ -2070,6 +2156,7 @@ $text['description-dialplan-edit']['ar-eg'] = "وتشمل خطة الطعام ا
$text['description-dialplan-edit']['de-at'] = "Wählplan umfasst Standardeinstellungen";
$text['description-dialplan-edit']['de-ch'] = "Wählplan umfasst Standardeinstellungen";
$text['description-dialplan-edit']['de-de'] = "Wählplan umfasst Standardeinstellungen";
$text['description-dialplan-edit']['el-gr'] = "Το σχέδιο κλήσης περιλαμβάνει γενικές ρυθμίσεις.";
$text['description-dialplan-edit']['es-cl'] = "Configuraciones incluidas en el plan de marcado.";
$text['description-dialplan-edit']['es-mx'] = "Configuraciones incluidas en el plan de marcado.";
$text['description-dialplan-edit']['fr-ca'] = "Le Plan de numérotation incluant les configurations générales.";
@ -2094,6 +2181,7 @@ $text['description-default_dialplan']['ar-eg'] = "وتُستخدَم غلاف ا
$text['description-default_dialplan']['de-at'] = "Der Standard Wählplan wird für Anruf-Ziele basierend auf Bedingungen und Kontext verwendet. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, Automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen.";
$text['description-default_dialplan']['de-ch'] = "Der Standard Wählplan wird für Anruf-Ziele basierend auf Bedingungen und Kontext verwendet. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, Automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen.";
$text['description-default_dialplan']['de-de'] = "Der Standard Wählplan wird für Anruf-Ziele basierend auf Bedingungen und Kontext verwendet. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, Automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen.";
$text['description-default_dialplan']['el-gr'] = "Το προεπιλεγμένο σχέδιο κλήσης χρησιμοποιείται για τη ρύθμιση προορισμών κλήσεων με βάση τις συνθήκες και το περιβάλλον. Μπορείτε να χρησιμοποιήσετε το σχέδιο κλήσης για να στείλετε κλήσεις σε πύλες, αυτόματους συνοδούς, εξωτερικούς αριθμούς, σε σενάρια ή οποιονδήποτε προορισμό.";
$text['description-default_dialplan']['es-cl'] = "El plan de marcado predeterminado se utiliza para configurar destinos basado en condiciones y contexto. Puede utilizar el plan de marcado para enviar llamadas a pasarelas, IVR, números externos, scripts o cualquier destino.";
$text['description-default_dialplan']['es-mx'] = "El plan de marcado predeterminado se utiliza para configurar destinos basado en condiciones y contexto. Puede utilizar el plan de marcado para enviar llamadas a pasarelas, IVR, números externos, scripts o cualquier destino.";
$text['description-default_dialplan']['fr-ca'] = "Le plan de numérotation par défaut est utilisé pour configurer les destinations en fonction de conditions et du contexte. Le plan de numérotation ser à acheminer les appels aux passerelles, opératrices auto, numéros externes, script, ou tout autre destination.";
@ -2118,6 +2206,7 @@ $text['description-conditions_and_actions']['ar-eg'] = "The following conditions
$text['description-conditions_and_actions']['de-at'] = "Die folgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan für direkte Anruf-Steuerung benutzt. Diese werden in der angegebenen Reihenfolge abgearbeitet. Verwenden Sie so viele Bedingungen, Aktionen und Anti-aktionen wie Sie benötigen.";
$text['description-conditions_and_actions']['de-ch'] = "Die folgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan für direkte Anruf-Steuerung benutzt. Diese werden in der angegebenen Reihenfolge abgearbeitet. Verwenden Sie so viele Bedingungen, Aktionen und Anti-aktionen wie Sie benötigen.";
$text['description-conditions_and_actions']['de-de'] = "Die folgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan für direkte Anruf-Steuerung benutzt. Diese werden in der angegebenen Reihenfolge abgearbeitet. Verwenden Sie so viele Bedingungen, Aktionen und Anti-aktionen wie Sie benötigen.";
$text['description-conditions_and_actions']['el-gr'] = "Οι ακόλουθες συνθήκες, ενέργειες και αντι-ενέργειες χρησιμοποιούνται στο σχέδιο κλήσης για να κατευθύνουν τη ροή κλήσεων. Το καθένα υποβάλλεται σε επεξεργασία για να δοθεί. Χρησιμοποιήστε όσες συνθήκες, ενέργειες ή αντι-δράσεις χρειάζεται.";
$text['description-conditions_and_actions']['es-cl'] = "Las siguientes condiciones, acciones y anti-acciones son usadas en el plan de marcado para dirigir el flujo de llamado. Cada una es procesada en el orden dado. Puede utilizar tantas condiciones, acciones o anti-acciones como necesite.";
$text['description-conditions_and_actions']['es-mx'] = "Las siguientes condiciones, acciones y anti-acciones son usadas en el plan de marcado para dirigir el flujo de llamado. Cada una es procesada en el orden dado. Puede utilizar tantas condiciones, acciones o anti-acciones como necesite.";
$text['description-conditions_and_actions']['fr-ca'] = "Les conditions suivantes, actions et anti-actions sont utilisées dans le dialplan pour acheminer les appels. Elles sont traitées dans l'ordre donné. Utiliser autant de conditions, actions ou anti-actions que nécessaire.";
@ -2132,7 +2221,7 @@ $text['description-conditions_and_actions']['ro-ro'] = "Următoarele condiții,
$text['description-conditions_and_actions']['ru-ru'] = "Следующие условия, действия и противодействия используются в Плане Нумерации для направления потока вызовов. Используйте столько условий, действий или противодействий, сколько необходимо.";
$text['description-conditions_and_actions']['sv-se'] = "Följande villkor, aktioner och anti-aktioner används i nummerplanen för samtalsflöden. Varje utförs i ordning. Använd så många villkor, aktioner eller anti-aktioner som behövs.";
$text['description-conditions_and_actions']['uk-ua'] = "Наступні умови, дії і анти-дії в маршрутизації направляють потік дзвінка. Вони обробляються в заданому порядку. Використовуйте їх як завгодно.";
$text['description-conditions_and_actions']['zh-cn'] = "The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order that it is given. Use as many conditions, actions or anti-actions as needed.";
$text['description-conditions_and_actions']['zh-cn'] = "拨号计划中使用以下条件、操作和反操作来引导呼叫流程。 每个都按照给出的顺序进行处理。 根据需要使用尽可能多的条件、操作或反操作。";
$text['description-conditions_and_actions']['ja-jp'] = "次の条件、アクション、およびアンチアクションは、コール フローを指示するためにダイヤルプランで使用されます。 それぞれは与えられた順に処理されます。 条件、アクション、またはアンチアクションを必要なだけ使用します。";
$text['description-conditions_and_actions']['ko-kr'] = "통화 흐름을 지시하기 위해 다이얼플랜에서 다음 조건, 작업 및 방지 작업이 사용됩니다. 각각은 주어진 순서대로 처리됩니다. 필요에 따라 많은 조건, 조치 또는 반조치를 사용하십시오.";
@ -2142,6 +2231,7 @@ $text['billing-warning']['ar-eg'] = "إذا كنت تستخدم تطبيق فو
$text['billing-warning']['de-at'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account Code und Betreiber Variablen gesetzt sind.";
$text['billing-warning']['de-ch'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account Code und Betreiber Variablen gesetzt sind.";
$text['billing-warning']['de-de'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account Code und Betreiber Variablen gesetzt sind.";
$text['billing-warning']['el-gr'] = "Εάν χρησιμοποιείτε την εφαρμογή χρέωσης fusionpbx, φροντίστε να προσθέσετε μεταβλητές κωδικού λογαριασμού και εταιρείας κινητής τηλεφωνίας.";
$text['billing-warning']['es-cl'] = "Si está utilizando la aplicación de facturación fusionpbx, asegúrese de agregar lasvariables accountcode y carrier";
$text['billing-warning']['es-mx'] = "Si está utilizando la aplicación de facturación fusionpbx, asegúrese de agregar lasvariables accountcode y carrier";
$text['billing-warning']['fr-ca'] = "Si vous utilisez l'application de facturation fusionpbx, assurez-vous d'ajouter des variables de accountcode et carrier";

View File

@ -6,6 +6,7 @@ $text['title-email_queue']['ar-eg'] = "قائمة انتظار البريد ال
$text['title-email_queue']['de-at'] = "Email Warteschlange";
$text['title-email_queue']['de-ch'] = "Email Warteschlange";
$text['title-email_queue']['de-de'] = "Email Warteschlange";
$text['title-email_queue']['el-gr'] = "Ουρά email";
$text['title-email_queue']['es-cl'] = "Correo electrónico";
$text['title-email_queue']['es-mx'] = "Correo electrónico";
$text['title-email_queue']['fr-ca'] = "File d'attente des e-mails";
@ -20,6 +21,7 @@ $text['title-email_queue']['ro-ro'] = "Coada de e-mailuri";
$text['title-email_queue']['ru-ru'] = "Очередь электронной почты";
$text['title-email_queue']['sv-se'] = "e-post kö";
$text['title-email_queue']['uk-ua'] = "Електронна пошта";
$text['title-email_queue']['tr-tr'] = "E-posta Kuyruğu";
$text['title-email_queue']['zh-cn'] = "电子邮件队列";
$text['title-email_queue']['ja-jp'] = "電子メールキュー";
$text['title-email_queue']['ko-kr'] = "이메일 대기열";
@ -30,6 +32,7 @@ $text['title_description-email_queue']['ar-eg'] = "وصف قائمة انتظا
$text['title_description-email_queue']['de-at'] = "Beschreibung der E-Mail-Warteschlange";
$text['title_description-email_queue']['de-ch'] = "Beschreibung der E-Mail-Warteschlange";
$text['title_description-email_queue']['de-de'] = "Beschreibung der E-Mail-Warteschlange";
$text['title_description-email_queue']['el-gr'] = "E-posta Kuyruğu Açıklaması";
$text['title_description-email_queue']['es-cl'] = "Descripción de la cola de correo electrónico";
$text['title_description-email_queue']['es-mx'] = "Descripción de la cola de correo electrónico";
$text['title_description-email_queue']['fr-ca'] = "Description de la file d'attente de courrier électronique";
@ -44,6 +47,7 @@ $text['title_description-email_queue']['ro-ro'] = "Descrierea cozii de e-mail";
$text['title_description-email_queue']['ru-ru'] = "Описание очереди электронной почты";
$text['title_description-email_queue']['sv-se'] = "E-postköbeskrivning";
$text['title_description-email_queue']['uk-ua'] = "Опис черги електронної пошти";
$text['title_description-email_queue']['tr-tr'] = "Περιγραφή ουράς email";
$text['title_description-email_queue']['zh-cn'] = "电子邮件队列描述";
$text['title_description-email_queue']['ja-jp'] = "電子メールキューの説明";
$text['title_description-email_queue']['ko-kr'] = "이메일 대기열 설명";
@ -54,6 +58,7 @@ $text['label-email_date']['ar-eg'] = "التاريخ";
$text['label-email_date']['de-at'] = "Datum";
$text['label-email_date']['de-ch'] = "Datum";
$text['label-email_date']['de-de'] = "Datum";
$text['label-email_date']['el-gr'] = "Ημερομηνία";
$text['label-email_date']['es-cl'] = "Fecha";
$text['label-email_date']['es-mx'] = "Fecha";
$text['label-email_date']['fr-ca'] = "date";
@ -68,6 +73,7 @@ $text['label-email_date']['ro-ro'] = "Data";
$text['label-email_date']['ru-ru'] = "Дата";
$text['label-email_date']['sv-se'] = "Datum";
$text['label-email_date']['uk-ua'] = "Дата";
$text['label-email_date']['tr-tr'] = "Tarih";
$text['label-email_date']['zh-cn'] = "日期";
$text['label-email_date']['ja-jp'] = "日にち";
$text['label-email_date']['ko-kr'] = "날짜";
@ -78,6 +84,7 @@ $text['description-email_date']['ar-eg'] = "أدخل تاريخ البريد ا
$text['description-email_date']['de-at'] = "Geben Sie das E-Mail-Datum ein.";
$text['description-email_date']['de-ch'] = "Geben Sie das E-Mail-Datum ein.";
$text['description-email_date']['de-de'] = "Geben Sie das E-Mail-Datum ein.";
$text['description-email_date']['el-gr'] = "Εισαγάγετε την ημερομηνία email.";
$text['description-email_date']['es-cl'] = "Introduzca la fecha de correo electrónico.";
$text['description-email_date']['es-mx'] = "Introduzca la fecha de correo electrónico.";
$text['description-email_date']['fr-ca'] = "Entrez la date de courriel.";
@ -92,6 +99,7 @@ $text['description-email_date']['ro-ro'] = "Introduceți data e-mailului.";
$text['description-email_date']['ru-ru'] = "Введите дату электронной почты.";
$text['description-email_date']['sv-se'] = "Ange e-postdatumet.";
$text['description-email_date']['uk-ua'] = "Введіть дату електронної пошти.";
$text['description-email_date']['tr-tr'] = "E-posta tarihini girin.";
$text['description-email_date']['zh-cn'] = "输入电子邮件日期。";
$text['description-email_date']['ja-jp'] = "メールの日付を入力します。";
$text['description-email_date']['ko-kr'] = "이메일 날짜를 입력합니다.";
@ -102,6 +110,7 @@ $text['label-email_from']['ar-eg'] = "من";
$text['label-email_from']['de-at'] = "Von";
$text['label-email_from']['de-ch'] = "Von";
$text['label-email_from']['de-de'] = "Von";
$text['label-email_from']['el-gr'] = "Από";
$text['label-email_from']['es-cl'] = "Desde";
$text['label-email_from']['es-mx'] = "Desde";
$text['label-email_from']['fr-ca'] = "De";
@ -115,7 +124,8 @@ $text['label-email_from']['pt-pt'] = "A partir de";
$text['label-email_from']['ro-ro'] = "Din";
$text['label-email_from']['ru-ru'] = "Из";
$text['label-email_from']['sv-se'] = "Från";
$text['label-email_from']['uk-ua'] = "З";
$text['label-email_from']['uk-ua'] = "Від";
$text['label-email_from']['tr-tr'] = "İtibaren";
$text['label-email_from']['zh-cn'] = "";
$text['label-email_from']['ja-jp'] = "から";
$text['label-email_from']['ko-kr'] = "에서";
@ -126,6 +136,7 @@ $text['description-email_from']['ar-eg'] = "أدخل الرسالة من";
$text['description-email_from']['de-at'] = "Geben Sie die E-Mail ein.";
$text['description-email_from']['de-ch'] = "Geben Sie die E-Mail ein.";
$text['description-email_from']['de-de'] = "Geben Sie die E-Mail ein.";
$text['description-email_from']['el-gr'] = "Εισαγάγετε το email από.";
$text['description-email_from']['es-cl'] = "Introduzca el correo de.";
$text['description-email_from']['es-mx'] = "Introduzca el correo de.";
$text['description-email_from']['fr-ca'] = "Entrez le courriel de.";
@ -140,6 +151,7 @@ $text['description-email_from']['ro-ro'] = "Introdu e-mailul de la.";
$text['description-email_from']['ru-ru'] = "Введите письмо.";
$text['description-email_from']['sv-se'] = "Ange e-post från.";
$text['description-email_from']['uk-ua'] = "Введіть електронну пошту.";
$text['description-email_from']['tr-tr'] = "Gönderen e-postayı girin.";
$text['description-email_from']['zh-cn'] = "输入发件人的电子邮件。";
$text['description-email_from']['ja-jp'] = "からのメールを入力します。";
$text['description-email_from']['ko-kr'] = "보낸 이메일을 입력합니다.";
@ -150,6 +162,7 @@ $text['label-email_to']['ar-eg'] = "إلى";
$text['label-email_to']['de-at'] = "Zu";
$text['label-email_to']['de-ch'] = "Zu";
$text['label-email_to']['de-de'] = "Zu";
$text['label-email_to']['el-gr'] = "İle";
$text['label-email_to']['es-cl'] = "A";
$text['label-email_to']['es-mx'] = "A";
$text['label-email_to']['fr-ca'] = "to";
@ -164,6 +177,7 @@ $text['label-email_to']['ro-ro'] = "La";
$text['label-email_to']['ru-ru'] = "в";
$text['label-email_to']['sv-se'] = "för att";
$text['label-email_to']['uk-ua'] = "до";
$text['label-email_to']['tr-tr'] = "Προς την";
$text['label-email_to']['zh-cn'] = "";
$text['label-email_to']['ja-jp'] = "";
$text['label-email_to']['ko-kr'] = "에게";
@ -174,6 +188,7 @@ $text['description-email_to']['ar-eg'] = "أدخل البريد الإلكترو
$text['description-email_to']['de-at'] = "Geben Sie die E-Mail an.";
$text['description-email_to']['de-ch'] = "Geben Sie die E-Mail an.";
$text['description-email_to']['de-de'] = "Geben Sie die E-Mail an.";
$text['description-email_to']['el-gr'] = "Εισαγάγετε το email στο.";
$text['description-email_to']['es-cl'] = "Introduzca el correo electrónico a.";
$text['description-email_to']['es-mx'] = "Introduzca el correo electrónico a.";
$text['description-email_to']['fr-ca'] = "Entrez le courriel à.";
@ -188,6 +203,7 @@ $text['description-email_to']['ro-ro'] = "Introdu e-mailul către.";
$text['description-email_to']['ru-ru'] = "Введите письмо.";
$text['description-email_to']['sv-se'] = "Ange e-post till.";
$text['description-email_to']['uk-ua'] = "Введіть адресу електронної пошти.";
$text['description-email_to']['tr-tr'] = "E-postayı girin.";
$text['description-email_to']['zh-cn'] = "输入电子邮件至。";
$text['description-email_to']['ja-jp'] = "宛先のメールアドレスを入力してください。";
$text['description-email_to']['ko-kr'] = "이메일 주소를 입력하세요.";
@ -198,6 +214,7 @@ $text['label-email_cc']['ar-eg'] = "CC";
$text['label-email_cc']['de-at'] = "CC";
$text['label-email_cc']['de-ch'] = "CC";
$text['label-email_cc']['de-de'] = "CC";
$text['label-email_cc']['el-gr'] = "CC";
$text['label-email_cc']['es-cl'] = "CC";
$text['label-email_cc']['es-mx'] = "CC";
$text['label-email_cc']['fr-ca'] = "CC";
@ -212,6 +229,7 @@ $text['label-email_cc']['ro-ro'] = "CC";
$text['label-email_cc']['ru-ru'] = "CC";
$text['label-email_cc']['sv-se'] = "CC";
$text['label-email_cc']['uk-ua'] = "CC";
$text['label-email_cc']['tr-tr'] = "CC";
$text['label-email_cc']['zh-cn'] = "CC";
$text['label-email_cc']['ja-jp'] = "CC";
$text['label-email_cc']['ko-kr'] = "CC";
@ -222,6 +240,7 @@ $text['description-email_cc']['ar-eg'] = "أدخلي البريد الإلكتر
$text['description-email_cc']['de-at'] = "Geben Sie die E-Mail cc.";
$text['description-email_cc']['de-ch'] = "Geben Sie die E-Mail cc.";
$text['description-email_cc']['de-de'] = "Geben Sie die E-Mail cc.";
$text['description-email_cc']['el-gr'] = "Εισαγάγετε το email cc.";
$text['description-email_cc']['es-cl'] = "Introduzca el cc de correo electrónico.";
$text['description-email_cc']['es-mx'] = "Introduzca el cc de correo electrónico.";
$text['description-email_cc']['fr-ca'] = "Entrez le courriel cc.";
@ -236,6 +255,7 @@ $text['description-email_cc']['ro-ro'] = "Introdu e-mailul cc.";
$text['description-email_cc']['ru-ru'] = "Введите адрес электронной почты.";
$text['description-email_cc']['sv-se'] = "Ange e-post cc.";
$text['description-email_cc']['uk-ua'] = "Введіть електронну пошту cc.";
$text['description-email_cc']['tr-tr'] = "E-posta cc'sini girin.";
$text['description-email_cc']['zh-cn'] = "输入电子邮件抄送。";
$text['description-email_cc']['ja-jp'] = "メールアドレス「CC」を入力します。";
$text['description-email_cc']['ko-kr'] = "이메일 참조를 입력하십시오.";
@ -246,6 +266,7 @@ $text['label-email_bcc']['ar-eg'] = "BCC";
$text['label-email_bcc']['de-at'] = "BCC";
$text['label-email_bcc']['de-ch'] = "BCC";
$text['label-email_bcc']['de-de'] = "BCC";
$text['label-email_bcc']['el-gr'] = "BCC";
$text['label-email_bcc']['es-cl'] = "BCC";
$text['label-email_bcc']['es-mx'] = "BCC";
$text['label-email_bcc']['fr-ca'] = "BCC";
@ -260,6 +281,7 @@ $text['label-email_bcc']['ro-ro'] = "BCC";
$text['label-email_bcc']['ru-ru'] = "BCC";
$text['label-email_bcc']['sv-se'] = "BCC";
$text['label-email_bcc']['uk-ua'] = "BCC";
$text['label-email_bcc']['tr-tr'] = "BCC";
$text['label-email_bcc']['zh-cn'] = "BCC";
$text['label-email_bcc']['ja-jp'] = "BCC";
$text['label-email_bcc']['ko-kr'] = "BCC";
@ -270,6 +292,7 @@ $text['description-email_bcc']['ar-eg'] = "أدخلي كاميرا البريد
$text['description-email_bcc']['de-at'] = "Geben Sie die E-Mail bcc ein.";
$text['description-email_bcc']['de-ch'] = "Geben Sie die E-Mail bcc ein.";
$text['description-email_bcc']['de-de'] = "Geben Sie die E-Mail bcc ein.";
$text['description-email_bcc']['el-gr'] = "Εισαγάγετε το email bcc.";
$text['description-email_bcc']['es-cl'] = "Introduzca el correo electrónico bcc.";
$text['description-email_bcc']['es-mx'] = "Introduzca el correo electrónico bcc.";
$text['description-email_bcc']['fr-ca'] = "Entrez l'e-mail bcc.";
@ -284,6 +307,7 @@ $text['description-email_bcc']['ro-ro'] = "Introdu e-mailul bcc.";
$text['description-email_bcc']['ru-ru'] = "Введите e-mail bcc.";
$text['description-email_bcc']['sv-se'] = "Ange e-post bcc.";
$text['description-email_bcc']['uk-ua'] = "Введіть електронну пошту bcc.";
$text['description-email_bcc']['tr-tr'] = "E-posta bcc'yi girin.";
$text['description-email_bcc']['zh-cn'] = "输入电子邮件密件抄送。";
$text['description-email_bcc']['ja-jp'] = "メールアドレスのBCCを入力してください。";
$text['description-email_bcc']['ko-kr'] = "이메일 숨은 참조를 입력하십시오.";
@ -294,6 +318,7 @@ $text['label-email_subject']['ar-eg'] = "الموضوع";
$text['label-email_subject']['de-at'] = "Gegenstand";
$text['label-email_subject']['de-ch'] = "Gegenstand";
$text['label-email_subject']['de-de'] = "Gegenstand";
$text['label-email_subject']['el-gr'] = "Θέμα";
$text['label-email_subject']['es-cl'] = "Asunto";
$text['label-email_subject']['es-mx'] = "Asunto";
$text['label-email_subject']['fr-ca'] = "sujet";
@ -308,6 +333,7 @@ $text['label-email_subject']['ro-ro'] = "Subiect";
$text['label-email_subject']['ru-ru'] = "Тема";
$text['label-email_subject']['sv-se'] = "Subjekt";
$text['label-email_subject']['uk-ua'] = "Головна";
$text['label-email_subject']['tr-tr'] = "Ders";
$text['label-email_subject']['zh-cn'] = "主題";
$text['label-email_subject']['ja-jp'] = "コンテンツ";
$text['label-email_subject']['ko-kr'] = "주제";
@ -318,6 +344,7 @@ $text['description-email_subject']['ar-eg'] = "أدخل موضوع البريد
$text['description-email_subject']['de-at'] = "Geben Sie das E-Mail-Thema ein.";
$text['description-email_subject']['de-ch'] = "Geben Sie das E-Mail-Thema ein.";
$text['description-email_subject']['de-de'] = "Geben Sie das E-Mail-Thema ein.";
$text['description-email_subject']['el-gr'] = "Εισαγάγετε το θέμα του email.";
$text['description-email_subject']['es-cl'] = "Introduzca el tema de correo electrónico.";
$text['description-email_subject']['es-mx'] = "Introduzca el tema de correo electrónico.";
$text['description-email_subject']['fr-ca'] = "Entrez le sujet de courriel.";
@ -332,6 +359,7 @@ $text['description-email_subject']['ro-ro'] = "Introduceți subiectul e-mailului
$text['description-email_subject']['ru-ru'] = "Введите тему электронной почты.";
$text['description-email_subject']['sv-se'] = "Ange e-postämnet.";
$text['description-email_subject']['uk-ua'] = "Введіть тему електронної пошти.";
$text['description-email_subject']['tr-tr'] = "E-posta konusunu girin.";
$text['description-email_subject']['zh-cn'] = "输入电子邮件主题。";
$text['description-email_subject']['ja-jp'] = "メールの件名を入力します。";
$text['description-email_subject']['ko-kr'] = "이메일 제목을 입력하세요.";
@ -342,6 +370,7 @@ $text['label-email_body']['ar-eg'] = "الهيئة";
$text['label-email_body']['de-at'] = "Körper";
$text['label-email_body']['de-ch'] = "Körper";
$text['label-email_body']['de-de'] = "Körper";
$text['label-email_body']['el-gr'] = "Σώμα";
$text['label-email_body']['es-cl'] = "Cuerpo";
$text['label-email_body']['es-mx'] = "Cuerpo";
$text['label-email_body']['fr-ca'] = "Corps";
@ -356,6 +385,7 @@ $text['label-email_body']['ro-ro'] = "Corp";
$text['label-email_body']['ru-ru'] = "Тело";
$text['label-email_body']['sv-se'] = "Kropp";
$text['label-email_body']['uk-ua'] = "Тіло";
$text['label-email_body']['tr-tr'] = "Vücut";
$text['label-email_body']['zh-cn'] = "身体";
$text['label-email_body']['ja-jp'] = "";
$text['label-email_body']['ko-kr'] = "";
@ -366,6 +396,7 @@ $text['description-email_body']['ar-eg'] = "أدخلي الجثة";
$text['description-email_body']['de-at'] = "Geben Sie die E-Mail-Körper ein.";
$text['description-email_body']['de-ch'] = "Geben Sie die E-Mail-Körper ein.";
$text['description-email_body']['de-de'] = "Geben Sie die E-Mail-Körper ein.";
$text['description-email_body']['el-gr'] = "Εισαγάγετε το σώμα του email.";
$text['description-email_body']['es-cl'] = "Introduzca el cuerpo de correo electrónico.";
$text['description-email_body']['es-mx'] = "Introduzca el cuerpo de correo electrónico.";
$text['description-email_body']['fr-ca'] = "Entrez le corps de courriel.";
@ -380,6 +411,7 @@ $text['description-email_body']['ro-ro'] = "Introduceți corpul e-mailului.";
$text['description-email_body']['ru-ru'] = "Введите тело электронной почты.";
$text['description-email_body']['sv-se'] = "Ange e-postkroppen.";
$text['description-email_body']['uk-ua'] = "Введіть тіло електронної пошти.";
$text['description-email_body']['tr-tr'] = "E-posta gövdesini girin.";
$text['description-email_body']['zh-cn'] = "输入电子邮件正文。";
$text['description-email_body']['ja-jp'] = "メール本文を入力します。";
$text['description-email_body']['ko-kr'] = "이메일 본문을 입력합니다.";
@ -390,6 +422,7 @@ $text['label-email_status']['ar-eg'] = "الحالة";
$text['label-email_status']['de-at'] = "Status";
$text['label-email_status']['de-ch'] = "Status";
$text['label-email_status']['de-de'] = "Status";
$text['label-email_status']['el-gr'] = "Κατάσταση";
$text['label-email_status']['es-cl'] = "Situación";
$text['label-email_status']['es-mx'] = "Situación";
$text['label-email_status']['fr-ca'] = "État";
@ -402,8 +435,9 @@ $text['label-email_status']['pt-br'] = "Estado";
$text['label-email_status']['pt-pt'] = "Estado";
$text['label-email_status']['ro-ro'] = "stare";
$text['label-email_status']['ru-ru'] = "Статус";
$text['label-email_status']['sv-se'] = "status status status status";
$text['label-email_status']['sv-se'] = "status";
$text['label-email_status']['uk-ua'] = "Статус на сервери";
$text['label-email_status']['tr-tr'] = "Durum";
$text['label-email_status']['zh-cn'] = "地位";
$text['label-email_status']['ja-jp'] = "スターテス";
$text['label-email_status']['ko-kr'] = "상태";
@ -414,6 +448,7 @@ $text['description-email_status']['ar-eg'] = "أدخلي مركز البريد
$text['description-email_status']['de-at'] = "Geben Sie den E-Mail-Status ein.";
$text['description-email_status']['de-ch'] = "Geben Sie den E-Mail-Status ein.";
$text['description-email_status']['de-de'] = "Geben Sie den E-Mail-Status ein.";
$text['description-email_status']['el-gr'] = "Εισαγάγετε την κατάσταση του email.";
$text['description-email_status']['es-cl'] = "Introduzca el estado de correo electrónico.";
$text['description-email_status']['es-mx'] = "Introduzca el estado de correo electrónico.";
$text['description-email_status']['fr-ca'] = "Entrez le statut de courriel.";
@ -428,6 +463,7 @@ $text['description-email_status']['ro-ro'] = "Introduceți starea e-mailului.";
$text['description-email_status']['ru-ru'] = "Введите статус электронной почты.";
$text['description-email_status']['sv-se'] = "Ange e-poststatus.";
$text['description-email_status']['uk-ua'] = "Введіть статус електронної пошти.";
$text['description-email_status']['tr-tr'] = "E-posta durumunu girin.";
$text['description-email_status']['zh-cn'] = "输入电子邮件状态。";
$text['description-email_status']['ja-jp'] = "メールのステータスを入力します。";
$text['description-email_status']['ko-kr'] = "이메일 상태를 입력합니다.";
@ -438,6 +474,7 @@ $text['label-email_action_before']['ar-eg'] = "قبل البريد الإلكت
$text['label-email_action_before']['de-at'] = "Vor E-Mail";
$text['label-email_action_before']['de-ch'] = "Vor E-Mail";
$text['label-email_action_before']['de-de'] = "Vor E-Mail";
$text['label-email_action_before']['el-gr'] = "Πριν από το email";
$text['label-email_action_before']['es-cl'] = "Antes del email";
$text['label-email_action_before']['es-mx'] = "Antes del email";
$text['label-email_action_before']['fr-ca'] = "avant courriel";
@ -452,6 +489,7 @@ $text['label-email_action_before']['ro-ro'] = "Înainte de e-mail";
$text['label-email_action_before']['ru-ru'] = "До Email";
$text['label-email_action_before']['sv-se'] = "Innan e-post";
$text['label-email_action_before']['uk-ua'] = "До електронної пошти";
$text['label-email_action_before']['tr-tr'] = "E-postadan Önce";
$text['label-email_action_before']['zh-cn'] = "电子邮件之前";
$text['label-email_action_before']['ja-jp'] = "メールの前に";
$text['label-email_action_before']['ko-kr'] = "이메일 전";
@ -462,6 +500,7 @@ $text['description-email_action_before']['ar-eg'] = "أدخل العمل قبل
$text['description-email_action_before']['de-at'] = "Geben Sie die Aktion ein, bevor Sie die E-Mail senden.";
$text['description-email_action_before']['de-ch'] = "Geben Sie die Aktion ein, bevor Sie die E-Mail senden.";
$text['description-email_action_before']['de-de'] = "Geben Sie die Aktion ein, bevor Sie die E-Mail senden.";
$text['description-email_action_before']['el-gr'] = "Εισαγάγετε την ενέργεια πριν στείλετε το email.";
$text['description-email_action_before']['es-cl'] = "Introduzca la acción antes de enviar el correo electrónico.";
$text['description-email_action_before']['es-mx'] = "Introduzca la acción antes de enviar el correo electrónico.";
$text['description-email_action_before']['fr-ca'] = "Entrez l'action avant d'envoyer le courriel.";
@ -476,6 +515,7 @@ $text['description-email_action_before']['ro-ro'] = "Introduceți acțiunea îna
$text['description-email_action_before']['ru-ru'] = "Введите действие перед отправкой электронной почты.";
$text['description-email_action_before']['sv-se'] = "Ange åtgärden innan du skickar e-post.";
$text['description-email_action_before']['uk-ua'] = "Введіть дію перед відправкою електронної пошти.";
$text['description-email_action_before']['tr-tr'] = "E-postayı göndermeden önce eylemi girin.";
$text['description-email_action_before']['zh-cn'] = "在发送电子邮件之前输入操作。";
$text['description-email_action_before']['ja-jp'] = "メールを送信する前にアクションを入力します。";
$text['description-email_action_before']['ko-kr'] = "이메일을 보내기 전에 조치를 입력하십시오.";
@ -486,6 +526,7 @@ $text['label-email_action_after']['ar-eg'] = "بعد البريد الإلكتر
$text['label-email_action_after']['de-at'] = "Nach E-Mail";
$text['label-email_action_after']['de-ch'] = "Nach E-Mail";
$text['label-email_action_after']['de-de'] = "Nach E-Mail";
$text['label-email_action_after']['el-gr'] = "Μετά το email";
$text['label-email_action_after']['es-cl'] = "Después de correo electrónico";
$text['label-email_action_after']['es-mx'] = "Después de correo electrónico";
$text['label-email_action_after']['fr-ca'] = "après email";
@ -500,6 +541,7 @@ $text['label-email_action_after']['ro-ro'] = "După e-mail";
$text['label-email_action_after']['ru-ru'] = "После Email";
$text['label-email_action_after']['sv-se'] = "Efter e-post";
$text['label-email_action_after']['uk-ua'] = "Після електронної пошти";
$text['label-email_action_after']['tr-tr'] = "E-postadan sonra";
$text['label-email_action_after']['zh-cn'] = "电子邮件后";
$text['label-email_action_after']['ja-jp'] = "メール送信後";
$text['label-email_action_after']['ko-kr'] = "이메일 후";
@ -510,6 +552,7 @@ $text['description-email_action_after']['ar-eg'] = "أدخل العمل بعد
$text['description-email_action_after']['de-at'] = "Geben Sie die Aktion nach dem Senden der E-Mail ein.";
$text['description-email_action_after']['de-ch'] = "Geben Sie die Aktion nach dem Senden der E-Mail ein.";
$text['description-email_action_after']['de-de'] = "Geben Sie die Aktion nach dem Senden der E-Mail ein.";
$text['description-email_action_after']['el-gr'] = "Εισαγάγετε την ενέργεια μετά την αποστολή του email.";
$text['description-email_action_after']['es-cl'] = "Introduzca la acción después de enviar el correo electrónico.";
$text['description-email_action_after']['es-mx'] = "Introduzca la acción después de enviar el correo electrónico.";
$text['description-email_action_after']['fr-ca'] = "Entrez l'action après avoir envoyé le courriel.";
@ -524,6 +567,7 @@ $text['description-email_action_after']['ro-ro'] = "Introduceți acțiunea după
$text['description-email_action_after']['ru-ru'] = "Введите действие после отправки электронной почты.";
$text['description-email_action_after']['sv-se'] = "Ange åtgärden efter att ha skickat e-postmeddelandet.";
$text['description-email_action_after']['uk-ua'] = "Введіть дію після відправлення електронної пошти.";
$text['description-email_action_after']['tr-tr'] = "E-postayı gönderdikten sonra eylemi girin.";
$text['description-email_action_after']['zh-cn'] = "输入发送电子邮件后的操作。";
$text['description-email_action_after']['ja-jp'] = "メール送信後のアクションを入力します。";
$text['description-email_action_after']['ko-kr'] = "이메일을 보낸 후 작업을 입력합니다.";
@ -534,6 +578,7 @@ $text['label-email_response']['ar-eg'] = "الرد";
$text['label-email_response']['de-at'] = "Antwort";
$text['label-email_response']['de-ch'] = "Antwort";
$text['label-email_response']['de-de'] = "Antwort";
$text['label-email_response']['el-gr'] = "Απάντηση";
$text['label-email_response']['es-cl'] = "Respuesta";
$text['label-email_response']['es-mx'] = "Respuesta";
$text['label-email_response']['fr-ca'] = "Réponse";
@ -548,6 +593,7 @@ $text['label-email_response']['ro-ro'] = "Raspuns";
$text['label-email_response']['ru-ru'] = "Ответ";
$text['label-email_response']['sv-se'] = "Svar";
$text['label-email_response']['uk-ua'] = "Відправити";
$text['label-email_response']['tr-tr'] = "Cevap";
$text['label-email_response']['zh-cn'] = "回复";
$text['label-email_response']['ja-jp'] = "応答";
$text['label-email_response']['ko-kr'] = "응답";
@ -558,6 +604,7 @@ $text['label-email_retry_count']['ar-eg'] = "إعادة الفحص";
$text['label-email_retry_count']['de-at'] = "Wiederkehr";
$text['label-email_retry_count']['de-ch'] = "Wiederkehr";
$text['label-email_retry_count']['de-de'] = "Wiederkehr";
$text['label-email_retry_count']['el-gr'] = "Ξαναδοκιμάσετε";
$text['label-email_retry_count']['es-cl'] = "retry";
$text['label-email_retry_count']['es-mx'] = "retry";
$text['label-email_retry_count']['fr-ca'] = "retry";
@ -572,6 +619,7 @@ $text['label-email_retry_count']['ro-ro'] = "Reîncercați";
$text['label-email_retry_count']['ru-ru'] = "Rery";
$text['label-email_retry_count']['sv-se'] = "Retry";
$text['label-email_retry_count']['uk-ua'] = "Ретри";
$text['label-email_retry_count']['tr-tr'] = "Yeniden dene";
$text['label-email_retry_count']['zh-cn'] = "重试";
$text['label-email_retry_count']['ja-jp'] = "リトライ";
$text['label-email_retry_count']['ko-kr'] = "다시 해 보다";
@ -582,6 +630,7 @@ $text['description-email_retry_count']['ar-eg'] = "أدخلي إعادة الب
$text['description-email_retry_count']['de-at'] = "Geben Sie die E-Mail-Retry ein.";
$text['description-email_retry_count']['de-ch'] = "Geben Sie die E-Mail-Retry ein.";
$text['description-email_retry_count']['de-de'] = "Geben Sie die E-Mail-Retry ein.";
$text['description-email_retry_count']['el-gr'] = "Εισαγάγετε την επανάληψη του email.";
$text['description-email_retry_count']['es-cl'] = "Ingrese el email retry.";
$text['description-email_retry_count']['es-mx'] = "Ingrese el email retry.";
$text['description-email_retry_count']['fr-ca'] = "Entrez le courrier électronique.";
@ -596,6 +645,7 @@ $text['description-email_retry_count']['ro-ro'] = "Introduceți reîncercarea de
$text['description-email_retry_count']['ru-ru'] = "Введите электронный ответ.";
$text['description-email_retry_count']['sv-se'] = "Ange e-post retry.";
$text['description-email_retry_count']['uk-ua'] = "Введіть адресу електронної пошти.";
$text['description-email_retry_count']['tr-tr'] = "E-posta yeniden denemesini girin.";
$text['description-email_retry_count']['zh-cn'] = "输入电子邮件重试。";
$text['description-email_retry_count']['ja-jp'] = "メールの再試行を入力します。";
$text['description-email_retry_count']['ko-kr'] = "이메일 재시도를 입력하십시오.";
@ -606,6 +656,7 @@ $text['label-waiting']['ar-eg'] = "الانتظار";
$text['label-waiting']['de-at'] = "warten";
$text['label-waiting']['de-ch'] = "warten";
$text['label-waiting']['de-de'] = "warten";
$text['label-waiting']['el-gr'] = "αναμονή";
$text['label-waiting']['es-cl'] = "esperando";
$text['label-waiting']['es-mx'] = "esperando";
$text['label-waiting']['fr-ca'] = "attendre";
@ -620,6 +671,7 @@ $text['label-waiting']['ro-ro'] = "aşteptare";
$text['label-waiting']['ru-ru'] = "ждать";
$text['label-waiting']['sv-se'] = "väntar";
$text['label-waiting']['uk-ua'] = "Зареєструватися";
$text['label-waiting']['tr-tr'] = "beklemek";
$text['label-waiting']['zh-cn'] = "等待";
$text['label-waiting']['ja-jp'] = "待っている";
$text['label-waiting']['ko-kr'] = "대기 중";
@ -630,6 +682,7 @@ $text['label-failed']['ar-eg'] = "فشل";
$text['label-failed']['de-at'] = "gescheitert";
$text['label-failed']['de-ch'] = "gescheitert";
$text['label-failed']['de-de'] = "gescheitert";
$text['label-failed']['el-gr'] = "απέτυχε";
$text['label-failed']['es-cl'] = "fallado";
$text['label-failed']['es-mx'] = "fallado";
$text['label-failed']['fr-ca'] = "échoué";
@ -644,6 +697,7 @@ $text['label-failed']['ro-ro'] = "a eșuat";
$text['label-failed']['ru-ru'] = "неудача";
$text['label-failed']['sv-se'] = "Misslyckades";
$text['label-failed']['uk-ua'] = "не вдалося";
$text['label-failed']['tr-tr'] = "arızalı";
$text['label-failed']['zh-cn'] = "失败的";
$text['label-failed']['ja-jp'] = "失敗した";
$text['label-failed']['ko-kr'] = "실패한";
@ -654,6 +708,7 @@ $text['label-sent']['ar-eg'] = "أرسلت";
$text['label-sent']['de-at'] = "gesendet";
$text['label-sent']['de-ch'] = "gesendet";
$text['label-sent']['de-de'] = "gesendet";
$text['label-sent']['el-gr'] = "Απεσταλμένα";
$text['label-sent']['es-cl'] = "enviado";
$text['label-sent']['es-mx'] = "enviado";
$text['label-sent']['fr-ca'] = "envoyé";
@ -668,6 +723,7 @@ $text['label-sent']['ro-ro'] = "trimis";
$text['label-sent']['ru-ru'] = "отправление";
$text['label-sent']['sv-se'] = "skickas";
$text['label-sent']['uk-ua'] = "Увійти";
$text['label-sent']['tr-tr'] = "gönderilmiş";
$text['label-sent']['zh-cn'] = "发送";
$text['label-sent']['ja-jp'] = "送信済";
$text['label-sent']['ko-kr'] = "전송된";
@ -678,6 +734,7 @@ $text['label-trying']['ar-eg'] = "محاولة";
$text['label-trying']['de-at'] = "versuchen";
$text['label-trying']['de-ch'] = "versuchen";
$text['label-trying']['de-de'] = "versuchen";
$text['label-trying']['el-gr'] = "προσπαθεί";
$text['label-trying']['es-cl'] = "intentando";
$text['label-trying']['es-mx'] = "intentando";
$text['label-trying']['fr-ca'] = "essayer d'essayer";
@ -692,6 +749,7 @@ $text['label-trying']['ro-ro'] = "încercând";
$text['label-trying']['ru-ru'] = "попробовать";
$text['label-trying']['sv-se'] = "försöker försöka";
$text['label-trying']['uk-ua'] = "Навігація";
$text['label-trying']['tr-tr'] = "denemek";
$text['label-trying']['zh-cn'] = "";
$text['label-trying']['ja-jp'] = "試しています";
$text['label-trying']['ko-kr'] = "견딜 수 없는";
@ -702,6 +760,7 @@ $text['button-test']['ar-eg'] = "الاختبار";
$text['button-test']['de-at'] = "Prüfung";
$text['button-test']['de-ch'] = "Prüfung";
$text['button-test']['de-de'] = "Prüfung";
$text['button-test']['el-gr'] = "Δοκιμή";
$text['button-test']['es-cl'] = "Prueba";
$text['button-test']['es-mx'] = "Prueba";
$text['button-test']['fr-ca'] = "Test";
@ -716,6 +775,7 @@ $text['button-test']['ro-ro'] = "Test";
$text['button-test']['ru-ru'] = "Испытания";
$text['button-test']['sv-se'] = "Testa test";
$text['button-test']['uk-ua'] = "Тести";
$text['button-test']['tr-tr'] = "Ölçek";
$text['button-test']['zh-cn'] = "测试";
$text['button-test']['ja-jp'] = "テスト";
$text['button-test']['ko-kr'] = "시험";
@ -726,6 +786,7 @@ $text['header-email_test']['ar-eg'] = "اختبار البريد الإلكتر
$text['header-email_test']['de-at'] = "E-Mail-Test";
$text['header-email_test']['de-ch'] = "E-Mail-Test";
$text['header-email_test']['de-de'] = "E-Mail-Test";
$text['header-email_test']['el-gr'] = "Δοκιμή ηλεκτρονικού ταχυδρομείου";
$text['header-email_test']['es-cl'] = "Prueba de correo electrónico";
$text['header-email_test']['es-mx'] = "Prueba de correo electrónico";
$text['header-email_test']['fr-ca'] = "Test de messagerie";
@ -740,6 +801,7 @@ $text['header-email_test']['ro-ro'] = "Test de e-mail";
$text['header-email_test']['ru-ru'] = "Тест электронной почты";
$text['header-email_test']['sv-se'] = "E-posttest";
$text['header-email_test']['uk-ua'] = "Тест електронної пошти";
$text['header-email_test']['tr-tr'] = "E-posta Testi";
$text['header-email_test']['zh-cn'] = "电子邮件测试";
$text['header-email_test']['ja-jp'] = "メールテスト";
$text['header-email_test']['ko-kr'] = "이메일 테스트";
@ -750,6 +812,7 @@ $text['header-settings']['ar-eg'] = "الترتيبات";
$text['header-settings']['de-at'] = "Einstellungen";
$text['header-settings']['de-ch'] = "Einstellungen";
$text['header-settings']['de-de'] = "Einstellungen";
$text['header-settings']['el-gr'] = "Ρυθμίσεις";
$text['header-settings']['es-cl'] = "Ajustes";
$text['header-settings']['es-mx'] = "Ajustes";
$text['header-settings']['fr-ca'] = "Paramètres";
@ -764,6 +827,7 @@ $text['header-settings']['ro-ro'] = "Setări";
$text['header-settings']['ru-ru'] = "Настройка";
$text['header-settings']['sv-se'] = "Inställningar";
$text['header-settings']['uk-ua'] = "Налаштування";
$text['header-settings']['tr-tr'] = "Ayarlar";
$text['header-settings']['zh-cn'] = "设置";
$text['header-settings']['ja-jp'] = "設定";
$text['header-settings']['ko-kr'] = "설정";
@ -774,6 +838,7 @@ $text['header-connection']['ar-eg'] = "الاتصال";
$text['header-connection']['de-at'] = "Verbindung";
$text['header-connection']['de-ch'] = "Verbindung";
$text['header-connection']['de-de'] = "Verbindung";
$text['header-connection']['el-gr'] = "Σύνδεση";
$text['header-connection']['es-cl'] = "Conexión";
$text['header-connection']['es-mx'] = "Conexión";
$text['header-connection']['fr-ca'] = "Connexion";
@ -788,6 +853,7 @@ $text['header-connection']['ro-ro'] = "Conexiune";
$text['header-connection']['ru-ru'] = "Подключение";
$text['header-connection']['sv-se'] = "Anslutning";
$text['header-connection']['uk-ua'] = "Підключення";
$text['header-connection']['tr-tr'] = "Bağlantı";
$text['header-connection']['zh-cn'] = "联系";
$text['header-connection']['ja-jp'] = "繋がり";
$text['header-connection']['ko-kr'] = "연결";
@ -798,6 +864,7 @@ $text['header-result']['ar-eg'] = "النتيجة";
$text['header-result']['de-at'] = "Ergebnis";
$text['header-result']['de-ch'] = "Ergebnis";
$text['header-result']['de-de'] = "Ergebnis";
$text['header-result']['el-gr'] = "Αποτέλεσμα";
$text['header-result']['es-cl'] = "Resultado";
$text['header-result']['es-mx'] = "Resultado";
$text['header-result']['fr-ca'] = "Résultat ";
@ -812,6 +879,7 @@ $text['header-result']['ro-ro'] = "Rezultat";
$text['header-result']['ru-ru'] = "Результат";
$text['header-result']['sv-se'] = "Resultat";
$text['header-result']['uk-ua'] = "Почати";
$text['header-result']['tr-tr'] = "Sonuç";
$text['header-result']['zh-cn'] = "结果";
$text['header-result']['ja-jp'] = "結果";
$text['header-result']['ko-kr'] = "결과";
@ -822,6 +890,7 @@ $text['description-email_test']['ar-eg'] = "يعد هذا اختبارًا بس
$text['description-email_test']['de-at'] = "Dies ist ein einfacher Test Ihrer SMTP-Einstellungen, die derzeit in den Standard- oder Domäneneinstellungen konfiguriert sind. Hinweis: Die gesendete Nachricht wird nicht in der E-Mail-Warteschlange angezeigt.";
$text['description-email_test']['de-ch'] = "Dies ist ein einfacher Test Ihrer SMTP-Einstellungen, die derzeit in den Standard- oder Domäneneinstellungen konfiguriert sind. Hinweis: Die gesendete Nachricht wird nicht in der E-Mail-Warteschlange angezeigt.";
$text['description-email_test']['de-de'] = "Dies ist ein einfacher Test Ihrer SMTP-Einstellungen, die derzeit in den Standard- oder Domäneneinstellungen konfiguriert sind. Hinweis: Die gesendete Nachricht wird nicht in der E-Mail-Warteschlange angezeigt.";
$text['description-email_test']['el-gr'] = "Αυτή είναι μια απλή δοκιμή των ρυθμίσεων SMTP που έχουν διαμορφωθεί αυτήν τη στιγμή στις Προεπιλεγμένες ή Ρυθμίσεις Τομέα. Σημείωση: Το μήνυμα που αποστέλλεται δεν θα εμφανιστεί στην ουρά email.";
$text['description-email_test']['es-cl'] = "Esta es una prueba simple de la configuración SMTP actualmente configurada en Configuración predeterminada o de dominio. Nota: El mensaje enviado no aparecerá en la cola de correo electrónico.";
$text['description-email_test']['es-mx'] = "Esta es una prueba simple de la configuración SMTP actualmente configurada en Configuración predeterminada o de dominio. Nota: El mensaje enviado no aparecerá en la cola de correo electrónico.";
$text['description-email_test']['fr-ca'] = "Il s'agit d'un simple test de vos paramètres SMTP actuellement configurés dans les paramètres par défaut ou de domaine. Remarque : Le message envoyé n'apparaîtra pas dans la file d'attente des e-mails.";
@ -836,6 +905,7 @@ $text['description-email_test']['ro-ro'] = "Acesta este un test simplu al setăr
$text['description-email_test']['ru-ru'] = "Это простая проверка ваших настроек SMTP, которые в настоящее время настроены в настройках по умолчанию или в настройках домена. Примечание. Отправленное сообщение не появится в очереди электронной почты.";
$text['description-email_test']['sv-se'] = "Detta är ett enkelt test av dina SMTP-inställningar som för närvarande är konfigurerade i standard- eller domäninställningar. Obs: Det skickade meddelandet kommer inte att visas i e-postkön.";
$text['description-email_test']['uk-ua'] = "Це проста перевірка ваших налаштувань SMTP, налаштованих у параметрах за замовчуванням або в параметрах домену. Примітка: надіслане повідомлення не відображатиметься в черзі електронної пошти.";
$text['description-email_test']['tr-tr'] = "Bu, halihazırda Varsayılan veya Etki Alanı Ayarlarında yapılandırılmış olan SMTP ayarlarınızın basit bir testidir. Not: Gönderilen mesaj E-posta Kuyruğunda görünmez.";
$text['description-email_test']['zh-cn'] = "这是对默认或域设置中当前配置的 SMTP 设置的简单测试。 注意:已发送的消息不会显示在电子邮件队列中。";
$text['description-email_test']['ja-jp'] = "これは、現在デフォルト設定またはドメイン設定で構成されている SMTP 設定の簡単なテストです。 注: 送信されたメッセージは電子メール キューには表示されません。";
$text['description-email_test']['ko-kr'] = "이는 현재 기본 또는 도메인 설정에 구성된 SMTP 설정에 대한 간단한 테스트입니다. 참고: 전송된 메시지는 이메일 대기열에 표시되지 않습니다.";