BugFix [master] language update (#2628)
Imported Found language ro as ro-ro Romanian (tested by reverse translation) Add placeholders for all found languages Add new missing flags Enhancements to text class * improved sort to keep language-* tags organized at the top * if a language is missing a name tag, add it * changed organizer to not add a final \n * corrected some indenting * added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php * added language_totals, this is used by the optional languages application to calculate how complete a language is
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-access_controls']['en-us'] = "Access Controls";
|
||||
$text['title-access_controls']['ar-eg'] = "عناصر التحكم في الوصول";
|
||||
$text['title-access_controls']['de-at'] = " Zugriffskontrolle";
|
||||
$text['title-access_controls']['de-ch'] = "";
|
||||
$text['title-access_controls']['de-de'] = " Zugriffskontrolle";
|
||||
$text['title-access_controls']['es-cl'] = "Controles de acceso";
|
||||
$text['title-access_controls']['es-mx'] = "";
|
||||
$text['title-access_controls']['fr-ca'] = "";
|
||||
$text['title-access_controls']['fr-fr'] = "Contrôle d'accès";
|
||||
$text['title-access_controls']['he-il'] = "בקרת גישה";
|
||||
$text['title-access_controls']['it-it'] = "Controllo Accessi";
|
||||
@@ -13,6 +16,7 @@ $text['title-access_controls']['nl-nl'] = "";
|
||||
$text['title-access_controls']['pl-pl'] = "Kontrola dostępu";
|
||||
$text['title-access_controls']['pt-br'] = "Controles de Acesso";
|
||||
$text['title-access_controls']['pt-pt'] = "Controles de Acesso";
|
||||
$text['title-access_controls']['ro-ro'] = "Controale de acces";
|
||||
$text['title-access_controls']['ru-ru'] = "Контроль доступа";
|
||||
$text['title-access_controls']['sv-se'] = "Åtkomstkontroll";
|
||||
$text['title-access_controls']['uk-ua'] = "контроль доступу";
|
||||
@@ -20,8 +24,11 @@ $text['title-access_controls']['uk-ua'] = "контроль доступу";
|
||||
$text['title-access_control_nodes']['en-us'] = "Nodes";
|
||||
$text['title-access_control_nodes']['ar-eg'] = "العقد";
|
||||
$text['title-access_control_nodes']['de-at'] = "Knoten";
|
||||
$text['title-access_control_nodes']['de-ch'] = "";
|
||||
$text['title-access_control_nodes']['de-de'] = "Knoten";
|
||||
$text['title-access_control_nodes']['es-cl'] = "Nodos";
|
||||
$text['title-access_control_nodes']['es-mx'] = "";
|
||||
$text['title-access_control_nodes']['fr-ca'] = "";
|
||||
$text['title-access_control_nodes']['fr-fr'] = " nœuds";
|
||||
$text['title-access_control_nodes']['he-il'] = "בלוטות";
|
||||
$text['title-access_control_nodes']['it-it'] = "Nodi";
|
||||
@@ -29,6 +36,7 @@ $text['title-access_control_nodes']['nl-nl'] = "";
|
||||
$text['title-access_control_nodes']['pl-pl'] = "węzły";
|
||||
$text['title-access_control_nodes']['pt-br'] = "Nodes";
|
||||
$text['title-access_control_nodes']['pt-pt'] = " Nodes";
|
||||
$text['title-access_control_nodes']['ro-ro'] = "Noduri";
|
||||
$text['title-access_control_nodes']['ru-ru'] = "Узлы";
|
||||
$text['title-access_control_nodes']['sv-se'] = "Noder";
|
||||
$text['title-access_control_nodes']['uk-ua'] = "вузли";
|
||||
@@ -36,8 +44,11 @@ $text['title-access_control_nodes']['uk-ua'] = "вузли";
|
||||
$text['title-access_control_node']['en-us'] = "Node";
|
||||
$text['title-access_control_node']['ar-eg'] = "العقدة";
|
||||
$text['title-access_control_node']['de-at'] = "Netzknoten";
|
||||
$text['title-access_control_node']['de-ch'] = "";
|
||||
$text['title-access_control_node']['de-de'] = "Netzknoten";
|
||||
$text['title-access_control_node']['es-cl'] = "Nodo";
|
||||
$text['title-access_control_node']['es-mx'] = "";
|
||||
$text['title-access_control_node']['fr-ca'] = "";
|
||||
$text['title-access_control_node']['fr-fr'] = " noeud";
|
||||
$text['title-access_control_node']['he-il'] = "צומת";
|
||||
$text['title-access_control_node']['it-it'] = "Nodo";
|
||||
@@ -45,6 +56,7 @@ $text['title-access_control_node']['nl-nl'] = "";
|
||||
$text['title-access_control_node']['pl-pl'] = "węzeł";
|
||||
$text['title-access_control_node']['pt-br'] = "Nó";
|
||||
$text['title-access_control_node']['pt-pt'] = "Nó";
|
||||
$text['title-access_control_node']['ro-ro'] = "Nod";
|
||||
$text['title-access_control_node']['ru-ru'] = "Узел";
|
||||
$text['title-access_control_node']['sv-se'] = "Nod";
|
||||
$text['title-access_control_node']['uk-ua'] = "вузол";
|
||||
@@ -52,8 +64,11 @@ $text['title-access_control_node']['uk-ua'] = "вузол";
|
||||
$text['title-access_control']['en-us'] = "Access Control";
|
||||
$text['title-access_control']['ar-eg'] = "التحكم في الوصول";
|
||||
$text['title-access_control']['de-at'] = " Zugangskontrolle";
|
||||
$text['title-access_control']['de-ch'] = "";
|
||||
$text['title-access_control']['de-de'] = " Zugangskontrolle";
|
||||
$text['title-access_control']['es-cl'] = "Control de acceso";
|
||||
$text['title-access_control']['es-mx'] = "";
|
||||
$text['title-access_control']['fr-ca'] = "";
|
||||
$text['title-access_control']['fr-fr'] = "Contrôle d'accès";
|
||||
$text['title-access_control']['he-il'] = "בקרת גישה";
|
||||
$text['title-access_control']['it-it'] = "Controllo Accesso";
|
||||
@@ -61,6 +76,7 @@ $text['title-access_control']['nl-nl'] = "";
|
||||
$text['title-access_control']['pl-pl'] = "Kontrola dostępu";
|
||||
$text['title-access_control']['pt-br'] = "Controle de acesso";
|
||||
$text['title-access_control']['pt-pt'] = "Controle de acesso";
|
||||
$text['title-access_control']['ro-ro'] = "Controlul accesului";
|
||||
$text['title-access_control']['ru-ru'] = "Управление доступом";
|
||||
$text['title-access_control']['sv-se'] = "Åtkomstkontroll";
|
||||
$text['title-access_control']['uk-ua'] = "Управління доступом";
|
||||
@@ -68,8 +84,11 @@ $text['title-access_control']['uk-ua'] = "Управління доступом"
|
||||
$text['label-node_type']['en-us'] = "Type";
|
||||
$text['label-node_type']['ar-eg'] = "اكتب";
|
||||
$text['label-node_type']['de-at'] = "Art";
|
||||
$text['label-node_type']['de-ch'] = "";
|
||||
$text['label-node_type']['de-de'] = "Art";
|
||||
$text['label-node_type']['es-cl'] = "Escribe";
|
||||
$text['label-node_type']['es-mx'] = "";
|
||||
$text['label-node_type']['fr-ca'] = "";
|
||||
$text['label-node_type']['fr-fr'] = "Type";
|
||||
$text['label-node_type']['he-il'] = "סוג";
|
||||
$text['label-node_type']['it-it'] = "Tipo";
|
||||
@@ -77,6 +96,7 @@ $text['label-node_type']['nl-nl'] = "";
|
||||
$text['label-node_type']['pl-pl'] = "typ";
|
||||
$text['label-node_type']['pt-br'] = "Tipo";
|
||||
$text['label-node_type']['pt-pt'] = "Tipo";
|
||||
$text['label-node_type']['ro-ro'] = "Tip";
|
||||
$text['label-node_type']['ru-ru'] = "Тип";
|
||||
$text['label-node_type']['sv-se'] = "Typ";
|
||||
$text['label-node_type']['uk-ua'] = "Тип";
|
||||
@@ -84,8 +104,11 @@ $text['label-node_type']['uk-ua'] = "Тип";
|
||||
$text['label-node_domain']['en-us'] = "Domain";
|
||||
$text['label-node_domain']['ar-eg'] = "مجال";
|
||||
$text['label-node_domain']['de-at'] = " Domäne";
|
||||
$text['label-node_domain']['de-ch'] = "";
|
||||
$text['label-node_domain']['de-de'] = " Domäne";
|
||||
$text['label-node_domain']['es-cl'] = "Dominio";
|
||||
$text['label-node_domain']['es-mx'] = "";
|
||||
$text['label-node_domain']['fr-ca'] = "";
|
||||
$text['label-node_domain']['fr-fr'] = "Domaine";
|
||||
$text['label-node_domain']['he-il'] = "תחום";
|
||||
$text['label-node_domain']['it-it'] = "Dominio";
|
||||
@@ -93,6 +116,7 @@ $text['label-node_domain']['nl-nl'] = "";
|
||||
$text['label-node_domain']['pl-pl'] = "domeny";
|
||||
$text['label-node_domain']['pt-br'] = "Domínio";
|
||||
$text['label-node_domain']['pt-pt'] = "Domínio";
|
||||
$text['label-node_domain']['ro-ro'] = "Domeniu";
|
||||
$text['label-node_domain']['ru-ru'] = "Домен";
|
||||
$text['label-node_domain']['sv-se'] = "Domän";
|
||||
$text['label-node_domain']['uk-ua'] = "домен";
|
||||
@@ -100,8 +124,11 @@ $text['label-node_domain']['uk-ua'] = "домен";
|
||||
$text['label-node_description']['en-us'] = "Description";
|
||||
$text['label-node_description']['ar-eg'] = "وصف";
|
||||
$text['label-node_description']['de-at'] = "Beschreibung";
|
||||
$text['label-node_description']['de-ch'] = "";
|
||||
$text['label-node_description']['de-de'] = "Beschreibung";
|
||||
$text['label-node_description']['es-cl'] = "Descripción";
|
||||
$text['label-node_description']['es-mx'] = "";
|
||||
$text['label-node_description']['fr-ca'] = "";
|
||||
$text['label-node_description']['fr-fr'] = "Description";
|
||||
$text['label-node_description']['he-il'] = "תיאור";
|
||||
$text['label-node_description']['it-it'] = "Descrizione";
|
||||
@@ -109,6 +136,7 @@ $text['label-node_description']['nl-nl'] = "";
|
||||
$text['label-node_description']['pl-pl'] = "opis";
|
||||
$text['label-node_description']['pt-br'] = "Descrição";
|
||||
$text['label-node_description']['pt-pt'] = "Descrição";
|
||||
$text['label-node_description']['ro-ro'] = "Descriere";
|
||||
$text['label-node_description']['ru-ru'] = "Описание";
|
||||
$text['label-node_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-node_description']['uk-ua'] = "опис";
|
||||
@@ -116,8 +144,11 @@ $text['label-node_description']['uk-ua'] = "опис";
|
||||
$text['label-node_cidr']['en-us'] = "CIDR";
|
||||
$text['label-node_cidr']['ar-eg'] = "CIDR";
|
||||
$text['label-node_cidr']['de-at'] = "CIDR";
|
||||
$text['label-node_cidr']['de-ch'] = "";
|
||||
$text['label-node_cidr']['de-de'] = "CIDR";
|
||||
$text['label-node_cidr']['es-cl'] = "CIDR";
|
||||
$text['label-node_cidr']['es-mx'] = "";
|
||||
$text['label-node_cidr']['fr-ca'] = "";
|
||||
$text['label-node_cidr']['fr-fr'] = "CIDR";
|
||||
$text['label-node_cidr']['he-il'] = "CIDR";
|
||||
$text['label-node_cidr']['it-it'] = "CIDR";
|
||||
@@ -125,6 +156,7 @@ $text['label-node_cidr']['nl-nl'] = "";
|
||||
$text['label-node_cidr']['pl-pl'] = "CIDR";
|
||||
$text['label-node_cidr']['pt-br'] = "CIDR";
|
||||
$text['label-node_cidr']['pt-pt'] = "CIDR";
|
||||
$text['label-node_cidr']['ro-ro'] = "CIDR";
|
||||
$text['label-node_cidr']['ru-ru'] = "CIDR";
|
||||
$text['label-node_cidr']['sv-se'] = "CIDR";
|
||||
$text['label-node_cidr']['uk-ua'] = "CIDR";
|
||||
@@ -132,8 +164,11 @@ $text['label-node_cidr']['uk-ua'] = "CIDR";
|
||||
$text['label-deny']['en-us'] = "deny";
|
||||
$text['label-deny']['ar-eg'] = "تنكر";
|
||||
$text['label-deny']['de-at'] = " verbieten";
|
||||
$text['label-deny']['de-ch'] = "";
|
||||
$text['label-deny']['de-de'] = " verbieten";
|
||||
$text['label-deny']['es-cl'] = "Negar";
|
||||
$text['label-deny']['es-mx'] = "";
|
||||
$text['label-deny']['fr-ca'] = "";
|
||||
$text['label-deny']['fr-fr'] = " nier";
|
||||
$text['label-deny']['he-il'] = "להכחיש";
|
||||
$text['label-deny']['it-it'] = "nega";
|
||||
@@ -141,6 +176,7 @@ $text['label-deny']['nl-nl'] = "";
|
||||
$text['label-deny']['pl-pl'] = "zaprzeczać";
|
||||
$text['label-deny']['pt-br'] = "negar";
|
||||
$text['label-deny']['pt-pt'] = "negar";
|
||||
$text['label-deny']['ro-ro'] = "Nega";
|
||||
$text['label-deny']['ru-ru'] = "запретить";
|
||||
$text['label-deny']['sv-se'] = "förneka";
|
||||
$text['label-deny']['uk-ua'] = "правда";
|
||||
@@ -148,8 +184,11 @@ $text['label-deny']['uk-ua'] = "правда";
|
||||
$text['label-allow']['en-us'] = "allow";
|
||||
$text['label-allow']['ar-eg'] = "السماح";
|
||||
$text['label-allow']['de-at'] = "erlauben";
|
||||
$text['label-allow']['de-ch'] = "";
|
||||
$text['label-allow']['de-de'] = "erlauben";
|
||||
$text['label-allow']['es-cl'] = "Permitir";
|
||||
$text['label-allow']['es-mx'] = "";
|
||||
$text['label-allow']['fr-ca'] = "";
|
||||
$text['label-allow']['fr-fr'] = " permettre";
|
||||
$text['label-allow']['he-il'] = "לאפשר";
|
||||
$text['label-allow']['it-it'] = "permetti";
|
||||
@@ -157,6 +196,7 @@ $text['label-allow']['nl-nl'] = "";
|
||||
$text['label-allow']['pl-pl'] = "dopuszczać";
|
||||
$text['label-allow']['pt-br'] = "permitir";
|
||||
$text['label-allow']['pt-pt'] = "permitir";
|
||||
$text['label-allow']['ro-ro'] = "Permite";
|
||||
$text['label-allow']['ru-ru'] = "разрешить";
|
||||
$text['label-allow']['sv-se'] = "tillåta";
|
||||
$text['label-allow']['uk-ua'] = "дозволяти";
|
||||
@@ -164,8 +204,11 @@ $text['label-allow']['uk-ua'] = "дозволяти";
|
||||
$text['label-access_control_name']['en-us'] = "Name";
|
||||
$text['label-access_control_name']['ar-eg'] = "اسم";
|
||||
$text['label-access_control_name']['de-at'] = "Name";
|
||||
$text['label-access_control_name']['de-ch'] = "";
|
||||
$text['label-access_control_name']['de-de'] = "Name";
|
||||
$text['label-access_control_name']['es-cl'] = "Nombre";
|
||||
$text['label-access_control_name']['es-mx'] = "";
|
||||
$text['label-access_control_name']['fr-ca'] = "";
|
||||
$text['label-access_control_name']['fr-fr'] = "Nom";
|
||||
$text['label-access_control_name']['he-il'] = "שם";
|
||||
$text['label-access_control_name']['it-it'] = "Nome";
|
||||
@@ -173,6 +216,7 @@ $text['label-access_control_name']['nl-nl'] = "";
|
||||
$text['label-access_control_name']['pl-pl'] = " Imię";
|
||||
$text['label-access_control_name']['pt-br'] = "Nome";
|
||||
$text['label-access_control_name']['pt-pt'] = "Nome";
|
||||
$text['label-access_control_name']['ro-ro'] = "Nume";
|
||||
$text['label-access_control_name']['ru-ru'] = "Имя";
|
||||
$text['label-access_control_name']['sv-se'] = "namn";
|
||||
$text['label-access_control_name']['uk-ua'] = "ім'я";
|
||||
@@ -180,8 +224,11 @@ $text['label-access_control_name']['uk-ua'] = "ім'я";
|
||||
$text['label-access_control_description']['en-us'] = "Description";
|
||||
$text['label-access_control_description']['ar-eg'] = "وصف";
|
||||
$text['label-access_control_description']['de-at'] = "Beschreibung";
|
||||
$text['label-access_control_description']['de-ch'] = "";
|
||||
$text['label-access_control_description']['de-de'] = "Beschreibung";
|
||||
$text['label-access_control_description']['es-cl'] = "Descripción";
|
||||
$text['label-access_control_description']['es-mx'] = "";
|
||||
$text['label-access_control_description']['fr-ca'] = "";
|
||||
$text['label-access_control_description']['fr-fr'] = "Description";
|
||||
$text['label-access_control_description']['he-il'] = "תיאור";
|
||||
$text['label-access_control_description']['it-it'] = "Descrizione";
|
||||
@@ -189,6 +236,7 @@ $text['label-access_control_description']['nl-nl'] = "";
|
||||
$text['label-access_control_description']['pl-pl'] = "opis";
|
||||
$text['label-access_control_description']['pt-br'] = "Descrição";
|
||||
$text['label-access_control_description']['pt-pt'] = "Descrição";
|
||||
$text['label-access_control_description']['ro-ro'] = "Descriere";
|
||||
$text['label-access_control_description']['ru-ru'] = "Описание";
|
||||
$text['label-access_control_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-access_control_description']['uk-ua'] = "опис";
|
||||
@@ -196,8 +244,11 @@ $text['label-access_control_description']['uk-ua'] = "опис";
|
||||
$text['label-access_control_default']['en-us'] = "Default";
|
||||
$text['label-access_control_default']['ar-eg'] = "افتراضي";
|
||||
$text['label-access_control_default']['de-at'] = "Standard";
|
||||
$text['label-access_control_default']['de-ch'] = "";
|
||||
$text['label-access_control_default']['de-de'] = "Standard";
|
||||
$text['label-access_control_default']['es-cl'] = "Defecto";
|
||||
$text['label-access_control_default']['es-mx'] = "";
|
||||
$text['label-access_control_default']['fr-ca'] = "";
|
||||
$text['label-access_control_default']['fr-fr'] = "Par défaut";
|
||||
$text['label-access_control_default']['he-il'] = " ברירת מחדל";
|
||||
$text['label-access_control_default']['it-it'] = "Predefinito";
|
||||
@@ -205,6 +256,7 @@ $text['label-access_control_default']['nl-nl'] = "";
|
||||
$text['label-access_control_default']['pl-pl'] = "Domyślnie";
|
||||
$text['label-access_control_default']['pt-br'] = "Padrão";
|
||||
$text['label-access_control_default']['pt-pt'] = "Padrão";
|
||||
$text['label-access_control_default']['ro-ro'] = "Implicit";
|
||||
$text['label-access_control_default']['ru-ru'] = "По умолчанию";
|
||||
$text['label-access_control_default']['sv-se'] = "Standard";
|
||||
$text['label-access_control_default']['uk-ua'] = "дефолт";
|
||||
@@ -212,8 +264,11 @@ $text['label-access_control_default']['uk-ua'] = "дефолт";
|
||||
$text['description-node_type']['en-us'] = "Select the type.";
|
||||
$text['description-node_type']['ar-eg'] = "حدد نوع.";
|
||||
$text['description-node_type']['de-at'] = " Wählen Sie den Typ.";
|
||||
$text['description-node_type']['de-ch'] = "";
|
||||
$text['description-node_type']['de-de'] = " Wählen Sie den Typ.";
|
||||
$text['description-node_type']['es-cl'] = "Seleccione el tipo.";
|
||||
$text['description-node_type']['es-mx'] = "";
|
||||
$text['description-node_type']['fr-ca'] = "";
|
||||
$text['description-node_type']['fr-fr'] = " Sélectionnez le type";
|
||||
$text['description-node_type']['he-il'] = " בחר את הסוג.";
|
||||
$text['description-node_type']['it-it'] = "Seleziona il tipo.";
|
||||
@@ -221,6 +276,7 @@ $text['description-node_type']['nl-nl'] = "";
|
||||
$text['description-node_type']['pl-pl'] = "Wybierz rodzaj.";
|
||||
$text['description-node_type']['pt-br'] = "Selecione o tipo.";
|
||||
$text['description-node_type']['pt-pt'] = "Selecione o tipo.";
|
||||
$text['description-node_type']['ro-ro'] = "Selectați tipul.";
|
||||
$text['description-node_type']['ru-ru'] = "Выберите тип.";
|
||||
$text['description-node_type']['sv-se'] = "Välj typ.";
|
||||
$text['description-node_type']['uk-ua'] = "Виберіть тип.";
|
||||
@@ -228,8 +284,11 @@ $text['description-node_type']['uk-ua'] = "Виберіть тип.";
|
||||
$text['description-node_domain']['en-us'] = "Enter the domain name.";
|
||||
$text['description-node_domain']['ar-eg'] = "أدخل اسم المجال.";
|
||||
$text['description-node_domain']['de-at'] = "Geben Sie den Domain-Namen.";
|
||||
$text['description-node_domain']['de-ch'] = "";
|
||||
$text['description-node_domain']['de-de'] = "Geben Sie den Domain-Namen.";
|
||||
$text['description-node_domain']['es-cl'] = "Introduzca el nombre de dominio.";
|
||||
$text['description-node_domain']['es-mx'] = "";
|
||||
$text['description-node_domain']['fr-ca'] = "";
|
||||
$text['description-node_domain']['fr-fr'] = "Entrez le nom de domaine.";
|
||||
$text['description-node_domain']['he-il'] = " הזן את שם הדומיין.";
|
||||
$text['description-node_domain']['it-it'] = "Inserisci il nome del dominio.";
|
||||
@@ -237,6 +296,7 @@ $text['description-node_domain']['nl-nl'] = "";
|
||||
$text['description-node_domain']['pl-pl'] = " Wprowadź nazwę domeny.";
|
||||
$text['description-node_domain']['pt-br'] = "Digite o nome de domínio.";
|
||||
$text['description-node_domain']['pt-pt'] = "Digite o nome de domínio.";
|
||||
$text['description-node_domain']['ro-ro'] = "Introduceți numele de domeniu.";
|
||||
$text['description-node_domain']['ru-ru'] = "Введите имя домена.";
|
||||
$text['description-node_domain']['sv-se'] = "Ange domännamnet.";
|
||||
$text['description-node_domain']['uk-ua'] = "Введіть ім'я домену.";
|
||||
@@ -244,8 +304,11 @@ $text['description-node_domain']['uk-ua'] = "Введіть ім'я домену
|
||||
$text['description-node_description']['en-us'] = "Enter the description.";
|
||||
$text['description-node_description']['ar-eg'] = "أدخل الوصف.";
|
||||
$text['description-node_description']['de-at'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-node_description']['de-ch'] = "";
|
||||
$text['description-node_description']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-node_description']['es-cl'] = " Introduzca la descripción.";
|
||||
$text['description-node_description']['es-mx'] = "";
|
||||
$text['description-node_description']['fr-ca'] = "";
|
||||
$text['description-node_description']['fr-fr'] = "Entrez la description.";
|
||||
$text['description-node_description']['he-il'] = " הזן את התיאור.";
|
||||
$text['description-node_description']['it-it'] = "Inserisci la descrizione.";
|
||||
@@ -253,6 +316,7 @@ $text['description-node_description']['nl-nl'] = "";
|
||||
$text['description-node_description']['pl-pl'] = " Wprowadź opis.";
|
||||
$text['description-node_description']['pt-br'] = "Digite a descrição.";
|
||||
$text['description-node_description']['pt-pt'] = " Digite a descrição.";
|
||||
$text['description-node_description']['ro-ro'] = "Introduceți descrierea.";
|
||||
$text['description-node_description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-node_description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-node_description']['uk-ua'] = "Введіть опис.";
|
||||
@@ -260,8 +324,11 @@ $text['description-node_description']['uk-ua'] = "Введіть опис.";
|
||||
$text['description-node_cidr']['en-us'] = "Enter the IP CIDR range.";
|
||||
$text['description-node_cidr']['ar-eg'] = "أدخل نطاق IP CIDR.";
|
||||
$text['description-node_cidr']['de-at'] = " Geben Sie die IP CIDR-Bereich an.";
|
||||
$text['description-node_cidr']['de-ch'] = "";
|
||||
$text['description-node_cidr']['de-de'] = " Geben Sie die IP CIDR-Bereich an.";
|
||||
$text['description-node_cidr']['es-cl'] = " Introduzca el rango de direcciones IP CIDR.";
|
||||
$text['description-node_cidr']['es-mx'] = "";
|
||||
$text['description-node_cidr']['fr-ca'] = "";
|
||||
$text['description-node_cidr']['fr-fr'] = "Entrez la plage IP CIDR.";
|
||||
$text['description-node_cidr']['he-il'] = " הזן את טווח ה- IP CIDR.";
|
||||
$text['description-node_cidr']['it-it'] = "Inserire l'intervallo IP CIDR.";
|
||||
@@ -269,6 +336,7 @@ $text['description-node_cidr']['nl-nl'] = "";
|
||||
$text['description-node_cidr']['pl-pl'] = "Wprowadź zakres IP CIDR.";
|
||||
$text['description-node_cidr']['pt-br'] = "Digite o intervalo IP CIDR.";
|
||||
$text['description-node_cidr']['pt-pt'] = "Digite o intervalo IP CIDR.";
|
||||
$text['description-node_cidr']['ro-ro'] = "Introduceți intervalul de IP CIDR.";
|
||||
$text['description-node_cidr']['ru-ru'] = "Введите диапазон IP CIDR.";
|
||||
$text['description-node_cidr']['sv-se'] = "Ange IP CIDR sortimentet.";
|
||||
$text['description-node_cidr']['uk-ua'] = "Введіть діапазон IP-CIDR.";
|
||||
@@ -276,8 +344,11 @@ $text['description-node_cidr']['uk-ua'] = "Введіть діапазон IP-CI
|
||||
$text['description-access_control_node']['en-us'] = "";
|
||||
$text['description-access_control_node']['ar-eg'] = "";
|
||||
$text['description-access_control_node']['de-at'] = "";
|
||||
$text['description-access_control_node']['de-ch'] = "";
|
||||
$text['description-access_control_node']['de-de'] = "";
|
||||
$text['description-access_control_node']['es-cl'] = "";
|
||||
$text['description-access_control_node']['es-mx'] = "";
|
||||
$text['description-access_control_node']['fr-ca'] = "";
|
||||
$text['description-access_control_node']['fr-fr'] = "";
|
||||
$text['description-access_control_node']['he-il'] = "";
|
||||
$text['description-access_control_node']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-access_control_node']['nl-nl'] = "";
|
||||
$text['description-access_control_node']['pl-pl'] = "";
|
||||
$text['description-access_control_node']['pt-br'] = "";
|
||||
$text['description-access_control_node']['pt-pt'] = "";
|
||||
$text['description-access_control_node']['ro-ro'] = "";
|
||||
$text['description-access_control_node']['ru-ru'] = "";
|
||||
$text['description-access_control_node']['sv-se'] = "";
|
||||
$text['description-access_control_node']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['description-access_control_node']['uk-ua'] = "";
|
||||
$text['description-access_control_name']['en-us'] = "Enter the name.";
|
||||
$text['description-access_control_name']['ar-eg'] = "أدخل اسم.";
|
||||
$text['description-access_control_name']['de-at'] = "Namen eingeben.";
|
||||
$text['description-access_control_name']['de-ch'] = "";
|
||||
$text['description-access_control_name']['de-de'] = "Namen eingeben.";
|
||||
$text['description-access_control_name']['es-cl'] = " Introduzca el nombre.";
|
||||
$text['description-access_control_name']['es-mx'] = "";
|
||||
$text['description-access_control_name']['fr-ca'] = "";
|
||||
$text['description-access_control_name']['fr-fr'] = "Entrez le nom.";
|
||||
$text['description-access_control_name']['he-il'] = " הזן את השם.";
|
||||
$text['description-access_control_name']['it-it'] = "Inserisci il nome.";
|
||||
@@ -301,6 +376,7 @@ $text['description-access_control_name']['nl-nl'] = "";
|
||||
$text['description-access_control_name']['pl-pl'] = " Wpisz nazwę.";
|
||||
$text['description-access_control_name']['pt-br'] = "Digite o nome.";
|
||||
$text['description-access_control_name']['pt-pt'] = "Digite o nome.";
|
||||
$text['description-access_control_name']['ro-ro'] = "Introduceți numele.";
|
||||
$text['description-access_control_name']['ru-ru'] = "Введите имя.";
|
||||
$text['description-access_control_name']['sv-se'] = "Ange namnet.";
|
||||
$text['description-access_control_name']['uk-ua'] = "Введіть ім'я.";
|
||||
@@ -308,8 +384,11 @@ $text['description-access_control_name']['uk-ua'] = "Введіть ім'я.";
|
||||
$text['description-access_control_description']['en-us'] = "Enter the description";
|
||||
$text['description-access_control_description']['ar-eg'] = "دخل وصف";
|
||||
$text['description-access_control_description']['de-at'] = "Beschreibung eingeben.";
|
||||
$text['description-access_control_description']['de-ch'] = "";
|
||||
$text['description-access_control_description']['de-de'] = "Beschreibung eingeben.";
|
||||
$text['description-access_control_description']['es-cl'] = "Introduzca la descripción";
|
||||
$text['description-access_control_description']['es-mx'] = "";
|
||||
$text['description-access_control_description']['fr-ca'] = "";
|
||||
$text['description-access_control_description']['fr-fr'] = "Entrez la description.";
|
||||
$text['description-access_control_description']['he-il'] = " הזן את התיאור";
|
||||
$text['description-access_control_description']['it-it'] = "Inserisci la descrizione";
|
||||
@@ -317,6 +396,7 @@ $text['description-access_control_description']['nl-nl'] = "";
|
||||
$text['description-access_control_description']['pl-pl'] = "Wprowadź opis";
|
||||
$text['description-access_control_description']['pt-br'] = "Digite a descrição.";
|
||||
$text['description-access_control_description']['pt-pt'] = "Digite a descrição";
|
||||
$text['description-access_control_description']['ro-ro'] = "Introduceți descrierea";
|
||||
$text['description-access_control_description']['ru-ru'] = "Введите описание";
|
||||
$text['description-access_control_description']['sv-se'] = "Ange en beskrivning";
|
||||
$text['description-access_control_description']['uk-ua'] = "Введіть опис";
|
||||
@@ -324,8 +404,11 @@ $text['description-access_control_description']['uk-ua'] = "Введіть оп
|
||||
$text['description-access_control_default']['en-us'] = "Select the default type.";
|
||||
$text['description-access_control_default']['ar-eg'] = "حدد نوع الافتراضي.";
|
||||
$text['description-access_control_default']['de-at'] = " Wählen Sie den Standardtyp.";
|
||||
$text['description-access_control_default']['de-ch'] = "";
|
||||
$text['description-access_control_default']['de-de'] = " Wählen Sie den Standardtyp.";
|
||||
$text['description-access_control_default']['es-cl'] = "Seleccione el tipo de defecto.";
|
||||
$text['description-access_control_default']['es-mx'] = "";
|
||||
$text['description-access_control_default']['fr-ca'] = "";
|
||||
$text['description-access_control_default']['fr-fr'] = "Sélectionnez le type de défaut";
|
||||
$text['description-access_control_default']['he-il'] = " בחר את סוג ברירת המחדל.";
|
||||
$text['description-access_control_default']['it-it'] = "Seleziona il tipo predefinito.";
|
||||
@@ -333,6 +416,7 @@ $text['description-access_control_default']['nl-nl'] = "";
|
||||
$text['description-access_control_default']['pl-pl'] = "Wybierz typ domyślny.";
|
||||
$text['description-access_control_default']['pt-br'] = "Selecione o tipo de padrão.";
|
||||
$text['description-access_control_default']['pt-pt'] = "Selecione o tipo de padrão.";
|
||||
$text['description-access_control_default']['ro-ro'] = "Selectați tipul implicit.";
|
||||
$text['description-access_control_default']['ru-ru'] = "Выберите тип по умолчанию.";
|
||||
$text['description-access_control_default']['sv-se'] = "Välj standardtypen.";
|
||||
$text['description-access_control_default']['uk-ua'] = "Вибір типу за замовчуванням.";
|
||||
@@ -340,8 +424,11 @@ $text['description-access_control_default']['uk-ua'] = "Вибір типу за
|
||||
$text['description-access_control']['en-us'] = "Access control list can allow or deny ranges of IP addresses.";
|
||||
$text['description-access_control']['ar-eg'] = "قائمة التحكم بالوصول يمكن السماح أو الرفض نطاقات العناوين.";
|
||||
$text['description-access_control']['de-at'] = " Die Zugriffskontrollliste kann Bereiche von IP Adressen zulassen oder ablehnen.";
|
||||
$text['description-access_control']['de-ch'] = "";
|
||||
$text['description-access_control']['de-de'] = " Die Zugriffskontrollliste kann Bereiche von IP Adressen zulassen oder ablehnen.";
|
||||
$text['description-access_control']['es-cl'] = " Lista de control de acceso puede permitir o denegar los rangos de direcciones IP.";
|
||||
$text['description-access_control']['es-mx'] = "";
|
||||
$text['description-access_control']['fr-ca'] = "";
|
||||
$text['description-access_control']['fr-fr'] = " Liste de contrôle d'accès peut autoriser ou refuser des plages d'adresses IP.";
|
||||
$text['description-access_control']['he-il'] = " רשימת בקרת גישה יכולה לאפשר או למנוע טווחים של כתובות IP.";
|
||||
$text['description-access_control']['it-it'] = "La lista del controllo degli accessi consente o nega l'accesso ad un intervallo di indirizzi IP.";
|
||||
@@ -349,8 +436,9 @@ $text['description-access_control']['nl-nl'] = "";
|
||||
$text['description-access_control']['pl-pl'] = "Lista kontroli dostępu może umożliwić lub zablokować zakresy adresów IP.";
|
||||
$text['description-access_control']['pt-br'] = "Lista de controle de acesso pode permitir ou negar intervalos de endereços IP.";
|
||||
$text['description-access_control']['pt-pt'] = "Lista de controle de acesso pode permitir ou negar intervalos de endereços IP.";
|
||||
$text['description-access_control']['ro-ro'] = "Lista de control al accesului poate permite sau refuza intervale de adrese IP.";
|
||||
$text['description-access_control']['ru-ru'] = "Контроль доступа может разрешить или запретить диапазоны IP адресов.";
|
||||
$text['description-access_control']['sv-se'] = "Åtkomstkontrollista kan tillåta eller neka intervall av IP-adresser.";
|
||||
$text['description-access_control']['uk-ua'] = "Список контролю доступу може дозволити або заборонити діапазони IP-адрес.";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-backup']['en-us'] = "Backup";
|
||||
$text['title-backup']['ar-eg'] = "";
|
||||
$text['title-backup']['de-at'] = "Datensicherung";
|
||||
$text['title-backup']['de-ch'] = "";
|
||||
$text['title-backup']['de-de'] = "Datensicherung";
|
||||
$text['title-backup']['es-cl'] = "Copia de seguridad";
|
||||
$text['title-backup']['es-mx'] = "";
|
||||
$text['title-backup']['fr-ca'] = "";
|
||||
$text['title-backup']['fr-fr'] = "Sauvegarde";
|
||||
$text['title-backup']['he-il'] = "";
|
||||
$text['title-backup']['it-it'] = "Backup";
|
||||
@@ -13,6 +16,7 @@ $text['title-backup']['nl-nl'] = "";
|
||||
$text['title-backup']['pl-pl'] = "Kopie zapasowe";
|
||||
$text['title-backup']['pt-br'] = "Backup";
|
||||
$text['title-backup']['pt-pt'] = "Backup";
|
||||
$text['title-backup']['ro-ro'] = "";
|
||||
$text['title-backup']['ru-ru'] = "Резервное копирование";
|
||||
$text['title-backup']['sv-se'] = "Backup";
|
||||
$text['title-backup']['uk-ua'] = "Резервна копія";
|
||||
@@ -20,8 +24,11 @@ $text['title-backup']['uk-ua'] = "Резервна копія";
|
||||
$text['option-file_download']['en-us'] = "File Download";
|
||||
$text['option-file_download']['ar-eg'] = "";
|
||||
$text['option-file_download']['de-at'] = "Datei herunterladen";
|
||||
$text['option-file_download']['de-ch'] = "";
|
||||
$text['option-file_download']['de-de'] = "Datei herunterladen";
|
||||
$text['option-file_download']['es-cl'] = "Descarga de archivos";
|
||||
$text['option-file_download']['es-mx'] = "";
|
||||
$text['option-file_download']['fr-ca'] = "";
|
||||
$text['option-file_download']['fr-fr'] = "Télécharger le fichier";
|
||||
$text['option-file_download']['he-il'] = "";
|
||||
$text['option-file_download']['it-it'] = "Download File";
|
||||
@@ -29,6 +36,7 @@ $text['option-file_download']['nl-nl'] = "";
|
||||
$text['option-file_download']['pl-pl'] = "Pobierz plik";
|
||||
$text['option-file_download']['pt-br'] = "Download do arquivo";
|
||||
$text['option-file_download']['pt-pt'] = "download do arquivo";
|
||||
$text['option-file_download']['ro-ro'] = "";
|
||||
$text['option-file_download']['ru-ru'] = "Скачать архив";
|
||||
$text['option-file_download']['sv-se'] = "Ladda Ned Fil";
|
||||
$text['option-file_download']['uk-ua'] = "Скачування файлу";
|
||||
@@ -36,8 +44,11 @@ $text['option-file_download']['uk-ua'] = "Скачування файлу";
|
||||
$text['option-command']['en-us'] = "Command";
|
||||
$text['option-command']['ar-eg'] = "";
|
||||
$text['option-command']['de-at'] = "Befehl";
|
||||
$text['option-command']['de-ch'] = "";
|
||||
$text['option-command']['de-de'] = "Befehl";
|
||||
$text['option-command']['es-cl'] = "Comando";
|
||||
$text['option-command']['es-mx'] = "";
|
||||
$text['option-command']['fr-ca'] = "";
|
||||
$text['option-command']['fr-fr'] = "Commandementt";
|
||||
$text['option-command']['he-il'] = "";
|
||||
$text['option-command']['it-it'] = "Comando";
|
||||
@@ -45,6 +56,7 @@ $text['option-command']['nl-nl'] = "";
|
||||
$text['option-command']['pl-pl'] = "Polecenie";
|
||||
$text['option-command']['pt-br'] = "Comando";
|
||||
$text['option-command']['pt-pt'] = "Comando";
|
||||
$text['option-command']['ro-ro'] = "";
|
||||
$text['option-command']['ru-ru'] = "Команда";
|
||||
$text['option-command']['sv-se'] = "Komando";
|
||||
$text['option-command']['uk-ua'] = "Команда";
|
||||
@@ -52,8 +64,11 @@ $text['option-command']['uk-ua'] = "Команда";
|
||||
$text['message-restore_failed_upload']['en-us'] = "Restore Failed - File Upload Failed";
|
||||
$text['message-restore_failed_upload']['ar-eg'] = "";
|
||||
$text['message-restore_failed_upload']['de-at'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen";
|
||||
$text['message-restore_failed_upload']['de-ch'] = "";
|
||||
$text['message-restore_failed_upload']['de-de'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen";
|
||||
$text['message-restore_failed_upload']['es-cl'] = "Falló la recup - Cargar archivo Error";
|
||||
$text['message-restore_failed_upload']['es-mx'] = "";
|
||||
$text['message-restore_failed_upload']['fr-ca'] = "";
|
||||
$text['message-restore_failed_upload']['fr-fr'] = "Echec de la restauration - Echec du téléchargement";
|
||||
$text['message-restore_failed_upload']['he-il'] = "";
|
||||
$text['message-restore_failed_upload']['it-it'] = "Ripristino Fallito - Caricamento del File Fallito";
|
||||
@@ -61,6 +76,7 @@ $text['message-restore_failed_upload']['nl-nl'] = "";
|
||||
$text['message-restore_failed_upload']['pl-pl'] = "Przywracanie oraz przesłanie pliku nie powiodło się";
|
||||
$text['message-restore_failed_upload']['pt-br'] = "Falha de restauração - Upload de arquivo falhou ";
|
||||
$text['message-restore_failed_upload']['pt-pt'] = "Falha de restauração - Upload de arquivo falhou";
|
||||
$text['message-restore_failed_upload']['ro-ro'] = "";
|
||||
$text['message-restore_failed_upload']['ru-ru'] = "Ошибка восстановления - Загрузка файла не удалась";
|
||||
$text['message-restore_failed_upload']['sv-se'] = "Återställning Misslyckades - Filöverföring misslyckades";
|
||||
$text['message-restore_failed_upload']['uk-ua'] = "Помилка відновлення: неможливо завантажити файл";
|
||||
@@ -68,8 +84,11 @@ $text['message-restore_failed_upload']['uk-ua'] = "Помилка відновл
|
||||
$text['message-restore_failed_format']['en-us'] = "Restore Failed - Invalid File Format";
|
||||
$text['message-restore_failed_format']['ar-eg'] = "";
|
||||
$text['message-restore_failed_format']['de-at'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat";
|
||||
$text['message-restore_failed_format']['de-ch'] = "";
|
||||
$text['message-restore_failed_format']['de-de'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat";
|
||||
$text['message-restore_failed_format']['es-cl'] = "Restaurar Error - Formato de archivo no válido";
|
||||
$text['message-restore_failed_format']['es-mx'] = "";
|
||||
$text['message-restore_failed_format']['fr-ca'] = "";
|
||||
$text['message-restore_failed_format']['fr-fr'] = "Échec de la restauration - Format de fichier incorrect";
|
||||
$text['message-restore_failed_format']['he-il'] = "";
|
||||
$text['message-restore_failed_format']['it-it'] = "Ripristino Fallito - Formato File non valido";
|
||||
@@ -77,6 +96,7 @@ $text['message-restore_failed_format']['nl-nl'] = "";
|
||||
$text['message-restore_failed_format']['pl-pl'] = "Przywracanie nie powiodło się - niepoprawny format pliku";
|
||||
$text['message-restore_failed_format']['pt-br'] = "Falha na restauração - Formato de arquivo inválido";
|
||||
$text['message-restore_failed_format']['pt-pt'] = "Falha na restauração - Formato de arquivo inválido";
|
||||
$text['message-restore_failed_format']['ro-ro'] = "";
|
||||
$text['message-restore_failed_format']['ru-ru'] = "Ошибка восстановления - Неверный формат файла";
|
||||
$text['message-restore_failed_format']['sv-se'] = "Återställning Misslyckades - Ogiltigt Filformat";
|
||||
$text['message-restore_failed_format']['uk-ua'] = "Помилка відновлення: хибний формат файлу";
|
||||
@@ -84,8 +104,11 @@ $text['message-restore_failed_format']['uk-ua'] = "Помилка відновл
|
||||
$text['message-restore_failed_extract']['en-us'] = "Restore Failed - Extraction Error";
|
||||
$text['message-restore_failed_extract']['ar-eg'] = "";
|
||||
$text['message-restore_failed_extract']['de-at'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen";
|
||||
$text['message-restore_failed_extract']['de-ch'] = "";
|
||||
$text['message-restore_failed_extract']['de-de'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen";
|
||||
$text['message-restore_failed_extract']['es-cl'] = "Restaurar Error - Error de extracción";
|
||||
$text['message-restore_failed_extract']['es-mx'] = "";
|
||||
$text['message-restore_failed_extract']['fr-ca'] = "";
|
||||
$text['message-restore_failed_extract']['fr-fr'] = "Échec de la restauration - Échec de l'extraction";
|
||||
$text['message-restore_failed_extract']['he-il'] = "";
|
||||
$text['message-restore_failed_extract']['it-it'] = "Ripristino Fallito - Errore di Estrazione";
|
||||
@@ -93,6 +116,7 @@ $text['message-restore_failed_extract']['nl-nl'] = "";
|
||||
$text['message-restore_failed_extract']['pl-pl'] = "Przywracanie nie powiodło się - Ekstrakcja zawiodły";
|
||||
$text['message-restore_failed_extract']['pt-br'] = "Falha na restauração - Falha na extração";
|
||||
$text['message-restore_failed_extract']['pt-pt'] = "Falha na restauração - Falha na extração";
|
||||
$text['message-restore_failed_extract']['ro-ro'] = "";
|
||||
$text['message-restore_failed_extract']['ru-ru'] = "Ошибка восстановления - Ошибка при извлечении";
|
||||
$text['message-restore_failed_extract']['sv-se'] = "Återställning Misslyckades - extraktion misslyckades";
|
||||
$text['message-restore_failed_extract']['uk-ua'] = "Помилка відновлення: Помилка при вилученні";
|
||||
@@ -100,8 +124,11 @@ $text['message-restore_failed_extract']['uk-ua'] = "Помилка віднов
|
||||
$text['message-restore_completed']['en-us'] = "Restore Completed";
|
||||
$text['message-restore_completed']['ar-eg'] = "";
|
||||
$text['message-restore_completed']['de-at'] = "Wiederherstellung erfolgreich";
|
||||
$text['message-restore_completed']['de-ch'] = "";
|
||||
$text['message-restore_completed']['de-de'] = "Wiederherstellung erfolgreich";
|
||||
$text['message-restore_completed']['es-cl'] = "Restaurar Completado";
|
||||
$text['message-restore_completed']['es-mx'] = "";
|
||||
$text['message-restore_completed']['fr-ca'] = "";
|
||||
$text['message-restore_completed']['fr-fr'] = "Restaurer Terminé";
|
||||
$text['message-restore_completed']['he-il'] = "";
|
||||
$text['message-restore_completed']['it-it'] = "Ripristino Completato";
|
||||
@@ -109,6 +136,7 @@ $text['message-restore_completed']['nl-nl'] = "";
|
||||
$text['message-restore_completed']['pl-pl'] = "Przywracanie zakończono pomyślnie.";
|
||||
$text['message-restore_completed']['pt-br'] = "Restauração Concluída";
|
||||
$text['message-restore_completed']['pt-pt'] = "Concluída a Restauração";
|
||||
$text['message-restore_completed']['ro-ro'] = "";
|
||||
$text['message-restore_completed']['ru-ru'] = "Восстановление завершено";
|
||||
$text['message-restore_completed']['sv-se'] = "Återställning Genomförd";
|
||||
$text['message-restore_completed']['uk-ua'] = "Відновлено";
|
||||
@@ -116,8 +144,11 @@ $text['message-restore_completed']['uk-ua'] = "Відновлено";
|
||||
$text['message-backup_failed_paths']['en-us'] = "Backup Failed - No Backup Paths Defined";
|
||||
$text['message-backup_failed_paths']['ar-eg'] = "";
|
||||
$text['message-backup_failed_paths']['de-at'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben";
|
||||
$text['message-backup_failed_paths']['de-ch'] = "";
|
||||
$text['message-backup_failed_paths']['de-de'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben";
|
||||
$text['message-backup_failed_paths']['es-cl'] = "Fallidos de copia de seguridad - No hay rutas de copia de seguridad definida";
|
||||
$text['message-backup_failed_paths']['es-mx'] = "";
|
||||
$text['message-backup_failed_paths']['fr-ca'] = "";
|
||||
$text['message-backup_failed_paths']['fr-fr'] = "Echec de sauvegarde - Pas de chemins sauvegarde définis";
|
||||
$text['message-backup_failed_paths']['he-il'] = "";
|
||||
$text['message-backup_failed_paths']['it-it'] = "Backup Fallito - Nessuno percorso di Backup definito";
|
||||
@@ -125,6 +156,7 @@ $text['message-backup_failed_paths']['nl-nl'] = "";
|
||||
$text['message-backup_failed_paths']['pl-pl'] = "Przywracanie nie powiodło się – ścieżki nie zostały zdefiniowane.";
|
||||
$text['message-backup_failed_paths']['pt-br'] = "Backup falhou - Sem destino para o backup definido";
|
||||
$text['message-backup_failed_paths']['pt-pt'] = "Backup falhou - Sem Caminhos backup definido";
|
||||
$text['message-backup_failed_paths']['ro-ro'] = "";
|
||||
$text['message-backup_failed_paths']['ru-ru'] = "Ошибка - Не указаны пути сохранения резервной копии";
|
||||
$text['message-backup_failed_paths']['sv-se'] = "Backup misslyckades - Ingen Backup Sökväg Definierad";
|
||||
$text['message-backup_failed_paths']['uk-ua'] = "Помилка: не вказано шлях для збереження файлу резервної копії";
|
||||
@@ -132,8 +164,11 @@ $text['message-backup_failed_paths']['uk-ua'] = "Помилка: не вказа
|
||||
$text['message-backup_failed_format']['en-us'] = "Backup Failed - Unable to Create Backup File";
|
||||
$text['message-backup_failed_format']['ar-eg'] = "";
|
||||
$text['message-backup_failed_format']['de-at'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden";
|
||||
$text['message-backup_failed_format']['de-ch'] = "";
|
||||
$text['message-backup_failed_format']['de-de'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden";
|
||||
$text['message-backup_failed_format']['es-cl'] = "Copia de seguridad Error - No se puede crear archivo de copia de seguridad";
|
||||
$text['message-backup_failed_format']['es-mx'] = "";
|
||||
$text['message-backup_failed_format']['fr-ca'] = "";
|
||||
$text['message-backup_failed_format']['fr-fr'] = "Echec de la sauvegarde - Impossible de créer le fichier de sauvegarde";
|
||||
$text['message-backup_failed_format']['he-il'] = "";
|
||||
$text['message-backup_failed_format']['it-it'] = "Backup Fallito - Impossibile creare il File di Backup";
|
||||
@@ -141,6 +176,7 @@ $text['message-backup_failed_format']['nl-nl'] = "";
|
||||
$text['message-backup_failed_format']['pl-pl'] = "Przywracanie nie powiodło się - nie można utworzyć pliku kopii zapasowej";
|
||||
$text['message-backup_failed_format']['pt-br'] = "Falha no backup - Não é possível criar arquivo de backup ";
|
||||
$text['message-backup_failed_format']['pt-pt'] = "Falha no backup - Não é possível criar arquivo de backup";
|
||||
$text['message-backup_failed_format']['ro-ro'] = "";
|
||||
$text['message-backup_failed_format']['ru-ru'] = "Ошибка - Невозможно создать файл резервной копии";
|
||||
$text['message-backup_failed_format']['sv-se'] = "Backup misslyckades - Kunde Inte Skapa Backup Fil";
|
||||
$text['message-backup_failed_format']['uk-ua'] = "Помилка: неможливо створити файл резервної копії";
|
||||
@@ -148,8 +184,11 @@ $text['message-backup_failed_format']['uk-ua'] = "Помилка: неможли
|
||||
$text['label-target_type']['en-us'] = "Target Type";
|
||||
$text['label-target_type']['ar-eg'] = "";
|
||||
$text['label-target_type']['de-at'] = "Ziel Typ";
|
||||
$text['label-target_type']['de-ch'] = "";
|
||||
$text['label-target_type']['de-de'] = "Ziel Typ";
|
||||
$text['label-target_type']['es-cl'] = "Tipo de destino";
|
||||
$text['label-target_type']['es-mx'] = "";
|
||||
$text['label-target_type']['fr-ca'] = "";
|
||||
$text['label-target_type']['fr-fr'] = "type de cible";
|
||||
$text['label-target_type']['he-il'] = "";
|
||||
$text['label-target_type']['it-it'] = "Tipo Destinazione";
|
||||
@@ -157,6 +196,7 @@ $text['label-target_type']['nl-nl'] = "";
|
||||
$text['label-target_type']['pl-pl'] = "Typ docelowy";
|
||||
$text['label-target_type']['pt-br'] = "Tipo de destino";
|
||||
$text['label-target_type']['pt-pt'] = "Tipo de Destino";
|
||||
$text['label-target_type']['ro-ro'] = "";
|
||||
$text['label-target_type']['ru-ru'] = "Тип";
|
||||
$text['label-target_type']['sv-se'] = "Mål Typ";
|
||||
$text['label-target_type']['uk-ua'] = "Призначення";
|
||||
@@ -164,8 +204,11 @@ $text['label-target_type']['uk-ua'] = "Призначення";
|
||||
$text['label-source_paths']['en-us'] = "Source Paths";
|
||||
$text['label-source_paths']['ar-eg'] = "";
|
||||
$text['label-source_paths']['de-at'] = "Quell Pfade";
|
||||
$text['label-source_paths']['de-ch'] = "";
|
||||
$text['label-source_paths']['de-de'] = "Quell Pfade";
|
||||
$text['label-source_paths']['es-cl'] = "Fuente Caminos";
|
||||
$text['label-source_paths']['es-mx'] = "";
|
||||
$text['label-source_paths']['fr-ca'] = "";
|
||||
$text['label-source_paths']['fr-fr'] = "Chemins Source";
|
||||
$text['label-source_paths']['he-il'] = "";
|
||||
$text['label-source_paths']['it-it'] = "Percorso Sorgenti";
|
||||
@@ -173,6 +216,7 @@ $text['label-source_paths']['nl-nl'] = "";
|
||||
$text['label-source_paths']['pl-pl'] = " Ścieżki źródłowe";
|
||||
$text['label-source_paths']['pt-br'] = "Destino de origem";
|
||||
$text['label-source_paths']['pt-pt'] = "Fonte Caminhos";
|
||||
$text['label-source_paths']['ro-ro'] = "";
|
||||
$text['label-source_paths']['ru-ru'] = "Объекты резервного копирования";
|
||||
$text['label-source_paths']['sv-se'] = "Källa Sökväg";
|
||||
$text['label-source_paths']['uk-ua'] = "Об’єкти для резервного копіювання";
|
||||
@@ -180,8 +224,11 @@ $text['label-source_paths']['uk-ua'] = "Об’єкти для резервно
|
||||
$text['label-select_backup']['en-us'] = "Select Backup File";
|
||||
$text['label-select_backup']['ar-eg'] = "";
|
||||
$text['label-select_backup']['de-at'] = "Wählen Sie eine Sicherungsdatei aus";
|
||||
$text['label-select_backup']['de-ch'] = "";
|
||||
$text['label-select_backup']['de-de'] = "Wählen Sie eine Sicherungsdatei aus";
|
||||
$text['label-select_backup']['es-cl'] = "Seleccione Copia de Seguridad";
|
||||
$text['label-select_backup']['es-mx'] = "";
|
||||
$text['label-select_backup']['fr-ca'] = "";
|
||||
$text['label-select_backup']['fr-fr'] = "Sélectionnez le Fichier de Sauvegarde";
|
||||
$text['label-select_backup']['he-il'] = "";
|
||||
$text['label-select_backup']['it-it'] = "Seleziona il File di Backup";
|
||||
@@ -189,6 +236,7 @@ $text['label-select_backup']['nl-nl'] = "";
|
||||
$text['label-select_backup']['pl-pl'] = "Wybierz plik kopii zapasowej";
|
||||
$text['label-select_backup']['pt-br'] = "Selecione o arquivo de Backup";
|
||||
$text['label-select_backup']['pt-pt'] = "Selecione Backup";
|
||||
$text['label-select_backup']['ro-ro'] = "";
|
||||
$text['label-select_backup']['ru-ru'] = "Выберите файл резервной копии";
|
||||
$text['label-select_backup']['sv-se'] = "Välj Backup Fil";
|
||||
$text['label-select_backup']['uk-ua'] = "Виберіть файл резервної копії";
|
||||
@@ -196,8 +244,11 @@ $text['label-select_backup']['uk-ua'] = "Виберіть файл резерв
|
||||
$text['label-file_format']['en-us'] = "File Format";
|
||||
$text['label-file_format']['ar-eg'] = "";
|
||||
$text['label-file_format']['de-at'] = "Dateiformat";
|
||||
$text['label-file_format']['de-ch'] = "";
|
||||
$text['label-file_format']['de-de'] = "Dateiformat";
|
||||
$text['label-file_format']['es-cl'] = "Formato de Archivo";
|
||||
$text['label-file_format']['es-mx'] = "";
|
||||
$text['label-file_format']['fr-ca'] = "";
|
||||
$text['label-file_format']['fr-fr'] = "Format de Fichier";
|
||||
$text['label-file_format']['he-il'] = "";
|
||||
$text['label-file_format']['it-it'] = "Formato File";
|
||||
@@ -205,6 +256,7 @@ $text['label-file_format']['nl-nl'] = "";
|
||||
$text['label-file_format']['pl-pl'] = "Format pliku";
|
||||
$text['label-file_format']['pt-br'] = "Formato do arquivo";
|
||||
$text['label-file_format']['pt-pt'] = "Formato de arquivo";
|
||||
$text['label-file_format']['ro-ro'] = "";
|
||||
$text['label-file_format']['ru-ru'] = "Формат файла";
|
||||
$text['label-file_format']['sv-se'] = "Filformat";
|
||||
$text['label-file_format']['uk-ua'] = "Формат файлу";
|
||||
@@ -212,8 +264,11 @@ $text['label-file_format']['uk-ua'] = "Формат файлу";
|
||||
$text['label-command']['en-us'] = "Command";
|
||||
$text['label-command']['ar-eg'] = "";
|
||||
$text['label-command']['de-at'] = "Befehl";
|
||||
$text['label-command']['de-ch'] = "";
|
||||
$text['label-command']['de-de'] = "Befehl";
|
||||
$text['label-command']['es-cl'] = "Comando";
|
||||
$text['label-command']['es-mx'] = "";
|
||||
$text['label-command']['fr-ca'] = "";
|
||||
$text['label-command']['fr-fr'] = "Commandementt";
|
||||
$text['label-command']['he-il'] = "";
|
||||
$text['label-command']['it-it'] = "Comando";
|
||||
@@ -221,6 +276,7 @@ $text['label-command']['nl-nl'] = "";
|
||||
$text['label-command']['pl-pl'] = "Polecenie";
|
||||
$text['label-command']['pt-br'] = "Comando";
|
||||
$text['label-command']['pt-pt'] = "Comando";
|
||||
$text['label-command']['ro-ro'] = "";
|
||||
$text['label-command']['ru-ru'] = "Команда";
|
||||
$text['label-command']['sv-se'] = "Komando";
|
||||
$text['label-command']['uk-ua'] = "Команда";
|
||||
@@ -228,8 +284,11 @@ $text['label-command']['uk-ua'] = "Команда";
|
||||
$text['header-restore']['en-us'] = "Restore";
|
||||
$text['header-restore']['ar-eg'] = "";
|
||||
$text['header-restore']['de-at'] = "Wiederherstellen";
|
||||
$text['header-restore']['de-ch'] = "";
|
||||
$text['header-restore']['de-de'] = "Wiederherstellen";
|
||||
$text['header-restore']['es-cl'] = "Restaurar";
|
||||
$text['header-restore']['es-mx'] = "";
|
||||
$text['header-restore']['fr-ca'] = "";
|
||||
$text['header-restore']['fr-fr'] = "Restaurer";
|
||||
$text['header-restore']['he-il'] = "";
|
||||
$text['header-restore']['it-it'] = "Ripristina";
|
||||
@@ -237,6 +296,7 @@ $text['header-restore']['nl-nl'] = "";
|
||||
$text['header-restore']['pl-pl'] = "Przywracanie kopii zapasowej";
|
||||
$text['header-restore']['pt-br'] = "Restaurar";
|
||||
$text['header-restore']['pt-pt'] = "Restaurar";
|
||||
$text['header-restore']['ro-ro'] = "";
|
||||
$text['header-restore']['ru-ru'] = "Восстановление";
|
||||
$text['header-restore']['sv-se'] = "Återställ";
|
||||
$text['header-restore']['uk-ua'] = "Відновлення";
|
||||
@@ -244,8 +304,11 @@ $text['header-restore']['uk-ua'] = "Відновлення";
|
||||
$text['header-backup']['en-us'] = "Backup";
|
||||
$text['header-backup']['ar-eg'] = "";
|
||||
$text['header-backup']['de-at'] = "Sichern";
|
||||
$text['header-backup']['de-ch'] = "";
|
||||
$text['header-backup']['de-de'] = "Sichern";
|
||||
$text['header-backup']['es-cl'] = "Copia de seguridad";
|
||||
$text['header-backup']['es-mx'] = "";
|
||||
$text['header-backup']['fr-ca'] = "";
|
||||
$text['header-backup']['fr-fr'] = "Sauvegarde";
|
||||
$text['header-backup']['he-il'] = "";
|
||||
$text['header-backup']['it-it'] = "Backup";
|
||||
@@ -253,6 +316,7 @@ $text['header-backup']['nl-nl'] = "";
|
||||
$text['header-backup']['pl-pl'] = "Tworzenie kopii zapasowej";
|
||||
$text['header-backup']['pt-br'] = "Backup";
|
||||
$text['header-backup']['pt-pt'] = "Backup";
|
||||
$text['header-backup']['ro-ro'] = "";
|
||||
$text['header-backup']['ru-ru'] = "Резервная копия";
|
||||
$text['header-backup']['sv-se'] = "Backup";
|
||||
$text['header-backup']['uk-ua'] = "Резервна копія";
|
||||
@@ -260,8 +324,11 @@ $text['header-backup']['uk-ua'] = "Резервна копія";
|
||||
$text['description-restore_warning']['en-us'] = "Warning: Existing files, if any, will be overwritten.";
|
||||
$text['description-restore_warning']['ar-eg'] = "";
|
||||
$text['description-restore_warning']['de-at'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben.";
|
||||
$text['description-restore_warning']['de-ch'] = "";
|
||||
$text['description-restore_warning']['de-de'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben.";
|
||||
$text['description-restore_warning']['es-cl'] = "Advertencia: Los archivos existentes, si los hay, se sobrescribirá.";
|
||||
$text['description-restore_warning']['es-mx'] = "";
|
||||
$text['description-restore_warning']['fr-ca'] = "";
|
||||
$text['description-restore_warning']['fr-fr'] = "Attention: les fichiers existants, s'il y en a, seront écrasés.";
|
||||
$text['description-restore_warning']['he-il'] = "";
|
||||
$text['description-restore_warning']['it-it'] = "Attenzione: I File esistenti, se presenti, saranno sovrascritti.";
|
||||
@@ -269,6 +336,7 @@ $text['description-restore_warning']['nl-nl'] = "";
|
||||
$text['description-restore_warning']['pl-pl'] = "Uwaga - obecne pliki (jeżeli istnieją), zostaną nadpisane";
|
||||
$text['description-restore_warning']['pt-br'] = "Aviso: Os arquivos existentes, se houver, serão todos substituidos";
|
||||
$text['description-restore_warning']['pt-pt'] = "Aviso: Os arquivos existentes, se houver, serão substituídos.";
|
||||
$text['description-restore_warning']['ro-ro'] = "";
|
||||
$text['description-restore_warning']['ru-ru'] = "Внимание! Существующие файлы будут перезаписаны.";
|
||||
$text['description-restore_warning']['sv-se'] = "Varning: Befintliga filer, om någon, kommer att skrivas över.";
|
||||
$text['description-restore_warning']['uk-ua'] = "Увага! Файли, які вже існують, будуть перезаписані.";
|
||||
@@ -276,8 +344,11 @@ $text['description-restore_warning']['uk-ua'] = "Увага! Файли, які
|
||||
$text['description-restore']['en-us'] = "To restore a backup from a file on your local system, click 'Browse' then select the desired backup file (eg. 'backup_[YYMMDD]_[HHMMSS].tgz'), then click the 'Restore' button.";
|
||||
$text['description-restore']['ar-eg'] = "";
|
||||
$text['description-restore']['de-at'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei.";
|
||||
$text['description-restore']['de-ch'] = "";
|
||||
$text['description-restore']['de-de'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei.";
|
||||
$text['description-restore']['es-cl'] = "Para restaurar una copia de seguridad de un archivo en el sistema local, haga clic en 'Examinar' y seleccione el archivo de copia de seguridad que desee (por ejemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), a continuación, haga clic en el botón 'Restaurar'.";
|
||||
$text['description-restore']['es-mx'] = "";
|
||||
$text['description-restore']['fr-ca'] = "";
|
||||
$text['description-restore']['fr-fr'] = "Pour restaurer une sauvegarde à partir d'un fichier sur votre système local, cliquez sur 'Parcourir' puis sélectionnez le fichier de sauvegarde souhaité (par exemple, 'backup_[YYMMDD]_[HHMMSS].tgz'), puis cliquez sur le bouton 'Restaurer'.";
|
||||
$text['description-restore']['he-il'] = "";
|
||||
$text['description-restore']['it-it'] = "Per ripristinare un backup dal tuo file system locale, clicca 'Sfoglia' e seleziona il file di backup desiderato (eg. 'backup_[YYMMDD]_[HHMMSS].tgz'), poi clicca il pulsante 'Ripristina'.";
|
||||
@@ -285,6 +356,7 @@ $text['description-restore']['nl-nl'] = "";
|
||||
$text['description-restore']['pl-pl'] = "Aby przywrócić kopię zapasową z pliku w systemie lokalnym, kliknij 'Przeglądaj', wybierz żądany plik kopii zapasowej (np. 'Backup_ [ YYMMDD ] _ [ GGMMSS ] .tgz' ), a następnie kliknij przycisk 'Przywróć ustawienia domyślne'.";
|
||||
$text['description-restore']['pt-br'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[AAMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'. ";
|
||||
$text['description-restore']['pt-pt'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'.";
|
||||
$text['description-restore']['ro-ro'] = "";
|
||||
$text['description-restore']['ru-ru'] = "Для восстановления резервной копии из файла, нажмите кнопку 'Обзор' и выберите нужный файл (например, 'backup_[YYMMDD]_[HHMMSS].tgz'), а затем нажмите кнопку 'Восстановить'.";
|
||||
$text['description-restore']['sv-se'] = "För att återställa en säkerhetskopia från en fil på ditt lokala system, klicka på ' Bläddra ' och välj sedan önskad säkerhetskopia (t.ex. . ' Backup_ [ ÅÅMMDD ] _ [ HHMMSS ] .tgz ' ) och klicka på ' Återställ ' -knappen.";
|
||||
$text['description-restore']['uk-ua'] = "Для відновлення резервної копії з файлу, натисніть кнопку 'Огляд' і виберіть потрібний файл резервної копії, а потім натисніть кнопку 'Відновити '.";
|
||||
@@ -292,8 +364,11 @@ $text['description-restore']['uk-ua'] = "Для відновлення резе
|
||||
$text['description-backup']['en-us'] = "To create a backup of the Source Paths below (defined in Default Settings), select the desired File Format and Target Type.";
|
||||
$text['description-backup']['ar-eg'] = "";
|
||||
$text['description-backup']['de-at'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ.";
|
||||
$text['description-backup']['de-ch'] = "";
|
||||
$text['description-backup']['de-de'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ.";
|
||||
$text['description-backup']['es-cl'] = "Para crear una copia de seguridad de las rutas de origen siguientes (definidos en la configuración predeterminada), seleccione el formato de archivo deseado y tipo de destino.";
|
||||
$text['description-backup']['es-mx'] = "";
|
||||
$text['description-backup']['fr-ca'] = "";
|
||||
$text['description-backup']['fr-fr'] = "Pour créer une sauvegarde des chemins source ci-dessous (défini dans les paramètres par défaut), sélectionnez le format de fichier désiré et Type de cible.";
|
||||
$text['description-backup']['he-il'] = "";
|
||||
$text['description-backup']['it-it'] = "Per creare un backup dei percorsi sorgente (definiti nelle Impostazioni Predefinite), sleziona il formato del File e il Tipo di Destinazione.";
|
||||
@@ -301,6 +376,7 @@ $text['description-backup']['nl-nl'] = "";
|
||||
$text['description-backup']['pl-pl'] = "Aby utworzyć kopię zapasową scieżki zródłowej zdefiniowanej w ustawieniach domyślnych, wybierz żądany format pliku i typ docelowy.";
|
||||
$text['description-backup']['pt-br'] = "Para criar uma cópia de segurança dos caminhos de origem abaixo (definidos em Configurações Padrão), selecione o formato de arquivo desejado e Tipo de destino. ";
|
||||
$text['description-backup']['pt-pt'] = "Para criar uma cópia de segurança dos caminhos de origem abaixo (definidos em Default Settings), selecione o formato de arquivo desejado e Target Type.";
|
||||
$text['description-backup']['ro-ro'] = "";
|
||||
$text['description-backup']['ru-ru'] = "Чтобы создать резервную копию исходных путей ниже (определяется в настройках по умолчанию), выберите нужный тип формата файла и Target.";
|
||||
$text['description-backup']['sv-se'] = "För att skapa en säkerhetskopia av Källa Sökväg nedan (som definieras i standardinställningar), välj önskad Filformat och Mål Typ.";
|
||||
$text['description-backup']['uk-ua'] = "Щоб створити резервну копію вказаних нижче об’єктів (вказано у налаштуваннях за замовчуванням), виберіть потрібний формат і призначення";
|
||||
@@ -308,8 +384,11 @@ $text['description-backup']['uk-ua'] = "Щоб створити резервну
|
||||
$text['button-generate']['en-us'] = "Generate";
|
||||
$text['button-generate']['ar-eg'] = "";
|
||||
$text['button-generate']['de-at'] = "Erzeugen";
|
||||
$text['button-generate']['de-ch'] = "";
|
||||
$text['button-generate']['de-de'] = "Erzeugen";
|
||||
$text['button-generate']['es-cl'] = "Generar";
|
||||
$text['button-generate']['es-mx'] = "";
|
||||
$text['button-generate']['fr-ca'] = "";
|
||||
$text['button-generate']['fr-fr'] = "Générer";
|
||||
$text['button-generate']['he-il'] = "";
|
||||
$text['button-generate']['it-it'] = "Genera";
|
||||
@@ -317,8 +396,9 @@ $text['button-generate']['nl-nl'] = "";
|
||||
$text['button-generate']['pl-pl'] = "Generuj";
|
||||
$text['button-generate']['pt-br'] = "Geração";
|
||||
$text['button-generate']['pt-pt'] = "Gerar";
|
||||
$text['button-generate']['ro-ro'] = "";
|
||||
$text['button-generate']['ru-ru'] = "Сгенерировать";
|
||||
$text['button-generate']['sv-se'] = "Generera";
|
||||
$text['button-generate']['uk-ua'] = "Згенерувати";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-call-block']['en-us'] = "Call Block";
|
||||
$text['title-call-block']['ar-eg'] = "حظر المكالمات";
|
||||
$text['title-call-block']['de-at'] = "Sperrlisten";
|
||||
$text['title-call-block']['de-ch'] = "";
|
||||
$text['title-call-block']['de-de'] = "Sperrlisten";
|
||||
$text['title-call-block']['es-cl'] = "Bloqueo de llamadas";
|
||||
$text['title-call-block']['es-mx'] = "";
|
||||
$text['title-call-block']['fr-ca'] = "";
|
||||
$text['title-call-block']['fr-fr'] = "Liste noire";
|
||||
$text['title-call-block']['he-il'] = "חסימת מספר";
|
||||
$text['title-call-block']['it-it'] = "Blocco chiamate";
|
||||
@@ -13,6 +16,7 @@ $text['title-call-block']['nl-nl'] = "";
|
||||
$text['title-call-block']['pl-pl'] = "Blokowanie rozmów";
|
||||
$text['title-call-block']['pt-br'] = "Bloqueio de chamadas";
|
||||
$text['title-call-block']['pt-pt'] = "Bloqueio de Chamadas";
|
||||
$text['title-call-block']['ro-ro'] = "Blocare apel";
|
||||
$text['title-call-block']['ru-ru'] = "Черный список";
|
||||
$text['title-call-block']['sv-se'] = "Blockera Samtal";
|
||||
$text['title-call-block']['uk-ua'] = "Блокування дзвінків";
|
||||
@@ -20,8 +24,11 @@ $text['title-call-block']['uk-ua'] = "Блокування дзвінків";
|
||||
$text['prompt-block_recent_name']['en-us'] = "Block Recent Call - Edit the Name, if desired...";
|
||||
$text['prompt-block_recent_name']['ar-eg'] = "";
|
||||
$text['prompt-block_recent_name']['de-at'] = "Kürzliche Anrufe Blockieren - Bearbeiten Sie den Namen, falls gewünscht...";
|
||||
$text['prompt-block_recent_name']['de-ch'] = "";
|
||||
$text['prompt-block_recent_name']['de-de'] = "Kürzliche Anrufe Blockieren - Bearbeiten Sie den Namen, falls gewünscht...";
|
||||
$text['prompt-block_recent_name']['es-cl'] = "Bloqueo de llamadas recientes - Edite el nombre, si lo desea...";
|
||||
$text['prompt-block_recent_name']['es-mx'] = "";
|
||||
$text['prompt-block_recent_name']['fr-ca'] = "";
|
||||
$text['prompt-block_recent_name']['fr-fr'] = "Bloquer appels récents - Modifiez le nom, si vous le souhaitez...";
|
||||
$text['prompt-block_recent_name']['he-il'] = "";
|
||||
$text['prompt-block_recent_name']['it-it'] = "Blocca chiamata recente - Modifica il nome, se lo desideri...";
|
||||
@@ -29,6 +36,7 @@ $text['prompt-block_recent_name']['nl-nl'] = "";
|
||||
$text['prompt-block_recent_name']['pl-pl'] = "Zablokuj ostatnią rozmowę. Edytuj nazwę";
|
||||
$text['prompt-block_recent_name']['pt-br'] = "Bloquear chamadas recentes, edite o nome se assim desejar...";
|
||||
$text['prompt-block_recent_name']['pt-pt'] = "Bloquear Chamadas Recentes - Edite o nome, se desejar...";
|
||||
$text['prompt-block_recent_name']['ro-ro'] = "Blocare apel recent - Editați numele dacă doriți";
|
||||
$text['prompt-block_recent_name']['ru-ru'] = "Блокировать недавний вызов. Отредактируйте название, если необходимо...";
|
||||
$text['prompt-block_recent_name']['sv-se'] = "Blockera Senaste Samtal, editera namnet om nödvändigt...";
|
||||
$text['prompt-block_recent_name']['uk-ua'] = "Блокувати недавній дзвінок. Відредагуйте назву за бажанням";
|
||||
@@ -36,8 +44,11 @@ $text['prompt-block_recent_name']['uk-ua'] = "Блокувати недавні
|
||||
$text['label-update-complete']['en-us'] = "Update Complete";
|
||||
$text['label-update-complete']['ar-eg'] = "اكتمال التحديث";
|
||||
$text['label-update-complete']['de-at'] = "Aktualisierung abgeschlossen";
|
||||
$text['label-update-complete']['de-ch'] = "";
|
||||
$text['label-update-complete']['de-de'] = "Aktualisierung abgeschlossen";
|
||||
$text['label-update-complete']['es-cl'] = "Actualización Completa";
|
||||
$text['label-update-complete']['es-mx'] = "";
|
||||
$text['label-update-complete']['fr-ca'] = "";
|
||||
$text['label-update-complete']['fr-fr'] = "Mise à jour effectuée";
|
||||
$text['label-update-complete']['he-il'] = "העדכון הושלם";
|
||||
$text['label-update-complete']['it-it'] = "Aggiornamento Completato";
|
||||
@@ -45,6 +56,7 @@ $text['label-update-complete']['nl-nl'] = "";
|
||||
$text['label-update-complete']['pl-pl'] = "Zaktualizowano poprawnie";
|
||||
$text['label-update-complete']['pt-br'] = "Atualização Completa";
|
||||
$text['label-update-complete']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['label-update-complete']['ro-ro'] = "Actualizare completă";
|
||||
$text['label-update-complete']['ru-ru'] = "Обновление завершено";
|
||||
$text['label-update-complete']['sv-se'] = "Uppdatering Klar";
|
||||
$text['label-update-complete']['uk-ua'] = "Оновлено";
|
||||
@@ -52,8 +64,11 @@ $text['label-update-complete']['uk-ua'] = "Оновлено";
|
||||
$text['label-reject']['en-us'] = "Reject";
|
||||
$text['label-reject']['ar-eg'] = "رفض";
|
||||
$text['label-reject']['de-at'] = "Zurückweisen";
|
||||
$text['label-reject']['de-ch'] = "";
|
||||
$text['label-reject']['de-de'] = "Zurückweisen";
|
||||
$text['label-reject']['es-cl'] = "Rechazar";
|
||||
$text['label-reject']['es-mx'] = "";
|
||||
$text['label-reject']['fr-ca'] = "";
|
||||
$text['label-reject']['fr-fr'] = "Rejeter";
|
||||
$text['label-reject']['he-il'] = "לדחות";
|
||||
$text['label-reject']['it-it'] = "Rifiuta";
|
||||
@@ -61,6 +76,7 @@ $text['label-reject']['nl-nl'] = "";
|
||||
$text['label-reject']['pl-pl'] = "Odrzuć ";
|
||||
$text['label-reject']['pt-br'] = "Rejeitar";
|
||||
$text['label-reject']['pt-pt'] = "Rejeitar";
|
||||
$text['label-reject']['ro-ro'] = "";
|
||||
$text['label-reject']['ru-ru'] = "Отклонить";
|
||||
$text['label-reject']['sv-se'] = "Neka";
|
||||
$text['label-reject']['uk-ua'] = "Відхилити";
|
||||
@@ -68,8 +84,11 @@ $text['label-reject']['uk-ua'] = "Відхилити";
|
||||
$text['label-provide-number']['en-us'] = "Please provide: Number";
|
||||
$text['label-provide-number']['ar-eg'] = "من فضلك أدخل: الرقم";
|
||||
$text['label-provide-number']['de-at'] = "Bitte geben Sie die Nummer an";
|
||||
$text['label-provide-number']['de-ch'] = "";
|
||||
$text['label-provide-number']['de-de'] = "Bitte geben Sie die Nummer an";
|
||||
$text['label-provide-number']['es-cl'] = "Por favor agregue: Número";
|
||||
$text['label-provide-number']['es-mx'] = "";
|
||||
$text['label-provide-number']['fr-ca'] = "";
|
||||
$text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro";
|
||||
$text['label-provide-number']['he-il'] = "אנא הכנס מספר";
|
||||
$text['label-provide-number']['it-it'] = "Per favore indica: Numero";
|
||||
@@ -77,6 +96,7 @@ $text['label-provide-number']['nl-nl'] = "";
|
||||
$text['label-provide-number']['pl-pl'] = " Wprowadź numer";
|
||||
$text['label-provide-number']['pt-br'] = "Por favor indique: Número";
|
||||
$text['label-provide-number']['pt-pt'] = "Por favor indique: Número";
|
||||
$text['label-provide-number']['ro-ro'] = "";
|
||||
$text['label-provide-number']['ru-ru'] = "Введите номер";
|
||||
$text['label-provide-number']['sv-se'] = "Ange: Nummer";
|
||||
$text['label-provide-number']['uk-ua'] = "Введіть номер";
|
||||
@@ -84,8 +104,11 @@ $text['label-provide-number']['uk-ua'] = "Введіть номер";
|
||||
$text['label-provide-name']['en-us'] = "Please provide: Name";
|
||||
$text['label-provide-name']['ar-eg'] = "من فضلك أدخل: الأسم";
|
||||
$text['label-provide-name']['de-at'] = "Bitte geben Sie den Namen an";
|
||||
$text['label-provide-name']['de-ch'] = "";
|
||||
$text['label-provide-name']['de-de'] = "Bitte geben Sie den Namen an";
|
||||
$text['label-provide-name']['es-cl'] = "Por favor agregue: Nombre";
|
||||
$text['label-provide-name']['es-mx'] = "";
|
||||
$text['label-provide-name']['fr-ca'] = "";
|
||||
$text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
$text['label-provide-name']['he-il'] = "אנא הכנס שם";
|
||||
$text['label-provide-name']['it-it'] = "Per favore indica: Nome";
|
||||
@@ -93,6 +116,7 @@ $text['label-provide-name']['nl-nl'] = "";
|
||||
$text['label-provide-name']['pl-pl'] = " Wprowadź nazwę ";
|
||||
$text['label-provide-name']['pt-br'] = "Por favor indique: Nome";
|
||||
$text['label-provide-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['label-provide-name']['ro-ro'] = "";
|
||||
$text['label-provide-name']['ru-ru'] = "Пожалуйста, введите: Имя";
|
||||
$text['label-provide-name']['sv-se'] = "Ange: Namn";
|
||||
$text['label-provide-name']['uk-ua'] = "Введіть назву";
|
||||
@@ -100,8 +124,11 @@ $text['label-provide-name']['uk-ua'] = "Введіть назву";
|
||||
$text['label-provide-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['label-provide-enabled']['ar-eg'] = "";
|
||||
$text['label-provide-enabled']['de-at'] = "Bitte geben Sie folgendes an: Aktiv";
|
||||
$text['label-provide-enabled']['de-ch'] = "";
|
||||
$text['label-provide-enabled']['de-de'] = "Bitte geben Sie folgendes an: Aktiv";
|
||||
$text['label-provide-enabled']['es-cl'] = "Por favor agregue: Activo";
|
||||
$text['label-provide-enabled']['es-mx'] = "";
|
||||
$text['label-provide-enabled']['fr-ca'] = "";
|
||||
$text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
$text['label-provide-enabled']['he-il'] = "";
|
||||
$text['label-provide-enabled']['it-it'] = "Per favore indica: Abilitato";
|
||||
@@ -109,6 +136,7 @@ $text['label-provide-enabled']['nl-nl'] = "";
|
||||
$text['label-provide-enabled']['pl-pl'] = " Wprowadź: Włączony";
|
||||
$text['label-provide-enabled']['pt-br'] = "Por favor indique se está habilitado";
|
||||
$text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado";
|
||||
$text['label-provide-enabled']['ro-ro'] = "";
|
||||
$text['label-provide-enabled']['ru-ru'] = "Пожалуйста, введите: Включить";
|
||||
$text['label-provide-enabled']['sv-se'] = "Ange: Aktiverad";
|
||||
$text['label-provide-enabled']['uk-ua'] = "Включити/відключити";
|
||||
@@ -116,8 +144,11 @@ $text['label-provide-enabled']['uk-ua'] = "Включити/відключити
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "رقم";
|
||||
$text['label-number']['de-at'] = "Nummer";
|
||||
$text['label-number']['de-ch'] = "";
|
||||
$text['label-number']['de-de'] = "Nummer";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['es-mx'] = "";
|
||||
$text['label-number']['fr-ca'] = "";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-number']['he-il'] = "מספר";
|
||||
$text['label-number']['it-it'] = "Numero";
|
||||
@@ -125,6 +156,7 @@ $text['label-number']['nl-nl'] = "";
|
||||
$text['label-number']['pl-pl'] = "Numer";
|
||||
$text['label-number']['pt-br'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['ro-ro'] = "Număr";
|
||||
$text['label-number']['ru-ru'] = "Номер";
|
||||
$text['label-number']['sv-se'] = "Nummer";
|
||||
$text['label-number']['uk-ua'] = "Номер";
|
||||
@@ -132,8 +164,11 @@ $text['label-number']['uk-ua'] = "Номер";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "رسالة";
|
||||
$text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "הודעה";
|
||||
$text['label-message']['it-it'] = "Messaggio";
|
||||
@@ -141,6 +176,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['ro-ro'] = "Mesaj";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
@@ -148,8 +184,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-local']['en-us'] = "Local";
|
||||
$text['label-local']['ar-eg'] = "محلي";
|
||||
$text['label-local']['de-at'] = "Lokal";
|
||||
$text['label-local']['de-ch'] = "";
|
||||
$text['label-local']['de-de'] = "Lokal";
|
||||
$text['label-local']['es-cl'] = "Local";
|
||||
$text['label-local']['es-mx'] = "";
|
||||
$text['label-local']['fr-ca'] = "";
|
||||
$text['label-local']['fr-fr'] = "Local";
|
||||
$text['label-local']['he-il'] = "מקומי";
|
||||
$text['label-local']['it-it'] = "Locale";
|
||||
@@ -157,6 +196,7 @@ $text['label-local']['nl-nl'] = "";
|
||||
$text['label-local']['pl-pl'] = "Lokalny";
|
||||
$text['label-local']['pt-br'] = "Local";
|
||||
$text['label-local']['pt-pt'] = "Local";
|
||||
$text['label-local']['ro-ro'] = "Local";
|
||||
$text['label-local']['ru-ru'] = "Локальный";
|
||||
$text['label-local']['sv-se'] = "Lokal";
|
||||
$text['label-local']['uk-ua'] = "Місцевий";
|
||||
@@ -164,8 +204,11 @@ $text['label-local']['uk-ua'] = "Місцевий";
|
||||
$text['label-inbound']['en-us'] = "Inbound";
|
||||
$text['label-inbound']['ar-eg'] = "";
|
||||
$text['label-inbound']['de-at'] = "Eingehend";
|
||||
$text['label-inbound']['de-ch'] = "";
|
||||
$text['label-inbound']['de-de'] = "Eingehend";
|
||||
$text['label-inbound']['es-cl'] = "Entrada";
|
||||
$text['label-inbound']['es-mx'] = "";
|
||||
$text['label-inbound']['fr-ca'] = "";
|
||||
$text['label-inbound']['fr-fr'] = "Entrant";
|
||||
$text['label-inbound']['he-il'] = "";
|
||||
$text['label-inbound']['it-it'] = "In Ingresso";
|
||||
@@ -173,6 +216,7 @@ $text['label-inbound']['nl-nl'] = "";
|
||||
$text['label-inbound']['pl-pl'] = "Przychodzący";
|
||||
$text['label-inbound']['pt-br'] = "Entrada";
|
||||
$text['label-inbound']['pt-pt'] = "Entrada";
|
||||
$text['label-inbound']['ro-ro'] = "";
|
||||
$text['label-inbound']['ru-ru'] = "Входящий";
|
||||
$text['label-inbound']['sv-se'] = "Inkommande";
|
||||
$text['label-inbound']['uk-ua'] = "Вихідний";
|
||||
@@ -180,8 +224,11 @@ $text['label-inbound']['uk-ua'] = "Вихідний";
|
||||
$text['label-edit-note']['en-us'] = "Block calls from a number. Edit the name and enable/disable below.";
|
||||
$text['label-edit-note']['ar-eg'] = "";
|
||||
$text['label-edit-note']['de-at'] = "Anrufe von einer Rufnummer sperren. Bearbeiten Sie den Namen und aktivieren/deaktivieren Sie diesen unten.";
|
||||
$text['label-edit-note']['de-ch'] = "";
|
||||
$text['label-edit-note']['de-de'] = "Anrufe von einer Rufnummer sperren. Bearbeiten Sie den Namen und aktivieren/deaktivieren Sie diesen unten.";
|
||||
$text['label-edit-note']['es-cl'] = "Bloquea llamadas desde un número. Edite el nombre y active/desactive abajo.";
|
||||
$text['label-edit-note']['es-mx'] = "";
|
||||
$text['label-edit-note']['fr-ca'] = "";
|
||||
$text['label-edit-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous.";
|
||||
$text['label-edit-note']['he-il'] = "";
|
||||
$text['label-edit-note']['it-it'] = "Blocca la chiamata da un numero. Modifica il nome e abilita o disabilita.";
|
||||
@@ -189,6 +236,7 @@ $text['label-edit-note']['nl-nl'] = "";
|
||||
$text['label-edit-note']['pl-pl'] = "Blokowanie połączeń z danego numeru. Edytuj nazwę i włącz/wyłącz poniżej.";
|
||||
$text['label-edit-note']['pt-br'] = "Bloquear chamadas a partir de um número. Edite o nome e ative ou desative";
|
||||
$text['label-edit-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Edite o nome e active/desactive.";
|
||||
$text['label-edit-note']['ro-ro'] = "Blocați apelurile de la un număr. Editați numele și activați/dezactivați mai jos.";
|
||||
$text['label-edit-note']['ru-ru'] = "Блокировать вызовы от номера. Отредактируйте имя и включено/выключено ниже.";
|
||||
$text['label-edit-note']['sv-se'] = "Blockera samtal från nummer. Editera namn och Aktiv/Inaktiv nedan.";
|
||||
$text['label-edit-note']['uk-ua'] = "Блокувати дзвінки з номера. Змініть ім'я і включіть/відключіть нижче.";
|
||||
@@ -196,8 +244,11 @@ $text['label-edit-note']['uk-ua'] = "Блокувати дзвінки з ном
|
||||
$text['label-edit-edit']['en-us'] = "Call Block";
|
||||
$text['label-edit-edit']['ar-eg'] = "";
|
||||
$text['label-edit-edit']['de-at'] = "Sperrlisten";
|
||||
$text['label-edit-edit']['de-ch'] = "";
|
||||
$text['label-edit-edit']['de-de'] = "Sperrlisten";
|
||||
$text['label-edit-edit']['es-cl'] = "Bloqueo de llamada";
|
||||
$text['label-edit-edit']['es-mx'] = "";
|
||||
$text['label-edit-edit']['fr-ca'] = "";
|
||||
$text['label-edit-edit']['fr-fr'] = "Liste noire";
|
||||
$text['label-edit-edit']['he-il'] = "חסימת שיחה";
|
||||
$text['label-edit-edit']['it-it'] = "Blocco Chiamate";
|
||||
@@ -205,6 +256,7 @@ $text['label-edit-edit']['nl-nl'] = "";
|
||||
$text['label-edit-edit']['pl-pl'] = "Blokowanie rozmów";
|
||||
$text['label-edit-edit']['pt-br'] = "Bloqueio de chamadas";
|
||||
$text['label-edit-edit']['pt-pt'] = "Bloqueio de Chamadas";
|
||||
$text['label-edit-edit']['ro-ro'] = "Blocare apel";
|
||||
$text['label-edit-edit']['ru-ru'] = "Черный список";
|
||||
$text['label-edit-edit']['sv-se'] = "Blockera Samtal";
|
||||
$text['label-edit-edit']['uk-ua'] = "Блокування дзвінків";
|
||||
@@ -212,8 +264,11 @@ $text['label-edit-edit']['uk-ua'] = "Блокування дзвінків";
|
||||
$text['label-edit-add-recent']['en-us'] = "Recent Calls";
|
||||
$text['label-edit-add-recent']['ar-eg'] = "";
|
||||
$text['label-edit-add-recent']['de-at'] = "Kürzliche Anrufe";
|
||||
$text['label-edit-add-recent']['de-ch'] = "";
|
||||
$text['label-edit-add-recent']['de-de'] = "Kürzliche Anrufe";
|
||||
$text['label-edit-add-recent']['es-cl'] = "Llamadas Recientes";
|
||||
$text['label-edit-add-recent']['es-mx'] = "";
|
||||
$text['label-edit-add-recent']['fr-ca'] = "";
|
||||
$text['label-edit-add-recent']['fr-fr'] = "Appels Récents";
|
||||
$text['label-edit-add-recent']['he-il'] = "שיחות אחרונות";
|
||||
$text['label-edit-add-recent']['it-it'] = "Chiamate Recenti";
|
||||
@@ -221,6 +276,7 @@ $text['label-edit-add-recent']['nl-nl'] = "";
|
||||
$text['label-edit-add-recent']['pl-pl'] = "Ostatnie rozmowy";
|
||||
$text['label-edit-add-recent']['pt-br'] = "Chamadas recentes";
|
||||
$text['label-edit-add-recent']['pt-pt'] = "Chamadas Recentes";
|
||||
$text['label-edit-add-recent']['ro-ro'] = "Apeluri recente";
|
||||
$text['label-edit-add-recent']['ru-ru'] = "Недавние вызовы";
|
||||
$text['label-edit-add-recent']['sv-se'] = "Senaste Samtal";
|
||||
$text['label-edit-add-recent']['uk-ua'] = "Останні дзвінки";
|
||||
@@ -228,8 +284,11 @@ $text['label-edit-add-recent']['uk-ua'] = "Останні дзвінки";
|
||||
$text['label-edit-add']['en-us'] = "Call Block";
|
||||
$text['label-edit-add']['ar-eg'] = "حظر المكالمات";
|
||||
$text['label-edit-add']['de-at'] = "Sperrlisten";
|
||||
$text['label-edit-add']['de-ch'] = "";
|
||||
$text['label-edit-add']['de-de'] = "Sperrlisten";
|
||||
$text['label-edit-add']['es-cl'] = "Agregar bloqueo de llamada";
|
||||
$text['label-edit-add']['es-mx'] = "";
|
||||
$text['label-edit-add']['fr-ca'] = "";
|
||||
$text['label-edit-add']['fr-fr'] = "Ajouter bloquage d'appel";
|
||||
$text['label-edit-add']['he-il'] = "חסימת שיחה";
|
||||
$text['label-edit-add']['it-it'] = "Blocco Chiamate";
|
||||
@@ -237,6 +296,7 @@ $text['label-edit-add']['nl-nl'] = "";
|
||||
$text['label-edit-add']['pl-pl'] = "Blokowaie rozmów";
|
||||
$text['label-edit-add']['pt-br'] = "Adicionar bloqueio de chamadas";
|
||||
$text['label-edit-add']['pt-pt'] = "Adicionar Bloqueio de Chamadas";
|
||||
$text['label-edit-add']['ro-ro'] = "Blocare apel";
|
||||
$text['label-edit-add']['ru-ru'] = "Черный список";
|
||||
$text['label-edit-add']['sv-se'] = "Blockera Samtal";
|
||||
$text['label-edit-add']['uk-ua'] = "Блокування дзвінків";
|
||||
@@ -244,8 +304,11 @@ $text['label-edit-add']['uk-ua'] = "Блокування дзвінків";
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['ar-eg'] = "المدة";
|
||||
$text['label-duration']['de-at'] = "Dauer";
|
||||
$text['label-duration']['de-ch'] = "";
|
||||
$text['label-duration']['de-de'] = "Dauer";
|
||||
$text['label-duration']['es-cl'] = "Duración";
|
||||
$text['label-duration']['es-mx'] = "";
|
||||
$text['label-duration']['fr-ca'] = "";
|
||||
$text['label-duration']['fr-fr'] = "Durée";
|
||||
$text['label-duration']['he-il'] = "משך השיחה";
|
||||
$text['label-duration']['it-it'] = "Durata";
|
||||
@@ -253,6 +316,7 @@ $text['label-duration']['nl-nl'] = "";
|
||||
$text['label-duration']['pl-pl'] = "Czas trwania";
|
||||
$text['label-duration']['pt-br'] = "Duração";
|
||||
$text['label-duration']['pt-pt'] = "Duração";
|
||||
$text['label-duration']['ro-ro'] = "Durată";
|
||||
$text['label-duration']['ru-ru'] = "Длительность";
|
||||
$text['label-duration']['sv-se'] = "Samtalstid";
|
||||
$text['label-duration']['uk-ua'] = "Тривалість";
|
||||
@@ -260,8 +324,11 @@ $text['label-duration']['uk-ua'] = "Тривалість";
|
||||
$text['label-delete-complete']['en-us'] = "Delete Complete";
|
||||
$text['label-delete-complete']['ar-eg'] = "اكتمال المسح";
|
||||
$text['label-delete-complete']['de-at'] = "Erfolgreich gelöscht";
|
||||
$text['label-delete-complete']['de-ch'] = "";
|
||||
$text['label-delete-complete']['de-de'] = "Erfolgreich gelöscht";
|
||||
$text['label-delete-complete']['es-cl'] = "Eliminar Completo";
|
||||
$text['label-delete-complete']['es-mx'] = "";
|
||||
$text['label-delete-complete']['fr-ca'] = "";
|
||||
$text['label-delete-complete']['fr-fr'] = "Supprimé";
|
||||
$text['label-delete-complete']['he-il'] = "המחיקה הושלמה";
|
||||
$text['label-delete-complete']['it-it'] = "Eliminazione Completata";
|
||||
@@ -269,6 +336,7 @@ $text['label-delete-complete']['nl-nl'] = "";
|
||||
$text['label-delete-complete']['pl-pl'] = "Usunięto poprawnie";
|
||||
$text['label-delete-complete']['pt-br'] = "Remoção efetuada";
|
||||
$text['label-delete-complete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['label-delete-complete']['ro-ro'] = "Ștergere completă";
|
||||
$text['label-delete-complete']['ru-ru'] = "Удаление завершено";
|
||||
$text['label-delete-complete']['sv-se'] = "Borttagning Klar";
|
||||
$text['label-delete-complete']['uk-ua'] = "Видалено";
|
||||
@@ -276,8 +344,11 @@ $text['label-delete-complete']['uk-ua'] = "Видалено";
|
||||
$text['label-date-added']['en-us'] = "Date Added";
|
||||
$text['label-date-added']['ar-eg'] = "تم اضافة التاريخ";
|
||||
$text['label-date-added']['de-at'] = "Datum hinzugefügt";
|
||||
$text['label-date-added']['de-ch'] = "";
|
||||
$text['label-date-added']['de-de'] = "Datum hinzugefügt";
|
||||
$text['label-date-added']['es-cl'] = "Fecha de ingreso";
|
||||
$text['label-date-added']['es-mx'] = "";
|
||||
$text['label-date-added']['fr-ca'] = "";
|
||||
$text['label-date-added']['fr-fr'] = "Date d'ajout";
|
||||
$text['label-date-added']['he-il'] = "התאריך נוסף";
|
||||
$text['label-date-added']['it-it'] = "Data Aggiunta";
|
||||
@@ -285,6 +356,7 @@ $text['label-date-added']['nl-nl'] = "";
|
||||
$text['label-date-added']['pl-pl'] = "Dodano datę";
|
||||
$text['label-date-added']['pt-br'] = "Data adicionada";
|
||||
$text['label-date-added']['pt-pt'] = "Data adicionada";
|
||||
$text['label-date-added']['ro-ro'] = "Data adăugării";
|
||||
$text['label-date-added']['ru-ru'] = "Дата добавления";
|
||||
$text['label-date-added']['sv-se'] = "Datum Tillagt";
|
||||
$text['label-date-added']['uk-ua'] = "Додано";
|
||||
@@ -292,8 +364,11 @@ $text['label-date-added']['uk-ua'] = "Додано";
|
||||
$text['label-count']['en-us'] = "Count";
|
||||
$text['label-count']['ar-eg'] = "";
|
||||
$text['label-count']['de-at'] = "Zähler";
|
||||
$text['label-count']['de-ch'] = "";
|
||||
$text['label-count']['de-de'] = "Zähler";
|
||||
$text['label-count']['es-cl'] = "Conteo";
|
||||
$text['label-count']['es-mx'] = "";
|
||||
$text['label-count']['fr-ca'] = "";
|
||||
$text['label-count']['fr-fr'] = "Nombre d'appels";
|
||||
$text['label-count']['he-il'] = "";
|
||||
$text['label-count']['it-it'] = "Conteggio";
|
||||
@@ -301,6 +376,7 @@ $text['label-count']['nl-nl'] = "";
|
||||
$text['label-count']['pl-pl'] = "Wyliczenie";
|
||||
$text['label-count']['pt-br'] = "Contagem";
|
||||
$text['label-count']['pt-pt'] = "Contagem";
|
||||
$text['label-count']['ro-ro'] = "";
|
||||
$text['label-count']['ru-ru'] = "Количество";
|
||||
$text['label-count']['sv-se'] = "Räkna";
|
||||
$text['label-count']['uk-ua'] = "Кількість";
|
||||
@@ -308,8 +384,11 @@ $text['label-count']['uk-ua'] = "Кількість";
|
||||
$text['label-called-on']['en-us'] = "Called on";
|
||||
$text['label-called-on']['ar-eg'] = "تم الأتصال علي";
|
||||
$text['label-called-on']['de-at'] = "Anruf am";
|
||||
$text['label-called-on']['de-ch'] = "";
|
||||
$text['label-called-on']['de-de'] = "Anruf am";
|
||||
$text['label-called-on']['es-cl'] = "Llamó en";
|
||||
$text['label-called-on']['es-mx'] = "";
|
||||
$text['label-called-on']['fr-ca'] = "";
|
||||
$text['label-called-on']['fr-fr'] = "Appelé sur";
|
||||
$text['label-called-on']['he-il'] = "";
|
||||
$text['label-called-on']['it-it'] = "Chiamato su";
|
||||
@@ -317,6 +396,7 @@ $text['label-called-on']['nl-nl'] = "";
|
||||
$text['label-called-on']['pl-pl'] = "Zadzwoniono na";
|
||||
$text['label-called-on']['pt-br'] = "Chamada em ";
|
||||
$text['label-called-on']['pt-pt'] = "Chamado em";
|
||||
$text['label-called-on']['ro-ro'] = "Sunat pe";
|
||||
$text['label-called-on']['ru-ru'] = "Направление";
|
||||
$text['label-called-on']['sv-se'] = "Ringdes på";
|
||||
$text['label-called-on']['uk-ua'] = "Дзвінок здійснено";
|
||||
@@ -324,8 +404,11 @@ $text['label-called-on']['uk-ua'] = "Дзвінок здійснено";
|
||||
$text['label-busy']['en-us'] = "Busy";
|
||||
$text['label-busy']['ar-eg'] = "مشغول";
|
||||
$text['label-busy']['de-at'] = "Besetzt";
|
||||
$text['label-busy']['de-ch'] = "";
|
||||
$text['label-busy']['de-de'] = "Besetzt";
|
||||
$text['label-busy']['es-cl'] = "Ocupado";
|
||||
$text['label-busy']['es-mx'] = "";
|
||||
$text['label-busy']['fr-ca'] = "";
|
||||
$text['label-busy']['fr-fr'] = "Occupé";
|
||||
$text['label-busy']['he-il'] = "תפוס";
|
||||
$text['label-busy']['it-it'] = "Occupato";
|
||||
@@ -333,6 +416,7 @@ $text['label-busy']['nl-nl'] = "";
|
||||
$text['label-busy']['pl-pl'] = "Zajęty";
|
||||
$text['label-busy']['pt-br'] = "Ocupado";
|
||||
$text['label-busy']['pt-pt'] = "Ocupado";
|
||||
$text['label-busy']['ro-ro'] = "Ocupat";
|
||||
$text['label-busy']['ru-ru'] = "Занято";
|
||||
$text['label-busy']['sv-se'] = "Upptagen";
|
||||
$text['label-busy']['uk-ua'] = "Зайнято";
|
||||
@@ -340,8 +424,11 @@ $text['label-busy']['uk-ua'] = "Зайнято";
|
||||
$text['label-hold']['en-us'] = "Hold";
|
||||
$text['label-hold']['ar-eg'] = "";
|
||||
$text['label-hold']['de-at'] = "Halten";
|
||||
$text['label-hold']['de-ch'] = "";
|
||||
$text['label-hold']['de-de'] = "Halten";
|
||||
$text['label-hold']['es-cl'] = "";
|
||||
$text['label-hold']['es-mx'] = "";
|
||||
$text['label-hold']['fr-ca'] = "";
|
||||
$text['label-hold']['fr-fr'] = "";
|
||||
$text['label-hold']['he-il'] = "";
|
||||
$text['label-hold']['it-it'] = "Attesa";
|
||||
@@ -349,6 +436,7 @@ $text['label-hold']['nl-nl'] = "";
|
||||
$text['label-hold']['pl-pl'] = "";
|
||||
$text['label-hold']['pt-br'] = "Espera";
|
||||
$text['label-hold']['pt-pt'] = "";
|
||||
$text['label-hold']['ro-ro'] = "";
|
||||
$text['label-hold']['ru-ru'] = "Удержание";
|
||||
$text['label-hold']['sv-se'] = "Vänt";
|
||||
$text['label-hold']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['label-hold']['uk-ua'] = "";
|
||||
$text['label-voicemail']['en-us'] = "Voicemail";
|
||||
$text['label-voicemail']['ar-eg'] = "";
|
||||
$text['label-voicemail']['de-at'] = "Mailbox";
|
||||
$text['label-voicemail']['de-ch'] = "";
|
||||
$text['label-voicemail']['de-de'] = "Mailbox";
|
||||
$text['label-voicemail']['es-cl'] = "Correo de Voz";
|
||||
$text['label-voicemail']['es-mx'] = "";
|
||||
$text['label-voicemail']['fr-ca'] = "";
|
||||
$text['label-voicemail']['fr-fr'] = "Messagerie Vocale";
|
||||
$text['label-voicemail']['he-il'] = "תא קולי";
|
||||
$text['label-voicemail']['it-it'] = "Casella Vocale";
|
||||
@@ -365,6 +456,7 @@ $text['label-voicemail']['nl-nl'] = "";
|
||||
$text['label-voicemail']['pl-pl'] = "Poczta głosowa";
|
||||
$text['label-voicemail']['pt-br'] = "Correio de voz";
|
||||
$text['label-voicemail']['pt-pt'] = "Correio de Voz";
|
||||
$text['label-voicemail']['ro-ro'] = "";
|
||||
$text['label-voicemail']['ru-ru'] = "Голосовая почта";
|
||||
$text['label-voicemail']['sv-se'] = "Röstbrevlåda";
|
||||
$text['label-voicemail']['uk-ua'] = "Голосова пошта";
|
||||
@@ -372,8 +464,11 @@ $text['label-voicemail']['uk-ua'] = "Голосова пошта";
|
||||
$text['label-add-note']['en-us'] = "Block calls from a number. Either select a number from the list above or enter the number, name and enable below.";
|
||||
$text['label-add-note']['ar-eg'] = "";
|
||||
$text['label-add-note']['de-at'] = "Anrufe einer Rufnummer sperren. Wählen Sie eine Nummer von der Liste oder geben Sie eine Nummer und einen Name ein. Aktivieren Sie die Sperrliste unten.";
|
||||
$text['label-add-note']['de-ch'] = "";
|
||||
$text['label-add-note']['de-de'] = "Anrufe einer Rufnummer sperren. Wählen Sie eine Nummer von der Liste oder geben Sie eine Nummer und einen Name ein. Aktivieren Sie die Sperrliste unten.";
|
||||
$text['label-add-note']['es-cl'] = "Bloquea llamadas desde un número. Puede elegir un número de la lista de arriba o ingresar el nú, nombre y activarlo abajo.";
|
||||
$text['label-add-note']['es-mx'] = "";
|
||||
$text['label-add-note']['fr-ca'] = "";
|
||||
$text['label-add-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Choisissez un numéro dans liste ou entrez un numéro, nom et activer le.";
|
||||
$text['label-add-note']['he-il'] = "";
|
||||
$text['label-add-note']['it-it'] = "Blocca le chiamate da un numero. Seleziona un numero dalla lista sopra o inserisci un numero, nome e abilita o disabilita il blocco.";
|
||||
@@ -381,6 +476,7 @@ $text['label-add-note']['nl-nl'] = "";
|
||||
$text['label-add-note']['pl-pl'] = "Blokowanie połączeń z danego numeru. Wybierz numer z powyższej listy j lub wpisz numer, nazwę i załącz poniżej.";
|
||||
$text['label-add-note']['pt-br'] = "Bloquear chamadas a partir de um número. Selecione um número a partir da lista indicada ou insira um número e um nome em seguida ative";
|
||||
$text['label-add-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Seleccione um número a partir da lista indicada ou introduza um número, nome e active.";
|
||||
$text['label-add-note']['ro-ro'] = "";
|
||||
$text['label-add-note']['ru-ru'] = "Блокировка вызовов от номера. Выберите номер из списка выше либо введите его самостоятельно, имя и включите ниже.";
|
||||
$text['label-add-note']['sv-se'] = "Blockera samtal från ett nummer. Välj antingen ett nummer från listan ovan eller fyll i nummer, namn och aktivera nedan.";
|
||||
$text['label-add-note']['uk-ua'] = "Блокувати дзвінки з номера. Або вибрати номер зі списку вище або введіть номер, ім'я і включити нижче.";
|
||||
@@ -388,8 +484,11 @@ $text['label-add-note']['uk-ua'] = "Блокувати дзвінки з ном
|
||||
$text['label-add-complete']['en-us'] = "Add Complete";
|
||||
$text['label-add-complete']['ar-eg'] = "تمت الأضافة";
|
||||
$text['label-add-complete']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['label-add-complete']['de-ch'] = "";
|
||||
$text['label-add-complete']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['label-add-complete']['es-cl'] = "Agregar Completo";
|
||||
$text['label-add-complete']['es-mx'] = "";
|
||||
$text['label-add-complete']['fr-ca'] = "";
|
||||
$text['label-add-complete']['fr-fr'] = "Ajouté";
|
||||
$text['label-add-complete']['he-il'] = "הוספה הושלמה";
|
||||
$text['label-add-complete']['it-it'] = "Inserimento Completato";
|
||||
@@ -397,6 +496,7 @@ $text['label-add-complete']['nl-nl'] = "";
|
||||
$text['label-add-complete']['pl-pl'] = "Dodano poprawnie";
|
||||
$text['label-add-complete']['pt-br'] = "Criação efetuada ";
|
||||
$text['label-add-complete']['pt-pt'] = "Adição Efectuada";
|
||||
$text['label-add-complete']['ro-ro'] = "Adăugare completă";
|
||||
$text['label-add-complete']['ru-ru'] = "Добавление завершено";
|
||||
$text['label-add-complete']['sv-se'] = "Tillagd";
|
||||
$text['label-add-complete']['uk-ua'] = "Додано";
|
||||
@@ -404,8 +504,11 @@ $text['label-add-complete']['uk-ua'] = "Додано";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion";
|
||||
$text['label-action']['de-ch'] = "";
|
||||
$text['label-action']['de-de'] = "Aktion";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['es-mx'] = "";
|
||||
$text['label-action']['fr-ca'] = "";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['he-il'] = "פעולה";
|
||||
$text['label-action']['it-it'] = "Azione";
|
||||
@@ -413,6 +516,7 @@ $text['label-action']['nl-nl'] = "";
|
||||
$text['label-action']['pl-pl'] = "Operacja";
|
||||
$text['label-action']['pt-br'] = "Ação";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['ro-ro'] = "Acțiune";
|
||||
$text['label-action']['ru-ru'] = "Действие";
|
||||
$text['label-action']['sv-se'] = "Åtgärd";
|
||||
$text['label-action']['uk-ua'] = "Дія";
|
||||
@@ -420,8 +524,11 @@ $text['label-action']['uk-ua'] = "Дія";
|
||||
$text['description-number']['en-us'] = "Enter the exact number.";
|
||||
$text['description-number']['ar-eg'] = "";
|
||||
$text['description-number']['de-at'] = "Geben Sie die genaue Nummer an.";
|
||||
$text['description-number']['de-ch'] = "";
|
||||
$text['description-number']['de-de'] = "Geben Sie die genaue Nummer an.";
|
||||
$text['description-number']['es-cl'] = "Ingrese el nú exacto.";
|
||||
$text['description-number']['es-mx'] = "";
|
||||
$text['description-number']['fr-ca'] = "";
|
||||
$text['description-number']['fr-fr'] = "Entrer le numéro exact.";
|
||||
$text['description-number']['he-il'] = "הכנס את המספר המבוקש";
|
||||
$text['description-number']['it-it'] = "Inserisci il numero esatto.";
|
||||
@@ -429,6 +536,7 @@ $text['description-number']['nl-nl'] = "";
|
||||
$text['description-number']['pl-pl'] = "Wprowadź dokładny numer.";
|
||||
$text['description-number']['pt-br'] = "Insira o número exato.";
|
||||
$text['description-number']['pt-pt'] = "Introduza o número exacto.";
|
||||
$text['description-number']['ro-ro'] = "Introduceți numărul exact";
|
||||
$text['description-number']['ru-ru'] = "Введите точный номер.";
|
||||
$text['description-number']['sv-se'] = "Ange det exakta numret";
|
||||
$text['description-number']['uk-ua'] = "Введіть точний номер";
|
||||
@@ -436,8 +544,11 @@ $text['description-number']['uk-ua'] = "Введіть точний номер";
|
||||
$text['description-name']['en-us'] = "Enter the name.";
|
||||
$text['description-name']['ar-eg'] = "أدخل الأسم";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen an";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen an";
|
||||
$text['description-name']['es-cl'] = "Introduzca el nombre.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Entrez le nom.";
|
||||
$text['description-name']['he-il'] = "הכנס את השם";
|
||||
$text['description-name']['it-it'] = "Inserisci il Nome.";
|
||||
@@ -445,6 +556,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['pt-br'] = "Insira o nome.";
|
||||
$text['description-name']['pt-pt'] = "Digite o nome.";
|
||||
$text['description-name']['ro-ro'] = "Introduceți numele";
|
||||
$text['description-name']['ru-ru'] = "Введите имя.";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
@@ -452,8 +564,11 @@ $text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
$text['description-enable']['en-us'] = "Set to true to enable call blocking for this number.";
|
||||
$text['description-enable']['ar-eg'] = "";
|
||||
$text['description-enable']['de-at'] = "Setzen Sie auf An, um die Sperrung für diese Nummer zu aktivieren.";
|
||||
$text['description-enable']['de-ch'] = "";
|
||||
$text['description-enable']['de-de'] = "Setzen Sie auf An, um die Sperrung für diese Nummer zu aktivieren.";
|
||||
$text['description-enable']['es-cl'] = "Seleccione verdadero para activar el bloqueo de llamadas desde este número.";
|
||||
$text['description-enable']['es-mx'] = "";
|
||||
$text['description-enable']['fr-ca'] = "";
|
||||
$text['description-enable']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel.";
|
||||
$text['description-enable']['he-il'] = "";
|
||||
$text['description-enable']['it-it'] = "Seleziona vero per abilitare il blocco delle chiamate da questo numero.";
|
||||
@@ -461,6 +576,7 @@ $text['description-enable']['nl-nl'] = "";
|
||||
$text['description-enable']['pl-pl'] = "Ustaw wartość na TAK, aby umożliwić blokowanie tego numeru ";
|
||||
$text['description-enable']['pt-br'] = "Escolha 'sim' para ativar o bloqueio de chamadas para este número.";
|
||||
$text['description-enable']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número.";
|
||||
$text['description-enable']['ro-ro'] = "";
|
||||
$text['description-enable']['ru-ru'] = "Выберите 'Да', чтобы блокировать вызовы с данного номера.";
|
||||
$text['description-enable']['sv-se'] = "Välj Sann för att blockera detta nummer.";
|
||||
$text['description-enable']['uk-ua'] = "Виберіть 'Так', щоб блокувати дзвінки з даного номера.";
|
||||
@@ -468,8 +584,11 @@ $text['description-enable']['uk-ua'] = "Виберіть 'Так', щоб бло
|
||||
$text['description-call-block']['en-us'] = "A list of numbers from which to block calls.";
|
||||
$text['description-call-block']['ar-eg'] = "";
|
||||
$text['description-call-block']['de-at'] = "Eine Liste von Nummern die gesperrt werden sollen.";
|
||||
$text['description-call-block']['de-ch'] = "";
|
||||
$text['description-call-block']['de-de'] = "Eine Liste von Nummern die gesperrt werden sollen.";
|
||||
$text['description-call-block']['es-cl'] = "Un listado de números desde los cuales se bloquean las llamadas";
|
||||
$text['description-call-block']['es-mx'] = "";
|
||||
$text['description-call-block']['fr-ca'] = "";
|
||||
$text['description-call-block']['fr-fr'] = "Une liste de numéro dont on veut bloquer les appels";
|
||||
$text['description-call-block']['he-il'] = "";
|
||||
$text['description-call-block']['it-it'] = "Una lista di numeri le cui chiamate sono bloccate.";
|
||||
@@ -477,6 +596,7 @@ $text['description-call-block']['nl-nl'] = "";
|
||||
$text['description-call-block']['pl-pl'] = "Lista numerów, z których rozmowy są blokowane.";
|
||||
$text['description-call-block']['pt-br'] = "Uma lista de números que deseja bloquear as chamadas";
|
||||
$text['description-call-block']['pt-pt'] = "Uma lista de números que deseje bloquear as chamadas";
|
||||
$text['description-call-block']['ro-ro'] = "";
|
||||
$text['description-call-block']['ru-ru'] = "Список номеров, с которых блокируются вызовы.";
|
||||
$text['description-call-block']['sv-se'] = "En lista med nummer för blockering av samtal.";
|
||||
$text['description-call-block']['uk-ua'] = "Список номерів, з яких блокуються дзвінки.";
|
||||
@@ -484,8 +604,11 @@ $text['description-call-block']['uk-ua'] = "Список номерів, з як
|
||||
$text['description-action']['en-us'] = "Set an action for calls from this number.";
|
||||
$text['description-action']['ar-eg'] = "";
|
||||
$text['description-action']['de-at'] = "Wählen Sie eine Aktion für Anrufe von dieser Nummer.";
|
||||
$text['description-action']['de-ch'] = "";
|
||||
$text['description-action']['de-de'] = "Wählen Sie eine Aktion für Anrufe von dieser Nummer.";
|
||||
$text['description-action']['es-cl'] = "Configurar una acción para llamadas desde este número.";
|
||||
$text['description-action']['es-mx'] = "";
|
||||
$text['description-action']['fr-ca'] = "";
|
||||
$text['description-action']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro.";
|
||||
$text['description-action']['he-il'] = "";
|
||||
$text['description-action']['it-it'] = "Imposta un'azione per questo numero.";
|
||||
@@ -493,8 +616,9 @@ $text['description-action']['nl-nl'] = "";
|
||||
$text['description-action']['pl-pl'] = "Ustaw co zrobić w przypadku polaczeń z tego numeru.";
|
||||
$text['description-action']['pt-br'] = "Escolha uma ação para chamadas reailzadas por este número.";
|
||||
$text['description-action']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número.";
|
||||
$text['description-action']['ro-ro'] = "";
|
||||
$text['description-action']['ru-ru'] = "Установите действие для вызовов с данного номера.";
|
||||
$text['description-action']['sv-se'] = "Välj en aktion för samtal från detta nummer.";
|
||||
$text['description-action']['uk-ua'] = "Встановіть дію для дзвінків з цього номера.";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title']['en-us'] = "Call Broadcasts";
|
||||
$text['title']['ar-eg'] = "";
|
||||
$text['title']['de-at'] = "Rundrufe";
|
||||
$text['title']['de-ch'] = "";
|
||||
$text['title']['de-de'] = "Rundrufe";
|
||||
$text['title']['es-cl'] = "Llamada Masiva (Broadcast)";
|
||||
$text['title']['es-mx'] = "";
|
||||
$text['title']['fr-ca'] = "";
|
||||
$text['title']['fr-fr'] = "Campagne d'appels";
|
||||
$text['title']['he-il'] = "הגדרת חשבון";
|
||||
$text['title']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title']['nl-nl'] = "";
|
||||
$text['title']['pl-pl'] = "Rozsyłanie rozmów";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pt-pt'] = "Chamadas de Broadcast";
|
||||
$text['title']['ro-ro'] = "";
|
||||
$text['title']['ru-ru'] = "Массовые вызовы";
|
||||
$text['title']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['title']['uk-ua'] = "Трансляція дзвінків";
|
||||
@@ -20,8 +24,11 @@ $text['title']['uk-ua'] = "Трансляція дзвінків";
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['ar-eg'] = "";
|
||||
$text['option-true']['de-at'] = "Ein";
|
||||
$text['option-true']['de-ch'] = "";
|
||||
$text['option-true']['de-de'] = "Ein";
|
||||
$text['option-true']['es-cl'] = "Verdadero";
|
||||
$text['option-true']['es-mx'] = "";
|
||||
$text['option-true']['fr-ca'] = "";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-true']['he-il'] = "חוקי";
|
||||
$text['option-true']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['option-true']['nl-nl'] = "";
|
||||
$text['option-true']['pl-pl'] = "Tak";
|
||||
$text['option-true']['pt-br'] = "Sim";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['ro-ro'] = "";
|
||||
$text['option-true']['ru-ru'] = "Да";
|
||||
$text['option-true']['sv-se'] = "Sann";
|
||||
$text['option-true']['uk-ua'] = "Так";
|
||||
@@ -36,8 +44,11 @@ $text['option-true']['uk-ua'] = "Так";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['ar-eg'] = "";
|
||||
$text['option-false']['de-at'] = "Aus";
|
||||
$text['option-false']['de-ch'] = "";
|
||||
$text['option-false']['de-de'] = "Aus";
|
||||
$text['option-false']['es-cl'] = "Falso";
|
||||
$text['option-false']['es-mx'] = "";
|
||||
$text['option-false']['fr-ca'] = "";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
$text['option-false']['he-il'] = "לא חוקי";
|
||||
$text['option-false']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['option-false']['nl-nl'] = "";
|
||||
$text['option-false']['pl-pl'] = "Nie";
|
||||
$text['option-false']['pt-br'] = "Não";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['ro-ro'] = "";
|
||||
$text['option-false']['ru-ru'] = "Нет";
|
||||
$text['option-false']['sv-se'] = "Falsk";
|
||||
$text['option-false']['uk-ua'] = "Ні";
|
||||
@@ -52,8 +64,11 @@ $text['option-false']['uk-ua'] = "Ні";
|
||||
$text['label-view-calls']['en-us'] = "View Calls";
|
||||
$text['label-view-calls']['ar-eg'] = "";
|
||||
$text['label-view-calls']['de-at'] = "Anrufe ansehen";
|
||||
$text['label-view-calls']['de-ch'] = "";
|
||||
$text['label-view-calls']['de-de'] = "Anrufe ansehen";
|
||||
$text['label-view-calls']['es-cl'] = "Ver llamadas";
|
||||
$text['label-view-calls']['es-mx'] = "";
|
||||
$text['label-view-calls']['fr-ca'] = "";
|
||||
$text['label-view-calls']['fr-fr'] = "Voir les appels";
|
||||
$text['label-view-calls']['he-il'] = "";
|
||||
$text['label-view-calls']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-view-calls']['nl-nl'] = "";
|
||||
$text['label-view-calls']['pl-pl'] = "Podgląd rozmów";
|
||||
$text['label-view-calls']['pt-br'] = "Ver chamadas";
|
||||
$text['label-view-calls']['pt-pt'] = "Ver Chamadas";
|
||||
$text['label-view-calls']['ro-ro'] = "";
|
||||
$text['label-view-calls']['ru-ru'] = "Показать вызовы";
|
||||
$text['label-view-calls']['sv-se'] = "Granska Samtal";
|
||||
$text['label-view-calls']['uk-ua'] = "Перегляд дзвінків";
|
||||
@@ -68,8 +84,11 @@ $text['label-view-calls']['uk-ua'] = "Перегляд дзвінків";
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['ar-eg'] = "";
|
||||
$text['label-timeout']['de-at'] = "Zeitüberschreitung";
|
||||
$text['label-timeout']['de-ch'] = "";
|
||||
$text['label-timeout']['de-de'] = "Zeitüberschreitung";
|
||||
$text['label-timeout']['es-cl'] = "Tiempo Líimite";
|
||||
$text['label-timeout']['es-mx'] = "";
|
||||
$text['label-timeout']['fr-ca'] = "";
|
||||
$text['label-timeout']['fr-fr'] = "Timeout";
|
||||
$text['label-timeout']['he-il'] = "";
|
||||
$text['label-timeout']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-timeout']['nl-nl'] = "";
|
||||
$text['label-timeout']['pl-pl'] = "Przekroczenie czasu oczekiwania (timeout)";
|
||||
$text['label-timeout']['pt-br'] = "Tempo limite";
|
||||
$text['label-timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-timeout']['ro-ro'] = "";
|
||||
$text['label-timeout']['ru-ru'] = "Тайм-аут";
|
||||
$text['label-timeout']['sv-se'] = "Tidsgräns";
|
||||
$text['label-timeout']['uk-ua'] = "Таймаут";
|
||||
@@ -84,8 +104,11 @@ $text['label-timeout']['uk-ua'] = "Таймаут";
|
||||
$text['label-phone']['en-us'] = "Phone Number List";
|
||||
$text['label-phone']['ar-eg'] = "";
|
||||
$text['label-phone']['de-at'] = "Liste der Telefonnummern";
|
||||
$text['label-phone']['de-ch'] = "";
|
||||
$text['label-phone']['de-de'] = "Liste der Telefonnummern";
|
||||
$text['label-phone']['es-cl'] = "Lista de Números de Telefono";
|
||||
$text['label-phone']['es-mx'] = "";
|
||||
$text['label-phone']['fr-ca'] = "";
|
||||
$text['label-phone']['fr-fr'] = "Liste de Numéros de téléphone";
|
||||
$text['label-phone']['he-il'] = "רשימת מספרי טלפון";
|
||||
$text['label-phone']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-phone']['nl-nl'] = "";
|
||||
$text['label-phone']['pl-pl'] = "Lista numerów telefonu";
|
||||
$text['label-phone']['pt-br'] = "Lista de números de telefone";
|
||||
$text['label-phone']['pt-pt'] = "Lista de Números de Telefone";
|
||||
$text['label-phone']['ro-ro'] = "";
|
||||
$text['label-phone']['ru-ru'] = "Список телефонних номеров";
|
||||
$text['label-phone']['sv-se'] = "Lista Med Telefonnummer";
|
||||
$text['label-phone']['uk-ua'] = "Список телефонних номерів";
|
||||
@@ -100,8 +124,11 @@ $text['label-phone']['uk-ua'] = "Список телефонних номері
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "הודעה";
|
||||
$text['label-message']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['ro-ro'] = "";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
@@ -116,8 +144,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-has-been']['en-us'] = "has been started";
|
||||
$text['label-has-been']['ar-eg'] = "";
|
||||
$text['label-has-been']['de-at'] = "wurde gestartet";
|
||||
$text['label-has-been']['de-ch'] = "";
|
||||
$text['label-has-been']['de-de'] = "wurde gestartet";
|
||||
$text['label-has-been']['es-cl'] = "iniciada";
|
||||
$text['label-has-been']['es-mx'] = "";
|
||||
$text['label-has-been']['fr-ca'] = "";
|
||||
$text['label-has-been']['fr-fr'] = "a commencé";
|
||||
$text['label-has-been']['he-il'] = "";
|
||||
$text['label-has-been']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-has-been']['nl-nl'] = "";
|
||||
$text['label-has-been']['pl-pl'] = "rozpoczęto";
|
||||
$text['label-has-been']['pt-br'] = "foi inicializada";
|
||||
$text['label-has-been']['pt-pt'] = "foi inicializada";
|
||||
$text['label-has-been']['ro-ro'] = "";
|
||||
$text['label-has-been']['ru-ru'] = "было запущено";
|
||||
$text['label-has-been']['sv-se'] = "har startat";
|
||||
$text['label-has-been']['uk-ua'] = "було запущено";
|
||||
@@ -132,8 +164,11 @@ $text['label-has-been']['uk-ua'] = "було запущено";
|
||||
$text['label-destination']['en-us'] = "Destination Number";
|
||||
$text['label-destination']['ar-eg'] = "";
|
||||
$text['label-destination']['de-at'] = "Zielnummer";
|
||||
$text['label-destination']['de-ch'] = "";
|
||||
$text['label-destination']['de-de'] = "Zielnummer";
|
||||
$text['label-destination']['es-cl'] = "Número de Destino";
|
||||
$text['label-destination']['es-mx'] = "";
|
||||
$text['label-destination']['fr-ca'] = "";
|
||||
$text['label-destination']['fr-fr'] = "Numéro de Destination";
|
||||
$text['label-destination']['he-il'] = "יעד";
|
||||
$text['label-destination']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-destination']['nl-nl'] = "";
|
||||
$text['label-destination']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination']['pt-br'] = "Número de destino";
|
||||
$text['label-destination']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination']['ro-ro'] = "";
|
||||
$text['label-destination']['ru-ru'] = "Номер назначения";
|
||||
$text['label-destination']['sv-se'] = "Destinationsnummer";
|
||||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
@@ -148,8 +184,11 @@ $text['label-destination']['uk-ua'] = "Номер";
|
||||
$text['label-concurrent-limit']['en-us'] = "Concurrent Limit";
|
||||
$text['label-concurrent-limit']['ar-eg'] = "";
|
||||
$text['label-concurrent-limit']['de-at'] = "Gleichzeitige Anrufe";
|
||||
$text['label-concurrent-limit']['de-ch'] = "";
|
||||
$text['label-concurrent-limit']['de-de'] = "Gleichzeitige Anrufe";
|
||||
$text['label-concurrent-limit']['es-cl'] = "Límite de concurrencia";
|
||||
$text['label-concurrent-limit']['es-mx'] = "";
|
||||
$text['label-concurrent-limit']['fr-ca'] = "";
|
||||
$text['label-concurrent-limit']['fr-fr'] = "Appels Simultanés";
|
||||
$text['label-concurrent-limit']['he-il'] = "";
|
||||
$text['label-concurrent-limit']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-concurrent-limit']['nl-nl'] = "";
|
||||
$text['label-concurrent-limit']['pl-pl'] = "Limit jednoczesnych rozmów";
|
||||
$text['label-concurrent-limit']['pt-br'] = "Limite de chamadas simultâneas";
|
||||
$text['label-concurrent-limit']['pt-pt'] = "Limite de chamadas concorrentes";
|
||||
$text['label-concurrent-limit']['ro-ro'] = "";
|
||||
$text['label-concurrent-limit']['ru-ru'] = "Ограничение параллельных вызовов";
|
||||
$text['label-concurrent-limit']['sv-se'] = "Samtidig Gräns";
|
||||
$text['label-concurrent-limit']['uk-ua'] = "Обмеження одночасної кількості";
|
||||
@@ -164,8 +204,11 @@ $text['label-concurrent-limit']['uk-ua'] = "Обмеження одночасн
|
||||
$text['label-callerid-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-callerid-number']['ar-eg'] = "";
|
||||
$text['label-callerid-number']['de-at'] = "Anruferkennung (Nummer)";
|
||||
$text['label-callerid-number']['de-ch'] = "";
|
||||
$text['label-callerid-number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['label-callerid-number']['es-cl'] = "Número de Origen";
|
||||
$text['label-callerid-number']['es-mx'] = "";
|
||||
$text['label-callerid-number']['fr-ca'] = "";
|
||||
$text['label-callerid-number']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['label-callerid-number']['he-il'] = "";
|
||||
$text['label-callerid-number']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-callerid-number']['nl-nl'] = "";
|
||||
$text['label-callerid-number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-callerid-number']['pt-br'] = "Número do discador";
|
||||
$text['label-callerid-number']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-callerid-number']['ro-ro'] = "";
|
||||
$text['label-callerid-number']['ru-ru'] = "Caller ID Номер";
|
||||
$text['label-callerid-number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['label-callerid-number']['uk-ua'] = "Caller ID Номер";
|
||||
@@ -180,8 +224,11 @@ $text['label-callerid-number']['uk-ua'] = "Caller ID Номер";
|
||||
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['ar-eg'] = "";
|
||||
$text['label-caller-id-name']['de-at'] = "Anruferkennung (Name)";
|
||||
$text['label-caller-id-name']['de-ch'] = "";
|
||||
$text['label-caller-id-name']['de-de'] = "Anruferkennung (Name)";
|
||||
$text['label-caller-id-name']['es-cl'] = "Nombre de origen";
|
||||
$text['label-caller-id-name']['es-mx'] = "";
|
||||
$text['label-caller-id-name']['fr-ca'] = "";
|
||||
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['label-caller-id-name']['he-il'] = "";
|
||||
$text['label-caller-id-name']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-caller-id-name']['nl-nl'] = "";
|
||||
$text['label-caller-id-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-caller-id-name']['pt-br'] = "Nome do discador";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-caller-id-name']['ro-ro'] = "";
|
||||
$text['label-caller-id-name']['ru-ru'] = "Caller ID Имя";
|
||||
$text['label-caller-id-name']['sv-se'] = "Caller ID Namn";
|
||||
$text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
|
||||
@@ -196,8 +244,11 @@ $text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
|
||||
$text['label-call-broadcasts']['en-us'] = "Call Broadcasts";
|
||||
$text['label-call-broadcasts']['ar-eg'] = "";
|
||||
$text['label-call-broadcasts']['de-at'] = "Rundrufe";
|
||||
$text['label-call-broadcasts']['de-ch'] = "";
|
||||
$text['label-call-broadcasts']['de-de'] = "Rundrufe";
|
||||
$text['label-call-broadcasts']['es-cl'] = "Llamadas Masivas (Broadcast)";
|
||||
$text['label-call-broadcasts']['es-mx'] = "";
|
||||
$text['label-call-broadcasts']['fr-ca'] = "";
|
||||
$text['label-call-broadcasts']['fr-fr'] = "Diffusions d'appels";
|
||||
$text['label-call-broadcasts']['he-il'] = "";
|
||||
$text['label-call-broadcasts']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-call-broadcasts']['nl-nl'] = "";
|
||||
$text['label-call-broadcasts']['pl-pl'] = "Rozsyłanie rozmów";
|
||||
$text['label-call-broadcasts']['pt-br'] = "Chamadas broadcast";
|
||||
$text['label-call-broadcasts']['pt-pt'] = "Chamadas de Broadcast";
|
||||
$text['label-call-broadcasts']['ro-ro'] = "";
|
||||
$text['label-call-broadcasts']['ru-ru'] = "Массовые вызовы";
|
||||
$text['label-call-broadcasts']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['label-call-broadcasts']['uk-ua'] = "Трансляція дзвінків";
|
||||
@@ -212,8 +264,11 @@ $text['label-call-broadcasts']['uk-ua'] = "Трансляція дзвінків
|
||||
$text['label-call-broadcast']['en-us'] = "Call Broadcast";
|
||||
$text['label-call-broadcast']['ar-eg'] = "";
|
||||
$text['label-call-broadcast']['de-at'] = "Rundrufe";
|
||||
$text['label-call-broadcast']['de-ch'] = "";
|
||||
$text['label-call-broadcast']['de-de'] = "Rundrufe";
|
||||
$text['label-call-broadcast']['es-cl'] = "Llamada Masiva (Broadcast)";
|
||||
$text['label-call-broadcast']['es-mx'] = "";
|
||||
$text['label-call-broadcast']['fr-ca'] = "";
|
||||
$text['label-call-broadcast']['fr-fr'] = "Diffusion d'appels";
|
||||
$text['label-call-broadcast']['he-il'] = "";
|
||||
$text['label-call-broadcast']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-call-broadcast']['nl-nl'] = "";
|
||||
$text['label-call-broadcast']['pl-pl'] = "Rozsyłanie rozmów";
|
||||
$text['label-call-broadcast']['pt-br'] = "Chamada de broadcast";
|
||||
$text['label-call-broadcast']['pt-pt'] = "Chamada de Broadcast";
|
||||
$text['label-call-broadcast']['ro-ro'] = "";
|
||||
$text['label-call-broadcast']['ru-ru'] = "Массовый вызов";
|
||||
$text['label-call-broadcast']['sv-se'] = "Samtalsdistribution";
|
||||
$text['label-call-broadcast']['uk-ua'] = "Трансляція дзвінка";
|
||||
@@ -228,8 +284,11 @@ $text['label-call-broadcast']['uk-ua'] = "Трансляція дзвінка";
|
||||
$text['label-avmd']['en-us'] = "Voicemail Detection";
|
||||
$text['label-avmd']['ar-eg'] = "";
|
||||
$text['label-avmd']['de-at'] = "Erkennung von Sprachnachrichten";
|
||||
$text['label-avmd']['de-ch'] = "";
|
||||
$text['label-avmd']['de-de'] = "Erkennung von Sprachnachrichten";
|
||||
$text['label-avmd']['es-cl'] = "Detección de correo de voz";
|
||||
$text['label-avmd']['es-mx'] = "";
|
||||
$text['label-avmd']['fr-ca'] = "";
|
||||
$text['label-avmd']['fr-fr'] = "Détection de la messagerie vocale";
|
||||
$text['label-avmd']['he-il'] = "";
|
||||
$text['label-avmd']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-avmd']['nl-nl'] = "";
|
||||
$text['label-avmd']['pl-pl'] = "Wykrywanie poczty głosowej";
|
||||
$text['label-avmd']['pt-br'] = "Detecção Voicemail";
|
||||
$text['label-avmd']['pt-pt'] = "Voicemail Detecção";
|
||||
$text['label-avmd']['ro-ro'] = "";
|
||||
$text['label-avmd']['ru-ru'] = "Определение голосовой почты";
|
||||
$text['label-avmd']['sv-se'] = "Känn Av Röstbrevlåda";
|
||||
$text['label-avmd']['uk-ua'] = "Виявлення голосової пошти";
|
||||
@@ -244,8 +304,11 @@ $text['label-avmd']['uk-ua'] = "Виявлення голосової пошти
|
||||
$text['label-accountcode']['en-us'] = "Accountcode";
|
||||
$text['label-accountcode']['ar-eg'] = "";
|
||||
$text['label-accountcode']['de-at'] = "Kontoschlüssel";
|
||||
$text['label-accountcode']['de-ch'] = "";
|
||||
$text['label-accountcode']['de-de'] = "Kontoschlüssel";
|
||||
$text['label-accountcode']['es-cl'] = "Código de cuenta";
|
||||
$text['label-accountcode']['es-mx'] = "";
|
||||
$text['label-accountcode']['fr-ca'] = "";
|
||||
$text['label-accountcode']['fr-fr'] = "Code de l'account";
|
||||
$text['label-accountcode']['he-il'] = "קוד חשבון";
|
||||
$text['label-accountcode']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-accountcode']['nl-nl'] = "";
|
||||
$text['label-accountcode']['pl-pl'] = "Numer konta billingowego";
|
||||
$text['label-accountcode']['pt-br'] = "Código da conta";
|
||||
$text['label-accountcode']['pt-pt'] = "Accountcode";
|
||||
$text['label-accountcode']['ro-ro'] = "";
|
||||
$text['label-accountcode']['ru-ru'] = "Код Авторизации";
|
||||
$text['label-accountcode']['sv-se'] = "Accountcode";
|
||||
$text['label-accountcode']['uk-ua'] = "Код облікового запису";
|
||||
@@ -260,8 +324,11 @@ $text['label-accountcode']['uk-ua'] = "Код облікового запису"
|
||||
$text['description-timeout']['en-us'] = "";
|
||||
$text['description-timeout']['ar-eg'] = "";
|
||||
$text['description-timeout']['de-at'] = "Geben Sie die absolute Zeitüberschreitung in Sekunden an.";
|
||||
$text['description-timeout']['de-ch'] = "";
|
||||
$text['description-timeout']['de-de'] = "Geben Sie die absolute Zeitüberschreitung in Sekunden an.";
|
||||
$text['description-timeout']['es-cl'] = "";
|
||||
$text['description-timeout']['es-mx'] = "";
|
||||
$text['description-timeout']['fr-ca'] = "";
|
||||
$text['description-timeout']['fr-fr'] = "";
|
||||
$text['description-timeout']['he-il'] = "";
|
||||
$text['description-timeout']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['description-timeout']['nl-nl'] = "";
|
||||
$text['description-timeout']['pl-pl'] = "Ilość milisekund oczekiwania po odtworzeniu nagrania lub potwierdzenia makro.";
|
||||
$text['description-timeout']['pt-br'] = "";
|
||||
$text['description-timeout']['pt-pt'] = "Limite de tempo (em milissegundos) de espera após reproduzir gravações ou confirmar a macro.";
|
||||
$text['description-timeout']['ro-ro'] = "";
|
||||
$text['description-timeout']['ru-ru'] = "Время ожидания (в миллисекундах) после воспроизведения записи или подтверждения макроса.";
|
||||
$text['description-timeout']['sv-se'] = "Specificera den absoluta timeout:en i sekunder.";
|
||||
$text['description-timeout']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['description-timeout']['uk-ua'] = "";
|
||||
$text['description-phone']['en-us'] = "Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name";
|
||||
$text['description-phone']['ar-eg'] = "";
|
||||
$text['description-phone']['de-at'] = "Optional: Ergänzen Sie eine Liste von Telefonnummern, eine Nummer pro Zeile im folgenden Format: 123-123-1234|Nachname, Vorname";
|
||||
$text['description-phone']['de-ch'] = "";
|
||||
$text['description-phone']['de-de'] = "Optional: Ergänzen Sie eine Liste von Telefonnummern, eine Nummer pro Zeile im folgenden Format: 123-123-1234|Nachname, Vorname";
|
||||
$text['description-phone']['es-cl'] = "Opcional, definir una lista de números de telefono, uno por línea en el siguiente formato: 123-123-1234 | Apellido, Nombre";
|
||||
$text['description-phone']['es-mx'] = "";
|
||||
$text['description-phone']['fr-ca'] = "";
|
||||
$text['description-phone']['fr-fr'] = "Optionnel, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom";
|
||||
$text['description-phone']['he-il'] = "";
|
||||
$text['description-phone']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-phone']['nl-nl'] = "";
|
||||
$text['description-phone']['pl-pl'] = "Opcjonalne - ułóż listę numerów (jeden pod drugim) w formacie: 123-123-1234|Nazwisko, Imię";
|
||||
$text['description-phone']['pt-br'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome.";
|
||||
$text['description-phone']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome";
|
||||
$text['description-phone']['ro-ro'] = "";
|
||||
$text['description-phone']['ru-ru'] = "Дополнительно, задайте список телефонных номеров, по одному в ряд, в формате: 123-123-1234 | Фамилия, Имя";
|
||||
$text['description-phone']['sv-se'] = "Frivillig, fyll i en lista med nummer (ett per rad) i följande format: 123-123-1234|Efternamn, Förnamn";
|
||||
$text['description-phone']['uk-ua'] = "Додатково, задайте список телефонних номерів по одному на рядок в наступному форматі: 123-123-1234 | Прізвище, ім'я";
|
||||
@@ -292,8 +364,11 @@ $text['description-phone']['uk-ua'] = "Додатково, задайте спи
|
||||
$text['description-name']['en-us'] = "Enter the name here.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen an.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen an.";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre aquí.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Insérer le Nom.";
|
||||
$text['description-name']['he-il'] = "הכנס את השם";
|
||||
$text['description-name']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do broadcast.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome aqui.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Введите имя";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet här.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву";
|
||||
@@ -308,8 +384,11 @@ $text['description-name']['uk-ua'] = "Введіть назву";
|
||||
$text['description-info']['en-us'] = "Enter the description here.";
|
||||
$text['description-info']['ar-eg'] = "";
|
||||
$text['description-info']['de-at'] = "Geben Sie eine Beschreibung an.";
|
||||
$text['description-info']['de-ch'] = "";
|
||||
$text['description-info']['de-de'] = "Geben Sie eine Beschreibung an.";
|
||||
$text['description-info']['es-cl'] = "Ingrese descripción aquí.";
|
||||
$text['description-info']['es-mx'] = "";
|
||||
$text['description-info']['fr-ca'] = "";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
$text['description-info']['he-il'] = "הכנס תאור";
|
||||
$text['description-info']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['description-info']['nl-nl'] = "";
|
||||
$text['description-info']['pl-pl'] = "Wprowadź opis";
|
||||
$text['description-info']['pt-br'] = "Inisra uma descrição";
|
||||
$text['description-info']['pt-pt'] = "Insira a descrição aqui.";
|
||||
$text['description-info']['ro-ro'] = "";
|
||||
$text['description-info']['ru-ru'] = "Введите описание";
|
||||
$text['description-info']['sv-se'] = "Ange beskrivning här.";
|
||||
$text['description-info']['uk-ua'] = "Введіть опис";
|
||||
@@ -324,8 +404,11 @@ $text['description-info']['uk-ua'] = "Введіть опис";
|
||||
$text['description-destination']['en-us'] = "Send the call to the extension an IVR Menu, Conference Room, or any other number.";
|
||||
$text['description-destination']['ar-eg'] = "";
|
||||
$text['description-destination']['de-at'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet.";
|
||||
$text['description-destination']['de-ch'] = "";
|
||||
$text['description-destination']['de-de'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet.";
|
||||
$text['description-destination']['es-cl'] = "Enviar la llamada a extension a IVR, conferencias o cualquier otro número.";
|
||||
$text['description-destination']['es-mx'] = "";
|
||||
$text['description-destination']['fr-ca'] = "";
|
||||
$text['description-destination']['fr-fr'] = "Emettre l'appel vers un SVI, salle de conférence, ou tout autre numéro.";
|
||||
$text['description-destination']['he-il'] = "";
|
||||
$text['description-destination']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['description-destination']['nl-nl'] = "";
|
||||
$text['description-destination']['pl-pl'] = "Wybierz numer docelowy.";
|
||||
$text['description-destination']['pt-br'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número. ";
|
||||
$text['description-destination']['pt-pt'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número.";
|
||||
$text['description-destination']['ro-ro'] = "";
|
||||
$text['description-destination']['ru-ru'] = "Отправить вызов на внутренний номер, IVR, конференцию или любой другой номер.";
|
||||
$text['description-destination']['sv-se'] = "Skicka samtalet till en anknytning, IVR Meny, Konferens Rum eller något annat nummer.";
|
||||
$text['description-destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
@@ -340,8 +424,11 @@ $text['description-destination']['uk-ua'] = "Відправити дзвінок
|
||||
$text['description-concurrent-limit']['en-us'] = "Limit the approximate number of concurrent calls. Leave this empty for no limit.";
|
||||
$text['description-concurrent-limit']['ar-eg'] = "";
|
||||
$text['description-concurrent-limit']['de-at'] = "Begrenzt die Anzahl gleichzeitiger Anrufe. Kein Limit wenn leer gelassen.";
|
||||
$text['description-concurrent-limit']['de-ch'] = "";
|
||||
$text['description-concurrent-limit']['de-de'] = "Begrenzt die Anzahl gleichzeitiger Anrufe. Kein Limit wenn leer gelassen.";
|
||||
$text['description-concurrent-limit']['es-cl'] = "Limitar el número de llamadas simultaneas. Deje en blanco para no establecer un límite.";
|
||||
$text['description-concurrent-limit']['es-mx'] = "";
|
||||
$text['description-concurrent-limit']['fr-ca'] = "";
|
||||
$text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité.";
|
||||
$text['description-concurrent-limit']['he-il'] = "";
|
||||
$text['description-concurrent-limit']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['description-concurrent-limit']['nl-nl'] = "";
|
||||
$text['description-concurrent-limit']['pl-pl'] = "Ogranicz liczbę równoczesnych połączeń. Aby nie było limitu zostaw to pole puste.";
|
||||
$text['description-concurrent-limit']['pt-br'] = "Limitar o número de chamadas simultâneas. Deixe este campo em branco para não ter limite.";
|
||||
$text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas concurrentes. Deixe este campo em branco para não ter limite.";
|
||||
$text['description-concurrent-limit']['ro-ro'] = "";
|
||||
$text['description-concurrent-limit']['ru-ru'] = "Ограничение примерного количества параллельных вызовов. Оставьте пустым для его отсутствия.";
|
||||
$text['description-concurrent-limit']['sv-se'] = "Begränsa ungefärliga antalet samtidiga samtal. Lämna det här tomt för ingen gräns.";
|
||||
$text['description-concurrent-limit']['uk-ua'] = "Обмеження приблизної кількості одночасних дзвінків. Якщо пусто - без обмежень";
|
||||
@@ -356,8 +444,11 @@ $text['description-concurrent-limit']['uk-ua'] = "Обмеження прибл
|
||||
$text['description-caller-id-number']['en-us'] = "Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000";
|
||||
$text['description-caller-id-number']['ar-eg'] = "";
|
||||
$text['description-caller-id-number']['de-at'] = "Geben Sie die Anruferkennung (Nummer) hier ein.";
|
||||
$text['description-caller-id-number']['de-ch'] = "";
|
||||
$text['description-caller-id-number']['de-de'] = "Geben Sie die Anruferkennung (Nummer) hier ein.";
|
||||
$text['description-caller-id-number']['es-cl'] = "";
|
||||
$text['description-caller-id-number']['es-mx'] = "";
|
||||
$text['description-caller-id-number']['fr-ca'] = "";
|
||||
$text['description-caller-id-number']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000";
|
||||
$text['description-caller-id-number']['he-il'] = "";
|
||||
$text['description-caller-id-number']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['description-caller-id-number']['nl-nl'] = "";
|
||||
$text['description-caller-id-number']['pl-pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację numeru. Standardowo prezentacja jest w formacie: 0000000000";
|
||||
$text['description-caller-id-number']['pt-br'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000.";
|
||||
$text['description-caller-id-number']['pt-pt'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000";
|
||||
$text['description-caller-id-number']['ro-ro'] = "";
|
||||
$text['description-caller-id-number']['ru-ru'] = "Используется, если провайдер поддерживает передачу CallerID(number). По умолчанию: 0000000000";
|
||||
$text['description-caller-id-number']['sv-se'] = "Gäller om leverantör tillåter att Caller ID nummer skickas. Standard: 0000000000";
|
||||
$text['description-caller-id-number']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати номер абонента (Caller ID номер). За замовчуванням: 0000000000";
|
||||
@@ -372,8 +464,11 @@ $text['description-caller-id-number']['uk-ua'] = "Стосується, якщо
|
||||
$text['description-caller-id-name']['en-us'] = "Applicable if the provider allow the Caller ID Name to be set. default: anonymous";
|
||||
$text['description-caller-id-name']['ar-eg'] = "";
|
||||
$text['description-caller-id-name']['de-at'] = "Geben Sie die Anruferkennung (Name) hier ein, sofern der Provider dieses unterstützt. Default: anonym.";
|
||||
$text['description-caller-id-name']['de-ch'] = "";
|
||||
$text['description-caller-id-name']['de-de'] = "Geben Sie die Anruferkennung (Name) hier ein, sofern der Provider dieses unterstützt. Default: anonym.";
|
||||
$text['description-caller-id-name']['es-cl'] = "Applicable si el proveedor permite enviar el número de origen. Por defecto: 0000000000";
|
||||
$text['description-caller-id-name']['es-mx'] = "";
|
||||
$text['description-caller-id-name']['fr-ca'] = "";
|
||||
$text['description-caller-id-name']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du nom d'appelant. Par défaut: anonymous";
|
||||
$text['description-caller-id-name']['he-il'] = "";
|
||||
$text['description-caller-id-name']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['description-caller-id-name']['nl-nl'] = "";
|
||||
$text['description-caller-id-name']['pl-pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację nazwy. Standardowo prezentacja jest w formacie: 0000000000";
|
||||
$text['description-caller-id-name']['pt-br'] = "Aplicável se o provedor de telefônia liberar o nome de quem está discando. Por padrão: anonymous (anônimo).";
|
||||
$text['description-caller-id-name']['pt-pt'] = "Aplicável se o provedor permitir o envio do nome do originador das chamadas. Omissão: anonymous";
|
||||
$text['description-caller-id-name']['ro-ro'] = "";
|
||||
$text['description-caller-id-name']['ru-ru'] = "Используется, если провайдер поддерживает передачу CallerID(name). По умолчанию: anonymous";
|
||||
$text['description-caller-id-name']['sv-se'] = "Gäller om leverantör tillåter att Caller ID namn skickas. Standard: anonymous";
|
||||
$text['description-caller-id-name']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати ім’я абонента (Caller ID Ім’я). За замовчуванням: anonymous";
|
||||
@@ -388,8 +484,11 @@ $text['description-caller-id-name']['uk-ua'] = "Стосується, якщо
|
||||
$text['description-avmd']['en-us'] = "Select whether to enable or disable the detection of voicemail messaging and answering machine systems.";
|
||||
$text['description-avmd']['ar-eg'] = "";
|
||||
$text['description-avmd']['de-at'] = "Wählen Sie ob die Erkennung von Sprach-Mailboxen und automatischen Anrufbeantwortern Ein- oder Ausgeschaltet werden soll.";
|
||||
$text['description-avmd']['de-ch'] = "";
|
||||
$text['description-avmd']['de-de'] = "Wählen Sie ob die Erkennung von Sprach-Mailboxen und automatischen Anrufbeantwortern Ein- oder Ausgeschaltet werden soll.";
|
||||
$text['description-avmd']['es-cl'] = "Seleccione si desea activar o desactivar la detección de sistemas de contestador automático de mensajes de correo de voz y.";
|
||||
$text['description-avmd']['es-mx'] = "";
|
||||
$text['description-avmd']['fr-ca'] = "";
|
||||
$text['description-avmd']['fr-fr'] = "Indiquez si vous souhaitez activer ou désactiver la détection de la messagerie vocale et les systèmes de machines de répondeur.";
|
||||
$text['description-avmd']['he-il'] = "";
|
||||
$text['description-avmd']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['description-avmd']['nl-nl'] = "";
|
||||
$text['description-avmd']['pl-pl'] = "Wybierz, czy chcesz włączyć lub wyłączyć wykrywanie wiadomości poczty głosowej lub innych systemów automatycznego odbierania rozmów.";
|
||||
$text['description-avmd']['pt-br'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica.";
|
||||
$text['description-avmd']['pt-pt'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica.";
|
||||
$text['description-avmd']['ro-ro'] = "";
|
||||
$text['description-avmd']['ru-ru'] = "Выберите, стоит ли использовать систему определения голосовой почты или автоответчика.";
|
||||
$text['description-avmd']['sv-se'] = "Välj om deteketering av röstbrevlåda skall användas.";
|
||||
$text['description-avmd']['uk-ua'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача.";
|
||||
@@ -404,8 +504,11 @@ $text['description-avmd']['uk-ua'] = "Виберіть, чи слід включ
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['ar-eg'] = "";
|
||||
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
|
||||
$text['confirm-update']['de-ch'] = "";
|
||||
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
|
||||
$text['confirm-update']['es-cl'] = "Actualización Completa";
|
||||
$text['confirm-update']['es-mx'] = "";
|
||||
$text['confirm-update']['fr-ca'] = "";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
$text['confirm-update']['he-il'] = "עידכון הושלם";
|
||||
$text['confirm-update']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['confirm-update']['nl-nl'] = "";
|
||||
$text['confirm-update']['pl-pl'] = "Aktualizacja zakonczona";
|
||||
$text['confirm-update']['pt-br'] = "Atualização Efetuada";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['ro-ro'] = "";
|
||||
$text['confirm-update']['ru-ru'] = "Обновление завершено";
|
||||
$text['confirm-update']['sv-se'] = "Uppdatering Klar";
|
||||
$text['confirm-update']['uk-ua'] = "Оновлення завершено";
|
||||
@@ -420,8 +524,11 @@ $text['confirm-update']['uk-ua'] = "Оновлення завершено";
|
||||
$text['confirm-name']['en-us'] = "Please provide: Name";
|
||||
$text['confirm-name']['ar-eg'] = "";
|
||||
$text['confirm-name']['de-at'] = "Bitte geben Sie den Namen an";
|
||||
$text['confirm-name']['de-ch'] = "";
|
||||
$text['confirm-name']['de-de'] = "Bitte geben Sie den Namen an";
|
||||
$text['confirm-name']['es-cl'] = "Por favor agregue: Nombre";
|
||||
$text['confirm-name']['es-mx'] = "";
|
||||
$text['confirm-name']['fr-ca'] = "";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
$text['confirm-name']['he-il'] = "";
|
||||
$text['confirm-name']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['confirm-name']['nl-nl'] = "";
|
||||
$text['confirm-name']['pl-pl'] = "Wprowadź: Nazwę";
|
||||
$text['confirm-name']['pt-br'] = "Por favor insira: Nome";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['ro-ro'] = "";
|
||||
$text['confirm-name']['ru-ru'] = "Пожалуйста, укажите: Имя";
|
||||
$text['confirm-name']['sv-se'] = "Ange: Namn";
|
||||
$text['confirm-name']['uk-ua'] = "Введіть назву";
|
||||
@@ -436,8 +544,11 @@ $text['confirm-name']['uk-ua'] = "Введіть назву";
|
||||
$text['confirm-delete-info']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete-info']['ar-eg'] = "";
|
||||
$text['confirm-delete-info']['de-at'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete-info']['de-ch'] = "";
|
||||
$text['confirm-delete-info']['de-de'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete-info']['es-cl'] = "¿Desea realmente eliminar esto?";
|
||||
$text['confirm-delete-info']['es-mx'] = "";
|
||||
$text['confirm-delete-info']['fr-ca'] = "";
|
||||
$text['confirm-delete-info']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete-info']['he-il'] = "";
|
||||
$text['confirm-delete-info']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['confirm-delete-info']['nl-nl'] = "";
|
||||
$text['confirm-delete-info']['pl-pl'] = "Czy na pewno chcesz to usunąć?";
|
||||
$text['confirm-delete-info']['pt-br'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete-info']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete-info']['ro-ro'] = "";
|
||||
$text['confirm-delete-info']['ru-ru'] = "Вы действительно хотите это удалить?";
|
||||
$text['confirm-delete-info']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete-info']['uk-ua'] = "Ви дійсно бажаєте це видалити?";
|
||||
@@ -452,8 +564,11 @@ $text['confirm-delete-info']['uk-ua'] = "Ви дійсно бажаєте це
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['ar-eg'] = "";
|
||||
$text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['confirm-add']['de-ch'] = "";
|
||||
$text['confirm-add']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['confirm-add']['es-cl'] = "Ingreso Completo";
|
||||
$text['confirm-add']['es-mx'] = "";
|
||||
$text['confirm-add']['fr-ca'] = "";
|
||||
$text['confirm-add']['fr-fr'] = "Ajouté";
|
||||
$text['confirm-add']['he-il'] = "הוספה הושלמה";
|
||||
$text['confirm-add']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['confirm-add']['nl-nl'] = "";
|
||||
$text['confirm-add']['pl-pl'] = "Dodano poprawnie";
|
||||
$text['confirm-add']['pt-br'] = "Criação efetuada";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['confirm-add']['ro-ro'] = "";
|
||||
$text['confirm-add']['ru-ru'] = "Добавление завершено";
|
||||
$text['confirm-add']['sv-se'] = "Tillagd";
|
||||
$text['confirm-add']['uk-ua'] = "Додано";
|
||||
@@ -468,8 +584,11 @@ $text['confirm-add']['uk-ua'] = "Додано";
|
||||
$text['button-stop']['en-us'] = "Stop Broadcast";
|
||||
$text['button-stop']['ar-eg'] = "";
|
||||
$text['button-stop']['de-at'] = "Rundruf beenden";
|
||||
$text['button-stop']['de-ch'] = "";
|
||||
$text['button-stop']['de-de'] = "Rundruf beenden";
|
||||
$text['button-stop']['es-cl'] = "Detener Broadcast";
|
||||
$text['button-stop']['es-mx'] = "";
|
||||
$text['button-stop']['fr-ca'] = "";
|
||||
$text['button-stop']['fr-fr'] = "Arrêter la diffusion";
|
||||
$text['button-stop']['he-il'] = "";
|
||||
$text['button-stop']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['button-stop']['nl-nl'] = "";
|
||||
$text['button-stop']['pl-pl'] = "Zatrzymaj rozsylanie rozmów";
|
||||
$text['button-stop']['pt-br'] = "Pausar Broadcast";
|
||||
$text['button-stop']['pt-pt'] = "Parar Broadcast";
|
||||
$text['button-stop']['ro-ro'] = "";
|
||||
$text['button-stop']['ru-ru'] = "Остановить";
|
||||
$text['button-stop']['sv-se'] = "Stoppa Samtalsdistribution";
|
||||
$text['button-stop']['uk-ua'] = "Зупинити трансляцію";
|
||||
@@ -484,8 +604,11 @@ $text['button-stop']['uk-ua'] = "Зупинити трансляцію";
|
||||
$text['button-send']['en-us'] = "Send Broadcast";
|
||||
$text['button-send']['ar-eg'] = "";
|
||||
$text['button-send']['de-at'] = "Rundruf senden";
|
||||
$text['button-send']['de-ch'] = "";
|
||||
$text['button-send']['de-de'] = "Rundruf senden";
|
||||
$text['button-send']['es-cl'] = "Enviar Llamada Masiva";
|
||||
$text['button-send']['es-mx'] = "";
|
||||
$text['button-send']['fr-ca'] = "";
|
||||
$text['button-send']['fr-fr'] = "Lancer les appels";
|
||||
$text['button-send']['he-il'] = "נשלח";
|
||||
$text['button-send']['it-it'] = "";
|
||||
@@ -493,8 +616,9 @@ $text['button-send']['nl-nl'] = "";
|
||||
$text['button-send']['pl-pl'] = "Wysłane";
|
||||
$text['button-send']['pt-br'] = "Enviar Broadcast";
|
||||
$text['button-send']['pt-pt'] = "Enviar Broadcast";
|
||||
$text['button-send']['ro-ro'] = "";
|
||||
$text['button-send']['ru-ru'] = "Запустить";
|
||||
$text['button-send']['sv-se'] = "Skicka Samtalsdistribution";
|
||||
$text['button-send']['uk-ua'] = "Транслювати";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity";
|
||||
$text['title-call_center_queue_activity']['ar-eg'] = "";
|
||||
$text['title-call_center_queue_activity']['de-at'] = "Callcenter Warteschlangen Aktivität";
|
||||
$text['title-call_center_queue_activity']['de-ch'] = "";
|
||||
$text['title-call_center_queue_activity']['de-de'] = "Callcenter Warteschlangen Aktivität";
|
||||
$text['title-call_center_queue_activity']['es-cl'] = "Actividad de Cola del Centro de Llamados";
|
||||
$text['title-call_center_queue_activity']['es-mx'] = "";
|
||||
$text['title-call_center_queue_activity']['fr-ca'] = "";
|
||||
$text['title-call_center_queue_activity']['fr-fr'] = "Activité des files d'attente du centre d'appel";
|
||||
$text['title-call_center_queue_activity']['he-il'] = "";
|
||||
$text['title-call_center_queue_activity']['it-it'] = "Attività della coda del Call Center";
|
||||
@@ -13,6 +16,7 @@ $text['title-call_center_queue_activity']['nl-nl'] = "";
|
||||
$text['title-call_center_queue_activity']['pl-pl'] = "Aktywność kolejek w Call Center ";
|
||||
$text['title-call_center_queue_activity']['pt-br'] = "Atividade das filas do Call Center";
|
||||
$text['title-call_center_queue_activity']['pt-pt'] = "Actividade das filas do Call Center";
|
||||
$text['title-call_center_queue_activity']['ro-ro'] = "";
|
||||
$text['title-call_center_queue_activity']['ru-ru'] = "Активность очередей Колл-центра";
|
||||
$text['title-call_center_queue_activity']['sv-se'] = "Call Center Grupp Aktivitet";
|
||||
$text['title-call_center_queue_activity']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-call_center_queue_activity']['uk-ua'] = "";
|
||||
$text['title-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['title-active_call_center']['ar-eg'] = "";
|
||||
$text['title-active_call_center']['de-at'] = "Aktive Callcenter";
|
||||
$text['title-active_call_center']['de-ch'] = "";
|
||||
$text['title-active_call_center']['de-de'] = "Aktive Callcenter";
|
||||
$text['title-active_call_center']['es-cl'] = "Centro de Llamados Activo";
|
||||
$text['title-active_call_center']['es-mx'] = "";
|
||||
$text['title-active_call_center']['fr-ca'] = "";
|
||||
$text['title-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['title-active_call_center']['he-il'] = "";
|
||||
$text['title-active_call_center']['it-it'] = "Call Center Attivi";
|
||||
@@ -29,6 +36,7 @@ $text['title-active_call_center']['nl-nl'] = "";
|
||||
$text['title-active_call_center']['pl-pl'] = "Aktywność w Call Center ";
|
||||
$text['title-active_call_center']['pt-br'] = "Atividade do Call Center";
|
||||
$text['title-active_call_center']['pt-pt'] = "Atividade do Call Center";
|
||||
$text['title-active_call_center']['ro-ro'] = "";
|
||||
$text['title-active_call_center']['ru-ru'] = "Активные Колл-центры";
|
||||
$text['title-active_call_center']['sv-se'] = "Aktivt Call Center";
|
||||
$text['title-active_call_center']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-active_call_center']['uk-ua'] = "";
|
||||
$text['message-confirm']['en-us'] = "Do you really want to do this?";
|
||||
$text['message-confirm']['ar-eg'] = "";
|
||||
$text['message-confirm']['de-at'] = "Wollen Sie das wirklich tun?";
|
||||
$text['message-confirm']['de-ch'] = "";
|
||||
$text['message-confirm']['de-de'] = "Wollen Sie das wirklich tun?";
|
||||
$text['message-confirm']['es-cl'] = "¿Realmente desea ejecutar esta operación?";
|
||||
$text['message-confirm']['es-mx'] = "";
|
||||
$text['message-confirm']['fr-ca'] = "";
|
||||
$text['message-confirm']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
||||
$text['message-confirm']['he-il'] = "";
|
||||
$text['message-confirm']['it-it'] = "Vuoi davvero eseguire questa operazione?";
|
||||
@@ -45,6 +56,7 @@ $text['message-confirm']['nl-nl'] = "";
|
||||
$text['message-confirm']['pl-pl'] = "Czy napewno chcesz to zrobić?";
|
||||
$text['message-confirm']['pt-br'] = "Deseja realmente fazer isto?";
|
||||
$text['message-confirm']['pt-pt'] = "Deseja realmente fazer isto?";
|
||||
$text['message-confirm']['ro-ro'] = "";
|
||||
$text['message-confirm']['ru-ru'] = "Вы действительно хотите это сдедать?";
|
||||
$text['message-confirm']['sv-se'] = "Vill du verkligen göra det här?";
|
||||
$text['message-confirm']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['message-confirm']['uk-ua'] = "";
|
||||
$text['label-waiting']['en-us'] = "Waiting";
|
||||
$text['label-waiting']['ar-eg'] = "انتظار";
|
||||
$text['label-waiting']['de-at'] = "Warten";
|
||||
$text['label-waiting']['de-ch'] = "";
|
||||
$text['label-waiting']['de-de'] = "Warten";
|
||||
$text['label-waiting']['es-cl'] = "Esperando";
|
||||
$text['label-waiting']['es-mx'] = "";
|
||||
$text['label-waiting']['fr-ca'] = "";
|
||||
$text['label-waiting']['fr-fr'] = "d'attente";
|
||||
$text['label-waiting']['he-il'] = "";
|
||||
$text['label-waiting']['it-it'] = "Attendere";
|
||||
@@ -61,6 +76,7 @@ $text['label-waiting']['nl-nl'] = "";
|
||||
$text['label-waiting']['pl-pl'] = "Oczekiwanie";
|
||||
$text['label-waiting']['pt-br'] = "Esperar";
|
||||
$text['label-waiting']['pt-pt'] = "Esperando";
|
||||
$text['label-waiting']['ro-ro'] = "";
|
||||
$text['label-waiting']['ru-ru'] = "Ожидание";
|
||||
$text['label-waiting']['sv-se'] = "Väntar";
|
||||
$text['label-waiting']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['label-waiting']['uk-ua'] = "";
|
||||
$text['label-trying']['en-us'] = "Trying";
|
||||
$text['label-trying']['ar-eg'] = "";
|
||||
$text['label-trying']['de-at'] = "Versuchen";
|
||||
$text['label-trying']['de-ch'] = "";
|
||||
$text['label-trying']['de-de'] = "Versuchen";
|
||||
$text['label-trying']['es-cl'] = "Intentando";
|
||||
$text['label-trying']['es-mx'] = "";
|
||||
$text['label-trying']['fr-ca'] = "";
|
||||
$text['label-trying']['fr-fr'] = "d'essais";
|
||||
$text['label-trying']['he-il'] = "";
|
||||
$text['label-trying']['it-it'] = "Tentando";
|
||||
@@ -77,6 +96,7 @@ $text['label-trying']['nl-nl'] = "";
|
||||
$text['label-trying']['pl-pl'] = "Próba";
|
||||
$text['label-trying']['pt-br'] = "Tentando";
|
||||
$text['label-trying']['pt-pt'] = "Tentando";
|
||||
$text['label-trying']['ro-ro'] = "";
|
||||
$text['label-trying']['ru-ru'] = "Попытка";
|
||||
$text['label-trying']['sv-se'] = "Försöker";
|
||||
$text['label-trying']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['label-trying']['uk-ua'] = "";
|
||||
$text['label-transfer']['en-us'] = "Transfer";
|
||||
$text['label-transfer']['ar-eg'] = "تحويل";
|
||||
$text['label-transfer']['de-at'] = "Weiterleiten";
|
||||
$text['label-transfer']['de-ch'] = "";
|
||||
$text['label-transfer']['de-de'] = "Weiterleiten";
|
||||
$text['label-transfer']['es-cl'] = "Transferir";
|
||||
$text['label-transfer']['es-mx'] = "";
|
||||
$text['label-transfer']['fr-ca'] = "";
|
||||
$text['label-transfer']['fr-fr'] = "Transfert";
|
||||
$text['label-transfer']['he-il'] = "העבר";
|
||||
$text['label-transfer']['it-it'] = "Trasferimento";
|
||||
@@ -93,6 +116,7 @@ $text['label-transfer']['nl-nl'] = "";
|
||||
$text['label-transfer']['pl-pl'] = "Transferowanie";
|
||||
$text['label-transfer']['pt-br'] = "Transferir";
|
||||
$text['label-transfer']['pt-pt'] = "Transferir";
|
||||
$text['label-transfer']['ro-ro'] = "";
|
||||
$text['label-transfer']['ru-ru'] = "Перевод";
|
||||
$text['label-transfer']['sv-se'] = "Överför";
|
||||
$text['label-transfer']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-transfer']['uk-ua'] = "";
|
||||
$text['label-time_base_score']['en-us'] = "Time Base Score";
|
||||
$text['label-time_base_score']['ar-eg'] = "";
|
||||
$text['label-time_base_score']['de-at'] = "Zeitgeber für Klassifikation";
|
||||
$text['label-time_base_score']['de-ch'] = "";
|
||||
$text['label-time_base_score']['de-de'] = "Zeitgeber für Klassifikation";
|
||||
$text['label-time_base_score']['es-cl'] = "Puntuación basada en tiempo";
|
||||
$text['label-time_base_score']['es-mx'] = "";
|
||||
$text['label-time_base_score']['fr-ca'] = "";
|
||||
$text['label-time_base_score']['fr-fr'] = "Score basé sur le temps";
|
||||
$text['label-time_base_score']['he-il'] = "";
|
||||
$text['label-time_base_score']['it-it'] = "Punteggio basato sul Tempo";
|
||||
@@ -109,6 +136,7 @@ $text['label-time_base_score']['nl-nl'] = "";
|
||||
$text['label-time_base_score']['pl-pl'] = "Wynik oparty na czasie";
|
||||
$text['label-time_base_score']['pt-br'] = "Pontuação baseada no tempo";
|
||||
$text['label-time_base_score']['pt-pt'] = "Pontuação baseada no tempo";
|
||||
$text['label-time_base_score']['ro-ro'] = "";
|
||||
$text['label-time_base_score']['ru-ru'] = "Оценка по времени";
|
||||
$text['label-time_base_score']['sv-se'] = "Tidsbaserat Resultat";
|
||||
$text['label-time_base_score']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['label-time_base_score']['uk-ua'] = "";
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['ar-eg'] = "التوقيت";
|
||||
$text['label-time']['de-at'] = "Zeit";
|
||||
$text['label-time']['de-ch'] = "";
|
||||
$text['label-time']['de-de'] = "Zeit";
|
||||
$text['label-time']['es-cl'] = "Tiempo";
|
||||
$text['label-time']['es-mx'] = "";
|
||||
$text['label-time']['fr-ca'] = "";
|
||||
$text['label-time']['fr-fr'] = "Temps";
|
||||
$text['label-time']['he-il'] = "אזור זמן";
|
||||
$text['label-time']['it-it'] = "Tempo";
|
||||
@@ -125,6 +156,7 @@ $text['label-time']['nl-nl'] = "";
|
||||
$text['label-time']['pl-pl'] = "Czas";
|
||||
$text['label-time']['pt-br'] = "Fuso Horário";
|
||||
$text['label-time']['pt-pt'] = "Tempo";
|
||||
$text['label-time']['ro-ro'] = "";
|
||||
$text['label-time']['ru-ru'] = "Время";
|
||||
$text['label-time']['sv-se'] = "Tid";
|
||||
$text['label-time']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-time']['uk-ua'] = "";
|
||||
$text['label-tier_state']['en-us'] = "Tier State";
|
||||
$text['label-tier_state']['ar-eg'] = "";
|
||||
$text['label-tier_state']['de-at'] = "Ebenen-Status";
|
||||
$text['label-tier_state']['de-ch'] = "";
|
||||
$text['label-tier_state']['de-de'] = "Ebenen-Status";
|
||||
$text['label-tier_state']['es-cl'] = "Estado de Nivel";
|
||||
$text['label-tier_state']['es-mx'] = "";
|
||||
$text['label-tier_state']['fr-ca'] = "";
|
||||
$text['label-tier_state']['fr-fr'] = "Etat du Niveau";
|
||||
$text['label-tier_state']['he-il'] = "";
|
||||
$text['label-tier_state']['it-it'] = "Stato Livello";
|
||||
@@ -141,6 +176,7 @@ $text['label-tier_state']['nl-nl'] = "";
|
||||
$text['label-tier_state']['pl-pl'] = "Status poziomu";
|
||||
$text['label-tier_state']['pt-br'] = "Nivel de estado";
|
||||
$text['label-tier_state']['pt-pt'] = "Estado do Nível";
|
||||
$text['label-tier_state']['ro-ro'] = "";
|
||||
$text['label-tier_state']['ru-ru'] = "Состояние компетенции";
|
||||
$text['label-tier_state']['sv-se'] = "Kunskap Status";
|
||||
$text['label-tier_state']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['label-tier_state']['uk-ua'] = "";
|
||||
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['ar-eg'] = "";
|
||||
$text['label-tier_rules_apply']['de-at'] = "Ebenen-Regeln werden angewendet";
|
||||
$text['label-tier_rules_apply']['de-ch'] = "";
|
||||
$text['label-tier_rules_apply']['de-de'] = "Ebenen-Regeln werden angewendet";
|
||||
$text['label-tier_rules_apply']['es-cl'] = "Aplicar Reglas de Nivel";
|
||||
$text['label-tier_rules_apply']['es-mx'] = "";
|
||||
$text['label-tier_rules_apply']['fr-ca'] = "";
|
||||
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer les règles du Niveau";
|
||||
$text['label-tier_rules_apply']['he-il'] = "";
|
||||
$text['label-tier_rules_apply']['it-it'] = "Applica Regole di Livello";
|
||||
@@ -157,6 +196,7 @@ $text['label-tier_rules_apply']['nl-nl'] = "";
|
||||
$text['label-tier_rules_apply']['pl-pl'] = "Zastosuj zasadę poziomów";
|
||||
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível";
|
||||
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar as Regras do Nível";
|
||||
$text['label-tier_rules_apply']['ro-ro'] = "";
|
||||
$text['label-tier_rules_apply']['ru-ru'] = "Применять правила компетенции";
|
||||
$text['label-tier_rules_apply']['sv-se'] = "Kunskaps Regler Gäller";
|
||||
$text['label-tier_rules_apply']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['label-tier_rules_apply']['uk-ua'] = "";
|
||||
$text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second";
|
||||
$text['label-tier_rule_wait_second']['ar-eg'] = "";
|
||||
$text['label-tier_rule_wait_second']['de-at'] = "Wartezeit für Ebenen-Regel in Sekunden";
|
||||
$text['label-tier_rule_wait_second']['de-ch'] = "";
|
||||
$text['label-tier_rule_wait_second']['de-de'] = "Wartezeit für Ebenen-Regel in Sekunden";
|
||||
$text['label-tier_rule_wait_second']['es-cl'] = "Regla de nível segundo de espera";
|
||||
$text['label-tier_rule_wait_second']['es-mx'] = "";
|
||||
$text['label-tier_rule_wait_second']['fr-ca'] = "";
|
||||
$text['label-tier_rule_wait_second']['fr-fr'] = "Attente en secondes de la règle du Niveau";
|
||||
$text['label-tier_rule_wait_second']['he-il'] = "";
|
||||
$text['label-tier_rule_wait_second']['it-it'] = "Secondi di Attesa Regola di Livello";
|
||||
@@ -173,6 +216,7 @@ $text['label-tier_rule_wait_second']['nl-nl'] = "";
|
||||
$text['label-tier_rule_wait_second']['pl-pl'] = "Poziomowa zasada czekania";
|
||||
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera";
|
||||
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
|
||||
$text['label-tier_rule_wait_second']['ro-ro'] = "";
|
||||
$text['label-tier_rule_wait_second']['ru-ru'] = "Правило компетенции: Ждать секунд";
|
||||
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskaps Regel Väntetid i Sekunder";
|
||||
$text['label-tier_rule_wait_second']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['label-tier_rule_wait_second']['uk-ua'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply Level";
|
||||
$text['label-tier_rule_wait_multiply_level']['ar-eg'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['de-at'] = "Regel für Wartezeit-Multiplikator pro Ebene";
|
||||
$text['label-tier_rule_wait_multiply_level']['de-ch'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['de-de'] = "Regel für Wartezeit-Multiplikator pro Ebene";
|
||||
$text['label-tier_rule_wait_multiply_level']['es-cl'] = "Regla de nivel multiplicar nivel de espera";
|
||||
$text['label-tier_rule_wait_multiply_level']['es-mx'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['fr-ca'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['fr-fr'] = "Règle d'attente multipliée par Niveau";
|
||||
$text['label-tier_rule_wait_multiply_level']['he-il'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['it-it'] = "Regola di Attesa multi Livello";
|
||||
@@ -189,6 +236,7 @@ $text['label-tier_rule_wait_multiply_level']['nl-nl'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['pl-pl'] = "Poziomowa zasada przemnożenia";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-pt'] = "Regra de nível de espera multiplicado pelo nível";
|
||||
$text['label-tier_rule_wait_multiply_level']['ro-ro'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['ru-ru'] = "Правило компетенции: Множитель ожидания";
|
||||
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskaps Regel Väntetid Multipla Värden";
|
||||
$text['label-tier_rule_wait_multiply_level']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-tier_rule_wait_multiply_level']['uk-ua'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait";
|
||||
$text['label-tier_rule_no_agent_no_wait']['ar-eg'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['de-at'] = "Ebenen-Regel kein Agent nicht warten";
|
||||
$text['label-tier_rule_no_agent_no_wait']['de-ch'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['de-de'] = "Ebenen-Regel kein Agent nicht warten";
|
||||
$text['label-tier_rule_no_agent_no_wait']['es-cl'] = "Regla de Nivel sin Agente sin Espera";
|
||||
$text['label-tier_rule_no_agent_no_wait']['es-mx'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['fr-ca'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['fr-fr'] = "Règle du Niveau Pas d'agent, pas d'attente";
|
||||
$text['label-tier_rule_no_agent_no_wait']['he-il'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['it-it'] = "Regola di Livello No Operatori No Attesa";
|
||||
@@ -205,6 +256,7 @@ $text['label-tier_rule_no_agent_no_wait']['nl-nl'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pl-pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nível sem espera do agente";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pt-pt'] = "Regra de Nível Sem Agente Sem Espera";
|
||||
$text['label-tier_rule_no_agent_no_wait']['ro-ro'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['ru-ru'] = "Правило компетенции: Нет оператора, нет ожидания";
|
||||
$text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskaps Regel Ingen Agent Ingen Väntan";
|
||||
$text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
$text['label-tier_position']['en-us'] = "Tier Position";
|
||||
$text['label-tier_position']['ar-eg'] = "";
|
||||
$text['label-tier_position']['de-at'] = "Ebenen-Position";
|
||||
$text['label-tier_position']['de-ch'] = "";
|
||||
$text['label-tier_position']['de-de'] = "Ebenen-Position";
|
||||
$text['label-tier_position']['es-cl'] = "Posición de Nivel";
|
||||
$text['label-tier_position']['es-mx'] = "";
|
||||
$text['label-tier_position']['fr-ca'] = "";
|
||||
$text['label-tier_position']['fr-fr'] = "Position du Niveau";
|
||||
$text['label-tier_position']['he-il'] = "";
|
||||
$text['label-tier_position']['it-it'] = "Posizione Livello";
|
||||
@@ -221,6 +276,7 @@ $text['label-tier_position']['nl-nl'] = "";
|
||||
$text['label-tier_position']['pl-pl'] = "Pozycja poziomu";
|
||||
$text['label-tier_position']['pt-br'] = "Nivel da posição";
|
||||
$text['label-tier_position']['pt-pt'] = "Posição do Tier";
|
||||
$text['label-tier_position']['ro-ro'] = "";
|
||||
$text['label-tier_position']['ru-ru'] = "Позиция компетенции";
|
||||
$text['label-tier_position']['sv-se'] = "Kunskaps Position";
|
||||
$text['label-tier_position']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-tier_position']['uk-ua'] = "";
|
||||
$text['label-tier_level']['en-us'] = "Tier Level";
|
||||
$text['label-tier_level']['ar-eg'] = "";
|
||||
$text['label-tier_level']['de-at'] = "Ebenen-Niveau";
|
||||
$text['label-tier_level']['de-ch'] = "";
|
||||
$text['label-tier_level']['de-de'] = "Ebenen-Niveau";
|
||||
$text['label-tier_level']['es-cl'] = "Nivel";
|
||||
$text['label-tier_level']['es-mx'] = "";
|
||||
$text['label-tier_level']['fr-ca'] = "";
|
||||
$text['label-tier_level']['fr-fr'] = "Niveau";
|
||||
$text['label-tier_level']['he-il'] = "";
|
||||
$text['label-tier_level']['it-it'] = "Livello";
|
||||
@@ -237,6 +296,7 @@ $text['label-tier_level']['nl-nl'] = "";
|
||||
$text['label-tier_level']['pl-pl'] = "Tier Level";
|
||||
$text['label-tier_level']['pt-br'] = "Nivel da camada";
|
||||
$text['label-tier_level']['pt-pt'] = "Nível do Tier";
|
||||
$text['label-tier_level']['ro-ro'] = "";
|
||||
$text['label-tier_level']['ru-ru'] = "Уровень компетенции";
|
||||
$text['label-tier_level']['sv-se'] = "Kunskaps Nivå";
|
||||
$text['label-tier_level']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-tier_level']['uk-ua'] = "";
|
||||
$text['label-system']['en-us'] = "System";
|
||||
$text['label-system']['ar-eg'] = "النظام";
|
||||
$text['label-system']['de-at'] = "System";
|
||||
$text['label-system']['de-ch'] = "";
|
||||
$text['label-system']['de-de'] = "System";
|
||||
$text['label-system']['es-cl'] = "Sistema";
|
||||
$text['label-system']['es-mx'] = "";
|
||||
$text['label-system']['fr-ca'] = "";
|
||||
$text['label-system']['fr-fr'] = "Système";
|
||||
$text['label-system']['he-il'] = "מערכת";
|
||||
$text['label-system']['it-it'] = "Sistema";
|
||||
@@ -253,6 +316,7 @@ $text['label-system']['nl-nl'] = "";
|
||||
$text['label-system']['pl-pl'] = "System";
|
||||
$text['label-system']['pt-br'] = "Sistema";
|
||||
$text['label-system']['pt-pt'] = "Sistema";
|
||||
$text['label-system']['ro-ro'] = "";
|
||||
$text['label-system']['ru-ru'] = "Система";
|
||||
$text['label-system']['sv-se'] = "System";
|
||||
$text['label-system']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['label-system']['uk-ua'] = "";
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['ar-eg'] = "";
|
||||
$text['label-strategy']['de-at'] = "Strategie";
|
||||
$text['label-strategy']['de-ch'] = "";
|
||||
$text['label-strategy']['de-de'] = "Strategie";
|
||||
$text['label-strategy']['es-cl'] = "Estrategia";
|
||||
$text['label-strategy']['es-mx'] = "";
|
||||
$text['label-strategy']['fr-ca'] = "";
|
||||
$text['label-strategy']['fr-fr'] = "Stratégie";
|
||||
$text['label-strategy']['he-il'] = "";
|
||||
$text['label-strategy']['it-it'] = "Strategia";
|
||||
@@ -269,6 +336,7 @@ $text['label-strategy']['nl-nl'] = "";
|
||||
$text['label-strategy']['pl-pl'] = "Strategia";
|
||||
$text['label-strategy']['pt-br'] = "Estratégia";
|
||||
$text['label-strategy']['pt-pt'] = "Estratégia";
|
||||
$text['label-strategy']['ro-ro'] = "";
|
||||
$text['label-strategy']['ru-ru'] = "Стратегия";
|
||||
$text['label-strategy']['sv-se'] = "Strategi";
|
||||
$text['label-strategy']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-strategy']['uk-ua'] = "";
|
||||
$text['label-status_change']['en-us'] = "Status Change";
|
||||
$text['label-status_change']['ar-eg'] = "";
|
||||
$text['label-status_change']['de-at'] = "Status Änderung";
|
||||
$text['label-status_change']['de-ch'] = "";
|
||||
$text['label-status_change']['de-de'] = "Status Änderung";
|
||||
$text['label-status_change']['es-cl'] = "Cambio de Estado";
|
||||
$text['label-status_change']['es-mx'] = "";
|
||||
$text['label-status_change']['fr-ca'] = "";
|
||||
$text['label-status_change']['fr-fr'] = "Change Status";
|
||||
$text['label-status_change']['he-il'] = "";
|
||||
$text['label-status_change']['it-it'] = "Cambio Stato";
|
||||
@@ -285,6 +356,7 @@ $text['label-status_change']['nl-nl'] = "";
|
||||
$text['label-status_change']['pl-pl'] = "Zmiana statusu";
|
||||
$text['label-status_change']['pt-br'] = "Mudança de estado";
|
||||
$text['label-status_change']['pt-pt'] = "Mundança de Estado";
|
||||
$text['label-status_change']['ro-ro'] = "";
|
||||
$text['label-status_change']['ru-ru'] = "Изменения статуса";
|
||||
$text['label-status_change']['sv-se'] = "Status Förändra";
|
||||
$text['label-status_change']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-status_change']['uk-ua'] = "";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "الحالة";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "status";
|
||||
$text['label-status']['he-il'] = "סטטוס";
|
||||
$text['label-status']['it-it'] = "Stato";
|
||||
@@ -301,6 +376,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-status']['uk-ua'] = "";
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['ar-eg'] = "";
|
||||
$text['label-state']['de-at'] = "Status";
|
||||
$text['label-state']['de-ch'] = "";
|
||||
$text['label-state']['de-de'] = "Status";
|
||||
$text['label-state']['es-cl'] = "Estado";
|
||||
$text['label-state']['es-mx'] = "";
|
||||
$text['label-state']['fr-ca'] = "";
|
||||
$text['label-state']['fr-fr'] = "Etat";
|
||||
$text['label-state']['he-il'] = "מצב";
|
||||
$text['label-state']['it-it'] = "Stato";
|
||||
@@ -317,6 +396,7 @@ $text['label-state']['nl-nl'] = "";
|
||||
$text['label-state']['pl-pl'] = "Stan";
|
||||
$text['label-state']['pt-br'] = "Estado";
|
||||
$text['label-state']['pt-pt'] = "Estado";
|
||||
$text['label-state']['ro-ro'] = "";
|
||||
$text['label-state']['ru-ru'] = "Состояние";
|
||||
$text['label-state']['sv-se'] = "Status";
|
||||
$text['label-state']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-state']['uk-ua'] = "";
|
||||
$text['label-record_template']['en-us'] = "Record Template";
|
||||
$text['label-record_template']['ar-eg'] = "";
|
||||
$text['label-record_template']['de-at'] = "Aufnahme Vorlage";
|
||||
$text['label-record_template']['de-ch'] = "";
|
||||
$text['label-record_template']['de-de'] = "Aufnahme Vorlage";
|
||||
$text['label-record_template']['es-cl'] = "Plantilla de Grabación";
|
||||
$text['label-record_template']['es-mx'] = "";
|
||||
$text['label-record_template']['fr-ca'] = "";
|
||||
$text['label-record_template']['fr-fr'] = "Modèle d'enregistrement";
|
||||
$text['label-record_template']['he-il'] = "";
|
||||
$text['label-record_template']['it-it'] = "Registra Template";
|
||||
@@ -333,6 +416,7 @@ $text['label-record_template']['nl-nl'] = "";
|
||||
$text['label-record_template']['pl-pl'] = "Nagraj";
|
||||
$text['label-record_template']['pt-br'] = "Modelo de gravação";
|
||||
$text['label-record_template']['pt-pt'] = "Gravar template";
|
||||
$text['label-record_template']['ro-ro'] = "";
|
||||
$text['label-record_template']['ru-ru'] = "Шаблон записи";
|
||||
$text['label-record_template']['sv-se'] = "Spela In Mall";
|
||||
$text['label-record_template']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['label-record_template']['uk-ua'] = "";
|
||||
$text['label-queue_name']['en-us'] = "Queue Name";
|
||||
$text['label-queue_name']['ar-eg'] = "اسم الطابور";
|
||||
$text['label-queue_name']['de-at'] = "Warteschlange Name";
|
||||
$text['label-queue_name']['de-ch'] = "";
|
||||
$text['label-queue_name']['de-de'] = "Warteschlange Name";
|
||||
$text['label-queue_name']['es-cl'] = "Nombre de Cola";
|
||||
$text['label-queue_name']['es-mx'] = "";
|
||||
$text['label-queue_name']['fr-ca'] = "";
|
||||
$text['label-queue_name']['fr-fr'] = " Nom de la file";
|
||||
$text['label-queue_name']['he-il'] = "שם לתור";
|
||||
$text['label-queue_name']['it-it'] = "Nome Coda";
|
||||
@@ -349,6 +436,7 @@ $text['label-queue_name']['nl-nl'] = "";
|
||||
$text['label-queue_name']['pl-pl'] = "Nazwa kolejki";
|
||||
$text['label-queue_name']['pt-br'] = "Nome da fila";
|
||||
$text['label-queue_name']['pt-pt'] = "Nome da Fila";
|
||||
$text['label-queue_name']['ro-ro'] = "";
|
||||
$text['label-queue_name']['ru-ru'] = "Имя очереди";
|
||||
$text['label-queue_name']['sv-se'] = "Grupp Namn";
|
||||
$text['label-queue_name']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['label-queue_name']['uk-ua'] = "";
|
||||
$text['label-queue']['en-us'] = "Queue";
|
||||
$text['label-queue']['ar-eg'] = "طابور";
|
||||
$text['label-queue']['de-at'] = "Warteschlange";
|
||||
$text['label-queue']['de-ch'] = "";
|
||||
$text['label-queue']['de-de'] = "Warteschlange";
|
||||
$text['label-queue']['es-cl'] = "Cola";
|
||||
$text['label-queue']['es-mx'] = "";
|
||||
$text['label-queue']['fr-ca'] = "";
|
||||
$text['label-queue']['fr-fr'] = "File";
|
||||
$text['label-queue']['he-il'] = "תור";
|
||||
$text['label-queue']['it-it'] = "Coda";
|
||||
@@ -365,6 +456,7 @@ $text['label-queue']['nl-nl'] = "";
|
||||
$text['label-queue']['pl-pl'] = "Kolejka";
|
||||
$text['label-queue']['pt-br'] = "Fila";
|
||||
$text['label-queue']['pt-pt'] = "Fila";
|
||||
$text['label-queue']['ro-ro'] = "";
|
||||
$text['label-queue']['ru-ru'] = "Очередь";
|
||||
$text['label-queue']['sv-se'] = "Grupp";
|
||||
$text['label-queue']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['label-queue']['uk-ua'] = "";
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['ar-eg'] = "";
|
||||
$text['label-options']['de-at'] = "Optionen";
|
||||
$text['label-options']['de-ch'] = "";
|
||||
$text['label-options']['de-de'] = "Optionen";
|
||||
$text['label-options']['es-cl'] = "Opciones";
|
||||
$text['label-options']['es-mx'] = "";
|
||||
$text['label-options']['fr-ca'] = "";
|
||||
$text['label-options']['fr-fr'] = "Options";
|
||||
$text['label-options']['he-il'] = "אופציות";
|
||||
$text['label-options']['it-it'] = "Opzioni";
|
||||
@@ -381,6 +476,7 @@ $text['label-options']['nl-nl'] = "";
|
||||
$text['label-options']['pl-pl'] = "Opcje";
|
||||
$text['label-options']['pt-br'] = "Opções";
|
||||
$text['label-options']['pt-pt'] = "Opções";
|
||||
$text['label-options']['ro-ro'] = "";
|
||||
$text['label-options']['ru-ru'] = "Параметры";
|
||||
$text['label-options']['sv-se'] = "Val";
|
||||
$text['label-options']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['label-options']['uk-ua'] = "";
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "رقم";
|
||||
$text['label-number']['de-at'] = "Nummer";
|
||||
$text['label-number']['de-ch'] = "";
|
||||
$text['label-number']['de-de'] = "Nummer";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['es-mx'] = "";
|
||||
$text['label-number']['fr-ca'] = "";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-number']['he-il'] = "מספר";
|
||||
$text['label-number']['it-it'] = "Numero";
|
||||
@@ -397,6 +496,7 @@ $text['label-number']['nl-nl'] = "";
|
||||
$text['label-number']['pl-pl'] = "Numer";
|
||||
$text['label-number']['pt-br'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['ro-ro'] = "";
|
||||
$text['label-number']['ru-ru'] = "Номер";
|
||||
$text['label-number']['sv-se'] = "Nummer";
|
||||
$text['label-number']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['label-number']['uk-ua'] = "";
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['ar-eg'] = "";
|
||||
$text['label-music_on_hold']['de-at'] = "Wartemusik";
|
||||
$text['label-music_on_hold']['de-ch'] = "";
|
||||
$text['label-music_on_hold']['de-de'] = "Wartemusik";
|
||||
$text['label-music_on_hold']['es-cl'] = "Musica en Espera";
|
||||
$text['label-music_on_hold']['es-mx'] = "";
|
||||
$text['label-music_on_hold']['fr-ca'] = "";
|
||||
$text['label-music_on_hold']['fr-fr'] = "Musique de Garde";
|
||||
$text['label-music_on_hold']['he-il'] = "מוסיקה במתנה";
|
||||
$text['label-music_on_hold']['it-it'] = "Musica di Attesa";
|
||||
@@ -413,6 +516,7 @@ $text['label-music_on_hold']['nl-nl'] = "";
|
||||
$text['label-music_on_hold']['pl-pl'] = "Muzyka na czekanie";
|
||||
$text['label-music_on_hold']['pt-br'] = "Música de espera";
|
||||
$text['label-music_on_hold']['pt-pt'] = "Música em espera";
|
||||
$text['label-music_on_hold']['ro-ro'] = "";
|
||||
$text['label-music_on_hold']['ru-ru'] = "Музыка на удержании";
|
||||
$text['label-music_on_hold']['sv-se'] = "Väntmusik";
|
||||
$text['label-music_on_hold']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['label-music_on_hold']['uk-ua'] = "";
|
||||
$text['label-missed']['en-us'] = "Missed";
|
||||
$text['label-missed']['ar-eg'] = "";
|
||||
$text['label-missed']['de-at'] = "Verpasst";
|
||||
$text['label-missed']['de-ch'] = "";
|
||||
$text['label-missed']['de-de'] = "Verpasst";
|
||||
$text['label-missed']['es-cl'] = "Perdido";
|
||||
$text['label-missed']['es-mx'] = "";
|
||||
$text['label-missed']['fr-ca'] = "";
|
||||
$text['label-missed']['fr-fr'] = "Raté";
|
||||
$text['label-missed']['he-il'] = "שיחה שלא נענתה";
|
||||
$text['label-missed']['it-it'] = "Persa";
|
||||
@@ -429,6 +536,7 @@ $text['label-missed']['nl-nl'] = "";
|
||||
$text['label-missed']['pl-pl'] = "Nie odebrany";
|
||||
$text['label-missed']['pt-br'] = "Perdidas";
|
||||
$text['label-missed']['pt-pt'] = "Perdidas";
|
||||
$text['label-missed']['ro-ro'] = "";
|
||||
$text['label-missed']['ru-ru'] = "Пропущенный";
|
||||
$text['label-missed']['sv-se'] = "Missade";
|
||||
$text['label-missed']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['label-missed']['uk-ua'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No Agent";
|
||||
$text['label-max_wait_time_with_no_agent']['ar-eg'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['de-at'] = "Maximale Wartezeit ohne Agent";
|
||||
$text['label-max_wait_time_with_no_agent']['de-ch'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['de-de'] = "Maximale Wartezeit ohne Agent";
|
||||
$text['label-max_wait_time_with_no_agent']['es-cl'] = "Tiempo Máximo de Espera sin Agente";
|
||||
$text['label-max_wait_time_with_no_agent']['es-mx'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['fr-ca'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['fr-fr'] = "Max d'attente sans Agent";
|
||||
$text['label-max_wait_time_with_no_agent']['he-il'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['it-it'] = "Tempo Massimo di Attea Senza Operatori";
|
||||
@@ -445,6 +556,7 @@ $text['label-max_wait_time_with_no_agent']['nl-nl'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['pl-pl'] = "Maks czas oczekiwania bez agenta";
|
||||
$text['label-max_wait_time_with_no_agent']['pt-br'] = "Tempo máximo de esoera sem agente";
|
||||
$text['label-max_wait_time_with_no_agent']['pt-pt'] = "Tempo máximo de espera sem agente";
|
||||
$text['label-max_wait_time_with_no_agent']['ro-ro'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['ru-ru'] = "Максимальное время ожидания без оператора";
|
||||
$text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid (Ingen Agent)";
|
||||
$text['label-max_wait_time_with_no_agent']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['label-max_wait_time_with_no_agent']['uk-ua'] = "";
|
||||
$text['label-max_wait_time']['en-us'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['ar-eg'] = "";
|
||||
$text['label-max_wait_time']['de-at'] = "Maximale Wartezeit";
|
||||
$text['label-max_wait_time']['de-ch'] = "";
|
||||
$text['label-max_wait_time']['de-de'] = "Maximale Wartezeit";
|
||||
$text['label-max_wait_time']['es-cl'] = "Tiempo Máximo de Espera";
|
||||
$text['label-max_wait_time']['es-mx'] = "";
|
||||
$text['label-max_wait_time']['fr-ca'] = "";
|
||||
$text['label-max_wait_time']['fr-fr'] = "Max d'attente";
|
||||
$text['label-max_wait_time']['he-il'] = "מקסימום זמן המתנה";
|
||||
$text['label-max_wait_time']['it-it'] = "Tempo Massimo di Attesa";
|
||||
@@ -461,6 +576,7 @@ $text['label-max_wait_time']['nl-nl'] = "";
|
||||
$text['label-max_wait_time']['pl-pl'] = "Maks czas oczekiwania";
|
||||
$text['label-max_wait_time']['pt-br'] = "Tempo máximo de espera";
|
||||
$text['label-max_wait_time']['pt-pt'] = "Tempo máximo de espera";
|
||||
$text['label-max_wait_time']['ro-ro'] = "";
|
||||
$text['label-max_wait_time']['ru-ru'] = "Максимальное время ожидания";
|
||||
$text['label-max_wait_time']['sv-se'] = "Max Vänt Tid";
|
||||
$text['label-max_wait_time']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['label-max_wait_time']['uk-ua'] = "";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "رقم داخلي";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-extension']['de-ch'] = "";
|
||||
$text['label-extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['es-mx'] = "";
|
||||
$text['label-extension']['fr-ca'] = "";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['he-il'] = "שלוחה";
|
||||
$text['label-extension']['it-it'] = "Interno";
|
||||
@@ -477,6 +596,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-extension']['pt-br'] = "Ramal";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['label-extension']['uk-ua'] = "";
|
||||
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['ar-eg'] = "";
|
||||
$text['label-eavesdrop']['de-at'] = "Mithören";
|
||||
$text['label-eavesdrop']['de-ch'] = "";
|
||||
$text['label-eavesdrop']['de-de'] = "Mithören";
|
||||
$text['label-eavesdrop']['es-cl'] = "Escuchar";
|
||||
$text['label-eavesdrop']['es-mx'] = "";
|
||||
$text['label-eavesdrop']['fr-ca'] = "";
|
||||
$text['label-eavesdrop']['fr-fr'] = "Espionnage";
|
||||
$text['label-eavesdrop']['he-il'] = "";
|
||||
$text['label-eavesdrop']['it-it'] = "Ascolta";
|
||||
@@ -493,6 +616,7 @@ $text['label-eavesdrop']['nl-nl'] = "";
|
||||
$text['label-eavesdrop']['pl-pl'] = "Podsłuchiwanie";
|
||||
$text['label-eavesdrop']['pt-br'] = "Investigar";
|
||||
$text['label-eavesdrop']['pt-pt'] = "Escutar";
|
||||
$text['label-eavesdrop']['ro-ro'] = "";
|
||||
$text['label-eavesdrop']['ru-ru'] = "Подслушать";
|
||||
$text['label-eavesdrop']['sv-se'] = "Medlyssning";
|
||||
$text['label-eavesdrop']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['label-eavesdrop']['uk-ua'] = "";
|
||||
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['ar-eg'] = "";
|
||||
$text['label-discard_abandoned_after']['de-at'] = "Zurückweisen nach Abwurf";
|
||||
$text['label-discard_abandoned_after']['de-ch'] = "";
|
||||
$text['label-discard_abandoned_after']['de-de'] = "Zurückweisen nach Abwurf";
|
||||
$text['label-discard_abandoned_after']['es-cl'] = "Descartar Abandono Despues de";
|
||||
$text['label-discard_abandoned_after']['es-mx'] = "";
|
||||
$text['label-discard_abandoned_after']['fr-ca'] = "";
|
||||
$text['label-discard_abandoned_after']['fr-fr'] = "Ecarter les appels abandonnés après";
|
||||
$text['label-discard_abandoned_after']['he-il'] = "";
|
||||
$text['label-discard_abandoned_after']['it-it'] = "Scartare Abbandonate dopo";
|
||||
@@ -509,6 +636,7 @@ $text['label-discard_abandoned_after']['nl-nl'] = "";
|
||||
$text['label-discard_abandoned_after']['pl-pl'] = "Odrzuć opuszczoną rozmowę po";
|
||||
$text['label-discard_abandoned_after']['pt-br'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['ro-ro'] = "";
|
||||
$text['label-discard_abandoned_after']['ru-ru'] = "Сбросить вызов после покидания очереди";
|
||||
$text['label-discard_abandoned_after']['sv-se'] = "Uteslut Övergivna Efter ";
|
||||
$text['label-discard_abandoned_after']['uk-ua'] = "";
|
||||
@@ -516,8 +644,11 @@ $text['label-discard_abandoned_after']['uk-ua'] = "";
|
||||
$text['label-call']['en-us'] = "Call";
|
||||
$text['label-call']['ar-eg'] = "";
|
||||
$text['label-call']['de-at'] = "Anruf";
|
||||
$text['label-call']['de-ch'] = "";
|
||||
$text['label-call']['de-de'] = "Anruf";
|
||||
$text['label-call']['es-cl'] = "Llamar";
|
||||
$text['label-call']['es-mx'] = "";
|
||||
$text['label-call']['fr-ca'] = "";
|
||||
$text['label-call']['fr-fr'] = "Appel";
|
||||
$text['label-call']['he-il'] = "שיחה";
|
||||
$text['label-call']['it-it'] = "Chiama";
|
||||
@@ -525,6 +656,7 @@ $text['label-call']['nl-nl'] = "";
|
||||
$text['label-call']['pl-pl'] = "Rozmowa";
|
||||
$text['label-call']['pt-br'] = "Chamada";
|
||||
$text['label-call']['pt-pt'] = "Chamada";
|
||||
$text['label-call']['ro-ro'] = "";
|
||||
$text['label-call']['ru-ru'] = "Вызов";
|
||||
$text['label-call']['sv-se'] = "Samtal";
|
||||
$text['label-call']['uk-ua'] = "";
|
||||
@@ -532,8 +664,11 @@ $text['label-call']['uk-ua'] = "";
|
||||
$text['label-answered']['en-us'] = "Answered";
|
||||
$text['label-answered']['ar-eg'] = "";
|
||||
$text['label-answered']['de-at'] = "Angenommen";
|
||||
$text['label-answered']['de-ch'] = "";
|
||||
$text['label-answered']['de-de'] = "Angenommen";
|
||||
$text['label-answered']['es-cl'] = "Respondido";
|
||||
$text['label-answered']['es-mx'] = "";
|
||||
$text['label-answered']['fr-ca'] = "";
|
||||
$text['label-answered']['fr-fr'] = "Répondu";
|
||||
$text['label-answered']['he-il'] = "";
|
||||
$text['label-answered']['it-it'] = "Risposto";
|
||||
@@ -541,6 +676,7 @@ $text['label-answered']['nl-nl'] = "";
|
||||
$text['label-answered']['pl-pl'] = "Odebrano";
|
||||
$text['label-answered']['pt-br'] = "Atendidas";
|
||||
$text['label-answered']['pt-pt'] = "Atendidas";
|
||||
$text['label-answered']['ro-ro'] = "";
|
||||
$text['label-answered']['ru-ru'] = "Отвеченый";
|
||||
$text['label-answered']['sv-se'] = "Besvarad";
|
||||
$text['label-answered']['uk-ua'] = "";
|
||||
@@ -548,8 +684,11 @@ $text['label-answered']['uk-ua'] = "";
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['ar-eg'] = "";
|
||||
$text['label-agent']['de-at'] = "Agent";
|
||||
$text['label-agent']['de-ch'] = "";
|
||||
$text['label-agent']['de-de'] = "Agent";
|
||||
$text['label-agent']['es-cl'] = "Agente";
|
||||
$text['label-agent']['es-mx'] = "";
|
||||
$text['label-agent']['fr-ca'] = "";
|
||||
$text['label-agent']['fr-fr'] = "Agent";
|
||||
$text['label-agent']['he-il'] = "סוכן";
|
||||
$text['label-agent']['it-it'] = "Operatore";
|
||||
@@ -557,6 +696,7 @@ $text['label-agent']['nl-nl'] = "";
|
||||
$text['label-agent']['pl-pl'] = "Agent";
|
||||
$text['label-agent']['pt-br'] = "Agente";
|
||||
$text['label-agent']['pt-pt'] = "Agente";
|
||||
$text['label-agent']['ro-ro'] = "";
|
||||
$text['label-agent']['ru-ru'] = "Оператор";
|
||||
$text['label-agent']['sv-se'] = "Agent";
|
||||
$text['label-agent']['uk-ua'] = "";
|
||||
@@ -564,8 +704,11 @@ $text['label-agent']['uk-ua'] = "";
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['ar-eg'] = "";
|
||||
$text['label-abandoned_resume_allowed']['de-at'] = "Wiederaufnahme nach Zurückweisung erlaubt";
|
||||
$text['label-abandoned_resume_allowed']['de-ch'] = "";
|
||||
$text['label-abandoned_resume_allowed']['de-de'] = "Wiederaufnahme nach Zurückweisung erlaubt";
|
||||
$text['label-abandoned_resume_allowed']['es-cl'] = "Permitir Reanudación de Abandono";
|
||||
$text['label-abandoned_resume_allowed']['es-mx'] = "";
|
||||
$text['label-abandoned_resume_allowed']['fr-ca'] = "";
|
||||
$text['label-abandoned_resume_allowed']['fr-fr'] = "Authoriser la reprise des abandonnés";
|
||||
$text['label-abandoned_resume_allowed']['he-il'] = "";
|
||||
$text['label-abandoned_resume_allowed']['it-it'] = "Permettere ripresa delle Abbandonate";
|
||||
@@ -573,6 +716,7 @@ $text['label-abandoned_resume_allowed']['nl-nl'] = "";
|
||||
$text['label-abandoned_resume_allowed']['pl-pl'] = "Odbieranie odrzuconych rozmów jest dozwolone";
|
||||
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo abandonado permidito";
|
||||
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
|
||||
$text['label-abandoned_resume_allowed']['ro-ro'] = "";
|
||||
$text['label-abandoned_resume_allowed']['ru-ru'] = "Разрешить восстанавливать покинутый вызов";
|
||||
$text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Övergivna Tillåtet";
|
||||
$text['label-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
@@ -580,8 +724,11 @@ $text['label-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
$text['header-agents']['en-us'] = "Agents";
|
||||
$text['header-agents']['ar-eg'] = "";
|
||||
$text['header-agents']['de-at'] = "Agenten";
|
||||
$text['header-agents']['de-ch'] = "";
|
||||
$text['header-agents']['de-de'] = "Agenten";
|
||||
$text['header-agents']['es-cl'] = "Agentes";
|
||||
$text['header-agents']['es-mx'] = "";
|
||||
$text['header-agents']['fr-ca'] = "";
|
||||
$text['header-agents']['fr-fr'] = "Agents";
|
||||
$text['header-agents']['he-il'] = "סוכנים";
|
||||
$text['header-agents']['it-it'] = "Operatori";
|
||||
@@ -589,6 +736,7 @@ $text['header-agents']['nl-nl'] = "";
|
||||
$text['header-agents']['pl-pl'] = "Agenci";
|
||||
$text['header-agents']['pt-br'] = "Agentes";
|
||||
$text['header-agents']['pt-pt'] = "Agentes";
|
||||
$text['header-agents']['ro-ro'] = "";
|
||||
$text['header-agents']['ru-ru'] = "Операторы";
|
||||
$text['header-agents']['sv-se'] = "Agenter";
|
||||
$text['header-agents']['uk-ua'] = "";
|
||||
@@ -596,8 +744,11 @@ $text['header-agents']['uk-ua'] = "";
|
||||
$text['header-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['header-active_call_center']['ar-eg'] = "";
|
||||
$text['header-active_call_center']['de-at'] = "Aktives Callcenter";
|
||||
$text['header-active_call_center']['de-ch'] = "";
|
||||
$text['header-active_call_center']['de-de'] = "Aktives Callcenter";
|
||||
$text['header-active_call_center']['es-cl'] = "Centro de Llamados Activo";
|
||||
$text['header-active_call_center']['es-mx'] = "";
|
||||
$text['header-active_call_center']['fr-ca'] = "";
|
||||
$text['header-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['header-active_call_center']['he-il'] = "";
|
||||
$text['header-active_call_center']['it-it'] = "Call Center Attivo";
|
||||
@@ -605,6 +756,7 @@ $text['header-active_call_center']['nl-nl'] = "";
|
||||
$text['header-active_call_center']['pl-pl'] = "Aktywność w Call Center ";
|
||||
$text['header-active_call_center']['pt-br'] = "Atividade do Call Center";
|
||||
$text['header-active_call_center']['pt-pt'] = "Atividade do Call Center";
|
||||
$text['header-active_call_center']['ro-ro'] = "";
|
||||
$text['header-active_call_center']['ru-ru'] = "Активный Колл-центр";
|
||||
$text['header-active_call_center']['sv-se'] = "Aktivt Call Center";
|
||||
$text['header-active_call_center']['uk-ua'] = "";
|
||||
@@ -612,8 +764,11 @@ $text['header-active_call_center']['uk-ua'] = "";
|
||||
$text['description-queue']['en-us'] = "A current list of callers in the queue is below.";
|
||||
$text['description-queue']['ar-eg'] = "";
|
||||
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
$text['description-queue']['de-ch'] = "";
|
||||
$text['description-queue']['de-de'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
$text['description-queue']['es-cl'] = "Un listado de los llamantes en cola se muestra a continuación.";
|
||||
$text['description-queue']['es-mx'] = "";
|
||||
$text['description-queue']['fr-ca'] = "";
|
||||
$text['description-queue']['fr-fr'] = "Liste des appelants dans la file.";
|
||||
$text['description-queue']['he-il'] = "";
|
||||
$text['description-queue']['it-it'] = "La lista delle chiamate in coda è visualizzata di seguito.";
|
||||
@@ -621,6 +776,7 @@ $text['description-queue']['nl-nl'] = "";
|
||||
$text['description-queue']['pl-pl'] = "Aktualna lista rozmówców w kolejce jest poniżej .";
|
||||
$text['description-queue']['pt-br'] = "Lista atual das chamadas em fila abaixo.";
|
||||
$text['description-queue']['pt-pt'] = "Lista de chamadas na fila.";
|
||||
$text['description-queue']['ro-ro'] = "";
|
||||
$text['description-queue']['ru-ru'] = "Текущий список звонящих в этой очереди ниже.";
|
||||
$text['description-queue']['sv-se'] = "Aktuell lista på köande samtal enligt nedan ";
|
||||
$text['description-queue']['uk-ua'] = "";
|
||||
@@ -628,8 +784,11 @@ $text['description-queue']['uk-ua'] = "";
|
||||
$text['description-agents']['en-us'] = "A current list of agents is below.";
|
||||
$text['description-agents']['ar-eg'] = "";
|
||||
$text['description-agents']['de-at'] = "Eine aktuelle Liste der Agenten sehen sie unten.";
|
||||
$text['description-agents']['de-ch'] = "";
|
||||
$text['description-agents']['de-de'] = "Eine aktuelle Liste der Agenten sehen sie unten.";
|
||||
$text['description-agents']['es-cl'] = "Un listado de los agentes actuales de muestra a continuación.";
|
||||
$text['description-agents']['es-mx'] = "";
|
||||
$text['description-agents']['fr-ca'] = "";
|
||||
$text['description-agents']['fr-fr'] = "Liste des agents";
|
||||
$text['description-agents']['he-il'] = "";
|
||||
$text['description-agents']['it-it'] = "La lista degli operatori attuali è mostrata di seguito.";
|
||||
@@ -637,6 +796,7 @@ $text['description-agents']['nl-nl'] = "";
|
||||
$text['description-agents']['pl-pl'] = "Aktualna lista agentów jest poniżej ";
|
||||
$text['description-agents']['pt-br'] = "Lista dos atuais agentes abaixo.";
|
||||
$text['description-agents']['pt-pt'] = "Lista de agentes.";
|
||||
$text['description-agents']['ro-ro'] = "";
|
||||
$text['description-agents']['ru-ru'] = "Текущий список операторов ниже.";
|
||||
$text['description-agents']['sv-se'] = "Aktuell lista på Agenter enligt nedan";
|
||||
$text['description-agents']['uk-ua'] = "";
|
||||
@@ -644,8 +804,11 @@ $text['description-agents']['uk-ua'] = "";
|
||||
$text['description-active_call_center']['en-us'] = "Select a Call Center Queue from the list below to view its activity.";
|
||||
$text['description-active_call_center']['ar-eg'] = "";
|
||||
$text['description-active_call_center']['de-at'] = "Wählen Sie eine Callcenter-Warteschlange aus der Liste unten um die Aktivität zu beobachten.";
|
||||
$text['description-active_call_center']['de-ch'] = "";
|
||||
$text['description-active_call_center']['de-de'] = "Wählen Sie eine Callcenter-Warteschlange aus der Liste unten um die Aktivität zu beobachten.";
|
||||
$text['description-active_call_center']['es-cl'] = "Seleccione la Cola del Centro de Llamados desde el siguiente listado para ver su actividad.";
|
||||
$text['description-active_call_center']['es-mx'] = "";
|
||||
$text['description-active_call_center']['fr-ca'] = "";
|
||||
$text['description-active_call_center']['fr-fr'] = "Choisir une file d'attente dans la liste pour voir son activité.";
|
||||
$text['description-active_call_center']['he-il'] = "";
|
||||
$text['description-active_call_center']['it-it'] = "Seleziona una Coda del Call Center per vedere la sua attività.";
|
||||
@@ -653,8 +816,9 @@ $text['description-active_call_center']['nl-nl'] = "";
|
||||
$text['description-active_call_center']['pl-pl'] = "Aby zobaczyć aktywność kolejki w Call Center wybierz ja z poniższej listy.";
|
||||
$text['description-active_call_center']['pt-br'] = "Selecione uma fila de Call Center a partir da lista abaixo para ver a sua atividade.";
|
||||
$text['description-active_call_center']['pt-pt'] = "Seleccione uma fila de Call Center a partir da lista em baixo para ver a sua actividade.";
|
||||
$text['description-active_call_center']['ro-ro'] = "";
|
||||
$text['description-active_call_center']['ru-ru'] = "Выберите очередь Колл-центра из списка, чтобы посмотреть ее состояние";
|
||||
$text['description-active_call_center']['sv-se'] = "Välj en Call Center Grupp från listan nedan för att se dess aktivitet";
|
||||
$text['description-active_call_center']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 19th of May 2017 01:29:06 PM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 09:57:46 AM UTC
|
||||
|
||||
$text['title-call_centers']['en-us'] = "Call Center";
|
||||
$text['title-call_centers']['ar-eg'] = "";
|
||||
@@ -13,6 +13,7 @@ $text['title-call_centers']['nl-nl'] = "";
|
||||
$text['title-call_centers']['pl-pl'] = "Call Center ";
|
||||
$text['title-call_centers']['pt-br'] = "Call Center";
|
||||
$text['title-call_centers']['pt-pt'] = "Centro de Chamadas";
|
||||
$text['title-call_centers']['ro-ro'] = "";
|
||||
$text['title-call_centers']['ru-ru'] = "Колл-центр";
|
||||
$text['title-call_centers']['sv-se'] = "Call Center";
|
||||
$text['title-call_centers']['uk-ua'] = "Кол-центр";
|
||||
@@ -29,6 +30,7 @@ $text['title-call_center_tier_edit']['nl-nl'] = "";
|
||||
$text['title-call_center_tier_edit']['pl-pl'] = "Poziom w Call Center ";
|
||||
$text['title-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center";
|
||||
$text['title-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
|
||||
$text['title-call_center_tier_edit']['ro-ro'] = "";
|
||||
$text['title-call_center_tier_edit']['ru-ru'] = "Компетенция Колл-центра";
|
||||
$text['title-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
|
||||
$text['title-call_center_tier_edit']['uk-ua'] = "Рівень кол-центра";
|
||||
@@ -45,6 +47,7 @@ $text['title-call_center_queues_edit']['nl-nl'] = "";
|
||||
$text['title-call_center_queues_edit']['pl-pl'] = "";
|
||||
$text['title-call_center_queues_edit']['pt-br'] = "Editar fila de Call Center";
|
||||
$text['title-call_center_queues_edit']['pt-pt'] = "Editar Fila de Call Center";
|
||||
$text['title-call_center_queues_edit']['ro-ro'] = "";
|
||||
$text['title-call_center_queues_edit']['ru-ru'] = "Редактировать очередь Колл-центра";
|
||||
$text['title-call_center_queues_edit']['sv-se'] = "Ändra Call Center Kö";
|
||||
$text['title-call_center_queues_edit']['uk-ua'] = "";
|
||||
@@ -61,6 +64,7 @@ $text['title-call_center_queues_add']['nl-nl'] = "";
|
||||
$text['title-call_center_queues_add']['pl-pl'] = "";
|
||||
$text['title-call_center_queues_add']['pt-br'] = "Adicionar filas de Call Center";
|
||||
$text['title-call_center_queues_add']['pt-pt'] = "Adicionar Fila de Call Center";
|
||||
$text['title-call_center_queues_add']['ro-ro'] = "";
|
||||
$text['title-call_center_queues_add']['ru-ru'] = "Добавить очередь Колл-центра";
|
||||
$text['title-call_center_queues_add']['sv-se'] = "Lägg till Call Center Kö";
|
||||
$text['title-call_center_queues_add']['uk-ua'] = "";
|
||||
@@ -77,6 +81,7 @@ $text['title-call_center_queues']['nl-nl'] = "";
|
||||
$text['title-call_center_queues']['pl-pl'] = "Kolejki w Call Center ";
|
||||
$text['title-call_center_queues']['pt-br'] = "Filas de Call Center";
|
||||
$text['title-call_center_queues']['pt-pt'] = "Filas de Call Center";
|
||||
$text['title-call_center_queues']['ro-ro'] = "";
|
||||
$text['title-call_center_queues']['ru-ru'] = "Очереди Колл-центра";
|
||||
$text['title-call_center_queues']['sv-se'] = "Call Center Kö:er";
|
||||
$text['title-call_center_queues']['uk-ua'] = "Черги кол-центра";
|
||||
@@ -93,6 +98,7 @@ $text['title-call_center_queue_edit']['nl-nl'] = "";
|
||||
$text['title-call_center_queue_edit']['pl-pl'] = "Kolejka w Call Center ";
|
||||
$text['title-call_center_queue_edit']['pt-br'] = "Editar fila de Call Center";
|
||||
$text['title-call_center_queue_edit']['pt-pt'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_edit']['ro-ro'] = "";
|
||||
$text['title-call_center_queue_edit']['ru-ru'] = "Очередь Колл-центра";
|
||||
$text['title-call_center_queue_edit']['sv-se'] = "Call Center Kö";
|
||||
$text['title-call_center_queue_edit']['uk-ua'] = "Черга кол-центра";
|
||||
@@ -109,6 +115,7 @@ $text['title-call_center_queue_add']['nl-nl'] = "";
|
||||
$text['title-call_center_queue_add']['pl-pl'] = "Kolejka w Call Center ";
|
||||
$text['title-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center";
|
||||
$text['title-call_center_queue_add']['pt-pt'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_add']['ro-ro'] = "";
|
||||
$text['title-call_center_queue_add']['ru-ru'] = "Очередь Колл-центра";
|
||||
$text['title-call_center_queue_add']['sv-se'] = "Call Center Kö";
|
||||
$text['title-call_center_queue_add']['uk-ua'] = "Черга кол-центра";
|
||||
@@ -125,6 +132,7 @@ $text['title-call_center_agents']['nl-nl'] = "";
|
||||
$text['title-call_center_agents']['pl-pl'] = "Agenci w Call Center";
|
||||
$text['title-call_center_agents']['pt-br'] = "Agentes do call center";
|
||||
$text['title-call_center_agents']['pt-pt'] = "Agentes do Call Center";
|
||||
$text['title-call_center_agents']['ro-ro'] = "";
|
||||
$text['title-call_center_agents']['ru-ru'] = "Операторы Колл-центра";
|
||||
$text['title-call_center_agents']['sv-se'] = "Call Center Agenter";
|
||||
$text['title-call_center_agents']['uk-ua'] = "Оператори кол-центра";
|
||||
@@ -141,6 +149,7 @@ $text['title-call_center_agent_status']['nl-nl'] = "";
|
||||
$text['title-call_center_agent_status']['pl-pl'] = "Status agentów w Call Center";
|
||||
$text['title-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center";
|
||||
$text['title-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center";
|
||||
$text['title-call_center_agent_status']['ro-ro'] = "";
|
||||
$text['title-call_center_agent_status']['ru-ru'] = "Статус оператора Колл-центра";
|
||||
$text['title-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
|
||||
$text['title-call_center_agent_status']['uk-ua'] = "Статус оператора кол-центра";
|
||||
@@ -157,6 +166,7 @@ $text['title-call_center_agent_edit']['nl-nl'] = "";
|
||||
$text['title-call_center_agent_edit']['pl-pl'] = "Agent w Call Center";
|
||||
$text['title-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center";
|
||||
$text['title-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
|
||||
$text['title-call_center_agent_edit']['ro-ro'] = "";
|
||||
$text['title-call_center_agent_edit']['ru-ru'] = "Оператор Колл-центра";
|
||||
$text['title-call_center_agent_edit']['sv-se'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_edit']['uk-ua'] = "Оператор кол-центра";
|
||||
@@ -173,6 +183,7 @@ $text['title-call_center_agent_add']['nl-nl'] = "";
|
||||
$text['title-call_center_agent_add']['pl-pl'] = "Agent w Call Center";
|
||||
$text['title-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center";
|
||||
$text['title-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
|
||||
$text['title-call_center_agent_add']['ro-ro'] = "";
|
||||
$text['title-call_center_agent_add']['ru-ru'] = "Оператор Колл-центра";
|
||||
$text['title-call_center_agent_add']['sv-se'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_add']['uk-ua'] = "Оператор кол-центра";
|
||||
@@ -189,6 +200,7 @@ $text['title-call_center']['nl-nl'] = "";
|
||||
$text['title-call_center']['pl-pl'] = "Call Center ";
|
||||
$text['title-call_center']['pt-br'] = "Call Center";
|
||||
$text['title-call_center']['pt-pt'] = "Centro de Chamadas";
|
||||
$text['title-call_center']['ro-ro'] = "";
|
||||
$text['title-call_center']['ru-ru'] = "Колл-центр";
|
||||
$text['title-call_center']['sv-se'] = "Call Center";
|
||||
$text['title-call_center']['uk-ua'] = "Кол-центр";
|
||||
@@ -205,6 +217,7 @@ $text['option-usring']['nl-nl'] = "";
|
||||
$text['option-usring']['pl-pl'] = "us-ring";
|
||||
$text['option-usring']['pt-br'] = "us-ring";
|
||||
$text['option-usring']['pt-pt'] = "us-ring";
|
||||
$text['option-usring']['ro-ro'] = "";
|
||||
$text['option-usring']['ru-ru'] = "us-ring";
|
||||
$text['option-usring']['sv-se'] = "us-ring";
|
||||
$text['option-usring']['uk-ua'] = "us-ring";
|
||||
@@ -221,6 +234,7 @@ $text['option-ukring']['nl-nl'] = "";
|
||||
$text['option-ukring']['pl-pl'] = "uk-ring";
|
||||
$text['option-ukring']['pt-br'] = "uk-ring";
|
||||
$text['option-ukring']['pt-pt'] = "uk-ring";
|
||||
$text['option-ukring']['ro-ro'] = "";
|
||||
$text['option-ukring']['ru-ru'] = "uk-ring";
|
||||
$text['option-ukring']['sv-se'] = "uk-ring";
|
||||
$text['option-ukring']['uk-ua'] = "uk-ring";
|
||||
@@ -237,6 +251,7 @@ $text['option-true']['nl-nl'] = "";
|
||||
$text['option-true']['pl-pl'] = "Tak";
|
||||
$text['option-true']['pt-br'] = "Sim";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['ro-ro'] = "";
|
||||
$text['option-true']['ru-ru'] = "Да";
|
||||
$text['option-true']['sv-se'] = "Sann";
|
||||
$text['option-true']['uk-ua'] = "Так";
|
||||
@@ -253,6 +268,7 @@ $text['option-top_down']['nl-nl'] = "";
|
||||
$text['option-top_down']['pl-pl'] = "Z góry na dół";
|
||||
$text['option-top_down']['pt-br'] = "De cima para baixo";
|
||||
$text['option-top_down']['pt-pt'] = "Top Down";
|
||||
$text['option-top_down']['ro-ro'] = "";
|
||||
$text['option-top_down']['ru-ru'] = "Выпадающий";
|
||||
$text['option-top_down']['sv-se'] = "Uppifrån Ned";
|
||||
$text['option-top_down']['uk-ua'] = "";
|
||||
@@ -269,6 +285,7 @@ $text['option-system']['nl-nl'] = "";
|
||||
$text['option-system']['pl-pl'] = "System";
|
||||
$text['option-system']['pt-br'] = "Sistema";
|
||||
$text['option-system']['pt-pt'] = "sistema";
|
||||
$text['option-system']['ro-ro'] = "";
|
||||
$text['option-system']['ru-ru'] = "Система";
|
||||
$text['option-system']['sv-se'] = "System";
|
||||
$text['option-system']['uk-ua'] = "Система";
|
||||
@@ -285,6 +302,7 @@ $text['option-sequentially_by_next_agent_order']['nl-nl'] = "";
|
||||
$text['option-sequentially_by_next_agent_order']['pl-pl'] = "Kolejno dp każdego następnego agenta";
|
||||
$text['option-sequentially_by_next_agent_order']['pt-br'] = "Sequencialmente pela ordem do próximo agente";
|
||||
$text['option-sequentially_by_next_agent_order']['pt-pt'] = "Sequencialmente pela ordem do próximo agente";
|
||||
$text['option-sequentially_by_next_agent_order']['ro-ro'] = "";
|
||||
$text['option-sequentially_by_next_agent_order']['ru-ru'] = "Последовательно, к следующему оператору по порядку";
|
||||
$text['option-sequentially_by_next_agent_order']['sv-se'] = "Sekventiellt genom nästa Agent ordning";
|
||||
$text['option-sequentially_by_next_agent_order']['uk-ua'] = "Послідовно до наступного оператора за порядком";
|
||||
@@ -301,6 +319,7 @@ $text['option-sequentially_by_agent_order']['nl-nl'] = "";
|
||||
$text['option-sequentially_by_agent_order']['pl-pl'] = "Kolejno dp każdego agenta";
|
||||
$text['option-sequentially_by_agent_order']['pt-br'] = "Sequencialmente pela ordem dos agentes";
|
||||
$text['option-sequentially_by_agent_order']['pt-pt'] = "Sequencialmente pela ordem dos agentes";
|
||||
$text['option-sequentially_by_agent_order']['ro-ro'] = "";
|
||||
$text['option-sequentially_by_agent_order']['ru-ru'] = "Последовательно, к следующему оператору";
|
||||
$text['option-sequentially_by_agent_order']['sv-se'] = "Sekventiellt genom Agent ordning";
|
||||
$text['option-sequentially_by_agent_order']['uk-ua'] = "";
|
||||
@@ -317,6 +336,7 @@ $text['option-rsring']['nl-nl'] = "";
|
||||
$text['option-rsring']['pl-pl'] = "rs-ring";
|
||||
$text['option-rsring']['pt-br'] = "rs-ring";
|
||||
$text['option-rsring']['pt-pt'] = "rs-ring";
|
||||
$text['option-rsring']['ro-ro'] = "";
|
||||
$text['option-rsring']['ru-ru'] = "rs-ring";
|
||||
$text['option-rsring']['sv-se'] = "rs-ring";
|
||||
$text['option-rsring']['uk-ua'] = "rs-ring";
|
||||
@@ -333,6 +353,7 @@ $text['option-round_robin']['nl-nl'] = "";
|
||||
$text['option-round_robin']['pl-pl'] = "Round Robin ";
|
||||
$text['option-round_robin']['pt-br'] = "Round Robin";
|
||||
$text['option-round_robin']['pt-pt'] = "Round Robin";
|
||||
$text['option-round_robin']['ro-ro'] = "";
|
||||
$text['option-round_robin']['ru-ru'] = "Круговая";
|
||||
$text['option-round_robin']['sv-se'] = "Round Robin (Cirkulär)";
|
||||
$text['option-round_robin']['uk-ua'] = "";
|
||||
@@ -349,6 +370,7 @@ $text['option-ring_all']['nl-nl'] = "";
|
||||
$text['option-ring_all']['pl-pl'] = "Dzwonią wszyscy";
|
||||
$text['option-ring_all']['pt-br'] = "Tocar em todos";
|
||||
$text['option-ring_all']['pt-pt'] = "Tocar em todos";
|
||||
$text['option-ring_all']['ro-ro'] = "";
|
||||
$text['option-ring_all']['ru-ru'] = "Звонят все";
|
||||
$text['option-ring_all']['sv-se'] = "Ring på Alla";
|
||||
$text['option-ring_all']['uk-ua'] = "Дзвонити всім";
|
||||
@@ -365,6 +387,7 @@ $text['option-random']['nl-nl'] = "";
|
||||
$text['option-random']['pl-pl'] = "Przypadkowo";
|
||||
$text['option-random']['pt-br'] = "Aleatório";
|
||||
$text['option-random']['pt-pt'] = "Aleatório";
|
||||
$text['option-random']['ro-ro'] = "";
|
||||
$text['option-random']['ru-ru'] = "Случайно";
|
||||
$text['option-random']['sv-se'] = "Slumpvis";
|
||||
$text['option-random']['uk-ua'] = "Випадково";
|
||||
@@ -381,6 +404,7 @@ $text['option-queue']['nl-nl'] = "";
|
||||
$text['option-queue']['pl-pl'] = "KOlejka";
|
||||
$text['option-queue']['pt-br'] = "Fila";
|
||||
$text['option-queue']['pt-pt'] = "Fila";
|
||||
$text['option-queue']['ro-ro'] = "";
|
||||
$text['option-queue']['ru-ru'] = "Очередь";
|
||||
$text['option-queue']['sv-se'] = "Kö";
|
||||
$text['option-queue']['uk-ua'] = "Черга";
|
||||
@@ -397,6 +421,7 @@ $text['option-ptring']['nl-nl'] = "";
|
||||
$text['option-ptring']['pl-pl'] = "pt-ring";
|
||||
$text['option-ptring']['pt-br'] = "pt-ring";
|
||||
$text['option-ptring']['pt-pt'] = "pt-ring";
|
||||
$text['option-ptring']['ro-ro'] = "";
|
||||
$text['option-ptring']['ru-ru'] = "pt-ring";
|
||||
$text['option-ptring']['sv-se'] = "pt-ring";
|
||||
$text['option-ptring']['uk-ua'] = "pt-ring";
|
||||
@@ -413,6 +438,7 @@ $text['option-on_break']['nl-nl'] = "";
|
||||
$text['option-on_break']['pl-pl'] = "Na przerwie";
|
||||
$text['option-on_break']['pt-br'] = "Pausado";
|
||||
$text['option-on_break']['pt-pt'] = "On Break";
|
||||
$text['option-on_break']['ro-ro'] = "";
|
||||
$text['option-on_break']['ru-ru'] = "Перерыв";
|
||||
$text['option-on_break']['sv-se'] = "På Rast";
|
||||
$text['option-on_break']['uk-ua'] = "На перерві";
|
||||
@@ -429,6 +455,7 @@ $text['option-no_change']['nl-nl'] = "";
|
||||
$text['option-no_change']['pl-pl'] = "Bez zmian";
|
||||
$text['option-no_change']['pt-br'] = "Não modificar";
|
||||
$text['option-no_change']['pt-pt'] = "No Change";
|
||||
$text['option-no_change']['ro-ro'] = "";
|
||||
$text['option-no_change']['ru-ru'] = "Без изменения";
|
||||
$text['option-no_change']['sv-se'] = "Ingen Förändring";
|
||||
$text['option-no_change']['uk-ua'] = "Без змін";
|
||||
@@ -445,6 +472,7 @@ $text['option-longest_idle_agent']['nl-nl'] = "";
|
||||
$text['option-longest_idle_agent']['pl-pl'] = "Najdlużej bezczynny agent";
|
||||
$text['option-longest_idle_agent']['pt-br'] = "Agente desocupado há mais tempo";
|
||||
$text['option-longest_idle_agent']['pt-pt'] = "Agente desocupado há mais tempo";
|
||||
$text['option-longest_idle_agent']['ro-ro'] = "";
|
||||
$text['option-longest_idle_agent']['ru-ru'] = "Максимально незанятый оператор";
|
||||
$text['option-longest_idle_agent']['sv-se'] = "Agent Längst Ledig";
|
||||
$text['option-longest_idle_agent']['uk-ua'] = "";
|
||||
@@ -461,6 +489,7 @@ $text['option-logged_out']['nl-nl'] = "";
|
||||
$text['option-logged_out']['pl-pl'] = "Wylogowany";
|
||||
$text['option-logged_out']['pt-br'] = "Desconectado";
|
||||
$text['option-logged_out']['pt-pt'] = "Desconectado";
|
||||
$text['option-logged_out']['ro-ro'] = "";
|
||||
$text['option-logged_out']['ru-ru'] = "Выйти";
|
||||
$text['option-logged_out']['sv-se'] = "Utloggad";
|
||||
$text['option-logged_out']['uk-ua'] = "Вийшов";
|
||||
@@ -477,6 +506,7 @@ $text['option-itring']['nl-nl'] = "";
|
||||
$text['option-itring']['pl-pl'] = "it-ring";
|
||||
$text['option-itring']['pt-br'] = "it_ring";
|
||||
$text['option-itring']['pt-pt'] = "it-ring";
|
||||
$text['option-itring']['ro-ro'] = "";
|
||||
$text['option-itring']['ru-ru'] = "it-ring";
|
||||
$text['option-itring']['sv-se'] = "it-ring";
|
||||
$text['option-itring']['uk-ua'] = "it-ring";
|
||||
@@ -493,6 +523,7 @@ $text['option-frring']['nl-nl'] = "";
|
||||
$text['option-frring']['pl-pl'] = "fr-ring";
|
||||
$text['option-frring']['pt-br'] = "fr-ring";
|
||||
$text['option-frring']['pt-pt'] = "fr-ring";
|
||||
$text['option-frring']['ro-ro'] = "";
|
||||
$text['option-frring']['ru-ru'] = "fr-ring";
|
||||
$text['option-frring']['sv-se'] = "fr-ring";
|
||||
$text['option-frring']['uk-ua'] = "fr-ring";
|
||||
@@ -509,6 +540,7 @@ $text['option-dering']['nl-nl'] = "";
|
||||
$text['option-dering']['pl-pl'] = "de-ring";
|
||||
$text['option-dering']['pt-br'] = "de-ring";
|
||||
$text['option-dering']['pt-pt'] = "de-ring";
|
||||
$text['option-dering']['ro-ro'] = "";
|
||||
$text['option-dering']['ru-ru'] = "de-ring";
|
||||
$text['option-dering']['sv-se'] = "de-ring";
|
||||
$text['option-dering']['uk-ua'] = "de-ring";
|
||||
@@ -525,6 +557,7 @@ $text['option-false']['nl-nl'] = "";
|
||||
$text['option-false']['pl-pl'] = "Nie";
|
||||
$text['option-false']['pt-br'] = "Não";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['ro-ro'] = "";
|
||||
$text['option-false']['ru-ru'] = "Нет";
|
||||
$text['option-false']['sv-se'] = "Falsk";
|
||||
$text['option-false']['uk-ua'] = "Ні";
|
||||
@@ -541,6 +574,7 @@ $text['option-do_not_disturb']['nl-nl'] = "";
|
||||
$text['option-do_not_disturb']['pl-pl'] = "Nie przeszkadzaj (DND)";
|
||||
$text['option-do_not_disturb']['pt-br'] = "Não perturbe (DND)";
|
||||
$text['option-do_not_disturb']['pt-pt'] = "Não incomodar";
|
||||
$text['option-do_not_disturb']['ro-ro'] = "";
|
||||
$text['option-do_not_disturb']['ru-ru'] = "Не беспокоить";
|
||||
$text['option-do_not_disturb']['sv-se'] = "Stör Ej";
|
||||
$text['option-do_not_disturb']['uk-ua'] = "Не турбувати";
|
||||
@@ -557,6 +591,7 @@ $text['option-available_on_demand']['nl-nl'] = "";
|
||||
$text['option-available_on_demand']['pl-pl'] = "Dostępny (na żądanie)";
|
||||
$text['option-available_on_demand']['pt-br'] = "Disponível (Sob demanda)";
|
||||
$text['option-available_on_demand']['pt-pt'] = "Disponível (On Demand)";
|
||||
$text['option-available_on_demand']['ro-ro'] = "";
|
||||
$text['option-available_on_demand']['ru-ru'] = "Доступен (по требованию)";
|
||||
$text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
|
||||
$text['option-available_on_demand']['uk-ua'] = "Доступний (на вимогу)";
|
||||
@@ -573,6 +608,7 @@ $text['option-available']['nl-nl'] = "";
|
||||
$text['option-available']['pl-pl'] = "Dostępny";
|
||||
$text['option-available']['pt-br'] = "Disponível";
|
||||
$text['option-available']['pt-pt'] = "Disponível";
|
||||
$text['option-available']['ro-ro'] = "";
|
||||
$text['option-available']['ru-ru'] = "Доступен";
|
||||
$text['option-available']['sv-se'] = "Tillgänglig";
|
||||
$text['option-available']['uk-ua'] = "Доступний";
|
||||
@@ -589,6 +625,7 @@ $text['option-agent_with_least_talk_time']['nl-nl'] = "";
|
||||
$text['option-agent_with_least_talk_time']['pl-pl'] = "Agent z najkrótszym czasem rozmowy";
|
||||
$text['option-agent_with_least_talk_time']['pt-br'] = "Agente com o menor tempo de comunicação";
|
||||
$text['option-agent_with_least_talk_time']['pt-pt'] = "Agente com o menor tempo de comunicação";
|
||||
$text['option-agent_with_least_talk_time']['ro-ro'] = "";
|
||||
$text['option-agent_with_least_talk_time']['ru-ru'] = "Оператор с наименьшим временем разговора";
|
||||
$text['option-agent_with_least_talk_time']['sv-se'] = "Agent med minst taltid";
|
||||
$text['option-agent_with_least_talk_time']['uk-ua'] = "Оператор з найменшим часом розмови";
|
||||
@@ -605,6 +642,7 @@ $text['option-agent_with_fewest_calls']['nl-nl'] = "";
|
||||
$text['option-agent_with_fewest_calls']['pl-pl'] = "Agent z najmniejszą ilością rozmów";
|
||||
$text['option-agent_with_fewest_calls']['pt-br'] = "Agente com o menor número de chamadas";
|
||||
$text['option-agent_with_fewest_calls']['pt-pt'] = "Agente com o menor número de chamadas";
|
||||
$text['option-agent_with_fewest_calls']['ro-ro'] = "";
|
||||
$text['option-agent_with_fewest_calls']['ru-ru'] = "Оператор c наименьшим количеством вызовов";
|
||||
$text['option-agent_with_fewest_calls']['sv-se'] = "Agent med minst antal samtal";
|
||||
$text['option-agent_with_fewest_calls']['uk-ua'] = "Оператор з найменшою кількістю дзвінків";
|
||||
@@ -621,6 +659,7 @@ $text['message-maximum_queues']['nl-nl'] = "";
|
||||
$text['message-maximum_queues']['pl-pl'] = "Maksymalna ilość kolejek:";
|
||||
$text['message-maximum_queues']['pt-br'] = "Máximo de filas permitido:";
|
||||
$text['message-maximum_queues']['pt-pt'] = "Filas Máximo Permitido:";
|
||||
$text['message-maximum_queues']['ro-ro'] = "";
|
||||
$text['message-maximum_queues']['ru-ru'] = "Максимальное количество очередей:";
|
||||
$text['message-maximum_queues']['sv-se'] = "Max Antal Kö:er:";
|
||||
$text['message-maximum_queues']['uk-ua'] = "Максимальна кількість черг:";
|
||||
@@ -637,6 +676,7 @@ $text['message-duplicate_agent_id']['nl-nl'] = "";
|
||||
$text['message-duplicate_agent_id']['pl-pl'] = "Duplikat Wykryto Agenta ID";
|
||||
$text['message-duplicate_agent_id']['pt-br'] = "Duplicar ID do agente detectado";
|
||||
$text['message-duplicate_agent_id']['pt-pt'] = "Duplicar Agent ID Detectado";
|
||||
$text['message-duplicate_agent_id']['ro-ro'] = "";
|
||||
$text['message-duplicate_agent_id']['ru-ru'] = "Выявлен дубликат шдентификатора оператора";
|
||||
$text['message-duplicate_agent_id']['sv-se'] = "Duplicate Agent-ID Funnet";
|
||||
$text['message-duplicate_agent_id']['uk-ua'] = "Повторювані Ідентифікатор агента Виявлено";
|
||||
@@ -653,6 +693,7 @@ $text['label-wrap_up_time']['nl-nl'] = "";
|
||||
$text['label-wrap_up_time']['pl-pl'] = "Dostępny czas po zakończeniu rozmowy";
|
||||
$text['label-wrap_up_time']['pt-br'] = "Tempo de preparação";
|
||||
$text['label-wrap_up_time']['pt-pt'] = "Tempo de preparação";
|
||||
$text['label-wrap_up_time']['ro-ro'] = "";
|
||||
$text['label-wrap_up_time']['ru-ru'] = "Время паузы между вызовами";
|
||||
$text['label-wrap_up_time']['sv-se'] = "'Wrap Up' Tid";
|
||||
$text['label-wrap_up_time']['uk-ua'] = "";
|
||||
@@ -669,6 +710,7 @@ $text['label-type']['nl-nl'] = "";
|
||||
$text['label-type']['pl-pl'] = "Typ";
|
||||
$text['label-type']['pt-br'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['ro-ro'] = "";
|
||||
$text['label-type']['ru-ru'] = "Тип";
|
||||
$text['label-type']['sv-se'] = "Typ";
|
||||
$text['label-type']['uk-ua'] = "Тип";
|
||||
@@ -685,6 +727,7 @@ $text['label-timeout_action']['nl-nl'] = "";
|
||||
$text['label-timeout_action']['pl-pl'] = "Następny krok po upływie limitu czasowego";
|
||||
$text['label-timeout_action']['pt-br'] = "Ação de tempo limite";
|
||||
$text['label-timeout_action']['pt-pt'] = "Acção de Timeout";
|
||||
$text['label-timeout_action']['ro-ro'] = "";
|
||||
$text['label-timeout_action']['ru-ru'] = "Действие по тайм-ауту";
|
||||
$text['label-timeout_action']['sv-se'] = "Timeout Åtgärd";
|
||||
$text['label-timeout_action']['uk-ua'] = "";
|
||||
@@ -701,6 +744,7 @@ $text['label-time_base_score']['nl-nl'] = "";
|
||||
$text['label-time_base_score']['pl-pl'] = "Wynik oparty na czasie";
|
||||
$text['label-time_base_score']['pt-br'] = "Pontuação baseada no tempo";
|
||||
$text['label-time_base_score']['pt-pt'] = "Pontuação baseada no tempo";
|
||||
$text['label-time_base_score']['ro-ro'] = "";
|
||||
$text['label-time_base_score']['ru-ru'] = "Оценка по времени";
|
||||
$text['label-time_base_score']['sv-se'] = "Tidsbaserat Resultat";
|
||||
$text['label-time_base_score']['uk-ua'] = "";
|
||||
@@ -717,6 +761,7 @@ $text['label-tiers']['nl-nl'] = "";
|
||||
$text['label-tiers']['pl-pl'] = "Poziomy";
|
||||
$text['label-tiers']['pt-br'] = "Niveis do Call Center";
|
||||
$text['label-tiers']['pt-pt'] = "Níveis do Call Center";
|
||||
$text['label-tiers']['ro-ro'] = "";
|
||||
$text['label-tiers']['ru-ru'] = "Компетенции";
|
||||
$text['label-tiers']['sv-se'] = "Kunskap";
|
||||
$text['label-tiers']['uk-ua'] = "";
|
||||
@@ -733,6 +778,7 @@ $text['label-tier_rules_apply']['nl-nl'] = "";
|
||||
$text['label-tier_rules_apply']['pl-pl'] = "Zastosuj zasadę poziomów";
|
||||
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível";
|
||||
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar Regras de Nível";
|
||||
$text['label-tier_rules_apply']['ro-ro'] = "";
|
||||
$text['label-tier_rules_apply']['ru-ru'] = "Применять правила компетенции";
|
||||
$text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller";
|
||||
$text['label-tier_rules_apply']['uk-ua'] = "";
|
||||
@@ -749,6 +795,7 @@ $text['label-tier_rule_wait_second']['nl-nl'] = "";
|
||||
$text['label-tier_rule_wait_second']['pl-pl'] = "Poziomowa zasada czekania";
|
||||
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera";
|
||||
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
|
||||
$text['label-tier_rule_wait_second']['ro-ro'] = "";
|
||||
$text['label-tier_rule_wait_second']['ru-ru'] = "Правило компетенции: Ждать секунд";
|
||||
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder";
|
||||
$text['label-tier_rule_wait_second']['uk-ua'] = "";
|
||||
@@ -765,6 +812,7 @@ $text['label-tier_rule_wait_multiply_level']['nl-nl'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['pl-pl'] = "Poziomowa zasada przemnożenia";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-pt'] = "Regra de nível de espera multiplicado pelo nível";
|
||||
$text['label-tier_rule_wait_multiply_level']['ro-ro'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['ru-ru'] = "Правило компетенции: Множитель ожидания";
|
||||
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden";
|
||||
$text['label-tier_rule_wait_multiply_level']['uk-ua'] = "";
|
||||
@@ -781,6 +829,7 @@ $text['label-tier_rule_no_agent_no_wait']['nl-nl'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pl-pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nível sem espera sem agente";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pt-pt'] = "Regra de Nível Sem agente Sem espera";
|
||||
$text['label-tier_rule_no_agent_no_wait']['ro-ro'] = "";
|
||||
$text['label-tier_rule_no_agent_no_wait']['ru-ru'] = "Правило компетенции: Нет оператора, нет ожидания";
|
||||
$text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskap Regel Ingen Agent Ingen Väntan";
|
||||
$text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
@@ -797,6 +846,7 @@ $text['label-tier_position']['nl-nl'] = "";
|
||||
$text['label-tier_position']['pl-pl'] = "Pozycja poziomu";
|
||||
$text['label-tier_position']['pt-br'] = "Nível da posição";
|
||||
$text['label-tier_position']['pt-pt'] = "Posição no Nível";
|
||||
$text['label-tier_position']['ro-ro'] = "";
|
||||
$text['label-tier_position']['ru-ru'] = "Позиция компетенции";
|
||||
$text['label-tier_position']['sv-se'] = "Kunskap Position";
|
||||
$text['label-tier_position']['uk-ua'] = "";
|
||||
@@ -813,6 +863,7 @@ $text['label-tier_level']['nl-nl'] = "";
|
||||
$text['label-tier_level']['pl-pl'] = "Tier Level ";
|
||||
$text['label-tier_level']['pt-br'] = "Nível da camada";
|
||||
$text['label-tier_level']['pt-pt'] = "Nível da Camada";
|
||||
$text['label-tier_level']['ro-ro'] = "";
|
||||
$text['label-tier_level']['ru-ru'] = "Уровень компетенции";
|
||||
$text['label-tier_level']['sv-se'] = "Kunskap Nivå";
|
||||
$text['label-tier_level']['uk-ua'] = "";
|
||||
@@ -829,6 +880,7 @@ $text['label-strategy']['nl-nl'] = "";
|
||||
$text['label-strategy']['pl-pl'] = "Strategia";
|
||||
$text['label-strategy']['pt-br'] = "Estratégia";
|
||||
$text['label-strategy']['pt-pt'] = "Estratégia";
|
||||
$text['label-strategy']['ro-ro'] = "";
|
||||
$text['label-strategy']['ru-ru'] = "Стратегия";
|
||||
$text['label-strategy']['sv-se'] = "Strategi";
|
||||
$text['label-strategy']['uk-ua'] = "";
|
||||
@@ -845,6 +897,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "Статус";
|
||||
@@ -861,6 +914,7 @@ $text['label-reject_delay_time']['nl-nl'] = "";
|
||||
$text['label-reject_delay_time']['pl-pl'] = "Odrzuć opóznienie czasowe";
|
||||
$text['label-reject_delay_time']['pt-br'] = "Tempo de espera para rejeitar";
|
||||
$text['label-reject_delay_time']['pt-pt'] = "Tempo de espera para rejeitar";
|
||||
$text['label-reject_delay_time']['ro-ro'] = "";
|
||||
$text['label-reject_delay_time']['ru-ru'] = "Время задержки по отказу";
|
||||
$text['label-reject_delay_time']['sv-se'] = "Fördröjning vid Neka";
|
||||
$text['label-reject_delay_time']['uk-ua'] = "";
|
||||
@@ -877,6 +931,7 @@ $text['label-record_template']['nl-nl'] = "";
|
||||
$text['label-record_template']['pl-pl'] = "Nagrywanie";
|
||||
$text['label-record_template']['pt-br'] = "Gravar";
|
||||
$text['label-record_template']['pt-pt'] = "Gravar";
|
||||
$text['label-record_template']['ro-ro'] = "";
|
||||
$text['label-record_template']['ru-ru'] = "Запись";
|
||||
$text['label-record_template']['sv-se'] = "Spela In";
|
||||
$text['label-record_template']['uk-ua'] = "Запис";
|
||||
@@ -893,6 +948,7 @@ $text['label-queue_name']['nl-nl'] = "";
|
||||
$text['label-queue_name']['pl-pl'] = "Nazwa kolejki";
|
||||
$text['label-queue_name']['pt-br'] = "Nome da fila";
|
||||
$text['label-queue_name']['pt-pt'] = "Nome da Fila";
|
||||
$text['label-queue_name']['ro-ro'] = "";
|
||||
$text['label-queue_name']['ru-ru'] = "Имя очереди";
|
||||
$text['label-queue_name']['sv-se'] = "Kö Namn";
|
||||
$text['label-queue_name']['uk-ua'] = "Назва черги";
|
||||
@@ -909,6 +965,7 @@ $text['label-options']['nl-nl'] = "";
|
||||
$text['label-options']['pl-pl'] = "Opcje";
|
||||
$text['label-options']['pt-br'] = "Opções";
|
||||
$text['label-options']['pt-pt'] = "Opções";
|
||||
$text['label-options']['ro-ro'] = "";
|
||||
$text['label-options']['ru-ru'] = "Параметры";
|
||||
$text['label-options']['sv-se'] = "Val";
|
||||
$text['label-options']['uk-ua'] = "Параметри";
|
||||
@@ -925,6 +982,7 @@ $text['label-no_answer_delay_time']['nl-nl'] = "";
|
||||
$text['label-no_answer_delay_time']['pl-pl'] = "Opóźnienie odebrania rozmowy";
|
||||
$text['label-no_answer_delay_time']['pt-br'] = "Sem resposta, atraso temporário";
|
||||
$text['label-no_answer_delay_time']['pt-pt'] = "Sem Resposta Atraso Temporal ";
|
||||
$text['label-no_answer_delay_time']['ro-ro'] = "";
|
||||
$text['label-no_answer_delay_time']['ru-ru'] = "Время задержи по неответу";
|
||||
$text['label-no_answer_delay_time']['sv-se'] = "Fördröjning vid ej svar";
|
||||
$text['label-no_answer_delay_time']['uk-ua'] = "";
|
||||
@@ -941,6 +999,7 @@ $text['label-music_on_hold']['nl-nl'] = "";
|
||||
$text['label-music_on_hold']['pl-pl'] = "Muzyka na czekanie";
|
||||
$text['label-music_on_hold']['pt-br'] = "Música em espera";
|
||||
$text['label-music_on_hold']['pt-pt'] = "Música em Espera";
|
||||
$text['label-music_on_hold']['ro-ro'] = "";
|
||||
$text['label-music_on_hold']['ru-ru'] = "Музыка на удержании";
|
||||
$text['label-music_on_hold']['sv-se'] = "Väntmusik";
|
||||
$text['label-music_on_hold']['uk-ua'] = "Мелодія на утримуванні";
|
||||
@@ -957,6 +1016,7 @@ $text['label-max_wait_time_with_no_agent_time_reached']['nl-nl'] = "";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['pl-pl'] = "Maks czas oczekiwania bez agenta został przekroczony";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['pt-br'] = "Tempo máximo sem agente localizado";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Tempo máximo de espera sem agente atingido";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['ro-ro'] = "";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['ru-ru'] = "Достигнуто максимальное время ожидания при отсутствии операторов";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Tidsgräns för 'Max Vänt Tid utan Agent' är nådd";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['uk-ua'] = "";
|
||||
@@ -973,6 +1033,7 @@ $text['label-max_wait_time_with_no_agent']['nl-nl'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['pl-pl'] = "Maks czas oczekiwania bez agenta ";
|
||||
$text['label-max_wait_time_with_no_agent']['pt-br'] = "Tempo máximo sem agente ";
|
||||
$text['label-max_wait_time_with_no_agent']['pt-pt'] = "Tempo máximo de espera sem agente";
|
||||
$text['label-max_wait_time_with_no_agent']['ro-ro'] = "";
|
||||
$text['label-max_wait_time_with_no_agent']['ru-ru'] = "Максимальное время ожидания при отсутствии операторов";
|
||||
$text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid utan Agent";
|
||||
$text['label-max_wait_time_with_no_agent']['uk-ua'] = "Максимальний час очікування без оператора";
|
||||
@@ -989,6 +1050,7 @@ $text['label-max_wait_time']['nl-nl'] = "";
|
||||
$text['label-max_wait_time']['pl-pl'] = "Maks czas oczekiwania";
|
||||
$text['label-max_wait_time']['pt-br'] = "Tempo máximo de espera";
|
||||
$text['label-max_wait_time']['pt-pt'] = "Tempo máximo de espera";
|
||||
$text['label-max_wait_time']['ro-ro'] = "";
|
||||
$text['label-max_wait_time']['ru-ru'] = "Максимальное время ожидания";
|
||||
$text['label-max_wait_time']['sv-se'] = "Max Vänt Tid";
|
||||
$text['label-max_wait_time']['uk-ua'] = "Максимальний час очікування";
|
||||
@@ -1005,6 +1067,7 @@ $text['label-max_no_answer']['nl-nl'] = "";
|
||||
$text['label-max_no_answer']['pl-pl'] = "Maks czas nieodbierania";
|
||||
$text['label-max_no_answer']['pt-br'] = "Número máximo de não respondidas";
|
||||
$text['label-max_no_answer']['pt-pt'] = "Número máximo de não respondidas";
|
||||
$text['label-max_no_answer']['ro-ro'] = "";
|
||||
$text['label-max_no_answer']['ru-ru'] = "Максимальное время без ответа";
|
||||
$text['label-max_no_answer']['sv-se'] = "Max Inget Svar";
|
||||
$text['label-max_no_answer']['uk-ua'] = "Максимальний час без відповіді";
|
||||
@@ -1021,6 +1084,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-extension']['pt-br'] = "Ramal";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
@@ -1037,6 +1101,7 @@ $text['label-discard_abandoned_after']['nl-nl'] = "";
|
||||
$text['label-discard_abandoned_after']['pl-pl'] = "Odrzuć opuszczoną rozmowę po";
|
||||
$text['label-discard_abandoned_after']['pt-br'] = "Descartar depois de abandonado";
|
||||
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['ro-ro'] = "";
|
||||
$text['label-discard_abandoned_after']['ru-ru'] = "Сбросить вызов после покидания очереди";
|
||||
$text['label-discard_abandoned_after']['sv-se'] = "Uteslut Ej Besvarat Efter";
|
||||
$text['label-discard_abandoned_after']['uk-ua'] = "";
|
||||
@@ -1053,6 +1118,7 @@ $text['label-default_status']['nl-nl'] = "";
|
||||
$text['label-default_status']['pl-pl'] = "z góry określony status";
|
||||
$text['label-default_status']['pt-br'] = "Estado Padrão";
|
||||
$text['label-default_status']['pt-pt'] = "Estado Predeterminado";
|
||||
$text['label-default_status']['ro-ro'] = "";
|
||||
$text['label-default_status']['ru-ru'] = "Статус по умолчанию";
|
||||
$text['label-default_status']['sv-se'] = "i förväg fastställda status";
|
||||
$text['label-default_status']['uk-ua'] = "Статус за замовчуванням";
|
||||
@@ -1069,6 +1135,7 @@ $text['label-contact']['nl-nl'] = "";
|
||||
$text['label-contact']['pl-pl'] = "Docelowy numer wew";
|
||||
$text['label-contact']['pt-br'] = "Contato";
|
||||
$text['label-contact']['pt-pt'] = "Contacto";
|
||||
$text['label-contact']['ro-ro'] = "";
|
||||
$text['label-contact']['ru-ru'] = "Контакт";
|
||||
$text['label-contact']['sv-se'] = "Kontakt";
|
||||
$text['label-contact']['uk-ua'] = "Контакт";
|
||||
@@ -1085,6 +1152,7 @@ $text['label-caller_id_name_prefix']['nl-nl'] = "";
|
||||
$text['label-caller_id_name_prefix']['pl-pl'] = "Prefiks nazwy abonenta dzwoniacego";
|
||||
$text['label-caller_id_name_prefix']['pt-br'] = "Prefixo do nome do discador";
|
||||
$text['label-caller_id_name_prefix']['pt-pt'] = "Prefixo do nome do chamador";
|
||||
$text['label-caller_id_name_prefix']['ro-ro'] = "";
|
||||
$text['label-caller_id_name_prefix']['ru-ru'] = "Префикс СallerID/Имя";
|
||||
$text['label-caller_id_name_prefix']['sv-se'] = "Caller ID Namn Prefix";
|
||||
$text['label-caller_id_name_prefix']['uk-ua'] = "";
|
||||
@@ -1101,6 +1169,7 @@ $text['label-caller_announce_sound']['nl-nl'] = "";
|
||||
$text['label-caller_announce_sound']['pl-pl'] = "Zapowiedź głośowa";
|
||||
$text['label-caller_announce_sound']['pt-br'] = "Som de anuncio";
|
||||
$text['label-caller_announce_sound']['pt-pt'] = "Som Anuncie";
|
||||
$text['label-caller_announce_sound']['ro-ro'] = "";
|
||||
$text['label-caller_announce_sound']['ru-ru'] = "Звук объявления";
|
||||
$text['label-caller_announce_sound']['sv-se'] = "Meddelande Ljud";
|
||||
$text['label-caller_announce_sound']['uk-ua'] = "";
|
||||
@@ -1117,6 +1186,7 @@ $text['label-caller_announce_frequency']['nl-nl'] = "";
|
||||
$text['label-caller_announce_frequency']['pl-pl'] = "Częstotliwość zapowiedzi";
|
||||
$text['label-caller_announce_frequency']['pt-br'] = "Frequência do anuncio";
|
||||
$text['label-caller_announce_frequency']['pt-pt'] = "o Frequency Anuncie";
|
||||
$text['label-caller_announce_frequency']['ro-ro'] = "";
|
||||
$text['label-caller_announce_frequency']['ru-ru'] = "Частота объявления";
|
||||
$text['label-caller_announce_frequency']['sv-se'] = "Meddelande Frekvens";
|
||||
$text['label-caller_announce_frequency']['uk-ua'] = "";
|
||||
@@ -1133,6 +1203,7 @@ $text['label-exit_keys']['nl-nl'] = "";
|
||||
$text['label-exit_keys']['pl-pl'] = "";
|
||||
$text['label-exit_keys']['pt-br'] = "";
|
||||
$text['label-exit_keys']['pt-pt'] = "";
|
||||
$text['label-exit_keys']['ro-ro'] = "";
|
||||
$text['label-exit_keys']['ru-ru'] = "";
|
||||
$text['label-exit_keys']['sv-se'] = "Knapp för att lämna";
|
||||
$text['label-exit_keys']['uk-ua'] = "";
|
||||
@@ -1149,6 +1220,7 @@ $text['description-exit_keys']['nl-nl'] = "";
|
||||
$text['description-exit_keys']['pl-pl'] = "";
|
||||
$text['description-exit_keys']['pt-br'] = "";
|
||||
$text['description-exit_keys']['pt-pt'] = "";
|
||||
$text['description-exit_keys']['ro-ro'] = "";
|
||||
$text['description-exit_keys']['ru-ru'] = "";
|
||||
$text['description-exit_keys']['sv-se'] = "Knapp för att lämna den nuvarande kö:n";
|
||||
$text['description-exit_keys']['uk-ua'] = "";
|
||||
@@ -1165,6 +1237,7 @@ $text['label-call_timeout']['nl-nl'] = "";
|
||||
$text['label-call_timeout']['pl-pl'] = "Limit czasu rozmowy";
|
||||
$text['label-call_timeout']['pt-br'] = "Timeout da chamada";
|
||||
$text['label-call_timeout']['pt-pt'] = "Tempo limite da chamada";
|
||||
$text['label-call_timeout']['ro-ro'] = "";
|
||||
$text['label-call_timeout']['ru-ru'] = "Тайм-аут вызова";
|
||||
$text['label-call_timeout']['sv-se'] = "Ring Tidsgräns";
|
||||
$text['label-call_timeout']['uk-ua'] = "Тайм-аут дзвінка";
|
||||
@@ -1181,6 +1254,7 @@ $text['label-busy_delay_time']['nl-nl'] = "";
|
||||
$text['label-busy_delay_time']['pl-pl'] = "Zajęty - opóznienie czasowe";
|
||||
$text['label-busy_delay_time']['pt-br'] = "Tempo de espera para ocupado";
|
||||
$text['label-busy_delay_time']['pt-pt'] = "Tempo de espera para ocupado";
|
||||
$text['label-busy_delay_time']['ro-ro'] = "";
|
||||
$text['label-busy_delay_time']['ru-ru'] = "Время задержки занятости";
|
||||
$text['label-busy_delay_time']['sv-se'] = "Fördröjning vid Upptaget";
|
||||
$text['label-busy_delay_time']['uk-ua'] = "";
|
||||
@@ -1197,6 +1271,7 @@ $text['label-agent_password']['nl-nl'] = "";
|
||||
$text['label-agent_password']['pl-pl'] = "Środek Hasło";
|
||||
$text['label-agent_password']['pt-br'] = "Agente de Senha";
|
||||
$text['label-agent_password']['pt-pt'] = "Agente Senha";
|
||||
$text['label-agent_password']['ro-ro'] = "";
|
||||
$text['label-agent_password']['ru-ru'] = "Пароль оператора";
|
||||
$text['label-agent_password']['sv-se'] = "Agent Lösen";
|
||||
$text['label-agent_password']['uk-ua'] = "";
|
||||
@@ -1213,6 +1288,7 @@ $text['label-agent_name']['nl-nl'] = "";
|
||||
$text['label-agent_name']['pl-pl'] = "Nazwa agenta";
|
||||
$text['label-agent_name']['pt-br'] = "Nome do agente";
|
||||
$text['label-agent_name']['pt-pt'] = "Nome do Agente";
|
||||
$text['label-agent_name']['ro-ro'] = "";
|
||||
$text['label-agent_name']['ru-ru'] = "Имя оператора";
|
||||
$text['label-agent_name']['sv-se'] = "Agent Namn";
|
||||
$text['label-agent_name']['uk-ua'] = "Ім’я оператора";
|
||||
@@ -1229,6 +1305,7 @@ $text['label-agent_logout']['nl-nl'] = "";
|
||||
$text['label-agent_logout']['pl-pl'] = "Agent wylogowany";
|
||||
$text['label-agent_logout']['pt-br'] = "Logout do agente ";
|
||||
$text['label-agent_logout']['pt-pt'] = "Logout do Agente";
|
||||
$text['label-agent_logout']['ro-ro'] = "";
|
||||
$text['label-agent_logout']['ru-ru'] = "Выход оператора";
|
||||
$text['label-agent_logout']['sv-se'] = "Agent Logga Ut";
|
||||
$text['label-agent_logout']['uk-ua'] = "";
|
||||
@@ -1245,6 +1322,7 @@ $text['label-agent_id']['nl-nl'] = "";
|
||||
$text['label-agent_id']['pl-pl'] = "Tożsamość agenta";
|
||||
$text['label-agent_id']['pt-br'] = "Identidade do agente";
|
||||
$text['label-agent_id']['pt-pt'] = "Identidade Agent";
|
||||
$text['label-agent_id']['ro-ro'] = "";
|
||||
$text['label-agent_id']['ru-ru'] = "Идентификатор оператора";
|
||||
$text['label-agent_id']['sv-se'] = "Agent Identitet";
|
||||
$text['label-agent_id']['uk-ua'] = "";
|
||||
@@ -1261,6 +1339,7 @@ $text['label-agent']['nl-nl'] = "";
|
||||
$text['label-agent']['pl-pl'] = "Agent";
|
||||
$text['label-agent']['pt-br'] = "Agente";
|
||||
$text['label-agent']['pt-pt'] = "Agente";
|
||||
$text['label-agent']['ro-ro'] = "";
|
||||
$text['label-agent']['ru-ru'] = "Оператор";
|
||||
$text['label-agent']['sv-se'] = "Agent";
|
||||
$text['label-agent']['uk-ua'] = "Оператор";
|
||||
@@ -1277,6 +1356,7 @@ $text['label-abandoned_resume_allowed']['nl-nl'] = "";
|
||||
$text['label-abandoned_resume_allowed']['pl-pl'] = "Odbieranie odrzuconych rozmów jest dozwolone";
|
||||
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo de abandonos autorizados";
|
||||
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
|
||||
$text['label-abandoned_resume_allowed']['ro-ro'] = "";
|
||||
$text['label-abandoned_resume_allowed']['ru-ru'] = "Разрешить восстанавливать покинутый вызов";
|
||||
$text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Ej Besvarade Tillåtet";
|
||||
$text['label-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
@@ -1293,6 +1373,7 @@ $text['header-call_center_tier_edit']['nl-nl'] = "";
|
||||
$text['header-call_center_tier_edit']['pl-pl'] = "Poziom w Call Center ";
|
||||
$text['header-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center";
|
||||
$text['header-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
|
||||
$text['header-call_center_tier_edit']['ro-ro'] = "";
|
||||
$text['header-call_center_tier_edit']['ru-ru'] = "Компетенция Колл-центра";
|
||||
$text['header-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
|
||||
$text['header-call_center_tier_edit']['uk-ua'] = "";
|
||||
@@ -1309,6 +1390,7 @@ $text['header-call_center_queues']['nl-nl'] = "";
|
||||
$text['header-call_center_queues']['pl-pl'] = "Kolejki w Call Center ";
|
||||
$text['header-call_center_queues']['pt-br'] = "Filas do call center";
|
||||
$text['header-call_center_queues']['pt-pt'] = "Filas do Call Center";
|
||||
$text['header-call_center_queues']['ro-ro'] = "";
|
||||
$text['header-call_center_queues']['ru-ru'] = "Очереди Колл-центра";
|
||||
$text['header-call_center_queues']['sv-se'] = "Call Center Kö:er";
|
||||
$text['header-call_center_queues']['uk-ua'] = "";
|
||||
@@ -1325,6 +1407,7 @@ $text['header-call_center_queue_edit']['nl-nl'] = "";
|
||||
$text['header-call_center_queue_edit']['pl-pl'] = "Kolejka w Call Center ";
|
||||
$text['header-call_center_queue_edit']['pt-br'] = "Edutar fila do call center";
|
||||
$text['header-call_center_queue_edit']['pt-pt'] = "Editar Fila do Call Center";
|
||||
$text['header-call_center_queue_edit']['ro-ro'] = "";
|
||||
$text['header-call_center_queue_edit']['ru-ru'] = "Очередь Колл-центра";
|
||||
$text['header-call_center_queue_edit']['sv-se'] = "Call Center Kö";
|
||||
$text['header-call_center_queue_edit']['uk-ua'] = "";
|
||||
@@ -1341,6 +1424,7 @@ $text['header-call_center_queue_add']['nl-nl'] = "";
|
||||
$text['header-call_center_queue_add']['pl-pl'] = "Kolejka w Call Center ";
|
||||
$text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center";
|
||||
$text['header-call_center_queue_add']['pt-pt'] = "Adicionar Fila ao Call Center";
|
||||
$text['header-call_center_queue_add']['ro-ro'] = "";
|
||||
$text['header-call_center_queue_add']['ru-ru'] = "Очередь Колл-центра";
|
||||
$text['header-call_center_queue_add']['sv-se'] = "Call Center Kö";
|
||||
$text['header-call_center_queue_add']['uk-ua'] = "";
|
||||
@@ -1357,6 +1441,7 @@ $text['header-call_center_agents']['nl-nl'] = "";
|
||||
$text['header-call_center_agents']['pl-pl'] = "Agenci w Call Center ";
|
||||
$text['header-call_center_agents']['pt-br'] = "Agentes do Call Center";
|
||||
$text['header-call_center_agents']['pt-pt'] = "Agentes do Call Center";
|
||||
$text['header-call_center_agents']['ro-ro'] = "";
|
||||
$text['header-call_center_agents']['ru-ru'] = "Операторы Колл-центра";
|
||||
$text['header-call_center_agents']['sv-se'] = "Call Center Agenter";
|
||||
$text['header-call_center_agents']['uk-ua'] = "";
|
||||
@@ -1373,6 +1458,7 @@ $text['header-call_center_agent_status']['nl-nl'] = "";
|
||||
$text['header-call_center_agent_status']['pl-pl'] = "Status agentów w Call Center ";
|
||||
$text['header-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center";
|
||||
$text['header-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center";
|
||||
$text['header-call_center_agent_status']['ro-ro'] = "";
|
||||
$text['header-call_center_agent_status']['ru-ru'] = "Статус оператора Колл-центра";
|
||||
$text['header-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
|
||||
$text['header-call_center_agent_status']['uk-ua'] = "";
|
||||
@@ -1389,6 +1475,7 @@ $text['header-call_center_agent_edit']['nl-nl'] = "";
|
||||
$text['header-call_center_agent_edit']['pl-pl'] = "Agent w Call Center ";
|
||||
$text['header-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center";
|
||||
$text['header-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
|
||||
$text['header-call_center_agent_edit']['ro-ro'] = "";
|
||||
$text['header-call_center_agent_edit']['ru-ru'] = "Оператор Колл-центра";
|
||||
$text['header-call_center_agent_edit']['sv-se'] = "Call Center Agent";
|
||||
$text['header-call_center_agent_edit']['uk-ua'] = "";
|
||||
@@ -1405,6 +1492,7 @@ $text['header-call_center_agent_add']['nl-nl'] = "";
|
||||
$text['header-call_center_agent_add']['pl-pl'] = "Agenci w Call Center ";
|
||||
$text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center";
|
||||
$text['header-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
|
||||
$text['header-call_center_agent_add']['ro-ro'] = "";
|
||||
$text['header-call_center_agent_add']['ru-ru'] = "Операторы Колл-центра";
|
||||
$text['header-call_center_agent_add']['sv-se'] = "Call Center Agenter";
|
||||
$text['header-call_center_agent_add']['uk-ua'] = "";
|
||||
@@ -1421,6 +1509,7 @@ $text['description-wrap_up_time']['nl-nl'] = "";
|
||||
$text['description-wrap_up_time']['pl-pl'] = "Wpisz dostępny czas po zakończeniu rozmowy";
|
||||
$text['description-wrap_up_time']['pt-br'] = "Insira o tempo de preparação.";
|
||||
$text['description-wrap_up_time']['pt-pt'] = "Introduza o tempo de preparação.";
|
||||
$text['description-wrap_up_time']['ro-ro'] = "";
|
||||
$text['description-wrap_up_time']['ru-ru'] = "Введите время паузы между вызовами";
|
||||
$text['description-wrap_up_time']['sv-se'] = "Ange 'Wrap Up' tid.";
|
||||
$text['description-wrap_up_time']['uk-ua'] = "";
|
||||
@@ -1437,6 +1526,7 @@ $text['description-type']['nl-nl'] = "";
|
||||
$text['description-type']['pl-pl'] = "Wprowadź rodzaj ustawienia (np. uuid, name, var, dir)";
|
||||
$text['description-type']['pt-br'] = "Introduza o tipo de definição (ex:uuid,name,var,dir,etc)";
|
||||
$text['description-type']['pt-pt'] = "Introduza o tipo do agente.";
|
||||
$text['description-type']['ro-ro'] = "";
|
||||
$text['description-type']['ru-ru'] = "Выберите тип оператора";
|
||||
$text['description-type']['sv-se'] = "Ange agent typen.";
|
||||
$text['description-type']['uk-ua'] = "";
|
||||
@@ -1453,6 +1543,7 @@ $text['description-timeout_action']['nl-nl'] = "";
|
||||
$text['description-timeout_action']['pl-pl'] = "Ustaw operację do wykonania po osiągnięciu maks czas oczekiwania.";
|
||||
$text['description-timeout_action']['pt-br'] = "Defina a ação para realizar quando o tempo máximo de espera for atingido.";
|
||||
$text['description-timeout_action']['pt-pt'] = "Defina a acção a realizar quando o tempo máximo de espera for atingido.";
|
||||
$text['description-timeout_action']['ro-ro'] = "";
|
||||
$text['description-timeout_action']['ru-ru'] = "Установите действие при достижении максимального времени ожидания";
|
||||
$text['description-timeout_action']['sv-se'] = "Ange vad som skall utföras när max vänttid är nådd.";
|
||||
$text['description-timeout_action']['uk-ua'] = "";
|
||||
@@ -1469,6 +1560,7 @@ $text['description-time_base_score']['nl-nl'] = "";
|
||||
$text['description-time_base_score']['pl-pl'] = "Wybierz wynik oparty na okresie czasowym";
|
||||
$text['description-time_base_score']['pt-br'] = "Selecione o tempo base.";
|
||||
$text['description-time_base_score']['pt-pt'] = "Seleccione o tempo base ";
|
||||
$text['description-time_base_score']['ro-ro'] = "";
|
||||
$text['description-time_base_score']['ru-ru'] = "Выберие оценку по времени";
|
||||
$text['description-time_base_score']['sv-se'] = "Ange tids-baserad poäng.";
|
||||
$text['description-time_base_score']['uk-ua'] = "";
|
||||
@@ -1485,6 +1577,7 @@ $text['description-tiers']['nl-nl'] = "";
|
||||
$text['description-tiers']['pl-pl'] = "Poziomy przypisują operatorów do usługi kolejkowania polaczeń";
|
||||
$text['description-tiers']['pt-br'] = "Lista todos os níveis. Os níveis atribuem agentes na fila.";
|
||||
$text['description-tiers']['pt-pt'] = "Lista todos os níveis. Os níveis atribuem agentes às filas.";
|
||||
$text['description-tiers']['ro-ro'] = "";
|
||||
$text['description-tiers']['ru-ru'] = "Привязка компетенции операторов к очередям";
|
||||
$text['description-tiers']['sv-se'] = "Kunskap tilldelar agenter till kö:er.";
|
||||
$text['description-tiers']['uk-ua'] = "";
|
||||
@@ -1501,6 +1594,7 @@ $text['description-tier_rules_apply']['nl-nl'] = "";
|
||||
$text['description-tier_rules_apply']['pl-pl'] = "Ustaw regułę poziomów za pomocą zwrotów TAK i NIE";
|
||||
$text['description-tier_rules_apply']['pt-br'] = "Defina a regra de nível verdadeira ou falso.";
|
||||
$text['description-tier_rules_apply']['pt-pt'] = "Defina a regra de nível a verdadeiro ou falso.";
|
||||
$text['description-tier_rules_apply']['ro-ro'] = "";
|
||||
$text['description-tier_rules_apply']['ru-ru'] = "Выберите, применять ли правила компетенций";
|
||||
$text['description-tier_rules_apply']['sv-se'] = "Välj om Kunskap Regler Gäller skall vara sann/falsk.";
|
||||
$text['description-tier_rules_apply']['uk-ua'] = "";
|
||||
@@ -1517,6 +1611,7 @@ $text['description-tier_rule_wait_second']['nl-nl'] = "";
|
||||
$text['description-tier_rule_wait_second']['pl-pl'] = "Ustaw regułę poziomów – czas oczekiwania w sekundach";
|
||||
$text['description-tier_rule_wait_second']['pt-br'] = "Insira os segundos de espera para esse nível.";
|
||||
$text['description-tier_rule_wait_second']['pt-pt'] = "Introduza os segundos de espera da regra de nível.";
|
||||
$text['description-tier_rule_wait_second']['ro-ro'] = "";
|
||||
$text['description-tier_rule_wait_second']['ru-ru'] = "Введите время правила компетенции ожидания";
|
||||
$text['description-tier_rule_wait_second']['sv-se'] = "Ange kunskaps-regel vänt-tid (sekunder)";
|
||||
$text['description-tier_rule_wait_second']['uk-ua'] = "";
|
||||
@@ -1533,6 +1628,7 @@ $text['description-tier_rule_wait_multiply_level']['nl-nl'] = "";
|
||||
$text['description-tier_rule_wait_multiply_level']['pl-pl'] = "Ustaw regułę poziomów – czas oczekiwania w wielu poziomach (TAK lub NIE)";
|
||||
$text['description-tier_rule_wait_multiply_level']['pt-br'] = "Defina a regra de nível de espera multiplicado pelo nível.";
|
||||
$text['description-tier_rule_wait_multiply_level']['pt-pt'] = "Defina a Regra de nível de espera multiplicado pelo nível.";
|
||||
$text['description-tier_rule_wait_multiply_level']['ro-ro'] = "";
|
||||
$text['description-tier_rule_wait_multiply_level']['ru-ru'] = "Выберите, применять ли правило множителя ожидания для компетенции";
|
||||
$text['description-tier_rule_wait_multiply_level']['sv-se'] = "Välj om 'kunskaps-regel vänt-tid' multiply nivå skall vara sann eller ej.";
|
||||
$text['description-tier_rule_wait_multiply_level']['uk-ua'] = "";
|
||||
@@ -1549,6 +1645,7 @@ $text['description-tier_rule_no_agent_no_wait']['nl-nl'] = "";
|
||||
$text['description-tier_rule_no_agent_no_wait']['pl-pl'] = "Ustaw regułę poziomów – brak czasu oczekiwania w przypadku braku operatora.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['pt-br'] = "Insira a regra sem agente na espera.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['pt-pt'] = "Introduza a regra sem agente sem espera.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['ro-ro'] = "";
|
||||
$text['description-tier_rule_no_agent_no_wait']['ru-ru'] = "Введите правило для компетенции: нет оператора, нет ожидания";
|
||||
$text['description-tier_rule_no_agent_no_wait']['sv-se'] = "Välj kunskaps-regel Ingen Agent Vänta Ej.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
@@ -1565,6 +1662,7 @@ $text['description-tier_position']['nl-nl'] = "";
|
||||
$text['description-tier_position']['pl-pl'] = "Wpisz pozycję poziomu";
|
||||
$text['description-tier_position']['pt-br'] = "Selecione o nível da posição.";
|
||||
$text['description-tier_position']['pt-pt'] = "Seleccione a posição no nível.";
|
||||
$text['description-tier_position']['ro-ro'] = "";
|
||||
$text['description-tier_position']['ru-ru'] = "Выберите позицию компетенции.";
|
||||
$text['description-tier_position']['sv-se'] = "Välj Kunskaps position.";
|
||||
$text['description-tier_position']['uk-ua'] = "";
|
||||
@@ -1581,6 +1679,7 @@ $text['description-tier_level']['nl-nl'] = "";
|
||||
$text['description-tier_level']['pl-pl'] = "Wybierz rodzaj poziomu";
|
||||
$text['description-tier_level']['pt-br'] = "Selecione o nível da camada.";
|
||||
$text['description-tier_level']['pt-pt'] = "Seleccione o nível da camada.";
|
||||
$text['description-tier_level']['ro-ro'] = "";
|
||||
$text['description-tier_level']['ru-ru'] = "Выберите уровень компетенции";
|
||||
$text['description-tier_level']['sv-se'] = "Välj Kunskaps-nivå";
|
||||
$text['description-tier_level']['uk-ua'] = "";
|
||||
@@ -1597,6 +1696,7 @@ $text['description-strategy']['nl-nl'] = "";
|
||||
$text['description-strategy']['pl-pl'] = "Wybierz strategię";
|
||||
$text['description-strategy']['pt-br'] = "Selecione a estratégia da fila";
|
||||
$text['description-strategy']['pt-pt'] = "Seleccione a estratégia da fila.";
|
||||
$text['description-strategy']['ro-ro'] = "";
|
||||
$text['description-strategy']['ru-ru'] = "Выберите стратегию обзвона очереди";
|
||||
$text['description-strategy']['sv-se'] = "Välj strategi för ringflöde i kö:n.";
|
||||
$text['description-strategy']['uk-ua'] = "";
|
||||
@@ -1613,6 +1713,7 @@ $text['description-status']['nl-nl'] = "";
|
||||
$text['description-status']['pl-pl'] = "Wybierz status użytkownika";
|
||||
$text['description-status']['pt-br'] = "Escolha o padrão do agente.";
|
||||
$text['description-status']['pt-pt'] = "Seleccione o estado do agente.";
|
||||
$text['description-status']['ro-ro'] = "";
|
||||
$text['description-status']['ru-ru'] = "Выберите статус оператора по умолчанию";
|
||||
$text['description-status']['sv-se'] = "Välj agentens status";
|
||||
$text['description-status']['uk-ua'] = "Виберіть статус користувача";
|
||||
@@ -1629,6 +1730,7 @@ $text['description-reject_delay_time']['nl-nl'] = "";
|
||||
$text['description-reject_delay_time']['pl-pl'] = "Wpisz opóźnienie czasowe w przypadku odrzucenia rozmowy";
|
||||
$text['description-reject_delay_time']['pt-br'] = "Insira o tempo de atraso para rejeição.";
|
||||
$text['description-reject_delay_time']['pt-pt'] = "Introduza o tempo de atraso de rejeição.";
|
||||
$text['description-reject_delay_time']['ro-ro'] = "";
|
||||
$text['description-reject_delay_time']['ru-ru'] = "Введите время задержки отбоя";
|
||||
$text['description-reject_delay_time']['sv-se'] = "Ange 'neka' tids-fördröjning.";
|
||||
$text['description-reject_delay_time']['uk-ua'] = "";
|
||||
@@ -1645,6 +1747,7 @@ $text['description-record_template']['nl-nl'] = "";
|
||||
$text['description-record_template']['pl-pl'] = "Zachowaj nagranie";
|
||||
$text['description-record_template']['pt-br'] = "Salva a gravação.";
|
||||
$text['description-record_template']['pt-pt'] = "Salve a gravação.";
|
||||
$text['description-record_template']['ro-ro'] = "";
|
||||
$text['description-record_template']['ru-ru'] = "Сохранить запись.";
|
||||
$text['description-record_template']['sv-se'] = "Spara inspelningen.";
|
||||
$text['description-record_template']['uk-ua'] = "";
|
||||
@@ -1661,6 +1764,7 @@ $text['description-queue_name']['nl-nl'] = "";
|
||||
$text['description-queue_name']['pl-pl'] = "Wpisz nazwę kolejki";
|
||||
$text['description-queue_name']['pt-br'] = "Insira o nome da fila.";
|
||||
$text['description-queue_name']['pt-pt'] = "Introduza o nome da fila.";
|
||||
$text['description-queue_name']['ro-ro'] = "";
|
||||
$text['description-queue_name']['ru-ru'] = "Введите имя очереди";
|
||||
$text['description-queue_name']['sv-se'] = "Ange kö namn.";
|
||||
$text['description-queue_name']['uk-ua'] = "";
|
||||
@@ -1677,6 +1781,7 @@ $text['description-options']['nl-nl'] = "";
|
||||
$text['description-options']['pl-pl'] = "Zdefiniuj opcje dzwoniącego w menu IVR";
|
||||
$text['description-options']['pt-br'] = "Selecione o nome da fila.";
|
||||
$text['description-options']['pt-pt'] = "Seleccione o nome da fila.";
|
||||
$text['description-options']['ro-ro'] = "";
|
||||
$text['description-options']['ru-ru'] = "Выберите имя очереди.";
|
||||
$text['description-options']['sv-se'] = "Välj kö namn.";
|
||||
$text['description-options']['uk-ua'] = "";
|
||||
@@ -1693,6 +1798,7 @@ $text['description-no_answer_delay_time']['nl-nl'] = "";
|
||||
$text['description-no_answer_delay_time']['pl-pl'] = "Wprowadź maks czas nieodbierania rozmowy (sek)";
|
||||
$text['description-no_answer_delay_time']['pt-br'] = "Insira o tempo sem resposta do agente em segundos.";
|
||||
$text['description-no_answer_delay_time']['pt-pt'] = "Introduza o tempo de atraso em segundos do agente que não atende.";
|
||||
$text['description-no_answer_delay_time']['ro-ro'] = "";
|
||||
$text['description-no_answer_delay_time']['ru-ru'] = "Введите время задержки ответа оператора в секундах.";
|
||||
$text['description-no_answer_delay_time']['sv-se'] = "Ange 'Inget svar Agent fördröjning' i sekunder.";
|
||||
$text['description-no_answer_delay_time']['uk-ua'] = "";
|
||||
@@ -1709,6 +1815,7 @@ $text['description-music_on_hold']['nl-nl'] = "";
|
||||
$text['description-music_on_hold']['pl-pl'] = "Wybierz rodzaj muzyki na czekanie";
|
||||
$text['description-music_on_hold']['pt-br'] = "Selecione uma música de espera.";
|
||||
$text['description-music_on_hold']['pt-pt'] = "Seleccione uma música de espera.";
|
||||
$text['description-music_on_hold']['ro-ro'] = "";
|
||||
$text['description-music_on_hold']['ru-ru'] = "Выберите желаемую музыку на удержании";
|
||||
$text['description-music_on_hold']['sv-se'] = "Välj önskad vänt-musik.";
|
||||
$text['description-music_on_hold']['uk-ua'] = "";
|
||||
@@ -1725,6 +1832,7 @@ $text['description-max_wait_time_with_no_agent_time_reached']['nl-nl'] = "";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['pl-pl'] = "Wprowadź maks upłyniety czas oczekiwania bez agenta";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['pt-br'] = "Insira o tempo máximo de espera atingido sem o agente.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Introduza o tempo máximo de espera atingido sem agente.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['ro-ro'] = "";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['ru-ru'] = "Введите максимальное время ожидания при достижении времени отсутствия операторов.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Ange max vänt-tid när 'Utan Agent Tids-gräns' är nådd. ";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['uk-ua'] = "";
|
||||
@@ -1741,6 +1849,7 @@ $text['description-max_wait_time_with_no_agent']['nl-nl'] = "";
|
||||
$text['description-max_wait_time_with_no_agent']['pl-pl'] = "Wprowadź maks czas oczekiwania bez agenta";
|
||||
$text['description-max_wait_time_with_no_agent']['pt-br'] = "Insira o tempo máximo de espera sem agente.";
|
||||
$text['description-max_wait_time_with_no_agent']['pt-pt'] = "Introduza o tempo máximo de espera sem agente.";
|
||||
$text['description-max_wait_time_with_no_agent']['ro-ro'] = "";
|
||||
$text['description-max_wait_time_with_no_agent']['ru-ru'] = "Введите максимальное время ожидания при отсутствии операторов.";
|
||||
$text['description-max_wait_time_with_no_agent']['sv-se'] = "Ange max vänt-tid utan agent.";
|
||||
$text['description-max_wait_time_with_no_agent']['uk-ua'] = "";
|
||||
@@ -1757,6 +1866,7 @@ $text['description-max_wait_time']['nl-nl'] = "";
|
||||
$text['description-max_wait_time']['pl-pl'] = "Wprowadź maks czas oczekiwania";
|
||||
$text['description-max_wait_time']['pt-br'] = "Insira o tempo máximo de espera.";
|
||||
$text['description-max_wait_time']['pt-pt'] = "Introduzia o tempo máximo de espera.";
|
||||
$text['description-max_wait_time']['ro-ro'] = "";
|
||||
$text['description-max_wait_time']['ru-ru'] = "Введите максимальное время ожидания";
|
||||
$text['description-max_wait_time']['sv-se'] = "Ange max vänt-tid.";
|
||||
$text['description-max_wait_time']['uk-ua'] = "";
|
||||
@@ -1773,6 +1883,7 @@ $text['description-max_no_answer']['nl-nl'] = "";
|
||||
$text['description-max_no_answer']['pl-pl'] = "Wprowadź maks czas nieodbierania rozmowy";
|
||||
$text['description-max_no_answer']['pt-br'] = "Insira o máximo de chamadas não atendidas.";
|
||||
$text['description-max_no_answer']['pt-pt'] = "Introduza o máximo de não antedidas.";
|
||||
$text['description-max_no_answer']['ro-ro'] = "";
|
||||
$text['description-max_no_answer']['ru-ru'] = "Введите максимальное количество отсутствия ответа";
|
||||
$text['description-max_no_answer']['sv-se'] = "Ange max inget svar.";
|
||||
$text['description-max_no_answer']['uk-ua'] = "";
|
||||
@@ -1789,6 +1900,7 @@ $text['description-extension']['nl-nl'] = "";
|
||||
$text['description-extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-extension']['pt-br'] = "Atribua um ramal ao dispositivo";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['ro-ro'] = "";
|
||||
$text['description-extension']['ru-ru'] = "Введите внутренний номер";
|
||||
$text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
@@ -1805,6 +1917,7 @@ $text['description-discard_abandoned_after']['nl-nl'] = "";
|
||||
$text['description-discard_abandoned_after']['pl-pl'] = "Ustaw czas po którym opuszczona rozmowa zostanie odrzucona";
|
||||
$text['description-discard_abandoned_after']['pt-br'] = "Defina o tempo em segundos para descartar após abandonado.";
|
||||
$text['description-discard_abandoned_after']['pt-pt'] = "Defina a rejeição abandonada segundos depois.";
|
||||
$text['description-discard_abandoned_after']['ro-ro'] = "";
|
||||
$text['description-discard_abandoned_after']['ru-ru'] = "Введите время отбоя покинутого вызова.";
|
||||
$text['description-discard_abandoned_after']['sv-se'] = "Ange uteslut Ej Besvarade efter sekunder.";
|
||||
$text['description-discard_abandoned_after']['uk-ua'] = "";
|
||||
@@ -1821,6 +1934,7 @@ $text['description-contact']['nl-nl'] = "";
|
||||
$text['description-contact']['pl-pl'] = "Wybierz numer";
|
||||
$text['description-contact']['pt-br'] = "Atribui um contato a esta conta de usuário.";
|
||||
$text['description-contact']['pt-pt'] = "Seleccione o número de contacto.";
|
||||
$text['description-contact']['ro-ro'] = "";
|
||||
$text['description-contact']['ru-ru'] = "Выберите номер контакта";
|
||||
$text['description-contact']['sv-se'] = "Välj kontakt numret.";
|
||||
$text['description-contact']['uk-ua'] = "Призначити контакт в цей обліковий запис користувача.";
|
||||
@@ -1837,6 +1951,7 @@ $text['description-caller_id_name_prefix']['nl-nl'] = "";
|
||||
$text['description-caller_id_name_prefix']['pl-pl'] = "Ustaw prefiks nazwy abonenta dzwoniącego.";
|
||||
$text['description-caller_id_name_prefix']['pt-br'] = "Defina um prefixo no nome do originador da chamada.";
|
||||
$text['description-caller_id_name_prefix']['pt-pt'] = "Defina um prefixo no nome do originador.";
|
||||
$text['description-caller_id_name_prefix']['ro-ro'] = "";
|
||||
$text['description-caller_id_name_prefix']['ru-ru'] = "Установите префикс для поля Имя CallerID";
|
||||
$text['description-caller_id_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID namn.";
|
||||
$text['description-caller_id_name_prefix']['uk-ua'] = "";
|
||||
@@ -1853,6 +1968,7 @@ $text['description-caller_announce_sound']['nl-nl'] = "";
|
||||
$text['description-caller_announce_sound']['pl-pl'] = "Dźwięk odtwarzany dzwoniącemu, który zostaje odtworzony cyklicznie. Wymagana jest pełna ścieżka do pliku.";
|
||||
$text['description-caller_announce_sound']['pt-br'] = "Um som tocará para o originador da chamada. Precisa o caminho completo para o arquivo wav.";
|
||||
$text['description-caller_announce_sound']['pt-pt'] = "Um som para tocar a uma cada vez que o originador da chamada anunciar segundos de som. Precisa o caminho completo para o arquivo wav.";
|
||||
$text['description-caller_announce_sound']['ro-ro'] = "";
|
||||
$text['description-caller_announce_sound']['ru-ru'] = "Сообщение, которое будет проигрыввться звонящему через установленные промежутки. Требует полного пути к wav файлу";
|
||||
$text['description-caller_announce_sound']['sv-se'] = "Ett ljud som spelas upp efter varje 'meddelande ljud sekunder'. Behöver hela sökvägen till WAV filen.";
|
||||
$text['description-caller_announce_sound']['uk-ua'] = "";
|
||||
@@ -1869,6 +1985,7 @@ $text['description-caller_announce_frequency']['nl-nl'] = "";
|
||||
$text['description-caller_announce_frequency']['pl-pl'] = "Wprowadź wartość w sekundach jak często ma być odtwarzany dźwięk powitania.";
|
||||
$text['description-caller_announce_frequency']['pt-br'] = "Com que frequência devemos reproduzir o som ao anunciar. Digite um número em segundos";
|
||||
$text['description-caller_announce_frequency']['pt-pt'] = "Com que freqüência devemos reproduzir o som anunciar. Digite um número em segundos";
|
||||
$text['description-caller_announce_frequency']['ro-ro'] = "";
|
||||
$text['description-caller_announce_frequency']['ru-ru'] = "Как часто играть сообщение. Введите в секундах";
|
||||
$text['description-caller_announce_frequency']['sv-se'] = "Hur ofta skall meddelandet spelas upp. Ange ett värde i sekunder.";
|
||||
$text['description-caller_announce_frequency']['uk-ua'] = "";
|
||||
@@ -1885,6 +2002,7 @@ $text['description-call_timeout']['nl-nl'] = "";
|
||||
$text['description-call_timeout']['pl-pl'] = "Wpisz limit czasu rozmowy";
|
||||
$text['description-call_timeout']['pt-br'] = "Insira o tempo limite da chamada";
|
||||
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
|
||||
$text['description-call_timeout']['ro-ro'] = "";
|
||||
$text['description-call_timeout']['ru-ru'] = "Введите тайм-аут вызова";
|
||||
$text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
|
||||
$text['description-call_timeout']['uk-ua'] = "";
|
||||
@@ -1901,6 +2019,7 @@ $text['description-call_center_queues']['nl-nl'] = "";
|
||||
$text['description-call_center_queues']['pl-pl'] = "Lista kolejek w Call Center";
|
||||
$text['description-call_center_queues']['pt-br'] = "Lista de filas para o Call Center";
|
||||
$text['description-call_center_queues']['pt-pt'] = "Lista de Filas do Call Center.";
|
||||
$text['description-call_center_queues']['ro-ro'] = "";
|
||||
$text['description-call_center_queues']['ru-ru'] = "Список очередей в Колл-центре";
|
||||
$text['description-call_center_queues']['sv-se'] = "Lista med kö:er för Call Center";
|
||||
$text['description-call_center_queues']['uk-ua'] = "";
|
||||
@@ -1917,6 +2036,7 @@ $text['description-call_center_agents']['nl-nl'] = "";
|
||||
$text['description-call_center_agents']['pl-pl'] = "Lista agentów w Call Center";
|
||||
$text['description-call_center_agents']['pt-br'] = "Lista de agentes do Call Center";
|
||||
$text['description-call_center_agents']['pt-pt'] = "Lista de Agentes do Call Center.";
|
||||
$text['description-call_center_agents']['ro-ro'] = "";
|
||||
$text['description-call_center_agents']['ru-ru'] = "Список операторов Колл-центра";
|
||||
$text['description-call_center_agents']['sv-se'] = "Lista med Call Center Agenter";
|
||||
$text['description-call_center_agents']['uk-ua'] = "";
|
||||
@@ -1933,6 +2053,7 @@ $text['description-call_center_agent_status']['nl-nl'] = "";
|
||||
$text['description-call_center_agent_status']['pl-pl'] = "Wybierz wszystkich agentów call center, którzy mają uprawnienia do zmiany statusu jednego bądź wielu agentów.";
|
||||
$text['description-call_center_agent_status']['pt-br'] = "Lista todas chamadas do Call Center com a opção de alterar o estado de um ou mais agentes.";
|
||||
$text['description-call_center_agent_status']['pt-pt'] = "Lista todas as chamadas do Call Center com a opção de alterar o estado de um ou mais agentes.";
|
||||
$text['description-call_center_agent_status']['ro-ro'] = "";
|
||||
$text['description-call_center_agent_status']['ru-ru'] = "Полный список операторов Колл-центра с возможностью изменить статус одного или нескольких операторов.";
|
||||
$text['description-call_center_agent_status']['sv-se'] = "Lista med alla Call Center Agenter med möjlighet att ändra status på en eller flera agenter.";
|
||||
$text['description-call_center_agent_status']['uk-ua'] = "";
|
||||
@@ -1949,6 +2070,7 @@ $text['description-busy_delay_time']['nl-nl'] = "";
|
||||
$text['description-busy_delay_time']['pl-pl'] = "Wprowadź wartość czasowego opóźnienia w przypadku, gdy agent jest zajęty.";
|
||||
$text['description-busy_delay_time']['pt-br'] = "Insira o tempo para atraso do agente ocupado.";
|
||||
$text['description-busy_delay_time']['pt-pt'] = "Introduza o tempo de atraso do agente ocupado.";
|
||||
$text['description-busy_delay_time']['ro-ro'] = "";
|
||||
$text['description-busy_delay_time']['ru-ru'] = "Введите время задержки занятости оператора.";
|
||||
$text['description-busy_delay_time']['sv-se'] = "Ange Agent Upptagen Fördröjnings-tid.";
|
||||
$text['description-busy_delay_time']['uk-ua'] = "";
|
||||
@@ -1965,6 +2087,7 @@ $text['description-agent_password']['nl-nl'] = "";
|
||||
$text['description-agent_password']['pl-pl'] = "Wprowadź hasło agenta.";
|
||||
$text['description-agent_password']['pt-br'] = "Digite a senha do agente.";
|
||||
$text['description-agent_password']['pt-pt'] = "Digite a senha do agente.";
|
||||
$text['description-agent_password']['ro-ro'] = "";
|
||||
$text['description-agent_password']['ru-ru'] = "Введите пароль оператора.";
|
||||
$text['description-agent_password']['sv-se'] = "Ange agenten lösenord.";
|
||||
$text['description-agent_password']['uk-ua'] = "";
|
||||
@@ -1981,6 +2104,7 @@ $text['description-agent_name']['nl-nl'] = "";
|
||||
$text['description-agent_name']['pl-pl'] = "Wybierz nazwę agenta.";
|
||||
$text['description-agent_name']['pt-br'] = "Selecione o nome dos agentes";
|
||||
$text['description-agent_name']['pt-pt'] = "Seleccione o nome dos agentes.";
|
||||
$text['description-agent_name']['ro-ro'] = "";
|
||||
$text['description-agent_name']['ru-ru'] = "Выберите имя оператора.";
|
||||
$text['description-agent_name']['sv-se'] = "Välj Agent namn.";
|
||||
$text['description-agent_name']['uk-ua'] = "Виберіть ім’я оператора";
|
||||
@@ -1997,6 +2121,7 @@ $text['description-agent_logout']['nl-nl'] = "";
|
||||
$text['description-agent_logout']['pl-pl'] = "Wprowadź czas po, którym agent zostanie automatycznie wylogowany (w formacie 00:00). Wymagany jest serwis który egzekwuje czas wylogowania.";
|
||||
$text['description-agent_logout']['pt-br'] = "Entre com o tempo automático de logout do agente (utilize o formato 00:00). Isto requer um serviço dedicado para forçar o logout do agente.";
|
||||
$text['description-agent_logout']['pt-pt'] = "Introduza o tempo de logou automático do agente no formato 00:00. Isto requere um serviço dedicado para forçar o logout.";
|
||||
$text['description-agent_logout']['ro-ro'] = "";
|
||||
$text['description-agent_logout']['ru-ru'] = "Введите время автоматического выхода оператора в формате 00:00. Требует сервиса для автоматического выхода.";
|
||||
$text['description-agent_logout']['sv-se'] = "Ange Automatisk utläggning av Agent i 00:00 format. Kräver en tjänst för att genomföra utloggningen.";
|
||||
$text['description-agent_logout']['uk-ua'] = "";
|
||||
@@ -2013,6 +2138,7 @@ $text['description-agent_id']['nl-nl'] = "";
|
||||
$text['description-agent_id']['pl-pl'] = "Wprowadź identyfikator agenta.";
|
||||
$text['description-agent_id']['pt-br'] = "Digite o ID do agente.";
|
||||
$text['description-agent_id']['pt-pt'] = "Digite o ID do agente.";
|
||||
$text['description-agent_id']['ro-ro'] = "";
|
||||
$text['description-agent_id']['ru-ru'] = "Введите идентификатор оператора.";
|
||||
$text['description-agent_id']['sv-se'] = "Ange agent-ID.";
|
||||
$text['description-agent_id']['uk-ua'] = "";
|
||||
@@ -2029,6 +2155,7 @@ $text['description-agent']['nl-nl'] = "";
|
||||
$text['description-agent']['pl-pl'] = "Wybierz nazwe agenta.";
|
||||
$text['description-agent']['pt-br'] = "Selecione o nome do agente.";
|
||||
$text['description-agent']['pt-pt'] = "Seleccione o nome do agente.";
|
||||
$text['description-agent']['ro-ro'] = "";
|
||||
$text['description-agent']['ru-ru'] = "Выберите имя оператора.";
|
||||
$text['description-agent']['sv-se'] = "Välj Agent namnet.";
|
||||
$text['description-agent']['uk-ua'] = "Виберіть ім’я оператора";
|
||||
@@ -2045,6 +2172,7 @@ $text['description-abandoned_resume_allowed']['nl-nl'] = "";
|
||||
$text['description-abandoned_resume_allowed']['pl-pl'] = "Ustaw czy odbieranie odrzuconych rozmów jest dozwolone (TAK/NIE)";
|
||||
$text['description-abandoned_resume_allowed']['pt-br'] = "Defina permissão para desistência (SIM/NÃO).";
|
||||
$text['description-abandoned_resume_allowed']['pt-pt'] = "Defina a permissão para abadono do resume a verdadeiro ou a falso.";
|
||||
$text['description-abandoned_resume_allowed']['ro-ro'] = "";
|
||||
$text['description-abandoned_resume_allowed']['ru-ru'] = "Установите возможность восстанавливать вызов, покинувший очередь.";
|
||||
$text['description-abandoned_resume_allowed']['sv-se'] = "Välj 'Ej Besvarat Återtagning' till sann/falsk.";
|
||||
$text['description-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
@@ -2061,6 +2189,7 @@ $text['confirm-copy']['nl-nl'] = "";
|
||||
$text['confirm-copy']['pl-pl'] = "Czy na pewno chcesz to skopiować?";
|
||||
$text['confirm-copy']['pt-br'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['ro-ro'] = "";
|
||||
$text['confirm-copy']['ru-ru'] = "Вы действительно хотите это скопировать?";
|
||||
$text['confirm-copy']['sv-se'] = "Vill du verkligen kopiera detta?";
|
||||
$text['confirm-copy']['uk-ua'] = "Ви дійсно бажаєте це скопіювати?";
|
||||
@@ -2077,6 +2206,7 @@ $text['button-update_status']['nl-nl'] = "";
|
||||
$text['button-update_status']['pl-pl'] = "Zaktualizuj status";
|
||||
$text['button-update_status']['pt-br'] = "Estado da atualização";
|
||||
$text['button-update_status']['pt-pt'] = "Actualizar Estado";
|
||||
$text['button-update_status']['ro-ro'] = "";
|
||||
$text['button-update_status']['ru-ru'] = "Обновить статус";
|
||||
$text['button-update_status']['sv-se'] = "Uppdatera Status";
|
||||
$text['button-update_status']['uk-ua'] = "Оновити статус";
|
||||
@@ -2093,6 +2223,7 @@ $text['button-tiers']['nl-nl'] = "";
|
||||
$text['button-tiers']['pl-pl'] = "Poziomy";
|
||||
$text['button-tiers']['pt-br'] = "Níveis ";
|
||||
$text['button-tiers']['pt-pt'] = "Níveis";
|
||||
$text['button-tiers']['ro-ro'] = "";
|
||||
$text['button-tiers']['ru-ru'] = "Компетенции";
|
||||
$text['button-tiers']['sv-se'] = "Kunskap";
|
||||
$text['button-tiers']['uk-ua'] = "Рівні";
|
||||
@@ -2109,6 +2240,7 @@ $text['button-agents']['nl-nl'] = "";
|
||||
$text['button-agents']['pl-pl'] = "Agenci";
|
||||
$text['button-agents']['pt-br'] = "Agentes";
|
||||
$text['button-agents']['pt-pt'] = "Agentes";
|
||||
$text['button-agents']['ro-ro'] = "";
|
||||
$text['button-agents']['ru-ru'] = "Операторы";
|
||||
$text['button-agents']['sv-se'] = "Agenter";
|
||||
$text['button-agents']['uk-ua'] = "Оператори";
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-call_flows']['en-us'] = "Call Flows";
|
||||
$text['title-call_flows']['ar-eg'] = "";
|
||||
$text['title-call_flows']['de-at'] = "Anruf Steuerung";
|
||||
$text['title-call_flows']['de-ch'] = "";
|
||||
$text['title-call_flows']['de-de'] = "Anruf Steuerung";
|
||||
$text['title-call_flows']['es-cl'] = "Flujo de Llamada";
|
||||
$text['title-call_flows']['es-mx'] = "";
|
||||
$text['title-call_flows']['fr-ca'] = "";
|
||||
$text['title-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
$text['title-call_flows']['he-il'] = "";
|
||||
$text['title-call_flows']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-call_flows']['nl-nl'] = "";
|
||||
$text['title-call_flows']['pl-pl'] = "Przepływ rozmów";
|
||||
$text['title-call_flows']['pt-br'] = "Fluxo de chamadas";
|
||||
$text['title-call_flows']['pt-pt'] = "Fluxo de Chamadas";
|
||||
$text['title-call_flows']['ro-ro'] = "";
|
||||
$text['title-call_flows']['ru-ru'] = "Переключатели вызовов";
|
||||
$text['title-call_flows']['sv-se'] = "Samtalsflöden";
|
||||
$text['title-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
@@ -20,8 +24,11 @@ $text['title-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
$text['title-call_flow']['en-us'] = "Call Flow";
|
||||
$text['title-call_flow']['ar-eg'] = "";
|
||||
$text['title-call_flow']['de-at'] = "Anruf Steuerung";
|
||||
$text['title-call_flow']['de-ch'] = "";
|
||||
$text['title-call_flow']['de-de'] = "Anruf Steuerung";
|
||||
$text['title-call_flow']['es-cl'] = "Flujo de Llamada";
|
||||
$text['title-call_flow']['es-mx'] = "";
|
||||
$text['title-call_flow']['fr-ca'] = "";
|
||||
$text['title-call_flow']['fr-fr'] = "Editer le flux";
|
||||
$text['title-call_flow']['he-il'] = "";
|
||||
$text['title-call_flow']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-call_flow']['nl-nl'] = "";
|
||||
$text['title-call_flow']['pl-pl'] = "Przepływ rozmów";
|
||||
$text['title-call_flow']['pt-br'] = "Fluxo de chamada";
|
||||
$text['title-call_flow']['pt-pt'] = "Fluxo de Chamada";
|
||||
$text['title-call_flow']['ro-ro'] = "";
|
||||
$text['title-call_flow']['ru-ru'] = "Переключатель вызовов";
|
||||
$text['title-call_flow']['sv-se'] = "Samtalsflöde";
|
||||
$text['title-call_flow']['uk-ua'] = "Потік дзвінків";
|
||||
@@ -36,8 +44,11 @@ $text['title-call_flow']['uk-ua'] = "Потік дзвінків";
|
||||
$text['label-call_flow_name']['en-us'] = "Name";
|
||||
$text['label-call_flow_name']['ar-eg'] = "";
|
||||
$text['label-call_flow_name']['de-at'] = "Name";
|
||||
$text['label-call_flow_name']['de-ch'] = "";
|
||||
$text['label-call_flow_name']['de-de'] = "Name";
|
||||
$text['label-call_flow_name']['es-cl'] = "Nombre";
|
||||
$text['label-call_flow_name']['es-mx'] = "";
|
||||
$text['label-call_flow_name']['fr-ca'] = "";
|
||||
$text['label-call_flow_name']['fr-fr'] = "Nom";
|
||||
$text['label-call_flow_name']['he-il'] = "";
|
||||
$text['label-call_flow_name']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['label-call_flow_name']['nl-nl'] = "";
|
||||
$text['label-call_flow_name']['pl-pl'] = "Nazwa";
|
||||
$text['label-call_flow_name']['pt-br'] = "Nome";
|
||||
$text['label-call_flow_name']['pt-pt'] = "Nome";
|
||||
$text['label-call_flow_name']['ro-ro'] = "";
|
||||
$text['label-call_flow_name']['ru-ru'] = "Имя";
|
||||
$text['label-call_flow_name']['sv-se'] = "Namn";
|
||||
$text['label-call_flow_name']['uk-ua'] = "Назва";
|
||||
@@ -52,8 +64,11 @@ $text['label-call_flow_name']['uk-ua'] = "Назва";
|
||||
$text['label-call_flow_status']['en-us'] = "Status";
|
||||
$text['label-call_flow_status']['ar-eg'] = "";
|
||||
$text['label-call_flow_status']['de-at'] = "Aktiviert";
|
||||
$text['label-call_flow_status']['de-ch'] = "";
|
||||
$text['label-call_flow_status']['de-de'] = "Aktiviert";
|
||||
$text['label-call_flow_status']['es-cl'] = "Estado";
|
||||
$text['label-call_flow_status']['es-mx'] = "";
|
||||
$text['label-call_flow_status']['fr-ca'] = "";
|
||||
$text['label-call_flow_status']['fr-fr'] = "Etat";
|
||||
$text['label-call_flow_status']['he-il'] = "";
|
||||
$text['label-call_flow_status']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-call_flow_status']['nl-nl'] = "";
|
||||
$text['label-call_flow_status']['pl-pl'] = "Status";
|
||||
$text['label-call_flow_status']['pt-br'] = "Estado";
|
||||
$text['label-call_flow_status']['pt-pt'] = "Estado";
|
||||
$text['label-call_flow_status']['ro-ro'] = "";
|
||||
$text['label-call_flow_status']['ru-ru'] = "Статус";
|
||||
$text['label-call_flow_status']['sv-se'] = "Status";
|
||||
$text['label-call_flow_status']['uk-ua'] = "Статус";
|
||||
@@ -68,8 +84,11 @@ $text['label-call_flow_status']['uk-ua'] = "Статус";
|
||||
$text['label-call_flow_pin_number']['en-us'] = "PIN Number";
|
||||
$text['label-call_flow_pin_number']['ar-eg'] = "";
|
||||
$text['label-call_flow_pin_number']['de-at'] = "PIN Nummer";
|
||||
$text['label-call_flow_pin_number']['de-ch'] = "";
|
||||
$text['label-call_flow_pin_number']['de-de'] = "PIN Nummer";
|
||||
$text['label-call_flow_pin_number']['es-cl'] = "Número PIN";
|
||||
$text['label-call_flow_pin_number']['es-mx'] = "";
|
||||
$text['label-call_flow_pin_number']['fr-ca'] = "";
|
||||
$text['label-call_flow_pin_number']['fr-fr'] = "Code PIN";
|
||||
$text['label-call_flow_pin_number']['he-il'] = "";
|
||||
$text['label-call_flow_pin_number']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-call_flow_pin_number']['nl-nl'] = "";
|
||||
$text['label-call_flow_pin_number']['pl-pl'] = "Numer PIN";
|
||||
$text['label-call_flow_pin_number']['pt-br'] = "Código PIN";
|
||||
$text['label-call_flow_pin_number']['pt-pt'] = "Código PIN";
|
||||
$text['label-call_flow_pin_number']['ro-ro'] = "";
|
||||
$text['label-call_flow_pin_number']['ru-ru'] = "PIN код";
|
||||
$text['label-call_flow_pin_number']['sv-se'] = "PIN Kod";
|
||||
$text['label-call_flow_pin_number']['uk-ua'] = "PIN-код";
|
||||
@@ -84,8 +104,11 @@ $text['label-call_flow_pin_number']['uk-ua'] = "PIN-код";
|
||||
$text['label-call_flow_feature_code']['en-us'] = "Feature Code";
|
||||
$text['label-call_flow_feature_code']['ar-eg'] = "";
|
||||
$text['label-call_flow_feature_code']['de-at'] = "Funktions-Code";
|
||||
$text['label-call_flow_feature_code']['de-ch'] = "";
|
||||
$text['label-call_flow_feature_code']['de-de'] = "Funktions-Code";
|
||||
$text['label-call_flow_feature_code']['es-cl'] = "Código distintivo";
|
||||
$text['label-call_flow_feature_code']['es-mx'] = "";
|
||||
$text['label-call_flow_feature_code']['fr-ca'] = "";
|
||||
$text['label-call_flow_feature_code']['fr-fr'] = "Code Fonction";
|
||||
$text['label-call_flow_feature_code']['he-il'] = "";
|
||||
$text['label-call_flow_feature_code']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-call_flow_feature_code']['nl-nl'] = "";
|
||||
$text['label-call_flow_feature_code']['pl-pl'] = "";
|
||||
$text['label-call_flow_feature_code']['pt-br'] = "Código de função";
|
||||
$text['label-call_flow_feature_code']['pt-pt'] = "Código de Função";
|
||||
$text['label-call_flow_feature_code']['ro-ro'] = "";
|
||||
$text['label-call_flow_feature_code']['ru-ru'] = "Код функции";
|
||||
$text['label-call_flow_feature_code']['sv-se'] = "Funktionskod";
|
||||
$text['label-call_flow_feature_code']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-call_flow_feature_code']['uk-ua'] = "";
|
||||
$text['label-call_flow_extension']['en-us'] = "Extension";
|
||||
$text['label-call_flow_extension']['ar-eg'] = "";
|
||||
$text['label-call_flow_extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-call_flow_extension']['de-ch'] = "";
|
||||
$text['label-call_flow_extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-call_flow_extension']['es-cl'] = "Extensión";
|
||||
$text['label-call_flow_extension']['es-mx'] = "";
|
||||
$text['label-call_flow_extension']['fr-ca'] = "";
|
||||
$text['label-call_flow_extension']['fr-fr'] = "Extension";
|
||||
$text['label-call_flow_extension']['he-il'] = "";
|
||||
$text['label-call_flow_extension']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-call_flow_extension']['nl-nl'] = "";
|
||||
$text['label-call_flow_extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-call_flow_extension']['pt-br'] = "Ramal";
|
||||
$text['label-call_flow_extension']['pt-pt'] = "Extensão";
|
||||
$text['label-call_flow_extension']['ro-ro'] = "";
|
||||
$text['label-call_flow_extension']['ru-ru'] = "Внутренний номер";
|
||||
$text['label-call_flow_extension']['sv-se'] = "Anknytning";
|
||||
$text['label-call_flow_extension']['uk-ua'] = "Розширення (Extention)";
|
||||
@@ -116,8 +144,11 @@ $text['label-call_flow_extension']['uk-ua'] = "Розширення (Extention)"
|
||||
$text['label-call_flow_label']['en-us'] = "Destination Label";
|
||||
$text['label-call_flow_label']['ar-eg'] = "";
|
||||
$text['label-call_flow_label']['de-at'] = "Ziel Kennzeichnung";
|
||||
$text['label-call_flow_label']['de-ch'] = "";
|
||||
$text['label-call_flow_label']['de-de'] = "Ziel Kennzeichnung";
|
||||
$text['label-call_flow_label']['es-cl'] = "Etiqueta de Destino";
|
||||
$text['label-call_flow_label']['es-mx'] = "";
|
||||
$text['label-call_flow_label']['fr-ca'] = "";
|
||||
$text['label-call_flow_label']['fr-fr'] = "Label de la destination";
|
||||
$text['label-call_flow_label']['he-il'] = "";
|
||||
$text['label-call_flow_label']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-call_flow_label']['nl-nl'] = "";
|
||||
$text['label-call_flow_label']['pl-pl'] = "Etykieta destynacji";
|
||||
$text['label-call_flow_label']['pt-br'] = "Etiqueta de destino";
|
||||
$text['label-call_flow_label']['pt-pt'] = "Destino";
|
||||
$text['label-call_flow_label']['ro-ro'] = "";
|
||||
$text['label-call_flow_label']['ru-ru'] = "Название направления";
|
||||
$text['label-call_flow_label']['sv-se'] = "Destination Etikett";
|
||||
$text['label-call_flow_label']['uk-ua'] = "призначення етикетки";
|
||||
@@ -132,8 +164,11 @@ $text['label-call_flow_label']['uk-ua'] = "призначення етикетк
|
||||
$text['label-call_flow_destination']['en-us'] = "Destination";
|
||||
$text['label-call_flow_destination']['ar-eg'] = "";
|
||||
$text['label-call_flow_destination']['de-at'] = "Ziel";
|
||||
$text['label-call_flow_destination']['de-ch'] = "";
|
||||
$text['label-call_flow_destination']['de-de'] = "Ziel";
|
||||
$text['label-call_flow_destination']['es-cl'] = "Destino";
|
||||
$text['label-call_flow_destination']['es-mx'] = "";
|
||||
$text['label-call_flow_destination']['fr-ca'] = "";
|
||||
$text['label-call_flow_destination']['fr-fr'] = "Destination";
|
||||
$text['label-call_flow_destination']['he-il'] = "";
|
||||
$text['label-call_flow_destination']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-call_flow_destination']['nl-nl'] = "";
|
||||
$text['label-call_flow_destination']['pl-pl'] = "Destynacja";
|
||||
$text['label-call_flow_destination']['pt-br'] = "Número de destino";
|
||||
$text['label-call_flow_destination']['pt-pt'] = "Destino";
|
||||
$text['label-call_flow_destination']['ro-ro'] = "";
|
||||
$text['label-call_flow_destination']['ru-ru'] = "Направление";
|
||||
$text['label-call_flow_destination']['sv-se'] = "Destination";
|
||||
$text['label-call_flow_destination']['uk-ua'] = "Номер";
|
||||
@@ -148,8 +184,11 @@ $text['label-call_flow_destination']['uk-ua'] = "Номер";
|
||||
$text['label-call_flow_context']['en-us'] = "Context";
|
||||
$text['label-call_flow_context']['ar-eg'] = "";
|
||||
$text['label-call_flow_context']['de-at'] = "Kontext";
|
||||
$text['label-call_flow_context']['de-ch'] = "";
|
||||
$text['label-call_flow_context']['de-de'] = "Kontext";
|
||||
$text['label-call_flow_context']['es-cl'] = "Contexto";
|
||||
$text['label-call_flow_context']['es-mx'] = "";
|
||||
$text['label-call_flow_context']['fr-ca'] = "";
|
||||
$text['label-call_flow_context']['fr-fr'] = "Contexte";
|
||||
$text['label-call_flow_context']['he-il'] = "";
|
||||
$text['label-call_flow_context']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-call_flow_context']['nl-nl'] = "";
|
||||
$text['label-call_flow_context']['pl-pl'] = "Kontekst";
|
||||
$text['label-call_flow_context']['pt-br'] = "Contexto";
|
||||
$text['label-call_flow_context']['pt-pt'] = "Contexto";
|
||||
$text['label-call_flow_context']['ro-ro'] = "";
|
||||
$text['label-call_flow_context']['ru-ru'] = "Контекст";
|
||||
$text['label-call_flow_context']['sv-se'] = "Context";
|
||||
$text['label-call_flow_context']['uk-ua'] = "Контекст";
|
||||
@@ -164,8 +204,11 @@ $text['label-call_flow_context']['uk-ua'] = "Контекст";
|
||||
$text['label-call_flow_alternate_label']['en-us'] = "Alternate Label";
|
||||
$text['label-call_flow_alternate_label']['ar-eg'] = "";
|
||||
$text['label-call_flow_alternate_label']['de-at'] = "Alternative Bezeichnung";
|
||||
$text['label-call_flow_alternate_label']['de-ch'] = "";
|
||||
$text['label-call_flow_alternate_label']['de-de'] = "Alternative Bezeichnung";
|
||||
$text['label-call_flow_alternate_label']['es-cl'] = "Etiqueta alternativa";
|
||||
$text['label-call_flow_alternate_label']['es-mx'] = "";
|
||||
$text['label-call_flow_alternate_label']['fr-ca'] = "";
|
||||
$text['label-call_flow_alternate_label']['fr-fr'] = "Label alternatif";
|
||||
$text['label-call_flow_alternate_label']['he-il'] = "";
|
||||
$text['label-call_flow_alternate_label']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-call_flow_alternate_label']['nl-nl'] = "";
|
||||
$text['label-call_flow_alternate_label']['pl-pl'] = "Alternatywna etykieta";
|
||||
$text['label-call_flow_alternate_label']['pt-br'] = "Etqueta alternativa";
|
||||
$text['label-call_flow_alternate_label']['pt-pt'] = "Etiqueta Alternativa";
|
||||
$text['label-call_flow_alternate_label']['ro-ro'] = "";
|
||||
$text['label-call_flow_alternate_label']['ru-ru'] = "Название альтернативного направления";
|
||||
$text['label-call_flow_alternate_label']['sv-se'] = "Alternativ Etikett";
|
||||
$text['label-call_flow_alternate_label']['uk-ua'] = "альтернативні етикетки";
|
||||
@@ -180,8 +224,11 @@ $text['label-call_flow_alternate_label']['uk-ua'] = "альтернативні
|
||||
$text['label-call_flow_alternate_destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-call_flow_alternate_destination']['ar-eg'] = "";
|
||||
$text['label-call_flow_alternate_destination']['de-at'] = "Alternatives Ziel";
|
||||
$text['label-call_flow_alternate_destination']['de-ch'] = "";
|
||||
$text['label-call_flow_alternate_destination']['de-de'] = "Alternatives Ziel";
|
||||
$text['label-call_flow_alternate_destination']['es-cl'] = "Destino Alternativo";
|
||||
$text['label-call_flow_alternate_destination']['es-mx'] = "";
|
||||
$text['label-call_flow_alternate_destination']['fr-ca'] = "";
|
||||
$text['label-call_flow_alternate_destination']['fr-fr'] = "Destination alternative";
|
||||
$text['label-call_flow_alternate_destination']['he-il'] = "";
|
||||
$text['label-call_flow_alternate_destination']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-call_flow_alternate_destination']['nl-nl'] = "";
|
||||
$text['label-call_flow_alternate_destination']['pl-pl'] = "Alternatywna destynacja";
|
||||
$text['label-call_flow_alternate_destination']['pt-br'] = "Destino alternativo";
|
||||
$text['label-call_flow_alternate_destination']['pt-pt'] = "Destino Alternativo";
|
||||
$text['label-call_flow_alternate_destination']['ro-ro'] = "";
|
||||
$text['label-call_flow_alternate_destination']['ru-ru'] = "Альтернативное направление";
|
||||
$text['label-call_flow_alternate_destination']['sv-se'] = "Alternativ Destination";
|
||||
$text['label-call_flow_alternate_destination']['uk-ua'] = "альтернативні варіанти призначення";
|
||||
@@ -196,8 +244,11 @@ $text['label-call_flow_alternate_destination']['uk-ua'] = "альтернати
|
||||
$text['label-call_flow_sound']['en-us'] = "Sound";
|
||||
$text['label-call_flow_sound']['ar-eg'] = "";
|
||||
$text['label-call_flow_sound']['de-at'] = "Rufton";
|
||||
$text['label-call_flow_sound']['de-ch'] = "";
|
||||
$text['label-call_flow_sound']['de-de'] = "Rufton";
|
||||
$text['label-call_flow_sound']['es-cl'] = "Sonar";
|
||||
$text['label-call_flow_sound']['es-mx'] = "";
|
||||
$text['label-call_flow_sound']['fr-ca'] = "";
|
||||
$text['label-call_flow_sound']['fr-fr'] = "Sonner";
|
||||
$text['label-call_flow_sound']['he-il'] = "";
|
||||
$text['label-call_flow_sound']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-call_flow_sound']['nl-nl'] = "";
|
||||
$text['label-call_flow_sound']['pl-pl'] = "Dźwięk";
|
||||
$text['label-call_flow_sound']['pt-br'] = "Som";
|
||||
$text['label-call_flow_sound']['pt-pt'] = "Som";
|
||||
$text['label-call_flow_sound']['ro-ro'] = "";
|
||||
$text['label-call_flow_sound']['ru-ru'] = "Звук";
|
||||
$text['label-call_flow_sound']['sv-se'] = "Ljud";
|
||||
$text['label-call_flow_sound']['uk-ua'] = "звук";
|
||||
@@ -212,8 +264,11 @@ $text['label-call_flow_sound']['uk-ua'] = "звук";
|
||||
$text['label-call_flow_alternate_sound']['en-us'] = "Alternate Sound";
|
||||
$text['label-call_flow_alternate_sound']['ar-eg'] = "";
|
||||
$text['label-call_flow_alternate_sound']['de-at'] = "Alternativer Rufton";
|
||||
$text['label-call_flow_alternate_sound']['de-ch'] = "";
|
||||
$text['label-call_flow_alternate_sound']['de-de'] = "Alternativer Rufton";
|
||||
$text['label-call_flow_alternate_sound']['es-cl'] = "sonido alternativo";
|
||||
$text['label-call_flow_alternate_sound']['es-mx'] = "";
|
||||
$text['label-call_flow_alternate_sound']['fr-ca'] = "";
|
||||
$text['label-call_flow_alternate_sound']['fr-fr'] = "son suppléant";
|
||||
$text['label-call_flow_alternate_sound']['he-il'] = "";
|
||||
$text['label-call_flow_alternate_sound']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-call_flow_alternate_sound']['nl-nl'] = "";
|
||||
$text['label-call_flow_alternate_sound']['pl-pl'] = "Alternatywny dźwięk";
|
||||
$text['label-call_flow_alternate_sound']['pt-br'] = "Som alternativo";
|
||||
$text['label-call_flow_alternate_sound']['pt-pt'] = "som alternativo";
|
||||
$text['label-call_flow_alternate_sound']['ro-ro'] = "";
|
||||
$text['label-call_flow_alternate_sound']['ru-ru'] = "Альтернативный звук";
|
||||
$text['label-call_flow_alternate_sound']['sv-se'] = "alternativt ljud";
|
||||
$text['label-call_flow_alternate_sound']['uk-ua'] = "альтернативний звук";
|
||||
@@ -228,8 +284,11 @@ $text['label-call_flow_alternate_sound']['uk-ua'] = "альтернативни
|
||||
$text['label-call_flow_description']['en-us'] = "Description";
|
||||
$text['label-call_flow_description']['ar-eg'] = "";
|
||||
$text['label-call_flow_description']['de-at'] = "Beschreibung";
|
||||
$text['label-call_flow_description']['de-ch'] = "";
|
||||
$text['label-call_flow_description']['de-de'] = "Beschreibung";
|
||||
$text['label-call_flow_description']['es-cl'] = "Descripción";
|
||||
$text['label-call_flow_description']['es-mx'] = "";
|
||||
$text['label-call_flow_description']['fr-ca'] = "";
|
||||
$text['label-call_flow_description']['fr-fr'] = "Description";
|
||||
$text['label-call_flow_description']['he-il'] = "";
|
||||
$text['label-call_flow_description']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-call_flow_description']['nl-nl'] = "";
|
||||
$text['label-call_flow_description']['pl-pl'] = "Opis";
|
||||
$text['label-call_flow_description']['pt-br'] = "Descrição";
|
||||
$text['label-call_flow_description']['pt-pt'] = "Descripção";
|
||||
$text['label-call_flow_description']['ro-ro'] = "";
|
||||
$text['label-call_flow_description']['ru-ru'] = "Описание";
|
||||
$text['label-call_flow_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-call_flow_description']['uk-ua'] = "Опис";
|
||||
@@ -244,8 +304,11 @@ $text['label-call_flow_description']['uk-ua'] = "Опис";
|
||||
$text['header-call_flows']['en-us'] = "Call Flows";
|
||||
$text['header-call_flows']['ar-eg'] = "";
|
||||
$text['header-call_flows']['de-at'] = "Anruf Steuerung";
|
||||
$text['header-call_flows']['de-ch'] = "";
|
||||
$text['header-call_flows']['de-de'] = "Anruf Steuerung";
|
||||
$text['header-call_flows']['es-cl'] = "flujo de Llamada";
|
||||
$text['header-call_flows']['es-mx'] = "";
|
||||
$text['header-call_flows']['fr-ca'] = "";
|
||||
$text['header-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
$text['header-call_flows']['he-il'] = "";
|
||||
$text['header-call_flows']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['header-call_flows']['nl-nl'] = "";
|
||||
$text['header-call_flows']['pl-pl'] = "Przepływ rozmów";
|
||||
$text['header-call_flows']['pt-br'] = "Fluxo de chamadas";
|
||||
$text['header-call_flows']['pt-pt'] = "Fluxo de Chamadas";
|
||||
$text['header-call_flows']['ro-ro'] = "";
|
||||
$text['header-call_flows']['ru-ru'] = "Переключатель вызовов";
|
||||
$text['header-call_flows']['sv-se'] = "Samtalsflöden";
|
||||
$text['header-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
@@ -260,8 +324,11 @@ $text['header-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
$text['header-call_flow']['en-us'] = "Call Flow";
|
||||
$text['header-call_flow']['ar-eg'] = "";
|
||||
$text['header-call_flow']['de-at'] = "Anruf Steuerung";
|
||||
$text['header-call_flow']['de-ch'] = "";
|
||||
$text['header-call_flow']['de-de'] = "Anruf Steuerung";
|
||||
$text['header-call_flow']['es-cl'] = "Flujo de Llamada";
|
||||
$text['header-call_flow']['es-mx'] = "";
|
||||
$text['header-call_flow']['fr-ca'] = "";
|
||||
$text['header-call_flow']['fr-fr'] = "Editer le flux";
|
||||
$text['header-call_flow']['he-il'] = "";
|
||||
$text['header-call_flow']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['header-call_flow']['nl-nl'] = "";
|
||||
$text['header-call_flow']['pl-pl'] = "Przepływ rozmów";
|
||||
$text['header-call_flow']['pt-br'] = "Fluxo de chamada";
|
||||
$text['header-call_flow']['pt-pt'] = "Fluxo de Chamada";
|
||||
$text['header-call_flow']['ro-ro'] = "";
|
||||
$text['header-call_flow']['ru-ru'] = "Переключатель вызовов";
|
||||
$text['header-call_flow']['sv-se'] = "Samtalsflöde";
|
||||
$text['header-call_flow']['uk-ua'] = "Потік дзвінка";
|
||||
@@ -276,8 +344,11 @@ $text['header-call_flow']['uk-ua'] = "Потік дзвінка";
|
||||
$text['description-call_flow_status']['en-us'] = "Select the status.";
|
||||
$text['description-call_flow_status']['ar-eg'] = "";
|
||||
$text['description-call_flow_status']['de-at'] = "Status festlegen.";
|
||||
$text['description-call_flow_status']['de-ch'] = "";
|
||||
$text['description-call_flow_status']['de-de'] = "Status festlegen.";
|
||||
$text['description-call_flow_status']['es-cl'] = "Seleccione el estado.";
|
||||
$text['description-call_flow_status']['es-mx'] = "";
|
||||
$text['description-call_flow_status']['fr-ca'] = "";
|
||||
$text['description-call_flow_status']['fr-fr'] = "Choisir le statut.";
|
||||
$text['description-call_flow_status']['he-il'] = "";
|
||||
$text['description-call_flow_status']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-call_flow_status']['nl-nl'] = "";
|
||||
$text['description-call_flow_status']['pl-pl'] = "Wybierz status użytkownika";
|
||||
$text['description-call_flow_status']['pt-br'] = "Escolha o estado.";
|
||||
$text['description-call_flow_status']['pt-pt'] = "Seleccione o estado.";
|
||||
$text['description-call_flow_status']['ro-ro'] = "";
|
||||
$text['description-call_flow_status']['ru-ru'] = "Виберите состояние.";
|
||||
$text['description-call_flow_status']['sv-se'] = "Välj Status";
|
||||
$text['description-call_flow_status']['uk-ua'] = "Виберіть статус користувача";
|
||||
@@ -292,8 +364,11 @@ $text['description-call_flow_status']['uk-ua'] = "Виберіть статус
|
||||
$text['description-call_flow_pin_number']['en-us'] = "Enter the pin number.";
|
||||
$text['description-call_flow_pin_number']['ar-eg'] = "";
|
||||
$text['description-call_flow_pin_number']['de-at'] = "Geben Sie eine PIN ein.";
|
||||
$text['description-call_flow_pin_number']['de-ch'] = "";
|
||||
$text['description-call_flow_pin_number']['de-de'] = "Geben Sie eine PIN ein.";
|
||||
$text['description-call_flow_pin_number']['es-cl'] = "Ingrese el número PIN.";
|
||||
$text['description-call_flow_pin_number']['es-mx'] = "";
|
||||
$text['description-call_flow_pin_number']['fr-ca'] = "";
|
||||
$text['description-call_flow_pin_number']['fr-fr'] = "Choisir le code PIN.";
|
||||
$text['description-call_flow_pin_number']['he-il'] = "";
|
||||
$text['description-call_flow_pin_number']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['description-call_flow_pin_number']['nl-nl'] = "";
|
||||
$text['description-call_flow_pin_number']['pl-pl'] = "Wprowadź numer PIN";
|
||||
$text['description-call_flow_pin_number']['pt-br'] = "Insira o código PIN.";
|
||||
$text['description-call_flow_pin_number']['pt-pt'] = "Introduza o código PIN";
|
||||
$text['description-call_flow_pin_number']['ro-ro'] = "";
|
||||
$text['description-call_flow_pin_number']['ru-ru'] = "Введите пин-код.";
|
||||
$text['description-call_flow_pin_number']['sv-se'] = "Ange PIN Kod.";
|
||||
$text['description-call_flow_pin_number']['uk-ua'] = "Введіть пін - код.";
|
||||
@@ -308,8 +384,11 @@ $text['description-call_flow_pin_number']['uk-ua'] = "Введіть пін - к
|
||||
$text['description-call_flow_name']['en-us'] = "Enter the name.";
|
||||
$text['description-call_flow_name']['ar-eg'] = "";
|
||||
$text['description-call_flow_name']['de-at'] = "Geben Sie den Namen an";
|
||||
$text['description-call_flow_name']['de-ch'] = "";
|
||||
$text['description-call_flow_name']['de-de'] = "Geben Sie den Namen an";
|
||||
$text['description-call_flow_name']['es-cl'] = "Ingrese el nombre.";
|
||||
$text['description-call_flow_name']['es-mx'] = "";
|
||||
$text['description-call_flow_name']['fr-ca'] = "";
|
||||
$text['description-call_flow_name']['fr-fr'] = "Choisr le nom.";
|
||||
$text['description-call_flow_name']['he-il'] = "";
|
||||
$text['description-call_flow_name']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['description-call_flow_name']['nl-nl'] = "";
|
||||
$text['description-call_flow_name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-call_flow_name']['pt-br'] = "Insira o nome.";
|
||||
$text['description-call_flow_name']['pt-pt'] = "Introduza o nome.";
|
||||
$text['description-call_flow_name']['ro-ro'] = "";
|
||||
$text['description-call_flow_name']['ru-ru'] = "Введите имя.";
|
||||
$text['description-call_flow_name']['sv-se'] = "Ange Namn.";
|
||||
$text['description-call_flow_name']['uk-ua'] = "Введіть назву меню";
|
||||
@@ -324,8 +404,11 @@ $text['description-call_flow_name']['uk-ua'] = "Введіть назву мен
|
||||
$text['description-call_flow_feature_code']['en-us'] = "Enter the feature code.";
|
||||
$text['description-call_flow_feature_code']['ar-eg'] = "";
|
||||
$text['description-call_flow_feature_code']['de-at'] = "Geben Sie den Funktions-Code an.";
|
||||
$text['description-call_flow_feature_code']['de-ch'] = "";
|
||||
$text['description-call_flow_feature_code']['de-de'] = "Geben Sie den Funktions-Code an.";
|
||||
$text['description-call_flow_feature_code']['es-cl'] = "Ingrese el código distintivo.";
|
||||
$text['description-call_flow_feature_code']['es-mx'] = "";
|
||||
$text['description-call_flow_feature_code']['fr-ca'] = "";
|
||||
$text['description-call_flow_feature_code']['fr-fr'] = "Choisir le code la fonction";
|
||||
$text['description-call_flow_feature_code']['he-il'] = "";
|
||||
$text['description-call_flow_feature_code']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['description-call_flow_feature_code']['nl-nl'] = "";
|
||||
$text['description-call_flow_feature_code']['pl-pl'] = "Dodaj specjalny kod";
|
||||
$text['description-call_flow_feature_code']['pt-br'] = "Insira o código de função.";
|
||||
$text['description-call_flow_feature_code']['pt-pt'] = "Introduza o código de função.";
|
||||
$text['description-call_flow_feature_code']['ro-ro'] = "";
|
||||
$text['description-call_flow_feature_code']['ru-ru'] = "Введите код функции.";
|
||||
$text['description-call_flow_feature_code']['sv-se'] = "Ange Funktionskoden.";
|
||||
$text['description-call_flow_feature_code']['uk-ua'] = "Введіть код об'єкта.";
|
||||
@@ -340,8 +424,11 @@ $text['description-call_flow_feature_code']['uk-ua'] = "Введіть код о
|
||||
$text['description-call_flow_extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-call_flow_extension']['ar-eg'] = "";
|
||||
$text['description-call_flow_extension']['de-at'] = "Weisen Sie die Nebenstelle aus.";
|
||||
$text['description-call_flow_extension']['de-ch'] = "";
|
||||
$text['description-call_flow_extension']['de-de'] = "Weisen Sie die Nebenstelle aus.";
|
||||
$text['description-call_flow_extension']['es-cl'] = "Ingrese el número de extensión.";
|
||||
$text['description-call_flow_extension']['es-mx'] = "";
|
||||
$text['description-call_flow_extension']['fr-ca'] = "";
|
||||
$text['description-call_flow_extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
$text['description-call_flow_extension']['he-il'] = "";
|
||||
$text['description-call_flow_extension']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['description-call_flow_extension']['nl-nl'] = "";
|
||||
$text['description-call_flow_extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-call_flow_extension']['pt-br'] = "Atribua o número de ramal.";
|
||||
$text['description-call_flow_extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-call_flow_extension']['ro-ro'] = "";
|
||||
$text['description-call_flow_extension']['ru-ru'] = "Введите внутренний номер.";
|
||||
$text['description-call_flow_extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-call_flow_extension']['uk-ua'] = "Введіть номер розширення.";
|
||||
@@ -356,8 +444,11 @@ $text['description-call_flow_extension']['uk-ua'] = "Введіть номер
|
||||
$text['description-call_flow_destination_label']['en-us'] = "Enter the destination label.";
|
||||
$text['description-call_flow_destination_label']['ar-eg'] = "";
|
||||
$text['description-call_flow_destination_label']['de-at'] = "Geben Sie eine Beschreibung für das Ziel an.";
|
||||
$text['description-call_flow_destination_label']['de-ch'] = "";
|
||||
$text['description-call_flow_destination_label']['de-de'] = "Geben Sie eine Beschreibung für das Ziel an.";
|
||||
$text['description-call_flow_destination_label']['es-cl'] = "Ingrese la etiqueta de destino.";
|
||||
$text['description-call_flow_destination_label']['es-mx'] = "";
|
||||
$text['description-call_flow_destination_label']['fr-ca'] = "";
|
||||
$text['description-call_flow_destination_label']['fr-fr'] = "Choisir le label de la destination.";
|
||||
$text['description-call_flow_destination_label']['he-il'] = "";
|
||||
$text['description-call_flow_destination_label']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['description-call_flow_destination_label']['nl-nl'] = "";
|
||||
$text['description-call_flow_destination_label']['pl-pl'] = "Wprowadź opis destynacji";
|
||||
$text['description-call_flow_destination_label']['pt-br'] = "Insira o destino.";
|
||||
$text['description-call_flow_destination_label']['pt-pt'] = "Introduza o destino.";
|
||||
$text['description-call_flow_destination_label']['ro-ro'] = "";
|
||||
$text['description-call_flow_destination_label']['ru-ru'] = "Введите название направления.";
|
||||
$text['description-call_flow_destination_label']['sv-se'] = "Ange Destinations Etiketten.";
|
||||
$text['description-call_flow_destination_label']['uk-ua'] = "Введіть мітку призначення.";
|
||||
@@ -372,8 +464,11 @@ $text['description-call_flow_destination_label']['uk-ua'] = "Введіть мі
|
||||
$text['description-call_flow_destination']['en-us'] = "Select the destination.";
|
||||
$text['description-call_flow_destination']['ar-eg'] = "";
|
||||
$text['description-call_flow_destination']['de-at'] = "Wählen Sie das Ziel.";
|
||||
$text['description-call_flow_destination']['de-ch'] = "";
|
||||
$text['description-call_flow_destination']['de-de'] = "Wählen Sie das Ziel.";
|
||||
$text['description-call_flow_destination']['es-cl'] = "Seleccione el destino.";
|
||||
$text['description-call_flow_destination']['es-mx'] = "";
|
||||
$text['description-call_flow_destination']['fr-ca'] = "";
|
||||
$text['description-call_flow_destination']['fr-fr'] = "Choisir la destination.";
|
||||
$text['description-call_flow_destination']['he-il'] = "";
|
||||
$text['description-call_flow_destination']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['description-call_flow_destination']['nl-nl'] = "";
|
||||
$text['description-call_flow_destination']['pl-pl'] = "Wybierz numer docelowy.";
|
||||
$text['description-call_flow_destination']['pt-br'] = "Selecionar o destino da chamada.";
|
||||
$text['description-call_flow_destination']['pt-pt'] = "Seleccione o destino.";
|
||||
$text['description-call_flow_destination']['ro-ro'] = "";
|
||||
$text['description-call_flow_destination']['ru-ru'] = "Выберите назначение.";
|
||||
$text['description-call_flow_destination']['sv-se'] = "Välj destinationen.";
|
||||
$text['description-call_flow_destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
@@ -388,8 +484,11 @@ $text['description-call_flow_destination']['uk-ua'] = "Відправити дз
|
||||
$text['description-call_flow_context']['en-us'] = "Enter the context.";
|
||||
$text['description-call_flow_context']['ar-eg'] = "";
|
||||
$text['description-call_flow_context']['de-at'] = "Geben Sie den Kontext hier an.";
|
||||
$text['description-call_flow_context']['de-ch'] = "";
|
||||
$text['description-call_flow_context']['de-de'] = "Geben Sie den Kontext hier an.";
|
||||
$text['description-call_flow_context']['es-cl'] = "Ingrese el contexto.";
|
||||
$text['description-call_flow_context']['es-mx'] = "";
|
||||
$text['description-call_flow_context']['fr-ca'] = "";
|
||||
$text['description-call_flow_context']['fr-fr'] = "Choisir le contexte.";
|
||||
$text['description-call_flow_context']['he-il'] = "";
|
||||
$text['description-call_flow_context']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['description-call_flow_context']['nl-nl'] = "";
|
||||
$text['description-call_flow_context']['pl-pl'] = "Wprowadź kontekst";
|
||||
$text['description-call_flow_context']['pt-br'] = "Insira o contexto.";
|
||||
$text['description-call_flow_context']['pt-pt'] = "Introduza o contexto";
|
||||
$text['description-call_flow_context']['ro-ro'] = "";
|
||||
$text['description-call_flow_context']['ru-ru'] = "Введите контекст.";
|
||||
$text['description-call_flow_context']['sv-se'] = "Ange Context.";
|
||||
$text['description-call_flow_context']['uk-ua'] = "Введіть контекст.";
|
||||
@@ -404,8 +504,11 @@ $text['description-call_flow_context']['uk-ua'] = "Введіть контекс
|
||||
$text['description-call_flows']['en-us'] = "Direct calls between two destinations by calling a feature code.";
|
||||
$text['description-call_flows']['ar-eg'] = "";
|
||||
$text['description-call_flows']['de-at'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Funktions-Code wählen.";
|
||||
$text['description-call_flows']['de-ch'] = "";
|
||||
$text['description-call_flows']['de-de'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Funktions-Code wählen.";
|
||||
$text['description-call_flows']['es-cl'] = "Llamadas directas entre dos destinatarios llamando a un código distintivo.";
|
||||
$text['description-call_flows']['es-mx'] = "";
|
||||
$text['description-call_flows']['fr-ca'] = "";
|
||||
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destinations en appelant une fonction.";
|
||||
$text['description-call_flows']['he-il'] = "";
|
||||
$text['description-call_flows']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['description-call_flows']['nl-nl'] = "";
|
||||
$text['description-call_flows']['pl-pl'] = "Kieruj rozmowy bezpośrednio pomiędzy dwoma destynacjami poprzez prowadzenie specjalnego kodu.";
|
||||
$text['description-call_flows']['pt-br'] = "Chamadas diretas para dois dispositivos utilizando o código de função.";
|
||||
$text['description-call_flows']['pt-pt'] = "Chamadas directas entre dois destinos recorrendo a um código de função.";
|
||||
$text['description-call_flows']['ro-ro'] = "";
|
||||
$text['description-call_flows']['ru-ru'] = "Переключите вызовы между двумя направлениями с помощью кода дополнительного вида обслуживания.";
|
||||
$text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer genom att ringa en funktionskod.";
|
||||
$text['description-call_flows']['uk-ua'] = "Прямі виклики між двома пунктами шляхом виклику коду функції.";
|
||||
@@ -420,8 +524,11 @@ $text['description-call_flows']['uk-ua'] = "Прямі виклики між д
|
||||
$text['description-call_flow_alternate_label']['en-us'] = "Enter the alternate destination label.";
|
||||
$text['description-call_flow_alternate_label']['ar-eg'] = "";
|
||||
$text['description-call_flow_alternate_label']['de-at'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
|
||||
$text['description-call_flow_alternate_label']['de-ch'] = "";
|
||||
$text['description-call_flow_alternate_label']['de-de'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
|
||||
$text['description-call_flow_alternate_label']['es-cl'] = "Ingrese la etiqueta de destino alternativo.";
|
||||
$text['description-call_flow_alternate_label']['es-mx'] = "";
|
||||
$text['description-call_flow_alternate_label']['fr-ca'] = "";
|
||||
$text['description-call_flow_alternate_label']['fr-fr'] = "Choisir le label de la destination alternative.";
|
||||
$text['description-call_flow_alternate_label']['he-il'] = "";
|
||||
$text['description-call_flow_alternate_label']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['description-call_flow_alternate_label']['nl-nl'] = "";
|
||||
$text['description-call_flow_alternate_label']['pl-pl'] = "Wprowadź alternatywny opis destynacji";
|
||||
$text['description-call_flow_alternate_label']['pt-br'] = "Insira um destino alternativo.";
|
||||
$text['description-call_flow_alternate_label']['pt-pt'] = "Introduza um destino alternativo.";
|
||||
$text['description-call_flow_alternate_label']['ro-ro'] = "";
|
||||
$text['description-call_flow_alternate_label']['ru-ru'] = "Введите название альтернативного направления.";
|
||||
$text['description-call_flow_alternate_label']['sv-se'] = "Ange den alternativa destinations etiketten.";
|
||||
$text['description-call_flow_alternate_label']['uk-ua'] = "Введіть альтернативний ярлик призначення.";
|
||||
@@ -436,8 +544,11 @@ $text['description-call_flow_alternate_label']['uk-ua'] = "Введіть аль
|
||||
$text['description-call_flow_alternate_destination']['en-us'] = "Select the alternate destination.";
|
||||
$text['description-call_flow_alternate_destination']['ar-eg'] = "";
|
||||
$text['description-call_flow_alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel.";
|
||||
$text['description-call_flow_alternate_destination']['de-ch'] = "";
|
||||
$text['description-call_flow_alternate_destination']['de-de'] = "Wählen Sie ein alternatives Ziel.";
|
||||
$text['description-call_flow_alternate_destination']['es-cl'] = "";
|
||||
$text['description-call_flow_alternate_destination']['es-mx'] = "";
|
||||
$text['description-call_flow_alternate_destination']['fr-ca'] = "";
|
||||
$text['description-call_flow_alternate_destination']['fr-fr'] = "";
|
||||
$text['description-call_flow_alternate_destination']['he-il'] = "";
|
||||
$text['description-call_flow_alternate_destination']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['description-call_flow_alternate_destination']['nl-nl'] = "";
|
||||
$text['description-call_flow_alternate_destination']['pl-pl'] = "";
|
||||
$text['description-call_flow_alternate_destination']['pt-br'] = "";
|
||||
$text['description-call_flow_alternate_destination']['pt-pt'] = "";
|
||||
$text['description-call_flow_alternate_destination']['ro-ro'] = "";
|
||||
$text['description-call_flow_alternate_destination']['ru-ru'] = "Выберите альтернативное направление.";
|
||||
$text['description-call_flow_alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
|
||||
$text['description-call_flow_alternate_destination']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['description-call_flow_alternate_destination']['uk-ua'] = "";
|
||||
$text['description-alternate_destination']['en-us'] = "";
|
||||
$text['description-alternate_destination']['ar-eg'] = "";
|
||||
$text['description-alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel.";
|
||||
$text['description-alternate_destination']['de-ch'] = "";
|
||||
$text['description-alternate_destination']['de-de'] = "Wählen Sie ein alternatives Ziel.";
|
||||
$text['description-alternate_destination']['es-cl'] = "Seleccione el destino alternativo.";
|
||||
$text['description-alternate_destination']['es-mx'] = "";
|
||||
$text['description-alternate_destination']['fr-ca'] = "";
|
||||
$text['description-alternate_destination']['fr-fr'] = "Choisir la destination alternative.";
|
||||
$text['description-alternate_destination']['he-il'] = "";
|
||||
$text['description-alternate_destination']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['description-alternate_destination']['nl-nl'] = "";
|
||||
$text['description-alternate_destination']['pl-pl'] = "Wybierz alternatywną destynację";
|
||||
$text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo.";
|
||||
$text['description-alternate_destination']['pt-pt'] = "Seleccione um destino alternativo.";
|
||||
$text['description-alternate_destination']['ro-ro'] = "";
|
||||
$text['description-alternate_destination']['ru-ru'] = "";
|
||||
$text['description-alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
|
||||
$text['description-alternate_destination']['uk-ua'] = "Виберіть інше розташування.";
|
||||
@@ -468,8 +584,11 @@ $text['description-alternate_destination']['uk-ua'] = "Виберіть інше
|
||||
$text['description-call_flow_sound']['en-us'] = "Select the sound to play when the status is set to the destinations.";
|
||||
$text['description-call_flow_sound']['ar-eg'] = "";
|
||||
$text['description-call_flow_sound']['de-at'] = "Wählen Sie den zu spielenden Rufton aus, wenn das primäre Ziel ausgewählt ist.";
|
||||
$text['description-call_flow_sound']['de-ch'] = "";
|
||||
$text['description-call_flow_sound']['de-de'] = "Wählen Sie den zu spielenden Rufton aus, wenn das primäre Ziel ausgewählt ist.";
|
||||
$text['description-call_flow_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino.";
|
||||
$text['description-call_flow_sound']['es-mx'] = "";
|
||||
$text['description-call_flow_sound']['fr-ca'] = "";
|
||||
$text['description-call_flow_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination.";
|
||||
$text['description-call_flow_sound']['he-il'] = "";
|
||||
$text['description-call_flow_sound']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['description-call_flow_sound']['nl-nl'] = "";
|
||||
$text['description-call_flow_sound']['pl-pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony do miejsca przeznaczenia.";
|
||||
$text['description-call_flow_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino.";
|
||||
$text['description-call_flow_sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino.";
|
||||
$text['description-call_flow_sound']['ro-ro'] = "";
|
||||
$text['description-call_flow_sound']['ru-ru'] = "Выберите звук для воспроизведения, когда состояние устанавливается в пункты назначения.";
|
||||
$text['description-call_flow_sound']['sv-se'] = "Välj ljud att spela när status är inställd på destinationen.";
|
||||
$text['description-call_flow_sound']['uk-ua'] = "Виберіть звук для відтворення , коли статус встановлений в пункти призначення.";
|
||||
@@ -484,8 +604,11 @@ $text['description-call_flow_sound']['uk-ua'] = "Виберіть звук дл
|
||||
$text['description-call_flow_alternate_sound']['en-us'] = "Select the sound to play when status is set to the alternate destination.";
|
||||
$text['description-call_flow_alternate_sound']['ar-eg'] = "";
|
||||
$text['description-call_flow_alternate_sound']['de-at'] = "Wählen Sie den zu spielenden Rufton aus, wenn das alternative Ziel ausgewählt ist.";
|
||||
$text['description-call_flow_alternate_sound']['de-ch'] = "";
|
||||
$text['description-call_flow_alternate_sound']['de-de'] = "Wählen Sie den zu spielenden Rufton aus, wenn das alternative Ziel ausgewählt ist.";
|
||||
$text['description-call_flow_alternate_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino alternativo.";
|
||||
$text['description-call_flow_alternate_sound']['es-mx'] = "";
|
||||
$text['description-call_flow_alternate_sound']['fr-ca'] = "";
|
||||
$text['description-call_flow_alternate_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination alternative.";
|
||||
$text['description-call_flow_alternate_sound']['he-il'] = "";
|
||||
$text['description-call_flow_alternate_sound']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['description-call_flow_alternate_sound']['nl-nl'] = "";
|
||||
$text['description-call_flow_alternate_sound']['pl-pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony na alternatywnego przeznaczenia.";
|
||||
$text['description-call_flow_alternate_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino alternativo.";
|
||||
$text['description-call_flow_alternate_sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino alternativo.";
|
||||
$text['description-call_flow_alternate_sound']['ro-ro'] = "";
|
||||
$text['description-call_flow_alternate_sound']['ru-ru'] = "Выберите звук, который воспроизводится когда статус устанавливается в альтернативное направление.";
|
||||
$text['description-call_flow_alternate_sound']['sv-se'] = "Välj ljud att spela när status är inställd på den alternativa destinationen.";
|
||||
$text['description-call_flow_alternate_sound']['uk-ua'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення.";
|
||||
@@ -500,8 +624,11 @@ $text['description-call_flow_alternate_sound']['uk-ua'] = "Виберіть зв
|
||||
$text['recordings']['en-us'] = "Recordings";
|
||||
$text['recordings']['ar-eg'] = "";
|
||||
$text['recordings']['de-at'] = "Aufnahmen";
|
||||
$text['recordings']['de-ch'] = "";
|
||||
$text['recordings']['de-de'] = "Aufnahmen";
|
||||
$text['recordings']['es-cl'] = "grabaciones";
|
||||
$text['recordings']['es-mx'] = "";
|
||||
$text['recordings']['fr-ca'] = "";
|
||||
$text['recordings']['fr-fr'] = "Recordings";
|
||||
$text['recordings']['he-il'] = "";
|
||||
$text['recordings']['it-it'] = "";
|
||||
@@ -509,6 +636,7 @@ $text['recordings']['nl-nl'] = "";
|
||||
$text['recordings']['pl-pl'] = "nagrania";
|
||||
$text['recordings']['pt-br'] = "Gravações";
|
||||
$text['recordings']['pt-pt'] = "gravações";
|
||||
$text['recordings']['ro-ro'] = "";
|
||||
$text['recordings']['ru-ru'] = "Записи";
|
||||
$text['recordings']['sv-se'] = "inspelningar";
|
||||
$text['recordings']['uk-ua'] = "записи";
|
||||
@@ -516,8 +644,11 @@ $text['recordings']['uk-ua'] = "записи";
|
||||
$text['miscellaneous']['en-us'] = "Miscellaneous";
|
||||
$text['miscellaneous']['ar-eg'] = "";
|
||||
$text['miscellaneous']['de-at'] = "Sonstiges";
|
||||
$text['miscellaneous']['de-ch'] = "";
|
||||
$text['miscellaneous']['de-de'] = "Sonstiges";
|
||||
$text['miscellaneous']['es-cl'] = "Diverso";
|
||||
$text['miscellaneous']['es-mx'] = "";
|
||||
$text['miscellaneous']['fr-ca'] = "";
|
||||
$text['miscellaneous']['fr-fr'] = "Divers";
|
||||
$text['miscellaneous']['he-il'] = "";
|
||||
$text['miscellaneous']['it-it'] = "";
|
||||
@@ -525,6 +656,7 @@ $text['miscellaneous']['nl-nl'] = "";
|
||||
$text['miscellaneous']['pl-pl'] = "Różne";
|
||||
$text['miscellaneous']['pt-br'] = "Diversos";
|
||||
$text['miscellaneous']['pt-pt'] = "Variado";
|
||||
$text['miscellaneous']['ro-ro'] = "";
|
||||
$text['miscellaneous']['ru-ru'] = "Разное";
|
||||
$text['miscellaneous']['sv-se'] = "Diverse";
|
||||
$text['miscellaneous']['uk-ua'] = "Різне";
|
||||
@@ -532,8 +664,11 @@ $text['miscellaneous']['uk-ua'] = "Різне";
|
||||
$text['sounds']['en-us'] = "Sounds";
|
||||
$text['sounds']['ar-eg'] = "";
|
||||
$text['sounds']['de-at'] = "Ruftöne";
|
||||
$text['sounds']['de-ch'] = "";
|
||||
$text['sounds']['de-de'] = "";
|
||||
$text['sounds']['es-cl'] = "Sonidos";
|
||||
$text['sounds']['es-mx'] = "";
|
||||
$text['sounds']['fr-ca'] = "";
|
||||
$text['sounds']['fr-fr'] = "des sons";
|
||||
$text['sounds']['he-il'] = "";
|
||||
$text['sounds']['it-it'] = "";
|
||||
@@ -541,8 +676,9 @@ $text['sounds']['nl-nl'] = "";
|
||||
$text['sounds']['pl-pl'] = "Dźwięki";
|
||||
$text['sounds']['pt-br'] = "Sons";
|
||||
$text['sounds']['pt-pt'] = "Sons";
|
||||
$text['sounds']['ro-ro'] = "";
|
||||
$text['sounds']['ru-ru'] = "Звуки";
|
||||
$text['sounds']['sv-se'] = "Ljud";
|
||||
$text['sounds']['uk-ua'] = "звуки";
|
||||
|
||||
?>
|
||||
?>
|
||||
+202
-2
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title']['en-us'] = "Call Routing";
|
||||
$text['title']['ar-eg'] = "توجيه الدعوة";
|
||||
$text['title']['de-at'] = "Call Routing";
|
||||
$text['title']['de-ch'] = "";
|
||||
$text['title']['de-de'] = "Call Routing";
|
||||
$text['title']['es-cl'] = "enrutamiento de llamadas";
|
||||
$text['title']['es-mx'] = "";
|
||||
$text['title']['fr-ca'] = "";
|
||||
$text['title']['fr-fr'] = "routage des appels";
|
||||
$text['title']['he-il'] = "ניתוב שיחות";
|
||||
$text['title']['it-it'] = "Instradamento Chiamate";
|
||||
@@ -13,6 +16,7 @@ $text['title']['nl-nl'] = "";
|
||||
$text['title']['pl-pl'] = "Call Routing";
|
||||
$text['title']['pt-br'] = "";
|
||||
$text['title']['pt-pt'] = "Roteamento de chamadas";
|
||||
$text['title']['ro-ro'] = "rutare de apel";
|
||||
$text['title']['ru-ru'] = "Маршрутизация вызовов";
|
||||
$text['title']['sv-se'] = "Call Routing";
|
||||
$text['title']['uk-ua'] = "маршрутизація викликів";
|
||||
@@ -20,8 +24,11 @@ $text['title']['uk-ua'] = "маршрутизація викликів";
|
||||
$text['table-tools']['en-us'] = "Tools";
|
||||
$text['table-tools']['ar-eg'] = "";
|
||||
$text['table-tools']['de-at'] = "Funktionen";
|
||||
$text['table-tools']['de-ch'] = "";
|
||||
$text['table-tools']['de-de'] = "Funktionen";
|
||||
$text['table-tools']['es-cl'] = "Herramientas";
|
||||
$text['table-tools']['es-mx'] = "";
|
||||
$text['table-tools']['fr-ca'] = "";
|
||||
$text['table-tools']['fr-fr'] = "Outils";
|
||||
$text['table-tools']['he-il'] = "";
|
||||
$text['table-tools']['it-it'] = "Strumenti";
|
||||
@@ -29,6 +36,7 @@ $text['table-tools']['nl-nl'] = "";
|
||||
$text['table-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['table-tools']['pt-br'] = "Ferramentas";
|
||||
$text['table-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['table-tools']['ro-ro'] = "";
|
||||
$text['table-tools']['ru-ru'] = "Инструменты";
|
||||
$text['table-tools']['sv-se'] = "Verktyg";
|
||||
$text['table-tools']['uk-ua'] = "Інструменти";
|
||||
@@ -36,8 +44,11 @@ $text['table-tools']['uk-ua'] = "Інструменти";
|
||||
$text['table-extension']['en-us'] = "Extension";
|
||||
$text['table-extension']['ar-eg'] = "";
|
||||
$text['table-extension']['de-at'] = "Nebenstelle";
|
||||
$text['table-extension']['de-ch'] = "";
|
||||
$text['table-extension']['de-de'] = "Nebenstelle";
|
||||
$text['table-extension']['es-cl'] = "Extensión";
|
||||
$text['table-extension']['es-mx'] = "";
|
||||
$text['table-extension']['fr-ca'] = "";
|
||||
$text['table-extension']['fr-fr'] = "Extension";
|
||||
$text['table-extension']['he-il'] = "";
|
||||
$text['table-extension']['it-it'] = "Interno";
|
||||
@@ -45,6 +56,7 @@ $text['table-extension']['nl-nl'] = "";
|
||||
$text['table-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['table-extension']['pt-br'] = "Ramal";
|
||||
$text['table-extension']['pt-pt'] = "Extensão";
|
||||
$text['table-extension']['ro-ro'] = "";
|
||||
$text['table-extension']['ru-ru'] = "Внутренний номер";
|
||||
$text['table-extension']['sv-se'] = "Anknytning";
|
||||
$text['table-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
@@ -52,8 +64,11 @@ $text['table-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
$text['table-description']['en-us'] = "Description";
|
||||
$text['table-description']['ar-eg'] = "";
|
||||
$text['table-description']['de-at'] = "Beschreibung";
|
||||
$text['table-description']['de-ch'] = "";
|
||||
$text['table-description']['de-de'] = "Beschreibung";
|
||||
$text['table-description']['es-cl'] = "Descripción";
|
||||
$text['table-description']['es-mx'] = "";
|
||||
$text['table-description']['fr-ca'] = "";
|
||||
$text['table-description']['fr-fr'] = "Description";
|
||||
$text['table-description']['he-il'] = "";
|
||||
$text['table-description']['it-it'] = "Descrizione";
|
||||
@@ -61,6 +76,7 @@ $text['table-description']['nl-nl'] = "";
|
||||
$text['table-description']['pl-pl'] = "Opis";
|
||||
$text['table-description']['pt-br'] = "Descrição";
|
||||
$text['table-description']['pt-pt'] = "Descrição";
|
||||
$text['table-description']['ro-ro'] = "";
|
||||
$text['table-description']['ru-ru'] = "Описание";
|
||||
$text['table-description']['sv-se'] = "Beskrivning";
|
||||
$text['table-description']['uk-ua'] = "Опис";
|
||||
@@ -68,8 +84,11 @@ $text['table-description']['uk-ua'] = "Опис";
|
||||
$text['label-ring-timeout']['en-us'] = "Timeout";
|
||||
$text['label-ring-timeout']['ar-eg'] = "";
|
||||
$text['label-ring-timeout']['de-at'] = "Abwurfzeit";
|
||||
$text['label-ring-timeout']['de-ch'] = "";
|
||||
$text['label-ring-timeout']['de-de'] = "Abwurfzeit";
|
||||
$text['label-ring-timeout']['es-cl'] = "Timeout";
|
||||
$text['label-ring-timeout']['es-mx'] = "";
|
||||
$text['label-ring-timeout']['fr-ca'] = "";
|
||||
$text['label-ring-timeout']['fr-fr'] = "Timeout";
|
||||
$text['label-ring-timeout']['he-il'] = "";
|
||||
$text['label-ring-timeout']['it-it'] = "Timeout";
|
||||
@@ -77,6 +96,7 @@ $text['label-ring-timeout']['nl-nl'] = "";
|
||||
$text['label-ring-timeout']['pl-pl'] = "Przekroczenie czasu oczekiwania ";
|
||||
$text['label-ring-timeout']['pt-br'] = "Tempo limite";
|
||||
$text['label-ring-timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-ring-timeout']['ro-ro'] = "";
|
||||
$text['label-ring-timeout']['ru-ru'] = "Тайм-аут";
|
||||
$text['label-ring-timeout']['sv-se'] = "Tidsgräns";
|
||||
$text['label-ring-timeout']['uk-ua'] = "Таймаут";
|
||||
@@ -84,8 +104,11 @@ $text['label-ring-timeout']['uk-ua'] = "Таймаут";
|
||||
$text['label-ring-order']['en-us'] = "Ring Order";
|
||||
$text['label-ring-order']['ar-eg'] = "";
|
||||
$text['label-ring-order']['de-at'] = "Ruf Reihenfolge";
|
||||
$text['label-ring-order']['de-ch'] = "";
|
||||
$text['label-ring-order']['de-de'] = "Ruf Reihenfolge";
|
||||
$text['label-ring-order']['es-cl'] = "Solicitar Llamado";
|
||||
$text['label-ring-order']['es-mx'] = "";
|
||||
$text['label-ring-order']['fr-ca'] = "";
|
||||
$text['label-ring-order']['fr-fr'] = "Ordre de sonnerie";
|
||||
$text['label-ring-order']['he-il'] = "";
|
||||
$text['label-ring-order']['it-it'] = "Ordine Squillo";
|
||||
@@ -93,6 +116,7 @@ $text['label-ring-order']['nl-nl'] = "";
|
||||
$text['label-ring-order']['pl-pl'] = "Kolejność dzwonienia";
|
||||
$text['label-ring-order']['pt-br'] = "Solicitar chamada";
|
||||
$text['label-ring-order']['pt-pt'] = "Pedir Chamada";
|
||||
$text['label-ring-order']['ro-ro'] = "";
|
||||
$text['label-ring-order']['ru-ru'] = "Последовательность вызовов";
|
||||
$text['label-ring-order']['sv-se'] = "Ring Ordning";
|
||||
$text['label-ring-order']['uk-ua'] = "Послідовність набору";
|
||||
@@ -100,8 +124,11 @@ $text['label-ring-order']['uk-ua'] = "Послідовність набору";
|
||||
$text['label-ring-delay']['en-us'] = "Delay";
|
||||
$text['label-ring-delay']['ar-eg'] = "";
|
||||
$text['label-ring-delay']['de-at'] = "Verzögerung";
|
||||
$text['label-ring-delay']['de-ch'] = "";
|
||||
$text['label-ring-delay']['de-de'] = "Verzögerung";
|
||||
$text['label-ring-delay']['es-cl'] = "Retardo";
|
||||
$text['label-ring-delay']['es-mx'] = "";
|
||||
$text['label-ring-delay']['fr-ca'] = "";
|
||||
$text['label-ring-delay']['fr-fr'] = "Délais";
|
||||
$text['label-ring-delay']['he-il'] = "";
|
||||
$text['label-ring-delay']['it-it'] = "Ritardo";
|
||||
@@ -109,6 +136,7 @@ $text['label-ring-delay']['nl-nl'] = "";
|
||||
$text['label-ring-delay']['pl-pl'] = "Opóznienie";
|
||||
$text['label-ring-delay']['pt-br'] = "Atraso";
|
||||
$text['label-ring-delay']['pt-pt'] = "Atraso";
|
||||
$text['label-ring-delay']['ro-ro'] = "";
|
||||
$text['label-ring-delay']['ru-ru'] = "Задержка";
|
||||
$text['label-ring-delay']['sv-se'] = "Fördröjning";
|
||||
$text['label-ring-delay']['uk-ua'] = "Затримка";
|
||||
@@ -116,8 +144,11 @@ $text['label-ring-delay']['uk-ua'] = "Затримка";
|
||||
$text['label-prompt']['en-us'] = "Prompt to accept the call";
|
||||
$text['label-prompt']['ar-eg'] = "";
|
||||
$text['label-prompt']['de-at'] = "Ansage um den Anruf anzunehmen";
|
||||
$text['label-prompt']['de-ch'] = "";
|
||||
$text['label-prompt']['de-de'] = "Ansage um den Anruf anzunehmen";
|
||||
$text['label-prompt']['es-cl'] = "Preguntar para aceptar una llamada";
|
||||
$text['label-prompt']['es-mx'] = "";
|
||||
$text['label-prompt']['fr-ca'] = "";
|
||||
$text['label-prompt']['fr-fr'] = "Annonce pour accepter l'appel";
|
||||
$text['label-prompt']['he-il'] = "";
|
||||
$text['label-prompt']['it-it'] = "Richiesta per accettare la chiamata";
|
||||
@@ -125,6 +156,7 @@ $text['label-prompt']['nl-nl'] = "";
|
||||
$text['label-prompt']['pl-pl'] = "Podpowiedz, aby odebrać rozmowę";
|
||||
$text['label-prompt']['pt-br'] = "Perguntar para aceitar a chamada";
|
||||
$text['label-prompt']['pt-pt'] = "Perguntar para aceitar a chamada";
|
||||
$text['label-prompt']['ro-ro'] = "";
|
||||
$text['label-prompt']['ru-ru'] = "Подтверждение приема вызова";
|
||||
$text['label-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal.";
|
||||
$text['label-prompt']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-prompt']['uk-ua'] = "";
|
||||
$text['label-on-busy']['en-us'] = "On Busy";
|
||||
$text['label-on-busy']['ar-eg'] = "";
|
||||
$text['label-on-busy']['de-at'] = "Bei Besetzt";
|
||||
$text['label-on-busy']['de-ch'] = "";
|
||||
$text['label-on-busy']['de-de'] = "Bei Besetzt";
|
||||
$text['label-on-busy']['es-cl'] = "Concurrida";
|
||||
$text['label-on-busy']['es-mx'] = "";
|
||||
$text['label-on-busy']['fr-ca'] = "";
|
||||
$text['label-on-busy']['fr-fr'] = "Sur Occupé";
|
||||
$text['label-on-busy']['he-il'] = "";
|
||||
$text['label-on-busy']['it-it'] = "Occupato";
|
||||
@@ -141,6 +176,7 @@ $text['label-on-busy']['nl-nl'] = "";
|
||||
$text['label-on-busy']['pl-pl'] = "Kiedy zajęty";
|
||||
$text['label-on-busy']['pt-br'] = "Ocupado";
|
||||
$text['label-on-busy']['pt-pt'] = "Movimentado";
|
||||
$text['label-on-busy']['ro-ro'] = "";
|
||||
$text['label-on-busy']['ru-ru'] = "При занятости";
|
||||
$text['label-on-busy']['sv-se'] = "Vid Upptaget";
|
||||
$text['label-on-busy']['uk-ua'] = "Якщо зайнято";
|
||||
@@ -148,8 +184,11 @@ $text['label-on-busy']['uk-ua'] = "Якщо зайнято";
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "";
|
||||
$text['label-number']['de-at'] = "Nummer";
|
||||
$text['label-number']['de-ch'] = "";
|
||||
$text['label-number']['de-de'] = "Nummer";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['es-mx'] = "";
|
||||
$text['label-number']['fr-ca'] = "";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-number']['he-il'] = "";
|
||||
$text['label-number']['it-it'] = "Numero";
|
||||
@@ -157,6 +196,7 @@ $text['label-number']['nl-nl'] = "";
|
||||
$text['label-number']['pl-pl'] = "Numer";
|
||||
$text['label-number']['pt-br'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['ro-ro'] = "";
|
||||
$text['label-number']['ru-ru'] = "Номер";
|
||||
$text['label-number']['sv-se'] = "Nummer";
|
||||
$text['label-number']['uk-ua'] = "Номер";
|
||||
@@ -164,8 +204,11 @@ $text['label-number']['uk-ua'] = "Номер";
|
||||
$text['label-no_answer']['en-us'] = "No Answer";
|
||||
$text['label-no_answer']['ar-eg'] = "";
|
||||
$text['label-no_answer']['de-at'] = "Keine Antwort";
|
||||
$text['label-no_answer']['de-ch'] = "";
|
||||
$text['label-no_answer']['de-de'] = "Keine Antwort";
|
||||
$text['label-no_answer']['es-cl'] = "Sin Respuesta";
|
||||
$text['label-no_answer']['es-mx'] = "";
|
||||
$text['label-no_answer']['fr-ca'] = "";
|
||||
$text['label-no_answer']['fr-fr'] = "Sans Réponse";
|
||||
$text['label-no_answer']['he-il'] = "";
|
||||
$text['label-no_answer']['it-it'] = "Nessuna Risposta";
|
||||
@@ -173,6 +216,7 @@ $text['label-no_answer']['nl-nl'] = "";
|
||||
$text['label-no_answer']['pl-pl'] = "Brak odpowiedzi";
|
||||
$text['label-no_answer']['pt-br'] = "Sem resposta";
|
||||
$text['label-no_answer']['pt-pt'] = "Sem Resposta";
|
||||
$text['label-no_answer']['ro-ro'] = "";
|
||||
$text['label-no_answer']['ru-ru'] = "Нет ответа";
|
||||
$text['label-no_answer']['sv-se'] = "Inget Svar";
|
||||
$text['label-no_answer']['uk-ua'] = "Без відповіді";
|
||||
@@ -180,8 +224,11 @@ $text['label-no_answer']['uk-ua'] = "Без відповіді";
|
||||
$text['label-not_registered']['en-us'] = "Not Registered";
|
||||
$text['label-not_registered']['ar-eg'] = "";
|
||||
$text['label-not_registered']['de-at'] = "Nicht registriert";
|
||||
$text['label-not_registered']['de-ch'] = "";
|
||||
$text['label-not_registered']['de-de'] = "Nicht registriert";
|
||||
$text['label-not_registered']['es-cl'] = "";
|
||||
$text['label-not_registered']['es-mx'] = "";
|
||||
$text['label-not_registered']['fr-ca'] = "";
|
||||
$text['label-not_registered']['fr-fr'] = "";
|
||||
$text['label-not_registered']['he-il'] = "";
|
||||
$text['label-not_registered']['it-it'] = "Non Registrato";
|
||||
@@ -189,6 +236,7 @@ $text['label-not_registered']['nl-nl'] = "";
|
||||
$text['label-not_registered']['pl-pl'] = "";
|
||||
$text['label-not_registered']['pt-br'] = "Sem registro";
|
||||
$text['label-not_registered']['pt-pt'] = "";
|
||||
$text['label-not_registered']['ro-ro'] = "";
|
||||
$text['label-not_registered']['ru-ru'] = "Не зарегистрирован";
|
||||
$text['label-not_registered']['sv-se'] = "Ej Registrerad";
|
||||
$text['label-not_registered']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-not_registered']['uk-ua'] = "";
|
||||
$text['label-ignore_busy']['en-us'] = "Ignore Busy";
|
||||
$text['label-ignore_busy']['ar-eg'] = "";
|
||||
$text['label-ignore_busy']['de-at'] = "Besetzt ignorieren";
|
||||
$text['label-ignore_busy']['de-ch'] = "";
|
||||
$text['label-ignore_busy']['de-de'] = "Besetzt ignorieren";
|
||||
$text['label-ignore_busy']['es-cl'] = "";
|
||||
$text['label-ignore_busy']['es-mx'] = "";
|
||||
$text['label-ignore_busy']['fr-ca'] = "";
|
||||
$text['label-ignore_busy']['fr-fr'] = "";
|
||||
$text['label-ignore_busy']['he-il'] = "";
|
||||
$text['label-ignore_busy']['it-it'] = "Ignora Occupato";
|
||||
@@ -205,6 +256,7 @@ $text['label-ignore_busy']['nl-nl'] = "";
|
||||
$text['label-ignore_busy']['pl-pl'] = "";
|
||||
$text['label-ignore_busy']['pt-br'] = "Ignorar ocupado";
|
||||
$text['label-ignore_busy']['pt-pt'] = "";
|
||||
$text['label-ignore_busy']['ro-ro'] = "";
|
||||
$text['label-ignore_busy']['ru-ru'] = "Игногировать занятость";
|
||||
$text['label-ignore_busy']['sv-se'] = "Ignorera Upptaget";
|
||||
$text['label-ignore_busy']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-ignore_busy']['uk-ua'] = "";
|
||||
$text['label-follow-me']['en-us'] = "Follow Me";
|
||||
$text['label-follow-me']['ar-eg'] = "";
|
||||
$text['label-follow-me']['de-at'] = "Anrufweiterschaltung";
|
||||
$text['label-follow-me']['de-ch'] = "";
|
||||
$text['label-follow-me']['de-de'] = "Anrufweiterschaltung";
|
||||
$text['label-follow-me']['es-cl'] = "Sígueme";
|
||||
$text['label-follow-me']['es-mx'] = "";
|
||||
$text['label-follow-me']['fr-ca'] = "";
|
||||
$text['label-follow-me']['fr-fr'] = "Follow Me";
|
||||
$text['label-follow-me']['he-il'] = "";
|
||||
$text['label-follow-me']['it-it'] = "Seguimi";
|
||||
@@ -221,6 +276,7 @@ $text['label-follow-me']['nl-nl'] = "";
|
||||
$text['label-follow-me']['pl-pl'] = "Podążaj za mną";
|
||||
$text['label-follow-me']['pt-br'] = "Siga-me";
|
||||
$text['label-follow-me']['pt-pt'] = "Segue-me";
|
||||
$text['label-follow-me']['ro-ro'] = "";
|
||||
$text['label-follow-me']['ru-ru'] = "Перенаправление";
|
||||
$text['label-follow-me']['sv-se'] = "Följ Mig";
|
||||
$text['label-follow-me']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-follow-me']['uk-ua'] = "";
|
||||
$text['label-dnd']['en-us'] = "Do Not Disturb";
|
||||
$text['label-dnd']['ar-eg'] = "";
|
||||
$text['label-dnd']['de-at'] = "Bitte nicht stören";
|
||||
$text['label-dnd']['de-ch'] = "";
|
||||
$text['label-dnd']['de-de'] = "Bitte nicht stören";
|
||||
$text['label-dnd']['es-cl'] = "No Molestar";
|
||||
$text['label-dnd']['es-mx'] = "";
|
||||
$text['label-dnd']['fr-ca'] = "";
|
||||
$text['label-dnd']['fr-fr'] = "Ne pas déranger";
|
||||
$text['label-dnd']['he-il'] = "";
|
||||
$text['label-dnd']['it-it'] = "Non Disturbare";
|
||||
@@ -237,6 +296,7 @@ $text['label-dnd']['nl-nl'] = "";
|
||||
$text['label-dnd']['pl-pl'] = "Nie przeszkadzaj (DND)";
|
||||
$text['label-dnd']['pt-br'] = "Não Pertube (DND)";
|
||||
$text['label-dnd']['pt-pt'] = "Não Perturbar";
|
||||
$text['label-dnd']['ro-ro'] = "";
|
||||
$text['label-dnd']['ru-ru'] = "Не беспокоить";
|
||||
$text['label-dnd']['sv-se'] = "Stör Ej";
|
||||
$text['label-dnd']['uk-ua'] = "Не турбувати";
|
||||
@@ -244,8 +304,11 @@ $text['label-dnd']['uk-ua'] = "Не турбувати";
|
||||
$text['label-destinations']['en-us'] = "Destinations";
|
||||
$text['label-destinations']['ar-eg'] = "";
|
||||
$text['label-destinations']['de-at'] = "Ziele";
|
||||
$text['label-destinations']['de-ch'] = "";
|
||||
$text['label-destinations']['de-de'] = "Ziele";
|
||||
$text['label-destinations']['es-cl'] = "Destinos";
|
||||
$text['label-destinations']['es-mx'] = "";
|
||||
$text['label-destinations']['fr-ca'] = "";
|
||||
$text['label-destinations']['fr-fr'] = "Destinations";
|
||||
$text['label-destinations']['he-il'] = "";
|
||||
$text['label-destinations']['it-it'] = "Destinazioni";
|
||||
@@ -253,6 +316,7 @@ $text['label-destinations']['nl-nl'] = "";
|
||||
$text['label-destinations']['pl-pl'] = "Destynacje";
|
||||
$text['label-destinations']['pt-br'] = "Destinos";
|
||||
$text['label-destinations']['pt-pt'] = "Destinos";
|
||||
$text['label-destinations']['ro-ro'] = "";
|
||||
$text['label-destinations']['ru-ru'] = "Направления";
|
||||
$text['label-destinations']['sv-se'] = "Destinationer";
|
||||
$text['label-destinations']['uk-ua'] = "Номери";
|
||||
@@ -260,8 +324,11 @@ $text['label-destinations']['uk-ua'] = "Номери";
|
||||
$text['label-destination_timeout']['en-us'] = "Timeout";
|
||||
$text['label-destination_timeout']['ar-eg'] = "";
|
||||
$text['label-destination_timeout']['de-at'] = "Abwurfzeit";
|
||||
$text['label-destination_timeout']['de-ch'] = "";
|
||||
$text['label-destination_timeout']['de-de'] = "Abwurfzeit";
|
||||
$text['label-destination_timeout']['es-cl'] = "Timeout";
|
||||
$text['label-destination_timeout']['es-mx'] = "";
|
||||
$text['label-destination_timeout']['fr-ca'] = "";
|
||||
$text['label-destination_timeout']['fr-fr'] = "Timeout";
|
||||
$text['label-destination_timeout']['he-il'] = "";
|
||||
$text['label-destination_timeout']['it-it'] = "Timeout";
|
||||
@@ -269,6 +336,7 @@ $text['label-destination_timeout']['nl-nl'] = "";
|
||||
$text['label-destination_timeout']['pl-pl'] = "Limit czasowy";
|
||||
$text['label-destination_timeout']['pt-br'] = "Tempo limite";
|
||||
$text['label-destination_timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-destination_timeout']['ro-ro'] = "";
|
||||
$text['label-destination_timeout']['ru-ru'] = "Тайм-аут";
|
||||
$text['label-destination_timeout']['sv-se'] = "Tidsgräns";
|
||||
$text['label-destination_timeout']['uk-ua'] = "Таймаут";
|
||||
@@ -276,8 +344,11 @@ $text['label-destination_timeout']['uk-ua'] = "Таймаут";
|
||||
$text['label-destination_prompt_confirm']['en-us'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['ar-eg'] = "";
|
||||
$text['label-destination_prompt_confirm']['de-at'] = "Bestätigen";
|
||||
$text['label-destination_prompt_confirm']['de-ch'] = "";
|
||||
$text['label-destination_prompt_confirm']['de-de'] = "Bestätigen";
|
||||
$text['label-destination_prompt_confirm']['es-cl'] = "Confirmar";
|
||||
$text['label-destination_prompt_confirm']['es-mx'] = "";
|
||||
$text['label-destination_prompt_confirm']['fr-ca'] = "";
|
||||
$text['label-destination_prompt_confirm']['fr-fr'] = "Confirmer";
|
||||
$text['label-destination_prompt_confirm']['he-il'] = "";
|
||||
$text['label-destination_prompt_confirm']['it-it'] = "Conferma";
|
||||
@@ -285,6 +356,7 @@ $text['label-destination_prompt_confirm']['nl-nl'] = "";
|
||||
$text['label-destination_prompt_confirm']['pl-pl'] = "Potwierdź";
|
||||
$text['label-destination_prompt_confirm']['pt-br'] = "Confirmar";
|
||||
$text['label-destination_prompt_confirm']['pt-pt'] = "Confirmar";
|
||||
$text['label-destination_prompt_confirm']['ro-ro'] = "";
|
||||
$text['label-destination_prompt_confirm']['ru-ru'] = "Подтвердить";
|
||||
$text['label-destination_prompt_confirm']['sv-se'] = "Bekräfta";
|
||||
$text['label-destination_prompt_confirm']['uk-ua'] = "Підтвердити";
|
||||
@@ -292,8 +364,11 @@ $text['label-destination_prompt_confirm']['uk-ua'] = "Підтвердити";
|
||||
$text['label-destination_prompt_announce']['en-us'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['ar-eg'] = "";
|
||||
$text['label-destination_prompt_announce']['de-at'] = "Ankündigen";
|
||||
$text['label-destination_prompt_announce']['de-ch'] = "";
|
||||
$text['label-destination_prompt_announce']['de-de'] = "Ankündigen";
|
||||
$text['label-destination_prompt_announce']['es-cl'] = "Anunciar";
|
||||
$text['label-destination_prompt_announce']['es-mx'] = "";
|
||||
$text['label-destination_prompt_announce']['fr-ca'] = "";
|
||||
$text['label-destination_prompt_announce']['fr-fr'] = "Annonce";
|
||||
$text['label-destination_prompt_announce']['he-il'] = "";
|
||||
$text['label-destination_prompt_announce']['it-it'] = "Annuncio";
|
||||
@@ -301,6 +376,7 @@ $text['label-destination_prompt_announce']['nl-nl'] = "";
|
||||
$text['label-destination_prompt_announce']['pl-pl'] = "Rozgłoś/powiadom";
|
||||
$text['label-destination_prompt_announce']['pt-br'] = "Anunciar";
|
||||
$text['label-destination_prompt_announce']['pt-pt'] = "Anunciar";
|
||||
$text['label-destination_prompt_announce']['ro-ro'] = "";
|
||||
$text['label-destination_prompt_announce']['ru-ru'] = "Сообщение";
|
||||
$text['label-destination_prompt_announce']['sv-se'] = "Meddela";
|
||||
$text['label-destination_prompt_announce']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-destination_prompt_announce']['uk-ua'] = "";
|
||||
$text['label-destination_prompt']['en-us'] = "Prompt";
|
||||
$text['label-destination_prompt']['ar-eg'] = "";
|
||||
$text['label-destination_prompt']['de-at'] = "Nachfragen";
|
||||
$text['label-destination_prompt']['de-ch'] = "";
|
||||
$text['label-destination_prompt']['de-de'] = "Nachfragen";
|
||||
$text['label-destination_prompt']['es-cl'] = "Prompt";
|
||||
$text['label-destination_prompt']['es-mx'] = "";
|
||||
$text['label-destination_prompt']['fr-ca'] = "";
|
||||
$text['label-destination_prompt']['fr-fr'] = "Prompt";
|
||||
$text['label-destination_prompt']['he-il'] = "";
|
||||
$text['label-destination_prompt']['it-it'] = "Richiesta";
|
||||
@@ -317,6 +396,7 @@ $text['label-destination_prompt']['nl-nl'] = "";
|
||||
$text['label-destination_prompt']['pl-pl'] = "Potwierdź aby odebrac rozmowę";
|
||||
$text['label-destination_prompt']['pt-br'] = "Prompt";
|
||||
$text['label-destination_prompt']['pt-pt'] = "Prompt";
|
||||
$text['label-destination_prompt']['ro-ro'] = "";
|
||||
$text['label-destination_prompt']['ru-ru'] = "Приглашение";
|
||||
$text['label-destination_prompt']['sv-se'] = "Verifiering";
|
||||
$text['label-destination_prompt']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-destination_prompt']['uk-ua'] = "";
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['ar-eg'] = "";
|
||||
$text['label-destination_number']['de-at'] = "Ziel";
|
||||
$text['label-destination_number']['de-ch'] = "";
|
||||
$text['label-destination_number']['de-de'] = "Ziel";
|
||||
$text['label-destination_number']['es-cl'] = "Destino";
|
||||
$text['label-destination_number']['es-mx'] = "";
|
||||
$text['label-destination_number']['fr-ca'] = "";
|
||||
$text['label-destination_number']['fr-fr'] = "Destination";
|
||||
$text['label-destination_number']['he-il'] = "";
|
||||
$text['label-destination_number']['it-it'] = "Destinazione";
|
||||
@@ -333,6 +416,7 @@ $text['label-destination_number']['nl-nl'] = "";
|
||||
$text['label-destination_number']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination_number']['pt-br'] = "Destino";
|
||||
$text['label-destination_number']['pt-pt'] = "Destino";
|
||||
$text['label-destination_number']['ro-ro'] = "";
|
||||
$text['label-destination_number']['ru-ru'] = "Назначение";
|
||||
$text['label-destination_number']['sv-se'] = "Destination Nummer";
|
||||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
@@ -340,8 +424,11 @@ $text['label-destination_number']['uk-ua'] = "Номер";
|
||||
$text['label-destination_delay']['en-us'] = "Delay";
|
||||
$text['label-destination_delay']['ar-eg'] = "";
|
||||
$text['label-destination_delay']['de-at'] = "Verzögerung";
|
||||
$text['label-destination_delay']['de-ch'] = "";
|
||||
$text['label-destination_delay']['de-de'] = "Verzögerung";
|
||||
$text['label-destination_delay']['es-cl'] = "Retraso";
|
||||
$text['label-destination_delay']['es-mx'] = "";
|
||||
$text['label-destination_delay']['fr-ca'] = "";
|
||||
$text['label-destination_delay']['fr-fr'] = "Délais";
|
||||
$text['label-destination_delay']['he-il'] = "";
|
||||
$text['label-destination_delay']['it-it'] = "Ritardo";
|
||||
@@ -349,6 +436,7 @@ $text['label-destination_delay']['nl-nl'] = "";
|
||||
$text['label-destination_delay']['pl-pl'] = "Opóźnienie";
|
||||
$text['label-destination_delay']['pt-br'] = "Atraso";
|
||||
$text['label-destination_delay']['pt-pt'] = "Atraso";
|
||||
$text['label-destination_delay']['ro-ro'] = "";
|
||||
$text['label-destination_delay']['ru-ru'] = "Задержка";
|
||||
$text['label-destination_delay']['sv-se'] = "Fördröjning";
|
||||
$text['label-destination_delay']['uk-ua'] = "Затримка";
|
||||
@@ -356,8 +444,11 @@ $text['label-destination_delay']['uk-ua'] = "Затримка";
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['ar-eg'] = "";
|
||||
$text['label-destination']['de-at'] = "Ziel";
|
||||
$text['label-destination']['de-ch'] = "";
|
||||
$text['label-destination']['de-de'] = "Ziel";
|
||||
$text['label-destination']['es-cl'] = "Destino";
|
||||
$text['label-destination']['es-mx'] = "";
|
||||
$text['label-destination']['fr-ca'] = "";
|
||||
$text['label-destination']['fr-fr'] = "Destination";
|
||||
$text['label-destination']['he-il'] = "";
|
||||
$text['label-destination']['it-it'] = "Destinazione";
|
||||
@@ -365,6 +456,7 @@ $text['label-destination']['nl-nl'] = "";
|
||||
$text['label-destination']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination']['pt-br'] = "Número de destino";
|
||||
$text['label-destination']['pt-pt'] = "Destino";
|
||||
$text['label-destination']['ro-ro'] = "";
|
||||
$text['label-destination']['ru-ru'] = "Назначение";
|
||||
$text['label-destination']['sv-se'] = "Destination";
|
||||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
@@ -372,8 +464,11 @@ $text['label-destination']['uk-ua'] = "Номер";
|
||||
$text['label-cid-number-prefix']['en-us'] = "Number Prefix";
|
||||
$text['label-cid-number-prefix']['ar-eg'] = "";
|
||||
$text['label-cid-number-prefix']['de-at'] = "Anruferkennung (Nummer)";
|
||||
$text['label-cid-number-prefix']['de-ch'] = "";
|
||||
$text['label-cid-number-prefix']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['label-cid-number-prefix']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-cid-number-prefix']['es-mx'] = "";
|
||||
$text['label-cid-number-prefix']['fr-ca'] = "";
|
||||
$text['label-cid-number-prefix']['fr-fr'] = "CID Nombre Préfixe";
|
||||
$text['label-cid-number-prefix']['he-il'] = "";
|
||||
$text['label-cid-number-prefix']['it-it'] = "Prefisso Numero";
|
||||
@@ -381,6 +476,7 @@ $text['label-cid-number-prefix']['nl-nl'] = "";
|
||||
$text['label-cid-number-prefix']['pl-pl'] = "Prefiks prezentacji numeru dzwoniącego";
|
||||
$text['label-cid-number-prefix']['pt-br'] = "Número do discador";
|
||||
$text['label-cid-number-prefix']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-cid-number-prefix']['ro-ro'] = "";
|
||||
$text['label-cid-number-prefix']['ru-ru'] = "Префикс номера";
|
||||
$text['label-cid-number-prefix']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-cid-number-prefix']['uk-ua'] = "Caller ID Номер";
|
||||
@@ -388,8 +484,11 @@ $text['label-cid-number-prefix']['uk-ua'] = "Caller ID Номер";
|
||||
$text['label-cid-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-cid-number']['ar-eg'] = "";
|
||||
$text['label-cid-number']['de-at'] = "Anruferkennung (Nummer)";
|
||||
$text['label-cid-number']['de-ch'] = "";
|
||||
$text['label-cid-number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['label-cid-number']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-cid-number']['es-mx'] = "";
|
||||
$text['label-cid-number']['fr-ca'] = "";
|
||||
$text['label-cid-number']['fr-fr'] = "CID Nombre Préfixe";
|
||||
$text['label-cid-number']['he-il'] = "";
|
||||
$text['label-cid-number']['it-it'] = "Numero Caller ID";
|
||||
@@ -397,6 +496,7 @@ $text['label-cid-number']['nl-nl'] = "";
|
||||
$text['label-cid-number']['pl-pl'] = "Prefiks prezentacji numeru dzwoniącego";
|
||||
$text['label-cid-number']['pt-br'] = "Número do discador";
|
||||
$text['label-cid-number']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-cid-number']['ro-ro'] = "";
|
||||
$text['label-cid-number']['ru-ru'] = "Caller ID Номер";
|
||||
$text['label-cid-number']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-cid-number']['uk-ua'] = "Caller ID Номер";
|
||||
@@ -404,8 +504,11 @@ $text['label-cid-number']['uk-ua'] = "Caller ID Номер";
|
||||
$text['label-cid-name-prefix']['en-us'] = "Name Prefix";
|
||||
$text['label-cid-name-prefix']['ar-eg'] = "";
|
||||
$text['label-cid-name-prefix']['de-at'] = "Anruferkennung (Name)";
|
||||
$text['label-cid-name-prefix']['de-ch'] = "";
|
||||
$text['label-cid-name-prefix']['de-de'] = "Anruferkennung (Name)";
|
||||
$text['label-cid-name-prefix']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-cid-name-prefix']['es-mx'] = "";
|
||||
$text['label-cid-name-prefix']['fr-ca'] = "";
|
||||
$text['label-cid-name-prefix']['fr-fr'] = "Préfixe de l'appelant";
|
||||
$text['label-cid-name-prefix']['he-il'] = "";
|
||||
$text['label-cid-name-prefix']['it-it'] = "Prefisso Nome";
|
||||
@@ -413,6 +516,7 @@ $text['label-cid-name-prefix']['nl-nl'] = "";
|
||||
$text['label-cid-name-prefix']['pl-pl'] = "Prefiks prezentacji nazwy dzwoniącego";
|
||||
$text['label-cid-name-prefix']['pt-br'] = "Nome (ID) de origem";
|
||||
$text['label-cid-name-prefix']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-cid-name-prefix']['ro-ro'] = "";
|
||||
$text['label-cid-name-prefix']['ru-ru'] = "Caller ID Имя";
|
||||
$text['label-cid-name-prefix']['sv-se'] = "Namnpresentation";
|
||||
$text['label-cid-name-prefix']['uk-ua'] = "Caller ID Ім’я";
|
||||
@@ -420,8 +524,11 @@ $text['label-cid-name-prefix']['uk-ua'] = "Caller ID Ім’я";
|
||||
$text['label-call-prompt']['en-us'] = "Call Prompt";
|
||||
$text['label-call-prompt']['ar-eg'] = "";
|
||||
$text['label-call-prompt']['de-at'] = "Nachfragen";
|
||||
$text['label-call-prompt']['de-ch'] = "";
|
||||
$text['label-call-prompt']['de-de'] = "Nachfragen";
|
||||
$text['label-call-prompt']['es-cl'] = "Aviso de Llamadas";
|
||||
$text['label-call-prompt']['es-mx'] = "";
|
||||
$text['label-call-prompt']['fr-ca'] = "";
|
||||
$text['label-call-prompt']['fr-fr'] = "Annonce d'appel";
|
||||
$text['label-call-prompt']['he-il'] = "";
|
||||
$text['label-call-prompt']['it-it'] = "Richiesta Chiamata";
|
||||
@@ -429,6 +536,7 @@ $text['label-call-prompt']['nl-nl'] = "";
|
||||
$text['label-call-prompt']['pl-pl'] = "Potwierdź przed odebraniem rozmowy";
|
||||
$text['label-call-prompt']['pt-br'] = "Prompt de chamada";
|
||||
$text['label-call-prompt']['pt-pt'] = "Espoletar Chamada";
|
||||
$text['label-call-prompt']['ro-ro'] = "";
|
||||
$text['label-call-prompt']['ru-ru'] = "Запрос вызова";
|
||||
$text['label-call-prompt']['sv-se'] = "Samtals Verifiering";
|
||||
$text['label-call-prompt']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['label-call-prompt']['uk-ua'] = "";
|
||||
$text['label-call-forward']['en-us'] = "Call Forward";
|
||||
$text['label-call-forward']['ar-eg'] = "";
|
||||
$text['label-call-forward']['de-at'] = "Rufumleitung";
|
||||
$text['label-call-forward']['de-ch'] = "";
|
||||
$text['label-call-forward']['de-de'] = "Rufumleitung";
|
||||
$text['label-call-forward']['es-cl'] = "Reenvio de Llamadas";
|
||||
$text['label-call-forward']['es-mx'] = "";
|
||||
$text['label-call-forward']['fr-ca'] = "";
|
||||
$text['label-call-forward']['fr-fr'] = "Renvoi d'appel";
|
||||
$text['label-call-forward']['he-il'] = "";
|
||||
$text['label-call-forward']['it-it'] = "Inoltro Chiamata";
|
||||
@@ -445,6 +556,7 @@ $text['label-call-forward']['nl-nl'] = "";
|
||||
$text['label-call-forward']['pl-pl'] = "Przekierowanie";
|
||||
$text['label-call-forward']['pt-br'] = "Encaminhamento de chamadas";
|
||||
$text['label-call-forward']['pt-pt'] = "Encaminhamento de Chamadas";
|
||||
$text['label-call-forward']['ro-ro'] = "";
|
||||
$text['label-call-forward']['ru-ru'] = "Переадресация";
|
||||
$text['label-call-forward']['sv-se'] = "Vidarekoppling";
|
||||
$text['label-call-forward']['uk-ua'] = "Переадресація";
|
||||
@@ -452,8 +564,11 @@ $text['label-call-forward']['uk-ua'] = "Переадресація";
|
||||
$text['header-call_routing']['en-us'] = "Call Routing";
|
||||
$text['header-call_routing']['ar-eg'] = "توجيه الدعوة";
|
||||
$text['header-call_routing']['de-at'] = "Anrufweiterleitung";
|
||||
$text['header-call_routing']['de-ch'] = "";
|
||||
$text['header-call_routing']['de-de'] = "Anrufweiterleitung";
|
||||
$text['header-call_routing']['es-cl'] = "Enrutamiento de Llamadas";
|
||||
$text['header-call_routing']['es-mx'] = "";
|
||||
$text['header-call_routing']['fr-ca'] = "";
|
||||
$text['header-call_routing']['fr-fr'] = "Routage des Appels";
|
||||
$text['header-call_routing']['he-il'] = "ניתוב שיחות";
|
||||
$text['header-call_routing']['it-it'] = "Instradamento Chiamate";
|
||||
@@ -461,6 +576,7 @@ $text['header-call_routing']['nl-nl'] = "";
|
||||
$text['header-call_routing']['pl-pl'] = "Trasy połączeń";
|
||||
$text['header-call_routing']['pt-br'] = "Roteamento de Chamadas";
|
||||
$text['header-call_routing']['pt-pt'] = "Roteamento de Chamadas";
|
||||
$text['header-call_routing']['ro-ro'] = "Маршрутизация вызовов";
|
||||
$text['header-call_routing']['ru-ru'] = "Маршрутизация вызовов";
|
||||
$text['header-call_routing']['sv-se'] = "Samtals Styrning";
|
||||
$text['header-call_routing']['uk-ua'] = "маршрутизація викликів";
|
||||
@@ -468,8 +584,11 @@ $text['header-call_routing']['uk-ua'] = "маршрутизація виклик
|
||||
$text['description-on-busy']['en-us'] = "If enabled, it overrides the value of voicemail enabling in extension.";
|
||||
$text['description-on-busy']['ar-eg'] = "";
|
||||
$text['description-on-busy']['de-at'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
|
||||
$text['description-on-busy']['de-ch'] = "";
|
||||
$text['description-on-busy']['de-de'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
|
||||
$text['description-on-busy']['es-cl'] = "Si está habilitada, anula el valor del correo de voz que permite en la extensión.";
|
||||
$text['description-on-busy']['es-mx'] = "";
|
||||
$text['description-on-busy']['fr-ca'] = "";
|
||||
$text['description-on-busy']['fr-fr'] = "Remplace la messagerie vocale si activé.";
|
||||
$text['description-on-busy']['he-il'] = "";
|
||||
$text['description-on-busy']['it-it'] = "Se abilitato, sovrascrive il valore di attivazione della casella vocale nell'interno.";
|
||||
@@ -477,6 +596,7 @@ $text['description-on-busy']['nl-nl'] = "";
|
||||
$text['description-on-busy']['pl-pl'] = "Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane.";
|
||||
$text['description-on-busy']['pt-br'] = "Se ativado, substitui o valor do correio de voz permitindo algum ramal atender quando estiver ocupado.";
|
||||
$text['description-on-busy']['pt-pt'] = "Se ativado, ele substitui o valor de correio de voz que permite em extensão.";
|
||||
$text['description-on-busy']['ro-ro'] = "";
|
||||
$text['description-on-busy']['ru-ru'] = "Если включено, этот параметр переопределяет голосовую почту в настройках внутренного номера";
|
||||
$text['description-on-busy']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen.";
|
||||
$text['description-on-busy']['uk-ua'] = "Якщо цей параметр включений, то вона перекриває значення голосової пошти, що дозволяє в розширенні.";
|
||||
@@ -484,8 +604,11 @@ $text['description-on-busy']['uk-ua'] = "Якщо цей параметр вкл
|
||||
$text['description-no_answer']['en-us'] = "If enabled, it overrides the value of voicemail enabling in extension.";
|
||||
$text['description-no_answer']['ar-eg'] = "";
|
||||
$text['description-no_answer']['de-at'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
|
||||
$text['description-no_answer']['de-ch'] = "";
|
||||
$text['description-no_answer']['de-de'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
|
||||
$text['description-no_answer']['es-cl'] = "Si está habilitada, anula el valor del correo de voz que permite en la extensión.";
|
||||
$text['description-no_answer']['es-mx'] = "";
|
||||
$text['description-no_answer']['fr-ca'] = "";
|
||||
$text['description-no_answer']['fr-fr'] = "Remplace la messagerie vocale si activé.";
|
||||
$text['description-no_answer']['he-il'] = "";
|
||||
$text['description-no_answer']['it-it'] = "Se abilitato, sovrascrive il valore di attivazione della casella vocale nell'interno.";
|
||||
@@ -493,6 +616,7 @@ $text['description-no_answer']['nl-nl'] = "";
|
||||
$text['description-no_answer']['pl-pl'] = "Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane.";
|
||||
$text['description-no_answer']['pt-br'] = "Se ativado, substitui o valor do correio de voz permitindo uma extensão quando estiver chamando";
|
||||
$text['description-no_answer']['pt-pt'] = "Se ativado, ele substitui o valor de correio de voz que permite em extensão.";
|
||||
$text['description-no_answer']['ro-ro'] = "";
|
||||
$text['description-no_answer']['ru-ru'] = "Если включено, этот параметр переопределяет голосовую почту в настройках внутренного номера.";
|
||||
$text['description-no_answer']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen.";
|
||||
$text['description-no_answer']['uk-ua'] = "Якщо цей параметр включений, то вона перекриває значення голосової пошти, що дозволяє в розширенні.";
|
||||
@@ -500,8 +624,11 @@ $text['description-no_answer']['uk-ua'] = "Якщо цей параметр вк
|
||||
$text['description-not_registered']['en-us'] = "If endpoint is not reachable, forward to this destination before going to voicemail.";
|
||||
$text['description-not_registered']['ar-eg'] = "";
|
||||
$text['description-not_registered']['de-at'] = "Rufweiterleitung an neues Ziel, wenn ursprüngliches Ziel nicht erreichbar ist, bevor die Mailbox aktiviert wird.";
|
||||
$text['description-not_registered']['de-ch'] = "";
|
||||
$text['description-not_registered']['de-de'] = "Rufweiterleitung an neues Ziel, wenn ursprüngliches Ziel nicht erreichbar ist, bevor die Mailbox aktiviert wird.";
|
||||
$text['description-not_registered']['es-cl'] = "Si el punto extremo no es alcanzable, remitir a este destino antes de ir al correo de voz.";
|
||||
$text['description-not_registered']['es-mx'] = "";
|
||||
$text['description-not_registered']['fr-ca'] = "";
|
||||
$text['description-not_registered']['fr-fr'] = "Si extrémité est pas accessible, transmettre à cette destination avant d'aller à la messagerie vocale.";
|
||||
$text['description-not_registered']['he-il'] = "";
|
||||
$text['description-not_registered']['it-it'] = "Se l'endpoint non è raggiungibile, inoltra a questa destinazione prima di andare alla casella vocale.";
|
||||
@@ -509,6 +636,7 @@ $text['description-not_registered']['nl-nl'] = "";
|
||||
$text['description-not_registered']['pl-pl'] = "Jeśli punkt końcowy nie jest osiągalny, przekazania do tego celu przed udaniem się na pocztę głosową.";
|
||||
$text['description-not_registered']['pt-br'] = "Se o destino não for alcançável, desvia a chamata para este destino antes de enviar para o correio de voz. ";
|
||||
$text['description-not_registered']['pt-pt'] = "Se endpoint não está acessível, encaminhar para este destino antes de ir para a caixa postal.";
|
||||
$text['description-not_registered']['ro-ro'] = "";
|
||||
$text['description-not_registered']['ru-ru'] = "Если номер недоступен, переадресовать на это направление до голосовой почты.";
|
||||
$text['description-not_registered']['sv-se'] = "Om endpoint är inte nås, vidarebefordra till denna destination innan du går till röstbrevlådan.";
|
||||
$text['description-not_registered']['uk-ua'] = "Якщо кінцева точка не можна досягти, вперед до цієї мети, перш ніж йти на голосову пошту.";
|
||||
@@ -516,8 +644,11 @@ $text['description-not_registered']['uk-ua'] = "Якщо кінцева точк
|
||||
$text['description-ignore_busy']['en-us'] = "Interrupt the call if a destination is busy.";
|
||||
$text['description-ignore_busy']['ar-eg'] = "";
|
||||
$text['description-ignore_busy']['de-at'] = "Anruf unterbrechen wenn ein Ziel besetzt ist.";
|
||||
$text['description-ignore_busy']['de-ch'] = "";
|
||||
$text['description-ignore_busy']['de-de'] = "Anruf unterbrechen wenn ein Ziel besetzt ist.";
|
||||
$text['description-ignore_busy']['es-cl'] = "Interrumpir la llamada si un destino está ocupado.";
|
||||
$text['description-ignore_busy']['es-mx'] = "";
|
||||
$text['description-ignore_busy']['fr-ca'] = "";
|
||||
$text['description-ignore_busy']['fr-fr'] = "Interrompez l'appel si une destination est occupé.";
|
||||
$text['description-ignore_busy']['he-il'] = "";
|
||||
$text['description-ignore_busy']['it-it'] = "Interrompe la chiamata se la destinazione è occupata.";
|
||||
@@ -525,6 +656,7 @@ $text['description-ignore_busy']['nl-nl'] = "";
|
||||
$text['description-ignore_busy']['pl-pl'] = "Przerwanie połączenia, jeśli docelowy jest zajęty.";
|
||||
$text['description-ignore_busy']['pt-br'] = "Interromper a chamada, se um destino está ocupado.";
|
||||
$text['description-ignore_busy']['pt-pt'] = "Interromper a chamada, se um destino está ocupado.";
|
||||
$text['description-ignore_busy']['ro-ro'] = "";
|
||||
$text['description-ignore_busy']['ru-ru'] = "Прервать вызов, если конечная точка занята.";
|
||||
$text['description-ignore_busy']['sv-se'] = "Avbryt samtal om en destination är upptagen.";
|
||||
$text['description-ignore_busy']['uk-ua'] = "Переривання виклику, якщо абонент зайнятий.";
|
||||
@@ -532,8 +664,11 @@ $text['description-ignore_busy']['uk-ua'] = "Переривання виклик
|
||||
$text['description-cid-number-prefix']['en-us'] = "Set the caller ID number prefix.";
|
||||
$text['description-cid-number-prefix']['ar-eg'] = "";
|
||||
$text['description-cid-number-prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)";
|
||||
$text['description-cid-number-prefix']['de-ch'] = "";
|
||||
$text['description-cid-number-prefix']['de-de'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)";
|
||||
$text['description-cid-number-prefix']['es-cl'] = "Configure el prefijo de número de caller ID.";
|
||||
$text['description-cid-number-prefix']['es-mx'] = "";
|
||||
$text['description-cid-number-prefix']['fr-ca'] = "";
|
||||
$text['description-cid-number-prefix']['fr-fr'] = "Définir un préfixe sur le nombre d'ID d'appelant.";
|
||||
$text['description-cid-number-prefix']['he-il'] = "";
|
||||
$text['description-cid-number-prefix']['it-it'] = "Imposta il prefisso del numero Caller ID.";
|
||||
@@ -541,6 +676,7 @@ $text['description-cid-number-prefix']['nl-nl'] = "";
|
||||
$text['description-cid-number-prefix']['pl-pl'] = "Prefiks prezentacji numeru dzwoniącego.";
|
||||
$text['description-cid-number-prefix']['pt-br'] = "Defina o número do prefixo.";
|
||||
$text['description-cid-number-prefix']['pt-pt'] = "Defina o número do Chamador";
|
||||
$text['description-cid-number-prefix']['ro-ro'] = "";
|
||||
$text['description-cid-number-prefix']['ru-ru'] = "Задайте префикс Caller ID Номер.";
|
||||
$text['description-cid-number-prefix']['sv-se'] = "Ange nummerpresentation prefix.";
|
||||
$text['description-cid-number-prefix']['uk-ua'] = "Задайте номер префікса ідентифікації абонента.";
|
||||
@@ -548,8 +684,11 @@ $text['description-cid-number-prefix']['uk-ua'] = "Задайте номер п
|
||||
$text['description-cid-number']['en-us'] = "Select a number to override the original caller ID number.";
|
||||
$text['description-cid-number']['ar-eg'] = "";
|
||||
$text['description-cid-number']['de-at'] = "Wählen Sie eine Nummer mit der die ursprüngliche Anrufer-ID-Nummer überschreiben werden soll.";
|
||||
$text['description-cid-number']['de-ch'] = "";
|
||||
$text['description-cid-number']['de-de'] = "Wählen Sie eine Nummer mit der die ursprüngliche Anrufer-ID-Nummer überschreiben werden soll.";
|
||||
$text['description-cid-number']['es-cl'] = "Seleccionar un número para anular el número de ID de llamada original.";
|
||||
$text['description-cid-number']['es-mx'] = "";
|
||||
$text['description-cid-number']['fr-ca'] = "";
|
||||
$text['description-cid-number']['fr-fr'] = "Sélectionnez un numéro pour remplacer le numéro d'origine identification de l'appelant.";
|
||||
$text['description-cid-number']['he-il'] = "";
|
||||
$text['description-cid-number']['it-it'] = "Seleziona un numero per sovrascrivere il numero Caller ID originale.";
|
||||
@@ -557,6 +696,7 @@ $text['description-cid-number']['nl-nl'] = "";
|
||||
$text['description-cid-number']['pl-pl'] = "Wybierz numer, aby zastąpić oryginalny numer ID.";
|
||||
$text['description-cid-number']['pt-br'] = "Selecione um número para substituir o número de identificação de chamada inicial.";
|
||||
$text['description-cid-number']['pt-pt'] = "Selecione um número para substituir o número de identificação de chamada inicial.";
|
||||
$text['description-cid-number']['ro-ro'] = "";
|
||||
$text['description-cid-number']['ru-ru'] = "Выберите номер для переопределения оригинального Caller ID Номер.";
|
||||
$text['description-cid-number']['sv-se'] = "Välj ett nummer för att åsidosätta den ursprungliga uppringaren ID-nummer.";
|
||||
$text['description-cid-number']['uk-ua'] = "Виберіть номер, щоб перевизначити вихідний ідентифікаційний номер абонента.";
|
||||
@@ -564,8 +704,11 @@ $text['description-cid-number']['uk-ua'] = "Виберіть номер, щоб
|
||||
$text['description-cid-name-prefix']['en-us'] = "Set the caller ID name prefix.";
|
||||
$text['description-cid-name-prefix']['ar-eg'] = "";
|
||||
$text['description-cid-name-prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)";
|
||||
$text['description-cid-name-prefix']['de-ch'] = "";
|
||||
$text['description-cid-name-prefix']['de-de'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)";
|
||||
$text['description-cid-name-prefix']['es-cl'] = "Configure el prefijo de nombre de caller ID";
|
||||
$text['description-cid-name-prefix']['es-mx'] = "";
|
||||
$text['description-cid-name-prefix']['fr-ca'] = "";
|
||||
$text['description-cid-name-prefix']['fr-fr'] = "Choisr le péfixe du nom d'appelant.";
|
||||
$text['description-cid-name-prefix']['he-il'] = "";
|
||||
$text['description-cid-name-prefix']['it-it'] = "Imposta il prefisso del nome Caller ID.";
|
||||
@@ -573,6 +716,7 @@ $text['description-cid-name-prefix']['nl-nl'] = "";
|
||||
$text['description-cid-name-prefix']['pl-pl'] = "Prefiks prezentacji nazwy dzwoniącego.";
|
||||
$text['description-cid-name-prefix']['pt-br'] = "Defina o nome (ID) do discador.";
|
||||
$text['description-cid-name-prefix']['pt-pt'] = "Defina o nome do Chamador";
|
||||
$text['description-cid-name-prefix']['ro-ro'] = "";
|
||||
$text['description-cid-name-prefix']['ru-ru'] = "ВЗадайте префикс Caller ID Имя.";
|
||||
$text['description-cid-name-prefix']['sv-se'] = "Ange namnpresentation prefix.";
|
||||
$text['description-cid-name-prefix']['uk-ua'] = "Встановіть префікс ідентифікаційного імені абонента.";
|
||||
@@ -580,8 +724,11 @@ $text['description-cid-name-prefix']['uk-ua'] = "Встановіть префі
|
||||
$text['description-call-prompt']['en-us'] = "Prompt to accept the call for external destinations.";
|
||||
$text['description-call-prompt']['ar-eg'] = "";
|
||||
$text['description-call-prompt']['de-at'] = "Nachfragen, ob der Anruf auch wirklich durchgestellt werden soll.";
|
||||
$text['description-call-prompt']['de-ch'] = "";
|
||||
$text['description-call-prompt']['de-de'] = "Nachfragen, ob der Anruf auch wirklich durchgestellt werden soll.";
|
||||
$text['description-call-prompt']['es-cl'] = "Preguntar para aceptar un llamado para destinos externos";
|
||||
$text['description-call-prompt']['es-mx'] = "";
|
||||
$text['description-call-prompt']['fr-ca'] = "";
|
||||
$text['description-call-prompt']['fr-fr'] = "Annonce pour accepter l'appel venant de destinations externes.";
|
||||
$text['description-call-prompt']['he-il'] = "";
|
||||
$text['description-call-prompt']['it-it'] = "Richiesta per accettare la chiamata per le destinazioni esterne.";
|
||||
@@ -589,6 +736,7 @@ $text['description-call-prompt']['nl-nl'] = "";
|
||||
$text['description-call-prompt']['pl-pl'] = "Zapytaj czy akceptować rozmowę do zewnętrznych destynacji.";
|
||||
$text['description-call-prompt']['pt-br'] = "Perguntar para aceitar chamados de destinatários externos.";
|
||||
$text['description-call-prompt']['pt-pt'] = "Aceitar chamada para destinos externos.";
|
||||
$text['description-call-prompt']['ro-ro'] = "";
|
||||
$text['description-call-prompt']['ru-ru'] = "Сообщение о приеме вызова для внешних направлений.";
|
||||
$text['description-call-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal för externa destinationer.";
|
||||
$text['description-call-prompt']['uk-ua'] = "";
|
||||
@@ -596,8 +744,11 @@ $text['description-call-prompt']['uk-ua'] = "";
|
||||
$text['description-call_routing']['en-us'] = "Define alternate inbound call handling for the following extensions.";
|
||||
$text['description-call_routing']['ar-eg'] = "";
|
||||
$text['description-call_routing']['de-at'] = "Definieren Sie eine alternative Handhabung von eingehenden Anrufen für nachfolgende Nebenstellen.";
|
||||
$text['description-call_routing']['de-ch'] = "";
|
||||
$text['description-call_routing']['de-de'] = "Definieren Sie eine alternative Handhabung von eingehenden Anrufen für nachfolgende Nebenstellen.";
|
||||
$text['description-call_routing']['es-cl'] = "Definir alternativa para el manejo de las siguientes extensiones de llamadas entrantes.";
|
||||
$text['description-call_routing']['es-mx'] = "";
|
||||
$text['description-call_routing']['fr-ca'] = "";
|
||||
$text['description-call_routing']['fr-fr'] = "Définir la manipulation pour les extensions suivantes alternent appel entrant.";
|
||||
$text['description-call_routing']['he-il'] = "";
|
||||
$text['description-call_routing']['it-it'] = "Definisci una gestione alternativa per le chiamate in ingresso per i seguenti interni.";
|
||||
@@ -605,6 +756,7 @@ $text['description-call_routing']['nl-nl'] = "";
|
||||
$text['description-call_routing']['pl-pl'] = "Definiowanie alternatywnego połączenia przychodzącego obsługi dla następujących rozszerzeń.";
|
||||
$text['description-call_routing']['pt-br'] = "Defina o tratamento de entradas alternativas para os seguintes ramais. ";
|
||||
$text['description-call_routing']['pt-pt'] = "Definir alternativo chamada de entrada assistência para as seguintes extensões.";
|
||||
$text['description-call_routing']['ro-ro'] = "";
|
||||
$text['description-call_routing']['ru-ru'] = "Установливает альтернативный вариант приема входящих для следующих внутренних номеров.";
|
||||
$text['description-call_routing']['sv-se'] = "Definiera alternativa inkommande samtalshantering för följande tillägg.";
|
||||
$text['description-call_routing']['uk-ua'] = "Визначити обробку для наступних розширень альтернативного вхідного дзвінка.";
|
||||
@@ -612,8 +764,11 @@ $text['description-call_routing']['uk-ua'] = "Визначити обробку
|
||||
$text['description-call_forward']['en-us'] = "Forward all calls to the specified destination.";
|
||||
$text['description-call_forward']['ar-eg'] = "";
|
||||
$text['description-call_forward']['de-at'] = "Leiten Sie alle Anrufe an das angegebene Ziel.";
|
||||
$text['description-call_forward']['de-ch'] = "";
|
||||
$text['description-call_forward']['de-de'] = "Leiten Sie alle Anrufe an das angegebene Ziel.";
|
||||
$text['description-call_forward']['es-cl'] = "Desviar todas las llamadas al destino especificado.";
|
||||
$text['description-call_forward']['es-mx'] = "";
|
||||
$text['description-call_forward']['fr-ca'] = "";
|
||||
$text['description-call_forward']['fr-fr'] = "Transférer tous les appels vers la destination spécifiée.";
|
||||
$text['description-call_forward']['he-il'] = "";
|
||||
$text['description-call_forward']['it-it'] = "Inoltra tutte le chiamate ad una destinazione specifica.";
|
||||
@@ -621,6 +776,7 @@ $text['description-call_forward']['nl-nl'] = "";
|
||||
$text['description-call_forward']['pl-pl'] = "Przekazywanie wszystkich połączeń do określonego przeznaczenia.";
|
||||
$text['description-call_forward']['pt-br'] = "Encaminhar todas as chamadas para o destino especificado.";
|
||||
$text['description-call_forward']['pt-pt'] = "Encaminhar todas as chamadas para o destino especificado.";
|
||||
$text['description-call_forward']['ro-ro'] = "";
|
||||
$text['description-call_forward']['ru-ru'] = "Переадресовать все вызовы на указанные направления.";
|
||||
$text['description-call_forward']['sv-se'] = "Vidarekoppla alla samtal till den angivna destinationen.";
|
||||
$text['description-call_forward']['uk-ua'] = "Усі дзвінки скеровуються на вказане місце призначення.";
|
||||
@@ -628,8 +784,11 @@ $text['description-call_forward']['uk-ua'] = "Усі дзвінки скеров
|
||||
$text['description']['en-us'] = "Directs incoming calls for extension:";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Leitet eingehende Gespräche für die Nebenstelle:";
|
||||
$text['description']['de-ch'] = "";
|
||||
$text['description']['de-de'] = "Leitet eingehende Gespräche für die Nebenstelle:";
|
||||
$text['description']['es-cl'] = "Dirige las llamadas entrantes hacia una extensión:";
|
||||
$text['description']['es-mx'] = "";
|
||||
$text['description']['fr-ca'] = "";
|
||||
$text['description']['fr-fr'] = "Rediriger les appels entrant pour l'extension:";
|
||||
$text['description']['he-il'] = "";
|
||||
$text['description']['it-it'] = "Dirige le chiamate in ingresso per l'interno:";
|
||||
@@ -637,6 +796,7 @@ $text['description']['nl-nl'] = "";
|
||||
$text['description']['pl-pl'] = "Kieruj rozmowy przychodzące na numer wewnętrzny:";
|
||||
$text['description']['pt-br'] = "Direciona as chamadas que estão entrando para um ramal.";
|
||||
$text['description']['pt-pt'] = "Direciona as chamadas recebidas para a extensão:";
|
||||
$text['description']['ro-ro'] = "";
|
||||
$text['description']['ru-ru'] = "Прямые входящие для внутеннего номера:";
|
||||
$text['description']['sv-se'] = "Styr inkommande samtal för anknytning:";
|
||||
$text['description']['uk-ua'] = "Керування вхідними дзвінками для розширення";
|
||||
@@ -644,8 +804,11 @@ $text['description']['uk-ua'] = "Керування вхідними дзвін
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['ar-eg'] = "";
|
||||
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
|
||||
$text['confirm-update']['de-ch'] = "";
|
||||
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
|
||||
$text['confirm-update']['es-cl'] = "Actualización Completa";
|
||||
$text['confirm-update']['es-mx'] = "";
|
||||
$text['confirm-update']['fr-ca'] = "";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
$text['confirm-update']['he-il'] = "";
|
||||
$text['confirm-update']['it-it'] = "Aggiornamento Completato";
|
||||
@@ -653,6 +816,7 @@ $text['confirm-update']['nl-nl'] = "";
|
||||
$text['confirm-update']['pl-pl'] = "Aktualizacja zakonczona";
|
||||
$text['confirm-update']['pt-br'] = "Atualização Efetuada";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['ro-ro'] = "";
|
||||
$text['confirm-update']['ru-ru'] = "Обновление завершено";
|
||||
$text['confirm-update']['sv-se'] = "Uppdatering Klar";
|
||||
$text['confirm-update']['uk-ua'] = "Оновлено";
|
||||
@@ -660,8 +824,11 @@ $text['confirm-update']['uk-ua'] = "Оновлено";
|
||||
$text['ckeck-true']['en-us'] = "";
|
||||
$text['ckeck-true']['ar-eg'] = "";
|
||||
$text['ckeck-true']['de-at'] = "";
|
||||
$text['ckeck-true']['de-ch'] = "";
|
||||
$text['ckeck-true']['de-de'] = "";
|
||||
$text['ckeck-true']['es-cl'] = "Verdadero";
|
||||
$text['ckeck-true']['es-mx'] = "";
|
||||
$text['ckeck-true']['fr-ca'] = "";
|
||||
$text['ckeck-true']['fr-fr'] = "Oui";
|
||||
$text['ckeck-true']['he-il'] = "";
|
||||
$text['ckeck-true']['it-it'] = "";
|
||||
@@ -669,6 +836,7 @@ $text['ckeck-true']['nl-nl'] = "";
|
||||
$text['ckeck-true']['pl-pl'] = "";
|
||||
$text['ckeck-true']['pt-br'] = "Sim";
|
||||
$text['ckeck-true']['pt-pt'] = "Sim";
|
||||
$text['ckeck-true']['ro-ro'] = "";
|
||||
$text['ckeck-true']['ru-ru'] = "Да";
|
||||
$text['ckeck-true']['sv-se'] = "Sann";
|
||||
$text['ckeck-true']['uk-ua'] = "";
|
||||
@@ -676,8 +844,11 @@ $text['ckeck-true']['uk-ua'] = "";
|
||||
$text['ckeck-simultaneous']['en-us'] = "";
|
||||
$text['ckeck-simultaneous']['ar-eg'] = "";
|
||||
$text['ckeck-simultaneous']['de-at'] = "";
|
||||
$text['ckeck-simultaneous']['de-ch'] = "";
|
||||
$text['ckeck-simultaneous']['de-de'] = "";
|
||||
$text['ckeck-simultaneous']['es-cl'] = "simultaneo";
|
||||
$text['ckeck-simultaneous']['es-mx'] = "";
|
||||
$text['ckeck-simultaneous']['fr-ca'] = "";
|
||||
$text['ckeck-simultaneous']['fr-fr'] = "";
|
||||
$text['ckeck-simultaneous']['he-il'] = "";
|
||||
$text['ckeck-simultaneous']['it-it'] = "";
|
||||
@@ -685,6 +856,7 @@ $text['ckeck-simultaneous']['nl-nl'] = "";
|
||||
$text['ckeck-simultaneous']['pl-pl'] = "";
|
||||
$text['ckeck-simultaneous']['pt-br'] = "Simultâneo";
|
||||
$text['ckeck-simultaneous']['pt-pt'] = "simultâneo";
|
||||
$text['ckeck-simultaneous']['ro-ro'] = "";
|
||||
$text['ckeck-simultaneous']['ru-ru'] = "одновременно";
|
||||
$text['ckeck-simultaneous']['sv-se'] = "Samtidig";
|
||||
$text['ckeck-simultaneous']['uk-ua'] = "";
|
||||
@@ -692,8 +864,11 @@ $text['ckeck-simultaneous']['uk-ua'] = "";
|
||||
$text['ckeck-sequence']['en-us'] = "";
|
||||
$text['ckeck-sequence']['ar-eg'] = "";
|
||||
$text['ckeck-sequence']['de-at'] = "";
|
||||
$text['ckeck-sequence']['de-ch'] = "";
|
||||
$text['ckeck-sequence']['de-de'] = "";
|
||||
$text['ckeck-sequence']['es-cl'] = "secuencia";
|
||||
$text['ckeck-sequence']['es-mx'] = "";
|
||||
$text['ckeck-sequence']['fr-ca'] = "";
|
||||
$text['ckeck-sequence']['fr-fr'] = "";
|
||||
$text['ckeck-sequence']['he-il'] = "";
|
||||
$text['ckeck-sequence']['it-it'] = "";
|
||||
@@ -701,6 +876,7 @@ $text['ckeck-sequence']['nl-nl'] = "";
|
||||
$text['ckeck-sequence']['pl-pl'] = "";
|
||||
$text['ckeck-sequence']['pt-br'] = "Sequência";
|
||||
$text['ckeck-sequence']['pt-pt'] = "sequência";
|
||||
$text['ckeck-sequence']['ro-ro'] = "";
|
||||
$text['ckeck-sequence']['ru-ru'] = "последовательно";
|
||||
$text['ckeck-sequence']['sv-se'] = "Sekvens";
|
||||
$text['ckeck-sequence']['uk-ua'] = "";
|
||||
@@ -708,8 +884,11 @@ $text['ckeck-sequence']['uk-ua'] = "";
|
||||
$text['ckeck-false']['en-us'] = "";
|
||||
$text['ckeck-false']['ar-eg'] = "";
|
||||
$text['ckeck-false']['de-at'] = "";
|
||||
$text['ckeck-false']['de-ch'] = "";
|
||||
$text['ckeck-false']['de-de'] = "";
|
||||
$text['ckeck-false']['es-cl'] = "Falso";
|
||||
$text['ckeck-false']['es-mx'] = "";
|
||||
$text['ckeck-false']['fr-ca'] = "";
|
||||
$text['ckeck-false']['fr-fr'] = "Non";
|
||||
$text['ckeck-false']['he-il'] = "";
|
||||
$text['ckeck-false']['it-it'] = "";
|
||||
@@ -717,6 +896,7 @@ $text['ckeck-false']['nl-nl'] = "";
|
||||
$text['ckeck-false']['pl-pl'] = "";
|
||||
$text['ckeck-false']['pt-br'] = "Não";
|
||||
$text['ckeck-false']['pt-pt'] = "Não";
|
||||
$text['ckeck-false']['ro-ro'] = "";
|
||||
$text['ckeck-false']['ru-ru'] = "Нет";
|
||||
$text['ckeck-false']['sv-se'] = "Falsk";
|
||||
$text['ckeck-false']['uk-ua'] = "";
|
||||
@@ -724,8 +904,11 @@ $text['ckeck-false']['uk-ua'] = "";
|
||||
$text['check-true']['en-us'] = "True";
|
||||
$text['check-true']['ar-eg'] = "";
|
||||
$text['check-true']['de-at'] = "An";
|
||||
$text['check-true']['de-ch'] = "";
|
||||
$text['check-true']['de-de'] = "An";
|
||||
$text['check-true']['es-cl'] = "";
|
||||
$text['check-true']['es-mx'] = "";
|
||||
$text['check-true']['fr-ca'] = "";
|
||||
$text['check-true']['fr-fr'] = "";
|
||||
$text['check-true']['he-il'] = "";
|
||||
$text['check-true']['it-it'] = "Vero";
|
||||
@@ -733,6 +916,7 @@ $text['check-true']['nl-nl'] = "";
|
||||
$text['check-true']['pl-pl'] = "Tak";
|
||||
$text['check-true']['pt-br'] = "Sim";
|
||||
$text['check-true']['pt-pt'] = "";
|
||||
$text['check-true']['ro-ro'] = "";
|
||||
$text['check-true']['ru-ru'] = "Да";
|
||||
$text['check-true']['sv-se'] = "Sann";
|
||||
$text['check-true']['uk-ua'] = "Так";
|
||||
@@ -740,8 +924,11 @@ $text['check-true']['uk-ua'] = "Так";
|
||||
$text['check-simultaneous']['en-us'] = "simultaneous";
|
||||
$text['check-simultaneous']['ar-eg'] = "";
|
||||
$text['check-simultaneous']['de-at'] = "gleichzeitig";
|
||||
$text['check-simultaneous']['de-ch'] = "";
|
||||
$text['check-simultaneous']['de-de'] = "gleichzeitig";
|
||||
$text['check-simultaneous']['es-cl'] = "";
|
||||
$text['check-simultaneous']['es-mx'] = "";
|
||||
$text['check-simultaneous']['fr-ca'] = "";
|
||||
$text['check-simultaneous']['fr-fr'] = "simultanément";
|
||||
$text['check-simultaneous']['he-il'] = "";
|
||||
$text['check-simultaneous']['it-it'] = "simultaneo";
|
||||
@@ -749,6 +936,7 @@ $text['check-simultaneous']['nl-nl'] = "";
|
||||
$text['check-simultaneous']['pl-pl'] = "jednoczesne";
|
||||
$text['check-simultaneous']['pt-br'] = "Simultâneo";
|
||||
$text['check-simultaneous']['pt-pt'] = "";
|
||||
$text['check-simultaneous']['ro-ro'] = "";
|
||||
$text['check-simultaneous']['ru-ru'] = "";
|
||||
$text['check-simultaneous']['sv-se'] = "Samtidig";
|
||||
$text['check-simultaneous']['uk-ua'] = "одночасно";
|
||||
@@ -756,8 +944,11 @@ $text['check-simultaneous']['uk-ua'] = "одночасно";
|
||||
$text['check-sequence']['en-us'] = "sequence";
|
||||
$text['check-sequence']['ar-eg'] = "";
|
||||
$text['check-sequence']['de-at'] = "sequenziell";
|
||||
$text['check-sequence']['de-ch'] = "";
|
||||
$text['check-sequence']['de-de'] = "sequenziell";
|
||||
$text['check-sequence']['es-cl'] = "";
|
||||
$text['check-sequence']['es-mx'] = "";
|
||||
$text['check-sequence']['fr-ca'] = "";
|
||||
$text['check-sequence']['fr-fr'] = "séquence";
|
||||
$text['check-sequence']['he-il'] = "";
|
||||
$text['check-sequence']['it-it'] = "sequenza";
|
||||
@@ -765,6 +956,7 @@ $text['check-sequence']['nl-nl'] = "";
|
||||
$text['check-sequence']['pl-pl'] = "kolejność";
|
||||
$text['check-sequence']['pt-br'] = "Sequência";
|
||||
$text['check-sequence']['pt-pt'] = "";
|
||||
$text['check-sequence']['ro-ro'] = "";
|
||||
$text['check-sequence']['ru-ru'] = "";
|
||||
$text['check-sequence']['sv-se'] = "sekvens";
|
||||
$text['check-sequence']['uk-ua'] = "послідовно";
|
||||
@@ -772,8 +964,11 @@ $text['check-sequence']['uk-ua'] = "послідовно";
|
||||
$text['check-false']['en-us'] = "False";
|
||||
$text['check-false']['ar-eg'] = "";
|
||||
$text['check-false']['de-at'] = "Aus";
|
||||
$text['check-false']['de-ch'] = "";
|
||||
$text['check-false']['de-de'] = "Aus";
|
||||
$text['check-false']['es-cl'] = "";
|
||||
$text['check-false']['es-mx'] = "";
|
||||
$text['check-false']['fr-ca'] = "";
|
||||
$text['check-false']['fr-fr'] = "";
|
||||
$text['check-false']['he-il'] = "";
|
||||
$text['check-false']['it-it'] = "Falso";
|
||||
@@ -781,6 +976,7 @@ $text['check-false']['nl-nl'] = "";
|
||||
$text['check-false']['pl-pl'] = "Nie";
|
||||
$text['check-false']['pt-br'] = "Não";
|
||||
$text['check-false']['pt-pt'] = "";
|
||||
$text['check-false']['ro-ro'] = "";
|
||||
$text['check-false']['ru-ru'] = "Нет";
|
||||
$text['check-false']['sv-se'] = "Falsk";
|
||||
$text['check-false']['uk-ua'] = "Ні";
|
||||
@@ -788,8 +984,11 @@ $text['check-false']['uk-ua'] = "Ні";
|
||||
$text['button-view_all']['en-us'] = "View All";
|
||||
$text['button-view_all']['ar-eg'] = "";
|
||||
$text['button-view_all']['de-at'] = "Alle anzeigen";
|
||||
$text['button-view_all']['de-ch'] = "";
|
||||
$text['button-view_all']['de-de'] = "Alle anzeigen";
|
||||
$text['button-view_all']['es-cl'] = "Mostrar Todos";
|
||||
$text['button-view_all']['es-mx'] = "";
|
||||
$text['button-view_all']['fr-ca'] = "";
|
||||
$text['button-view_all']['fr-fr'] = "Tout Montrer";
|
||||
$text['button-view_all']['he-il'] = "הצג הכל";
|
||||
$text['button-view_all']['it-it'] = "Mostra Tutto";
|
||||
@@ -797,8 +996,9 @@ $text['button-view_all']['nl-nl'] = "";
|
||||
$text['button-view_all']['pl-pl'] = "Pokaż wszystkie";
|
||||
$text['button-view_all']['pt-br'] = "Mostrar Todos";
|
||||
$text['button-view_all']['pt-pt'] = "Mostrar Todos";
|
||||
$text['button-view_all']['ro-ro'] = "";
|
||||
$text['button-view_all']['ru-ru'] = "Показать все";
|
||||
$text['button-view_all']['sv-se'] = "Visa Allt";
|
||||
$text['button-view_all']['uk-ua'] = "Показати всі";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-2']['en-us'] = "Active Extensions";
|
||||
$text['title-2']['ar-eg'] = "";
|
||||
$text['title-2']['de-at'] = "Aktive Nebenstellen";
|
||||
$text['title-2']['de-ch'] = "";
|
||||
$text['title-2']['de-de'] = "Aktive Nebenstellen";
|
||||
$text['title-2']['es-cl'] = "Extensiones Activas";
|
||||
$text['title-2']['es-mx'] = "";
|
||||
$text['title-2']['fr-ca'] = "";
|
||||
$text['title-2']['fr-fr'] = "Extensions Actives";
|
||||
$text['title-2']['he-il'] = "שלוחה פעילה";
|
||||
$text['title-2']['it-it'] = "Interni Attivi";
|
||||
@@ -13,6 +16,7 @@ $text['title-2']['nl-nl'] = "";
|
||||
$text['title-2']['pl-pl'] = "Aktywne numery wewnętrzne";
|
||||
$text['title-2']['pt-br'] = "Ramais ativos";
|
||||
$text['title-2']['pt-pt'] = "Extensões Ativas";
|
||||
$text['title-2']['ro-ro'] = "";
|
||||
$text['title-2']['ru-ru'] = "Активные внутренние номера";
|
||||
$text['title-2']['sv-se'] = "Aktiva anknytningar";
|
||||
$text['title-2']['uk-ua'] = "Активні розширення";
|
||||
@@ -20,8 +24,11 @@ $text['title-2']['uk-ua'] = "Активні розширення";
|
||||
$text['title']['en-us'] = "Active Calls";
|
||||
$text['title']['ar-eg'] = "";
|
||||
$text['title']['de-at'] = "Aktive Gespräche";
|
||||
$text['title']['de-ch'] = "";
|
||||
$text['title']['de-de'] = "Aktive Gespräche";
|
||||
$text['title']['es-cl'] = "Llamadas Activas";
|
||||
$text['title']['es-mx'] = "";
|
||||
$text['title']['fr-ca'] = "";
|
||||
$text['title']['fr-fr'] = "Communications Actives";
|
||||
$text['title']['he-il'] = "הגדרת חשבון";
|
||||
$text['title']['it-it'] = "Chiamate Attive";
|
||||
@@ -29,6 +36,7 @@ $text['title']['nl-nl'] = "";
|
||||
$text['title']['pl-pl'] = "Aktywne Rozmowy";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pt-pt'] = "Chamadas Ativas";
|
||||
$text['title']['ro-ro'] = "";
|
||||
$text['title']['ru-ru'] = "Активные вызовы";
|
||||
$text['title']['sv-se'] = "Aktiva Samtal";
|
||||
$text['title']['uk-ua'] = "Активні дзвінки";
|
||||
@@ -36,8 +44,11 @@ $text['title']['uk-ua'] = "Активні дзвінки";
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['ar-eg'] = "";
|
||||
$text['label-time']['de-at'] = "Zeit";
|
||||
$text['label-time']['de-ch'] = "";
|
||||
$text['label-time']['de-de'] = "Zeit";
|
||||
$text['label-time']['es-cl'] = "Tiempo";
|
||||
$text['label-time']['es-mx'] = "";
|
||||
$text['label-time']['fr-ca'] = "";
|
||||
$text['label-time']['fr-fr'] = "Temps";
|
||||
$text['label-time']['he-il'] = "אזור זמן";
|
||||
$text['label-time']['it-it'] = "Tempo";
|
||||
@@ -45,6 +56,7 @@ $text['label-time']['nl-nl'] = "";
|
||||
$text['label-time']['pl-pl'] = "Strefa czasowa";
|
||||
$text['label-time']['pt-br'] = "Fuso Horário";
|
||||
$text['label-time']['pt-pt'] = "Tempo";
|
||||
$text['label-time']['ro-ro'] = "";
|
||||
$text['label-time']['ru-ru'] = "Время";
|
||||
$text['label-time']['sv-se'] = "Tid";
|
||||
$text['label-time']['uk-ua'] = "Час";
|
||||
@@ -52,8 +64,11 @@ $text['label-time']['uk-ua'] = "Час";
|
||||
$text['label-stop']['en-us'] = "stop record";
|
||||
$text['label-stop']['ar-eg'] = "";
|
||||
$text['label-stop']['de-at'] = "Stoppe Aufnahme";
|
||||
$text['label-stop']['de-ch'] = "";
|
||||
$text['label-stop']['de-de'] = "Stoppe Aufnahme";
|
||||
$text['label-stop']['es-cl'] = "terminar grabación";
|
||||
$text['label-stop']['es-mx'] = "";
|
||||
$text['label-stop']['fr-ca'] = "";
|
||||
$text['label-stop']['fr-fr'] = "arrêter l'enregistrement";
|
||||
$text['label-stop']['he-il'] = "הפסק הקלטה";
|
||||
$text['label-stop']['it-it'] = "ferma registrazione";
|
||||
@@ -61,6 +76,7 @@ $text['label-stop']['nl-nl'] = "";
|
||||
$text['label-stop']['pl-pl'] = "zatrzymaj nagrywanie";
|
||||
$text['label-stop']['pt-br'] = "Parar";
|
||||
$text['label-stop']['pt-pt'] = "parar de gravar";
|
||||
$text['label-stop']['ro-ro'] = "";
|
||||
$text['label-stop']['ru-ru'] = "остановить запись";
|
||||
$text['label-stop']['sv-se'] = "Stoppa inspelning";
|
||||
$text['label-stop']['uk-ua'] = "Зупинити запис";
|
||||
@@ -68,8 +84,11 @@ $text['label-stop']['uk-ua'] = "Зупинити запис";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
$text['label-status']['he-il'] = "סטטוס";
|
||||
$text['label-status']['it-it'] = "Stato";
|
||||
@@ -77,6 +96,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "Статус";
|
||||
@@ -84,8 +104,11 @@ $text['label-status']['uk-ua'] = "Статус";
|
||||
$text['label-start']['en-us'] = "start record";
|
||||
$text['label-start']['ar-eg'] = "";
|
||||
$text['label-start']['de-at'] = "Starte Aufnahme";
|
||||
$text['label-start']['de-ch'] = "";
|
||||
$text['label-start']['de-de'] = "Starte Aufnahme";
|
||||
$text['label-start']['es-cl'] = "iniciar grabación";
|
||||
$text['label-start']['es-mx'] = "";
|
||||
$text['label-start']['fr-ca'] = "";
|
||||
$text['label-start']['fr-fr'] = "commencer l'enregistrement";
|
||||
$text['label-start']['he-il'] = "התחל הקלטה";
|
||||
$text['label-start']['it-it'] = "avvia registrazione";
|
||||
@@ -93,6 +116,7 @@ $text['label-start']['nl-nl'] = "";
|
||||
$text['label-start']['pl-pl'] = "rozpocznij nagrywanie";
|
||||
$text['label-start']['pt-br'] = "Iniciar";
|
||||
$text['label-start']['pt-pt'] = "iniciar a gravação";
|
||||
$text['label-start']['ro-ro'] = "";
|
||||
$text['label-start']['ru-ru'] = "начать запись";
|
||||
$text['label-start']['sv-se'] = "Starta inspelning";
|
||||
$text['label-start']['uk-ua'] = "Запустити запис";
|
||||
@@ -100,8 +124,11 @@ $text['label-start']['uk-ua'] = "Запустити запис";
|
||||
$text['label-secure']['en-us'] = "Secure";
|
||||
$text['label-secure']['ar-eg'] = "";
|
||||
$text['label-secure']['de-at'] = "Sicher";
|
||||
$text['label-secure']['de-ch'] = "";
|
||||
$text['label-secure']['de-de'] = "Sicher";
|
||||
$text['label-secure']['es-cl'] = "Seguro";
|
||||
$text['label-secure']['es-mx'] = "";
|
||||
$text['label-secure']['fr-ca'] = "";
|
||||
$text['label-secure']['fr-fr'] = "Securisé";
|
||||
$text['label-secure']['he-il'] = "מאובטח";
|
||||
$text['label-secure']['it-it'] = "Sicuro";
|
||||
@@ -109,6 +136,7 @@ $text['label-secure']['nl-nl'] = "";
|
||||
$text['label-secure']['pl-pl'] = "Bezpieczny";
|
||||
$text['label-secure']['pt-br'] = "Seguro";
|
||||
$text['label-secure']['pt-pt'] = "Seguro";
|
||||
$text['label-secure']['ro-ro'] = "";
|
||||
$text['label-secure']['ru-ru'] = "Безопасный";
|
||||
$text['label-secure']['sv-se'] = "Skydda";
|
||||
$text['label-secure']['uk-ua'] = "Захищено";
|
||||
@@ -116,8 +144,11 @@ $text['label-secure']['uk-ua'] = "Захищено";
|
||||
$text['label-refresh_pause']['en-us'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['ar-eg'] = "";
|
||||
$text['label-refresh_pause']['de-at'] = "Seite neu laden deaktivieren";
|
||||
$text['label-refresh_pause']['de-ch'] = "";
|
||||
$text['label-refresh_pause']['de-de'] = "Seite neu laden deaktivieren";
|
||||
$text['label-refresh_pause']['es-cl'] = "Actualizar Pausa";
|
||||
$text['label-refresh_pause']['es-mx'] = "";
|
||||
$text['label-refresh_pause']['fr-ca'] = "";
|
||||
$text['label-refresh_pause']['fr-fr'] = "Pause Actualiser";
|
||||
$text['label-refresh_pause']['he-il'] = "עצור רענון";
|
||||
$text['label-refresh_pause']['it-it'] = "Interrompi refresh";
|
||||
@@ -125,6 +156,7 @@ $text['label-refresh_pause']['nl-nl'] = "";
|
||||
$text['label-refresh_pause']['pl-pl'] = "Pauzuj odświeżanie";
|
||||
$text['label-refresh_pause']['pt-br'] = "Pausar atualização";
|
||||
$text['label-refresh_pause']['pt-pt'] = "Pausa Atualizar";
|
||||
$text['label-refresh_pause']['ro-ro'] = "";
|
||||
$text['label-refresh_pause']['ru-ru'] = "Приостановить обновление";
|
||||
$text['label-refresh_pause']['sv-se'] = "Paus Uppdatera";
|
||||
$text['label-refresh_pause']['uk-ua'] = "пауза Оновити";
|
||||
@@ -132,8 +164,11 @@ $text['label-refresh_pause']['uk-ua'] = "пауза Оновити";
|
||||
$text['label-refresh_enable']['en-us'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['ar-eg'] = "";
|
||||
$text['label-refresh_enable']['de-at'] = "Seite neu laden aktivieren";
|
||||
$text['label-refresh_enable']['de-ch'] = "";
|
||||
$text['label-refresh_enable']['de-de'] = "Seite neu laden aktivieren";
|
||||
$text['label-refresh_enable']['es-cl'] = "Activar Actualizar";
|
||||
$text['label-refresh_enable']['es-mx'] = "";
|
||||
$text['label-refresh_enable']['fr-ca'] = "";
|
||||
$text['label-refresh_enable']['fr-fr'] = "Activer Actualiser";
|
||||
$text['label-refresh_enable']['he-il'] = "אפשר רענון";
|
||||
$text['label-refresh_enable']['it-it'] = "Attiva Refresh";
|
||||
@@ -141,6 +176,7 @@ $text['label-refresh_enable']['nl-nl'] = "";
|
||||
$text['label-refresh_enable']['pl-pl'] = "Włącz odświeżanie";
|
||||
$text['label-refresh_enable']['pt-br'] = "Habilitar atualização";
|
||||
$text['label-refresh_enable']['pt-pt'] = "Habilitar Atualização";
|
||||
$text['label-refresh_enable']['ro-ro'] = "";
|
||||
$text['label-refresh_enable']['ru-ru'] = "Включить обновление";
|
||||
$text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatering";
|
||||
$text['label-refresh_enable']['uk-ua'] = "включити Оновити";
|
||||
@@ -148,8 +184,11 @@ $text['label-refresh_enable']['uk-ua'] = "включити Оновити";
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['ar-eg'] = "";
|
||||
$text['label-profile']['de-at'] = "Profil";
|
||||
$text['label-profile']['de-ch'] = "";
|
||||
$text['label-profile']['de-de'] = "Profil";
|
||||
$text['label-profile']['es-cl'] = "Perfil";
|
||||
$text['label-profile']['es-mx'] = "";
|
||||
$text['label-profile']['fr-ca'] = "";
|
||||
$text['label-profile']['fr-fr'] = "Profile";
|
||||
$text['label-profile']['he-il'] = "פרופיל";
|
||||
$text['label-profile']['it-it'] = "Profilo";
|
||||
@@ -157,6 +196,7 @@ $text['label-profile']['nl-nl'] = "";
|
||||
$text['label-profile']['pl-pl'] = "Profil";
|
||||
$text['label-profile']['pt-br'] = "Perfil";
|
||||
$text['label-profile']['pt-pt'] = "Perfil";
|
||||
$text['label-profile']['ro-ro'] = "";
|
||||
$text['label-profile']['ru-ru'] = "Профиль";
|
||||
$text['label-profile']['sv-se'] = "Profil";
|
||||
$text['label-profile']['uk-ua'] = "Профіль";
|
||||
@@ -164,8 +204,11 @@ $text['label-profile']['uk-ua'] = "Профіль";
|
||||
$text['label-park-extension']['en-us'] = "Park";
|
||||
$text['label-park-extension']['ar-eg'] = "";
|
||||
$text['label-park-extension']['de-at'] = "Parken";
|
||||
$text['label-park-extension']['de-ch'] = "";
|
||||
$text['label-park-extension']['de-de'] = "Parken";
|
||||
$text['label-park-extension']['es-cl'] = "Parquear Extensión";
|
||||
$text['label-park-extension']['es-mx'] = "";
|
||||
$text['label-park-extension']['fr-ca'] = "";
|
||||
$text['label-park-extension']['fr-fr'] = "parquer";
|
||||
$text['label-park-extension']['he-il'] = "חניה";
|
||||
$text['label-park-extension']['it-it'] = "Parcheggia";
|
||||
@@ -173,6 +216,7 @@ $text['label-park-extension']['nl-nl'] = "";
|
||||
$text['label-park-extension']['pl-pl'] = "Parkowanie";
|
||||
$text['label-park-extension']['pt-br'] = "Extensão estacionamento";
|
||||
$text['label-park-extension']['pt-pt'] = "Parquear Extensão";
|
||||
$text['label-park-extension']['ro-ro'] = "";
|
||||
$text['label-park-extension']['ru-ru'] = "Парковка";
|
||||
$text['label-park-extension']['sv-se'] = "Parkera";
|
||||
$text['label-park-extension']['uk-ua'] = "Паркувати";
|
||||
@@ -180,8 +224,11 @@ $text['label-park-extension']['uk-ua'] = "Паркувати";
|
||||
$text['label-park']['en-us'] = "park";
|
||||
$text['label-park']['ar-eg'] = "";
|
||||
$text['label-park']['de-at'] = "parken";
|
||||
$text['label-park']['de-ch'] = "";
|
||||
$text['label-park']['de-de'] = "parken";
|
||||
$text['label-park']['es-cl'] = "parquear";
|
||||
$text['label-park']['es-mx'] = "";
|
||||
$text['label-park']['fr-ca'] = "";
|
||||
$text['label-park']['fr-fr'] = "parquer";
|
||||
$text['label-park']['he-il'] = "חניה";
|
||||
$text['label-park']['it-it'] = "parcheggia";
|
||||
@@ -189,6 +236,7 @@ $text['label-park']['nl-nl'] = "";
|
||||
$text['label-park']['pl-pl'] = "parkowanie";
|
||||
$text['label-park']['pt-br'] = "Estacionamento";
|
||||
$text['label-park']['pt-pt'] = "parquear";
|
||||
$text['label-park']['ro-ro'] = "";
|
||||
$text['label-park']['ru-ru'] = "парковка";
|
||||
$text['label-park']['sv-se'] = "parkera";
|
||||
$text['label-park']['uk-ua'] = "паркувати";
|
||||
@@ -196,8 +244,11 @@ $text['label-park']['uk-ua'] = "паркувати";
|
||||
$text['label-opt']['en-us'] = "Options";
|
||||
$text['label-opt']['ar-eg'] = "";
|
||||
$text['label-opt']['de-at'] = "Optionen";
|
||||
$text['label-opt']['de-ch'] = "";
|
||||
$text['label-opt']['de-de'] = "Optionen";
|
||||
$text['label-opt']['es-cl'] = "Opciones";
|
||||
$text['label-opt']['es-mx'] = "";
|
||||
$text['label-opt']['fr-ca'] = "";
|
||||
$text['label-opt']['fr-fr'] = "Options";
|
||||
$text['label-opt']['he-il'] = "אפשרויות";
|
||||
$text['label-opt']['it-it'] = "Opzioni";
|
||||
@@ -205,6 +256,7 @@ $text['label-opt']['nl-nl'] = "";
|
||||
$text['label-opt']['pl-pl'] = "Opcje";
|
||||
$text['label-opt']['pt-br'] = "Opções";
|
||||
$text['label-opt']['pt-pt'] = "Opções";
|
||||
$text['label-opt']['ro-ro'] = "";
|
||||
$text['label-opt']['ru-ru'] = "Опции";
|
||||
$text['label-opt']['sv-se'] = "Alternativ";
|
||||
$text['label-opt']['uk-ua'] = "Опції";
|
||||
@@ -212,8 +264,11 @@ $text['label-opt']['uk-ua'] = "Опції";
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "";
|
||||
$text['label-number']['de-at'] = "Nummer";
|
||||
$text['label-number']['de-ch'] = "";
|
||||
$text['label-number']['de-de'] = "Nummer";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['es-mx'] = "";
|
||||
$text['label-number']['fr-ca'] = "";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-number']['he-il'] = "מספר";
|
||||
$text['label-number']['it-it'] = "Numero";
|
||||
@@ -221,6 +276,7 @@ $text['label-number']['nl-nl'] = "";
|
||||
$text['label-number']['pl-pl'] = "Numer";
|
||||
$text['label-number']['pt-br'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Numero";
|
||||
$text['label-number']['ro-ro'] = "";
|
||||
$text['label-number']['ru-ru'] = "Номер";
|
||||
$text['label-number']['sv-se'] = "Nummer";
|
||||
$text['label-number']['uk-ua'] = "Номер";
|
||||
@@ -228,8 +284,11 @@ $text['label-number']['uk-ua'] = "Номер";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "הודעה";
|
||||
$text['label-message']['it-it'] = "Messaggio";
|
||||
@@ -237,6 +296,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['ro-ro'] = "";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
@@ -244,8 +304,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-hangup']['en-us'] = "Hangup";
|
||||
$text['label-hangup']['ar-eg'] = "";
|
||||
$text['label-hangup']['de-at'] = "Auflegen";
|
||||
$text['label-hangup']['de-ch'] = "";
|
||||
$text['label-hangup']['de-de'] = "Auflegen";
|
||||
$text['label-hangup']['es-cl'] = "Terminar";
|
||||
$text['label-hangup']['es-mx'] = "";
|
||||
$text['label-hangup']['fr-ca'] = "";
|
||||
$text['label-hangup']['fr-fr'] = "Raccrocher";
|
||||
$text['label-hangup']['he-il'] = "ניתוק";
|
||||
$text['label-hangup']['it-it'] = "Riaggancia";
|
||||
@@ -253,6 +316,7 @@ $text['label-hangup']['nl-nl'] = "";
|
||||
$text['label-hangup']['pl-pl'] = "Zakończ rozmowę";
|
||||
$text['label-hangup']['pt-br'] = "Desligar";
|
||||
$text['label-hangup']['pt-pt'] = "Terminar";
|
||||
$text['label-hangup']['ro-ro'] = "";
|
||||
$text['label-hangup']['ru-ru'] = "Завершить";
|
||||
$text['label-hangup']['sv-se'] = "Avsluta";
|
||||
$text['label-hangup']['uk-ua'] = "Розірвати";
|
||||
@@ -260,8 +324,11 @@ $text['label-hangup']['uk-ua'] = "Розірвати";
|
||||
$text['label-ext']['en-us'] = "Ext";
|
||||
$text['label-ext']['ar-eg'] = "";
|
||||
$text['label-ext']['de-at'] = "Nst";
|
||||
$text['label-ext']['de-ch'] = "";
|
||||
$text['label-ext']['de-de'] = "Nst";
|
||||
$text['label-ext']['es-cl'] = "Extensión";
|
||||
$text['label-ext']['es-mx'] = "";
|
||||
$text['label-ext']['fr-ca'] = "";
|
||||
$text['label-ext']['fr-fr'] = "extension";
|
||||
$text['label-ext']['he-il'] = "שלוחה";
|
||||
$text['label-ext']['it-it'] = "Interno";
|
||||
@@ -269,6 +336,7 @@ $text['label-ext']['nl-nl'] = "";
|
||||
$text['label-ext']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-ext']['pt-br'] = "Extensão";
|
||||
$text['label-ext']['pt-pt'] = "Extensão";
|
||||
$text['label-ext']['ro-ro'] = "";
|
||||
$text['label-ext']['ru-ru'] = "Вн.";
|
||||
$text['label-ext']['sv-se'] = "Ank";
|
||||
$text['label-ext']['uk-ua'] = "Ext ";
|
||||
@@ -276,8 +344,11 @@ $text['label-ext']['uk-ua'] = "Ext ";
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "";
|
||||
$text['label-domain']['de-at'] = "Domäne";
|
||||
$text['label-domain']['de-ch'] = "";
|
||||
$text['label-domain']['de-de'] = "Domäne";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['es-mx'] = "";
|
||||
$text['label-domain']['fr-ca'] = "";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-domain']['he-il'] = "תחום";
|
||||
$text['label-domain']['it-it'] = "Dominio";
|
||||
@@ -285,6 +356,7 @@ $text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl-pl'] = "Domena";
|
||||
$text['label-domain']['pt-br'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['ro-ro'] = "";
|
||||
$text['label-domain']['ru-ru'] = "Домен";
|
||||
$text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
@@ -292,8 +364,11 @@ $text['label-domain']['uk-ua'] = "Домен";
|
||||
$text['label-destination']['en-us'] = "Dest";
|
||||
$text['label-destination']['ar-eg'] = "";
|
||||
$text['label-destination']['de-at'] = "Ziel";
|
||||
$text['label-destination']['de-ch'] = "";
|
||||
$text['label-destination']['de-de'] = "Ziel";
|
||||
$text['label-destination']['es-cl'] = "Destino";
|
||||
$text['label-destination']['es-mx'] = "";
|
||||
$text['label-destination']['fr-ca'] = "";
|
||||
$text['label-destination']['fr-fr'] = "Dest";
|
||||
$text['label-destination']['he-il'] = "יעד";
|
||||
$text['label-destination']['it-it'] = "Destinazione";
|
||||
@@ -301,6 +376,7 @@ $text['label-destination']['nl-nl'] = "";
|
||||
$text['label-destination']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination']['pt-br'] = "Número de destino";
|
||||
$text['label-destination']['pt-pt'] = "Destino";
|
||||
$text['label-destination']['ro-ro'] = "";
|
||||
$text['label-destination']['ru-ru'] = "Назн.";
|
||||
$text['label-destination']['sv-se'] = "Dest";
|
||||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
@@ -308,8 +384,11 @@ $text['label-destination']['uk-ua'] = "Номер";
|
||||
$text['label-created']['en-us'] = "Created";
|
||||
$text['label-created']['ar-eg'] = "";
|
||||
$text['label-created']['de-at'] = "Erstellt";
|
||||
$text['label-created']['de-ch'] = "";
|
||||
$text['label-created']['de-de'] = "Erstellt";
|
||||
$text['label-created']['es-cl'] = "Creado";
|
||||
$text['label-created']['es-mx'] = "";
|
||||
$text['label-created']['fr-ca'] = "";
|
||||
$text['label-created']['fr-fr'] = "Créé";
|
||||
$text['label-created']['he-il'] = "נוצר";
|
||||
$text['label-created']['it-it'] = "Creato";
|
||||
@@ -317,6 +396,7 @@ $text['label-created']['nl-nl'] = "";
|
||||
$text['label-created']['pl-pl'] = "Utworzno";
|
||||
$text['label-created']['pt-br'] = "Criado";
|
||||
$text['label-created']['pt-pt'] = "Criado";
|
||||
$text['label-created']['ro-ro'] = "";
|
||||
$text['label-created']['ru-ru'] = "Создан";
|
||||
$text['label-created']['sv-se'] = "Skapad";
|
||||
$text['label-created']['uk-ua'] = "Створено";
|
||||
@@ -324,8 +404,11 @@ $text['label-created']['uk-ua'] = "Створено";
|
||||
$text['label-codec']['en-us'] = "Read / Write Codec";
|
||||
$text['label-codec']['ar-eg'] = "";
|
||||
$text['label-codec']['de-at'] = "Lese / Schreib Codec";
|
||||
$text['label-codec']['de-ch'] = "";
|
||||
$text['label-codec']['de-de'] = "Lese / Schreib Codec";
|
||||
$text['label-codec']['es-cl'] = "Codec de Lectura / Escritura ";
|
||||
$text['label-codec']['es-mx'] = "";
|
||||
$text['label-codec']['fr-ca'] = "";
|
||||
$text['label-codec']['fr-fr'] = "décode/encode";
|
||||
$text['label-codec']['he-il'] = "קריאה / כתיבה codec";
|
||||
$text['label-codec']['it-it'] = "Codec Lettura / Scrittura";
|
||||
@@ -333,6 +416,7 @@ $text['label-codec']['nl-nl'] = "";
|
||||
$text['label-codec']['pl-pl'] = "Kodek read/write";
|
||||
$text['label-codec']['pt-br'] = "Codec da leitura / escrita";
|
||||
$text['label-codec']['pt-pt'] = "Codec de Leitura / Escrita ";
|
||||
$text['label-codec']['ro-ro'] = "";
|
||||
$text['label-codec']['ru-ru'] = "Кодек Чтение / Запись";
|
||||
$text['label-codec']['sv-se'] = "Läs/Skriv Codec";
|
||||
$text['label-codec']['uk-ua'] = "Кодеки читання/запису";
|
||||
@@ -340,8 +424,11 @@ $text['label-codec']['uk-ua'] = "Кодеки читання/запису";
|
||||
$text['label-cid-number']['en-us'] = "CID Number";
|
||||
$text['label-cid-number']['ar-eg'] = "";
|
||||
$text['label-cid-number']['de-at'] = "Anrufer Nummer";
|
||||
$text['label-cid-number']['de-ch'] = "";
|
||||
$text['label-cid-number']['de-de'] = "Anrufer Nummer";
|
||||
$text['label-cid-number']['es-cl'] = "Número CID";
|
||||
$text['label-cid-number']['es-mx'] = "";
|
||||
$text['label-cid-number']['fr-ca'] = "";
|
||||
$text['label-cid-number']['fr-fr'] = "Numéro Appelant";
|
||||
$text['label-cid-number']['he-il'] = "זהוי מספר";
|
||||
$text['label-cid-number']['it-it'] = "Numero CID";
|
||||
@@ -349,6 +436,7 @@ $text['label-cid-number']['nl-nl'] = "";
|
||||
$text['label-cid-number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-cid-number']['pt-br'] = "Número CID";
|
||||
$text['label-cid-number']['pt-pt'] = "Número CID";
|
||||
$text['label-cid-number']['ro-ro'] = "";
|
||||
$text['label-cid-number']['ru-ru'] = "CID Номер";
|
||||
$text['label-cid-number']['sv-se'] = "CID, nummerspresentation";
|
||||
$text['label-cid-number']['uk-ua'] = "CID Номер";
|
||||
@@ -356,8 +444,11 @@ $text['label-cid-number']['uk-ua'] = "CID Номер";
|
||||
$text['label-cid-name']['en-us'] = "CID Name";
|
||||
$text['label-cid-name']['ar-eg'] = "";
|
||||
$text['label-cid-name']['de-at'] = "Anrufer Name";
|
||||
$text['label-cid-name']['de-ch'] = "";
|
||||
$text['label-cid-name']['de-de'] = "Anrufer Name";
|
||||
$text['label-cid-name']['es-cl'] = "Nombre CID";
|
||||
$text['label-cid-name']['es-mx'] = "";
|
||||
$text['label-cid-name']['fr-ca'] = "";
|
||||
$text['label-cid-name']['fr-fr'] = "Nom Appelant";
|
||||
$text['label-cid-name']['he-il'] = "זהוי שם";
|
||||
$text['label-cid-name']['it-it'] = "Nome CID";
|
||||
@@ -365,6 +456,7 @@ $text['label-cid-name']['nl-nl'] = "";
|
||||
$text['label-cid-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-cid-name']['pt-br'] = "Nome CID";
|
||||
$text['label-cid-name']['pt-pt'] = "Nome CID";
|
||||
$text['label-cid-name']['ro-ro'] = "";
|
||||
$text['label-cid-name']['ru-ru'] = "CID Имя";
|
||||
$text['label-cid-name']['sv-se'] = "CID namnpresentation";
|
||||
$text['label-cid-name']['uk-ua'] = "CID Ім’я";
|
||||
@@ -372,8 +464,11 @@ $text['label-cid-name']['uk-ua'] = "CID Ім’я";
|
||||
$text['label-app']['en-us'] = "Application";
|
||||
$text['label-app']['ar-eg'] = "";
|
||||
$text['label-app']['de-at'] = "Anwendung";
|
||||
$text['label-app']['de-ch'] = "";
|
||||
$text['label-app']['de-de'] = "Anwendung";
|
||||
$text['label-app']['es-cl'] = "Aplicación";
|
||||
$text['label-app']['es-mx'] = "";
|
||||
$text['label-app']['fr-ca'] = "";
|
||||
$text['label-app']['fr-fr'] = "Application";
|
||||
$text['label-app']['he-il'] = "אפליקציה";
|
||||
$text['label-app']['it-it'] = "Applicazione";
|
||||
@@ -381,6 +476,7 @@ $text['label-app']['nl-nl'] = "";
|
||||
$text['label-app']['pl-pl'] = "Aplikacja";
|
||||
$text['label-app']['pt-br'] = "Aplicação";
|
||||
$text['label-app']['pt-pt'] = "Aplicação";
|
||||
$text['label-app']['ro-ro'] = "";
|
||||
$text['label-app']['ru-ru'] = "Приложение";
|
||||
$text['label-app']['sv-se'] = "Ansökan";
|
||||
$text['label-app']['uk-ua'] = "Додаток";
|
||||
@@ -388,8 +484,11 @@ $text['label-app']['uk-ua'] = "Додаток";
|
||||
$text['description-2']['en-us'] = "Use this to view all extensions and monitor and interact with active calls.";
|
||||
$text['description-2']['ar-eg'] = "";
|
||||
$text['description-2']['de-at'] = "Benutzen Sie die Funktionen um alle Nebenstellen anzuzeigen, zu überwachen und aktive Gespräche zu steuern.";
|
||||
$text['description-2']['de-ch'] = "";
|
||||
$text['description-2']['de-de'] = "Benutzen Sie die Funktionen um alle Nebenstellen anzuzeigen, zu überwachen und aktive Gespräche zu steuern.";
|
||||
$text['description-2']['es-cl'] = "Utilice este menú para ver todas las extensiones, monitorear e interactuar con las llamadas activas.";
|
||||
$text['description-2']['es-mx'] = "";
|
||||
$text['description-2']['fr-ca'] = "";
|
||||
$text['description-2']['fr-fr'] = "Voir toutes les extensions, superviser et interagir avec les Communications Actives.";
|
||||
$text['description-2']['he-il'] = "";
|
||||
$text['description-2']['it-it'] = "Usa questo menu per visualizzare tutti gli interni e monitorare e interagire con le chiamate attive.";
|
||||
@@ -397,6 +496,7 @@ $text['description-2']['nl-nl'] = "";
|
||||
$text['description-2']['pl-pl'] = "Użyj tej opcji, aby zobaczyć wszystkie numery wewnętrzne i monitorować interakcję z aktywnymi rozmowami.";
|
||||
$text['description-2']['pt-br'] = "A informação contem a origem, destino, duração e outros detalhes úteis da chamada.";
|
||||
$text['description-2']['pt-pt'] = "Utilize este menu para ver todas as extensões, monitorizar e interagir com as chamadas activas.";
|
||||
$text['description-2']['ro-ro'] = "";
|
||||
$text['description-2']['ru-ru'] = "Используйте для просмотра всех внутренних номеров и мониторинга и взаимодействия с активными вызовами.";
|
||||
$text['description-2']['sv-se'] = "Använd detta för att se alla anknytningar och monitorera och hantera aktiva samtal.";
|
||||
$text['description-2']['uk-ua'] = "Використовуйте це, щоб переглянути всі розширення, контролювати і взаємодіяти з активними викликами.";
|
||||
@@ -404,8 +504,11 @@ $text['description-2']['uk-ua'] = "Використовуйте це, щоб п
|
||||
$text['description']['en-us'] = "Use this to monitor and interact with the active calls.";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Benutzen Sie die Funktionen um aktive Gespräche zu steuern.";
|
||||
$text['description']['de-ch'] = "";
|
||||
$text['description']['de-de'] = "Benutzen Sie die Funktionen um aktive Gespräche zu steuern.";
|
||||
$text['description']['es-cl'] = "Utilice este menú para monitorear e interactuar con las llamadas activas.";
|
||||
$text['description']['es-mx'] = "";
|
||||
$text['description']['fr-ca'] = "";
|
||||
$text['description']['fr-fr'] = "Superviser et interagir avec les Communications Actives.";
|
||||
$text['description']['he-il'] = "ערוך את פרטי החשבון";
|
||||
$text['description']['it-it'] = "Usa questo menu per monitorare e interagire con le chiamate attive.";
|
||||
@@ -413,6 +516,7 @@ $text['description']['nl-nl'] = "";
|
||||
$text['description']['pl-pl'] = "Użyć tej opcji do monitorowania i interakcji z aktywnymi rozmowami.";
|
||||
$text['description']['pt-br'] = "Editar informações da conta.";
|
||||
$text['description']['pt-pt'] = "Utilize este menu para monitorizar e interagir com as chamadas activas.";
|
||||
$text['description']['ro-ro'] = "";
|
||||
$text['description']['ru-ru'] = "Используйте для отслеживания и взаимодействия с активными вызовами.";
|
||||
$text['description']['sv-se'] = "Använd detta för att monitorera och hantera aktiva samtal.";
|
||||
$text['description']['uk-ua'] = "Використовуйте це, щоб контролювати і взаємодіяти з активними викликами.";
|
||||
@@ -420,8 +524,11 @@ $text['description']['uk-ua'] = "Використовуйте це, щоб ко
|
||||
$text['confirm-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['confirm-socket']['ar-eg'] = "";
|
||||
$text['confirm-socket']['de-at'] = "Verbindung zum Event-Socket fehlgeschlagen.";
|
||||
$text['confirm-socket']['de-ch'] = "";
|
||||
$text['confirm-socket']['de-de'] = "Verbindung zum Event-Socket fehlgeschlagen.";
|
||||
$text['confirm-socket']['es-cl'] = "Conexión con socket fallida.";
|
||||
$text['confirm-socket']['es-mx'] = "";
|
||||
$text['confirm-socket']['fr-ca'] = "";
|
||||
$text['confirm-socket']['fr-fr'] = "la Connexion au Event Socket a échoué.";
|
||||
$text['confirm-socket']['he-il'] = "";
|
||||
$text['confirm-socket']['it-it'] = "Connessione al Socket Eventi fallita.";
|
||||
@@ -429,6 +536,7 @@ $text['confirm-socket']['nl-nl'] = "";
|
||||
$text['confirm-socket']['pl-pl'] = "Polaczenie do Event Socket nie powiodło się";
|
||||
$text['confirm-socket']['pt-br'] = "A conexão ao evento socket falhou";
|
||||
$text['confirm-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
|
||||
$text['confirm-socket']['ro-ro'] = "";
|
||||
$text['confirm-socket']['ru-ru'] = "Не удалось подключиться к сокету событий.";
|
||||
$text['confirm-socket']['sv-se'] = "Anslutning till 'Event Socket' misslyckades";
|
||||
$text['confirm-socket']['uk-ua'] = "Помилка підключення до сокета подій";
|
||||
@@ -436,8 +544,11 @@ $text['confirm-socket']['uk-ua'] = "Помилка підключення до
|
||||
$text['confirm-hangup']['en-us'] = "Do you really want to hangup this call?";
|
||||
$text['confirm-hangup']['ar-eg'] = "";
|
||||
$text['confirm-hangup']['de-at'] = "Wollen Sie dieses Gespräch wirklich beenden?";
|
||||
$text['confirm-hangup']['de-ch'] = "";
|
||||
$text['confirm-hangup']['de-de'] = "Wollen Sie dieses Gespräch wirklich beenden?";
|
||||
$text['confirm-hangup']['es-cl'] = "¿Realmente desea terminar esta llamada?";
|
||||
$text['confirm-hangup']['es-mx'] = "";
|
||||
$text['confirm-hangup']['fr-ca'] = "";
|
||||
$text['confirm-hangup']['fr-fr'] = "Voulez-vous vraiment raccrocher cette communication?";
|
||||
$text['confirm-hangup']['he-il'] = "";
|
||||
$text['confirm-hangup']['it-it'] = "Vuoi davvero riagganciare questa chiamata?";
|
||||
@@ -445,6 +556,7 @@ $text['confirm-hangup']['nl-nl'] = "";
|
||||
$text['confirm-hangup']['pl-pl'] = "Czy na pewno chcesz się rozłączyć tę rozmowę?";
|
||||
$text['confirm-hangup']['pt-br'] = "Deseja realmente finalizar essa chamada?";
|
||||
$text['confirm-hangup']['pt-pt'] = "Deseja realmente terminar esta chamada?";
|
||||
$text['confirm-hangup']['ro-ro'] = "";
|
||||
$text['confirm-hangup']['ru-ru'] = "Вы действительно хотите завершить вызов?";
|
||||
$text['confirm-hangup']['sv-se'] = "Vill du verkligen avsluta detta samtal";
|
||||
$text['confirm-hangup']['uk-ua'] = "Ви дійсно бажаєте розірвати дзвінок?";
|
||||
@@ -452,8 +564,11 @@ $text['confirm-hangup']['uk-ua'] = "Ви дійсно бажаєте розір
|
||||
$text['check-onbreak-status']['en-us'] = "On Break";
|
||||
$text['check-onbreak-status']['ar-eg'] = "";
|
||||
$text['check-onbreak-status']['de-at'] = "Auf Pause";
|
||||
$text['check-onbreak-status']['de-ch'] = "";
|
||||
$text['check-onbreak-status']['de-de'] = "Auf Pause";
|
||||
$text['check-onbreak-status']['es-cl'] = "En Pausa";
|
||||
$text['check-onbreak-status']['es-mx'] = "";
|
||||
$text['check-onbreak-status']['fr-ca'] = "";
|
||||
$text['check-onbreak-status']['fr-fr'] = "En Pause";
|
||||
$text['check-onbreak-status']['he-il'] = "בהפסקה";
|
||||
$text['check-onbreak-status']['it-it'] = "In Pausa";
|
||||
@@ -461,6 +576,7 @@ $text['check-onbreak-status']['nl-nl'] = "";
|
||||
$text['check-onbreak-status']['pl-pl'] = "Na przerwie";
|
||||
$text['check-onbreak-status']['pt-br'] = "Em Pausa";
|
||||
$text['check-onbreak-status']['pt-pt'] = "Em Pausa";
|
||||
$text['check-onbreak-status']['ro-ro'] = "";
|
||||
$text['check-onbreak-status']['ru-ru'] = "Перерыв";
|
||||
$text['check-onbreak-status']['sv-se'] = "På Rast";
|
||||
$text['check-onbreak-status']['uk-ua'] = "На перерві";
|
||||
@@ -468,8 +584,11 @@ $text['check-onbreak-status']['uk-ua'] = "На перерві";
|
||||
$text['check-loggedout-status']['en-us'] = "Logged Out";
|
||||
$text['check-loggedout-status']['ar-eg'] = "";
|
||||
$text['check-loggedout-status']['de-at'] = "Abgemeldet";
|
||||
$text['check-loggedout-status']['de-ch'] = "";
|
||||
$text['check-loggedout-status']['de-de'] = "Abgemeldet";
|
||||
$text['check-loggedout-status']['es-cl'] = "Desconectado";
|
||||
$text['check-loggedout-status']['es-mx'] = "";
|
||||
$text['check-loggedout-status']['fr-ca'] = "";
|
||||
$text['check-loggedout-status']['fr-fr'] = "Délogué";
|
||||
$text['check-loggedout-status']['he-il'] = "התנתק";
|
||||
$text['check-loggedout-status']['it-it'] = "Sconnesso";
|
||||
@@ -477,6 +596,7 @@ $text['check-loggedout-status']['nl-nl'] = "";
|
||||
$text['check-loggedout-status']['pl-pl'] = "Wylogowany";
|
||||
$text['check-loggedout-status']['pt-br'] = "Desligado";
|
||||
$text['check-loggedout-status']['pt-pt'] = "Desligado";
|
||||
$text['check-loggedout-status']['ro-ro'] = "";
|
||||
$text['check-loggedout-status']['ru-ru'] = "Не в сети";
|
||||
$text['check-loggedout-status']['sv-se'] = "Utloggad";
|
||||
$text['check-loggedout-status']['uk-ua'] = "Вийшов";
|
||||
@@ -484,8 +604,11 @@ $text['check-loggedout-status']['uk-ua'] = "Вийшов";
|
||||
$text['check-do-not-disturb-status']['en-us'] = "Do Not Disturb";
|
||||
$text['check-do-not-disturb-status']['ar-eg'] = "";
|
||||
$text['check-do-not-disturb-status']['de-at'] = "Bitte nicht Stören";
|
||||
$text['check-do-not-disturb-status']['de-ch'] = "";
|
||||
$text['check-do-not-disturb-status']['de-de'] = "Bitte nicht Stören";
|
||||
$text['check-do-not-disturb-status']['es-cl'] = "No molestar";
|
||||
$text['check-do-not-disturb-status']['es-mx'] = "";
|
||||
$text['check-do-not-disturb-status']['fr-ca'] = "";
|
||||
$text['check-do-not-disturb-status']['fr-fr'] = "Ne Pas Déranger";
|
||||
$text['check-do-not-disturb-status']['he-il'] = "לא להפריע";
|
||||
$text['check-do-not-disturb-status']['it-it'] = "Non Disturbare";
|
||||
@@ -493,6 +616,7 @@ $text['check-do-not-disturb-status']['nl-nl'] = "";
|
||||
$text['check-do-not-disturb-status']['pl-pl'] = "Nie przeszkadzaj (DND)";
|
||||
$text['check-do-not-disturb-status']['pt-br'] = "Não Pertube";
|
||||
$text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar";
|
||||
$text['check-do-not-disturb-status']['ro-ro'] = "";
|
||||
$text['check-do-not-disturb-status']['ru-ru'] = "Не беспокоить (DND)";
|
||||
$text['check-do-not-disturb-status']['sv-se'] = "Stör Ej";
|
||||
$text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати";
|
||||
@@ -500,8 +624,11 @@ $text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати";
|
||||
$text['check-available-status']['en-us'] = "Available";
|
||||
$text['check-available-status']['ar-eg'] = "";
|
||||
$text['check-available-status']['de-at'] = "Erreichbar";
|
||||
$text['check-available-status']['de-ch'] = "";
|
||||
$text['check-available-status']['de-de'] = "Erreichbar";
|
||||
$text['check-available-status']['es-cl'] = "Disponible";
|
||||
$text['check-available-status']['es-mx'] = "";
|
||||
$text['check-available-status']['fr-ca'] = "";
|
||||
$text['check-available-status']['fr-fr'] = "Disponible";
|
||||
$text['check-available-status']['he-il'] = "זמין";
|
||||
$text['check-available-status']['it-it'] = "Disponibile";
|
||||
@@ -509,6 +636,7 @@ $text['check-available-status']['nl-nl'] = "";
|
||||
$text['check-available-status']['pl-pl'] = "Dostępny";
|
||||
$text['check-available-status']['pt-br'] = "Disponível";
|
||||
$text['check-available-status']['pt-pt'] = "Disponível";
|
||||
$text['check-available-status']['ro-ro'] = "";
|
||||
$text['check-available-status']['ru-ru'] = "Доступен";
|
||||
$text['check-available-status']['sv-se'] = "Anträffbar";
|
||||
$text['check-available-status']['uk-ua'] = "Доступний";
|
||||
@@ -516,8 +644,11 @@ $text['check-available-status']['uk-ua'] = "Доступний";
|
||||
$text['check-available-on-demand-status']['en-us'] = "Available (On Demand)";
|
||||
$text['check-available-on-demand-status']['ar-eg'] = "";
|
||||
$text['check-available-on-demand-status']['de-at'] = "Erreichbar (Auf Anfrage)";
|
||||
$text['check-available-on-demand-status']['de-ch'] = "";
|
||||
$text['check-available-on-demand-status']['de-de'] = "Erreichbar (Auf Anfrage)";
|
||||
$text['check-available-on-demand-status']['es-cl'] = "Disponible (On Demand)";
|
||||
$text['check-available-on-demand-status']['es-mx'] = "";
|
||||
$text['check-available-on-demand-status']['fr-ca'] = "";
|
||||
$text['check-available-on-demand-status']['fr-fr'] = "Disponible (Sur Demande)";
|
||||
$text['check-available-on-demand-status']['he-il'] = "";
|
||||
$text['check-available-on-demand-status']['it-it'] = "Disponibile (Su Richiesta)";
|
||||
@@ -525,6 +656,7 @@ $text['check-available-on-demand-status']['nl-nl'] = "";
|
||||
$text['check-available-on-demand-status']['pl-pl'] = "Dostępny (na żądanie)";
|
||||
$text['check-available-on-demand-status']['pt-br'] = "Disponível (A pedido)";
|
||||
$text['check-available-on-demand-status']['pt-pt'] = "Disponível (A pedido)";
|
||||
$text['check-available-on-demand-status']['ro-ro'] = "";
|
||||
$text['check-available-on-demand-status']['ru-ru'] = "Доступен (по требованию)";
|
||||
$text['check-available-on-demand-status']['sv-se'] = "Anträffbar (På Begäran)";
|
||||
$text['check-available-on-demand-status']['uk-ua'] = "Доступний (на вимогу)";
|
||||
@@ -532,8 +664,11 @@ $text['check-available-on-demand-status']['uk-ua'] = "Доступний (на
|
||||
$text['button-show_all']['en-us'] = "Show All";
|
||||
$text['button-show_all']['ar-eg'] = "";
|
||||
$text['button-show_all']['de-at'] = "Alle anzeigen";
|
||||
$text['button-show_all']['de-ch'] = "";
|
||||
$text['button-show_all']['de-de'] = "Alle anzeigen";
|
||||
$text['button-show_all']['es-cl'] = "Mostrar Todos";
|
||||
$text['button-show_all']['es-mx'] = "";
|
||||
$text['button-show_all']['fr-ca'] = "";
|
||||
$text['button-show_all']['fr-fr'] = "Montrer Tout";
|
||||
$text['button-show_all']['he-il'] = "";
|
||||
$text['button-show_all']['it-it'] = "Mostra Tutto";
|
||||
@@ -541,8 +676,9 @@ $text['button-show_all']['nl-nl'] = "";
|
||||
$text['button-show_all']['pl-pl'] = "Pokaż Wszystkie";
|
||||
$text['button-show_all']['pt-br'] = "Mostrar Todos";
|
||||
$text['button-show_all']['pt-pt'] = "Mostrar Todos";
|
||||
$text['button-show_all']['ro-ro'] = "";
|
||||
$text['button-show_all']['ru-ru'] = "Показать все";
|
||||
$text['button-show_all']['sv-se'] = "Visa Allt";
|
||||
$text['button-show_all']['uk-ua'] = "Показати всі";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['label-click2call']['en-us'] = "Click to Call";
|
||||
$text['label-click2call']['ar-eg'] = "";
|
||||
$text['label-click2call']['de-at'] = "Click to Call";
|
||||
$text['label-click2call']['de-ch'] = "";
|
||||
$text['label-click2call']['de-de'] = "Click to Call";
|
||||
$text['label-click2call']['es-cl'] = "Pulse para Llamar";
|
||||
$text['label-click2call']['es-mx'] = "";
|
||||
$text['label-click2call']['fr-ca'] = "";
|
||||
$text['label-click2call']['fr-fr'] = "Click to Call";
|
||||
$text['label-click2call']['he-il'] = "";
|
||||
$text['label-click2call']['it-it'] = "Clicca per Chiamare";
|
||||
@@ -13,6 +16,7 @@ $text['label-click2call']['nl-nl'] = "";
|
||||
$text['label-click2call']['pl-pl'] = "";
|
||||
$text['label-click2call']['pt-br'] = "Clique para chamar";
|
||||
$text['label-click2call']['pt-pt'] = "Clique para chamar";
|
||||
$text['label-click2call']['ro-ro'] = "";
|
||||
$text['label-click2call']['ru-ru'] = "Вызов по клику";
|
||||
$text['label-click2call']['sv-se'] = "Klicka för att ringa";
|
||||
$text['label-click2call']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['label-click2call']['uk-ua'] = "";
|
||||
$text['desc-click2call']['en-us'] = "Provide the following information to make a call from the source number to the destination number.";
|
||||
$text['desc-click2call']['ar-eg'] = "";
|
||||
$text['desc-click2call']['de-at'] = "Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen";
|
||||
$text['desc-click2call']['de-ch'] = "";
|
||||
$text['desc-click2call']['de-de'] = "Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen";
|
||||
$text['desc-click2call']['es-cl'] = "Ingrese la siguiente información para realizar una llamada desde un número de origen a un número de destino.";
|
||||
$text['desc-click2call']['es-mx'] = "";
|
||||
$text['desc-click2call']['fr-ca'] = "";
|
||||
$text['desc-click2call']['fr-fr'] = "Fournissez les informations suivantes afin de lancer un appel d'un numéro vers un autre.";
|
||||
$text['desc-click2call']['he-il'] = "";
|
||||
$text['desc-click2call']['it-it'] = "Inserisci le seguenti informazioni per eseguire una chiamata dal numero sorgente al numero destinatario.";
|
||||
@@ -29,6 +36,7 @@ $text['desc-click2call']['nl-nl'] = "";
|
||||
$text['desc-click2call']['pl-pl'] = "";
|
||||
$text['desc-click2call']['pt-br'] = "Forneça as seguintes informações para realizar uma chamada do telefone originário para o telefone de destino.";
|
||||
$text['desc-click2call']['pt-pt'] = "Forneça a informação seguinte para realizar uma chamada com uma determinada origem para um determinado destino.";
|
||||
$text['desc-click2call']['ro-ro'] = "";
|
||||
$text['desc-click2call']['ru-ru'] = "Предоставьте следующую информацию, чтобы сделать вызов от исходного номера до номера адресата.";
|
||||
$text['desc-click2call']['sv-se'] = "Ange följande information för att ringa från källnumret till destinationsnumret.";
|
||||
$text['desc-click2call']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['desc-click2call']['uk-ua'] = "";
|
||||
$text['label-src-caller-id-nam']['en-us'] = "Source Caller ID Name";
|
||||
$text['label-src-caller-id-nam']['ar-eg'] = "";
|
||||
$text['label-src-caller-id-nam']['de-at'] = "Quell Anruferkennung (Namen)";
|
||||
$text['label-src-caller-id-nam']['de-ch'] = "";
|
||||
$text['label-src-caller-id-nam']['de-de'] = "Quell Anruferkennung (Namen)";
|
||||
$text['label-src-caller-id-nam']['es-cl'] = "Nombre de Caller ID de origen";
|
||||
$text['label-src-caller-id-nam']['es-mx'] = "";
|
||||
$text['label-src-caller-id-nam']['fr-ca'] = "";
|
||||
$text['label-src-caller-id-nam']['fr-fr'] = "Nom de l'appelant";
|
||||
$text['label-src-caller-id-nam']['he-il'] = "";
|
||||
$text['label-src-caller-id-nam']['it-it'] = "Nome Chiamante";
|
||||
@@ -45,6 +56,7 @@ $text['label-src-caller-id-nam']['nl-nl'] = "";
|
||||
$text['label-src-caller-id-nam']['pl-pl'] = "";
|
||||
$text['label-src-caller-id-nam']['pt-br'] = "Nome de origem";
|
||||
$text['label-src-caller-id-nam']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-src-caller-id-nam']['ro-ro'] = "";
|
||||
$text['label-src-caller-id-nam']['ru-ru'] = "Исходящее Caller ID Имя";
|
||||
$text['label-src-caller-id-nam']['sv-se'] = "Caller ID Namn på källa";
|
||||
$text['label-src-caller-id-nam']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['label-src-caller-id-nam']['uk-ua'] = "";
|
||||
$text['desc-src-caller-id-nam']['en-us'] = "Enter the Caller ID name to send to your phone.";
|
||||
$text['desc-src-caller-id-nam']['ar-eg'] = "";
|
||||
$text['desc-src-caller-id-nam']['de-at'] = "Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll.";
|
||||
$text['desc-src-caller-id-nam']['de-ch'] = "";
|
||||
$text['desc-src-caller-id-nam']['de-de'] = "Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll.";
|
||||
$text['desc-src-caller-id-nam']['es-cl'] = "Ingrese el nombre del Caller ID para enviar a su teléfono.";
|
||||
$text['desc-src-caller-id-nam']['es-mx'] = "";
|
||||
$text['desc-src-caller-id-nam']['fr-ca'] = "";
|
||||
$text['desc-src-caller-id-nam']['fr-fr'] = "Choisir le nom d'appelant à émettre à votre téléphone.";
|
||||
$text['desc-src-caller-id-nam']['he-il'] = "";
|
||||
$text['desc-src-caller-id-nam']['it-it'] = "Inserisci il nome del chiamante per inviare al tuo telefono.";
|
||||
@@ -61,6 +76,7 @@ $text['desc-src-caller-id-nam']['nl-nl'] = "";
|
||||
$text['desc-src-caller-id-nam']['pl-pl'] = "";
|
||||
$text['desc-src-caller-id-nam']['pt-br'] = "Entre com o ID do número de origem para ser enviado para seu telefone.";
|
||||
$text['desc-src-caller-id-nam']['pt-pt'] = "Introduza o nome do chamador para ser enviado para o seu telefone.";
|
||||
$text['desc-src-caller-id-nam']['ro-ro'] = "";
|
||||
$text['desc-src-caller-id-nam']['ru-ru'] = "Введите имя вызывающего абонента для отправки на свой телефон.";
|
||||
$text['desc-src-caller-id-nam']['sv-se'] = "Ange Caller ID Namn som skall skickas till din telefon.";
|
||||
$text['desc-src-caller-id-nam']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['desc-src-caller-id-nam']['uk-ua'] = "";
|
||||
$text['label-src-caller-id-num']['en-us'] = "Source Caller ID Number";
|
||||
$text['label-src-caller-id-num']['ar-eg'] = "";
|
||||
$text['label-src-caller-id-num']['de-at'] = "Quell Anruferkennung (Nummer)";
|
||||
$text['label-src-caller-id-num']['de-ch'] = "";
|
||||
$text['label-src-caller-id-num']['de-de'] = "Quell Anruferkennung (Nummer)";
|
||||
$text['label-src-caller-id-num']['es-cl'] = "Número de Caller ID de origen";
|
||||
$text['label-src-caller-id-num']['es-mx'] = "";
|
||||
$text['label-src-caller-id-num']['fr-ca'] = "";
|
||||
$text['label-src-caller-id-num']['fr-fr'] = "Numéro de l'appelant";
|
||||
$text['label-src-caller-id-num']['he-il'] = "";
|
||||
$text['label-src-caller-id-num']['it-it'] = "Numero Sorgente";
|
||||
@@ -77,6 +96,7 @@ $text['label-src-caller-id-num']['nl-nl'] = "";
|
||||
$text['label-src-caller-id-num']['pl-pl'] = "";
|
||||
$text['label-src-caller-id-num']['pt-br'] = "Número de origem";
|
||||
$text['label-src-caller-id-num']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-src-caller-id-num']['ro-ro'] = "";
|
||||
$text['label-src-caller-id-num']['ru-ru'] = "Исходящий Caller ID Номер";
|
||||
$text['label-src-caller-id-num']['sv-se'] = "Källa Caller ID Nummer";
|
||||
$text['label-src-caller-id-num']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['label-src-caller-id-num']['uk-ua'] = "";
|
||||
$text['desc-src-caller-id-num']['en-us'] = "Enter the Caller ID number to send to your phone (you probably want this to be the same as the destination number).";
|
||||
$text['desc-src-caller-id-num']['ar-eg'] = "";
|
||||
$text['desc-src-caller-id-num']['de-at'] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer).";
|
||||
$text['desc-src-caller-id-num']['de-ch'] = "";
|
||||
$text['desc-src-caller-id-num']['de-de'] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer).";
|
||||
$text['desc-src-caller-id-num']['es-cl'] = "Ingrese el número del Caller ID para enviar a su teléfono (probablemente desee que sea el mismo que el número de destino).";
|
||||
$text['desc-src-caller-id-num']['es-mx'] = "";
|
||||
$text['desc-src-caller-id-num']['fr-ca'] = "";
|
||||
$text['desc-src-caller-id-num']['fr-fr'] = "Choisir le numéro d'appelant à émettre à votre téléphone (Il est en général le même que le numéro de destination).";
|
||||
$text['desc-src-caller-id-num']['he-il'] = "";
|
||||
$text['desc-src-caller-id-num']['it-it'] = "Inserisci il numero Sorgente per inviare al tuo telefono (probabilmente è lo stesso del numero destintario).";
|
||||
@@ -93,6 +116,7 @@ $text['desc-src-caller-id-num']['nl-nl'] = "";
|
||||
$text['desc-src-caller-id-num']['pl-pl'] = "";
|
||||
$text['desc-src-caller-id-num']['pt-br'] = "Entre com o ID do número de origem para ser enviado para seu telefone (Orientamos colocar este número sendo o mesmo número que 'número de destino'";
|
||||
$text['desc-src-caller-id-num']['pt-pt'] = "Introduza o identificador de chamada para enviar para o seu telefone (geralmente é o mesmo que o número de destino).";
|
||||
$text['desc-src-caller-id-num']['ro-ro'] = "";
|
||||
$text['desc-src-caller-id-num']['ru-ru'] = "Введите номер вызывающего абонента для отправки на свой телефон (возможно, вы хотите чтобы он был то же, что и номер назначения).";
|
||||
$text['desc-src-caller-id-num']['sv-se'] = "Ange nummeret för nummerpresentation som ska skickas till din telefon (du vill noga att det här är detsamma som destinationsnumret).";
|
||||
$text['desc-src-caller-id-num']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['desc-src-caller-id-num']['uk-ua'] = "";
|
||||
$text['label-dest-caller-id-nam']['en-us'] = "Destination Caller ID Name";
|
||||
$text['label-dest-caller-id-nam']['ar-eg'] = "";
|
||||
$text['label-dest-caller-id-nam']['de-at'] = "Ziel Anruferkennung (Name)";
|
||||
$text['label-dest-caller-id-nam']['de-ch'] = "";
|
||||
$text['label-dest-caller-id-nam']['de-de'] = "Ziel Anruferkennung (Name)";
|
||||
$text['label-dest-caller-id-nam']['es-cl'] = "Nombre de Caller ID de destino";
|
||||
$text['label-dest-caller-id-nam']['es-mx'] = "";
|
||||
$text['label-dest-caller-id-nam']['fr-ca'] = "";
|
||||
$text['label-dest-caller-id-nam']['fr-fr'] = "Nom de l'appelant";
|
||||
$text['label-dest-caller-id-nam']['he-il'] = "";
|
||||
$text['label-dest-caller-id-nam']['it-it'] = "Nome Destinatario";
|
||||
@@ -109,6 +136,7 @@ $text['label-dest-caller-id-nam']['nl-nl'] = "";
|
||||
$text['label-dest-caller-id-nam']['pl-pl'] = "";
|
||||
$text['label-dest-caller-id-nam']['pt-br'] = "Identificação do destino";
|
||||
$text['label-dest-caller-id-nam']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-dest-caller-id-nam']['ro-ro'] = "";
|
||||
$text['label-dest-caller-id-nam']['ru-ru'] = "Удаленное Caller ID Имя";
|
||||
$text['label-dest-caller-id-nam']['sv-se'] = "Destination Caller ID Nummer";
|
||||
$text['label-dest-caller-id-nam']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['label-dest-caller-id-nam']['uk-ua'] = "";
|
||||
$text['desc-dest-caller-id-nam']['en-us'] = "Enter the Caller ID name to send to the destination number.";
|
||||
$text['desc-dest-caller-id-nam']['ar-eg'] = "";
|
||||
$text['desc-dest-caller-id-nam']['de-at'] = "Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll.";
|
||||
$text['desc-dest-caller-id-nam']['de-ch'] = "";
|
||||
$text['desc-dest-caller-id-nam']['de-de'] = "Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll.";
|
||||
$text['desc-dest-caller-id-nam']['es-cl'] = "Ingrese el nombre de Caller ID para enviar al número de destino.";
|
||||
$text['desc-dest-caller-id-nam']['es-mx'] = "";
|
||||
$text['desc-dest-caller-id-nam']['fr-ca'] = "";
|
||||
$text['desc-dest-caller-id-nam']['fr-fr'] = "Choisir le nom d'appelant à émettre à la destination";
|
||||
$text['desc-dest-caller-id-nam']['he-il'] = "";
|
||||
$text['desc-dest-caller-id-nam']['it-it'] = "Inserisci il nome del chiamante per inviare la chiamata al numero destinatario.";
|
||||
@@ -125,6 +156,7 @@ $text['desc-dest-caller-id-nam']['nl-nl'] = "";
|
||||
$text['desc-dest-caller-id-nam']['pl-pl'] = "";
|
||||
$text['desc-dest-caller-id-nam']['pt-br'] = "Entre com a identificação a ser enviada para o número de destino.";
|
||||
$text['desc-dest-caller-id-nam']['pt-pt'] = "Introduza o identificador do chamador a ser enviado para o destinatário.";
|
||||
$text['desc-dest-caller-id-nam']['ro-ro'] = "";
|
||||
$text['desc-dest-caller-id-nam']['ru-ru'] = "Введите имя вызывающего абонента для отправки на номер назначения.";
|
||||
$text['desc-dest-caller-id-nam']['sv-se'] = "Ange Caller ID Namn som skall skickas till destinationen.";
|
||||
$text['desc-dest-caller-id-nam']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['desc-dest-caller-id-nam']['uk-ua'] = "";
|
||||
$text['label-dest-caller-id-num']['en-us'] = "Destination Caller ID Number";
|
||||
$text['label-dest-caller-id-num']['ar-eg'] = "";
|
||||
$text['label-dest-caller-id-num']['de-at'] = "Ziel Anruferkennung (Nummer)";
|
||||
$text['label-dest-caller-id-num']['de-ch'] = "";
|
||||
$text['label-dest-caller-id-num']['de-de'] = "Ziel Anruferkennung (Nummer)";
|
||||
$text['label-dest-caller-id-num']['es-cl'] = "Número de Caller ID de destino";
|
||||
$text['label-dest-caller-id-num']['es-mx'] = "";
|
||||
$text['label-dest-caller-id-num']['fr-ca'] = "";
|
||||
$text['label-dest-caller-id-num']['fr-fr'] = "Numéro de l'appelant";
|
||||
$text['label-dest-caller-id-num']['he-il'] = "";
|
||||
$text['label-dest-caller-id-num']['it-it'] = "Numero Destinatario";
|
||||
@@ -141,6 +176,7 @@ $text['label-dest-caller-id-num']['nl-nl'] = "";
|
||||
$text['label-dest-caller-id-num']['pl-pl'] = "";
|
||||
$text['label-dest-caller-id-num']['pt-br'] = "Número de destino";
|
||||
$text['label-dest-caller-id-num']['pt-pt'] = "Número a apresentar no destino";
|
||||
$text['label-dest-caller-id-num']['ro-ro'] = "";
|
||||
$text['label-dest-caller-id-num']['ru-ru'] = "Удаленный Caller ID Номер";
|
||||
$text['label-dest-caller-id-num']['sv-se'] = "Destination Caller ID Nummer";
|
||||
$text['label-dest-caller-id-num']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['label-dest-caller-id-num']['uk-ua'] = "";
|
||||
$text['desc-dest-caller-id-num']['en-us'] = "Enter the Caller ID number to send to the destination number (you probably want this to be your phone number).";
|
||||
$text['desc-dest-caller-id-num']['ar-eg'] = "";
|
||||
$text['desc-dest-caller-id-num']['de-at'] = "Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer).";
|
||||
$text['desc-dest-caller-id-num']['de-ch'] = "";
|
||||
$text['desc-dest-caller-id-num']['de-de'] = "Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer).";
|
||||
$text['desc-dest-caller-id-num']['es-cl'] = "Ingrese número de Caller ID para enviar al número de destino (probablemente desee que sea su número de teléfono).";
|
||||
$text['desc-dest-caller-id-num']['es-mx'] = "";
|
||||
$text['desc-dest-caller-id-num']['fr-ca'] = "";
|
||||
$text['desc-dest-caller-id-num']['fr-fr'] = "Choisir le numéro d'appelant à émettre au téléphone destination (Il est en général le même que votre numéro.)";
|
||||
$text['desc-dest-caller-id-num']['he-il'] = "";
|
||||
$text['desc-dest-caller-id-num']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['desc-dest-caller-id-num']['nl-nl'] = "";
|
||||
$text['desc-dest-caller-id-num']['pl-pl'] = "";
|
||||
$text['desc-dest-caller-id-num']['pt-br'] = "Entre com o número de identificação a ser mandado para o número de destino (geralmente é o mesmo que o número de telefone).";
|
||||
$text['desc-dest-caller-id-num']['pt-pt'] = "Introduza o número identificador de chamada a ser enviado ao telefone de destino (geralmente é o mesmo que o seu número de telefone).";
|
||||
$text['desc-dest-caller-id-num']['ro-ro'] = "";
|
||||
$text['desc-dest-caller-id-num']['ru-ru'] = "Введите номер вызывающего абонента для отправки на номер адресата (возможно, вы хотите, чтобы это был ваш номер телефона).";
|
||||
$text['desc-dest-caller-id-num']['sv-se'] = "Ange Caller ID nummret för att skicka till destinationen (du vill säkert att detta ska vara ditt telefonnummer).";
|
||||
$text['desc-dest-caller-id-num']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['desc-dest-caller-id-num']['uk-ua'] = "";
|
||||
$text['label-src-num']['en-us'] = "Source Number";
|
||||
$text['label-src-num']['ar-eg'] = "";
|
||||
$text['label-src-num']['de-at'] = "Quell Rufnummer";
|
||||
$text['label-src-num']['de-ch'] = "";
|
||||
$text['label-src-num']['de-de'] = "Quell Rufnummer";
|
||||
$text['label-src-num']['es-cl'] = "Número de origen";
|
||||
$text['label-src-num']['es-mx'] = "";
|
||||
$text['label-src-num']['fr-ca'] = "";
|
||||
$text['label-src-num']['fr-fr'] = "Numéro Source";
|
||||
$text['label-src-num']['he-il'] = "";
|
||||
$text['label-src-num']['it-it'] = "Numero Sorgente";
|
||||
@@ -173,6 +216,7 @@ $text['label-src-num']['nl-nl'] = "";
|
||||
$text['label-src-num']['pl-pl'] = "";
|
||||
$text['label-src-num']['pt-br'] = "Número de origem";
|
||||
$text['label-src-num']['pt-pt'] = "Número de origem";
|
||||
$text['label-src-num']['ro-ro'] = "";
|
||||
$text['label-src-num']['ru-ru'] = "Исходящий номер";
|
||||
$text['label-src-num']['sv-se'] = "Nummer på källa";
|
||||
$text['label-src-num']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['label-src-num']['uk-ua'] = "";
|
||||
$text['desc-src-num']['en-us'] = "Enter your phone number. This can be an extension on the system, or another number (eg: mobile phone).";
|
||||
$text['desc-src-num']['ar-eg'] = "";
|
||||
$text['desc-src-num']['de-at'] = "Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer).";
|
||||
$text['desc-src-num']['de-ch'] = "";
|
||||
$text['desc-src-num']['de-de'] = "Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer).";
|
||||
$text['desc-src-num']['es-cl'] = "Ingrese su número de teléfono. Este puede ser una extesión en el sistema, u otro número (ej. teléfono movil).";
|
||||
$text['desc-src-num']['es-mx'] = "";
|
||||
$text['desc-src-num']['fr-ca'] = "";
|
||||
$text['desc-src-num']['fr-fr'] = "Choisir votre numéro de téléphone. Il peut être une extension du système, ou tout autre numéro (eg: un mobile).";
|
||||
$text['desc-src-num']['he-il'] = "";
|
||||
$text['desc-src-num']['it-it'] = "Inserisci il tuo numero di telefono. Può essere un interno del centralino o un altro numero (es. numero di cellulare).";
|
||||
@@ -189,6 +236,7 @@ $text['desc-src-num']['nl-nl'] = "";
|
||||
$text['desc-src-num']['pl-pl'] = "";
|
||||
$text['desc-src-num']['pt-br'] = "Entre com seu númerop de telefone. Pode ser um ramal ou outro número (ex: número de celular).";
|
||||
$text['desc-src-num']['pt-pt'] = "Introduza o seu número de telefone. Poderá ser uma extensão do sistema ou outro número (ex: número de telemóvel).";
|
||||
$text['desc-src-num']['ro-ro'] = "";
|
||||
$text['desc-src-num']['ru-ru'] = "Введите свой номер телефона. Это может быть внутренний номер или другой номер (например, мобильный).";
|
||||
$text['desc-src-num']['sv-se'] = "Skriv in ditt telefonnummer. Detta kan vara en anknytning i systemet, eller ett annat nummer (t ex: mobiltelefon).";
|
||||
$text['desc-src-num']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['desc-src-num']['uk-ua'] = "";
|
||||
$text['label-dest-num']['en-us'] = "Destination Number";
|
||||
$text['label-dest-num']['ar-eg'] = "";
|
||||
$text['label-dest-num']['de-at'] = "Ziel Rufnummer";
|
||||
$text['label-dest-num']['de-ch'] = "";
|
||||
$text['label-dest-num']['de-de'] = "Ziel Rufnummer";
|
||||
$text['label-dest-num']['es-cl'] = "Número de destino";
|
||||
$text['label-dest-num']['es-mx'] = "";
|
||||
$text['label-dest-num']['fr-ca'] = "";
|
||||
$text['label-dest-num']['fr-fr'] = "Numéro Destination";
|
||||
$text['label-dest-num']['he-il'] = "";
|
||||
$text['label-dest-num']['it-it'] = "Numero Destinazione";
|
||||
@@ -205,6 +256,7 @@ $text['label-dest-num']['nl-nl'] = "";
|
||||
$text['label-dest-num']['pl-pl'] = "";
|
||||
$text['label-dest-num']['pt-br'] = "Número do Destino";
|
||||
$text['label-dest-num']['pt-pt'] = "Número do Destino";
|
||||
$text['label-dest-num']['ro-ro'] = "";
|
||||
$text['label-dest-num']['ru-ru'] = "Номер назначения";
|
||||
$text['label-dest-num']['sv-se'] = "Destination Nummer";
|
||||
$text['label-dest-num']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-dest-num']['uk-ua'] = "";
|
||||
$text['desc-dest-num']['en-us'] = "Enter the number to call. This can be an extension on the system, another number, or a sip uri. Sip URI's are of the form 5551234567@voip.example.com:5080 (5080 for freeswitch, or 5060 for other systems).";
|
||||
$text['desc-dest-num']['ar-eg'] = "";
|
||||
$text['desc-dest-num']['de-at'] = "Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme).";
|
||||
$text['desc-dest-num']['de-ch'] = "";
|
||||
$text['desc-dest-num']['de-de'] = "Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme).";
|
||||
$text['desc-dest-num']['es-cl'] = "Ingrese el número a llamar. Este puede ser una extensión en el sistema, otro número o un uri sip. Uri's sip son de la forma 5551234567@voip.example.com:5080 (5080 para freeswitch, o 5060 para otros sistemas).";
|
||||
$text['desc-dest-num']['es-mx'] = "";
|
||||
$text['desc-dest-num']['fr-ca'] = "";
|
||||
$text['desc-dest-num']['fr-fr'] = "Choisir un numéro à appeler. Il peut être une extension du système, un autre numéro, une URI SIP. les URI SIP sont de la forme : 5551234567@voip.example.com:5080 (5080 pour freeswitch, ou 5060 pour d'autre système).";
|
||||
$text['desc-dest-num']['he-il'] = "";
|
||||
$text['desc-dest-num']['it-it'] = "Inserisci il numero da chiamare. Può essere un interno del centralino, un altro numero o un uri sip. Gli uri SIP sono nella forma 5551234567@voip.example.com:5080 (5080 per freeswitch, or 5060 per altri sistemi).";
|
||||
@@ -221,6 +276,7 @@ $text['desc-dest-num']['nl-nl'] = "";
|
||||
$text['desc-dest-num']['pl-pl'] = "";
|
||||
$text['desc-dest-num']['pt-br'] = "";
|
||||
$text['desc-dest-num']['pt-pt'] = "Entre com o número a ser ligado. Pode ser um ramal, outro número, ou SIP URI. Exemplo de SIP URI: 12345678@voip.example.com:5080, sendo 5080 para o freeswitch ou 5060 para outros sistemas.";
|
||||
$text['desc-dest-num']['ro-ro'] = "";
|
||||
$text['desc-dest-num']['ru-ru'] = "Введите номер для вызова. Это может быть внутренний номер, другой номер или sip uri. SIP URI имеют вид 5551234567@voip.example.com:5080 (5080 для freeswitch или 5060 для других систем).";
|
||||
$text['desc-dest-num']['sv-se'] = "Ange numret som ska ringas. Detta kan vara en anknytning i systemet, ett annat nummer eller en sip uri. SIP URIs är av formatet 5551234567@voip.example.com: 5080 (5080 för freeswitch eller 5060 för andra system).";
|
||||
$text['desc-dest-num']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['desc-dest-num']['uk-ua'] = "";
|
||||
$text['label-auto-answer']['en-us'] = "Auto Answer";
|
||||
$text['label-auto-answer']['ar-eg'] = "";
|
||||
$text['label-auto-answer']['de-at'] = "Automatische Rufannahme";
|
||||
$text['label-auto-answer']['de-ch'] = "";
|
||||
$text['label-auto-answer']['de-de'] = "Automatische Rufannahme";
|
||||
$text['label-auto-answer']['es-cl'] = "respuesta automática";
|
||||
$text['label-auto-answer']['es-mx'] = "";
|
||||
$text['label-auto-answer']['fr-ca'] = "";
|
||||
$text['label-auto-answer']['fr-fr'] = "Réponse Auto";
|
||||
$text['label-auto-answer']['he-il'] = "";
|
||||
$text['label-auto-answer']['it-it'] = "Risposta Automatica";
|
||||
@@ -237,6 +296,7 @@ $text['label-auto-answer']['nl-nl'] = "";
|
||||
$text['label-auto-answer']['pl-pl'] = "";
|
||||
$text['label-auto-answer']['pt-br'] = "Resposta Automática";
|
||||
$text['label-auto-answer']['pt-pt'] = "Resposta Automática";
|
||||
$text['label-auto-answer']['ro-ro'] = "";
|
||||
$text['label-auto-answer']['ru-ru'] = "Автоответ";
|
||||
$text['label-auto-answer']['sv-se'] = "Auto Svar";
|
||||
$text['label-auto-answer']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-auto-answer']['uk-ua'] = "";
|
||||
$text['desc-auto-answer']['en-us'] = "Select whether to enable auto answer.";
|
||||
$text['desc-auto-answer']['ar-eg'] = "";
|
||||
$text['desc-auto-answer']['de-at'] = "Wählen Sie, ob die automatische Rufannahme aktiviert werden soll.";
|
||||
$text['desc-auto-answer']['de-ch'] = "";
|
||||
$text['desc-auto-answer']['de-de'] = "Wählen Sie, ob die automatische Rufannahme aktiviert werden soll.";
|
||||
$text['desc-auto-answer']['es-cl'] = "Indique si desea activar la respuesta automática.";
|
||||
$text['desc-auto-answer']['es-mx'] = "";
|
||||
$text['desc-auto-answer']['fr-ca'] = "";
|
||||
$text['desc-auto-answer']['fr-fr'] = "Activer ou non la réponse automatique.";
|
||||
$text['desc-auto-answer']['he-il'] = "";
|
||||
$text['desc-auto-answer']['it-it'] = "Seleziona per abilitare la risposta automatica.";
|
||||
@@ -253,6 +316,7 @@ $text['desc-auto-answer']['nl-nl'] = "";
|
||||
$text['desc-auto-answer']['pl-pl'] = "";
|
||||
$text['desc-auto-answer']['pt-br'] = "Ativar ou desativar a resposta automática.";
|
||||
$text['desc-auto-answer']['pt-pt'] = "Activar ou Desactivar a resposta automática.";
|
||||
$text['desc-auto-answer']['ro-ro'] = "";
|
||||
$text['desc-auto-answer']['ru-ru'] = "Выберите для включения автоответа.";
|
||||
$text['desc-auto-answer']['sv-se'] = "Välj för att aktivera auto svara.";
|
||||
$text['desc-auto-answer']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['desc-auto-answer']['uk-ua'] = "";
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['ar-eg'] = "";
|
||||
$text['label-record']['de-at'] = "Aufzeichnen";
|
||||
$text['label-record']['de-ch'] = "";
|
||||
$text['label-record']['de-de'] = "Aufzeichnen";
|
||||
$text['label-record']['es-cl'] = "Grabar";
|
||||
$text['label-record']['es-mx'] = "";
|
||||
$text['label-record']['fr-ca'] = "";
|
||||
$text['label-record']['fr-fr'] = "Enregistrer";
|
||||
$text['label-record']['he-il'] = "";
|
||||
$text['label-record']['it-it'] = "Registra";
|
||||
@@ -269,6 +336,7 @@ $text['label-record']['nl-nl'] = "";
|
||||
$text['label-record']['pl-pl'] = "";
|
||||
$text['label-record']['pt-br'] = "Gravar";
|
||||
$text['label-record']['pt-pt'] = "Gravar";
|
||||
$text['label-record']['ro-ro'] = "";
|
||||
$text['label-record']['ru-ru'] = "Запись";
|
||||
$text['label-record']['sv-se'] = "Spela In";
|
||||
$text['label-record']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-record']['uk-ua'] = "";
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "ein";
|
||||
$text['label-true']['de-ch'] = "";
|
||||
$text['label-true']['de-de'] = "ein";
|
||||
$text['label-true']['es-cl'] = "verdadero";
|
||||
$text['label-true']['es-mx'] = "";
|
||||
$text['label-true']['fr-ca'] = "";
|
||||
$text['label-true']['fr-fr'] = "oui";
|
||||
$text['label-true']['he-il'] = "";
|
||||
$text['label-true']['it-it'] = "vero";
|
||||
@@ -285,6 +356,7 @@ $text['label-true']['nl-nl'] = "";
|
||||
$text['label-true']['pl-pl'] = "";
|
||||
$text['label-true']['pt-br'] = "sim";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['ro-ro'] = "";
|
||||
$text['label-true']['ru-ru'] = "да";
|
||||
$text['label-true']['sv-se'] = "sann";
|
||||
$text['label-true']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-true']['uk-ua'] = "";
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus";
|
||||
$text['label-false']['de-ch'] = "";
|
||||
$text['label-false']['de-de'] = "aus";
|
||||
$text['label-false']['es-cl'] = "falso";
|
||||
$text['label-false']['es-mx'] = "";
|
||||
$text['label-false']['fr-ca'] = "";
|
||||
$text['label-false']['fr-fr'] = "non";
|
||||
$text['label-false']['he-il'] = "";
|
||||
$text['label-false']['it-it'] = "falso";
|
||||
@@ -301,6 +376,7 @@ $text['label-false']['nl-nl'] = "";
|
||||
$text['label-false']['pl-pl'] = "";
|
||||
$text['label-false']['pt-br'] = "";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['ro-ro'] = "";
|
||||
$text['label-false']['ru-ru'] = "нет";
|
||||
$text['label-false']['sv-se'] = "falsk";
|
||||
$text['label-false']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-false']['uk-ua'] = "";
|
||||
$text['desc-record']['en-us'] = "Select whether to record the call.";
|
||||
$text['desc-record']['ar-eg'] = "";
|
||||
$text['desc-record']['de-at'] = "Wählen Sie, ob der Anruf aufgezeichnet werden soll.";
|
||||
$text['desc-record']['de-ch'] = "";
|
||||
$text['desc-record']['de-de'] = "Wählen Sie, ob der Anruf aufgezeichnet werden soll.";
|
||||
$text['desc-record']['es-cl'] = "Indique si desea grabar la llamada.";
|
||||
$text['desc-record']['es-mx'] = "";
|
||||
$text['desc-record']['fr-ca'] = "";
|
||||
$text['desc-record']['fr-fr'] = "Choisir si vous voulez enregistrer l'appel.";
|
||||
$text['desc-record']['he-il'] = "";
|
||||
$text['desc-record']['it-it'] = "Seleziona per registrare la telefonata.";
|
||||
@@ -317,6 +396,7 @@ $text['desc-record']['nl-nl'] = "";
|
||||
$text['desc-record']['pl-pl'] = "";
|
||||
$text['desc-record']['pt-br'] = "Escolha se quer gravar chamada.";
|
||||
$text['desc-record']['pt-pt'] = "Escolha se quer gravar chamada.";
|
||||
$text['desc-record']['ro-ro'] = "";
|
||||
$text['desc-record']['ru-ru'] = "Выберите для включения записи.";
|
||||
$text['desc-record']['sv-se'] = "Välj om samtalet skall spelas in.";
|
||||
$text['desc-record']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['desc-record']['uk-ua'] = "";
|
||||
$text['label-ringback']['en-us'] = "Ring Back";
|
||||
$text['label-ringback']['ar-eg'] = "";
|
||||
$text['label-ringback']['de-at'] = "Rufton";
|
||||
$text['label-ringback']['de-ch'] = "";
|
||||
$text['label-ringback']['de-de'] = "Rufton";
|
||||
$text['label-ringback']['es-cl'] = "Regresar tono";
|
||||
$text['label-ringback']['es-mx'] = "";
|
||||
$text['label-ringback']['fr-ca'] = "";
|
||||
$text['label-ringback']['fr-fr'] = "Retour de sonnerie";
|
||||
$text['label-ringback']['he-il'] = "";
|
||||
$text['label-ringback']['it-it'] = "Tono";
|
||||
@@ -333,6 +416,7 @@ $text['label-ringback']['nl-nl'] = "";
|
||||
$text['label-ringback']['pl-pl'] = "";
|
||||
$text['label-ringback']['pt-br'] = "Tocar de volta (Ring Back)";
|
||||
$text['label-ringback']['pt-pt'] = "Ring Back";
|
||||
$text['label-ringback']['ro-ro'] = "";
|
||||
$text['label-ringback']['ru-ru'] = "Контроль посылки вызова (КПВ)";
|
||||
$text['label-ringback']['sv-se'] = "Tillbakaringning";
|
||||
$text['label-ringback']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['label-ringback']['uk-ua'] = "";
|
||||
$text['desc-ringback']['en-us'] = "Defines what you will hear while destination is being called. The choices are music (music on hold) ring (ring tone).";
|
||||
$text['desc-ringback']['ar-eg'] = "";
|
||||
$text['desc-ringback']['de-at'] = "Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton";
|
||||
$text['desc-ringback']['de-ch'] = "";
|
||||
$text['desc-ringback']['de-de'] = "Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton";
|
||||
$text['desc-ringback']['es-cl'] = "Defina qué desea escuchar mientras se llama al destinatario. Las opciones son música (música en espera) o tono de marcado";
|
||||
$text['desc-ringback']['es-mx'] = "";
|
||||
$text['desc-ringback']['fr-ca'] = "";
|
||||
$text['desc-ringback']['fr-fr'] = "Défini ce vous entendrez pendant que la destination sera appelée. Les choix sont musique (musique de garde) sonnerie.";
|
||||
$text['desc-ringback']['he-il'] = "";
|
||||
$text['desc-ringback']['it-it'] = "Definisce cosa sentirai mentre il destinatario è chiamato. Le scelte sono musica (music on hold) o tono (ring tone).";
|
||||
@@ -349,6 +436,7 @@ $text['desc-ringback']['nl-nl'] = "";
|
||||
$text['desc-ringback']['pl-pl'] = "";
|
||||
$text['desc-ringback']['pt-br'] = "Definir o que deseja escutar enquanto o destino não atende. As escolhas são música (música em espera) ring (tom de chamada).";
|
||||
$text['desc-ringback']['pt-pt'] = "Definir o que deseja ouvir enquanto o destino não atende. As escolhas são música (música em espera) ring (tom de chamada).";
|
||||
$text['desc-ringback']['ro-ro'] = "";
|
||||
$text['desc-ringback']['ru-ru'] = "Определяет что вы услышите во время вызова номера назначения. Вы можете выбрать music (музыка на удержании) или ring (звонок).";
|
||||
$text['desc-ringback']['sv-se'] = "Definierar vad du kommer att höra när destinationen rings upp. Valet är musik (musik i vänteläge) ring (ringsignal).";
|
||||
$text['desc-ringback']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['desc-ringback']['uk-ua'] = "";
|
||||
$text['opt-usring']['en-us'] = "us-ring";
|
||||
$text['opt-usring']['ar-eg'] = "";
|
||||
$text['opt-usring']['de-at'] = "us-ring";
|
||||
$text['opt-usring']['de-ch'] = "";
|
||||
$text['opt-usring']['de-de'] = "us-ring";
|
||||
$text['opt-usring']['es-cl'] = "us-ring";
|
||||
$text['opt-usring']['es-mx'] = "";
|
||||
$text['opt-usring']['fr-ca'] = "";
|
||||
$text['opt-usring']['fr-fr'] = "us-ring";
|
||||
$text['opt-usring']['he-il'] = "";
|
||||
$text['opt-usring']['it-it'] = "us-ring";
|
||||
@@ -365,6 +456,7 @@ $text['opt-usring']['nl-nl'] = "";
|
||||
$text['opt-usring']['pl-pl'] = "";
|
||||
$text['opt-usring']['pt-br'] = "us-ring";
|
||||
$text['opt-usring']['pt-pt'] = "us-ring";
|
||||
$text['opt-usring']['ro-ro'] = "";
|
||||
$text['opt-usring']['ru-ru'] = "us-ring";
|
||||
$text['opt-usring']['sv-se'] = "us-ring";
|
||||
$text['opt-usring']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['opt-usring']['uk-ua'] = "";
|
||||
$text['opt-frring']['en-us'] = "fr-ring";
|
||||
$text['opt-frring']['ar-eg'] = "";
|
||||
$text['opt-frring']['de-at'] = "fr-ring";
|
||||
$text['opt-frring']['de-ch'] = "";
|
||||
$text['opt-frring']['de-de'] = "fr-ring";
|
||||
$text['opt-frring']['es-cl'] = "fr-ring";
|
||||
$text['opt-frring']['es-mx'] = "";
|
||||
$text['opt-frring']['fr-ca'] = "";
|
||||
$text['opt-frring']['fr-fr'] = "fr-ring";
|
||||
$text['opt-frring']['he-il'] = "";
|
||||
$text['opt-frring']['it-it'] = "fr-ring";
|
||||
@@ -381,6 +476,7 @@ $text['opt-frring']['nl-nl'] = "";
|
||||
$text['opt-frring']['pl-pl'] = "";
|
||||
$text['opt-frring']['pt-br'] = "fr-ring";
|
||||
$text['opt-frring']['pt-pt'] = "fr-ring";
|
||||
$text['opt-frring']['ro-ro'] = "";
|
||||
$text['opt-frring']['ru-ru'] = "fr-ring";
|
||||
$text['opt-frring']['sv-se'] = "fr-ring";
|
||||
$text['opt-frring']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['opt-frring']['uk-ua'] = "";
|
||||
$text['opt-ptring']['en-us'] = "pt-ring";
|
||||
$text['opt-ptring']['ar-eg'] = "";
|
||||
$text['opt-ptring']['de-at'] = "pt-ring";
|
||||
$text['opt-ptring']['de-ch'] = "";
|
||||
$text['opt-ptring']['de-de'] = "pt-ring";
|
||||
$text['opt-ptring']['es-cl'] = "pt-ring";
|
||||
$text['opt-ptring']['es-mx'] = "";
|
||||
$text['opt-ptring']['fr-ca'] = "";
|
||||
$text['opt-ptring']['fr-fr'] = "pt-ring";
|
||||
$text['opt-ptring']['he-il'] = "";
|
||||
$text['opt-ptring']['it-it'] = "pt-ring";
|
||||
@@ -397,6 +496,7 @@ $text['opt-ptring']['nl-nl'] = "";
|
||||
$text['opt-ptring']['pl-pl'] = "";
|
||||
$text['opt-ptring']['pt-br'] = "pt-ring";
|
||||
$text['opt-ptring']['pt-pt'] = "pt-ring";
|
||||
$text['opt-ptring']['ro-ro'] = "";
|
||||
$text['opt-ptring']['ru-ru'] = "pt-ring";
|
||||
$text['opt-ptring']['sv-se'] = "pt-ring";
|
||||
$text['opt-ptring']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['opt-ptring']['uk-ua'] = "";
|
||||
$text['opt-ukring']['en-us'] = "uk-ring";
|
||||
$text['opt-ukring']['ar-eg'] = "";
|
||||
$text['opt-ukring']['de-at'] = "uk-ring";
|
||||
$text['opt-ukring']['de-ch'] = "";
|
||||
$text['opt-ukring']['de-de'] = "uk-ring";
|
||||
$text['opt-ukring']['es-cl'] = "uk-ring";
|
||||
$text['opt-ukring']['es-mx'] = "";
|
||||
$text['opt-ukring']['fr-ca'] = "";
|
||||
$text['opt-ukring']['fr-fr'] = "uk-ring";
|
||||
$text['opt-ukring']['he-il'] = "";
|
||||
$text['opt-ukring']['it-it'] = "uk-ring";
|
||||
@@ -413,6 +516,7 @@ $text['opt-ukring']['nl-nl'] = "";
|
||||
$text['opt-ukring']['pl-pl'] = "";
|
||||
$text['opt-ukring']['pt-br'] = "uk-ring";
|
||||
$text['opt-ukring']['pt-pt'] = "uk-ring";
|
||||
$text['opt-ukring']['ro-ro'] = "";
|
||||
$text['opt-ukring']['ru-ru'] = "uk-ring";
|
||||
$text['opt-ukring']['sv-se'] = "uk-ring";
|
||||
$text['opt-ukring']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['opt-ukring']['uk-ua'] = "";
|
||||
$text['opt-rsring']['en-us'] = "rs-ring";
|
||||
$text['opt-rsring']['ar-eg'] = "";
|
||||
$text['opt-rsring']['de-at'] = "rs-ring";
|
||||
$text['opt-rsring']['de-ch'] = "";
|
||||
$text['opt-rsring']['de-de'] = "rs-ring";
|
||||
$text['opt-rsring']['es-cl'] = "rs-ring";
|
||||
$text['opt-rsring']['es-mx'] = "";
|
||||
$text['opt-rsring']['fr-ca'] = "";
|
||||
$text['opt-rsring']['fr-fr'] = "rs-ring";
|
||||
$text['opt-rsring']['he-il'] = "";
|
||||
$text['opt-rsring']['it-it'] = "rs-ring";
|
||||
@@ -429,6 +536,7 @@ $text['opt-rsring']['nl-nl'] = "";
|
||||
$text['opt-rsring']['pl-pl'] = "";
|
||||
$text['opt-rsring']['pt-br'] = "rs-ring";
|
||||
$text['opt-rsring']['pt-pt'] = "rs-ring";
|
||||
$text['opt-rsring']['ro-ro'] = "";
|
||||
$text['opt-rsring']['ru-ru'] = "rs-ring";
|
||||
$text['opt-rsring']['sv-se'] = "rs-ring";
|
||||
$text['opt-rsring']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['opt-rsring']['uk-ua'] = "";
|
||||
$text['opt-ruring']['en-us'] = "ru-ring";
|
||||
$text['opt-ruring']['ar-eg'] = "";
|
||||
$text['opt-ruring']['de-at'] = "ru-ring";
|
||||
$text['opt-ruring']['de-ch'] = "";
|
||||
$text['opt-ruring']['de-de'] = "ru-ring";
|
||||
$text['opt-ruring']['es-cl'] = "ru-ring";
|
||||
$text['opt-ruring']['es-mx'] = "";
|
||||
$text['opt-ruring']['fr-ca'] = "";
|
||||
$text['opt-ruring']['fr-fr'] = "ru-ring";
|
||||
$text['opt-ruring']['he-il'] = "";
|
||||
$text['opt-ruring']['it-it'] = "ru-ring";
|
||||
@@ -445,6 +556,7 @@ $text['opt-ruring']['nl-nl'] = "";
|
||||
$text['opt-ruring']['pl-pl'] = "";
|
||||
$text['opt-ruring']['pt-br'] = "ru-ring";
|
||||
$text['opt-ruring']['pt-pt'] = "ru-ring";
|
||||
$text['opt-ruring']['ro-ro'] = "";
|
||||
$text['opt-ruring']['ru-ru'] = "ru-ring";
|
||||
$text['opt-ruring']['sv-se'] = "ru-ring";
|
||||
$text['opt-ruring']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['opt-ruring']['uk-ua'] = "";
|
||||
$text['opt-itring']['en-us'] = "it-ring";
|
||||
$text['opt-itring']['ar-eg'] = "";
|
||||
$text['opt-itring']['de-at'] = "it-ring";
|
||||
$text['opt-itring']['de-ch'] = "";
|
||||
$text['opt-itring']['de-de'] = "it-ring";
|
||||
$text['opt-itring']['es-cl'] = "it-ring";
|
||||
$text['opt-itring']['es-mx'] = "";
|
||||
$text['opt-itring']['fr-ca'] = "";
|
||||
$text['opt-itring']['fr-fr'] = "it-ring";
|
||||
$text['opt-itring']['he-il'] = "";
|
||||
$text['opt-itring']['it-it'] = "it-ring";
|
||||
@@ -461,6 +576,7 @@ $text['opt-itring']['nl-nl'] = "";
|
||||
$text['opt-itring']['pl-pl'] = "";
|
||||
$text['opt-itring']['pt-br'] = "it-ring";
|
||||
$text['opt-itring']['pt-pt'] = "it-ring";
|
||||
$text['opt-itring']['ro-ro'] = "";
|
||||
$text['opt-itring']['ru-ru'] = "it-ring";
|
||||
$text['opt-itring']['sv-se'] = "it-ring";
|
||||
$text['opt-itring']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['opt-itring']['uk-ua'] = "";
|
||||
$text['opt-dering']['en-us'] = "de-ring";
|
||||
$text['opt-dering']['ar-eg'] = "";
|
||||
$text['opt-dering']['de-at'] = "de-ring";
|
||||
$text['opt-dering']['de-ch'] = "";
|
||||
$text['opt-dering']['de-de'] = "de-ring";
|
||||
$text['opt-dering']['es-cl'] = "de-ring";
|
||||
$text['opt-dering']['es-mx'] = "";
|
||||
$text['opt-dering']['fr-ca'] = "";
|
||||
$text['opt-dering']['fr-fr'] = "de-ring";
|
||||
$text['opt-dering']['he-il'] = "";
|
||||
$text['opt-dering']['it-it'] = "de-ring";
|
||||
@@ -477,6 +596,7 @@ $text['opt-dering']['nl-nl'] = "";
|
||||
$text['opt-dering']['pl-pl'] = "";
|
||||
$text['opt-dering']['pt-br'] = "de-ring";
|
||||
$text['opt-dering']['pt-pt'] = "de-ring";
|
||||
$text['opt-dering']['ro-ro'] = "";
|
||||
$text['opt-dering']['ru-ru'] = "de-ring";
|
||||
$text['opt-dering']['sv-se'] = "de-ring";
|
||||
$text['opt-dering']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['opt-dering']['uk-ua'] = "";
|
||||
$text['opt-moh']['en-us'] = "music";
|
||||
$text['opt-moh']['ar-eg'] = "";
|
||||
$text['opt-moh']['de-at'] = "Musik";
|
||||
$text['opt-moh']['de-ch'] = "";
|
||||
$text['opt-moh']['de-de'] = "Musik";
|
||||
$text['opt-moh']['es-cl'] = "musica";
|
||||
$text['opt-moh']['es-mx'] = "";
|
||||
$text['opt-moh']['fr-ca'] = "";
|
||||
$text['opt-moh']['fr-fr'] = "musique";
|
||||
$text['opt-moh']['he-il'] = "";
|
||||
$text['opt-moh']['it-it'] = "musica";
|
||||
@@ -493,6 +616,7 @@ $text['opt-moh']['nl-nl'] = "";
|
||||
$text['opt-moh']['pl-pl'] = "";
|
||||
$text['opt-moh']['pt-br'] = "música";
|
||||
$text['opt-moh']['pt-pt'] = "música";
|
||||
$text['opt-moh']['ro-ro'] = "";
|
||||
$text['opt-moh']['ru-ru'] = "music";
|
||||
$text['opt-moh']['sv-se'] = "musik";
|
||||
$text['opt-moh']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['opt-moh']['uk-ua'] = "";
|
||||
$text['button-call']['en-us'] = "Call";
|
||||
$text['button-call']['ar-eg'] = "";
|
||||
$text['button-call']['de-at'] = "Anrufen";
|
||||
$text['button-call']['de-ch'] = "";
|
||||
$text['button-call']['de-de'] = "Anrufen";
|
||||
$text['button-call']['es-cl'] = "Llamar";
|
||||
$text['button-call']['es-mx'] = "";
|
||||
$text['button-call']['fr-ca'] = "";
|
||||
$text['button-call']['fr-fr'] = "appel";
|
||||
$text['button-call']['he-il'] = "";
|
||||
$text['button-call']['it-it'] = "Chiama";
|
||||
@@ -509,8 +636,9 @@ $text['button-call']['nl-nl'] = "";
|
||||
$text['button-call']['pl-pl'] = "";
|
||||
$text['button-call']['pt-br'] = "Chamada";
|
||||
$text['button-call']['pt-pt'] = "Chamada";
|
||||
$text['button-call']['ro-ro'] = "";
|
||||
$text['button-call']['ru-ru'] = "Call";
|
||||
$text['button-call']['sv-se'] = "Ring";
|
||||
$text['button-call']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-conference_controls']['en-us'] = "Conference Controls";
|
||||
$text['title-conference_controls']['ar-eg'] = "";
|
||||
$text['title-conference_controls']['de-at'] = "Konferenzsteuerung";
|
||||
$text['title-conference_controls']['de-ch'] = "";
|
||||
$text['title-conference_controls']['de-de'] = "Konferenzsteuerung";
|
||||
$text['title-conference_controls']['es-cl'] = "";
|
||||
$text['title-conference_controls']['es-mx'] = "";
|
||||
$text['title-conference_controls']['fr-ca'] = "";
|
||||
$text['title-conference_controls']['fr-fr'] = "";
|
||||
$text['title-conference_controls']['he-il'] = "";
|
||||
$text['title-conference_controls']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-conference_controls']['nl-nl'] = "";
|
||||
$text['title-conference_controls']['pl-pl'] = "";
|
||||
$text['title-conference_controls']['pt-br'] = "Controles de conferência";
|
||||
$text['title-conference_controls']['pt-pt'] = "";
|
||||
$text['title-conference_controls']['ro-ro'] = "";
|
||||
$text['title-conference_controls']['ru-ru'] = "";
|
||||
$text['title-conference_controls']['sv-se'] = "Konferens Kontroller";
|
||||
$text['title-conference_controls']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-conference_controls']['uk-ua'] = "";
|
||||
$text['title-conference_control']['en-us'] = "Conference Control";
|
||||
$text['title-conference_control']['ar-eg'] = "";
|
||||
$text['title-conference_control']['de-at'] = "Konferenzsteuerung";
|
||||
$text['title-conference_control']['de-ch'] = "";
|
||||
$text['title-conference_control']['de-de'] = "Konferenzsteuerung";
|
||||
$text['title-conference_control']['es-cl'] = "";
|
||||
$text['title-conference_control']['es-mx'] = "";
|
||||
$text['title-conference_control']['fr-ca'] = "";
|
||||
$text['title-conference_control']['fr-fr'] = "";
|
||||
$text['title-conference_control']['he-il'] = "";
|
||||
$text['title-conference_control']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-conference_control']['nl-nl'] = "";
|
||||
$text['title-conference_control']['pl-pl'] = "";
|
||||
$text['title-conference_control']['pt-br'] = "Controle de conferência";
|
||||
$text['title-conference_control']['pt-pt'] = "";
|
||||
$text['title-conference_control']['ro-ro'] = "";
|
||||
$text['title-conference_control']['ru-ru'] = "";
|
||||
$text['title-conference_control']['sv-se'] = "Konferens Kontroll";
|
||||
$text['title-conference_control']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-conference_control']['uk-ua'] = "";
|
||||
$text['title_description-conference_control']['en-us'] = "Call controls enable ability to assign digits to actions. They can be used to mute, unmute, or other actions during the conference call.";
|
||||
$text['title_description-conference_control']['ar-eg'] = "";
|
||||
$text['title_description-conference_control']['de-at'] = "Funktionen zur Anrufsteuerung können Ziffern zugeordnet werden. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen.";
|
||||
$text['title_description-conference_control']['de-ch'] = "";
|
||||
$text['title_description-conference_control']['de-de'] = "Funktionen zur Anrufsteuerung können Ziffern zugeordnet werden. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen.";
|
||||
$text['title_description-conference_control']['es-cl'] = "";
|
||||
$text['title_description-conference_control']['es-mx'] = "";
|
||||
$text['title_description-conference_control']['fr-ca'] = "";
|
||||
$text['title_description-conference_control']['fr-fr'] = "";
|
||||
$text['title_description-conference_control']['he-il'] = "";
|
||||
$text['title_description-conference_control']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title_description-conference_control']['nl-nl'] = "";
|
||||
$text['title_description-conference_control']['pl-pl'] = "";
|
||||
$text['title_description-conference_control']['pt-br'] = "Controle de chamadas habilita atribuir ações aos números. Podem ser usadas para silenciar, ou outras ações durante a conferência.";
|
||||
$text['title_description-conference_control']['pt-pt'] = "";
|
||||
$text['title_description-conference_control']['ro-ro'] = "";
|
||||
$text['title_description-conference_control']['ru-ru'] = "";
|
||||
$text['title_description-conference_control']['sv-se'] = "Samtalskontroller möjliggör tilldelning av siffror till handlingar. De kan användas för att stänga av, avaktivera eller andra åtgärder under konferenssamtalet.";
|
||||
$text['title_description-conference_control']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['title_description-conference_control']['uk-ua'] = "";
|
||||
$text['label-control_name']['en-us'] = "Name";
|
||||
$text['label-control_name']['ar-eg'] = "";
|
||||
$text['label-control_name']['de-at'] = "Name";
|
||||
$text['label-control_name']['de-ch'] = "";
|
||||
$text['label-control_name']['de-de'] = "Name";
|
||||
$text['label-control_name']['es-cl'] = "";
|
||||
$text['label-control_name']['es-mx'] = "";
|
||||
$text['label-control_name']['fr-ca'] = "";
|
||||
$text['label-control_name']['fr-fr'] = "";
|
||||
$text['label-control_name']['he-il'] = "";
|
||||
$text['label-control_name']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-control_name']['nl-nl'] = "";
|
||||
$text['label-control_name']['pl-pl'] = "";
|
||||
$text['label-control_name']['pt-br'] = "Nome";
|
||||
$text['label-control_name']['pt-pt'] = "";
|
||||
$text['label-control_name']['ro-ro'] = "";
|
||||
$text['label-control_name']['ru-ru'] = "";
|
||||
$text['label-control_name']['sv-se'] = "Namn";
|
||||
$text['label-control_name']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['label-control_name']['uk-ua'] = "";
|
||||
$text['description-control_name']['en-us'] = "Enter the conference control name.";
|
||||
$text['description-control_name']['ar-eg'] = "";
|
||||
$text['description-control_name']['de-at'] = "Geben Sie den Namen des Steuerelements ein.";
|
||||
$text['description-control_name']['de-ch'] = "";
|
||||
$text['description-control_name']['de-de'] = "Geben Sie den Namen des Steuerelements ein.";
|
||||
$text['description-control_name']['es-cl'] = "";
|
||||
$text['description-control_name']['es-mx'] = "";
|
||||
$text['description-control_name']['fr-ca'] = "";
|
||||
$text['description-control_name']['fr-fr'] = "";
|
||||
$text['description-control_name']['he-il'] = "";
|
||||
$text['description-control_name']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['description-control_name']['nl-nl'] = "";
|
||||
$text['description-control_name']['pl-pl'] = "";
|
||||
$text['description-control_name']['pt-br'] = "Entre com o nome do controle de conferência.";
|
||||
$text['description-control_name']['pt-pt'] = "";
|
||||
$text['description-control_name']['ro-ro'] = "";
|
||||
$text['description-control_name']['ru-ru'] = "";
|
||||
$text['description-control_name']['sv-se'] = "Ange konferens kontroll namnet.";
|
||||
$text['description-control_name']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['description-control_name']['uk-ua'] = "";
|
||||
$text['label-control_enabled']['en-us'] = "Enabled";
|
||||
$text['label-control_enabled']['ar-eg'] = "";
|
||||
$text['label-control_enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-control_enabled']['de-ch'] = "";
|
||||
$text['label-control_enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-control_enabled']['es-cl'] = "";
|
||||
$text['label-control_enabled']['es-mx'] = "";
|
||||
$text['label-control_enabled']['fr-ca'] = "";
|
||||
$text['label-control_enabled']['fr-fr'] = "";
|
||||
$text['label-control_enabled']['he-il'] = "";
|
||||
$text['label-control_enabled']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-control_enabled']['nl-nl'] = "";
|
||||
$text['label-control_enabled']['pl-pl'] = "";
|
||||
$text['label-control_enabled']['pt-br'] = "Habilitado";
|
||||
$text['label-control_enabled']['pt-pt'] = "";
|
||||
$text['label-control_enabled']['ro-ro'] = "";
|
||||
$text['label-control_enabled']['ru-ru'] = "";
|
||||
$text['label-control_enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-control_enabled']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-control_enabled']['uk-ua'] = "";
|
||||
$text['description-control_enabled']['en-us'] = "Set the status of the control.";
|
||||
$text['description-control_enabled']['ar-eg'] = "";
|
||||
$text['description-control_enabled']['de-at'] = "Setzen Sie den Status des Steuerelements";
|
||||
$text['description-control_enabled']['de-ch'] = "";
|
||||
$text['description-control_enabled']['de-de'] = "Setzen Sie den Status des Steuerelements";
|
||||
$text['description-control_enabled']['es-cl'] = "";
|
||||
$text['description-control_enabled']['es-mx'] = "";
|
||||
$text['description-control_enabled']['fr-ca'] = "";
|
||||
$text['description-control_enabled']['fr-fr'] = "";
|
||||
$text['description-control_enabled']['he-il'] = "";
|
||||
$text['description-control_enabled']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['description-control_enabled']['nl-nl'] = "";
|
||||
$text['description-control_enabled']['pl-pl'] = "";
|
||||
$text['description-control_enabled']['pt-br'] = "Atribua o estado do controle.";
|
||||
$text['description-control_enabled']['pt-pt'] = "";
|
||||
$text['description-control_enabled']['ro-ro'] = "";
|
||||
$text['description-control_enabled']['ru-ru'] = "";
|
||||
$text['description-control_enabled']['sv-se'] = "Ange statusen för kontrollen.";
|
||||
$text['description-control_enabled']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['description-control_enabled']['uk-ua'] = "";
|
||||
$text['label-control_description']['en-us'] = "Description";
|
||||
$text['label-control_description']['ar-eg'] = "";
|
||||
$text['label-control_description']['de-at'] = "Beschreibung";
|
||||
$text['label-control_description']['de-ch'] = "";
|
||||
$text['label-control_description']['de-de'] = "Beschreibung";
|
||||
$text['label-control_description']['es-cl'] = "";
|
||||
$text['label-control_description']['es-mx'] = "";
|
||||
$text['label-control_description']['fr-ca'] = "";
|
||||
$text['label-control_description']['fr-fr'] = "";
|
||||
$text['label-control_description']['he-il'] = "";
|
||||
$text['label-control_description']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-control_description']['nl-nl'] = "";
|
||||
$text['label-control_description']['pl-pl'] = "";
|
||||
$text['label-control_description']['pt-br'] = "Descrição";
|
||||
$text['label-control_description']['pt-pt'] = "";
|
||||
$text['label-control_description']['ro-ro'] = "";
|
||||
$text['label-control_description']['ru-ru'] = "";
|
||||
$text['label-control_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-control_description']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-control_description']['uk-ua'] = "";
|
||||
$text['description-control_description']['en-us'] = "Enter the description.";
|
||||
$text['description-control_description']['ar-eg'] = "";
|
||||
$text['description-control_description']['de-at'] = "Geben Sie eine Beschreibung ein.";
|
||||
$text['description-control_description']['de-ch'] = "";
|
||||
$text['description-control_description']['de-de'] = "Geben Sie eine Beschreibung ein.";
|
||||
$text['description-control_description']['es-cl'] = "";
|
||||
$text['description-control_description']['es-mx'] = "";
|
||||
$text['description-control_description']['fr-ca'] = "";
|
||||
$text['description-control_description']['fr-fr'] = "";
|
||||
$text['description-control_description']['he-il'] = "";
|
||||
$text['description-control_description']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['description-control_description']['nl-nl'] = "";
|
||||
$text['description-control_description']['pl-pl'] = "";
|
||||
$text['description-control_description']['pt-br'] = "Entre com a descrição.";
|
||||
$text['description-control_description']['pt-pt'] = "";
|
||||
$text['description-control_description']['ro-ro'] = "";
|
||||
$text['description-control_description']['ru-ru'] = "";
|
||||
$text['description-control_description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-control_description']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['description-control_description']['uk-ua'] = "";
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "ein";
|
||||
$text['label-true']['de-ch'] = "";
|
||||
$text['label-true']['de-de'] = "ein";
|
||||
$text['label-true']['es-cl'] = "";
|
||||
$text['label-true']['es-mx'] = "";
|
||||
$text['label-true']['fr-ca'] = "";
|
||||
$text['label-true']['fr-fr'] = "";
|
||||
$text['label-true']['he-il'] = "";
|
||||
$text['label-true']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-true']['nl-nl'] = "";
|
||||
$text['label-true']['pl-pl'] = "";
|
||||
$text['label-true']['pt-br'] = "Sim";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['ro-ro'] = "";
|
||||
$text['label-true']['ru-ru'] = "";
|
||||
$text['label-true']['sv-se'] = "sann";
|
||||
$text['label-true']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['label-true']['uk-ua'] = "";
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus";
|
||||
$text['label-false']['de-ch'] = "";
|
||||
$text['label-false']['de-de'] = "aus";
|
||||
$text['label-false']['es-cl'] = "falso";
|
||||
$text['label-false']['es-mx'] = "";
|
||||
$text['label-false']['fr-ca'] = "";
|
||||
$text['label-false']['fr-fr'] = "falso";
|
||||
$text['label-false']['he-il'] = "";
|
||||
$text['label-false']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-false']['nl-nl'] = "";
|
||||
$text['label-false']['pl-pl'] = "";
|
||||
$text['label-false']['pt-br'] = "Não";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['ro-ro'] = "";
|
||||
$text['label-false']['ru-ru'] = "";
|
||||
$text['label-false']['sv-se'] = "falsk";
|
||||
$text['label-false']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['label-false']['uk-ua'] = "";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['ar-eg'] = "";
|
||||
$text['button-add']['de-at'] = "Hinzufügen";
|
||||
$text['button-add']['de-ch'] = "";
|
||||
$text['button-add']['de-de'] = "Hinzufügen";
|
||||
$text['button-add']['es-cl'] = "";
|
||||
$text['button-add']['es-mx'] = "";
|
||||
$text['button-add']['fr-ca'] = "";
|
||||
$text['button-add']['fr-fr'] = "";
|
||||
$text['button-add']['he-il'] = "";
|
||||
$text['button-add']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['button-add']['nl-nl'] = "";
|
||||
$text['button-add']['pl-pl'] = "";
|
||||
$text['button-add']['pt-br'] = "Adicionar";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['ro-ro'] = "";
|
||||
$text['button-add']['ru-ru'] = "";
|
||||
$text['button-add']['sv-se'] = "Lägg Till";
|
||||
$text['button-add']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['button-add']['uk-ua'] = "";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['ar-eg'] = "";
|
||||
$text['button-edit']['de-at'] = "Bearbeiten";
|
||||
$text['button-edit']['de-ch'] = "";
|
||||
$text['button-edit']['de-de'] = "Bearbeiten";
|
||||
$text['button-edit']['es-cl'] = "";
|
||||
$text['button-edit']['es-mx'] = "";
|
||||
$text['button-edit']['fr-ca'] = "";
|
||||
$text['button-edit']['fr-fr'] = "";
|
||||
$text['button-edit']['he-il'] = "";
|
||||
$text['button-edit']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['button-edit']['nl-nl'] = "";
|
||||
$text['button-edit']['pl-pl'] = "";
|
||||
$text['button-edit']['pt-br'] = "Editar";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['ro-ro'] = "";
|
||||
$text['button-edit']['ru-ru'] = "";
|
||||
$text['button-edit']['sv-se'] = "Ändra";
|
||||
$text['button-edit']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['button-edit']['uk-ua'] = "";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['ar-eg'] = "";
|
||||
$text['button-delete']['de-at'] = "Löschen";
|
||||
$text['button-delete']['de-ch'] = "";
|
||||
$text['button-delete']['de-de'] = "Löschen";
|
||||
$text['button-delete']['es-cl'] = "";
|
||||
$text['button-delete']['es-mx'] = "";
|
||||
$text['button-delete']['fr-ca'] = "";
|
||||
$text['button-delete']['fr-fr'] = "";
|
||||
$text['button-delete']['he-il'] = "";
|
||||
$text['button-delete']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['button-delete']['nl-nl'] = "";
|
||||
$text['button-delete']['pl-pl'] = "";
|
||||
$text['button-delete']['pt-br'] = "Deletar";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['ro-ro'] = "";
|
||||
$text['button-delete']['ru-ru'] = "";
|
||||
$text['button-delete']['sv-se'] = "Ta Bort";
|
||||
$text['button-delete']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['button-delete']['uk-ua'] = "";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['ar-eg'] = "";
|
||||
$text['button-save']['de-at'] = "Speichern";
|
||||
$text['button-save']['de-ch'] = "";
|
||||
$text['button-save']['de-de'] = "Speichern";
|
||||
$text['button-save']['es-cl'] = "";
|
||||
$text['button-save']['es-mx'] = "";
|
||||
$text['button-save']['fr-ca'] = "";
|
||||
$text['button-save']['fr-fr'] = "";
|
||||
$text['button-save']['he-il'] = "";
|
||||
$text['button-save']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['button-save']['nl-nl'] = "";
|
||||
$text['button-save']['pl-pl'] = "";
|
||||
$text['button-save']['pt-br'] = "Salvar";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['ro-ro'] = "";
|
||||
$text['button-save']['ru-ru'] = "";
|
||||
$text['button-save']['sv-se'] = "Spara";
|
||||
$text['button-save']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['button-save']['uk-ua'] = "";
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['ar-eg'] = "";
|
||||
$text['button-view']['de-at'] = "Anzeigen";
|
||||
$text['button-view']['de-ch'] = "";
|
||||
$text['button-view']['de-de'] = "Anzeigen";
|
||||
$text['button-view']['es-cl'] = "";
|
||||
$text['button-view']['es-mx'] = "";
|
||||
$text['button-view']['fr-ca'] = "";
|
||||
$text['button-view']['fr-fr'] = "";
|
||||
$text['button-view']['he-il'] = "";
|
||||
$text['button-view']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['button-view']['nl-nl'] = "";
|
||||
$text['button-view']['pl-pl'] = "";
|
||||
$text['button-view']['pt-br'] = "Visualizar";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['ro-ro'] = "";
|
||||
$text['button-view']['ru-ru'] = "";
|
||||
$text['button-view']['sv-se'] = "Läs";
|
||||
$text['button-view']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['button-view']['uk-ua'] = "";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['ar-eg'] = "";
|
||||
$text['button-back']['de-at'] = "Zurück";
|
||||
$text['button-back']['de-ch'] = "";
|
||||
$text['button-back']['de-de'] = "Zurück";
|
||||
$text['button-back']['es-cl'] = "";
|
||||
$text['button-back']['es-mx'] = "";
|
||||
$text['button-back']['fr-ca'] = "";
|
||||
$text['button-back']['fr-fr'] = "";
|
||||
$text['button-back']['he-il'] = "";
|
||||
$text['button-back']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['button-back']['nl-nl'] = "";
|
||||
$text['button-back']['pl-pl'] = "";
|
||||
$text['button-back']['pt-br'] = "Voltar";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['ro-ro'] = "";
|
||||
$text['button-back']['ru-ru'] = "";
|
||||
$text['button-back']['sv-se'] = "Tillbaka";
|
||||
$text['button-back']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['button-back']['uk-ua'] = "";
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['ar-eg'] = "";
|
||||
$text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete']['de-ch'] = "";
|
||||
$text['confirm-delete']['de-de'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete']['es-cl'] = "";
|
||||
$text['confirm-delete']['es-mx'] = "";
|
||||
$text['confirm-delete']['fr-ca'] = "";
|
||||
$text['confirm-delete']['fr-fr'] = "";
|
||||
$text['confirm-delete']['he-il'] = "";
|
||||
$text['confirm-delete']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['confirm-delete']['nl-nl'] = "";
|
||||
$text['confirm-delete']['pl-pl'] = "";
|
||||
$text['confirm-delete']['pt-br'] = "Você realmente deseja excluir?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['ro-ro'] = "";
|
||||
$text['confirm-delete']['ru-ru'] = "";
|
||||
$text['confirm-delete']['sv-se'] = "Vill du verkligen t abort detta?";
|
||||
$text['confirm-delete']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['confirm-delete']['uk-ua'] = "";
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['ar-eg'] = "";
|
||||
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['message-add']['de-ch'] = "";
|
||||
$text['message-add']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['message-add']['es-cl'] = "";
|
||||
$text['message-add']['es-mx'] = "";
|
||||
$text['message-add']['fr-ca'] = "";
|
||||
$text['message-add']['fr-fr'] = "";
|
||||
$text['message-add']['he-il'] = "";
|
||||
$text['message-add']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['message-add']['nl-nl'] = "";
|
||||
$text['message-add']['pl-pl'] = "";
|
||||
$text['message-add']['pt-br'] = "Adicionar concluído";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['ro-ro'] = "";
|
||||
$text['message-add']['ru-ru'] = "";
|
||||
$text['message-add']['sv-se'] = "Tillagd";
|
||||
$text['message-add']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['message-add']['uk-ua'] = "";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['ar-eg'] = "";
|
||||
$text['message-update']['de-at'] = "Aktualisierung abgeschlossen";
|
||||
$text['message-update']['de-ch'] = "";
|
||||
$text['message-update']['de-de'] = "Aktualisierung abgeschlossen";
|
||||
$text['message-update']['es-cl'] = "";
|
||||
$text['message-update']['es-mx'] = "";
|
||||
$text['message-update']['fr-ca'] = "";
|
||||
$text['message-update']['fr-fr'] = "";
|
||||
$text['message-update']['he-il'] = "";
|
||||
$text['message-update']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['message-update']['nl-nl'] = "";
|
||||
$text['message-update']['pl-pl'] = "";
|
||||
$text['message-update']['pt-br'] = "Atualização concluída";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['ro-ro'] = "";
|
||||
$text['message-update']['ru-ru'] = "";
|
||||
$text['message-update']['sv-se'] = "Ändring Utförd";
|
||||
$text['message-update']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['message-update']['uk-ua'] = "";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['ar-eg'] = "";
|
||||
$text['message-delete']['de-at'] = "Erfolgreich gelöscht";
|
||||
$text['message-delete']['de-ch'] = "";
|
||||
$text['message-delete']['de-de'] = "Erfolgreich gelöscht";
|
||||
$text['message-delete']['es-cl'] = "";
|
||||
$text['message-delete']['es-mx'] = "";
|
||||
$text['message-delete']['fr-ca'] = "";
|
||||
$text['message-delete']['fr-fr'] = "";
|
||||
$text['message-delete']['he-il'] = "";
|
||||
$text['message-delete']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['message-delete']['nl-nl'] = "";
|
||||
$text['message-delete']['pl-pl'] = "";
|
||||
$text['message-delete']['pt-br'] = "Exclusão concluída";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['ro-ro'] = "";
|
||||
$text['message-delete']['ru-ru'] = "";
|
||||
$text['message-delete']['sv-se'] = "Borttagen";
|
||||
$text['message-delete']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['message-delete']['uk-ua'] = "";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['ar-eg'] = "";
|
||||
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:";
|
||||
$text['message-required']['de-ch'] = "";
|
||||
$text['message-required']['de-de'] = "Bitte geben Sie folgendes an:";
|
||||
$text['message-required']['es-cl'] = "";
|
||||
$text['message-required']['es-mx'] = "";
|
||||
$text['message-required']['fr-ca'] = "";
|
||||
$text['message-required']['fr-fr'] = "";
|
||||
$text['message-required']['he-il'] = "";
|
||||
$text['message-required']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['message-required']['nl-nl'] = "";
|
||||
$text['message-required']['pl-pl'] = "";
|
||||
$text['message-required']['pt-br'] = "Por favor, informe: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['ro-ro'] = "";
|
||||
$text['message-required']['ru-ru'] = "";
|
||||
$text['message-required']['sv-se'] = "Var god ange: ";
|
||||
$text['message-required']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['message-required']['uk-ua'] = "";
|
||||
$text['title-conference_control_details']['en-us'] = "Controls";
|
||||
$text['title-conference_control_details']['ar-eg'] = "";
|
||||
$text['title-conference_control_details']['de-at'] = "Steuerelemente";
|
||||
$text['title-conference_control_details']['de-ch'] = "";
|
||||
$text['title-conference_control_details']['de-de'] = "Steuerelemente";
|
||||
$text['title-conference_control_details']['es-cl'] = "";
|
||||
$text['title-conference_control_details']['es-mx'] = "";
|
||||
$text['title-conference_control_details']['fr-ca'] = "";
|
||||
$text['title-conference_control_details']['fr-fr'] = "";
|
||||
$text['title-conference_control_details']['he-il'] = "";
|
||||
$text['title-conference_control_details']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['title-conference_control_details']['nl-nl'] = "";
|
||||
$text['title-conference_control_details']['pl-pl'] = "";
|
||||
$text['title-conference_control_details']['pt-br'] = "Controles";
|
||||
$text['title-conference_control_details']['pt-pt'] = "";
|
||||
$text['title-conference_control_details']['ro-ro'] = "";
|
||||
$text['title-conference_control_details']['ru-ru'] = "";
|
||||
$text['title-conference_control_details']['sv-se'] = "Kontroller";
|
||||
$text['title-conference_control_details']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['title-conference_control_details']['uk-ua'] = "";
|
||||
$text['title-conference_control_detail']['en-us'] = "Control";
|
||||
$text['title-conference_control_detail']['ar-eg'] = "";
|
||||
$text['title-conference_control_detail']['de-at'] = "Steuern";
|
||||
$text['title-conference_control_detail']['de-ch'] = "";
|
||||
$text['title-conference_control_detail']['de-de'] = "Steuern";
|
||||
$text['title-conference_control_detail']['es-cl'] = "";
|
||||
$text['title-conference_control_detail']['es-mx'] = "";
|
||||
$text['title-conference_control_detail']['fr-ca'] = "";
|
||||
$text['title-conference_control_detail']['fr-fr'] = "";
|
||||
$text['title-conference_control_detail']['he-il'] = "";
|
||||
$text['title-conference_control_detail']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['title-conference_control_detail']['nl-nl'] = "";
|
||||
$text['title-conference_control_detail']['pl-pl'] = "";
|
||||
$text['title-conference_control_detail']['pt-br'] = "Controle";
|
||||
$text['title-conference_control_detail']['pt-pt'] = "";
|
||||
$text['title-conference_control_detail']['ro-ro'] = "";
|
||||
$text['title-conference_control_detail']['ru-ru'] = "";
|
||||
$text['title-conference_control_detail']['sv-se'] = "Kontrol";
|
||||
$text['title-conference_control_detail']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['title-conference_control_detail']['uk-ua'] = "";
|
||||
$text['title_description-conference_control_detail']['en-us'] = "";
|
||||
$text['title_description-conference_control_detail']['ar-eg'] = "";
|
||||
$text['title_description-conference_control_detail']['de-at'] = "";
|
||||
$text['title_description-conference_control_detail']['de-ch'] = "";
|
||||
$text['title_description-conference_control_detail']['de-de'] = "";
|
||||
$text['title_description-conference_control_detail']['es-cl'] = "";
|
||||
$text['title_description-conference_control_detail']['es-mx'] = "";
|
||||
$text['title_description-conference_control_detail']['fr-ca'] = "";
|
||||
$text['title_description-conference_control_detail']['fr-fr'] = "";
|
||||
$text['title_description-conference_control_detail']['he-il'] = "";
|
||||
$text['title_description-conference_control_detail']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['title_description-conference_control_detail']['nl-nl'] = "";
|
||||
$text['title_description-conference_control_detail']['pl-pl'] = "";
|
||||
$text['title_description-conference_control_detail']['pt-br'] = "";
|
||||
$text['title_description-conference_control_detail']['pt-pt'] = "";
|
||||
$text['title_description-conference_control_detail']['ro-ro'] = "";
|
||||
$text['title_description-conference_control_detail']['ru-ru'] = "";
|
||||
$text['title_description-conference_control_detail']['sv-se'] = "";
|
||||
$text['title_description-conference_control_detail']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['title_description-conference_control_detail']['uk-ua'] = "";
|
||||
$text['label-control_digits']['en-us'] = "Digits";
|
||||
$text['label-control_digits']['ar-eg'] = "";
|
||||
$text['label-control_digits']['de-at'] = "Ziffern";
|
||||
$text['label-control_digits']['de-ch'] = "";
|
||||
$text['label-control_digits']['de-de'] = "Ziffern";
|
||||
$text['label-control_digits']['es-cl'] = "";
|
||||
$text['label-control_digits']['es-mx'] = "";
|
||||
$text['label-control_digits']['fr-ca'] = "";
|
||||
$text['label-control_digits']['fr-fr'] = "";
|
||||
$text['label-control_digits']['he-il'] = "";
|
||||
$text['label-control_digits']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['label-control_digits']['nl-nl'] = "";
|
||||
$text['label-control_digits']['pl-pl'] = "";
|
||||
$text['label-control_digits']['pt-br'] = "Digitos";
|
||||
$text['label-control_digits']['pt-pt'] = "";
|
||||
$text['label-control_digits']['ro-ro'] = "";
|
||||
$text['label-control_digits']['ru-ru'] = "";
|
||||
$text['label-control_digits']['sv-se'] = "Siffror";
|
||||
$text['label-control_digits']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['label-control_digits']['uk-ua'] = "";
|
||||
$text['description-control_digits']['en-us'] = "Enter the digits.";
|
||||
$text['description-control_digits']['ar-eg'] = "";
|
||||
$text['description-control_digits']['de-at'] = "Geben Sie die Ziffern ein.";
|
||||
$text['description-control_digits']['de-ch'] = "";
|
||||
$text['description-control_digits']['de-de'] = "Geben Sie die Ziffern ein.";
|
||||
$text['description-control_digits']['es-cl'] = "";
|
||||
$text['description-control_digits']['es-mx'] = "";
|
||||
$text['description-control_digits']['fr-ca'] = "";
|
||||
$text['description-control_digits']['fr-fr'] = "";
|
||||
$text['description-control_digits']['he-il'] = "";
|
||||
$text['description-control_digits']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['description-control_digits']['nl-nl'] = "";
|
||||
$text['description-control_digits']['pl-pl'] = "";
|
||||
$text['description-control_digits']['pt-br'] = "Entre com os digitos";
|
||||
$text['description-control_digits']['pt-pt'] = "";
|
||||
$text['description-control_digits']['ro-ro'] = "";
|
||||
$text['description-control_digits']['ru-ru'] = "";
|
||||
$text['description-control_digits']['sv-se'] = "Ange siffrorna.";
|
||||
$text['description-control_digits']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['description-control_digits']['uk-ua'] = "";
|
||||
$text['label-control_action']['en-us'] = "Action";
|
||||
$text['label-control_action']['ar-eg'] = "";
|
||||
$text['label-control_action']['de-at'] = "Aktion";
|
||||
$text['label-control_action']['de-ch'] = "";
|
||||
$text['label-control_action']['de-de'] = "Aktion";
|
||||
$text['label-control_action']['es-cl'] = "";
|
||||
$text['label-control_action']['es-mx'] = "";
|
||||
$text['label-control_action']['fr-ca'] = "";
|
||||
$text['label-control_action']['fr-fr'] = "";
|
||||
$text['label-control_action']['he-il'] = "";
|
||||
$text['label-control_action']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['label-control_action']['nl-nl'] = "";
|
||||
$text['label-control_action']['pl-pl'] = "";
|
||||
$text['label-control_action']['pt-br'] = "Ação";
|
||||
$text['label-control_action']['pt-pt'] = "";
|
||||
$text['label-control_action']['ro-ro'] = "";
|
||||
$text['label-control_action']['ru-ru'] = "";
|
||||
$text['label-control_action']['sv-se'] = "Handling";
|
||||
$text['label-control_action']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['label-control_action']['uk-ua'] = "";
|
||||
$text['description-control_action']['en-us'] = "Enter the action.";
|
||||
$text['description-control_action']['ar-eg'] = "";
|
||||
$text['description-control_action']['de-at'] = "Geben Sie die Aktion an.";
|
||||
$text['description-control_action']['de-ch'] = "";
|
||||
$text['description-control_action']['de-de'] = "Geben Sie die Aktion an.";
|
||||
$text['description-control_action']['es-cl'] = "";
|
||||
$text['description-control_action']['es-mx'] = "";
|
||||
$text['description-control_action']['fr-ca'] = "";
|
||||
$text['description-control_action']['fr-fr'] = "";
|
||||
$text['description-control_action']['he-il'] = "";
|
||||
$text['description-control_action']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['description-control_action']['nl-nl'] = "";
|
||||
$text['description-control_action']['pl-pl'] = "";
|
||||
$text['description-control_action']['pt-br'] = "Informe uma ação.";
|
||||
$text['description-control_action']['pt-pt'] = "";
|
||||
$text['description-control_action']['ro-ro'] = "";
|
||||
$text['description-control_action']['ru-ru'] = "";
|
||||
$text['description-control_action']['sv-se'] = "Ange handlingen.";
|
||||
$text['description-control_action']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['description-control_action']['uk-ua'] = "";
|
||||
$text['label-control_data']['en-us'] = "Data";
|
||||
$text['label-control_data']['ar-eg'] = "";
|
||||
$text['label-control_data']['de-at'] = "Daten";
|
||||
$text['label-control_data']['de-ch'] = "";
|
||||
$text['label-control_data']['de-de'] = "Daten";
|
||||
$text['label-control_data']['es-cl'] = "";
|
||||
$text['label-control_data']['es-mx'] = "";
|
||||
$text['label-control_data']['fr-ca'] = "";
|
||||
$text['label-control_data']['fr-fr'] = "";
|
||||
$text['label-control_data']['he-il'] = "";
|
||||
$text['label-control_data']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['label-control_data']['nl-nl'] = "";
|
||||
$text['label-control_data']['pl-pl'] = "";
|
||||
$text['label-control_data']['pt-br'] = "Dados";
|
||||
$text['label-control_data']['pt-pt'] = "";
|
||||
$text['label-control_data']['ro-ro'] = "";
|
||||
$text['label-control_data']['ru-ru'] = "";
|
||||
$text['label-control_data']['sv-se'] = "Data";
|
||||
$text['label-control_data']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['label-control_data']['uk-ua'] = "";
|
||||
$text['description-control_data']['en-us'] = "Enter the data.";
|
||||
$text['description-control_data']['ar-eg'] = "";
|
||||
$text['description-control_data']['de-at'] = "Geben Sie die Daten ein.";
|
||||
$text['description-control_data']['de-ch'] = "";
|
||||
$text['description-control_data']['de-de'] = "Geben Sie die Daten ein.";
|
||||
$text['description-control_data']['es-cl'] = "";
|
||||
$text['description-control_data']['es-mx'] = "";
|
||||
$text['description-control_data']['fr-ca'] = "";
|
||||
$text['description-control_data']['fr-fr'] = "";
|
||||
$text['description-control_data']['he-il'] = "";
|
||||
$text['description-control_data']['it-it'] = "";
|
||||
@@ -493,8 +616,9 @@ $text['description-control_data']['nl-nl'] = "";
|
||||
$text['description-control_data']['pl-pl'] = "";
|
||||
$text['description-control_data']['pt-br'] = "Informe os dados.";
|
||||
$text['description-control_data']['pt-pt'] = "";
|
||||
$text['description-control_data']['ro-ro'] = "";
|
||||
$text['description-control_data']['ru-ru'] = "";
|
||||
$text['description-control_data']['sv-se'] = "Ange data.";
|
||||
$text['description-control_data']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-conference_profiles']['en-us'] = "Conference Profiles";
|
||||
$text['title-conference_profiles']['ar-eg'] = "";
|
||||
$text['title-conference_profiles']['de-at'] = "Konferenzprofile";
|
||||
$text['title-conference_profiles']['de-ch'] = "";
|
||||
$text['title-conference_profiles']['de-de'] = "Konferenzprofile";
|
||||
$text['title-conference_profiles']['es-cl'] = "";
|
||||
$text['title-conference_profiles']['es-mx'] = "";
|
||||
$text['title-conference_profiles']['fr-ca'] = "";
|
||||
$text['title-conference_profiles']['fr-fr'] = "";
|
||||
$text['title-conference_profiles']['he-il'] = "";
|
||||
$text['title-conference_profiles']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-conference_profiles']['nl-nl'] = "";
|
||||
$text['title-conference_profiles']['pl-pl'] = "";
|
||||
$text['title-conference_profiles']['pt-br'] = "";
|
||||
$text['title-conference_profiles']['pt-pt'] = "";
|
||||
$text['title-conference_profiles']['ro-ro'] = "";
|
||||
$text['title-conference_profiles']['ru-ru'] = "Профили Конференций";
|
||||
$text['title-conference_profiles']['sv-se'] = "Konferens Profiler";
|
||||
$text['title-conference_profiles']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-conference_profiles']['uk-ua'] = "";
|
||||
$text['title-conference_profile']['en-us'] = "Conference Profile";
|
||||
$text['title-conference_profile']['ar-eg'] = "";
|
||||
$text['title-conference_profile']['de-at'] = "Konferenzprofile";
|
||||
$text['title-conference_profile']['de-ch'] = "";
|
||||
$text['title-conference_profile']['de-de'] = "Konferenzprofile";
|
||||
$text['title-conference_profile']['es-cl'] = "";
|
||||
$text['title-conference_profile']['es-mx'] = "";
|
||||
$text['title-conference_profile']['fr-ca'] = "";
|
||||
$text['title-conference_profile']['fr-fr'] = "";
|
||||
$text['title-conference_profile']['he-il'] = "";
|
||||
$text['title-conference_profile']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-conference_profile']['nl-nl'] = "";
|
||||
$text['title-conference_profile']['pl-pl'] = "";
|
||||
$text['title-conference_profile']['pt-br'] = "";
|
||||
$text['title-conference_profile']['pt-pt'] = "";
|
||||
$text['title-conference_profile']['ro-ro'] = "";
|
||||
$text['title-conference_profile']['ru-ru'] = "Профиль Конференции";
|
||||
$text['title-conference_profile']['sv-se'] = "Konferens Profil";
|
||||
$text['title-conference_profile']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-conference_profile']['uk-ua'] = "";
|
||||
$text['title_description-conference_profile']['en-us'] = "A group of conference parameters saved together as a profile.";
|
||||
$text['title_description-conference_profile']['ar-eg'] = "";
|
||||
$text['title_description-conference_profile']['de-at'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst";
|
||||
$text['title_description-conference_profile']['de-ch'] = "";
|
||||
$text['title_description-conference_profile']['de-de'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst";
|
||||
$text['title_description-conference_profile']['es-cl'] = "";
|
||||
$text['title_description-conference_profile']['es-mx'] = "";
|
||||
$text['title_description-conference_profile']['fr-ca'] = "";
|
||||
$text['title_description-conference_profile']['fr-fr'] = "";
|
||||
$text['title_description-conference_profile']['he-il'] = "";
|
||||
$text['title_description-conference_profile']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title_description-conference_profile']['nl-nl'] = "";
|
||||
$text['title_description-conference_profile']['pl-pl'] = "";
|
||||
$text['title_description-conference_profile']['pt-br'] = "";
|
||||
$text['title_description-conference_profile']['pt-pt'] = "";
|
||||
$text['title_description-conference_profile']['ro-ro'] = "";
|
||||
$text['title_description-conference_profile']['ru-ru'] = "Группа параметров конференции, сохраненных вместе как профиль.";
|
||||
$text['title_description-conference_profile']['sv-se'] = "En grupp av konferens parametrar sammankopplade till en profil.";
|
||||
$text['title_description-conference_profile']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['title_description-conference_profile']['uk-ua'] = "";
|
||||
$text['label-profile_name']['en-us'] = "Name";
|
||||
$text['label-profile_name']['ar-eg'] = "";
|
||||
$text['label-profile_name']['de-at'] = "Name";
|
||||
$text['label-profile_name']['de-ch'] = "";
|
||||
$text['label-profile_name']['de-de'] = "Name";
|
||||
$text['label-profile_name']['es-cl'] = "";
|
||||
$text['label-profile_name']['es-mx'] = "";
|
||||
$text['label-profile_name']['fr-ca'] = "";
|
||||
$text['label-profile_name']['fr-fr'] = "";
|
||||
$text['label-profile_name']['he-il'] = "";
|
||||
$text['label-profile_name']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-profile_name']['nl-nl'] = "";
|
||||
$text['label-profile_name']['pl-pl'] = "";
|
||||
$text['label-profile_name']['pt-br'] = "";
|
||||
$text['label-profile_name']['pt-pt'] = "";
|
||||
$text['label-profile_name']['ro-ro'] = "";
|
||||
$text['label-profile_name']['ru-ru'] = "Имя";
|
||||
$text['label-profile_name']['sv-se'] = "Namn";
|
||||
$text['label-profile_name']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['label-profile_name']['uk-ua'] = "";
|
||||
$text['description-profile_name']['en-us'] = "Enter the profile name.";
|
||||
$text['description-profile_name']['ar-eg'] = "";
|
||||
$text['description-profile_name']['de-at'] = "Geben Sie den Profil Namen ein.";
|
||||
$text['description-profile_name']['de-ch'] = "";
|
||||
$text['description-profile_name']['de-de'] = "Geben Sie den Profil Namen ein.";
|
||||
$text['description-profile_name']['es-cl'] = "";
|
||||
$text['description-profile_name']['es-mx'] = "";
|
||||
$text['description-profile_name']['fr-ca'] = "";
|
||||
$text['description-profile_name']['fr-fr'] = "";
|
||||
$text['description-profile_name']['he-il'] = "";
|
||||
$text['description-profile_name']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['description-profile_name']['nl-nl'] = "";
|
||||
$text['description-profile_name']['pl-pl'] = "";
|
||||
$text['description-profile_name']['pt-br'] = "";
|
||||
$text['description-profile_name']['pt-pt'] = "";
|
||||
$text['description-profile_name']['ro-ro'] = "";
|
||||
$text['description-profile_name']['ru-ru'] = "Введите имя профиля.";
|
||||
$text['description-profile_name']['sv-se'] = "Ang eprofilens namn.";
|
||||
$text['description-profile_name']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['description-profile_name']['uk-ua'] = "";
|
||||
$text['label-profile_enabled']['en-us'] = "Enabled";
|
||||
$text['label-profile_enabled']['ar-eg'] = "";
|
||||
$text['label-profile_enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-profile_enabled']['de-ch'] = "";
|
||||
$text['label-profile_enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-profile_enabled']['es-cl'] = "";
|
||||
$text['label-profile_enabled']['es-mx'] = "";
|
||||
$text['label-profile_enabled']['fr-ca'] = "";
|
||||
$text['label-profile_enabled']['fr-fr'] = "";
|
||||
$text['label-profile_enabled']['he-il'] = "";
|
||||
$text['label-profile_enabled']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-profile_enabled']['nl-nl'] = "";
|
||||
$text['label-profile_enabled']['pl-pl'] = "";
|
||||
$text['label-profile_enabled']['pt-br'] = "";
|
||||
$text['label-profile_enabled']['pt-pt'] = "";
|
||||
$text['label-profile_enabled']['ro-ro'] = "";
|
||||
$text['label-profile_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-profile_enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-profile_enabled']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-profile_enabled']['uk-ua'] = "";
|
||||
$text['description-profile_enabled']['en-us'] = "Set the status of the profile.";
|
||||
$text['description-profile_enabled']['ar-eg'] = "";
|
||||
$text['description-profile_enabled']['de-at'] = "Setzen Sie den Status des Profils";
|
||||
$text['description-profile_enabled']['de-ch'] = "";
|
||||
$text['description-profile_enabled']['de-de'] = "Setzen Sie den Status des Profils";
|
||||
$text['description-profile_enabled']['es-cl'] = "";
|
||||
$text['description-profile_enabled']['es-mx'] = "";
|
||||
$text['description-profile_enabled']['fr-ca'] = "";
|
||||
$text['description-profile_enabled']['fr-fr'] = "";
|
||||
$text['description-profile_enabled']['he-il'] = "";
|
||||
$text['description-profile_enabled']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['description-profile_enabled']['nl-nl'] = "";
|
||||
$text['description-profile_enabled']['pl-pl'] = "";
|
||||
$text['description-profile_enabled']['pt-br'] = "";
|
||||
$text['description-profile_enabled']['pt-pt'] = "";
|
||||
$text['description-profile_enabled']['ro-ro'] = "";
|
||||
$text['description-profile_enabled']['ru-ru'] = "Установите статус профиля.";
|
||||
$text['description-profile_enabled']['sv-se'] = "Ange status för profilen.";
|
||||
$text['description-profile_enabled']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['description-profile_enabled']['uk-ua'] = "";
|
||||
$text['label-profile_description']['en-us'] = "Description";
|
||||
$text['label-profile_description']['ar-eg'] = "";
|
||||
$text['label-profile_description']['de-at'] = "Beschreibung";
|
||||
$text['label-profile_description']['de-ch'] = "";
|
||||
$text['label-profile_description']['de-de'] = "Beschreibung";
|
||||
$text['label-profile_description']['es-cl'] = "";
|
||||
$text['label-profile_description']['es-mx'] = "";
|
||||
$text['label-profile_description']['fr-ca'] = "";
|
||||
$text['label-profile_description']['fr-fr'] = "";
|
||||
$text['label-profile_description']['he-il'] = "";
|
||||
$text['label-profile_description']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-profile_description']['nl-nl'] = "";
|
||||
$text['label-profile_description']['pl-pl'] = "";
|
||||
$text['label-profile_description']['pt-br'] = "";
|
||||
$text['label-profile_description']['pt-pt'] = "";
|
||||
$text['label-profile_description']['ro-ro'] = "";
|
||||
$text['label-profile_description']['ru-ru'] = "Описание";
|
||||
$text['label-profile_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-profile_description']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-profile_description']['uk-ua'] = "";
|
||||
$text['description-profile_description']['en-us'] = "Enter the description.";
|
||||
$text['description-profile_description']['ar-eg'] = "";
|
||||
$text['description-profile_description']['de-at'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-profile_description']['de-ch'] = "";
|
||||
$text['description-profile_description']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-profile_description']['es-cl'] = "";
|
||||
$text['description-profile_description']['es-mx'] = "";
|
||||
$text['description-profile_description']['fr-ca'] = "";
|
||||
$text['description-profile_description']['fr-fr'] = "";
|
||||
$text['description-profile_description']['he-il'] = "";
|
||||
$text['description-profile_description']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['description-profile_description']['nl-nl'] = "";
|
||||
$text['description-profile_description']['pl-pl'] = "";
|
||||
$text['description-profile_description']['pt-br'] = "";
|
||||
$text['description-profile_description']['pt-pt'] = "";
|
||||
$text['description-profile_description']['ro-ro'] = "";
|
||||
$text['description-profile_description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-profile_description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-profile_description']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['description-profile_description']['uk-ua'] = "";
|
||||
$text['title-conference_profile_params']['en-us'] = "Profile Parameters";
|
||||
$text['title-conference_profile_params']['ar-eg'] = "";
|
||||
$text['title-conference_profile_params']['de-at'] = "Profil Parameter";
|
||||
$text['title-conference_profile_params']['de-ch'] = "";
|
||||
$text['title-conference_profile_params']['de-de'] = "Profil Parameter";
|
||||
$text['title-conference_profile_params']['es-cl'] = "";
|
||||
$text['title-conference_profile_params']['es-mx'] = "";
|
||||
$text['title-conference_profile_params']['fr-ca'] = "";
|
||||
$text['title-conference_profile_params']['fr-fr'] = "";
|
||||
$text['title-conference_profile_params']['he-il'] = "";
|
||||
$text['title-conference_profile_params']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['title-conference_profile_params']['nl-nl'] = "";
|
||||
$text['title-conference_profile_params']['pl-pl'] = "";
|
||||
$text['title-conference_profile_params']['pt-br'] = "";
|
||||
$text['title-conference_profile_params']['pt-pt'] = "";
|
||||
$text['title-conference_profile_params']['ro-ro'] = "";
|
||||
$text['title-conference_profile_params']['ru-ru'] = "Параметры Профилей";
|
||||
$text['title-conference_profile_params']['sv-se'] = "Profil Parameters";
|
||||
$text['title-conference_profile_params']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['title-conference_profile_params']['uk-ua'] = "";
|
||||
$text['title-conference_profile_param']['en-us'] = "Profile Parameter";
|
||||
$text['title-conference_profile_param']['ar-eg'] = "";
|
||||
$text['title-conference_profile_param']['de-at'] = "Profil Parameter";
|
||||
$text['title-conference_profile_param']['de-ch'] = "";
|
||||
$text['title-conference_profile_param']['de-de'] = "Profil Parameter";
|
||||
$text['title-conference_profile_param']['es-cl'] = "";
|
||||
$text['title-conference_profile_param']['es-mx'] = "";
|
||||
$text['title-conference_profile_param']['fr-ca'] = "";
|
||||
$text['title-conference_profile_param']['fr-fr'] = "";
|
||||
$text['title-conference_profile_param']['he-il'] = "";
|
||||
$text['title-conference_profile_param']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['title-conference_profile_param']['nl-nl'] = "";
|
||||
$text['title-conference_profile_param']['pl-pl'] = "";
|
||||
$text['title-conference_profile_param']['pt-br'] = "";
|
||||
$text['title-conference_profile_param']['pt-pt'] = "";
|
||||
$text['title-conference_profile_param']['ro-ro'] = "";
|
||||
$text['title-conference_profile_param']['ru-ru'] = "Параметры Профиля";
|
||||
$text['title-conference_profile_param']['sv-se'] = "Profil Parameter";
|
||||
$text['title-conference_profile_param']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['title-conference_profile_param']['uk-ua'] = "";
|
||||
$text['title_description-conference_profile_param']['en-us'] = "Settings assigned to the conference profiles.";
|
||||
$text['title_description-conference_profile_param']['ar-eg'] = "";
|
||||
$text['title_description-conference_profile_param']['de-at'] = "Zugewiesene Einstellungen des Konferenz Profils";
|
||||
$text['title_description-conference_profile_param']['de-ch'] = "";
|
||||
$text['title_description-conference_profile_param']['de-de'] = "Zugewiesene Einstellungen des Konferenz Profils";
|
||||
$text['title_description-conference_profile_param']['es-cl'] = "";
|
||||
$text['title_description-conference_profile_param']['es-mx'] = "";
|
||||
$text['title_description-conference_profile_param']['fr-ca'] = "";
|
||||
$text['title_description-conference_profile_param']['fr-fr'] = "";
|
||||
$text['title_description-conference_profile_param']['he-il'] = "";
|
||||
$text['title_description-conference_profile_param']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['title_description-conference_profile_param']['nl-nl'] = "";
|
||||
$text['title_description-conference_profile_param']['pl-pl'] = "";
|
||||
$text['title_description-conference_profile_param']['pt-br'] = "";
|
||||
$text['title_description-conference_profile_param']['pt-pt'] = "";
|
||||
$text['title_description-conference_profile_param']['ro-ro'] = "";
|
||||
$text['title_description-conference_profile_param']['ru-ru'] = "Параметры, назначенные профилям конференции.";
|
||||
$text['title_description-conference_profile_param']['sv-se'] = "Inställningar kopplade till konferens profiler.";
|
||||
$text['title_description-conference_profile_param']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['title_description-conference_profile_param']['uk-ua'] = "";
|
||||
$text['label-profile_param_name']['en-us'] = "Name";
|
||||
$text['label-profile_param_name']['ar-eg'] = "";
|
||||
$text['label-profile_param_name']['de-at'] = "Name";
|
||||
$text['label-profile_param_name']['de-ch'] = "";
|
||||
$text['label-profile_param_name']['de-de'] = "Name";
|
||||
$text['label-profile_param_name']['es-cl'] = "";
|
||||
$text['label-profile_param_name']['es-mx'] = "";
|
||||
$text['label-profile_param_name']['fr-ca'] = "";
|
||||
$text['label-profile_param_name']['fr-fr'] = "";
|
||||
$text['label-profile_param_name']['he-il'] = "";
|
||||
$text['label-profile_param_name']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-profile_param_name']['nl-nl'] = "";
|
||||
$text['label-profile_param_name']['pl-pl'] = "";
|
||||
$text['label-profile_param_name']['pt-br'] = "";
|
||||
$text['label-profile_param_name']['pt-pt'] = "";
|
||||
$text['label-profile_param_name']['ro-ro'] = "";
|
||||
$text['label-profile_param_name']['ru-ru'] = "Имя";
|
||||
$text['label-profile_param_name']['sv-se'] = "Namn";
|
||||
$text['label-profile_param_name']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-profile_param_name']['uk-ua'] = "";
|
||||
$text['description-profile_param_name']['en-us'] = "Enter the parameter name.";
|
||||
$text['description-profile_param_name']['ar-eg'] = "";
|
||||
$text['description-profile_param_name']['de-at'] = "Geben Sie den Namen für den Parameter ein.";
|
||||
$text['description-profile_param_name']['de-ch'] = "";
|
||||
$text['description-profile_param_name']['de-de'] = "Geben Sie den Namen für den Parameter ein.";
|
||||
$text['description-profile_param_name']['es-cl'] = "";
|
||||
$text['description-profile_param_name']['es-mx'] = "";
|
||||
$text['description-profile_param_name']['fr-ca'] = "";
|
||||
$text['description-profile_param_name']['fr-fr'] = "";
|
||||
$text['description-profile_param_name']['he-il'] = "";
|
||||
$text['description-profile_param_name']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['description-profile_param_name']['nl-nl'] = "";
|
||||
$text['description-profile_param_name']['pl-pl'] = "";
|
||||
$text['description-profile_param_name']['pt-br'] = "";
|
||||
$text['description-profile_param_name']['pt-pt'] = "";
|
||||
$text['description-profile_param_name']['ro-ro'] = "";
|
||||
$text['description-profile_param_name']['ru-ru'] = "Введите имя параметра.";
|
||||
$text['description-profile_param_name']['sv-se'] = "Ange parameterns namn.";
|
||||
$text['description-profile_param_name']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['description-profile_param_name']['uk-ua'] = "";
|
||||
$text['label-profile_param_value']['en-us'] = "Value";
|
||||
$text['label-profile_param_value']['ar-eg'] = "";
|
||||
$text['label-profile_param_value']['de-at'] = "Wert";
|
||||
$text['label-profile_param_value']['de-ch'] = "";
|
||||
$text['label-profile_param_value']['de-de'] = "Wert";
|
||||
$text['label-profile_param_value']['es-cl'] = "";
|
||||
$text['label-profile_param_value']['es-mx'] = "";
|
||||
$text['label-profile_param_value']['fr-ca'] = "";
|
||||
$text['label-profile_param_value']['fr-fr'] = "";
|
||||
$text['label-profile_param_value']['he-il'] = "";
|
||||
$text['label-profile_param_value']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-profile_param_value']['nl-nl'] = "";
|
||||
$text['label-profile_param_value']['pl-pl'] = "";
|
||||
$text['label-profile_param_value']['pt-br'] = "";
|
||||
$text['label-profile_param_value']['pt-pt'] = "";
|
||||
$text['label-profile_param_value']['ro-ro'] = "";
|
||||
$text['label-profile_param_value']['ru-ru'] = "Значение";
|
||||
$text['label-profile_param_value']['sv-se'] = "Värde";
|
||||
$text['label-profile_param_value']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-profile_param_value']['uk-ua'] = "";
|
||||
$text['description-profile_param_value']['en-us'] = "Введите Значение.";
|
||||
$text['description-profile_param_value']['ar-eg'] = "";
|
||||
$text['description-profile_param_value']['de-at'] = "Geben Sie den Wert ein.";
|
||||
$text['description-profile_param_value']['de-ch'] = "";
|
||||
$text['description-profile_param_value']['de-de'] = "Geben Sie den Wert ein.";
|
||||
$text['description-profile_param_value']['es-cl'] = "";
|
||||
$text['description-profile_param_value']['es-mx'] = "";
|
||||
$text['description-profile_param_value']['fr-ca'] = "";
|
||||
$text['description-profile_param_value']['fr-fr'] = "";
|
||||
$text['description-profile_param_value']['he-il'] = "";
|
||||
$text['description-profile_param_value']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['description-profile_param_value']['nl-nl'] = "";
|
||||
$text['description-profile_param_value']['pl-pl'] = "";
|
||||
$text['description-profile_param_value']['pt-br'] = "";
|
||||
$text['description-profile_param_value']['pt-pt'] = "";
|
||||
$text['description-profile_param_value']['ro-ro'] = "";
|
||||
$text['description-profile_param_value']['ru-ru'] = "";
|
||||
$text['description-profile_param_value']['sv-se'] = "Ange värdet.";
|
||||
$text['description-profile_param_value']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['description-profile_param_value']['uk-ua'] = "";
|
||||
$text['label-profile_param_enabled']['en-us'] = "Enabled";
|
||||
$text['label-profile_param_enabled']['ar-eg'] = "";
|
||||
$text['label-profile_param_enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-profile_param_enabled']['de-ch'] = "";
|
||||
$text['label-profile_param_enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-profile_param_enabled']['es-cl'] = "";
|
||||
$text['label-profile_param_enabled']['es-mx'] = "";
|
||||
$text['label-profile_param_enabled']['fr-ca'] = "";
|
||||
$text['label-profile_param_enabled']['fr-fr'] = "";
|
||||
$text['label-profile_param_enabled']['he-il'] = "";
|
||||
$text['label-profile_param_enabled']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-profile_param_enabled']['nl-nl'] = "";
|
||||
$text['label-profile_param_enabled']['pl-pl'] = "";
|
||||
$text['label-profile_param_enabled']['pt-br'] = "";
|
||||
$text['label-profile_param_enabled']['pt-pt'] = "";
|
||||
$text['label-profile_param_enabled']['ro-ro'] = "";
|
||||
$text['label-profile_param_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-profile_param_enabled']['sv-se'] = "";
|
||||
$text['label-profile_param_enabled']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-profile_param_enabled']['uk-ua'] = "";
|
||||
$text['description-profile_param_enabled']['en-us'] = "Set the status of the parameter.";
|
||||
$text['description-profile_param_enabled']['ar-eg'] = "";
|
||||
$text['description-profile_param_enabled']['de-at'] = "Setzen Sie den Status des Parameters";
|
||||
$text['description-profile_param_enabled']['de-ch'] = "";
|
||||
$text['description-profile_param_enabled']['de-de'] = "Setzen Sie den Status des Parameters";
|
||||
$text['description-profile_param_enabled']['es-cl'] = "";
|
||||
$text['description-profile_param_enabled']['es-mx'] = "";
|
||||
$text['description-profile_param_enabled']['fr-ca'] = "";
|
||||
$text['description-profile_param_enabled']['fr-fr'] = "";
|
||||
$text['description-profile_param_enabled']['he-il'] = "";
|
||||
$text['description-profile_param_enabled']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-profile_param_enabled']['nl-nl'] = "";
|
||||
$text['description-profile_param_enabled']['pl-pl'] = "";
|
||||
$text['description-profile_param_enabled']['pt-br'] = "";
|
||||
$text['description-profile_param_enabled']['pt-pt'] = "";
|
||||
$text['description-profile_param_enabled']['ro-ro'] = "";
|
||||
$text['description-profile_param_enabled']['ru-ru'] = "Установите состояние параметра.";
|
||||
$text['description-profile_param_enabled']['sv-se'] = "Ange statusen för parametern.";
|
||||
$text['description-profile_param_enabled']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['description-profile_param_enabled']['uk-ua'] = "";
|
||||
$text['label-profile_param_description']['en-us'] = "Description";
|
||||
$text['label-profile_param_description']['ar-eg'] = "";
|
||||
$text['label-profile_param_description']['de-at'] = "Beschreibung";
|
||||
$text['label-profile_param_description']['de-ch'] = "";
|
||||
$text['label-profile_param_description']['de-de'] = "Beschreibung";
|
||||
$text['label-profile_param_description']['es-cl'] = "";
|
||||
$text['label-profile_param_description']['es-mx'] = "";
|
||||
$text['label-profile_param_description']['fr-ca'] = "";
|
||||
$text['label-profile_param_description']['fr-fr'] = "";
|
||||
$text['label-profile_param_description']['he-il'] = "";
|
||||
$text['label-profile_param_description']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['label-profile_param_description']['nl-nl'] = "";
|
||||
$text['label-profile_param_description']['pl-pl'] = "";
|
||||
$text['label-profile_param_description']['pt-br'] = "";
|
||||
$text['label-profile_param_description']['pt-pt'] = "";
|
||||
$text['label-profile_param_description']['ro-ro'] = "";
|
||||
$text['label-profile_param_description']['ru-ru'] = "Описание";
|
||||
$text['label-profile_param_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-profile_param_description']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-profile_param_description']['uk-ua'] = "";
|
||||
$text['description-profile_param_description']['en-us'] = "Enter the description.";
|
||||
$text['description-profile_param_description']['ar-eg'] = "";
|
||||
$text['description-profile_param_description']['de-at'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-profile_param_description']['de-ch'] = "";
|
||||
$text['description-profile_param_description']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-profile_param_description']['es-cl'] = "";
|
||||
$text['description-profile_param_description']['es-mx'] = "";
|
||||
$text['description-profile_param_description']['fr-ca'] = "";
|
||||
$text['description-profile_param_description']['fr-fr'] = "";
|
||||
$text['description-profile_param_description']['he-il'] = "";
|
||||
$text['description-profile_param_description']['it-it'] = "";
|
||||
@@ -317,8 +396,9 @@ $text['description-profile_param_description']['nl-nl'] = "";
|
||||
$text['description-profile_param_description']['pl-pl'] = "";
|
||||
$text['description-profile_param_description']['pt-br'] = "";
|
||||
$text['description-profile_param_description']['pt-pt'] = "";
|
||||
$text['description-profile_param_description']['ro-ro'] = "";
|
||||
$text['description-profile_param_description']['ru-ru'] = "Введите Описание.";
|
||||
$text['description-profile_param_description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-profile_param_description']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-conferences']['en-us'] = "Conferences";
|
||||
$text['title-conferences']['ar-eg'] = "";
|
||||
$text['title-conferences']['de-at'] = "Konferenzen";
|
||||
$text['title-conferences']['de-ch'] = "";
|
||||
$text['title-conferences']['de-de'] = "Konferenzen";
|
||||
$text['title-conferences']['es-cl'] = "Conferencias";
|
||||
$text['title-conferences']['es-mx'] = "";
|
||||
$text['title-conferences']['fr-ca'] = "";
|
||||
$text['title-conferences']['fr-fr'] = "Conférences";
|
||||
$text['title-conferences']['he-il'] = "";
|
||||
$text['title-conferences']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-conferences']['nl-nl'] = "";
|
||||
$text['title-conferences']['pl-pl'] = "";
|
||||
$text['title-conferences']['pt-br'] = "";
|
||||
$text['title-conferences']['pt-pt'] = "Conferências";
|
||||
$text['title-conferences']['ro-ro'] = "";
|
||||
$text['title-conferences']['ru-ru'] = "Конференции";
|
||||
$text['title-conferences']['sv-se'] = "Konferenser";
|
||||
$text['title-conferences']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-conferences']['uk-ua'] = "";
|
||||
$text['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Konferenzen wird verwendet, um KOnferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen.";
|
||||
$text['description']['de-ch'] = "";
|
||||
$text['description']['de-de'] = "Konferenzen wird verwendet, um KOnferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen.";
|
||||
$text['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso pin (opcional).";
|
||||
$text['description']['es-mx'] = "";
|
||||
$text['description']['fr-ca'] = "";
|
||||
$text['description']['fr-fr'] = "Ce menu est utilisé pour créer des salles de conférence avec un nom, une description et en option un code PIN.";
|
||||
$text['description']['he-il'] = "";
|
||||
$text['description']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['description']['nl-nl'] = "";
|
||||
$text['description']['pl-pl'] = "";
|
||||
$text['description']['pt-br'] = "";
|
||||
$text['description']['pt-pt'] = "As conferências são utilizadas para configurar salas de conferência com um nome, descrição e número pin opcional.";
|
||||
$text['description']['ro-ro'] = "";
|
||||
$text['description']['ru-ru'] = "Конференции используются для настройки конференц-залов с именем, описанием и необязательным номером контакта.";
|
||||
$text['description']['sv-se'] = "Konferenser används för att konfigurera konferensrum med namn, beskrivning och valfritt PIN-nummer.";
|
||||
$text['description']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['description']['uk-ua'] = "";
|
||||
$text['label-active_conferences']['en-us'] = "Active Conferences";
|
||||
$text['label-active_conferences']['ar-eg'] = "";
|
||||
$text['label-active_conferences']['de-at'] = "Aktive Konferenzen";
|
||||
$text['label-active_conferences']['de-ch'] = "";
|
||||
$text['label-active_conferences']['de-de'] = "Aktive Konferenzen";
|
||||
$text['label-active_conferences']['es-cl'] = "Conferencias Activas";
|
||||
$text['label-active_conferences']['es-mx'] = "";
|
||||
$text['label-active_conferences']['fr-ca'] = "";
|
||||
$text['label-active_conferences']['fr-fr'] = "Conférences actives";
|
||||
$text['label-active_conferences']['he-il'] = "";
|
||||
$text['label-active_conferences']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['label-active_conferences']['nl-nl'] = "";
|
||||
$text['label-active_conferences']['pl-pl'] = "";
|
||||
$text['label-active_conferences']['pt-br'] = "";
|
||||
$text['label-active_conferences']['pt-pt'] = "Conferências Activas";
|
||||
$text['label-active_conferences']['ro-ro'] = "";
|
||||
$text['label-active_conferences']['ru-ru'] = "Активные Конференции";
|
||||
$text['label-active_conferences']['sv-se'] = "Aktiva Konferenser";
|
||||
$text['label-active_conferences']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['label-active_conferences']['uk-ua'] = "";
|
||||
$text['button-view_active']['en-us'] = "View Active";
|
||||
$text['button-view_active']['ar-eg'] = "";
|
||||
$text['button-view_active']['de-at'] = "Aktive anzeigen";
|
||||
$text['button-view_active']['de-ch'] = "";
|
||||
$text['button-view_active']['de-de'] = "Aktive anzeigen";
|
||||
$text['button-view_active']['es-cl'] = "Ver Activo";
|
||||
$text['button-view_active']['es-mx'] = "";
|
||||
$text['button-view_active']['fr-ca'] = "";
|
||||
$text['button-view_active']['fr-fr'] = "Voir Active";
|
||||
$text['button-view_active']['he-il'] = "";
|
||||
$text['button-view_active']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['button-view_active']['nl-nl'] = "";
|
||||
$text['button-view_active']['pl-pl'] = "";
|
||||
$text['button-view_active']['pt-br'] = "";
|
||||
$text['button-view_active']['pt-pt'] = "Ver Ativo";
|
||||
$text['button-view_active']['ro-ro'] = "";
|
||||
$text['button-view_active']['ru-ru'] = "Просмотр Активных";
|
||||
$text['button-view_active']['sv-se'] = "Visa Aktiva";
|
||||
$text['button-view_active']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['button-view_active']['uk-ua'] = "";
|
||||
$text['table-name']['en-us'] = "Name";
|
||||
$text['table-name']['ar-eg'] = "";
|
||||
$text['table-name']['de-at'] = "Name";
|
||||
$text['table-name']['de-ch'] = "";
|
||||
$text['table-name']['de-de'] = "Name";
|
||||
$text['table-name']['es-cl'] = "Nombre";
|
||||
$text['table-name']['es-mx'] = "";
|
||||
$text['table-name']['fr-ca'] = "";
|
||||
$text['table-name']['fr-fr'] = "Nom";
|
||||
$text['table-name']['he-il'] = "";
|
||||
$text['table-name']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['table-name']['nl-nl'] = "";
|
||||
$text['table-name']['pl-pl'] = "";
|
||||
$text['table-name']['pt-br'] = "";
|
||||
$text['table-name']['pt-pt'] = "Nome";
|
||||
$text['table-name']['ro-ro'] = "";
|
||||
$text['table-name']['ru-ru'] = "Имя";
|
||||
$text['table-name']['sv-se'] = "Namn";
|
||||
$text['table-name']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['table-name']['uk-ua'] = "";
|
||||
$text['table-extension']['en-us'] = "Extension";
|
||||
$text['table-extension']['ar-eg'] = "";
|
||||
$text['table-extension']['de-at'] = "Nebenstelle";
|
||||
$text['table-extension']['de-ch'] = "";
|
||||
$text['table-extension']['de-de'] = "Nebenstelle";
|
||||
$text['table-extension']['es-cl'] = "Extensión";
|
||||
$text['table-extension']['es-mx'] = "";
|
||||
$text['table-extension']['fr-ca'] = "";
|
||||
$text['table-extension']['fr-fr'] = "Extension";
|
||||
$text['table-extension']['he-il'] = "";
|
||||
$text['table-extension']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['table-extension']['nl-nl'] = "";
|
||||
$text['table-extension']['pl-pl'] = "";
|
||||
$text['table-extension']['pt-br'] = "";
|
||||
$text['table-extension']['pt-pt'] = "Extensão";
|
||||
$text['table-extension']['ro-ro'] = "";
|
||||
$text['table-extension']['ru-ru'] = "Внутренний Номер";
|
||||
$text['table-extension']['sv-se'] = "Anknytning";
|
||||
$text['table-extension']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['table-extension']['uk-ua'] = "";
|
||||
$text['table-profile']['en-us'] = "Profile";
|
||||
$text['table-profile']['ar-eg'] = "";
|
||||
$text['table-profile']['de-at'] = "Profile";
|
||||
$text['table-profile']['de-ch'] = "";
|
||||
$text['table-profile']['de-de'] = "Profile";
|
||||
$text['table-profile']['es-cl'] = "Perfil";
|
||||
$text['table-profile']['es-mx'] = "";
|
||||
$text['table-profile']['fr-ca'] = "";
|
||||
$text['table-profile']['fr-fr'] = "Profile";
|
||||
$text['table-profile']['he-il'] = "";
|
||||
$text['table-profile']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['table-profile']['nl-nl'] = "";
|
||||
$text['table-profile']['pl-pl'] = "";
|
||||
$text['table-profile']['pt-br'] = "";
|
||||
$text['table-profile']['pt-pt'] = "Perfil";
|
||||
$text['table-profile']['ro-ro'] = "";
|
||||
$text['table-profile']['ru-ru'] = "Профиль";
|
||||
$text['table-profile']['sv-se'] = "Profil";
|
||||
$text['table-profile']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['table-profile']['uk-ua'] = "";
|
||||
$text['table-order']['en-us'] = "Order";
|
||||
$text['table-order']['ar-eg'] = "";
|
||||
$text['table-order']['de-at'] = "Reihenfolge";
|
||||
$text['table-order']['de-ch'] = "";
|
||||
$text['table-order']['de-de'] = "Reihenfolge";
|
||||
$text['table-order']['es-cl'] = "Orden";
|
||||
$text['table-order']['es-mx'] = "";
|
||||
$text['table-order']['fr-ca'] = "";
|
||||
$text['table-order']['fr-fr'] = "Ordre";
|
||||
$text['table-order']['he-il'] = "";
|
||||
$text['table-order']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['table-order']['nl-nl'] = "";
|
||||
$text['table-order']['pl-pl'] = "";
|
||||
$text['table-order']['pt-br'] = "";
|
||||
$text['table-order']['pt-pt'] = "Ordem";
|
||||
$text['table-order']['ro-ro'] = "";
|
||||
$text['table-order']['ru-ru'] = "Приоритет";
|
||||
$text['table-order']['sv-se'] = "Ordning";
|
||||
$text['table-order']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['table-order']['uk-ua'] = "";
|
||||
$text['table-enabled']['en-us'] = "Enabled";
|
||||
$text['table-enabled']['ar-eg'] = "";
|
||||
$text['table-enabled']['de-at'] = "Aktiviert";
|
||||
$text['table-enabled']['de-ch'] = "";
|
||||
$text['table-enabled']['de-de'] = "Aktiviert";
|
||||
$text['table-enabled']['es-cl'] = "Activo";
|
||||
$text['table-enabled']['es-mx'] = "";
|
||||
$text['table-enabled']['fr-ca'] = "";
|
||||
$text['table-enabled']['fr-fr'] = "Actif";
|
||||
$text['table-enabled']['he-il'] = "";
|
||||
$text['table-enabled']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['table-enabled']['nl-nl'] = "";
|
||||
$text['table-enabled']['pl-pl'] = "";
|
||||
$text['table-enabled']['pt-br'] = "";
|
||||
$text['table-enabled']['pt-pt'] = "Activo";
|
||||
$text['table-enabled']['ro-ro'] = "";
|
||||
$text['table-enabled']['ru-ru'] = "Включено";
|
||||
$text['table-enabled']['sv-se'] = "Aktiverad";
|
||||
$text['table-enabled']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['table-enabled']['uk-ua'] = "";
|
||||
$text['table-description']['en-us'] = "Description";
|
||||
$text['table-description']['ar-eg'] = "";
|
||||
$text['table-description']['de-at'] = "Beschreibung";
|
||||
$text['table-description']['de-ch'] = "";
|
||||
$text['table-description']['de-de'] = "Beschreibung";
|
||||
$text['table-description']['es-cl'] = "Descripción";
|
||||
$text['table-description']['es-mx'] = "";
|
||||
$text['table-description']['fr-ca'] = "";
|
||||
$text['table-description']['fr-fr'] = "Description";
|
||||
$text['table-description']['he-il'] = "";
|
||||
$text['table-description']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['table-description']['nl-nl'] = "";
|
||||
$text['table-description']['pl-pl'] = "";
|
||||
$text['table-description']['pt-br'] = "";
|
||||
$text['table-description']['pt-pt'] = "Descrição";
|
||||
$text['table-description']['ro-ro'] = "";
|
||||
$text['table-description']['ru-ru'] = "Описание";
|
||||
$text['table-description']['sv-se'] = "Beskrivning";
|
||||
$text['table-description']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['table-description']['uk-ua'] = "";
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['ar-eg'] = "";
|
||||
$text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['confirm-add']['de-ch'] = "";
|
||||
$text['confirm-add']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['confirm-add']['es-cl'] = "Agregado Completo";
|
||||
$text['confirm-add']['es-mx'] = "";
|
||||
$text['confirm-add']['fr-ca'] = "";
|
||||
$text['confirm-add']['fr-fr'] = "Ajouté";
|
||||
$text['confirm-add']['he-il'] = "";
|
||||
$text['confirm-add']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['confirm-add']['nl-nl'] = "";
|
||||
$text['confirm-add']['pl-pl'] = "";
|
||||
$text['confirm-add']['pt-br'] = "";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['confirm-add']['ro-ro'] = "";
|
||||
$text['confirm-add']['ru-ru'] = "Добавление Выполнено";
|
||||
$text['confirm-add']['sv-se'] = "Tillagd";
|
||||
$text['confirm-add']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['confirm-add']['uk-ua'] = "";
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['ar-eg'] = "";
|
||||
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
|
||||
$text['confirm-update']['de-ch'] = "";
|
||||
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
|
||||
$text['confirm-update']['es-cl'] = "Actualización Completa";
|
||||
$text['confirm-update']['es-mx'] = "";
|
||||
$text['confirm-update']['fr-ca'] = "";
|
||||
$text['confirm-update']['fr-fr'] = "Mis a jour";
|
||||
$text['confirm-update']['he-il'] = "";
|
||||
$text['confirm-update']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['confirm-update']['nl-nl'] = "";
|
||||
$text['confirm-update']['pl-pl'] = "";
|
||||
$text['confirm-update']['pt-br'] = "";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['ro-ro'] = "";
|
||||
$text['confirm-update']['ru-ru'] = "Обновление Выполнено";
|
||||
$text['confirm-update']['sv-se'] = "Ändring Utförd";
|
||||
$text['confirm-update']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['confirm-update']['uk-ua'] = "";
|
||||
$text['confirm-name']['en-us'] = "Please provide: Name";
|
||||
$text['confirm-name']['ar-eg'] = "";
|
||||
$text['confirm-name']['de-at'] = "Bitte angeben: Name";
|
||||
$text['confirm-name']['de-ch'] = "";
|
||||
$text['confirm-name']['de-de'] = "Bitte angeben: Name";
|
||||
$text['confirm-name']['es-cl'] = "Por favor, indique: Nombre";
|
||||
$text['confirm-name']['es-mx'] = "";
|
||||
$text['confirm-name']['fr-ca'] = "";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
$text['confirm-name']['he-il'] = "";
|
||||
$text['confirm-name']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['confirm-name']['nl-nl'] = "";
|
||||
$text['confirm-name']['pl-pl'] = "";
|
||||
$text['confirm-name']['pt-br'] = "";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['ro-ro'] = "";
|
||||
$text['confirm-name']['ru-ru'] = "Просьба указать: ФИО";
|
||||
$text['confirm-name']['sv-se'] = "Var god ange: Namn";
|
||||
$text['confirm-name']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['confirm-name']['uk-ua'] = "";
|
||||
$text['confirm-extension']['en-us'] = "Please provide: Extension";
|
||||
$text['confirm-extension']['ar-eg'] = "";
|
||||
$text['confirm-extension']['de-at'] = "Bitte angeben: Nebenstelle";
|
||||
$text['confirm-extension']['de-ch'] = "";
|
||||
$text['confirm-extension']['de-de'] = "Bitte angeben: Nebenstelle";
|
||||
$text['confirm-extension']['es-cl'] = "Por favor, indique: Extensión";
|
||||
$text['confirm-extension']['es-mx'] = "";
|
||||
$text['confirm-extension']['fr-ca'] = "";
|
||||
$text['confirm-extension']['fr-fr'] = "Merci d'indiquer: Extension";
|
||||
$text['confirm-extension']['he-il'] = "";
|
||||
$text['confirm-extension']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['confirm-extension']['nl-nl'] = "";
|
||||
$text['confirm-extension']['pl-pl'] = "";
|
||||
$text['confirm-extension']['pt-br'] = "";
|
||||
$text['confirm-extension']['pt-pt'] = "Por favor indique: Extensão";
|
||||
$text['confirm-extension']['ro-ro'] = "";
|
||||
$text['confirm-extension']['ru-ru'] = "Просьба указать: Внутренний Номер";
|
||||
$text['confirm-extension']['sv-se'] = "Var god ange: Anknytning";
|
||||
$text['confirm-extension']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['confirm-extension']['uk-ua'] = "";
|
||||
$text['confirm-profile']['en-us'] = "Please provide: Profile";
|
||||
$text['confirm-profile']['ar-eg'] = "";
|
||||
$text['confirm-profile']['de-at'] = "Bitte angeben: Profil";
|
||||
$text['confirm-profile']['de-ch'] = "";
|
||||
$text['confirm-profile']['de-de'] = "Bitte angeben: Profil";
|
||||
$text['confirm-profile']['es-cl'] = "Por favor, indique: Perfil";
|
||||
$text['confirm-profile']['es-mx'] = "";
|
||||
$text['confirm-profile']['fr-ca'] = "";
|
||||
$text['confirm-profile']['fr-fr'] = "Merci d'indiquer: Profile";
|
||||
$text['confirm-profile']['he-il'] = "";
|
||||
$text['confirm-profile']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['confirm-profile']['nl-nl'] = "";
|
||||
$text['confirm-profile']['pl-pl'] = "";
|
||||
$text['confirm-profile']['pt-br'] = "";
|
||||
$text['confirm-profile']['pt-pt'] = "Por favor indique: Perfil";
|
||||
$text['confirm-profile']['ro-ro'] = "";
|
||||
$text['confirm-profile']['ru-ru'] = "Просьба указать: Профиль";
|
||||
$text['confirm-profile']['sv-se'] = "Var god ange: Profil";
|
||||
$text['confirm-profile']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['confirm-profile']['uk-ua'] = "";
|
||||
$text['confirm-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['confirm-enabled']['ar-eg'] = "";
|
||||
$text['confirm-enabled']['de-at'] = "Bitte angeben: Aktiviert";
|
||||
$text['confirm-enabled']['de-ch'] = "";
|
||||
$text['confirm-enabled']['de-de'] = "Bitte angeben: Aktiviert";
|
||||
$text['confirm-enabled']['es-cl'] = "Por favor, indique: Activado";
|
||||
$text['confirm-enabled']['es-mx'] = "";
|
||||
$text['confirm-enabled']['fr-ca'] = "";
|
||||
$text['confirm-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
$text['confirm-enabled']['he-il'] = "";
|
||||
$text['confirm-enabled']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['confirm-enabled']['nl-nl'] = "";
|
||||
$text['confirm-enabled']['pl-pl'] = "";
|
||||
$text['confirm-enabled']['pt-br'] = "";
|
||||
$text['confirm-enabled']['pt-pt'] = "Por favor indique: Ativado";
|
||||
$text['confirm-enabled']['ro-ro'] = "";
|
||||
$text['confirm-enabled']['ru-ru'] = "Просьба указать: Включено";
|
||||
$text['confirm-enabled']['sv-se'] = "Var god ange: Aktiverad";
|
||||
$text['confirm-enabled']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['confirm-enabled']['uk-ua'] = "";
|
||||
$text['label-conference-add']['en-us'] = "Conferences Add";
|
||||
$text['label-conference-add']['ar-eg'] = "";
|
||||
$text['label-conference-add']['de-at'] = "Konferenz hinzufügen";
|
||||
$text['label-conference-add']['de-ch'] = "";
|
||||
$text['label-conference-add']['de-de'] = "Konferenz hinzufügen";
|
||||
$text['label-conference-add']['es-cl'] = "Agregar Conferencias";
|
||||
$text['label-conference-add']['es-mx'] = "";
|
||||
$text['label-conference-add']['fr-ca'] = "";
|
||||
$text['label-conference-add']['fr-fr'] = "Ajouter des conférences";
|
||||
$text['label-conference-add']['he-il'] = "";
|
||||
$text['label-conference-add']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-conference-add']['nl-nl'] = "";
|
||||
$text['label-conference-add']['pl-pl'] = "";
|
||||
$text['label-conference-add']['pt-br'] = "";
|
||||
$text['label-conference-add']['pt-pt'] = "Adição de Conferências";
|
||||
$text['label-conference-add']['ro-ro'] = "";
|
||||
$text['label-conference-add']['ru-ru'] = "Добавить Конференции";
|
||||
$text['label-conference-add']['sv-se'] = "Lägg Till Konferens";
|
||||
$text['label-conference-add']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-conference-add']['uk-ua'] = "";
|
||||
$text['label-conference-edit']['en-us'] = "Conferences Edit";
|
||||
$text['label-conference-edit']['ar-eg'] = "";
|
||||
$text['label-conference-edit']['de-at'] = "Konferenz bearbeiten";
|
||||
$text['label-conference-edit']['de-ch'] = "";
|
||||
$text['label-conference-edit']['de-de'] = "Konferenz bearbeiten";
|
||||
$text['label-conference-edit']['es-cl'] = "Edición de Conferencias";
|
||||
$text['label-conference-edit']['es-mx'] = "";
|
||||
$text['label-conference-edit']['fr-ca'] = "";
|
||||
$text['label-conference-edit']['fr-fr'] = "Editer les conférences";
|
||||
$text['label-conference-edit']['he-il'] = "";
|
||||
$text['label-conference-edit']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['label-conference-edit']['nl-nl'] = "";
|
||||
$text['label-conference-edit']['pl-pl'] = "";
|
||||
$text['label-conference-edit']['pt-br'] = "";
|
||||
$text['label-conference-edit']['pt-pt'] = "Edição de Conferências";
|
||||
$text['label-conference-edit']['ro-ro'] = "";
|
||||
$text['label-conference-edit']['ru-ru'] = "Редактировать Конференции";
|
||||
$text['label-conference-edit']['sv-se'] = "Ändra Konferens";
|
||||
$text['label-conference-edit']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-conference-edit']['uk-ua'] = "";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-extension']['de-ch'] = "";
|
||||
$text['label-extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['es-mx'] = "";
|
||||
$text['label-extension']['fr-ca'] = "";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['he-il'] = "";
|
||||
$text['label-extension']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "";
|
||||
$text['label-extension']['pt-br'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний Номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-extension']['uk-ua'] = "";
|
||||
$text['description-name']['en-us'] = "Enter the conference name.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie einen Namen für die Konferenz ein.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie einen Namen für die Konferenz ein.";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre de la conferencia.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom de la conférence.";
|
||||
$text['description-name']['he-il'] = "";
|
||||
$text['description-name']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "";
|
||||
$text['description-name']['pt-br'] = "";
|
||||
$text['description-name']['pt-pt'] = "Insira o nome da conferência.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Введите Имя Конференции.";
|
||||
$text['description-name']['sv-se'] = "Ange konferensens namn.";
|
||||
$text['description-name']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['description-name']['uk-ua'] = "";
|
||||
$text['description-extension']['en-us'] = "Enter the conference extension number.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Geben Sie die Nebenstelle der Konferenz an.";
|
||||
$text['description-extension']['de-ch'] = "";
|
||||
$text['description-extension']['de-de'] = "Geben Sie die Nebenstelle der Konferenz an.";
|
||||
$text['description-extension']['es-cl'] = "Ingrese el número de extensión de la conferencia";
|
||||
$text['description-extension']['es-mx'] = "";
|
||||
$text['description-extension']['fr-ca'] = "";
|
||||
$text['description-extension']['fr-fr'] = "Entrer le numéro d'extension de la conférence.";
|
||||
$text['description-extension']['he-il'] = "";
|
||||
$text['description-extension']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['description-extension']['nl-nl'] = "";
|
||||
$text['description-extension']['pl-pl'] = "";
|
||||
$text['description-extension']['pt-br'] = "";
|
||||
$text['description-extension']['pt-pt'] = "Insira a extensão da conferência";
|
||||
$text['description-extension']['ro-ro'] = "";
|
||||
$text['description-extension']['ru-ru'] = "Введите добавочный номер конференции.";
|
||||
$text['description-extension']['sv-se'] = "Ange konferensens anknytnings nummer.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['description-extension']['uk-ua'] = "";
|
||||
$text['description-3']['en-us'] = "to monitor and interact with the conference room.";
|
||||
$text['description-3']['ar-eg'] = "";
|
||||
$text['description-3']['de-at'] = "um eine Konferenz zu überwachen und zu steuern.";
|
||||
$text['description-3']['de-ch'] = "";
|
||||
$text['description-3']['de-de'] = "um eine Konferenz zu überwachen und zu steuern.";
|
||||
$text['description-3']['es-cl'] = "para monitorear e interactuar con la sala de conferencia.";
|
||||
$text['description-3']['es-mx'] = "";
|
||||
$text['description-3']['fr-ca'] = "";
|
||||
$text['description-3']['fr-fr'] = "Superviser et interagir avec la salle de conférence.";
|
||||
$text['description-3']['he-il'] = "";
|
||||
$text['description-3']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['description-3']['nl-nl'] = "";
|
||||
$text['description-3']['pl-pl'] = "";
|
||||
$text['description-3']['pt-br'] = "";
|
||||
$text['description-3']['pt-pt'] = "para monitorizar e interagir com a sala de conferências.";
|
||||
$text['description-3']['ro-ro'] = "";
|
||||
$text['description-3']['ru-ru'] = "Контролировать и взаимодействовать с конференц-залом.";
|
||||
$text['description-3']['sv-se'] = "för att interagera med konferens rum.";
|
||||
$text['description-3']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['description-3']['uk-ua'] = "";
|
||||
$text['label-pin']['en-us'] = "Pin Number";
|
||||
$text['label-pin']['ar-eg'] = "";
|
||||
$text['label-pin']['de-at'] = "PIN Nummer";
|
||||
$text['label-pin']['de-ch'] = "";
|
||||
$text['label-pin']['de-de'] = "PIN Nummer";
|
||||
$text['label-pin']['es-cl'] = "Número Pin";
|
||||
$text['label-pin']['es-mx'] = "";
|
||||
$text['label-pin']['fr-ca'] = "";
|
||||
$text['label-pin']['fr-fr'] = "Code Pin";
|
||||
$text['label-pin']['he-il'] = "";
|
||||
$text['label-pin']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['label-pin']['nl-nl'] = "";
|
||||
$text['label-pin']['pl-pl'] = "";
|
||||
$text['label-pin']['pt-br'] = "";
|
||||
$text['label-pin']['pt-pt'] = "Código Pin";
|
||||
$text['label-pin']['ro-ro'] = "";
|
||||
$text['label-pin']['ru-ru'] = "PIN Номер";
|
||||
$text['label-pin']['sv-se'] = "Pin Nummer";
|
||||
$text['label-pin']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['label-pin']['uk-ua'] = "";
|
||||
$text['description-pin']['en-us'] = "Optional pin number to secure access to the conference.";
|
||||
$text['description-pin']['ar-eg'] = "";
|
||||
$text['description-pin']['de-at'] = "Optionale PIN Nummer um den Zugriff auf die Konferenz ab zu sichern.)";
|
||||
$text['description-pin']['de-ch'] = "";
|
||||
$text['description-pin']['de-de'] = "Optionale PIN Nummer um den Zugriff auf die Konferenz ab zu sichern.)";
|
||||
$text['description-pin']['es-cl'] = "Número de pin opcional para garantizar el acceso a la conferencia.";
|
||||
$text['description-pin']['es-mx'] = "";
|
||||
$text['description-pin']['fr-ca'] = "";
|
||||
$text['description-pin']['fr-fr'] = "Numéro d'identifiant pour sécuriser l'accès à la conf. (Optionnel)";
|
||||
$text['description-pin']['he-il'] = "";
|
||||
$text['description-pin']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['description-pin']['nl-nl'] = "";
|
||||
$text['description-pin']['pl-pl'] = "";
|
||||
$text['description-pin']['pt-br'] = "";
|
||||
$text['description-pin']['pt-pt'] = "Código pin opcional para garantir o acesso à conferência.";
|
||||
$text['description-pin']['ro-ro'] = "";
|
||||
$text['description-pin']['ru-ru'] = "Дополнительный PIN номер контакта для обеспечения доступа к конференции.";
|
||||
$text['description-pin']['sv-se'] = "Frivilligt pin nummer för att säkra tillgången till konferensen.";
|
||||
$text['description-pin']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['description-pin']['uk-ua'] = "";
|
||||
$text['confirm-delete-2']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete-2']['ar-eg'] = "";
|
||||
$text['confirm-delete-2']['de-at'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete-2']['de-ch'] = "";
|
||||
$text['confirm-delete-2']['de-de'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete-2']['es-cl'] = "¿Realmente desea eliminar esto?";
|
||||
$text['confirm-delete-2']['es-mx'] = "";
|
||||
$text['confirm-delete-2']['fr-ca'] = "";
|
||||
$text['confirm-delete-2']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete-2']['he-il'] = "";
|
||||
$text['confirm-delete-2']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['confirm-delete-2']['nl-nl'] = "";
|
||||
$text['confirm-delete-2']['pl-pl'] = "";
|
||||
$text['confirm-delete-2']['pt-br'] = "";
|
||||
$text['confirm-delete-2']['pt-pt'] = "Deseja realmente apagar isto?";
|
||||
$text['confirm-delete-2']['ro-ro'] = "";
|
||||
$text['confirm-delete-2']['ru-ru'] = "Вы действительно хотите удалить это?";
|
||||
$text['confirm-delete-2']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete-2']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['confirm-delete-2']['uk-ua'] = "";
|
||||
$text['description-info']['en-us'] = "Enter the description.";
|
||||
$text['description-info']['ar-eg'] = "";
|
||||
$text['description-info']['de-at'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-info']['de-ch'] = "";
|
||||
$text['description-info']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-info']['es-cl'] = "Ingrese una descripción.";
|
||||
$text['description-info']['es-mx'] = "";
|
||||
$text['description-info']['fr-ca'] = "";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
$text['description-info']['he-il'] = "";
|
||||
$text['description-info']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['description-info']['nl-nl'] = "";
|
||||
$text['description-info']['pl-pl'] = "";
|
||||
$text['description-info']['pt-br'] = "";
|
||||
$text['description-info']['pt-pt'] = "Insira a descrição.";
|
||||
$text['description-info']['ro-ro'] = "";
|
||||
$text['description-info']['ru-ru'] = "Введите описание.";
|
||||
$text['description-info']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-info']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['description-info']['uk-ua'] = "";
|
||||
$text['description-conference-enable']['en-us'] = "Select whether to enable or disable the conference.";
|
||||
$text['description-conference-enable']['ar-eg'] = "";
|
||||
$text['description-conference-enable']['de-at'] = "Wählen Sie, ob die Konferenz ein- oder ausgeschaltet werden soll.";
|
||||
$text['description-conference-enable']['de-ch'] = "";
|
||||
$text['description-conference-enable']['de-de'] = "Wählen Sie, ob die Konferenz ein- oder ausgeschaltet werden soll.";
|
||||
$text['description-conference-enable']['es-cl'] = "Indique si desea activar o desactivar la conferencia.";
|
||||
$text['description-conference-enable']['es-mx'] = "";
|
||||
$text['description-conference-enable']['fr-ca'] = "";
|
||||
$text['description-conference-enable']['fr-fr'] = "Choisir d'activer ou non la conférence.";
|
||||
$text['description-conference-enable']['he-il'] = "";
|
||||
$text['description-conference-enable']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['description-conference-enable']['nl-nl'] = "";
|
||||
$text['description-conference-enable']['pl-pl'] = "";
|
||||
$text['description-conference-enable']['pt-br'] = "";
|
||||
$text['description-conference-enable']['pt-pt'] = "Seleccione se deseja ativar ou desativar a conferência.";
|
||||
$text['description-conference-enable']['ro-ro'] = "";
|
||||
$text['description-conference-enable']['ru-ru'] = "Выберите, включить или отключить конференцию.";
|
||||
$text['description-conference-enable']['sv-se'] = "Välj om konferensen skall vara aktiverad eller ej.";
|
||||
$text['description-conference-enable']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['description-conference-enable']['uk-ua'] = "";
|
||||
$text['description-order']['en-us'] = "Enter the order number.";
|
||||
$text['description-order']['ar-eg'] = "";
|
||||
$text['description-order']['de-at'] = "Geben Sie die Nummer für die Reihenfolge an.";
|
||||
$text['description-order']['de-ch'] = "";
|
||||
$text['description-order']['de-de'] = "Geben Sie die Nummer für die Reihenfolge an.";
|
||||
$text['description-order']['es-cl'] = "Ingrese el número de orden.";
|
||||
$text['description-order']['es-mx'] = "";
|
||||
$text['description-order']['fr-ca'] = "";
|
||||
$text['description-order']['fr-fr'] = "Entrer le numéro d'ordre.";
|
||||
$text['description-order']['he-il'] = "";
|
||||
$text['description-order']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['description-order']['nl-nl'] = "";
|
||||
$text['description-order']['pl-pl'] = "";
|
||||
$text['description-order']['pt-br'] = "";
|
||||
$text['description-order']['pt-pt'] = "Digite o número do pedido.";
|
||||
$text['description-order']['ro-ro'] = "";
|
||||
$text['description-order']['ru-ru'] = "Введите номер заказа.";
|
||||
$text['description-order']['sv-se'] = "Ange ordnings numret.";
|
||||
$text['description-order']['uk-ua'] = "";
|
||||
@@ -452,15 +564,19 @@ $text['description-order']['uk-ua'] = "";
|
||||
$text['description-user-add']['en-us'] = "Assign the users that are can manage this conference extension.";
|
||||
$text['description-user-add']['ar-eg'] = "";
|
||||
$text['description-user-add']['de-at'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
|
||||
$text['description-user-add']['de-ch'] = "";
|
||||
$text['description-user-add']['de-de'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
|
||||
$text['description-user-add']['es-cl'] = "Asignar usuarios para que puedan administrar esta extensión de conferencia.";
|
||||
$text['description-user-add']['fr-fr'] = "Selectionner les usagers pouvant gérer cette conférence.";
|
||||
$text['description-user-add']['es-mx'] = "";
|
||||
$text['description-user-add']['fr-ca'] = "";
|
||||
$text['description-user-add']['fr-fr'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
|
||||
$text['description-user-add']['he-il'] = "";
|
||||
$text['description-user-add']['it-it'] = "";
|
||||
$text['description-user-add']['nl-nl'] = "";
|
||||
$text['description-user-add']['pl-pl'] = "";
|
||||
$text['description-user-add']['pt-br'] = "";
|
||||
$text['description-user-add']['pt-pt'] = "Atribuir utilizadores que podem gerir esta extensão de conferência.";
|
||||
$text['description-user-add']['ro-ro'] = "";
|
||||
$text['description-user-add']['ru-ru'] = "Назначьте пользователей, которые могут управлять этим Внутренним Номером конференции.";
|
||||
$text['description-user-add']['sv-se'] = "Lägg till användarna som kan managera denna konferens anknytning.";
|
||||
$text['description-user-add']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['description-user-add']['uk-ua'] = "";
|
||||
$text['description-profile']['en-us'] = "Conference Profile is a collection of settings for the conference.";
|
||||
$text['description-profile']['ar-eg'] = "";
|
||||
$text['description-profile']['de-at'] = "Ein Profil ist eine Zusammenfassung von Parametern für die Konferenz.";
|
||||
$text['description-profile']['de-ch'] = "";
|
||||
$text['description-profile']['de-de'] = "Ein Profil ist eine Zusammenfassung von Parametern für die Konferenz.";
|
||||
$text['description-profile']['es-cl'] = "El perfil de conferencia es una colección de ajustes para la conferencia.";
|
||||
$text['description-profile']['es-mx'] = "";
|
||||
$text['description-profile']['fr-ca'] = "";
|
||||
$text['description-profile']['fr-fr'] = "Le profile de la conférence est une liste de paramètres pour la conférence.";
|
||||
$text['description-profile']['he-il'] = "";
|
||||
$text['description-profile']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['description-profile']['nl-nl'] = "";
|
||||
$text['description-profile']['pl-pl'] = "";
|
||||
$text['description-profile']['pt-br'] = "";
|
||||
$text['description-profile']['pt-pt'] = "Perfil de conferência é um conjunto de definições para a conferência.";
|
||||
$text['description-profile']['ro-ro'] = "";
|
||||
$text['description-profile']['ru-ru'] = "Профиль конференции - это набор настроек для конференции.";
|
||||
$text['description-profile']['sv-se'] = "Konferensprofil är en samling inställningar för konferensen.";
|
||||
$text['description-profile']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['description-profile']['uk-ua'] = "";
|
||||
$text['description-flags']['en-us'] = "Optional conference flags. examples: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['ar-eg'] = "";
|
||||
$text['description-flags']['de-at'] = "Optionale Attribute für die Konferenz. Beispiele: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['de-ch'] = "";
|
||||
$text['description-flags']['de-de'] = "Optionale Attribute für die Konferenz. Beispiele: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['es-cl'] = "Flags opcionales de conferencia. Ejemplo: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['es-mx'] = "";
|
||||
$text['description-flags']['fr-ca'] = "";
|
||||
$text['description-flags']['fr-fr'] = "Flags Optionnels de la conférence. exemple: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['he-il'] = "";
|
||||
$text['description-flags']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['description-flags']['nl-nl'] = "";
|
||||
$text['description-flags']['pl-pl'] = "";
|
||||
$text['description-flags']['pt-br'] = "";
|
||||
$text['description-flags']['pt-pt'] = "Flags opcionais de conferências. Exemplos: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['ro-ro'] = "";
|
||||
$text['description-flags']['ru-ru'] = "Дополнительные флаги конференции. Примеры: откл. Микрофон | откл. Динамик | Временное отсутствие | Модератор";
|
||||
$text['description-flags']['sv-se'] = "Valfria konferensflaggor. Exempel: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['description-flags']['uk-ua'] = "";
|
||||
$text['label-user_list']['en-us'] = "User List";
|
||||
$text['label-user_list']['ar-eg'] = "";
|
||||
$text['label-user_list']['de-at'] = "Benutzerliste";
|
||||
$text['label-user_list']['de-ch'] = "";
|
||||
$text['label-user_list']['de-de'] = "Benutzerliste";
|
||||
$text['label-user_list']['es-cl'] = "Lista de usuarios";
|
||||
$text['label-user_list']['es-mx'] = "";
|
||||
$text['label-user_list']['fr-ca'] = "";
|
||||
$text['label-user_list']['fr-fr'] = "Liste des utilisateurs";
|
||||
$text['label-user_list']['he-il'] = "";
|
||||
$text['label-user_list']['it-it'] = "";
|
||||
@@ -509,6 +636,7 @@ $text['label-user_list']['nl-nl'] = "";
|
||||
$text['label-user_list']['pl-pl'] = "";
|
||||
$text['label-user_list']['pt-br'] = "";
|
||||
$text['label-user_list']['pt-pt'] = "Lista de usuários";
|
||||
$text['label-user_list']['ro-ro'] = "";
|
||||
$text['label-user_list']['ru-ru'] = "Список Пользователей";
|
||||
$text['label-user_list']['sv-se'] = "Användarlista";
|
||||
$text['label-user_list']['uk-ua'] = "";
|
||||
@@ -516,8 +644,11 @@ $text['label-user_list']['uk-ua'] = "";
|
||||
$text['label-flags']['en-us'] = "Flags";
|
||||
$text['label-flags']['ar-eg'] = "";
|
||||
$text['label-flags']['de-at'] = "Attribute";
|
||||
$text['label-flags']['de-ch'] = "";
|
||||
$text['label-flags']['de-de'] = "Attribute";
|
||||
$text['label-flags']['es-cl'] = "Banderas";
|
||||
$text['label-flags']['es-mx'] = "";
|
||||
$text['label-flags']['fr-ca'] = "";
|
||||
$text['label-flags']['fr-fr'] = "Drapeaux";
|
||||
$text['label-flags']['he-il'] = "";
|
||||
$text['label-flags']['it-it'] = "";
|
||||
@@ -525,8 +656,9 @@ $text['label-flags']['nl-nl'] = "";
|
||||
$text['label-flags']['pl-pl'] = "";
|
||||
$text['label-flags']['pt-br'] = "";
|
||||
$text['label-flags']['pt-pt'] = "Bandeiras";
|
||||
$text['label-flags']['ro-ro'] = "";
|
||||
$text['label-flags']['ru-ru'] = "Флаги";
|
||||
$text['label-flags']['sv-se'] = "Flaggor";
|
||||
$text['label-flags']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['message-denied']['en-us'] = "access denied";
|
||||
$text['message-denied']['ar-eg'] = "";
|
||||
$text['message-denied']['de-at'] = "Zugang verweigert";
|
||||
$text['message-denied']['de-ch'] = "";
|
||||
$text['message-denied']['de-de'] = "Zugang verweigert";
|
||||
$text['message-denied']['es-cl'] = "acceso denegado";
|
||||
$text['message-denied']['es-mx'] = "";
|
||||
$text['message-denied']['fr-ca'] = "";
|
||||
$text['message-denied']['fr-fr'] = "Accès non authorisé";
|
||||
$text['message-denied']['he-il'] = "";
|
||||
$text['message-denied']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['message-denied']['nl-nl'] = "";
|
||||
$text['message-denied']['pl-pl'] = "Odmowa dostępu";
|
||||
$text['message-denied']['pt-br'] = "Acesso negado";
|
||||
$text['message-denied']['pt-pt'] = "Acesso negado";
|
||||
$text['message-denied']['ro-ro'] = "";
|
||||
$text['message-denied']['ru-ru'] = "Доступ запрещён";
|
||||
$text['message-denied']['sv-se'] = "Tillträde Nekat";
|
||||
$text['message-denied']['uk-ua'] = "в доступі відмовлено";
|
||||
@@ -20,8 +24,11 @@ $text['message-denied']['uk-ua'] = "в доступі відмовлено";
|
||||
$text['message-connection']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['message-connection']['ar-eg'] = "";
|
||||
$text['message-connection']['de-at'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['message-connection']['de-ch'] = "";
|
||||
$text['message-connection']['de-de'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['message-connection']['es-cl'] = "Conexión a Socket de Evento fallida.";
|
||||
$text['message-connection']['es-mx'] = "";
|
||||
$text['message-connection']['fr-ca'] = "";
|
||||
$text['message-connection']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
$text['message-connection']['he-il'] = "";
|
||||
$text['message-connection']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['message-connection']['nl-nl'] = "";
|
||||
$text['message-connection']['pl-pl'] = "Połączenie do „Event Socket” nie powiodło się";
|
||||
$text['message-connection']['pt-br'] = "Conexão ao evento Socket falhou";
|
||||
$text['message-connection']['pt-pt'] = "Conexão à Event Socket falhou.";
|
||||
$text['message-connection']['ro-ro'] = "";
|
||||
$text['message-connection']['ru-ru'] = "Подключение к Event Socket неудачно.";
|
||||
$text['message-connection']['sv-se'] = "Anslutning till Händelse misslyckades";
|
||||
$text['message-connection']['uk-ua'] = "Помилка підключення до сокета подій.";
|
||||
@@ -36,8 +44,11 @@ $text['message-connection']['uk-ua'] = "Помилка підключення д
|
||||
$text['message-click_to_unmute']['en-us'] = "Click to Unmute Member";
|
||||
$text['message-click_to_unmute']['ar-eg'] = "";
|
||||
$text['message-click_to_unmute']['de-at'] = "Klicken Sie hier um die Stummschaltung zu deaktivieren";
|
||||
$text['message-click_to_unmute']['de-ch'] = "";
|
||||
$text['message-click_to_unmute']['de-de'] = "";
|
||||
$text['message-click_to_unmute']['es-cl'] = "Haga clic para desactivar el silencio miembro";
|
||||
$text['message-click_to_unmute']['es-mx'] = "";
|
||||
$text['message-click_to_unmute']['fr-ca'] = "";
|
||||
$text['message-click_to_unmute']['fr-fr'] = "Cliquez pour Réactiver membres";
|
||||
$text['message-click_to_unmute']['he-il'] = "";
|
||||
$text['message-click_to_unmute']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['message-click_to_unmute']['nl-nl'] = "";
|
||||
$text['message-click_to_unmute']['pl-pl'] = "Kliknij, aby wyłączyć wyciszenie uczestnika";
|
||||
$text['message-click_to_unmute']['pt-br'] = "Clique para desativar o mudo";
|
||||
$text['message-click_to_unmute']['pt-pt'] = "Clique para microf Estados";
|
||||
$text['message-click_to_unmute']['ro-ro'] = "";
|
||||
$text['message-click_to_unmute']['ru-ru'] = "Нажмите, чтобы включить микрофон участника";
|
||||
$text['message-click_to_unmute']['sv-se'] = "Klicka för att Aktivera Deltagares Mikrofon";
|
||||
$text['message-click_to_unmute']['uk-ua'] = "Натисніть, щоб включити учасника";
|
||||
@@ -52,8 +64,11 @@ $text['message-click_to_unmute']['uk-ua'] = "Натисніть, щоб вклю
|
||||
$text['message-click_to_mute']['en-us'] = "Click to mute Member";
|
||||
$text['message-click_to_mute']['ar-eg'] = "";
|
||||
$text['message-click_to_mute']['de-at'] = "Klicken Sie hier um den Teilnehmer stumm zu schalten";
|
||||
$text['message-click_to_mute']['de-ch'] = "";
|
||||
$text['message-click_to_mute']['de-de'] = "Klicken Sie hier um den Teilnehmer stumm zu schalten";
|
||||
$text['message-click_to_mute']['es-cl'] = "Haga clic en silencio miembro";
|
||||
$text['message-click_to_mute']['es-mx'] = "";
|
||||
$text['message-click_to_mute']['fr-ca'] = "";
|
||||
$text['message-click_to_mute']['fr-fr'] = "Cliquez sur muet Membres";
|
||||
$text['message-click_to_mute']['he-il'] = "";
|
||||
$text['message-click_to_mute']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['message-click_to_mute']['nl-nl'] = "";
|
||||
$text['message-click_to_mute']['pl-pl'] = "Kliknij, aby wyciszyć uczestnika";
|
||||
$text['message-click_to_mute']['pt-br'] = "Clique para ativar o mudo";
|
||||
$text['message-click_to_mute']['pt-pt'] = "Clique para silenciar Estados";
|
||||
$text['message-click_to_mute']['ro-ro'] = "";
|
||||
$text['message-click_to_mute']['ru-ru'] = "Нажмите, чтобы отключить микрофон участника";
|
||||
$text['message-click_to_mute']['sv-se'] = "Klicka för att Stänga Av Deltagares Mikrofon";
|
||||
$text['message-click_to_mute']['uk-ua'] = "Натисніть, щоб вилючити учасника";
|
||||
@@ -68,8 +84,11 @@ $text['message-click_to_mute']['uk-ua'] = "Натисніть, щоб вилюч
|
||||
$text['label-yes']['en-us'] = "Yes";
|
||||
$text['label-yes']['ar-eg'] = "";
|
||||
$text['label-yes']['de-at'] = "Ja";
|
||||
$text['label-yes']['de-ch'] = "";
|
||||
$text['label-yes']['de-de'] = "Ja";
|
||||
$text['label-yes']['es-cl'] = "Si";
|
||||
$text['label-yes']['es-mx'] = "";
|
||||
$text['label-yes']['fr-ca'] = "";
|
||||
$text['label-yes']['fr-fr'] = "Oui";
|
||||
$text['label-yes']['he-il'] = "";
|
||||
$text['label-yes']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-yes']['nl-nl'] = "";
|
||||
$text['label-yes']['pl-pl'] = "Tak";
|
||||
$text['label-yes']['pt-br'] = "Sim";
|
||||
$text['label-yes']['pt-pt'] = "Sim";
|
||||
$text['label-yes']['ro-ro'] = "";
|
||||
$text['label-yes']['ru-ru'] = "Да";
|
||||
$text['label-yes']['sv-se'] = "Ja";
|
||||
$text['label-yes']['uk-ua'] = "Так";
|
||||
@@ -84,8 +104,11 @@ $text['label-yes']['uk-ua'] = "Так";
|
||||
$text['label-volume']['en-us'] = "Vol";
|
||||
$text['label-volume']['ar-eg'] = "";
|
||||
$text['label-volume']['de-at'] = "Lautstärke";
|
||||
$text['label-volume']['de-ch'] = "";
|
||||
$text['label-volume']['de-de'] = "Lautstärke";
|
||||
$text['label-volume']['es-cl'] = "Vol";
|
||||
$text['label-volume']['es-mx'] = "";
|
||||
$text['label-volume']['fr-ca'] = "";
|
||||
$text['label-volume']['fr-fr'] = "Vol";
|
||||
$text['label-volume']['he-il'] = "";
|
||||
$text['label-volume']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-volume']['nl-nl'] = "";
|
||||
$text['label-volume']['pl-pl'] = "Głośność";
|
||||
$text['label-volume']['pt-br'] = "Volume";
|
||||
$text['label-volume']['pt-pt'] = "Vol";
|
||||
$text['label-volume']['ro-ro'] = "";
|
||||
$text['label-volume']['ru-ru'] = "Громкость";
|
||||
$text['label-volume']['sv-se'] = "Vol";
|
||||
$text['label-volume']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-volume']['uk-ua'] = "";
|
||||
$text['label-video']['en-us'] = "Video";
|
||||
$text['label-video']['ar-eg'] = "";
|
||||
$text['label-video']['de-at'] = "Video";
|
||||
$text['label-video']['de-ch'] = "";
|
||||
$text['label-video']['de-de'] = "Video";
|
||||
$text['label-video']['es-cl'] = "Video";
|
||||
$text['label-video']['es-mx'] = "";
|
||||
$text['label-video']['fr-ca'] = "";
|
||||
$text['label-video']['fr-fr'] = "Vidéo";
|
||||
$text['label-video']['he-il'] = "";
|
||||
$text['label-video']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-video']['nl-nl'] = "";
|
||||
$text['label-video']['pl-pl'] = "Wideo";
|
||||
$text['label-video']['pt-br'] = "Video";
|
||||
$text['label-video']['pt-pt'] = "Vídeo";
|
||||
$text['label-video']['ro-ro'] = "";
|
||||
$text['label-video']['ru-ru'] = "Видео";
|
||||
$text['label-video']['sv-se'] = "Video";
|
||||
$text['label-video']['uk-ua'] = "Відео";
|
||||
@@ -116,8 +144,11 @@ $text['label-video']['uk-ua'] = "Відео";
|
||||
$text['label-unmute-all']['en-us'] = "Unmute All";
|
||||
$text['label-unmute-all']['ar-eg'] = "";
|
||||
$text['label-unmute-all']['de-at'] = "Stummschaltung deaktivieren, alle";
|
||||
$text['label-unmute-all']['de-ch'] = "";
|
||||
$text['label-unmute-all']['de-de'] = "Stummschaltung deaktivieren, alle";
|
||||
$text['label-unmute-all']['es-cl'] = "Desilenciar a todos";
|
||||
$text['label-unmute-all']['es-mx'] = "";
|
||||
$text['label-unmute-all']['fr-ca'] = "";
|
||||
$text['label-unmute-all']['fr-fr'] = "tous sonore";
|
||||
$text['label-unmute-all']['he-il'] = "";
|
||||
$text['label-unmute-all']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-unmute-all']['nl-nl'] = "";
|
||||
$text['label-unmute-all']['pl-pl'] = "Wyłącz wyciszenie wszystkim";
|
||||
$text['label-unmute-all']['pt-br'] = "Todos com som";
|
||||
$text['label-unmute-all']['pt-pt'] = "Todos com som";
|
||||
$text['label-unmute-all']['ro-ro'] = "";
|
||||
$text['label-unmute-all']['ru-ru'] = "Включить все микрофоны";
|
||||
$text['label-unmute-all']['sv-se'] = "Aktivera Allas Mikrofoner";
|
||||
$text['label-unmute-all']['uk-ua'] = "Unmute All ";
|
||||
@@ -132,8 +164,11 @@ $text['label-unmute-all']['uk-ua'] = "Unmute All ";
|
||||
$text['label-unmute']['en-us'] = "Unmute";
|
||||
$text['label-unmute']['ar-eg'] = "";
|
||||
$text['label-unmute']['de-at'] = "Stummschaltung deaktivieren";
|
||||
$text['label-unmute']['de-ch'] = "";
|
||||
$text['label-unmute']['de-de'] = "Stummschaltung deaktivieren";
|
||||
$text['label-unmute']['es-cl'] = "Desilenciar";
|
||||
$text['label-unmute']['es-mx'] = "";
|
||||
$text['label-unmute']['fr-ca'] = "";
|
||||
$text['label-unmute']['fr-fr'] = "sonore";
|
||||
$text['label-unmute']['he-il'] = "";
|
||||
$text['label-unmute']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-unmute']['nl-nl'] = "";
|
||||
$text['label-unmute']['pl-pl'] = "Wyłącz wyciszenie";
|
||||
$text['label-unmute']['pt-br'] = "Com som";
|
||||
$text['label-unmute']['pt-pt'] = "Com som";
|
||||
$text['label-unmute']['ro-ro'] = "";
|
||||
$text['label-unmute']['ru-ru'] = "Включить микрофон";
|
||||
$text['label-unmute']['sv-se'] = "Mikrofon Aktiv";
|
||||
$text['label-unmute']['uk-ua'] = "Unmute ";
|
||||
@@ -148,8 +184,11 @@ $text['label-unmute']['uk-ua'] = "Unmute ";
|
||||
$text['label-unlock']['en-us'] = "Unlock";
|
||||
$text['label-unlock']['ar-eg'] = "";
|
||||
$text['label-unlock']['de-at'] = "Entsperren";
|
||||
$text['label-unlock']['de-ch'] = "";
|
||||
$text['label-unlock']['de-de'] = "Entsperren";
|
||||
$text['label-unlock']['es-cl'] = "Desbloquear";
|
||||
$text['label-unlock']['es-mx'] = "";
|
||||
$text['label-unlock']['fr-ca'] = "";
|
||||
$text['label-unlock']['fr-fr'] = "Débloqué";
|
||||
$text['label-unlock']['he-il'] = "";
|
||||
$text['label-unlock']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-unlock']['nl-nl'] = "";
|
||||
$text['label-unlock']['pl-pl'] = "Odblokuj";
|
||||
$text['label-unlock']['pt-br'] = "Desbloquear";
|
||||
$text['label-unlock']['pt-pt'] = "Desbloquear";
|
||||
$text['label-unlock']['ro-ro'] = "";
|
||||
$text['label-unlock']['ru-ru'] = "Разблокировать";
|
||||
$text['label-unlock']['sv-se'] = "Lås Upp";
|
||||
$text['label-unlock']['uk-ua'] = "Розблокувати";
|
||||
@@ -164,8 +204,11 @@ $text['label-unlock']['uk-ua'] = "Розблокувати";
|
||||
$text['label-undeaf']['en-us'] = "Undeaf";
|
||||
$text['label-undeaf']['ar-eg'] = "";
|
||||
$text['label-undeaf']['de-at'] = "Hörbarkeit";
|
||||
$text['label-undeaf']['de-ch'] = "";
|
||||
$text['label-undeaf']['de-de'] = "Hörbarkeit";
|
||||
$text['label-undeaf']['es-cl'] = "Deshacer Sordo";
|
||||
$text['label-undeaf']['es-mx'] = "";
|
||||
$text['label-undeaf']['fr-ca'] = "";
|
||||
$text['label-undeaf']['fr-fr'] = "entandant";
|
||||
$text['label-undeaf']['he-il'] = "";
|
||||
$text['label-undeaf']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-undeaf']['nl-nl'] = "";
|
||||
$text['label-undeaf']['pl-pl'] = "Undeaf ";
|
||||
$text['label-undeaf']['pt-br'] = "Desensurdecer ";
|
||||
$text['label-undeaf']['pt-pt'] = "Desensurdecer";
|
||||
$text['label-undeaf']['ro-ro'] = "";
|
||||
$text['label-undeaf']['ru-ru'] = "Undeaf";
|
||||
$text['label-undeaf']['sv-se'] = "Hörbarhet";
|
||||
$text['label-undeaf']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['label-undeaf']['uk-ua'] = "";
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Werkzeuge";
|
||||
$text['label-tools']['de-ch'] = "";
|
||||
$text['label-tools']['de-de'] = "Werkzeuge";
|
||||
$text['label-tools']['es-cl'] = "Herramientas";
|
||||
$text['label-tools']['es-mx'] = "";
|
||||
$text['label-tools']['fr-ca'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he-il'] = "";
|
||||
$text['label-tools']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-tools']['nl-nl'] = "";
|
||||
$text['label-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tools']['pt-br'] = "Ferramentas";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['ro-ro'] = "";
|
||||
$text['label-tools']['ru-ru'] = "Утилиты";
|
||||
$text['label-tools']['sv-se'] = "Verktyg";
|
||||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
@@ -196,8 +244,11 @@ $text['label-tools']['uk-ua'] = "Параметри";
|
||||
$text['label-tool']['en-us'] = "Tools";
|
||||
$text['label-tool']['ar-eg'] = "";
|
||||
$text['label-tool']['de-at'] = "Werkzeug";
|
||||
$text['label-tool']['de-ch'] = "";
|
||||
$text['label-tool']['de-de'] = "Werkzeug";
|
||||
$text['label-tool']['es-cl'] = "Herramientas";
|
||||
$text['label-tool']['es-mx'] = "";
|
||||
$text['label-tool']['fr-ca'] = "";
|
||||
$text['label-tool']['fr-fr'] = "Outils";
|
||||
$text['label-tool']['he-il'] = "";
|
||||
$text['label-tool']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-tool']['nl-nl'] = "";
|
||||
$text['label-tool']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tool']['pt-br'] = "Ferramentas";
|
||||
$text['label-tool']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tool']['ro-ro'] = "";
|
||||
$text['label-tool']['ru-ru'] = "Утилиты";
|
||||
$text['label-tool']['sv-se'] = "Verktyg";
|
||||
$text['label-tool']['uk-ua'] = "Параметри";
|
||||
@@ -212,8 +264,11 @@ $text['label-tool']['uk-ua'] = "Параметри";
|
||||
$text['label-talking']['en-us'] = "Talking";
|
||||
$text['label-talking']['ar-eg'] = "";
|
||||
$text['label-talking']['de-at'] = "spricht";
|
||||
$text['label-talking']['de-ch'] = "";
|
||||
$text['label-talking']['de-de'] = "spricht";
|
||||
$text['label-talking']['es-cl'] = "Hablando";
|
||||
$text['label-talking']['es-mx'] = "";
|
||||
$text['label-talking']['fr-ca'] = "";
|
||||
$text['label-talking']['fr-fr'] = "parle";
|
||||
$text['label-talking']['he-il'] = "";
|
||||
$text['label-talking']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-talking']['nl-nl'] = "";
|
||||
$text['label-talking']['pl-pl'] = "Mówiący";
|
||||
$text['label-talking']['pt-br'] = "Falando";
|
||||
$text['label-talking']['pt-pt'] = "Falando";
|
||||
$text['label-talking']['ro-ro'] = "";
|
||||
$text['label-talking']['ru-ru'] = "Разговривайте";
|
||||
$text['label-talking']['sv-se'] = "Talande";
|
||||
$text['label-talking']['uk-ua'] = "Розмова";
|
||||
@@ -228,8 +284,11 @@ $text['label-talking']['uk-ua'] = "Розмова";
|
||||
$text['label-speak']['en-us'] = "Speak";
|
||||
$text['label-speak']['ar-eg'] = "";
|
||||
$text['label-speak']['de-at'] = "sprechen";
|
||||
$text['label-speak']['de-ch'] = "";
|
||||
$text['label-speak']['de-de'] = "sprechen";
|
||||
$text['label-speak']['es-cl'] = "Hablar";
|
||||
$text['label-speak']['es-mx'] = "";
|
||||
$text['label-speak']['fr-ca'] = "";
|
||||
$text['label-speak']['fr-fr'] = "parler";
|
||||
$text['label-speak']['he-il'] = "";
|
||||
$text['label-speak']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-speak']['nl-nl'] = "";
|
||||
$text['label-speak']['pl-pl'] = "Mów";
|
||||
$text['label-speak']['pt-br'] = "Falar";
|
||||
$text['label-speak']['pt-pt'] = "Falar";
|
||||
$text['label-speak']['ro-ro'] = "";
|
||||
$text['label-speak']['ru-ru'] = "Говорите";
|
||||
$text['label-speak']['sv-se'] = "Tala";
|
||||
$text['label-speak']['uk-ua'] = "Говорити";
|
||||
@@ -244,8 +304,11 @@ $text['label-speak']['uk-ua'] = "Говорити";
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['ar-eg'] = "";
|
||||
$text['label-recording']['de-at'] = "Aufnahme";
|
||||
$text['label-recording']['de-ch'] = "";
|
||||
$text['label-recording']['de-de'] = "Aufnahme";
|
||||
$text['label-recording']['es-cl'] = "Grabando";
|
||||
$text['label-recording']['es-mx'] = "";
|
||||
$text['label-recording']['fr-ca'] = "";
|
||||
$text['label-recording']['fr-fr'] = "Enregistré";
|
||||
$text['label-recording']['he-il'] = "";
|
||||
$text['label-recording']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-recording']['nl-nl'] = "";
|
||||
$text['label-recording']['pl-pl'] = "Nagrywanie";
|
||||
$text['label-recording']['pt-br'] = "Gravando";
|
||||
$text['label-recording']['pt-pt'] = "Gravando";
|
||||
$text['label-recording']['ro-ro'] = "";
|
||||
$text['label-recording']['ru-ru'] = "Запись";
|
||||
$text['label-recording']['sv-se'] = "Inspelning";
|
||||
$text['label-recording']['uk-ua'] = "Запис";
|
||||
@@ -260,8 +324,11 @@ $text['label-recording']['uk-ua'] = "Запис";
|
||||
$text['label-quiet']['en-us'] = "Quiet";
|
||||
$text['label-quiet']['ar-eg'] = "";
|
||||
$text['label-quiet']['de-at'] = "Leise";
|
||||
$text['label-quiet']['de-ch'] = "";
|
||||
$text['label-quiet']['de-de'] = "Leise";
|
||||
$text['label-quiet']['es-cl'] = "Tranquilo";
|
||||
$text['label-quiet']['es-mx'] = "";
|
||||
$text['label-quiet']['fr-ca'] = "";
|
||||
$text['label-quiet']['fr-fr'] = "Calme";
|
||||
$text['label-quiet']['he-il'] = "";
|
||||
$text['label-quiet']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-quiet']['nl-nl'] = "";
|
||||
$text['label-quiet']['pl-pl'] = "Cichy";
|
||||
$text['label-quiet']['pt-br'] = "Tranquilo";
|
||||
$text['label-quiet']['pt-pt'] = "Tranquilo";
|
||||
$text['label-quiet']['ro-ro'] = "";
|
||||
$text['label-quiet']['ru-ru'] = "Тихо";
|
||||
$text['label-quiet']['sv-se'] = "Tyst";
|
||||
$text['label-quiet']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-quiet']['uk-ua'] = "";
|
||||
$text['label-participant-pin']['en-us'] = "Participant PIN";
|
||||
$text['label-participant-pin']['ar-eg'] = "";
|
||||
$text['label-participant-pin']['de-at'] = "Teilnehmer PIN";
|
||||
$text['label-participant-pin']['de-ch'] = "";
|
||||
$text['label-participant-pin']['de-de'] = "Teilnehmer PIN";
|
||||
$text['label-participant-pin']['es-cl'] = "Participante PIN";
|
||||
$text['label-participant-pin']['es-mx'] = "";
|
||||
$text['label-participant-pin']['fr-ca'] = "";
|
||||
$text['label-participant-pin']['fr-fr'] = "Code Participant";
|
||||
$text['label-participant-pin']['he-il'] = "";
|
||||
$text['label-participant-pin']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['label-participant-pin']['nl-nl'] = "";
|
||||
$text['label-participant-pin']['pl-pl'] = "Numer PIN uczestnika";
|
||||
$text['label-participant-pin']['pt-br'] = "Participante";
|
||||
$text['label-participant-pin']['pt-pt'] = "Participante PIN";
|
||||
$text['label-participant-pin']['ro-ro'] = "";
|
||||
$text['label-participant-pin']['ru-ru'] = "PIN участника";
|
||||
$text['label-participant-pin']['sv-se'] = "PIN Deltagare";
|
||||
$text['label-participant-pin']['uk-ua'] = "PIN учасника";
|
||||
@@ -292,8 +364,11 @@ $text['label-participant-pin']['uk-ua'] = "PIN учасника";
|
||||
$text['label-participant']['en-us'] = "Participant";
|
||||
$text['label-participant']['ar-eg'] = "";
|
||||
$text['label-participant']['de-at'] = "Teilnehmer";
|
||||
$text['label-participant']['de-ch'] = "";
|
||||
$text['label-participant']['de-de'] = "Teilnehmer";
|
||||
$text['label-participant']['es-cl'] = "Participante";
|
||||
$text['label-participant']['es-mx'] = "";
|
||||
$text['label-participant']['fr-ca'] = "";
|
||||
$text['label-participant']['fr-fr'] = "Participant";
|
||||
$text['label-participant']['he-il'] = "";
|
||||
$text['label-participant']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['label-participant']['nl-nl'] = "";
|
||||
$text['label-participant']['pl-pl'] = "Uczestnik";
|
||||
$text['label-participant']['pt-br'] = "Participante";
|
||||
$text['label-participant']['pt-pt'] = "Participante";
|
||||
$text['label-participant']['ro-ro'] = "";
|
||||
$text['label-participant']['ru-ru'] = "Участник";
|
||||
$text['label-participant']['sv-se'] = "Deltagare";
|
||||
$text['label-participant']['uk-ua'] = "Учасник";
|
||||
@@ -308,8 +384,11 @@ $text['label-participant']['uk-ua'] = "Учасник";
|
||||
$text['label-not-recording']['en-us'] = "Not Recording";
|
||||
$text['label-not-recording']['ar-eg'] = "";
|
||||
$text['label-not-recording']['de-at'] = "Nicht Aufnehmen";
|
||||
$text['label-not-recording']['de-ch'] = "";
|
||||
$text['label-not-recording']['de-de'] = "Nicht Aufnehmen";
|
||||
$text['label-not-recording']['es-cl'] = "Sin grabar";
|
||||
$text['label-not-recording']['es-mx'] = "";
|
||||
$text['label-not-recording']['fr-ca'] = "";
|
||||
$text['label-not-recording']['fr-fr'] = "Non Enregistré";
|
||||
$text['label-not-recording']['he-il'] = "";
|
||||
$text['label-not-recording']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['label-not-recording']['nl-nl'] = "";
|
||||
$text['label-not-recording']['pl-pl'] = "Nie nagrywa";
|
||||
$text['label-not-recording']['pt-br'] = "Não gravando";
|
||||
$text['label-not-recording']['pt-pt'] = "Não Gravando";
|
||||
$text['label-not-recording']['ro-ro'] = "";
|
||||
$text['label-not-recording']['ru-ru'] = "Не записывается";
|
||||
$text['label-not-recording']['sv-se'] = "Spelar inte in";
|
||||
$text['label-not-recording']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-not-recording']['uk-ua'] = "";
|
||||
$text['label-no']['en-us'] = "No";
|
||||
$text['label-no']['ar-eg'] = "";
|
||||
$text['label-no']['de-at'] = "Nein";
|
||||
$text['label-no']['de-ch'] = "";
|
||||
$text['label-no']['de-de'] = "Nein";
|
||||
$text['label-no']['es-cl'] = "No";
|
||||
$text['label-no']['es-mx'] = "";
|
||||
$text['label-no']['fr-ca'] = "";
|
||||
$text['label-no']['fr-fr'] = "Non";
|
||||
$text['label-no']['he-il'] = "";
|
||||
$text['label-no']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['label-no']['nl-nl'] = "";
|
||||
$text['label-no']['pl-pl'] = "Nie";
|
||||
$text['label-no']['pt-br'] = "Não ";
|
||||
$text['label-no']['pt-pt'] = "Não";
|
||||
$text['label-no']['ro-ro'] = "";
|
||||
$text['label-no']['ru-ru'] = "Нет";
|
||||
$text['label-no']['sv-se'] = "Nej";
|
||||
$text['label-no']['uk-ua'] = "Ні";
|
||||
@@ -340,8 +424,11 @@ $text['label-no']['uk-ua'] = "Ні";
|
||||
$text['label-mute-all-alt']['en-us'] = "Mute all Participants.";
|
||||
$text['label-mute-all-alt']['ar-eg'] = "";
|
||||
$text['label-mute-all-alt']['de-at'] = "Alle Teilnehmer stumm schalten.";
|
||||
$text['label-mute-all-alt']['de-ch'] = "";
|
||||
$text['label-mute-all-alt']['de-de'] = "Alle Teilnehmer stumm schalten.";
|
||||
$text['label-mute-all-alt']['es-cl'] = "Silenciar a todos excepto al moderador.";
|
||||
$text['label-mute-all-alt']['es-mx'] = "";
|
||||
$text['label-mute-all-alt']['fr-ca'] = "";
|
||||
$text['label-mute-all-alt']['fr-fr'] = "muets sauf le moderateur.";
|
||||
$text['label-mute-all-alt']['he-il'] = "";
|
||||
$text['label-mute-all-alt']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['label-mute-all-alt']['nl-nl'] = "";
|
||||
$text['label-mute-all-alt']['pl-pl'] = "Wycisz wszystkich uczestników";
|
||||
$text['label-mute-all-alt']['pt-br'] = "Silenciar todos menos o moderador";
|
||||
$text['label-mute-all-alt']['pt-pt'] = "Silenciar tudo menos o moderador.";
|
||||
$text['label-mute-all-alt']['ro-ro'] = "";
|
||||
$text['label-mute-all-alt']['ru-ru'] = "Отключить микрофоны всем участникам.";
|
||||
$text['label-mute-all-alt']['sv-se'] = "Stäng av Deltagares mikrofon";
|
||||
$text['label-mute-all-alt']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['label-mute-all-alt']['uk-ua'] = "";
|
||||
$text['label-mute-all']['en-us'] = "Mute All";
|
||||
$text['label-mute-all']['ar-eg'] = "";
|
||||
$text['label-mute-all']['de-at'] = "Alle stummschalten";
|
||||
$text['label-mute-all']['de-ch'] = "";
|
||||
$text['label-mute-all']['de-de'] = "Alle stummschalten";
|
||||
$text['label-mute-all']['es-cl'] = "Silenciar a todos";
|
||||
$text['label-mute-all']['es-mx'] = "";
|
||||
$text['label-mute-all']['fr-ca'] = "";
|
||||
$text['label-mute-all']['fr-fr'] = "tous muets";
|
||||
$text['label-mute-all']['he-il'] = "";
|
||||
$text['label-mute-all']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['label-mute-all']['nl-nl'] = "";
|
||||
$text['label-mute-all']['pl-pl'] = "Wycisz wszystkich";
|
||||
$text['label-mute-all']['pt-br'] = "Silenciar todos";
|
||||
$text['label-mute-all']['pt-pt'] = "Silenciar tudo";
|
||||
$text['label-mute-all']['ro-ro'] = "";
|
||||
$text['label-mute-all']['ru-ru'] = "Отключить все микрофоны";
|
||||
$text['label-mute-all']['sv-se'] = "Stäng av Allas mikrofon";
|
||||
$text['label-mute-all']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['label-mute-all']['uk-ua'] = "";
|
||||
$text['label-mute']['en-us'] = "Mute";
|
||||
$text['label-mute']['ar-eg'] = "";
|
||||
$text['label-mute']['de-at'] = "Stummschalten";
|
||||
$text['label-mute']['de-ch'] = "";
|
||||
$text['label-mute']['de-de'] = "Stummschalten";
|
||||
$text['label-mute']['es-cl'] = "Silenciar";
|
||||
$text['label-mute']['es-mx'] = "";
|
||||
$text['label-mute']['fr-ca'] = "";
|
||||
$text['label-mute']['fr-fr'] = "muet";
|
||||
$text['label-mute']['he-il'] = "";
|
||||
$text['label-mute']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['label-mute']['nl-nl'] = "";
|
||||
$text['label-mute']['pl-pl'] = "Wycisz";
|
||||
$text['label-mute']['pt-br'] = "Silenciar";
|
||||
$text['label-mute']['pt-pt'] = "Silenciar";
|
||||
$text['label-mute']['ro-ro'] = "";
|
||||
$text['label-mute']['ru-ru'] = "Отключить микрофон";
|
||||
$text['label-mute']['sv-se'] = "Stäng av mikrofon";
|
||||
$text['label-mute']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['label-mute']['uk-ua'] = "";
|
||||
$text['label-moderator']['en-us'] = "Moderator";
|
||||
$text['label-moderator']['ar-eg'] = "";
|
||||
$text['label-moderator']['de-at'] = "Moderator";
|
||||
$text['label-moderator']['de-ch'] = "";
|
||||
$text['label-moderator']['de-de'] = "Moderator";
|
||||
$text['label-moderator']['es-cl'] = "Moderador";
|
||||
$text['label-moderator']['es-mx'] = "";
|
||||
$text['label-moderator']['fr-ca'] = "";
|
||||
$text['label-moderator']['fr-fr'] = "Modérateur";
|
||||
$text['label-moderator']['he-il'] = "";
|
||||
$text['label-moderator']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['label-moderator']['nl-nl'] = "";
|
||||
$text['label-moderator']['pl-pl'] = "Moderator";
|
||||
$text['label-moderator']['pt-br'] = "Administrador";
|
||||
$text['label-moderator']['pt-pt'] = "Moderador";
|
||||
$text['label-moderator']['ro-ro'] = "";
|
||||
$text['label-moderator']['ru-ru'] = "Модератор";
|
||||
$text['label-moderator']['sv-se'] = "Värd";
|
||||
$text['label-moderator']['uk-ua'] = "Модератор";
|
||||
@@ -404,8 +504,11 @@ $text['label-moderator']['uk-ua'] = "Модератор";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "";
|
||||
$text['label-message']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['ro-ro'] = "";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
@@ -420,8 +524,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-members']['en-us'] = "Members";
|
||||
$text['label-members']['ar-eg'] = "";
|
||||
$text['label-members']['de-at'] = "Teilnehmer";
|
||||
$text['label-members']['de-ch'] = "";
|
||||
$text['label-members']['de-de'] = "Teilnehmer";
|
||||
$text['label-members']['es-cl'] = "Miembros";
|
||||
$text['label-members']['es-mx'] = "";
|
||||
$text['label-members']['fr-ca'] = "";
|
||||
$text['label-members']['fr-fr'] = "Membres";
|
||||
$text['label-members']['he-il'] = "";
|
||||
$text['label-members']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['label-members']['nl-nl'] = "";
|
||||
$text['label-members']['pl-pl'] = "Uczestnicy";
|
||||
$text['label-members']['pt-br'] = "Total";
|
||||
$text['label-members']['pt-pt'] = "Deputados";
|
||||
$text['label-members']['ro-ro'] = "";
|
||||
$text['label-members']['ru-ru'] = "Участники";
|
||||
$text['label-members']['sv-se'] = "Deltagare";
|
||||
$text['label-members']['uk-ua'] = "Учасники";
|
||||
@@ -436,8 +544,11 @@ $text['label-members']['uk-ua'] = "Учасники";
|
||||
$text['label-member-count']['en-us'] = "Member Count";
|
||||
$text['label-member-count']['ar-eg'] = "";
|
||||
$text['label-member-count']['de-at'] = "Anzahl Teilnehmer";
|
||||
$text['label-member-count']['de-ch'] = "";
|
||||
$text['label-member-count']['de-de'] = "Anzahl Teilnehmer";
|
||||
$text['label-member-count']['es-cl'] = "Conteo de Miembros";
|
||||
$text['label-member-count']['es-mx'] = "";
|
||||
$text['label-member-count']['fr-ca'] = "";
|
||||
$text['label-member-count']['fr-fr'] = "Décompte des participants";
|
||||
$text['label-member-count']['he-il'] = "";
|
||||
$text['label-member-count']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['label-member-count']['nl-nl'] = "";
|
||||
$text['label-member-count']['pl-pl'] = "Liczba uczestników";
|
||||
$text['label-member-count']['pt-br'] = "Total de membros";
|
||||
$text['label-member-count']['pt-pt'] = "Total de membros";
|
||||
$text['label-member-count']['ro-ro'] = "";
|
||||
$text['label-member-count']['ru-ru'] = "Количество участников";
|
||||
$text['label-member-count']['sv-se'] = "Antal Deltagare";
|
||||
$text['label-member-count']['uk-ua'] = "Кількість учасиків";
|
||||
@@ -452,8 +564,11 @@ $text['label-member-count']['uk-ua'] = "Кількість учасиків";
|
||||
$text['label-lock']['en-us'] = "Lock";
|
||||
$text['label-lock']['ar-eg'] = "";
|
||||
$text['label-lock']['de-at'] = "Sperren";
|
||||
$text['label-lock']['de-ch'] = "";
|
||||
$text['label-lock']['de-de'] = "Sperren";
|
||||
$text['label-lock']['es-cl'] = "Bloquear";
|
||||
$text['label-lock']['es-mx'] = "";
|
||||
$text['label-lock']['fr-ca'] = "";
|
||||
$text['label-lock']['fr-fr'] = "Bloqué";
|
||||
$text['label-lock']['he-il'] = "";
|
||||
$text['label-lock']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['label-lock']['nl-nl'] = "";
|
||||
$text['label-lock']['pl-pl'] = "Zablokowany";
|
||||
$text['label-lock']['pt-br'] = "Bloquear";
|
||||
$text['label-lock']['pt-pt'] = "Bloquear";
|
||||
$text['label-lock']['ro-ro'] = "";
|
||||
$text['label-lock']['ru-ru'] = "Заблокировать";
|
||||
$text['label-lock']['sv-se'] = "Lås";
|
||||
$text['label-lock']['uk-ua'] = "Блокувати";
|
||||
@@ -468,8 +584,11 @@ $text['label-lock']['uk-ua'] = "Блокувати";
|
||||
$text['label-kick']['en-us'] = "Kick";
|
||||
$text['label-kick']['ar-eg'] = "";
|
||||
$text['label-kick']['de-at'] = "Rauswerfen";
|
||||
$text['label-kick']['de-ch'] = "";
|
||||
$text['label-kick']['de-de'] = "Rauswerfen";
|
||||
$text['label-kick']['es-cl'] = "Echar";
|
||||
$text['label-kick']['es-mx'] = "";
|
||||
$text['label-kick']['fr-ca'] = "";
|
||||
$text['label-kick']['fr-fr'] = "jeter";
|
||||
$text['label-kick']['he-il'] = "";
|
||||
$text['label-kick']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['label-kick']['nl-nl'] = "";
|
||||
$text['label-kick']['pl-pl'] = "Kick ";
|
||||
$text['label-kick']['pt-br'] = "Ejetar";
|
||||
$text['label-kick']['pt-pt'] = "Ejectar";
|
||||
$text['label-kick']['ro-ro'] = "";
|
||||
$text['label-kick']['ru-ru'] = "Выкинуть";
|
||||
$text['label-kick']['sv-se'] = "Sparka Ut";
|
||||
$text['label-kick']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['label-kick']['uk-ua'] = "";
|
||||
$text['label-joined']['en-us'] = "Joined";
|
||||
$text['label-joined']['ar-eg'] = "";
|
||||
$text['label-joined']['de-at'] = "Verbunden";
|
||||
$text['label-joined']['de-ch'] = "";
|
||||
$text['label-joined']['de-de'] = "Verbunden";
|
||||
$text['label-joined']['es-cl'] = "Unido";
|
||||
$text['label-joined']['es-mx'] = "";
|
||||
$text['label-joined']['fr-ca'] = "";
|
||||
$text['label-joined']['fr-fr'] = "a joint";
|
||||
$text['label-joined']['he-il'] = "";
|
||||
$text['label-joined']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['label-joined']['nl-nl'] = "";
|
||||
$text['label-joined']['pl-pl'] = "Dołączył";
|
||||
$text['label-joined']['pt-br'] = "Entrou";
|
||||
$text['label-joined']['pt-pt'] = "Entrou";
|
||||
$text['label-joined']['ro-ro'] = "";
|
||||
$text['label-joined']['ru-ru'] = "Подключился";
|
||||
$text['label-joined']['sv-se'] = "Blev medlem";
|
||||
$text['label-joined']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['label-joined']['uk-ua'] = "";
|
||||
$text['label-interactive']['en-us'] = "Interactive Conference";
|
||||
$text['label-interactive']['ar-eg'] = "";
|
||||
$text['label-interactive']['de-at'] = "Inaktive Konferenz";
|
||||
$text['label-interactive']['de-ch'] = "";
|
||||
$text['label-interactive']['de-de'] = "Inaktive Konferenz";
|
||||
$text['label-interactive']['es-cl'] = "Conferencia Interactiva";
|
||||
$text['label-interactive']['es-mx'] = "";
|
||||
$text['label-interactive']['fr-ca'] = "";
|
||||
$text['label-interactive']['fr-fr'] = "Conférence Interactive";
|
||||
$text['label-interactive']['he-il'] = "";
|
||||
$text['label-interactive']['it-it'] = "";
|
||||
@@ -509,6 +636,7 @@ $text['label-interactive']['nl-nl'] = "";
|
||||
$text['label-interactive']['pl-pl'] = "Interaktywna rozmowa konferencyjna";
|
||||
$text['label-interactive']['pt-br'] = "Conferência interativa";
|
||||
$text['label-interactive']['pt-pt'] = "Conferência Interactiva";
|
||||
$text['label-interactive']['ro-ro'] = "";
|
||||
$text['label-interactive']['ru-ru'] = "Интерактивная конференция";
|
||||
$text['label-interactive']['sv-se'] = "Interaktiv Konferens";
|
||||
$text['label-interactive']['uk-ua'] = "";
|
||||
@@ -516,8 +644,11 @@ $text['label-interactive']['uk-ua'] = "";
|
||||
$text['label-id']['en-us'] = "ID";
|
||||
$text['label-id']['ar-eg'] = "";
|
||||
$text['label-id']['de-at'] = "ID";
|
||||
$text['label-id']['de-ch'] = "";
|
||||
$text['label-id']['de-de'] = "";
|
||||
$text['label-id']['es-cl'] = "ID";
|
||||
$text['label-id']['es-mx'] = "";
|
||||
$text['label-id']['fr-ca'] = "";
|
||||
$text['label-id']['fr-fr'] = "ID";
|
||||
$text['label-id']['he-il'] = "";
|
||||
$text['label-id']['it-it'] = "";
|
||||
@@ -525,6 +656,7 @@ $text['label-id']['nl-nl'] = "";
|
||||
$text['label-id']['pl-pl'] = "ID";
|
||||
$text['label-id']['pt-br'] = "ID";
|
||||
$text['label-id']['pt-pt'] = "ID";
|
||||
$text['label-id']['ro-ro'] = "";
|
||||
$text['label-id']['ru-ru'] = "ID";
|
||||
$text['label-id']['sv-se'] = "ID";
|
||||
$text['label-id']['uk-ua'] = "ID";
|
||||
@@ -532,8 +664,11 @@ $text['label-id']['uk-ua'] = "ID";
|
||||
$text['label-hear']['en-us'] = "Hear";
|
||||
$text['label-hear']['ar-eg'] = "";
|
||||
$text['label-hear']['de-at'] = "hören";
|
||||
$text['label-hear']['de-ch'] = "";
|
||||
$text['label-hear']['de-de'] = "hören";
|
||||
$text['label-hear']['es-cl'] = "Escuchar";
|
||||
$text['label-hear']['es-mx'] = "";
|
||||
$text['label-hear']['fr-ca'] = "";
|
||||
$text['label-hear']['fr-fr'] = "écouter";
|
||||
$text['label-hear']['he-il'] = "";
|
||||
$text['label-hear']['it-it'] = "";
|
||||
@@ -541,6 +676,7 @@ $text['label-hear']['nl-nl'] = "";
|
||||
$text['label-hear']['pl-pl'] = "Usłysz";
|
||||
$text['label-hear']['pt-br'] = "Ouvir";
|
||||
$text['label-hear']['pt-pt'] = "Ouvir";
|
||||
$text['label-hear']['ro-ro'] = "";
|
||||
$text['label-hear']['ru-ru'] = "Слушать";
|
||||
$text['label-hear']['sv-se'] = "Höra";
|
||||
$text['label-hear']['uk-ua'] = "";
|
||||
@@ -548,8 +684,11 @@ $text['label-hear']['uk-ua'] = "";
|
||||
$text['label-gain']['en-us'] = "Gain";
|
||||
$text['label-gain']['ar-eg'] = "";
|
||||
$text['label-gain']['de-at'] = "Verstärkung";
|
||||
$text['label-gain']['de-ch'] = "";
|
||||
$text['label-gain']['de-de'] = "Verstärkung";
|
||||
$text['label-gain']['es-cl'] = "Ganancia";
|
||||
$text['label-gain']['es-mx'] = "";
|
||||
$text['label-gain']['fr-ca'] = "";
|
||||
$text['label-gain']['fr-fr'] = "Gain";
|
||||
$text['label-gain']['he-il'] = "";
|
||||
$text['label-gain']['it-it'] = "";
|
||||
@@ -557,6 +696,7 @@ $text['label-gain']['nl-nl'] = "";
|
||||
$text['label-gain']['pl-pl'] = "Przyrost";
|
||||
$text['label-gain']['pt-br'] = "Ganho";
|
||||
$text['label-gain']['pt-pt'] = "Ganho";
|
||||
$text['label-gain']['ro-ro'] = "";
|
||||
$text['label-gain']['ru-ru'] = "Усиление";
|
||||
$text['label-gain']['sv-se'] = "Förstärka";
|
||||
$text['label-gain']['uk-ua'] = "";
|
||||
@@ -564,8 +704,11 @@ $text['label-gain']['uk-ua'] = "";
|
||||
$text['label-floor']['en-us'] = "Has Floor";
|
||||
$text['label-floor']['ar-eg'] = "";
|
||||
$text['label-floor']['de-at'] = "Hat das Wort";
|
||||
$text['label-floor']['de-ch'] = "";
|
||||
$text['label-floor']['de-de'] = "Hat das Wort";
|
||||
$text['label-floor']['es-cl'] = "Tiene Piso";
|
||||
$text['label-floor']['es-mx'] = "";
|
||||
$text['label-floor']['fr-ca'] = "";
|
||||
$text['label-floor']['fr-fr'] = "A la parole";
|
||||
$text['label-floor']['he-il'] = "";
|
||||
$text['label-floor']['it-it'] = "";
|
||||
@@ -573,6 +716,7 @@ $text['label-floor']['nl-nl'] = "";
|
||||
$text['label-floor']['pl-pl'] = "Posiada piętro";
|
||||
$text['label-floor']['pt-br'] = "Derrubar";
|
||||
$text['label-floor']['pt-pt'] = "Floor";
|
||||
$text['label-floor']['ro-ro'] = "";
|
||||
$text['label-floor']['ru-ru'] = "Has Floor";
|
||||
$text['label-floor']['sv-se'] = "Har Ordet";
|
||||
$text['label-floor']['uk-ua'] = "";
|
||||
@@ -580,8 +724,11 @@ $text['label-floor']['uk-ua'] = "";
|
||||
$text['label-energy']['en-us'] = "Energy";
|
||||
$text['label-energy']['ar-eg'] = "";
|
||||
$text['label-energy']['de-at'] = "Energie";
|
||||
$text['label-energy']['de-ch'] = "";
|
||||
$text['label-energy']['de-de'] = "Energie";
|
||||
$text['label-energy']['es-cl'] = "Energía";
|
||||
$text['label-energy']['es-mx'] = "";
|
||||
$text['label-energy']['fr-ca'] = "";
|
||||
$text['label-energy']['fr-fr'] = "Energie";
|
||||
$text['label-energy']['he-il'] = "";
|
||||
$text['label-energy']['it-it'] = "";
|
||||
@@ -589,6 +736,7 @@ $text['label-energy']['nl-nl'] = "";
|
||||
$text['label-energy']['pl-pl'] = "Energia";
|
||||
$text['label-energy']['pt-br'] = "Energia";
|
||||
$text['label-energy']['pt-pt'] = "Energia";
|
||||
$text['label-energy']['ro-ro'] = "";
|
||||
$text['label-energy']['ru-ru'] = "Энергия";
|
||||
$text['label-energy']['sv-se'] = "Energi";
|
||||
$text['label-energy']['uk-ua'] = "";
|
||||
@@ -596,8 +744,11 @@ $text['label-energy']['uk-ua'] = "";
|
||||
$text['label-end-conference']['en-us'] = "End Conference";
|
||||
$text['label-end-conference']['ar-eg'] = "";
|
||||
$text['label-end-conference']['de-at'] = "Konferenz beenden";
|
||||
$text['label-end-conference']['de-ch'] = "";
|
||||
$text['label-end-conference']['de-de'] = "Konferenz beenden";
|
||||
$text['label-end-conference']['es-cl'] = "Terminar Conferencia";
|
||||
$text['label-end-conference']['es-mx'] = "";
|
||||
$text['label-end-conference']['fr-ca'] = "";
|
||||
$text['label-end-conference']['fr-fr'] = "finir la conférence";
|
||||
$text['label-end-conference']['he-il'] = "";
|
||||
$text['label-end-conference']['it-it'] = "";
|
||||
@@ -605,6 +756,7 @@ $text['label-end-conference']['nl-nl'] = "";
|
||||
$text['label-end-conference']['pl-pl'] = "Zakończ rozmowę konferencyjna";
|
||||
$text['label-end-conference']['pt-br'] = "Finalizar conferência";
|
||||
$text['label-end-conference']['pt-pt'] = "Terminar conferência";
|
||||
$text['label-end-conference']['ro-ro'] = "";
|
||||
$text['label-end-conference']['ru-ru'] = "Закончить конференцию";
|
||||
$text['label-end-conference']['sv-se'] = "Avsluta Konferens";
|
||||
$text['label-end-conference']['uk-ua'] = "";
|
||||
@@ -612,8 +764,11 @@ $text['label-end-conference']['uk-ua'] = "";
|
||||
$text['label-deaf']['en-us'] = "Deaf";
|
||||
$text['label-deaf']['ar-eg'] = "";
|
||||
$text['label-deaf']['de-at'] = "Taub";
|
||||
$text['label-deaf']['de-ch'] = "";
|
||||
$text['label-deaf']['de-de'] = "Taub";
|
||||
$text['label-deaf']['es-cl'] = "Sordo";
|
||||
$text['label-deaf']['es-mx'] = "";
|
||||
$text['label-deaf']['fr-ca'] = "";
|
||||
$text['label-deaf']['fr-fr'] = "sourd";
|
||||
$text['label-deaf']['he-il'] = "";
|
||||
$text['label-deaf']['it-it'] = "";
|
||||
@@ -621,6 +776,7 @@ $text['label-deaf']['nl-nl'] = "";
|
||||
$text['label-deaf']['pl-pl'] = "Głuchy";
|
||||
$text['label-deaf']['pt-br'] = "Ensurdecer ";
|
||||
$text['label-deaf']['pt-pt'] = "Ensurdecer";
|
||||
$text['label-deaf']['ro-ro'] = "";
|
||||
$text['label-deaf']['ru-ru'] = "Deaf";
|
||||
$text['label-deaf']['sv-se'] = "Hör inte";
|
||||
$text['label-deaf']['uk-ua'] = "";
|
||||
@@ -628,8 +784,11 @@ $text['label-deaf']['uk-ua'] = "";
|
||||
$text['label-cid-num']['en-us'] = "CID Number";
|
||||
$text['label-cid-num']['ar-eg'] = "";
|
||||
$text['label-cid-num']['de-at'] = "Anrufer Nummer";
|
||||
$text['label-cid-num']['de-ch'] = "";
|
||||
$text['label-cid-num']['de-de'] = "Anrufer Nummer";
|
||||
$text['label-cid-num']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-cid-num']['es-mx'] = "";
|
||||
$text['label-cid-num']['fr-ca'] = "";
|
||||
$text['label-cid-num']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['label-cid-num']['he-il'] = "";
|
||||
$text['label-cid-num']['it-it'] = "";
|
||||
@@ -637,6 +796,7 @@ $text['label-cid-num']['nl-nl'] = "";
|
||||
$text['label-cid-num']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-cid-num']['pt-br'] = "Número de destino";
|
||||
$text['label-cid-num']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-cid-num']['ro-ro'] = "";
|
||||
$text['label-cid-num']['ru-ru'] = "Номер Caller ID";
|
||||
$text['label-cid-num']['sv-se'] = "CID, nummerpresentation";
|
||||
$text['label-cid-num']['uk-ua'] = "CID Номер";
|
||||
@@ -644,8 +804,11 @@ $text['label-cid-num']['uk-ua'] = "CID Номер";
|
||||
$text['label-cid-name']['en-us'] = "CID Name";
|
||||
$text['label-cid-name']['ar-eg'] = "";
|
||||
$text['label-cid-name']['de-at'] = "Anrufer Name";
|
||||
$text['label-cid-name']['de-ch'] = "";
|
||||
$text['label-cid-name']['de-de'] = "Anrufer Name";
|
||||
$text['label-cid-name']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-cid-name']['es-mx'] = "";
|
||||
$text['label-cid-name']['fr-ca'] = "";
|
||||
$text['label-cid-name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['label-cid-name']['he-il'] = "";
|
||||
$text['label-cid-name']['it-it'] = "";
|
||||
@@ -653,6 +816,7 @@ $text['label-cid-name']['nl-nl'] = "";
|
||||
$text['label-cid-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-cid-name']['pt-br'] = "Nome CID";
|
||||
$text['label-cid-name']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-cid-name']['ro-ro'] = "";
|
||||
$text['label-cid-name']['ru-ru'] = "CID Имя";
|
||||
$text['label-cid-name']['sv-se'] = "CID, Namnpresentation";
|
||||
$text['label-cid-name']['uk-ua'] = "CID Ім’я";
|
||||
@@ -660,8 +824,11 @@ $text['label-cid-name']['uk-ua'] = "CID Ім’я";
|
||||
$text['label-capabilities']['en-us'] = "Capabilities";
|
||||
$text['label-capabilities']['ar-eg'] = "";
|
||||
$text['label-capabilities']['de-at'] = "Möglichkeiten";
|
||||
$text['label-capabilities']['de-ch'] = "";
|
||||
$text['label-capabilities']['de-de'] = "Möglichkeiten";
|
||||
$text['label-capabilities']['es-cl'] = "Capacidades";
|
||||
$text['label-capabilities']['es-mx'] = "";
|
||||
$text['label-capabilities']['fr-ca'] = "";
|
||||
$text['label-capabilities']['fr-fr'] = "Capacités";
|
||||
$text['label-capabilities']['he-il'] = "";
|
||||
$text['label-capabilities']['it-it'] = "";
|
||||
@@ -669,6 +836,7 @@ $text['label-capabilities']['nl-nl'] = "";
|
||||
$text['label-capabilities']['pl-pl'] = "Możliwości";
|
||||
$text['label-capabilities']['pt-br'] = "Capacidades";
|
||||
$text['label-capabilities']['pt-pt'] = "Capacidades";
|
||||
$text['label-capabilities']['ro-ro'] = "";
|
||||
$text['label-capabilities']['ru-ru'] = "Возможности";
|
||||
$text['label-capabilities']['sv-se'] = "Möjligheter";
|
||||
$text['label-capabilities']['uk-ua'] = "Можливості";
|
||||
@@ -676,8 +844,11 @@ $text['label-capabilities']['uk-ua'] = "Можливості";
|
||||
$text['label-active']['en-us'] = "Active Conferences";
|
||||
$text['label-active']['ar-eg'] = "";
|
||||
$text['label-active']['de-at'] = "Aktive Konferenzen";
|
||||
$text['label-active']['de-ch'] = "";
|
||||
$text['label-active']['de-de'] = "Aktive Konferenzen";
|
||||
$text['label-active']['es-cl'] = "Conferencias Activas";
|
||||
$text['label-active']['es-mx'] = "";
|
||||
$text['label-active']['fr-ca'] = "";
|
||||
$text['label-active']['fr-fr'] = "Conférences Avtives";
|
||||
$text['label-active']['he-il'] = "";
|
||||
$text['label-active']['it-it'] = "";
|
||||
@@ -685,6 +856,7 @@ $text['label-active']['nl-nl'] = "";
|
||||
$text['label-active']['pl-pl'] = "Aktywne konferencje";
|
||||
$text['label-active']['pt-br'] = "Conferências ativas";
|
||||
$text['label-active']['pt-pt'] = "Conferências Activas";
|
||||
$text['label-active']['ro-ro'] = "";
|
||||
$text['label-active']['ru-ru'] = "Активные конференции";
|
||||
$text['label-active']['sv-se'] = "Aktiva Konferenser";
|
||||
$text['label-active']['uk-ua'] = "Активні кноференції";
|
||||
@@ -692,8 +864,11 @@ $text['label-active']['uk-ua'] = "Активні кноференції";
|
||||
$text['description-interactive']['en-us'] = "Use this to monitor and interact with the members of the conference.";
|
||||
$text['description-interactive']['ar-eg'] = "";
|
||||
$text['description-interactive']['de-at'] = "Teilnehmer der Konferenz überwachen und aktiv eingreifen.";
|
||||
$text['description-interactive']['de-ch'] = "";
|
||||
$text['description-interactive']['de-de'] = "Teilnehmer der Konferenz überwachen und aktiv eingreifen.";
|
||||
$text['description-interactive']['es-cl'] = "Utilice esta herramienta para monitorear e interactuar con los miembros de las conferencia.";
|
||||
$text['description-interactive']['es-mx'] = "";
|
||||
$text['description-interactive']['fr-ca'] = "";
|
||||
$text['description-interactive']['fr-fr'] = "Superviser et interagir avec les participants de la conférence";
|
||||
$text['description-interactive']['he-il'] = "";
|
||||
$text['description-interactive']['it-it'] = "";
|
||||
@@ -701,6 +876,7 @@ $text['description-interactive']['nl-nl'] = "";
|
||||
$text['description-interactive']['pl-pl'] = "Użyj tej funkcji do monitorowania i interakcji z uczestnikami konferencji.";
|
||||
$text['description-interactive']['pt-br'] = "Para interagir e monitorar os membros da conferência clique aqui";
|
||||
$text['description-interactive']['pt-pt'] = "Use isto para monitorizar e interagir com os membros da conferência.";
|
||||
$text['description-interactive']['ro-ro'] = "";
|
||||
$text['description-interactive']['ru-ru'] = "Используйте это, чтобы наблюдать и взаимодействовать с участниками конференции.";
|
||||
$text['description-interactive']['sv-se'] = "Använd detta för att Monitorera och Interagera med deltagare i Konferensen";
|
||||
$text['description-interactive']['uk-ua'] = "";
|
||||
@@ -708,8 +884,11 @@ $text['description-interactive']['uk-ua'] = "";
|
||||
$text['description-active']['en-us'] = "List all the conferences that are currently active with one or more members.";
|
||||
$text['description-active']['ar-eg'] = "";
|
||||
$text['description-active']['de-at'] = "Liste alle aktiven Konferenzen mit einem oder mehreren Teilnehmern.";
|
||||
$text['description-active']['de-ch'] = "";
|
||||
$text['description-active']['de-de'] = "Liste alle aktiven Konferenzen mit einem oder mehreren Teilnehmern.";
|
||||
$text['description-active']['es-cl'] = "Listar todas las conferencia que tienen uno o más miembros activos.";
|
||||
$text['description-active']['es-mx'] = "";
|
||||
$text['description-active']['fr-ca'] = "";
|
||||
$text['description-active']['fr-fr'] = "Liste toutes les conférences actives avec un ou plusieurs participants.";
|
||||
$text['description-active']['he-il'] = "";
|
||||
$text['description-active']['it-it'] = "";
|
||||
@@ -717,6 +896,7 @@ $text['description-active']['nl-nl'] = "";
|
||||
$text['description-active']['pl-pl'] = "Lista wszystkich aktywnych konferencji z przynajmniej jednym uczestnikiem.";
|
||||
$text['description-active']['pt-br'] = "Lista com todas as conferência que estão atualmente ativa com um ou mais mebros";
|
||||
$text['description-active']['pt-pt'] = "Listar todas as conferências que estão actualmente activas com um ou mais membros.";
|
||||
$text['description-active']['ro-ro'] = "";
|
||||
$text['description-active']['ru-ru'] = "Список всех активных конференций с по крайней мере одним участником.";
|
||||
$text['description-active']['sv-se'] = "Lista alla Konferenser som är aktiva med en eller fler deltagare";
|
||||
$text['description-active']['uk-ua'] = "";
|
||||
@@ -724,8 +904,11 @@ $text['description-active']['uk-ua'] = "";
|
||||
$text['button-stop-rec']['en-us'] = "Stop Record";
|
||||
$text['button-stop-rec']['ar-eg'] = "";
|
||||
$text['button-stop-rec']['de-at'] = "Aufnahme beenden";
|
||||
$text['button-stop-rec']['de-ch'] = "";
|
||||
$text['button-stop-rec']['de-de'] = "Aufnahme beenden";
|
||||
$text['button-stop-rec']['es-cl'] = "Detener Grabación";
|
||||
$text['button-stop-rec']['es-mx'] = "";
|
||||
$text['button-stop-rec']['fr-ca'] = "";
|
||||
$text['button-stop-rec']['fr-fr'] = "Arrêter l'Enregistrement";
|
||||
$text['button-stop-rec']['he-il'] = "";
|
||||
$text['button-stop-rec']['it-it'] = "";
|
||||
@@ -733,6 +916,7 @@ $text['button-stop-rec']['nl-nl'] = "";
|
||||
$text['button-stop-rec']['pl-pl'] = "Zatrzymanie nagrywania";
|
||||
$text['button-stop-rec']['pt-br'] = "Pausar gravação";
|
||||
$text['button-stop-rec']['pt-pt'] = "Parar gravação";
|
||||
$text['button-stop-rec']['ro-ro'] = "";
|
||||
$text['button-stop-rec']['ru-ru'] = "Остановить запись";
|
||||
$text['button-stop-rec']['sv-se'] = "Stoppa Inspelning";
|
||||
$text['button-stop-rec']['uk-ua'] = "Зупинити";
|
||||
@@ -740,8 +924,11 @@ $text['button-stop-rec']['uk-ua'] = "Зупинити";
|
||||
$text['button-start-rec']['en-us'] = "Start Record";
|
||||
$text['button-start-rec']['ar-eg'] = "";
|
||||
$text['button-start-rec']['de-at'] = "Aufnahme starten";
|
||||
$text['button-start-rec']['de-ch'] = "";
|
||||
$text['button-start-rec']['de-de'] = "Aufnahme starten";
|
||||
$text['button-start-rec']['es-cl'] = "Iniciar Grabación";
|
||||
$text['button-start-rec']['es-mx'] = "";
|
||||
$text['button-start-rec']['fr-ca'] = "";
|
||||
$text['button-start-rec']['fr-fr'] = "Commencer l'Enregistrement";
|
||||
$text['button-start-rec']['he-il'] = "";
|
||||
$text['button-start-rec']['it-it'] = "";
|
||||
@@ -749,8 +936,9 @@ $text['button-start-rec']['nl-nl'] = "";
|
||||
$text['button-start-rec']['pl-pl'] = "Początek nagrywania";
|
||||
$text['button-start-rec']['pt-br'] = "Iniciar gravação";
|
||||
$text['button-start-rec']['pt-pt'] = "Começar gravação";
|
||||
$text['button-start-rec']['ro-ro'] = "";
|
||||
$text['button-start-rec']['ru-ru'] = "Включить запись";
|
||||
$text['button-start-rec']['sv-se'] = "Starta Inspelning";
|
||||
$text['button-start-rec']['uk-ua'] = "Записувати";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-database_transactions']['en-us'] = "Database Transactions";
|
||||
$text['title-database_transactions']['ar-eg'] = "";
|
||||
$text['title-database_transactions']['de-at'] = "Datenbank Transaktionen";
|
||||
$text['title-database_transactions']['de-ch'] = "";
|
||||
$text['title-database_transactions']['de-de'] = "Datenbank Transaktionen";
|
||||
$text['title-database_transactions']['es-cl'] = "";
|
||||
$text['title-database_transactions']['es-mx'] = "";
|
||||
$text['title-database_transactions']['fr-ca'] = "";
|
||||
$text['title-database_transactions']['fr-fr'] = "";
|
||||
$text['title-database_transactions']['he-il'] = "";
|
||||
$text['title-database_transactions']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-database_transactions']['nl-nl'] = "";
|
||||
$text['title-database_transactions']['pl-pl'] = "";
|
||||
$text['title-database_transactions']['pt-br'] = "";
|
||||
$text['title-database_transactions']['pt-pt'] = "";
|
||||
$text['title-database_transactions']['ro-ro'] = "";
|
||||
$text['title-database_transactions']['ru-ru'] = "Изменения в Базе данных";
|
||||
$text['title-database_transactions']['sv-se'] = "Databas Transaktioner";
|
||||
$text['title-database_transactions']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-database_transactions']['uk-ua'] = "";
|
||||
$text['title-database_transaction']['en-us'] = "Database Transaction";
|
||||
$text['title-database_transaction']['ar-eg'] = "";
|
||||
$text['title-database_transaction']['de-at'] = "Datenbank Transaktionen";
|
||||
$text['title-database_transaction']['de-ch'] = "";
|
||||
$text['title-database_transaction']['de-de'] = "Datenbank Transaktionen";
|
||||
$text['title-database_transaction']['es-cl'] = "";
|
||||
$text['title-database_transaction']['es-mx'] = "";
|
||||
$text['title-database_transaction']['fr-ca'] = "";
|
||||
$text['title-database_transaction']['fr-fr'] = "";
|
||||
$text['title-database_transaction']['he-il'] = "";
|
||||
$text['title-database_transaction']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-database_transaction']['nl-nl'] = "";
|
||||
$text['title-database_transaction']['pl-pl'] = "";
|
||||
$text['title-database_transaction']['pt-br'] = "";
|
||||
$text['title-database_transaction']['pt-pt'] = "";
|
||||
$text['title-database_transaction']['ro-ro'] = "";
|
||||
$text['title-database_transaction']['ru-ru'] = "Изменение в Базе данных";
|
||||
$text['title-database_transaction']['sv-se'] = "Transaktionsdatabas";
|
||||
$text['title-database_transaction']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-database_transaction']['uk-ua'] = "";
|
||||
$text['title_description-database_transaction']['en-us'] = "";
|
||||
$text['title_description-database_transaction']['ar-eg'] = "";
|
||||
$text['title_description-database_transaction']['de-at'] = "Datenbank Transaktion";
|
||||
$text['title_description-database_transaction']['de-ch'] = "";
|
||||
$text['title_description-database_transaction']['de-de'] = "Datenbank Transaktion";
|
||||
$text['title_description-database_transaction']['es-cl'] = "";
|
||||
$text['title_description-database_transaction']['es-mx'] = "";
|
||||
$text['title_description-database_transaction']['fr-ca'] = "";
|
||||
$text['title_description-database_transaction']['fr-fr'] = "";
|
||||
$text['title_description-database_transaction']['he-il'] = "";
|
||||
$text['title_description-database_transaction']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title_description-database_transaction']['nl-nl'] = "";
|
||||
$text['title_description-database_transaction']['pl-pl'] = "";
|
||||
$text['title_description-database_transaction']['pt-br'] = "";
|
||||
$text['title_description-database_transaction']['pt-pt'] = "";
|
||||
$text['title_description-database_transaction']['ro-ro'] = "";
|
||||
$text['title_description-database_transaction']['ru-ru'] = "Транзакций Базы Данных";
|
||||
$text['title_description-database_transaction']['sv-se'] = "Transaktionsdatabas";
|
||||
$text['title_description-database_transaction']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['title_description-database_transaction']['uk-ua'] = "";
|
||||
$text['label-user_uuid']['en-us'] = "User";
|
||||
$text['label-user_uuid']['ar-eg'] = "";
|
||||
$text['label-user_uuid']['de-at'] = "Benutzer";
|
||||
$text['label-user_uuid']['de-ch'] = "";
|
||||
$text['label-user_uuid']['de-de'] = "Benutzer";
|
||||
$text['label-user_uuid']['es-cl'] = "";
|
||||
$text['label-user_uuid']['es-mx'] = "";
|
||||
$text['label-user_uuid']['fr-ca'] = "";
|
||||
$text['label-user_uuid']['fr-fr'] = "";
|
||||
$text['label-user_uuid']['he-il'] = "";
|
||||
$text['label-user_uuid']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-user_uuid']['nl-nl'] = "";
|
||||
$text['label-user_uuid']['pl-pl'] = "";
|
||||
$text['label-user_uuid']['pt-br'] = "";
|
||||
$text['label-user_uuid']['pt-pt'] = "";
|
||||
$text['label-user_uuid']['ro-ro'] = "";
|
||||
$text['label-user_uuid']['ru-ru'] = "Пользователь";
|
||||
$text['label-user_uuid']['sv-se'] = "Användare";
|
||||
$text['label-user_uuid']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['label-user_uuid']['uk-ua'] = "";
|
||||
$text['description-user_uuid']['en-us'] = "User transaction.";
|
||||
$text['description-user_uuid']['ar-eg'] = "";
|
||||
$text['description-user_uuid']['de-at'] = "Benutzer Transaktion";
|
||||
$text['description-user_uuid']['de-ch'] = "";
|
||||
$text['description-user_uuid']['de-de'] = "Benutzer Transaktion";
|
||||
$text['description-user_uuid']['es-cl'] = "";
|
||||
$text['description-user_uuid']['es-mx'] = "";
|
||||
$text['description-user_uuid']['fr-ca'] = "";
|
||||
$text['description-user_uuid']['fr-fr'] = "";
|
||||
$text['description-user_uuid']['he-il'] = "";
|
||||
$text['description-user_uuid']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['description-user_uuid']['nl-nl'] = "";
|
||||
$text['description-user_uuid']['pl-pl'] = "";
|
||||
$text['description-user_uuid']['pt-br'] = "";
|
||||
$text['description-user_uuid']['pt-pt'] = "";
|
||||
$text['description-user_uuid']['ro-ro'] = "";
|
||||
$text['description-user_uuid']['ru-ru'] = "Транзакции Пользователя.";
|
||||
$text['description-user_uuid']['sv-se'] = "Användar transaktion";
|
||||
$text['description-user_uuid']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['description-user_uuid']['uk-ua'] = "";
|
||||
$text['label-app_name']['en-us'] = "Application";
|
||||
$text['label-app_name']['ar-eg'] = "";
|
||||
$text['label-app_name']['de-at'] = "Anwendung";
|
||||
$text['label-app_name']['de-ch'] = "";
|
||||
$text['label-app_name']['de-de'] = "Anwendung";
|
||||
$text['label-app_name']['es-cl'] = "";
|
||||
$text['label-app_name']['es-mx'] = "";
|
||||
$text['label-app_name']['fr-ca'] = "";
|
||||
$text['label-app_name']['fr-fr'] = "";
|
||||
$text['label-app_name']['he-il'] = "";
|
||||
$text['label-app_name']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-app_name']['nl-nl'] = "";
|
||||
$text['label-app_name']['pl-pl'] = "";
|
||||
$text['label-app_name']['pt-br'] = "";
|
||||
$text['label-app_name']['pt-pt'] = "";
|
||||
$text['label-app_name']['ro-ro'] = "";
|
||||
$text['label-app_name']['ru-ru'] = "Приложение";
|
||||
$text['label-app_name']['sv-se'] = "Applikation";
|
||||
$text['label-app_name']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-app_name']['uk-ua'] = "";
|
||||
$text['description-app_name']['en-us'] = "Application name.";
|
||||
$text['description-app_name']['ar-eg'] = "";
|
||||
$text['description-app_name']['de-at'] = "Anwendungs-Name.";
|
||||
$text['description-app_name']['de-ch'] = "";
|
||||
$text['description-app_name']['de-de'] = "Anwendungs-Name.";
|
||||
$text['description-app_name']['es-cl'] = "";
|
||||
$text['description-app_name']['es-mx'] = "";
|
||||
$text['description-app_name']['fr-ca'] = "";
|
||||
$text['description-app_name']['fr-fr'] = "";
|
||||
$text['description-app_name']['he-il'] = "";
|
||||
$text['description-app_name']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['description-app_name']['nl-nl'] = "";
|
||||
$text['description-app_name']['pl-pl'] = "";
|
||||
$text['description-app_name']['pt-br'] = "";
|
||||
$text['description-app_name']['pt-pt'] = "";
|
||||
$text['description-app_name']['ro-ro'] = "";
|
||||
$text['description-app_name']['ru-ru'] = "Имя Приложения.";
|
||||
$text['description-app_name']['sv-se'] = "Applikation namn";
|
||||
$text['description-app_name']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['description-app_name']['uk-ua'] = "";
|
||||
$text['label-app_uuid']['en-us'] = "Application Id";
|
||||
$text['label-app_uuid']['ar-eg'] = "";
|
||||
$text['label-app_uuid']['de-at'] = "Anwendungs-ID";
|
||||
$text['label-app_uuid']['de-ch'] = "";
|
||||
$text['label-app_uuid']['de-de'] = "Anwendungs-ID";
|
||||
$text['label-app_uuid']['es-cl'] = "";
|
||||
$text['label-app_uuid']['es-mx'] = "";
|
||||
$text['label-app_uuid']['fr-ca'] = "";
|
||||
$text['label-app_uuid']['fr-fr'] = "";
|
||||
$text['label-app_uuid']['he-il'] = "";
|
||||
$text['label-app_uuid']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-app_uuid']['nl-nl'] = "";
|
||||
$text['label-app_uuid']['pl-pl'] = "";
|
||||
$text['label-app_uuid']['pt-br'] = "";
|
||||
$text['label-app_uuid']['pt-pt'] = "";
|
||||
$text['label-app_uuid']['ro-ro'] = "";
|
||||
$text['label-app_uuid']['ru-ru'] = "Id Приложения";
|
||||
$text['label-app_uuid']['sv-se'] = "Applikation Id.";
|
||||
$text['label-app_uuid']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-app_uuid']['uk-ua'] = "";
|
||||
$text['description-app_uuid']['en-us'] = "Application name.";
|
||||
$text['description-app_uuid']['ar-eg'] = "";
|
||||
$text['description-app_uuid']['de-at'] = "Anwendungs-Name.";
|
||||
$text['description-app_uuid']['de-ch'] = "";
|
||||
$text['description-app_uuid']['de-de'] = "Anwendungs-Name.";
|
||||
$text['description-app_uuid']['es-cl'] = "";
|
||||
$text['description-app_uuid']['es-mx'] = "";
|
||||
$text['description-app_uuid']['fr-ca'] = "";
|
||||
$text['description-app_uuid']['fr-fr'] = "";
|
||||
$text['description-app_uuid']['he-il'] = "";
|
||||
$text['description-app_uuid']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['description-app_uuid']['nl-nl'] = "";
|
||||
$text['description-app_uuid']['pl-pl'] = "";
|
||||
$text['description-app_uuid']['pt-br'] = "";
|
||||
$text['description-app_uuid']['pt-pt'] = "";
|
||||
$text['description-app_uuid']['ro-ro'] = "";
|
||||
$text['description-app_uuid']['ru-ru'] = "Имя приложения.";
|
||||
$text['description-app_uuid']['sv-se'] = "Applikation namn.";
|
||||
$text['description-app_uuid']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['description-app_uuid']['uk-ua'] = "";
|
||||
$text['label-transaction_code']['en-us'] = "Code";
|
||||
$text['label-transaction_code']['ar-eg'] = "";
|
||||
$text['label-transaction_code']['de-at'] = "Code";
|
||||
$text['label-transaction_code']['de-ch'] = "";
|
||||
$text['label-transaction_code']['de-de'] = "Code";
|
||||
$text['label-transaction_code']['es-cl'] = "";
|
||||
$text['label-transaction_code']['es-mx'] = "";
|
||||
$text['label-transaction_code']['fr-ca'] = "";
|
||||
$text['label-transaction_code']['fr-fr'] = "";
|
||||
$text['label-transaction_code']['he-il'] = "";
|
||||
$text['label-transaction_code']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-transaction_code']['nl-nl'] = "";
|
||||
$text['label-transaction_code']['pl-pl'] = "";
|
||||
$text['label-transaction_code']['pt-br'] = "";
|
||||
$text['label-transaction_code']['pt-pt'] = "";
|
||||
$text['label-transaction_code']['ro-ro'] = "";
|
||||
$text['label-transaction_code']['ru-ru'] = "Код";
|
||||
$text['label-transaction_code']['sv-se'] = "Kod";
|
||||
$text['label-transaction_code']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['label-transaction_code']['uk-ua'] = "";
|
||||
$text['description-transaction_code']['en-us'] = "Transaction code.";
|
||||
$text['description-transaction_code']['ar-eg'] = "";
|
||||
$text['description-transaction_code']['de-at'] = "Transaktions-Code";
|
||||
$text['description-transaction_code']['de-ch'] = "";
|
||||
$text['description-transaction_code']['de-de'] = "Transaktions-Code";
|
||||
$text['description-transaction_code']['es-cl'] = "";
|
||||
$text['description-transaction_code']['es-mx'] = "";
|
||||
$text['description-transaction_code']['fr-ca'] = "";
|
||||
$text['description-transaction_code']['fr-fr'] = "";
|
||||
$text['description-transaction_code']['he-il'] = "";
|
||||
$text['description-transaction_code']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['description-transaction_code']['nl-nl'] = "";
|
||||
$text['description-transaction_code']['pl-pl'] = "";
|
||||
$text['description-transaction_code']['pt-br'] = "";
|
||||
$text['description-transaction_code']['pt-pt'] = "";
|
||||
$text['description-transaction_code']['ro-ro'] = "";
|
||||
$text['description-transaction_code']['ru-ru'] = "Код Транзакции.";
|
||||
$text['description-transaction_code']['sv-se'] = "Transaktion kod.";
|
||||
$text['description-transaction_code']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['description-transaction_code']['uk-ua'] = "";
|
||||
$text['label-transaction_address']['en-us'] = "IP Address";
|
||||
$text['label-transaction_address']['ar-eg'] = "";
|
||||
$text['label-transaction_address']['de-at'] = "IP Adresse";
|
||||
$text['label-transaction_address']['de-ch'] = "";
|
||||
$text['label-transaction_address']['de-de'] = "IP Adresse";
|
||||
$text['label-transaction_address']['es-cl'] = "";
|
||||
$text['label-transaction_address']['es-mx'] = "";
|
||||
$text['label-transaction_address']['fr-ca'] = "";
|
||||
$text['label-transaction_address']['fr-fr'] = "";
|
||||
$text['label-transaction_address']['he-il'] = "";
|
||||
$text['label-transaction_address']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-transaction_address']['nl-nl'] = "";
|
||||
$text['label-transaction_address']['pl-pl'] = "";
|
||||
$text['label-transaction_address']['pt-br'] = "";
|
||||
$text['label-transaction_address']['pt-pt'] = "";
|
||||
$text['label-transaction_address']['ro-ro'] = "";
|
||||
$text['label-transaction_address']['ru-ru'] = "IP Адреса";
|
||||
$text['label-transaction_address']['sv-se'] = "IP Address";
|
||||
$text['label-transaction_address']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-transaction_address']['uk-ua'] = "";
|
||||
$text['description-transaction_address']['en-us'] = "IP address of the user.";
|
||||
$text['description-transaction_address']['ar-eg'] = "";
|
||||
$text['description-transaction_address']['de-at'] = "IP Adresse des Anwenders";
|
||||
$text['description-transaction_address']['de-ch'] = "";
|
||||
$text['description-transaction_address']['de-de'] = "IP Adresse des Anwenders";
|
||||
$text['description-transaction_address']['es-cl'] = "";
|
||||
$text['description-transaction_address']['es-mx'] = "";
|
||||
$text['description-transaction_address']['fr-ca'] = "";
|
||||
$text['description-transaction_address']['fr-fr'] = "";
|
||||
$text['description-transaction_address']['he-il'] = "";
|
||||
$text['description-transaction_address']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['description-transaction_address']['nl-nl'] = "";
|
||||
$text['description-transaction_address']['pl-pl'] = "";
|
||||
$text['description-transaction_address']['pt-br'] = "";
|
||||
$text['description-transaction_address']['pt-pt'] = "";
|
||||
$text['description-transaction_address']['ro-ro'] = "";
|
||||
$text['description-transaction_address']['ru-ru'] = "IP Адреса пользователя.";
|
||||
$text['description-transaction_address']['sv-se'] = "Användarens IP Address";
|
||||
$text['description-transaction_address']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['description-transaction_address']['uk-ua'] = "";
|
||||
$text['label-transaction_type']['en-us'] = "Type";
|
||||
$text['label-transaction_type']['ar-eg'] = "";
|
||||
$text['label-transaction_type']['de-at'] = "Typ";
|
||||
$text['label-transaction_type']['de-ch'] = "";
|
||||
$text['label-transaction_type']['de-de'] = "Typ";
|
||||
$text['label-transaction_type']['es-cl'] = "";
|
||||
$text['label-transaction_type']['es-mx'] = "";
|
||||
$text['label-transaction_type']['fr-ca'] = "";
|
||||
$text['label-transaction_type']['fr-fr'] = "";
|
||||
$text['label-transaction_type']['he-il'] = "";
|
||||
$text['label-transaction_type']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-transaction_type']['nl-nl'] = "";
|
||||
$text['label-transaction_type']['pl-pl'] = "";
|
||||
$text['label-transaction_type']['pt-br'] = "";
|
||||
$text['label-transaction_type']['pt-pt'] = "";
|
||||
$text['label-transaction_type']['ro-ro'] = "";
|
||||
$text['label-transaction_type']['ru-ru'] = "Тип";
|
||||
$text['label-transaction_type']['sv-se'] = "Typ";
|
||||
$text['label-transaction_type']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-transaction_type']['uk-ua'] = "";
|
||||
$text['description-transaction_type']['en-us'] = "Type: insert, update, delete, select";
|
||||
$text['description-transaction_type']['ar-eg'] = "";
|
||||
$text['description-transaction_type']['de-at'] = "Typ: insert, update, delete, select";
|
||||
$text['description-transaction_type']['de-ch'] = "";
|
||||
$text['description-transaction_type']['de-de'] = "Typ: insert, update, delete, select";
|
||||
$text['description-transaction_type']['es-cl'] = "";
|
||||
$text['description-transaction_type']['es-mx'] = "";
|
||||
$text['description-transaction_type']['fr-ca'] = "";
|
||||
$text['description-transaction_type']['fr-fr'] = "";
|
||||
$text['description-transaction_type']['he-il'] = "";
|
||||
$text['description-transaction_type']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['description-transaction_type']['nl-nl'] = "";
|
||||
$text['description-transaction_type']['pl-pl'] = "";
|
||||
$text['description-transaction_type']['pt-br'] = "";
|
||||
$text['description-transaction_type']['pt-pt'] = "";
|
||||
$text['description-transaction_type']['ro-ro'] = "";
|
||||
$text['description-transaction_type']['ru-ru'] = "Тип: вставка, обновление, удаление, выбор";
|
||||
$text['description-transaction_type']['sv-se'] = "Typ: lägg till, ändra, ta bort, välj";
|
||||
$text['description-transaction_type']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['description-transaction_type']['uk-ua'] = "";
|
||||
$text['label-transaction_date']['en-us'] = "Date";
|
||||
$text['label-transaction_date']['ar-eg'] = "";
|
||||
$text['label-transaction_date']['de-at'] = "Datum";
|
||||
$text['label-transaction_date']['de-ch'] = "";
|
||||
$text['label-transaction_date']['de-de'] = "Datum";
|
||||
$text['label-transaction_date']['es-cl'] = "";
|
||||
$text['label-transaction_date']['es-mx'] = "";
|
||||
$text['label-transaction_date']['fr-ca'] = "";
|
||||
$text['label-transaction_date']['fr-fr'] = "";
|
||||
$text['label-transaction_date']['he-il'] = "";
|
||||
$text['label-transaction_date']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-transaction_date']['nl-nl'] = "";
|
||||
$text['label-transaction_date']['pl-pl'] = "";
|
||||
$text['label-transaction_date']['pt-br'] = "";
|
||||
$text['label-transaction_date']['pt-pt'] = "";
|
||||
$text['label-transaction_date']['ro-ro'] = "";
|
||||
$text['label-transaction_date']['ru-ru'] = "Дата";
|
||||
$text['label-transaction_date']['sv-se'] = "Datum";
|
||||
$text['label-transaction_date']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['label-transaction_date']['uk-ua'] = "";
|
||||
$text['description-transaction_date']['en-us'] = "Transaction date.";
|
||||
$text['description-transaction_date']['ar-eg'] = "";
|
||||
$text['description-transaction_date']['de-at'] = "Transaktions-Datum";
|
||||
$text['description-transaction_date']['de-ch'] = "";
|
||||
$text['description-transaction_date']['de-de'] = "Transaktions-Datum";
|
||||
$text['description-transaction_date']['es-cl'] = "";
|
||||
$text['description-transaction_date']['es-mx'] = "";
|
||||
$text['description-transaction_date']['fr-ca'] = "";
|
||||
$text['description-transaction_date']['fr-fr'] = "";
|
||||
$text['description-transaction_date']['he-il'] = "";
|
||||
$text['description-transaction_date']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['description-transaction_date']['nl-nl'] = "";
|
||||
$text['description-transaction_date']['pl-pl'] = "";
|
||||
$text['description-transaction_date']['pt-br'] = "";
|
||||
$text['description-transaction_date']['pt-pt'] = "";
|
||||
$text['description-transaction_date']['ro-ro'] = "";
|
||||
$text['description-transaction_date']['ru-ru'] = "Дата Транзакции.";
|
||||
$text['description-transaction_date']['sv-se'] = "Transaktions datum.";
|
||||
$text['description-transaction_date']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['description-transaction_date']['uk-ua'] = "";
|
||||
$text['label-transaction_old']['en-us'] = "Before";
|
||||
$text['label-transaction_old']['ar-eg'] = "";
|
||||
$text['label-transaction_old']['de-at'] = "Vor";
|
||||
$text['label-transaction_old']['de-ch'] = "";
|
||||
$text['label-transaction_old']['de-de'] = "Vor";
|
||||
$text['label-transaction_old']['es-cl'] = "";
|
||||
$text['label-transaction_old']['es-mx'] = "";
|
||||
$text['label-transaction_old']['fr-ca'] = "";
|
||||
$text['label-transaction_old']['fr-fr'] = "";
|
||||
$text['label-transaction_old']['he-il'] = "";
|
||||
$text['label-transaction_old']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['label-transaction_old']['nl-nl'] = "";
|
||||
$text['label-transaction_old']['pl-pl'] = "";
|
||||
$text['label-transaction_old']['pt-br'] = "";
|
||||
$text['label-transaction_old']['pt-pt'] = "";
|
||||
$text['label-transaction_old']['ro-ro'] = "";
|
||||
$text['label-transaction_old']['ru-ru'] = "До";
|
||||
$text['label-transaction_old']['sv-se'] = "Före";
|
||||
$text['label-transaction_old']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-transaction_old']['uk-ua'] = "";
|
||||
$text['description-transaction_old']['en-us'] = "Array before the transaction.";
|
||||
$text['description-transaction_old']['ar-eg'] = "";
|
||||
$text['description-transaction_old']['de-at'] = "Array vor der Transaktion.";
|
||||
$text['description-transaction_old']['de-ch'] = "";
|
||||
$text['description-transaction_old']['de-de'] = "Array vor der Transaktion.";
|
||||
$text['description-transaction_old']['es-cl'] = "";
|
||||
$text['description-transaction_old']['es-mx'] = "";
|
||||
$text['description-transaction_old']['fr-ca'] = "";
|
||||
$text['description-transaction_old']['fr-fr'] = "";
|
||||
$text['description-transaction_old']['he-il'] = "";
|
||||
$text['description-transaction_old']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['description-transaction_old']['nl-nl'] = "";
|
||||
$text['description-transaction_old']['pl-pl'] = "";
|
||||
$text['description-transaction_old']['pt-br'] = "";
|
||||
$text['description-transaction_old']['pt-pt'] = "";
|
||||
$text['description-transaction_old']['ro-ro'] = "";
|
||||
$text['description-transaction_old']['ru-ru'] = "Массив перед транзакцией.";
|
||||
$text['description-transaction_old']['sv-se'] = "Array före transaktionen.";
|
||||
$text['description-transaction_old']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['description-transaction_old']['uk-ua'] = "";
|
||||
$text['label-transaction_new']['en-us'] = "After";
|
||||
$text['label-transaction_new']['ar-eg'] = "";
|
||||
$text['label-transaction_new']['de-at'] = "Nach";
|
||||
$text['label-transaction_new']['de-ch'] = "";
|
||||
$text['label-transaction_new']['de-de'] = "Nach";
|
||||
$text['label-transaction_new']['es-cl'] = "";
|
||||
$text['label-transaction_new']['es-mx'] = "";
|
||||
$text['label-transaction_new']['fr-ca'] = "";
|
||||
$text['label-transaction_new']['fr-fr'] = "";
|
||||
$text['label-transaction_new']['he-il'] = "";
|
||||
$text['label-transaction_new']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['label-transaction_new']['nl-nl'] = "";
|
||||
$text['label-transaction_new']['pl-pl'] = "";
|
||||
$text['label-transaction_new']['pt-br'] = "";
|
||||
$text['label-transaction_new']['pt-pt'] = "";
|
||||
$text['label-transaction_new']['ro-ro'] = "";
|
||||
$text['label-transaction_new']['ru-ru'] = "После";
|
||||
$text['label-transaction_new']['sv-se'] = "Efter";
|
||||
$text['label-transaction_new']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-transaction_new']['uk-ua'] = "";
|
||||
$text['description-transaction_new']['en-us'] = "Array after the transaction.";
|
||||
$text['description-transaction_new']['ar-eg'] = "";
|
||||
$text['description-transaction_new']['de-at'] = "Array nach der Transaktion.";
|
||||
$text['description-transaction_new']['de-ch'] = "";
|
||||
$text['description-transaction_new']['de-de'] = "Array nach der Transaktion.";
|
||||
$text['description-transaction_new']['es-cl'] = "";
|
||||
$text['description-transaction_new']['es-mx'] = "";
|
||||
$text['description-transaction_new']['fr-ca'] = "";
|
||||
$text['description-transaction_new']['fr-fr'] = "";
|
||||
$text['description-transaction_new']['he-il'] = "";
|
||||
$text['description-transaction_new']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['description-transaction_new']['nl-nl'] = "";
|
||||
$text['description-transaction_new']['pl-pl'] = "";
|
||||
$text['description-transaction_new']['pt-br'] = "";
|
||||
$text['description-transaction_new']['pt-pt'] = "";
|
||||
$text['description-transaction_new']['ro-ro'] = "";
|
||||
$text['description-transaction_new']['ru-ru'] = "Массив после транзакции.";
|
||||
$text['description-transaction_new']['sv-se'] = "Array efter transaktionen.";
|
||||
$text['description-transaction_new']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['description-transaction_new']['uk-ua'] = "";
|
||||
$text['label-transaction_result']['en-us'] = "Result";
|
||||
$text['label-transaction_result']['ar-eg'] = "";
|
||||
$text['label-transaction_result']['de-at'] = "Ergebnis";
|
||||
$text['label-transaction_result']['de-ch'] = "";
|
||||
$text['label-transaction_result']['de-de'] = "Ergebnis";
|
||||
$text['label-transaction_result']['es-cl'] = "";
|
||||
$text['label-transaction_result']['es-mx'] = "";
|
||||
$text['label-transaction_result']['fr-ca'] = "";
|
||||
$text['label-transaction_result']['fr-fr'] = "";
|
||||
$text['label-transaction_result']['he-il'] = "";
|
||||
$text['label-transaction_result']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['label-transaction_result']['nl-nl'] = "";
|
||||
$text['label-transaction_result']['pl-pl'] = "";
|
||||
$text['label-transaction_result']['pt-br'] = "";
|
||||
$text['label-transaction_result']['pt-pt'] = "";
|
||||
$text['label-transaction_result']['ro-ro'] = "";
|
||||
$text['label-transaction_result']['ru-ru'] = "Результат.";
|
||||
$text['label-transaction_result']['sv-se'] = "Resultat";
|
||||
$text['label-transaction_result']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['label-transaction_result']['uk-ua'] = "";
|
||||
$text['description-transaction_result']['en-us'] = "Result of the transaction.";
|
||||
$text['description-transaction_result']['ar-eg'] = "";
|
||||
$text['description-transaction_result']['de-at'] = "Ergebnis der Transaktion.";
|
||||
$text['description-transaction_result']['de-ch'] = "";
|
||||
$text['description-transaction_result']['de-de'] = "Ergebnis der Transaktion.";
|
||||
$text['description-transaction_result']['es-cl'] = "";
|
||||
$text['description-transaction_result']['es-mx'] = "";
|
||||
$text['description-transaction_result']['fr-ca'] = "";
|
||||
$text['description-transaction_result']['fr-fr'] = "";
|
||||
$text['description-transaction_result']['he-il'] = "";
|
||||
$text['description-transaction_result']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['description-transaction_result']['nl-nl'] = "";
|
||||
$text['description-transaction_result']['pl-pl'] = "";
|
||||
$text['description-transaction_result']['pt-br'] = "";
|
||||
$text['description-transaction_result']['pt-pt'] = "";
|
||||
$text['description-transaction_result']['ro-ro'] = "";
|
||||
$text['description-transaction_result']['ru-ru'] = "Результат транзакции.";
|
||||
$text['description-transaction_result']['sv-se'] = "Resultat av transaktionen.";
|
||||
$text['description-transaction_result']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['description-transaction_result']['uk-ua'] = "";
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "wahr";
|
||||
$text['label-true']['de-ch'] = "";
|
||||
$text['label-true']['de-de'] = "wahr";
|
||||
$text['label-true']['es-cl'] = "";
|
||||
$text['label-true']['es-mx'] = "";
|
||||
$text['label-true']['fr-ca'] = "";
|
||||
$text['label-true']['fr-fr'] = "";
|
||||
$text['label-true']['he-il'] = "";
|
||||
$text['label-true']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['label-true']['nl-nl'] = "";
|
||||
$text['label-true']['pl-pl'] = "";
|
||||
$text['label-true']['pt-br'] = "";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['ro-ro'] = "";
|
||||
$text['label-true']['ru-ru'] = "Да";
|
||||
$text['label-true']['sv-se'] = "sann";
|
||||
$text['label-true']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['label-true']['uk-ua'] = "";
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus";
|
||||
$text['label-false']['de-ch'] = "";
|
||||
$text['label-false']['de-de'] = "aus";
|
||||
$text['label-false']['es-cl'] = "falso";
|
||||
$text['label-false']['es-mx'] = "";
|
||||
$text['label-false']['fr-ca'] = "";
|
||||
$text['label-false']['fr-fr'] = "falso";
|
||||
$text['label-false']['he-il'] = "";
|
||||
$text['label-false']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['label-false']['nl-nl'] = "";
|
||||
$text['label-false']['pl-pl'] = "";
|
||||
$text['label-false']['pt-br'] = "";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['ro-ro'] = "";
|
||||
$text['label-false']['ru-ru'] = "Нет";
|
||||
$text['label-false']['sv-se'] = "falsk";
|
||||
$text['label-false']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['label-false']['uk-ua'] = "";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['ar-eg'] = "";
|
||||
$text['button-add']['de-at'] = "Hinzufügen";
|
||||
$text['button-add']['de-ch'] = "";
|
||||
$text['button-add']['de-de'] = "Hinzufügen";
|
||||
$text['button-add']['es-cl'] = "";
|
||||
$text['button-add']['es-mx'] = "";
|
||||
$text['button-add']['fr-ca'] = "";
|
||||
$text['button-add']['fr-fr'] = "";
|
||||
$text['button-add']['he-il'] = "";
|
||||
$text['button-add']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['button-add']['nl-nl'] = "";
|
||||
$text['button-add']['pl-pl'] = "";
|
||||
$text['button-add']['pt-br'] = "";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['ro-ro'] = "";
|
||||
$text['button-add']['ru-ru'] = "Добавить";
|
||||
$text['button-add']['sv-se'] = "Lägg Till";
|
||||
$text['button-add']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['button-add']['uk-ua'] = "";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['ar-eg'] = "";
|
||||
$text['button-edit']['de-at'] = "Bearbeiten";
|
||||
$text['button-edit']['de-ch'] = "";
|
||||
$text['button-edit']['de-de'] = "Bearbeiten";
|
||||
$text['button-edit']['es-cl'] = "";
|
||||
$text['button-edit']['es-mx'] = "";
|
||||
$text['button-edit']['fr-ca'] = "";
|
||||
$text['button-edit']['fr-fr'] = "";
|
||||
$text['button-edit']['he-il'] = "";
|
||||
$text['button-edit']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['button-edit']['nl-nl'] = "";
|
||||
$text['button-edit']['pl-pl'] = "";
|
||||
$text['button-edit']['pt-br'] = "";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['ro-ro'] = "";
|
||||
$text['button-edit']['ru-ru'] = "Редактировать";
|
||||
$text['button-edit']['sv-se'] = "Ändra";
|
||||
$text['button-edit']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['button-edit']['uk-ua'] = "";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['ar-eg'] = "";
|
||||
$text['button-delete']['de-at'] = "Löschen";
|
||||
$text['button-delete']['de-ch'] = "";
|
||||
$text['button-delete']['de-de'] = "Löschen";
|
||||
$text['button-delete']['es-cl'] = "";
|
||||
$text['button-delete']['es-mx'] = "";
|
||||
$text['button-delete']['fr-ca'] = "";
|
||||
$text['button-delete']['fr-fr'] = "";
|
||||
$text['button-delete']['he-il'] = "";
|
||||
$text['button-delete']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['button-delete']['nl-nl'] = "";
|
||||
$text['button-delete']['pl-pl'] = "";
|
||||
$text['button-delete']['pt-br'] = "";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['ro-ro'] = "";
|
||||
$text['button-delete']['ru-ru'] = "Удалить";
|
||||
$text['button-delete']['sv-se'] = "Ta Bort";
|
||||
$text['button-delete']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['button-delete']['uk-ua'] = "";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['ar-eg'] = "";
|
||||
$text['button-save']['de-at'] = "Speichern";
|
||||
$text['button-save']['de-ch'] = "";
|
||||
$text['button-save']['de-de'] = "Speichern";
|
||||
$text['button-save']['es-cl'] = "";
|
||||
$text['button-save']['es-mx'] = "";
|
||||
$text['button-save']['fr-ca'] = "";
|
||||
$text['button-save']['fr-fr'] = "";
|
||||
$text['button-save']['he-il'] = "";
|
||||
$text['button-save']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['button-save']['nl-nl'] = "";
|
||||
$text['button-save']['pl-pl'] = "";
|
||||
$text['button-save']['pt-br'] = "";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['ro-ro'] = "";
|
||||
$text['button-save']['ru-ru'] = "Сохранить";
|
||||
$text['button-save']['sv-se'] = "Spara";
|
||||
$text['button-save']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['button-save']['uk-ua'] = "";
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['ar-eg'] = "";
|
||||
$text['button-view']['de-at'] = "Anzeigen";
|
||||
$text['button-view']['de-ch'] = "";
|
||||
$text['button-view']['de-de'] = "Anzeigen";
|
||||
$text['button-view']['es-cl'] = "";
|
||||
$text['button-view']['es-mx'] = "";
|
||||
$text['button-view']['fr-ca'] = "";
|
||||
$text['button-view']['fr-fr'] = "";
|
||||
$text['button-view']['he-il'] = "";
|
||||
$text['button-view']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['button-view']['nl-nl'] = "";
|
||||
$text['button-view']['pl-pl'] = "";
|
||||
$text['button-view']['pt-br'] = "";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['ro-ro'] = "";
|
||||
$text['button-view']['ru-ru'] = "Просмотрт";
|
||||
$text['button-view']['sv-se'] = "Visa";
|
||||
$text['button-view']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['button-view']['uk-ua'] = "";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['ar-eg'] = "";
|
||||
$text['button-back']['de-at'] = "Zurück";
|
||||
$text['button-back']['de-ch'] = "";
|
||||
$text['button-back']['de-de'] = "Zurück";
|
||||
$text['button-back']['es-cl'] = "";
|
||||
$text['button-back']['es-mx'] = "";
|
||||
$text['button-back']['fr-ca'] = "";
|
||||
$text['button-back']['fr-fr'] = "";
|
||||
$text['button-back']['he-il'] = "";
|
||||
$text['button-back']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['button-back']['nl-nl'] = "";
|
||||
$text['button-back']['pl-pl'] = "";
|
||||
$text['button-back']['pt-br'] = "";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['ro-ro'] = "";
|
||||
$text['button-back']['ru-ru'] = "Назад";
|
||||
$text['button-back']['sv-se'] = "Tillbaka";
|
||||
$text['button-back']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['button-back']['uk-ua'] = "";
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['ar-eg'] = "";
|
||||
$text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete']['de-ch'] = "";
|
||||
$text['confirm-delete']['de-de'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete']['es-cl'] = "";
|
||||
$text['confirm-delete']['es-mx'] = "";
|
||||
$text['confirm-delete']['fr-ca'] = "";
|
||||
$text['confirm-delete']['fr-fr'] = "";
|
||||
$text['confirm-delete']['he-il'] = "";
|
||||
$text['confirm-delete']['it-it'] = "";
|
||||
@@ -509,6 +636,7 @@ $text['confirm-delete']['nl-nl'] = "";
|
||||
$text['confirm-delete']['pl-pl'] = "";
|
||||
$text['confirm-delete']['pt-br'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['ro-ro'] = "";
|
||||
$text['confirm-delete']['ru-ru'] = "Вы действительно хотите удалить это?";
|
||||
$text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete']['uk-ua'] = "";
|
||||
@@ -516,8 +644,11 @@ $text['confirm-delete']['uk-ua'] = "";
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['ar-eg'] = "";
|
||||
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['message-add']['de-ch'] = "";
|
||||
$text['message-add']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['message-add']['es-cl'] = "";
|
||||
$text['message-add']['es-mx'] = "";
|
||||
$text['message-add']['fr-ca'] = "";
|
||||
$text['message-add']['fr-fr'] = "";
|
||||
$text['message-add']['he-il'] = "";
|
||||
$text['message-add']['it-it'] = "";
|
||||
@@ -525,6 +656,7 @@ $text['message-add']['nl-nl'] = "";
|
||||
$text['message-add']['pl-pl'] = "";
|
||||
$text['message-add']['pt-br'] = "";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['ro-ro'] = "";
|
||||
$text['message-add']['ru-ru'] = "Добавление Выполнено";
|
||||
$text['message-add']['sv-se'] = "Tillagd";
|
||||
$text['message-add']['uk-ua'] = "";
|
||||
@@ -532,8 +664,11 @@ $text['message-add']['uk-ua'] = "";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['ar-eg'] = "";
|
||||
$text['message-update']['de-at'] = "Aktualisierung durchgeführt";
|
||||
$text['message-update']['de-ch'] = "";
|
||||
$text['message-update']['de-de'] = "Aktualisierung durchgeführt";
|
||||
$text['message-update']['es-cl'] = "";
|
||||
$text['message-update']['es-mx'] = "";
|
||||
$text['message-update']['fr-ca'] = "";
|
||||
$text['message-update']['fr-fr'] = "";
|
||||
$text['message-update']['he-il'] = "";
|
||||
$text['message-update']['it-it'] = "";
|
||||
@@ -541,6 +676,7 @@ $text['message-update']['nl-nl'] = "";
|
||||
$text['message-update']['pl-pl'] = "";
|
||||
$text['message-update']['pt-br'] = "";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['ro-ro'] = "";
|
||||
$text['message-update']['ru-ru'] = "Обновление Выполнено";
|
||||
$text['message-update']['sv-se'] = "Ändring utförd";
|
||||
$text['message-update']['uk-ua'] = "";
|
||||
@@ -548,8 +684,11 @@ $text['message-update']['uk-ua'] = "";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['ar-eg'] = "";
|
||||
$text['message-delete']['de-at'] = "Erfolgreich gelöscht";
|
||||
$text['message-delete']['de-ch'] = "";
|
||||
$text['message-delete']['de-de'] = "Erfolgreich gelöscht";
|
||||
$text['message-delete']['es-cl'] = "";
|
||||
$text['message-delete']['es-mx'] = "";
|
||||
$text['message-delete']['fr-ca'] = "";
|
||||
$text['message-delete']['fr-fr'] = "";
|
||||
$text['message-delete']['he-il'] = "";
|
||||
$text['message-delete']['it-it'] = "";
|
||||
@@ -557,6 +696,7 @@ $text['message-delete']['nl-nl'] = "";
|
||||
$text['message-delete']['pl-pl'] = "";
|
||||
$text['message-delete']['pt-br'] = "";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['ro-ro'] = "";
|
||||
$text['message-delete']['ru-ru'] = "Удаление Выполнено";
|
||||
$text['message-delete']['sv-se'] = "Borttagning utförd";
|
||||
$text['message-delete']['uk-ua'] = "";
|
||||
@@ -564,8 +704,11 @@ $text['message-delete']['uk-ua'] = "";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['ar-eg'] = "";
|
||||
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:";
|
||||
$text['message-required']['de-ch'] = "";
|
||||
$text['message-required']['de-de'] = "Bitte geben Sie folgendes an:";
|
||||
$text['message-required']['es-cl'] = "";
|
||||
$text['message-required']['es-mx'] = "";
|
||||
$text['message-required']['fr-ca'] = "";
|
||||
$text['message-required']['fr-fr'] = "";
|
||||
$text['message-required']['he-il'] = "";
|
||||
$text['message-required']['it-it'] = "";
|
||||
@@ -573,8 +716,9 @@ $text['message-required']['nl-nl'] = "";
|
||||
$text['message-required']['pl-pl'] = "";
|
||||
$text['message-required']['pt-br'] = "";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['ro-ro'] = "";
|
||||
$text['message-required']['ru-ru'] = "Пожалуйста предоставьте:";
|
||||
$text['message-required']['sv-se'] = "Var god ange: ";
|
||||
$text['message-required']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-destinations']['en-us'] = "Destinations";
|
||||
$text['title-destinations']['ar-eg'] = "جهات الأتصال";
|
||||
$text['title-destinations']['de-at'] = "Ziele";
|
||||
$text['title-destinations']['de-ch'] = "";
|
||||
$text['title-destinations']['de-de'] = "Ziele";
|
||||
$text['title-destinations']['es-cl'] = "Destinos";
|
||||
$text['title-destinations']['es-mx'] = "";
|
||||
$text['title-destinations']['fr-ca'] = "";
|
||||
$text['title-destinations']['fr-fr'] = "Destinations";
|
||||
$text['title-destinations']['he-il'] = "יעדים";
|
||||
$text['title-destinations']['it-it'] = "Destinazioni";
|
||||
@@ -13,6 +16,7 @@ $text['title-destinations']['nl-nl'] = "";
|
||||
$text['title-destinations']['pl-pl'] = "Destynacje";
|
||||
$text['title-destinations']['pt-br'] = "Destinos";
|
||||
$text['title-destinations']['pt-pt'] = "Destinos";
|
||||
$text['title-destinations']['ro-ro'] = "Destinații";
|
||||
$text['title-destinations']['ru-ru'] = "Направления";
|
||||
$text['title-destinations']['sv-se'] = "Destinationer";
|
||||
$text['title-destinations']['uk-ua'] = "Номери";
|
||||
@@ -20,8 +24,11 @@ $text['title-destinations']['uk-ua'] = "Номери";
|
||||
$text['title-destination-edit']['en-us'] = "Destination";
|
||||
$text['title-destination-edit']['ar-eg'] = "جهه الأتصال";
|
||||
$text['title-destination-edit']['de-at'] = "Ziel";
|
||||
$text['title-destination-edit']['de-ch'] = "";
|
||||
$text['title-destination-edit']['de-de'] = "Ziel";
|
||||
$text['title-destination-edit']['es-cl'] = "Editar Destino";
|
||||
$text['title-destination-edit']['es-mx'] = "";
|
||||
$text['title-destination-edit']['fr-ca'] = "";
|
||||
$text['title-destination-edit']['fr-fr'] = "Editer la Destination";
|
||||
$text['title-destination-edit']['he-il'] = "יעד";
|
||||
$text['title-destination-edit']['it-it'] = "Destinazioni";
|
||||
@@ -29,6 +36,7 @@ $text['title-destination-edit']['nl-nl'] = "";
|
||||
$text['title-destination-edit']['pl-pl'] = "Destynacja";
|
||||
$text['title-destination-edit']['pt-br'] = "Editar destino";
|
||||
$text['title-destination-edit']['pt-pt'] = "Editar Desvio";
|
||||
$text['title-destination-edit']['ro-ro'] = "Destinație";
|
||||
$text['title-destination-edit']['ru-ru'] = "Направление";
|
||||
$text['title-destination-edit']['sv-se'] = "Destination";
|
||||
$text['title-destination-edit']['uk-ua'] = "Номер";
|
||||
@@ -36,8 +44,11 @@ $text['title-destination-edit']['uk-ua'] = "Номер";
|
||||
$text['title-destination-add']['en-us'] = "Destination";
|
||||
$text['title-destination-add']['ar-eg'] = "جهه الأتصال";
|
||||
$text['title-destination-add']['de-at'] = "Ziel";
|
||||
$text['title-destination-add']['de-ch'] = "";
|
||||
$text['title-destination-add']['de-de'] = "Ziel";
|
||||
$text['title-destination-add']['es-cl'] = "Agregar Destino";
|
||||
$text['title-destination-add']['es-mx'] = "";
|
||||
$text['title-destination-add']['fr-ca'] = "";
|
||||
$text['title-destination-add']['fr-fr'] = "Ajouter une Destination";
|
||||
$text['title-destination-add']['he-il'] = "יעד";
|
||||
$text['title-destination-add']['it-it'] = "Destinazione";
|
||||
@@ -45,6 +56,7 @@ $text['title-destination-add']['nl-nl'] = "";
|
||||
$text['title-destination-add']['pl-pl'] = "Destynacja";
|
||||
$text['title-destination-add']['pt-br'] = "Adicionar destino";
|
||||
$text['title-destination-add']['pt-pt'] = "Adicionar Desvio";
|
||||
$text['title-destination-add']['ro-ro'] = "Destinație";
|
||||
$text['title-destination-add']['ru-ru'] = "Направление";
|
||||
$text['title-destination-add']['sv-se'] = "Destination";
|
||||
$text['title-destination-add']['uk-ua'] = "Номер";
|
||||
@@ -52,8 +64,11 @@ $text['title-destination-add']['uk-ua'] = "Номер";
|
||||
$text['select-global']['en-us'] = "Global";
|
||||
$text['select-global']['ar-eg'] = "";
|
||||
$text['select-global']['de-at'] = "Global";
|
||||
$text['select-global']['de-ch'] = "";
|
||||
$text['select-global']['de-de'] = "Global";
|
||||
$text['select-global']['es-cl'] = "Global";
|
||||
$text['select-global']['es-mx'] = "";
|
||||
$text['select-global']['fr-ca'] = "";
|
||||
$text['select-global']['fr-fr'] = "Mondial";
|
||||
$text['select-global']['he-il'] = "כללי";
|
||||
$text['select-global']['it-it'] = "Globale";
|
||||
@@ -61,6 +76,7 @@ $text['select-global']['nl-nl'] = "";
|
||||
$text['select-global']['pl-pl'] = "Globalny";
|
||||
$text['select-global']['pt-br'] = "Global";
|
||||
$text['select-global']['pt-pt'] = "Global";
|
||||
$text['select-global']['ro-ro'] = "Global";
|
||||
$text['select-global']['ru-ru'] = "Глобальный";
|
||||
$text['select-global']['sv-se'] = "Global";
|
||||
$text['select-global']['uk-ua'] = "Глобальний";
|
||||
@@ -68,8 +84,11 @@ $text['select-global']['uk-ua'] = "Глобальний";
|
||||
$text['option-type_outbound']['en-us'] = "Outbound";
|
||||
$text['option-type_outbound']['ar-eg'] = "صادر";
|
||||
$text['option-type_outbound']['de-at'] = "Ausgehend";
|
||||
$text['option-type_outbound']['de-ch'] = "";
|
||||
$text['option-type_outbound']['de-de'] = "Ausgehend";
|
||||
$text['option-type_outbound']['es-cl'] = "Saliente";
|
||||
$text['option-type_outbound']['es-mx'] = "";
|
||||
$text['option-type_outbound']['fr-ca'] = "";
|
||||
$text['option-type_outbound']['fr-fr'] = "Sortant";
|
||||
$text['option-type_outbound']['he-il'] = "יוצא";
|
||||
$text['option-type_outbound']['it-it'] = "In Uscita";
|
||||
@@ -77,6 +96,7 @@ $text['option-type_outbound']['nl-nl'] = "";
|
||||
$text['option-type_outbound']['pl-pl'] = "Wychodzący";
|
||||
$text['option-type_outbound']['pt-br'] = "Saída";
|
||||
$text['option-type_outbound']['pt-pt'] = "Saída";
|
||||
$text['option-type_outbound']['ro-ro'] = "";
|
||||
$text['option-type_outbound']['ru-ru'] = "Исходящий";
|
||||
$text['option-type_outbound']['sv-se'] = "Utgående";
|
||||
$text['option-type_outbound']['uk-ua'] = "Вихідний";
|
||||
@@ -84,8 +104,11 @@ $text['option-type_outbound']['uk-ua'] = "Вихідний";
|
||||
$text['option-type_inbound']['en-us'] = "Inbound";
|
||||
$text['option-type_inbound']['ar-eg'] = "وارد";
|
||||
$text['option-type_inbound']['de-at'] = "Eingehend";
|
||||
$text['option-type_inbound']['de-ch'] = "";
|
||||
$text['option-type_inbound']['de-de'] = "Eingehend";
|
||||
$text['option-type_inbound']['es-cl'] = "Entrante";
|
||||
$text['option-type_inbound']['es-mx'] = "";
|
||||
$text['option-type_inbound']['fr-ca'] = "";
|
||||
$text['option-type_inbound']['fr-fr'] = "Entrant";
|
||||
$text['option-type_inbound']['he-il'] = "נכנס";
|
||||
$text['option-type_inbound']['it-it'] = "In Entrata";
|
||||
@@ -93,6 +116,7 @@ $text['option-type_inbound']['nl-nl'] = "";
|
||||
$text['option-type_inbound']['pl-pl'] = "Przychodzący";
|
||||
$text['option-type_inbound']['pt-br'] = "Entrada";
|
||||
$text['option-type_inbound']['pt-pt'] = "Entrada";
|
||||
$text['option-type_inbound']['ro-ro'] = "";
|
||||
$text['option-type_inbound']['ru-ru'] = "Входящий";
|
||||
$text['option-type_inbound']['sv-se'] = "Inkommande";
|
||||
$text['option-type_inbound']['uk-ua'] = "Вхідний";
|
||||
@@ -100,8 +124,11 @@ $text['option-type_inbound']['uk-ua'] = "Вхідний";
|
||||
$text['message-maximum_destinations']['en-us'] = "Maximum Destinations:";
|
||||
$text['message-maximum_destinations']['ar-eg'] = "الحد الأقصي لجهات الأتصال";
|
||||
$text['message-maximum_destinations']['de-at'] = "Maximale Anzahl an Ziele:";
|
||||
$text['message-maximum_destinations']['de-ch'] = "";
|
||||
$text['message-maximum_destinations']['de-de'] = "Maximale Anzahl an Ziele:";
|
||||
$text['message-maximum_destinations']['es-cl'] = "Destinos Máximo Permitido:";
|
||||
$text['message-maximum_destinations']['es-mx'] = "";
|
||||
$text['message-maximum_destinations']['fr-ca'] = "";
|
||||
$text['message-maximum_destinations']['fr-fr'] = "Destinations Maximum Autorisé:";
|
||||
$text['message-maximum_destinations']['he-il'] = "מקסימיום יעדים";
|
||||
$text['message-maximum_destinations']['it-it'] = "Destinazioni Massime Permesse:";
|
||||
@@ -109,6 +136,7 @@ $text['message-maximum_destinations']['nl-nl'] = "";
|
||||
$text['message-maximum_destinations']['pl-pl'] = "Maksymalna ilość destynacji";
|
||||
$text['message-maximum_destinations']['pt-br'] = "Destino máximo permitido";
|
||||
$text['message-maximum_destinations']['pt-pt'] = "Destinos Máximo Permitido:";
|
||||
$text['message-maximum_destinations']['ro-ro'] = "";
|
||||
$text['message-maximum_destinations']['ru-ru'] = "Максимальное количество направлений:";
|
||||
$text['message-maximum_destinations']['sv-se'] = "Max Antal Destinationer";
|
||||
$text['message-maximum_destinations']['uk-ua'] = "Максимум номерів:";
|
||||
@@ -116,8 +144,11 @@ $text['message-maximum_destinations']['uk-ua'] = "Максимум номері
|
||||
$text['message-duplicate']['en-us'] = "Duplicate detected";
|
||||
$text['message-duplicate']['ar-eg'] = "";
|
||||
$text['message-duplicate']['de-at'] = "Bereits vorhanden";
|
||||
$text['message-duplicate']['de-ch'] = "";
|
||||
$text['message-duplicate']['de-de'] = "Bereits vorhanden";
|
||||
$text['message-duplicate']['es-cl'] = "Duplicar detectado";
|
||||
$text['message-duplicate']['es-mx'] = "";
|
||||
$text['message-duplicate']['fr-ca'] = "";
|
||||
$text['message-duplicate']['fr-fr'] = "Dupliquer détecté";
|
||||
$text['message-duplicate']['he-il'] = "זוהתה כפילות";
|
||||
$text['message-duplicate']['it-it'] = "Individuato duplicato";
|
||||
@@ -125,6 +156,7 @@ $text['message-duplicate']['nl-nl'] = "";
|
||||
$text['message-duplicate']['pl-pl'] = "Wykryto duplikat";
|
||||
$text['message-duplicate']['pt-br'] = "Detectado uma dubplicidade";
|
||||
$text['message-duplicate']['pt-pt'] = "Duplicar detectado";
|
||||
$text['message-duplicate']['ro-ro'] = "";
|
||||
$text['message-duplicate']['ru-ru'] = "Обнаружено дублирование";
|
||||
$text['message-duplicate']['sv-se'] = "Dubblett Upptäckt";
|
||||
$text['message-duplicate']['uk-ua'] = "Знайдено дублікат";
|
||||
@@ -132,8 +164,11 @@ $text['message-duplicate']['uk-ua'] = "Знайдено дублікат";
|
||||
$text['label-monthly_price_buy']['en-us'] = "Monthly buy price";
|
||||
$text['label-monthly_price_buy']['ar-eg'] = "";
|
||||
$text['label-monthly_price_buy']['de-at'] = "Monatlicher Einkaufspreis";
|
||||
$text['label-monthly_price_buy']['de-ch'] = "";
|
||||
$text['label-monthly_price_buy']['de-de'] = "Monatlicher Einkaufspreis";
|
||||
$text['label-monthly_price_buy']['es-cl'] = "Precio mensual de compra";
|
||||
$text['label-monthly_price_buy']['es-mx'] = "";
|
||||
$text['label-monthly_price_buy']['fr-ca'] = "";
|
||||
$text['label-monthly_price_buy']['fr-fr'] = "Prix mensuel d'achat";
|
||||
$text['label-monthly_price_buy']['he-il'] = "קנייה חודשית";
|
||||
$text['label-monthly_price_buy']['it-it'] = "Prezzo di acquisto mensile";
|
||||
@@ -141,6 +176,7 @@ $text['label-monthly_price_buy']['nl-nl'] = "";
|
||||
$text['label-monthly_price_buy']['pl-pl'] = "Miesięczna cena zakupu";
|
||||
$text['label-monthly_price_buy']['pt-br'] = "Preço mensal de compra";
|
||||
$text['label-monthly_price_buy']['pt-pt'] = "Preço mensal compra";
|
||||
$text['label-monthly_price_buy']['ro-ro'] = "";
|
||||
$text['label-monthly_price_buy']['ru-ru'] = "Месячный тариф покупки";
|
||||
$text['label-monthly_price_buy']['sv-se'] = "Inköpspris / Månad";
|
||||
$text['label-monthly_price_buy']['uk-ua'] = "Щомісячна ціна купівлі";
|
||||
@@ -148,8 +184,11 @@ $text['label-monthly_price_buy']['uk-ua'] = "Щомісячна ціна куп
|
||||
$text['label-monthly_price']['en-us'] = "Monthly selling price";
|
||||
$text['label-monthly_price']['ar-eg'] = "";
|
||||
$text['label-monthly_price']['de-at'] = "Monatlicher Verkaufspreis";
|
||||
$text['label-monthly_price']['de-ch'] = "";
|
||||
$text['label-monthly_price']['de-de'] = "Monatlicher Verkaufspreis";
|
||||
$text['label-monthly_price']['es-cl'] = "Precio mensual de venta";
|
||||
$text['label-monthly_price']['es-mx'] = "";
|
||||
$text['label-monthly_price']['fr-ca'] = "";
|
||||
$text['label-monthly_price']['fr-fr'] = "Prix mensuel à vendre";
|
||||
$text['label-monthly_price']['he-il'] = "מכירה חודשית";
|
||||
$text['label-monthly_price']['it-it'] = "Prezzo di vendita mensile";
|
||||
@@ -157,6 +196,7 @@ $text['label-monthly_price']['nl-nl'] = "";
|
||||
$text['label-monthly_price']['pl-pl'] = "Miesięczna cena sprzedaży";
|
||||
$text['label-monthly_price']['pt-br'] = "Preço mensal de venda";
|
||||
$text['label-monthly_price']['pt-pt'] = "Preço mensal de venta";
|
||||
$text['label-monthly_price']['ro-ro'] = "";
|
||||
$text['label-monthly_price']['ru-ru'] = "Месячный тариф продажи";
|
||||
$text['label-monthly_price']['sv-se'] = "Säljpris / Månad";
|
||||
$text['label-monthly_price']['uk-ua'] = "Щомісячна ціна продажу";
|
||||
@@ -164,8 +204,11 @@ $text['label-monthly_price']['uk-ua'] = "Щомісячна ціна прода
|
||||
$text['label-fax_uuid']['en-us'] = "Fax Detection";
|
||||
$text['label-fax_uuid']['ar-eg'] = "";
|
||||
$text['label-fax_uuid']['de-at'] = "Fax Erkennung";
|
||||
$text['label-fax_uuid']['de-ch'] = "";
|
||||
$text['label-fax_uuid']['de-de'] = "Fax Erkennung";
|
||||
$text['label-fax_uuid']['es-cl'] = "Detección de Fax";
|
||||
$text['label-fax_uuid']['es-mx'] = "";
|
||||
$text['label-fax_uuid']['fr-ca'] = "";
|
||||
$text['label-fax_uuid']['fr-fr'] = "Détection de Fax";
|
||||
$text['label-fax_uuid']['he-il'] = "זיהוי פקסים";
|
||||
$text['label-fax_uuid']['it-it'] = "Rilevamento Fax";
|
||||
@@ -173,6 +216,7 @@ $text['label-fax_uuid']['nl-nl'] = "";
|
||||
$text['label-fax_uuid']['pl-pl'] = "Wykrywanie faksu";
|
||||
$text['label-fax_uuid']['pt-br'] = "Detecção de FAX";
|
||||
$text['label-fax_uuid']['pt-pt'] = "Detecção de fax";
|
||||
$text['label-fax_uuid']['ro-ro'] = "";
|
||||
$text['label-fax_uuid']['ru-ru'] = "Обнаружение факсов";
|
||||
$text['label-fax_uuid']['sv-se'] = "Fax Detektering";
|
||||
$text['label-fax_uuid']['uk-ua'] = "Виявлення факсу";
|
||||
@@ -180,8 +224,11 @@ $text['label-fax_uuid']['uk-ua'] = "Виявлення факсу";
|
||||
$text['label-domain-name']['en-us'] = "Domain Name";
|
||||
$text['label-domain-name']['ar-eg'] = "اسم النطاق";
|
||||
$text['label-domain-name']['de-at'] = "Domänen Name";
|
||||
$text['label-domain-name']['de-ch'] = "";
|
||||
$text['label-domain-name']['de-de'] = "Domänen Name";
|
||||
$text['label-domain-name']['es-cl'] = "Nombre de Dominio";
|
||||
$text['label-domain-name']['es-mx'] = "";
|
||||
$text['label-domain-name']['fr-ca'] = "";
|
||||
$text['label-domain-name']['fr-fr'] = "Nom de Domaine";
|
||||
$text['label-domain-name']['he-il'] = "שם דומיין";
|
||||
$text['label-domain-name']['it-it'] = "Nome Dominio";
|
||||
@@ -189,6 +236,7 @@ $text['label-domain-name']['nl-nl'] = "";
|
||||
$text['label-domain-name']['pl-pl'] = "Nazwa domeny";
|
||||
$text['label-domain-name']['pt-br'] = "Nome do Dominio";
|
||||
$text['label-domain-name']['pt-pt'] = "Nome de Domínio";
|
||||
$text['label-domain-name']['ro-ro'] = "";
|
||||
$text['label-domain-name']['ru-ru'] = "Имя Домена";
|
||||
$text['label-domain-name']['sv-se'] = "Domän Namn";
|
||||
$text['label-domain-name']['uk-ua'] = "Назва домену";
|
||||
@@ -196,8 +244,11 @@ $text['label-domain-name']['uk-ua'] = "Назва домену";
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "النطاق";
|
||||
$text['label-domain']['de-at'] = "Domäne";
|
||||
$text['label-domain']['de-ch'] = "";
|
||||
$text['label-domain']['de-de'] = "Domäne";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['es-mx'] = "";
|
||||
$text['label-domain']['fr-ca'] = "";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-domain']['he-il'] = "תחום";
|
||||
$text['label-domain']['it-it'] = "Dominio";
|
||||
@@ -205,6 +256,7 @@ $text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl-pl'] = "Domena";
|
||||
$text['label-domain']['pt-br'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['ro-ro'] = "Domeniu";
|
||||
$text['label-domain']['ru-ru'] = "Домен";
|
||||
$text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
@@ -212,8 +264,11 @@ $text['label-domain']['uk-ua'] = "Домен";
|
||||
$text['label-detail_action']['en-us'] = "Actions";
|
||||
$text['label-detail_action']['ar-eg'] = "الأفعال";
|
||||
$text['label-detail_action']['de-at'] = "Aktionen";
|
||||
$text['label-detail_action']['de-ch'] = "";
|
||||
$text['label-detail_action']['de-de'] = "Aktionen";
|
||||
$text['label-detail_action']['es-cl'] = "Accións";
|
||||
$text['label-detail_action']['es-mx'] = "";
|
||||
$text['label-detail_action']['fr-ca'] = "";
|
||||
$text['label-detail_action']['fr-fr'] = "Actions";
|
||||
$text['label-detail_action']['he-il'] = "פעולות";
|
||||
$text['label-detail_action']['it-it'] = "Azioni";
|
||||
@@ -221,6 +276,7 @@ $text['label-detail_action']['nl-nl'] = "";
|
||||
$text['label-detail_action']['pl-pl'] = "Operacje (gdzie przesłać rozmowę).";
|
||||
$text['label-detail_action']['pt-br'] = "Ações";
|
||||
$text['label-detail_action']['pt-pt'] = "Ações";
|
||||
$text['label-detail_action']['ro-ro'] = "";
|
||||
$text['label-detail_action']['ru-ru'] = "Действия";
|
||||
$text['label-detail_action']['sv-se'] = "Åtgärder";
|
||||
$text['label-detail_action']['uk-ua'] = "Дії";
|
||||
@@ -228,8 +284,11 @@ $text['label-detail_action']['uk-ua'] = "Дії";
|
||||
$text['label-destination_type']['en-us'] = "Type";
|
||||
$text['label-destination_type']['ar-eg'] = "النوع";
|
||||
$text['label-destination_type']['de-at'] = "Art";
|
||||
$text['label-destination_type']['de-ch'] = "";
|
||||
$text['label-destination_type']['de-de'] = "Art";
|
||||
$text['label-destination_type']['es-cl'] = "Tipo";
|
||||
$text['label-destination_type']['es-mx'] = "";
|
||||
$text['label-destination_type']['fr-ca'] = "";
|
||||
$text['label-destination_type']['fr-fr'] = "Type";
|
||||
$text['label-destination_type']['he-il'] = "סוג";
|
||||
$text['label-destination_type']['it-it'] = "Tipo";
|
||||
@@ -237,6 +296,7 @@ $text['label-destination_type']['nl-nl'] = "";
|
||||
$text['label-destination_type']['pl-pl'] = "Typ";
|
||||
$text['label-destination_type']['pt-br'] = "Tipo";
|
||||
$text['label-destination_type']['pt-pt'] = "Tipo";
|
||||
$text['label-destination_type']['ro-ro'] = "";
|
||||
$text['label-destination_type']['ru-ru'] = "Тип";
|
||||
$text['label-destination_type']['sv-se'] = "Typ";
|
||||
$text['label-destination_type']['uk-ua'] = "Тип";
|
||||
@@ -244,8 +304,11 @@ $text['label-destination_type']['uk-ua'] = "Тип";
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['ar-eg'] = "جهه الأتصال";
|
||||
$text['label-destination_number']['de-at'] = "Ziel";
|
||||
$text['label-destination_number']['de-ch'] = "";
|
||||
$text['label-destination_number']['de-de'] = "Ziel";
|
||||
$text['label-destination_number']['es-cl'] = "Destino";
|
||||
$text['label-destination_number']['es-mx'] = "";
|
||||
$text['label-destination_number']['fr-ca'] = "";
|
||||
$text['label-destination_number']['fr-fr'] = "Destination";
|
||||
$text['label-destination_number']['he-il'] = "יעד";
|
||||
$text['label-destination_number']['it-it'] = "Destinazione";
|
||||
@@ -253,6 +316,7 @@ $text['label-destination_number']['nl-nl'] = "";
|
||||
$text['label-destination_number']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination_number']['pt-br'] = "Desvio";
|
||||
$text['label-destination_number']['pt-pt'] = "Desvio";
|
||||
$text['label-destination_number']['ro-ro'] = "";
|
||||
$text['label-destination_number']['ru-ru'] = "Направление";
|
||||
$text['label-destination_number']['sv-se'] = "Destination";
|
||||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
@@ -260,8 +324,11 @@ $text['label-destination_number']['uk-ua'] = "Номер";
|
||||
$text['label-destination_enabled']['en-us'] = "Enabled";
|
||||
$text['label-destination_enabled']['ar-eg'] = "مفعل";
|
||||
$text['label-destination_enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-destination_enabled']['de-ch'] = "";
|
||||
$text['label-destination_enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-destination_enabled']['es-cl'] = "Activado";
|
||||
$text['label-destination_enabled']['es-mx'] = "";
|
||||
$text['label-destination_enabled']['fr-ca'] = "";
|
||||
$text['label-destination_enabled']['fr-fr'] = "Actif";
|
||||
$text['label-destination_enabled']['he-il'] = "מופעל";
|
||||
$text['label-destination_enabled']['it-it'] = "Attivo";
|
||||
@@ -269,6 +336,7 @@ $text['label-destination_enabled']['nl-nl'] = "";
|
||||
$text['label-destination_enabled']['pl-pl'] = "Włączona";
|
||||
$text['label-destination_enabled']['pt-br'] = "Ativado";
|
||||
$text['label-destination_enabled']['pt-pt'] = "Activado";
|
||||
$text['label-destination_enabled']['ro-ro'] = "";
|
||||
$text['label-destination_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-destination_enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-destination_enabled']['uk-ua'] = "Включено";
|
||||
@@ -276,8 +344,11 @@ $text['label-destination_enabled']['uk-ua'] = "Включено";
|
||||
$text['label-destination_description']['en-us'] = "Description";
|
||||
$text['label-destination_description']['ar-eg'] = "الوصف";
|
||||
$text['label-destination_description']['de-at'] = "Beschreibung";
|
||||
$text['label-destination_description']['de-ch'] = "";
|
||||
$text['label-destination_description']['de-de'] = "Beschreibung";
|
||||
$text['label-destination_description']['es-cl'] = "Descripción";
|
||||
$text['label-destination_description']['es-mx'] = "";
|
||||
$text['label-destination_description']['fr-ca'] = "";
|
||||
$text['label-destination_description']['fr-fr'] = "Description";
|
||||
$text['label-destination_description']['he-il'] = "תאור";
|
||||
$text['label-destination_description']['it-it'] = "Descrizione";
|
||||
@@ -285,6 +356,7 @@ $text['label-destination_description']['nl-nl'] = "";
|
||||
$text['label-destination_description']['pl-pl'] = "Opis";
|
||||
$text['label-destination_description']['pt-br'] = "Descrição";
|
||||
$text['label-destination_description']['pt-pt'] = "Descrição";
|
||||
$text['label-destination_description']['ro-ro'] = "";
|
||||
$text['label-destination_description']['ru-ru'] = "Описание";
|
||||
$text['label-destination_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-destination_description']['uk-ua'] = "Опис";
|
||||
@@ -292,8 +364,11 @@ $text['label-destination_description']['uk-ua'] = "Опис";
|
||||
$text['label-destination_context']['en-us'] = "Context";
|
||||
$text['label-destination_context']['ar-eg'] = "";
|
||||
$text['label-destination_context']['de-at'] = "Kontext";
|
||||
$text['label-destination_context']['de-ch'] = "";
|
||||
$text['label-destination_context']['de-de'] = "Kontext";
|
||||
$text['label-destination_context']['es-cl'] = "Contexto";
|
||||
$text['label-destination_context']['es-mx'] = "";
|
||||
$text['label-destination_context']['fr-ca'] = "";
|
||||
$text['label-destination_context']['fr-fr'] = "Contexte";
|
||||
$text['label-destination_context']['he-il'] = "תוכן";
|
||||
$text['label-destination_context']['it-it'] = "Contesto";
|
||||
@@ -301,6 +376,7 @@ $text['label-destination_context']['nl-nl'] = "";
|
||||
$text['label-destination_context']['pl-pl'] = "Kontekst";
|
||||
$text['label-destination_context']['pt-br'] = "Contexto";
|
||||
$text['label-destination_context']['pt-pt'] = "Contexto";
|
||||
$text['label-destination_context']['ro-ro'] = "";
|
||||
$text['label-destination_context']['ru-ru'] = "Контекст";
|
||||
$text['label-destination_context']['sv-se'] = "Context";
|
||||
$text['label-destination_context']['uk-ua'] = "Контекст";
|
||||
@@ -308,8 +384,11 @@ $text['label-destination_context']['uk-ua'] = "Контекст";
|
||||
$text['label-destination_cid_name_prefix']['en-us'] = "Caller ID Name Prefix";
|
||||
$text['label-destination_cid_name_prefix']['ar-eg'] = "";
|
||||
$text['label-destination_cid_name_prefix']['de-at'] = "Präfix für Anruferkennung (Name)";
|
||||
$text['label-destination_cid_name_prefix']['de-ch'] = "";
|
||||
$text['label-destination_cid_name_prefix']['de-de'] = "Präfix für Anruferkennung (Name)";
|
||||
$text['label-destination_cid_name_prefix']['es-cl'] = "Prefijo de Nombre de Caller ID";
|
||||
$text['label-destination_cid_name_prefix']['es-mx'] = "";
|
||||
$text['label-destination_cid_name_prefix']['fr-ca'] = "";
|
||||
$text['label-destination_cid_name_prefix']['fr-fr'] = "Préfixe ajouté au nom de l'appelant";
|
||||
$text['label-destination_cid_name_prefix']['he-il'] = "";
|
||||
$text['label-destination_cid_name_prefix']['it-it'] = "Prefisso Nome Caller ID";
|
||||
@@ -317,6 +396,7 @@ $text['label-destination_cid_name_prefix']['nl-nl'] = "";
|
||||
$text['label-destination_cid_name_prefix']['pl-pl'] = "Prefiks prezentacji nazwy dzwoniącego";
|
||||
$text['label-destination_cid_name_prefix']['pt-br'] = "Nome do discador";
|
||||
$text['label-destination_cid_name_prefix']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-destination_cid_name_prefix']['ro-ro'] = "";
|
||||
$text['label-destination_cid_name_prefix']['ru-ru'] = "Префикс имени (Caller ID) вызывающего абонента";
|
||||
$text['label-destination_cid_name_prefix']['sv-se'] = "Caller ID Namn Prefix ";
|
||||
$text['label-destination_cid_name_prefix']['uk-ua'] = "Caller ID Префікс імені";
|
||||
@@ -324,8 +404,11 @@ $text['label-destination_cid_name_prefix']['uk-ua'] = "Caller ID Префікс
|
||||
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['ar-eg'] = "رقم المتصل";
|
||||
$text['label-destination_caller_id_number']['de-at'] = "Anruferkennung (Nummer)";
|
||||
$text['label-destination_caller_id_number']['de-ch'] = "";
|
||||
$text['label-destination_caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['label-destination_caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-destination_caller_id_number']['es-mx'] = "";
|
||||
$text['label-destination_caller_id_number']['fr-ca'] = "";
|
||||
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['he-il'] = "";
|
||||
$text['label-destination_caller_id_number']['it-it'] = "Numero Caller ID";
|
||||
@@ -333,6 +416,7 @@ $text['label-destination_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-destination_caller_id_number']['pl-pl'] = "Prezentaca numeru dzwoniącego";
|
||||
$text['label-destination_caller_id_number']['pt-br'] = "Número do discador";
|
||||
$text['label-destination_caller_id_number']['pt-pt'] = "Número do chamador";
|
||||
$text['label-destination_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-destination_caller_id_number']['ru-ru'] = "Префикс номера (Caller ID) вызывающего абонента";
|
||||
$text['label-destination_caller_id_number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['label-destination_caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
@@ -340,8 +424,11 @@ $text['label-destination_caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
$text['label-destination_caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-destination_caller_id_name']['ar-eg'] = "اسم المتصل";
|
||||
$text['label-destination_caller_id_name']['de-at'] = "Anruferkennung (Name)";
|
||||
$text['label-destination_caller_id_name']['de-ch'] = "";
|
||||
$text['label-destination_caller_id_name']['de-de'] = "Anruferkennung (Name)";
|
||||
$text['label-destination_caller_id_name']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-destination_caller_id_name']['es-mx'] = "";
|
||||
$text['label-destination_caller_id_name']['fr-ca'] = "";
|
||||
$text['label-destination_caller_id_name']['fr-fr'] = "Caller ID Name";
|
||||
$text['label-destination_caller_id_name']['he-il'] = "";
|
||||
$text['label-destination_caller_id_name']['it-it'] = "Nome Caller ID";
|
||||
@@ -349,6 +436,7 @@ $text['label-destination_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-destination_caller_id_name']['pl-pl'] = "Prezentaca nazwy dzwoniącego";
|
||||
$text['label-destination_caller_id_name']['pt-br'] = "Nome do discador";
|
||||
$text['label-destination_caller_id_name']['pt-pt'] = "Nome do chamador";
|
||||
$text['label-destination_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-destination_caller_id_name']['ru-ru'] = "Имя идентификатора (Caller ID) вызывающего абонента";
|
||||
$text['label-destination_caller_id_name']['sv-se'] = "Caller ID Namn";
|
||||
$text['label-destination_caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
@@ -356,8 +444,11 @@ $text['label-destination_caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
$text['label-carrier']['en-us'] = "Carrier name";
|
||||
$text['label-carrier']['ar-eg'] = "";
|
||||
$text['label-carrier']['de-at'] = "Provider Name";
|
||||
$text['label-carrier']['de-ch'] = "";
|
||||
$text['label-carrier']['de-de'] = "Provider Name";
|
||||
$text['label-carrier']['es-cl'] = "Nombre del carrier";
|
||||
$text['label-carrier']['es-mx'] = "";
|
||||
$text['label-carrier']['fr-ca'] = "";
|
||||
$text['label-carrier']['fr-fr'] = "Nom du carrier";
|
||||
$text['label-carrier']['he-il'] = "שם מפעיל";
|
||||
$text['label-carrier']['it-it'] = "Nome Carrier";
|
||||
@@ -365,6 +456,7 @@ $text['label-carrier']['nl-nl'] = "";
|
||||
$text['label-carrier']['pl-pl'] = "Nazwa operatora";
|
||||
$text['label-carrier']['pt-br'] = "Nome do transporte";
|
||||
$text['label-carrier']['pt-pt'] = "Nombre del carrier";
|
||||
$text['label-carrier']['ro-ro'] = "";
|
||||
$text['label-carrier']['ru-ru'] = "Название оператора";
|
||||
$text['label-carrier']['sv-se'] = "Operatör";
|
||||
$text['label-carrier']['uk-ua'] = "Назва оператора";
|
||||
@@ -372,8 +464,11 @@ $text['label-carrier']['uk-ua'] = "Назва оператора";
|
||||
$text['label-account_code']['en-us'] = "Account Code";
|
||||
$text['label-account_code']['ar-eg'] = "";
|
||||
$text['label-account_code']['de-at'] = "Kontoschlüssel";
|
||||
$text['label-account_code']['de-ch'] = "";
|
||||
$text['label-account_code']['de-de'] = "Kontoschlüssel";
|
||||
$text['label-account_code']['es-cl'] = "Código de Cuenta";
|
||||
$text['label-account_code']['es-mx'] = "";
|
||||
$text['label-account_code']['fr-ca'] = "";
|
||||
$text['label-account_code']['fr-fr'] = "Code de Compte";
|
||||
$text['label-account_code']['he-il'] = "קוד חשבון";
|
||||
$text['label-account_code']['it-it'] = "Codice Account";
|
||||
@@ -381,6 +476,7 @@ $text['label-account_code']['nl-nl'] = "";
|
||||
$text['label-account_code']['pl-pl'] = "Numer konta bilingowego";
|
||||
$text['label-account_code']['pt-br'] = "Código da conta";
|
||||
$text['label-account_code']['pt-pt'] = "Código de Conta";
|
||||
$text['label-account_code']['ro-ro'] = "";
|
||||
$text['label-account_code']['ru-ru'] = "Код Учетной Записи";
|
||||
$text['label-account_code']['sv-se'] = "Account Code";
|
||||
$text['label-account_code']['uk-ua'] = "Код облікового запису";
|
||||
@@ -388,8 +484,11 @@ $text['label-account_code']['uk-ua'] = "Код облікового запису
|
||||
$text['header-destinations']['en-us'] = "Destinations";
|
||||
$text['header-destinations']['ar-eg'] = "جهات الأتصال";
|
||||
$text['header-destinations']['de-at'] = "Ziele";
|
||||
$text['header-destinations']['de-ch'] = "";
|
||||
$text['header-destinations']['de-de'] = "Ziele";
|
||||
$text['header-destinations']['es-cl'] = "Destinos";
|
||||
$text['header-destinations']['es-mx'] = "";
|
||||
$text['header-destinations']['fr-ca'] = "";
|
||||
$text['header-destinations']['fr-fr'] = "Destinations";
|
||||
$text['header-destinations']['he-il'] = "יעדים";
|
||||
$text['header-destinations']['it-it'] = "Destinazioni";
|
||||
@@ -397,6 +496,7 @@ $text['header-destinations']['nl-nl'] = "";
|
||||
$text['header-destinations']['pl-pl'] = "Destynacje";
|
||||
$text['header-destinations']['pt-br'] = "Destinos";
|
||||
$text['header-destinations']['pt-pt'] = "Destinos";
|
||||
$text['header-destinations']['ro-ro'] = "";
|
||||
$text['header-destinations']['ru-ru'] = "Направления";
|
||||
$text['header-destinations']['sv-se'] = "Destinationer";
|
||||
$text['header-destinations']['uk-ua'] = "Номери";
|
||||
@@ -404,8 +504,11 @@ $text['header-destinations']['uk-ua'] = "Номери";
|
||||
$text['header-destination-edit']['en-us'] = "Destination";
|
||||
$text['header-destination-edit']['ar-eg'] = "جهه الأتصال";
|
||||
$text['header-destination-edit']['de-at'] = "Ziel";
|
||||
$text['header-destination-edit']['de-ch'] = "";
|
||||
$text['header-destination-edit']['de-de'] = "Ziel";
|
||||
$text['header-destination-edit']['es-cl'] = "Editar Destino";
|
||||
$text['header-destination-edit']['es-mx'] = "";
|
||||
$text['header-destination-edit']['fr-ca'] = "";
|
||||
$text['header-destination-edit']['fr-fr'] = "Editer la Destination";
|
||||
$text['header-destination-edit']['he-il'] = "יעד";
|
||||
$text['header-destination-edit']['it-it'] = "Destinazione";
|
||||
@@ -413,6 +516,7 @@ $text['header-destination-edit']['nl-nl'] = "";
|
||||
$text['header-destination-edit']['pl-pl'] = "Destynacja";
|
||||
$text['header-destination-edit']['pt-br'] = "Editar destino";
|
||||
$text['header-destination-edit']['pt-pt'] = "Editar Desvio";
|
||||
$text['header-destination-edit']['ro-ro'] = "";
|
||||
$text['header-destination-edit']['ru-ru'] = "Направление";
|
||||
$text['header-destination-edit']['sv-se'] = "Destination";
|
||||
$text['header-destination-edit']['uk-ua'] = "Номер";
|
||||
@@ -420,8 +524,11 @@ $text['header-destination-edit']['uk-ua'] = "Номер";
|
||||
$text['header-destination-add']['en-us'] = "Destination";
|
||||
$text['header-destination-add']['ar-eg'] = "جهه الأتصال";
|
||||
$text['header-destination-add']['de-at'] = "Ziel";
|
||||
$text['header-destination-add']['de-ch'] = "";
|
||||
$text['header-destination-add']['de-de'] = "Ziel";
|
||||
$text['header-destination-add']['es-cl'] = "Agregar Destino";
|
||||
$text['header-destination-add']['es-mx'] = "";
|
||||
$text['header-destination-add']['fr-ca'] = "";
|
||||
$text['header-destination-add']['fr-fr'] = "Ajouter une Destination";
|
||||
$text['header-destination-add']['he-il'] = "יעד";
|
||||
$text['header-destination-add']['it-it'] = "Destinazione";
|
||||
@@ -429,6 +536,7 @@ $text['header-destination-add']['nl-nl'] = "";
|
||||
$text['header-destination-add']['pl-pl'] = "Destynacja";
|
||||
$text['header-destination-add']['pt-br'] = "Adicionar desvio";
|
||||
$text['header-destination-add']['pt-pt'] = "Adicionar Desvio";
|
||||
$text['header-destination-add']['ro-ro'] = "";
|
||||
$text['header-destination-add']['ru-ru'] = "Направление";
|
||||
$text['header-destination-add']['sv-se'] = "Destination";
|
||||
$text['header-destination-add']['uk-ua'] = "Номер";
|
||||
@@ -436,8 +544,11 @@ $text['header-destination-add']['uk-ua'] = "Номер";
|
||||
$text['description-monthly_price_buy']['en-us'] = "Enter monthly price you pay for this destination (only when inbound)";
|
||||
$text['description-monthly_price_buy']['ar-eg'] = "";
|
||||
$text['description-monthly_price_buy']['de-at'] = "Geben Sie den monatlichen Einkaufspreis für dieses Ziel an (nur wenn eingehend)";
|
||||
$text['description-monthly_price_buy']['de-ch'] = "";
|
||||
$text['description-monthly_price_buy']['de-de'] = "Geben Sie den monatlichen Einkaufspreis für dieses Ziel an (nur wenn eingehend)";
|
||||
$text['description-monthly_price_buy']['es-cl'] = "Ingrese el precio mensual que usted paga por este destino (sólo entrante)";
|
||||
$text['description-monthly_price_buy']['es-mx'] = "";
|
||||
$text['description-monthly_price_buy']['fr-ca'] = "";
|
||||
$text['description-monthly_price_buy']['fr-fr'] = "Entrez prix mensuel de projet de achat pour cette destination (uniquement lorsque entrant)";
|
||||
$text['description-monthly_price_buy']['he-il'] = "";
|
||||
$text['description-monthly_price_buy']['it-it'] = "Inserire il prezzo mensile pagato per questa destinazione (solo quando In Entrata)";
|
||||
@@ -445,6 +556,7 @@ $text['description-monthly_price_buy']['nl-nl'] = "";
|
||||
$text['description-monthly_price_buy']['pl-pl'] = "Wpisz kwotę, która ty płacisz miesięcznie za tę destynacje (tylko przychodzące)";
|
||||
$text['description-monthly_price_buy']['pt-br'] = "Digite o preço mensal para este destino (Apenas quando for entrada)";
|
||||
$text['description-monthly_price_buy']['pt-pt'] = "Digite o preço mensal de paga para este destino (somente quando entrada)";
|
||||
$text['description-monthly_price_buy']['ro-ro'] = "";
|
||||
$text['description-monthly_price_buy']['ru-ru'] = "Введите ежемесячную цену, которую вы платите за это направление (только за входящие)";
|
||||
$text['description-monthly_price_buy']['sv-se'] = "Ange pris per månad som du betalar för denna destination (endast vid inkommande)";
|
||||
$text['description-monthly_price_buy']['uk-ua'] = "Введіть щомісячний тариф, який оплачуєте за цей номер (тільки для вхідних)";
|
||||
@@ -452,8 +564,11 @@ $text['description-monthly_price_buy']['uk-ua'] = "Введіть щомісяч
|
||||
$text['description-monthly_price']['en-us'] = "Enter monthly price to bill for this destination (only when inbound)";
|
||||
$text['description-monthly_price']['ar-eg'] = "";
|
||||
$text['description-monthly_price']['de-at'] = "Geben Sie den monatlichen Verkaufspreis für dieses Ziel an (nur wenn eingehend)";
|
||||
$text['description-monthly_price']['de-ch'] = "";
|
||||
$text['description-monthly_price']['de-de'] = "Geben Sie den monatlichen Verkaufspreis für dieses Ziel an (nur wenn eingehend)";
|
||||
$text['description-monthly_price']['es-cl'] = "Ingrese el precio mensual a cobrar por este destino (sólo entrante)";
|
||||
$text['description-monthly_price']['es-mx'] = "";
|
||||
$text['description-monthly_price']['fr-ca'] = "";
|
||||
$text['description-monthly_price']['fr-fr'] = "Entrez prix mensuel de projet de loi pour cette destination (uniquement lorsque entrant)";
|
||||
$text['description-monthly_price']['he-il'] = "";
|
||||
$text['description-monthly_price']['it-it'] = "Inserire il prezzo di vendita per questa destinazione (solo quando In Entrata)";
|
||||
@@ -461,6 +576,7 @@ $text['description-monthly_price']['nl-nl'] = "";
|
||||
$text['description-monthly_price']['pl-pl'] = "Wpisz kwotę, która ty płacisz miesięcznie za tę destynacje (tylko wychodzące)";
|
||||
$text['description-monthly_price']['pt-br'] = "Digite o preço mensal da conta para este destino";
|
||||
$text['description-monthly_price']['pt-pt'] = "Digite o preço mensal de conta para este destino (somente quando entrada)";
|
||||
$text['description-monthly_price']['ro-ro'] = "";
|
||||
$text['description-monthly_price']['ru-ru'] = "Введите месячную цену для выставления счета для этого пункта назначения (только за входящие)";
|
||||
$text['description-monthly_price']['sv-se'] = "Ange pris per månad till kund för denna destination (endast vid inkommande)";
|
||||
$text['description-monthly_price']['uk-ua'] = "Введіть щомісячний тариф для абонентів за цей номер (тільки для вхідних)";
|
||||
@@ -468,8 +584,11 @@ $text['description-monthly_price']['uk-ua'] = "Введіть щомісячни
|
||||
$text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. ";
|
||||
$text['description-fax_uuid']['ar-eg'] = "";
|
||||
$text['description-fax_uuid']['de-at'] = "Wählen Sie einen Fax Server um Faxerkennung für eingehende Anrufe zu aktivieren.";
|
||||
$text['description-fax_uuid']['de-ch'] = "";
|
||||
$text['description-fax_uuid']['de-de'] = "Wählen Sie einen Fax Server um Faxerkennung für eingehende Anrufe zu aktivieren.";
|
||||
$text['description-fax_uuid']['es-cl'] = "Seleccione el destino de fax para activar su detección";
|
||||
$text['description-fax_uuid']['es-mx'] = "";
|
||||
$text['description-fax_uuid']['fr-ca'] = "";
|
||||
$text['description-fax_uuid']['fr-fr'] = "Insérer la destination Fax afin d'activer la détection de Fax.";
|
||||
$text['description-fax_uuid']['he-il'] = "";
|
||||
$text['description-fax_uuid']['it-it'] = "Selezionare la destinazione fax per attivare il riconoscimento fax. ";
|
||||
@@ -477,6 +596,7 @@ $text['description-fax_uuid']['nl-nl'] = "";
|
||||
$text['description-fax_uuid']['pl-pl'] = "Wybierz destynację faksu aby włączyć wykrywanie faksu.";
|
||||
$text['description-fax_uuid']['pt-br'] = "Selecione o destino de FAX para ativar a detecção de FAX";
|
||||
$text['description-fax_uuid']['pt-pt'] = "Seleccione o destino de fax para activar a detecção de fax.";
|
||||
$text['description-fax_uuid']['ro-ro'] = "";
|
||||
$text['description-fax_uuid']['ru-ru'] = "Выберите адресат факса, чтобы включить его обнаружение.";
|
||||
$text['description-fax_uuid']['sv-se'] = "Ange fax destination för att aktivera fax deteketering.";
|
||||
$text['description-fax_uuid']['uk-ua'] = "Виберіть номер для факсу, щоб дозволити його виявлення";
|
||||
@@ -484,8 +604,11 @@ $text['description-fax_uuid']['uk-ua'] = "Виберіть номер для ф
|
||||
$text['description-domain']['en-us'] = "";
|
||||
$text['description-domain']['ar-eg'] = "";
|
||||
$text['description-domain']['de-at'] = "";
|
||||
$text['description-domain']['de-ch'] = "";
|
||||
$text['description-domain']['de-de'] = "";
|
||||
$text['description-domain']['es-cl'] = "";
|
||||
$text['description-domain']['es-mx'] = "";
|
||||
$text['description-domain']['fr-ca'] = "";
|
||||
$text['description-domain']['fr-fr'] = "";
|
||||
$text['description-domain']['he-il'] = "";
|
||||
$text['description-domain']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['description-domain']['nl-nl'] = "";
|
||||
$text['description-domain']['pl-pl'] = "";
|
||||
$text['description-domain']['pt-br'] = "";
|
||||
$text['description-domain']['pt-pt'] = "";
|
||||
$text['description-domain']['ro-ro'] = "";
|
||||
$text['description-domain']['ru-ru'] = "";
|
||||
$text['description-domain']['sv-se'] = "";
|
||||
$text['description-domain']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['description-domain']['uk-ua'] = "";
|
||||
$text['description-destinations']['en-us'] = "Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.";
|
||||
$text['description-destinations']['ar-eg'] = "";
|
||||
$text['description-destinations']['de-at'] = "Eingehende Ziele sind DID/DDI, DNIS oder alternative Nummern für eingehende Anrufe";
|
||||
$text['description-destinations']['de-ch'] = "";
|
||||
$text['description-destinations']['de-de'] = "Eingehende Ziele sind DID/DDI, DNIS oder alternative Nummern für eingehende Anrufe";
|
||||
$text['description-destinations']['es-cl'] = "Destinos entrantes son los DID/DDI, DNIS o un alias para llamadas entrantes";
|
||||
$text['description-destinations']['es-mx'] = "";
|
||||
$text['description-destinations']['fr-ca'] = "";
|
||||
$text['description-destinations']['fr-fr'] = "Les destinations entrantes sont des SDA/DDI, DNIS ou des Aliases.";
|
||||
$text['description-destinations']['he-il'] = "";
|
||||
$text['description-destinations']['it-it'] = "Le destinazioni sono DID/DDI, DNIS or Alias per le chiamate in entrata.";
|
||||
@@ -509,6 +636,7 @@ $text['description-destinations']['nl-nl'] = "";
|
||||
$text['description-destinations']['pl-pl'] = "Destynacjami przychodzącymi są: DID/DDI, DNIS, alias lub rozmowy przychodzące.";
|
||||
$text['description-destinations']['pt-br'] = "Destinos de entrada são os DID/DDI, DNIS";
|
||||
$text['description-destinations']['pt-pt'] = "Destinos de entrada são os DID/DDI, DNIS ou Alias para as chamadas de entrada.";
|
||||
$text['description-destinations']['ro-ro'] = "";
|
||||
$text['description-destinations']['ru-ru'] = "Входящие адресаты - это DID / DDI, DNIS или Псевдоним для входящих вызовов.";
|
||||
$text['description-destinations']['sv-se'] = "Inkommande destinationer är DID / DDI , DNIS eller Alias för inkommande samtal.";
|
||||
$text['description-destinations']['uk-ua'] = "Вхідні номери можуть бути таких типів: DID/DDI, DNIS або Alias для вхідних дзвінків";
|
||||
@@ -516,8 +644,11 @@ $text['description-destinations']['uk-ua'] = "Вхідні номери можу
|
||||
$text['description-destination_type']['en-us'] = "Select the type.";
|
||||
$text['description-destination_type']['ar-eg'] = "اختر النوع";
|
||||
$text['description-destination_type']['de-at'] = "Wählen Sie die Art.";
|
||||
$text['description-destination_type']['de-ch'] = "";
|
||||
$text['description-destination_type']['de-de'] = "Wählen Sie die Art.";
|
||||
$text['description-destination_type']['es-cl'] = "Seleccione el tipo.";
|
||||
$text['description-destination_type']['es-mx'] = "";
|
||||
$text['description-destination_type']['fr-ca'] = "";
|
||||
$text['description-destination_type']['fr-fr'] = "Choisir le type.";
|
||||
$text['description-destination_type']['he-il'] = "בחר את הסוג";
|
||||
$text['description-destination_type']['it-it'] = "Seleziona il tipo.";
|
||||
@@ -525,6 +656,7 @@ $text['description-destination_type']['nl-nl'] = "";
|
||||
$text['description-destination_type']['pl-pl'] = "Wybierz typ";
|
||||
$text['description-destination_type']['pt-br'] = "Selecionar o tipo";
|
||||
$text['description-destination_type']['pt-pt'] = "Seleccionar o tipo.";
|
||||
$text['description-destination_type']['ro-ro'] = "";
|
||||
$text['description-destination_type']['ru-ru'] = "Выберите Тип.";
|
||||
$text['description-destination_type']['sv-se'] = "Välj typ";
|
||||
$text['description-destination_type']['uk-ua'] = "Виберіть тип";
|
||||
@@ -532,8 +664,11 @@ $text['description-destination_type']['uk-ua'] = "Виберіть тип";
|
||||
$text['description-destination_number']['en-us'] = "Enter the destination.";
|
||||
$text['description-destination_number']['ar-eg'] = "أدخل جهه الأتصال";
|
||||
$text['description-destination_number']['de-at'] = "Geben Sie das Ziel an.";
|
||||
$text['description-destination_number']['de-ch'] = "";
|
||||
$text['description-destination_number']['de-de'] = "Geben Sie das Ziel an.";
|
||||
$text['description-destination_number']['es-cl'] = "Ingrese el destino.";
|
||||
$text['description-destination_number']['es-mx'] = "";
|
||||
$text['description-destination_number']['fr-ca'] = "";
|
||||
$text['description-destination_number']['fr-fr'] = "Indiquer la destination.";
|
||||
$text['description-destination_number']['he-il'] = "הכנס יעד";
|
||||
$text['description-destination_number']['it-it'] = "Inserisci la destinazione.";
|
||||
@@ -541,6 +676,7 @@ $text['description-destination_number']['nl-nl'] = "";
|
||||
$text['description-destination_number']['pl-pl'] = "Wpisz destynację (np. numer DDI).";
|
||||
$text['description-destination_number']['pt-br'] = "Insira o destino";
|
||||
$text['description-destination_number']['pt-pt'] = "Introduza o desvio.";
|
||||
$text['description-destination_number']['ro-ro'] = "";
|
||||
$text['description-destination_number']['ru-ru'] = "Введите номер назначения.";
|
||||
$text['description-destination_number']['sv-se'] = "Ange destinationen.";
|
||||
$text['description-destination_number']['uk-ua'] = "Введіть номер";
|
||||
@@ -548,8 +684,11 @@ $text['description-destination_number']['uk-ua'] = "Введіть номер";
|
||||
$text['description-destination_enabled']['en-us'] = "Set the current status of this destination.";
|
||||
$text['description-destination_enabled']['ar-eg'] = "";
|
||||
$text['description-destination_enabled']['de-at'] = "Setzen Sie den derzeitigen Status des Ziels.";
|
||||
$text['description-destination_enabled']['de-ch'] = "";
|
||||
$text['description-destination_enabled']['de-de'] = "Setzen Sie den derzeitigen Status des Ziels.";
|
||||
$text['description-destination_enabled']['es-cl'] = "Configure el estado actual de este destino";
|
||||
$text['description-destination_enabled']['es-mx'] = "";
|
||||
$text['description-destination_enabled']['fr-ca'] = "";
|
||||
$text['description-destination_enabled']['fr-fr'] = "Choisir l'état courant de la destination.";
|
||||
$text['description-destination_enabled']['he-il'] = "";
|
||||
$text['description-destination_enabled']['it-it'] = "Imposta lo stato attuale della destinazione.";
|
||||
@@ -557,6 +696,7 @@ $text['description-destination_enabled']['nl-nl'] = "";
|
||||
$text['description-destination_enabled']['pl-pl'] = "Ustaw obecny stan destynacji";
|
||||
$text['description-destination_enabled']['pt-br'] = "Selecione o destino";
|
||||
$text['description-destination_enabled']['pt-pt'] = "Escolha o estado corrente deste destino.";
|
||||
$text['description-destination_enabled']['ro-ro'] = "";
|
||||
$text['description-destination_enabled']['ru-ru'] = "Установите текущий статус этого пункта назначения.";
|
||||
$text['description-destination_enabled']['sv-se'] = "Ange den nuvarande statusen för denna destination.";
|
||||
$text['description-destination_enabled']['uk-ua'] = "Виберіть поточний статус для номера";
|
||||
@@ -564,8 +704,11 @@ $text['description-destination_enabled']['uk-ua'] = "Виберіть поточ
|
||||
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
|
||||
$text['description-destination_description']['ar-eg'] = "";
|
||||
$text['description-destination_description']['de-at'] = "Geben Sie eine Beschreibung für dieses Ziel an (optional).";
|
||||
$text['description-destination_description']['de-ch'] = "";
|
||||
$text['description-destination_description']['de-de'] = "Geben Sie eine Beschreibung für dieses Ziel an (optional).";
|
||||
$text['description-destination_description']['es-cl'] = "Ingrese una descripción para este destino (opcional)";
|
||||
$text['description-destination_description']['es-mx'] = "";
|
||||
$text['description-destination_description']['fr-ca'] = "";
|
||||
$text['description-destination_description']['fr-fr'] = "Entrez une description pour cette destination (facultative).";
|
||||
$text['description-destination_description']['he-il'] = "";
|
||||
$text['description-destination_description']['it-it'] = "Inserisci una descrizione per la destinazione (opzionale).";
|
||||
@@ -573,6 +716,7 @@ $text['description-destination_description']['nl-nl'] = "";
|
||||
$text['description-destination_description']['pl-pl'] = "Wpisz opis tej destynacji (opcjonalne)";
|
||||
$text['description-destination_description']['pt-br'] = "Insira uma descrição para este destino (opcional)";
|
||||
$text['description-destination_description']['pt-pt'] = "Introduza uma descrição para este destino (opcional).";
|
||||
$text['description-destination_description']['ro-ro'] = "";
|
||||
$text['description-destination_description']['ru-ru'] = "Введите описание для этого места назначения (опционально).";
|
||||
$text['description-destination_description']['sv-se'] = "Ange en beskrivning för denna destination (frivillig).";
|
||||
$text['description-destination_description']['uk-ua'] = "Введіть опис для номера (не обов’язково)";
|
||||
@@ -580,8 +724,11 @@ $text['description-destination_description']['uk-ua'] = "Введіть опис
|
||||
$text['description-destination_context']['en-us'] = "Enter the context.";
|
||||
$text['description-destination_context']['ar-eg'] = "";
|
||||
$text['description-destination_context']['de-at'] = "Geben Sie den Kontext an.";
|
||||
$text['description-destination_context']['de-ch'] = "";
|
||||
$text['description-destination_context']['de-de'] = "Geben Sie den Kontext an.";
|
||||
$text['description-destination_context']['es-cl'] = "Ingrese el contexto";
|
||||
$text['description-destination_context']['es-mx'] = "";
|
||||
$text['description-destination_context']['fr-ca'] = "";
|
||||
$text['description-destination_context']['fr-fr'] = "Entrer le context.";
|
||||
$text['description-destination_context']['he-il'] = "";
|
||||
$text['description-destination_context']['it-it'] = "Inserisci il contesto.";
|
||||
@@ -589,6 +736,7 @@ $text['description-destination_context']['nl-nl'] = "";
|
||||
$text['description-destination_context']['pl-pl'] = "Wpisz kontekst";
|
||||
$text['description-destination_context']['pt-br'] = "Insira o contexto";
|
||||
$text['description-destination_context']['pt-pt'] = "Introduza o contexto.";
|
||||
$text['description-destination_context']['ro-ro'] = "";
|
||||
$text['description-destination_context']['ru-ru'] = "Введите контекст.";
|
||||
$text['description-destination_context']['sv-se'] = "Ange Context.";
|
||||
$text['description-destination_context']['uk-ua'] = "Контекст";
|
||||
@@ -596,8 +744,11 @@ $text['description-destination_context']['uk-ua'] = "Контекст";
|
||||
$text['description-destination_cid_name_prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-destination_cid_name_prefix']['ar-eg'] = "";
|
||||
$text['description-destination_cid_name_prefix']['de-at'] = "Geben Sie ein Präfix für die Anruferkennung (Name) an.";
|
||||
$text['description-destination_cid_name_prefix']['de-ch'] = "";
|
||||
$text['description-destination_cid_name_prefix']['de-de'] = "Geben Sie ein Präfix für die Anruferkennung (Name) an.";
|
||||
$text['description-destination_cid_name_prefix']['es-cl'] = "Configurar el prefijo del nombre de Caller ID.";
|
||||
$text['description-destination_cid_name_prefix']['es-mx'] = "";
|
||||
$text['description-destination_cid_name_prefix']['fr-ca'] = "";
|
||||
$text['description-destination_cid_name_prefix']['fr-fr'] = "Choisir un préfixe à ajouter au nom de l'appelant.";
|
||||
$text['description-destination_cid_name_prefix']['he-il'] = "";
|
||||
$text['description-destination_cid_name_prefix']['it-it'] = "Imposta un prefisso sul nome Caller Id.";
|
||||
@@ -605,6 +756,7 @@ $text['description-destination_cid_name_prefix']['nl-nl'] = "";
|
||||
$text['description-destination_cid_name_prefix']['pl-pl'] = "Ustaw prefiks prezentacji nazwy dzwoniącego";
|
||||
$text['description-destination_cid_name_prefix']['pt-br'] = "Escolha um prefixo e adicione ao nome do discador ";
|
||||
$text['description-destination_cid_name_prefix']['pt-pt'] = "Escolha um prefixo a adicionar ao nome do chamador.";
|
||||
$text['description-destination_cid_name_prefix']['ro-ro'] = "";
|
||||
$text['description-destination_cid_name_prefix']['ru-ru'] = "Задайте префикс имени (caller ID) идентификатора вызывающего абонента.";
|
||||
$text['description-destination_cid_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID Namn.";
|
||||
$text['description-destination_cid_name_prefix']['uk-ua'] = "Введіть префікс для імені Caller ID";
|
||||
@@ -612,8 +764,11 @@ $text['description-destination_cid_name_prefix']['uk-ua'] = "Введіть пр
|
||||
$text['description-destination_caller_id_number']['en-us'] = "Enter the caller ID number.";
|
||||
$text['description-destination_caller_id_number']['ar-eg'] = "أدخل رقم المتصل";
|
||||
$text['description-destination_caller_id_number']['de-at'] = "Geben Sie die Anruferkennung (Nummer) an.";
|
||||
$text['description-destination_caller_id_number']['de-ch'] = "";
|
||||
$text['description-destination_caller_id_number']['de-de'] = "Geben Sie die Anruferkennung (Nummer) an.";
|
||||
$text['description-destination_caller_id_number']['es-cl'] = "Ingrese el número de Caller ID";
|
||||
$text['description-destination_caller_id_number']['es-mx'] = "";
|
||||
$text['description-destination_caller_id_number']['fr-ca'] = "";
|
||||
$text['description-destination_caller_id_number']['fr-fr'] = "Insérer le numéro d'appelant.";
|
||||
$text['description-destination_caller_id_number']['he-il'] = "";
|
||||
$text['description-destination_caller_id_number']['it-it'] = "Inserisci il numero Caller ID.";
|
||||
@@ -621,6 +776,7 @@ $text['description-destination_caller_id_number']['nl-nl'] = "";
|
||||
$text['description-destination_caller_id_number']['pl-pl'] = "Wpisz prezentację numeru dzwoniącego";
|
||||
$text['description-destination_caller_id_number']['pt-br'] = "Insira o número do discador";
|
||||
$text['description-destination_caller_id_number']['pt-pt'] = "Introduza o número do chamador";
|
||||
$text['description-destination_caller_id_number']['ro-ro'] = "";
|
||||
$text['description-destination_caller_id_number']['ru-ru'] = "Введите идентификационный номер (caller ID) вызывающего абонента.";
|
||||
$text['description-destination_caller_id_number']['sv-se'] = "Ange Caller ID Nummer.";
|
||||
$text['description-destination_caller_id_number']['uk-ua'] = "Введіть номер Caller ID";
|
||||
@@ -628,8 +784,11 @@ $text['description-destination_caller_id_number']['uk-ua'] = "Введіть н
|
||||
$text['description-destination_caller_id_name']['en-us'] = "Enter the caller ID name.";
|
||||
$text['description-destination_caller_id_name']['ar-eg'] = "أدخل اسم المتصل";
|
||||
$text['description-destination_caller_id_name']['de-at'] = "Geben Sie die Anruferkennung (Name) an.";
|
||||
$text['description-destination_caller_id_name']['de-ch'] = "";
|
||||
$text['description-destination_caller_id_name']['de-de'] = "Geben Sie die Anruferkennung (Name) an.";
|
||||
$text['description-destination_caller_id_name']['es-cl'] = "Ingrese el nombre de caller ID";
|
||||
$text['description-destination_caller_id_name']['es-mx'] = "";
|
||||
$text['description-destination_caller_id_name']['fr-ca'] = "";
|
||||
$text['description-destination_caller_id_name']['fr-fr'] = "Insérer le nom d'appelant.";
|
||||
$text['description-destination_caller_id_name']['he-il'] = "";
|
||||
$text['description-destination_caller_id_name']['it-it'] = "Inserisci il nome Caller ID.";
|
||||
@@ -637,6 +796,7 @@ $text['description-destination_caller_id_name']['nl-nl'] = "";
|
||||
$text['description-destination_caller_id_name']['pl-pl'] = "Wpisz prezentację nazwy dzwoniącego";
|
||||
$text['description-destination_caller_id_name']['pt-br'] = "Insira o nome do discador";
|
||||
$text['description-destination_caller_id_name']['pt-pt'] = "Introduza o nome do chamador";
|
||||
$text['description-destination_caller_id_name']['ro-ro'] = "";
|
||||
$text['description-destination_caller_id_name']['ru-ru'] = "Введите имя (caller ID) вызывающего абонента.";
|
||||
$text['description-destination_caller_id_name']['sv-se'] = "Ange Caller ID Namn.";
|
||||
$text['description-destination_caller_id_name']['uk-ua'] = "Введіть ім’я Caller ID";
|
||||
@@ -644,8 +804,11 @@ $text['description-destination_caller_id_name']['uk-ua'] = "Введіть ім
|
||||
$text['description-carrier']['en-us'] = "Enter the carrier name. This is use to keep track incase billing";
|
||||
$text['description-carrier']['ar-eg'] = "";
|
||||
$text['description-carrier']['de-at'] = "Geben Sie den Providernamen an. Dies wird für das Abrechnungsmodul verwendet.";
|
||||
$text['description-carrier']['de-ch'] = "";
|
||||
$text['description-carrier']['de-de'] = "Geben Sie den Providernamen an. Dies wird für das Abrechnungsmodul verwendet.";
|
||||
$text['description-carrier']['es-cl'] = "Introduzca el nombre del carrier. Esto se utiliza para realizar un seguimiento en caso de facturación";
|
||||
$text['description-carrier']['es-mx'] = "";
|
||||
$text['description-carrier']['fr-ca'] = "";
|
||||
$text['description-carrier']['fr-fr'] = "Entrez le nom du transporteur. Ceci est utilise pour garder une trace encas facturation";
|
||||
$text['description-carrier']['he-il'] = "";
|
||||
$text['description-carrier']['it-it'] = "Inserisci il nome del carrier. Questo è usato per tener traccia nel caso di fatturazione";
|
||||
@@ -653,6 +816,7 @@ $text['description-carrier']['nl-nl'] = "";
|
||||
$text['description-carrier']['pl-pl'] = "Wpisz nazwę operatora. Może ona być pomocna przy rozliczeniach";
|
||||
$text['description-carrier']['pt-br'] = "Digite o nome da operadora. Isto é usado para manter o controle sobre o faturamento";
|
||||
$text['description-carrier']['pt-pt'] = "Digite o nome da operadora. Isto é usado para manter o controle meter faturamento";
|
||||
$text['description-carrier']['ro-ro'] = "";
|
||||
$text['description-carrier']['ru-ru'] = "Введите имя оператора. Это используется для тарификации";
|
||||
$text['description-carrier']['sv-se'] = "Ange operatörens namn. Detta används för att hålla reda på debitering.";
|
||||
$text['description-carrier']['uk-ua'] = "Введіть назву оператора. Використовується для тарифікації";
|
||||
@@ -660,8 +824,11 @@ $text['description-carrier']['uk-ua'] = "Введіть назву операт
|
||||
$text['description-account_code']['en-us'] = "Enter account code.";
|
||||
$text['description-account_code']['ar-eg'] = "";
|
||||
$text['description-account_code']['de-at'] = "Geben Sie einen Kontoschlüssel an.";
|
||||
$text['description-account_code']['de-ch'] = "";
|
||||
$text['description-account_code']['de-de'] = "Geben Sie einen Kontoschlüssel an.";
|
||||
$text['description-account_code']['es-cl'] = "Ingrese el código de cuenta.";
|
||||
$text['description-account_code']['es-mx'] = "";
|
||||
$text['description-account_code']['fr-ca'] = "";
|
||||
$text['description-account_code']['fr-fr'] = "Entrez nom de client.";
|
||||
$text['description-account_code']['he-il'] = "הכנס קוד חשבון";
|
||||
$text['description-account_code']['it-it'] = "Inserisci il codice account.";
|
||||
@@ -669,6 +836,7 @@ $text['description-account_code']['nl-nl'] = "";
|
||||
$text['description-account_code']['pl-pl'] = "Wpisz numer konta bilingowego (nagłówek dodany do SIP INVITE).";
|
||||
$text['description-account_code']['pt-br'] = "Digite o código de conta";
|
||||
$text['description-account_code']['pt-pt'] = "Digite o código de conta.";
|
||||
$text['description-account_code']['ro-ro'] = "";
|
||||
$text['description-account_code']['ru-ru'] = "Введите код учетной записи.";
|
||||
$text['description-account_code']['sv-se'] = "Ange 'account code'.";
|
||||
$text['description-account_code']['uk-ua'] = "Введіть код облікового запису";
|
||||
@@ -676,8 +844,11 @@ $text['description-account_code']['uk-ua'] = "Введіть код обліко
|
||||
$text['billing-warning']['en-us'] = "If you are using fusionpbx billing application, make sure to add accountcode and carrier variables.";
|
||||
$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'] = "";
|
||||
$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']['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'] = "";
|
||||
$text['billing-warning']['fr-ca'] = "";
|
||||
$text['billing-warning']['fr-fr'] = "Si vous utilisez l'application de facturation fusionpbx, assurez-vous d'ajouter des variables de accountcode et carrier";
|
||||
$text['billing-warning']['he-il'] = "";
|
||||
$text['billing-warning']['it-it'] = "Se stai usando l'applicazione di fatturazione fusionpbx, accertati di inserire il codice account e il carrier.";
|
||||
@@ -685,8 +856,9 @@ $text['billing-warning']['nl-nl'] = "";
|
||||
$text['billing-warning']['pl-pl'] = "Jeżeli używasz platformę billingowa z Fusionpbx, dodaj numer konta billingowego oraz zmienne operatora";
|
||||
$text['billing-warning']['pt-br'] = "Se você estiver usando o aplicativo de faturamento, certifique-se em adicionar as variáveis de transporte";
|
||||
$text['billing-warning']['pt-pt'] = "Se você estiver usando o aplicativo de faturamento fusionpbx, certifique-se de adicionar variáveis accountcode e carrier";
|
||||
$text['billing-warning']['ro-ro'] = "";
|
||||
$text['billing-warning']['ru-ru'] = "Если вы используете приложение биллинга FusionPBX, обязательно добавьте код учетной записи и переменные-несущие.";
|
||||
$text['billing-warning']['sv-se'] = "Om du använder fusionpbx fakturering program, se till att lägga till 'account code' och operatör variabler";
|
||||
$text['billing-warning']['uk-ua'] = "Якщо ви користуєтеся додатком для тарифікації в fusionpbx, то переконайтеся, щоб додано змінні код облікового запису і оператора. ";
|
||||
|
||||
?>
|
||||
?>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-dialplan-inbound-add']['en-us'] = "Inbound Call Routing";
|
||||
$text['title-dialplan-inbound-add']['ar-eg'] = "";
|
||||
$text['title-dialplan-inbound-add']['de-at'] = "Routing eingehender Anrufe";
|
||||
$text['title-dialplan-inbound-add']['de-ch'] = "";
|
||||
$text['title-dialplan-inbound-add']['de-de'] = "Routing eingehender Anrufe";
|
||||
$text['title-dialplan-inbound-add']['es-cl'] = "Ruteo de Llamadas Entrantes";
|
||||
$text['title-dialplan-inbound-add']['es-mx'] = "";
|
||||
$text['title-dialplan-inbound-add']['fr-ca'] = "";
|
||||
$text['title-dialplan-inbound-add']['fr-fr'] = "Routage des appels entrant";
|
||||
$text['title-dialplan-inbound-add']['he-il'] = "";
|
||||
$text['title-dialplan-inbound-add']['it-it'] = "Instradamento Chiamate in Ingresso";
|
||||
@@ -13,6 +16,7 @@ $text['title-dialplan-inbound-add']['nl-nl'] = "";
|
||||
$text['title-dialplan-inbound-add']['pl-pl'] = "Przesyłanie (routing) rozmów przychodzących";
|
||||
$text['title-dialplan-inbound-add']['pt-br'] = "";
|
||||
$text['title-dialplan-inbound-add']['pt-pt'] = "Encaminhamento de chamadas de entrada";
|
||||
$text['title-dialplan-inbound-add']['ro-ro'] = "";
|
||||
$text['title-dialplan-inbound-add']['ru-ru'] = "Маршрутизация входящих вызовов";
|
||||
$text['title-dialplan-inbound-add']['sv-se'] = "Inkommande Call Routing";
|
||||
$text['title-dialplan-inbound-add']['uk-ua'] = "Маршрутизація вхідних дзвінків";
|
||||
@@ -20,8 +24,11 @@ $text['title-dialplan-inbound-add']['uk-ua'] = "Маршрутизація вх
|
||||
$text['option-uuid']['en-us'] = "UUID";
|
||||
$text['option-uuid']['ar-eg'] = "";
|
||||
$text['option-uuid']['de-at'] = "UUID";
|
||||
$text['option-uuid']['de-ch'] = "";
|
||||
$text['option-uuid']['de-de'] = "UUID";
|
||||
$text['option-uuid']['es-cl'] = "UUID";
|
||||
$text['option-uuid']['es-mx'] = "";
|
||||
$text['option-uuid']['fr-ca'] = "";
|
||||
$text['option-uuid']['fr-fr'] = "UUID";
|
||||
$text['option-uuid']['he-il'] = "";
|
||||
$text['option-uuid']['it-it'] = "UUID";
|
||||
@@ -29,6 +36,7 @@ $text['option-uuid']['nl-nl'] = "";
|
||||
$text['option-uuid']['pl-pl'] = "UUID";
|
||||
$text['option-uuid']['pt-br'] = "";
|
||||
$text['option-uuid']['pt-pt'] = "UUID";
|
||||
$text['option-uuid']['ro-ro'] = "";
|
||||
$text['option-uuid']['ru-ru'] = "UUID";
|
||||
$text['option-uuid']['sv-se'] = "UUID";
|
||||
$text['option-uuid']['uk-ua'] = "UUID";
|
||||
@@ -36,8 +44,11 @@ $text['option-uuid']['uk-ua'] = "UUID";
|
||||
$text['option-username']['en-us'] = "Username";
|
||||
$text['option-username']['ar-eg'] = "";
|
||||
$text['option-username']['de-at'] = "Benutzername";
|
||||
$text['option-username']['de-ch'] = "";
|
||||
$text['option-username']['de-de'] = "Benutzername";
|
||||
$text['option-username']['es-cl'] = "Nombre de usuario";
|
||||
$text['option-username']['es-mx'] = "";
|
||||
$text['option-username']['fr-ca'] = "";
|
||||
$text['option-username']['fr-fr'] = "Utilisateur";
|
||||
$text['option-username']['he-il'] = "";
|
||||
$text['option-username']['it-it'] = "Nome utente";
|
||||
@@ -45,6 +56,7 @@ $text['option-username']['nl-nl'] = "";
|
||||
$text['option-username']['pl-pl'] = "Użytkownik";
|
||||
$text['option-username']['pt-br'] = "";
|
||||
$text['option-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['option-username']['ro-ro'] = "";
|
||||
$text['option-username']['ru-ru'] = "Имя Пользователя";
|
||||
$text['option-username']['sv-se'] = "Användarnamn";
|
||||
$text['option-username']['uk-ua'] = "Користувач";
|
||||
@@ -52,8 +64,11 @@ $text['option-username']['uk-ua'] = "Користувач";
|
||||
$text['option-source']['en-us'] = "Source";
|
||||
$text['option-source']['ar-eg'] = "";
|
||||
$text['option-source']['de-at'] = "Quelle";
|
||||
$text['option-source']['de-ch'] = "";
|
||||
$text['option-source']['de-de'] = "Quelle";
|
||||
$text['option-source']['es-cl'] = "Fuente";
|
||||
$text['option-source']['es-mx'] = "";
|
||||
$text['option-source']['fr-ca'] = "";
|
||||
$text['option-source']['fr-fr'] = "Source";
|
||||
$text['option-source']['he-il'] = "";
|
||||
$text['option-source']['it-it'] = "Sorgente";
|
||||
@@ -61,6 +76,7 @@ $text['option-source']['nl-nl'] = "";
|
||||
$text['option-source']['pl-pl'] = "Źródło";
|
||||
$text['option-source']['pt-br'] = "";
|
||||
$text['option-source']['pt-pt'] = "Fonte";
|
||||
$text['option-source']['ro-ro'] = "";
|
||||
$text['option-source']['ru-ru'] = "Источник";
|
||||
$text['option-source']['sv-se'] = "Källa";
|
||||
$text['option-source']['uk-ua'] = "Джерело";
|
||||
@@ -68,8 +84,11 @@ $text['option-source']['uk-ua'] = "Джерело";
|
||||
$text['option-rdnis']['en-us'] = "RDNIS";
|
||||
$text['option-rdnis']['ar-eg'] = "";
|
||||
$text['option-rdnis']['de-at'] = "RDNIS";
|
||||
$text['option-rdnis']['de-ch'] = "";
|
||||
$text['option-rdnis']['de-de'] = "RDNIS";
|
||||
$text['option-rdnis']['es-cl'] = "RDNIS";
|
||||
$text['option-rdnis']['es-mx'] = "";
|
||||
$text['option-rdnis']['fr-ca'] = "";
|
||||
$text['option-rdnis']['fr-fr'] = "RDNIS";
|
||||
$text['option-rdnis']['he-il'] = "";
|
||||
$text['option-rdnis']['it-it'] = "RDNIS";
|
||||
@@ -77,6 +96,7 @@ $text['option-rdnis']['nl-nl'] = "";
|
||||
$text['option-rdnis']['pl-pl'] = "RDNIS";
|
||||
$text['option-rdnis']['pt-br'] = "";
|
||||
$text['option-rdnis']['pt-pt'] = "RDNIS";
|
||||
$text['option-rdnis']['ro-ro'] = "";
|
||||
$text['option-rdnis']['ru-ru'] = "RDNIS";
|
||||
$text['option-rdnis']['sv-se'] = "RDNIS";
|
||||
$text['option-rdnis']['uk-ua'] = "RDNIS";
|
||||
@@ -84,8 +104,11 @@ $text['option-rdnis']['uk-ua'] = "RDNIS";
|
||||
$text['option-public']['en-us'] = "Public";
|
||||
$text['option-public']['ar-eg'] = "";
|
||||
$text['option-public']['de-at'] = "Öffentlich";
|
||||
$text['option-public']['de-ch'] = "";
|
||||
$text['option-public']['de-de'] = "Öffentlich";
|
||||
$text['option-public']['es-cl'] = "Público";
|
||||
$text['option-public']['es-mx'] = "";
|
||||
$text['option-public']['fr-ca'] = "";
|
||||
$text['option-public']['fr-fr'] = "";
|
||||
$text['option-public']['he-il'] = "";
|
||||
$text['option-public']['it-it'] = "Pubblico";
|
||||
@@ -93,6 +116,7 @@ $text['option-public']['nl-nl'] = "";
|
||||
$text['option-public']['pl-pl'] = "Publiczny";
|
||||
$text['option-public']['pt-br'] = "";
|
||||
$text['option-public']['pt-pt'] = "Público";
|
||||
$text['option-public']['ro-ro'] = "";
|
||||
$text['option-public']['ru-ru'] = "Публичный";
|
||||
$text['option-public']['sv-se'] = "Publik";
|
||||
$text['option-public']['uk-ua'] = "Публічний";
|
||||
@@ -100,8 +124,11 @@ $text['option-public']['uk-ua'] = "Публічний";
|
||||
$text['option-network_addr']['en-us'] = "Network Address";
|
||||
$text['option-network_addr']['ar-eg'] = "";
|
||||
$text['option-network_addr']['de-at'] = "Netzwerk Adresse";
|
||||
$text['option-network_addr']['de-ch'] = "";
|
||||
$text['option-network_addr']['de-de'] = "Netzwerk Adresse";
|
||||
$text['option-network_addr']['es-cl'] = "Dirección de Red";
|
||||
$text['option-network_addr']['es-mx'] = "";
|
||||
$text['option-network_addr']['fr-ca'] = "";
|
||||
$text['option-network_addr']['fr-fr'] = "Adresse Réseau";
|
||||
$text['option-network_addr']['he-il'] = "";
|
||||
$text['option-network_addr']['it-it'] = "Indirizzo di Rete";
|
||||
@@ -109,6 +136,7 @@ $text['option-network_addr']['nl-nl'] = "";
|
||||
$text['option-network_addr']['pl-pl'] = "Adres sieci";
|
||||
$text['option-network_addr']['pt-br'] = "";
|
||||
$text['option-network_addr']['pt-pt'] = "Endereço de Rede";
|
||||
$text['option-network_addr']['ro-ro'] = "";
|
||||
$text['option-network_addr']['ru-ru'] = "Сетевой адрес";
|
||||
$text['option-network_addr']['sv-se'] = "Nätverk Address";
|
||||
$text['option-network_addr']['uk-ua'] = "Адреси мережі";
|
||||
@@ -116,8 +144,11 @@ $text['option-network_addr']['uk-ua'] = "Адреси мережі";
|
||||
$text['option-destination_number']['en-us'] = "Destination Number";
|
||||
$text['option-destination_number']['ar-eg'] = "";
|
||||
$text['option-destination_number']['de-at'] = "Ziel Rufnummer";
|
||||
$text['option-destination_number']['de-ch'] = "";
|
||||
$text['option-destination_number']['de-de'] = "Ziel Rufnummer";
|
||||
$text['option-destination_number']['es-cl'] = "Número de Destino";
|
||||
$text['option-destination_number']['es-mx'] = "";
|
||||
$text['option-destination_number']['fr-ca'] = "";
|
||||
$text['option-destination_number']['fr-fr'] = "Numéro de Destination";
|
||||
$text['option-destination_number']['he-il'] = "";
|
||||
$text['option-destination_number']['it-it'] = "Numero Destinazione";
|
||||
@@ -125,6 +156,7 @@ $text['option-destination_number']['nl-nl'] = "";
|
||||
$text['option-destination_number']['pl-pl'] = "Numer destynacji";
|
||||
$text['option-destination_number']['pt-br'] = "";
|
||||
$text['option-destination_number']['pt-pt'] = "Número de Destino";
|
||||
$text['option-destination_number']['ro-ro'] = "";
|
||||
$text['option-destination_number']['ru-ru'] = "Целевой номер";
|
||||
$text['option-destination_number']['sv-se'] = "Destination Nummer";
|
||||
$text['option-destination_number']['uk-ua'] = "Номер призначення";
|
||||
@@ -132,8 +164,11 @@ $text['option-destination_number']['uk-ua'] = "Номер призначення
|
||||
$text['option-context']['en-us'] = "Context";
|
||||
$text['option-context']['ar-eg'] = "";
|
||||
$text['option-context']['de-at'] = "Kontext";
|
||||
$text['option-context']['de-ch'] = "";
|
||||
$text['option-context']['de-de'] = "Kontext";
|
||||
$text['option-context']['es-cl'] = "Contexto";
|
||||
$text['option-context']['es-mx'] = "";
|
||||
$text['option-context']['fr-ca'] = "";
|
||||
$text['option-context']['fr-fr'] = "Contexte";
|
||||
$text['option-context']['he-il'] = "";
|
||||
$text['option-context']['it-it'] = "Contesto";
|
||||
@@ -141,6 +176,7 @@ $text['option-context']['nl-nl'] = "";
|
||||
$text['option-context']['pl-pl'] = "Kontekst";
|
||||
$text['option-context']['pt-br'] = "";
|
||||
$text['option-context']['pt-pt'] = "Contexto";
|
||||
$text['option-context']['ro-ro'] = "";
|
||||
$text['option-context']['ru-ru'] = "Контекст";
|
||||
$text['option-context']['sv-se'] = "Context";
|
||||
$text['option-context']['uk-ua'] = "Контекст";
|
||||
@@ -148,8 +184,11 @@ $text['option-context']['uk-ua'] = "Контекст";
|
||||
$text['option-chan_name']['en-us'] = "Channel Name";
|
||||
$text['option-chan_name']['ar-eg'] = "";
|
||||
$text['option-chan_name']['de-at'] = "Kanal Name";
|
||||
$text['option-chan_name']['de-ch'] = "";
|
||||
$text['option-chan_name']['de-de'] = "Kanal Name";
|
||||
$text['option-chan_name']['es-cl'] = "Nombre de Canal";
|
||||
$text['option-chan_name']['es-mx'] = "";
|
||||
$text['option-chan_name']['fr-ca'] = "";
|
||||
$text['option-chan_name']['fr-fr'] = "Nom de canal";
|
||||
$text['option-chan_name']['he-il'] = "";
|
||||
$text['option-chan_name']['it-it'] = "Nome Canale";
|
||||
@@ -157,6 +196,7 @@ $text['option-chan_name']['nl-nl'] = "";
|
||||
$text['option-chan_name']['pl-pl'] = "Nazwa kanału";
|
||||
$text['option-chan_name']['pt-br'] = "";
|
||||
$text['option-chan_name']['pt-pt'] = "Nome do Canal";
|
||||
$text['option-chan_name']['ro-ro'] = "";
|
||||
$text['option-chan_name']['ru-ru'] = "Имя Канала";
|
||||
$text['option-chan_name']['sv-se'] = "Kanal Namn";
|
||||
$text['option-chan_name']['uk-ua'] = "Назва каналу";
|
||||
@@ -164,8 +204,11 @@ $text['option-chan_name']['uk-ua'] = "Назва каналу";
|
||||
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['ar-eg'] = "";
|
||||
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)";
|
||||
$text['option-caller_id_number']['de-ch'] = "";
|
||||
$text['option-caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['option-caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
$text['option-caller_id_number']['es-mx'] = "";
|
||||
$text['option-caller_id_number']['fr-ca'] = "";
|
||||
$text['option-caller_id_number']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['option-caller_id_number']['he-il'] = "";
|
||||
$text['option-caller_id_number']['it-it'] = "Numero Caller ID";
|
||||
@@ -173,6 +216,7 @@ $text['option-caller_id_number']['nl-nl'] = "";
|
||||
$text['option-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['option-caller_id_number']['pt-br'] = "";
|
||||
$text['option-caller_id_number']['pt-pt'] = "Número do Chamador";
|
||||
$text['option-caller_id_number']['ro-ro'] = "";
|
||||
$text['option-caller_id_number']['ru-ru'] = "Идентификационный Номер (Caller ID) вызывающего абонента";
|
||||
$text['option-caller_id_number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['option-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
@@ -180,8 +224,11 @@ $text['option-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
$text['option-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['ar-eg'] = "";
|
||||
$text['option-caller_id_name']['de-at'] = "Anruferkennung (Name)";
|
||||
$text['option-caller_id_name']['de-ch'] = "";
|
||||
$text['option-caller_id_name']['de-de'] = "Anruferkennung (Name)";
|
||||
$text['option-caller_id_name']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['option-caller_id_name']['es-mx'] = "";
|
||||
$text['option-caller_id_name']['fr-ca'] = "";
|
||||
$text['option-caller_id_name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['option-caller_id_name']['he-il'] = "";
|
||||
$text['option-caller_id_name']['it-it'] = "Nome Caller ID";
|
||||
@@ -189,6 +236,7 @@ $text['option-caller_id_name']['nl-nl'] = "";
|
||||
$text['option-caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['option-caller_id_name']['pt-br'] = "";
|
||||
$text['option-caller_id_name']['pt-pt'] = "Nome do Chamador";
|
||||
$text['option-caller_id_name']['ro-ro'] = "";
|
||||
$text['option-caller_id_name']['ru-ru'] = "Идентификационный Имя (Caller ID) вызывающего абонента";
|
||||
$text['option-caller_id_name']['sv-se'] = "Caller ID Namn";
|
||||
$text['option-caller_id_name']['uk-ua'] = "Caller ID Назва";
|
||||
@@ -196,8 +244,11 @@ $text['option-caller_id_name']['uk-ua'] = "Caller ID Назва";
|
||||
$text['option-ani2']['en-us'] = "ANI2";
|
||||
$text['option-ani2']['ar-eg'] = "";
|
||||
$text['option-ani2']['de-at'] = "ANI2";
|
||||
$text['option-ani2']['de-ch'] = "";
|
||||
$text['option-ani2']['de-de'] = "ANI2";
|
||||
$text['option-ani2']['es-cl'] = "ANI2";
|
||||
$text['option-ani2']['es-mx'] = "";
|
||||
$text['option-ani2']['fr-ca'] = "";
|
||||
$text['option-ani2']['fr-fr'] = "ANI2";
|
||||
$text['option-ani2']['he-il'] = "";
|
||||
$text['option-ani2']['it-it'] = "ANI2";
|
||||
@@ -205,6 +256,7 @@ $text['option-ani2']['nl-nl'] = "";
|
||||
$text['option-ani2']['pl-pl'] = "ANI2";
|
||||
$text['option-ani2']['pt-br'] = "";
|
||||
$text['option-ani2']['pt-pt'] = "ANI2";
|
||||
$text['option-ani2']['ro-ro'] = "";
|
||||
$text['option-ani2']['ru-ru'] = "ANI2";
|
||||
$text['option-ani2']['sv-se'] = "ANI2";
|
||||
$text['option-ani2']['uk-ua'] = "ANI2";
|
||||
@@ -212,8 +264,11 @@ $text['option-ani2']['uk-ua'] = "ANI2";
|
||||
$text['option-ani']['en-us'] = "ANI";
|
||||
$text['option-ani']['ar-eg'] = "";
|
||||
$text['option-ani']['de-at'] = "ANI";
|
||||
$text['option-ani']['de-ch'] = "";
|
||||
$text['option-ani']['de-de'] = "ANI";
|
||||
$text['option-ani']['es-cl'] = "ANI";
|
||||
$text['option-ani']['es-mx'] = "";
|
||||
$text['option-ani']['fr-ca'] = "";
|
||||
$text['option-ani']['fr-fr'] = "ANI";
|
||||
$text['option-ani']['he-il'] = "";
|
||||
$text['option-ani']['it-it'] = "ANI";
|
||||
@@ -221,6 +276,7 @@ $text['option-ani']['nl-nl'] = "";
|
||||
$text['option-ani']['pl-pl'] = "ANI";
|
||||
$text['option-ani']['pt-br'] = "";
|
||||
$text['option-ani']['pt-pt'] = "ANI";
|
||||
$text['option-ani']['ro-ro'] = "";
|
||||
$text['option-ani']['ru-ru'] = "ANI";
|
||||
$text['option-ani']['sv-se'] = "ANI";
|
||||
$text['option-ani']['uk-ua'] = "ANI";
|
||||
@@ -228,8 +284,11 @@ $text['option-ani']['uk-ua'] = "ANI";
|
||||
$text['label-select-inbound-destination-number']['en-us'] = "Select the inbound destination number.";
|
||||
$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'] = "";
|
||||
$text['label-select-inbound-destination-number']['de-de'] = "Wählen Sie die Zielnummer für eingehende Anrufe.";
|
||||
$text['label-select-inbound-destination-number']['es-cl'] = "Seleccione el número de destino entrante.";
|
||||
$text['label-select-inbound-destination-number']['es-mx'] = "";
|
||||
$text['label-select-inbound-destination-number']['fr-ca'] = "";
|
||||
$text['label-select-inbound-destination-number']['fr-fr'] = "";
|
||||
$text['label-select-inbound-destination-number']['he-il'] = "";
|
||||
$text['label-select-inbound-destination-number']['it-it'] = "Seleziona il numero di destinazione in ingresso.";
|
||||
@@ -237,6 +296,7 @@ $text['label-select-inbound-destination-number']['nl-nl'] = "";
|
||||
$text['label-select-inbound-destination-number']['pl-pl'] = "Wybierz destynację numeru przychodzącego.";
|
||||
$text['label-select-inbound-destination-number']['pt-br'] = "";
|
||||
$text['label-select-inbound-destination-number']['pt-pt'] = "Escolha um número de entrada.";
|
||||
$text['label-select-inbound-destination-number']['ro-ro'] = "";
|
||||
$text['label-select-inbound-destination-number']['ru-ru'] = "Выберите номер входящего набора.";
|
||||
$text['label-select-inbound-destination-number']['sv-se'] = "Välj inkommande destinations nummer.";
|
||||
$text['label-select-inbound-destination-number']['uk-ua'] = "Виберіть вхідний номер";
|
||||
@@ -244,8 +304,11 @@ $text['label-select-inbound-destination-number']['uk-ua'] = "Виберіть в
|
||||
$text['label-required-domain_uuid']['en-us'] = "Please provide: domain_uuid";
|
||||
$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'] = "";
|
||||
$text['label-required-domain_uuid']['de-de'] = "Bitte angeben: domain_uuid";
|
||||
$text['label-required-domain_uuid']['es-cl'] = "Por favor indique: domain_uuid";
|
||||
$text['label-required-domain_uuid']['es-mx'] = "";
|
||||
$text['label-required-domain_uuid']['fr-ca'] = "";
|
||||
$text['label-required-domain_uuid']['fr-fr'] = "Merci d'indiquer: domain_uuid";
|
||||
$text['label-required-domain_uuid']['he-il'] = "";
|
||||
$text['label-required-domain_uuid']['it-it'] = "Inserisci: domain_uuid";
|
||||
@@ -253,6 +316,7 @@ $text['label-required-domain_uuid']['nl-nl'] = "";
|
||||
$text['label-required-domain_uuid']['pl-pl'] = "Label 10";
|
||||
$text['label-required-domain_uuid']['pt-br'] = "";
|
||||
$text['label-required-domain_uuid']['pt-pt'] = "Por favor indique: domain_uuid";
|
||||
$text['label-required-domain_uuid']['ro-ro'] = "";
|
||||
$text['label-required-domain_uuid']['ru-ru'] = "Пожалуйста укажите: domain_uuid";
|
||||
$text['label-required-domain_uuid']['sv-se'] = "Var god ange: domain_uuid";
|
||||
$text['label-required-domain_uuid']['uk-ua'] = "Будь ласка, надайте: UUID домену";
|
||||
@@ -260,8 +324,11 @@ $text['label-required-domain_uuid']['uk-ua'] = "Будь ласка, надай
|
||||
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$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'] = "";
|
||||
$text['label-required-dialplan_name']['de-de'] = "Bitte angeben: Namen der Nebenstelle";
|
||||
$text['label-required-dialplan_name']['es-cl'] = "Por favor indique: Nombre Extensión";
|
||||
$text['label-required-dialplan_name']['es-mx'] = "";
|
||||
$text['label-required-dialplan_name']['fr-ca'] = "";
|
||||
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom d'extension";
|
||||
$text['label-required-dialplan_name']['he-il'] = "";
|
||||
$text['label-required-dialplan_name']['it-it'] = "Inserisci: Nome Interno";
|
||||
@@ -269,6 +336,7 @@ $text['label-required-dialplan_name']['nl-nl'] = "";
|
||||
$text['label-required-dialplan_name']['pl-pl'] = "Wprowadź: Nazwę numeru wewnętrznego";
|
||||
$text['label-required-dialplan_name']['pt-br'] = "";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['ro-ro'] = "";
|
||||
$text['label-required-dialplan_name']['ru-ru'] = "Пожалуйста укажите: Имя Внутреннего Номера";
|
||||
$text['label-required-dialplan_name']['sv-se'] = "Var god ange: Anknytning Namn";
|
||||
$text['label-required-dialplan_name']['uk-ua'] = "Будь ласка, надайте назву розширення";
|
||||
@@ -276,8 +344,11 @@ $text['label-required-dialplan_name']['uk-ua'] = "Будь ласка, нада
|
||||
$text['label-required-condition_field_1']['en-us'] = "Please provide: Condition Field";
|
||||
$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'] = "";
|
||||
$text['label-required-condition_field_1']['de-de'] = "Bitte angeben: Feld für Bedingung";
|
||||
$text['label-required-condition_field_1']['es-cl'] = "Por favor indique: Campo de Condición";
|
||||
$text['label-required-condition_field_1']['es-mx'] = "";
|
||||
$text['label-required-condition_field_1']['fr-ca'] = "";
|
||||
$text['label-required-condition_field_1']['fr-fr'] = "Merci d'indiquer: Champs Condition";
|
||||
$text['label-required-condition_field_1']['he-il'] = "";
|
||||
$text['label-required-condition_field_1']['it-it'] = "Inserisci: Campo Condizione";
|
||||
@@ -285,6 +356,7 @@ $text['label-required-condition_field_1']['nl-nl'] = "";
|
||||
$text['label-required-condition_field_1']['pl-pl'] = "Wprowadź: pole warunku";
|
||||
$text['label-required-condition_field_1']['pt-br'] = "";
|
||||
$text['label-required-condition_field_1']['pt-pt'] = "Por favor indique: Condição";
|
||||
$text['label-required-condition_field_1']['ro-ro'] = "";
|
||||
$text['label-required-condition_field_1']['ru-ru'] = "Пожалуйста укажите: Условия участия";
|
||||
$text['label-required-condition_field_1']['sv-se'] = "Var god ange: Villkor Fält";
|
||||
$text['label-required-condition_field_1']['uk-ua'] = "Будь ласка, надайте поле умови";
|
||||
@@ -292,8 +364,11 @@ $text['label-required-condition_field_1']['uk-ua'] = "Будь ласка, на
|
||||
$text['label-required-condition_expression_1']['en-us'] = "Please provide: Condition Expression";
|
||||
$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'] = "";
|
||||
$text['label-required-condition_expression_1']['de-de'] = "Bitte angeben: Ausdruck für Bedingung";
|
||||
$text['label-required-condition_expression_1']['es-cl'] = "Por favor indique: Expresión de Condición";
|
||||
$text['label-required-condition_expression_1']['es-mx'] = "";
|
||||
$text['label-required-condition_expression_1']['fr-ca'] = "";
|
||||
$text['label-required-condition_expression_1']['fr-fr'] = "Merci d'indiquer: Expression Condition";
|
||||
$text['label-required-condition_expression_1']['he-il'] = "";
|
||||
$text['label-required-condition_expression_1']['it-it'] = "Inserisci: Espressione condizione";
|
||||
@@ -301,6 +376,7 @@ $text['label-required-condition_expression_1']['nl-nl'] = "";
|
||||
$text['label-required-condition_expression_1']['pl-pl'] = "Wprowadź: warunek wyrażenia";
|
||||
$text['label-required-condition_expression_1']['pt-br'] = "";
|
||||
$text['label-required-condition_expression_1']['pt-pt'] = "Por favor indique: Expressão para Condição";
|
||||
$text['label-required-condition_expression_1']['ro-ro'] = "";
|
||||
$text['label-required-condition_expression_1']['ru-ru'] = "Пожалуйста укажите: выражение условия";
|
||||
$text['label-required-condition_expression_1']['sv-se'] = "Var god ange: Villkor Uttryck";
|
||||
$text['label-required-condition_expression_1']['uk-ua'] = "Будь ласка, надайте вираз умови";
|
||||
@@ -308,8 +384,11 @@ $text['label-required-condition_expression_1']['uk-ua'] = "Будь ласка,
|
||||
$text['label-required-action_application_1']['en-us'] = "Please provide: Action Application";
|
||||
$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'] = "";
|
||||
$text['label-required-action_application_1']['de-de'] = "Bitte angeben: Anwendung für Aktion";
|
||||
$text['label-required-action_application_1']['es-cl'] = "Por favor indique: Aplicación de Acción";
|
||||
$text['label-required-action_application_1']['es-mx'] = "";
|
||||
$text['label-required-action_application_1']['fr-ca'] = "";
|
||||
$text['label-required-action_application_1']['fr-fr'] = "Merci d'indiquer: Application Action";
|
||||
$text['label-required-action_application_1']['he-il'] = "";
|
||||
$text['label-required-action_application_1']['it-it'] = "Inserisci: Applicazione";
|
||||
@@ -317,6 +396,7 @@ $text['label-required-action_application_1']['nl-nl'] = "";
|
||||
$text['label-required-action_application_1']['pl-pl'] = "Wprowadź:aplikację operacji";
|
||||
$text['label-required-action_application_1']['pt-br'] = "";
|
||||
$text['label-required-action_application_1']['pt-pt'] = "Por favor indique: Acção para Aplicação";
|
||||
$text['label-required-action_application_1']['ro-ro'] = "";
|
||||
$text['label-required-action_application_1']['ru-ru'] = "Пожалуйста укажите: Применение приложения";
|
||||
$text['label-required-action_application_1']['sv-se'] = "Var god ange: Action Applikation";
|
||||
$text['label-required-action_application_1']['uk-ua'] = "Будь ласка, надайте додаток для дії";
|
||||
@@ -324,8 +404,11 @@ $text['label-required-action_application_1']['uk-ua'] = "Будь ласка, н
|
||||
$text['label-caller-id-number-prefix']['en-us'] = "Caller ID Number Prefix";
|
||||
$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'] = "";
|
||||
$text['label-caller-id-number-prefix']['de-de'] = "Präfix für Anruferkennung";
|
||||
$text['label-caller-id-number-prefix']['es-cl'] = "Redial prefijo de salida";
|
||||
$text['label-caller-id-number-prefix']['es-mx'] = "";
|
||||
$text['label-caller-id-number-prefix']['fr-ca'] = "";
|
||||
$text['label-caller-id-number-prefix']['fr-fr'] = "Bis préfixe pour sortant";
|
||||
$text['label-caller-id-number-prefix']['he-il'] = "";
|
||||
$text['label-caller-id-number-prefix']['it-it'] = "Prefisso Numero Caller ID";
|
||||
@@ -333,6 +416,7 @@ $text['label-caller-id-number-prefix']['nl-nl'] = "";
|
||||
$text['label-caller-id-number-prefix']['pl-pl'] = "Prefiks ponownego wybierania";
|
||||
$text['label-caller-id-number-prefix']['pt-br'] = "";
|
||||
$text['label-caller-id-number-prefix']['pt-pt'] = "Remarcar prefixo de saída";
|
||||
$text['label-caller-id-number-prefix']['ro-ro'] = "";
|
||||
$text['label-caller-id-number-prefix']['ru-ru'] = "Префикс номера (Caller ID) вызывающего абонента";
|
||||
$text['label-caller-id-number-prefix']['sv-se'] = "Caller ID Nummer Prefix";
|
||||
$text['label-caller-id-number-prefix']['uk-ua'] = "Префікс для повторного набору вихідного дзвінка";
|
||||
@@ -340,8 +424,11 @@ $text['label-caller-id-number-prefix']['uk-ua'] = "Префікс для пов
|
||||
$text['label-limit']['en-us'] = "Limit";
|
||||
$text['label-limit']['ar-eg'] = "";
|
||||
$text['label-limit']['de-at'] = "Obergrenze";
|
||||
$text['label-limit']['de-ch'] = "";
|
||||
$text['label-limit']['de-de'] = "Obergrenze";
|
||||
$text['label-limit']['es-cl'] = "Límite";
|
||||
$text['label-limit']['es-mx'] = "";
|
||||
$text['label-limit']['fr-ca'] = "";
|
||||
$text['label-limit']['fr-fr'] = "Limite";
|
||||
$text['label-limit']['he-il'] = "";
|
||||
$text['label-limit']['it-it'] = "Limite";
|
||||
@@ -349,6 +436,7 @@ $text['label-limit']['nl-nl'] = "";
|
||||
$text['label-limit']['pl-pl'] = "Limit";
|
||||
$text['label-limit']['pt-br'] = "";
|
||||
$text['label-limit']['pt-pt'] = "Limite";
|
||||
$text['label-limit']['ro-ro'] = "";
|
||||
$text['label-limit']['ru-ru'] = "Лимит";
|
||||
$text['label-limit']['sv-se'] = "Begränsning";
|
||||
$text['label-limit']['uk-ua'] = "Обмеження";
|
||||
@@ -356,8 +444,11 @@ $text['label-limit']['uk-ua'] = "Обмеження";
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['ar-eg'] = "";
|
||||
$text['label-field']['de-at'] = "Feld";
|
||||
$text['label-field']['de-ch'] = "";
|
||||
$text['label-field']['de-de'] = "Feld";
|
||||
$text['label-field']['es-cl'] = "Campo";
|
||||
$text['label-field']['es-mx'] = "";
|
||||
$text['label-field']['fr-ca'] = "";
|
||||
$text['label-field']['fr-fr'] = "Champs";
|
||||
$text['label-field']['he-il'] = "";
|
||||
$text['label-field']['it-it'] = "Campo";
|
||||
@@ -365,6 +456,7 @@ $text['label-field']['nl-nl'] = "";
|
||||
$text['label-field']['pl-pl'] = "Pole";
|
||||
$text['label-field']['pt-br'] = "";
|
||||
$text['label-field']['pt-pt'] = "Campo";
|
||||
$text['label-field']['ro-ro'] = "";
|
||||
$text['label-field']['ru-ru'] = "Поле";
|
||||
$text['label-field']['sv-se'] = "Fält";
|
||||
$text['label-field']['uk-ua'] = "Поле";
|
||||
@@ -372,8 +464,11 @@ $text['label-field']['uk-ua'] = "Поле";
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['ar-eg'] = "";
|
||||
$text['label-expression']['de-at'] = "Ausdruck";
|
||||
$text['label-expression']['de-ch'] = "";
|
||||
$text['label-expression']['de-de'] = "Ausdruck";
|
||||
$text['label-expression']['es-cl'] = "Expresión";
|
||||
$text['label-expression']['es-mx'] = "";
|
||||
$text['label-expression']['fr-ca'] = "";
|
||||
$text['label-expression']['fr-fr'] = "Expression";
|
||||
$text['label-expression']['he-il'] = "";
|
||||
$text['label-expression']['it-it'] = "Espressione";
|
||||
@@ -381,6 +476,7 @@ $text['label-expression']['nl-nl'] = "";
|
||||
$text['label-expression']['pl-pl'] = "Wyrażenie";
|
||||
$text['label-expression']['pt-br'] = "";
|
||||
$text['label-expression']['pt-pt'] = "Expressão";
|
||||
$text['label-expression']['ro-ro'] = "";
|
||||
$text['label-expression']['ru-ru'] = "Выражение";
|
||||
$text['label-expression']['sv-se'] = "Uttryck";
|
||||
$text['label-expression']['uk-ua'] = "Вираз";
|
||||
@@ -388,8 +484,11 @@ $text['label-expression']['uk-ua'] = "Вираз";
|
||||
$text['label-destination-number']['en-us'] = "Destination Number";
|
||||
$text['label-destination-number']['ar-eg'] = "";
|
||||
$text['label-destination-number']['de-at'] = "Zielrufnummer";
|
||||
$text['label-destination-number']['de-ch'] = "";
|
||||
$text['label-destination-number']['de-de'] = "Zielrufnummer";
|
||||
$text['label-destination-number']['es-cl'] = "Número de destino";
|
||||
$text['label-destination-number']['es-mx'] = "";
|
||||
$text['label-destination-number']['fr-ca'] = "";
|
||||
$text['label-destination-number']['fr-fr'] = "Numéro de Destination";
|
||||
$text['label-destination-number']['he-il'] = "";
|
||||
$text['label-destination-number']['it-it'] = "Numero Destinazione";
|
||||
@@ -397,6 +496,7 @@ $text['label-destination-number']['nl-nl'] = "";
|
||||
$text['label-destination-number']['pl-pl'] = "Numer destynacji";
|
||||
$text['label-destination-number']['pt-br'] = "";
|
||||
$text['label-destination-number']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination-number']['ro-ro'] = "";
|
||||
$text['label-destination-number']['ru-ru'] = "Целевой номер";
|
||||
$text['label-destination-number']['sv-se'] = "Destination Nummer";
|
||||
$text['label-destination-number']['uk-ua'] = "Номер";
|
||||
@@ -404,8 +504,11 @@ $text['label-destination-number']['uk-ua'] = "Номер";
|
||||
$text['label-condition_2']['en-us'] = "Condition 2";
|
||||
$text['label-condition_2']['ar-eg'] = "";
|
||||
$text['label-condition_2']['de-at'] = "Bedingung 2";
|
||||
$text['label-condition_2']['de-ch'] = "";
|
||||
$text['label-condition_2']['de-de'] = "Bedingung 2";
|
||||
$text['label-condition_2']['es-cl'] = "Condición 2";
|
||||
$text['label-condition_2']['es-mx'] = "";
|
||||
$text['label-condition_2']['fr-ca'] = "";
|
||||
$text['label-condition_2']['fr-fr'] = "Condition 2";
|
||||
$text['label-condition_2']['he-il'] = "";
|
||||
$text['label-condition_2']['it-it'] = "Condizione 2";
|
||||
@@ -413,6 +516,7 @@ $text['label-condition_2']['nl-nl'] = "";
|
||||
$text['label-condition_2']['pl-pl'] = "Warunek 2";
|
||||
$text['label-condition_2']['pt-br'] = "";
|
||||
$text['label-condition_2']['pt-pt'] = "Condição 2";
|
||||
$text['label-condition_2']['ro-ro'] = "";
|
||||
$text['label-condition_2']['ru-ru'] = "Условие 2";
|
||||
$text['label-condition_2']['sv-se'] = "Villkor 2";
|
||||
$text['label-condition_2']['uk-ua'] = "Умова 2";
|
||||
@@ -420,8 +524,11 @@ $text['label-condition_2']['uk-ua'] = "Умова 2";
|
||||
$text['label-condition_1']['en-us'] = "Condition 1";
|
||||
$text['label-condition_1']['ar-eg'] = "";
|
||||
$text['label-condition_1']['de-at'] = "Bedingung 1";
|
||||
$text['label-condition_1']['de-ch'] = "";
|
||||
$text['label-condition_1']['de-de'] = "Bedingung 1";
|
||||
$text['label-condition_1']['es-cl'] = "Condición 1";
|
||||
$text['label-condition_1']['es-mx'] = "";
|
||||
$text['label-condition_1']['fr-ca'] = "";
|
||||
$text['label-condition_1']['fr-fr'] = "Condition 1";
|
||||
$text['label-condition_1']['he-il'] = "";
|
||||
$text['label-condition_1']['it-it'] = "Condizione 1";
|
||||
@@ -429,6 +536,7 @@ $text['label-condition_1']['nl-nl'] = "";
|
||||
$text['label-condition_1']['pl-pl'] = "Warunek 1";
|
||||
$text['label-condition_1']['pt-br'] = "";
|
||||
$text['label-condition_1']['pt-pt'] = "Condição 1";
|
||||
$text['label-condition_1']['ro-ro'] = "";
|
||||
$text['label-condition_1']['ru-ru'] = "Условие 1";
|
||||
$text['label-condition_1']['sv-se'] = "Villkor 1";
|
||||
$text['label-condition_1']['uk-ua'] = "Умова 1";
|
||||
@@ -436,8 +544,11 @@ $text['label-condition_1']['uk-ua'] = "Умова 1";
|
||||
$text['label-action_2']['en-us'] = "Action 2";
|
||||
$text['label-action_2']['ar-eg'] = "";
|
||||
$text['label-action_2']['de-at'] = "Aktion 2";
|
||||
$text['label-action_2']['de-ch'] = "";
|
||||
$text['label-action_2']['de-de'] = "Aktion 2";
|
||||
$text['label-action_2']['es-cl'] = "Acción 2";
|
||||
$text['label-action_2']['es-mx'] = "";
|
||||
$text['label-action_2']['fr-ca'] = "";
|
||||
$text['label-action_2']['fr-fr'] = "Action 2";
|
||||
$text['label-action_2']['he-il'] = "";
|
||||
$text['label-action_2']['it-it'] = "Azione 2";
|
||||
@@ -445,6 +556,7 @@ $text['label-action_2']['nl-nl'] = "";
|
||||
$text['label-action_2']['pl-pl'] = "Operacja 2";
|
||||
$text['label-action_2']['pt-br'] = "";
|
||||
$text['label-action_2']['pt-pt'] = "Acção 2";
|
||||
$text['label-action_2']['ro-ro'] = "";
|
||||
$text['label-action_2']['ru-ru'] = "Действие 2";
|
||||
$text['label-action_2']['sv-se'] = "Action 2";
|
||||
$text['label-action_2']['uk-ua'] = "Дія 2";
|
||||
@@ -452,8 +564,11 @@ $text['label-action_2']['uk-ua'] = "Дія 2";
|
||||
$text['label-action_1']['en-us'] = "Action 1";
|
||||
$text['label-action_1']['ar-eg'] = "";
|
||||
$text['label-action_1']['de-at'] = "Aktion 1";
|
||||
$text['label-action_1']['de-ch'] = "";
|
||||
$text['label-action_1']['de-de'] = "Aktion 1";
|
||||
$text['label-action_1']['es-cl'] = "Acción 1";
|
||||
$text['label-action_1']['es-mx'] = "";
|
||||
$text['label-action_1']['fr-ca'] = "";
|
||||
$text['label-action_1']['fr-fr'] = "Action 1";
|
||||
$text['label-action_1']['he-il'] = "";
|
||||
$text['label-action_1']['it-it'] = "Azione 1";
|
||||
@@ -461,6 +576,7 @@ $text['label-action_1']['nl-nl'] = "";
|
||||
$text['label-action_1']['pl-pl'] = "Operacja 1";
|
||||
$text['label-action_1']['pt-br'] = "";
|
||||
$text['label-action_1']['pt-pt'] = "Acção 1";
|
||||
$text['label-action_1']['ro-ro'] = "";
|
||||
$text['label-action_1']['ru-ru'] = "Действие 1";
|
||||
$text['label-action_1']['sv-se'] = "Action 1";
|
||||
$text['label-action_1']['uk-ua'] = "Дія 1";
|
||||
@@ -468,8 +584,11 @@ $text['label-action_1']['uk-ua'] = "Дія 1";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion";
|
||||
$text['label-action']['de-ch'] = "";
|
||||
$text['label-action']['de-de'] = "Aktion";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['es-mx'] = "";
|
||||
$text['label-action']['fr-ca'] = "";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['he-il'] = "";
|
||||
$text['label-action']['it-it'] = "Azione";
|
||||
@@ -477,6 +596,7 @@ $text['label-action']['nl-nl'] = "";
|
||||
$text['label-action']['pl-pl'] = "Operacja (gdzie przesłać rozmowę).";
|
||||
$text['label-action']['pt-br'] = "";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['ro-ro'] = "";
|
||||
$text['label-action']['ru-ru'] = "Действие";
|
||||
$text['label-action']['sv-se'] = "Action";
|
||||
$text['label-action']['uk-ua'] = "Дія";
|
||||
@@ -484,8 +604,11 @@ $text['label-action']['uk-ua'] = "Дія";
|
||||
$text['label-access-denied']['en-us'] = "access denied";
|
||||
$text['label-access-denied']['ar-eg'] = "";
|
||||
$text['label-access-denied']['de-at'] = "Zugriff verweigert";
|
||||
$text['label-access-denied']['de-ch'] = "";
|
||||
$text['label-access-denied']['de-de'] = "Zugriff verweigert";
|
||||
$text['label-access-denied']['es-cl'] = "acceso denegado";
|
||||
$text['label-access-denied']['es-mx'] = "";
|
||||
$text['label-access-denied']['fr-ca'] = "";
|
||||
$text['label-access-denied']['fr-fr'] = "accès refusé";
|
||||
$text['label-access-denied']['he-il'] = "";
|
||||
$text['label-access-denied']['it-it'] = "accesso negato";
|
||||
@@ -493,6 +616,7 @@ $text['label-access-denied']['nl-nl'] = "";
|
||||
$text['label-access-denied']['pl-pl'] = "brak dostępu";
|
||||
$text['label-access-denied']['pt-br'] = "";
|
||||
$text['label-access-denied']['pt-pt'] = "acesso negado";
|
||||
$text['label-access-denied']['ro-ro'] = "";
|
||||
$text['label-access-denied']['ru-ru'] = "доступ закрыт";
|
||||
$text['label-access-denied']['sv-se'] = "tillträde beviljas ej";
|
||||
$text['label-access-denied']['uk-ua'] = "в доступі відмовлено";
|
||||
@@ -500,8 +624,11 @@ $text['label-access-denied']['uk-ua'] = "в доступі відмовлено"
|
||||
$text['description-caller-id-number-prefix']['en-us'] = "Set a prefix on the caller ID number.";
|
||||
$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'] = "";
|
||||
$text['description-caller-id-number-prefix']['de-de'] = "Präfix für Anruferkennung (Nummer) setzen.";
|
||||
$text['description-caller-id-number-prefix']['es-cl'] = "";
|
||||
$text['description-caller-id-number-prefix']['es-mx'] = "";
|
||||
$text['description-caller-id-number-prefix']['fr-ca'] = "";
|
||||
$text['description-caller-id-number-prefix']['fr-fr'] = "";
|
||||
$text['description-caller-id-number-prefix']['he-il'] = "";
|
||||
$text['description-caller-id-number-prefix']['it-it'] = "Imposta un prefisso sul numero Caller ID.";
|
||||
@@ -509,6 +636,7 @@ $text['description-caller-id-number-prefix']['nl-nl'] = "";
|
||||
$text['description-caller-id-number-prefix']['pl-pl'] = "";
|
||||
$text['description-caller-id-number-prefix']['pt-br'] = "";
|
||||
$text['description-caller-id-number-prefix']['pt-pt'] = "";
|
||||
$text['description-caller-id-number-prefix']['ro-ro'] = "";
|
||||
$text['description-caller-id-number-prefix']['ru-ru'] = "Задайте префикс идентификатора (caller ID) вызывающего абонента.";
|
||||
$text['description-caller-id-number-prefix']['sv-se'] = "Ange ett prefix för caller iID nummer.";
|
||||
$text['description-caller-id-number-prefix']['uk-ua'] = "";
|
||||
@@ -516,8 +644,11 @@ $text['description-caller-id-number-prefix']['uk-ua'] = "";
|
||||
$text['description-name']['en-us'] = "Please enter an inbound route name.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
|
||||
$text['description-name']['es-cl'] = "Por favor infrese un nombre de ruta entrante.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Merci d'entrer le nom d'une route entrante";
|
||||
$text['description-name']['he-il'] = "";
|
||||
$text['description-name']['it-it'] = "Inserisci un nome per la rotta in ingresso.";
|
||||
@@ -525,6 +656,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['pt-br'] = "";
|
||||
$text['description-name']['pt-pt'] = "Por favor introduza um nome para a rota de entrada.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Введите название входящего маршрута.";
|
||||
$text['description-name']['sv-se'] = "Var god ange ett namn för inkommande route.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
@@ -532,8 +664,11 @@ $text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
$text['description-dialplan-inbound-add']['en-us'] = "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']['ar-eg'] = "";
|
||||
$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'] = "";
|
||||
$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']['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'] = "";
|
||||
$text['description-dialplan-inbound-add']['fr-ca'] = "";
|
||||
$text['description-dialplan-inbound-add']['fr-fr'] = "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.";
|
||||
$text['description-dialplan-inbound-add']['he-il'] = "";
|
||||
$text['description-dialplan-inbound-add']['it-it'] = "Il piano di chiamata è usato per instradare le chiamate in ingresso alle destinazioni in base ad una o più condizioni. Può ad esempio inviare le chiamate ad un risponditore vocale, ad un gruppo di suoneria, ad un interno, ad un numero esterno o aduno script.";
|
||||
@@ -541,6 +676,7 @@ $text['description-dialplan-inbound-add']['nl-nl'] = "";
|
||||
$text['description-dialplan-inbound-add']['pl-pl'] = "Dialplan publiczny jest używany do przesyłania polaczeń przychodzących do miejsc przeznaczenia na podstawie jednego lub kilku warunków i kontekstu. Można je wysyłać do Zapowiedzi Głosowych (IVR), grup telefonów, numerów wewnętrznych/zewnętrznych lub skryptu.";
|
||||
$text['description-dialplan-inbound-add']['pt-br'] = "";
|
||||
$text['description-dialplan-inbound-add']['pt-pt'] = "O dialplan público é usado para encaminhar chamadas de entrada para destinos baseados em uma ou mais condições. As chamadas de entrada podem ser enviadas para um atendimento automático, um huntgroup, uma extensão, um número externo, ou um script.";
|
||||
$text['description-dialplan-inbound-add']['ro-ro'] = "";
|
||||
$text['description-dialplan-inbound-add']['ru-ru'] = "Общедоступный План Нумерации используется для маршрутизации входящих вызовов в пункты назначения на основе одного или нескольких условий и контекста. Он может отправлять входящие вызовы автосекретарю, группе поиска, внутреннему номеру, внешнему номеру или сценарию";
|
||||
$text['description-dialplan-inbound-add']['sv-se'] = "";
|
||||
$text['description-dialplan-inbound-add']['uk-ua'] = "Маршрутизація спрямовує вхідні дзвінки в напрямку відповідно до умов і контексту. Можна спрямувати вхідні виклики на групи, автоматичне обслуговування, зовнішні номери, сценарії або інші напрямки. ";
|
||||
@@ -548,8 +684,11 @@ $text['description-dialplan-inbound-add']['uk-ua'] = "Маршрутизація
|
||||
$text['confirm-update-complete']['en-us'] = "Update Complete";
|
||||
$text['confirm-update-complete']['ar-eg'] = "";
|
||||
$text['confirm-update-complete']['de-at'] = "Aktualisierung abgeschlossen";
|
||||
$text['confirm-update-complete']['de-ch'] = "";
|
||||
$text['confirm-update-complete']['de-de'] = "Aktualisierung abgeschlossen";
|
||||
$text['confirm-update-complete']['es-cl'] = "Actualización Completa";
|
||||
$text['confirm-update-complete']['es-mx'] = "";
|
||||
$text['confirm-update-complete']['fr-ca'] = "";
|
||||
$text['confirm-update-complete']['fr-fr'] = "Mis à jour";
|
||||
$text['confirm-update-complete']['he-il'] = "";
|
||||
$text['confirm-update-complete']['it-it'] = "Aggiornamento completato";
|
||||
@@ -557,8 +696,9 @@ $text['confirm-update-complete']['nl-nl'] = "";
|
||||
$text['confirm-update-complete']['pl-pl'] = "Potwierdź";
|
||||
$text['confirm-update-complete']['pt-br'] = "";
|
||||
$text['confirm-update-complete']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update-complete']['ro-ro'] = "";
|
||||
$text['confirm-update-complete']['ru-ru'] = "Обновление завершено";
|
||||
$text['confirm-update-complete']['sv-se'] = "Ändring Utförd";
|
||||
$text['confirm-update-complete']['uk-ua'] = "Оновлення завершено";
|
||||
|
||||
?>
|
||||
?>
|
||||
File diff suppressed because it is too large
Load Diff
+130
-2
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-manage-files']['en-us'] = "Manage Files";
|
||||
$text['title-manage-files']['ar-eg'] = "";
|
||||
$text['title-manage-files']['de-at'] = "Dateien verwalten";
|
||||
$text['title-manage-files']['de-ch'] = "";
|
||||
$text['title-manage-files']['de-de'] = "Dateien verwalten";
|
||||
$text['title-manage-files']['es-cl'] = "Gestión de Archivos";
|
||||
$text['title-manage-files']['es-mx'] = "";
|
||||
$text['title-manage-files']['fr-ca'] = "";
|
||||
$text['title-manage-files']['fr-fr'] = "Gérer les Fichiers";
|
||||
$text['title-manage-files']['he-il'] = "";
|
||||
$text['title-manage-files']['it-it'] = "Gestione File";
|
||||
@@ -13,6 +16,7 @@ $text['title-manage-files']['nl-nl'] = "";
|
||||
$text['title-manage-files']['pl-pl'] = "";
|
||||
$text['title-manage-files']['pt-br'] = "";
|
||||
$text['title-manage-files']['pt-pt'] = "Gerenciar Arquivos";
|
||||
$text['title-manage-files']['ro-ro'] = "";
|
||||
$text['title-manage-files']['ru-ru'] = "Управление файлами";
|
||||
$text['title-manage-files']['sv-se'] = "Hantera Filer";
|
||||
$text['title-manage-files']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-manage-files']['uk-ua'] = "";
|
||||
$text['title-manage-clips']['en-us'] = "Manage Clips";
|
||||
$text['title-manage-clips']['ar-eg'] = "";
|
||||
$text['title-manage-clips']['de-at'] = "Clips verwalten";
|
||||
$text['title-manage-clips']['de-ch'] = "";
|
||||
$text['title-manage-clips']['de-de'] = "Clips verwalten";
|
||||
$text['title-manage-clips']['es-cl'] = "Gestión de Clips";
|
||||
$text['title-manage-clips']['es-mx'] = "";
|
||||
$text['title-manage-clips']['fr-ca'] = "";
|
||||
$text['title-manage-clips']['fr-fr'] = "Gérer Clips";
|
||||
$text['title-manage-clips']['he-il'] = "";
|
||||
$text['title-manage-clips']['it-it'] = "Gestione Clip";
|
||||
@@ -29,6 +36,7 @@ $text['title-manage-clips']['nl-nl'] = "";
|
||||
$text['title-manage-clips']['pl-pl'] = "";
|
||||
$text['title-manage-clips']['pt-br'] = "";
|
||||
$text['title-manage-clips']['pt-pt'] = "Gerir Clipes";
|
||||
$text['title-manage-clips']['ro-ro'] = "";
|
||||
$text['title-manage-clips']['ru-ru'] = "Управление клипами";
|
||||
$text['title-manage-clips']['sv-se'] = "Hantera Klipp";
|
||||
$text['title-manage-clips']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-manage-clips']['uk-ua'] = "";
|
||||
$text['label-folder']['en-us'] = "Folder:";
|
||||
$text['label-folder']['ar-eg'] = "";
|
||||
$text['label-folder']['de-at'] = "Ordner:";
|
||||
$text['label-folder']['de-ch'] = "";
|
||||
$text['label-folder']['de-de'] = "Ordner:";
|
||||
$text['label-folder']['es-cl'] = "Carpeta:";
|
||||
$text['label-folder']['es-mx'] = "";
|
||||
$text['label-folder']['fr-ca'] = "";
|
||||
$text['label-folder']['fr-fr'] = "Répertoire:";
|
||||
$text['label-folder']['he-il'] = "";
|
||||
$text['label-folder']['it-it'] = "Cartella:";
|
||||
@@ -45,6 +56,7 @@ $text['label-folder']['nl-nl'] = "";
|
||||
$text['label-folder']['pl-pl'] = "";
|
||||
$text['label-folder']['pt-br'] = "";
|
||||
$text['label-folder']['pt-pt'] = "Ficheiro:";
|
||||
$text['label-folder']['ro-ro'] = "";
|
||||
$text['label-folder']['ru-ru'] = "Папка:";
|
||||
$text['label-folder']['sv-se'] = "Mapp:";
|
||||
$text['label-folder']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['label-folder']['uk-ua'] = "";
|
||||
$text['label-before-selection']['en-us'] = "Before Selection:";
|
||||
$text['label-before-selection']['ar-eg'] = "";
|
||||
$text['label-before-selection']['de-at'] = "Vor der Auswahl:";
|
||||
$text['label-before-selection']['de-ch'] = "";
|
||||
$text['label-before-selection']['de-de'] = "Vor der Auswahl:";
|
||||
$text['label-before-selection']['es-cl'] = "Antes de seleccionar:";
|
||||
$text['label-before-selection']['es-mx'] = "";
|
||||
$text['label-before-selection']['fr-ca'] = "";
|
||||
$text['label-before-selection']['fr-fr'] = "Avant la Selection:";
|
||||
$text['label-before-selection']['he-il'] = "";
|
||||
$text['label-before-selection']['it-it'] = "Prima della Selezione:";
|
||||
@@ -61,6 +76,7 @@ $text['label-before-selection']['nl-nl'] = "";
|
||||
$text['label-before-selection']['pl-pl'] = "";
|
||||
$text['label-before-selection']['pt-br'] = "";
|
||||
$text['label-before-selection']['pt-pt'] = "Antes da Selecção:";
|
||||
$text['label-before-selection']['ro-ro'] = "";
|
||||
$text['label-before-selection']['ru-ru'] = "Перед выбором:";
|
||||
$text['label-before-selection']['sv-se'] = "Före Val:";
|
||||
$text['label-before-selection']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['label-before-selection']['uk-ua'] = "";
|
||||
$text['label-after-selection']['en-us'] = "After Selection:";
|
||||
$text['label-after-selection']['ar-eg'] = "";
|
||||
$text['label-after-selection']['de-at'] = "Nach der Auswahl:";
|
||||
$text['label-after-selection']['de-ch'] = "";
|
||||
$text['label-after-selection']['de-de'] = "Nach der Auswahl:";
|
||||
$text['label-after-selection']['es-cl'] = "Despues de seleccionar:";
|
||||
$text['label-after-selection']['es-mx'] = "";
|
||||
$text['label-after-selection']['fr-ca'] = "";
|
||||
$text['label-after-selection']['fr-fr'] = "Après la Selection:";
|
||||
$text['label-after-selection']['he-il'] = "";
|
||||
$text['label-after-selection']['it-it'] = "Dopo la Selezione:";
|
||||
@@ -77,6 +96,7 @@ $text['label-after-selection']['nl-nl'] = "";
|
||||
$text['label-after-selection']['pl-pl'] = "";
|
||||
$text['label-after-selection']['pt-br'] = "";
|
||||
$text['label-after-selection']['pt-pt'] = "Depois da Selecção:";
|
||||
$text['label-after-selection']['ro-ro'] = "";
|
||||
$text['label-after-selection']['ru-ru'] = "После выбора:";
|
||||
$text['label-after-selection']['sv-se'] = "Efter Val:";
|
||||
$text['label-after-selection']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['label-after-selection']['uk-ua'] = "";
|
||||
$text['label-notes']['en-us'] = "Notes:";
|
||||
$text['label-notes']['ar-eg'] = "";
|
||||
$text['label-notes']['de-at'] = "Notiz:";
|
||||
$text['label-notes']['de-ch'] = "";
|
||||
$text['label-notes']['de-de'] = "Notiz:";
|
||||
$text['label-notes']['es-cl'] = "Notas:";
|
||||
$text['label-notes']['es-mx'] = "";
|
||||
$text['label-notes']['fr-ca'] = "";
|
||||
$text['label-notes']['fr-fr'] = "Notes:";
|
||||
$text['label-notes']['he-il'] = "";
|
||||
$text['label-notes']['it-it'] = "Note:";
|
||||
@@ -93,6 +116,7 @@ $text['label-notes']['nl-nl'] = "";
|
||||
$text['label-notes']['pl-pl'] = "";
|
||||
$text['label-notes']['pt-br'] = "";
|
||||
$text['label-notes']['pt-pt'] = "Notas:";
|
||||
$text['label-notes']['ro-ro'] = "";
|
||||
$text['label-notes']['ru-ru'] = "Заметки:";
|
||||
$text['label-notes']['sv-se'] = "Noteringar:";
|
||||
$text['label-notes']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-notes']['uk-ua'] = "";
|
||||
$text['message-give-up']['en-us'] = "Giving up :( Cannot create an XMLHTTP instance";
|
||||
$text['message-give-up']['ar-eg'] = "";
|
||||
$text['message-give-up']['de-at'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
|
||||
$text['message-give-up']['de-ch'] = "";
|
||||
$text['message-give-up']['de-de'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
|
||||
$text['message-give-up']['es-cl'] = "Cancelando, no se puede crear una instancia XMLHTTP";
|
||||
$text['message-give-up']['es-mx'] = "";
|
||||
$text['message-give-up']['fr-ca'] = "";
|
||||
$text['message-give-up']['fr-fr'] = "Abandon :( Ne peut pas créer un instance XMLHTTP";
|
||||
$text['message-give-up']['he-il'] = "";
|
||||
$text['message-give-up']['it-it'] = "Annullamento :( Impossibile creare un istanza XMLHTTP";
|
||||
@@ -109,6 +136,7 @@ $text['message-give-up']['nl-nl'] = "";
|
||||
$text['message-give-up']['pl-pl'] = "";
|
||||
$text['message-give-up']['pt-br'] = "";
|
||||
$text['message-give-up']['pt-pt'] = "Desistindo :( Não é possível criar uma instância XMLHTTP";
|
||||
$text['message-give-up']['ro-ro'] = "";
|
||||
$text['message-give-up']['ru-ru'] = "Операция отменена :( Невозможно создать XMLHTTP экземпляр";
|
||||
$text['message-give-up']['sv-se'] = "Ger upp :( Kan inte skapa en XMLHTTP instans";
|
||||
$text['message-give-up']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['message-give-up']['uk-ua'] = "";
|
||||
$text['message-problem']['en-us'] = "There was a problem with the request.";
|
||||
$text['message-problem']['ar-eg'] = "";
|
||||
$text['message-problem']['de-at'] = "Es gab ein Problem mit der Anfrage.";
|
||||
$text['message-problem']['de-ch'] = "";
|
||||
$text['message-problem']['de-de'] = "Es gab ein Problem mit der Anfrage.";
|
||||
$text['message-problem']['es-cl'] = "Hubo un problema con la petición.";
|
||||
$text['message-problem']['es-mx'] = "";
|
||||
$text['message-problem']['fr-ca'] = "";
|
||||
$text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête.";
|
||||
$text['message-problem']['he-il'] = "";
|
||||
$text['message-problem']['it-it'] = "Si è verificato un problema con la richiesta.";
|
||||
@@ -125,6 +156,7 @@ $text['message-problem']['nl-nl'] = "";
|
||||
$text['message-problem']['pl-pl'] = "";
|
||||
$text['message-problem']['pt-br'] = "";
|
||||
$text['message-problem']['pt-pt'] = "Ocorreu um problema com o pedido.";
|
||||
$text['message-problem']['ro-ro'] = "";
|
||||
$text['message-problem']['ru-ru'] = "Возникла проблема с запросом.";
|
||||
$text['message-problem']['sv-se'] = "Det uppstod ett problem med begäran.";
|
||||
$text['message-problem']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['message-problem']['uk-ua'] = "";
|
||||
$text['label-clip-library']['en-us'] = "Clip Library";
|
||||
$text['label-clip-library']['ar-eg'] = "";
|
||||
$text['label-clip-library']['de-at'] = "Clip Bibliothek";
|
||||
$text['label-clip-library']['de-ch'] = "";
|
||||
$text['label-clip-library']['de-de'] = "Clip Bibliothek";
|
||||
$text['label-clip-library']['es-cl'] = "Librería de Clips";
|
||||
$text['label-clip-library']['es-mx'] = "";
|
||||
$text['label-clip-library']['fr-ca'] = "";
|
||||
$text['label-clip-library']['fr-fr'] = "Clip Libraries";
|
||||
$text['label-clip-library']['he-il'] = "";
|
||||
$text['label-clip-library']['it-it'] = "Libreria Clip";
|
||||
@@ -141,6 +176,7 @@ $text['label-clip-library']['nl-nl'] = "";
|
||||
$text['label-clip-library']['pl-pl'] = "";
|
||||
$text['label-clip-library']['pt-br'] = "";
|
||||
$text['label-clip-library']['pt-pt'] = "Biblioteca de Clips";
|
||||
$text['label-clip-library']['ro-ro'] = "";
|
||||
$text['label-clip-library']['ru-ru'] = "Библиотека клипов";
|
||||
$text['label-clip-library']['sv-se'] = "Klipp Bibliotek";
|
||||
$text['label-clip-library']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['label-clip-library']['uk-ua'] = "";
|
||||
$text['label-selected-clip']['en-us'] = "Selected Clip";
|
||||
$text['label-selected-clip']['ar-eg'] = "";
|
||||
$text['label-selected-clip']['de-at'] = "Ausgewählter Clip";
|
||||
$text['label-selected-clip']['de-ch'] = "";
|
||||
$text['label-selected-clip']['de-de'] = "Ausgewählter Clip";
|
||||
$text['label-selected-clip']['es-cl'] = "Clip Seleccionado";
|
||||
$text['label-selected-clip']['es-mx'] = "";
|
||||
$text['label-selected-clip']['fr-ca'] = "";
|
||||
$text['label-selected-clip']['fr-fr'] = "Clip Sélectionné";
|
||||
$text['label-selected-clip']['he-il'] = "";
|
||||
$text['label-selected-clip']['it-it'] = "Clip Selezionati";
|
||||
@@ -157,6 +196,7 @@ $text['label-selected-clip']['nl-nl'] = "";
|
||||
$text['label-selected-clip']['pl-pl'] = "";
|
||||
$text['label-selected-clip']['pt-br'] = "";
|
||||
$text['label-selected-clip']['pt-pt'] = "Clipe Selecionado";
|
||||
$text['label-selected-clip']['ro-ro'] = "";
|
||||
$text['label-selected-clip']['ru-ru'] = "Выбранный клип";
|
||||
$text['label-selected-clip']['sv-se'] = "";
|
||||
$text['label-selected-clip']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['label-selected-clip']['uk-ua'] = "";
|
||||
$text['button-edit-clip']['en-us'] = "Edit Clip";
|
||||
$text['button-edit-clip']['ar-eg'] = "";
|
||||
$text['button-edit-clip']['de-at'] = "Clip bearbeiten";
|
||||
$text['button-edit-clip']['de-ch'] = "";
|
||||
$text['button-edit-clip']['de-de'] = "Clip bearbeiten";
|
||||
$text['button-edit-clip']['es-cl'] = "Editar Clip";
|
||||
$text['button-edit-clip']['es-mx'] = "";
|
||||
$text['button-edit-clip']['fr-ca'] = "";
|
||||
$text['button-edit-clip']['fr-fr'] = "Editer le Clip";
|
||||
$text['button-edit-clip']['he-il'] = "";
|
||||
$text['button-edit-clip']['it-it'] = "Modifica Clip";
|
||||
@@ -173,6 +216,7 @@ $text['button-edit-clip']['nl-nl'] = "";
|
||||
$text['button-edit-clip']['pl-pl'] = "";
|
||||
$text['button-edit-clip']['pt-br'] = "";
|
||||
$text['button-edit-clip']['pt-pt'] = "Editar Clip";
|
||||
$text['button-edit-clip']['ro-ro'] = "";
|
||||
$text['button-edit-clip']['ru-ru'] = "Редактировать клип";
|
||||
$text['button-edit-clip']['sv-se'] = "Ändra Klipp";
|
||||
$text['button-edit-clip']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['button-edit-clip']['uk-ua'] = "";
|
||||
$text['button-add-clip']['en-us'] = "Add Clip";
|
||||
$text['button-add-clip']['ar-eg'] = "";
|
||||
$text['button-add-clip']['de-at'] = "Clip hinzufügen";
|
||||
$text['button-add-clip']['de-ch'] = "";
|
||||
$text['button-add-clip']['de-de'] = "Clip hinzufügen";
|
||||
$text['button-add-clip']['es-cl'] = "Agregar Clip";
|
||||
$text['button-add-clip']['es-mx'] = "";
|
||||
$text['button-add-clip']['fr-ca'] = "";
|
||||
$text['button-add-clip']['fr-fr'] = "Ajouter un Clip";
|
||||
$text['button-add-clip']['he-il'] = "";
|
||||
$text['button-add-clip']['it-it'] = "Aggiungi Clip";
|
||||
@@ -189,6 +236,7 @@ $text['button-add-clip']['nl-nl'] = "";
|
||||
$text['button-add-clip']['pl-pl'] = "";
|
||||
$text['button-add-clip']['pt-br'] = "";
|
||||
$text['button-add-clip']['pt-pt'] = "Adicionar Clip";
|
||||
$text['button-add-clip']['ro-ro'] = "";
|
||||
$text['button-add-clip']['ru-ru'] = "Добавить клип";
|
||||
$text['button-add-clip']['sv-se'] = "Lägg Till Klipp";
|
||||
$text['button-add-clip']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['button-add-clip']['uk-ua'] = "";
|
||||
$text['message-delete-clip']['en-us'] = "Are you sure you want to delete the selected clip?";
|
||||
$text['message-delete-clip']['ar-eg'] = "";
|
||||
$text['message-delete-clip']['de-at'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
|
||||
$text['message-delete-clip']['de-ch'] = "";
|
||||
$text['message-delete-clip']['de-de'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
|
||||
$text['message-delete-clip']['es-cl'] = "¿Realmente desea eliminar el clip seleccionado?";
|
||||
$text['message-delete-clip']['es-mx'] = "";
|
||||
$text['message-delete-clip']['fr-ca'] = "";
|
||||
$text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
|
||||
$text['message-delete-clip']['he-il'] = "";
|
||||
$text['message-delete-clip']['it-it'] = "Sei sicuro di voler cancellare la clip selezionata?";
|
||||
@@ -205,6 +256,7 @@ $text['message-delete-clip']['nl-nl'] = "";
|
||||
$text['message-delete-clip']['pl-pl'] = "";
|
||||
$text['message-delete-clip']['pt-br'] = "";
|
||||
$text['message-delete-clip']['pt-pt'] = "Tem a certeza que pretende remover o clip seleccionado?";
|
||||
$text['message-delete-clip']['ro-ro'] = "";
|
||||
$text['message-delete-clip']['ru-ru'] = "Вы действительно хотите удалить выбранный клип?";
|
||||
$text['message-delete-clip']['sv-se'] = "Är du säker på att du vill radera det valda klippet?";
|
||||
$text['message-delete-clip']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['message-delete-clip']['uk-ua'] = "";
|
||||
$text['button-close']['en-us'] = "Close";
|
||||
$text['button-close']['ar-eg'] = "";
|
||||
$text['button-close']['de-at'] = "Schließen";
|
||||
$text['button-close']['de-ch'] = "";
|
||||
$text['button-close']['de-de'] = "Schließen";
|
||||
$text['button-close']['es-cl'] = "Cerrar";
|
||||
$text['button-close']['es-mx'] = "";
|
||||
$text['button-close']['fr-ca'] = "";
|
||||
$text['button-close']['fr-fr'] = "Fermé";
|
||||
$text['button-close']['he-il'] = "";
|
||||
$text['button-close']['it-it'] = "Chiudi";
|
||||
@@ -221,6 +276,7 @@ $text['button-close']['nl-nl'] = "";
|
||||
$text['button-close']['pl-pl'] = "";
|
||||
$text['button-close']['pt-br'] = "";
|
||||
$text['button-close']['pt-pt'] = "Fechar";
|
||||
$text['button-close']['ro-ro'] = "";
|
||||
$text['button-close']['ru-ru'] = "Закрыть";
|
||||
$text['button-close']['sv-se'] = "Stäng";
|
||||
$text['button-close']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['button-close']['uk-ua'] = "";
|
||||
$text['label-path']['en-us'] = "Path:";
|
||||
$text['label-path']['ar-eg'] = "";
|
||||
$text['label-path']['de-at'] = "Pfad:";
|
||||
$text['label-path']['de-ch'] = "";
|
||||
$text['label-path']['de-de'] = "Pfad:";
|
||||
$text['label-path']['es-cl'] = "Ruta:";
|
||||
$text['label-path']['es-mx'] = "";
|
||||
$text['label-path']['fr-ca'] = "";
|
||||
$text['label-path']['fr-fr'] = "Chemin:";
|
||||
$text['label-path']['he-il'] = "";
|
||||
$text['label-path']['it-it'] = "Percorso:";
|
||||
@@ -237,6 +296,7 @@ $text['label-path']['nl-nl'] = "";
|
||||
$text['label-path']['pl-pl'] = "";
|
||||
$text['label-path']['pt-br'] = "";
|
||||
$text['label-path']['pt-pt'] = "Caminho:";
|
||||
$text['label-path']['ro-ro'] = "";
|
||||
$text['label-path']['ru-ru'] = "Путь:";
|
||||
$text['label-path']['sv-se'] = "Sökväg:";
|
||||
$text['label-path']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-path']['uk-ua'] = "";
|
||||
$text['label-file-name']['en-us'] = "File Name:";
|
||||
$text['label-file-name']['ar-eg'] = "";
|
||||
$text['label-file-name']['de-at'] = "Dateiname:";
|
||||
$text['label-file-name']['de-ch'] = "";
|
||||
$text['label-file-name']['de-de'] = "Dateiname:";
|
||||
$text['label-file-name']['es-cl'] = "Nombre de Archivo:";
|
||||
$text['label-file-name']['es-mx'] = "";
|
||||
$text['label-file-name']['fr-ca'] = "";
|
||||
$text['label-file-name']['fr-fr'] = "Nom du Fichier:";
|
||||
$text['label-file-name']['he-il'] = "";
|
||||
$text['label-file-name']['it-it'] = "Nome File:";
|
||||
@@ -253,6 +316,7 @@ $text['label-file-name']['nl-nl'] = "";
|
||||
$text['label-file-name']['pl-pl'] = "";
|
||||
$text['label-file-name']['pt-br'] = "";
|
||||
$text['label-file-name']['pt-pt'] = "Nome do ficheiro:";
|
||||
$text['label-file-name']['ro-ro'] = "";
|
||||
$text['label-file-name']['ru-ru'] = "Имя Файла:";
|
||||
$text['label-file-name']['sv-se'] = "Filnamn:";
|
||||
$text['label-file-name']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['label-file-name']['uk-ua'] = "";
|
||||
$text['button-new-file']['en-us'] = "New File";
|
||||
$text['button-new-file']['ar-eg'] = "";
|
||||
$text['button-new-file']['de-at'] = "Neue Datei";
|
||||
$text['button-new-file']['de-ch'] = "";
|
||||
$text['button-new-file']['de-de'] = "Neue Datei";
|
||||
$text['button-new-file']['es-cl'] = "Nuevo Archivo";
|
||||
$text['button-new-file']['es-mx'] = "";
|
||||
$text['button-new-file']['fr-ca'] = "";
|
||||
$text['button-new-file']['fr-fr'] = "Nouveau Fichier";
|
||||
$text['button-new-file']['he-il'] = "";
|
||||
$text['button-new-file']['it-it'] = "Nuovo File";
|
||||
@@ -269,6 +336,7 @@ $text['button-new-file']['nl-nl'] = "";
|
||||
$text['button-new-file']['pl-pl'] = "";
|
||||
$text['button-new-file']['pt-br'] = "";
|
||||
$text['button-new-file']['pt-pt'] = "Novo Ficheiro";
|
||||
$text['button-new-file']['ro-ro'] = "";
|
||||
$text['button-new-file']['ru-ru'] = "Новый Файл";
|
||||
$text['button-new-file']['sv-se'] = "Ny Fil";
|
||||
$text['button-new-file']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['button-new-file']['uk-ua'] = "";
|
||||
$text['label-file-name-orig']['en-us'] = "Original File Name:";
|
||||
$text['label-file-name-orig']['ar-eg'] = "";
|
||||
$text['label-file-name-orig']['de-at'] = "Ursprünglicher Dateiname:";
|
||||
$text['label-file-name-orig']['de-ch'] = "";
|
||||
$text['label-file-name-orig']['de-de'] = "Ursprünglicher Dateiname:";
|
||||
$text['label-file-name-orig']['es-cl'] = "Nombre de Archivo Original:";
|
||||
$text['label-file-name-orig']['es-mx'] = "";
|
||||
$text['label-file-name-orig']['fr-ca'] = "";
|
||||
$text['label-file-name-orig']['fr-fr'] = "Nom du Fichier Original:";
|
||||
$text['label-file-name-orig']['he-il'] = "";
|
||||
$text['label-file-name-orig']['it-it'] = "Nome File originario:";
|
||||
@@ -285,6 +356,7 @@ $text['label-file-name-orig']['nl-nl'] = "";
|
||||
$text['label-file-name-orig']['pl-pl'] = "";
|
||||
$text['label-file-name-orig']['pt-br'] = "";
|
||||
$text['label-file-name-orig']['pt-pt'] = "Nome do Ficheiro Original:";
|
||||
$text['label-file-name-orig']['ro-ro'] = "";
|
||||
$text['label-file-name-orig']['ru-ru'] = "Оригинальное Имя Файла:";
|
||||
$text['label-file-name-orig']['sv-se'] = "Original Filnamn:";
|
||||
$text['label-file-name-orig']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-file-name-orig']['uk-ua'] = "";
|
||||
$text['label-rename-file-to']['en-us'] = "Rename File To:";
|
||||
$text['label-rename-file-to']['ar-eg'] = "";
|
||||
$text['label-rename-file-to']['de-at'] = "Datei umbenennen in:";
|
||||
$text['label-rename-file-to']['de-ch'] = "";
|
||||
$text['label-rename-file-to']['de-de'] = "Datei umbenennen in:";
|
||||
$text['label-rename-file-to']['es-cl'] = "Renombrar a:";
|
||||
$text['label-rename-file-to']['es-mx'] = "";
|
||||
$text['label-rename-file-to']['fr-ca'] = "";
|
||||
$text['label-rename-file-to']['fr-fr'] = "Renommer le Fichier en:";
|
||||
$text['label-rename-file-to']['he-il'] = "";
|
||||
$text['label-rename-file-to']['it-it'] = "Rinomina il File in:";
|
||||
@@ -301,6 +376,7 @@ $text['label-rename-file-to']['nl-nl'] = "";
|
||||
$text['label-rename-file-to']['pl-pl'] = "";
|
||||
$text['label-rename-file-to']['pt-br'] = "";
|
||||
$text['label-rename-file-to']['pt-pt'] = "Renomear Ficheiro Para:";
|
||||
$text['label-rename-file-to']['ro-ro'] = "";
|
||||
$text['label-rename-file-to']['ru-ru'] = "Переименовать Файл:";
|
||||
$text['label-rename-file-to']['sv-se'] = "Ändra Filnamn Till:";
|
||||
$text['label-rename-file-to']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-rename-file-to']['uk-ua'] = "";
|
||||
$text['label-files']['en-us'] = "Files";
|
||||
$text['label-files']['ar-eg'] = "";
|
||||
$text['label-files']['de-at'] = "Dateien";
|
||||
$text['label-files']['de-ch'] = "";
|
||||
$text['label-files']['de-de'] = "Dateien";
|
||||
$text['label-files']['es-cl'] = "Archivos";
|
||||
$text['label-files']['es-mx'] = "";
|
||||
$text['label-files']['fr-ca'] = "";
|
||||
$text['label-files']['fr-fr'] = "Fichiers";
|
||||
$text['label-files']['he-il'] = "";
|
||||
$text['label-files']['it-it'] = "Files";
|
||||
@@ -317,6 +396,7 @@ $text['label-files']['nl-nl'] = "";
|
||||
$text['label-files']['pl-pl'] = "";
|
||||
$text['label-files']['pt-br'] = "";
|
||||
$text['label-files']['pt-pt'] = "Ficheiros";
|
||||
$text['label-files']['ro-ro'] = "";
|
||||
$text['label-files']['ru-ru'] = "Файлы";
|
||||
$text['label-files']['sv-se'] = "Filer";
|
||||
$text['label-files']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-files']['uk-ua'] = "";
|
||||
$text['button-add-file']['en-us'] = "Add File";
|
||||
$text['button-add-file']['ar-eg'] = "";
|
||||
$text['button-add-file']['de-at'] = "Datei hinzufügen";
|
||||
$text['button-add-file']['de-ch'] = "";
|
||||
$text['button-add-file']['de-de'] = "Datei hinzufügen";
|
||||
$text['button-add-file']['es-cl'] = "";
|
||||
$text['button-add-file']['es-mx'] = "";
|
||||
$text['button-add-file']['fr-ca'] = "";
|
||||
$text['button-add-file']['fr-fr'] = "Ajouter Fichier";
|
||||
$text['button-add-file']['he-il'] = "";
|
||||
$text['button-add-file']['it-it'] = "Aggiungi File";
|
||||
@@ -333,6 +416,7 @@ $text['button-add-file']['nl-nl'] = "";
|
||||
$text['button-add-file']['pl-pl'] = "";
|
||||
$text['button-add-file']['pt-br'] = "";
|
||||
$text['button-add-file']['pt-pt'] = "Adicionar Ficheiro";
|
||||
$text['button-add-file']['ro-ro'] = "";
|
||||
$text['button-add-file']['ru-ru'] = "Добавить Файл";
|
||||
$text['button-add-file']['sv-se'] = "Lägg Till Fil";
|
||||
$text['button-add-file']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['button-add-file']['uk-ua'] = "";
|
||||
$text['button-add-dir']['en-us'] = "Add Dir";
|
||||
$text['button-add-dir']['ar-eg'] = "";
|
||||
$text['button-add-dir']['de-at'] = "Verzeichnis erstellen";
|
||||
$text['button-add-dir']['de-ch'] = "";
|
||||
$text['button-add-dir']['de-de'] = "Verzeichnis erstellen";
|
||||
$text['button-add-dir']['es-cl'] = "Agregar Carpeta";
|
||||
$text['button-add-dir']['es-mx'] = "";
|
||||
$text['button-add-dir']['fr-ca'] = "";
|
||||
$text['button-add-dir']['fr-fr'] = "Ajouter un Répertoire";
|
||||
$text['button-add-dir']['he-il'] = "";
|
||||
$text['button-add-dir']['it-it'] = "Aggiungi Cartella";
|
||||
@@ -349,6 +436,7 @@ $text['button-add-dir']['nl-nl'] = "";
|
||||
$text['button-add-dir']['pl-pl'] = "";
|
||||
$text['button-add-dir']['pt-br'] = "";
|
||||
$text['button-add-dir']['pt-pt'] = "Adicionar Directoria";
|
||||
$text['button-add-dir']['ro-ro'] = "";
|
||||
$text['button-add-dir']['ru-ru'] = "Добавить Каталог";
|
||||
$text['button-add-dir']['sv-se'] = "Lägg Till Katalog";
|
||||
$text['button-add-dir']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['button-add-dir']['uk-ua'] = "";
|
||||
$text['button-rename-file']['en-us'] = "Rename File";
|
||||
$text['button-rename-file']['ar-eg'] = "";
|
||||
$text['button-rename-file']['de-at'] = "Datei umbenennen";
|
||||
$text['button-rename-file']['de-ch'] = "";
|
||||
$text['button-rename-file']['de-de'] = "Datei umbenennen";
|
||||
$text['button-rename-file']['es-cl'] = "Renombrar Archivo";
|
||||
$text['button-rename-file']['es-mx'] = "";
|
||||
$text['button-rename-file']['fr-ca'] = "";
|
||||
$text['button-rename-file']['fr-fr'] = "Renommer le Fichier";
|
||||
$text['button-rename-file']['he-il'] = "";
|
||||
$text['button-rename-file']['it-it'] = "Rinomina File";
|
||||
@@ -365,6 +456,7 @@ $text['button-rename-file']['nl-nl'] = "";
|
||||
$text['button-rename-file']['pl-pl'] = "";
|
||||
$text['button-rename-file']['pt-br'] = "";
|
||||
$text['button-rename-file']['pt-pt'] = "Renomear Ficheiro";
|
||||
$text['button-rename-file']['ro-ro'] = "";
|
||||
$text['button-rename-file']['ru-ru'] = "Переименовать Файл";
|
||||
$text['button-rename-file']['sv-se'] = "Namnändra Fil";
|
||||
$text['button-rename-file']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['button-rename-file']['uk-ua'] = "";
|
||||
$text['message-delete-file']['en-us'] = "Are you sure you want to delete the selected file?";
|
||||
$text['message-delete-file']['ar-eg'] = "";
|
||||
$text['message-delete-file']['de-at'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?";
|
||||
$text['message-delete-file']['de-ch'] = "";
|
||||
$text['message-delete-file']['de-de'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?";
|
||||
$text['message-delete-file']['es-cl'] = "¿Realmente desea eliminar el archivo seleccionado?";
|
||||
$text['message-delete-file']['es-mx'] = "";
|
||||
$text['message-delete-file']['fr-ca'] = "";
|
||||
$text['message-delete-file']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?";
|
||||
$text['message-delete-file']['he-il'] = "";
|
||||
$text['message-delete-file']['it-it'] = "Sei sicuro di voler cancellare il file selezionato?";
|
||||
@@ -381,6 +476,7 @@ $text['message-delete-file']['nl-nl'] = "";
|
||||
$text['message-delete-file']['pl-pl'] = "";
|
||||
$text['message-delete-file']['pt-br'] = "";
|
||||
$text['message-delete-file']['pt-pt'] = "Tem a certeza que pretende remover o ficheiro seleccionado?";
|
||||
$text['message-delete-file']['ro-ro'] = "";
|
||||
$text['message-delete-file']['ru-ru'] = "Вы уверены, что хотите удалить выбранный файл?";
|
||||
$text['message-delete-file']['sv-se'] = "Är du säker på att du vill radera den valda filen?";
|
||||
$text['message-delete-file']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['message-delete-file']['uk-ua'] = "";
|
||||
$text['button-del-file']['en-us'] = "Delete File";
|
||||
$text['button-del-file']['ar-eg'] = "";
|
||||
$text['button-del-file']['de-at'] = "Datei löschen";
|
||||
$text['button-del-file']['de-ch'] = "";
|
||||
$text['button-del-file']['de-de'] = "Datei löschen";
|
||||
$text['button-del-file']['es-cl'] = "Eliminar Archivo";
|
||||
$text['button-del-file']['es-mx'] = "";
|
||||
$text['button-del-file']['fr-ca'] = "";
|
||||
$text['button-del-file']['fr-fr'] = "Supprimer le Fichier";
|
||||
$text['button-del-file']['he-il'] = "";
|
||||
$text['button-del-file']['it-it'] = "Cancella File";
|
||||
@@ -397,6 +496,7 @@ $text['button-del-file']['nl-nl'] = "";
|
||||
$text['button-del-file']['pl-pl'] = "";
|
||||
$text['button-del-file']['pt-br'] = "";
|
||||
$text['button-del-file']['pt-pt'] = "Remover Ficheiro";
|
||||
$text['button-del-file']['ro-ro'] = "";
|
||||
$text['button-del-file']['ru-ru'] = "Удалить Файл";
|
||||
$text['button-del-file']['sv-se'] = "Ta Bort Fil";
|
||||
$text['button-del-file']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['button-del-file']['uk-ua'] = "";
|
||||
$text['message-delete-folder']['en-us'] = "Are you sure you want to delete the selected folder?";
|
||||
$text['message-delete-folder']['ar-eg'] = "";
|
||||
$text['message-delete-folder']['de-at'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?";
|
||||
$text['message-delete-folder']['de-ch'] = "";
|
||||
$text['message-delete-folder']['de-de'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?";
|
||||
$text['message-delete-folder']['es-cl'] = "¿Realmente desea eliminar la carpeta seleccionada?";
|
||||
$text['message-delete-folder']['es-mx'] = "";
|
||||
$text['message-delete-folder']['fr-ca'] = "";
|
||||
$text['message-delete-folder']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?";
|
||||
$text['message-delete-folder']['he-il'] = "";
|
||||
$text['message-delete-folder']['it-it'] = "Sei sicuro di voler cancellare la cartella selezionata?";
|
||||
@@ -413,6 +516,7 @@ $text['message-delete-folder']['nl-nl'] = "";
|
||||
$text['message-delete-folder']['pl-pl'] = "";
|
||||
$text['message-delete-folder']['pt-br'] = "";
|
||||
$text['message-delete-folder']['pt-pt'] = "Tem a certeza que pretende remover a pasta seleccionada?";
|
||||
$text['message-delete-folder']['ro-ro'] = "";
|
||||
$text['message-delete-folder']['ru-ru'] = "Вы действительно хотите удалить выбранный Каталог?";
|
||||
$text['message-delete-folder']['sv-se'] = "Är du säker på att du vill radera den valda mappen?";
|
||||
$text['message-delete-folder']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['message-delete-folder']['uk-ua'] = "";
|
||||
$text['button-del-dir']['en-us'] = "Delete Dir";
|
||||
$text['button-del-dir']['ar-eg'] = "";
|
||||
$text['button-del-dir']['de-at'] = "Verzeichnis löschen";
|
||||
$text['button-del-dir']['de-ch'] = "";
|
||||
$text['button-del-dir']['de-de'] = "Verzeichnis löschen";
|
||||
$text['button-del-dir']['es-cl'] = "Eliminar Carpeta";
|
||||
$text['button-del-dir']['es-mx'] = "";
|
||||
$text['button-del-dir']['fr-ca'] = "";
|
||||
$text['button-del-dir']['fr-fr'] = "Supprimer le Répertoire";
|
||||
$text['button-del-dir']['he-il'] = "";
|
||||
$text['button-del-dir']['it-it'] = "Cancella Cartella";
|
||||
@@ -429,6 +536,7 @@ $text['button-del-dir']['nl-nl'] = "";
|
||||
$text['button-del-dir']['pl-pl'] = "";
|
||||
$text['button-del-dir']['pt-br'] = "";
|
||||
$text['button-del-dir']['pt-pt'] = "Remover Directoria";
|
||||
$text['button-del-dir']['ro-ro'] = "";
|
||||
$text['button-del-dir']['ru-ru'] = "Удалить Каталог";
|
||||
$text['button-del-dir']['sv-se'] = "Ta Bort Mapp";
|
||||
$text['button-del-dir']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['button-del-dir']['uk-ua'] = "";
|
||||
$text['message-error']['en-us'] = "Error!!";
|
||||
$text['message-error']['ar-eg'] = "";
|
||||
$text['message-error']['de-at'] = "Fehler!!";
|
||||
$text['message-error']['de-ch'] = "";
|
||||
$text['message-error']['de-de'] = "Fehler!!";
|
||||
$text['message-error']['es-cl'] = "Error";
|
||||
$text['message-error']['es-mx'] = "";
|
||||
$text['message-error']['fr-ca'] = "";
|
||||
$text['message-error']['fr-fr'] = "Erreur!!";
|
||||
$text['message-error']['he-il'] = "";
|
||||
$text['message-error']['it-it'] = "Errore!!";
|
||||
@@ -445,6 +556,7 @@ $text['message-error']['nl-nl'] = "";
|
||||
$text['message-error']['pl-pl'] = "";
|
||||
$text['message-error']['pt-br'] = "";
|
||||
$text['message-error']['pt-pt'] = "Erro!!";
|
||||
$text['message-error']['ro-ro'] = "";
|
||||
$text['message-error']['ru-ru'] = "Ошибка!!";
|
||||
$text['message-error']['sv-se'] = "Fel!!";
|
||||
$text['message-error']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['message-error']['uk-ua'] = "";
|
||||
$text['label-folder-name']['en-us'] = "Folder Name:";
|
||||
$text['label-folder-name']['ar-eg'] = "";
|
||||
$text['label-folder-name']['de-at'] = "Verzeichnis Name:";
|
||||
$text['label-folder-name']['de-ch'] = "";
|
||||
$text['label-folder-name']['de-de'] = "Verzeichnis Name:";
|
||||
$text['label-folder-name']['es-cl'] = "Nombre de Carpeta:";
|
||||
$text['label-folder-name']['es-mx'] = "";
|
||||
$text['label-folder-name']['fr-ca'] = "";
|
||||
$text['label-folder-name']['fr-fr'] = "Nom du Répertoire:";
|
||||
$text['label-folder-name']['he-il'] = "";
|
||||
$text['label-folder-name']['it-it'] = "Nome Cartella:";
|
||||
@@ -461,6 +576,7 @@ $text['label-folder-name']['nl-nl'] = "";
|
||||
$text['label-folder-name']['pl-pl'] = "";
|
||||
$text['label-folder-name']['pt-br'] = "";
|
||||
$text['label-folder-name']['pt-pt'] = "Nome da Pasta:";
|
||||
$text['label-folder-name']['ro-ro'] = "";
|
||||
$text['label-folder-name']['ru-ru'] = "Имя Каталога";
|
||||
$text['label-folder-name']['sv-se'] = "Katalog Namn:";
|
||||
$text['label-folder-name']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['label-folder-name']['uk-ua'] = "";
|
||||
$text['button-new-folder']['en-us'] = "New Folder";
|
||||
$text['button-new-folder']['ar-eg'] = "";
|
||||
$text['button-new-folder']['de-at'] = "Neues Verzeichnis";
|
||||
$text['button-new-folder']['de-ch'] = "";
|
||||
$text['button-new-folder']['de-de'] = "Neues Verzeichnis";
|
||||
$text['button-new-folder']['es-cl'] = "Nueva Carpeta";
|
||||
$text['button-new-folder']['es-mx'] = "";
|
||||
$text['button-new-folder']['fr-ca'] = "";
|
||||
$text['button-new-folder']['fr-fr'] = "Nouveau Répertoire";
|
||||
$text['button-new-folder']['he-il'] = "";
|
||||
$text['button-new-folder']['it-it'] = "Nuova Cartella";
|
||||
@@ -477,6 +596,7 @@ $text['button-new-folder']['nl-nl'] = "";
|
||||
$text['button-new-folder']['pl-pl'] = "";
|
||||
$text['button-new-folder']['pt-br'] = "";
|
||||
$text['button-new-folder']['pt-pt'] = "Novo Ficheiro";
|
||||
$text['button-new-folder']['ro-ro'] = "";
|
||||
$text['button-new-folder']['ru-ru'] = "Новый Каталогr";
|
||||
$text['button-new-folder']['sv-se'] = "Ny Mapp";
|
||||
$text['button-new-folder']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['button-new-folder']['uk-ua'] = "";
|
||||
$text['button-delete-this']['en-us'] = "Are you sure want to delete this?";
|
||||
$text['button-delete-this']['ar-eg'] = "";
|
||||
$text['button-delete-this']['de-at'] = "Sind Sie sicher, dass Sie dieses löschen möchten?";
|
||||
$text['button-delete-this']['de-ch'] = "";
|
||||
$text['button-delete-this']['de-de'] = "Sind Sie sicher, dass Sie dieses löschen möchten?";
|
||||
$text['button-delete-this']['es-cl'] = "¿Realmente desea eliminar esto?";
|
||||
$text['button-delete-this']['es-mx'] = "";
|
||||
$text['button-delete-this']['fr-ca'] = "";
|
||||
$text['button-delete-this']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['button-delete-this']['he-il'] = "";
|
||||
$text['button-delete-this']['it-it'] = "Sei sicuro di voler eliminare questo elemento?";
|
||||
@@ -493,6 +616,7 @@ $text['button-delete-this']['nl-nl'] = "";
|
||||
$text['button-delete-this']['pl-pl'] = "";
|
||||
$text['button-delete-this']['pt-br'] = "";
|
||||
$text['button-delete-this']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['button-delete-this']['ro-ro'] = "";
|
||||
$text['button-delete-this']['ru-ru'] = "Вы действительно хотите удалить это?";
|
||||
$text['button-delete-this']['sv-se'] = "Vill du verkligen ta bort det här?";
|
||||
$text['button-delete-this']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['button-delete-this']['uk-ua'] = "";
|
||||
$text['label-file']['en-us'] = "File:";
|
||||
$text['label-file']['ar-eg'] = "";
|
||||
$text['label-file']['de-at'] = "Datei:";
|
||||
$text['label-file']['de-ch'] = "";
|
||||
$text['label-file']['de-de'] = "Datei:";
|
||||
$text['label-file']['es-cl'] = "Archivo:";
|
||||
$text['label-file']['es-mx'] = "";
|
||||
$text['label-file']['fr-ca'] = "";
|
||||
$text['label-file']['fr-fr'] = "Fichier:";
|
||||
$text['label-file']['he-il'] = "";
|
||||
$text['label-file']['it-it'] = "File:";
|
||||
@@ -509,8 +636,9 @@ $text['label-file']['nl-nl'] = "";
|
||||
$text['label-file']['pl-pl'] = "";
|
||||
$text['label-file']['pt-br'] = "";
|
||||
$text['label-file']['pt-pt'] = "Ficheiro:";
|
||||
$text['label-file']['ro-ro'] = "";
|
||||
$text['label-file']['ru-ru'] = "Файл:";
|
||||
$text['label-file']['sv-se'] = "Fil:";
|
||||
$text['label-file']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-view_email']['en-us'] = "View Email";
|
||||
$text['title-view_email']['ar-eg'] = "";
|
||||
$text['title-view_email']['de-at'] = "Email anzeigen";
|
||||
$text['title-view_email']['de-ch'] = "";
|
||||
$text['title-view_email']['de-de'] = "Email anzeigen";
|
||||
$text['title-view_email']['es-cl'] = "Ver Email";
|
||||
$text['title-view_email']['es-mx'] = "";
|
||||
$text['title-view_email']['fr-ca'] = "";
|
||||
$text['title-view_email']['fr-fr'] = "Visualiser Courriel";
|
||||
$text['title-view_email']['he-il'] = "";
|
||||
$text['title-view_email']['it-it'] = "Visualizza Email";
|
||||
@@ -13,6 +16,7 @@ $text['title-view_email']['nl-nl'] = "";
|
||||
$text['title-view_email']['pl-pl'] = "Widok e0maili";
|
||||
$text['title-view_email']['pt-br'] = "Ver email";
|
||||
$text['title-view_email']['pt-pt'] = "Ver Email";
|
||||
$text['title-view_email']['ro-ro'] = "";
|
||||
$text['title-view_email']['ru-ru'] = "Просмотр Электронной Почты";
|
||||
$text['title-view_email']['sv-se'] = "Visa E-post";
|
||||
$text['title-view_email']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-view_email']['uk-ua'] = "";
|
||||
$text['title-emails']['en-us'] = "Emails";
|
||||
$text['title-emails']['ar-eg'] = "";
|
||||
$text['title-emails']['de-at'] = "Emails";
|
||||
$text['title-emails']['de-ch'] = "";
|
||||
$text['title-emails']['de-de'] = "Emails";
|
||||
$text['title-emails']['es-cl'] = "Los Correos Electrónicos";
|
||||
$text['title-emails']['es-mx'] = "";
|
||||
$text['title-emails']['fr-ca'] = "";
|
||||
$text['title-emails']['fr-fr'] = "Courriels";
|
||||
$text['title-emails']['he-il'] = "";
|
||||
$text['title-emails']['it-it'] = "Emails";
|
||||
@@ -29,6 +36,7 @@ $text['title-emails']['nl-nl'] = "";
|
||||
$text['title-emails']['pl-pl'] = "E-maile";
|
||||
$text['title-emails']['pt-br'] = "Emails";
|
||||
$text['title-emails']['pt-pt'] = "Emails";
|
||||
$text['title-emails']['ro-ro'] = "";
|
||||
$text['title-emails']['ru-ru'] = "Электронная Почта";
|
||||
$text['title-emails']['sv-se'] = "E-post";
|
||||
$text['title-emails']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-emails']['uk-ua'] = "";
|
||||
$text['message-resend_failed']['en-us'] = "Resend Failed";
|
||||
$text['message-resend_failed']['ar-eg'] = "";
|
||||
$text['message-resend_failed']['de-at'] = "Erneutes Senden Fehlgeschlagen";
|
||||
$text['message-resend_failed']['de-ch'] = "";
|
||||
$text['message-resend_failed']['de-de'] = "Erneutes Senden Fehlgeschlagen";
|
||||
$text['message-resend_failed']['es-cl'] = "Vuelva a enviar Error";
|
||||
$text['message-resend_failed']['es-mx'] = "";
|
||||
$text['message-resend_failed']['fr-ca'] = "";
|
||||
$text['message-resend_failed']['fr-fr'] = "Le renvoi du message a échoué";
|
||||
$text['message-resend_failed']['he-il'] = "";
|
||||
$text['message-resend_failed']['it-it'] = "Reinvia Fallite";
|
||||
@@ -45,6 +56,7 @@ $text['message-resend_failed']['nl-nl'] = "";
|
||||
$text['message-resend_failed']['pl-pl'] = "Próba ponownego wysłania nie powiodła się.";
|
||||
$text['message-resend_failed']['pt-br'] = "Reenviar falha";
|
||||
$text['message-resend_failed']['pt-pt'] = "Reenviar Falha";
|
||||
$text['message-resend_failed']['ro-ro'] = "";
|
||||
$text['message-resend_failed']['ru-ru'] = "Повторная отправка не удалась";
|
||||
$text['message-resend_failed']['sv-se'] = "Skicka Misslyckade Igen";
|
||||
$text['message-resend_failed']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['message-resend_failed']['uk-ua'] = "";
|
||||
$text['message-message_resent']['en-us'] = "Message Resent";
|
||||
$text['message-message_resent']['ar-eg'] = "";
|
||||
$text['message-message_resent']['de-at'] = "Nachricht erneut gesendet";
|
||||
$text['message-message_resent']['de-ch'] = "";
|
||||
$text['message-message_resent']['de-de'] = "Nachricht erneut gesendet";
|
||||
$text['message-message_resent']['es-cl'] = "Mensaje Resent";
|
||||
$text['message-message_resent']['es-mx'] = "";
|
||||
$text['message-message_resent']['fr-ca'] = "";
|
||||
$text['message-message_resent']['fr-fr'] = "Le message a été renvoyé";
|
||||
$text['message-message_resent']['he-il'] = "";
|
||||
$text['message-message_resent']['it-it'] = "Messaggio Reinviato";
|
||||
@@ -61,6 +76,7 @@ $text['message-message_resent']['nl-nl'] = "";
|
||||
$text['message-message_resent']['pl-pl'] = "Wiadomość została wysłana ponownie";
|
||||
$text['message-message_resent']['pt-br'] = "Mensagem reenviada";
|
||||
$text['message-message_resent']['pt-pt'] = "Mensagem Reenviada";
|
||||
$text['message-message_resent']['ro-ro'] = "";
|
||||
$text['message-message_resent']['ru-ru'] = "Это сообщение было отправлено повторно";
|
||||
$text['message-message_resent']['sv-se'] = "Meddelande Skickades";
|
||||
$text['message-message_resent']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['message-message_resent']['uk-ua'] = "";
|
||||
$text['message-invalid_email']['en-us'] = "Invalid Email";
|
||||
$text['message-invalid_email']['ar-eg'] = "";
|
||||
$text['message-invalid_email']['de-at'] = "Ungültige Email-Adresse";
|
||||
$text['message-invalid_email']['de-ch'] = "";
|
||||
$text['message-invalid_email']['de-de'] = "Ungültige Email-Adresse";
|
||||
$text['message-invalid_email']['es-cl'] = "No Válida de Correo Electrónico";
|
||||
$text['message-invalid_email']['es-mx'] = "";
|
||||
$text['message-invalid_email']['fr-ca'] = "";
|
||||
$text['message-invalid_email']['fr-fr'] = "Adresse de courriel invalide";
|
||||
$text['message-invalid_email']['he-il'] = "";
|
||||
$text['message-invalid_email']['it-it'] = "Email non valida";
|
||||
@@ -77,6 +96,7 @@ $text['message-invalid_email']['nl-nl'] = "";
|
||||
$text['message-invalid_email']['pl-pl'] = "Nieprawidłowy adres email";
|
||||
$text['message-invalid_email']['pt-br'] = "Endereço de E-mail Inválido";
|
||||
$text['message-invalid_email']['pt-pt'] = "E-mail Inválido";
|
||||
$text['message-invalid_email']['ro-ro'] = "";
|
||||
$text['message-invalid_email']['ru-ru'] = "Несуществующий адрес электронной почты";
|
||||
$text['message-invalid_email']['sv-se'] = "Ogiltig E-postadress";
|
||||
$text['message-invalid_email']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['message-invalid_email']['uk-ua'] = "";
|
||||
$text['message-decoding_error']['en-us'] = "MIME Message Decoding Error";
|
||||
$text['message-decoding_error']['ar-eg'] = "";
|
||||
$text['message-decoding_error']['de-at'] = "Fehler bei der Dekodierung der MIME Nachricht";
|
||||
$text['message-decoding_error']['de-ch'] = "";
|
||||
$text['message-decoding_error']['de-de'] = "";
|
||||
$text['message-decoding_error']['es-cl'] = "MIME Mensaje Descodificación de error";
|
||||
$text['message-decoding_error']['es-mx'] = "";
|
||||
$text['message-decoding_error']['fr-ca'] = "";
|
||||
$text['message-decoding_error']['fr-fr'] = "Erreur de décodage du message MIME";
|
||||
$text['message-decoding_error']['he-il'] = "";
|
||||
$text['message-decoding_error']['it-it'] = "Errore di Decodifica del MIME type";
|
||||
@@ -93,6 +116,7 @@ $text['message-decoding_error']['nl-nl'] = "";
|
||||
$text['message-decoding_error']['pl-pl'] = "Błąd dekodowania wiadomości MIME";
|
||||
$text['message-decoding_error']['pt-br'] = "MIME mensagem decoding erro";
|
||||
$text['message-decoding_error']['pt-pt'] = "MIME Mensagem Decoding erro";
|
||||
$text['message-decoding_error']['ro-ro'] = "";
|
||||
$text['message-decoding_error']['ru-ru'] = "Ошибка декодирования MIME сообщения";
|
||||
$text['message-decoding_error']['sv-se'] = "MIME Message Decoding Erro";
|
||||
$text['message-decoding_error']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['message-decoding_error']['uk-ua'] = "";
|
||||
$text['label-type_voicemail']['en-us'] = "Voicemail";
|
||||
$text['label-type_voicemail']['ar-eg'] = "";
|
||||
$text['label-type_voicemail']['de-at'] = "Mailbox";
|
||||
$text['label-type_voicemail']['de-ch'] = "";
|
||||
$text['label-type_voicemail']['de-de'] = "Mailbox";
|
||||
$text['label-type_voicemail']['es-cl'] = "Correo de Voz";
|
||||
$text['label-type_voicemail']['es-mx'] = "";
|
||||
$text['label-type_voicemail']['fr-ca'] = "";
|
||||
$text['label-type_voicemail']['fr-fr'] = "Messagerie vocale";
|
||||
$text['label-type_voicemail']['he-il'] = "";
|
||||
$text['label-type_voicemail']['it-it'] = "Casella Vocale";
|
||||
@@ -109,6 +136,7 @@ $text['label-type_voicemail']['nl-nl'] = "";
|
||||
$text['label-type_voicemail']['pl-pl'] = "Poczta głosowa";
|
||||
$text['label-type_voicemail']['pt-br'] = "Correio de voz";
|
||||
$text['label-type_voicemail']['pt-pt'] = "Correio de Voz";
|
||||
$text['label-type_voicemail']['ro-ro'] = "";
|
||||
$text['label-type_voicemail']['ru-ru'] = "Голосовая Почта";
|
||||
$text['label-type_voicemail']['sv-se'] = "Röstbrevlåda";
|
||||
$text['label-type_voicemail']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['label-type_voicemail']['uk-ua'] = "";
|
||||
$text['label-type_email2fax']['en-us'] = "Email to fax report";
|
||||
$text['label-type_email2fax']['ar-eg'] = "";
|
||||
$text['label-type_email2fax']['de-at'] = "Email zu Fax Auswertung";
|
||||
$text['label-type_email2fax']['de-ch'] = "";
|
||||
$text['label-type_email2fax']['de-de'] = "Email zu Fax Auswertung";
|
||||
$text['label-type_email2fax']['es-cl'] = "";
|
||||
$text['label-type_email2fax']['es-mx'] = "";
|
||||
$text['label-type_email2fax']['fr-ca'] = "";
|
||||
$text['label-type_email2fax']['fr-fr'] = "";
|
||||
$text['label-type_email2fax']['he-il'] = "";
|
||||
$text['label-type_email2fax']['it-it'] = "Report Email to fax";
|
||||
@@ -125,6 +156,7 @@ $text['label-type_email2fax']['nl-nl'] = "";
|
||||
$text['label-type_email2fax']['pl-pl'] = "";
|
||||
$text['label-type_email2fax']['pt-br'] = "";
|
||||
$text['label-type_email2fax']['pt-pt'] = "";
|
||||
$text['label-type_email2fax']['ro-ro'] = "";
|
||||
$text['label-type_email2fax']['ru-ru'] = "Отчет Электронной Почты на факс";
|
||||
$text['label-type_email2fax']['sv-se'] = "E-post till fax rapport";
|
||||
$text['label-type_email2fax']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-type_email2fax']['uk-ua'] = "";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['ar-eg'] = "";
|
||||
$text['label-type']['de-at'] = "Art";
|
||||
$text['label-type']['de-ch'] = "";
|
||||
$text['label-type']['de-de'] = "Art";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
$text['label-type']['es-mx'] = "";
|
||||
$text['label-type']['fr-ca'] = "";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-type']['he-il'] = "";
|
||||
$text['label-type']['it-it'] = "Tipo";
|
||||
@@ -141,6 +176,7 @@ $text['label-type']['nl-nl'] = "";
|
||||
$text['label-type']['pl-pl'] = "Typ";
|
||||
$text['label-type']['pt-br'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['ro-ro'] = "";
|
||||
$text['label-type']['ru-ru'] = "Тип";
|
||||
$text['label-type']['sv-se'] = "Typ";
|
||||
$text['label-type']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['label-type']['uk-ua'] = "";
|
||||
$text['label-to']['en-us'] = "To";
|
||||
$text['label-to']['ar-eg'] = "";
|
||||
$text['label-to']['de-at'] = "An";
|
||||
$text['label-to']['de-ch'] = "";
|
||||
$text['label-to']['de-de'] = "An";
|
||||
$text['label-to']['es-cl'] = "Final";
|
||||
$text['label-to']['es-mx'] = "";
|
||||
$text['label-to']['fr-ca'] = "";
|
||||
$text['label-to']['fr-fr'] = "À";
|
||||
$text['label-to']['he-il'] = "";
|
||||
$text['label-to']['it-it'] = "A";
|
||||
@@ -157,6 +196,7 @@ $text['label-to']['nl-nl'] = "";
|
||||
$text['label-to']['pl-pl'] = "Do";
|
||||
$text['label-to']['pt-br'] = "Final";
|
||||
$text['label-to']['pt-pt'] = "Final";
|
||||
$text['label-to']['ro-ro'] = "";
|
||||
$text['label-to']['ru-ru'] = "To";
|
||||
$text['label-to']['sv-se'] = "Till";
|
||||
$text['label-to']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['label-to']['uk-ua'] = "";
|
||||
$text['label-subject']['en-us'] = "Subject";
|
||||
$text['label-subject']['ar-eg'] = "";
|
||||
$text['label-subject']['de-at'] = "Betreff";
|
||||
$text['label-subject']['de-ch'] = "";
|
||||
$text['label-subject']['de-de'] = "Betreff";
|
||||
$text['label-subject']['es-cl'] = "Sujeto";
|
||||
$text['label-subject']['es-mx'] = "";
|
||||
$text['label-subject']['fr-ca'] = "";
|
||||
$text['label-subject']['fr-fr'] = "Sujet";
|
||||
$text['label-subject']['he-il'] = "";
|
||||
$text['label-subject']['it-it'] = "Oggetto";
|
||||
@@ -173,6 +216,7 @@ $text['label-subject']['nl-nl'] = "";
|
||||
$text['label-subject']['pl-pl'] = "Tytuł";
|
||||
$text['label-subject']['pt-br'] = "Assunto";
|
||||
$text['label-subject']['pt-pt'] = "Assunto";
|
||||
$text['label-subject']['ro-ro'] = "";
|
||||
$text['label-subject']['ru-ru'] = "Предмет";
|
||||
$text['label-subject']['sv-se'] = "Ämne";
|
||||
$text['label-subject']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['label-subject']['uk-ua'] = "";
|
||||
$text['label-status_failed']['en-us'] = "Failed";
|
||||
$text['label-status_failed']['ar-eg'] = "";
|
||||
$text['label-status_failed']['de-at'] = "Fehlgeschlagen";
|
||||
$text['label-status_failed']['de-ch'] = "";
|
||||
$text['label-status_failed']['de-de'] = "Fehlgeschlagen";
|
||||
$text['label-status_failed']['es-cl'] = "Fracasado";
|
||||
$text['label-status_failed']['es-mx'] = "";
|
||||
$text['label-status_failed']['fr-ca'] = "";
|
||||
$text['label-status_failed']['fr-fr'] = "Échoué";
|
||||
$text['label-status_failed']['he-il'] = "";
|
||||
$text['label-status_failed']['it-it'] = "Fallita";
|
||||
@@ -189,6 +236,7 @@ $text['label-status_failed']['nl-nl'] = "";
|
||||
$text['label-status_failed']['pl-pl'] = "Nie udało się";
|
||||
$text['label-status_failed']['pt-br'] = "Falha";
|
||||
$text['label-status_failed']['pt-pt'] = "Fracassado";
|
||||
$text['label-status_failed']['ro-ro'] = "";
|
||||
$text['label-status_failed']['ru-ru'] = "Не удалось";
|
||||
$text['label-status_failed']['sv-se'] = "Misslyckades";
|
||||
$text['label-status_failed']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-status_failed']['uk-ua'] = "";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-status']['he-il'] = "";
|
||||
$text['label-status']['it-it'] = "Stato";
|
||||
@@ -205,6 +256,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-status']['uk-ua'] = "";
|
||||
$text['label-sent']['en-us'] = "Sent";
|
||||
$text['label-sent']['ar-eg'] = "";
|
||||
$text['label-sent']['de-at'] = "Gesendet";
|
||||
$text['label-sent']['de-ch'] = "";
|
||||
$text['label-sent']['de-de'] = "Gesendet";
|
||||
$text['label-sent']['es-cl'] = "Enviado";
|
||||
$text['label-sent']['es-mx'] = "";
|
||||
$text['label-sent']['fr-ca'] = "";
|
||||
$text['label-sent']['fr-fr'] = "Expédié";
|
||||
$text['label-sent']['he-il'] = "";
|
||||
$text['label-sent']['it-it'] = "Inviata";
|
||||
@@ -221,6 +276,7 @@ $text['label-sent']['nl-nl'] = "";
|
||||
$text['label-sent']['pl-pl'] = "Wysłano";
|
||||
$text['label-sent']['pt-br'] = "Enviados";
|
||||
$text['label-sent']['pt-pt'] = "Enviados";
|
||||
$text['label-sent']['ro-ro'] = "";
|
||||
$text['label-sent']['ru-ru'] = "Отправленный";
|
||||
$text['label-sent']['sv-se'] = "Skickat";
|
||||
$text['label-sent']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-sent']['uk-ua'] = "";
|
||||
$text['label-resend']['en-us'] = "Resend";
|
||||
$text['label-resend']['ar-eg'] = "";
|
||||
$text['label-resend']['de-at'] = "Erneut senden";
|
||||
$text['label-resend']['de-ch'] = "";
|
||||
$text['label-resend']['de-de'] = "Erneut senden";
|
||||
$text['label-resend']['es-cl'] = "Vuelva a Enviar";
|
||||
$text['label-resend']['es-mx'] = "";
|
||||
$text['label-resend']['fr-ca'] = "";
|
||||
$text['label-resend']['fr-fr'] = "Renvoyer";
|
||||
$text['label-resend']['he-il'] = "";
|
||||
$text['label-resend']['it-it'] = "Reinvia";
|
||||
@@ -237,6 +296,7 @@ $text['label-resend']['nl-nl'] = "";
|
||||
$text['label-resend']['pl-pl'] = "Wyślij ponownie";
|
||||
$text['label-resend']['pt-br'] = "Reenviar";
|
||||
$text['label-resend']['pt-pt'] = "Reenviar";
|
||||
$text['label-resend']['ro-ro'] = "";
|
||||
$text['label-resend']['ru-ru'] = "Отправить";
|
||||
$text['label-resend']['sv-se'] = "Skicka Igen";
|
||||
$text['label-resend']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-resend']['uk-ua'] = "";
|
||||
$text['label-reference_cdr']['en-us'] = "CDR";
|
||||
$text['label-reference_cdr']['ar-eg'] = "";
|
||||
$text['label-reference_cdr']['de-at'] = "CDR";
|
||||
$text['label-reference_cdr']['de-ch'] = "";
|
||||
$text['label-reference_cdr']['de-de'] = "CDR";
|
||||
$text['label-reference_cdr']['es-cl'] = "RDL";
|
||||
$text['label-reference_cdr']['es-mx'] = "";
|
||||
$text['label-reference_cdr']['fr-ca'] = "";
|
||||
$text['label-reference_cdr']['fr-fr'] = "Historique Des Appels";
|
||||
$text['label-reference_cdr']['he-il'] = "";
|
||||
$text['label-reference_cdr']['it-it'] = "Registro chiamate";
|
||||
@@ -253,6 +316,7 @@ $text['label-reference_cdr']['nl-nl'] = "";
|
||||
$text['label-reference_cdr']['pl-pl'] = "Wykaz rozmów";
|
||||
$text['label-reference_cdr']['pt-br'] = "RC";
|
||||
$text['label-reference_cdr']['pt-pt'] = "RC";
|
||||
$text['label-reference_cdr']['ro-ro'] = "";
|
||||
$text['label-reference_cdr']['ru-ru'] = "CDR - История Вызовов";
|
||||
$text['label-reference_cdr']['sv-se'] = "CDR";
|
||||
$text['label-reference_cdr']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['label-reference_cdr']['uk-ua'] = "";
|
||||
$text['label-reference']['en-us'] = "Reference";
|
||||
$text['label-reference']['ar-eg'] = "";
|
||||
$text['label-reference']['de-at'] = "Referenz";
|
||||
$text['label-reference']['de-ch'] = "";
|
||||
$text['label-reference']['de-de'] = "Referenz";
|
||||
$text['label-reference']['es-cl'] = "Referencia";
|
||||
$text['label-reference']['es-mx'] = "";
|
||||
$text['label-reference']['fr-ca'] = "";
|
||||
$text['label-reference']['fr-fr'] = "Référence";
|
||||
$text['label-reference']['he-il'] = "";
|
||||
$text['label-reference']['it-it'] = "Riferimento";
|
||||
@@ -269,6 +336,7 @@ $text['label-reference']['nl-nl'] = "";
|
||||
$text['label-reference']['pl-pl'] = "Odniesienie";
|
||||
$text['label-reference']['pt-br'] = "Referência";
|
||||
$text['label-reference']['pt-pt'] = "Referencia";
|
||||
$text['label-reference']['ro-ro'] = "";
|
||||
$text['label-reference']['ru-ru'] = "Справка";
|
||||
$text['label-reference']['sv-se'] = "Referens";
|
||||
$text['label-reference']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-reference']['uk-ua'] = "";
|
||||
$text['label-message_view']['en-us'] = "View";
|
||||
$text['label-message_view']['ar-eg'] = "";
|
||||
$text['label-message_view']['de-at'] = "Anzeigen";
|
||||
$text['label-message_view']['de-ch'] = "";
|
||||
$text['label-message_view']['de-de'] = "Anzeigen";
|
||||
$text['label-message_view']['es-cl'] = "Ver";
|
||||
$text['label-message_view']['es-mx'] = "";
|
||||
$text['label-message_view']['fr-ca'] = "";
|
||||
$text['label-message_view']['fr-fr'] = "Voir";
|
||||
$text['label-message_view']['he-il'] = "";
|
||||
$text['label-message_view']['it-it'] = "Visualizza";
|
||||
@@ -285,6 +356,7 @@ $text['label-message_view']['nl-nl'] = "";
|
||||
$text['label-message_view']['pl-pl'] = "Widok";
|
||||
$text['label-message_view']['pt-br'] = "Visualizar";
|
||||
$text['label-message_view']['pt-pt'] = "Vista";
|
||||
$text['label-message_view']['ro-ro'] = "";
|
||||
$text['label-message_view']['ru-ru'] = "Посмотреть";
|
||||
$text['label-message_view']['sv-se'] = "Visa";
|
||||
$text['label-message_view']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-message_view']['uk-ua'] = "";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "";
|
||||
$text['label-message']['it-it'] = "Messaggio";
|
||||
@@ -301,6 +376,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['ro-ro'] = "";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-message']['uk-ua'] = "";
|
||||
$text['label-from']['en-us'] = "From";
|
||||
$text['label-from']['ar-eg'] = "";
|
||||
$text['label-from']['de-at'] = "Von";
|
||||
$text['label-from']['de-ch'] = "";
|
||||
$text['label-from']['de-de'] = "Von";
|
||||
$text['label-from']['es-cl'] = "Desde";
|
||||
$text['label-from']['es-mx'] = "";
|
||||
$text['label-from']['fr-ca'] = "";
|
||||
$text['label-from']['fr-fr'] = "De";
|
||||
$text['label-from']['he-il'] = "";
|
||||
$text['label-from']['it-it'] = "Da";
|
||||
@@ -317,6 +396,7 @@ $text['label-from']['nl-nl'] = "";
|
||||
$text['label-from']['pl-pl'] = "Od";
|
||||
$text['label-from']['pt-br'] = "Começo";
|
||||
$text['label-from']['pt-pt'] = "A Partir De";
|
||||
$text['label-from']['ro-ro'] = "";
|
||||
$text['label-from']['ru-ru'] = "Из";
|
||||
$text['label-from']['sv-se'] = "Från";
|
||||
$text['label-from']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-from']['uk-ua'] = "";
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['ar-eg'] = "";
|
||||
$text['label-download']['de-at'] = "Herunterladen";
|
||||
$text['label-download']['de-ch'] = "";
|
||||
$text['label-download']['de-de'] = "Herunterladen";
|
||||
$text['label-download']['es-cl'] = "Descargar";
|
||||
$text['label-download']['es-mx'] = "";
|
||||
$text['label-download']['fr-ca'] = "";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
$text['label-download']['he-il'] = "";
|
||||
$text['label-download']['it-it'] = "Scarica";
|
||||
@@ -333,6 +416,7 @@ $text['label-download']['nl-nl'] = "";
|
||||
$text['label-download']['pl-pl'] = "Pobierz";
|
||||
$text['label-download']['pt-br'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['ro-ro'] = "";
|
||||
$text['label-download']['ru-ru'] = "Загрузить";
|
||||
$text['label-download']['sv-se'] = "Ladda Ned";
|
||||
$text['label-download']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['label-download']['uk-ua'] = "";
|
||||
$text['label-attachment']['en-us'] = "Attachment";
|
||||
$text['label-attachment']['ar-eg'] = "";
|
||||
$text['label-attachment']['de-at'] = "Anhang";
|
||||
$text['label-attachment']['de-ch'] = "";
|
||||
$text['label-attachment']['de-de'] = "Anhang";
|
||||
$text['label-attachment']['es-cl'] = "Accesorio";
|
||||
$text['label-attachment']['es-mx'] = "";
|
||||
$text['label-attachment']['fr-ca'] = "";
|
||||
$text['label-attachment']['fr-fr'] = "Pièce jointe";
|
||||
$text['label-attachment']['he-il'] = "";
|
||||
$text['label-attachment']['it-it'] = "Allegato";
|
||||
@@ -349,6 +436,7 @@ $text['label-attachment']['nl-nl'] = "";
|
||||
$text['label-attachment']['pl-pl'] = "Załącznik";
|
||||
$text['label-attachment']['pt-br'] = "Acessório";
|
||||
$text['label-attachment']['pt-pt'] = "Accesorio";
|
||||
$text['label-attachment']['ro-ro'] = "";
|
||||
$text['label-attachment']['ru-ru'] = "Приложение";
|
||||
$text['label-attachment']['sv-se'] = "Bifogat";
|
||||
$text['label-attachment']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['label-attachment']['uk-ua'] = "";
|
||||
$text['header-view_email']['en-us'] = "View Email";
|
||||
$text['header-view_email']['ar-eg'] = "";
|
||||
$text['header-view_email']['de-at'] = "Email anzeigen";
|
||||
$text['header-view_email']['de-ch'] = "";
|
||||
$text['header-view_email']['de-de'] = "Email anzeigen";
|
||||
$text['header-view_email']['es-cl'] = "Ver Email";
|
||||
$text['header-view_email']['es-mx'] = "";
|
||||
$text['header-view_email']['fr-ca'] = "";
|
||||
$text['header-view_email']['fr-fr'] = "Visualiser le courriel";
|
||||
$text['header-view_email']['he-il'] = "";
|
||||
$text['header-view_email']['it-it'] = "Visualizza Email";
|
||||
@@ -365,6 +456,7 @@ $text['header-view_email']['nl-nl'] = "";
|
||||
$text['header-view_email']['pl-pl'] = "Podgląd e-maili";
|
||||
$text['header-view_email']['pt-br'] = "Visualizar email";
|
||||
$text['header-view_email']['pt-pt'] = "Ver Email";
|
||||
$text['header-view_email']['ro-ro'] = "";
|
||||
$text['header-view_email']['ru-ru'] = "Просмотр Электронной Почты";
|
||||
$text['header-view_email']['sv-se'] = "Visa E-post";
|
||||
$text['header-view_email']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['header-view_email']['uk-ua'] = "";
|
||||
$text['header-emails']['en-us'] = "Emails";
|
||||
$text['header-emails']['ar-eg'] = "";
|
||||
$text['header-emails']['de-at'] = "Emails";
|
||||
$text['header-emails']['de-ch'] = "";
|
||||
$text['header-emails']['de-de'] = "Emails";
|
||||
$text['header-emails']['es-cl'] = "Los Correos Electrónico";
|
||||
$text['header-emails']['es-mx'] = "";
|
||||
$text['header-emails']['fr-ca'] = "";
|
||||
$text['header-emails']['fr-fr'] = "Courriels";
|
||||
$text['header-emails']['he-il'] = "";
|
||||
$text['header-emails']['it-it'] = "Emails";
|
||||
@@ -381,6 +476,7 @@ $text['header-emails']['nl-nl'] = "";
|
||||
$text['header-emails']['pl-pl'] = "E-maile";
|
||||
$text['header-emails']['pt-br'] = "Emails";
|
||||
$text['header-emails']['pt-pt'] = "Emails";
|
||||
$text['header-emails']['ro-ro'] = "";
|
||||
$text['header-emails']['ru-ru'] = "Сообщения Электронной Почты";
|
||||
$text['header-emails']['sv-se'] = "E-post";
|
||||
$text['header-emails']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['header-emails']['uk-ua'] = "";
|
||||
$text['description-emails']['en-us'] = "Manage failed email messages.";
|
||||
$text['description-emails']['ar-eg'] = "";
|
||||
$text['description-emails']['de-at'] = "Fehlgeschlagene Email-Nachrichten verwalten.";
|
||||
$text['description-emails']['de-ch'] = "";
|
||||
$text['description-emails']['de-de'] = "Fehlgeschlagene Email-Nachrichten verwalten.";
|
||||
$text['description-emails']['es-cl'] = "Gestionar los mensajes fallidos.";
|
||||
$text['description-emails']['es-mx'] = "";
|
||||
$text['description-emails']['fr-ca'] = "";
|
||||
$text['description-emails']['fr-fr'] = "Gérer les courriels échoués.";
|
||||
$text['description-emails']['he-il'] = "";
|
||||
$text['description-emails']['it-it'] = "Gestisci le email fallite.";
|
||||
@@ -397,6 +496,7 @@ $text['description-emails']['nl-nl'] = "";
|
||||
$text['description-emails']['pl-pl'] = "Zarządzaj wiadomościami e-mail, które nie zostały wysłane.";
|
||||
$text['description-emails']['pt-br'] = "Gerenciar mensagens de email que falharam ";
|
||||
$text['description-emails']['pt-pt'] = "Gerenciar mensagens de e-mail falhou.";
|
||||
$text['description-emails']['ro-ro'] = "";
|
||||
$text['description-emails']['ru-ru'] = "Управление ошибочными сообщениями электронной почты.";
|
||||
$text['description-emails']['sv-se'] = "Hantera misslyckade e-post meddelanden.";
|
||||
$text['description-emails']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['description-emails']['uk-ua'] = "";
|
||||
$text['button-resend']['en-us'] = "Resend";
|
||||
$text['button-resend']['ar-eg'] = "";
|
||||
$text['button-resend']['de-at'] = "Erneut senden";
|
||||
$text['button-resend']['de-ch'] = "";
|
||||
$text['button-resend']['de-de'] = "Erneut senden";
|
||||
$text['button-resend']['es-cl'] = "Vuelva a Enviar";
|
||||
$text['button-resend']['es-mx'] = "";
|
||||
$text['button-resend']['fr-ca'] = "";
|
||||
$text['button-resend']['fr-fr'] = "Renvoyer";
|
||||
$text['button-resend']['he-il'] = "";
|
||||
$text['button-resend']['it-it'] = "Reinvia";
|
||||
@@ -413,8 +516,9 @@ $text['button-resend']['nl-nl'] = "";
|
||||
$text['button-resend']['pl-pl'] = "Wyślij ponownie";
|
||||
$text['button-resend']['pt-br'] = "Reenviar";
|
||||
$text['button-resend']['pt-pt'] = "Reenviar";
|
||||
$text['button-resend']['ro-ro'] = "";
|
||||
$text['button-resend']['ru-ru'] = "Повторно Отправить";
|
||||
$text['button-resend']['sv-se'] = "Skicka Igen";
|
||||
$text['button-resend']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
+110
-2
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-databases']['en-us'] = "Databases";
|
||||
$text['title-databases']['ar-eg'] = "";
|
||||
$text['title-databases']['de-at'] = "Datenbanken";
|
||||
$text['title-databases']['de-ch'] = "";
|
||||
$text['title-databases']['de-de'] = "Datenbanken";
|
||||
$text['title-databases']['es-cl'] = "Bases de datos";
|
||||
$text['title-databases']['es-mx'] = "";
|
||||
$text['title-databases']['fr-ca'] = "";
|
||||
$text['title-databases']['fr-fr'] = "Bases de données";
|
||||
$text['title-databases']['he-il'] = "";
|
||||
$text['title-databases']['it-it'] = "Database";
|
||||
@@ -13,6 +16,7 @@ $text['title-databases']['nl-nl'] = "";
|
||||
$text['title-databases']['pl-pl'] = "Bazy danych";
|
||||
$text['title-databases']['pt-br'] = "Base de dados";
|
||||
$text['title-databases']['pt-pt'] = "Bases de Dados";
|
||||
$text['title-databases']['ro-ro'] = "";
|
||||
$text['title-databases']['ru-ru'] = "Базы даных";
|
||||
$text['title-databases']['sv-se'] = "Databaser";
|
||||
$text['title-databases']['uk-ua'] = "Бази даних";
|
||||
@@ -20,8 +24,11 @@ $text['title-databases']['uk-ua'] = "Бази даних";
|
||||
$text['title-command']['en-us'] = "Command";
|
||||
$text['title-command']['ar-eg'] = "";
|
||||
$text['title-command']['de-at'] = "Befehl";
|
||||
$text['title-command']['de-ch'] = "";
|
||||
$text['title-command']['de-de'] = "Befehl";
|
||||
$text['title-command']['es-cl'] = "Comando";
|
||||
$text['title-command']['es-mx'] = "";
|
||||
$text['title-command']['fr-ca'] = "";
|
||||
$text['title-command']['fr-fr'] = "Commande";
|
||||
$text['title-command']['he-il'] = "";
|
||||
$text['title-command']['it-it'] = "Comando";
|
||||
@@ -29,6 +36,7 @@ $text['title-command']['nl-nl'] = "";
|
||||
$text['title-command']['pl-pl'] = "Polecenie";
|
||||
$text['title-command']['pt-br'] = "Comando";
|
||||
$text['title-command']['pt-pt'] = "Comando";
|
||||
$text['title-command']['ro-ro'] = "";
|
||||
$text['title-command']['ru-ru'] = "Команды";
|
||||
$text['title-command']['sv-se'] = "Kommando";
|
||||
$text['title-command']['uk-ua'] = "Команди";
|
||||
@@ -36,8 +44,11 @@ $text['title-command']['uk-ua'] = "Команди";
|
||||
$text['option-result_type_view']['en-us'] = "View";
|
||||
$text['option-result_type_view']['ar-eg'] = "";
|
||||
$text['option-result_type_view']['de-at'] = "Ansicht";
|
||||
$text['option-result_type_view']['de-ch'] = "";
|
||||
$text['option-result_type_view']['de-de'] = "Ansicht";
|
||||
$text['option-result_type_view']['es-cl'] = "Ver";
|
||||
$text['option-result_type_view']['es-mx'] = "";
|
||||
$text['option-result_type_view']['fr-ca'] = "";
|
||||
$text['option-result_type_view']['fr-fr'] = "Voir";
|
||||
$text['option-result_type_view']['he-il'] = "";
|
||||
$text['option-result_type_view']['it-it'] = "Visualizza";
|
||||
@@ -45,6 +56,7 @@ $text['option-result_type_view']['nl-nl'] = "";
|
||||
$text['option-result_type_view']['pl-pl'] = "Widok";
|
||||
$text['option-result_type_view']['pt-br'] = "Visualizar";
|
||||
$text['option-result_type_view']['pt-pt'] = "Ver";
|
||||
$text['option-result_type_view']['ro-ro'] = "";
|
||||
$text['option-result_type_view']['ru-ru'] = "Просмотр";
|
||||
$text['option-result_type_view']['sv-se'] = "Granska";
|
||||
$text['option-result_type_view']['uk-ua'] = "Перегляд";
|
||||
@@ -52,8 +64,11 @@ $text['option-result_type_view']['uk-ua'] = "Перегляд";
|
||||
$text['option-result_type_insert']['en-us'] = "SQL";
|
||||
$text['option-result_type_insert']['ar-eg'] = "";
|
||||
$text['option-result_type_insert']['de-at'] = "SQL";
|
||||
$text['option-result_type_insert']['de-ch'] = "";
|
||||
$text['option-result_type_insert']['de-de'] = "SQL";
|
||||
$text['option-result_type_insert']['es-cl'] = "SQL";
|
||||
$text['option-result_type_insert']['es-mx'] = "";
|
||||
$text['option-result_type_insert']['fr-ca'] = "";
|
||||
$text['option-result_type_insert']['fr-fr'] = "SQL";
|
||||
$text['option-result_type_insert']['he-il'] = "";
|
||||
$text['option-result_type_insert']['it-it'] = "SQL";
|
||||
@@ -61,6 +76,7 @@ $text['option-result_type_insert']['nl-nl'] = "";
|
||||
$text['option-result_type_insert']['pl-pl'] = "SQL";
|
||||
$text['option-result_type_insert']['pt-br'] = "SQL";
|
||||
$text['option-result_type_insert']['pt-pt'] = "SQL";
|
||||
$text['option-result_type_insert']['ro-ro'] = "";
|
||||
$text['option-result_type_insert']['ru-ru'] = "SQL";
|
||||
$text['option-result_type_insert']['sv-se'] = "SQL";
|
||||
$text['option-result_type_insert']['uk-ua'] = "SQL ";
|
||||
@@ -68,8 +84,11 @@ $text['option-result_type_insert']['uk-ua'] = "SQL ";
|
||||
$text['option-result_type_csv']['en-us'] = "CSV";
|
||||
$text['option-result_type_csv']['ar-eg'] = "";
|
||||
$text['option-result_type_csv']['de-at'] = "CSV";
|
||||
$text['option-result_type_csv']['de-ch'] = "";
|
||||
$text['option-result_type_csv']['de-de'] = "CSV";
|
||||
$text['option-result_type_csv']['es-cl'] = "CSV";
|
||||
$text['option-result_type_csv']['es-mx'] = "";
|
||||
$text['option-result_type_csv']['fr-ca'] = "";
|
||||
$text['option-result_type_csv']['fr-fr'] = "CSV";
|
||||
$text['option-result_type_csv']['he-il'] = "";
|
||||
$text['option-result_type_csv']['it-it'] = "CSV";
|
||||
@@ -77,6 +96,7 @@ $text['option-result_type_csv']['nl-nl'] = "";
|
||||
$text['option-result_type_csv']['pl-pl'] = "CSV";
|
||||
$text['option-result_type_csv']['pt-br'] = "CSV";
|
||||
$text['option-result_type_csv']['pt-pt'] = "CSV";
|
||||
$text['option-result_type_csv']['ro-ro'] = "";
|
||||
$text['option-result_type_csv']['ru-ru'] = "CSV";
|
||||
$text['option-result_type_csv']['sv-se'] = "CSV";
|
||||
$text['option-result_type_csv']['uk-ua'] = "CSV ";
|
||||
@@ -84,8 +104,11 @@ $text['option-result_type_csv']['uk-ua'] = "CSV ";
|
||||
$text['label-table']['en-us'] = "Table";
|
||||
$text['label-table']['ar-eg'] = "";
|
||||
$text['label-table']['de-at'] = "Tabelle";
|
||||
$text['label-table']['de-ch'] = "";
|
||||
$text['label-table']['de-de'] = "Tabelle";
|
||||
$text['label-table']['es-cl'] = "Tabla";
|
||||
$text['label-table']['es-mx'] = "";
|
||||
$text['label-table']['fr-ca'] = "";
|
||||
$text['label-table']['fr-fr'] = "Table";
|
||||
$text['label-table']['he-il'] = "";
|
||||
$text['label-table']['it-it'] = "Tabella";
|
||||
@@ -93,6 +116,7 @@ $text['label-table']['nl-nl'] = "";
|
||||
$text['label-table']['pl-pl'] = "Tabela";
|
||||
$text['label-table']['pt-br'] = "Tabela";
|
||||
$text['label-table']['pt-pt'] = "Tabela";
|
||||
$text['label-table']['ro-ro'] = "";
|
||||
$text['label-table']['ru-ru'] = "Таблица";
|
||||
$text['label-table']['sv-se'] = "TAbell";
|
||||
$text['label-table']['uk-ua'] = "Таблиця";
|
||||
@@ -100,8 +124,11 @@ $text['label-table']['uk-ua'] = "Таблиця";
|
||||
$text['label-switch']['en-us'] = "Switch";
|
||||
$text['label-switch']['ar-eg'] = "";
|
||||
$text['label-switch']['de-at'] = "Switch";
|
||||
$text['label-switch']['de-ch'] = "";
|
||||
$text['label-switch']['de-de'] = "Switch";
|
||||
$text['label-switch']['es-cl'] = "Comando de switch";
|
||||
$text['label-switch']['es-mx'] = "";
|
||||
$text['label-switch']['fr-ca'] = "";
|
||||
$text['label-switch']['fr-fr'] = "Commande CLI Freeswitch";
|
||||
$text['label-switch']['he-il'] = "";
|
||||
$text['label-switch']['it-it'] = "Switch";
|
||||
@@ -109,6 +136,7 @@ $text['label-switch']['nl-nl'] = "";
|
||||
$text['label-switch']['pl-pl'] = "PBX";
|
||||
$text['label-switch']['pt-br'] = "Comando Freeswitch ";
|
||||
$text['label-switch']['pt-pt'] = "Comando Freeswitch";
|
||||
$text['label-switch']['ro-ro'] = "";
|
||||
$text['label-switch']['ru-ru'] = "Команды CLI Freeswitch";
|
||||
$text['label-switch']['sv-se'] = "Switch";
|
||||
$text['label-switch']['uk-ua'] = "FreeSwitch";
|
||||
@@ -116,8 +144,11 @@ $text['label-switch']['uk-ua'] = "FreeSwitch";
|
||||
$text['label-shell']['en-us'] = "Shell";
|
||||
$text['label-shell']['ar-eg'] = "";
|
||||
$text['label-shell']['de-at'] = "Shell";
|
||||
$text['label-shell']['de-ch'] = "";
|
||||
$text['label-shell']['de-de'] = "Shell";
|
||||
$text['label-shell']['es-cl'] = "Terminal de Comandos";
|
||||
$text['label-shell']['es-mx'] = "";
|
||||
$text['label-shell']['fr-ca'] = "";
|
||||
$text['label-shell']['fr-fr'] = "Commande Shell";
|
||||
$text['label-shell']['he-il'] = "";
|
||||
$text['label-shell']['it-it'] = "Terminale dei Comandi";
|
||||
@@ -125,6 +156,7 @@ $text['label-shell']['nl-nl'] = "";
|
||||
$text['label-shell']['pl-pl'] = "Powłoka (shell)";
|
||||
$text['label-shell']['pt-br'] = "Comando Shell ";
|
||||
$text['label-shell']['pt-pt'] = "Comando Shell";
|
||||
$text['label-shell']['ro-ro'] = "";
|
||||
$text['label-shell']['ru-ru'] = "Консоль";
|
||||
$text['label-shell']['sv-se'] = "Shell";
|
||||
$text['label-shell']['uk-ua'] = "Консоль";
|
||||
@@ -132,8 +164,11 @@ $text['label-shell']['uk-ua'] = "Консоль";
|
||||
$text['label-results']['en-us'] = "Results";
|
||||
$text['label-results']['ar-eg'] = "";
|
||||
$text['label-results']['de-at'] = "Ergebnisse";
|
||||
$text['label-results']['de-ch'] = "";
|
||||
$text['label-results']['de-de'] = "Ergebnisse";
|
||||
$text['label-results']['es-cl'] = "Resultados";
|
||||
$text['label-results']['es-mx'] = "";
|
||||
$text['label-results']['fr-ca'] = "";
|
||||
$text['label-results']['fr-fr'] = "Résultats";
|
||||
$text['label-results']['he-il'] = "";
|
||||
$text['label-results']['it-it'] = "Risultati";
|
||||
@@ -141,6 +176,7 @@ $text['label-results']['nl-nl'] = "";
|
||||
$text['label-results']['pl-pl'] = "Rezultaty";
|
||||
$text['label-results']['pt-br'] = "Resultados";
|
||||
$text['label-results']['pt-pt'] = "Resultados";
|
||||
$text['label-results']['ro-ro'] = "";
|
||||
$text['label-results']['ru-ru'] = "Результаты";
|
||||
$text['label-results']['sv-se'] = "Resultat";
|
||||
$text['label-results']['uk-ua'] = "Результати";
|
||||
@@ -148,8 +184,11 @@ $text['label-results']['uk-ua'] = "Результати";
|
||||
$text['label-result_type']['en-us'] = "Result";
|
||||
$text['label-result_type']['ar-eg'] = "";
|
||||
$text['label-result_type']['de-at'] = "Ergebnis";
|
||||
$text['label-result_type']['de-ch'] = "";
|
||||
$text['label-result_type']['de-de'] = "Ergebnis";
|
||||
$text['label-result_type']['es-cl'] = "Resultado";
|
||||
$text['label-result_type']['es-mx'] = "";
|
||||
$text['label-result_type']['fr-ca'] = "";
|
||||
$text['label-result_type']['fr-fr'] = "Résultat";
|
||||
$text['label-result_type']['he-il'] = "";
|
||||
$text['label-result_type']['it-it'] = "Risultati";
|
||||
@@ -157,6 +196,7 @@ $text['label-result_type']['nl-nl'] = "";
|
||||
$text['label-result_type']['pl-pl'] = "Rezultat";
|
||||
$text['label-result_type']['pt-br'] = "Resultado";
|
||||
$text['label-result_type']['pt-pt'] = "Resultado";
|
||||
$text['label-result_type']['ro-ro'] = "";
|
||||
$text['label-result_type']['ru-ru'] = "Результат";
|
||||
$text['label-result_type']['sv-se'] = "Resultat";
|
||||
$text['label-result_type']['uk-ua'] = "Результат";
|
||||
@@ -164,8 +204,11 @@ $text['label-result_type']['uk-ua'] = "Результат";
|
||||
$text['label-response']['en-us'] = "Response";
|
||||
$text['label-response']['ar-eg'] = "";
|
||||
$text['label-response']['de-at'] = "Antwort";
|
||||
$text['label-response']['de-ch'] = "";
|
||||
$text['label-response']['de-de'] = "Antwort";
|
||||
$text['label-response']['es-cl'] = "Respuesta";
|
||||
$text['label-response']['es-mx'] = "";
|
||||
$text['label-response']['fr-ca'] = "";
|
||||
$text['label-response']['fr-fr'] = "Réponse";
|
||||
$text['label-response']['he-il'] = "";
|
||||
$text['label-response']['it-it'] = "Risposta";
|
||||
@@ -173,6 +216,7 @@ $text['label-response']['nl-nl'] = "";
|
||||
$text['label-response']['pl-pl'] = "Odpowiedź";
|
||||
$text['label-response']['pt-br'] = "Resposta";
|
||||
$text['label-response']['pt-pt'] = "Resposta";
|
||||
$text['label-response']['ro-ro'] = "";
|
||||
$text['label-response']['ru-ru'] = "Ответ";
|
||||
$text['label-response']['sv-se'] = "Respons";
|
||||
$text['label-response']['uk-ua'] = "Відповідь";
|
||||
@@ -180,8 +224,11 @@ $text['label-response']['uk-ua'] = "Відповідь";
|
||||
$text['label-reset']['en-us'] = "Reset";
|
||||
$text['label-reset']['ar-eg'] = "إعادة تعيين";
|
||||
$text['label-reset']['de-at'] = "Zurücksetzen";
|
||||
$text['label-reset']['de-ch'] = "";
|
||||
$text['label-reset']['de-de'] = "Zurücksetzen";
|
||||
$text['label-reset']['es-cl'] = "Reajustar";
|
||||
$text['label-reset']['es-mx'] = "";
|
||||
$text['label-reset']['fr-ca'] = "";
|
||||
$text['label-reset']['fr-fr'] = "Remettre";
|
||||
$text['label-reset']['he-il'] = "אפס";
|
||||
$text['label-reset']['it-it'] = "Reimposta";
|
||||
@@ -189,6 +236,7 @@ $text['label-reset']['nl-nl'] = "";
|
||||
$text['label-reset']['pl-pl'] = "Resetuj";
|
||||
$text['label-reset']['pt-br'] = "Restabelecer";
|
||||
$text['label-reset']['pt-pt'] = "Restabelecer";
|
||||
$text['label-reset']['ro-ro'] = "Inițializare";
|
||||
$text['label-reset']['ru-ru'] = "Сбросить";
|
||||
$text['label-reset']['sv-se'] = "Återställ";
|
||||
$text['label-reset']['uk-ua'] = "Скинути";
|
||||
@@ -196,8 +244,11 @@ $text['label-reset']['uk-ua'] = "Скинути";
|
||||
$text['label-records']['en-us'] = "Records";
|
||||
$text['label-records']['ar-eg'] = "";
|
||||
$text['label-records']['de-at'] = "Einträge";
|
||||
$text['label-records']['de-ch'] = "";
|
||||
$text['label-records']['de-de'] = "Einträge";
|
||||
$text['label-records']['es-cl'] = "Archivos";
|
||||
$text['label-records']['es-mx'] = "";
|
||||
$text['label-records']['fr-ca'] = "";
|
||||
$text['label-records']['fr-fr'] = "Enregistrements";
|
||||
$text['label-records']['he-il'] = "";
|
||||
$text['label-records']['it-it'] = "Records";
|
||||
@@ -205,6 +256,7 @@ $text['label-records']['nl-nl'] = "";
|
||||
$text['label-records']['pl-pl'] = "Dokumentacja";
|
||||
$text['label-records']['pt-br'] = "Registros";
|
||||
$text['label-records']['pt-pt'] = "Registros";
|
||||
$text['label-records']['ro-ro'] = "";
|
||||
$text['label-records']['ru-ru'] = "Записи";
|
||||
$text['label-records']['sv-se'] = "Uppgifter";
|
||||
$text['label-records']['uk-ua'] = "документація";
|
||||
@@ -212,8 +264,11 @@ $text['label-records']['uk-ua'] = "документація";
|
||||
$text['label-sql']['en-us'] = "SQL";
|
||||
$text['label-sql']['ar-eg'] = "";
|
||||
$text['label-sql']['de-at'] = "SQL";
|
||||
$text['label-sql']['de-ch'] = "";
|
||||
$text['label-sql']['de-de'] = "SQL";
|
||||
$text['label-sql']['es-cl'] = "SQL";
|
||||
$text['label-sql']['es-mx'] = "";
|
||||
$text['label-sql']['fr-ca'] = "";
|
||||
$text['label-sql']['fr-fr'] = "SQL";
|
||||
$text['label-sql']['he-il'] = "";
|
||||
$text['label-sql']['it-it'] = "SQL";
|
||||
@@ -221,6 +276,7 @@ $text['label-sql']['nl-nl'] = "";
|
||||
$text['label-sql']['pl-pl'] = "SQL";
|
||||
$text['label-sql']['pt-br'] = "SQL";
|
||||
$text['label-sql']['pt-pt'] = "SQL";
|
||||
$text['label-sql']['ro-ro'] = "";
|
||||
$text['label-sql']['ru-ru'] = "SQL";
|
||||
$text['label-sql']['sv-se'] = "SQL";
|
||||
$text['label-sql']['uk-ua'] = "SQL";
|
||||
@@ -228,8 +284,11 @@ $text['label-sql']['uk-ua'] = "SQL";
|
||||
$text['label-php']['en-us'] = "PHP";
|
||||
$text['label-php']['ar-eg'] = "";
|
||||
$text['label-php']['de-at'] = "PHP";
|
||||
$text['label-php']['de-ch'] = "";
|
||||
$text['label-php']['de-de'] = "PHP";
|
||||
$text['label-php']['es-cl'] = "Comando PHP";
|
||||
$text['label-php']['es-mx'] = "";
|
||||
$text['label-php']['fr-ca'] = "";
|
||||
$text['label-php']['fr-fr'] = "Commande PHP";
|
||||
$text['label-php']['he-il'] = "";
|
||||
$text['label-php']['it-it'] = "PHP";
|
||||
@@ -237,6 +296,7 @@ $text['label-php']['nl-nl'] = "";
|
||||
$text['label-php']['pl-pl'] = "PHP";
|
||||
$text['label-php']['pt-br'] = "Comandos PHP ";
|
||||
$text['label-php']['pt-pt'] = "Comandos PHP";
|
||||
$text['label-php']['ro-ro'] = "";
|
||||
$text['label-php']['ru-ru'] = "Команды PHP";
|
||||
$text['label-php']['sv-se'] = "PHP";
|
||||
$text['label-php']['uk-ua'] = "PHP";
|
||||
@@ -244,8 +304,11 @@ $text['label-php']['uk-ua'] = "PHP";
|
||||
$text['label-execute']['en-us'] = "Execute Command";
|
||||
$text['label-execute']['ar-eg'] = "";
|
||||
$text['label-execute']['de-at'] = "Befehl Ausführen";
|
||||
$text['label-execute']['de-ch'] = "";
|
||||
$text['label-execute']['de-de'] = "Befehl Ausführen";
|
||||
$text['label-execute']['es-cl'] = "Ejecutar Comando";
|
||||
$text['label-execute']['es-mx'] = "";
|
||||
$text['label-execute']['fr-ca'] = "";
|
||||
$text['label-execute']['fr-fr'] = "Executer la Commande";
|
||||
$text['label-execute']['he-il'] = "";
|
||||
$text['label-execute']['it-it'] = "Esegui Comando";
|
||||
@@ -253,6 +316,7 @@ $text['label-execute']['nl-nl'] = "";
|
||||
$text['label-execute']['pl-pl'] = "Wykonywanie poleceń";
|
||||
$text['label-execute']['pt-br'] = "Executar";
|
||||
$text['label-execute']['pt-pt'] = "Executar Comando";
|
||||
$text['label-execute']['ro-ro'] = "";
|
||||
$text['label-execute']['ru-ru'] = "Выполнить команду";
|
||||
$text['label-execute']['sv-se'] = "Utför Kommando";
|
||||
$text['label-execute']['uk-ua'] = "Виконання команд";
|
||||
@@ -260,8 +324,11 @@ $text['label-execute']['uk-ua'] = "Виконання команд";
|
||||
$text['label-error']['en-us'] = "Error";
|
||||
$text['label-error']['ar-eg'] = "";
|
||||
$text['label-error']['de-at'] = "Fehler";
|
||||
$text['label-error']['de-ch'] = "";
|
||||
$text['label-error']['de-de'] = "Fehler";
|
||||
$text['label-error']['es-cl'] = "Error";
|
||||
$text['label-error']['es-mx'] = "";
|
||||
$text['label-error']['fr-ca'] = "";
|
||||
$text['label-error']['fr-fr'] = "Erreur";
|
||||
$text['label-error']['he-il'] = "";
|
||||
$text['label-error']['it-it'] = "Errore";
|
||||
@@ -269,6 +336,7 @@ $text['label-error']['nl-nl'] = "";
|
||||
$text['label-error']['pl-pl'] = "Błąd";
|
||||
$text['label-error']['pt-br'] = "Erro";
|
||||
$text['label-error']['pt-pt'] = "Erro";
|
||||
$text['label-error']['ro-ro'] = "";
|
||||
$text['label-error']['ru-ru'] = "Ошибка";
|
||||
$text['label-error']['sv-se'] = "Fel";
|
||||
$text['label-error']['uk-ua'] = "Помилка";
|
||||
@@ -276,8 +344,11 @@ $text['label-error']['uk-ua'] = "Помилка";
|
||||
$text['header-databases']['en-us'] = "Databases";
|
||||
$text['header-databases']['ar-eg'] = "";
|
||||
$text['header-databases']['de-at'] = "Datenbanken";
|
||||
$text['header-databases']['de-ch'] = "";
|
||||
$text['header-databases']['de-de'] = "Datenbanken";
|
||||
$text['header-databases']['es-cl'] = "Bases de datos";
|
||||
$text['header-databases']['es-mx'] = "";
|
||||
$text['header-databases']['fr-ca'] = "";
|
||||
$text['header-databases']['fr-fr'] = "Bases de données";
|
||||
$text['header-databases']['he-il'] = "";
|
||||
$text['header-databases']['it-it'] = "Databases";
|
||||
@@ -285,6 +356,7 @@ $text['header-databases']['nl-nl'] = "";
|
||||
$text['header-databases']['pl-pl'] = "Bazy danych";
|
||||
$text['header-databases']['pt-br'] = "Base de dados";
|
||||
$text['header-databases']['pt-pt'] = "Bases de Dados";
|
||||
$text['header-databases']['ro-ro'] = "";
|
||||
$text['header-databases']['ru-ru'] = "База Данных";
|
||||
$text['header-databases']['sv-se'] = "Databaser";
|
||||
$text['header-databases']['uk-ua'] = "Бази даних";
|
||||
@@ -292,8 +364,11 @@ $text['header-databases']['uk-ua'] = "Бази даних";
|
||||
$text['description-switch']['en-us'] = "Switch CLI. View valid commands with: 'help'.";
|
||||
$text['description-switch']['ar-eg'] = "";
|
||||
$text['description-switch']['de-at'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
|
||||
$text['description-switch']['de-ch'] = "";
|
||||
$text['description-switch']['de-de'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
|
||||
$text['description-switch']['es-cl'] = "Para un listado de comandos válidos use: help";
|
||||
$text['description-switch']['es-mx'] = "";
|
||||
$text['description-switch']['fr-ca'] = "";
|
||||
$text['description-switch']['fr-fr'] = "Pour la liste des commandes valides, utiliser : help";
|
||||
$text['description-switch']['he-il'] = "";
|
||||
$text['description-switch']['it-it'] = "Switch CLI. Visualizza i comandi validi digitando: 'help'.";
|
||||
@@ -301,6 +376,7 @@ $text['description-switch']['nl-nl'] = "";
|
||||
$text['description-switch']['pl-pl'] = "Aby uzyskać listę poprawnych poleceń użyj pomocy";
|
||||
$text['description-switch']['pt-br'] = "Para verificar a lista de comandos válidos utilize: Ajuda";
|
||||
$text['description-switch']['pt-pt'] = "Para uma lista dos comandos válidos utilize: help";
|
||||
$text['description-switch']['ro-ro'] = "";
|
||||
$text['description-switch']['ru-ru'] = "Switch CLI.Для получения списка доступных команд, используйте:'help'.";
|
||||
$text['description-switch']['sv-se'] = "För en lista med giltiga kommandon använd: help";
|
||||
$text['description-switch']['uk-ua'] = "Для перегляду списку команд виконайте команду: help";
|
||||
@@ -308,8 +384,11 @@ $text['description-switch']['uk-ua'] = "Для перегляду списку
|
||||
$text['description-shell']['en-us'] = "Execute system commands.";
|
||||
$text['description-shell']['ar-eg'] = "";
|
||||
$text['description-shell']['de-at'] = "System Befehle ausführen";
|
||||
$text['description-shell']['de-ch'] = "";
|
||||
$text['description-shell']['de-de'] = "System Befehle ausführen";
|
||||
$text['description-shell']['es-cl'] = "Comandos de sistema";
|
||||
$text['description-shell']['es-mx'] = "";
|
||||
$text['description-shell']['fr-ca'] = "";
|
||||
$text['description-shell']['fr-fr'] = "Commande Système";
|
||||
$text['description-shell']['he-il'] = "";
|
||||
$text['description-shell']['it-it'] = "Esegui comandi di sistema.";
|
||||
@@ -317,6 +396,7 @@ $text['description-shell']['nl-nl'] = "";
|
||||
$text['description-shell']['pl-pl'] = "Polecenia systemowe.";
|
||||
$text['description-shell']['pt-br'] = "Comando do sistema";
|
||||
$text['description-shell']['pt-pt'] = "Comandos do sistema.";
|
||||
$text['description-shell']['ro-ro'] = "";
|
||||
$text['description-shell']['ru-ru'] = "Выполните системные команды.";
|
||||
$text['description-shell']['sv-se'] = "System Kommandon.";
|
||||
$text['description-shell']['uk-ua'] = "Системні команди";
|
||||
@@ -324,8 +404,11 @@ $text['description-shell']['uk-ua'] = "Системні команди";
|
||||
$text['description-sql']['en-us'] = "Execute statements against the database.";
|
||||
$text['description-sql']['ar-eg'] = "";
|
||||
$text['description-sql']['de-at'] = "Abfragen gegen die Datenbank ausführen.";
|
||||
$text['description-sql']['de-ch'] = "";
|
||||
$text['description-sql']['de-de'] = "";
|
||||
$text['description-sql']['es-cl'] = "Ejecutar instrucciones de consulta contra la base de datos.";
|
||||
$text['description-sql']['es-mx'] = "";
|
||||
$text['description-sql']['fr-ca'] = "";
|
||||
$text['description-sql']['fr-fr'] = "Exécuter les instructions de requête contre la base de données.";
|
||||
$text['description-sql']['he-il'] = "";
|
||||
$text['description-sql']['it-it'] = "Esegue istruzioni nel database.";
|
||||
@@ -333,6 +416,7 @@ $text['description-sql']['nl-nl'] = "";
|
||||
$text['description-sql']['pl-pl'] = "Wykonać polecenie zapytania do bazy danych.";
|
||||
$text['description-sql']['pt-br'] = "Executar instruções de consulta no banco de dados.";
|
||||
$text['description-sql']['pt-pt'] = "Executar instruções de consulta no banco de dados.";
|
||||
$text['description-sql']['ro-ro'] = "";
|
||||
$text['description-sql']['ru-ru'] = "Выполнение запросов для базы данных.";
|
||||
$text['description-sql']['sv-se'] = "Utför fråge uttalanden mot databasen.";
|
||||
$text['description-sql']['uk-ua'] = "Виконання операторів запитів до бази даних.";
|
||||
@@ -340,8 +424,11 @@ $text['description-sql']['uk-ua'] = "Виконання операторів з
|
||||
$text['description-php']['en-us'] = "Execute PHP commands. See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
$text['description-php']['ar-eg'] = "";
|
||||
$text['description-php']['de-at'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>";
|
||||
$text['description-php']['de-ch'] = "";
|
||||
$text['description-php']['de-de'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>";
|
||||
$text['description-php']['es-cl'] = "Utilice el siguiente enlace como referencia para PHP: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>";
|
||||
$text['description-php']['es-mx'] = "";
|
||||
$text['description-php']['fr-ca'] = "";
|
||||
$text['description-php']['fr-fr'] = "Utiliser le lien suivant comme référence pour le PHP: <a href='http://php.net/manual/' target='_blank'>Manuel PHP</a>";
|
||||
$text['description-php']['he-il'] = "";
|
||||
$text['description-php']['it-it'] = "Esegui comandi PHP. Visualizza: <a href='http://php.net/manual/' target='_blank'>Manuale PHP</a>";
|
||||
@@ -349,6 +436,7 @@ $text['description-php']['nl-nl'] = "";
|
||||
$text['description-php']['pl-pl'] = "Aby użyć odniesienia do PHP kliknij na ten link: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
$text['description-php']['pt-br'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
$text['description-php']['pt-pt'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
$text['description-php']['ro-ro'] = "";
|
||||
$text['description-php']['ru-ru'] = "Выполнение PHP команд. Смотрите: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
$text['description-php']['sv-se'] = "Använd följande länk som en referens gällande PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
$text['description-php']['uk-ua'] = "Посилання на довідку PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
|
||||
@@ -356,8 +444,11 @@ $text['description-php']['uk-ua'] = "Посилання на довідку PHP:
|
||||
$text['description-execute']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands.";
|
||||
$text['description-execute']['ar-eg'] = "";
|
||||
$text['description-execute']['de-at'] = "Bietet die Möglichkeit System, PHP, Switch und SQL Befehle auszuführen.";
|
||||
$text['description-execute']['de-ch'] = "";
|
||||
$text['description-execute']['de-de'] = "Bietet die Möglichkeit System, PHP, Switch und SQL Befehle auszuführen.";
|
||||
$text['description-execute']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
|
||||
$text['description-execute']['es-mx'] = "";
|
||||
$text['description-execute']['fr-ca'] = "";
|
||||
$text['description-execute']['fr-fr'] = "Fournir un moyen pour executer des commandes système, PHP et switch. ";
|
||||
$text['description-execute']['he-il'] = "";
|
||||
$text['description-execute']['it-it'] = "Offre un modo comodo per eseguire comandi di sistema, PHP, switch e SQL.";
|
||||
@@ -365,6 +456,7 @@ $text['description-execute']['nl-nl'] = "";
|
||||
$text['description-execute']['pl-pl'] = "Ta funkcja zapewnia dogodny sposób wykonywania poleceń systemowych, PHP oraz switch.";
|
||||
$text['description-execute']['pt-br'] = "Utilize facilmente a execução de comandos do sistema, PHP e switch ";
|
||||
$text['description-execute']['pt-pt'] = "Oferece uma maneira fácil de executar comandos de sistema, PHP, e switch.";
|
||||
$text['description-execute']['ro-ro'] = "";
|
||||
$text['description-execute']['ru-ru'] = "Обеспечивает удобный способ выполнения команд системы, PHP, FreeSwitch и SQL.";
|
||||
$text['description-execute']['sv-se'] = "Erbjuder ett smidigt sätt att köra system, PHP och switch kommandon.";
|
||||
$text['description-execute']['uk-ua'] = "Забезпечує зручний спосіб виконати команди PHP, switch, а також системні команди";
|
||||
@@ -372,8 +464,11 @@ $text['description-execute']['uk-ua'] = "Забезпечує зручний с
|
||||
$text['description-databases']['en-us'] = "Select the database to execute SQL query statements against.";
|
||||
$text['description-databases']['ar-eg'] = "";
|
||||
$text['description-databases']['de-at'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
|
||||
$text['description-databases']['de-ch'] = "";
|
||||
$text['description-databases']['de-de'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
|
||||
$text['description-databases']['es-cl'] = "Seleccione la base de datos para ejecutar la consulta SQL.";
|
||||
$text['description-databases']['es-mx'] = "";
|
||||
$text['description-databases']['fr-ca'] = "";
|
||||
$text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
|
||||
$text['description-databases']['he-il'] = "";
|
||||
$text['description-databases']['it-it'] = "Seleziona il database su cui eseguire la query SQL.";
|
||||
@@ -381,6 +476,7 @@ $text['description-databases']['nl-nl'] = "";
|
||||
$text['description-databases']['pl-pl'] = "Informacje o bazie danych.";
|
||||
$text['description-databases']['pt-br'] = "Informações sobre a base de dados";
|
||||
$text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
|
||||
$text['description-databases']['ro-ro'] = "";
|
||||
$text['description-databases']['ru-ru'] = "Выберите базу данных для выполнения SQL-запросов.";
|
||||
$text['description-databases']['sv-se'] = "Välj databas att använda för SQL Fråga.";
|
||||
$text['description-databases']['uk-ua'] = "Інформація про базу даних.";
|
||||
@@ -388,8 +484,11 @@ $text['description-databases']['uk-ua'] = "Інформація про базу
|
||||
$text['button-select_database']['en-us'] = "Select Database";
|
||||
$text['button-select_database']['ar-eg'] = "";
|
||||
$text['button-select_database']['de-at'] = "Datenbank auswählen";
|
||||
$text['button-select_database']['de-ch'] = "";
|
||||
$text['button-select_database']['de-de'] = "Datenbank auswählen";
|
||||
$text['button-select_database']['es-cl'] = "Seleccionar Base de Datos";
|
||||
$text['button-select_database']['es-mx'] = "";
|
||||
$text['button-select_database']['fr-ca'] = "";
|
||||
$text['button-select_database']['fr-fr'] = "Choisir la Base de données";
|
||||
$text['button-select_database']['he-il'] = "";
|
||||
$text['button-select_database']['it-it'] = "Seleziona Database";
|
||||
@@ -397,6 +496,7 @@ $text['button-select_database']['nl-nl'] = "";
|
||||
$text['button-select_database']['pl-pl'] = "Wybierz bazę danych";
|
||||
$text['button-select_database']['pt-br'] = "Selecionar base de dados";
|
||||
$text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
|
||||
$text['button-select_database']['ro-ro'] = "";
|
||||
$text['button-select_database']['ru-ru'] = "Выберите Базу Данных";
|
||||
$text['button-select_database']['sv-se'] = "Välj Databas";
|
||||
$text['button-select_database']['uk-ua'] = "Вибрати БД";
|
||||
@@ -404,8 +504,11 @@ $text['button-select_database']['uk-ua'] = "Вибрати БД";
|
||||
$text['button-manage']['en-us'] = "Manage";
|
||||
$text['button-manage']['ar-eg'] = "";
|
||||
$text['button-manage']['de-at'] = "Verwalten";
|
||||
$text['button-manage']['de-ch'] = "";
|
||||
$text['button-manage']['de-de'] = "Verwalten";
|
||||
$text['button-manage']['es-cl'] = "Administrar";
|
||||
$text['button-manage']['es-mx'] = "";
|
||||
$text['button-manage']['fr-ca'] = "";
|
||||
$text['button-manage']['fr-fr'] = "Gérer";
|
||||
$text['button-manage']['he-il'] = "";
|
||||
$text['button-manage']['it-it'] = "Gestisci";
|
||||
@@ -413,6 +516,7 @@ $text['button-manage']['nl-nl'] = "";
|
||||
$text['button-manage']['pl-pl'] = "Zarządzaj";
|
||||
$text['button-manage']['pt-br'] = "Gerenciar";
|
||||
$text['button-manage']['pt-pt'] = "Gerir";
|
||||
$text['button-manage']['ro-ro'] = "";
|
||||
$text['button-manage']['ru-ru'] = "Управление";
|
||||
$text['button-manage']['sv-se'] = "Hantera";
|
||||
$text['button-manage']['uk-ua'] = "Керувати";
|
||||
@@ -420,8 +524,11 @@ $text['button-manage']['uk-ua'] = "Керувати";
|
||||
$text['button-backup']['en-us'] = "Backup";
|
||||
$text['button-backup']['ar-eg'] = "";
|
||||
$text['button-backup']['de-at'] = "Sichern";
|
||||
$text['button-backup']['de-ch'] = "";
|
||||
$text['button-backup']['de-de'] = "Sichern";
|
||||
$text['button-backup']['es-cl'] = "Respaldar";
|
||||
$text['button-backup']['es-mx'] = "";
|
||||
$text['button-backup']['fr-ca'] = "";
|
||||
$text['button-backup']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-backup']['he-il'] = "";
|
||||
$text['button-backup']['it-it'] = "Backup";
|
||||
@@ -429,8 +536,9 @@ $text['button-backup']['nl-nl'] = "";
|
||||
$text['button-backup']['pl-pl'] = "Kopia Zapasowa";
|
||||
$text['button-backup']['pt-br'] = "Backup";
|
||||
$text['button-backup']['pt-pt'] = "Backup";
|
||||
$text['button-backup']['ro-ro'] = "";
|
||||
$text['button-backup']['ru-ru'] = "Резервное Копирование";
|
||||
$text['button-backup']['sv-se'] = "Backup";
|
||||
$text['button-backup']['uk-ua'] = "Резервна копія";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 19th of May 2017 01:29:06 PM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 09:57:46 AM UTC
|
||||
|
||||
$text['title-extensions']['en-us'] = "Extensions";
|
||||
$text['title-extensions']['ar-eg'] = "الأرقام الداخلية";
|
||||
@@ -13,6 +13,7 @@ $text['title-extensions']['nl-nl'] = "";
|
||||
$text['title-extensions']['pl-pl'] = "Numery wewnętrzne";
|
||||
$text['title-extensions']['pt-br'] = "Extensões";
|
||||
$text['title-extensions']['pt-pt'] = "Extensões";
|
||||
$text['title-extensions']['ro-ro'] = "";
|
||||
$text['title-extensions']['ru-ru'] = "";
|
||||
$text['title-extensions']['sv-se'] = "Anknytningar";
|
||||
$text['title-extensions']['uk-ua'] = "Розширення";
|
||||
@@ -29,6 +30,7 @@ $text['title-extension-edit']['nl-nl'] = "";
|
||||
$text['title-extension-edit']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['title-extension-edit']['pt-br'] = "Extensão";
|
||||
$text['title-extension-edit']['pt-pt'] = "Extensão";
|
||||
$text['title-extension-edit']['ro-ro'] = "";
|
||||
$text['title-extension-edit']['ru-ru'] = "Внутренний Номер";
|
||||
$text['title-extension-edit']['sv-se'] = "Anknytning";
|
||||
$text['title-extension-edit']['uk-ua'] = "Розширення";
|
||||
@@ -45,6 +47,7 @@ $text['title-extension-add']['nl-nl'] = "";
|
||||
$text['title-extension-add']['pl-pl'] = "Dodaj numer wewnętrzny";
|
||||
$text['title-extension-add']['pt-br'] = "Adicionar extensão";
|
||||
$text['title-extension-add']['pt-pt'] = "Adicionar Extensão";
|
||||
$text['title-extension-add']['ro-ro'] = "";
|
||||
$text['title-extension-add']['ru-ru'] = "Добавить Внутренний Номер";
|
||||
$text['title-extension-add']['sv-se'] = "Lägg Till Anknytning";
|
||||
$text['title-extension-add']['uk-ua'] = "Додавання розширення";
|
||||
@@ -61,6 +64,7 @@ $text['title-call_groups']['nl-nl'] = "";
|
||||
$text['title-call_groups']['pl-pl'] = "Grupa odbiorców rozmowy";
|
||||
$text['title-call_groups']['pt-br'] = "Grupo";
|
||||
$text['title-call_groups']['pt-pt'] = "Grupo";
|
||||
$text['title-call_groups']['ro-ro'] = "";
|
||||
$text['title-call_groups']['ru-ru'] = "Группы Вызовов";
|
||||
$text['title-call_groups']['sv-se'] = "Ring Grupp";
|
||||
$text['title-call_groups']['uk-ua'] = "";
|
||||
@@ -77,6 +81,7 @@ $text['option-voicemail_file_listen']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_listen']['pl-pl'] = "Link do odsłuchu (po zalogowaniu)";
|
||||
$text['option-voicemail_file_listen']['pt-br'] = "Arquivo Voicemail";
|
||||
$text['option-voicemail_file_listen']['pt-pt'] = "Ouça Link (login requerido)";
|
||||
$text['option-voicemail_file_listen']['ro-ro'] = "";
|
||||
$text['option-voicemail_file_listen']['ru-ru'] = "Ссылка для прослушивания (требуется вход в систему)";
|
||||
$text['option-voicemail_file_listen']['sv-se'] = "Lyssna-länk (Måste Logga In)";
|
||||
$text['option-voicemail_file_listen']['uk-ua'] = "Посилання на прослуховування (Входити обов’язково)";
|
||||
@@ -93,6 +98,7 @@ $text['option-voicemail_file_link']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_link']['pl-pl'] = "Link do pobrania (logowanie nie jest wymagane)";
|
||||
$text['option-voicemail_file_link']['pt-br'] = "Link para download (Não é necessário login)";
|
||||
$text['option-voicemail_file_link']['pt-pt'] = "Link para download (Não é necessário login)";
|
||||
$text['option-voicemail_file_link']['ro-ro'] = "";
|
||||
$text['option-voicemail_file_link']['ru-ru'] = "Ссылка для скачивания (не требуется вход в систему)";
|
||||
$text['option-voicemail_file_link']['sv-se'] = "Nedladdnings-länk (Ingen Inloggning Krävs)";
|
||||
$text['option-voicemail_file_link']['uk-ua'] = "Посилання на завантаження (Входити не обов’язково)";
|
||||
@@ -109,6 +115,7 @@ $text['option-voicemail_file_attach']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_attach']['pl-pl'] = "Załącznik pliku audio";
|
||||
$text['option-voicemail_file_attach']['pt-br'] = "Anexo de arquivo de áudio";
|
||||
$text['option-voicemail_file_attach']['pt-pt'] = "Anexo de arquivo de áudio";
|
||||
$text['option-voicemail_file_attach']['ro-ro'] = "";
|
||||
$text['option-voicemail_file_attach']['ru-ru'] = "Прикрепить Аудиофайл";
|
||||
$text['option-voicemail_file_attach']['sv-se'] = "Ljudfil Bifogad";
|
||||
$text['option-voicemail_file_attach']['uk-ua'] = "Приєднати аудіофайл";
|
||||
@@ -125,6 +132,7 @@ $text['message-number_alias']['nl-nl'] = "";
|
||||
$text['message-number_alias']['pl-pl'] = "Wprowadź nowy alias numerowy";
|
||||
$text['message-number_alias']['pt-br'] = "Insira um identificador ao número";
|
||||
$text['message-number_alias']['pt-pt'] = "Introuza a nova Alias númérico...";
|
||||
$text['message-number_alias']['ro-ro'] = "";
|
||||
$text['message-number_alias']['ru-ru'] = "Введите новый альтернативный номер ...";
|
||||
$text['message-number_alias']['sv-se'] = "Fyll i det nya Nummer Alias...";
|
||||
$text['message-number_alias']['uk-ua'] = "Введіть новий псевдонім номера...";
|
||||
@@ -141,6 +149,7 @@ $text['message-maximum_extensions']['nl-nl'] = "";
|
||||
$text['message-maximum_extensions']['pl-pl'] = "Maksymalna liczba numerów wewnętrznych";
|
||||
$text['message-maximum_extensions']['pt-br'] = "Extensões máximo permitido:";
|
||||
$text['message-maximum_extensions']['pt-pt'] = "Extensões Máximo Permitido:";
|
||||
$text['message-maximum_extensions']['ro-ro'] = "";
|
||||
$text['message-maximum_extensions']['ru-ru'] = "Максимальное количество Внутренних Номеров";
|
||||
$text['message-maximum_extensions']['sv-se'] = "Maximum Antal Anknytningar:";
|
||||
$text['message-maximum_extensions']['uk-ua'] = "Максимальна кількість розширень";
|
||||
@@ -157,6 +166,7 @@ $text['message-extension']['nl-nl'] = "";
|
||||
$text['message-extension']['pl-pl'] = "Wpisz nowy numer wewnętrzny";
|
||||
$text['message-extension']['pt-br'] = "Insira uma nova extensão";
|
||||
$text['message-extension']['pt-pt'] = "Introuza a nova Extensão...";
|
||||
$text['message-extension']['ro-ro'] = "";
|
||||
$text['message-extension']['ru-ru'] = "Введите новый Внутренний Номер...";
|
||||
$text['message-extension']['sv-se'] = "Fyll i den nya Anknytningen...";
|
||||
$text['message-extension']['uk-ua'] = "Введіть нове розширення";
|
||||
@@ -173,6 +183,7 @@ $text['label-voicemail_password']['nl-nl'] = "";
|
||||
$text['label-voicemail_password']['pl-pl'] = "Hasło poczty głosowej";
|
||||
$text['label-voicemail_password']['pt-br'] = "Senha do correio de voz";
|
||||
$text['label-voicemail_password']['pt-pt'] = "Password do Correio de Voz";
|
||||
$text['label-voicemail_password']['ro-ro'] = "";
|
||||
$text['label-voicemail_password']['ru-ru'] = "Пароль Голосовй Почты";
|
||||
$text['label-voicemail_password']['sv-se'] = "Röstbrevlåda Lösenord";
|
||||
$text['label-voicemail_password']['uk-ua'] = "Пароль на голосову пошту";
|
||||
@@ -189,6 +200,7 @@ $text['label-voicemail_mail_to']['nl-nl'] = "";
|
||||
$text['label-voicemail_mail_to']['pl-pl'] = "Wyślij pocztę głosową na email";
|
||||
$text['label-voicemail_mail_to']['pt-br'] = "Enviar correio de voz para";
|
||||
$text['label-voicemail_mail_to']['pt-pt'] = "Enviar correio de voz para";
|
||||
$text['label-voicemail_mail_to']['ro-ro'] = "";
|
||||
$text['label-voicemail_mail_to']['ru-ru'] = "Голосовая почта на адрес Электронной Почты";
|
||||
$text['label-voicemail_mail_to']['sv-se'] = "Röstbrevlåda E-post Till";
|
||||
$text['label-voicemail_mail_to']['uk-ua'] = "Надсилати голосову пошту на E-Mail";
|
||||
@@ -205,6 +217,7 @@ $text['label-voicemail_local_after_email']['nl-nl'] = "";
|
||||
$text['label-voicemail_local_after_email']['pl-pl'] = "Zachowaj na dysku pocztę głosową ";
|
||||
$text['label-voicemail_local_after_email']['pt-br'] = "Manter mensagem de correio de voz depois de enviado o email";
|
||||
$text['label-voicemail_local_after_email']['pt-pt'] = "Manter mensagem de correio de voz depois de enviado o email";
|
||||
$text['label-voicemail_local_after_email']['ro-ro'] = "";
|
||||
$text['label-voicemail_local_after_email']['ru-ru'] = "Сообщение хранится локально после отправки Электронной Почтой";
|
||||
$text['label-voicemail_local_after_email']['sv-se'] = "Röstbrevlåda Behåll Lokalt";
|
||||
$text['label-voicemail_local_after_email']['uk-ua'] = "Залишати голосову пошту локально";
|
||||
@@ -221,6 +234,7 @@ $text['label-voicemail_file']['nl-nl'] = "";
|
||||
$text['label-voicemail_file']['pl-pl'] = "Plik poczty głosowej";
|
||||
$text['label-voicemail_file']['pt-br'] = "Arquivo Voicemail";
|
||||
$text['label-voicemail_file']['pt-pt'] = "Voicemail Arquivo";
|
||||
$text['label-voicemail_file']['ro-ro'] = "";
|
||||
$text['label-voicemail_file']['ru-ru'] = "Файл Голосовой Почты";
|
||||
$text['label-voicemail_file']['sv-se'] = "Röstbrevlåda Fil";
|
||||
$text['label-voicemail_file']['uk-ua'] = "Файл голосової пошти";
|
||||
@@ -237,6 +251,7 @@ $text['label-voicemail_enabled']['nl-nl'] = "";
|
||||
$text['label-voicemail_enabled']['pl-pl'] = "Włączona poczta głosowa";
|
||||
$text['label-voicemail_enabled']['pt-br'] = "Correio de voz habilitado";
|
||||
$text['label-voicemail_enabled']['pt-pt'] = "Correio de Voz Habilitado";
|
||||
$text['label-voicemail_enabled']['ro-ro'] = "";
|
||||
$text['label-voicemail_enabled']['ru-ru'] = "Голосовая Почта Включена";
|
||||
$text['label-voicemail_enabled']['sv-se'] = "Röstbrevlåda Aktiverad";
|
||||
$text['label-voicemail_enabled']['uk-ua'] = "Голосову пошту включено";
|
||||
@@ -253,6 +268,7 @@ $text['label-user_record_outbound']['nl-nl'] = "";
|
||||
$text['label-user_record_outbound']['pl-pl'] = "Wychodzące";
|
||||
$text['label-user_record_outbound']['pt-br'] = "Saída";
|
||||
$text['label-user_record_outbound']['pt-pt'] = "Saída";
|
||||
$text['label-user_record_outbound']['ro-ro'] = "";
|
||||
$text['label-user_record_outbound']['ru-ru'] = "Исходящая";
|
||||
$text['label-user_record_outbound']['sv-se'] = "Utgående";
|
||||
$text['label-user_record_outbound']['uk-ua'] = "Вихідний";
|
||||
@@ -269,6 +285,7 @@ $text['label-user_record_none']['nl-nl'] = "";
|
||||
$text['label-user_record_none']['pl-pl'] = "Wyłączone";
|
||||
$text['label-user_record_none']['pt-br'] = "Nenhum";
|
||||
$text['label-user_record_none']['pt-pt'] = "Nenhum";
|
||||
$text['label-user_record_none']['ro-ro'] = "";
|
||||
$text['label-user_record_none']['ru-ru'] = "Выключено";
|
||||
$text['label-user_record_none']['sv-se'] = "Inaktiverad";
|
||||
$text['label-user_record_none']['uk-ua'] = "Відключено";
|
||||
@@ -285,6 +302,7 @@ $text['label-user_record_local']['nl-nl'] = "";
|
||||
$text['label-user_record_local']['pl-pl'] = "Lokalne";
|
||||
$text['label-user_record_local']['pt-br'] = "Local";
|
||||
$text['label-user_record_local']['pt-pt'] = "Local";
|
||||
$text['label-user_record_local']['ro-ro'] = "";
|
||||
$text['label-user_record_local']['ru-ru'] = "Локальный";
|
||||
$text['label-user_record_local']['sv-se'] = "Lokal";
|
||||
$text['label-user_record_local']['uk-ua'] = "Локальний";
|
||||
@@ -301,6 +319,7 @@ $text['label-user_record_inbound']['nl-nl'] = "";
|
||||
$text['label-user_record_inbound']['pl-pl'] = "Przychodzaące";
|
||||
$text['label-user_record_inbound']['pt-br'] = "Entrada";
|
||||
$text['label-user_record_inbound']['pt-pt'] = "Entrada";
|
||||
$text['label-user_record_inbound']['ro-ro'] = "";
|
||||
$text['label-user_record_inbound']['ru-ru'] = "Входяший";
|
||||
$text['label-user_record_inbound']['sv-se'] = "Inkommande";
|
||||
$text['label-user_record_inbound']['uk-ua'] = "Вхідний";
|
||||
@@ -317,6 +336,7 @@ $text['label-user_record_all']['nl-nl'] = "";
|
||||
$text['label-user_record_all']['pl-pl'] = "Wszystkie";
|
||||
$text['label-user_record_all']['pt-br'] = "Tudo";
|
||||
$text['label-user_record_all']['pt-pt'] = "Tudo";
|
||||
$text['label-user_record_all']['ro-ro'] = "";
|
||||
$text['label-user_record_all']['ru-ru'] = "Все";
|
||||
$text['label-user_record_all']['sv-se'] = "Allt";
|
||||
$text['label-user_record_all']['uk-ua'] = "Всі";
|
||||
@@ -333,6 +353,7 @@ $text['label-user_record']['nl-nl'] = "";
|
||||
$text['label-user_record']['pl-pl'] = "Czy i jakie rozmowy nagrywać.";
|
||||
$text['label-user_record']['pt-br'] = "Registro";
|
||||
$text['label-user_record']['pt-pt'] = "Registro";
|
||||
$text['label-user_record']['ro-ro'] = "";
|
||||
$text['label-user_record']['ru-ru'] = "Запись разговора";
|
||||
$text['label-user_record']['sv-se'] = "Spela In";
|
||||
$text['label-user_record']['uk-ua'] = "Запис розмов";
|
||||
@@ -349,6 +370,7 @@ $text['label-users']['nl-nl'] = "";
|
||||
$text['label-users']['pl-pl'] = "Lista użytkowników";
|
||||
$text['label-users']['pt-br'] = "Utilizadores";
|
||||
$text['label-users']['pt-pt'] = "Utilizadores";
|
||||
$text['label-users']['ro-ro'] = "";
|
||||
$text['label-users']['ru-ru'] = "Пользователи";
|
||||
$text['label-users']['sv-se'] = "Användar-lista";
|
||||
$text['label-users']['uk-ua'] = "Список користувачів";
|
||||
@@ -365,6 +387,7 @@ $text['label-user_context']['nl-nl'] = "";
|
||||
$text['label-user_context']['pl-pl'] = "Kontekst";
|
||||
$text['label-user_context']['pt-br'] = "Contexto";
|
||||
$text['label-user_context']['pt-pt'] = "Contexto";
|
||||
$text['label-user_context']['ro-ro'] = "";
|
||||
$text['label-user_context']['ru-ru'] = "Контекст";
|
||||
$text['label-user_context']['sv-se'] = "Sammanhang";
|
||||
$text['label-user_context']['uk-ua'] = "Контекст";
|
||||
@@ -381,6 +404,7 @@ $text['label-url']['nl-nl'] = "";
|
||||
$text['label-url']['pl-pl'] = "URL";
|
||||
$text['label-url']['pt-br'] = "URL";
|
||||
$text['label-url']['pt-pt'] = "URL";
|
||||
$text['label-url']['ro-ro'] = "";
|
||||
$text['label-url']['ru-ru'] = "URL-адрес";
|
||||
$text['label-url']['sv-se'] = "URL";
|
||||
$text['label-url']['uk-ua'] = "URL";
|
||||
@@ -397,6 +421,7 @@ $text['label-toll_allow']['nl-nl'] = "";
|
||||
$text['label-toll_allow']['pl-pl'] = "Zezwalaj na drogie/szczególwe połaczenia";
|
||||
$text['label-toll_allow']['pt-br'] = "Permissões";
|
||||
$text['label-toll_allow']['pt-pt'] = "Permissões";
|
||||
$text['label-toll_allow']['ro-ro'] = "";
|
||||
$text['label-toll_allow']['ru-ru'] = "Разрешить Платное Соединение";
|
||||
$text['label-toll_allow']['sv-se'] = "Toll Allow";
|
||||
$text['label-toll_allow']['uk-ua'] = "";
|
||||
@@ -413,6 +438,7 @@ $text['label-text']['nl-nl'] = "";
|
||||
$text['label-text']['pl-pl'] = "Tekst";
|
||||
$text['label-text']['pt-br'] = "Texto";
|
||||
$text['label-text']['pt-pt'] = "Texto";
|
||||
$text['label-text']['ro-ro'] = "";
|
||||
$text['label-text']['ru-ru'] = "Текст";
|
||||
$text['label-text']['sv-se'] = "Text";
|
||||
$text['label-text']['uk-ua'] = "текст";
|
||||
@@ -429,6 +455,7 @@ $text['label-sip_force_expires']['nl-nl'] = "";
|
||||
$text['label-sip_force_expires']['pl-pl'] = "Nagłówek SIP 'Force Expires '";
|
||||
$text['label-sip_force_expires']['pt-br'] = "Forçar o tempo de expiração SIP";
|
||||
$text['label-sip_force_expires']['pt-pt'] = "Forçar o tempo de expiração SIP";
|
||||
$text['label-sip_force_expires']['ro-ro'] = "";
|
||||
$text['label-sip_force_expires']['ru-ru'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['sv-se'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['uk-ua'] = "";
|
||||
@@ -445,6 +472,7 @@ $text['label-sip_force_contact']['nl-nl'] = "";
|
||||
$text['label-sip_force_contact']['pl-pl'] = "Nagłówek SIP 'Force Contact '";
|
||||
$text['label-sip_force_contact']['pt-br'] = "Forçar contato SIP";
|
||||
$text['label-sip_force_contact']['pt-pt'] = "Forçar Contacto SIP";
|
||||
$text['label-sip_force_contact']['ro-ro'] = "";
|
||||
$text['label-sip_force_contact']['ru-ru'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['sv-se'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['uk-ua'] = "";
|
||||
@@ -461,6 +489,7 @@ $text['label-sip_bypass_media']['nl-nl'] = "";
|
||||
$text['label-sip_bypass_media']['pl-pl'] = "Nagłówek SIP 'Bypass Media'";
|
||||
$text['label-sip_bypass_media']['pt-br'] = "Fazer Bypass a medida SIP";
|
||||
$text['label-sip_bypass_media']['pt-pt'] = "Fazer Bypass à media SIP";
|
||||
$text['label-sip_bypass_media']['ro-ro'] = "";
|
||||
$text['label-sip_bypass_media']['ru-ru'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['sv-se'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['uk-ua'] = "";
|
||||
@@ -477,6 +506,7 @@ $text['label-absolute_codec_string']['nl-nl'] = "";
|
||||
$text['label-absolute_codec_string']['pl-pl'] = "";
|
||||
$text['label-absolute_codec_string']['pt-br'] = "";
|
||||
$text['label-absolute_codec_string']['pt-pt'] = "";
|
||||
$text['label-absolute_codec_string']['ro-ro'] = "";
|
||||
$text['label-absolute_codec_string']['ru-ru'] = "Absolute Codec String";
|
||||
$text['label-absolute_codec_string']['sv-se'] = "";
|
||||
$text['label-absolute_codec_string']['uk-ua'] = "";
|
||||
@@ -493,6 +523,7 @@ $text['label-force_ping']['nl-nl'] = "";
|
||||
$text['label-force_ping']['pl-pl'] = "";
|
||||
$text['label-force_ping']['pt-br'] = "";
|
||||
$text['label-force_ping']['pt-pt'] = "";
|
||||
$text['label-force_ping']['ro-ro'] = "";
|
||||
$text['label-force_ping']['ru-ru'] = "Force ping";
|
||||
$text['label-force_ping']['sv-se'] = "Force ping";
|
||||
$text['label-force_ping']['uk-ua'] = "";
|
||||
@@ -509,6 +540,7 @@ $text['label-rewrite_tls_contact_port']['nl-nl'] = "";
|
||||
$text['label-rewrite_tls_contact_port']['pl-pl'] = "Zamień nagłówek 'TLS Contact Port'";
|
||||
$text['label-rewrite_tls_contact_port']['pt-br'] = "Porta TLS";
|
||||
$text['label-rewrite_tls_contact_port']['pt-pt'] = "Reescreva Contacto Porto TLS";
|
||||
$text['label-rewrite_tls_contact_port']['ro-ro'] = "";
|
||||
$text['label-rewrite_tls_contact_port']['ru-ru'] = "Переписать Порт контактов TLS";
|
||||
$text['label-rewrite_tls_contact_port']['sv-se'] = "Rewrite TLS Contact Port";
|
||||
$text['label-rewrite_tls_contact_port']['uk-ua'] = "";
|
||||
@@ -525,6 +557,7 @@ $text['label-rewrite_contact_ip_and_port_2']['nl-nl'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['pl-pl'] = "Zamień nagłówek 'Contact IP and Port 2.0'";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['pt-br'] = "Porta IP contato 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['pt-pt'] = "Reescreva Contato IP e Porta 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['ro-ro'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['ru-ru'] = "Переписать IP-адрес и порт 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['sv-se'] = "Rewrite Contact IP and Port 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['uk-ua'] = "";
|
||||
@@ -541,6 +574,7 @@ $text['label-rewrite_contact_ip_and_port']['nl-nl'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port']['pl-pl'] = "Zamień nagłówek 'Contact IP and Port'";
|
||||
$text['label-rewrite_contact_ip_and_port']['pt-br'] = "Porta IP contato";
|
||||
$text['label-rewrite_contact_ip_and_port']['pt-pt'] = "Reescreva Contato IP e Porta";
|
||||
$text['label-rewrite_contact_ip_and_port']['ro-ro'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port']['ru-ru'] = "Переписать IP-адрес и порт";
|
||||
$text['label-rewrite_contact_ip_and_port']['sv-se'] = "Rewrite Contact IP and Port";
|
||||
$text['label-rewrite_contact_ip_and_port']['uk-ua'] = "";
|
||||
@@ -557,6 +591,7 @@ $text['label-range']['nl-nl'] = "";
|
||||
$text['label-range']['pl-pl'] = "Zakres";
|
||||
$text['label-range']['pt-br'] = "Canal";
|
||||
$text['label-range']['pt-pt'] = "Gama";
|
||||
$text['label-range']['ro-ro'] = "";
|
||||
$text['label-range']['ru-ru'] = "Диапазон";
|
||||
$text['label-range']['sv-se'] = "Intervall";
|
||||
$text['label-range']['uk-ua'] = "Діапазон";
|
||||
@@ -573,6 +608,7 @@ $text['label-proxy_media']['nl-nl'] = "";
|
||||
$text['label-proxy_media']['pl-pl'] = "Proxy Media ";
|
||||
$text['label-proxy_media']['pt-br'] = "Proxy Midia";
|
||||
$text['label-proxy_media']['pt-pt'] = "Proxy Mídia";
|
||||
$text['label-proxy_media']['ro-ro'] = "";
|
||||
$text['label-proxy_media']['ru-ru'] = "Proxy Media";
|
||||
$text['label-proxy_media']['sv-se'] = "Proxy Media";
|
||||
$text['label-proxy_media']['uk-ua'] = "";
|
||||
@@ -589,6 +625,7 @@ $text['label-provisioning']['nl-nl'] = "";
|
||||
$text['label-provisioning']['pl-pl'] = "Automatyczna konfiguracja urządzeń";
|
||||
$text['label-provisioning']['pt-br'] = "Provisionamento do dispositivo";
|
||||
$text['label-provisioning']['pt-pt'] = "Aprovisionamento do Dispositivo";
|
||||
$text['label-provisioning']['ro-ro'] = "";
|
||||
$text['label-provisioning']['ru-ru'] = "Автоконфигурация устройств";
|
||||
$text['label-provisioning']['sv-se'] = "Enhet Provisionering";
|
||||
$text['label-provisioning']['uk-ua'] = "";
|
||||
@@ -605,6 +642,7 @@ $text['label-password']['nl-nl'] = "";
|
||||
$text['label-password']['pl-pl'] = "Hasło";
|
||||
$text['label-password']['pt-br'] = "Senha";
|
||||
$text['label-password']['pt-pt'] = "Password";
|
||||
$text['label-password']['ro-ro'] = "";
|
||||
$text['label-password']['ru-ru'] = "Пароль";
|
||||
$text['label-password']['sv-se'] = "Lösenord";
|
||||
$text['label-password']['uk-ua'] = "Пароль";
|
||||
@@ -621,6 +659,7 @@ $text['label-caller_id']['nl-nl'] = "";
|
||||
$text['label-caller_id']['pl-pl'] = "";
|
||||
$text['label-caller_id']['pt-br'] = "público";
|
||||
$text['label-caller_id']['pt-pt'] = "público";
|
||||
$text['label-caller_id']['ro-ro'] = "";
|
||||
$text['label-caller_id']['ru-ru'] = "";
|
||||
$text['label-caller_id']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-caller_id']['uk-ua'] = "";
|
||||
@@ -637,6 +676,7 @@ $text['label-caller_id_number']['nl-nl'] = "";
|
||||
$text['label-caller_id_number']['pl-pl'] = "";
|
||||
$text['label-caller_id_number']['pt-br'] = "público";
|
||||
$text['label-caller_id_number']['pt-pt'] = "público";
|
||||
$text['label-caller_id_number']['ro-ro'] = "";
|
||||
$text['label-caller_id_number']['ru-ru'] = "";
|
||||
$text['label-caller_id_number']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-caller_id_number']['uk-ua'] = "";
|
||||
@@ -653,6 +693,7 @@ $text['label-outbound_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-outbound_caller_id_number']['pl-pl'] = "Numer prezentowany w rozmowach wychodzacych ";
|
||||
$text['label-outbound_caller_id_number']['pt-br'] = "Número público";
|
||||
$text['label-outbound_caller_id_number']['pt-pt'] = "Número público";
|
||||
$text['label-outbound_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-outbound_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера вызывающего абонента";
|
||||
$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentation";
|
||||
$text['label-outbound_caller_id_number']['uk-ua'] = "";
|
||||
@@ -669,6 +710,7 @@ $text['label-outbound_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-outbound_caller_id_name']['pl-pl'] = "Nazwa prezentowana w rozmowach wychodzacych";
|
||||
$text['label-outbound_caller_id_name']['pt-br'] = "Nome público";
|
||||
$text['label-outbound_caller_id_name']['pt-pt'] = "Nome público";
|
||||
$text['label-outbound_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-outbound_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента";
|
||||
$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation";
|
||||
$text['label-outbound_caller_id_name']['uk-ua'] = "";
|
||||
@@ -685,6 +727,7 @@ $text['label-number_alias']['nl-nl'] = "";
|
||||
$text['label-number_alias']['pl-pl'] = "Alias numeru";
|
||||
$text['label-number_alias']['pt-br'] = "Identificador numérico";
|
||||
$text['label-number_alias']['pt-pt'] = "Alias númérico";
|
||||
$text['label-number_alias']['ro-ro'] = "";
|
||||
$text['label-number_alias']['ru-ru'] = "Псевдоним номера";
|
||||
$text['label-number_alias']['sv-se'] = "Nummer Alias";
|
||||
$text['label-number_alias']['uk-ua'] = "Псевдонім номера";
|
||||
@@ -701,6 +744,7 @@ $text['label-nibble_account']['nl-nl'] = "";
|
||||
$text['label-nibble_account']['pl-pl'] = "Konto Nibble";
|
||||
$text['label-nibble_account']['pt-br'] = "Conta Nibble";
|
||||
$text['label-nibble_account']['pt-pt'] = "Conta Nibble";
|
||||
$text['label-nibble_account']['ro-ro'] = "";
|
||||
$text['label-nibble_account']['ru-ru'] = "Nibble Account";
|
||||
$text['label-nibble_account']['sv-se'] = "Nibble Konto";
|
||||
$text['label-nibble_account']['uk-ua'] = "";
|
||||
@@ -717,6 +761,7 @@ $text['label-mwi_account']['nl-nl'] = "";
|
||||
$text['label-mwi_account']['pl-pl'] = "Konto powiadomienia oczekującej poczty głosowej (MWI)";
|
||||
$text['label-mwi_account']['pt-br'] = "Conta MWI";
|
||||
$text['label-mwi_account']['pt-pt'] = "Conta MWI";
|
||||
$text['label-mwi_account']['ro-ro'] = "";
|
||||
$text['label-mwi_account']['ru-ru'] = "MWI Account";
|
||||
$text['label-mwi_account']['sv-se'] = "MWI Konto";
|
||||
$text['label-mwi_account']['uk-ua'] = "";
|
||||
@@ -733,6 +778,7 @@ $text['label-missed_call']['nl-nl'] = "";
|
||||
$text['label-missed_call']['pl-pl'] = "Nieodebrane Połączenie";
|
||||
$text['label-missed_call']['pt-br'] = "Chamada Perdida";
|
||||
$text['label-missed_call']['pt-pt'] = "Chamada Perdida";
|
||||
$text['label-missed_call']['ro-ro'] = "";
|
||||
$text['label-missed_call']['ru-ru'] = "Пропущенный вызов";
|
||||
$text['label-missed_call']['sv-se'] = "Missat Samtal";
|
||||
$text['label-missed_call']['uk-ua'] = "пропущений Дзвінок";
|
||||
@@ -749,6 +795,7 @@ $text['label-line']['nl-nl'] = "";
|
||||
$text['label-line']['pl-pl'] = "Numer lini";
|
||||
$text['label-line']['pt-br'] = "Linha";
|
||||
$text['label-line']['pt-pt'] = "Linha";
|
||||
$text['label-line']['ro-ro'] = "";
|
||||
$text['label-line']['ru-ru'] = "Линия";
|
||||
$text['label-line']['sv-se'] = "Linje";
|
||||
$text['label-line']['uk-ua'] = "";
|
||||
@@ -765,6 +812,7 @@ $text['label-limit_max']['nl-nl'] = "";
|
||||
$text['label-limit_max']['pl-pl'] = "Maksymalna liczba kanałów";
|
||||
$text['label-limit_max']['pt-br'] = "Limite máximo";
|
||||
$text['label-limit_max']['pt-pt'] = "Limite Máximo";
|
||||
$text['label-limit_max']['ro-ro'] = "";
|
||||
$text['label-limit_max']['ru-ru'] = "Максимальное количество каналов";
|
||||
$text['label-limit_max']['sv-se'] = "Max Begränsning";
|
||||
$text['label-limit_max']['uk-ua'] = "";
|
||||
@@ -781,6 +829,7 @@ $text['label-limit_destination']['nl-nl'] = "";
|
||||
$text['label-limit_destination']['pl-pl'] = "Alternatywny numer docelowy";
|
||||
$text['label-limit_destination']['pt-br'] = "Limitar destino";
|
||||
$text['label-limit_destination']['pt-pt'] = "Limitar Destino";
|
||||
$text['label-limit_destination']['ro-ro'] = "";
|
||||
$text['label-limit_destination']['ru-ru'] = "Альтернативный номер назначения";
|
||||
$text['label-limit_destination']['sv-se'] = "Begränsad Destination";
|
||||
$text['label-limit_destination']['uk-ua'] = "";
|
||||
@@ -797,6 +846,7 @@ $text['label-hold_music']['nl-nl'] = "";
|
||||
$text['label-hold_music']['pl-pl'] = "Muzyka na czekanie";
|
||||
$text['label-hold_music']['pt-br'] = "Música em espera";
|
||||
$text['label-hold_music']['pt-pt'] = "Música em Espera";
|
||||
$text['label-hold_music']['ro-ro'] = "";
|
||||
$text['label-hold_music']['ru-ru'] = "Музыка на Удержании";
|
||||
$text['label-hold_music']['sv-se'] = "Vänt-musik";
|
||||
$text['label-hold_music']['uk-ua'] = "";
|
||||
@@ -813,6 +863,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-extension']['pt-br'] = "Ramal";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний Номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "Розширення";
|
||||
@@ -829,6 +880,7 @@ $text['label-emergency_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-emergency_caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego (emergency)";
|
||||
$text['label-emergency_caller_id_number']['pt-br'] = "Número de emergência do discador";
|
||||
$text['label-emergency_caller_id_number']['pt-pt'] = "Número de Emergência do Chamador";
|
||||
$text['label-emergency_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-emergency_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера экстренного вызова";
|
||||
$text['label-emergency_caller_id_number']['sv-se'] = "Nöd Nummerpresentation";
|
||||
$text['label-emergency_caller_id_number']['uk-ua'] = "";
|
||||
@@ -845,6 +897,7 @@ $text['label-emergency_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-emergency_caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego (emergency)";
|
||||
$text['label-emergency_caller_id_name']['pt-br'] = "Nome de emergência do discador";
|
||||
$text['label-emergency_caller_id_name']['pt-pt'] = "Nome de Emergência do Chamador";
|
||||
$text['label-emergency_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-emergency_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени экстренного вызова";
|
||||
$text['label-emergency_caller_id_name']['sv-se'] = "Nöd Namnpresentation";
|
||||
$text['label-emergency_caller_id_name']['uk-ua'] = "";
|
||||
@@ -861,6 +914,7 @@ $text['label-email']['nl-nl'] = "";
|
||||
$text['label-email']['pl-pl'] = "Email";
|
||||
$text['label-email']['pt-br'] = "Email";
|
||||
$text['label-email']['pt-pt'] = "Email";
|
||||
$text['label-email']['ro-ro'] = "";
|
||||
$text['label-email']['ru-ru'] = "Электронная Почта";
|
||||
$text['label-email']['sv-se'] = "E-post";
|
||||
$text['label-email']['uk-ua'] = "Електронна пошта";
|
||||
@@ -877,6 +931,7 @@ $text['label-effective_caller_id_number']['nl-nl'] = "";
|
||||
$text['label-effective_caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego (rozmowy wew)";
|
||||
$text['label-effective_caller_id_number']['pt-br'] = "Número interno";
|
||||
$text['label-effective_caller_id_number']['pt-pt'] = "Número interno";
|
||||
$text['label-effective_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-effective_caller_id_number']['ru-ru'] = "Эффективный идентификатор (Caller ID) номера вызывающего абонента";
|
||||
$text['label-effective_caller_id_number']['sv-se'] = "Effektiv Nummerpresentation";
|
||||
$text['label-effective_caller_id_number']['uk-ua'] = "";
|
||||
@@ -893,6 +948,7 @@ $text['label-effective_caller_id_name']['nl-nl'] = "";
|
||||
$text['label-effective_caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego (rozmowy wew)";
|
||||
$text['label-effective_caller_id_name']['pt-br'] = "Nome interno";
|
||||
$text['label-effective_caller_id_name']['pt-pt'] = "Nome Interno";
|
||||
$text['label-effective_caller_id_name']['ro-ro'] = "";
|
||||
$text['label-effective_caller_id_name']['ru-ru'] = "Эффективный идентификатор (Caller ID) имени вызывающего абонента";
|
||||
$text['label-effective_caller_id_name']['sv-se'] = "Effektiv Namnpresentation";
|
||||
$text['label-effective_caller_id_name']['uk-ua'] = "";
|
||||
@@ -909,6 +965,7 @@ $text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl-pl'] = "Domena";
|
||||
$text['label-domain']['pt-br'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['ro-ro'] = "";
|
||||
$text['label-domain']['ru-ru'] = "Домен";
|
||||
$text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
@@ -925,6 +982,7 @@ $text['label-directory_visible']['nl-nl'] = "";
|
||||
$text['label-directory_visible']['pl-pl'] = "Czy ma być widoczny w książce telefonicznej?";
|
||||
$text['label-directory_visible']['pt-br'] = "Diretorio visivel";
|
||||
$text['label-directory_visible']['pt-pt'] = "Directório Visível";
|
||||
$text['label-directory_visible']['ro-ro'] = "";
|
||||
$text['label-directory_visible']['ru-ru'] = "Видимый каталог";
|
||||
$text['label-directory_visible']['sv-se'] = "Synlig I Katalog";
|
||||
$text['label-directory_visible']['uk-ua'] = "";
|
||||
@@ -941,6 +999,7 @@ $text['label-directory_full_name']['nl-nl'] = "";
|
||||
$text['label-directory_full_name']['pl-pl'] = "Nazwa w książce telefonicznej";
|
||||
$text['label-directory_full_name']['pt-br'] = "Nome do diretório completo";
|
||||
$text['label-directory_full_name']['pt-pt'] = "Nome de Directório Completo";
|
||||
$text['label-directory_full_name']['ro-ro'] = "";
|
||||
$text['label-directory_full_name']['ru-ru'] = "Полное имя каталога";
|
||||
$text['label-directory_full_name']['sv-se'] = "Hela Namnet I Katalog";
|
||||
$text['label-directory_full_name']['uk-ua'] = "";
|
||||
@@ -957,6 +1016,7 @@ $text['label-directory_exten_visible']['nl-nl'] = "";
|
||||
$text['label-directory_exten_visible']['pl-pl'] = "Czy numer wew książki telefonicznej jest widoczny? ";
|
||||
$text['label-directory_exten_visible']['pt-br'] = "Extensão do diretório visivel";
|
||||
$text['label-directory_exten_visible']['pt-pt'] = "Extensão do Directório Visível";
|
||||
$text['label-directory_exten_visible']['ro-ro'] = "";
|
||||
$text['label-directory_exten_visible']['ru-ru'] = "Расширение видимого каталога";
|
||||
$text['label-directory_exten_visible']['sv-se'] = "Fullständigt Namn I Katalogen";
|
||||
$text['label-directory_exten_visible']['uk-ua'] = "";
|
||||
@@ -973,6 +1033,7 @@ $text['label-dial_string']['nl-nl'] = "";
|
||||
$text['label-dial_string']['pl-pl'] = "Opcje polecenia DIAL";
|
||||
$text['label-dial_string']['pt-br'] = "Dial String";
|
||||
$text['label-dial_string']['pt-pt'] = "Dial String";
|
||||
$text['label-dial_string']['ro-ro'] = "";
|
||||
$text['label-dial_string']['ru-ru'] = "Строка набора";
|
||||
$text['label-dial_string']['sv-se'] = "Dial String";
|
||||
$text['label-dial_string']['uk-ua'] = "";
|
||||
@@ -989,6 +1050,7 @@ $text['label-device_template']['nl-nl'] = "";
|
||||
$text['label-device_template']['pl-pl'] = "Szablon";
|
||||
$text['label-device_template']['pt-br'] = "Template";
|
||||
$text['label-device_template']['pt-pt'] = "Template";
|
||||
$text['label-device_template']['ro-ro'] = "";
|
||||
$text['label-device_template']['ru-ru'] = "Шаблон";
|
||||
$text['label-device_template']['sv-se'] = "Mall";
|
||||
$text['label-device_template']['uk-ua'] = "";
|
||||
@@ -1005,6 +1067,7 @@ $text['label-device_mac_address']['nl-nl'] = "";
|
||||
$text['label-device_mac_address']['pl-pl'] = "Adres MAC";
|
||||
$text['label-device_mac_address']['pt-br'] = "Endereço MAC";
|
||||
$text['label-device_mac_address']['pt-pt'] = "Endereço MAC";
|
||||
$text['label-device_mac_address']['ro-ro'] = "";
|
||||
$text['label-device_mac_address']['ru-ru'] = "MAC Адреса";
|
||||
$text['label-device_mac_address']['sv-se'] = "MAC-adress";
|
||||
$text['label-device_mac_address']['uk-ua'] = "";
|
||||
@@ -1021,6 +1084,7 @@ $text['label-description']['nl-nl'] = "";
|
||||
$text['label-description']['pl-pl'] = "Opis";
|
||||
$text['label-description']['pt-br'] = "Descrição";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['ro-ro'] = "";
|
||||
$text['label-description']['ru-ru'] = "Описание";
|
||||
$text['label-description']['sv-se'] = "Beskrivning";
|
||||
$text['label-description']['uk-ua'] = "Опис";
|
||||
@@ -1037,6 +1101,7 @@ $text['label-cidr']['nl-nl'] = "";
|
||||
$text['label-cidr']['pl-pl'] = "CIDR";
|
||||
$text['label-cidr']['pt-br'] = "CIDR";
|
||||
$text['label-cidr']['pt-pt'] = "CIDR";
|
||||
$text['label-cidr']['ro-ro'] = "";
|
||||
$text['label-cidr']['ru-ru'] = "";
|
||||
$text['label-cidr']['sv-se'] = "CIDR";
|
||||
$text['label-cidr']['uk-ua'] = "";
|
||||
@@ -1053,6 +1118,7 @@ $text['label-call_timeout']['nl-nl'] = "";
|
||||
$text['label-call_timeout']['pl-pl'] = "Limit czasu rozmowy";
|
||||
$text['label-call_timeout']['pt-br'] = "Timeout da chamada";
|
||||
$text['label-call_timeout']['pt-pt'] = "Timeout da Chamada";
|
||||
$text['label-call_timeout']['ro-ro'] = "";
|
||||
$text['label-call_timeout']['ru-ru'] = "Тайм-аут вызова";
|
||||
$text['label-call_timeout']['sv-se'] = "Call Timeout";
|
||||
$text['label-call_timeout']['uk-ua'] = "";
|
||||
@@ -1069,6 +1135,7 @@ $text['label-call_screen_enabled']['nl-nl'] = "";
|
||||
$text['label-call_screen_enabled']['pl-pl'] = "";
|
||||
$text['label-call_screen_enabled']['pt-br'] = "";
|
||||
$text['label-call_screen_enabled']['pt-pt'] = "";
|
||||
$text['label-call_screen_enabled']['ro-ro'] = "";
|
||||
$text['label-call_screen_enabled']['ru-ru'] = "Экран вызова";
|
||||
$text['label-call_screen_enabled']['sv-se'] = "Call Screen";
|
||||
$text['label-call_screen_enabled']['uk-ua'] = "";
|
||||
@@ -1085,6 +1152,7 @@ $text['label-call_group']['nl-nl'] = "";
|
||||
$text['label-call_group']['pl-pl'] = "Grupa odbiorców rozmowy";
|
||||
$text['label-call_group']['pt-br'] = "Grupo";
|
||||
$text['label-call_group']['pt-pt'] = "Grupo";
|
||||
$text['label-call_group']['ro-ro'] = "";
|
||||
$text['label-call_group']['ru-ru'] = "Вызов Группы";
|
||||
$text['label-call_group']['sv-se'] = "Ring Grupp";
|
||||
$text['label-call_group']['uk-ua'] = "";
|
||||
@@ -1101,6 +1169,7 @@ $text['label-bypass_media_after_bridge']['nl-nl'] = "";
|
||||
$text['label-bypass_media_after_bridge']['pl-pl'] = "Obejście strumienia głosu po BRIDGE";
|
||||
$text['label-bypass_media_after_bridge']['pt-br'] = "Ponte de midia Bypass";
|
||||
$text['label-bypass_media_after_bridge']['pt-pt'] = "Depois de Ponte de mídia Bypass";
|
||||
$text['label-bypass_media_after_bridge']['ro-ro'] = "";
|
||||
$text['label-bypass_media_after_bridge']['ru-ru'] = "Bypass Media After Bridge";
|
||||
$text['label-bypass_media_after_bridge']['sv-se'] = "Bypass Media After Bridge";
|
||||
$text['label-bypass_media_after_bridge']['uk-ua'] = "";
|
||||
@@ -1117,6 +1186,7 @@ $text['label-bypass_media']['nl-nl'] = "";
|
||||
$text['label-bypass_media']['pl-pl'] = "Obejście strumienia głosu";
|
||||
$text['label-bypass_media']['pt-br'] = "Media Bypass";
|
||||
$text['label-bypass_media']['pt-pt'] = "Fazer Bypass à media";
|
||||
$text['label-bypass_media']['ro-ro'] = "";
|
||||
$text['label-bypass_media']['ru-ru'] = "Обходной носитель";
|
||||
$text['label-bypass_media']['sv-se'] = "Bypass Media";
|
||||
$text['label-bypass_media']['uk-ua'] = "";
|
||||
@@ -1133,6 +1203,7 @@ $text['label-billing_warning']['nl-nl'] = "";
|
||||
$text['label-billing_warning']['pl-pl'] = "Billing został zainstalowany. Konto musi być doładowane aby tworzyć numery wewnętrzne";
|
||||
$text['label-billing_warning']['pt-br'] = "Para instalar o pacote por favor, necessário saldo minimo para criar extensões.";
|
||||
$text['label-billing_warning']['pt-pt'] = "A coleção é instalado, por favor, note que você precisa saldo suficiente para criar extensões.";
|
||||
$text['label-billing_warning']['ro-ro'] = "";
|
||||
$text['label-billing_warning']['ru-ru'] = "Установлена оплата, обратите внимание, что вам нужно иметь достаточный баланс для создания Внутренних Номеров.";
|
||||
$text['label-billing_warning']['sv-se'] = "Fakturerings program är installerat, tänk på att du måste ha rätt balans för att kunna skapa anknytningar.";
|
||||
$text['label-billing_warning']['uk-ua'] = "";
|
||||
@@ -1149,6 +1220,7 @@ $text['label-auth_acl']['nl-nl'] = "";
|
||||
$text['label-auth_acl']['pl-pl'] = "Lista kontroli dostępu (ACL)";
|
||||
$text['label-auth_acl']['pt-br'] = "Atualização ACL";
|
||||
$text['label-auth_acl']['pt-pt'] = "Autorização ACL";
|
||||
$text['label-auth_acl']['ro-ro'] = "";
|
||||
$text['label-auth_acl']['ru-ru'] = "Список контроля доступа ACL";
|
||||
$text['label-auth_acl']['sv-se'] = "Auth ACL";
|
||||
$text['label-auth_acl']['uk-ua'] = "";
|
||||
@@ -1165,6 +1237,7 @@ $text['label-accountcode']['nl-nl'] = "";
|
||||
$text['label-accountcode']['pl-pl'] = "Numer konta billingowego";
|
||||
$text['label-accountcode']['pt-br'] = "Código da conta";
|
||||
$text['label-accountcode']['pt-pt'] = "Código de Conta";
|
||||
$text['label-accountcode']['ro-ro'] = "";
|
||||
$text['label-accountcode']['ru-ru'] = "Код Учетной Записи";
|
||||
$text['label-accountcode']['sv-se'] = "Kontokod";
|
||||
$text['label-accountcode']['uk-ua'] = "";
|
||||
@@ -1181,6 +1254,7 @@ $text['label-is_registered']['nl-nl'] = "";
|
||||
$text['label-is_registered']['pl-pl'] = "";
|
||||
$text['label-is_registered']['pt-br'] = "";
|
||||
$text['label-is_registered']['pt-pt'] = "";
|
||||
$text['label-is_registered']['ro-ro'] = "";
|
||||
$text['label-is_registered']['ru-ru'] = "Зарегистрировано";
|
||||
$text['label-is_registered']['sv-se'] = "Registrerad";
|
||||
$text['label-is_registered']['uk-ua'] = "";
|
||||
@@ -1197,6 +1271,7 @@ $text['header-extensions']['nl-nl'] = "";
|
||||
$text['header-extensions']['pl-pl'] = "Numery wewnętrzne";
|
||||
$text['header-extensions']['pt-br'] = "Extensões";
|
||||
$text['header-extensions']['pt-pt'] = "Extensões";
|
||||
$text['header-extensions']['ro-ro'] = "";
|
||||
$text['header-extensions']['ru-ru'] = "Внутренние Номера";
|
||||
$text['header-extensions']['sv-se'] = "Anknytningar";
|
||||
$text['header-extensions']['uk-ua'] = "Розширення";
|
||||
@@ -1213,6 +1288,7 @@ $text['header-extension-edit']['nl-nl'] = "";
|
||||
$text['header-extension-edit']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['header-extension-edit']['pt-br'] = "Extensão";
|
||||
$text['header-extension-edit']['pt-pt'] = "Extensão";
|
||||
$text['header-extension-edit']['ro-ro'] = "";
|
||||
$text['header-extension-edit']['ru-ru'] = "Внутренний Номер";
|
||||
$text['header-extension-edit']['sv-se'] = "Anknytning";
|
||||
$text['header-extension-edit']['uk-ua'] = "Розширення";
|
||||
@@ -1229,6 +1305,7 @@ $text['header-extension-add']['nl-nl'] = "";
|
||||
$text['header-extension-add']['pl-pl'] = "Dodaj numer wewnętrzny";
|
||||
$text['header-extension-add']['pt-br'] = "Adiicionar extensão";
|
||||
$text['header-extension-add']['pt-pt'] = "Adicionar Extensão";
|
||||
$text['header-extension-add']['ro-ro'] = "";
|
||||
$text['header-extension-add']['ru-ru'] = "Добавить Внутренний Номер";
|
||||
$text['header-extension-add']['sv-se'] = "Lägg Till Anknytning";
|
||||
$text['header-extension-add']['uk-ua'] = "Додавання розширення";
|
||||
@@ -1245,6 +1322,7 @@ $text['description-voicemail_password']['nl-nl'] = "";
|
||||
$text['description-voicemail_password']['pl-pl'] = "Dodaj numeryczne hasło poczty głosowej ";
|
||||
$text['description-voicemail_password']['pt-br'] = "Introduza uma senha númerica para o correio de voz aqui";
|
||||
$text['description-voicemail_password']['pt-pt'] = "Introduza uma password numérica para o correio de voz aqui.";
|
||||
$text['description-voicemail_password']['ro-ro'] = "";
|
||||
$text['description-voicemail_password']['ru-ru'] = "Введите номер Голосовой Почты и Пароль к ней.";
|
||||
$text['description-voicemail_password']['sv-se'] = "Ange det numeriska röstbrevlåde-lösenordet här.";
|
||||
$text['description-voicemail_password']['uk-ua'] = "";
|
||||
@@ -1261,6 +1339,7 @@ $text['description-voicemail_mail_to']['nl-nl'] = "";
|
||||
$text['description-voicemail_mail_to']['pl-pl'] = "Dodaj adres email na który będą wysyłane pliki poczty głosowej";
|
||||
$text['description-voicemail_mail_to']['pt-br'] = "Insira o endereço de email para enviar o correio de voz (opcional)";
|
||||
$text['description-voicemail_mail_to']['pt-pt'] = "Introduza o endereço de email para enviar o correio de voz (opcional).";
|
||||
$text['description-voicemail_mail_to']['ro-ro'] = "";
|
||||
$text['description-voicemail_mail_to']['ru-ru'] = "Введите адрес электронной почты, чтобы отправить голосовую почту (опционально).";
|
||||
$text['description-voicemail_mail_to']['sv-se'] = "Ange E-post adressen för röstbrevlådan (valfritt).";
|
||||
$text['description-voicemail_mail_to']['uk-ua'] = "";
|
||||
@@ -1277,6 +1356,7 @@ $text['description-voicemail_local_after_email']['nl-nl'] = "";
|
||||
$text['description-voicemail_local_after_email']['pl-pl'] = "Wybierz czy zachować plik poczty głosowej na dysku po wysłaniu go e-mailem.";
|
||||
$text['description-voicemail_local_after_email']['pt-br'] = "Selecione de desjea manter o correio de voz no sistema, após o envio de notificações de e-mail";
|
||||
$text['description-voicemail_local_after_email']['pt-pt'] = "Escolha se quer manter o correio de voz no sistema após o envio da notificação de e-mail.";
|
||||
$text['description-voicemail_local_after_email']['ro-ro'] = "";
|
||||
$text['description-voicemail_local_after_email']['ru-ru'] = "Выберите, следует ли сохранять голосовую почту в системе, после отправки сообщения по электронной почте.";
|
||||
$text['description-voicemail_local_after_email']['sv-se'] = "Välj om du vill behålla röstmeddelande i systemet efter att e-postmeddelandet skickats.";
|
||||
$text['description-voicemail_local_after_email']['uk-ua'] = "";
|
||||
@@ -1293,6 +1373,7 @@ $text['description-voicemail_file']['nl-nl'] = "";
|
||||
$text['description-voicemail_file']['pl-pl'] = "Wybierz opcje odsłuchania poczty głosowej w wysłanym e-mailu.";
|
||||
$text['description-voicemail_file']['pt-br'] = "Selecione dentre as opções qual áudio deseja incluir a notificação de e-mail";
|
||||
$text['description-voicemail_file']['pt-pt'] = "Escolha qual opção de escuta para incluir com a notificação de e-mail.";
|
||||
$text['description-voicemail_file']['ro-ro'] = "";
|
||||
$text['description-voicemail_file']['ru-ru'] = "Выберите вариант прослушивания, который нужно включить в сообщение отправленное по электронной почте.";
|
||||
$text['description-voicemail_file']['sv-se'] = "Välj ett alternativ för avlyssning i e-postmeddelandet.";
|
||||
$text['description-voicemail_file']['uk-ua'] = "";
|
||||
@@ -1309,6 +1390,7 @@ $text['description-voicemail_enabled']['nl-nl'] = "";
|
||||
$text['description-voicemail_enabled']['pl-pl'] = "Włącz/wyłącz pocztę głosowa.";
|
||||
$text['description-voicemail_enabled']['pt-br'] = "Habilitar/Desabilitar o correio de voz para esta extensão";
|
||||
$text['description-voicemail_enabled']['pt-pt'] = "Habilitar/Desabilitar o correio de voz para esta extensão.";
|
||||
$text['description-voicemail_enabled']['ro-ro'] = "";
|
||||
$text['description-voicemail_enabled']['ru-ru'] = "Включиь / Выключить Голосовую Почту для Внутреннего Номера.";
|
||||
$text['description-voicemail_enabled']['sv-se'] = "Aktivera/Inaktivera röstbrevlåda för denna anknytning.";
|
||||
$text['description-voicemail_enabled']['uk-ua'] = "";
|
||||
@@ -1325,6 +1407,7 @@ $text['description-user_record']['nl-nl'] = "";
|
||||
$text['description-user_record']['pl-pl'] = "Włącz/wyłącz nagrywanie rozmów (lokalne, przychodzące, wychodzące, wszystkie)";
|
||||
$text['description-user_record']['pt-br'] = "Selecione inbound, outbound para gravar todas as chamadas";
|
||||
$text['description-user_record']['pt-pt'] = "Selecione inbound, outbound ou para gravar todas as chamadas.";
|
||||
$text['description-user_record']['ro-ro'] = "";
|
||||
$text['description-user_record']['ru-ru'] = "Укажите, следует ли записывать локальные, входящие, исходящие или все.";
|
||||
$text['description-user_record']['sv-se'] = "Välj om lokala, inkommande, utgående eller alla samtal skall spelas in.";
|
||||
$text['description-user_record']['uk-ua'] = "";
|
||||
@@ -1341,6 +1424,7 @@ $text['description-user_list']['nl-nl'] = "";
|
||||
$text['description-user_list']['pl-pl'] = "Przypisz użytkowników do tego numeru wewnętrznego";
|
||||
$text['description-user_list']['pt-br'] = "Atribua os utilizadores que estão associados a essa extensão";
|
||||
$text['description-user_list']['pt-pt'] = "Atribuir os utilizadores que estão associados a esta extensão.";
|
||||
$text['description-user_list']['ro-ro'] = "";
|
||||
$text['description-user_list']['ru-ru'] = "Назначьте пользователей, данному Внутреннему Номеру. ";
|
||||
$text['description-user_list']['sv-se'] = "Tilldela användare till denna anknytning.";
|
||||
$text['description-user_list']['uk-ua'] = "";
|
||||
@@ -1357,6 +1441,7 @@ $text['description-user_context']['nl-nl'] = "";
|
||||
$text['description-user_context']['pl-pl'] = "Wpisz kontekst użytkownika.";
|
||||
$text['description-user_context']['pt-br'] = "Insira o contexto do utilizador aqui";
|
||||
$text['description-user_context']['pt-pt'] = "Introduza o contexto do utilizador aqui.";
|
||||
$text['description-user_context']['ro-ro'] = "";
|
||||
$text['description-user_context']['ru-ru'] = "Введите контекст для данного Пользователя.";
|
||||
$text['description-user_context']['sv-se'] = "Ange 'user context' här.";
|
||||
$text['description-user_context']['uk-ua'] = "";
|
||||
@@ -1373,6 +1458,7 @@ $text['description-toll_allow']['nl-nl'] = "";
|
||||
$text['description-toll_allow']['pl-pl'] = "Wpisz wartość drogich/szczegółowych połączeń.";
|
||||
$text['description-toll_allow']['pt-br'] = "Insira as permissões aqui. (Exemplos: Internacional, Local)";
|
||||
$text['description-toll_allow']['pt-pt'] = "Introduza as permissões aqui. (Exemplos: internacional, local)";
|
||||
$text['description-toll_allow']['ro-ro'] = "";
|
||||
$text['description-toll_allow']['ru-ru'] = "Введите здесь доступные значения. (Примеры: domestic,international,local)";
|
||||
$text['description-toll_allow']['sv-se'] = "Ange 'toll allow' värde här. (Exempel: domestic,international,local)";
|
||||
$text['description-toll_allow']['uk-ua'] = "";
|
||||
@@ -1389,6 +1475,7 @@ $text['description-sip_force_expires']['nl-nl'] = "";
|
||||
$text['description-sip_force_expires']['pl-pl'] = "Aby zapobiec zastałym rejestracjom włącz SIP 'Force expires'. Nagłówek 'Expires' zostanie nadpisany.";
|
||||
$text['description-sip_force_expires']['pt-br'] = "Selecione para forçar o registro do SIP";
|
||||
$text['description-sip_force_expires']['pt-pt'] = "Para prevenir registos SIP 'agarrados', o forçar do tempo de expiração pode sobrepor-se ao tempo de expiração do cliente.";
|
||||
$text['description-sip_force_expires']['ro-ro'] = "";
|
||||
$text['description-sip_force_expires']['ru-ru'] = "Чтобы предотвратить частую регистрацию, срок действия SIP Force может отменять истечение срока действия клиента.";
|
||||
$text['description-sip_force_expires']['sv-se'] = "För att förhindra inaktuella registreringar ”SIP Force expires” kan åsidosätta ”klient expire”.";
|
||||
$text['description-sip_force_expires']['uk-ua'] = "";
|
||||
@@ -1405,6 +1492,7 @@ $text['description-sip_force_contact']['nl-nl'] = "";
|
||||
$text['description-sip_force_contact']['pl-pl'] = "Wybierz, czy nadpisać SIP „Contact Port” lub nadpisać zarówno SIP „Contact IP” oraz SIP „Port”.";
|
||||
$text['description-sip_force_contact']['pt-br'] = "Selecione de pretende forçar sobreescrever o endereço IP e porta";
|
||||
$text['description-sip_force_contact']['pt-pt'] = "Escolha se pretende reescrever o porto do contacto ou reescrever o endereço IP e o porto.";
|
||||
$text['description-sip_force_contact']['ro-ro'] = "";
|
||||
$text['description-sip_force_contact']['ru-ru'] = "Выберите, следует ли перезаписывать контактный порт или переписать IP-адрес и порт для связи.";
|
||||
$text['description-sip_force_contact']['sv-se'] = "Välj om 'contact port' skall skrivas om eller om både 'contact IP och Port' skall skrivas om.";
|
||||
$text['description-sip_force_contact']['uk-ua'] = "";
|
||||
@@ -1421,6 +1509,7 @@ $text['description-sip_bypass_media']['nl-nl'] = "";
|
||||
$text['description-sip_bypass_media']['pl-pl'] = "Wybierz, czy wysłać strumień głosu bezpośrednio miedzy urządzeniami SIP lub w trybie transparent proxy";
|
||||
$text['description-sip_bypass_media']['pt-br'] = "Selecione caso deseja enviar via stream ponto a ponto ou via proxy em modo invisivel";
|
||||
$text['description-sip_bypass_media']['pt-pt'] = "Escolha se pretende enviar a stream de media ponto a ponto ou via proxy em modo transparente.";
|
||||
$text['description-sip_bypass_media']['ro-ro'] = "";
|
||||
$text['description-sip_bypass_media']['ru-ru'] = "Выберите режим передачи потока (точка-точка) или через прозрачный прокси-сервер.";
|
||||
$text['description-sip_bypass_media']['sv-se'] = "Välj om media strömmen skall skickas 'point to point' eller i 'ransparent proxy mode'.";
|
||||
$text['description-sip_bypass_media']['uk-ua'] = "";
|
||||
@@ -1437,6 +1526,7 @@ $text['description-range']['nl-nl'] = "";
|
||||
$text['description-range']['pl-pl'] = "Wpisz liczbę numerów wewnętrznych do stworzenia. Przyrost o wartość 1.";
|
||||
$text['description-range']['pt-br'] = "Insira o número de extensões para criar. Insira 1 a cada extensão";
|
||||
$text['description-range']['pt-pt'] = "Introduza o número de extensões a criar. Incrementa 1 a cada extensão.";
|
||||
$text['description-range']['ro-ro'] = "";
|
||||
$text['description-range']['ru-ru'] = "Введите число создаваемых Внутренних Номеров. Увеличивает каждый Внутренний Номер на 1.";
|
||||
$text['description-range']['sv-se'] = "Ange hur många anknytningar som skall skapas. Adderar 1 på varje anknytning.";
|
||||
$text['description-range']['uk-ua'] = "";
|
||||
@@ -1453,6 +1543,7 @@ $text['description-provisioning']['nl-nl'] = "";
|
||||
$text['description-provisioning']['pl-pl'] = "Wybierz urządzenie oraz numer linii, które mają zostać przypisane do tego numeru wewnętrznego.";
|
||||
$text['description-provisioning']['pt-br'] = "Escolha um dispositivo e um número para atribuir a esta extensão";
|
||||
$text['description-provisioning']['pt-pt'] = "Escolha um dispositivo e um número para atribuir a esta extensão.";
|
||||
$text['description-provisioning']['ro-ro'] = "";
|
||||
$text['description-provisioning']['ru-ru'] = "Выберите устройство и номер линии, которые будут назначены этому Внутреннего Номера.";
|
||||
$text['description-provisioning']['sv-se'] = "Välj en enhet och linje nummer att tilldela till denna anknytning.";
|
||||
$text['description-provisioning']['uk-ua'] = "";
|
||||
@@ -1469,6 +1560,7 @@ $text['description-password']['nl-nl'] = "";
|
||||
$text['description-password']['pl-pl'] = "Wpisz hasło";
|
||||
$text['description-password']['pt-br'] = "Introduza a senha";
|
||||
$text['description-password']['pt-pt'] = "Introduza a password aqui.";
|
||||
$text['description-password']['ro-ro'] = "";
|
||||
$text['description-password']['ru-ru'] = "Введите Пароль.";
|
||||
$text['description-password']['sv-se'] = "Fyll i lösenord.";
|
||||
$text['description-password']['uk-ua'] = "";
|
||||
@@ -1485,6 +1577,7 @@ $text['description-outbound_caller_id_number-select']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['pl-pl'] = "Wybierz numer prezentowany w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_number-select']['pt-br'] = "Escolha o número externo (público) do discador";
|
||||
$text['description-outbound_caller_id_number-select']['pt-pt'] = "Escolha o número externo (público) do chamador.";
|
||||
$text['description-outbound_caller_id_number-select']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['ru-ru'] = "Выберите внешний (публичный) caller ID номер.";
|
||||
$text['description-outbound_caller_id_number-select']['sv-se'] = "Välj det externa (publikt) nummervisningen här.";
|
||||
$text['description-outbound_caller_id_number-select']['uk-ua'] = "";
|
||||
@@ -1501,6 +1594,7 @@ $text['description-outbound_caller_id_number-custom']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_number-custom']['pl-pl'] = "Wpisz numer prezentowany w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_number-custom']['pt-br'] = "Insira o número externo (público) do discador aqui";
|
||||
$text['description-outbound_caller_id_number-custom']['pt-pt'] = "Introduza o número externo (público) do chamador aqui.";
|
||||
$text['description-outbound_caller_id_number-custom']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_number-custom']['ru-ru'] = "Введите внешний (публичный) caller ID номер.";
|
||||
$text['description-outbound_caller_id_number-custom']['sv-se'] = "Ange det externa (publikt) nummervisningen här.";
|
||||
$text['description-outbound_caller_id_number-custom']['uk-ua'] = "";
|
||||
@@ -1517,6 +1611,7 @@ $text['description-outbound_caller_id_name-select']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_name-select']['pl-pl'] = "Wybierz nazwę prezentowaną w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_name-select']['pt-br'] = "Escolha o nome externo (público) do discador";
|
||||
$text['description-outbound_caller_id_name-select']['pt-pt'] = "Escolha o nome externo (público) do chamador.";
|
||||
$text['description-outbound_caller_id_name-select']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_name-select']['ru-ru'] = "Выберите внешнее (публичное) caller ID Имя.";
|
||||
$text['description-outbound_caller_id_name-select']['sv-se'] = "Välj det externa (publikt) namnvisningen här.";
|
||||
$text['description-outbound_caller_id_name-select']['uk-ua'] = "";
|
||||
@@ -1533,6 +1628,7 @@ $text['description-outbound_caller_id_name-custom']['nl-nl'] = "";
|
||||
$text['description-outbound_caller_id_name-custom']['pl-pl'] = "Wpisz nazwę prezentowaną w rozmowach wychodzących (na zewnątrz systemu)";
|
||||
$text['description-outbound_caller_id_name-custom']['pt-br'] = "Insira o nome externo (público) do discador aqui";
|
||||
$text['description-outbound_caller_id_name-custom']['pt-pt'] = "Introduza o nome externo (público) do chamador aqui.";
|
||||
$text['description-outbound_caller_id_name-custom']['ro-ro'] = "";
|
||||
$text['description-outbound_caller_id_name-custom']['ru-ru'] = "Введите внешнее (публичное) caller ID Имя.";
|
||||
$text['description-outbound_caller_id_name-custom']['sv-se'] = "Ange det externa (publikt) namnvisningen här.";
|
||||
$text['description-outbound_caller_id_name-custom']['uk-ua'] = "";
|
||||
@@ -1549,6 +1645,7 @@ $text['description-number_alias']['nl-nl'] = "";
|
||||
$text['description-number_alias']['pl-pl'] = "Jeżeli numer wewnętrzny jest numeryczny alias jest opcjonalny.";
|
||||
$text['description-number_alias']['pt-br'] = "Se a extensão é um número descreve aqui (Opcional)";
|
||||
$text['description-number_alias']['pt-pt'] = "Se a extensão é numérica o alias é opcional.";
|
||||
$text['description-number_alias']['ro-ro'] = "";
|
||||
$text['description-number_alias']['ru-ru'] = "Добавочный номер. Дополнительно, если абонент находится в цифровом формате.";
|
||||
$text['description-number_alias']['sv-se'] = "Om anknytningen är numerisk då är nummer alias valfritt.";
|
||||
$text['description-number_alias']['uk-ua'] = "";
|
||||
@@ -1565,6 +1662,7 @@ $text['description-nibble_account']['nl-nl'] = "";
|
||||
$text['description-nibble_account']['pl-pl'] = "Wpisz numer konta Nibblebill.";
|
||||
$text['description-nibble_account']['pt-br'] = "Insira o número de conta nibblebill";
|
||||
$text['description-nibble_account']['pt-pt'] = "Introduza o número de conta nibblebill.";
|
||||
$text['description-nibble_account']['ro-ro'] = "";
|
||||
$text['description-nibble_account']['ru-ru'] = "Введите номер учетной записи для использования nibblebill.";
|
||||
$text['description-nibble_account']['sv-se'] = "Ange konto nummer för 'nibblebill' som skall användas.";
|
||||
$text['description-nibble_account']['uk-ua'] = "";
|
||||
@@ -1581,6 +1679,7 @@ $text['description-mwi_account']['nl-nl'] = "";
|
||||
$text['description-mwi_account']['pl-pl'] = "Konto powiadomienia oczekującej uzytkownik@domena moitorowanej poczty głosowej";
|
||||
$text['description-mwi_account']['pt-br'] = "Conta MWI com utilizador@dominio do correio de voz";
|
||||
$text['description-mwi_account']['pt-pt'] = "Conta MWI com utilizador@domínio do correio de voz a monitorizar.";
|
||||
$text['description-mwi_account']['ro-ro'] = "";
|
||||
$text['description-mwi_account']['ru-ru'] = "MWI Учетная Запись user@domain для мониторинга Голосовой Почты.";
|
||||
$text['description-mwi_account']['sv-se'] = "MWI konto med user@domain för den röstbrevlåda som skall monitoreras.";
|
||||
$text['description-mwi_account']['uk-ua'] = "";
|
||||
@@ -1597,6 +1696,7 @@ $text['description-absolute_codec_string']['nl-nl'] = "";
|
||||
$text['description-absolute_codec_string']['pl-pl'] = "";
|
||||
$text['description-absolute_codec_string']['pt-br'] = "";
|
||||
$text['description-absolute_codec_string']['pt-pt'] = "";
|
||||
$text['description-absolute_codec_string']['ro-ro'] = "";
|
||||
$text['description-absolute_codec_string']['ru-ru'] = "Последовательность выбора кодеков для Внутреннего Номера";
|
||||
$text['description-absolute_codec_string']['sv-se'] = "Absolut Codec String för anknytningen";
|
||||
$text['description-absolute_codec_string']['uk-ua'] = "";
|
||||
@@ -1613,6 +1713,7 @@ $text['description-force_ping']['nl-nl'] = "";
|
||||
$text['description-force_ping']['pl-pl'] = "";
|
||||
$text['description-force_ping']['pt-br'] = "";
|
||||
$text['description-force_ping']['pt-pt'] = "";
|
||||
$text['description-force_ping']['ro-ro'] = "";
|
||||
$text['description-force_ping']['ru-ru'] = "Использовать OPTIONS, чтобы определить доступность Внутреннего Номера";
|
||||
$text['description-force_ping']['sv-se'] = "Använd OPTIONS för att avgöra om anknytningen är nåbar";
|
||||
$text['description-force_ping']['uk-ua'] = "";
|
||||
@@ -1629,6 +1730,7 @@ $text['description-missed_call']['nl-nl'] = "";
|
||||
$text['description-missed_call']['pl-pl'] = "Wybierz typ powiadomienia, i wpisz odpowiednie miejsce przeznaczenia.";
|
||||
$text['description-missed_call']['pt-br'] = "Selecione o tipo de notificação e digite o destino apropriado.";
|
||||
$text['description-missed_call']['pt-pt'] = "Selecione o tipo de notificação e digite o destino apropriado.";
|
||||
$text['description-missed_call']['ro-ro'] = "";
|
||||
$text['description-missed_call']['ru-ru'] = "Выберите тип уведомления и введите соответствующий пункт назначения.";
|
||||
$text['description-missed_call']['sv-se'] = "Välj typ anmälan, och ange lämplig destination.";
|
||||
$text['description-missed_call']['uk-ua'] = "Виберіть тип повідомлення, і ввести відповідний пункт призначення.";
|
||||
@@ -1645,6 +1747,7 @@ $text['description-limit_max']['nl-nl'] = "";
|
||||
$text['description-limit_max']['pl-pl'] = "Wpisz maksymalną dozwoloną ilość rozmów wychodzących z tego numeru wew.";
|
||||
$text['description-limit_max']['pt-br'] = "Insira o número máximo de chamadas de saída para este usuário";
|
||||
$text['description-limit_max']['pt-pt'] = "Introduza o número máximo de chamadas de saída para este utilizador.";
|
||||
$text['description-limit_max']['ro-ro'] = "";
|
||||
$text['description-limit_max']['ru-ru'] = "Введите максимальное количество исходящих вызовов для этого пользователя.";
|
||||
$text['description-limit_max']['sv-se'] = "Ange max antal utgående samtal för denna anknytning.";
|
||||
$text['description-limit_max']['uk-ua'] = "";
|
||||
@@ -1661,6 +1764,7 @@ $text['description-limit_destination']['nl-nl'] = "";
|
||||
$text['description-limit_destination']['pl-pl'] = "Wprowadź destynację rozmowy w przypadku osiągnięcia maksymalnej liczby połączeń wychodzących.";
|
||||
$text['description-limit_destination']['pt-br'] = "Insira o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido";
|
||||
$text['description-limit_destination']['pt-pt'] = "Introduza o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido.";
|
||||
$text['description-limit_destination']['ro-ro'] = "";
|
||||
$text['description-limit_destination']['ru-ru'] = "Введите получателя для отправки вызовов, когда достигнуто максимальное количество исходящих вызовов.";
|
||||
$text['description-limit_destination']['sv-se'] = "Ange destination dit samtal skickas när max antal utgående samtals gränsen har nåtts.";
|
||||
$text['description-limit_destination']['uk-ua'] = "";
|
||||
@@ -1677,6 +1781,7 @@ $text['description-hold_music']['nl-nl'] = "";
|
||||
$text['description-hold_music']['pl-pl'] = "Wybierz kategorie muzyki na czekanie.";
|
||||
$text['description-hold_music']['pt-br'] = "Escolha a categoria MOH da música.";
|
||||
$text['description-hold_music']['pt-pt'] = "Escolha a categoria MOH da música aqui.";
|
||||
$text['description-hold_music']['ro-ro'] = "";
|
||||
$text['description-hold_music']['ru-ru'] = "Выберите мелодию Музыки на Ожидании (MOH).";
|
||||
$text['description-hold_music']['sv-se'] = "Välj MOH Kategori här.";
|
||||
$text['description-hold_music']['uk-ua'] = "";
|
||||
@@ -1693,6 +1798,7 @@ $text['description-extensions']['nl-nl'] = "";
|
||||
$text['description-extensions']['pl-pl'] = "Konfiguracja numerów wewnętrznych.";
|
||||
$text['description-extensions']['pt-br'] = "Utilize para configurar as suas extensões SIP";
|
||||
$text['description-extensions']['pt-pt'] = "Utilize isto para configurar as suas extensões SIP";
|
||||
$text['description-extensions']['ro-ro'] = "";
|
||||
$text['description-extensions']['ru-ru'] = "Используйте это для настройки Внутренних Номеров SIP.";
|
||||
$text['description-extensions']['sv-se'] = "Använd detta för att konfigurera dina SIP anknytningar.";
|
||||
$text['description-extensions']['uk-ua'] = "";
|
||||
@@ -1709,6 +1815,7 @@ $text['description-extension']['nl-nl'] = "";
|
||||
$text['description-extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne ";
|
||||
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
|
||||
$text['description-extension']['pt-pt'] = "Introduza uma extensão alfanumérica. A configuração por omissão prmite extensões de 2 - 7 dígitos.";
|
||||
$text['description-extension']['ro-ro'] = "";
|
||||
$text['description-extension']['ru-ru'] = "Введите буквенно-цифровой Внутренний Номер. Конфигурация по умолчанию позволяет 2-7-значные Внутренние Номера.";
|
||||
$text['description-extension']['sv-se'] = "Tilldela anknytning och linje nummer till enheten.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
@@ -1725,6 +1832,7 @@ $text['description-enabled']['nl-nl'] = "";
|
||||
$text['description-enabled']['pl-pl'] = "Ustaw status numeru wewnętrznego.";
|
||||
$text['description-enabled']['pt-br'] = "Escolha o estado desta definição";
|
||||
$text['description-enabled']['pt-pt'] = "Defina o estado da extensão.";
|
||||
$text['description-enabled']['ro-ro'] = "";
|
||||
$text['description-enabled']['ru-ru'] = "Установите статус Внутреннего Номера.";
|
||||
$text['description-enabled']['sv-se'] = "Välj status på denna standardinställning.";
|
||||
$text['description-enabled']['uk-ua'] = "";
|
||||
@@ -1741,6 +1849,7 @@ $text['description-emergency_caller_id_number']['nl-nl'] = "";
|
||||
$text['description-emergency_caller_id_number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (emergency)";
|
||||
$text['description-emergency_caller_id_number']['pt-br'] = "Insira o número de emergência do discador";
|
||||
$text['description-emergency_caller_id_number']['pt-pt'] = "Introduza o número de emergência do chamador aqui.";
|
||||
$text['description-emergency_caller_id_number']['ro-ro'] = "";
|
||||
$text['description-emergency_caller_id_number']['ru-ru'] = "Введите идентификтор (caller ID) номера при экстренном вызове.";
|
||||
$text['description-emergency_caller_id_number']['sv-se'] = "Ange nummer som skall visas vid nödsamtal.";
|
||||
$text['description-emergency_caller_id_number']['uk-ua'] = "";
|
||||
@@ -1757,6 +1866,7 @@ $text['description-emergency_caller_id_name']['nl-nl'] = "";
|
||||
$text['description-emergency_caller_id_name']['pl-pl'] = "Wprowadź prezentację nazwy dzwoniącego (emergency)";
|
||||
$text['description-emergency_caller_id_name']['pt-br'] = "Insira o nome de emergência do discador";
|
||||
$text['description-emergency_caller_id_name']['pt-pt'] = "Introduza o nome de emergência do chamador aqui.";
|
||||
$text['description-emergency_caller_id_name']['ro-ro'] = "";
|
||||
$text['description-emergency_caller_id_name']['ru-ru'] = "Введите идентификтор (caller ID) Имени при экстренном вызове.";
|
||||
$text['description-emergency_caller_id_name']['sv-se'] = "Ange namn som skall visas vid nödsamtal.";
|
||||
$text['description-emergency_caller_id_name']['uk-ua'] = "";
|
||||
@@ -1773,6 +1883,7 @@ $text['description-effective_caller_id_number']['nl-nl'] = "";
|
||||
$text['description-effective_caller_id_number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (rozmowy wew)";
|
||||
$text['description-effective_caller_id_number']['pt-br'] = "Insira o número interno do discador";
|
||||
$text['description-effective_caller_id_number']['pt-pt'] = "Introduza o número interno do chamador aqui.";
|
||||
$text['description-effective_caller_id_number']['ro-ro'] = "";
|
||||
$text['description-effective_caller_id_number']['ru-ru'] = "Введите внутренний идентификатор (caller ID) номера.";
|
||||
$text['description-effective_caller_id_number']['sv-se'] = "Ange numret som skall visas internt.";
|
||||
$text['description-effective_caller_id_number']['uk-ua'] = "";
|
||||
@@ -1789,6 +1900,7 @@ $text['description-effective_caller_id_name']['nl-nl'] = "";
|
||||
$text['description-effective_caller_id_name']['pl-pl'] = "Wprowadź prezentację nazwy dzwoniącego (rozmowy wew)";
|
||||
$text['description-effective_caller_id_name']['pt-br'] = "Insira o nome interno do discador";
|
||||
$text['description-effective_caller_id_name']['pt-pt'] = "Introduza o nome interno do chamador aqui.";
|
||||
$text['description-effective_caller_id_name']['ro-ro'] = "";
|
||||
$text['description-effective_caller_id_name']['ru-ru'] = "Введите внутренний идентификатор (caller ID) Имени.";
|
||||
$text['description-effective_caller_id_name']['sv-se'] = "Ange namn som skall visas internt.";
|
||||
$text['description-effective_caller_id_name']['uk-ua'] = "";
|
||||
@@ -1805,6 +1917,7 @@ $text['description-domain']['nl-nl'] = "";
|
||||
$text['description-domain']['pl-pl'] = "";
|
||||
$text['description-domain']['pt-br'] = "";
|
||||
$text['description-domain']['pt-pt'] = "";
|
||||
$text['description-domain']['ro-ro'] = "";
|
||||
$text['description-domain']['ru-ru'] = "";
|
||||
$text['description-domain']['sv-se'] = "";
|
||||
$text['description-domain']['uk-ua'] = "";
|
||||
@@ -1821,6 +1934,7 @@ $text['description-directory_visible']['nl-nl'] = "";
|
||||
$text['description-directory_visible']['pl-pl'] = "Wybierz czy ukryć imię i nazwisko w książce telefonicznej.";
|
||||
$text['description-directory_visible']['pt-br'] = "Escolha se deseja ou não ocultar o nome do diretório";
|
||||
$text['description-directory_visible']['pt-pt'] = "Escolha se deseja ou não ocultar o nome do directório.";
|
||||
$text['description-directory_visible']['ro-ro'] = "";
|
||||
$text['description-directory_visible']['ru-ru'] = "Выберите, следует ли скрыть имя каталога.";
|
||||
$text['description-directory_visible']['sv-se'] = "Välj om namnet inte skall visas i katalogen.";
|
||||
$text['description-directory_visible']['uk-ua'] = "";
|
||||
@@ -1837,6 +1951,7 @@ $text['description-directory_full_name']['nl-nl'] = "";
|
||||
$text['description-directory_full_name']['pl-pl'] = "Wprowadź imię i nazwisko";
|
||||
$text['description-directory_full_name']['pt-br'] = "Insira o primeiro nome seguido do ultimo.";
|
||||
$text['description-directory_full_name']['pt-pt'] = "Introduza o primeiro nome seguido do último.";
|
||||
$text['description-directory_full_name']['ro-ro'] = "";
|
||||
$text['description-directory_full_name']['ru-ru'] = "Введите имя и фамилию.";
|
||||
$text['description-directory_full_name']['sv-se'] = "Ange förnamn följt av efternamn.";
|
||||
$text['description-directory_full_name']['uk-ua'] = "";
|
||||
@@ -1853,6 +1968,7 @@ $text['description-directory_exten_visible']['nl-nl'] = "";
|
||||
$text['description-directory_exten_visible']['pl-pl'] = "Wybierz, czy ogłosić numer wewnętrzny podczas wyszukiwania w książce telefonicznej";
|
||||
$text['description-directory_exten_visible']['pt-br'] = "Escolha se deseja anunciar a extensão no diretório";
|
||||
$text['description-directory_exten_visible']['pt-pt'] = "Escolha se deseja anunciar a extensão no directório.";
|
||||
$text['description-directory_exten_visible']['ro-ro'] = "";
|
||||
$text['description-directory_exten_visible']['ru-ru'] = "Выберите, следует ли отображать Внутренний Номер в каталоге.";
|
||||
$text['description-directory_exten_visible']['sv-se'] = "Välj om anknytningen skall anges när katalogen rings upp.";
|
||||
$text['description-directory_exten_visible']['uk-ua'] = "";
|
||||
@@ -1869,6 +1985,7 @@ $text['description-dial_string']['nl-nl'] = "";
|
||||
$text['description-dial_string']['pl-pl'] = "Lokalizacja klienta SIP";
|
||||
$text['description-dial_string']['pt-br'] = "Lolicação do ponto final";
|
||||
$text['description-dial_string']['pt-pt'] = "Localização do endpoint.";
|
||||
$text['description-dial_string']['ro-ro'] = "";
|
||||
$text['description-dial_string']['ru-ru'] = "Местоположение конечной точки.";
|
||||
$text['description-dial_string']['sv-se'] = "Plats för enheten.";
|
||||
$text['description-dial_string']['uk-ua'] = "";
|
||||
@@ -1885,6 +2002,7 @@ $text['description-cidr']['nl-nl'] = "";
|
||||
$text['description-cidr']['pl-pl'] = "Wpisz CIDR";
|
||||
$text['description-cidr']['pt-br'] = "Insira o CIDR ";
|
||||
$text['description-cidr']['pt-pt'] = "Introduza o CIDR aqui.";
|
||||
$text['description-cidr']['ro-ro'] = "";
|
||||
$text['description-cidr']['ru-ru'] = "Введите IP-адрес (например, 1.2.3.4/32).";
|
||||
$text['description-cidr']['sv-se'] = "Ange CIDR här.";
|
||||
$text['description-cidr']['uk-ua'] = "";
|
||||
@@ -1901,6 +2019,7 @@ $text['description-call_timeout']['nl-nl'] = "";
|
||||
$text['description-call_timeout']['pl-pl'] = "Wpisz limit czasu rozmowy";
|
||||
$text['description-call_timeout']['pt-br'] = "Insira o tempo final da chamada";
|
||||
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
|
||||
$text['description-call_timeout']['ro-ro'] = "";
|
||||
$text['description-call_timeout']['ru-ru'] = "Введите время ожидания вызова";
|
||||
$text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
|
||||
$text['description-call_timeout']['uk-ua'] = "";
|
||||
@@ -1917,6 +2036,7 @@ $text['description-call_screen_enabled']['nl-nl'] = "";
|
||||
$text['description-call_screen_enabled']['pl-pl'] = "";
|
||||
$text['description-call_screen_enabled']['pt-br'] = "";
|
||||
$text['description-call_screen_enabled']['pt-pt'] = "";
|
||||
$text['description-call_screen_enabled']['ro-ro'] = "";
|
||||
$text['description-call_screen_enabled']['ru-ru'] = "Укажите, следует ли включать или отключать проверку вызовов.";
|
||||
$text['description-call_screen_enabled']['sv-se'] = "Välj om du vill aktivera eller inaktivera call screening.";
|
||||
$text['description-call_screen_enabled']['uk-ua'] = "";
|
||||
@@ -1933,6 +2053,7 @@ $text['description-call_group']['nl-nl'] = "";
|
||||
$text['description-call_group']['pl-pl'] = "Tutaj wprowadź grupę rozmówców użytkownika. Dostępne są następujące Grupy domyślne: sprzedaż, wsparcie, billing.";
|
||||
$text['description-call_group']['pt-br'] = "Insira o grupo a associar ao usuário, Grupos disponiveis: vendas, suporte, financeiro";
|
||||
$text['description-call_group']['pt-pt'] = "Introduza o grupo a associar ao utilizador aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";
|
||||
$text['description-call_group']['ro-ro'] = "";
|
||||
$text['description-call_group']['ru-ru'] = "Войдите в группу пользователей. Группы доступные по умолчанию: sales, support, billing.";
|
||||
$text['description-call_group']['sv-se'] = "Ange användarens ring grupp här. Grupper som är tillgängliga från start: sales, support, billing.";
|
||||
$text['description-call_group']['uk-ua'] = "";
|
||||
@@ -1949,6 +2070,7 @@ $text['description-auth_acl']['nl-nl'] = "";
|
||||
$text['description-auth_acl']['pl-pl'] = "Wpisz listę kontroli dostępu.";
|
||||
$text['description-auth_acl']['pt-br'] = "Insira a autorização ACL";
|
||||
$text['description-auth_acl']['pt-pt'] = "Introduza a autorização ACL aqui.";
|
||||
$text['description-auth_acl']['ro-ro'] = "";
|
||||
$text['description-auth_acl']['ru-ru'] = "Введите ACL для проверки подлинности";
|
||||
$text['description-auth_acl']['sv-se'] = "Ange Auth ACL här.";
|
||||
$text['description-auth_acl']['uk-ua'] = "";
|
||||
@@ -1965,6 +2087,7 @@ $text['description-accountcode']['nl-nl'] = "";
|
||||
$text['description-accountcode']['pl-pl'] = "Wpisz numer billingowy (nagłówek dodany do SIP INVITE).";
|
||||
$text['description-accountcode']['pt-br'] = "Insira a autorização da conta";
|
||||
$text['description-accountcode']['pt-pt'] = "Introduza o código de conta aqui.";
|
||||
$text['description-accountcode']['ro-ro'] = "";
|
||||
$text['description-accountcode']['ru-ru'] = "Введите здесь код счета.";
|
||||
$text['description-accountcode']['sv-se'] = "Ange 'account code' här.";
|
||||
$text['description-accountcode']['uk-ua'] = "";
|
||||
@@ -1981,6 +2104,7 @@ $text['checkbox-range']['nl-nl'] = "";
|
||||
$text['checkbox-range']['pl-pl'] = " Wygeneruj użytkownika z numerem wewnętrznym jako login.";
|
||||
$text['checkbox-range']['pt-br'] = "Gerar automaticamente o usuário com extensão nome e login";
|
||||
$text['checkbox-range']['pt-pt'] = "Geração Automática do utilizador com a extensão como nome de login";
|
||||
$text['checkbox-range']['ro-ro'] = "";
|
||||
$text['checkbox-range']['ru-ru'] = "Автоматическая генерация Пользователю Внутреннего Номера Логина и Имени";
|
||||
$text['checkbox-range']['sv-se'] = "Auto-generera användare med anknytning som inloggningsnamn.";
|
||||
$text['checkbox-range']['uk-ua'] = "";
|
||||
@@ -1997,6 +2121,7 @@ $text['button-call_routing']['nl-nl'] = "";
|
||||
$text['button-call_routing']['pl-pl'] = "Call Routing";
|
||||
$text['button-call_routing']['pt-br'] = "";
|
||||
$text['button-call_routing']['pt-pt'] = "roteamento de chamadas";
|
||||
$text['button-call_routing']['ro-ro'] = "";
|
||||
$text['button-call_routing']['ru-ru'] = "Маршрутизация Вызовов";
|
||||
$text['button-call_routing']['sv-se'] = "Call Routing";
|
||||
$text['button-call_routing']['uk-ua'] = "маршрутизація викликів";
|
||||
|
||||
+187
-1
File diff suppressed because it is too large
Load Diff
+150
-2
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-queues']['en-us'] = "Queues";
|
||||
$text['title-queues']['ar-eg'] = "";
|
||||
$text['title-queues']['de-at'] = "Warteschlangen";
|
||||
$text['title-queues']['de-ch'] = "";
|
||||
$text['title-queues']['de-de'] = "Warteschlangen";
|
||||
$text['title-queues']['es-cl'] = "Colas";
|
||||
$text['title-queues']['es-mx'] = "";
|
||||
$text['title-queues']['fr-ca'] = "";
|
||||
$text['title-queues']['fr-fr'] = "Queues";
|
||||
$text['title-queues']['he-il'] = "";
|
||||
$text['title-queues']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-queues']['nl-nl'] = "";
|
||||
$text['title-queues']['pl-pl'] = "Kolejki";
|
||||
$text['title-queues']['pt-br'] = "";
|
||||
$text['title-queues']['pt-pt'] = "Filas";
|
||||
$text['title-queues']['ro-ro'] = "";
|
||||
$text['title-queues']['ru-ru'] = "Очереди";
|
||||
$text['title-queues']['sv-se'] = "Kö:er";
|
||||
$text['title-queues']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-queues']['uk-ua'] = "";
|
||||
$text['title-queue_edit']['en-us'] = "Queue Edit";
|
||||
$text['title-queue_edit']['ar-eg'] = "";
|
||||
$text['title-queue_edit']['de-at'] = "Warteschlangen bearbeiten";
|
||||
$text['title-queue_edit']['de-ch'] = "";
|
||||
$text['title-queue_edit']['de-de'] = "Warteschlangen bearbeiten";
|
||||
$text['title-queue_edit']['es-cl'] = "Editar Cola";
|
||||
$text['title-queue_edit']['es-mx'] = "";
|
||||
$text['title-queue_edit']['fr-ca'] = "";
|
||||
$text['title-queue_edit']['fr-fr'] = "Editer la Queue";
|
||||
$text['title-queue_edit']['he-il'] = "";
|
||||
$text['title-queue_edit']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-queue_edit']['nl-nl'] = "";
|
||||
$text['title-queue_edit']['pl-pl'] = "Edytuj kolejkę";
|
||||
$text['title-queue_edit']['pt-br'] = "";
|
||||
$text['title-queue_edit']['pt-pt'] = "Editar Fila";
|
||||
$text['title-queue_edit']['ro-ro'] = "";
|
||||
$text['title-queue_edit']['ru-ru'] = "Редактирование очереди";
|
||||
$text['title-queue_edit']['sv-se'] = "Editera Kö";
|
||||
$text['title-queue_edit']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-queue_edit']['uk-ua'] = "";
|
||||
$text['title-queue_detail_edit']['en-us'] = "Queue Detail Edit";
|
||||
$text['title-queue_detail_edit']['ar-eg'] = "";
|
||||
$text['title-queue_detail_edit']['de-at'] = "Warteschlangen Details bearbeiten";
|
||||
$text['title-queue_detail_edit']['de-ch'] = "";
|
||||
$text['title-queue_detail_edit']['de-de'] = "Warteschlangen Details bearbeiten";
|
||||
$text['title-queue_detail_edit']['es-cl'] = "Editar Detalle de Cola";
|
||||
$text['title-queue_detail_edit']['es-mx'] = "";
|
||||
$text['title-queue_detail_edit']['fr-ca'] = "";
|
||||
$text['title-queue_detail_edit']['fr-fr'] = "Editer Détails";
|
||||
$text['title-queue_detail_edit']['he-il'] = "";
|
||||
$text['title-queue_detail_edit']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title-queue_detail_edit']['nl-nl'] = "";
|
||||
$text['title-queue_detail_edit']['pl-pl'] = "Edytuj szczegóły kolejki.";
|
||||
$text['title-queue_detail_edit']['pt-br'] = "";
|
||||
$text['title-queue_detail_edit']['pt-pt'] = "Editar Detalhes da Fila";
|
||||
$text['title-queue_detail_edit']['ro-ro'] = "";
|
||||
$text['title-queue_detail_edit']['ru-ru'] = "Редактирование очереди";
|
||||
$text['title-queue_detail_edit']['sv-se'] = "Editera Kö Detaljer";
|
||||
$text['title-queue_detail_edit']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['title-queue_detail_edit']['uk-ua'] = "";
|
||||
$text['title-queue_detail_add']['en-us'] = "Queue Detail Add";
|
||||
$text['title-queue_detail_add']['ar-eg'] = "";
|
||||
$text['title-queue_detail_add']['de-at'] = "Warteschlangen Details hinzufügen.";
|
||||
$text['title-queue_detail_add']['de-ch'] = "";
|
||||
$text['title-queue_detail_add']['de-de'] = "Warteschlangen Details hinzufügen.";
|
||||
$text['title-queue_detail_add']['es-cl'] = "Agregar Detalle de Cola";
|
||||
$text['title-queue_detail_add']['es-mx'] = "";
|
||||
$text['title-queue_detail_add']['fr-ca'] = "";
|
||||
$text['title-queue_detail_add']['fr-fr'] = "Ajouter Détails";
|
||||
$text['title-queue_detail_add']['he-il'] = "";
|
||||
$text['title-queue_detail_add']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['title-queue_detail_add']['nl-nl'] = "";
|
||||
$text['title-queue_detail_add']['pl-pl'] = "Dodaj szczegóły kolejki.";
|
||||
$text['title-queue_detail_add']['pt-br'] = "";
|
||||
$text['title-queue_detail_add']['pt-pt'] = "Adicionar Detalhes à Fila";
|
||||
$text['title-queue_detail_add']['ro-ro'] = "";
|
||||
$text['title-queue_detail_add']['ru-ru'] = "Добавление детали в очередь";
|
||||
$text['title-queue_detail_add']['sv-se'] = "Lägg Till Kö Detaljer";
|
||||
$text['title-queue_detail_add']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['title-queue_detail_add']['uk-ua'] = "";
|
||||
$text['title-queue_add']['en-us'] = "Queue Add";
|
||||
$text['title-queue_add']['ar-eg'] = "";
|
||||
$text['title-queue_add']['de-at'] = "Warteschlange hinzufügen";
|
||||
$text['title-queue_add']['de-ch'] = "";
|
||||
$text['title-queue_add']['de-de'] = "Warteschlange hinzufügen";
|
||||
$text['title-queue_add']['es-cl'] = "Cola Agregar";
|
||||
$text['title-queue_add']['es-mx'] = "";
|
||||
$text['title-queue_add']['fr-ca'] = "";
|
||||
$text['title-queue_add']['fr-fr'] = "Ajouter une Queue Add";
|
||||
$text['title-queue_add']['he-il'] = "";
|
||||
$text['title-queue_add']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['title-queue_add']['nl-nl'] = "";
|
||||
$text['title-queue_add']['pl-pl'] = "Dodaj kolejkę";
|
||||
$text['title-queue_add']['pt-br'] = "";
|
||||
$text['title-queue_add']['pt-pt'] = "Adicionar Fila";
|
||||
$text['title-queue_add']['ro-ro'] = "";
|
||||
$text['title-queue_add']['ru-ru'] = "Добавить Очередь";
|
||||
$text['title-queue_add']['sv-se'] = "Lägg Till Kö";
|
||||
$text['title-queue_add']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['title-queue_add']['uk-ua'] = "";
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['ar-eg'] = "";
|
||||
$text['option-true']['de-at'] = "Ein";
|
||||
$text['option-true']['de-ch'] = "";
|
||||
$text['option-true']['de-de'] = "Ein";
|
||||
$text['option-true']['es-cl'] = "verdadero";
|
||||
$text['option-true']['es-mx'] = "";
|
||||
$text['option-true']['fr-ca'] = "";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-true']['he-il'] = "";
|
||||
$text['option-true']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['option-true']['nl-nl'] = "";
|
||||
$text['option-true']['pl-pl'] = "Tak";
|
||||
$text['option-true']['pt-br'] = "";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['ro-ro'] = "";
|
||||
$text['option-true']['ru-ru'] = "Да";
|
||||
$text['option-true']['sv-se'] = "Sann";
|
||||
$text['option-true']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['option-true']['uk-ua'] = "";
|
||||
$text['option-parameter']['en-us'] = "Parameter";
|
||||
$text['option-parameter']['ar-eg'] = "";
|
||||
$text['option-parameter']['de-at'] = "Parameter";
|
||||
$text['option-parameter']['de-ch'] = "";
|
||||
$text['option-parameter']['de-de'] = "Parameter";
|
||||
$text['option-parameter']['es-cl'] = "Parámetro";
|
||||
$text['option-parameter']['es-mx'] = "";
|
||||
$text['option-parameter']['fr-ca'] = "";
|
||||
$text['option-parameter']['fr-fr'] = "Paramètre";
|
||||
$text['option-parameter']['he-il'] = "";
|
||||
$text['option-parameter']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['option-parameter']['nl-nl'] = "";
|
||||
$text['option-parameter']['pl-pl'] = "Parametr";
|
||||
$text['option-parameter']['pt-br'] = "";
|
||||
$text['option-parameter']['pt-pt'] = "Parâmetro";
|
||||
$text['option-parameter']['ro-ro'] = "";
|
||||
$text['option-parameter']['ru-ru'] = "Параметр";
|
||||
$text['option-parameter']['sv-se'] = "Parameter";
|
||||
$text['option-parameter']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['option-parameter']['uk-ua'] = "";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['ar-eg'] = "";
|
||||
$text['option-false']['de-at'] = "Aus";
|
||||
$text['option-false']['de-ch'] = "";
|
||||
$text['option-false']['de-de'] = "Aus";
|
||||
$text['option-false']['es-cl'] = "falso";
|
||||
$text['option-false']['es-mx'] = "";
|
||||
$text['option-false']['fr-ca'] = "";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
$text['option-false']['he-il'] = "";
|
||||
$text['option-false']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['option-false']['nl-nl'] = "";
|
||||
$text['option-false']['pl-pl'] = "Nie";
|
||||
$text['option-false']['pt-br'] = "";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['ro-ro'] = "";
|
||||
$text['option-false']['ru-ru'] = "Нет";
|
||||
$text['option-false']['sv-se'] = "Falsk";
|
||||
$text['option-false']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['option-false']['uk-ua'] = "";
|
||||
$text['option-condition']['en-us'] = "Condition";
|
||||
$text['option-condition']['ar-eg'] = "";
|
||||
$text['option-condition']['de-at'] = "Bedingung";
|
||||
$text['option-condition']['de-ch'] = "";
|
||||
$text['option-condition']['de-de'] = "Bedingung";
|
||||
$text['option-condition']['es-cl'] = "Condición";
|
||||
$text['option-condition']['es-mx'] = "";
|
||||
$text['option-condition']['fr-ca'] = "";
|
||||
$text['option-condition']['fr-fr'] = "Condition";
|
||||
$text['option-condition']['he-il'] = "";
|
||||
$text['option-condition']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['option-condition']['nl-nl'] = "";
|
||||
$text['option-condition']['pl-pl'] = "Warunek";
|
||||
$text['option-condition']['pt-br'] = "";
|
||||
$text['option-condition']['pt-pt'] = "Condição";
|
||||
$text['option-condition']['ro-ro'] = "";
|
||||
$text['option-condition']['ru-ru'] = "Состояние";
|
||||
$text['option-condition']['sv-se'] = "Skick";
|
||||
$text['option-condition']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['option-condition']['uk-ua'] = "";
|
||||
$text['option-anti-action']['en-us'] = "Anti-Action";
|
||||
$text['option-anti-action']['ar-eg'] = "";
|
||||
$text['option-anti-action']['de-at'] = "Anti-Aktion";
|
||||
$text['option-anti-action']['de-ch'] = "";
|
||||
$text['option-anti-action']['de-de'] = "Anti-Aktion";
|
||||
$text['option-anti-action']['es-cl'] = "Anti-Acción";
|
||||
$text['option-anti-action']['es-mx'] = "";
|
||||
$text['option-anti-action']['fr-ca'] = "";
|
||||
$text['option-anti-action']['fr-fr'] = "Anti-Action";
|
||||
$text['option-anti-action']['he-il'] = "";
|
||||
$text['option-anti-action']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['option-anti-action']['nl-nl'] = "";
|
||||
$text['option-anti-action']['pl-pl'] = "Anty-Operacja";
|
||||
$text['option-anti-action']['pt-br'] = "";
|
||||
$text['option-anti-action']['pt-pt'] = "Anti-Acção";
|
||||
$text['option-anti-action']['ro-ro'] = "";
|
||||
$text['option-anti-action']['ru-ru'] = "Anti-Action";
|
||||
$text['option-anti-action']['sv-se'] = "Anti-Action";
|
||||
$text['option-anti-action']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['option-anti-action']['uk-ua'] = "";
|
||||
$text['option-action']['en-us'] = "Action";
|
||||
$text['option-action']['ar-eg'] = "";
|
||||
$text['option-action']['de-at'] = "Aktion";
|
||||
$text['option-action']['de-ch'] = "";
|
||||
$text['option-action']['de-de'] = "Aktion";
|
||||
$text['option-action']['es-cl'] = "Acción";
|
||||
$text['option-action']['es-mx'] = "";
|
||||
$text['option-action']['fr-ca'] = "";
|
||||
$text['option-action']['fr-fr'] = "Action";
|
||||
$text['option-action']['he-il'] = "";
|
||||
$text['option-action']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['option-action']['nl-nl'] = "";
|
||||
$text['option-action']['pl-pl'] = "Operacja";
|
||||
$text['option-action']['pt-br'] = "";
|
||||
$text['option-action']['pt-pt'] = "Acção";
|
||||
$text['option-action']['ro-ro'] = "";
|
||||
$text['option-action']['ru-ru'] = "Действие";
|
||||
$text['option-action']['sv-se'] = "Action";
|
||||
$text['option-action']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['option-action']['uk-ua'] = "";
|
||||
$text['label-tag']['en-us'] = "Tag";
|
||||
$text['label-tag']['ar-eg'] = "";
|
||||
$text['label-tag']['de-at'] = "Kennzeichnen";
|
||||
$text['label-tag']['de-ch'] = "";
|
||||
$text['label-tag']['de-de'] = "Kennzeichnen";
|
||||
$text['label-tag']['es-cl'] = "Etiqueta";
|
||||
$text['label-tag']['es-mx'] = "";
|
||||
$text['label-tag']['fr-ca'] = "";
|
||||
$text['label-tag']['fr-fr'] = "Tag";
|
||||
$text['label-tag']['he-il'] = "";
|
||||
$text['label-tag']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-tag']['nl-nl'] = "";
|
||||
$text['label-tag']['pl-pl'] = "Tag";
|
||||
$text['label-tag']['pt-br'] = "";
|
||||
$text['label-tag']['pt-pt'] = "Tag";
|
||||
$text['label-tag']['ro-ro'] = "";
|
||||
$text['label-tag']['ru-ru'] = "Тег";
|
||||
$text['label-tag']['sv-se'] = "Tag";
|
||||
$text['label-tag']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-tag']['uk-ua'] = "";
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['ar-eg'] = "";
|
||||
$text['label-field']['de-at'] = "Feld";
|
||||
$text['label-field']['de-ch'] = "";
|
||||
$text['label-field']['de-de'] = "Feld";
|
||||
$text['label-field']['es-cl'] = "Campo";
|
||||
$text['label-field']['es-mx'] = "";
|
||||
$text['label-field']['fr-ca'] = "";
|
||||
$text['label-field']['fr-fr'] = "Champs";
|
||||
$text['label-field']['he-il'] = "";
|
||||
$text['label-field']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-field']['nl-nl'] = "";
|
||||
$text['label-field']['pl-pl'] = "Pole";
|
||||
$text['label-field']['pt-br'] = "";
|
||||
$text['label-field']['pt-pt'] = "Campo";
|
||||
$text['label-field']['ro-ro'] = "";
|
||||
$text['label-field']['ru-ru'] = "Поле";
|
||||
$text['label-field']['sv-se'] = "Fält";
|
||||
$text['label-field']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-field']['uk-ua'] = "";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-extension']['de-ch'] = "";
|
||||
$text['label-extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['es-mx'] = "";
|
||||
$text['label-extension']['fr-ca'] = "";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['he-il'] = "";
|
||||
$text['label-extension']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-extension']['pt-br'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний Номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-extension']['uk-ua'] = "";
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['ar-eg'] = "";
|
||||
$text['label-expression']['de-at'] = "Ausdruck";
|
||||
$text['label-expression']['de-ch'] = "";
|
||||
$text['label-expression']['de-de'] = "Ausdruck";
|
||||
$text['label-expression']['es-cl'] = "Expresión";
|
||||
$text['label-expression']['es-mx'] = "";
|
||||
$text['label-expression']['fr-ca'] = "";
|
||||
$text['label-expression']['fr-fr'] = "Expression";
|
||||
$text['label-expression']['he-il'] = "";
|
||||
$text['label-expression']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-expression']['nl-nl'] = "";
|
||||
$text['label-expression']['pl-pl'] = "Wyrażenie";
|
||||
$text['label-expression']['pt-br'] = "";
|
||||
$text['label-expression']['pt-pt'] = "Expressão";
|
||||
$text['label-expression']['ro-ro'] = "";
|
||||
$text['label-expression']['ru-ru'] = "Выражение";
|
||||
$text['label-expression']['sv-se'] = "Uttryck";
|
||||
$text['label-expression']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-expression']['uk-ua'] = "";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['ar-eg'] = "";
|
||||
$text['label-data']['de-at'] = "Daten";
|
||||
$text['label-data']['de-ch'] = "";
|
||||
$text['label-data']['de-de'] = "Daten";
|
||||
$text['label-data']['es-cl'] = "Datos";
|
||||
$text['label-data']['es-mx'] = "";
|
||||
$text['label-data']['fr-ca'] = "";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['label-data']['he-il'] = "";
|
||||
$text['label-data']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-data']['nl-nl'] = "";
|
||||
$text['label-data']['pl-pl'] = "Dane";
|
||||
$text['label-data']['pt-br'] = "";
|
||||
$text['label-data']['pt-pt'] = "Data";
|
||||
$text['label-data']['ro-ro'] = "";
|
||||
$text['label-data']['ru-ru'] = "Дата";
|
||||
$text['label-data']['sv-se'] = "Data";
|
||||
$text['label-data']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['label-data']['uk-ua'] = "";
|
||||
$text['label-continue']['en-us'] = "Continue";
|
||||
$text['label-continue']['ar-eg'] = "";
|
||||
$text['label-continue']['de-at'] = "Fortsetzen";
|
||||
$text['label-continue']['de-ch'] = "";
|
||||
$text['label-continue']['de-de'] = "Fortsetzen";
|
||||
$text['label-continue']['es-cl'] = "Continuar";
|
||||
$text['label-continue']['es-mx'] = "";
|
||||
$text['label-continue']['fr-ca'] = "";
|
||||
$text['label-continue']['fr-fr'] = "Continue";
|
||||
$text['label-continue']['he-il'] = "";
|
||||
$text['label-continue']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-continue']['nl-nl'] = "";
|
||||
$text['label-continue']['pl-pl'] = "Kontynuuj";
|
||||
$text['label-continue']['pt-br'] = "";
|
||||
$text['label-continue']['pt-pt'] = "Continuar";
|
||||
$text['label-continue']['ro-ro'] = "";
|
||||
$text['label-continue']['ru-ru'] = "Продолжить";
|
||||
$text['label-continue']['sv-se'] = "Fortsätt";
|
||||
$text['label-continue']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-continue']['uk-ua'] = "";
|
||||
$text['label-application']['en-us'] = "Application";
|
||||
$text['label-application']['ar-eg'] = "";
|
||||
$text['label-application']['de-at'] = "Anwendung";
|
||||
$text['label-application']['de-ch'] = "";
|
||||
$text['label-application']['de-de'] = "Anwendung";
|
||||
$text['label-application']['es-cl'] = "Aplicación";
|
||||
$text['label-application']['es-mx'] = "";
|
||||
$text['label-application']['fr-ca'] = "";
|
||||
$text['label-application']['fr-fr'] = "Application";
|
||||
$text['label-application']['he-il'] = "";
|
||||
$text['label-application']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['label-application']['nl-nl'] = "";
|
||||
$text['label-application']['pl-pl'] = "Aplikacja";
|
||||
$text['label-application']['pt-br'] = "";
|
||||
$text['label-application']['pt-pt'] = "Aplicação";
|
||||
$text['label-application']['ro-ro'] = "";
|
||||
$text['label-application']['ru-ru'] = "Заявка";
|
||||
$text['label-application']['sv-se'] = "Applikation";
|
||||
$text['label-application']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-application']['uk-ua'] = "";
|
||||
$text['label-agent_queue_extension']['en-us'] = "Queue Extension Number";
|
||||
$text['label-agent_queue_extension']['ar-eg'] = "";
|
||||
$text['label-agent_queue_extension']['de-at'] = "Nebenstelle der Warteschlange";
|
||||
$text['label-agent_queue_extension']['de-ch'] = "";
|
||||
$text['label-agent_queue_extension']['de-de'] = "Nebenstelle der Warteschlange";
|
||||
$text['label-agent_queue_extension']['es-cl'] = "Número de Extensión de Cola";
|
||||
$text['label-agent_queue_extension']['es-mx'] = "";
|
||||
$text['label-agent_queue_extension']['fr-ca'] = "";
|
||||
$text['label-agent_queue_extension']['fr-fr'] = "Numéro de la file";
|
||||
$text['label-agent_queue_extension']['he-il'] = "";
|
||||
$text['label-agent_queue_extension']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['label-agent_queue_extension']['nl-nl'] = "";
|
||||
$text['label-agent_queue_extension']['pl-pl'] = "Numer wew kolejki.";
|
||||
$text['label-agent_queue_extension']['pt-br'] = "";
|
||||
$text['label-agent_queue_extension']['pt-pt'] = "Número da Extensão da Fila";
|
||||
$text['label-agent_queue_extension']['ro-ro'] = "";
|
||||
$text['label-agent_queue_extension']['ru-ru'] = "Очередь Внутренних Номеров";
|
||||
$text['label-agent_queue_extension']['sv-se'] = "Kö Anknytningsnummer";
|
||||
$text['label-agent_queue_extension']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-agent_queue_extension']['uk-ua'] = "";
|
||||
$text['label-agent_loginout_extension']['en-us'] = "Login/Logout Extension Number";
|
||||
$text['label-agent_loginout_extension']['ar-eg'] = "";
|
||||
$text['label-agent_loginout_extension']['de-at'] = "Nebenstelle für Anmeldung/Abmeldung";
|
||||
$text['label-agent_loginout_extension']['de-ch'] = "";
|
||||
$text['label-agent_loginout_extension']['de-de'] = "Nebenstelle für Anmeldung/Abmeldung";
|
||||
$text['label-agent_loginout_extension']['es-cl'] = "Número de Extensión de Conexión/Desconexión";
|
||||
$text['label-agent_loginout_extension']['es-mx'] = "";
|
||||
$text['label-agent_loginout_extension']['fr-ca'] = "";
|
||||
$text['label-agent_loginout_extension']['fr-fr'] = "Numéro de Login/Logout";
|
||||
$text['label-agent_loginout_extension']['he-il'] = "";
|
||||
$text['label-agent_loginout_extension']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['label-agent_loginout_extension']['nl-nl'] = "";
|
||||
$text['label-agent_loginout_extension']['pl-pl'] = "Włączony/wyłączony numer wewnętrzny";
|
||||
$text['label-agent_loginout_extension']['pt-br'] = "";
|
||||
$text['label-agent_loginout_extension']['pt-pt'] = "Login/Logout Número de Extensão";
|
||||
$text['label-agent_loginout_extension']['ro-ro'] = "";
|
||||
$text['label-agent_loginout_extension']['ru-ru'] = "Внутренний номер вход / выход";
|
||||
$text['label-agent_loginout_extension']['sv-se'] = "Logga In/Logga Ut Anknytningsnummer";
|
||||
$text['label-agent_loginout_extension']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-agent_loginout_extension']['uk-ua'] = "";
|
||||
$text['header-queues']['en-us'] = "Queues";
|
||||
$text['header-queues']['ar-eg'] = "";
|
||||
$text['header-queues']['de-at'] = "Warteschlangen";
|
||||
$text['header-queues']['de-ch'] = "";
|
||||
$text['header-queues']['de-de'] = "Warteschlangen";
|
||||
$text['header-queues']['es-cl'] = "Colas";
|
||||
$text['header-queues']['es-mx'] = "";
|
||||
$text['header-queues']['fr-ca'] = "";
|
||||
$text['header-queues']['fr-fr'] = "Queues";
|
||||
$text['header-queues']['he-il'] = "";
|
||||
$text['header-queues']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['header-queues']['nl-nl'] = "";
|
||||
$text['header-queues']['pl-pl'] = "Kolejki";
|
||||
$text['header-queues']['pt-br'] = "";
|
||||
$text['header-queues']['pt-pt'] = "Filas";
|
||||
$text['header-queues']['ro-ro'] = "";
|
||||
$text['header-queues']['ru-ru'] = "Очереди";
|
||||
$text['header-queues']['sv-se'] = "Kö:er";
|
||||
$text['header-queues']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['header-queues']['uk-ua'] = "";
|
||||
$text['header-queue_edit']['en-us'] = "Queue Edit";
|
||||
$text['header-queue_edit']['ar-eg'] = "";
|
||||
$text['header-queue_edit']['de-at'] = "Warteschlange bearbeiten";
|
||||
$text['header-queue_edit']['de-ch'] = "";
|
||||
$text['header-queue_edit']['de-de'] = "Warteschlange bearbeiten";
|
||||
$text['header-queue_edit']['es-cl'] = "Editar Cola";
|
||||
$text['header-queue_edit']['es-mx'] = "";
|
||||
$text['header-queue_edit']['fr-ca'] = "";
|
||||
$text['header-queue_edit']['fr-fr'] = "Editer Queue";
|
||||
$text['header-queue_edit']['he-il'] = "";
|
||||
$text['header-queue_edit']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['header-queue_edit']['nl-nl'] = "";
|
||||
$text['header-queue_edit']['pl-pl'] = "Edytuj kolejkę";
|
||||
$text['header-queue_edit']['pt-br'] = "";
|
||||
$text['header-queue_edit']['pt-pt'] = "Editar Fila";
|
||||
$text['header-queue_edit']['ro-ro'] = "";
|
||||
$text['header-queue_edit']['ru-ru'] = "редиктирование Очереди";
|
||||
$text['header-queue_edit']['sv-se'] = "Editera Kö";
|
||||
$text['header-queue_edit']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['header-queue_edit']['uk-ua'] = "";
|
||||
$text['header-queue_detail_edit']['en-us'] = "Queue Detail Edit";
|
||||
$text['header-queue_detail_edit']['ar-eg'] = "";
|
||||
$text['header-queue_detail_edit']['de-at'] = "Warteschlange Details bearbeiten";
|
||||
$text['header-queue_detail_edit']['de-ch'] = "";
|
||||
$text['header-queue_detail_edit']['de-de'] = "Warteschlange Details bearbeiten";
|
||||
$text['header-queue_detail_edit']['es-cl'] = "Editar Detalle de Cola";
|
||||
$text['header-queue_detail_edit']['es-mx'] = "";
|
||||
$text['header-queue_detail_edit']['fr-ca'] = "";
|
||||
$text['header-queue_detail_edit']['fr-fr'] = "Editer Détails";
|
||||
$text['header-queue_detail_edit']['he-il'] = "";
|
||||
$text['header-queue_detail_edit']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['header-queue_detail_edit']['nl-nl'] = "";
|
||||
$text['header-queue_detail_edit']['pl-pl'] = "Edytuj szczegóły kolejki";
|
||||
$text['header-queue_detail_edit']['pt-br'] = "";
|
||||
$text['header-queue_detail_edit']['pt-pt'] = "Editar Detalhes da Fila";
|
||||
$text['header-queue_detail_edit']['ro-ro'] = "";
|
||||
$text['header-queue_detail_edit']['ru-ru'] = "Редактирование деталей Очереди";
|
||||
$text['header-queue_detail_edit']['sv-se'] = "Editera Kö Detaljer";
|
||||
$text['header-queue_detail_edit']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['header-queue_detail_edit']['uk-ua'] = "";
|
||||
$text['header-queue_detail_add']['en-us'] = "Queue Detail Add";
|
||||
$text['header-queue_detail_add']['ar-eg'] = "";
|
||||
$text['header-queue_detail_add']['de-at'] = "Warteschlange Details hinzufügen";
|
||||
$text['header-queue_detail_add']['de-ch'] = "";
|
||||
$text['header-queue_detail_add']['de-de'] = "Warteschlange Details hinzufügen";
|
||||
$text['header-queue_detail_add']['es-cl'] = "Agregar Detalle de Cola";
|
||||
$text['header-queue_detail_add']['es-mx'] = "";
|
||||
$text['header-queue_detail_add']['fr-ca'] = "";
|
||||
$text['header-queue_detail_add']['fr-fr'] = "Ajouter Détails";
|
||||
$text['header-queue_detail_add']['he-il'] = "";
|
||||
$text['header-queue_detail_add']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['header-queue_detail_add']['nl-nl'] = "";
|
||||
$text['header-queue_detail_add']['pl-pl'] = "Dodaj szczegóły kolejki";
|
||||
$text['header-queue_detail_add']['pt-br'] = "";
|
||||
$text['header-queue_detail_add']['pt-pt'] = "Adicionado Detalhes da Fila";
|
||||
$text['header-queue_detail_add']['ro-ro'] = "";
|
||||
$text['header-queue_detail_add']['ru-ru'] = "Добавление деталей в Очередь";
|
||||
$text['header-queue_detail_add']['sv-se'] = "Lägg Till Kö Detalj";
|
||||
$text['header-queue_detail_add']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['header-queue_detail_add']['uk-ua'] = "";
|
||||
$text['header-queue_add']['en-us'] = "Queue Add";
|
||||
$text['header-queue_add']['ar-eg'] = "";
|
||||
$text['header-queue_add']['de-at'] = "Warteschlange hinzufügen";
|
||||
$text['header-queue_add']['de-ch'] = "";
|
||||
$text['header-queue_add']['de-de'] = "Warteschlange hinzufügen";
|
||||
$text['header-queue_add']['es-cl'] = "Agregar Cola";
|
||||
$text['header-queue_add']['es-mx'] = "";
|
||||
$text['header-queue_add']['fr-ca'] = "";
|
||||
$text['header-queue_add']['fr-fr'] = "Ajouter une Queue";
|
||||
$text['header-queue_add']['he-il'] = "";
|
||||
$text['header-queue_add']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['header-queue_add']['nl-nl'] = "";
|
||||
$text['header-queue_add']['pl-pl'] = "Dodaj kolejkę";
|
||||
$text['header-queue_add']['pt-br'] = "";
|
||||
$text['header-queue_add']['pt-pt'] = "Adicionar Fila";
|
||||
$text['header-queue_add']['ro-ro'] = "";
|
||||
$text['header-queue_add']['ru-ru'] = "Добавить Очередь";
|
||||
$text['header-queue_add']['sv-se'] = "Lägg Till Kö";
|
||||
$text['header-queue_add']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['header-queue_add']['uk-ua'] = "";
|
||||
$text['header-conditions_and_actions']['en-us'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['ar-eg'] = "";
|
||||
$text['header-conditions_and_actions']['de-at'] = "Bedingungen und Aktionen";
|
||||
$text['header-conditions_and_actions']['de-ch'] = "";
|
||||
$text['header-conditions_and_actions']['de-de'] = "Bedingungen und Aktionen";
|
||||
$text['header-conditions_and_actions']['es-cl'] = "Condiciones y Acciones";
|
||||
$text['header-conditions_and_actions']['es-mx'] = "";
|
||||
$text['header-conditions_and_actions']['fr-ca'] = "";
|
||||
$text['header-conditions_and_actions']['fr-fr'] = "Conditions et Actions";
|
||||
$text['header-conditions_and_actions']['he-il'] = "";
|
||||
$text['header-conditions_and_actions']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['header-conditions_and_actions']['nl-nl'] = "";
|
||||
$text['header-conditions_and_actions']['pl-pl'] = "Warunki i operacje";
|
||||
$text['header-conditions_and_actions']['pt-br'] = "";
|
||||
$text['header-conditions_and_actions']['pt-pt'] = "Condições e Acções";
|
||||
$text['header-conditions_and_actions']['ro-ro'] = "";
|
||||
$text['header-conditions_and_actions']['ru-ru'] = "Условия и действия";
|
||||
$text['header-conditions_and_actions']['sv-se'] = "Tillstånd och Actions";
|
||||
$text['header-conditions_and_actions']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['header-conditions_and_actions']['uk-ua'] = "";
|
||||
$text['header-agent_details']['en-us'] = "Agent Details";
|
||||
$text['header-agent_details']['ar-eg'] = "";
|
||||
$text['header-agent_details']['de-at'] = "Agenten Details";
|
||||
$text['header-agent_details']['de-ch'] = "";
|
||||
$text['header-agent_details']['de-de'] = "Agenten Details";
|
||||
$text['header-agent_details']['es-cl'] = "Detalles de Agente";
|
||||
$text['header-agent_details']['es-mx'] = "";
|
||||
$text['header-agent_details']['fr-ca'] = "";
|
||||
$text['header-agent_details']['fr-fr'] = "Détails de l'Agent";
|
||||
$text['header-agent_details']['he-il'] = "";
|
||||
$text['header-agent_details']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['header-agent_details']['nl-nl'] = "";
|
||||
$text['header-agent_details']['pl-pl'] = "Szczegóły agenta";
|
||||
$text['header-agent_details']['pt-br'] = "";
|
||||
$text['header-agent_details']['pt-pt'] = "Detalhes do Agente";
|
||||
$text['header-agent_details']['ro-ro'] = "";
|
||||
$text['header-agent_details']['ru-ru'] = "Сведения об агенте";
|
||||
$text['header-agent_details']['sv-se'] = "Agent Detaljer";
|
||||
$text['header-agent_details']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['header-agent_details']['uk-ua'] = "";
|
||||
$text['header-additional_information']['en-us'] = "Additional Information";
|
||||
$text['header-additional_information']['ar-eg'] = "";
|
||||
$text['header-additional_information']['de-at'] = "Weiterführende Informationen";
|
||||
$text['header-additional_information']['de-ch'] = "";
|
||||
$text['header-additional_information']['de-de'] = "Weiterführende Informationen";
|
||||
$text['header-additional_information']['es-cl'] = "Información Adicional";
|
||||
$text['header-additional_information']['es-mx'] = "";
|
||||
$text['header-additional_information']['fr-ca'] = "";
|
||||
$text['header-additional_information']['fr-fr'] = "Informations Additionnelles";
|
||||
$text['header-additional_information']['he-il'] = "";
|
||||
$text['header-additional_information']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['header-additional_information']['nl-nl'] = "";
|
||||
$text['header-additional_information']['pl-pl'] = "Informacje dodatkowe";
|
||||
$text['header-additional_information']['pt-br'] = "";
|
||||
$text['header-additional_information']['pt-pt'] = "Informação Adicional";
|
||||
$text['header-additional_information']['ro-ro'] = "";
|
||||
$text['header-additional_information']['ru-ru'] = "Дополнительная информация";
|
||||
$text['header-additional_information']['sv-se'] = "Ytterligare Information";
|
||||
$text['header-additional_information']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['header-additional_information']['uk-ua'] = "";
|
||||
$text['description-queues']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$text['description-queues']['ar-eg'] = "";
|
||||
$text['description-queues']['de-at'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
|
||||
$text['description-queues']['de-ch'] = "";
|
||||
$text['description-queues']['de-de'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
|
||||
$text['description-queues']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.";
|
||||
$text['description-queues']['es-mx'] = "";
|
||||
$text['description-queues']['fr-ca'] = "";
|
||||
$text['description-queues']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
|
||||
$text['description-queues']['he-il'] = "";
|
||||
$text['description-queues']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['description-queues']['nl-nl'] = "";
|
||||
$text['description-queues']['pl-pl'] = "Kolejki są używane do konfiguracji linii oczekiwania dla wielu jednoczesnych rozmówców. Znane one są również jako kolejki FIFO.";
|
||||
$text['description-queues']['pt-br'] = "";
|
||||
$text['description-queues']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para os originadores das chamadas. Também são chamadas de filas FIFO.";
|
||||
$text['description-queues']['ro-ro'] = "";
|
||||
$text['description-queues']['ru-ru'] = "Очереди используются для установки ожидающих линий для вызывающих абонентов. Также известны как очереди FIFO.";
|
||||
$text['description-queues']['sv-se'] = "Köer används för att konfigurera väntelinjer för uppringare. Även känd som FIFO Kö:er.";
|
||||
$text['description-queues']['uk-ua'] = "";
|
||||
@@ -468,8 +584,11 @@ $text['description-queues']['uk-ua'] = "";
|
||||
$text['description-queue_edit']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$text['description-queue_edit']['ar-eg'] = "";
|
||||
$text['description-queue_edit']['de-at'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
|
||||
$text['description-queue_edit']['de-ch'] = "";
|
||||
$text['description-queue_edit']['de-de'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
|
||||
$text['description-queue_edit']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.";
|
||||
$text['description-queue_edit']['es-mx'] = "";
|
||||
$text['description-queue_edit']['fr-ca'] = "";
|
||||
$text['description-queue_edit']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
|
||||
$text['description-queue_edit']['he-il'] = "";
|
||||
$text['description-queue_edit']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['description-queue_edit']['nl-nl'] = "";
|
||||
$text['description-queue_edit']['pl-pl'] = "Kolejki są używane do konfiguracji linii oczekiwania dla wielu jednoczesnych rozmówców. Znane one są również jako kolejki FIFO.";
|
||||
$text['description-queue_edit']['pt-br'] = "";
|
||||
$text['description-queue_edit']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para os originadores de chamadas.";
|
||||
$text['description-queue_edit']['ro-ro'] = "";
|
||||
$text['description-queue_edit']['ru-ru'] = "Очереди используются для установки ожидающих линий для вызывающих абонентов. Также известны как очереди FIFO.";
|
||||
$text['description-queue_edit']['sv-se'] = "Köer används för att konfigurera väntelinjer för uppringare. Även känd som FIFO Kö:er.";
|
||||
$text['description-queue_edit']['uk-ua'] = "";
|
||||
@@ -484,8 +604,11 @@ $text['description-queue_edit']['uk-ua'] = "";
|
||||
$text['description-queue_add']['en-us'] = "In simple terms queues are holding patterns for callers to wait until someone is available to take the call. Also known as FIFO Queues.";
|
||||
$text['description-queue_add']['ar-eg'] = "";
|
||||
$text['description-queue_add']['de-at'] = "Einfach ausgedrückt sind WarteschlangenWarteschlangen in denen die Anruf gehalten werden, bit jemand verfügbar ist, der den Anruf annehmen kann. Diese sind als FIFO-Warteschlangen bekannt.";
|
||||
$text['description-queue_add']['de-ch'] = "";
|
||||
$text['description-queue_add']['de-de'] = "Einfach ausgedrückt sind WarteschlangenWarteschlangen in denen die Anruf gehalten werden, bit jemand verfügbar ist, der den Anruf annehmen kann. Diese sind als FIFO-Warteschlangen bekannt.";
|
||||
$text['description-queue_add']['es-cl'] = "En términos simples, las colas son patrones para mantener en espera hasta que alguien está disponible para tomar la llamada. Son conocidas como colas FIFO.";
|
||||
$text['description-queue_add']['es-mx'] = "";
|
||||
$text['description-queue_add']['fr-ca'] = "";
|
||||
$text['description-queue_add']['fr-fr'] = "En résumé, ces files d'attente diffusent un média aux appelants en attendant que quelqu'un soit disponible pour traiter cet appel.";
|
||||
$text['description-queue_add']['he-il'] = "";
|
||||
$text['description-queue_add']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['description-queue_add']['nl-nl'] = "";
|
||||
$text['description-queue_add']['pl-pl'] = "Kolejki przetrzymują dzwoniących aż do momentu, gdy któryś z agentów będzie mógł odebrać rozmowę. Znane one są również jako kolejki FIFO.";
|
||||
$text['description-queue_add']['pt-br'] = "";
|
||||
$text['description-queue_add']['pt-pt'] = "As filas implementam padrões que permitem aos originadores das chamadas esperar até que algum agente fique disponível para atender a chamada.";
|
||||
$text['description-queue_add']['ro-ro'] = "";
|
||||
$text['description-queue_add']['ru-ru'] = "Говоря простыми словами, очереди удерживают звонящих на линии, пока кто-то не сможет принять вызов. Также известны как очереди FIFO.";
|
||||
$text['description-queue_add']['sv-se'] = "Enkelt förklarat så är kö:er en vänt plats för inkommande samtal fram tills någon kan ta samtalet. Även känt som FIFO Kö:er.";
|
||||
$text['description-queue_add']['uk-ua'] = "";
|
||||
@@ -500,8 +624,11 @@ $text['description-queue_add']['uk-ua'] = "";
|
||||
$text['description-name']['en-us'] = "The name the queue will be assigned.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Der Name, welcher der Warteschlange zugeordnet werden soll.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Der Name, welcher der Warteschlange zugeordnet werden soll.";
|
||||
$text['description-name']['es-cl'] = "El nombre al que la cola que va a ser asignada.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Le nom donné à la queue.";
|
||||
$text['description-name']['he-il'] = "";
|
||||
$text['description-name']['it-it'] = "";
|
||||
@@ -509,6 +636,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = " Nazwa kolejki.";
|
||||
$text['description-name']['pt-br'] = "";
|
||||
$text['description-name']['pt-pt'] = "O nome que será atribuído à fila.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Имя очереди будет присвоено.";
|
||||
$text['description-name']['sv-se'] = "Namnet som kommer att kopplas till kö:n.";
|
||||
$text['description-name']['uk-ua'] = "";
|
||||
@@ -516,8 +644,11 @@ $text['description-name']['uk-ua'] = "";
|
||||
$text['description-extension']['en-us'] = "The number that will be assigned to the queue.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Die Rufnummer, die der Warteschlange zugeordnet werden soll.";
|
||||
$text['description-extension']['de-ch'] = "";
|
||||
$text['description-extension']['de-de'] = "Die Rufnummer, die der Warteschlange zugeordnet werden soll.";
|
||||
$text['description-extension']['es-cl'] = "El número al que será asignada la cola.";
|
||||
$text['description-extension']['es-mx'] = "";
|
||||
$text['description-extension']['fr-ca'] = "";
|
||||
$text['description-extension']['fr-fr'] = "Numéro d'extension pour joindre la queue. ";
|
||||
$text['description-extension']['he-il'] = "";
|
||||
$text['description-extension']['it-it'] = "";
|
||||
@@ -525,6 +656,7 @@ $text['description-extension']['nl-nl'] = "";
|
||||
$text['description-extension']['pl-pl'] = "Numer wew kolejki.";
|
||||
$text['description-extension']['pt-br'] = "";
|
||||
$text['description-extension']['pt-pt'] = "O número que será atribuído à fila.";
|
||||
$text['description-extension']['ro-ro'] = "";
|
||||
$text['description-extension']['ru-ru'] = "Номер, который будет назначен очереди.";
|
||||
$text['description-extension']['sv-se'] = "Numret som kommer att kopplas till kö:n.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
@@ -532,8 +664,11 @@ $text['description-extension']['uk-ua'] = "";
|
||||
$text['description-continue']['en-us'] = "Continue in most cases should be set to false.";
|
||||
$text['description-continue']['ar-eg'] = "";
|
||||
$text['description-continue']['de-at'] = "Die Option Weiterführen sollte in der Regel auf Aus stehen.";
|
||||
$text['description-continue']['de-ch'] = "";
|
||||
$text['description-continue']['de-de'] = "Die Option Weiterführen sollte in der Regel auf Aus stehen.";
|
||||
$text['description-continue']['es-cl'] = "Continuar en la mayoría de los casos debería configurarse como falso.";
|
||||
$text['description-continue']['es-mx'] = "";
|
||||
$text['description-continue']['fr-ca'] = "";
|
||||
$text['description-continue']['fr-fr'] = "Continuer, Dans la plus part des cas à Non.";
|
||||
$text['description-continue']['he-il'] = "";
|
||||
$text['description-continue']['it-it'] = "";
|
||||
@@ -541,6 +676,7 @@ $text['description-continue']['nl-nl'] = "";
|
||||
$text['description-continue']['pl-pl'] = "Kontynuacja w większości przypadków jest ustawiona na NIE.";
|
||||
$text['description-continue']['pt-br'] = "";
|
||||
$text['description-continue']['pt-pt'] = "A acção Continuar deverá ser, na maioria dos casos, definida a false.";
|
||||
$text['description-continue']['ro-ro'] = "";
|
||||
$text['description-continue']['ru-ru'] = "Для продолжения в большинстве случаев должно быть установлено значение Нет.";
|
||||
$text['description-continue']['sv-se'] = "Fortsätt i de flesta fall bör detta vara inställd på falsk.";
|
||||
$text['description-continue']['uk-ua'] = "";
|
||||
@@ -548,8 +684,11 @@ $text['description-continue']['uk-ua'] = "";
|
||||
$text['description-conditions_and_actions']['en-us'] = "The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order until you reach the action dialplan_detail_tag which tells what action to perform. You are not limited to only one condition or action dialplan_detail_tag for a given extension.";
|
||||
$text['description-conditions_and_actions']['ar-eg'] = "";
|
||||
$text['description-conditions_and_actions']['de-at'] = "Die nachfolgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan verwendet, um den Anruf-Fluss zu steuern. Jeder Anruf wird sequentiell abgearbeitet, bis die Aktion dialplan_detail_tag erreicht wird, welche die auszuführende Aktion bestimmt. Es können mehrere Bedingungen und Aktionen vom Typ dialplan_detail_tag pro Nebenstelle angegeben werden.";
|
||||
$text['description-conditions_and_actions']['de-ch'] = "";
|
||||
$text['description-conditions_and_actions']['de-de'] = "Die nachfolgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan verwendet, um den Anruf-Fluss zu steuern. Jeder Anruf wird sequentiell abgearbeitet, bis die Aktion dialplan_detail_tag erreicht wird, welche die auszuführende Aktion bestimmt. Es können mehrere Bedingungen und Aktionen vom Typ dialplan_detail_tag pro Nebenstelle angegeben werden.";
|
||||
$text['description-conditions_and_actions']['es-cl'] = "Las siguientes condiciones, acciones y anti-acciones son usada en el plan de marcado para dirigir el flujo de llamado. Cada uno es procesado en orden hasta que se alcanza la accion dialplan_detail_tag, el cual indica la acción a ejecutar. No está limitado a solo una condición o acción dialplan_detail_tag para una extensión dada.";
|
||||
$text['description-conditions_and_actions']['es-mx'] = "";
|
||||
$text['description-conditions_and_actions']['fr-ca'] = "";
|
||||
$text['description-conditions_and_actions']['fr-fr'] = "Les conditions suivantes, actions et anti-actions sont utilisées par le plan de nuémrotation pour acheminer l'appel. Chaque appel est géré dans l'ordre jusqu'à atteindre l'action 'dialplan_detail_tag' qui décide de l'action à effectuer. Il n'y a pas de limite sur le nombre de condition ou d'action pour chaque extension.";
|
||||
$text['description-conditions_and_actions']['he-il'] = "";
|
||||
$text['description-conditions_and_actions']['it-it'] = "";
|
||||
@@ -557,6 +696,7 @@ $text['description-conditions_and_actions']['nl-nl'] = "";
|
||||
$text['description-conditions_and_actions']['pl-pl'] = "Następujące warunki, akcje i anty-akcje są używane przez dialplan do przesyłania rozmów. Każdy z nich jest wykonywany we wcześniej zdefiniowanej kolejności. Użyj tyle warunków, akcji lub anty-akcji ile jest potrzebne do osiągniecia żądanego końcowego przeznaczenia.";
|
||||
$text['description-conditions_and_actions']['pt-br'] = "";
|
||||
$text['description-conditions_and_actions']['pt-pt'] = "As seguintes condições, acções e anti-acções são utilizadas no dialplan para encaminhar as chamadas. Cada condição, acção ou anti-acção é processada por ordem até ser atingida a acção a tomar. Podem ser tomadas mais do que uma condição ou acção para uma determinada extensão.";
|
||||
$text['description-conditions_and_actions']['ro-ro'] = "";
|
||||
$text['description-conditions_and_actions']['ru-ru'] = "Следующие условия, действия и антидействия используются в диалплане для направления потока вызовов. Каждый обрабатывается по порядку, пока не будет достигнуто действие dialplan_detail_tag, которое сообщает, какое действие выполнить. Вы не ограничены только одним условием или действием dialplan_detail_tag для данного расширения.";
|
||||
$text['description-conditions_and_actions']['sv-se'] = "Följande villkor, åtgärder och anti-handlingar används i nummerplanen för att styra ett samtals flöde. Varje steg bearbetas i ordning tills du når steget dialplan_detail_tag som berättar vilken åtgärd som ska utföras. Du är inte begränsad till endast ett villkor eller åtgärd dialplan_detail_tag för en viss anknytning.";
|
||||
$text['description-conditions_and_actions']['uk-ua'] = "";
|
||||
@@ -564,8 +704,11 @@ $text['description-conditions_and_actions']['uk-ua'] = "";
|
||||
$text['description-agent_queue_extension']['en-us'] = "The extension number for the Agent FIFO Queue. This is the holding pattern for agents waiting to service calls in the caller FIFO queue.";
|
||||
$text['description-agent_queue_extension']['ar-eg'] = "";
|
||||
$text['description-agent_queue_extension']['de-at'] = "Die Nebenstelle für die Agent FIFO Warteschlange.";
|
||||
$text['description-agent_queue_extension']['de-ch'] = "";
|
||||
$text['description-agent_queue_extension']['de-de'] = "Die Nebenstelle für die Agent FIFO Warteschlange.";
|
||||
$text['description-agent_queue_extension']['es-cl'] = "El número de extensión para la cola del Agente FIFO. Este es el patrón de espera para agentes esperando servir llamadas en la cola.";
|
||||
$text['description-agent_queue_extension']['es-mx'] = "";
|
||||
$text['description-agent_queue_extension']['fr-ca'] = "";
|
||||
$text['description-agent_queue_extension']['fr-fr'] = "Numéro de la queue pour l'agent. Ce sera le numéro entré par l'agent pour souscrire aux appels de cette queue. ";
|
||||
$text['description-agent_queue_extension']['he-il'] = "";
|
||||
$text['description-agent_queue_extension']['it-it'] = "";
|
||||
@@ -573,6 +716,7 @@ $text['description-agent_queue_extension']['nl-nl'] = "";
|
||||
$text['description-agent_queue_extension']['pl-pl'] = "Numer wew agenta w kolejce FIFO. To jest przykład ustawienia agentów oczekujących na rozmowy.";
|
||||
$text['description-agent_queue_extension']['pt-br'] = "";
|
||||
$text['description-agent_queue_extension']['pt-pt'] = "O número de extensão para o agente da fila. Este é o procedimento para que os agentes possam receber chamadas da fila.";
|
||||
$text['description-agent_queue_extension']['ro-ro'] = "";
|
||||
$text['description-agent_queue_extension']['ru-ru'] = "Внутренний номер очереди агента FIFO. Это шаблон ожидания для операторов, ожидающих обслуживания вызовов в очереди FIFO вызывающего абонента.";
|
||||
$text['description-agent_queue_extension']['sv-se'] = "Anknytningsnumret för Agent FIFO Queue. Detta är väntplatsen för agenter som väntar på att betjäna samtal i den uppringande FIFO-köen.";
|
||||
$text['description-agent_queue_extension']['uk-ua'] = "";
|
||||
@@ -580,8 +724,11 @@ $text['description-agent_queue_extension']['uk-ua'] = "";
|
||||
$text['description-agent_loginout_extension']['en-us'] = "Agents use this extension number to login or logout of the Queue. After logging into the agent will be ready to receive calls from the Queue.";
|
||||
$text['description-agent_loginout_extension']['ar-eg'] = "";
|
||||
$text['description-agent_loginout_extension']['de-at'] = "Der Agent verwendet diese Nebenstelle um sich bei der Warteschlange an oder ab zu melden. Nach der Anmeldung kann der Agent Anrufe aus der Warteschlange entgegennehmen.";
|
||||
$text['description-agent_loginout_extension']['de-ch'] = "";
|
||||
$text['description-agent_loginout_extension']['de-de'] = "Der Agent verwendet diese Nebenstelle um sich bei der Warteschlange an oder ab zu melden. Nach der Anmeldung kann der Agent Anrufe aus der Warteschlange entgegennehmen.";
|
||||
$text['description-agent_loginout_extension']['es-cl'] = "Los agentes usan este número de extensión para conectarse o desconectarse en la cola. Despues de conectarse, el agente estará listo para recibir llamadas desde la cola.";
|
||||
$text['description-agent_loginout_extension']['es-mx'] = "";
|
||||
$text['description-agent_loginout_extension']['fr-ca'] = "";
|
||||
$text['description-agent_loginout_extension']['fr-fr'] = "Numéro utilisé par l'agent pour se connecter/déconnecter de la queue. Après s'être connecté, l'agent sera prêt à recevoir des les appels de la queue.";
|
||||
$text['description-agent_loginout_extension']['he-il'] = "";
|
||||
$text['description-agent_loginout_extension']['it-it'] = "";
|
||||
@@ -589,9 +736,10 @@ $text['description-agent_loginout_extension']['nl-nl'] = "";
|
||||
$text['description-agent_loginout_extension']['pl-pl'] = "Agenci używają numeru wew aby się zalogować lub wylogować z kolejki. Po zalogowaniu agent jest gotowy do odbierania rozmów.";
|
||||
$text['description-agent_loginout_extension']['pt-br'] = "";
|
||||
$text['description-agent_loginout_extension']['pt-pt'] = "Os agentes utilizam este número de extensão para entrarem ou sairem da fila. Depois desta configuração o agente receberá chamadas com destino a esta fila.";
|
||||
$text['description-agent_loginout_extension']['ro-ro'] = "";
|
||||
$text['description-agent_loginout_extension']['ru-ru'] = "Агенты используют этот внутренний номер для входа или выхода из очереди. После входа в агент будет готов принимать вызовы из очереди.";
|
||||
$text['description-agent_loginout_extension']['sv-se'] = "
|
||||
Agenter använder det här anknytningsnumret för att logga in eller logga ut från köen. Efter att du loggat in i agenten kommer du att vara redo att ta emot samtal från köen.";
|
||||
$text['description-agent_loginout_extension']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-queue']['en-us'] = "Queue";
|
||||
$text['title-queue']['ar-eg'] = "";
|
||||
$text['title-queue']['de-at'] = "Warteschlange";
|
||||
$text['title-queue']['de-ch'] = "";
|
||||
$text['title-queue']['de-de'] = "Warteschlange";
|
||||
$text['title-queue']['es-cl'] = "Cola";
|
||||
$text['title-queue']['es-mx'] = "";
|
||||
$text['title-queue']['fr-ca'] = "";
|
||||
$text['title-queue']['fr-fr'] = "File";
|
||||
$text['title-queue']['he-il'] = "";
|
||||
$text['title-queue']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-queue']['nl-nl'] = "";
|
||||
$text['title-queue']['pl-pl'] = "Kolejka";
|
||||
$text['title-queue']['pt-br'] = "Fila";
|
||||
$text['title-queue']['pt-pt'] = "Fila";
|
||||
$text['title-queue']['ro-ro'] = "";
|
||||
$text['title-queue']['ru-ru'] = "Очередь";
|
||||
$text['title-queue']['sv-se'] = "Kö";
|
||||
$text['title-queue']['uk-ua'] = "Черга";
|
||||
@@ -20,8 +24,11 @@ $text['title-queue']['uk-ua'] = "Черга";
|
||||
$text['title-active_queues']['en-us'] = "Active Queues";
|
||||
$text['title-active_queues']['ar-eg'] = "";
|
||||
$text['title-active_queues']['de-at'] = "Aktive Warteschlangen";
|
||||
$text['title-active_queues']['de-ch'] = "";
|
||||
$text['title-active_queues']['de-de'] = "Aktive Warteschlangen";
|
||||
$text['title-active_queues']['es-cl'] = "Colas Activas";
|
||||
$text['title-active_queues']['es-mx'] = "";
|
||||
$text['title-active_queues']['fr-ca'] = "";
|
||||
$text['title-active_queues']['fr-fr'] = "Files Actives";
|
||||
$text['title-active_queues']['he-il'] = "";
|
||||
$text['title-active_queues']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-active_queues']['nl-nl'] = "";
|
||||
$text['title-active_queues']['pl-pl'] = "Aktywne kolejki";
|
||||
$text['title-active_queues']['pt-br'] = "Filas ativas";
|
||||
$text['title-active_queues']['pt-pt'] = "Filas Activas";
|
||||
$text['title-active_queues']['ro-ro'] = "";
|
||||
$text['title-active_queues']['ru-ru'] = "Активные Очереди";
|
||||
$text['title-active_queues']['sv-se'] = "Aktiva Köer";
|
||||
$text['title-active_queues']['uk-ua'] = "Активні черги";
|
||||
@@ -36,8 +44,11 @@ $text['title-active_queues']['uk-ua'] = "Активні черги";
|
||||
$text['label-waiting_count']['en-us'] = "Waiting Count";
|
||||
$text['label-waiting_count']['ar-eg'] = "";
|
||||
$text['label-waiting_count']['de-at'] = "Anzahl Wartend";
|
||||
$text['label-waiting_count']['de-ch'] = "";
|
||||
$text['label-waiting_count']['de-de'] = "Anzahl Wartend";
|
||||
$text['label-waiting_count']['es-cl'] = "Conteo de Espera";
|
||||
$text['label-waiting_count']['es-mx'] = "";
|
||||
$text['label-waiting_count']['fr-ca'] = "";
|
||||
$text['label-waiting_count']['fr-fr'] = "Décompte attente";
|
||||
$text['label-waiting_count']['he-il'] = "";
|
||||
$text['label-waiting_count']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['label-waiting_count']['nl-nl'] = "";
|
||||
$text['label-waiting_count']['pl-pl'] = "Ilość oczekujących";
|
||||
$text['label-waiting_count']['pt-br'] = "Total em espera";
|
||||
$text['label-waiting_count']['pt-pt'] = "Total em Espera";
|
||||
$text['label-waiting_count']['ro-ro'] = "";
|
||||
$text['label-waiting_count']['ru-ru'] = "Счетчик ожиданий";
|
||||
$text['label-waiting_count']['sv-se'] = "Antal Väntande";
|
||||
$text['label-waiting_count']['uk-ua'] = "Кількість в очікуванні";
|
||||
@@ -52,8 +64,11 @@ $text['label-waiting_count']['uk-ua'] = "Кількість в очікуван
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['ar-eg'] = "";
|
||||
$text['label-view']['de-at'] = "Ansicht";
|
||||
$text['label-view']['de-ch'] = "";
|
||||
$text['label-view']['de-de'] = "Ansicht";
|
||||
$text['label-view']['es-cl'] = "Ver";
|
||||
$text['label-view']['es-mx'] = "";
|
||||
$text['label-view']['fr-ca'] = "";
|
||||
$text['label-view']['fr-fr'] = "Voir";
|
||||
$text['label-view']['he-il'] = "";
|
||||
$text['label-view']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-view']['nl-nl'] = "";
|
||||
$text['label-view']['pl-pl'] = "Widok";
|
||||
$text['label-view']['pt-br'] = "Visualizar";
|
||||
$text['label-view']['pt-pt'] = "Vista";
|
||||
$text['label-view']['ro-ro'] = "";
|
||||
$text['label-view']['ru-ru'] = "Просмотр";
|
||||
$text['label-view']['sv-se'] = "Visa";
|
||||
$text['label-view']['uk-ua'] = "Перегляд";
|
||||
@@ -68,8 +84,11 @@ $text['label-view']['uk-ua'] = "Перегляд";
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['ar-eg'] = "";
|
||||
$text['label-username']['de-at'] = "Benutzername";
|
||||
$text['label-username']['de-ch'] = "";
|
||||
$text['label-username']['de-de'] = "Benutzername";
|
||||
$text['label-username']['es-cl'] = "Nombre de Usuario";
|
||||
$text['label-username']['es-mx'] = "";
|
||||
$text['label-username']['fr-ca'] = "";
|
||||
$text['label-username']['fr-fr'] = "Utilisateur";
|
||||
$text['label-username']['he-il'] = "";
|
||||
$text['label-username']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-username']['nl-nl'] = "";
|
||||
$text['label-username']['pl-pl'] = "Użytkownik";
|
||||
$text['label-username']['pt-br'] = "Nome do Usuário";
|
||||
$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['label-username']['ro-ro'] = "";
|
||||
$text['label-username']['ru-ru'] = "Имя Пользователя";
|
||||
$text['label-username']['sv-se'] = "Användarnamn";
|
||||
$text['label-username']['uk-ua'] = "Ім’я користувача";
|
||||
@@ -84,8 +104,11 @@ $text['label-username']['uk-ua'] = "Ім’я користувача";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-status']['he-il'] = "";
|
||||
$text['label-status']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "Стан";
|
||||
@@ -100,8 +124,11 @@ $text['label-status']['uk-ua'] = "Стан";
|
||||
$text['label-priority']['en-us'] = "Priority";
|
||||
$text['label-priority']['ar-eg'] = "";
|
||||
$text['label-priority']['de-at'] = "Priorität";
|
||||
$text['label-priority']['de-ch'] = "";
|
||||
$text['label-priority']['de-de'] = "Priorität";
|
||||
$text['label-priority']['es-cl'] = "Prioridad";
|
||||
$text['label-priority']['es-mx'] = "";
|
||||
$text['label-priority']['fr-ca'] = "";
|
||||
$text['label-priority']['fr-fr'] = "Priorité";
|
||||
$text['label-priority']['he-il'] = "";
|
||||
$text['label-priority']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-priority']['nl-nl'] = "";
|
||||
$text['label-priority']['pl-pl'] = "Priorytet";
|
||||
$text['label-priority']['pt-br'] = "Prioridade";
|
||||
$text['label-priority']['pt-pt'] = "Prioridade";
|
||||
$text['label-priority']['ro-ro'] = "";
|
||||
$text['label-priority']['ru-ru'] = "Приоритет";
|
||||
$text['label-priority']['sv-se'] = "Prioritet";
|
||||
$text['label-priority']['uk-ua'] = "Пріоритет";
|
||||
@@ -116,8 +144,11 @@ $text['label-priority']['uk-ua'] = "Пріоритет";
|
||||
$text['label-position']['en-us'] = "Position";
|
||||
$text['label-position']['ar-eg'] = "";
|
||||
$text['label-position']['de-at'] = "Position";
|
||||
$text['label-position']['de-ch'] = "";
|
||||
$text['label-position']['de-de'] = "Position";
|
||||
$text['label-position']['es-cl'] = "Posición";
|
||||
$text['label-position']['es-mx'] = "";
|
||||
$text['label-position']['fr-ca'] = "";
|
||||
$text['label-position']['fr-fr'] = "Position";
|
||||
$text['label-position']['he-il'] = "";
|
||||
$text['label-position']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-position']['nl-nl'] = "";
|
||||
$text['label-position']['pl-pl'] = "Pozycja";
|
||||
$text['label-position']['pt-br'] = "Posição";
|
||||
$text['label-position']['pt-pt'] = "Posição";
|
||||
$text['label-position']['ro-ro'] = "";
|
||||
$text['label-position']['ru-ru'] = "Позиция";
|
||||
$text['label-position']['sv-se'] = "Position";
|
||||
$text['label-position']['uk-ua'] = "Позиція";
|
||||
@@ -132,8 +164,11 @@ $text['label-position']['uk-ua'] = "Позиція";
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['ar-eg'] = "";
|
||||
$text['label-name']['de-at'] = "Name";
|
||||
$text['label-name']['de-ch'] = "";
|
||||
$text['label-name']['de-de'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['es-mx'] = "";
|
||||
$text['label-name']['fr-ca'] = "";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-name']['he-il'] = "";
|
||||
$text['label-name']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-name']['nl-nl'] = "";
|
||||
$text['label-name']['pl-pl'] = "Nazwa";
|
||||
$text['label-name']['pt-br'] = "Nome";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['ro-ro'] = "";
|
||||
$text['label-name']['ru-ru'] = "Имя";
|
||||
$text['label-name']['sv-se'] = "Namn";
|
||||
$text['label-name']['uk-ua'] = "Назва";
|
||||
@@ -148,8 +184,11 @@ $text['label-name']['uk-ua'] = "Назва";
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['ar-eg'] = "";
|
||||
$text['label-language']['de-at'] = "Sprache";
|
||||
$text['label-language']['de-ch'] = "";
|
||||
$text['label-language']['de-de'] = "Sprache";
|
||||
$text['label-language']['es-cl'] = "Lenguaje";
|
||||
$text['label-language']['es-mx'] = "";
|
||||
$text['label-language']['fr-ca'] = "";
|
||||
$text['label-language']['fr-fr'] = "Langue";
|
||||
$text['label-language']['he-il'] = "";
|
||||
$text['label-language']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-language']['nl-nl'] = "";
|
||||
$text['label-language']['pl-pl'] = "Język";
|
||||
$text['label-language']['pt-br'] = "Lingua";
|
||||
$text['label-language']['pt-pt'] = "Linguagem";
|
||||
$text['label-language']['ro-ro'] = "";
|
||||
$text['label-language']['ru-ru'] = "Язык";
|
||||
$text['label-language']['sv-se'] = "Språk";
|
||||
$text['label-language']['uk-ua'] = "Мова";
|
||||
@@ -164,8 +204,11 @@ $text['label-language']['uk-ua'] = "Мова";
|
||||
$text['label-importance']['en-us'] = "Importance";
|
||||
$text['label-importance']['ar-eg'] = "";
|
||||
$text['label-importance']['de-at'] = "Wichtigkeit";
|
||||
$text['label-importance']['de-ch'] = "";
|
||||
$text['label-importance']['de-de'] = "Wichtigkeit";
|
||||
$text['label-importance']['es-cl'] = "Importancia";
|
||||
$text['label-importance']['es-mx'] = "";
|
||||
$text['label-importance']['fr-ca'] = "";
|
||||
$text['label-importance']['fr-fr'] = "Importance";
|
||||
$text['label-importance']['he-il'] = "";
|
||||
$text['label-importance']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-importance']['nl-nl'] = "";
|
||||
$text['label-importance']['pl-pl'] = "Znaczenie";
|
||||
$text['label-importance']['pt-br'] = "Importância";
|
||||
$text['label-importance']['pt-pt'] = "Importância";
|
||||
$text['label-importance']['ro-ro'] = "";
|
||||
$text['label-importance']['ru-ru'] = "Важность";
|
||||
$text['label-importance']['sv-se'] = "Betydelse";
|
||||
$text['label-importance']['uk-ua'] = "Важливість";
|
||||
@@ -180,8 +224,11 @@ $text['label-importance']['uk-ua'] = "Важливість";
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['ar-eg'] = "";
|
||||
$text['label-duration']['de-at'] = "Dauer";
|
||||
$text['label-duration']['de-ch'] = "";
|
||||
$text['label-duration']['de-de'] = "Dauer";
|
||||
$text['label-duration']['es-cl'] = "Duración";
|
||||
$text['label-duration']['es-mx'] = "";
|
||||
$text['label-duration']['fr-ca'] = "";
|
||||
$text['label-duration']['fr-fr'] = "Durée";
|
||||
$text['label-duration']['he-il'] = "";
|
||||
$text['label-duration']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-duration']['nl-nl'] = "";
|
||||
$text['label-duration']['pl-pl'] = "Czas oczekiwania";
|
||||
$text['label-duration']['pt-br'] = "Duração";
|
||||
$text['label-duration']['pt-pt'] = "Duração";
|
||||
$text['label-duration']['ro-ro'] = "";
|
||||
$text['label-duration']['ru-ru'] = "Продолжительность";
|
||||
$text['label-duration']['sv-se'] = "Samtalstid";
|
||||
$text['label-duration']['uk-ua'] = "Тривалість";
|
||||
@@ -196,8 +244,11 @@ $text['label-duration']['uk-ua'] = "Тривалість";
|
||||
$text['label-destination_number']['en-us'] = "Destination Number";
|
||||
$text['label-destination_number']['ar-eg'] = "";
|
||||
$text['label-destination_number']['de-at'] = "Zielnummer";
|
||||
$text['label-destination_number']['de-ch'] = "";
|
||||
$text['label-destination_number']['de-de'] = "Zielnummer";
|
||||
$text['label-destination_number']['es-cl'] = "Número de Destino";
|
||||
$text['label-destination_number']['es-mx'] = "";
|
||||
$text['label-destination_number']['fr-ca'] = "";
|
||||
$text['label-destination_number']['fr-fr'] = "Numéro Destination";
|
||||
$text['label-destination_number']['he-il'] = "";
|
||||
$text['label-destination_number']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-destination_number']['nl-nl'] = "";
|
||||
$text['label-destination_number']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination_number']['pt-br'] = "Desvio";
|
||||
$text['label-destination_number']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination_number']['ro-ro'] = "";
|
||||
$text['label-destination_number']['ru-ru'] = "Целевой номер";
|
||||
$text['label-destination_number']['sv-se'] = "Destination Nummer";
|
||||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
@@ -212,8 +264,11 @@ $text['label-destination_number']['uk-ua'] = "Номер";
|
||||
$text['label-consumer_count']['en-us'] = "Consumer Count";
|
||||
$text['label-consumer_count']['ar-eg'] = "";
|
||||
$text['label-consumer_count']['de-at'] = "Anzahl Verbraucher";
|
||||
$text['label-consumer_count']['de-ch'] = "";
|
||||
$text['label-consumer_count']['de-de'] = "Anzahl Verbraucher";
|
||||
$text['label-consumer_count']['es-cl'] = "Conteo de Consumo";
|
||||
$text['label-consumer_count']['es-mx'] = "";
|
||||
$text['label-consumer_count']['fr-ca'] = "";
|
||||
$text['label-consumer_count']['fr-fr'] = "Décompte Client";
|
||||
$text['label-consumer_count']['he-il'] = "";
|
||||
$text['label-consumer_count']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-consumer_count']['nl-nl'] = "";
|
||||
$text['label-consumer_count']['pl-pl'] = "Liczba konsumentów";
|
||||
$text['label-consumer_count']['pt-br'] = "Total consumidas";
|
||||
$text['label-consumer_count']['pt-pt'] = "Total Consumidas";
|
||||
$text['label-consumer_count']['ro-ro'] = "";
|
||||
$text['label-consumer_count']['ru-ru'] = "Количество клиентов";
|
||||
$text['label-consumer_count']['sv-se'] = "Förbrukat Antal";
|
||||
$text['label-consumer_count']['uk-ua'] = "Кількість споживачів";
|
||||
@@ -228,8 +284,11 @@ $text['label-consumer_count']['uk-ua'] = "Кількість споживачі
|
||||
$text['label-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller_id_number']['ar-eg'] = "";
|
||||
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['de-ch'] = "";
|
||||
$text['label-caller_id_number']['de-de'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-caller_id_number']['es-mx'] = "";
|
||||
$text['label-caller_id_number']['fr-ca'] = "";
|
||||
$text['label-caller_id_number']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['label-caller_id_number']['he-il'] = "";
|
||||
$text['label-caller_id_number']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-caller_id_number']['nl-nl'] = "";
|
||||
$text['label-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-caller_id_number']['pt-br'] = "Número CID";
|
||||
$text['label-caller_id_number']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-caller_id_number']['ro-ro'] = "";
|
||||
$text['label-caller_id_number']['ru-ru'] = "Caller ID Номера";
|
||||
$text['label-caller_id_number']['sv-se'] = "Inringande ID Nummer";
|
||||
$text['label-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
@@ -244,8 +304,11 @@ $text['label-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
$text['label-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller_id_name']['ar-eg'] = "";
|
||||
$text['label-caller_id_name']['de-at'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['de-ch'] = "";
|
||||
$text['label-caller_id_name']['de-de'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-caller_id_name']['es-mx'] = "";
|
||||
$text['label-caller_id_name']['fr-ca'] = "";
|
||||
$text['label-caller_id_name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['label-caller_id_name']['he-il'] = "";
|
||||
$text['label-caller_id_name']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-caller_id_name']['nl-nl'] = "";
|
||||
$text['label-caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-caller_id_name']['pt-br'] = "Nome CID";
|
||||
$text['label-caller_id_name']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-caller_id_name']['ro-ro'] = "";
|
||||
$text['label-caller_id_name']['ru-ru'] = "Caller ID Имя";
|
||||
$text['label-caller_id_name']['sv-se'] = "Inringande ID Namn";
|
||||
$text['label-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
@@ -260,8 +324,11 @@ $text['label-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
$text['label-caller_count']['en-us'] = "Caller Count";
|
||||
$text['label-caller_count']['ar-eg'] = "";
|
||||
$text['label-caller_count']['de-at'] = "Anzahl Anrufer";
|
||||
$text['label-caller_count']['de-ch'] = "";
|
||||
$text['label-caller_count']['de-de'] = "Anzahl Anrufer";
|
||||
$text['label-caller_count']['es-cl'] = "Conteo de Llamadas";
|
||||
$text['label-caller_count']['es-mx'] = "";
|
||||
$text['label-caller_count']['fr-ca'] = "";
|
||||
$text['label-caller_count']['fr-fr'] = "Décompte appelant";
|
||||
$text['label-caller_count']['he-il'] = "";
|
||||
$text['label-caller_count']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-caller_count']['nl-nl'] = "";
|
||||
$text['label-caller_count']['pl-pl'] = "Ilość dzwoniących";
|
||||
$text['label-caller_count']['pt-br'] = "Total de chamada";
|
||||
$text['label-caller_count']['pt-pt'] = "Total em Chamada";
|
||||
$text['label-caller_count']['ro-ro'] = "";
|
||||
$text['label-caller_count']['ru-ru'] = "Количество абонентов";
|
||||
$text['label-caller_count']['sv-se'] = "Antal samtal";
|
||||
$text['label-caller_count']['uk-ua'] = "Кількість абонентів";
|
||||
@@ -276,8 +344,11 @@ $text['label-caller_count']['uk-ua'] = "Кількість абонентів";
|
||||
$text['header-queue']['en-us'] = "Queue";
|
||||
$text['header-queue']['ar-eg'] = "";
|
||||
$text['header-queue']['de-at'] = "Warteschlange";
|
||||
$text['header-queue']['de-ch'] = "";
|
||||
$text['header-queue']['de-de'] = "Warteschlange";
|
||||
$text['header-queue']['es-cl'] = "Cola";
|
||||
$text['header-queue']['es-mx'] = "";
|
||||
$text['header-queue']['fr-ca'] = "";
|
||||
$text['header-queue']['fr-fr'] = "File";
|
||||
$text['header-queue']['he-il'] = "";
|
||||
$text['header-queue']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['header-queue']['nl-nl'] = "";
|
||||
$text['header-queue']['pl-pl'] = "Kolejka";
|
||||
$text['header-queue']['pt-br'] = "Fila";
|
||||
$text['header-queue']['pt-pt'] = "Fila";
|
||||
$text['header-queue']['ro-ro'] = "";
|
||||
$text['header-queue']['ru-ru'] = "Очередь";
|
||||
$text['header-queue']['sv-se'] = "Kö";
|
||||
$text['header-queue']['uk-ua'] = "Черга";
|
||||
@@ -292,8 +364,11 @@ $text['header-queue']['uk-ua'] = "Черга";
|
||||
$text['header-active_queues']['en-us'] = "Active Queues";
|
||||
$text['header-active_queues']['ar-eg'] = "";
|
||||
$text['header-active_queues']['de-at'] = "Aktive Warteschlangen";
|
||||
$text['header-active_queues']['de-ch'] = "";
|
||||
$text['header-active_queues']['de-de'] = "Aktive Warteschlangen";
|
||||
$text['header-active_queues']['es-cl'] = "Colas Activas";
|
||||
$text['header-active_queues']['es-mx'] = "";
|
||||
$text['header-active_queues']['fr-ca'] = "";
|
||||
$text['header-active_queues']['fr-fr'] = "Files Actives";
|
||||
$text['header-active_queues']['he-il'] = "";
|
||||
$text['header-active_queues']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['header-active_queues']['nl-nl'] = "";
|
||||
$text['header-active_queues']['pl-pl'] = "Aktywne kolejki";
|
||||
$text['header-active_queues']['pt-br'] = "Fila ativa";
|
||||
$text['header-active_queues']['pt-pt'] = "Filas Activas";
|
||||
$text['header-active_queues']['ro-ro'] = "";
|
||||
$text['header-active_queues']['ru-ru'] = "Активные Очереди";
|
||||
$text['header-active_queues']['sv-se'] = "Aktiva Köer";
|
||||
$text['header-active_queues']['uk-ua'] = "Активні черги";
|
||||
@@ -308,8 +384,11 @@ $text['header-active_queues']['uk-ua'] = "Активні черги";
|
||||
$text['description-queue']['en-us'] = "Use this page to monitor the queue activity.";
|
||||
$text['description-queue']['ar-eg'] = "";
|
||||
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
$text['description-queue']['de-ch'] = "";
|
||||
$text['description-queue']['de-de'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
$text['description-queue']['es-cl'] = "Utilice esta página para monitorear la actividad de la cola.";
|
||||
$text['description-queue']['es-mx'] = "";
|
||||
$text['description-queue']['fr-ca'] = "";
|
||||
$text['description-queue']['fr-fr'] = "Utiliser cette page pour superviser l'activité des files d'attente.";
|
||||
$text['description-queue']['he-il'] = "";
|
||||
$text['description-queue']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['description-queue']['nl-nl'] = "";
|
||||
$text['description-queue']['pl-pl'] = "Aktualna lista oczekujących rozmówców w kolejce.";
|
||||
$text['description-queue']['pt-br'] = "Lista de chamada na fila";
|
||||
$text['description-queue']['pt-pt'] = "Utilize esta página para monitorizar a actividade da fila.";
|
||||
$text['description-queue']['ro-ro'] = "";
|
||||
$text['description-queue']['ru-ru'] = "Используйте эту страницу для мониторинга активности очереди.";
|
||||
$text['description-queue']['sv-se'] = "Använd denna sida för att monitorera kö aktivitet";
|
||||
$text['description-queue']['uk-ua'] = "Використовуйте цю сторінку, щоб стежити за активністю черги.";
|
||||
@@ -324,8 +404,11 @@ $text['description-queue']['uk-ua'] = "Використовуйте цю сто
|
||||
$text['description-active_queues']['en-us'] = "List all the queues that are currently active with one or more callers.";
|
||||
$text['description-active_queues']['ar-eg'] = "";
|
||||
$text['description-active_queues']['de-at'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern.";
|
||||
$text['description-active_queues']['de-ch'] = "";
|
||||
$text['description-active_queues']['de-de'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern.";
|
||||
$text['description-active_queues']['es-cl'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera.";
|
||||
$text['description-active_queues']['es-mx'] = "";
|
||||
$text['description-active_queues']['fr-ca'] = "";
|
||||
$text['description-active_queues']['fr-fr'] = "Liste de toutes les files d'attente actuellement actives avec un ou plusieurs appels";
|
||||
$text['description-active_queues']['he-il'] = "";
|
||||
$text['description-active_queues']['it-it'] = "";
|
||||
@@ -333,8 +416,9 @@ $text['description-active_queues']['nl-nl'] = "";
|
||||
$text['description-active_queues']['pl-pl'] = "Wyświetl wszystkie aktywne kolejki z przynajmniej jednym uczestnikiem";
|
||||
$text['description-active_queues']['pt-br'] = "Lista com todas as filas que estão atualmente ativas com um ou mais chamadas";
|
||||
$text['description-active_queues']['pt-pt'] = "Lista todas as filas que estão actualmente activas com uma ou mais chamadas.";
|
||||
$text['description-active_queues']['ro-ro'] = "";
|
||||
$text['description-active_queues']['ru-ru'] = "Список всех очередей, которые в данный момент активны, с одним или несколькими вызывающими абонентами.";
|
||||
$text['description-active_queues']['sv-se'] = "Lista alla köer med en eller fler aktiva samtal";
|
||||
$text['description-active_queues']['uk-ua'] = "Перелік всіх черг, в яких в даний час є активні абоненти.";
|
||||
|
||||
?>
|
||||
?>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['label-syntax']['en-us'] = "Syntax Highlighted";
|
||||
$text['label-syntax']['ar-eg'] = "";
|
||||
$text['label-syntax']['de-at'] = "Syntax Highlighted";
|
||||
$text['label-syntax']['de-ch'] = "";
|
||||
$text['label-syntax']['de-de'] = "Syntax Highlighted";
|
||||
$text['label-syntax']['es-cl'] = "Destacar Sintaxis";
|
||||
$text['label-syntax']['es-mx'] = "";
|
||||
$text['label-syntax']['fr-ca'] = "";
|
||||
$text['label-syntax']['fr-fr'] = "Coloration Syntaxique";
|
||||
$text['label-syntax']['he-il'] = "";
|
||||
$text['label-syntax']['it-it'] = "Sintassi Evidenziata";
|
||||
@@ -13,6 +16,7 @@ $text['label-syntax']['nl-nl'] = "";
|
||||
$text['label-syntax']['pl-pl'] = "Składnia wyróżniona";
|
||||
$text['label-syntax']['pt-br'] = "Realçar a sintaxe";
|
||||
$text['label-syntax']['pt-pt'] = "Realçar a Sintaxe";
|
||||
$text['label-syntax']['ro-ro'] = "";
|
||||
$text['label-syntax']['ru-ru'] = "Выделение Синтаксиса";
|
||||
$text['label-syntax']['sv-se'] = "Syntax Markerad";
|
||||
$text['label-syntax']['uk-ua'] = "Підсвічування синтаксису";
|
||||
@@ -20,8 +24,11 @@ $text['label-syntax']['uk-ua'] = "Підсвічування синтаксис
|
||||
$text['label-sort']['en-us'] = "Sort Descending";
|
||||
$text['label-sort']['ar-eg'] = "";
|
||||
$text['label-sort']['de-at'] = "Absteigend sortiert";
|
||||
$text['label-sort']['de-ch'] = "";
|
||||
$text['label-sort']['de-de'] = "Absteigend sortiert";
|
||||
$text['label-sort']['es-cl'] = "Mostrar en orden descendente";
|
||||
$text['label-sort']['es-mx'] = "";
|
||||
$text['label-sort']['fr-ca'] = "";
|
||||
$text['label-sort']['fr-fr'] = "Affichage ordre descendant";
|
||||
$text['label-sort']['he-il'] = "";
|
||||
$text['label-sort']['it-it'] = "Visualizza in ordine decrescente";
|
||||
@@ -29,6 +36,7 @@ $text['label-sort']['nl-nl'] = "";
|
||||
$text['label-sort']['pl-pl'] = "Sortuj malejąco";
|
||||
$text['label-sort']['pt-br'] = "Ordenar por tipo";
|
||||
$text['label-sort']['pt-pt'] = "Ordenar Descendetemente";
|
||||
$text['label-sort']['ro-ro'] = "";
|
||||
$text['label-sort']['ru-ru'] = "Сортировка по убыванию";
|
||||
$text['label-sort']['sv-se'] = "Sortera Fallande";
|
||||
$text['label-sort']['uk-ua'] = "Сортувати за спаданням";
|
||||
@@ -36,8 +44,11 @@ $text['label-sort']['uk-ua'] = "Сортувати за спаданням";
|
||||
$text['label-open-file']['en-us'] = "opening entire file";
|
||||
$text['label-open-file']['ar-eg'] = "";
|
||||
$text['label-open-file']['de-at'] = "gesamte Datei öffnen";
|
||||
$text['label-open-file']['de-ch'] = "";
|
||||
$text['label-open-file']['de-de'] = "gesamte Datei öffnen";
|
||||
$text['label-open-file']['es-cl'] = "Abrir el archivo completo";
|
||||
$text['label-open-file']['es-mx'] = "";
|
||||
$text['label-open-file']['fr-ca'] = "";
|
||||
$text['label-open-file']['fr-fr'] = "Ouvrir le fichier entier";
|
||||
$text['label-open-file']['he-il'] = "";
|
||||
$text['label-open-file']['it-it'] = "apri l'intero file";
|
||||
@@ -45,6 +56,7 @@ $text['label-open-file']['nl-nl'] = "";
|
||||
$text['label-open-file']['pl-pl'] = "otwarcie całego pliku";
|
||||
$text['label-open-file']['pt-br'] = "Abrir um arquivo todo";
|
||||
$text['label-open-file']['pt-pt'] = "abrir o ficheiro todo";
|
||||
$text['label-open-file']['ro-ro'] = "";
|
||||
$text['label-open-file']['ru-ru'] = "Открытие всего файла";
|
||||
$text['label-open-file']['sv-se'] = "Öppnar hela filen";
|
||||
$text['label-open-file']['uk-ua'] = "відкрито весь файл";
|
||||
@@ -52,8 +64,11 @@ $text['label-open-file']['uk-ua'] = "відкрито весь файл";
|
||||
$text['label-open-at']['en-us'] = "opening at";
|
||||
$text['label-open-at']['ar-eg'] = "";
|
||||
$text['label-open-at']['de-at'] = "öffnen";
|
||||
$text['label-open-at']['de-ch'] = "";
|
||||
$text['label-open-at']['de-de'] = "öffnen";
|
||||
$text['label-open-at']['es-cl'] = "Abrir en";
|
||||
$text['label-open-at']['es-mx'] = "";
|
||||
$text['label-open-at']['fr-ca'] = "";
|
||||
$text['label-open-at']['fr-fr'] = "Ouvrir à";
|
||||
$text['label-open-at']['he-il'] = "";
|
||||
$text['label-open-at']['it-it'] = "apri a";
|
||||
@@ -61,6 +76,7 @@ $text['label-open-at']['nl-nl'] = "";
|
||||
$text['label-open-at']['pl-pl'] = "otwarcie na";
|
||||
$text['label-open-at']['pt-br'] = "Abrir";
|
||||
$text['label-open-at']['pt-pt'] = "abrir";
|
||||
$text['label-open-at']['ro-ro'] = "";
|
||||
$text['label-open-at']['ru-ru'] = "Открытие на";
|
||||
$text['label-open-at']['sv-se'] = "Öppnar vid";
|
||||
$text['label-open-at']['uk-ua'] = "відкрито о";
|
||||
@@ -68,8 +84,11 @@ $text['label-open-at']['uk-ua'] = "відкрито о";
|
||||
$text['label-log-viewer']['en-us'] = "Log Viewer";
|
||||
$text['label-log-viewer']['ar-eg'] = "";
|
||||
$text['label-log-viewer']['de-at'] = "Log Datei";
|
||||
$text['label-log-viewer']['de-ch'] = "";
|
||||
$text['label-log-viewer']['de-de'] = "Log Datei";
|
||||
$text['label-log-viewer']['es-cl'] = "Visor de Eventos";
|
||||
$text['label-log-viewer']['es-mx'] = "";
|
||||
$text['label-log-viewer']['fr-ca'] = "";
|
||||
$text['label-log-viewer']['fr-fr'] = "Afficher les Logs";
|
||||
$text['label-log-viewer']['he-il'] = "";
|
||||
$text['label-log-viewer']['it-it'] = "Visualizzatore Log";
|
||||
@@ -77,6 +96,7 @@ $text['label-log-viewer']['nl-nl'] = "";
|
||||
$text['label-log-viewer']['pl-pl'] = "Podgląd logów freeswitcha";
|
||||
$text['label-log-viewer']['pt-br'] = "Visualizar os logs";
|
||||
$text['label-log-viewer']['pt-pt'] = "Visualização de Logs";
|
||||
$text['label-log-viewer']['ro-ro'] = "";
|
||||
$text['label-log-viewer']['ru-ru'] = "Просмотр Логов";
|
||||
$text['label-log-viewer']['sv-se'] = "Log Viewer";
|
||||
$text['label-log-viewer']['uk-ua'] = "Логи";
|
||||
@@ -84,8 +104,11 @@ $text['label-log-viewer']['uk-ua'] = "Логи";
|
||||
$text['label-line-num']['en-us'] = "Show Line Numbers";
|
||||
$text['label-line-num']['ar-eg'] = "";
|
||||
$text['label-line-num']['de-at'] = "Zeilennummern anzeigen";
|
||||
$text['label-line-num']['de-ch'] = "";
|
||||
$text['label-line-num']['de-de'] = "Zeilennummern anzeigen";
|
||||
$text['label-line-num']['es-cl'] = "Mostrar números de línea";
|
||||
$text['label-line-num']['es-mx'] = "";
|
||||
$text['label-line-num']['fr-ca'] = "";
|
||||
$text['label-line-num']['fr-fr'] = "Afficher les numéros de ligne";
|
||||
$text['label-line-num']['he-il'] = "";
|
||||
$text['label-line-num']['it-it'] = "Mostra il numero di linea";
|
||||
@@ -93,6 +116,7 @@ $text['label-line-num']['nl-nl'] = "";
|
||||
$text['label-line-num']['pl-pl'] = "Pokaż numery wierszy";
|
||||
$text['label-line-num']['pt-br'] = "Mostrar números das linhas";
|
||||
$text['label-line-num']['pt-pt'] = "Mostrar Números das Linhas";
|
||||
$text['label-line-num']['ro-ro'] = "";
|
||||
$text['label-line-num']['ru-ru'] = "Показывать номера строк";
|
||||
$text['label-line-num']['sv-se'] = "Visa Linje Nummer";
|
||||
$text['label-line-num']['uk-ua'] = "Нумерація рядків";
|
||||
@@ -100,8 +124,11 @@ $text['label-line-num']['uk-ua'] = "Нумерація рядків";
|
||||
$text['label-kb']['en-us'] = "KB";
|
||||
$text['label-kb']['ar-eg'] = "";
|
||||
$text['label-kb']['de-at'] = "KB";
|
||||
$text['label-kb']['de-ch'] = "";
|
||||
$text['label-kb']['de-de'] = "KB";
|
||||
$text['label-kb']['es-cl'] = "KB";
|
||||
$text['label-kb']['es-mx'] = "";
|
||||
$text['label-kb']['fr-ca'] = "";
|
||||
$text['label-kb']['fr-fr'] = "KB";
|
||||
$text['label-kb']['he-il'] = "";
|
||||
$text['label-kb']['it-it'] = "KB";
|
||||
@@ -109,6 +136,7 @@ $text['label-kb']['nl-nl'] = "";
|
||||
$text['label-kb']['pl-pl'] = "KB";
|
||||
$text['label-kb']['pt-br'] = "KB";
|
||||
$text['label-kb']['pt-pt'] = "KB";
|
||||
$text['label-kb']['ro-ro'] = "";
|
||||
$text['label-kb']['ru-ru'] = "KB";
|
||||
$text['label-kb']['sv-se'] = "KB";
|
||||
$text['label-kb']['uk-ua'] = "КБ";
|
||||
@@ -116,8 +144,11 @@ $text['label-kb']['uk-ua'] = "КБ";
|
||||
$text['label-filter']['en-us'] = "Filter";
|
||||
$text['label-filter']['ar-eg'] = "";
|
||||
$text['label-filter']['de-at'] = "Filter";
|
||||
$text['label-filter']['de-ch'] = "";
|
||||
$text['label-filter']['de-de'] = "Filter";
|
||||
$text['label-filter']['es-cl'] = "Filtrar";
|
||||
$text['label-filter']['es-mx'] = "";
|
||||
$text['label-filter']['fr-ca'] = "";
|
||||
$text['label-filter']['fr-fr'] = "Filtre";
|
||||
$text['label-filter']['he-il'] = "";
|
||||
$text['label-filter']['it-it'] = "Filtro";
|
||||
@@ -125,6 +156,7 @@ $text['label-filter']['nl-nl'] = "";
|
||||
$text['label-filter']['pl-pl'] = "Filtr";
|
||||
$text['label-filter']['pt-br'] = "Filtro";
|
||||
$text['label-filter']['pt-pt'] = "Filtro";
|
||||
$text['label-filter']['ro-ro'] = "";
|
||||
$text['label-filter']['ru-ru'] = "Фильтр";
|
||||
$text['label-filter']['sv-se'] = "Filter";
|
||||
$text['label-filter']['uk-ua'] = "Фільтр";
|
||||
@@ -132,8 +164,11 @@ $text['label-filter']['uk-ua'] = "Фільтр";
|
||||
$text['label-displaying']['en-us'] = "Displaying the last";
|
||||
$text['label-displaying']['ar-eg'] = "";
|
||||
$text['label-displaying']['de-at'] = "letztes anzeigen";
|
||||
$text['label-displaying']['de-ch'] = "";
|
||||
$text['label-displaying']['de-de'] = "letztes anzeigen";
|
||||
$text['label-displaying']['es-cl'] = "Mostrando últimos eventos";
|
||||
$text['label-displaying']['es-mx'] = "";
|
||||
$text['label-displaying']['fr-ca'] = "";
|
||||
$text['label-displaying']['fr-fr'] = "Afficher les derniers";
|
||||
$text['label-displaying']['he-il'] = "";
|
||||
$text['label-displaying']['it-it'] = "Visualizzando gli ultimi";
|
||||
@@ -141,6 +176,7 @@ $text['label-displaying']['nl-nl'] = "";
|
||||
$text['label-displaying']['pl-pl'] = "Wyświetlanie od ostatniego";
|
||||
$text['label-displaying']['pt-br'] = "Mostrar o último";
|
||||
$text['label-displaying']['pt-pt'] = "Mostrar o último";
|
||||
$text['label-displaying']['ro-ro'] = "";
|
||||
$text['label-displaying']['ru-ru'] = "Отображение последнего";
|
||||
$text['label-displaying']['sv-se'] = "Visar den sista";
|
||||
$text['label-displaying']['uk-ua'] = "Показувати останні";
|
||||
@@ -148,8 +184,11 @@ $text['label-displaying']['uk-ua'] = "Показувати останні";
|
||||
$text['label-bytes']['en-us'] = "bytes";
|
||||
$text['label-bytes']['ar-eg'] = "";
|
||||
$text['label-bytes']['de-at'] = "bytes";
|
||||
$text['label-bytes']['de-ch'] = "";
|
||||
$text['label-bytes']['de-de'] = "bytes";
|
||||
$text['label-bytes']['es-cl'] = "bytes";
|
||||
$text['label-bytes']['es-mx'] = "";
|
||||
$text['label-bytes']['fr-ca'] = "";
|
||||
$text['label-bytes']['fr-fr'] = "bytes";
|
||||
$text['label-bytes']['he-il'] = "";
|
||||
$text['label-bytes']['it-it'] = "bytes";
|
||||
@@ -157,6 +196,7 @@ $text['label-bytes']['nl-nl'] = "";
|
||||
$text['label-bytes']['pl-pl'] = "bajtów";
|
||||
$text['label-bytes']['pt-br'] = "bytes";
|
||||
$text['label-bytes']['pt-pt'] = "bytes";
|
||||
$text['label-bytes']['ro-ro'] = "";
|
||||
$text['label-bytes']['ru-ru'] = "байты";
|
||||
$text['label-bytes']['sv-se'] = "bytes";
|
||||
$text['label-bytes']['uk-ua'] = "байти";
|
||||
@@ -164,8 +204,11 @@ $text['label-bytes']['uk-ua'] = "байти";
|
||||
$text['error-open-file']['en-us'] = "Unable to open file!";
|
||||
$text['error-open-file']['ar-eg'] = "";
|
||||
$text['error-open-file']['de-at'] = "Datei kann nicht geöffnet werden!";
|
||||
$text['error-open-file']['de-ch'] = "";
|
||||
$text['error-open-file']['de-de'] = "Datei kann nicht geöffnet werden!";
|
||||
$text['error-open-file']['es-cl'] = "¡Imposible abrir el archivo!";
|
||||
$text['error-open-file']['es-mx'] = "";
|
||||
$text['error-open-file']['fr-ca'] = "";
|
||||
$text['error-open-file']['fr-fr'] = "Impossible d'ouvrir le fichier!";
|
||||
$text['error-open-file']['he-il'] = "";
|
||||
$text['error-open-file']['it-it'] = "Impossibile aprire il file!";
|
||||
@@ -173,6 +216,7 @@ $text['error-open-file']['nl-nl'] = "";
|
||||
$text['error-open-file']['pl-pl'] = "Nie można otworzyć pliku!";
|
||||
$text['error-open-file']['pt-br'] = "Impossivel abrir o arquivo";
|
||||
$text['error-open-file']['pt-pt'] = "Impossível abrir o ficheiro!";
|
||||
$text['error-open-file']['ro-ro'] = "";
|
||||
$text['error-open-file']['ru-ru'] = "Невозможно открыть файл!";
|
||||
$text['error-open-file']['sv-se'] = "Kan inte öppna fil!";
|
||||
$text['error-open-file']['uk-ua'] = "Неможливо відкрити файл!";
|
||||
@@ -180,8 +224,11 @@ $text['error-open-file']['uk-ua'] = "Неможливо відкрити фай
|
||||
$text['description-filter']['en-us'] = "Filtering the log with the text:";
|
||||
$text['description-filter']['ar-eg'] = "";
|
||||
$text['description-filter']['de-at'] = "Log Datei nach Text filtern:";
|
||||
$text['description-filter']['de-ch'] = "";
|
||||
$text['description-filter']['de-de'] = "Log Datei nach Text filtern:";
|
||||
$text['description-filter']['es-cl'] = "Filtrar el registro con el texto:";
|
||||
$text['description-filter']['es-mx'] = "";
|
||||
$text['description-filter']['fr-ca'] = "";
|
||||
$text['description-filter']['fr-fr'] = "Filtrer les logs avec le texte:";
|
||||
$text['description-filter']['he-il'] = "";
|
||||
$text['description-filter']['it-it'] = "Filtrando il log con il testo:";
|
||||
@@ -189,8 +236,9 @@ $text['description-filter']['nl-nl'] = "";
|
||||
$text['description-filter']['pl-pl'] = "Filtrowanie logu z tekstem:";
|
||||
$text['description-filter']['pt-br'] = "Filtrar o log com o seguinte texto:";
|
||||
$text['description-filter']['pt-pt'] = "Filtrar o log com o seguinte texto:";
|
||||
$text['description-filter']['ro-ro'] = "";
|
||||
$text['description-filter']['ru-ru'] = "Фильтрация журнала с текстом:";
|
||||
$text['description-filter']['sv-se'] = "Filtrerar loggen med texten:";
|
||||
$text['description-filter']['uk-ua'] = "Фільтрування логів по тексту";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-modules']['en-us'] = "Modules";
|
||||
$text['title-modules']['ar-eg'] = "";
|
||||
$text['title-modules']['de-at'] = "Module";
|
||||
$text['title-modules']['de-ch'] = "";
|
||||
$text['title-modules']['de-de'] = "Module";
|
||||
$text['title-modules']['es-cl'] = "Módulos";
|
||||
$text['title-modules']['es-mx'] = "";
|
||||
$text['title-modules']['fr-ca'] = "";
|
||||
$text['title-modules']['fr-fr'] = "Modules";
|
||||
$text['title-modules']['he-il'] = "";
|
||||
$text['title-modules']['it-it'] = "Modulo";
|
||||
@@ -13,6 +16,7 @@ $text['title-modules']['nl-nl'] = "";
|
||||
$text['title-modules']['pl-pl'] = "Moduły";
|
||||
$text['title-modules']['pt-br'] = "Módulos";
|
||||
$text['title-modules']['pt-pt'] = "Módulos";
|
||||
$text['title-modules']['ro-ro'] = "";
|
||||
$text['title-modules']['ru-ru'] = "Модули";
|
||||
$text['title-modules']['sv-se'] = "Moduler";
|
||||
$text['title-modules']['uk-ua'] = "Модулі";
|
||||
@@ -20,8 +24,11 @@ $text['title-modules']['uk-ua'] = "Модулі";
|
||||
$text['title-module_edit']['en-us'] = "Module Edit";
|
||||
$text['title-module_edit']['ar-eg'] = "";
|
||||
$text['title-module_edit']['de-at'] = "Module bearbeiten";
|
||||
$text['title-module_edit']['de-ch'] = "";
|
||||
$text['title-module_edit']['de-de'] = "Module bearbeiten";
|
||||
$text['title-module_edit']['es-cl'] = "Editar Módulo";
|
||||
$text['title-module_edit']['es-mx'] = "";
|
||||
$text['title-module_edit']['fr-ca'] = "";
|
||||
$text['title-module_edit']['fr-fr'] = "Editer le Module";
|
||||
$text['title-module_edit']['he-il'] = "";
|
||||
$text['title-module_edit']['it-it'] = "Modifica Modulo";
|
||||
@@ -29,6 +36,7 @@ $text['title-module_edit']['nl-nl'] = "";
|
||||
$text['title-module_edit']['pl-pl'] = "Edytuj moduł";
|
||||
$text['title-module_edit']['pt-br'] = "Editar Módulo";
|
||||
$text['title-module_edit']['pt-pt'] = "Editar Módulo";
|
||||
$text['title-module_edit']['ro-ro'] = "";
|
||||
$text['title-module_edit']['ru-ru'] = "Редавктор Модулей";
|
||||
$text['title-module_edit']['sv-se'] = "Editera Modul";
|
||||
$text['title-module_edit']['uk-ua'] = "Редагування модуля";
|
||||
@@ -36,8 +44,11 @@ $text['title-module_edit']['uk-ua'] = "Редагування модуля";
|
||||
$text['title-module_add']['en-us'] = "Module Add";
|
||||
$text['title-module_add']['ar-eg'] = "";
|
||||
$text['title-module_add']['de-at'] = "Module hinzufügen";
|
||||
$text['title-module_add']['de-ch'] = "";
|
||||
$text['title-module_add']['de-de'] = "Module hinzufügen";
|
||||
$text['title-module_add']['es-cl'] = "Agregar Módulo";
|
||||
$text['title-module_add']['es-mx'] = "";
|
||||
$text['title-module_add']['fr-ca'] = "";
|
||||
$text['title-module_add']['fr-fr'] = "Ajouter un Module";
|
||||
$text['title-module_add']['he-il'] = "";
|
||||
$text['title-module_add']['it-it'] = "Aggiungi Modulo";
|
||||
@@ -45,6 +56,7 @@ $text['title-module_add']['nl-nl'] = "";
|
||||
$text['title-module_add']['pl-pl'] = "Dodaj moduł";
|
||||
$text['title-module_add']['pt-br'] = "Módulo Adicionado";
|
||||
$text['title-module_add']['pt-pt'] = "Adicionado Módulo";
|
||||
$text['title-module_add']['ro-ro'] = "";
|
||||
$text['title-module_add']['ru-ru'] = "Добавить Модуль";
|
||||
$text['title-module_add']['sv-se'] = "Lägg Till Modul";
|
||||
$text['title-module_add']['uk-ua'] = "Додавання модуля";
|
||||
@@ -52,8 +64,11 @@ $text['title-module_add']['uk-ua'] = "Додавання модуля";
|
||||
$text['label-unload_module']['en-us'] = "Unload Module";
|
||||
$text['label-unload_module']['ar-eg'] = "";
|
||||
$text['label-unload_module']['de-at'] = "Modul deaktivieren";
|
||||
$text['label-unload_module']['de-ch'] = "";
|
||||
$text['label-unload_module']['de-de'] = "Modul deaktivieren";
|
||||
$text['label-unload_module']['es-cl'] = "Descargar Módulo";
|
||||
$text['label-unload_module']['es-mx'] = "";
|
||||
$text['label-unload_module']['fr-ca'] = "";
|
||||
$text['label-unload_module']['fr-fr'] = "Décharger le Module";
|
||||
$text['label-unload_module']['he-il'] = "";
|
||||
$text['label-unload_module']['it-it'] = "Disabilita Modulo";
|
||||
@@ -61,6 +76,7 @@ $text['label-unload_module']['nl-nl'] = "";
|
||||
$text['label-unload_module']['pl-pl'] = "Wyłącz moduł";
|
||||
$text['label-unload_module']['pt-br'] = "Desativar Módulo";
|
||||
$text['label-unload_module']['pt-pt'] = "Desactivar Módulo";
|
||||
$text['label-unload_module']['ro-ro'] = "";
|
||||
$text['label-unload_module']['ru-ru'] = "Выгрузка Модулей";
|
||||
$text['label-unload_module']['sv-se'] = "Ladda av Modul";
|
||||
$text['label-unload_module']['uk-ua'] = "Вивантажити модуль";
|
||||
@@ -68,8 +84,11 @@ $text['label-unload_module']['uk-ua'] = "Вивантажити модуль";
|
||||
$text['label-unknown']['en-us'] = "Unknown";
|
||||
$text['label-unknown']['ar-eg'] = "";
|
||||
$text['label-unknown']['de-at'] = "Unbekannt";
|
||||
$text['label-unknown']['de-ch'] = "";
|
||||
$text['label-unknown']['de-de'] = "Unbekannt";
|
||||
$text['label-unknown']['es-cl'] = "";
|
||||
$text['label-unknown']['es-mx'] = "";
|
||||
$text['label-unknown']['fr-ca'] = "";
|
||||
$text['label-unknown']['fr-fr'] = "";
|
||||
$text['label-unknown']['he-il'] = "";
|
||||
$text['label-unknown']['it-it'] = "Sconosciuto";
|
||||
@@ -77,6 +96,7 @@ $text['label-unknown']['nl-nl'] = "";
|
||||
$text['label-unknown']['pl-pl'] = "";
|
||||
$text['label-unknown']['pt-br'] = "";
|
||||
$text['label-unknown']['pt-pt'] = "";
|
||||
$text['label-unknown']['ro-ro'] = "";
|
||||
$text['label-unknown']['ru-ru'] = "Неизвестный";
|
||||
$text['label-unknown']['sv-se'] = "Okänd";
|
||||
$text['label-unknown']['uk-ua'] = "";
|
||||
@@ -84,8 +104,11 @@ $text['label-unknown']['uk-ua'] = "";
|
||||
$text['label-none']['en-us'] = "None";
|
||||
$text['label-none']['ar-eg'] = "";
|
||||
$text['label-none']['de-at'] = "Keine";
|
||||
$text['label-none']['de-ch'] = "";
|
||||
$text['label-none']['de-de'] = "Keine";
|
||||
$text['label-none']['es-cl'] = "";
|
||||
$text['label-none']['es-mx'] = "";
|
||||
$text['label-none']['fr-ca'] = "";
|
||||
$text['label-none']['fr-fr'] = "";
|
||||
$text['label-none']['he-il'] = "";
|
||||
$text['label-none']['it-it'] = "Nessuno";
|
||||
@@ -93,6 +116,7 @@ $text['label-none']['nl-nl'] = "";
|
||||
$text['label-none']['pl-pl'] = "";
|
||||
$text['label-none']['pt-br'] = "";
|
||||
$text['label-none']['pt-pt'] = "";
|
||||
$text['label-none']['ro-ro'] = "";
|
||||
$text['label-none']['ru-ru'] = "Никто";
|
||||
$text['label-none']['sv-se'] = "Ingen";
|
||||
$text['label-none']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-none']['uk-ua'] = "";
|
||||
$text['label-stopped']['en-us'] = "Stopped";
|
||||
$text['label-stopped']['ar-eg'] = "";
|
||||
$text['label-stopped']['de-at'] = "beendet";
|
||||
$text['label-stopped']['de-ch'] = "";
|
||||
$text['label-stopped']['de-de'] = "beendet";
|
||||
$text['label-stopped']['es-cl'] = "Detenido";
|
||||
$text['label-stopped']['es-mx'] = "";
|
||||
$text['label-stopped']['fr-ca'] = "";
|
||||
$text['label-stopped']['fr-fr'] = "Arrété";
|
||||
$text['label-stopped']['he-il'] = "";
|
||||
$text['label-stopped']['it-it'] = "Arrestato";
|
||||
@@ -109,6 +136,7 @@ $text['label-stopped']['nl-nl'] = "";
|
||||
$text['label-stopped']['pl-pl'] = "Zatrzymany";
|
||||
$text['label-stopped']['pt-br'] = "Pausado";
|
||||
$text['label-stopped']['pt-pt'] = "Parado";
|
||||
$text['label-stopped']['ro-ro'] = "";
|
||||
$text['label-stopped']['ru-ru'] = "Остановлено";
|
||||
$text['label-stopped']['sv-se'] = "Stoppad";
|
||||
$text['label-stopped']['uk-ua'] = "Зупинено";
|
||||
@@ -116,8 +144,11 @@ $text['label-stopped']['uk-ua'] = "Зупинено";
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['ar-eg'] = "";
|
||||
$text['label-stop']['de-at'] = "Beenden";
|
||||
$text['label-stop']['de-ch'] = "";
|
||||
$text['label-stop']['de-de'] = "Beenden";
|
||||
$text['label-stop']['es-cl'] = "Detener";
|
||||
$text['label-stop']['es-mx'] = "";
|
||||
$text['label-stop']['fr-ca'] = "";
|
||||
$text['label-stop']['fr-fr'] = "Stop";
|
||||
$text['label-stop']['he-il'] = "";
|
||||
$text['label-stop']['it-it'] = "Arresta";
|
||||
@@ -125,6 +156,7 @@ $text['label-stop']['nl-nl'] = "";
|
||||
$text['label-stop']['pl-pl'] = "Zatrzymaj";
|
||||
$text['label-stop']['pt-br'] = "Parar";
|
||||
$text['label-stop']['pt-pt'] = "Parar";
|
||||
$text['label-stop']['ro-ro'] = "";
|
||||
$text['label-stop']['ru-ru'] = "Стоп";
|
||||
$text['label-stop']['sv-se'] = "Stoppa";
|
||||
$text['label-stop']['uk-ua'] = "Зупинити";
|
||||
@@ -132,8 +164,11 @@ $text['label-stop']['uk-ua'] = "Зупинити";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-status']['he-il'] = "סטטוס";
|
||||
$text['label-status']['it-it'] = "Stato";
|
||||
@@ -141,6 +176,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "Стан";
|
||||
@@ -148,8 +184,11 @@ $text['label-status']['uk-ua'] = "Стан";
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['ar-eg'] = "";
|
||||
$text['label-start']['de-at'] = "Start";
|
||||
$text['label-start']['de-ch'] = "";
|
||||
$text['label-start']['de-de'] = "Start";
|
||||
$text['label-start']['es-cl'] = "Iniciar";
|
||||
$text['label-start']['es-mx'] = "";
|
||||
$text['label-start']['fr-ca'] = "";
|
||||
$text['label-start']['fr-fr'] = "Démarrer";
|
||||
$text['label-start']['he-il'] = "";
|
||||
$text['label-start']['it-it'] = "Avvia";
|
||||
@@ -157,6 +196,7 @@ $text['label-start']['nl-nl'] = "";
|
||||
$text['label-start']['pl-pl'] = "Włącz";
|
||||
$text['label-start']['pt-br'] = "Iniciar";
|
||||
$text['label-start']['pt-pt'] = "Iniciar";
|
||||
$text['label-start']['ro-ro'] = "";
|
||||
$text['label-start']['ru-ru'] = "Старт";
|
||||
$text['label-start']['sv-se'] = "Starta";
|
||||
$text['label-start']['uk-ua'] = "Запустити";
|
||||
@@ -164,8 +204,11 @@ $text['label-start']['uk-ua'] = "Запустити";
|
||||
$text['label-running']['en-us'] = "Running";
|
||||
$text['label-running']['ar-eg'] = "";
|
||||
$text['label-running']['de-at'] = "läuft";
|
||||
$text['label-running']['de-ch'] = "";
|
||||
$text['label-running']['de-de'] = "läuft";
|
||||
$text['label-running']['es-cl'] = "Corriendo";
|
||||
$text['label-running']['es-mx'] = "";
|
||||
$text['label-running']['fr-ca'] = "";
|
||||
$text['label-running']['fr-fr'] = "Actif";
|
||||
$text['label-running']['he-il'] = "";
|
||||
$text['label-running']['it-it'] = "In esecuzione";
|
||||
@@ -173,6 +216,7 @@ $text['label-running']['nl-nl'] = "";
|
||||
$text['label-running']['pl-pl'] = "Włączony";
|
||||
$text['label-running']['pt-br'] = "Em execução";
|
||||
$text['label-running']['pt-pt'] = "Em execução";
|
||||
$text['label-running']['ro-ro'] = "";
|
||||
$text['label-running']['ru-ru'] = "Запущено";
|
||||
$text['label-running']['sv-se'] = "I Drift";
|
||||
$text['label-running']['uk-ua'] = "Запущено";
|
||||
@@ -180,8 +224,11 @@ $text['label-running']['uk-ua'] = "Запущено";
|
||||
$text['label-module_name']['en-us'] = "Module Name";
|
||||
$text['label-module_name']['ar-eg'] = "";
|
||||
$text['label-module_name']['de-at'] = "Modul Name";
|
||||
$text['label-module_name']['de-ch'] = "";
|
||||
$text['label-module_name']['de-de'] = "Modul Name";
|
||||
$text['label-module_name']['es-cl'] = "Nombre del Módulo";
|
||||
$text['label-module_name']['es-mx'] = "";
|
||||
$text['label-module_name']['fr-ca'] = "";
|
||||
$text['label-module_name']['fr-fr'] = "Nom du Module";
|
||||
$text['label-module_name']['he-il'] = "";
|
||||
$text['label-module_name']['it-it'] = "Nome Modulo";
|
||||
@@ -189,6 +236,7 @@ $text['label-module_name']['nl-nl'] = "";
|
||||
$text['label-module_name']['pl-pl'] = "Nazwa modułu";
|
||||
$text['label-module_name']['pt-br'] = "Nome do Módulo";
|
||||
$text['label-module_name']['pt-pt'] = "Nome do Módulo";
|
||||
$text['label-module_name']['ro-ro'] = "";
|
||||
$text['label-module_name']['ru-ru'] = "Имена Модулейe";
|
||||
$text['label-module_name']['sv-se'] = "Modul Namn";
|
||||
$text['label-module_name']['uk-ua'] = "Назва модуля";
|
||||
@@ -196,8 +244,11 @@ $text['label-module_name']['uk-ua'] = "Назва модуля";
|
||||
$text['label-module_category']['en-us'] = "Module Category";
|
||||
$text['label-module_category']['ar-eg'] = "";
|
||||
$text['label-module_category']['de-at'] = "Modul Kategorie";
|
||||
$text['label-module_category']['de-ch'] = "";
|
||||
$text['label-module_category']['de-de'] = "Modul Kategorie";
|
||||
$text['label-module_category']['es-cl'] = "Categoría del Módulo";
|
||||
$text['label-module_category']['es-mx'] = "";
|
||||
$text['label-module_category']['fr-ca'] = "";
|
||||
$text['label-module_category']['fr-fr'] = "Catégorie du Module";
|
||||
$text['label-module_category']['he-il'] = "";
|
||||
$text['label-module_category']['it-it'] = "Categoria del Modulo";
|
||||
@@ -205,6 +256,7 @@ $text['label-module_category']['nl-nl'] = "";
|
||||
$text['label-module_category']['pl-pl'] = "Kategoria modułu";
|
||||
$text['label-module_category']['pt-br'] = "Catedoria do Módulo";
|
||||
$text['label-module_category']['pt-pt'] = "Categoria do Módulo";
|
||||
$text['label-module_category']['ro-ro'] = "";
|
||||
$text['label-module_category']['ru-ru'] = "Категория модуля";
|
||||
$text['label-module_category']['sv-se'] = "Modul Kategori";
|
||||
$text['label-module_category']['uk-ua'] = "Категорія модуля";
|
||||
@@ -212,8 +264,11 @@ $text['label-module_category']['uk-ua'] = "Категорія модуля";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Nachricht";
|
||||
$text['label-message']['es-cl'] = "Mensaje";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['he-il'] = "";
|
||||
$text['label-message']['it-it'] = "Messaggio";
|
||||
@@ -221,6 +276,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['ro-ro'] = "";
|
||||
$text['label-message']['ru-ru'] = "Уведомление";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
@@ -228,8 +284,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-load_module']['en-us'] = "Load Module";
|
||||
$text['label-load_module']['ar-eg'] = "";
|
||||
$text['label-load_module']['de-at'] = "Modul laden";
|
||||
$text['label-load_module']['de-ch'] = "";
|
||||
$text['label-load_module']['de-de'] = "Modul laden";
|
||||
$text['label-load_module']['es-cl'] = "Cargar Módulo";
|
||||
$text['label-load_module']['es-mx'] = "";
|
||||
$text['label-load_module']['fr-ca'] = "";
|
||||
$text['label-load_module']['fr-fr'] = "charger le Module";
|
||||
$text['label-load_module']['he-il'] = "";
|
||||
$text['label-load_module']['it-it'] = "Carica Modulo";
|
||||
@@ -237,6 +296,7 @@ $text['label-load_module']['nl-nl'] = "";
|
||||
$text['label-load_module']['pl-pl'] = "Włącz moduł";
|
||||
$text['label-load_module']['pt-br'] = "Carregar Módulo";
|
||||
$text['label-load_module']['pt-pt'] = "Carregar Módulo";
|
||||
$text['label-load_module']['ro-ro'] = "";
|
||||
$text['label-load_module']['ru-ru'] = "Загрузка Модулей";
|
||||
$text['label-load_module']['sv-se'] = "Ladda Modul";
|
||||
$text['label-load_module']['uk-ua'] = "Завантажити модуль";
|
||||
@@ -244,8 +304,11 @@ $text['label-load_module']['uk-ua'] = "Завантажити модуль";
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['ar-eg'] = "";
|
||||
$text['label-label']['de-at'] = "Kennzeichnung";
|
||||
$text['label-label']['de-ch'] = "";
|
||||
$text['label-label']['de-de'] = "Kennzeichnung";
|
||||
$text['label-label']['es-cl'] = "Etiqueta";
|
||||
$text['label-label']['es-mx'] = "";
|
||||
$text['label-label']['fr-ca'] = "";
|
||||
$text['label-label']['fr-fr'] = "Label";
|
||||
$text['label-label']['he-il'] = "";
|
||||
$text['label-label']['it-it'] = "Etichetta";
|
||||
@@ -253,6 +316,7 @@ $text['label-label']['nl-nl'] = "";
|
||||
$text['label-label']['pl-pl'] = "Etykieta";
|
||||
$text['label-label']['pt-br'] = "Etiqueta";
|
||||
$text['label-label']['pt-pt'] = "Etiqueta";
|
||||
$text['label-label']['ro-ro'] = "";
|
||||
$text['label-label']['ru-ru'] = "Метка";
|
||||
$text['label-label']['sv-se'] = "Etikett";
|
||||
$text['label-label']['uk-ua'] = "Назва";
|
||||
@@ -260,8 +324,11 @@ $text['label-label']['uk-ua'] = "Назва";
|
||||
$text['label-default_enabled']['en-us'] = "Default Enabled";
|
||||
$text['label-default_enabled']['ar-eg'] = "";
|
||||
$text['label-default_enabled']['de-at'] = "Standard aktiv";
|
||||
$text['label-default_enabled']['de-ch'] = "";
|
||||
$text['label-default_enabled']['de-de'] = "Standard aktiv";
|
||||
$text['label-default_enabled']['es-cl'] = "Activo Predeterminado";
|
||||
$text['label-default_enabled']['es-mx'] = "";
|
||||
$text['label-default_enabled']['fr-ca'] = "";
|
||||
$text['label-default_enabled']['fr-fr'] = "Activé par Défaut";
|
||||
$text['label-default_enabled']['he-il'] = "";
|
||||
$text['label-default_enabled']['it-it'] = "Attivo predefinito";
|
||||
@@ -269,6 +336,7 @@ $text['label-default_enabled']['nl-nl'] = "";
|
||||
$text['label-default_enabled']['pl-pl'] = "Włączony domyślnie";
|
||||
$text['label-default_enabled']['pt-br'] = "Habilitado ";
|
||||
$text['label-default_enabled']['pt-pt'] = "Habilitado por Omissão";
|
||||
$text['label-default_enabled']['ro-ro'] = "";
|
||||
$text['label-default_enabled']['ru-ru'] = "Включены параметры по умолчанию";
|
||||
$text['label-default_enabled']['sv-se'] = "Aktiverad som Standard";
|
||||
$text['label-default_enabled']['uk-ua'] = "Включено типові значення";
|
||||
@@ -276,8 +344,11 @@ $text['label-default_enabled']['uk-ua'] = "Включено типові зна
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion";
|
||||
$text['label-action']['de-ch'] = "";
|
||||
$text['label-action']['de-de'] = "Aktion";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['es-mx'] = "";
|
||||
$text['label-action']['fr-ca'] = "";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['he-il'] = "";
|
||||
$text['label-action']['it-it'] = "Azione";
|
||||
@@ -285,6 +356,7 @@ $text['label-action']['nl-nl'] = "";
|
||||
$text['label-action']['pl-pl'] = "Operacja";
|
||||
$text['label-action']['pt-br'] = "Ação";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['ro-ro'] = "";
|
||||
$text['label-action']['ru-ru'] = "Действие";
|
||||
$text['label-action']['sv-se'] = "Åtgärd";
|
||||
$text['label-action']['uk-ua'] = "Дія";
|
||||
@@ -292,8 +364,11 @@ $text['label-action']['uk-ua'] = "Дія";
|
||||
$text['header-modules']['en-us'] = "Modules";
|
||||
$text['header-modules']['ar-eg'] = "";
|
||||
$text['header-modules']['de-at'] = "Module";
|
||||
$text['header-modules']['de-ch'] = "";
|
||||
$text['header-modules']['de-de'] = "Module";
|
||||
$text['header-modules']['es-cl'] = "Módulos";
|
||||
$text['header-modules']['es-mx'] = "";
|
||||
$text['header-modules']['fr-ca'] = "";
|
||||
$text['header-modules']['fr-fr'] = "Modules";
|
||||
$text['header-modules']['he-il'] = "";
|
||||
$text['header-modules']['it-it'] = "Moduli";
|
||||
@@ -301,6 +376,7 @@ $text['header-modules']['nl-nl'] = "";
|
||||
$text['header-modules']['pl-pl'] = "Moduły";
|
||||
$text['header-modules']['pt-br'] = "Módulos";
|
||||
$text['header-modules']['pt-pt'] = "Módulos";
|
||||
$text['header-modules']['ro-ro'] = "";
|
||||
$text['header-modules']['ru-ru'] = "Модули";
|
||||
$text['header-modules']['sv-se'] = "Moduler";
|
||||
$text['header-modules']['uk-ua'] = "Модулі";
|
||||
@@ -308,8 +384,11 @@ $text['header-modules']['uk-ua'] = "Модулі";
|
||||
$text['header-module_edit']['en-us'] = "Module Edit";
|
||||
$text['header-module_edit']['ar-eg'] = "";
|
||||
$text['header-module_edit']['de-at'] = "Module bearbeiten";
|
||||
$text['header-module_edit']['de-ch'] = "";
|
||||
$text['header-module_edit']['de-de'] = "Module bearbeiten";
|
||||
$text['header-module_edit']['es-cl'] = "Editar Módulo";
|
||||
$text['header-module_edit']['es-mx'] = "";
|
||||
$text['header-module_edit']['fr-ca'] = "";
|
||||
$text['header-module_edit']['fr-fr'] = "Editer le Module";
|
||||
$text['header-module_edit']['he-il'] = "";
|
||||
$text['header-module_edit']['it-it'] = "Modifica Modulo";
|
||||
@@ -317,6 +396,7 @@ $text['header-module_edit']['nl-nl'] = "";
|
||||
$text['header-module_edit']['pl-pl'] = "Edytuj moduł";
|
||||
$text['header-module_edit']['pt-br'] = "Editar Módulo";
|
||||
$text['header-module_edit']['pt-pt'] = "Editar Módulo";
|
||||
$text['header-module_edit']['ro-ro'] = "";
|
||||
$text['header-module_edit']['ru-ru'] = "Редактировать Модуль";
|
||||
$text['header-module_edit']['sv-se'] = "Editera Modul";
|
||||
$text['header-module_edit']['uk-ua'] = "Редагування модуля";
|
||||
@@ -324,8 +404,11 @@ $text['header-module_edit']['uk-ua'] = "Редагування модуля";
|
||||
$text['header-module_add']['en-us'] = "Module Add";
|
||||
$text['header-module_add']['ar-eg'] = "";
|
||||
$text['header-module_add']['de-at'] = "Module hinzufügen";
|
||||
$text['header-module_add']['de-ch'] = "";
|
||||
$text['header-module_add']['de-de'] = "Module hinzufügen";
|
||||
$text['header-module_add']['es-cl'] = "Agregar Módulo";
|
||||
$text['header-module_add']['es-mx'] = "";
|
||||
$text['header-module_add']['fr-ca'] = "";
|
||||
$text['header-module_add']['fr-fr'] = "Ajouter un Module";
|
||||
$text['header-module_add']['he-il'] = "";
|
||||
$text['header-module_add']['it-it'] = "Aggiungi Modulo";
|
||||
@@ -333,6 +416,7 @@ $text['header-module_add']['nl-nl'] = "";
|
||||
$text['header-module_add']['pl-pl'] = "Dodaj moduł";
|
||||
$text['header-module_add']['pt-br'] = "Adicionar Módulo";
|
||||
$text['header-module_add']['pt-pt'] = "Adicionar Módulo";
|
||||
$text['header-module_add']['ro-ro'] = "";
|
||||
$text['header-module_add']['ru-ru'] = "Добавить Модуль";
|
||||
$text['header-module_add']['sv-se'] = "Lägg Till Modul";
|
||||
$text['header-module_add']['uk-ua'] = "Додавання модуля";
|
||||
@@ -340,8 +424,11 @@ $text['header-module_add']['uk-ua'] = "Додавання модуля";
|
||||
$text['description-modules']['en-us'] = "Modules extend the features of the system. Use this page to enable or disable modules.";
|
||||
$text['description-modules']['ar-eg'] = "";
|
||||
$text['description-modules']['de-at'] = "Module erweitern die Funktionalität des Systems. Benutzen Sie diese Seite um Module zu aktivieren oder zu deaktivieren.";
|
||||
$text['description-modules']['de-ch'] = "";
|
||||
$text['description-modules']['de-de'] = "Module erweitern die Funktionalität des Systems. Benutzen Sie diese Seite um Module zu aktivieren oder zu deaktivieren.";
|
||||
$text['description-modules']['es-cl'] = "Los módulos extienden las funcionalidades del sistema. Utilice esta página para activar o desactivar los diferentes módulos.";
|
||||
$text['description-modules']['es-mx'] = "";
|
||||
$text['description-modules']['fr-ca'] = "";
|
||||
$text['description-modules']['fr-fr'] = "Les modules augmentent les fonctionnalités du système. Cette page permet de les activer ou les désactiver.";
|
||||
$text['description-modules']['he-il'] = "";
|
||||
$text['description-modules']['it-it'] = "I moduli estendono le funzionalità del sistema. Usa questa pagina per abilitare o disabilitare i moduli.";
|
||||
@@ -349,6 +436,7 @@ $text['description-modules']['nl-nl'] = "";
|
||||
$text['description-modules']['pl-pl'] = "Moduły rozszerzają funkcjonalność systemu. Użyj tej strony, aby je włączyć lub wyłączyć.";
|
||||
$text['description-modules']['pt-br'] = "Os módulos extendem as funcionalidades do sistema. Utilize esta página para habilitar ou desabilitar módulos. ";
|
||||
$text['description-modules']['pt-pt'] = "Os módulos extendem as funcionalidades do sistema. Utilize esta página para habilitar ou desabilitar módulos.";
|
||||
$text['description-modules']['ro-ro'] = "";
|
||||
$text['description-modules']['ru-ru'] = "Модули расширяют возможности системы. Используйте эту страницу для включения или отключения модулей.";
|
||||
$text['description-modules']['sv-se'] = "Moduler utökar funktionerna i systemet. Använd den här sidan för att aktivera eller inaktivera moduler.";
|
||||
$text['description-modules']['uk-ua'] = "Модулі розширюють можливості системи. Використовуйте цю сторінку, щоб включити або відключити модулі.";
|
||||
@@ -356,8 +444,11 @@ $text['description-modules']['uk-ua'] = "Модулі розширюють мо
|
||||
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['ar-eg'] = "";
|
||||
$text['error-event-socket']['de-at'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['error-event-socket']['de-ch'] = "";
|
||||
$text['error-event-socket']['de-de'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['error-event-socket']['es-cl'] = "Conexión a Socket de Eventos fallida.";
|
||||
$text['error-event-socket']['es-mx'] = "";
|
||||
$text['error-event-socket']['fr-ca'] = "";
|
||||
$text['error-event-socket']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
$text['error-event-socket']['he-il'] = "";
|
||||
$text['error-event-socket']['it-it'] = "Connessione al Socket Eventi fallita.";
|
||||
@@ -365,8 +456,9 @@ $text['error-event-socket']['nl-nl'] = "";
|
||||
$text['error-event-socket']['pl-pl'] = "Połączenie do “Event Socket” nie powiodło się";
|
||||
$text['error-event-socket']['pt-br'] = "A conexão do evento socket falhou";
|
||||
$text['error-event-socket']['pt-pt'] = "A ligação ao Event Socket falhou.";
|
||||
$text['error-event-socket']['ro-ro'] = "";
|
||||
$text['error-event-socket']['ru-ru'] = "Подключение к сокету событий не удалось.";
|
||||
$text['error-event-socket']['sv-se'] = "Kontakten till 'Event Socket' misslyckades.";
|
||||
$text['error-event-socket']['uk-ua'] = "Помилка підключення до сокета подій";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-music_on_hold_settings']['en-us'] = "Music on Hold Settings";
|
||||
$text['title-music_on_hold_settings']['ar-eg'] = "";
|
||||
$text['title-music_on_hold_settings']['de-at'] = "Wartemusik Einstellungen";
|
||||
$text['title-music_on_hold_settings']['de-ch'] = "";
|
||||
$text['title-music_on_hold_settings']['de-de'] = "Wartemusik Einstellungen";
|
||||
$text['title-music_on_hold_settings']['es-cl'] = "Musica en Espera ajustes";
|
||||
$text['title-music_on_hold_settings']['es-mx'] = "";
|
||||
$text['title-music_on_hold_settings']['fr-ca'] = "";
|
||||
$text['title-music_on_hold_settings']['fr-fr'] = "Musique d'attente paramètres";
|
||||
$text['title-music_on_hold_settings']['he-il'] = "מוסיקה על גדרות מתן";
|
||||
$text['title-music_on_hold_settings']['it-it'] = "Impostazioni Musica di Attesa";
|
||||
@@ -13,6 +16,7 @@ $text['title-music_on_hold_settings']['nl-nl'] = "";
|
||||
$text['title-music_on_hold_settings']['pl-pl'] = "Muzyka na czekanie ustawienia";
|
||||
$text['title-music_on_hold_settings']['pt-br'] = "Música de espera configurações";
|
||||
$text['title-music_on_hold_settings']['pt-pt'] = "Música em Espera configurações";
|
||||
$text['title-music_on_hold_settings']['ro-ro'] = "";
|
||||
$text['title-music_on_hold_settings']['ru-ru'] = "Музыка на удержание параметры";
|
||||
$text['title-music_on_hold_settings']['sv-se'] = "Väntmusik inställningar";
|
||||
$text['title-music_on_hold_settings']['uk-ua'] = "Музика на утриманні настройки";
|
||||
@@ -20,8 +24,11 @@ $text['title-music_on_hold_settings']['uk-ua'] = "Музика на утрима
|
||||
$text['title-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['title-music_on_hold']['ar-eg'] = "";
|
||||
$text['title-music_on_hold']['de-at'] = "Wartemusik";
|
||||
$text['title-music_on_hold']['de-ch'] = "";
|
||||
$text['title-music_on_hold']['de-de'] = "Wartemusik";
|
||||
$text['title-music_on_hold']['es-cl'] = "Musica en Espera";
|
||||
$text['title-music_on_hold']['es-mx'] = "";
|
||||
$text['title-music_on_hold']['fr-ca'] = "";
|
||||
$text['title-music_on_hold']['fr-fr'] = "Musique d'attente";
|
||||
$text['title-music_on_hold']['he-il'] = "מוסיקה בהמתנה";
|
||||
$text['title-music_on_hold']['it-it'] = "Musica di Attesa";
|
||||
@@ -29,6 +36,7 @@ $text['title-music_on_hold']['nl-nl'] = "";
|
||||
$text['title-music_on_hold']['pl-pl'] = "Muzyka na czekanie";
|
||||
$text['title-music_on_hold']['pt-br'] = "Música de espera";
|
||||
$text['title-music_on_hold']['pt-pt'] = "Música em Espera";
|
||||
$text['title-music_on_hold']['ro-ro'] = "";
|
||||
$text['title-music_on_hold']['ru-ru'] = "Музыка на удержании";
|
||||
$text['title-music_on_hold']['sv-se'] = "Väntmusik";
|
||||
$text['title-music_on_hold']['uk-ua'] = "Музика на утриманні";
|
||||
@@ -36,8 +44,11 @@ $text['title-music_on_hold']['uk-ua'] = "Музика на утриманні";
|
||||
$text['label-others']['en-us'] = "Others";
|
||||
$text['label-others']['ar-eg'] = "آخرون";
|
||||
$text['label-others']['de-at'] = "Andere";
|
||||
$text['label-others']['de-ch'] = "";
|
||||
$text['label-others']['de-de'] = "Andere";
|
||||
$text['label-others']['es-cl'] = "";
|
||||
$text['label-others']['es-mx'] = "";
|
||||
$text['label-others']['fr-ca'] = "";
|
||||
$text['label-others']['fr-fr'] = "Autres";
|
||||
$text['label-others']['he-il'] = "אחרים";
|
||||
$text['label-others']['it-it'] = "Altro";
|
||||
@@ -45,6 +56,7 @@ $text['label-others']['nl-nl'] = "oaren";
|
||||
$text['label-others']['pl-pl'] = "Pozostałe";
|
||||
$text['label-others']['pt-br'] = "Outras";
|
||||
$text['label-others']['pt-pt'] = "Outras";
|
||||
$text['label-others']['ro-ro'] = "";
|
||||
$text['label-others']['ru-ru'] = "другие";
|
||||
$text['label-others']['sv-se'] = "Andra";
|
||||
$text['label-others']['uk-ua'] = "інші";
|
||||
@@ -52,8 +64,11 @@ $text['label-others']['uk-ua'] = "інші";
|
||||
$text['option-local']['en-us'] = "Local";
|
||||
$text['option-local']['ar-eg'] = "";
|
||||
$text['option-local']['de-at'] = "lokal";
|
||||
$text['option-local']['de-ch'] = "";
|
||||
$text['option-local']['de-de'] = "lokal";
|
||||
$text['option-local']['es-cl'] = "Local";
|
||||
$text['option-local']['es-mx'] = "";
|
||||
$text['option-local']['fr-ca'] = "";
|
||||
$text['option-local']['fr-fr'] = "locale";
|
||||
$text['option-local']['he-il'] = "מְקוֹמִי";
|
||||
$text['option-local']['it-it'] = "Locale";
|
||||
@@ -61,6 +76,7 @@ $text['option-local']['nl-nl'] = "";
|
||||
$text['option-local']['pl-pl'] = "Lokalny";
|
||||
$text['option-local']['pt-br'] = "Local";
|
||||
$text['option-local']['pt-pt'] = "Local";
|
||||
$text['option-local']['ro-ro'] = "";
|
||||
$text['option-local']['ru-ru'] = "Местный";
|
||||
$text['option-local']['sv-se'] = "Lokal";
|
||||
$text['option-local']['uk-ua'] = "місцевий";
|
||||
@@ -68,8 +84,11 @@ $text['option-local']['uk-ua'] = "місцевий";
|
||||
$text['option-global']['en-us'] = "Global";
|
||||
$text['option-global']['ar-eg'] = "";
|
||||
$text['option-global']['de-at'] = "Global";
|
||||
$text['option-global']['de-ch'] = "";
|
||||
$text['option-global']['de-de'] = "Global";
|
||||
$text['option-global']['es-cl'] = "Global";
|
||||
$text['option-global']['es-mx'] = "";
|
||||
$text['option-global']['fr-ca'] = "";
|
||||
$text['option-global']['fr-fr'] = "Mondial";
|
||||
$text['option-global']['he-il'] = "כללי";
|
||||
$text['option-global']['it-it'] = "Globale";
|
||||
@@ -77,6 +96,7 @@ $text['option-global']['nl-nl'] = "";
|
||||
$text['option-global']['pl-pl'] = "Globalny";
|
||||
$text['option-global']['pt-br'] = "Global";
|
||||
$text['option-global']['pt-pt'] = "Global";
|
||||
$text['option-global']['ro-ro'] = "";
|
||||
$text['option-global']['ru-ru'] = "Глобальный";
|
||||
$text['option-global']['sv-se'] = "Global";
|
||||
$text['option-global']['uk-ua'] = "Глобальний";
|
||||
@@ -84,8 +104,11 @@ $text['option-global']['uk-ua'] = "Глобальний";
|
||||
$text['option-default']['en-us'] = "Default";
|
||||
$text['option-default']['ar-eg'] = "";
|
||||
$text['option-default']['de-at'] = "Standard";
|
||||
$text['option-default']['de-ch'] = "";
|
||||
$text['option-default']['de-de'] = "Standard";
|
||||
$text['option-default']['es-cl'] = "Predeterminado";
|
||||
$text['option-default']['es-mx'] = "";
|
||||
$text['option-default']['fr-ca'] = "";
|
||||
$text['option-default']['fr-fr'] = "Par défaut";
|
||||
$text['option-default']['he-il'] = "ברירת מחדל";
|
||||
$text['option-default']['it-it'] = "Predefinito";
|
||||
@@ -93,6 +116,7 @@ $text['option-default']['nl-nl'] = "";
|
||||
$text['option-default']['pl-pl'] = "Domyślna";
|
||||
$text['option-default']['pt-br'] = "Predefinido";
|
||||
$text['option-default']['pt-pt'] = "Predefinido";
|
||||
$text['option-default']['ro-ro'] = "";
|
||||
$text['option-default']['ru-ru'] = "По умолчанию";
|
||||
$text['option-default']['sv-se'] = "Standard";
|
||||
$text['option-default']['uk-ua'] = "Типово";
|
||||
@@ -100,8 +124,11 @@ $text['option-default']['uk-ua'] = "Типово";
|
||||
$text['message-upload_completed']['en-us'] = "Upload Completed";
|
||||
$text['message-upload_completed']['ar-eg'] = "";
|
||||
$text['message-upload_completed']['de-at'] = "Erfolgreich hochgeladen";
|
||||
$text['message-upload_completed']['de-ch'] = "";
|
||||
$text['message-upload_completed']['de-de'] = "Erfolgreich hochgeladen";
|
||||
$text['message-upload_completed']['es-cl'] = "Cargar Completado";
|
||||
$text['message-upload_completed']['es-mx'] = "";
|
||||
$text['message-upload_completed']['fr-ca'] = "";
|
||||
$text['message-upload_completed']['fr-fr'] = "Fichier reçu";
|
||||
$text['message-upload_completed']['he-il'] = "העדכון הושלם בהצלחה";
|
||||
$text['message-upload_completed']['it-it'] = "Caricamento Completato";
|
||||
@@ -109,6 +136,7 @@ $text['message-upload_completed']['nl-nl'] = "";
|
||||
$text['message-upload_completed']['pl-pl'] = "Prześlij Zakończony";
|
||||
$text['message-upload_completed']['pt-br'] = "Carregar Concluído";
|
||||
$text['message-upload_completed']['pt-pt'] = "Carregar Concluído";
|
||||
$text['message-upload_completed']['ro-ro'] = "";
|
||||
$text['message-upload_completed']['ru-ru'] = "Загрузка завершена";
|
||||
$text['message-upload_completed']['sv-se'] = "Ladda Avslutat";
|
||||
$text['message-upload_completed']['uk-ua'] = "Завантажено";
|
||||
@@ -116,8 +144,11 @@ $text['message-upload_completed']['uk-ua'] = "Завантажено";
|
||||
$text['message-unsupported_file_type']['en-us'] = "Unsupported File Type";
|
||||
$text['message-unsupported_file_type']['ar-eg'] = "";
|
||||
$text['message-unsupported_file_type']['de-at'] = "Dateityp nicht unterstützt";
|
||||
$text['message-unsupported_file_type']['de-ch'] = "";
|
||||
$text['message-unsupported_file_type']['de-de'] = "Dateityp nicht unterstützt";
|
||||
$text['message-unsupported_file_type']['es-cl'] = "Tipo de archivo no compatible";
|
||||
$text['message-unsupported_file_type']['es-mx'] = "";
|
||||
$text['message-unsupported_file_type']['fr-ca'] = "";
|
||||
$text['message-unsupported_file_type']['fr-fr'] = "Type de fichier non pris en charge";
|
||||
$text['message-unsupported_file_type']['he-il'] = "סוג הקובץ לא נתמך";
|
||||
$text['message-unsupported_file_type']['it-it'] = "Tipo File non Supportato";
|
||||
@@ -125,6 +156,7 @@ $text['message-unsupported_file_type']['nl-nl'] = "";
|
||||
$text['message-unsupported_file_type']['pl-pl'] = "Nieobsługiwany typ pliku";
|
||||
$text['message-unsupported_file_type']['pt-br'] = "Não suportado Tipo de Arquivo";
|
||||
$text['message-unsupported_file_type']['pt-pt'] = "Não suportado Tipo de Arquivo";
|
||||
$text['message-unsupported_file_type']['ro-ro'] = "";
|
||||
$text['message-unsupported_file_type']['ru-ru'] = "Тип файла не поддерживается";
|
||||
$text['message-unsupported_file_type']['sv-se'] = "Inte stöds filtyp";
|
||||
$text['message-unsupported_file_type']['uk-ua'] = "Тип файлу не підтримується";
|
||||
@@ -132,8 +164,11 @@ $text['message-unsupported_file_type']['uk-ua'] = "Тип файлу не під
|
||||
$text['message-nofiles']['en-us'] = "No files found.";
|
||||
$text['message-nofiles']['ar-eg'] = "";
|
||||
$text['message-nofiles']['de-at'] = "Es wurden keine Dateien gefunden.";
|
||||
$text['message-nofiles']['de-ch'] = "";
|
||||
$text['message-nofiles']['de-de'] = "Es wurden keine Dateien gefunden.";
|
||||
$text['message-nofiles']['es-cl'] = "No se encontraron archivos.";
|
||||
$text['message-nofiles']['es-mx'] = "";
|
||||
$text['message-nofiles']['fr-ca'] = "";
|
||||
$text['message-nofiles']['fr-fr'] = "Pas de fichier trouvé.";
|
||||
$text['message-nofiles']['he-il'] = "לא נמצאו קבצים";
|
||||
$text['message-nofiles']['it-it'] = "File non trovato.";
|
||||
@@ -141,6 +176,7 @@ $text['message-nofiles']['nl-nl'] = "";
|
||||
$text['message-nofiles']['pl-pl'] = "Nie znaleziono plików";
|
||||
$text['message-nofiles']['pt-br'] = "Não foram encontrados os arquivos";
|
||||
$text['message-nofiles']['pt-pt'] = "Não foram encontrados ficheiros.";
|
||||
$text['message-nofiles']['ro-ro'] = "";
|
||||
$text['message-nofiles']['ru-ru'] = "Файлы не найдены";
|
||||
$text['message-nofiles']['sv-se'] = "Ingen ljudfil.";
|
||||
$text['message-nofiles']['uk-ua'] = "Файлів не знайдено";
|
||||
@@ -148,8 +184,11 @@ $text['message-nofiles']['uk-ua'] = "Файлів не знайдено";
|
||||
$text['message-missing_required_fields']['en-us'] = "Missing Required Fields";
|
||||
$text['message-missing_required_fields']['ar-eg'] = "";
|
||||
$text['message-missing_required_fields']['de-at'] = "Fehlende Pflichtangaben ";
|
||||
$text['message-missing_required_fields']['de-ch'] = "";
|
||||
$text['message-missing_required_fields']['de-de'] = "Fehlende Pflichtangaben ";
|
||||
$text['message-missing_required_fields']['es-cl'] = "Missing Campos requeridos";
|
||||
$text['message-missing_required_fields']['es-mx'] = "";
|
||||
$text['message-missing_required_fields']['fr-ca'] = "";
|
||||
$text['message-missing_required_fields']['fr-fr'] = "Manquant Champs obligatoires";
|
||||
$text['message-missing_required_fields']['he-il'] = "חסרים שדות חובה";
|
||||
$text['message-missing_required_fields']['it-it'] = "Alcuni campi obbligatori sono mancanti";
|
||||
@@ -157,6 +196,7 @@ $text['message-missing_required_fields']['nl-nl'] = "";
|
||||
$text['message-missing_required_fields']['pl-pl'] = "Brakujące pola wymagane";
|
||||
$text['message-missing_required_fields']['pt-br'] = "Faltando Campos obrigatórios";
|
||||
$text['message-missing_required_fields']['pt-pt'] = "Faltando Campos obrigatórios";
|
||||
$text['message-missing_required_fields']['ro-ro'] = "";
|
||||
$text['message-missing_required_fields']['ru-ru'] = "Отсутствуют обязательные поля";
|
||||
$text['message-missing_required_fields']['sv-se'] = "Saknas Obligatoriska fält";
|
||||
$text['message-missing_required_fields']['uk-ua'] = "Відсутні поля обов'язкові для заповнення";
|
||||
@@ -164,8 +204,11 @@ $text['message-missing_required_fields']['uk-ua'] = "Відсутні поля
|
||||
$text['message-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['message-event-socket']['ar-eg'] = "";
|
||||
$text['message-event-socket']['de-at'] = "Verbindung zum Event Socket unterbrochen.";
|
||||
$text['message-event-socket']['de-ch'] = "";
|
||||
$text['message-event-socket']['de-de'] = "Verbindung zum Event Socket unterbrochen.";
|
||||
$text['message-event-socket']['es-cl'] = "Conexión a socket fallida.";
|
||||
$text['message-event-socket']['es-mx'] = "";
|
||||
$text['message-event-socket']['fr-ca'] = "";
|
||||
$text['message-event-socket']['fr-fr'] = "Connexion à l'Event Socket échouée.";
|
||||
$text['message-event-socket']['he-il'] = "";
|
||||
$text['message-event-socket']['it-it'] = "Connessione al Socket Eventi fallita.";
|
||||
@@ -173,6 +216,7 @@ $text['message-event-socket']['nl-nl'] = "";
|
||||
$text['message-event-socket']['pl-pl'] = "Polączenie do „Event Socket” nie powiodło się.";
|
||||
$text['message-event-socket']['pt-br'] = "A conexão ao evento Socket falhou";
|
||||
$text['message-event-socket']['pt-pt'] = "A Conexão ao Event Socket falhou.";
|
||||
$text['message-event-socket']['ro-ro'] = "";
|
||||
$text['message-event-socket']['ru-ru'] = "Подключение к сокету событий не удалось.";
|
||||
$text['message-event-socket']['sv-se'] = "Kontakt till 'Event Socket' misslyckades.";
|
||||
$text['message-event-socket']['uk-ua'] = "Помилка підключення до сокета подій";
|
||||
@@ -180,8 +224,11 @@ $text['message-event-socket']['uk-ua'] = "Помилка підключення
|
||||
$text['message-click-select']['en-us'] = "Double-Click to Select an Existing Category";
|
||||
$text['message-click-select']['ar-eg'] = "";
|
||||
$text['message-click-select']['de-at'] = "Doppelklicken Sie um eine existierende Kategorie auszuwählen";
|
||||
$text['message-click-select']['de-ch'] = "";
|
||||
$text['message-click-select']['de-de'] = "Doppelklicken Sie um eine existierende Kategorie auszuwählen";
|
||||
$text['message-click-select']['es-cl'] = "Doble click para seleccionar una categoría existente";
|
||||
$text['message-click-select']['es-mx'] = "";
|
||||
$text['message-click-select']['fr-ca'] = "";
|
||||
$text['message-click-select']['fr-fr'] = "Double cliquez pour choisir une Catégorie existante";
|
||||
$text['message-click-select']['he-il'] = "לחץ פעמיים כדי לבחור קטגוריה קיימת";
|
||||
$text['message-click-select']['it-it'] = "Doppio-Click per selezionare una Categoria esistente";
|
||||
@@ -189,6 +236,7 @@ $text['message-click-select']['nl-nl'] = "";
|
||||
$text['message-click-select']['pl-pl'] = "Kliknij dwa razy aby wybrać obecną kategorię.";
|
||||
$text['message-click-select']['pt-br'] = "Duplo clique para selecionar uma categoria existente";
|
||||
$text['message-click-select']['pt-pt'] = "Duplo-Clique para Seleccionar uma Categoria Existente";
|
||||
$text['message-click-select']['ro-ro'] = "";
|
||||
$text['message-click-select']['ru-ru'] = "Дважды щелкните, чтобы выбрать существующую категорию";
|
||||
$text['message-click-select']['sv-se'] = "Dubbelklicka för att välja en existerande kategori.";
|
||||
$text['message-click-select']['uk-ua'] = "Двічі клацніть, щоб вибрати існуючу категорію";
|
||||
@@ -196,8 +244,11 @@ $text['message-click-select']['uk-ua'] = "Двічі клацніть, щоб в
|
||||
$text['label-uploaded']['en-us'] = "Uploaded";
|
||||
$text['label-uploaded']['ar-eg'] = "";
|
||||
$text['label-uploaded']['de-at'] = "Hochgeladen";
|
||||
$text['label-uploaded']['de-ch'] = "";
|
||||
$text['label-uploaded']['de-de'] = "Hochgeladen";
|
||||
$text['label-uploaded']['es-cl'] = "Subir";
|
||||
$text['label-uploaded']['es-mx'] = "";
|
||||
$text['label-uploaded']['fr-ca'] = "";
|
||||
$text['label-uploaded']['fr-fr'] = "Envoyé";
|
||||
$text['label-uploaded']['he-il'] = "הוטען";
|
||||
$text['label-uploaded']['it-it'] = "Caricati";
|
||||
@@ -205,6 +256,7 @@ $text['label-uploaded']['nl-nl'] = "";
|
||||
$text['label-uploaded']['pl-pl'] = "Przesłano";
|
||||
$text['label-uploaded']['pt-br'] = "Carregado";
|
||||
$text['label-uploaded']['pt-pt'] = "Carregado";
|
||||
$text['label-uploaded']['ro-ro'] = "";
|
||||
$text['label-uploaded']['ru-ru'] = "Загружено";
|
||||
$text['label-uploaded']['sv-se'] = "Uppladdad";
|
||||
$text['label-uploaded']['uk-ua'] = "Завантажено";
|
||||
@@ -212,8 +264,11 @@ $text['label-uploaded']['uk-ua'] = "Завантажено";
|
||||
$text['label-upload-music_on_hold']['en-us'] = "Upload Music";
|
||||
$text['label-upload-music_on_hold']['ar-eg'] = "";
|
||||
$text['label-upload-music_on_hold']['de-at'] = "Musik hochladen";
|
||||
$text['label-upload-music_on_hold']['de-ch'] = "";
|
||||
$text['label-upload-music_on_hold']['de-de'] = "Musik hochladen";
|
||||
$text['label-upload-music_on_hold']['es-cl'] = "Subir Música";
|
||||
$text['label-upload-music_on_hold']['es-mx'] = "";
|
||||
$text['label-upload-music_on_hold']['fr-ca'] = "";
|
||||
$text['label-upload-music_on_hold']['fr-fr'] = "Envoyer une musique";
|
||||
$text['label-upload-music_on_hold']['he-il'] = "הטען מוסיקה";
|
||||
$text['label-upload-music_on_hold']['it-it'] = "Carica Musica";
|
||||
@@ -221,6 +276,7 @@ $text['label-upload-music_on_hold']['nl-nl'] = "";
|
||||
$text['label-upload-music_on_hold']['pl-pl'] = "Prześlij plik z muzyką";
|
||||
$text['label-upload-music_on_hold']['pt-br'] = "Carregar música";
|
||||
$text['label-upload-music_on_hold']['pt-pt'] = "Carregar Música";
|
||||
$text['label-upload-music_on_hold']['ro-ro'] = "";
|
||||
$text['label-upload-music_on_hold']['ru-ru'] = "Загрузить музыку";
|
||||
$text['label-upload-music_on_hold']['sv-se'] = "Ladda Upp Musik";
|
||||
$text['label-upload-music_on_hold']['uk-ua'] = "Завантажити мелодію";
|
||||
@@ -228,8 +284,11 @@ $text['label-upload-music_on_hold']['uk-ua'] = "Завантажити мело
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Funktionen";
|
||||
$text['label-tools']['de-ch'] = "";
|
||||
$text['label-tools']['de-de'] = "Funktionen";
|
||||
$text['label-tools']['es-cl'] = "Instrumentos";
|
||||
$text['label-tools']['es-mx'] = "";
|
||||
$text['label-tools']['fr-ca'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he-il'] = "כלים";
|
||||
$text['label-tools']['it-it'] = "Strumenti";
|
||||
@@ -237,6 +296,7 @@ $text['label-tools']['nl-nl'] = "";
|
||||
$text['label-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tools']['pt-br'] = "Ferramentas";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['ro-ro'] = "";
|
||||
$text['label-tools']['ru-ru'] = "Инструменты";
|
||||
$text['label-tools']['sv-se'] = "Verktyg";
|
||||
$text['label-tools']['uk-ua'] = "Інструменти";
|
||||
@@ -244,8 +304,11 @@ $text['label-tools']['uk-ua'] = "Інструменти";
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['ar-eg'] = "";
|
||||
$text['label-stop']['de-at'] = "Halt";
|
||||
$text['label-stop']['de-ch'] = "";
|
||||
$text['label-stop']['de-de'] = "Halt";
|
||||
$text['label-stop']['es-cl'] = "Detener";
|
||||
$text['label-stop']['es-mx'] = "";
|
||||
$text['label-stop']['fr-ca'] = "";
|
||||
$text['label-stop']['fr-fr'] = "Arrêtez";
|
||||
$text['label-stop']['he-il'] = "תפסיק";
|
||||
$text['label-stop']['it-it'] = "Ferma";
|
||||
@@ -253,6 +316,7 @@ $text['label-stop']['nl-nl'] = "";
|
||||
$text['label-stop']['pl-pl'] = "Zatrzymaj się";
|
||||
$text['label-stop']['pt-br'] = "Pare";
|
||||
$text['label-stop']['pt-pt'] = "Pare";
|
||||
$text['label-stop']['ro-ro'] = "";
|
||||
$text['label-stop']['ru-ru'] = "Стоп";
|
||||
$text['label-stop']['sv-se'] = "Sluta";
|
||||
$text['label-stop']['uk-ua'] = "СТОП";
|
||||
@@ -260,8 +324,11 @@ $text['label-stop']['uk-ua'] = "СТОП";
|
||||
$text['label-stereo']['en-us'] = "Stereo";
|
||||
$text['label-stereo']['ar-eg'] = "";
|
||||
$text['label-stereo']['de-at'] = "Stereo";
|
||||
$text['label-stereo']['de-ch'] = "";
|
||||
$text['label-stereo']['de-de'] = "Stereo";
|
||||
$text['label-stereo']['es-cl'] = "Estéreo";
|
||||
$text['label-stereo']['es-mx'] = "";
|
||||
$text['label-stereo']['fr-ca'] = "";
|
||||
$text['label-stereo']['fr-fr'] = "Stéréo";
|
||||
$text['label-stereo']['he-il'] = "סטריאו";
|
||||
$text['label-stereo']['it-it'] = "Stereo";
|
||||
@@ -269,6 +336,7 @@ $text['label-stereo']['nl-nl'] = "";
|
||||
$text['label-stereo']['pl-pl'] = "Stereofoniczny";
|
||||
$text['label-stereo']['pt-br'] = "Estéreo";
|
||||
$text['label-stereo']['pt-pt'] = "Estéreo";
|
||||
$text['label-stereo']['ro-ro'] = "";
|
||||
$text['label-stereo']['ru-ru'] = "Стерео";
|
||||
$text['label-stereo']['sv-se'] = "Stereo";
|
||||
$text['label-stereo']['uk-ua'] = "стерео";
|
||||
@@ -276,8 +344,11 @@ $text['label-stereo']['uk-ua'] = "стерео";
|
||||
$text['label-shuffle']['en-us'] = "Shuffle";
|
||||
$text['label-shuffle']['ar-eg'] = "";
|
||||
$text['label-shuffle']['de-at'] = "Shuffle";
|
||||
$text['label-shuffle']['de-ch'] = "";
|
||||
$text['label-shuffle']['de-de'] = "Shuffle";
|
||||
$text['label-shuffle']['es-cl'] = "Barajar";
|
||||
$text['label-shuffle']['es-mx'] = "";
|
||||
$text['label-shuffle']['fr-ca'] = "";
|
||||
$text['label-shuffle']['fr-fr'] = "battage";
|
||||
$text['label-shuffle']['he-il'] = "לְעַרְבֵּב";
|
||||
$text['label-shuffle']['it-it'] = "Mescola";
|
||||
@@ -285,6 +356,7 @@ $text['label-shuffle']['nl-nl'] = "";
|
||||
$text['label-shuffle']['pl-pl'] = "Człapać";
|
||||
$text['label-shuffle']['pt-br'] = "embaralhar";
|
||||
$text['label-shuffle']['pt-pt'] = "battage";
|
||||
$text['label-shuffle']['ro-ro'] = "";
|
||||
$text['label-shuffle']['ru-ru'] = "Перемешать";
|
||||
$text['label-shuffle']['sv-se'] = "Blanda";
|
||||
$text['label-shuffle']['uk-ua'] = "тасування";
|
||||
@@ -292,8 +364,11 @@ $text['label-shuffle']['uk-ua'] = "тасування";
|
||||
$text['label-select_a_file']['en-us'] = "Select a file...";
|
||||
$text['label-select_a_file']['ar-eg'] = "";
|
||||
$text['label-select_a_file']['de-at'] = "Wählen Sie eine Datei ...";
|
||||
$text['label-select_a_file']['de-ch'] = "";
|
||||
$text['label-select_a_file']['de-de'] = "Wählen Sie eine Datei ...";
|
||||
$text['label-select_a_file']['es-cl'] = "Seleccione un archivo...";
|
||||
$text['label-select_a_file']['es-mx'] = "";
|
||||
$text['label-select_a_file']['fr-ca'] = "";
|
||||
$text['label-select_a_file']['fr-fr'] = "Sélectionner un fichier...";
|
||||
$text['label-select_a_file']['he-il'] = "בחר קובץ ...";
|
||||
$text['label-select_a_file']['it-it'] = "Seleziona un file...";
|
||||
@@ -301,6 +376,7 @@ $text['label-select_a_file']['nl-nl'] = "";
|
||||
$text['label-select_a_file']['pl-pl'] = "Wybierz plik ...";
|
||||
$text['label-select_a_file']['pt-br'] = "Selecione um arquivo ...";
|
||||
$text['label-select_a_file']['pt-pt'] = "Selecione um arquivo ...";
|
||||
$text['label-select_a_file']['ro-ro'] = "";
|
||||
$text['label-select_a_file']['ru-ru'] = "Виберите файл ...";
|
||||
$text['label-select_a_file']['sv-se'] = "Välj en fil ...";
|
||||
$text['label-select_a_file']['uk-ua'] = "Виберіть файл ...";
|
||||
@@ -308,8 +384,11 @@ $text['label-select_a_file']['uk-ua'] = "Виберіть файл ...";
|
||||
$text['label-rate']['en-us'] = "Sampling";
|
||||
$text['label-rate']['ar-eg'] = "";
|
||||
$text['label-rate']['de-at'] = "Abtastrate";
|
||||
$text['label-rate']['de-ch'] = "";
|
||||
$text['label-rate']['de-de'] = "Abtastrate";
|
||||
$text['label-rate']['es-cl'] = "Muestreo";
|
||||
$text['label-rate']['es-mx'] = "";
|
||||
$text['label-rate']['fr-ca'] = "";
|
||||
$text['label-rate']['fr-fr'] = "Échantillonnage";
|
||||
$text['label-rate']['he-il'] = "דגימת קול";
|
||||
$text['label-rate']['it-it'] = "Campionamento";
|
||||
@@ -317,6 +396,7 @@ $text['label-rate']['nl-nl'] = "";
|
||||
$text['label-rate']['pl-pl'] = "Sampling";
|
||||
$text['label-rate']['pt-br'] = "Amostragem";
|
||||
$text['label-rate']['pt-pt'] = "Amostragem";
|
||||
$text['label-rate']['ro-ro'] = "";
|
||||
$text['label-rate']['ru-ru'] = "Частота семплирования";
|
||||
$text['label-rate']['sv-se'] = "Sampling";
|
||||
$text['label-rate']['uk-ua'] = "Якість";
|
||||
@@ -324,8 +404,11 @@ $text['label-rate']['uk-ua'] = "Якість";
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['ar-eg'] = "";
|
||||
$text['label-play']['de-at'] = "Play";
|
||||
$text['label-play']['de-ch'] = "";
|
||||
$text['label-play']['de-de'] = "";
|
||||
$text['label-play']['es-cl'] = "Reproducir";
|
||||
$text['label-play']['es-mx'] = "";
|
||||
$text['label-play']['fr-ca'] = "";
|
||||
$text['label-play']['fr-fr'] = "Lire";
|
||||
$text['label-play']['he-il'] = "נגן";
|
||||
$text['label-play']['it-it'] = "Riproduci";
|
||||
@@ -333,6 +416,7 @@ $text['label-play']['nl-nl'] = "";
|
||||
$text['label-play']['pl-pl'] = "Odtwórz";
|
||||
$text['label-play']['pt-br'] = "Tocar";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['ro-ro'] = "";
|
||||
$text['label-play']['ru-ru'] = "Проиграть";
|
||||
$text['label-play']['sv-se'] = "Spela Upp";
|
||||
$text['label-play']['uk-ua'] = "Відтворити";
|
||||
@@ -340,8 +424,11 @@ $text['label-play']['uk-ua'] = "Відтворити";
|
||||
$text['label-path']['en-us'] = "Path";
|
||||
$text['label-path']['ar-eg'] = "";
|
||||
$text['label-path']['de-at'] = "Pfad";
|
||||
$text['label-path']['de-ch'] = "";
|
||||
$text['label-path']['de-de'] = "Pfad";
|
||||
$text['label-path']['es-cl'] = "Camino";
|
||||
$text['label-path']['es-mx'] = "";
|
||||
$text['label-path']['fr-ca'] = "";
|
||||
$text['label-path']['fr-fr'] = "Chemin";
|
||||
$text['label-path']['he-il'] = "Path";
|
||||
$text['label-path']['it-it'] = "Percorso";
|
||||
@@ -349,6 +436,7 @@ $text['label-path']['nl-nl'] = "";
|
||||
$text['label-path']['pl-pl'] = "Ścieżka";
|
||||
$text['label-path']['pt-br'] = "Caminho";
|
||||
$text['label-path']['pt-pt'] = "Caminho";
|
||||
$text['label-path']['ro-ro'] = "";
|
||||
$text['label-path']['ru-ru'] = "Путь";
|
||||
$text['label-path']['sv-se'] = "Väg";
|
||||
$text['label-path']['uk-ua'] = "Path";
|
||||
@@ -356,8 +444,11 @@ $text['label-path']['uk-ua'] = "Path";
|
||||
$text['label-pause']['en-us'] = "Pause";
|
||||
$text['label-pause']['ar-eg'] = "";
|
||||
$text['label-pause']['de-at'] = "Pause";
|
||||
$text['label-pause']['de-ch'] = "";
|
||||
$text['label-pause']['de-de'] = "Pause";
|
||||
$text['label-pause']['es-cl'] = "Pausa";
|
||||
$text['label-pause']['es-mx'] = "";
|
||||
$text['label-pause']['fr-ca'] = "";
|
||||
$text['label-pause']['fr-fr'] = "Pause";
|
||||
$text['label-pause']['he-il'] = "השהייה";
|
||||
$text['label-pause']['it-it'] = "Pausa";
|
||||
@@ -365,6 +456,7 @@ $text['label-pause']['nl-nl'] = "";
|
||||
$text['label-pause']['pl-pl'] = "Pauza";
|
||||
$text['label-pause']['pt-br'] = "Pausado";
|
||||
$text['label-pause']['pt-pt'] = "Pausa";
|
||||
$text['label-pause']['ro-ro'] = "";
|
||||
$text['label-pause']['ru-ru'] = "Пауза";
|
||||
$text['label-pause']['sv-se'] = "Paus";
|
||||
$text['label-pause']['uk-ua'] = "Призупинити";
|
||||
@@ -372,8 +464,11 @@ $text['label-pause']['uk-ua'] = "Призупинити";
|
||||
$text['label-mono']['en-us'] = "Mono";
|
||||
$text['label-mono']['ar-eg'] = "";
|
||||
$text['label-mono']['de-at'] = "Mono";
|
||||
$text['label-mono']['de-ch'] = "";
|
||||
$text['label-mono']['de-de'] = "Mono";
|
||||
$text['label-mono']['es-cl'] = "Cosa";
|
||||
$text['label-mono']['es-mx'] = "";
|
||||
$text['label-mono']['fr-ca'] = "";
|
||||
$text['label-mono']['fr-fr'] = "Chose";
|
||||
$text['label-mono']['he-il'] = "דבר";
|
||||
$text['label-mono']['it-it'] = "Mono";
|
||||
@@ -381,6 +476,7 @@ $text['label-mono']['nl-nl'] = "";
|
||||
$text['label-mono']['pl-pl'] = "rzecz";
|
||||
$text['label-mono']['pt-br'] = "Coisa";
|
||||
$text['label-mono']['pt-pt'] = "Coisa";
|
||||
$text['label-mono']['ro-ro'] = "";
|
||||
$text['label-mono']['ru-ru'] = "Моно";
|
||||
$text['label-mono']['sv-se'] = "sak";
|
||||
$text['label-mono']['uk-ua'] = "річ";
|
||||
@@ -388,8 +484,11 @@ $text['label-mono']['uk-ua'] = "річ";
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['ar-eg'] = "";
|
||||
$text['label-music_on_hold']['de-at'] = "Wartemusik";
|
||||
$text['label-music_on_hold']['de-ch'] = "";
|
||||
$text['label-music_on_hold']['de-de'] = "Wartemusik";
|
||||
$text['label-music_on_hold']['es-cl'] = "Musica en Espera";
|
||||
$text['label-music_on_hold']['es-mx'] = "";
|
||||
$text['label-music_on_hold']['fr-ca'] = "";
|
||||
$text['label-music_on_hold']['fr-fr'] = "Musique d'attente";
|
||||
$text['label-music_on_hold']['he-il'] = "מוסיקה בהמתנה";
|
||||
$text['label-music_on_hold']['it-it'] = "Musica di Attesa";
|
||||
@@ -397,6 +496,7 @@ $text['label-music_on_hold']['nl-nl'] = "";
|
||||
$text['label-music_on_hold']['pl-pl'] = "Muzyka na czekanie";
|
||||
$text['label-music_on_hold']['pt-br'] = "Música de espera";
|
||||
$text['label-music_on_hold']['pt-pt'] = "Música em Espera";
|
||||
$text['label-music_on_hold']['ro-ro'] = "";
|
||||
$text['label-music_on_hold']['ru-ru'] = "Музыка на удержании";
|
||||
$text['label-music_on_hold']['sv-se'] = "Väntmusik";
|
||||
$text['label-music_on_hold']['uk-ua'] = "Музика на утриманні";
|
||||
@@ -404,8 +504,11 @@ $text['label-music_on_hold']['uk-ua'] = "Музика на утриманні";
|
||||
$text['label-location']['en-us'] = "Location";
|
||||
$text['label-location']['ar-eg'] = "";
|
||||
$text['label-location']['de-at'] = "Standort";
|
||||
$text['label-location']['de-ch'] = "";
|
||||
$text['label-location']['de-de'] = "Standort";
|
||||
$text['label-location']['es-cl'] = "Ubicación";
|
||||
$text['label-location']['es-mx'] = "";
|
||||
$text['label-location']['fr-ca'] = "";
|
||||
$text['label-location']['fr-fr'] = "Emplacement";
|
||||
$text['label-location']['he-il'] = "מיקום";
|
||||
$text['label-location']['it-it'] = "Posizione";
|
||||
@@ -413,6 +516,7 @@ $text['label-location']['nl-nl'] = "";
|
||||
$text['label-location']['pl-pl'] = "Lokalizacja";
|
||||
$text['label-location']['pt-br'] = "Localização";
|
||||
$text['label-location']['pt-pt'] = "Localização";
|
||||
$text['label-location']['ro-ro'] = "";
|
||||
$text['label-location']['ru-ru'] = "Место нахождения";
|
||||
$text['label-location']['sv-se'] = "Plats";
|
||||
$text['label-location']['uk-ua'] = "Розміщення";
|
||||
@@ -420,8 +524,11 @@ $text['label-location']['uk-ua'] = "Розміщення";
|
||||
$text['label-interval']['en-us'] = "Interval";
|
||||
$text['label-interval']['ar-eg'] = "";
|
||||
$text['label-interval']['de-at'] = "Intervall";
|
||||
$text['label-interval']['de-ch'] = "";
|
||||
$text['label-interval']['de-de'] = "Intervall";
|
||||
$text['label-interval']['es-cl'] = "Intervalo";
|
||||
$text['label-interval']['es-mx'] = "";
|
||||
$text['label-interval']['fr-ca'] = "";
|
||||
$text['label-interval']['fr-fr'] = "Intervalle";
|
||||
$text['label-interval']['he-il'] = "";
|
||||
$text['label-interval']['it-it'] = "Intervallo";
|
||||
@@ -429,6 +536,7 @@ $text['label-interval']['nl-nl'] = "";
|
||||
$text['label-interval']['pl-pl'] = "Interwał";
|
||||
$text['label-interval']['pt-br'] = "Intervalo";
|
||||
$text['label-interval']['pt-pt'] = "Intervalo";
|
||||
$text['label-interval']['ro-ro'] = "";
|
||||
$text['label-interval']['ru-ru'] = "Интервал";
|
||||
$text['label-interval']['sv-se'] = "Intervall";
|
||||
$text['label-interval']['uk-ua'] = "Інтервал";
|
||||
@@ -436,8 +544,11 @@ $text['label-interval']['uk-ua'] = "Інтервал";
|
||||
$text['label-timer_name']['en-us'] = "Timer Name";
|
||||
$text['label-timer_name']['ar-eg'] = "";
|
||||
$text['label-timer_name']['de-at'] = "Timer Name";
|
||||
$text['label-timer_name']['de-ch'] = "";
|
||||
$text['label-timer_name']['de-de'] = "Timer Name";
|
||||
$text['label-timer_name']['es-cl'] = "";
|
||||
$text['label-timer_name']['es-mx'] = "";
|
||||
$text['label-timer_name']['fr-ca'] = "";
|
||||
$text['label-timer_name']['fr-fr'] = "";
|
||||
$text['label-timer_name']['he-il'] = "";
|
||||
$text['label-timer_name']['it-it'] = "Nome Timer";
|
||||
@@ -445,6 +556,7 @@ $text['label-timer_name']['nl-nl'] = "";
|
||||
$text['label-timer_name']['pl-pl'] = "";
|
||||
$text['label-timer_name']['pt-br'] = "";
|
||||
$text['label-timer_name']['pt-pt'] = "";
|
||||
$text['label-timer_name']['ro-ro'] = "";
|
||||
$text['label-timer_name']['ru-ru'] = "Имя Таймера";
|
||||
$text['label-timer_name']['sv-se'] = "Timer Namn";
|
||||
$text['label-timer_name']['uk-ua'] = "";
|
||||
@@ -452,8 +564,11 @@ $text['label-timer_name']['uk-ua'] = "";
|
||||
$text['label-global']['en-us'] = "Global";
|
||||
$text['label-global']['ar-eg'] = "";
|
||||
$text['label-global']['de-at'] = "Global";
|
||||
$text['label-global']['de-ch'] = "";
|
||||
$text['label-global']['de-de'] = "Global";
|
||||
$text['label-global']['es-cl'] = "Global";
|
||||
$text['label-global']['es-mx'] = "";
|
||||
$text['label-global']['fr-ca'] = "";
|
||||
$text['label-global']['fr-fr'] = "Mondial";
|
||||
$text['label-global']['he-il'] = "כללי";
|
||||
$text['label-global']['it-it'] = "Globale";
|
||||
@@ -461,6 +576,7 @@ $text['label-global']['nl-nl'] = "";
|
||||
$text['label-global']['pl-pl'] = "Globalny";
|
||||
$text['label-global']['pt-br'] = "Global";
|
||||
$text['label-global']['pt-pt'] = "Global";
|
||||
$text['label-global']['ro-ro'] = "";
|
||||
$text['label-global']['ru-ru'] = "Глобальный";
|
||||
$text['label-global']['sv-se'] = "Global";
|
||||
$text['label-global']['uk-ua'] = "Глобальний";
|
||||
@@ -468,8 +584,11 @@ $text['label-global']['uk-ua'] = "Глобальний";
|
||||
$text['label-file_name']['en-us'] = "File Name";
|
||||
$text['label-file_name']['ar-eg'] = "";
|
||||
$text['label-file_name']['de-at'] = "Dateiname";
|
||||
$text['label-file_name']['de-ch'] = "";
|
||||
$text['label-file_name']['de-de'] = "Dateiname";
|
||||
$text['label-file_name']['es-cl'] = "Nombre del Archivo";
|
||||
$text['label-file_name']['es-mx'] = "";
|
||||
$text['label-file_name']['fr-ca'] = "";
|
||||
$text['label-file_name']['fr-fr'] = "Nom du fichier";
|
||||
$text['label-file_name']['he-il'] = "שם קובץ";
|
||||
$text['label-file_name']['it-it'] = "Nome File";
|
||||
@@ -477,6 +596,7 @@ $text['label-file_name']['nl-nl'] = "";
|
||||
$text['label-file_name']['pl-pl'] = "Nazwa pliku";
|
||||
$text['label-file_name']['pt-br'] = "Nome do arquivo";
|
||||
$text['label-file_name']['pt-pt'] = "Nome do Arquivo";
|
||||
$text['label-file_name']['ro-ro'] = "";
|
||||
$text['label-file_name']['ru-ru'] = "Имя Файла";
|
||||
$text['label-file_name']['sv-se'] = "Fil-namn";
|
||||
$text['label-file_name']['uk-ua'] = "Назва файлу";
|
||||
@@ -484,8 +604,11 @@ $text['label-file_name']['uk-ua'] = "Назва файлу";
|
||||
$text['label-file-size']['en-us'] = "File Size";
|
||||
$text['label-file-size']['ar-eg'] = "";
|
||||
$text['label-file-size']['de-at'] = "Dateigröße";
|
||||
$text['label-file-size']['de-ch'] = "";
|
||||
$text['label-file-size']['de-de'] = "Dateigröße";
|
||||
$text['label-file-size']['es-cl'] = "Tamaño del archivo";
|
||||
$text['label-file-size']['es-mx'] = "";
|
||||
$text['label-file-size']['fr-ca'] = "";
|
||||
$text['label-file-size']['fr-fr'] = "Taille du fichier";
|
||||
$text['label-file-size']['he-il'] = "גודל קובץ";
|
||||
$text['label-file-size']['it-it'] = "Dimensione File";
|
||||
@@ -493,6 +616,7 @@ $text['label-file-size']['nl-nl'] = "";
|
||||
$text['label-file-size']['pl-pl'] = "Rozmiar pliku";
|
||||
$text['label-file-size']['pt-br'] = "Tamanho do arquivo";
|
||||
$text['label-file-size']['pt-pt'] = "Tamanho do Ficheiro";
|
||||
$text['label-file-size']['ro-ro'] = "";
|
||||
$text['label-file-size']['ru-ru'] = "Размер Файла";
|
||||
$text['label-file-size']['sv-se'] = "Filstorlek";
|
||||
$text['label-file-size']['uk-ua'] = "Розмір файлу";
|
||||
@@ -500,8 +624,11 @@ $text['label-file-size']['uk-ua'] = "Розмір файлу";
|
||||
$text['label-file-path']['en-us'] = "File Path";
|
||||
$text['label-file-path']['ar-eg'] = "";
|
||||
$text['label-file-path']['de-at'] = "Dateipfad";
|
||||
$text['label-file-path']['de-ch'] = "";
|
||||
$text['label-file-path']['de-de'] = "Dateipfad";
|
||||
$text['label-file-path']['es-cl'] = "Ruta al archivo";
|
||||
$text['label-file-path']['es-mx'] = "";
|
||||
$text['label-file-path']['fr-ca'] = "";
|
||||
$text['label-file-path']['fr-fr'] = "Chemin du Fichier";
|
||||
$text['label-file-path']['he-il'] = "נתיב קובץ";
|
||||
$text['label-file-path']['it-it'] = "Percorso File";
|
||||
@@ -509,6 +636,7 @@ $text['label-file-path']['nl-nl'] = "";
|
||||
$text['label-file-path']['pl-pl'] = "Ścieżka do pliku";
|
||||
$text['label-file-path']['pt-br'] = "Caminho do arquivo";
|
||||
$text['label-file-path']['pt-pt'] = "Caminho do Ficheiro";
|
||||
$text['label-file-path']['ro-ro'] = "";
|
||||
$text['label-file-path']['ru-ru'] = "Путь к Файлу";
|
||||
$text['label-file-path']['sv-se'] = "Sökväg till fil";
|
||||
$text['label-file-path']['uk-ua'] = "Шлях";
|
||||
@@ -516,8 +644,11 @@ $text['label-file-path']['uk-ua'] = "Шлях";
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['ar-eg'] = "";
|
||||
$text['label-download']['de-at'] = "Herunterladen";
|
||||
$text['label-download']['de-ch'] = "";
|
||||
$text['label-download']['de-de'] = "Herunterladen";
|
||||
$text['label-download']['es-cl'] = "Descargar";
|
||||
$text['label-download']['es-mx'] = "";
|
||||
$text['label-download']['fr-ca'] = "";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
$text['label-download']['he-il'] = "הורדה";
|
||||
$text['label-download']['it-it'] = "Scarica";
|
||||
@@ -525,6 +656,7 @@ $text['label-download']['nl-nl'] = "";
|
||||
$text['label-download']['pl-pl'] = "Pobierz";
|
||||
$text['label-download']['pt-br'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['ro-ro'] = "";
|
||||
$text['label-download']['ru-ru'] = "Загрузить";
|
||||
$text['label-download']['sv-se'] = "Ladda Ned";
|
||||
$text['label-download']['uk-ua'] = "Скачати";
|
||||
@@ -532,8 +664,11 @@ $text['label-download']['uk-ua'] = "Скачати";
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "النطاق";
|
||||
$text['label-domain']['de-at'] = "Domäne";
|
||||
$text['label-domain']['de-ch'] = "";
|
||||
$text['label-domain']['de-de'] = "Domäne";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['es-mx'] = "";
|
||||
$text['label-domain']['fr-ca'] = "";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-domain']['he-il'] = "דומיין";
|
||||
$text['label-domain']['it-it'] = "Dominio";
|
||||
@@ -541,6 +676,7 @@ $text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl-pl'] = "Domena";
|
||||
$text['label-domain']['pt-br'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['ro-ro'] = "Domeniu";
|
||||
$text['label-domain']['ru-ru'] = "Домен";
|
||||
$text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
@@ -548,8 +684,11 @@ $text['label-domain']['uk-ua'] = "Домен";
|
||||
$text['label-delete-category']['en-us'] = "Delete Category";
|
||||
$text['label-delete-category']['ar-eg'] = "";
|
||||
$text['label-delete-category']['de-at'] = "Kategorie löschen";
|
||||
$text['label-delete-category']['de-ch'] = "";
|
||||
$text['label-delete-category']['de-de'] = "Kategorie löschen";
|
||||
$text['label-delete-category']['es-cl'] = "Eliminar categoría";
|
||||
$text['label-delete-category']['es-mx'] = "";
|
||||
$text['label-delete-category']['fr-ca'] = "";
|
||||
$text['label-delete-category']['fr-fr'] = "Supprimer la Catégorie";
|
||||
$text['label-delete-category']['he-il'] = "מחק קטגוריה";
|
||||
$text['label-delete-category']['it-it'] = "Elimina Categoria";
|
||||
@@ -557,6 +696,7 @@ $text['label-delete-category']['nl-nl'] = "";
|
||||
$text['label-delete-category']['pl-pl'] = "Usuń kategorię";
|
||||
$text['label-delete-category']['pt-br'] = "Remover categoria";
|
||||
$text['label-delete-category']['pt-pt'] = "Remover Categoria";
|
||||
$text['label-delete-category']['ro-ro'] = "";
|
||||
$text['label-delete-category']['ru-ru'] = "Удалить категорию";
|
||||
$text['label-delete-category']['sv-se'] = "Ta Bort Kategori";
|
||||
$text['label-delete-category']['uk-ua'] = "Видалити категорію";
|
||||
@@ -564,8 +704,11 @@ $text['label-delete-category']['uk-ua'] = "Видалити категорію";
|
||||
$text['label-default']['en-us'] = "Default";
|
||||
$text['label-default']['ar-eg'] = "";
|
||||
$text['label-default']['de-at'] = "Standard";
|
||||
$text['label-default']['de-ch'] = "";
|
||||
$text['label-default']['de-de'] = "Standard";
|
||||
$text['label-default']['es-cl'] = "Predeterminado";
|
||||
$text['label-default']['es-mx'] = "";
|
||||
$text['label-default']['fr-ca'] = "";
|
||||
$text['label-default']['fr-fr'] = "Par défaut";
|
||||
$text['label-default']['he-il'] = "ברירת מחדל";
|
||||
$text['label-default']['it-it'] = "Predefinito";
|
||||
@@ -573,6 +716,7 @@ $text['label-default']['nl-nl'] = "";
|
||||
$text['label-default']['pl-pl'] = "Pliki ze standardowymi melodiami";
|
||||
$text['label-default']['pt-br'] = "Predefinido";
|
||||
$text['label-default']['pt-pt'] = "Predefinido";
|
||||
$text['label-default']['ro-ro'] = "";
|
||||
$text['label-default']['ru-ru'] = "По умолчанию";
|
||||
$text['label-default']['sv-se'] = "Standard";
|
||||
$text['label-default']['uk-ua'] = "Типово";
|
||||
@@ -580,8 +724,11 @@ $text['label-default']['uk-ua'] = "Типово";
|
||||
$text['label-chime_maximum']['en-us'] = "Chime Maximum";
|
||||
$text['label-chime_maximum']['ar-eg'] = "الحد الأقصى الدقات";
|
||||
$text['label-chime_maximum']['de-at'] = "Maximale Chimes";
|
||||
$text['label-chime_maximum']['de-ch'] = "";
|
||||
$text['label-chime_maximum']['de-de'] = "";
|
||||
$text['label-chime_maximum']['es-cl'] = "máximos Chimes";
|
||||
$text['label-chime_maximum']['es-mx'] = "";
|
||||
$text['label-chime_maximum']['fr-ca'] = "";
|
||||
$text['label-chime_maximum']['fr-fr'] = "Chimes maximum";
|
||||
$text['label-chime_maximum']['he-il'] = "פעמונים מקסימאליים";
|
||||
$text['label-chime_maximum']['it-it'] = "Chime Massimo";
|
||||
@@ -589,6 +736,7 @@ $text['label-chime_maximum']['nl-nl'] = "";
|
||||
$text['label-chime_maximum']['pl-pl'] = "Maksymalnie kuranty";
|
||||
$text['label-chime_maximum']['pt-br'] = "Chimes máximos";
|
||||
$text['label-chime_maximum']['pt-pt'] = "Chimes máximos";
|
||||
$text['label-chime_maximum']['ro-ro'] = "maxime Chimes";
|
||||
$text['label-chime_maximum']['ru-ru'] = "Максимальный перезвон";
|
||||
$text['label-chime_maximum']['sv-se'] = "maximala Chimes";
|
||||
$text['label-chime_maximum']['uk-ua'] = "максимум куранти";
|
||||
@@ -596,8 +744,11 @@ $text['label-chime_maximum']['uk-ua'] = "максимум куранти";
|
||||
$text['label-chime_list']['en-us'] = "Chime File";
|
||||
$text['label-chime_list']['ar-eg'] = "الملف تتناغم";
|
||||
$text['label-chime_list']['de-at'] = "Chime Datei";
|
||||
$text['label-chime_list']['de-ch'] = "";
|
||||
$text['label-chime_list']['de-de'] = "";
|
||||
$text['label-chime_list']['es-cl'] = "archivo carillón";
|
||||
$text['label-chime_list']['es-mx'] = "";
|
||||
$text['label-chime_list']['fr-ca'] = "";
|
||||
$text['label-chime_list']['fr-fr'] = "fichier Chime";
|
||||
$text['label-chime_list']['he-il'] = "קובץ Chime";
|
||||
$text['label-chime_list']['it-it'] = "File Chime";
|
||||
@@ -605,6 +756,7 @@ $text['label-chime_list']['nl-nl'] = "";
|
||||
$text['label-chime_list']['pl-pl'] = "Chime pliku";
|
||||
$text['label-chime_list']['pt-br'] = "Arquivo Chime";
|
||||
$text['label-chime_list']['pt-pt'] = "Arquivo Chime";
|
||||
$text['label-chime_list']['ro-ro'] = "Fișier chime";
|
||||
$text['label-chime_list']['ru-ru'] = "Файл перезвона";
|
||||
$text['label-chime_list']['sv-se'] = "chime File";
|
||||
$text['label-chime_list']['uk-ua'] = "передзвін файлу";
|
||||
@@ -612,8 +764,11 @@ $text['label-chime_list']['uk-ua'] = "передзвін файлу";
|
||||
$text['label-chime_frequency']['en-us'] = "Chime Frequency";
|
||||
$text['label-chime_frequency']['ar-eg'] = "تردد الرنين";
|
||||
$text['label-chime_frequency']['de-at'] = "Chime Frequenz";
|
||||
$text['label-chime_frequency']['de-ch'] = "";
|
||||
$text['label-chime_frequency']['de-de'] = "Chime Frequenz";
|
||||
$text['label-chime_frequency']['es-cl'] = "Frecuencia carillón";
|
||||
$text['label-chime_frequency']['es-mx'] = "";
|
||||
$text['label-chime_frequency']['fr-ca'] = "";
|
||||
$text['label-chime_frequency']['fr-fr'] = "Fréquence Chime";
|
||||
$text['label-chime_frequency']['he-il'] = "תדירות Chime";
|
||||
$text['label-chime_frequency']['it-it'] = "Frequenza Chime";
|
||||
@@ -621,6 +776,7 @@ $text['label-chime_frequency']['nl-nl'] = "";
|
||||
$text['label-chime_frequency']['pl-pl'] = "Częstotliwość Chime";
|
||||
$text['label-chime_frequency']['pt-br'] = "Frequência Chime";
|
||||
$text['label-chime_frequency']['pt-pt'] = "Frequência Chime";
|
||||
$text['label-chime_frequency']['ro-ro'] = "Frecventa chime";
|
||||
$text['label-chime_frequency']['ru-ru'] = "Частота перезвона";
|
||||
$text['label-chime_frequency']['sv-se'] = "chime Frekvens";
|
||||
$text['label-chime_frequency']['uk-ua'] = "передзвін Частота";
|
||||
@@ -628,8 +784,11 @@ $text['label-chime_frequency']['uk-ua'] = "передзвін Частота";
|
||||
$text['label-channels']['en-us'] = "Channels";
|
||||
$text['label-channels']['ar-eg'] = "قنوات";
|
||||
$text['label-channels']['de-at'] = "Kanäle";
|
||||
$text['label-channels']['de-ch'] = "";
|
||||
$text['label-channels']['de-de'] = "Kanäle";
|
||||
$text['label-channels']['es-cl'] = "Canales";
|
||||
$text['label-channels']['es-mx'] = "";
|
||||
$text['label-channels']['fr-ca'] = "";
|
||||
$text['label-channels']['fr-fr'] = "Canaux";
|
||||
$text['label-channels']['he-il'] = "ערוצים";
|
||||
$text['label-channels']['it-it'] = "Canali";
|
||||
@@ -637,6 +796,7 @@ $text['label-channels']['nl-nl'] = "";
|
||||
$text['label-channels']['pl-pl'] = "Kanały";
|
||||
$text['label-channels']['pt-br'] = "Canais";
|
||||
$text['label-channels']['pt-pt'] = "Canais";
|
||||
$text['label-channels']['ro-ro'] = "Canale";
|
||||
$text['label-channels']['ru-ru'] = "Каналы";
|
||||
$text['label-channels']['sv-se'] = "Kanaler";
|
||||
$text['label-channels']['uk-ua'] = "Канали";
|
||||
@@ -644,8 +804,11 @@ $text['label-channels']['uk-ua'] = "Канали";
|
||||
$text['header-music_on_hold_settings']['en-us'] = "Music on Hold Settings";
|
||||
$text['header-music_on_hold_settings']['ar-eg'] = "";
|
||||
$text['header-music_on_hold_settings']['de-at'] = "Wartemusik Einstellungen";
|
||||
$text['header-music_on_hold_settings']['de-ch'] = "";
|
||||
$text['header-music_on_hold_settings']['de-de'] = "Wartemusik Einstellungen";
|
||||
$text['header-music_on_hold_settings']['es-cl'] = "Musica en Espera ajustes";
|
||||
$text['header-music_on_hold_settings']['es-mx'] = "";
|
||||
$text['header-music_on_hold_settings']['fr-ca'] = "";
|
||||
$text['header-music_on_hold_settings']['fr-fr'] = "Musique d'attente paramètres";
|
||||
$text['header-music_on_hold_settings']['he-il'] = "מוסיקה על גדרות מתן";
|
||||
$text['header-music_on_hold_settings']['it-it'] = "Impostazioni Musica di Attesa";
|
||||
@@ -653,6 +816,7 @@ $text['header-music_on_hold_settings']['nl-nl'] = "";
|
||||
$text['header-music_on_hold_settings']['pl-pl'] = "Muzyka na czekanie ustawienia";
|
||||
$text['header-music_on_hold_settings']['pt-br'] = "Música de espera configurações";
|
||||
$text['header-music_on_hold_settings']['pt-pt'] = "Música em Espera configurações";
|
||||
$text['header-music_on_hold_settings']['ro-ro'] = "";
|
||||
$text['header-music_on_hold_settings']['ru-ru'] = "Музыка на удержании параметы";
|
||||
$text['header-music_on_hold_settings']['sv-se'] = "Väntmusik inställningar";
|
||||
$text['header-music_on_hold_settings']['uk-ua'] = "Музика на утриманні настройки";
|
||||
@@ -660,8 +824,11 @@ $text['header-music_on_hold_settings']['uk-ua'] = "Музика на утрим
|
||||
$text['desc-music_on_hold']['en-us'] = "Music on hold can be in WAV or MP3 format. To play an MP3 file you must have mod_shout enabled on the 'Modules' tab. You can adjust the volume of the MP3 audio from the 'Settings' tab. For best performance upload 16 bit, 8/16/32/48 kHz <i>mono</i> WAV files.";
|
||||
$text['desc-music_on_hold']['ar-eg'] = "";
|
||||
$text['desc-music_on_hold']['de-at'] = "Haltemusik können Dateien im WAV oder MP3 Format sein. Um MP3 Dateien abzuspielen zu können, muss mod_shout installiert und aktiviert sein. Sie können die Lautstärke der MP3 Dateien in den Einstellungen verändern. Für beste Funktionalität laden Sie 16bit, 8/16/32/48 kHz mono WAV Dateien hoch.";
|
||||
$text['desc-music_on_hold']['de-ch'] = "";
|
||||
$text['desc-music_on_hold']['de-de'] = "Haltemusik können Dateien im WAV oder MP3 Format sein. Um MP3 Dateien abzuspielen zu können, muss mod_shout installiert und aktiviert sein. Sie können die Lautstärke der MP3 Dateien in den Einstellungen verändern. Für beste Funktionalität laden Sie 16bit, 8/16/32/48 kHz mono WAV Dateien hoch.";
|
||||
$text['desc-music_on_hold']['es-cl'] = "La música en espera puede estar en formato WAV o MP3. Para reproducir un archivo en frmato MP3 debe tener activado el módulo mod_shout. Puede ajustar el volumen del MP3 desde la pestaña 'Configuraciones'. Para el mejor rendimiento se recomienda utilizar archivos en formato WAV 16 bit, 8/16/32/48 kHz <i>mono</i>.";
|
||||
$text['desc-music_on_hold']['es-mx'] = "";
|
||||
$text['desc-music_on_hold']['fr-ca'] = "";
|
||||
$text['desc-music_on_hold']['fr-fr'] = "La Musique d'attente peut être en WAV ou en MP3. Pour le MP3, mod_shout doit être activé dans la section modules. Le volume peut être réglé dans la partie configuration. Pour de meilleures performances, utiliser des fichiers WAV 16 bit, 8/16/32/48 kHz <i>mono</i>.";
|
||||
$text['desc-music_on_hold']['he-il'] = "";
|
||||
$text['desc-music_on_hold']['it-it'] = "La Musica di Attesa può essere caricata in formato WAV or MP3. Per riprodurre un file MP3 devi avere il modulo mod_shout abilitato nella sezione 'Moduli'. Puoi aggiornare il volume del file MP3 dalla schermata 'Impostazioni'. Per prestazioni ottimali caricare il file a 16 bit, 8/16/32/48 kHz <i>mono</i> nel formato WAV.";
|
||||
@@ -669,6 +836,7 @@ $text['desc-music_on_hold']['nl-nl'] = "";
|
||||
$text['desc-music_on_hold']['pl-pl'] = "Muzyka na czekanie może być w formacie wav lub mp3. Aby odtwarzać mp3 konieczne jest zainstalowanie modułu mod_shout (można to zrobić w zakładce Moduły). Można także zmienić głośność formatu mp3 w zakładce Ustawienia. W celu osiągniecia najlepszej jakości prześlij pliki w formacie wav o następującej specyfikacji: 16 bit, 8/16/32/48 kHz mono.";
|
||||
$text['desc-music_on_hold']['pt-br'] = "Música em espera pode ser com base em arquivos com o formato WAV ou MP3. Para ouvir um ficheiro MP3 deverá ter o mod_shout activado na tab 'Módulos'. Pode ajustar o volume do áudio MP3 a partir da tab 'Definições'. Para um melhor desempenho carregue ficheiros WAV de 16 bit, 8/16/32/48 kHz mono.";
|
||||
$text['desc-music_on_hold']['pt-pt'] = "Música em espera pode ser com base em ficheiros com o formato WAV ou MP3. Para ouvir um ficheiro MP3 deverá ter o mod_shout activado na tab 'Módulos'. Pode ajustar o volume do áudio MP3 a partir da tab 'Definições'. Para um melhor desempenho carregue ficheiros WAV de 16 bit, 8/16/32/48 kHz <i>mono</i>.";
|
||||
$text['desc-music_on_hold']['ro-ro'] = "";
|
||||
$text['desc-music_on_hold']['ru-ru'] = "Музыка на удержании может быть в формате WAV или MP3. Чтобы воспроизвести файл MP3, на вкладке «Модули» необходимо включить mod_shout. Вы можете отрегулировать громкость звука MP3 на вкладке «Настройки». Для лучшей производительности загружайте 16-битные, 8/16/32/48 кГц <i> моно </ i> файлы WAV.";
|
||||
$text['desc-music_on_hold']['sv-se'] = "Väntmusik kan vara i formaten WAV eller MP3. För att spela upp en MP3 fil så måste 'mod_shout' vara aktiverat i 'moduler' fliken. Du kan justera volymen på MP3 filerna genom inställnings fliken. För bästa prestanda, ladda upp 16 bit, 8/16/32/48 kHz mono WAV filer.";
|
||||
$text['desc-music_on_hold']['uk-ua'] = "Музика на утриманні може бути в WAV або MP3 формат. Для відтворення файлів MP3 ви повинні включити mod_shout на вкладці 'модулі'. Ви можете налаштувати гучність MP3-аудіо на вкладці «Налаштування». Для кращої продуктивності завантаження 16 біт, моно 8/16/32/48 кГц WAV файлів.";
|
||||
@@ -676,8 +844,11 @@ $text['desc-music_on_hold']['uk-ua'] = "Музика на утриманні м
|
||||
$text['button-upload']['en-us'] = "Upload";
|
||||
$text['button-upload']['ar-eg'] = "";
|
||||
$text['button-upload']['de-at'] = "Hochladen";
|
||||
$text['button-upload']['de-ch'] = "";
|
||||
$text['button-upload']['de-de'] = "Hochladen";
|
||||
$text['button-upload']['es-cl'] = "Subir";
|
||||
$text['button-upload']['es-mx'] = "";
|
||||
$text['button-upload']['fr-ca'] = "";
|
||||
$text['button-upload']['fr-fr'] = "Envoyer";
|
||||
$text['button-upload']['he-il'] = "הטען";
|
||||
$text['button-upload']['it-it'] = "Carica";
|
||||
@@ -685,6 +856,7 @@ $text['button-upload']['nl-nl'] = "";
|
||||
$text['button-upload']['pl-pl'] = "Wyślij";
|
||||
$text['button-upload']['pt-br'] = "Submeter";
|
||||
$text['button-upload']['pt-pt'] = "Carregar";
|
||||
$text['button-upload']['ro-ro'] = "";
|
||||
$text['button-upload']['ru-ru'] = "Загрузить";
|
||||
$text['button-upload']['sv-se'] = "Ladda Upp";
|
||||
$text['button-upload']['uk-ua'] = "Завантажити";
|
||||
@@ -692,8 +864,11 @@ $text['button-upload']['uk-ua'] = "Завантажити";
|
||||
$text['button-clear']['en-us'] = "Clear";
|
||||
$text['button-clear']['ar-eg'] = "";
|
||||
$text['button-clear']['de-at'] = "Zurücksetzen";
|
||||
$text['button-clear']['de-ch'] = "";
|
||||
$text['button-clear']['de-de'] = "Zurücksetzen";
|
||||
$text['button-clear']['es-cl'] = "Limpiar";
|
||||
$text['button-clear']['es-mx'] = "";
|
||||
$text['button-clear']['fr-ca'] = "";
|
||||
$text['button-clear']['fr-fr'] = "Effacer";
|
||||
$text['button-clear']['he-il'] = "נקה";
|
||||
$text['button-clear']['it-it'] = "Reset";
|
||||
@@ -701,8 +876,9 @@ $text['button-clear']['nl-nl'] = "";
|
||||
$text['button-clear']['pl-pl'] = "Wyczyść";
|
||||
$text['button-clear']['pt-br'] = "Apagar";
|
||||
$text['button-clear']['pt-pt'] = "Apagar";
|
||||
$text['button-clear']['ro-ro'] = "";
|
||||
$text['button-clear']['ru-ru'] = "Очистить";
|
||||
$text['button-clear']['sv-se'] = "Rensa";
|
||||
$text['button-clear']['uk-ua'] = "Очистити";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-operator_panel']['en-us'] = "Operator Panel";
|
||||
$text['title-operator_panel']['ar-eg'] = "";
|
||||
$text['title-operator_panel']['de-at'] = "Bedienfeld";
|
||||
$text['title-operator_panel']['de-ch'] = "";
|
||||
$text['title-operator_panel']['de-de'] = "Bedienfeld";
|
||||
$text['title-operator_panel']['es-cl'] = "Panel de Operador";
|
||||
$text['title-operator_panel']['es-mx'] = "";
|
||||
$text['title-operator_panel']['fr-ca'] = "";
|
||||
$text['title-operator_panel']['fr-fr'] = "Operator Panel";
|
||||
$text['title-operator_panel']['he-il'] = "לוח מפעיל";
|
||||
$text['title-operator_panel']['it-it'] = "Pannello Operatore";
|
||||
@@ -13,6 +16,7 @@ $text['title-operator_panel']['nl-nl'] = "";
|
||||
$text['title-operator_panel']['pl-pl'] = "Panel operatora";
|
||||
$text['title-operator_panel']['pt-br'] = "Painel do operador";
|
||||
$text['title-operator_panel']['pt-pt'] = "Painel do Operador";
|
||||
$text['title-operator_panel']['ro-ro'] = "";
|
||||
$text['title-operator_panel']['ru-ru'] = "Панель Оператора";
|
||||
$text['title-operator_panel']['sv-se'] = "Telefonist Panel";
|
||||
$text['title-operator_panel']['uk-ua'] = "Панель оператора";
|
||||
@@ -20,8 +24,11 @@ $text['title-operator_panel']['uk-ua'] = "Панель опе
|
||||
$text['label-status_on_demand']['en-us'] = "On Demand";
|
||||
$text['label-status_on_demand']['ar-eg'] = "";
|
||||
$text['label-status_on_demand']['de-at'] = "Bei Bedarf";
|
||||
$text['label-status_on_demand']['de-ch'] = "";
|
||||
$text['label-status_on_demand']['de-de'] = "Bei Bedarf";
|
||||
$text['label-status_on_demand']['es-cl'] = "A Pedido";
|
||||
$text['label-status_on_demand']['es-mx'] = "";
|
||||
$text['label-status_on_demand']['fr-ca'] = "";
|
||||
$text['label-status_on_demand']['fr-fr'] = "Sur Demande";
|
||||
$text['label-status_on_demand']['he-il'] = "על פי דרישה";
|
||||
$text['label-status_on_demand']['it-it'] = "Su Richiesta";
|
||||
@@ -29,6 +36,7 @@ $text['label-status_on_demand']['nl-nl'] = "";
|
||||
$text['label-status_on_demand']['pl-pl'] = "Na żądanie ";
|
||||
$text['label-status_on_demand']['pt-br'] = "A pedido";
|
||||
$text['label-status_on_demand']['pt-pt'] = "A Pedido";
|
||||
$text['label-status_on_demand']['ro-ro'] = "";
|
||||
$text['label-status_on_demand']['ru-ru'] = "По требованию";
|
||||
$text['label-status_on_demand']['sv-se'] = "På Begäran";
|
||||
$text['label-status_on_demand']['uk-ua'] = "Ðа вимогу";
|
||||
@@ -36,8 +44,11 @@ $text['label-status_on_demand']['uk-ua'] = "Ðа вимогу";
|
||||
$text['label-status_on_break']['en-us'] = "On Break";
|
||||
$text['label-status_on_break']['ar-eg'] = "";
|
||||
$text['label-status_on_break']['de-at'] = "In Pause";
|
||||
$text['label-status_on_break']['de-ch'] = "";
|
||||
$text['label-status_on_break']['de-de'] = "In Pause";
|
||||
$text['label-status_on_break']['es-cl'] = "En Pausa";
|
||||
$text['label-status_on_break']['es-mx'] = "";
|
||||
$text['label-status_on_break']['fr-ca'] = "";
|
||||
$text['label-status_on_break']['fr-fr'] = "En Pause";
|
||||
$text['label-status_on_break']['he-il'] = "בהפסקה";
|
||||
$text['label-status_on_break']['it-it'] = "In Pausa";
|
||||
@@ -45,6 +56,7 @@ $text['label-status_on_break']['nl-nl'] = "";
|
||||
$text['label-status_on_break']['pl-pl'] = "Na przerwie";
|
||||
$text['label-status_on_break']['pt-br'] = "Em pausa";
|
||||
$text['label-status_on_break']['pt-pt'] = "Em Pausa";
|
||||
$text['label-status_on_break']['ro-ro'] = "";
|
||||
$text['label-status_on_break']['ru-ru'] = "Пауза";
|
||||
$text['label-status_on_break']['sv-se'] = "På Rast";
|
||||
$text['label-status_on_break']['uk-ua'] = "Ðа перерві";
|
||||
@@ -52,8 +64,11 @@ $text['label-status_on_break']['uk-ua'] = "Ðа перервÑ
|
||||
$text['label-status_logged_out_or_unknown']['en-us'] = "Logged Out / Unknown";
|
||||
$text['label-status_logged_out_or_unknown']['ar-eg'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['de-at'] = "Abgemeldet / Unbekannt";
|
||||
$text['label-status_logged_out_or_unknown']['de-ch'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['de-de'] = "Abgemeldet / Unbekannt";
|
||||
$text['label-status_logged_out_or_unknown']['es-cl'] = "Desconectado / Desconocido";
|
||||
$text['label-status_logged_out_or_unknown']['es-mx'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['fr-ca'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['fr-fr'] = "Déconnexion / Unknown";
|
||||
$text['label-status_logged_out_or_unknown']['he-il'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['it-it'] = "Scollegato / Sconosciuto";
|
||||
@@ -61,6 +76,7 @@ $text['label-status_logged_out_or_unknown']['nl-nl'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['pl-pl'] = "Wylogowany/nieznany";
|
||||
$text['label-status_logged_out_or_unknown']['pt-br'] = "Desligar / Desconhecido";
|
||||
$text['label-status_logged_out_or_unknown']['pt-pt'] = "Desligado / Unknown";
|
||||
$text['label-status_logged_out_or_unknown']['ro-ro'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['ru-ru'] = "Вышел из системы / Неизвестен";
|
||||
$text['label-status_logged_out_or_unknown']['sv-se'] = "Utloggad / Okänd";
|
||||
$text['label-status_logged_out_or_unknown']['uk-ua'] = "Вийшов/невідомо";
|
||||
@@ -68,8 +84,11 @@ $text['label-status_logged_out_or_unknown']['uk-ua'] = "ВийшоÐ
|
||||
$text['label-status_logged_out']['en-us'] = "Logged Out";
|
||||
$text['label-status_logged_out']['ar-eg'] = "";
|
||||
$text['label-status_logged_out']['de-at'] = "Abgemeldet";
|
||||
$text['label-status_logged_out']['de-ch'] = "";
|
||||
$text['label-status_logged_out']['de-de'] = "Abgemeldet";
|
||||
$text['label-status_logged_out']['es-cl'] = "Desconectado";
|
||||
$text['label-status_logged_out']['es-mx'] = "";
|
||||
$text['label-status_logged_out']['fr-ca'] = "";
|
||||
$text['label-status_logged_out']['fr-fr'] = "Déconnexion";
|
||||
$text['label-status_logged_out']['he-il'] = "";
|
||||
$text['label-status_logged_out']['it-it'] = "Scollegato";
|
||||
@@ -77,6 +96,7 @@ $text['label-status_logged_out']['nl-nl'] = "";
|
||||
$text['label-status_logged_out']['pl-pl'] = "Wylogowany";
|
||||
$text['label-status_logged_out']['pt-br'] = "Desligado";
|
||||
$text['label-status_logged_out']['pt-pt'] = "Desligado";
|
||||
$text['label-status_logged_out']['ro-ro'] = "";
|
||||
$text['label-status_logged_out']['ru-ru'] = "Вышел из системы";
|
||||
$text['label-status_logged_out']['sv-se'] = "Utloggad";
|
||||
$text['label-status_logged_out']['uk-ua'] = "Вийшов";
|
||||
@@ -84,8 +104,11 @@ $text['label-status_logged_out']['uk-ua'] = "Вийшов";
|
||||
$text['label-status_do_not_disturb']['en-us'] = "Do Not Disturb";
|
||||
$text['label-status_do_not_disturb']['ar-eg'] = "";
|
||||
$text['label-status_do_not_disturb']['de-at'] = "Bitte nicht Stören";
|
||||
$text['label-status_do_not_disturb']['de-ch'] = "";
|
||||
$text['label-status_do_not_disturb']['de-de'] = "Bitte nicht Stören";
|
||||
$text['label-status_do_not_disturb']['es-cl'] = "No Molestar";
|
||||
$text['label-status_do_not_disturb']['es-mx'] = "";
|
||||
$text['label-status_do_not_disturb']['fr-ca'] = "";
|
||||
$text['label-status_do_not_disturb']['fr-fr'] = "Ne pas Déranger";
|
||||
$text['label-status_do_not_disturb']['he-il'] = "נא לא להפריע";
|
||||
$text['label-status_do_not_disturb']['it-it'] = "Non Disturbare";
|
||||
@@ -93,6 +116,7 @@ $text['label-status_do_not_disturb']['nl-nl'] = "";
|
||||
$text['label-status_do_not_disturb']['pl-pl'] = "Nie przeszkadzać (DND)";
|
||||
$text['label-status_do_not_disturb']['pt-br'] = "Não perturbe";
|
||||
$text['label-status_do_not_disturb']['pt-pt'] = "Não perturbe (DND)";
|
||||
$text['label-status_do_not_disturb']['ro-ro'] = "";
|
||||
$text['label-status_do_not_disturb']['ru-ru'] = "Просьба не беспокоить";
|
||||
$text['label-status_do_not_disturb']['sv-se'] = "Stör Ej";
|
||||
$text['label-status_do_not_disturb']['uk-ua'] = "Ðе турбувати";
|
||||
@@ -100,8 +124,11 @@ $text['label-status_do_not_disturb']['uk-ua'] = "Ðе турбу
|
||||
$text['label-status_available_on_demand']['en-us'] = "Available (On Demand)";
|
||||
$text['label-status_available_on_demand']['ar-eg'] = "";
|
||||
$text['label-status_available_on_demand']['de-at'] = "Verfügbar (Bei Bedarf)";
|
||||
$text['label-status_available_on_demand']['de-ch'] = "";
|
||||
$text['label-status_available_on_demand']['de-de'] = "Verfügbar (Bei Bedarf)";
|
||||
$text['label-status_available_on_demand']['es-cl'] = "Disponible (A Pedido)";
|
||||
$text['label-status_available_on_demand']['es-mx'] = "";
|
||||
$text['label-status_available_on_demand']['fr-ca'] = "";
|
||||
$text['label-status_available_on_demand']['fr-fr'] = "Disponble (sur demande)";
|
||||
$text['label-status_available_on_demand']['he-il'] = "";
|
||||
$text['label-status_available_on_demand']['it-it'] = "Disponibile (Su Richiesta)";
|
||||
@@ -109,6 +136,7 @@ $text['label-status_available_on_demand']['nl-nl'] = "";
|
||||
$text['label-status_available_on_demand']['pl-pl'] = "Dostępny (na żądanie)";
|
||||
$text['label-status_available_on_demand']['pt-br'] = "Disponivel (A pedido)";
|
||||
$text['label-status_available_on_demand']['pt-pt'] = "Disponível (A Pedido)";
|
||||
$text['label-status_available_on_demand']['ro-ro'] = "";
|
||||
$text['label-status_available_on_demand']['ru-ru'] = "Доступен (по требованию)";
|
||||
$text['label-status_available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
|
||||
$text['label-status_available_on_demand']['uk-ua'] = "ДоÑтупний (на вимогу)";
|
||||
@@ -116,8 +144,11 @@ $text['label-status_available_on_demand']['uk-ua'] = "ДоÑтуп
|
||||
$text['label-status_available']['en-us'] = "Available";
|
||||
$text['label-status_available']['ar-eg'] = "";
|
||||
$text['label-status_available']['de-at'] = "Verfügbar";
|
||||
$text['label-status_available']['de-ch'] = "";
|
||||
$text['label-status_available']['de-de'] = "Verfügbar";
|
||||
$text['label-status_available']['es-cl'] = "Disponible";
|
||||
$text['label-status_available']['es-mx'] = "";
|
||||
$text['label-status_available']['fr-ca'] = "";
|
||||
$text['label-status_available']['fr-fr'] = "Disponible";
|
||||
$text['label-status_available']['he-il'] = "זמין";
|
||||
$text['label-status_available']['it-it'] = "Disponibile";
|
||||
@@ -125,6 +156,7 @@ $text['label-status_available']['nl-nl'] = "";
|
||||
$text['label-status_available']['pl-pl'] = "Dostępny";
|
||||
$text['label-status_available']['pt-br'] = "DisponÃvel";
|
||||
$text['label-status_available']['pt-pt'] = "Disponível";
|
||||
$text['label-status_available']['ro-ro'] = "";
|
||||
$text['label-status_available']['ru-ru'] = "Доступен";
|
||||
$text['label-status_available']['sv-se'] = "Tillgänglig";
|
||||
$text['label-status_available']['uk-ua'] = "ДоÑтупний";
|
||||
@@ -132,8 +164,11 @@ $text['label-status_available']['uk-ua'] = "ДоÑтупниÐ
|
||||
$text['label-refresh_pause']['en-us'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['ar-eg'] = "";
|
||||
$text['label-refresh_pause']['de-at'] = "Seite neu laden deaktivieren";
|
||||
$text['label-refresh_pause']['de-ch'] = "";
|
||||
$text['label-refresh_pause']['de-de'] = "Seite neu laden deaktivieren";
|
||||
$text['label-refresh_pause']['es-cl'] = "Actualizar Pausa";
|
||||
$text['label-refresh_pause']['es-mx'] = "";
|
||||
$text['label-refresh_pause']['fr-ca'] = "";
|
||||
$text['label-refresh_pause']['fr-fr'] = "Pause Actualiser";
|
||||
$text['label-refresh_pause']['he-il'] = "עצור רענון";
|
||||
$text['label-refresh_pause']['it-it'] = "Ferma l'aggiornamento";
|
||||
@@ -141,6 +176,7 @@ $text['label-refresh_pause']['nl-nl'] = "";
|
||||
$text['label-refresh_pause']['pl-pl'] = "Pauzuj odświeżanie";
|
||||
$text['label-refresh_pause']['pt-br'] = "Pausar atualização";
|
||||
$text['label-refresh_pause']['pt-pt'] = "Pausa Atualizar";
|
||||
$text['label-refresh_pause']['ro-ro'] = "";
|
||||
$text['label-refresh_pause']['ru-ru'] = "Приостановить обновление";
|
||||
$text['label-refresh_pause']['sv-se'] = "Paus Uppdatera";
|
||||
$text['label-refresh_pause']['uk-ua'] = "Припинити оновленнÑ";
|
||||
@@ -148,8 +184,11 @@ $text['label-refresh_pause']['uk-ua'] = "Припинити
|
||||
$text['label-refresh_enable']['en-us'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['ar-eg'] = "";
|
||||
$text['label-refresh_enable']['de-at'] = "Seite neu laden aktivieren";
|
||||
$text['label-refresh_enable']['de-ch'] = "";
|
||||
$text['label-refresh_enable']['de-de'] = "Seite neu laden aktivieren";
|
||||
$text['label-refresh_enable']['es-cl'] = "Activar Actualizar";
|
||||
$text['label-refresh_enable']['es-mx'] = "";
|
||||
$text['label-refresh_enable']['fr-ca'] = "";
|
||||
$text['label-refresh_enable']['fr-fr'] = "Activer Actualiser";
|
||||
$text['label-refresh_enable']['he-il'] = "אפשר רענון";
|
||||
$text['label-refresh_enable']['it-it'] = "Attiva l'aggiornamento";
|
||||
@@ -157,6 +196,7 @@ $text['label-refresh_enable']['nl-nl'] = "";
|
||||
$text['label-refresh_enable']['pl-pl'] = "Włącz odświeżanie";
|
||||
$text['label-refresh_enable']['pt-br'] = "Habilitar atualização";
|
||||
$text['label-refresh_enable']['pt-pt'] = "Habilitar Atualização";
|
||||
$text['label-refresh_enable']['ro-ro'] = "";
|
||||
$text['label-refresh_enable']['ru-ru'] = "Включить обновление";
|
||||
$text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatering";
|
||||
$text['label-refresh_enable']['uk-ua'] = "Включити оновленнÑ";
|
||||
@@ -164,8 +204,11 @@ $text['label-refresh_enable']['uk-ua'] = "Включити Ð
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['ar-eg'] = "";
|
||||
$text['label-recording']['de-at'] = "Aufnahme";
|
||||
$text['label-recording']['de-ch'] = "";
|
||||
$text['label-recording']['de-de'] = "Aufnahme";
|
||||
$text['label-recording']['es-cl'] = "Grabación de Llamadas";
|
||||
$text['label-recording']['es-mx'] = "";
|
||||
$text['label-recording']['fr-ca'] = "";
|
||||
$text['label-recording']['fr-fr'] = "Enregistrement de L'appel";
|
||||
$text['label-recording']['he-il'] = "מקליט";
|
||||
$text['label-recording']['it-it'] = "Registrazione";
|
||||
@@ -173,6 +216,7 @@ $text['label-recording']['nl-nl'] = "";
|
||||
$text['label-recording']['pl-pl'] = "Nagrywanie";
|
||||
$text['label-recording']['pt-br'] = "Gravação de chamadas";
|
||||
$text['label-recording']['pt-pt'] = "Gravação de Chamadas";
|
||||
$text['label-recording']['ro-ro'] = "";
|
||||
$text['label-recording']['ru-ru'] = "Запись";
|
||||
$text['label-recording']['sv-se'] = "Inspelning";
|
||||
$text['label-recording']['uk-ua'] = "ЗапиÑ";
|
||||
@@ -180,8 +224,11 @@ $text['label-recording']['uk-ua'] = "ЗапиÑ";
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['ar-eg'] = "";
|
||||
$text['label-record']['de-at'] = "Aufnehmen";
|
||||
$text['label-record']['de-ch'] = "";
|
||||
$text['label-record']['de-de'] = "Aufnehmen";
|
||||
$text['label-record']['es-cl'] = "Registro";
|
||||
$text['label-record']['es-mx'] = "";
|
||||
$text['label-record']['fr-ca'] = "";
|
||||
$text['label-record']['fr-fr'] = "Enregistrer";
|
||||
$text['label-record']['he-il'] = "הקלטה";
|
||||
$text['label-record']['it-it'] = "Registra";
|
||||
@@ -189,6 +236,7 @@ $text['label-record']['nl-nl'] = "";
|
||||
$text['label-record']['pl-pl'] = "Nagrywanie";
|
||||
$text['label-record']['pt-br'] = "Registro";
|
||||
$text['label-record']['pt-pt'] = "Registro";
|
||||
$text['label-record']['ro-ro'] = "";
|
||||
$text['label-record']['ru-ru'] = "Воспроизведение";
|
||||
$text['label-record']['sv-se'] = "Spela In";
|
||||
$text['label-record']['uk-ua'] = "ЗапиÑ";
|
||||
@@ -196,8 +244,11 @@ $text['label-record']['uk-ua'] = "ЗапиÑ";
|
||||
$text['label-other_extensions']['en-us'] = "Other Extensions";
|
||||
$text['label-other_extensions']['ar-eg'] = "";
|
||||
$text['label-other_extensions']['de-at'] = "Andere Nebenstellen";
|
||||
$text['label-other_extensions']['de-ch'] = "";
|
||||
$text['label-other_extensions']['de-de'] = "Andere Nebenstellen";
|
||||
$text['label-other_extensions']['es-cl'] = "Otras Extensiones";
|
||||
$text['label-other_extensions']['es-mx'] = "";
|
||||
$text['label-other_extensions']['fr-ca'] = "";
|
||||
$text['label-other_extensions']['fr-fr'] = "Autres Extensions";
|
||||
$text['label-other_extensions']['he-il'] = "שלוחות אחרות";
|
||||
$text['label-other_extensions']['it-it'] = "Altri Interni";
|
||||
@@ -205,6 +256,7 @@ $text['label-other_extensions']['nl-nl'] = "";
|
||||
$text['label-other_extensions']['pl-pl'] = "Inne numery wew";
|
||||
$text['label-other_extensions']['pt-br'] = "Outras extensões";
|
||||
$text['label-other_extensions']['pt-pt'] = "Outros Extensions";
|
||||
$text['label-other_extensions']['ro-ro'] = "";
|
||||
$text['label-other_extensions']['ru-ru'] = "Другие внутренние номера";
|
||||
$text['label-other_extensions']['sv-se'] = "Annan Anknytning";
|
||||
$text['label-other_extensions']['uk-ua'] = "Інші розширеннÑ";
|
||||
@@ -212,8 +264,11 @@ $text['label-other_extensions']['uk-ua'] = "Інші розш
|
||||
$text['label-no_extensions_found']['en-us'] = "No extensions found.";
|
||||
$text['label-no_extensions_found']['ar-eg'] = "";
|
||||
$text['label-no_extensions_found']['de-at'] = "Keine Nebenstellen gefunden.";
|
||||
$text['label-no_extensions_found']['de-ch'] = "";
|
||||
$text['label-no_extensions_found']['de-de'] = "";
|
||||
$text['label-no_extensions_found']['es-cl'] = "No hay extensiones encontrados.";
|
||||
$text['label-no_extensions_found']['es-mx'] = "";
|
||||
$text['label-no_extensions_found']['fr-ca'] = "";
|
||||
$text['label-no_extensions_found']['fr-fr'] = "Aucun extensions trouvés.";
|
||||
$text['label-no_extensions_found']['he-il'] = "לא נמצאו שלוחות";
|
||||
$text['label-no_extensions_found']['it-it'] = "Non sono stati trovati interni.";
|
||||
@@ -221,6 +276,7 @@ $text['label-no_extensions_found']['nl-nl'] = "";
|
||||
$text['label-no_extensions_found']['pl-pl'] = "Nie znaleziono numeru wew";
|
||||
$text['label-no_extensions_found']['pt-br'] = "Não foi encontrada nenhuma extensão";
|
||||
$text['label-no_extensions_found']['pt-pt'] = "Sem extensões encontrado.";
|
||||
$text['label-no_extensions_found']['ro-ro'] = "";
|
||||
$text['label-no_extensions_found']['ru-ru'] = "Внутренних номеров не найдено.";
|
||||
$text['label-no_extensions_found']['sv-se'] = "Ingen anknytning funnen.";
|
||||
$text['label-no_extensions_found']['uk-ua'] = "Ðе знайдено розширень";
|
||||
@@ -228,8 +284,11 @@ $text['label-no_extensions_found']['uk-ua'] = "Ðе знайде
|
||||
$text['label-kill']['en-us'] = "Kill";
|
||||
$text['label-kill']['ar-eg'] = "";
|
||||
$text['label-kill']['de-at'] = "Abwürgen";
|
||||
$text['label-kill']['de-ch'] = "";
|
||||
$text['label-kill']['de-de'] = "Abwürgen";
|
||||
$text['label-kill']['es-cl'] = "Finalizar Llamada";
|
||||
$text['label-kill']['es-mx'] = "";
|
||||
$text['label-kill']['fr-ca'] = "";
|
||||
$text['label-kill']['fr-fr'] = "Tuer Appel";
|
||||
$text['label-kill']['he-il'] = "הפסק";
|
||||
$text['label-kill']['it-it'] = "Termina";
|
||||
@@ -237,6 +296,7 @@ $text['label-kill']['nl-nl'] = "";
|
||||
$text['label-kill']['pl-pl'] = "Wyłącz";
|
||||
$text['label-kill']['pt-br'] = "Chamada final";
|
||||
$text['label-kill']['pt-pt'] = "Chamada Final";
|
||||
$text['label-kill']['ro-ro'] = "";
|
||||
$text['label-kill']['ru-ru'] = "Убить";
|
||||
$text['label-kill']['sv-se'] = "Lägg På";
|
||||
$text['label-kill']['uk-ua'] = "вбити";
|
||||
@@ -244,8 +304,11 @@ $text['label-kill']['uk-ua'] = "вбити";
|
||||
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['ar-eg'] = "";
|
||||
$text['label-eavesdrop']['de-at'] = "Mithören";
|
||||
$text['label-eavesdrop']['de-ch'] = "";
|
||||
$text['label-eavesdrop']['de-de'] = "Mithören";
|
||||
$text['label-eavesdrop']['es-cl'] = "Escuchar";
|
||||
$text['label-eavesdrop']['es-mx'] = "";
|
||||
$text['label-eavesdrop']['fr-ca'] = "";
|
||||
$text['label-eavesdrop']['fr-fr'] = "Espionner";
|
||||
$text['label-eavesdrop']['he-il'] = "";
|
||||
$text['label-eavesdrop']['it-it'] = "Ascolta";
|
||||
@@ -253,6 +316,7 @@ $text['label-eavesdrop']['nl-nl'] = "";
|
||||
$text['label-eavesdrop']['pl-pl'] = "Podsłuchiwanie";
|
||||
$text['label-eavesdrop']['pt-br'] = "Investigar";
|
||||
$text['label-eavesdrop']['pt-pt'] = "Bisbilhotar";
|
||||
$text['label-eavesdrop']['ro-ro'] = "";
|
||||
$text['label-eavesdrop']['ru-ru'] = "Подслушивать";
|
||||
$text['label-eavesdrop']['sv-se'] = "Medlyssning";
|
||||
$text['label-eavesdrop']['uk-ua'] = "підслуховувати";
|
||||
@@ -260,8 +324,11 @@ $text['label-eavesdrop']['uk-ua'] = "підслуховувати";
|
||||
$text['label-call_group']['en-us'] = "Call Group";
|
||||
$text['label-call_group']['ar-eg'] = "";
|
||||
$text['label-call_group']['de-at'] = "Rufgruppe";
|
||||
$text['label-call_group']['de-ch'] = "";
|
||||
$text['label-call_group']['de-de'] = "Rufgruppe";
|
||||
$text['label-call_group']['es-cl'] = "Llamar a Grupo";
|
||||
$text['label-call_group']['es-mx'] = "";
|
||||
$text['label-call_group']['fr-ca'] = "";
|
||||
$text['label-call_group']['fr-fr'] = "Groupe d'appel";
|
||||
$text['label-call_group']['he-il'] = "קבוצת חיוג";
|
||||
$text['label-call_group']['it-it'] = "Chiamata di Gruppo";
|
||||
@@ -269,6 +336,7 @@ $text['label-call_group']['nl-nl'] = "";
|
||||
$text['label-call_group']['pl-pl'] = "Grupa odbiorców rozmowy";
|
||||
$text['label-call_group']['pt-br'] = "Grupo";
|
||||
$text['label-call_group']['pt-pt'] = "Grupo";
|
||||
$text['label-call_group']['ro-ro'] = "";
|
||||
$text['label-call_group']['ru-ru'] = "Группы вызова";
|
||||
$text['label-call_group']['sv-se'] = "Ring Grupp";
|
||||
$text['label-call_group']['uk-ua'] = "груповий виклик";
|
||||
@@ -276,8 +344,11 @@ $text['label-call_group']['uk-ua'] = "груповий виклик";
|
||||
$text['label-call_direction']['en-us'] = "Call Direction";
|
||||
$text['label-call_direction']['ar-eg'] = "";
|
||||
$text['label-call_direction']['de-at'] = "Anruf Richtung";
|
||||
$text['label-call_direction']['de-ch'] = "";
|
||||
$text['label-call_direction']['de-de'] = "Anruf Richtung";
|
||||
$text['label-call_direction']['es-cl'] = "Dirección de la llamada";
|
||||
$text['label-call_direction']['es-mx'] = "";
|
||||
$text['label-call_direction']['fr-ca'] = "";
|
||||
$text['label-call_direction']['fr-fr'] = "Sens de l'appel";
|
||||
$text['label-call_direction']['he-il'] = "כיוון שיחה";
|
||||
$text['label-call_direction']['it-it'] = "Direzione Chiamata";
|
||||
@@ -285,6 +356,7 @@ $text['label-call_direction']['nl-nl'] = "";
|
||||
$text['label-call_direction']['pl-pl'] = "Kierunek rozmowy";
|
||||
$text['label-call_direction']['pt-br'] = "Direção da chamada";
|
||||
$text['label-call_direction']['pt-pt'] = "Direção da chamada";
|
||||
$text['label-call_direction']['ro-ro'] = "";
|
||||
$text['label-call_direction']['ru-ru'] = "Направление вызова";
|
||||
$text['label-call_direction']['sv-se'] = "Samtals Riktning";
|
||||
$text['label-call_direction']['uk-ua'] = "напрямок виклику";
|
||||
@@ -292,8 +364,11 @@ $text['label-call_direction']['uk-ua'] = "напрямок виклику";
|
||||
$text['description-eavesdrop_destination']['en-us'] = "Select the Eavesdrop Destination";
|
||||
$text['description-eavesdrop_destination']['ar-eg'] = "";
|
||||
$text['description-eavesdrop_destination']['de-at'] = "Wählen Sie ein Ziel zum Mithören";
|
||||
$text['description-eavesdrop_destination']['de-ch'] = "";
|
||||
$text['description-eavesdrop_destination']['de-de'] = "Wählen Sie ein Ziel zum Mithören";
|
||||
$text['description-eavesdrop_destination']['es-cl'] = "Seleccione el Eavesdrop Destino";
|
||||
$text['description-eavesdrop_destination']['es-mx'] = "";
|
||||
$text['description-eavesdrop_destination']['fr-ca'] = "";
|
||||
$text['description-eavesdrop_destination']['fr-fr'] = "Sélectionnez le Eavesdrop Destinations";
|
||||
$text['description-eavesdrop_destination']['he-il'] = "";
|
||||
$text['description-eavesdrop_destination']['it-it'] = "Seleziona l'interno da cui ascoltare";
|
||||
@@ -301,6 +376,7 @@ $text['description-eavesdrop_destination']['nl-nl'] = "";
|
||||
$text['description-eavesdrop_destination']['pl-pl'] = "Wybierz destynację podsłuchiwanych rozmów";
|
||||
$text['description-eavesdrop_destination']['pt-br'] = "Selecione o eavesdrop de destino";
|
||||
$text['description-eavesdrop_destination']['pt-pt'] = "Selecione o Eavesdrop Destino";
|
||||
$text['description-eavesdrop_destination']['ro-ro'] = "";
|
||||
$text['description-eavesdrop_destination']['ru-ru'] = "Выберите подслушивание пункта назначения";
|
||||
$text['description-eavesdrop_destination']['sv-se'] = "Välj Medlyssning Destination";
|
||||
$text['description-eavesdrop_destination']['uk-ua'] = "Виберіть пункт призначення підслуховувати";
|
||||
@@ -308,8 +384,11 @@ $text['description-eavesdrop_destination']['uk-ua'] = "Виберіть пунк
|
||||
$text['button-all']['en-us'] = "All";
|
||||
$text['button-all']['ar-eg'] = "";
|
||||
$text['button-all']['de-at'] = "Alle";
|
||||
$text['button-all']['de-ch'] = "";
|
||||
$text['button-all']['de-de'] = "Alle";
|
||||
$text['button-all']['es-cl'] = "Todos";
|
||||
$text['button-all']['es-mx'] = "";
|
||||
$text['button-all']['fr-ca'] = "";
|
||||
$text['button-all']['fr-fr'] = "Tous";
|
||||
$text['button-all']['he-il'] = "הכל";
|
||||
$text['button-all']['it-it'] = "Tutti";
|
||||
@@ -317,8 +396,9 @@ $text['button-all']['nl-nl'] = "";
|
||||
$text['button-all']['pl-pl'] = "Wszyscy";
|
||||
$text['button-all']['pt-br'] = "Tudo";
|
||||
$text['button-all']['pt-pt'] = "Tudo";
|
||||
$text['button-all']['ro-ro'] = "";
|
||||
$text['button-all']['ru-ru'] = "Все";
|
||||
$text['button-all']['sv-se'] = "Alla";
|
||||
$text['button-all']['uk-ua'] = "Ð’ÑÑ–";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-phrases']['en-us'] = "Phrases";
|
||||
$text['title-phrases']['ar-eg'] = "";
|
||||
$text['title-phrases']['de-at'] = "Phrasen";
|
||||
$text['title-phrases']['de-ch'] = "";
|
||||
$text['title-phrases']['de-de'] = "Phrasen";
|
||||
$text['title-phrases']['es-cl'] = "Grabaciones";
|
||||
$text['title-phrases']['es-mx'] = "";
|
||||
$text['title-phrases']['fr-ca'] = "";
|
||||
$text['title-phrases']['fr-fr'] = "Guides Vocaux";
|
||||
$text['title-phrases']['he-il'] = "";
|
||||
$text['title-phrases']['it-it'] = "Frasi";
|
||||
@@ -13,6 +16,7 @@ $text['title-phrases']['nl-nl'] = "";
|
||||
$text['title-phrases']['pl-pl'] = "Zwroty";
|
||||
$text['title-phrases']['pt-br'] = "Gravações";
|
||||
$text['title-phrases']['pt-pt'] = "Gravações";
|
||||
$text['title-phrases']['ro-ro'] = "";
|
||||
$text['title-phrases']['ru-ru'] = "Фразы";
|
||||
$text['title-phrases']['sv-se'] = "Fraser";
|
||||
$text['title-phrases']['uk-ua'] = "Фрази";
|
||||
@@ -20,8 +24,11 @@ $text['title-phrases']['uk-ua'] = "Фрази";
|
||||
$text['title-edit_phrase']['en-us'] = "Edit Phrase";
|
||||
$text['title-edit_phrase']['ar-eg'] = "";
|
||||
$text['title-edit_phrase']['de-at'] = "Phrasen bearbeiten";
|
||||
$text['title-edit_phrase']['de-ch'] = "";
|
||||
$text['title-edit_phrase']['de-de'] = "Phrasen bearbeiten";
|
||||
$text['title-edit_phrase']['es-cl'] = "Editar Frase";
|
||||
$text['title-edit_phrase']['es-mx'] = "";
|
||||
$text['title-edit_phrase']['fr-ca'] = "";
|
||||
$text['title-edit_phrase']['fr-fr'] = "Modifier Phrase";
|
||||
$text['title-edit_phrase']['he-il'] = "";
|
||||
$text['title-edit_phrase']['it-it'] = "Modifica Frase";
|
||||
@@ -29,6 +36,7 @@ $text['title-edit_phrase']['nl-nl'] = "";
|
||||
$text['title-edit_phrase']['pl-pl'] = "Edytuj zwrot";
|
||||
$text['title-edit_phrase']['pt-br'] = "Editar frase";
|
||||
$text['title-edit_phrase']['pt-pt'] = "Editar Frase";
|
||||
$text['title-edit_phrase']['ro-ro'] = "";
|
||||
$text['title-edit_phrase']['ru-ru'] = "Редактор Фраз";
|
||||
$text['title-edit_phrase']['sv-se'] = "Ändra Fras";
|
||||
$text['title-edit_phrase']['uk-ua'] = "Редагувати фразу";
|
||||
@@ -36,8 +44,11 @@ $text['title-edit_phrase']['uk-ua'] = "Редагувати фразу";
|
||||
$text['title-add_phrase']['en-us'] = "Add Phrase";
|
||||
$text['title-add_phrase']['ar-eg'] = "";
|
||||
$text['title-add_phrase']['de-at'] = "Phrasen hinzufügen";
|
||||
$text['title-add_phrase']['de-ch'] = "";
|
||||
$text['title-add_phrase']['de-de'] = "Phrasen hinzufügen";
|
||||
$text['title-add_phrase']['es-cl'] = "Añadir Frase";
|
||||
$text['title-add_phrase']['es-mx'] = "";
|
||||
$text['title-add_phrase']['fr-ca'] = "";
|
||||
$text['title-add_phrase']['fr-fr'] = "Ajouter Phrase";
|
||||
$text['title-add_phrase']['he-il'] = "";
|
||||
$text['title-add_phrase']['it-it'] = "Aggiungi Frase";
|
||||
@@ -45,6 +56,7 @@ $text['title-add_phrase']['nl-nl'] = "";
|
||||
$text['title-add_phrase']['pl-pl'] = "Dodaj zwrot";
|
||||
$text['title-add_phrase']['pt-br'] = "Adicionar frase";
|
||||
$text['title-add_phrase']['pt-pt'] = "Añadir Frase";
|
||||
$text['title-add_phrase']['ro-ro'] = "";
|
||||
$text['title-add_phrase']['ru-ru'] = "Добавить Фразы";
|
||||
$text['title-add_phrase']['sv-se'] = "Lägg Till Fras";
|
||||
$text['title-add_phrase']['uk-ua'] = "Додати фразу";
|
||||
@@ -52,8 +64,11 @@ $text['title-add_phrase']['uk-ua'] = "Додати фразу";
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Funktionen";
|
||||
$text['label-tools']['de-ch'] = "";
|
||||
$text['label-tools']['de-de'] = "Funktionen";
|
||||
$text['label-tools']['es-cl'] = "Instrumentos";
|
||||
$text['label-tools']['es-mx'] = "";
|
||||
$text['label-tools']['fr-ca'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he-il'] = "";
|
||||
$text['label-tools']['it-it'] = "Strumenti";
|
||||
@@ -61,6 +76,7 @@ $text['label-tools']['nl-nl'] = "";
|
||||
$text['label-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tools']['pt-br'] = "Ferramentas";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['ro-ro'] = "";
|
||||
$text['label-tools']['ru-ru'] = "Инструменты";
|
||||
$text['label-tools']['sv-se'] = "Verktyg";
|
||||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
@@ -68,8 +84,11 @@ $text['label-tools']['uk-ua'] = "Параметри";
|
||||
$text['label-structure']['en-us'] = "Structure";
|
||||
$text['label-structure']['ar-eg'] = "";
|
||||
$text['label-structure']['de-at'] = "Struktur";
|
||||
$text['label-structure']['de-ch'] = "";
|
||||
$text['label-structure']['de-de'] = "Struktur";
|
||||
$text['label-structure']['es-cl'] = "Estructura";
|
||||
$text['label-structure']['es-mx'] = "";
|
||||
$text['label-structure']['fr-ca'] = "";
|
||||
$text['label-structure']['fr-fr'] = "Structure";
|
||||
$text['label-structure']['he-il'] = "";
|
||||
$text['label-structure']['it-it'] = "Struttura";
|
||||
@@ -77,6 +96,7 @@ $text['label-structure']['nl-nl'] = "";
|
||||
$text['label-structure']['pl-pl'] = "Struktura";
|
||||
$text['label-structure']['pt-br'] = "Estrutura";
|
||||
$text['label-structure']['pt-pt'] = "Estrutura";
|
||||
$text['label-structure']['ro-ro'] = "";
|
||||
$text['label-structure']['ru-ru'] = "Структура";
|
||||
$text['label-structure']['sv-se'] = "Struktur";
|
||||
$text['label-structure']['uk-ua'] = "Структура";
|
||||
@@ -84,8 +104,11 @@ $text['label-structure']['uk-ua'] = "Структура";
|
||||
$text['label-sounds']['en-us'] = "Sounds";
|
||||
$text['label-sounds']['ar-eg'] = "";
|
||||
$text['label-sounds']['de-at'] = "Töne";
|
||||
$text['label-sounds']['de-ch'] = "";
|
||||
$text['label-sounds']['de-de'] = "Töne";
|
||||
$text['label-sounds']['es-cl'] = "Sonidos";
|
||||
$text['label-sounds']['es-mx'] = "";
|
||||
$text['label-sounds']['fr-ca'] = "";
|
||||
$text['label-sounds']['fr-fr'] = "Sons";
|
||||
$text['label-sounds']['he-il'] = "";
|
||||
$text['label-sounds']['it-it'] = "Suoni";
|
||||
@@ -93,6 +116,7 @@ $text['label-sounds']['nl-nl'] = "";
|
||||
$text['label-sounds']['pl-pl'] = "Dzwięki";
|
||||
$text['label-sounds']['pt-br'] = "Áudios";
|
||||
$text['label-sounds']['pt-pt'] = "Sons";
|
||||
$text['label-sounds']['ro-ro'] = "";
|
||||
$text['label-sounds']['ru-ru'] = "Звуки";
|
||||
$text['label-sounds']['sv-se'] = "Ljud";
|
||||
$text['label-sounds']['uk-ua'] = "звуки";
|
||||
@@ -100,8 +124,11 @@ $text['label-sounds']['uk-ua'] = "звуки";
|
||||
$text['label-say']['en-us'] = "Say";
|
||||
$text['label-say']['ar-eg'] = "";
|
||||
$text['label-say']['de-at'] = "Sagen";
|
||||
$text['label-say']['de-ch'] = "";
|
||||
$text['label-say']['de-de'] = "Sagen";
|
||||
$text['label-say']['es-cl'] = "Decir";
|
||||
$text['label-say']['es-mx'] = "";
|
||||
$text['label-say']['fr-ca'] = "";
|
||||
$text['label-say']['fr-fr'] = "Dire";
|
||||
$text['label-say']['he-il'] = "";
|
||||
$text['label-say']['it-it'] = "Pronunciare";
|
||||
@@ -109,6 +136,7 @@ $text['label-say']['nl-nl'] = "";
|
||||
$text['label-say']['pl-pl'] = "Powiedz";
|
||||
$text['label-say']['pt-br'] = "Dizer";
|
||||
$text['label-say']['pt-pt'] = "Dizer";
|
||||
$text['label-say']['ro-ro'] = "";
|
||||
$text['label-say']['ru-ru'] = "Скажите";
|
||||
$text['label-say']['sv-se'] = "Säg";
|
||||
$text['label-say']['uk-ua'] = "Вимовити";
|
||||
@@ -116,8 +144,11 @@ $text['label-say']['uk-ua'] = "Вимовити";
|
||||
$text['label-recordings']['en-us'] = "Recordings";
|
||||
$text['label-recordings']['ar-eg'] = "";
|
||||
$text['label-recordings']['de-at'] = "Aufnahmen";
|
||||
$text['label-recordings']['de-ch'] = "";
|
||||
$text['label-recordings']['de-de'] = "Aufnahmen";
|
||||
$text['label-recordings']['es-cl'] = "Grabaciones";
|
||||
$text['label-recordings']['es-mx'] = "";
|
||||
$text['label-recordings']['fr-ca'] = "";
|
||||
$text['label-recordings']['fr-fr'] = "Guides Vocaux";
|
||||
$text['label-recordings']['he-il'] = "";
|
||||
$text['label-recordings']['it-it'] = "Registrazioni";
|
||||
@@ -125,6 +156,7 @@ $text['label-recordings']['nl-nl'] = "";
|
||||
$text['label-recordings']['pl-pl'] = "Ustawienia konta";
|
||||
$text['label-recordings']['pt-br'] = "Configurações da Conta";
|
||||
$text['label-recordings']['pt-pt'] = "Gravações";
|
||||
$text['label-recordings']['ro-ro'] = "";
|
||||
$text['label-recordings']['ru-ru'] = "Записи";
|
||||
$text['label-recordings']['sv-se'] = "Inspelningar";
|
||||
$text['label-recordings']['uk-ua'] = "записи";
|
||||
@@ -132,8 +164,11 @@ $text['label-recordings']['uk-ua'] = "записи";
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['ar-eg'] = "";
|
||||
$text['label-play']['de-at'] = "Abspielen";
|
||||
$text['label-play']['de-ch'] = "";
|
||||
$text['label-play']['de-de'] = "Abspielen";
|
||||
$text['label-play']['es-cl'] = "Reproducir";
|
||||
$text['label-play']['es-mx'] = "";
|
||||
$text['label-play']['fr-ca'] = "";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
$text['label-play']['he-il'] = "";
|
||||
$text['label-play']['it-it'] = "Riproduci";
|
||||
@@ -141,6 +176,7 @@ $text['label-play']['nl-nl'] = "";
|
||||
$text['label-play']['pl-pl'] = "Odtwórz";
|
||||
$text['label-play']['pt-br'] = "Tocar";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['ro-ro'] = "";
|
||||
$text['label-play']['ru-ru'] = "Проиграть";
|
||||
$text['label-play']['sv-se'] = "Spela Upp";
|
||||
$text['label-play']['uk-ua'] = "Відтворити";
|
||||
@@ -148,8 +184,11 @@ $text['label-play']['uk-ua'] = "Відтворити";
|
||||
$text['label-pause']['en-us'] = "Pause";
|
||||
$text['label-pause']['ar-eg'] = "";
|
||||
$text['label-pause']['de-at'] = "Pause";
|
||||
$text['label-pause']['de-ch'] = "";
|
||||
$text['label-pause']['de-de'] = "Pause";
|
||||
$text['label-pause']['es-cl'] = "Pausa";
|
||||
$text['label-pause']['es-mx'] = "";
|
||||
$text['label-pause']['fr-ca'] = "";
|
||||
$text['label-pause']['fr-fr'] = "Pause";
|
||||
$text['label-pause']['he-il'] = "";
|
||||
$text['label-pause']['it-it'] = "Pausa";
|
||||
@@ -157,6 +196,7 @@ $text['label-pause']['nl-nl'] = "";
|
||||
$text['label-pause']['pl-pl'] = "Pauza";
|
||||
$text['label-pause']['pt-br'] = "Pausado";
|
||||
$text['label-pause']['pt-pt'] = "Pausa";
|
||||
$text['label-pause']['ro-ro'] = "";
|
||||
$text['label-pause']['ru-ru'] = "Пауза";
|
||||
$text['label-pause']['sv-se'] = "Paus";
|
||||
$text['label-pause']['uk-ua'] = "Призупинити";
|
||||
@@ -164,8 +204,11 @@ $text['label-pause']['uk-ua'] = "Призупинити";
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['ar-eg'] = "";
|
||||
$text['label-language']['de-at'] = "Sprache";
|
||||
$text['label-language']['de-ch'] = "";
|
||||
$text['label-language']['de-de'] = "Sprache";
|
||||
$text['label-language']['es-cl'] = "Idioma";
|
||||
$text['label-language']['es-mx'] = "";
|
||||
$text['label-language']['fr-ca'] = "";
|
||||
$text['label-language']['fr-fr'] = "Langue";
|
||||
$text['label-language']['he-il'] = "";
|
||||
$text['label-language']['it-it'] = "Lingua";
|
||||
@@ -173,6 +216,7 @@ $text['label-language']['nl-nl'] = "";
|
||||
$text['label-language']['pl-pl'] = "Język";
|
||||
$text['label-language']['pt-br'] = "Lingua";
|
||||
$text['label-language']['pt-pt'] = "Língua";
|
||||
$text['label-language']['ro-ro'] = "";
|
||||
$text['label-language']['ru-ru'] = "Язык";
|
||||
$text['label-language']['sv-se'] = "Språk";
|
||||
$text['label-language']['uk-ua'] = "Мова";
|
||||
@@ -180,8 +224,11 @@ $text['label-language']['uk-ua'] = "Мова";
|
||||
$text['label-function']['en-us'] = "Function";
|
||||
$text['label-function']['ar-eg'] = "";
|
||||
$text['label-function']['de-at'] = "Funktion";
|
||||
$text['label-function']['de-ch'] = "";
|
||||
$text['label-function']['de-de'] = "Funktion";
|
||||
$text['label-function']['es-cl'] = "Función";
|
||||
$text['label-function']['es-mx'] = "";
|
||||
$text['label-function']['fr-ca'] = "";
|
||||
$text['label-function']['fr-fr'] = "Fonction";
|
||||
$text['label-function']['he-il'] = "";
|
||||
$text['label-function']['it-it'] = "Funzione";
|
||||
@@ -189,6 +236,7 @@ $text['label-function']['nl-nl'] = "";
|
||||
$text['label-function']['pl-pl'] = "Funkcja";
|
||||
$text['label-function']['pt-br'] = "Função";
|
||||
$text['label-function']['pt-pt'] = "Função";
|
||||
$text['label-function']['ro-ro'] = "";
|
||||
$text['label-function']['ru-ru'] = "Функционал";
|
||||
$text['label-function']['sv-se'] = "Funktion";
|
||||
$text['label-function']['uk-ua'] = "Функція";
|
||||
@@ -196,8 +244,11 @@ $text['label-function']['uk-ua'] = "Функція";
|
||||
$text['label-execute']['en-us'] = "Execute";
|
||||
$text['label-execute']['ar-eg'] = "";
|
||||
$text['label-execute']['de-at'] = "Ausführen";
|
||||
$text['label-execute']['de-ch'] = "";
|
||||
$text['label-execute']['de-de'] = "Ausführen";
|
||||
$text['label-execute']['es-cl'] = "Ejecutar";
|
||||
$text['label-execute']['es-mx'] = "";
|
||||
$text['label-execute']['fr-ca'] = "";
|
||||
$text['label-execute']['fr-fr'] = "Exécuter";
|
||||
$text['label-execute']['he-il'] = "";
|
||||
$text['label-execute']['it-it'] = "Esegui";
|
||||
@@ -205,6 +256,7 @@ $text['label-execute']['nl-nl'] = "";
|
||||
$text['label-execute']['pl-pl'] = "Wykonaj";
|
||||
$text['label-execute']['pt-br'] = "Executar";
|
||||
$text['label-execute']['pt-pt'] = "Executar";
|
||||
$text['label-execute']['ro-ro'] = "";
|
||||
$text['label-execute']['ru-ru'] = "Выполнить";
|
||||
$text['label-execute']['sv-se'] = "Utför";
|
||||
$text['label-execute']['uk-ua'] = "Виконати";
|
||||
@@ -212,8 +264,11 @@ $text['label-execute']['uk-ua'] = "Виконати";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion";
|
||||
$text['label-action']['de-ch'] = "";
|
||||
$text['label-action']['de-de'] = "Aktion";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['es-mx'] = "";
|
||||
$text['label-action']['fr-ca'] = "";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['he-il'] = "";
|
||||
$text['label-action']['it-it'] = "Azione";
|
||||
@@ -221,6 +276,7 @@ $text['label-action']['nl-nl'] = "";
|
||||
$text['label-action']['pl-pl'] = "Operacja";
|
||||
$text['label-action']['pt-br'] = "Ação";
|
||||
$text['label-action']['pt-pt'] = "Ação";
|
||||
$text['label-action']['ro-ro'] = "";
|
||||
$text['label-action']['ru-ru'] = "Действие";
|
||||
$text['label-action']['sv-se'] = "Åtgärd";
|
||||
$text['label-action']['uk-ua'] = "Дія";
|
||||
@@ -228,8 +284,11 @@ $text['label-action']['uk-ua'] = "Дія";
|
||||
$text['header_phrases']['en-us'] = "Phrases";
|
||||
$text['header_phrases']['ar-eg'] = "";
|
||||
$text['header_phrases']['de-at'] = "Phrasen";
|
||||
$text['header_phrases']['de-ch'] = "";
|
||||
$text['header_phrases']['de-de'] = "Phrasen";
|
||||
$text['header_phrases']['es-cl'] = "Grabaciones";
|
||||
$text['header_phrases']['es-mx'] = "";
|
||||
$text['header_phrases']['fr-ca'] = "";
|
||||
$text['header_phrases']['fr-fr'] = "Guides Vocaux";
|
||||
$text['header_phrases']['he-il'] = "";
|
||||
$text['header_phrases']['it-it'] = "Frasi";
|
||||
@@ -237,6 +296,7 @@ $text['header_phrases']['nl-nl'] = "";
|
||||
$text['header_phrases']['pl-pl'] = "Zwroty";
|
||||
$text['header_phrases']['pt-br'] = "Gravações";
|
||||
$text['header_phrases']['pt-pt'] = "Gravações";
|
||||
$text['header_phrases']['ro-ro'] = "";
|
||||
$text['header_phrases']['ru-ru'] = "Фразы";
|
||||
$text['header_phrases']['sv-se'] = "Fraser";
|
||||
$text['header_phrases']['uk-ua'] = "Фрази";
|
||||
@@ -244,8 +304,11 @@ $text['header_phrases']['uk-ua'] = "Фрази";
|
||||
$text['header-edit_phrase']['en-us'] = "Edit Phrase";
|
||||
$text['header-edit_phrase']['ar-eg'] = "";
|
||||
$text['header-edit_phrase']['de-at'] = "Phrasen bearbeiten";
|
||||
$text['header-edit_phrase']['de-ch'] = "";
|
||||
$text['header-edit_phrase']['de-de'] = "Phrasen bearbeiten";
|
||||
$text['header-edit_phrase']['es-cl'] = "Editar Frase";
|
||||
$text['header-edit_phrase']['es-mx'] = "";
|
||||
$text['header-edit_phrase']['fr-ca'] = "";
|
||||
$text['header-edit_phrase']['fr-fr'] = "Modifier Phrase";
|
||||
$text['header-edit_phrase']['he-il'] = "";
|
||||
$text['header-edit_phrase']['it-it'] = "Modifica Frase";
|
||||
@@ -253,6 +316,7 @@ $text['header-edit_phrase']['nl-nl'] = "";
|
||||
$text['header-edit_phrase']['pl-pl'] = "Edytuj zwrot";
|
||||
$text['header-edit_phrase']['pt-br'] = "Editar frase";
|
||||
$text['header-edit_phrase']['pt-pt'] = "Editar Frase";
|
||||
$text['header-edit_phrase']['ro-ro'] = "";
|
||||
$text['header-edit_phrase']['ru-ru'] = "Редактировать Фразу";
|
||||
$text['header-edit_phrase']['sv-se'] = "Ändra Fras";
|
||||
$text['header-edit_phrase']['uk-ua'] = "Редагувати фразу";
|
||||
@@ -260,8 +324,11 @@ $text['header-edit_phrase']['uk-ua'] = "Редагувати фразу";
|
||||
$text['header-add_phrase']['en-us'] = "Add Phrase";
|
||||
$text['header-add_phrase']['ar-eg'] = "";
|
||||
$text['header-add_phrase']['de-at'] = "Phrasen hinzufügen";
|
||||
$text['header-add_phrase']['de-ch'] = "";
|
||||
$text['header-add_phrase']['de-de'] = "Phrasen hinzufügen";
|
||||
$text['header-add_phrase']['es-cl'] = "Añadir Frase";
|
||||
$text['header-add_phrase']['es-mx'] = "";
|
||||
$text['header-add_phrase']['fr-ca'] = "";
|
||||
$text['header-add_phrase']['fr-fr'] = "Ajouter Phrase";
|
||||
$text['header-add_phrase']['he-il'] = "";
|
||||
$text['header-add_phrase']['it-it'] = "Aggiungi Frase";
|
||||
@@ -269,6 +336,7 @@ $text['header-add_phrase']['nl-nl'] = "";
|
||||
$text['header-add_phrase']['pl-pl'] = "Dodaj zwrot";
|
||||
$text['header-add_phrase']['pt-br'] = "Adicionar frase";
|
||||
$text['header-add_phrase']['pt-pt'] = "Añadir Frase";
|
||||
$text['header-add_phrase']['ro-ro'] = "";
|
||||
$text['header-add_phrase']['ru-ru'] = "Добавить Фразу";
|
||||
$text['header-add_phrase']['sv-se'] = "Lägg Till Fras";
|
||||
$text['header-add_phrase']['uk-ua'] = "Додати фразу";
|
||||
@@ -276,8 +344,11 @@ $text['header-add_phrase']['uk-ua'] = "Додати фразу";
|
||||
$text['description-structure']['en-us'] = "Define the various components that make up the phrase.";
|
||||
$text['description-structure']['ar-eg'] = "";
|
||||
$text['description-structure']['de-at'] = "Definieren Sie die einzelnen Komponenten und fügen Sie diese zu einer Phrase zusammen";
|
||||
$text['description-structure']['de-ch'] = "";
|
||||
$text['description-structure']['de-de'] = "Definieren Sie die einzelnen Komponenten und fügen Sie diese zu einer Phrase zusammen";
|
||||
$text['description-structure']['es-cl'] = "Definir los diversos componentes que componen la frase.";
|
||||
$text['description-structure']['es-mx'] = "";
|
||||
$text['description-structure']['fr-ca'] = "";
|
||||
$text['description-structure']['fr-fr'] = "Définir les différents éléments qui composent la phrase.";
|
||||
$text['description-structure']['he-il'] = "";
|
||||
$text['description-structure']['it-it'] = "Definisci le varie parti della frase.";
|
||||
@@ -285,6 +356,7 @@ $text['description-structure']['nl-nl'] = "";
|
||||
$text['description-structure']['pl-pl'] = "Zdefiniuj różne elementy, które składają się na zwrot.";
|
||||
$text['description-structure']['pt-br'] = "Definir os vários componentes que compoem a frase";
|
||||
$text['description-structure']['pt-pt'] = "Definir os vários componentes que compõem a frase.";
|
||||
$text['description-structure']['ro-ro'] = "";
|
||||
$text['description-structure']['ru-ru'] = "Определите различные компоненты, составляющие фразу.";
|
||||
$text['description-structure']['sv-se'] = "Definera de olika komponenterna som utgör frasen.";
|
||||
$text['description-structure']['uk-ua'] = "Вкажіть компоненти з яких складається фраза";
|
||||
@@ -292,8 +364,11 @@ $text['description-structure']['uk-ua'] = "Вкажіть компоненти
|
||||
$text['description-phrases']['en-us'] = "Create phrases of audio files to be played in sequence.";
|
||||
$text['description-phrases']['ar-eg'] = "";
|
||||
$text['description-phrases']['de-at'] = "Stellen Sie Phrasen aus Audiodateien zusammen, welche sequenziell abgespielt werden.";
|
||||
$text['description-phrases']['de-ch'] = "";
|
||||
$text['description-phrases']['de-de'] = "Stellen Sie Phrasen aus Audiodateien zusammen, welche sequenziell abgespielt werden.";
|
||||
$text['description-phrases']['es-cl'] = "Crear frases de archivos de audio para ser jugados en secuencia.";
|
||||
$text['description-phrases']['es-mx'] = "";
|
||||
$text['description-phrases']['fr-ca'] = "";
|
||||
$text['description-phrases']['fr-fr'] = "Créer des phrases de fichiers audio à jouer dans l'ordre.";
|
||||
$text['description-phrases']['he-il'] = "";
|
||||
$text['description-phrases']['it-it'] = "Crea frasi tramite file audio che vengono riprodotti in sequenza.";
|
||||
@@ -301,6 +376,7 @@ $text['description-phrases']['nl-nl'] = "";
|
||||
$text['description-phrases']['pl-pl'] = "Stwórz zwroty z plików audio do odtwarzania w kolejności. ";
|
||||
$text['description-phrases']['pt-br'] = "Criar frases de arquivos de áudio para serem tocados em sequência";
|
||||
$text['description-phrases']['pt-pt'] = "Criar frases de arquivos de áudio para serem tocados em sequência.";
|
||||
$text['description-phrases']['ro-ro'] = "";
|
||||
$text['description-phrases']['ru-ru'] = "Создание фраз аудиофайлов, которые будут воспроизводиться последовательно.";
|
||||
$text['description-phrases']['sv-se'] = "Skapa fraser med ljudfiler som skall spelas upp i ordning.";
|
||||
$text['description-phrases']['uk-ua'] = "Створення фраз з аудіофайлів, які будуть відтворені у послідовності.";
|
||||
@@ -308,8 +384,11 @@ $text['description-phrases']['uk-ua'] = "Створення фраз з ауді
|
||||
$text['description-name']['en-us'] = "Name for the phrase (Example: 'xyz_audio')";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen der Phrase an (Bsp: 'xyz_audio')";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen der Phrase an (Bsp: 'xyz_audio')";
|
||||
$text['description-name']['es-cl'] = "Nombre de la grabación. ejemplo: grabacion_x";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Nom de l'enregistrement. exemple: enregistrement_x";
|
||||
$text['description-name']['he-il'] = "";
|
||||
$text['description-name']['it-it'] = "Nome della frase (Esempio: 'xyz_audio')";
|
||||
@@ -317,6 +396,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę zwrotu.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-pt'] = "Nome da gravação. exemplo: recording_x";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Название фразы (например: 'xyz_audio')";
|
||||
$text['description-name']['sv-se'] = "Namn på frasen (Exempel: 'xyz_audio')";
|
||||
$text['description-name']['uk-ua'] = "Назва фрази";
|
||||
@@ -324,8 +404,11 @@ $text['description-name']['uk-ua'] = "Назва фрази";
|
||||
$text['description-language']['en-us'] = "Language used in the phrase.";
|
||||
$text['description-language']['ar-eg'] = "";
|
||||
$text['description-language']['de-at'] = "Geben Sie die Sprache an.";
|
||||
$text['description-language']['de-ch'] = "";
|
||||
$text['description-language']['de-de'] = "Geben Sie die Sprache an.";
|
||||
$text['description-language']['es-cl'] = "El lenguaje utilizado en la frase.";
|
||||
$text['description-language']['es-mx'] = "";
|
||||
$text['description-language']['fr-ca'] = "";
|
||||
$text['description-language']['fr-fr'] = "Langue utilisée dans la phrase.";
|
||||
$text['description-language']['he-il'] = "";
|
||||
$text['description-language']['it-it'] = "Lingua utilizzata nella frase.";
|
||||
@@ -333,6 +416,7 @@ $text['description-language']['nl-nl'] = "";
|
||||
$text['description-language']['pl-pl'] = "Język używany w zwrocie.";
|
||||
$text['description-language']['pt-br'] = "Insira a linguagem";
|
||||
$text['description-language']['pt-pt'] = "Linguagem utilizada na frase.";
|
||||
$text['description-language']['ro-ro'] = "";
|
||||
$text['description-language']['ru-ru'] = "Язык, используемый во фразе.";
|
||||
$text['description-language']['sv-se'] = "Språk som används i frasen.";
|
||||
$text['description-language']['uk-ua'] = "Мова фрази";
|
||||
@@ -340,8 +424,11 @@ $text['description-language']['uk-ua'] = "Мова фрази";
|
||||
$text['description-enabled']['en-us'] = "Set the status of the phrase.";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['de-at'] = "Setzen Sie den Status dieser Phrase.";
|
||||
$text['description-enabled']['de-ch'] = "";
|
||||
$text['description-enabled']['de-de'] = "Setzen Sie den Status dieser Phrase.";
|
||||
$text['description-enabled']['es-cl'] = "Ajuste el estado de la frase.";
|
||||
$text['description-enabled']['es-mx'] = "";
|
||||
$text['description-enabled']['fr-ca'] = "";
|
||||
$text['description-enabled']['fr-fr'] = "Définition de l'état de la phrase.";
|
||||
$text['description-enabled']['he-il'] = "";
|
||||
$text['description-enabled']['it-it'] = "Imposta lo stato della frase.";
|
||||
@@ -349,8 +436,9 @@ $text['description-enabled']['nl-nl'] = "";
|
||||
$text['description-enabled']['pl-pl'] = "Ustaw status zwrotu.";
|
||||
$text['description-enabled']['pt-br'] = "Escolha o estado desta definição";
|
||||
$text['description-enabled']['pt-pt'] = "Defina o status da frase.";
|
||||
$text['description-enabled']['ro-ro'] = "";
|
||||
$text['description-enabled']['ru-ru'] = "Установите статус фразы.";
|
||||
$text['description-enabled']['sv-se'] = "Välj status på frasen.";
|
||||
$text['description-enabled']['uk-ua'] = "Вкажіть статус для фрази";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-pin_numbers']['en-us'] = "PIN Numbers";
|
||||
$text['title-pin_numbers']['ar-eg'] = "";
|
||||
$text['title-pin_numbers']['de-at'] = "PIN Nummern";
|
||||
$text['title-pin_numbers']['de-ch'] = "";
|
||||
$text['title-pin_numbers']['de-de'] = "PIN Nummern";
|
||||
$text['title-pin_numbers']['es-cl'] = "";
|
||||
$text['title-pin_numbers']['es-mx'] = "";
|
||||
$text['title-pin_numbers']['fr-ca'] = "";
|
||||
$text['title-pin_numbers']['fr-fr'] = "";
|
||||
$text['title-pin_numbers']['he-il'] = "";
|
||||
$text['title-pin_numbers']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-pin_numbers']['nl-nl'] = "";
|
||||
$text['title-pin_numbers']['pl-pl'] = "";
|
||||
$text['title-pin_numbers']['pt-br'] = "";
|
||||
$text['title-pin_numbers']['pt-pt'] = "";
|
||||
$text['title-pin_numbers']['ro-ro'] = "";
|
||||
$text['title-pin_numbers']['ru-ru'] = "PIN Номеров";
|
||||
$text['title-pin_numbers']['sv-se'] = "PIN Nummer";
|
||||
$text['title-pin_numbers']['uk-ua'] = "";
|
||||
@@ -20,8 +24,11 @@ $text['title-pin_numbers']['uk-ua'] = "";
|
||||
$text['title-pin_number']['en-us'] = "PIN Number";
|
||||
$text['title-pin_number']['ar-eg'] = "";
|
||||
$text['title-pin_number']['de-at'] = "PIN Nummer";
|
||||
$text['title-pin_number']['de-ch'] = "";
|
||||
$text['title-pin_number']['de-de'] = "PIN Nummer";
|
||||
$text['title-pin_number']['es-cl'] = "";
|
||||
$text['title-pin_number']['es-mx'] = "";
|
||||
$text['title-pin_number']['fr-ca'] = "";
|
||||
$text['title-pin_number']['fr-fr'] = "";
|
||||
$text['title-pin_number']['he-il'] = "";
|
||||
$text['title-pin_number']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-pin_number']['nl-nl'] = "";
|
||||
$text['title-pin_number']['pl-pl'] = "";
|
||||
$text['title-pin_number']['pt-br'] = "";
|
||||
$text['title-pin_number']['pt-pt'] = "";
|
||||
$text['title-pin_number']['ro-ro'] = "";
|
||||
$text['title-pin_number']['ru-ru'] = "PIN Номер";
|
||||
$text['title-pin_number']['sv-se'] = "PIN Nummer";
|
||||
$text['title-pin_number']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['title-pin_number']['uk-ua'] = "";
|
||||
$text['title_description-pin_number']['en-us'] = "List of PIN Numbers and account codes.";
|
||||
$text['title_description-pin_number']['ar-eg'] = "";
|
||||
$text['title_description-pin_number']['de-at'] = "Liste von PIN Nummern und Kontoschlüssel.";
|
||||
$text['title_description-pin_number']['de-ch'] = "";
|
||||
$text['title_description-pin_number']['de-de'] = "Liste von PIN Nummern und Kontoschlüssel.";
|
||||
$text['title_description-pin_number']['es-cl'] = "";
|
||||
$text['title_description-pin_number']['es-mx'] = "";
|
||||
$text['title_description-pin_number']['fr-ca'] = "";
|
||||
$text['title_description-pin_number']['fr-fr'] = "";
|
||||
$text['title_description-pin_number']['he-il'] = "";
|
||||
$text['title_description-pin_number']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title_description-pin_number']['nl-nl'] = "";
|
||||
$text['title_description-pin_number']['pl-pl'] = "";
|
||||
$text['title_description-pin_number']['pt-br'] = "";
|
||||
$text['title_description-pin_number']['pt-pt'] = "";
|
||||
$text['title_description-pin_number']['ro-ro'] = "";
|
||||
$text['title_description-pin_number']['ru-ru'] = "Список PIN Номеров и Аккаунт кодов.";
|
||||
$text['title_description-pin_number']['sv-se'] = "Lista med PIN Nummer och account codes.";
|
||||
$text['title_description-pin_number']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['title_description-pin_number']['uk-ua'] = "";
|
||||
$text['label-pin_number']['en-us'] = "PIN Number";
|
||||
$text['label-pin_number']['ar-eg'] = "";
|
||||
$text['label-pin_number']['de-at'] = "PIN Nummer";
|
||||
$text['label-pin_number']['de-ch'] = "";
|
||||
$text['label-pin_number']['de-de'] = "PIN Nummer";
|
||||
$text['label-pin_number']['es-cl'] = "";
|
||||
$text['label-pin_number']['es-mx'] = "";
|
||||
$text['label-pin_number']['fr-ca'] = "";
|
||||
$text['label-pin_number']['fr-fr'] = "";
|
||||
$text['label-pin_number']['he-il'] = "";
|
||||
$text['label-pin_number']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-pin_number']['nl-nl'] = "";
|
||||
$text['label-pin_number']['pl-pl'] = "";
|
||||
$text['label-pin_number']['pt-br'] = "";
|
||||
$text['label-pin_number']['pt-pt'] = "";
|
||||
$text['label-pin_number']['ro-ro'] = "";
|
||||
$text['label-pin_number']['ru-ru'] = "PIN Номер";
|
||||
$text['label-pin_number']['sv-se'] = "PIN Nummer";
|
||||
$text['label-pin_number']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['label-pin_number']['uk-ua'] = "";
|
||||
$text['description-pin_number']['en-us'] = "Enter the PIN number.";
|
||||
$text['description-pin_number']['ar-eg'] = "";
|
||||
$text['description-pin_number']['de-at'] = "Geben Sie die PIN Nummer ein.";
|
||||
$text['description-pin_number']['de-ch'] = "";
|
||||
$text['description-pin_number']['de-de'] = "Geben Sie die PIN Nummer ein.";
|
||||
$text['description-pin_number']['es-cl'] = "";
|
||||
$text['description-pin_number']['es-mx'] = "";
|
||||
$text['description-pin_number']['fr-ca'] = "";
|
||||
$text['description-pin_number']['fr-fr'] = "";
|
||||
$text['description-pin_number']['he-il'] = "";
|
||||
$text['description-pin_number']['it-it'] = "";
|
||||
@@ -77,15 +96,19 @@ $text['description-pin_number']['nl-nl'] = "";
|
||||
$text['description-pin_number']['pl-pl'] = "";
|
||||
$text['description-pin_number']['pt-br'] = "";
|
||||
$text['description-pin_number']['pt-pt'] = "";
|
||||
$text['description-pin_number']['ro-ro'] = "";
|
||||
$text['description-pin_number']['ru-ru'] = "Введите PIN номер.";
|
||||
$text['description-pin_number']['sv-se'] = "Ange PIN NUmret.;
|
||||
$text['description-pin_number']['sv-se'] = "Ange PIN NUmret.";
|
||||
$text['description-pin_number']['uk-ua'] = "";
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Accountcode";
|
||||
$text['label-accountcode']['ar-eg'] = "";
|
||||
$text['label-accountcode']['de-at'] = "Kontoschlüssel";
|
||||
$text['label-accountcode']['de-ch'] = "";
|
||||
$text['label-accountcode']['de-de'] = "Kontoschlüssel";
|
||||
$text['label-accountcode']['es-cl'] = "";
|
||||
$text['label-accountcode']['es-mx'] = "";
|
||||
$text['label-accountcode']['fr-ca'] = "";
|
||||
$text['label-accountcode']['fr-fr'] = "";
|
||||
$text['label-accountcode']['he-il'] = "";
|
||||
$text['label-accountcode']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-accountcode']['nl-nl'] = "";
|
||||
$text['label-accountcode']['pl-pl'] = "";
|
||||
$text['label-accountcode']['pt-br'] = "";
|
||||
$text['label-accountcode']['pt-pt'] = "";
|
||||
$text['label-accountcode']['ro-ro'] = "";
|
||||
$text['label-accountcode']['ru-ru'] = "Код Аккаунта";
|
||||
$text['label-accountcode']['sv-se'] = "Accountcode";
|
||||
$text['label-accountcode']['uk-ua'] = "";
|
||||
@@ -100,8 +124,11 @@ $text['label-accountcode']['uk-ua'] = "";
|
||||
$text['description-accountcode']['en-us'] = "Enter the accountcode.";
|
||||
$text['description-accountcode']['ar-eg'] = "";
|
||||
$text['description-accountcode']['de-at'] = "Geben Sie den Kontoschlüssel ein.";
|
||||
$text['description-accountcode']['de-ch'] = "";
|
||||
$text['description-accountcode']['de-de'] = "Geben Sie den Kontoschlüssel ein.";
|
||||
$text['description-accountcode']['es-cl'] = "";
|
||||
$text['description-accountcode']['es-mx'] = "";
|
||||
$text['description-accountcode']['fr-ca'] = "";
|
||||
$text['description-accountcode']['fr-fr'] = "";
|
||||
$text['description-accountcode']['he-il'] = "";
|
||||
$text['description-accountcode']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['description-accountcode']['nl-nl'] = "";
|
||||
$text['description-accountcode']['pl-pl'] = "";
|
||||
$text['description-accountcode']['pt-br'] = "";
|
||||
$text['description-accountcode']['pt-pt'] = "";
|
||||
$text['description-accountcode']['ro-ro'] = "";
|
||||
$text['description-accountcode']['ru-ru'] = "Введите код Аккаунта.";
|
||||
$text['description-accountcode']['sv-se'] = "Ange Accountcode";
|
||||
$text['description-accountcode']['uk-ua'] = "";
|
||||
@@ -116,8 +144,11 @@ $text['description-accountcode']['uk-ua'] = "";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['ar-eg'] = "";
|
||||
$text['label-enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-enabled']['de-ch'] = "";
|
||||
$text['label-enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-enabled']['es-cl'] = "";
|
||||
$text['label-enabled']['es-mx'] = "";
|
||||
$text['label-enabled']['fr-ca'] = "";
|
||||
$text['label-enabled']['fr-fr'] = "";
|
||||
$text['label-enabled']['he-il'] = "";
|
||||
$text['label-enabled']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-enabled']['nl-nl'] = "";
|
||||
$text['label-enabled']['pl-pl'] = "";
|
||||
$text['label-enabled']['pt-br'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['ro-ro'] = "";
|
||||
$text['label-enabled']['ru-ru'] = "Включено";
|
||||
$text['label-enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-enabled']['uk-ua'] = "";
|
||||
@@ -132,8 +164,11 @@ $text['label-enabled']['uk-ua'] = "";
|
||||
$text['description-enabled']['en-us'] = "Enable or Disable the PIN Number.";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['de-at'] = "Die PIN Nummer aktivieren und deaktivieren.";
|
||||
$text['description-enabled']['de-ch'] = "";
|
||||
$text['description-enabled']['de-de'] = "Die PIN Nummer aktivieren und deaktivieren.";
|
||||
$text['description-enabled']['es-cl'] = "";
|
||||
$text['description-enabled']['es-mx'] = "";
|
||||
$text['description-enabled']['fr-ca'] = "";
|
||||
$text['description-enabled']['fr-fr'] = "";
|
||||
$text['description-enabled']['he-il'] = "";
|
||||
$text['description-enabled']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['description-enabled']['nl-nl'] = "";
|
||||
$text['description-enabled']['pl-pl'] = "";
|
||||
$text['description-enabled']['pt-br'] = "";
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$text['description-enabled']['ro-ro'] = "";
|
||||
$text['description-enabled']['ru-ru'] = "Включение и отключение PIN Номера.";
|
||||
$text['description-enabled']['sv-se'] = "Aktivera eller inaktivera PIN Nummer.";
|
||||
$text['description-enabled']['uk-ua'] = "";
|
||||
@@ -148,8 +184,11 @@ $text['description-enabled']['uk-ua'] = "";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['ar-eg'] = "";
|
||||
$text['label-description']['de-at'] = "Beschreibung";
|
||||
$text['label-description']['de-ch'] = "";
|
||||
$text['label-description']['de-de'] = "Beschreibung";
|
||||
$text['label-description']['es-cl'] = "";
|
||||
$text['label-description']['es-mx'] = "";
|
||||
$text['label-description']['fr-ca'] = "";
|
||||
$text['label-description']['fr-fr'] = "";
|
||||
$text['label-description']['he-il'] = "";
|
||||
$text['label-description']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-description']['nl-nl'] = "";
|
||||
$text['label-description']['pl-pl'] = "";
|
||||
$text['label-description']['pt-br'] = "";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['ro-ro'] = "";
|
||||
$text['label-description']['ru-ru'] = "Описание";
|
||||
$text['label-description']['sv-se'] = "Beskrivning";
|
||||
$text['label-description']['uk-ua'] = "";
|
||||
@@ -164,8 +204,11 @@ $text['label-description']['uk-ua'] = "";
|
||||
$text['description-description']['en-us'] = "Enter the description.";
|
||||
$text['description-description']['ar-eg'] = "";
|
||||
$text['description-description']['de-at'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-description']['de-ch'] = "";
|
||||
$text['description-description']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-description']['es-cl'] = "";
|
||||
$text['description-description']['es-mx'] = "";
|
||||
$text['description-description']['fr-ca'] = "";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
$text['description-description']['he-il'] = "";
|
||||
$text['description-description']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['description-description']['nl-nl'] = "";
|
||||
$text['description-description']['pl-pl'] = "";
|
||||
$text['description-description']['pt-br'] = "";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['ro-ro'] = "";
|
||||
$text['description-description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-description']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['description-description']['uk-ua'] = "";
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "ein";
|
||||
$text['label-true']['de-ch'] = "";
|
||||
$text['label-true']['de-de'] = "ein";
|
||||
$text['label-true']['es-cl'] = "";
|
||||
$text['label-true']['es-mx'] = "";
|
||||
$text['label-true']['fr-ca'] = "";
|
||||
$text['label-true']['fr-fr'] = "";
|
||||
$text['label-true']['he-il'] = "";
|
||||
$text['label-true']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-true']['nl-nl'] = "";
|
||||
$text['label-true']['pl-pl'] = "";
|
||||
$text['label-true']['pt-br'] = "";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['ro-ro'] = "";
|
||||
$text['label-true']['ru-ru'] = "Да";
|
||||
$text['label-true']['sv-se'] = "sann";
|
||||
$text['label-true']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-true']['uk-ua'] = "";
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus";
|
||||
$text['label-false']['de-ch'] = "";
|
||||
$text['label-false']['de-de'] = "aus";
|
||||
$text['label-false']['es-cl'] = "falso";
|
||||
$text['label-false']['es-mx'] = "";
|
||||
$text['label-false']['fr-ca'] = "";
|
||||
$text['label-false']['fr-fr'] = "falso";
|
||||
$text['label-false']['he-il'] = "";
|
||||
$text['label-false']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-false']['nl-nl'] = "";
|
||||
$text['label-false']['pl-pl'] = "";
|
||||
$text['label-false']['pt-br'] = "";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['ro-ro'] = "";
|
||||
$text['label-false']['ru-ru'] = "";
|
||||
$text['label-false']['sv-se'] = "falsk";
|
||||
$text['label-false']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-false']['uk-ua'] = "";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['ar-eg'] = "";
|
||||
$text['button-add']['de-at'] = "Hinzufügen";
|
||||
$text['button-add']['de-ch'] = "";
|
||||
$text['button-add']['de-de'] = "Hinzufügen";
|
||||
$text['button-add']['es-cl'] = "";
|
||||
$text['button-add']['es-mx'] = "";
|
||||
$text['button-add']['fr-ca'] = "";
|
||||
$text['button-add']['fr-fr'] = "";
|
||||
$text['button-add']['he-il'] = "";
|
||||
$text['button-add']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['button-add']['nl-nl'] = "";
|
||||
$text['button-add']['pl-pl'] = "";
|
||||
$text['button-add']['pt-br'] = "";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['ro-ro'] = "";
|
||||
$text['button-add']['ru-ru'] = "Добавить";
|
||||
$text['button-add']['sv-se'] = "Lägg Till";
|
||||
$text['button-add']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['button-add']['uk-ua'] = "";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['ar-eg'] = "";
|
||||
$text['button-edit']['de-at'] = "Bearbeiten";
|
||||
$text['button-edit']['de-ch'] = "";
|
||||
$text['button-edit']['de-de'] = "Bearbeiten";
|
||||
$text['button-edit']['es-cl'] = "";
|
||||
$text['button-edit']['es-mx'] = "";
|
||||
$text['button-edit']['fr-ca'] = "";
|
||||
$text['button-edit']['fr-fr'] = "";
|
||||
$text['button-edit']['he-il'] = "";
|
||||
$text['button-edit']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['button-edit']['nl-nl'] = "";
|
||||
$text['button-edit']['pl-pl'] = "";
|
||||
$text['button-edit']['pt-br'] = "";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['ro-ro'] = "";
|
||||
$text['button-edit']['ru-ru'] = "Редактировать";
|
||||
$text['button-edit']['sv-se'] = "Ändra";
|
||||
$text['button-edit']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['button-edit']['uk-ua'] = "";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['ar-eg'] = "";
|
||||
$text['button-delete']['de-at'] = "Löschen";
|
||||
$text['button-delete']['de-ch'] = "";
|
||||
$text['button-delete']['de-de'] = "Löschen";
|
||||
$text['button-delete']['es-cl'] = "";
|
||||
$text['button-delete']['es-mx'] = "";
|
||||
$text['button-delete']['fr-ca'] = "";
|
||||
$text['button-delete']['fr-fr'] = "";
|
||||
$text['button-delete']['he-il'] = "";
|
||||
$text['button-delete']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['button-delete']['nl-nl'] = "";
|
||||
$text['button-delete']['pl-pl'] = "";
|
||||
$text['button-delete']['pt-br'] = "";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['ro-ro'] = "";
|
||||
$text['button-delete']['ru-ru'] = "Удалить";
|
||||
$text['button-delete']['sv-se'] = "Ta Bort";
|
||||
$text['button-delete']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['button-delete']['uk-ua'] = "";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['ar-eg'] = "";
|
||||
$text['button-save']['de-at'] = "Speichern";
|
||||
$text['button-save']['de-ch'] = "";
|
||||
$text['button-save']['de-de'] = "Speichern";
|
||||
$text['button-save']['es-cl'] = "";
|
||||
$text['button-save']['es-mx'] = "";
|
||||
$text['button-save']['fr-ca'] = "";
|
||||
$text['button-save']['fr-fr'] = "";
|
||||
$text['button-save']['he-il'] = "";
|
||||
$text['button-save']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['button-save']['nl-nl'] = "";
|
||||
$text['button-save']['pl-pl'] = "";
|
||||
$text['button-save']['pt-br'] = "";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['ro-ro'] = "";
|
||||
$text['button-save']['ru-ru'] = "Сохранить";
|
||||
$text['button-save']['sv-se'] = "Spara";
|
||||
$text['button-save']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['button-save']['uk-ua'] = "";
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['ar-eg'] = "";
|
||||
$text['button-view']['de-at'] = "Anzeigen";
|
||||
$text['button-view']['de-ch'] = "";
|
||||
$text['button-view']['de-de'] = "Anzeigen";
|
||||
$text['button-view']['es-cl'] = "";
|
||||
$text['button-view']['es-mx'] = "";
|
||||
$text['button-view']['fr-ca'] = "";
|
||||
$text['button-view']['fr-fr'] = "";
|
||||
$text['button-view']['he-il'] = "";
|
||||
$text['button-view']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['button-view']['nl-nl'] = "";
|
||||
$text['button-view']['pl-pl'] = "";
|
||||
$text['button-view']['pt-br'] = "";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['ro-ro'] = "";
|
||||
$text['button-view']['ru-ru'] = "";
|
||||
$text['button-view']['sv-se'] = "Visa";
|
||||
$text['button-view']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['button-view']['uk-ua'] = "";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['ar-eg'] = "";
|
||||
$text['button-back']['de-at'] = "Zurück";
|
||||
$text['button-back']['de-ch'] = "";
|
||||
$text['button-back']['de-de'] = "Zurück";
|
||||
$text['button-back']['es-cl'] = "";
|
||||
$text['button-back']['es-mx'] = "";
|
||||
$text['button-back']['fr-ca'] = "";
|
||||
$text['button-back']['fr-fr'] = "";
|
||||
$text['button-back']['he-il'] = "";
|
||||
$text['button-back']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['button-back']['nl-nl'] = "";
|
||||
$text['button-back']['pl-pl'] = "";
|
||||
$text['button-back']['pt-br'] = "";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['ro-ro'] = "";
|
||||
$text['button-back']['ru-ru'] = "Назад";
|
||||
$text['button-back']['sv-se'] = "Tillbaka";
|
||||
$text['button-back']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['button-back']['uk-ua'] = "";
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['ar-eg'] = "";
|
||||
$text['confirm-delete']['de-at'] = "Möchten Sie dieses wirklich löschen?";
|
||||
$text['confirm-delete']['de-ch'] = "";
|
||||
$text['confirm-delete']['de-de'] = "Möchten Sie dieses wirklich löschen?";
|
||||
$text['confirm-delete']['es-cl'] = "";
|
||||
$text['confirm-delete']['es-mx'] = "";
|
||||
$text['confirm-delete']['fr-ca'] = "";
|
||||
$text['confirm-delete']['fr-fr'] = "";
|
||||
$text['confirm-delete']['he-il'] = "";
|
||||
$text['confirm-delete']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['confirm-delete']['nl-nl'] = "";
|
||||
$text['confirm-delete']['pl-pl'] = "";
|
||||
$text['confirm-delete']['pt-br'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['ro-ro'] = "";
|
||||
$text['confirm-delete']['ru-ru'] = "Вы действительно хотите удалить это?";
|
||||
$text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['confirm-delete']['uk-ua'] = "";
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['ar-eg'] = "";
|
||||
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['message-add']['de-ch'] = "";
|
||||
$text['message-add']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['message-add']['es-cl'] = "";
|
||||
$text['message-add']['es-mx'] = "";
|
||||
$text['message-add']['fr-ca'] = "";
|
||||
$text['message-add']['fr-fr'] = "";
|
||||
$text['message-add']['he-il'] = "";
|
||||
$text['message-add']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['message-add']['nl-nl'] = "";
|
||||
$text['message-add']['pl-pl'] = "";
|
||||
$text['message-add']['pt-br'] = "";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['ro-ro'] = "";
|
||||
$text['message-add']['ru-ru'] = "Добавление выполнено";
|
||||
$text['message-add']['sv-se'] = "Tillagd";
|
||||
$text['message-add']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['message-add']['uk-ua'] = "";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['ar-eg'] = "";
|
||||
$text['message-update']['de-at'] = "Aktualisierung durchgeführt";
|
||||
$text['message-update']['de-ch'] = "";
|
||||
$text['message-update']['de-de'] = "Aktualisierung durchgeführt";
|
||||
$text['message-update']['es-cl'] = "";
|
||||
$text['message-update']['es-mx'] = "";
|
||||
$text['message-update']['fr-ca'] = "";
|
||||
$text['message-update']['fr-fr'] = "";
|
||||
$text['message-update']['he-il'] = "";
|
||||
$text['message-update']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['message-update']['nl-nl'] = "";
|
||||
$text['message-update']['pl-pl'] = "";
|
||||
$text['message-update']['pt-br'] = "";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['ro-ro'] = "";
|
||||
$text['message-update']['ru-ru'] = "Обновление завершено";
|
||||
$text['message-update']['sv-se'] = "Ändring Utförd";
|
||||
$text['message-update']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['message-update']['uk-ua'] = "";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['ar-eg'] = "";
|
||||
$text['message-delete']['de-at'] = "Erfolgreich gelöscht";
|
||||
$text['message-delete']['de-ch'] = "";
|
||||
$text['message-delete']['de-de'] = "Erfolgreich gelöscht";
|
||||
$text['message-delete']['es-cl'] = "";
|
||||
$text['message-delete']['es-mx'] = "";
|
||||
$text['message-delete']['fr-ca'] = "";
|
||||
$text['message-delete']['fr-fr'] = "";
|
||||
$text['message-delete']['he-il'] = "";
|
||||
$text['message-delete']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['message-delete']['nl-nl'] = "";
|
||||
$text['message-delete']['pl-pl'] = "";
|
||||
$text['message-delete']['pt-br'] = "";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['ro-ro'] = "";
|
||||
$text['message-delete']['ru-ru'] = "Удаление завершено";
|
||||
$text['message-delete']['sv-se'] = "Borttagen";
|
||||
$text['message-delete']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['message-delete']['uk-ua'] = "";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['ar-eg'] = "";
|
||||
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:";
|
||||
$text['message-required']['de-ch'] = "";
|
||||
$text['message-required']['de-de'] = "Bitte geben Sie folgendes an:";
|
||||
$text['message-required']['es-cl'] = "";
|
||||
$text['message-required']['es-mx'] = "";
|
||||
$text['message-required']['fr-ca'] = "";
|
||||
$text['message-required']['fr-fr'] = "";
|
||||
$text['message-required']['he-il'] = "";
|
||||
$text['message-required']['it-it'] = "";
|
||||
@@ -381,8 +476,9 @@ $text['message-required']['nl-nl'] = "";
|
||||
$text['message-required']['pl-pl'] = "";
|
||||
$text['message-required']['pt-br'] = "";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['ro-ro'] = "";
|
||||
$text['message-required']['ru-ru'] = "Пожалуйста предоставьте: ";
|
||||
$text['message-required']['sv-se'] = "Var god ange: ";
|
||||
$text['message-required']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-edit']['en-us'] = "Recording";
|
||||
$text['title-edit']['ar-eg'] = "";
|
||||
$text['title-edit']['de-at'] = "Aufnahmen";
|
||||
$text['title-edit']['de-ch'] = "";
|
||||
$text['title-edit']['de-de'] = "Aufnahmen";
|
||||
$text['title-edit']['es-cl'] = "Grabación";
|
||||
$text['title-edit']['es-mx'] = "";
|
||||
$text['title-edit']['fr-ca'] = "";
|
||||
$text['title-edit']['fr-fr'] = "Guide";
|
||||
$text['title-edit']['he-il'] = "";
|
||||
$text['title-edit']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-edit']['nl-nl'] = "";
|
||||
$text['title-edit']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$text['title-edit']['pt-br'] = "Gravações";
|
||||
$text['title-edit']['pt-pt'] = "Gravação";
|
||||
$text['title-edit']['ro-ro'] = "";
|
||||
$text['title-edit']['ru-ru'] = "Запись";
|
||||
$text['title-edit']['sv-se'] = "Inspelning";
|
||||
$text['title-edit']['uk-ua'] = "Запис";
|
||||
@@ -20,8 +24,11 @@ $text['title-edit']['uk-ua'] = "Запис";
|
||||
$text['title-add']['en-us'] = "Add Recording";
|
||||
$text['title-add']['ar-eg'] = "";
|
||||
$text['title-add']['de-at'] = "Aufnahme hinzufügen";
|
||||
$text['title-add']['de-ch'] = "";
|
||||
$text['title-add']['de-de'] = "Aufnahme hinzufügen";
|
||||
$text['title-add']['es-cl'] = "Agregar Grabación";
|
||||
$text['title-add']['es-mx'] = "";
|
||||
$text['title-add']['fr-ca'] = "";
|
||||
$text['title-add']['fr-fr'] = "Ajouter un Guide";
|
||||
$text['title-add']['he-il'] = "";
|
||||
$text['title-add']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-add']['nl-nl'] = "";
|
||||
$text['title-add']['pl-pl'] = "Dodaj nagrywanie rozmów";
|
||||
$text['title-add']['pt-br'] = "Adicionar gravação";
|
||||
$text['title-add']['pt-pt'] = "Adicionar Gravação";
|
||||
$text['title-add']['ro-ro'] = "";
|
||||
$text['title-add']['ru-ru'] = "Добавить запись";
|
||||
$text['title-add']['sv-se'] = "Lägg Till Inspelning";
|
||||
$text['title-add']['uk-ua'] = "Додати запис";
|
||||
@@ -36,8 +44,11 @@ $text['title-add']['uk-ua'] = "Додати запис";
|
||||
$text['title-recordings']['en-us'] = "Recordings";
|
||||
$text['title-recordings']['ar-eg'] = "";
|
||||
$text['title-recordings']['de-at'] = "Aufnahmen";
|
||||
$text['title-recordings']['de-ch'] = "";
|
||||
$text['title-recordings']['de-de'] = "Aufnahmen";
|
||||
$text['title-recordings']['es-cl'] = "Grabaciones";
|
||||
$text['title-recordings']['es-mx'] = "";
|
||||
$text['title-recordings']['fr-ca'] = "";
|
||||
$text['title-recordings']['fr-fr'] = "Guides Vocaux";
|
||||
$text['title-recordings']['he-il'] = "";
|
||||
$text['title-recordings']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title-recordings']['nl-nl'] = "";
|
||||
$text['title-recordings']['pl-pl'] = "Nagrywanie rozmów";
|
||||
$text['title-recordings']['pt-br'] = "Configurações da Conta";
|
||||
$text['title-recordings']['pt-pt'] = "Gravações";
|
||||
$text['title-recordings']['ro-ro'] = "";
|
||||
$text['title-recordings']['ru-ru'] = "Записи";
|
||||
$text['title-recordings']['sv-se'] = "Inspelningar";
|
||||
$text['title-recordings']['uk-ua'] = "Записи";
|
||||
@@ -52,8 +64,11 @@ $text['title-recordings']['uk-ua'] = "Записи";
|
||||
$text['message-uploaded']['en-us'] = "File Uploaded";
|
||||
$text['message-uploaded']['ar-eg'] = "";
|
||||
$text['message-uploaded']['de-at'] = "Datei hochgeladen";
|
||||
$text['message-uploaded']['de-ch'] = "";
|
||||
$text['message-uploaded']['de-de'] = "Datei hochgeladen";
|
||||
$text['message-uploaded']['es-cl'] = "Subida de Archivos";
|
||||
$text['message-uploaded']['es-mx'] = "";
|
||||
$text['message-uploaded']['fr-ca'] = "";
|
||||
$text['message-uploaded']['fr-fr'] = "Fichier Téléchargé";
|
||||
$text['message-uploaded']['he-il'] = "";
|
||||
$text['message-uploaded']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['message-uploaded']['nl-nl'] = "";
|
||||
$text['message-uploaded']['pl-pl'] = "Dodany Plik";
|
||||
$text['message-uploaded']['pt-br'] = "Arquivo Enviado";
|
||||
$text['message-uploaded']['pt-pt'] = "Arquivo Enviado";
|
||||
$text['message-uploaded']['ro-ro'] = "";
|
||||
$text['message-uploaded']['ru-ru'] = "Файл загружен";
|
||||
$text['message-uploaded']['sv-se'] = "File Uppladdade";
|
||||
$text['message-uploaded']['uk-ua'] = "файл Завантажено";
|
||||
@@ -68,8 +84,11 @@ $text['message-uploaded']['uk-ua'] = "файл Завантажено";
|
||||
$text['label-uploaded']['en-us'] = "Uploaded";
|
||||
$text['label-uploaded']['ar-eg'] = "";
|
||||
$text['label-uploaded']['de-at'] = "Hochgeladen";
|
||||
$text['label-uploaded']['de-ch'] = "";
|
||||
$text['label-uploaded']['de-de'] = "Hochgeladen";
|
||||
$text['label-uploaded']['es-cl'] = "Subir";
|
||||
$text['label-uploaded']['es-mx'] = "";
|
||||
$text['label-uploaded']['fr-ca'] = "";
|
||||
$text['label-uploaded']['fr-fr'] = "Envoyé";
|
||||
$text['label-uploaded']['he-il'] = "הוטען";
|
||||
$text['label-uploaded']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-uploaded']['nl-nl'] = "";
|
||||
$text['label-uploaded']['pl-pl'] = "Przesłano";
|
||||
$text['label-uploaded']['pt-br'] = "Carregado";
|
||||
$text['label-uploaded']['pt-pt'] = "Carregado";
|
||||
$text['label-uploaded']['ro-ro'] = "";
|
||||
$text['label-uploaded']['ru-ru'] = "Загружено";
|
||||
$text['label-uploaded']['sv-se'] = "Uppladdad";
|
||||
$text['label-uploaded']['uk-ua'] = "Завантажено";
|
||||
@@ -84,8 +104,11 @@ $text['label-uploaded']['uk-ua'] = "Завантажено";
|
||||
$text['label-upload']['en-us'] = "File Path";
|
||||
$text['label-upload']['ar-eg'] = "";
|
||||
$text['label-upload']['de-at'] = "Dateipfad";
|
||||
$text['label-upload']['de-ch'] = "";
|
||||
$text['label-upload']['de-de'] = "Dateipfad";
|
||||
$text['label-upload']['es-cl'] = "Archivo a subir";
|
||||
$text['label-upload']['es-mx'] = "";
|
||||
$text['label-upload']['fr-ca'] = "";
|
||||
$text['label-upload']['fr-fr'] = "Fichier à déposer";
|
||||
$text['label-upload']['he-il'] = "";
|
||||
$text['label-upload']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-upload']['nl-nl'] = "";
|
||||
$text['label-upload']['pl-pl'] = "Ścieżka do pliku";
|
||||
$text['label-upload']['pt-br'] = "Carregando arquivo";
|
||||
$text['label-upload']['pt-pt'] = "Ficheiro a carregar";
|
||||
$text['label-upload']['ro-ro'] = "";
|
||||
$text['label-upload']['ru-ru'] = "Путь к файлу";
|
||||
$text['label-upload']['sv-se'] = "Sökväg";
|
||||
$text['label-upload']['uk-ua'] = "Шлях до файла";
|
||||
@@ -100,8 +124,11 @@ $text['label-upload']['uk-ua'] = "Шлях до файла";
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Funktionen";
|
||||
$text['label-tools']['de-ch'] = "";
|
||||
$text['label-tools']['de-de'] = "Funktionen";
|
||||
$text['label-tools']['es-cl'] = "Instrumentos";
|
||||
$text['label-tools']['es-mx'] = "";
|
||||
$text['label-tools']['fr-ca'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he-il'] = "";
|
||||
$text['label-tools']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-tools']['nl-nl'] = "";
|
||||
$text['label-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tools']['pt-br'] = "Ferramentas";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['ro-ro'] = "";
|
||||
$text['label-tools']['ru-ru'] = "Инструменты";
|
||||
$text['label-tools']['sv-se'] = "Verktyg";
|
||||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
@@ -116,8 +144,11 @@ $text['label-tools']['uk-ua'] = "Параметри";
|
||||
$text['label-recording_name']['en-us'] = "Recording Name";
|
||||
$text['label-recording_name']['ar-eg'] = "";
|
||||
$text['label-recording_name']['de-at'] = "Name der Aufnahme";
|
||||
$text['label-recording_name']['de-ch'] = "";
|
||||
$text['label-recording_name']['de-de'] = "Name der Aufnahme";
|
||||
$text['label-recording_name']['es-cl'] = "Nombre de la grabación";
|
||||
$text['label-recording_name']['es-mx'] = "";
|
||||
$text['label-recording_name']['fr-ca'] = "";
|
||||
$text['label-recording_name']['fr-fr'] = "Nom de l'enregistrement";
|
||||
$text['label-recording_name']['he-il'] = "";
|
||||
$text['label-recording_name']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-recording_name']['nl-nl'] = "";
|
||||
$text['label-recording_name']['pl-pl'] = "Nazwa nagrania";
|
||||
$text['label-recording_name']['pt-br'] = "Nome da gravação";
|
||||
$text['label-recording_name']['pt-pt'] = "Nome da gravação";
|
||||
$text['label-recording_name']['ro-ro'] = "";
|
||||
$text['label-recording_name']['ru-ru'] = "Название записи";
|
||||
$text['label-recording_name']['sv-se'] = "Namn på inspelning";
|
||||
$text['label-recording_name']['uk-ua'] = "Назва запису";
|
||||
@@ -132,8 +164,11 @@ $text['label-recording_name']['uk-ua'] = "Назва запису";
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['ar-eg'] = "";
|
||||
$text['label-play']['de-at'] = "Abspielen";
|
||||
$text['label-play']['de-ch'] = "";
|
||||
$text['label-play']['de-de'] = "Abspielen";
|
||||
$text['label-play']['es-cl'] = "Reproducir";
|
||||
$text['label-play']['es-mx'] = "";
|
||||
$text['label-play']['fr-ca'] = "";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
$text['label-play']['he-il'] = "";
|
||||
$text['label-play']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-play']['nl-nl'] = "";
|
||||
$text['label-play']['pl-pl'] = "Odtwórz";
|
||||
$text['label-play']['pt-br'] = "Tocar";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['ro-ro'] = "";
|
||||
$text['label-play']['ru-ru'] = "Проиграть";
|
||||
$text['label-play']['sv-se'] = "Spela Upp";
|
||||
$text['label-play']['uk-ua'] = "Відтворити";
|
||||
@@ -148,8 +184,11 @@ $text['label-play']['uk-ua'] = "Відтворити";
|
||||
$text['label-pause']['en-us'] = "Pause";
|
||||
$text['label-pause']['ar-eg'] = "";
|
||||
$text['label-pause']['de-at'] = "Pause";
|
||||
$text['label-pause']['de-ch'] = "";
|
||||
$text['label-pause']['de-de'] = "Pause";
|
||||
$text['label-pause']['es-cl'] = "Pausa";
|
||||
$text['label-pause']['es-mx'] = "";
|
||||
$text['label-pause']['fr-ca'] = "";
|
||||
$text['label-pause']['fr-fr'] = "Pause";
|
||||
$text['label-pause']['he-il'] = "";
|
||||
$text['label-pause']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-pause']['nl-nl'] = "";
|
||||
$text['label-pause']['pl-pl'] = "Pauza";
|
||||
$text['label-pause']['pt-br'] = "Pausado";
|
||||
$text['label-pause']['pt-pt'] = "Pausa";
|
||||
$text['label-pause']['ro-ro'] = "";
|
||||
$text['label-pause']['ru-ru'] = "Пайза";
|
||||
$text['label-pause']['sv-se'] = "Paus";
|
||||
$text['label-pause']['uk-ua'] = "Призупинити";
|
||||
@@ -164,8 +204,11 @@ $text['label-pause']['uk-ua'] = "Призупинити";
|
||||
$text['label-file_name']['en-us'] = "File Name";
|
||||
$text['label-file_name']['ar-eg'] = "";
|
||||
$text['label-file_name']['de-at'] = "Dateiname";
|
||||
$text['label-file_name']['de-ch'] = "";
|
||||
$text['label-file_name']['de-de'] = "Dateiname";
|
||||
$text['label-file_name']['es-cl'] = "Nombre del Archivo";
|
||||
$text['label-file_name']['es-mx'] = "";
|
||||
$text['label-file_name']['fr-ca'] = "";
|
||||
$text['label-file_name']['fr-fr'] = "Nom du Fichier";
|
||||
$text['label-file_name']['he-il'] = "";
|
||||
$text['label-file_name']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-file_name']['nl-nl'] = "";
|
||||
$text['label-file_name']['pl-pl'] = "Nazwa pliku";
|
||||
$text['label-file_name']['pt-br'] = "Nome do arquivo";
|
||||
$text['label-file_name']['pt-pt'] = "Nome do Arquivo";
|
||||
$text['label-file_name']['ro-ro'] = "";
|
||||
$text['label-file_name']['ru-ru'] = "Имя файла";
|
||||
$text['label-file_name']['sv-se'] = "Fil-namn";
|
||||
$text['label-file_name']['uk-ua'] = "Назва файлу";
|
||||
@@ -180,8 +224,11 @@ $text['label-file_name']['uk-ua'] = "Назва файлу";
|
||||
$text['label-file-size']['en-us'] = "File Size";
|
||||
$text['label-file-size']['ar-eg'] = "";
|
||||
$text['label-file-size']['de-at'] = "Dateigröße";
|
||||
$text['label-file-size']['de-ch'] = "";
|
||||
$text['label-file-size']['de-de'] = "Dateigröße";
|
||||
$text['label-file-size']['es-cl'] = "Tamaño del archivo";
|
||||
$text['label-file-size']['es-mx'] = "";
|
||||
$text['label-file-size']['fr-ca'] = "";
|
||||
$text['label-file-size']['fr-fr'] = "Taille de Fichier";
|
||||
$text['label-file-size']['he-il'] = "";
|
||||
$text['label-file-size']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-file-size']['nl-nl'] = "";
|
||||
$text['label-file-size']['pl-pl'] = "Rozmiar pliku";
|
||||
$text['label-file-size']['pt-br'] = "Tamanho do arquivo";
|
||||
$text['label-file-size']['pt-pt'] = "Tamanho do Ficheiro";
|
||||
$text['label-file-size']['ro-ro'] = "";
|
||||
$text['label-file-size']['ru-ru'] = "Размер файла";
|
||||
$text['label-file-size']['sv-se'] = "Filstorlek";
|
||||
$text['label-file-size']['uk-ua'] = "Розмір файлу";
|
||||
@@ -196,8 +244,11 @@ $text['label-file-size']['uk-ua'] = "Розмір файлу";
|
||||
$text['label-file']['en-us'] = "Filename (Download)";
|
||||
$text['label-file']['ar-eg'] = "";
|
||||
$text['label-file']['de-at'] = "Dateiname (Download)";
|
||||
$text['label-file']['de-ch'] = "";
|
||||
$text['label-file']['de-de'] = "Dateiname (Download)";
|
||||
$text['label-file']['es-cl'] = "Nombre de archivo (Descargar)";
|
||||
$text['label-file']['es-mx'] = "";
|
||||
$text['label-file']['fr-ca'] = "";
|
||||
$text['label-file']['fr-fr'] = "Nom du fichier (Télécharger)";
|
||||
$text['label-file']['he-il'] = "";
|
||||
$text['label-file']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-file']['nl-nl'] = "";
|
||||
$text['label-file']['pl-pl'] = "Nazwa pliku (pobranie)";
|
||||
$text['label-file']['pt-br'] = "Ficheiro não encontrado";
|
||||
$text['label-file']['pt-pt'] = "Nome do Ficheiro (Descarregar)";
|
||||
$text['label-file']['ro-ro'] = "";
|
||||
$text['label-file']['ru-ru'] = "Имя файла (для загрузки)";
|
||||
$text['label-file']['sv-se'] = "Fil Ej Funnen";
|
||||
$text['label-file']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-file']['uk-ua'] = "";
|
||||
$text['label-edit-recording']['en-us'] = "Please provide: Recording Name (play)";
|
||||
$text['label-edit-recording']['ar-eg'] = "";
|
||||
$text['label-edit-recording']['de-at'] = "Bitte geben Sie folgendes an: Name der Aufnahme (Abspielen)";
|
||||
$text['label-edit-recording']['de-ch'] = "";
|
||||
$text['label-edit-recording']['de-de'] = "Bitte geben Sie folgendes an: Name der Aufnahme (Abspielen)";
|
||||
$text['label-edit-recording']['es-cl'] = "Por favor indique: Nombre de la grabación (reproducir)";
|
||||
$text['label-edit-recording']['es-mx'] = "";
|
||||
$text['label-edit-recording']['fr-ca'] = "";
|
||||
$text['label-edit-recording']['fr-fr'] = "Merci d'indiquer: nom de l'enregistrement (jouer)";
|
||||
$text['label-edit-recording']['he-il'] = "";
|
||||
$text['label-edit-recording']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-edit-recording']['nl-nl'] = "";
|
||||
$text['label-edit-recording']['pl-pl'] = "Wprowadź: Nazwę nagrania (do odsłuchania)";
|
||||
$text['label-edit-recording']['pt-br'] = "Por favor indique: Nome da gravação (tocar)";
|
||||
$text['label-edit-recording']['pt-pt'] = "Por favor indique: Nome da Gravação (tocar)";
|
||||
$text['label-edit-recording']['ro-ro'] = "";
|
||||
$text['label-edit-recording']['ru-ru'] = "Укажите: название записи (для воспроизведения)";
|
||||
$text['label-edit-recording']['sv-se'] = "Ange: Namn på inspelning (spela upp)";
|
||||
$text['label-edit-recording']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-edit-recording']['uk-ua'] = "";
|
||||
$text['label-edit-file']['en-us'] = "Please provide: Filename (download)";
|
||||
$text['label-edit-file']['ar-eg'] = "";
|
||||
$text['label-edit-file']['de-at'] = "Bitte geben Sie folgendes an: Dateiname (Herunterladen)";
|
||||
$text['label-edit-file']['de-ch'] = "";
|
||||
$text['label-edit-file']['de-de'] = "Bitte geben Sie folgendes an: Dateiname (Herunterladen)";
|
||||
$text['label-edit-file']['es-cl'] = "Por favor indique: Nombre de archivo (descargar)";
|
||||
$text['label-edit-file']['es-mx'] = "";
|
||||
$text['label-edit-file']['fr-ca'] = "";
|
||||
$text['label-edit-file']['fr-fr'] = "Merci d'indiquer: nom de fichier (Télécharger)";
|
||||
$text['label-edit-file']['he-il'] = "";
|
||||
$text['label-edit-file']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-edit-file']['nl-nl'] = "";
|
||||
$text['label-edit-file']['pl-pl'] = "Wprowadź: Nazwę pliku (do pobrania)";
|
||||
$text['label-edit-file']['pt-br'] = "Por favor indique: Nome de ficheiro (download)";
|
||||
$text['label-edit-file']['pt-pt'] = "Por favor indique: Nome do ficheiro (descarregar)";
|
||||
$text['label-edit-file']['ro-ro'] = "";
|
||||
$text['label-edit-file']['ru-ru'] = "Укажите: имя файла (для загрузки)";
|
||||
$text['label-edit-file']['sv-se'] = "Ange: Filnamn (ladda ned)";
|
||||
$text['label-edit-file']['uk-ua'] = "";
|
||||
@@ -244,8 +304,11 @@ $text['label-edit-file']['uk-ua'] = "";
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['ar-eg'] = "";
|
||||
$text['label-download']['de-at'] = "Herunterladen";
|
||||
$text['label-download']['de-ch'] = "";
|
||||
$text['label-download']['de-de'] = "Herunterladen";
|
||||
$text['label-download']['es-cl'] = "Descargar";
|
||||
$text['label-download']['es-mx'] = "";
|
||||
$text['label-download']['fr-ca'] = "";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
$text['label-download']['he-il'] = "";
|
||||
$text['label-download']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-download']['nl-nl'] = "";
|
||||
$text['label-download']['pl-pl'] = "Pobierz";
|
||||
$text['label-download']['pt-br'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['ro-ro'] = "";
|
||||
$text['label-download']['ru-ru'] = "Загрузить";
|
||||
$text['label-download']['sv-se'] = "Ladda Ned";
|
||||
$text['label-download']['uk-ua'] = "Завантажини";
|
||||
@@ -260,8 +324,11 @@ $text['label-download']['uk-ua'] = "Завантажини";
|
||||
$text['header']['en-us'] = "Upload Recording";
|
||||
$text['header']['ar-eg'] = "";
|
||||
$text['header']['de-at'] = "Aufnahme hochladen";
|
||||
$text['header']['de-ch'] = "";
|
||||
$text['header']['de-de'] = "Aufnahme hochladen";
|
||||
$text['header']['es-cl'] = "Subir Grabación";
|
||||
$text['header']['es-mx'] = "";
|
||||
$text['header']['fr-ca'] = "";
|
||||
$text['header']['fr-fr'] = "Télécharger Enregistrement";
|
||||
$text['header']['he-il'] = "";
|
||||
$text['header']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['header']['nl-nl'] = "";
|
||||
$text['header']['pl-pl'] = "Wyślij nagranie";
|
||||
$text['header']['pt-br'] = "Carregadr gravações";
|
||||
$text['header']['pt-pt'] = "Carregar Gravações";
|
||||
$text['header']['ro-ro'] = "";
|
||||
$text['header']['ru-ru'] = "Загрузить запись";
|
||||
$text['header']['sv-se'] = "Ladda Upp Inspelning";
|
||||
$text['header']['uk-ua'] = "Вивантажити запис";
|
||||
@@ -276,8 +344,11 @@ $text['header']['uk-ua'] = "Вивантажити запис";
|
||||
$text['description-recording']['en-us'] = "A name for the recording (not parsed).";
|
||||
$text['description-recording']['ar-eg'] = "";
|
||||
$text['description-recording']['de-at'] = "Ein Name für die Aufnahme.";
|
||||
$text['description-recording']['de-ch'] = "";
|
||||
$text['description-recording']['de-de'] = "Ein Name für die Aufnahme.";
|
||||
$text['description-recording']['es-cl'] = "Nombre de la grabación.";
|
||||
$text['description-recording']['es-mx'] = "";
|
||||
$text['description-recording']['fr-ca'] = "";
|
||||
$text['description-recording']['fr-fr'] = "Nom de l'enregistrement (non parsé).";
|
||||
$text['description-recording']['he-il'] = "";
|
||||
$text['description-recording']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-recording']['nl-nl'] = "";
|
||||
$text['description-recording']['pl-pl'] = "Nazwa nagrania.";
|
||||
$text['description-recording']['pt-br'] = "Nome da gravação:";
|
||||
$text['description-recording']['pt-pt'] = "Nome da gravação.";
|
||||
$text['description-recording']['ro-ro'] = "";
|
||||
$text['description-recording']['ru-ru'] = "Имя для записи (не анализируется).";
|
||||
$text['description-recording']['sv-se'] = "Namn på Inspelning.";
|
||||
$text['description-recording']['uk-ua'] = "Ім'я для запису (не розбирається).";
|
||||
@@ -292,8 +364,11 @@ $text['description-recording']['uk-ua'] = "Ім'я для запису (не р
|
||||
$text['description-file']['en-us'] = "Name of the file. example.wav";
|
||||
$text['description-file']['ar-eg'] = "";
|
||||
$text['description-file']['de-at'] = "Dateiname (z.B.: example.wav)";
|
||||
$text['description-file']['de-ch'] = "";
|
||||
$text['description-file']['de-de'] = "Dateiname (z.B.: example.wav)";
|
||||
$text['description-file']['es-cl'] = "Nombre del archivo. ejemplo.wav";
|
||||
$text['description-file']['es-mx'] = "";
|
||||
$text['description-file']['fr-ca'] = "";
|
||||
$text['description-file']['fr-fr'] = "Nom du fichier. exemple.wav";
|
||||
$text['description-file']['he-il'] = "";
|
||||
$text['description-file']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['description-file']['nl-nl'] = "";
|
||||
$text['description-file']['pl-pl'] = "Nazwa pliku: przykład.wav";
|
||||
$text['description-file']['pt-br'] = "Nome do arquivo: exemplo.wav";
|
||||
$text['description-file']['pt-pt'] = "Nome do ficheiro. exemplo.wav";
|
||||
$text['description-file']['ro-ro'] = "";
|
||||
$text['description-file']['ru-ru'] = "Имя файла. example.wav";
|
||||
$text['description-file']['sv-se'] = "Namn på filen. exempel: inspelning.wav";
|
||||
$text['description-file']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['description-file']['uk-ua'] = "";
|
||||
$text['description']['en-us'] = "Dial *732 to create a recording, or (for best results) upload a 16bit 8khz/16khz mono WAV file.";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Wählen Sie *732 um eine Aufnahme direkt vom Telefon zu starten oder laden Sie eine 16bit 8/16kHz mono WAV-Datei hoch.";
|
||||
$text['description']['de-ch'] = "";
|
||||
$text['description']['de-de'] = "Wählen Sie *732 um eine Aufnahme direkt vom Telefon zu starten oder laden Sie eine 16bit 8/16kHz mono WAV-Datei hoch.";
|
||||
$text['description']['es-cl'] = "Para realizar una grabación marque *732 o puede crear un archivo en formato WAV a 16 bit 8khz/16khz Mono y luego copiarlo en el siguiente directorio y refrezcar la página para reproducirlo.";
|
||||
$text['description']['es-mx'] = "";
|
||||
$text['description']['fr-ca'] = "";
|
||||
$text['description']['fr-fr'] = "Pour créer un guide vocal, composer le *732 ou créer un fichier audio WAV 16bit 8khz/16khz Mono et ensuite le copier dans le répertoire qui suit. Rafraîchir ensuite cette page pour le voir apparaitre.";
|
||||
$text['description']['he-il'] = "";
|
||||
$text['description']['it-it'] = "";
|
||||
@@ -317,8 +396,9 @@ $text['description']['nl-nl'] = "";
|
||||
$text['description']['pl-pl'] = "Aby stworzyć własne nagranie wybierz *732 z klawiatury telefonu lub stwórz plik audio w formacie WAV o następujących parametrach: 16bit 8khz/16khz Mono, a następnie skopiuj go do odpowiedniego katalogu i odśwież, aby go odsłuchać.";
|
||||
$text['description']['pt-br'] = "Editar informações da conta.";
|
||||
$text['description']['pt-pt'] = "Para fazer uma gravação marque *732 ou crie um ficheiro WAV de 16bit 8khz/16khz e copie-o para a seguinte directoria e actualize a página para o ouvir.";
|
||||
$text['description']['ro-ro'] = "";
|
||||
$text['description']['ru-ru'] = "Наберите *732 для создания записи, или (для получения наилучших результатов) загрузите 16bit 8khz/16khz mono WAV файл.";
|
||||
$text['description']['sv-se'] = "För att göra en inspelning ring * 732 eller så kan du göra en 16bit 8kHz/16kHz Mono WAV-fil och kopiera den till följande katalog uppdatera sedan sidan för att spela upp den.";
|
||||
$text['description']['uk-ua'] = "Редагування інформації облікового запису";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['label-user']['en-us'] = "User";
|
||||
$text['label-user']['ar-eg'] = "";
|
||||
$text['label-user']['de-at'] = "Benutzer";
|
||||
$text['label-user']['de-ch'] = "";
|
||||
$text['label-user']['de-de'] = "Benutzer";
|
||||
$text['label-user']['es-cl'] = "Usuario";
|
||||
$text['label-user']['es-mx'] = "";
|
||||
$text['label-user']['fr-ca'] = "";
|
||||
$text['label-user']['fr-fr'] = "Utilisateurs";
|
||||
$text['label-user']['he-il'] = "";
|
||||
$text['label-user']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['label-user']['nl-nl'] = "";
|
||||
$text['label-user']['pl-pl'] = "Użytkownik";
|
||||
$text['label-user']['pt-br'] = "Usuário";
|
||||
$text['label-user']['pt-pt'] = "Utilizador";
|
||||
$text['label-user']['ro-ro'] = "";
|
||||
$text['label-user']['ru-ru'] = "Пользователь";
|
||||
$text['label-user']['sv-se'] = "Användare";
|
||||
$text['label-user']['uk-ua'] = "Користувач";
|
||||
@@ -20,8 +24,11 @@ $text['label-user']['uk-ua'] = "Користувач";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-status']['he-il'] = "";
|
||||
$text['label-status']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "Статус";
|
||||
@@ -36,8 +44,11 @@ $text['label-status']['uk-ua'] = "Статус";
|
||||
$text['label-response']['en-us'] = "Response:";
|
||||
$text['label-response']['ar-eg'] = "";
|
||||
$text['label-response']['de-at'] = "Antwort:";
|
||||
$text['label-response']['de-ch'] = "";
|
||||
$text['label-response']['de-de'] = "Antwort:";
|
||||
$text['label-response']['es-cl'] = "Respuesta:";
|
||||
$text['label-response']['es-mx'] = "";
|
||||
$text['label-response']['fr-ca'] = "";
|
||||
$text['label-response']['fr-fr'] = "Réponse:";
|
||||
$text['label-response']['he-il'] = "";
|
||||
$text['label-response']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['label-response']['nl-nl'] = "";
|
||||
$text['label-response']['pl-pl'] = "Odpowiedź";
|
||||
$text['label-response']['pt-br'] = "Resposta";
|
||||
$text['label-response']['pt-pt'] = "Resposta:";
|
||||
$text['label-response']['ro-ro'] = "";
|
||||
$text['label-response']['ru-ru'] = "Отклик:";
|
||||
$text['label-response']['sv-se'] = "Respons:";
|
||||
$text['label-response']['uk-ua'] = "Відповідь:";
|
||||
@@ -52,8 +64,11 @@ $text['label-response']['uk-ua'] = "Відповідь:";
|
||||
$text['label-refresh_pause']['en-us'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['ar-eg'] = "";
|
||||
$text['label-refresh_pause']['de-at'] = "Seite neu laden deaktivieren";
|
||||
$text['label-refresh_pause']['de-ch'] = "";
|
||||
$text['label-refresh_pause']['de-de'] = "Seite neu laden deaktivieren";
|
||||
$text['label-refresh_pause']['es-cl'] = "Actualizar Pausa";
|
||||
$text['label-refresh_pause']['es-mx'] = "";
|
||||
$text['label-refresh_pause']['fr-ca'] = "";
|
||||
$text['label-refresh_pause']['fr-fr'] = "Arrêter d'actualiser en continu";
|
||||
$text['label-refresh_pause']['he-il'] = "";
|
||||
$text['label-refresh_pause']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-refresh_pause']['nl-nl'] = "";
|
||||
$text['label-refresh_pause']['pl-pl'] = "Pauzuj odświeżanie";
|
||||
$text['label-refresh_pause']['pt-br'] = "Pausar atualização";
|
||||
$text['label-refresh_pause']['pt-pt'] = "Pausa Atualizar";
|
||||
$text['label-refresh_pause']['ro-ro'] = "";
|
||||
$text['label-refresh_pause']['ru-ru'] = "Приостановить обновление";
|
||||
$text['label-refresh_pause']['sv-se'] = "Paus Uppdatera";
|
||||
$text['label-refresh_pause']['uk-ua'] = "пауза Оновити";
|
||||
@@ -68,8 +84,11 @@ $text['label-refresh_pause']['uk-ua'] = "пауза Оновити";
|
||||
$text['label-refresh_enable']['en-us'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['ar-eg'] = "";
|
||||
$text['label-refresh_enable']['de-at'] = "Seite neu laden aktivieren";
|
||||
$text['label-refresh_enable']['de-ch'] = "";
|
||||
$text['label-refresh_enable']['de-de'] = "Seite neu laden aktivieren";
|
||||
$text['label-refresh_enable']['es-cl'] = "Activar Actualizar";
|
||||
$text['label-refresh_enable']['es-mx'] = "";
|
||||
$text['label-refresh_enable']['fr-ca'] = "";
|
||||
$text['label-refresh_enable']['fr-fr'] = "Actualiser en continu";
|
||||
$text['label-refresh_enable']['he-il'] = "";
|
||||
$text['label-refresh_enable']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-refresh_enable']['nl-nl'] = "";
|
||||
$text['label-refresh_enable']['pl-pl'] = "Włącz odświeżanie";
|
||||
$text['label-refresh_enable']['pt-br'] = "Habilitar atualização";
|
||||
$text['label-refresh_enable']['pt-pt'] = "Habilitar Atualização";
|
||||
$text['label-refresh_enable']['ro-ro'] = "";
|
||||
$text['label-refresh_enable']['ru-ru'] = "Включить обновление";
|
||||
$text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatera";
|
||||
$text['label-refresh_enable']['uk-ua'] = "включити Оновити";
|
||||
@@ -84,8 +104,11 @@ $text['label-refresh_enable']['uk-ua'] = "включити Оновити";
|
||||
$text['label-port']['en-us'] = "Port";
|
||||
$text['label-port']['ar-eg'] = "";
|
||||
$text['label-port']['de-at'] = "Port";
|
||||
$text['label-port']['de-ch'] = "";
|
||||
$text['label-port']['de-de'] = "Port";
|
||||
$text['label-port']['es-cl'] = "Puerto";
|
||||
$text['label-port']['es-mx'] = "";
|
||||
$text['label-port']['fr-ca'] = "";
|
||||
$text['label-port']['fr-fr'] = "Port";
|
||||
$text['label-port']['he-il'] = "";
|
||||
$text['label-port']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-port']['nl-nl'] = "";
|
||||
$text['label-port']['pl-pl'] = "Port";
|
||||
$text['label-port']['pt-br'] = "Porta";
|
||||
$text['label-port']['pt-pt'] = "Porto";
|
||||
$text['label-port']['ro-ro'] = "";
|
||||
$text['label-port']['ru-ru'] = "Порт";
|
||||
$text['label-port']['sv-se'] = "Port";
|
||||
$text['label-port']['uk-ua'] = "Порт";
|
||||
@@ -100,8 +124,11 @@ $text['label-port']['uk-ua'] = "Порт";
|
||||
$text['label-ping']['en-us'] = "Ping";
|
||||
$text['label-ping']['ar-eg'] = "";
|
||||
$text['label-ping']['de-at'] = "Ping";
|
||||
$text['label-ping']['de-ch'] = "";
|
||||
$text['label-ping']['de-de'] = "Ping";
|
||||
$text['label-ping']['es-cl'] = "Silbido";
|
||||
$text['label-ping']['es-mx'] = "";
|
||||
$text['label-ping']['fr-ca'] = "";
|
||||
$text['label-ping']['fr-fr'] = "Ping";
|
||||
$text['label-ping']['he-il'] = "";
|
||||
$text['label-ping']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-ping']['nl-nl'] = "";
|
||||
$text['label-ping']['pl-pl'] = "Świst";
|
||||
$text['label-ping']['pt-br'] = "Sibilo";
|
||||
$text['label-ping']['pt-pt'] = "Sibilo";
|
||||
$text['label-ping']['ro-ro'] = "";
|
||||
$text['label-ping']['ru-ru'] = "Ping";
|
||||
$text['label-ping']['sv-se'] = "Ping";
|
||||
$text['label-ping']['uk-ua'] = "пінг";
|
||||
@@ -116,8 +144,11 @@ $text['label-ping']['uk-ua'] = "пінг";
|
||||
$text['label-message']['en-us'] = "Invalid Profile!";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Ungültiges Profil!";
|
||||
$text['label-message']['de-ch'] = "";
|
||||
$text['label-message']['de-de'] = "Ungültiges Profil!";
|
||||
$text['label-message']['es-cl'] = "¡Perfil Inválido!";
|
||||
$text['label-message']['es-mx'] = "";
|
||||
$text['label-message']['fr-ca'] = "";
|
||||
$text['label-message']['fr-fr'] = "Profil Invalide!";
|
||||
$text['label-message']['he-il'] = "";
|
||||
$text['label-message']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-message']['nl-nl'] = "";
|
||||
$text['label-message']['pl-pl'] = "Wiadomość";
|
||||
$text['label-message']['pt-br'] = "Mensagem";
|
||||
$text['label-message']['pt-pt'] = "Perfil Inválido!";
|
||||
$text['label-message']['ro-ro'] = "";
|
||||
$text['label-message']['ru-ru'] = "Недопустимый профиль!";
|
||||
$text['label-message']['sv-se'] = "Ogiltig Profil!";
|
||||
$text['label-message']['uk-ua'] = "Хибний профіль!";
|
||||
@@ -132,8 +164,11 @@ $text['label-message']['uk-ua'] = "Хибний профіль!";
|
||||
$text['label-lan_ip']['en-us'] = "LAN IP";
|
||||
$text['label-lan_ip']['ar-eg'] = "";
|
||||
$text['label-lan_ip']['de-at'] = "LAN IP";
|
||||
$text['label-lan_ip']['de-ch'] = "";
|
||||
$text['label-lan_ip']['de-de'] = "LAN IP";
|
||||
$text['label-lan_ip']['es-cl'] = "LAN IP";
|
||||
$text['label-lan_ip']['es-mx'] = "";
|
||||
$text['label-lan_ip']['fr-ca'] = "";
|
||||
$text['label-lan_ip']['fr-fr'] = "LAN IP";
|
||||
$text['label-lan_ip']['he-il'] = "";
|
||||
$text['label-lan_ip']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-lan_ip']['nl-nl'] = "";
|
||||
$text['label-lan_ip']['pl-pl'] = "LAN IP";
|
||||
$text['label-lan_ip']['pt-br'] = "LAN IP";
|
||||
$text['label-lan_ip']['pt-pt'] = "LAN IP";
|
||||
$text['label-lan_ip']['ro-ro'] = "";
|
||||
$text['label-lan_ip']['ru-ru'] = "LAN IP";
|
||||
$text['label-lan_ip']['sv-se'] = "LAN IP";
|
||||
$text['label-lan_ip']['uk-ua'] = "LAN IP";
|
||||
@@ -148,8 +184,11 @@ $text['label-lan_ip']['uk-ua'] = "LAN IP";
|
||||
$text['label-ip']['en-us'] = "IP";
|
||||
$text['label-ip']['ar-eg'] = "";
|
||||
$text['label-ip']['de-at'] = "IP";
|
||||
$text['label-ip']['de-ch'] = "";
|
||||
$text['label-ip']['de-de'] = "IP";
|
||||
$text['label-ip']['es-cl'] = "IP";
|
||||
$text['label-ip']['es-mx'] = "";
|
||||
$text['label-ip']['fr-ca'] = "";
|
||||
$text['label-ip']['fr-fr'] = "IP";
|
||||
$text['label-ip']['he-il'] = "";
|
||||
$text['label-ip']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-ip']['nl-nl'] = "";
|
||||
$text['label-ip']['pl-pl'] = "IP";
|
||||
$text['label-ip']['pt-br'] = "IP";
|
||||
$text['label-ip']['pt-pt'] = "IP";
|
||||
$text['label-ip']['ro-ro'] = "";
|
||||
$text['label-ip']['ru-ru'] = "IP-адрес";
|
||||
$text['label-ip']['sv-se'] = "IP";
|
||||
$text['label-ip']['uk-ua'] = "IP";
|
||||
@@ -164,8 +204,11 @@ $text['label-ip']['uk-ua'] = "IP";
|
||||
$text['label-interval']['en-us'] = "Interval (Sec)";
|
||||
$text['label-interval']['ar-eg'] = "";
|
||||
$text['label-interval']['de-at'] = "Intervall (Sek)";
|
||||
$text['label-interval']['de-ch'] = "";
|
||||
$text['label-interval']['de-de'] = "Intervall (Sek)";
|
||||
$text['label-interval']['es-cl'] = "Intervalo";
|
||||
$text['label-interval']['es-mx'] = "";
|
||||
$text['label-interval']['fr-ca'] = "";
|
||||
$text['label-interval']['fr-fr'] = "Intervalle (secondes)";
|
||||
$text['label-interval']['he-il'] = "";
|
||||
$text['label-interval']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-interval']['nl-nl'] = "";
|
||||
$text['label-interval']['pl-pl'] = "Interwał (sek)";
|
||||
$text['label-interval']['pt-br'] = "Intervalo";
|
||||
$text['label-interval']['pt-pt'] = "Intervalo";
|
||||
$text['label-interval']['ro-ro'] = "";
|
||||
$text['label-interval']['ru-ru'] = "Интервал (сек)";
|
||||
$text['label-interval']['sv-se'] = "Intervall (Sek)";
|
||||
$text['label-interval']['uk-ua'] = "Інтервал (с.)";
|
||||
@@ -180,8 +224,11 @@ $text['label-interval']['uk-ua'] = "Інтервал (с.)";
|
||||
$text['label-hostname']['en-us'] = "Hostname";
|
||||
$text['label-hostname']['ar-eg'] = "";
|
||||
$text['label-hostname']['de-at'] = "Hostname";
|
||||
$text['label-hostname']['de-ch'] = "";
|
||||
$text['label-hostname']['de-de'] = "Hostname";
|
||||
$text['label-hostname']['es-cl'] = "Hostname";
|
||||
$text['label-hostname']['es-mx'] = "";
|
||||
$text['label-hostname']['fr-ca'] = "";
|
||||
$text['label-hostname']['fr-fr'] = "Nom d'hôte";
|
||||
$text['label-hostname']['he-il'] = "";
|
||||
$text['label-hostname']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-hostname']['nl-nl'] = "";
|
||||
$text['label-hostname']['pl-pl'] = "Nazwa hosta";
|
||||
$text['label-hostname']['pt-br'] = "Hostname";
|
||||
$text['label-hostname']['pt-pt'] = "Hostname";
|
||||
$text['label-hostname']['ro-ro'] = "";
|
||||
$text['label-hostname']['ru-ru'] = "Имя хоста";
|
||||
$text['label-hostname']['sv-se'] = "Hostname";
|
||||
$text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
@@ -196,8 +244,11 @@ $text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
$text['label-event']['en-us'] = "Event:";
|
||||
$text['label-event']['ar-eg'] = "";
|
||||
$text['label-event']['de-at'] = "Event:";
|
||||
$text['label-event']['de-ch'] = "";
|
||||
$text['label-event']['de-de'] = "Event:";
|
||||
$text['label-event']['es-cl'] = "Evento:";
|
||||
$text['label-event']['es-mx'] = "";
|
||||
$text['label-event']['fr-ca'] = "";
|
||||
$text['label-event']['fr-fr'] = "Evénement:";
|
||||
$text['label-event']['he-il'] = "";
|
||||
$text['label-event']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-event']['nl-nl'] = "";
|
||||
$text['label-event']['pl-pl'] = "Zdarzenie";
|
||||
$text['label-event']['pt-br'] = "Evento";
|
||||
$text['label-event']['pt-pt'] = "Evento:";
|
||||
$text['label-event']['ro-ro'] = "";
|
||||
$text['label-event']['ru-ru'] = "Событие:";
|
||||
$text['label-event']['sv-se'] = "Event:";
|
||||
$text['label-event']['uk-ua'] = "Подія:";
|
||||
@@ -212,8 +264,11 @@ $text['label-event']['uk-ua'] = "Подія:";
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "";
|
||||
$text['label-domain']['de-at'] = "Domäne";
|
||||
$text['label-domain']['de-ch'] = "";
|
||||
$text['label-domain']['de-de'] = "Domäne";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['es-mx'] = "";
|
||||
$text['label-domain']['fr-ca'] = "";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-domain']['he-il'] = "";
|
||||
$text['label-domain']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl-pl'] = "Domena";
|
||||
$text['label-domain']['pt-br'] = "Dominio";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['ro-ro'] = "";
|
||||
$text['label-domain']['ru-ru'] = "Домен";
|
||||
$text['label-domain']['sv-se'] = "Domän";
|
||||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
@@ -228,8 +284,11 @@ $text['label-domain']['uk-ua'] = "Домен";
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['ar-eg'] = "";
|
||||
$text['label-agent']['de-at'] = "Agent";
|
||||
$text['label-agent']['de-ch'] = "";
|
||||
$text['label-agent']['de-de'] = "Agent";
|
||||
$text['label-agent']['es-cl'] = "Agente";
|
||||
$text['label-agent']['es-mx'] = "";
|
||||
$text['label-agent']['fr-ca'] = "";
|
||||
$text['label-agent']['fr-fr'] = "Agent";
|
||||
$text['label-agent']['he-il'] = "";
|
||||
$text['label-agent']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-agent']['nl-nl'] = "";
|
||||
$text['label-agent']['pl-pl'] = "Agent";
|
||||
$text['label-agent']['pt-br'] = "Agente";
|
||||
$text['label-agent']['pt-pt'] = "Agente";
|
||||
$text['label-agent']['ro-ro'] = "";
|
||||
$text['label-agent']['ru-ru'] = "Оператор";
|
||||
$text['label-agent']['sv-se'] = "Agent";
|
||||
$text['label-agent']['uk-ua'] = "Оператор";
|
||||
@@ -244,8 +304,11 @@ $text['label-agent']['uk-ua'] = "Оператор";
|
||||
$text['label-contact']['en-us'] = "Contact";
|
||||
$text['label-contact']['ar-eg'] = "";
|
||||
$text['label-contact']['de-at'] = "Kontakt";
|
||||
$text['label-contact']['de-ch'] = "";
|
||||
$text['label-contact']['de-de'] = "Kontakt";
|
||||
$text['label-contact']['es-cl'] = "Contacto";
|
||||
$text['label-contact']['es-mx'] = "";
|
||||
$text['label-contact']['fr-ca'] = "";
|
||||
$text['label-contact']['fr-fr'] = "Contact";
|
||||
$text['label-contact']['he-il'] = "";
|
||||
$text['label-contact']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-contact']['nl-nl'] = "";
|
||||
$text['label-contact']['pl-pl'] = "Kontakt";
|
||||
$text['label-contact']['pt-br'] = "Contato";
|
||||
$text['label-contact']['pt-pt'] = "Contato";
|
||||
$text['label-contact']['ro-ro'] = "";
|
||||
$text['label-contact']['ru-ru'] = "Контакт";
|
||||
$text['label-contact']['sv-se'] = "Kontakta";
|
||||
$text['label-contact']['uk-ua'] = "Контакт";
|
||||
@@ -260,8 +324,11 @@ $text['label-contact']['uk-ua'] = "Контакт";
|
||||
$text['header-registrations']['en-us'] = "Registrations";
|
||||
$text['header-registrations']['ar-eg'] = "";
|
||||
$text['header-registrations']['de-at'] = "Registrierungen";
|
||||
$text['header-registrations']['de-ch'] = "";
|
||||
$text['header-registrations']['de-de'] = "Registrierungen";
|
||||
$text['header-registrations']['es-cl'] = "Inscripciones";
|
||||
$text['header-registrations']['es-mx'] = "";
|
||||
$text['header-registrations']['fr-ca'] = "";
|
||||
$text['header-registrations']['fr-fr'] = "Enregistrements SIP";
|
||||
$text['header-registrations']['he-il'] = "";
|
||||
$text['header-registrations']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['header-registrations']['nl-nl'] = "";
|
||||
$text['header-registrations']['pl-pl'] = "Rejestracje";
|
||||
$text['header-registrations']['pt-br'] = "Inscrições";
|
||||
$text['header-registrations']['pt-pt'] = "Inscrições";
|
||||
$text['header-registrations']['ro-ro'] = "";
|
||||
$text['header-registrations']['ru-ru'] = "Регистрация";
|
||||
$text['header-registrations']['sv-se'] = "Registreringar";
|
||||
$text['header-registrations']['uk-ua'] = "Реєстрації";
|
||||
@@ -276,8 +344,11 @@ $text['header-registrations']['uk-ua'] = "Реєстрації";
|
||||
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['ar-eg'] = "";
|
||||
$text['error-event-socket']['de-at'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['error-event-socket']['de-ch'] = "";
|
||||
$text['error-event-socket']['de-de'] = "Verbindung zum Event Socket fehlgeschlagen.";
|
||||
$text['error-event-socket']['es-cl'] = "Conexión a Socket de eventos fallida.";
|
||||
$text['error-event-socket']['es-mx'] = "";
|
||||
$text['error-event-socket']['fr-ca'] = "";
|
||||
$text['error-event-socket']['fr-fr'] = "Échec de la connexion a l'Event Socket.";
|
||||
$text['error-event-socket']['he-il'] = "";
|
||||
$text['error-event-socket']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['error-event-socket']['nl-nl'] = "";
|
||||
$text['error-event-socket']['pl-pl'] = "Połączenie do “Event Socket” nie powiodło się";
|
||||
$text['error-event-socket']['pt-br'] = "A conexão do evento socket falhou";
|
||||
$text['error-event-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
|
||||
$text['error-event-socket']['ro-ro'] = "";
|
||||
$text['error-event-socket']['ru-ru'] = "Подключение к сокету событий не удалось.";
|
||||
$text['error-event-socket']['sv-se'] = "Kontakten till 'Event Socket' misslyckades.";
|
||||
$text['error-event-socket']['uk-ua'] = "Помилка підключення до Event Socket";
|
||||
@@ -292,8 +364,11 @@ $text['error-event-socket']['uk-ua'] = "Помилка підключення д
|
||||
$text['button-unregister']['en-us'] = "Unregister";
|
||||
$text['button-unregister']['ar-eg'] = "";
|
||||
$text['button-unregister']['de-at'] = "Unregister";
|
||||
$text['button-unregister']['de-ch'] = "";
|
||||
$text['button-unregister']['de-de'] = "Unregister";
|
||||
$text['button-unregister']['es-cl'] = "";
|
||||
$text['button-unregister']['es-mx'] = "";
|
||||
$text['button-unregister']['fr-ca'] = "";
|
||||
$text['button-unregister']['fr-fr'] = "Désenregistrer";
|
||||
$text['button-unregister']['he-il'] = "";
|
||||
$text['button-unregister']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['button-unregister']['nl-nl'] = "";
|
||||
$text['button-unregister']['pl-pl'] = "Wyrejestruj";
|
||||
$text['button-unregister']['pt-br'] = "";
|
||||
$text['button-unregister']['pt-pt'] = "";
|
||||
$text['button-unregister']['ro-ro'] = "";
|
||||
$text['button-unregister']['ru-ru'] = "Отменить регистрацию";
|
||||
$text['button-unregister']['sv-se'] = "Avregistrera";
|
||||
$text['button-unregister']['uk-ua'] = "Розреєструвати";
|
||||
@@ -308,8 +384,11 @@ $text['button-unregister']['uk-ua'] = "Розреєструвати";
|
||||
$text['button-reboot']['en-us'] = "Reboot";
|
||||
$text['button-reboot']['ar-eg'] = "";
|
||||
$text['button-reboot']['de-at'] = "Neu starten";
|
||||
$text['button-reboot']['de-ch'] = "";
|
||||
$text['button-reboot']['de-de'] = "Neu starten";
|
||||
$text['button-reboot']['es-cl'] = "Reiniciar";
|
||||
$text['button-reboot']['es-mx'] = "";
|
||||
$text['button-reboot']['fr-ca'] = "";
|
||||
$text['button-reboot']['fr-fr'] = "Redémarrer";
|
||||
$text['button-reboot']['he-il'] = "";
|
||||
$text['button-reboot']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['button-reboot']['nl-nl'] = "";
|
||||
$text['button-reboot']['pl-pl'] = "Zrestartuj";
|
||||
$text['button-reboot']['pt-br'] = "Reiniciando";
|
||||
$text['button-reboot']['pt-pt'] = "Reinicialização";
|
||||
$text['button-reboot']['ro-ro'] = "";
|
||||
$text['button-reboot']['ru-ru'] = "Перезагрузить";
|
||||
$text['button-reboot']['sv-se'] = "Starta Om";
|
||||
$text['button-reboot']['uk-ua'] = "Перезавантажити";
|
||||
@@ -324,8 +404,11 @@ $text['button-reboot']['uk-ua'] = "Перезавантажити";
|
||||
$text['button-provision']['en-us'] = "Provision";
|
||||
$text['button-provision']['ar-eg'] = "";
|
||||
$text['button-provision']['de-at'] = "Bereitstellen";
|
||||
$text['button-provision']['de-ch'] = "";
|
||||
$text['button-provision']['de-de'] = "Bereitstellen";
|
||||
$text['button-provision']['es-cl'] = "";
|
||||
$text['button-provision']['es-mx'] = "";
|
||||
$text['button-provision']['fr-ca'] = "";
|
||||
$text['button-provision']['fr-fr'] = "Provisionner";
|
||||
$text['button-provision']['he-il'] = "";
|
||||
$text['button-provision']['it-it'] = "";
|
||||
@@ -333,8 +416,9 @@ $text['button-provision']['nl-nl'] = "";
|
||||
$text['button-provision']['pl-pl'] = "Konfigutuj";
|
||||
$text['button-provision']['pt-br'] = "";
|
||||
$text['button-provision']['pt-pt'] = "";
|
||||
$text['button-provision']['ro-ro'] = "";
|
||||
$text['button-provision']['ru-ru'] = "Обеспечение";
|
||||
$text['button-provision']['sv-se'] = "Provisionera";
|
||||
$text['button-provision']['uk-ua'] = "Provision ";
|
||||
|
||||
?>
|
||||
?>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-services']['en-us'] = "Services";
|
||||
$text['title-services']['ar-eg'] = "";
|
||||
$text['title-services']['de-at'] = "Dienste";
|
||||
$text['title-services']['de-ch'] = "";
|
||||
$text['title-services']['de-de'] = "Dienste";
|
||||
$text['title-services']['es-cl'] = "Servicios";
|
||||
$text['title-services']['es-mx'] = "";
|
||||
$text['title-services']['fr-ca'] = "";
|
||||
$text['title-services']['fr-fr'] = "Services";
|
||||
$text['title-services']['he-il'] = "";
|
||||
$text['title-services']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-services']['nl-nl'] = "";
|
||||
$text['title-services']['pl-pl'] = "Serwisy";
|
||||
$text['title-services']['pt-br'] = "Serviços";
|
||||
$text['title-services']['pt-pt'] = "Serviços";
|
||||
$text['title-services']['ro-ro'] = "Servicii";
|
||||
$text['title-services']['ru-ru'] = "Службы";
|
||||
$text['title-services']['sv-se'] = "Tjänster";
|
||||
$text['title-services']['uk-ua'] = "Служби";
|
||||
@@ -20,8 +24,11 @@ $text['title-services']['uk-ua'] = "Служби";
|
||||
$text['title']['en-us'] = "Service Add";
|
||||
$text['title']['ar-eg'] = "";
|
||||
$text['title']['de-at'] = "Dienst hinzufügen";
|
||||
$text['title']['de-ch'] = "";
|
||||
$text['title']['de-de'] = "Dienst hinzufügen";
|
||||
$text['title']['es-cl'] = "Agregar Servicio";
|
||||
$text['title']['es-mx'] = "";
|
||||
$text['title']['fr-ca'] = "";
|
||||
$text['title']['fr-fr'] = "Ajouter Service";
|
||||
$text['title']['he-il'] = "";
|
||||
$text['title']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title']['nl-nl'] = "";
|
||||
$text['title']['pl-pl'] = "Dodaj serwis";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pt-pt'] = "Adicionar Serviço";
|
||||
$text['title']['ro-ro'] = "Adăugare serviciu";
|
||||
$text['title']['ru-ru'] = "Служба добавлена";
|
||||
$text['title']['sv-se'] = "Lägg Till Tjänst";
|
||||
$text['title']['uk-ua'] = "Параметри облікового запису";
|
||||
@@ -36,8 +44,11 @@ $text['title']['uk-ua'] = "Параметри облікового запису"
|
||||
$text['message-stopping']['en-us'] = "Stopping Service";
|
||||
$text['message-stopping']['ar-eg'] = "";
|
||||
$text['message-stopping']['de-at'] = "Dienst beenden";
|
||||
$text['message-stopping']['de-ch'] = "";
|
||||
$text['message-stopping']['de-de'] = "Dienst beenden";
|
||||
$text['message-stopping']['es-cl'] = "Servicio de Detención";
|
||||
$text['message-stopping']['es-mx'] = "";
|
||||
$text['message-stopping']['fr-ca'] = "";
|
||||
$text['message-stopping']['fr-fr'] = "Service de L'arrêt";
|
||||
$text['message-stopping']['he-il'] = "";
|
||||
$text['message-stopping']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['message-stopping']['nl-nl'] = "";
|
||||
$text['message-stopping']['pl-pl'] = "Zatrzymaj serwis";
|
||||
$text['message-stopping']['pt-br'] = "Pausar serviço";
|
||||
$text['message-stopping']['pt-pt'] = "A Parar Serviço";
|
||||
$text['message-stopping']['ro-ro'] = "Oprire serviciu";
|
||||
$text['message-stopping']['ru-ru'] = "Остановка Сервиса";
|
||||
$text['message-stopping']['sv-se'] = "Stoppar Tjänst";
|
||||
$text['message-stopping']['uk-ua'] = "Зупинка служби";
|
||||
@@ -52,8 +64,11 @@ $text['message-stopping']['uk-ua'] = "Зупинка служби";
|
||||
$text['message-starting']['en-us'] = "Starting Service";
|
||||
$text['message-starting']['ar-eg'] = "";
|
||||
$text['message-starting']['de-at'] = "Starte Dienst";
|
||||
$text['message-starting']['de-ch'] = "";
|
||||
$text['message-starting']['de-de'] = "Starte Dienst";
|
||||
$text['message-starting']['es-cl'] = "Servicio de Inicio";
|
||||
$text['message-starting']['es-mx'] = "";
|
||||
$text['message-starting']['fr-ca'] = "";
|
||||
$text['message-starting']['fr-fr'] = "Démarrage du Service";
|
||||
$text['message-starting']['he-il'] = "";
|
||||
$text['message-starting']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['message-starting']['nl-nl'] = "";
|
||||
$text['message-starting']['pl-pl'] = "Załącz serwis";
|
||||
$text['message-starting']['pt-br'] = "Inciar serviço";
|
||||
$text['message-starting']['pt-pt'] = "A Iniciar Serviço";
|
||||
$text['message-starting']['ro-ro'] = "Pornire serviciu";
|
||||
$text['message-starting']['ru-ru'] = "Старт Сервиса";
|
||||
$text['message-starting']['sv-se'] = "Startar Tjänst";
|
||||
$text['message-starting']['uk-ua'] = "Запуск служби";
|
||||
@@ -68,8 +84,11 @@ $text['message-starting']['uk-ua'] = "Запуск служби";
|
||||
$text['label-stopped']['en-us'] = "Stopped";
|
||||
$text['label-stopped']['ar-eg'] = "";
|
||||
$text['label-stopped']['de-at'] = "Beendet";
|
||||
$text['label-stopped']['de-ch'] = "";
|
||||
$text['label-stopped']['de-de'] = "Beendet";
|
||||
$text['label-stopped']['es-cl'] = "Detenido";
|
||||
$text['label-stopped']['es-mx'] = "";
|
||||
$text['label-stopped']['fr-ca'] = "";
|
||||
$text['label-stopped']['fr-fr'] = "Arrêtée";
|
||||
$text['label-stopped']['he-il'] = "";
|
||||
$text['label-stopped']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-stopped']['nl-nl'] = "";
|
||||
$text['label-stopped']['pl-pl'] = "Zatrzymany";
|
||||
$text['label-stopped']['pt-br'] = "Pausado";
|
||||
$text['label-stopped']['pt-pt'] = "Parou";
|
||||
$text['label-stopped']['ro-ro'] = "Oprit";
|
||||
$text['label-stopped']['ru-ru'] = "Остановлено";
|
||||
$text['label-stopped']['sv-se'] = "Stoppad";
|
||||
$text['label-stopped']['uk-ua'] = "Зупинено";
|
||||
@@ -84,8 +104,11 @@ $text['label-stopped']['uk-ua'] = "Зупинено";
|
||||
$text['label-stop_command']['en-us'] = "Stop Command";
|
||||
$text['label-stop_command']['ar-eg'] = "";
|
||||
$text['label-stop_command']['de-at'] = "Stopp Befehl";
|
||||
$text['label-stop_command']['de-ch'] = "";
|
||||
$text['label-stop_command']['de-de'] = "Stopp Befehl";
|
||||
$text['label-stop_command']['es-cl'] = "Comando para Detener";
|
||||
$text['label-stop_command']['es-mx'] = "";
|
||||
$text['label-stop_command']['fr-ca'] = "";
|
||||
$text['label-stop_command']['fr-fr'] = "Comande d'arrêt";
|
||||
$text['label-stop_command']['he-il'] = "";
|
||||
$text['label-stop_command']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-stop_command']['nl-nl'] = "";
|
||||
$text['label-stop_command']['pl-pl'] = "Polecenie: STOP";
|
||||
$text['label-stop_command']['pt-br'] = "Comando para pausar";
|
||||
$text['label-stop_command']['pt-pt'] = "Comando para Parar";
|
||||
$text['label-stop_command']['ro-ro'] = "Comandă oprire";
|
||||
$text['label-stop_command']['ru-ru'] = "Команда остановить";
|
||||
$text['label-stop_command']['sv-se'] = "Stopp Komando";
|
||||
$text['label-stop_command']['uk-ua'] = "Команда для зупинки ";
|
||||
@@ -100,8 +124,11 @@ $text['label-stop_command']['uk-ua'] = "Команда для зупинки ";
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['ar-eg'] = "";
|
||||
$text['label-stop']['de-at'] = "Stopp";
|
||||
$text['label-stop']['de-ch'] = "";
|
||||
$text['label-stop']['de-de'] = "Stopp";
|
||||
$text['label-stop']['es-cl'] = "Deténgase";
|
||||
$text['label-stop']['es-mx'] = "";
|
||||
$text['label-stop']['fr-ca'] = "";
|
||||
$text['label-stop']['fr-fr'] = "Arrêtez";
|
||||
$text['label-stop']['he-il'] = "";
|
||||
$text['label-stop']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-stop']['nl-nl'] = "";
|
||||
$text['label-stop']['pl-pl'] = "zatrzymaj nagrywanie";
|
||||
$text['label-stop']['pt-br'] = "Parar";
|
||||
$text['label-stop']['pt-pt'] = "Pare";
|
||||
$text['label-stop']['ro-ro'] = "Oprește";
|
||||
$text['label-stop']['ru-ru'] = "Остановить";
|
||||
$text['label-stop']['sv-se'] = "Stoppa";
|
||||
$text['label-stop']['uk-ua'] = "Зупинити";
|
||||
@@ -116,8 +144,11 @@ $text['label-stop']['uk-ua'] = "Зупинити";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-ch'] = "";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['es-mx'] = "";
|
||||
$text['label-status']['fr-ca'] = "";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-status']['he-il'] = "";
|
||||
$text['label-status']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "Stare";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
$text['label-status']['sv-se'] = "Status";
|
||||
$text['label-status']['uk-ua'] = "Стан";
|
||||
@@ -132,8 +164,11 @@ $text['label-status']['uk-ua'] = "Стан";
|
||||
$text['label-start_command']['en-us'] = "Start Command";
|
||||
$text['label-start_command']['ar-eg'] = "";
|
||||
$text['label-start_command']['de-at'] = "Start Befehl";
|
||||
$text['label-start_command']['de-ch'] = "";
|
||||
$text['label-start_command']['de-de'] = "Start Befehl";
|
||||
$text['label-start_command']['es-cl'] = "Comando para Iniciar";
|
||||
$text['label-start_command']['es-mx'] = "";
|
||||
$text['label-start_command']['fr-ca'] = "";
|
||||
$text['label-start_command']['fr-fr'] = "Commande démarrage";
|
||||
$text['label-start_command']['he-il'] = "";
|
||||
$text['label-start_command']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-start_command']['nl-nl'] = "";
|
||||
$text['label-start_command']['pl-pl'] = "Polecenie: START";
|
||||
$text['label-start_command']['pt-br'] = "Comando para iniciar";
|
||||
$text['label-start_command']['pt-pt'] = "Comando para Iniciar";
|
||||
$text['label-start_command']['ro-ro'] = "Comandă pornire";
|
||||
$text['label-start_command']['ru-ru'] = "Команда стартовать";
|
||||
$text['label-start_command']['sv-se'] = "Start Komando";
|
||||
$text['label-start_command']['uk-ua'] = "Команда для запуску ";
|
||||
@@ -148,8 +184,11 @@ $text['label-start_command']['uk-ua'] = "Команда для запуску ";
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['ar-eg'] = "";
|
||||
$text['label-start']['de-at'] = "Start";
|
||||
$text['label-start']['de-ch'] = "";
|
||||
$text['label-start']['de-de'] = "Start";
|
||||
$text['label-start']['es-cl'] = "Comienzo";
|
||||
$text['label-start']['es-mx'] = "";
|
||||
$text['label-start']['fr-ca'] = "";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
$text['label-start']['he-il'] = "";
|
||||
$text['label-start']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-start']['nl-nl'] = "";
|
||||
$text['label-start']['pl-pl'] = "Start";
|
||||
$text['label-start']['pt-br'] = "Iniciar";
|
||||
$text['label-start']['pt-pt'] = "Começo";
|
||||
$text['label-start']['ro-ro'] = "Pornește";
|
||||
$text['label-start']['ru-ru'] = "Старт";
|
||||
$text['label-start']['sv-se'] = "Starta";
|
||||
$text['label-start']['uk-ua'] = "Запустити";
|
||||
@@ -164,8 +204,11 @@ $text['label-start']['uk-ua'] = "Запустити";
|
||||
$text['label-running']['en-us'] = "Running";
|
||||
$text['label-running']['ar-eg'] = "";
|
||||
$text['label-running']['de-at'] = "Läuft";
|
||||
$text['label-running']['de-ch'] = "";
|
||||
$text['label-running']['de-de'] = "Läuft";
|
||||
$text['label-running']['es-cl'] = "Runcionamiento";
|
||||
$text['label-running']['es-mx'] = "";
|
||||
$text['label-running']['fr-ca'] = "";
|
||||
$text['label-running']['fr-fr'] = "Fonctionnement";
|
||||
$text['label-running']['he-il'] = "";
|
||||
$text['label-running']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-running']['nl-nl'] = "";
|
||||
$text['label-running']['pl-pl'] = "Działa";
|
||||
$text['label-running']['pt-br'] = "Em execução";
|
||||
$text['label-running']['pt-pt'] = "Funcionamento";
|
||||
$text['label-running']['ro-ro'] = "În desfășurare";
|
||||
$text['label-running']['ru-ru'] = "Запущено";
|
||||
$text['label-running']['sv-se'] = "I Drift";
|
||||
$text['label-running']['uk-ua'] = "Запущено";
|
||||
@@ -180,8 +224,11 @@ $text['label-running']['uk-ua'] = "Запущено";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['ar-eg'] = "";
|
||||
$text['label-data']['de-at'] = "Daten";
|
||||
$text['label-data']['de-ch'] = "";
|
||||
$text['label-data']['de-de'] = "Daten";
|
||||
$text['label-data']['es-cl'] = "Datos";
|
||||
$text['label-data']['es-mx'] = "";
|
||||
$text['label-data']['fr-ca'] = "";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['label-data']['he-il'] = "";
|
||||
$text['label-data']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-data']['nl-nl'] = "";
|
||||
$text['label-data']['pl-pl'] = "Dane";
|
||||
$text['label-data']['pt-br'] = "Data";
|
||||
$text['label-data']['pt-pt'] = "Dados";
|
||||
$text['label-data']['ro-ro'] = "Data";
|
||||
$text['label-data']['ru-ru'] = "Данные";
|
||||
$text['label-data']['sv-se'] = "Data";
|
||||
$text['label-data']['uk-ua'] = "Дані";
|
||||
@@ -196,8 +244,11 @@ $text['label-data']['uk-ua'] = "Дані";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion";
|
||||
$text['label-action']['de-ch'] = "";
|
||||
$text['label-action']['de-de'] = "Aktion";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['es-mx'] = "";
|
||||
$text['label-action']['fr-ca'] = "";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['he-il'] = "";
|
||||
$text['label-action']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-action']['nl-nl'] = "";
|
||||
$text['label-action']['pl-pl'] = "Operacja";
|
||||
$text['label-action']['pt-br'] = "Ação";
|
||||
$text['label-action']['pt-pt'] = "Ação";
|
||||
$text['label-action']['ro-ro'] = "Acțiune";
|
||||
$text['label-action']['ru-ru'] = "Действие";
|
||||
$text['label-action']['sv-se'] = "Åtgärd";
|
||||
$text['label-action']['uk-ua'] = "Дія";
|
||||
@@ -212,8 +264,11 @@ $text['label-action']['uk-ua'] = "Дія";
|
||||
$text['header-services']['en-us'] = "Services";
|
||||
$text['header-services']['ar-eg'] = "";
|
||||
$text['header-services']['de-at'] = "Dienste";
|
||||
$text['header-services']['de-ch'] = "";
|
||||
$text['header-services']['de-de'] = "Dienste";
|
||||
$text['header-services']['es-cl'] = "Servicios";
|
||||
$text['header-services']['es-mx'] = "";
|
||||
$text['header-services']['fr-ca'] = "";
|
||||
$text['header-services']['fr-fr'] = "Services";
|
||||
$text['header-services']['he-il'] = "";
|
||||
$text['header-services']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['header-services']['nl-nl'] = "";
|
||||
$text['header-services']['pl-pl'] = "Serwisy";
|
||||
$text['header-services']['pt-br'] = "Serviços";
|
||||
$text['header-services']['pt-pt'] = "Serviços";
|
||||
$text['header-services']['ro-ro'] = "Servicii";
|
||||
$text['header-services']['ru-ru'] = "Сервисы";
|
||||
$text['header-services']['sv-se'] = "Tjänster";
|
||||
$text['header-services']['uk-ua'] = "Служби";
|
||||
@@ -228,8 +284,11 @@ $text['header-services']['uk-ua'] = "Служби";
|
||||
$text['description-type']['en-us'] = "Select the service type.";
|
||||
$text['description-type']['ar-eg'] = "";
|
||||
$text['description-type']['de-at'] = "Wählen Sie die Art des Dienstes.";
|
||||
$text['description-type']['de-ch'] = "";
|
||||
$text['description-type']['de-de'] = "Wählen Sie die Art des Dienstes.";
|
||||
$text['description-type']['es-cl'] = "Seleccione el tipo de servicio.";
|
||||
$text['description-type']['es-mx'] = "";
|
||||
$text['description-type']['fr-ca'] = "";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de service.";
|
||||
$text['description-type']['he-il'] = "";
|
||||
$text['description-type']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['description-type']['nl-nl'] = "";
|
||||
$text['description-type']['pl-pl'] = "Wprowadź rodzaj ustawienia (np. uuid, name, var, dir)";
|
||||
$text['description-type']['pt-br'] = "Introduza o tipo de definição (ex:uuid,name,var,dir,etc)";
|
||||
$text['description-type']['pt-pt'] = "Seleccione o tipo de serviço.";
|
||||
$text['description-type']['ro-ro'] = "Selectați tipul serviciului";
|
||||
$text['description-type']['ru-ru'] = "Выберите тип сервиса.";
|
||||
$text['description-type']['sv-se'] = "Ange Tjänst-typen.";
|
||||
$text['description-type']['uk-ua'] = "Вкажіть тип служби";
|
||||
@@ -244,8 +304,11 @@ $text['description-type']['uk-ua'] = "Вкажіть тип служби";
|
||||
$text['description-stop_command']['en-us'] = "Enter the command to stop the service.";
|
||||
$text['description-stop_command']['ar-eg'] = "";
|
||||
$text['description-stop_command']['de-at'] = "Geben Sie einen Befehl zum Beenden des Dienstes an.";
|
||||
$text['description-stop_command']['de-ch'] = "";
|
||||
$text['description-stop_command']['de-de'] = "Geben Sie einen Befehl zum Beenden des Dienstes an.";
|
||||
$text['description-stop_command']['es-cl'] = "Ingrese el comando para detener el servicio.";
|
||||
$text['description-stop_command']['es-mx'] = "";
|
||||
$text['description-stop_command']['fr-ca'] = "";
|
||||
$text['description-stop_command']['fr-fr'] = "Entrer la commande pour arrêter le service.";
|
||||
$text['description-stop_command']['he-il'] = "";
|
||||
$text['description-stop_command']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['description-stop_command']['nl-nl'] = "";
|
||||
$text['description-stop_command']['pl-pl'] = "Wprowadź polecenie, aby zatrzymać serwis.";
|
||||
$text['description-stop_command']['pt-br'] = "Insira o comando para pausar o serviço";
|
||||
$text['description-stop_command']['pt-pt'] = "Introduza o comando para parar o serviço.";
|
||||
$text['description-stop_command']['ro-ro'] = "Introduceți comanda de oprire a serviciului.";
|
||||
$text['description-stop_command']['ru-ru'] = "Введите команду для остановки службы.";
|
||||
$text['description-stop_command']['sv-se'] = "Ange kommandot för att stoppa tjänsten.";
|
||||
$text['description-stop_command']['uk-ua'] = "Введіть команду, щоб зупинити службу";
|
||||
@@ -260,8 +324,11 @@ $text['description-stop_command']['uk-ua'] = "Введіть команду, щ
|
||||
$text['description-start_command']['en-us'] = "Enter the command to start the service.";
|
||||
$text['description-start_command']['ar-eg'] = "";
|
||||
$text['description-start_command']['de-at'] = "Geben Sie einen Befehl zum Starten des Dienstes an.";
|
||||
$text['description-start_command']['de-ch'] = "";
|
||||
$text['description-start_command']['de-de'] = "Geben Sie einen Befehl zum Starten des Dienstes an.";
|
||||
$text['description-start_command']['es-cl'] = "Ingrese el comando para iniciar el servicio.";
|
||||
$text['description-start_command']['es-mx'] = "";
|
||||
$text['description-start_command']['fr-ca'] = "";
|
||||
$text['description-start_command']['fr-fr'] = "Entrer la commande pour démarrer le service.";
|
||||
$text['description-start_command']['he-il'] = "";
|
||||
$text['description-start_command']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['description-start_command']['nl-nl'] = "";
|
||||
$text['description-start_command']['pl-pl'] = "Wprowadź polecenie, aby uruchomić serwis.";
|
||||
$text['description-start_command']['pt-br'] = "Insira o comando para finalizar o serviço";
|
||||
$text['description-start_command']['pt-pt'] = "Introduza o comando para arrancar o serviço.";
|
||||
$text['description-start_command']['ro-ro'] = "Introduceți comanda de pornire a serviciului";
|
||||
$text['description-start_command']['ru-ru'] = "Введите команду для старта службы.";
|
||||
$text['description-start_command']['sv-se'] = "Ange kommandot för att starta tjänsten.";
|
||||
$text['description-start_command']['uk-ua'] = "Введіть команду, щоб запустити службу";
|
||||
@@ -276,8 +344,11 @@ $text['description-start_command']['uk-ua'] = "Введіть команду, щ
|
||||
$text['description-services']['en-us'] = "Shows a list of processes, the status of the process and provides control to start and stop the process.";
|
||||
$text['description-services']['ar-eg'] = "";
|
||||
$text['description-services']['de-at'] = "Zeigt eine Liste von Prozessen, deren Status und bietet die Möglichkeit, diese Prozesse zu starten und zu stoppen.";
|
||||
$text['description-services']['de-ch'] = "";
|
||||
$text['description-services']['de-de'] = "Zeigt eine Liste von Prozessen, deren Status und bietet die Möglichkeit, diese Prozesse zu starten und zu stoppen.";
|
||||
$text['description-services']['es-cl'] = "Muestra una lista de los procesos, el estado del proceso y proporciona un control para iniciar y detener el proceso.";
|
||||
$text['description-services']['es-mx'] = "";
|
||||
$text['description-services']['fr-ca'] = "";
|
||||
$text['description-services']['fr-fr'] = "Affiche une liste des processus, l'état du processus et fournit un contrôle pour démarrer et arrêter le processus.";
|
||||
$text['description-services']['he-il'] = "";
|
||||
$text['description-services']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-services']['nl-nl'] = "";
|
||||
$text['description-services']['pl-pl'] = "Widok listy procesów, status procesu oraz zapewnienie kontroli, aby uruchomić i zatrzymać proces.";
|
||||
$text['description-services']['pt-br'] = "Listar processos, o estado do processo e proporciona um controle para iniciar e parar o processo";
|
||||
$text['description-services']['pt-pt'] = "Mostra uma lista de processos, o estado do processo e proporciona um controlo para iniciar e parar o processo.";
|
||||
$text['description-services']['ro-ro'] = "";
|
||||
$text['description-services']['ru-ru'] = "Показывает список процессов, состояние процесса и обеспечивает контроль запуска и остановки процесса.";
|
||||
$text['description-services']['sv-se'] = "Visar en lista med tjänster, statusen på tjänsterna samt ger möjlighet att starta och stoppa tjänsterna.";
|
||||
$text['description-services']['uk-ua'] = "Показує список процесів, стан процесу і забезпечує контроль запуску і зупинки процесу.";
|
||||
@@ -292,8 +364,11 @@ $text['description-services']['uk-ua'] = "Показує список проце
|
||||
$text['description-name']['en-us'] = "Enter the service name.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen des Dienstes an";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen des Dienstes an";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre del servicio.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du service.";
|
||||
$text['description-name']['he-il'] = "";
|
||||
$text['description-name']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do serviço.";
|
||||
$text['description-name']['ro-ro'] = "Introduceți numele serviciului";
|
||||
$text['description-name']['ru-ru'] = "Введите имя сервиса.";
|
||||
$text['description-name']['sv-se'] = "Ange namn på tjänsten.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву служби";
|
||||
@@ -308,8 +384,11 @@ $text['description-name']['uk-ua'] = "Введіть назву служби";
|
||||
$text['description-data']['en-us'] = "Enter the service data.";
|
||||
$text['description-data']['ar-eg'] = "";
|
||||
$text['description-data']['de-at'] = "Geben Sie die Daten für den Dienst ein.";
|
||||
$text['description-data']['de-ch'] = "";
|
||||
$text['description-data']['de-de'] = "Geben Sie die Daten für den Dienst ein.";
|
||||
$text['description-data']['es-cl'] = "Ingrese los datos del servicio.";
|
||||
$text['description-data']['es-mx'] = "";
|
||||
$text['description-data']['fr-ca'] = "";
|
||||
$text['description-data']['fr-fr'] = "Entrer les données du service.";
|
||||
$text['description-data']['he-il'] = "";
|
||||
$text['description-data']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['description-data']['nl-nl'] = "";
|
||||
$text['description-data']['pl-pl'] = "Wprowadź dane serwisu.";
|
||||
$text['description-data']['pt-br'] = "Insira os dados do serviço";
|
||||
$text['description-data']['pt-pt'] = "Introduza os dados do serviço.";
|
||||
$text['description-data']['ro-ro'] = "";
|
||||
$text['description-data']['ru-ru'] = "Введите данные службы.";
|
||||
$text['description-data']['sv-se'] = "Ange data för tjänsten.";
|
||||
$text['description-data']['uk-ua'] = "Введіть дані про службу";
|
||||
@@ -324,8 +404,11 @@ $text['description-data']['uk-ua'] = "Введіть дані про служб
|
||||
$text['description']['en-us'] = "Shows a list of processes and provides ability to start and stop them.";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Zeigt eine Liste der Prozesse und bietet die Möglichkeit diese zu Starten und zu Stoppen.";
|
||||
$text['description']['de-ch'] = "";
|
||||
$text['description']['de-de'] = "Zeigt eine Liste der Prozesse und bietet die Möglichkeit diese zu Starten und zu Stoppen.";
|
||||
$text['description']['es-cl'] = "Muestra una lista de procesos y permite iniciarlos y detenerlos.";
|
||||
$text['description']['es-mx'] = "";
|
||||
$text['description']['fr-ca'] = "";
|
||||
$text['description']['fr-fr'] = "Affiche la liste des processus et permet de les démarrer et les arrêter.";
|
||||
$text['description']['he-il'] = "";
|
||||
$text['description']['it-it'] = "";
|
||||
@@ -333,8 +416,9 @@ $text['description']['nl-nl'] = "";
|
||||
$text['description']['pl-pl'] = "Lista procesów z możliwością ich rozpoczęcia i zatrzymania.";
|
||||
$text['description']['pt-br'] = "Editar informações da conta.";
|
||||
$text['description']['pt-pt'] = "Mostra uma lista dos processos e oferece a possibilidade de os arrancar e parar.";
|
||||
$text['description']['ro-ro'] = "";
|
||||
$text['description']['ru-ru'] = "Показывает список процессов и предоставляет возможность запускать и останавливать их.";
|
||||
$text['description']['sv-se'] = "Visar en lista med tjänster samt ger möjlighet att starta och stoppa de.";
|
||||
$text['description']['uk-ua'] = "Показує список процесів і забезпечує можливість запуску і зупинки їх.";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-settings-update']['en-us'] = "Setting Update";
|
||||
$text['title-settings-update']['ar-eg'] = "";
|
||||
$text['title-settings-update']['de-at'] = "Einstellungen aktualisieren";
|
||||
$text['title-settings-update']['de-ch'] = "";
|
||||
$text['title-settings-update']['de-de'] = "Einstellungen aktualisieren";
|
||||
$text['title-settings-update']['es-cl'] = "Actualizar Configuración";
|
||||
$text['title-settings-update']['es-mx'] = "";
|
||||
$text['title-settings-update']['fr-ca'] = "";
|
||||
$text['title-settings-update']['fr-fr'] = "Mise à jour de la configuration";
|
||||
$text['title-settings-update']['he-il'] = "";
|
||||
$text['title-settings-update']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-settings-update']['nl-nl'] = "";
|
||||
$text['title-settings-update']['pl-pl'] = "Aktualizacja ustawienia";
|
||||
$text['title-settings-update']['pt-br'] = "Atualizar configurações";
|
||||
$text['title-settings-update']['pt-pt'] = "Actualizar a Configuração";
|
||||
$text['title-settings-update']['ro-ro'] = "";
|
||||
$text['title-settings-update']['ru-ru'] = "Обновление Параметров";
|
||||
$text['title-settings-update']['sv-se'] = "Ändra Inställningar";
|
||||
$text['title-settings-update']['uk-ua'] = "Оновлення налаштувань";
|
||||
@@ -20,8 +24,11 @@ $text['title-settings-update']['uk-ua'] = "Оновлення налаштува
|
||||
$text['title-settings-add']['en-us'] = "Setting Add";
|
||||
$text['title-settings-add']['ar-eg'] = "";
|
||||
$text['title-settings-add']['de-at'] = "Einstellung hinzufügen";
|
||||
$text['title-settings-add']['de-ch'] = "";
|
||||
$text['title-settings-add']['de-de'] = "Einstellung hinzufügen";
|
||||
$text['title-settings-add']['es-cl'] = "Añadir Configuración";
|
||||
$text['title-settings-add']['es-mx'] = "";
|
||||
$text['title-settings-add']['fr-ca'] = "";
|
||||
$text['title-settings-add']['fr-fr'] = "Ajouter Cadre";
|
||||
$text['title-settings-add']['he-il'] = "";
|
||||
$text['title-settings-add']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-settings-add']['nl-nl'] = "";
|
||||
$text['title-settings-add']['pl-pl'] = "Dodaj ustawienie";
|
||||
$text['title-settings-add']['pt-br'] = "Adionar configuração";
|
||||
$text['title-settings-add']['pt-pt'] = "Adicionar Configuração";
|
||||
$text['title-settings-add']['ro-ro'] = "";
|
||||
$text['title-settings-add']['ru-ru'] = "Параметры добавлены";
|
||||
$text['title-settings-add']['sv-se'] = "Lägg Till Inställning";
|
||||
$text['title-settings-add']['uk-ua'] = "Додавання налаштувань";
|
||||
@@ -36,8 +44,11 @@ $text['title-settings-add']['uk-ua'] = "Додавання налаштуван
|
||||
$text['label-xml-rpc-user']['en-us'] = "XML RPC Auth User";
|
||||
$text['label-xml-rpc-user']['ar-eg'] = "";
|
||||
$text['label-xml-rpc-user']['de-at'] = "XML RPC Auth Benutzer";
|
||||
$text['label-xml-rpc-user']['de-ch'] = "";
|
||||
$text['label-xml-rpc-user']['de-de'] = "XML RPC Auth Benutzer";
|
||||
$text['label-xml-rpc-user']['es-cl'] = "Usuario XML RPC";
|
||||
$text['label-xml-rpc-user']['es-mx'] = "";
|
||||
$text['label-xml-rpc-user']['fr-ca'] = "";
|
||||
$text['label-xml-rpc-user']['fr-fr'] = "Auth usager XML RPC";
|
||||
$text['label-xml-rpc-user']['he-il'] = "";
|
||||
$text['label-xml-rpc-user']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['label-xml-rpc-user']['nl-nl'] = "";
|
||||
$text['label-xml-rpc-user']['pl-pl'] = "Użytkownik XML RPC";
|
||||
$text['label-xml-rpc-user']['pt-br'] = "Utilizar autenticação de XML RPC";
|
||||
$text['label-xml-rpc-user']['pt-pt'] = "Utilizador de autenticação de XML RPC";
|
||||
$text['label-xml-rpc-user']['ro-ro'] = "";
|
||||
$text['label-xml-rpc-user']['ru-ru'] = "Использовать XML RPC для подлинности Пользователя";
|
||||
$text['label-xml-rpc-user']['sv-se'] = "XML RPC Auth User";
|
||||
$text['label-xml-rpc-user']['uk-ua'] = "XML RPC Auth User ";
|
||||
@@ -52,8 +64,11 @@ $text['label-xml-rpc-user']['uk-ua'] = "XML RPC Auth User ";
|
||||
$text['label-xml-rpc-realm']['en-us'] = "XML RPC Auth Realm";
|
||||
$text['label-xml-rpc-realm']['ar-eg'] = "";
|
||||
$text['label-xml-rpc-realm']['de-at'] = "XML RPC Auth Realm";
|
||||
$text['label-xml-rpc-realm']['de-ch'] = "";
|
||||
$text['label-xml-rpc-realm']['de-de'] = "XML RPC Auth Realm";
|
||||
$text['label-xml-rpc-realm']['es-cl'] = "Reino de Autenticación XML RPC";
|
||||
$text['label-xml-rpc-realm']['es-mx'] = "";
|
||||
$text['label-xml-rpc-realm']['fr-ca'] = "";
|
||||
$text['label-xml-rpc-realm']['fr-fr'] = "XML RPC Auth Realm";
|
||||
$text['label-xml-rpc-realm']['he-il'] = "";
|
||||
$text['label-xml-rpc-realm']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-xml-rpc-realm']['nl-nl'] = "";
|
||||
$text['label-xml-rpc-realm']['pl-pl'] = "Realm (domena) XML RPC";
|
||||
$text['label-xml-rpc-realm']['pt-br'] = "Reutilizar autenticação de XML RPC";
|
||||
$text['label-xml-rpc-realm']['pt-pt'] = "Realm de autenticação do XML RPC";
|
||||
$text['label-xml-rpc-realm']['ro-ro'] = "";
|
||||
$text['label-xml-rpc-realm']['ru-ru'] = "Область проверки подлинности XML RPC";
|
||||
$text['label-xml-rpc-realm']['sv-se'] = "XML RPC Auth Realm";
|
||||
$text['label-xml-rpc-realm']['uk-ua'] = "XML RPC Auth Realm ";
|
||||
@@ -68,8 +84,11 @@ $text['label-xml-rpc-realm']['uk-ua'] = "XML RPC Auth Realm ";
|
||||
$text['label-xml-rpc-pw']['en-us'] = "XML RPC Auth Password";
|
||||
$text['label-xml-rpc-pw']['ar-eg'] = "";
|
||||
$text['label-xml-rpc-pw']['de-at'] = "XML RPC Auth Passwort";
|
||||
$text['label-xml-rpc-pw']['de-ch'] = "";
|
||||
$text['label-xml-rpc-pw']['de-de'] = "XML RPC Auth Passwort";
|
||||
$text['label-xml-rpc-pw']['es-cl'] = "Ingrese la contraseña XML RPC";
|
||||
$text['label-xml-rpc-pw']['es-mx'] = "";
|
||||
$text['label-xml-rpc-pw']['fr-ca'] = "";
|
||||
$text['label-xml-rpc-pw']['fr-fr'] = "Mot de passe XML RPC";
|
||||
$text['label-xml-rpc-pw']['he-il'] = "";
|
||||
$text['label-xml-rpc-pw']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-xml-rpc-pw']['nl-nl'] = "";
|
||||
$text['label-xml-rpc-pw']['pl-pl'] = "Hasło XML RPC";
|
||||
$text['label-xml-rpc-pw']['pt-br'] = "Palavra chave de autenticação do XML RPC";
|
||||
$text['label-xml-rpc-pw']['pt-pt'] = "Palavra-passe de autenticação do XML RPC";
|
||||
$text['label-xml-rpc-pw']['ro-ro'] = "";
|
||||
$text['label-xml-rpc-pw']['ru-ru'] = "XML RPC Пароль проверки подлинности";
|
||||
$text['label-xml-rpc-pw']['sv-se'] = "XML RPC Auth Password";
|
||||
$text['label-xml-rpc-pw']['uk-ua'] = "XML RPC Auth Password ";
|
||||
@@ -84,8 +104,11 @@ $text['label-xml-rpc-pw']['uk-ua'] = "XML RPC Auth Password ";
|
||||
$text['label-xml-rpc-port']['en-us'] = "XML RPC HTTP Port";
|
||||
$text['label-xml-rpc-port']['ar-eg'] = "";
|
||||
$text['label-xml-rpc-port']['de-at'] = "XML RPC HTTP Port ";
|
||||
$text['label-xml-rpc-port']['de-ch'] = "";
|
||||
$text['label-xml-rpc-port']['de-de'] = "XML RPC HTTP Port ";
|
||||
$text['label-xml-rpc-port']['es-cl'] = "Puerto XML RPC HTTP";
|
||||
$text['label-xml-rpc-port']['es-mx'] = "";
|
||||
$text['label-xml-rpc-port']['fr-ca'] = "";
|
||||
$text['label-xml-rpc-port']['fr-fr'] = "XML RPC HTTP Port";
|
||||
$text['label-xml-rpc-port']['he-il'] = "";
|
||||
$text['label-xml-rpc-port']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-xml-rpc-port']['nl-nl'] = "";
|
||||
$text['label-xml-rpc-port']['pl-pl'] = "Port HTTP XML RPC";
|
||||
$text['label-xml-rpc-port']['pt-br'] = "Porta HTTP do XML RPC";
|
||||
$text['label-xml-rpc-port']['pt-pt'] = "Porto HTTP do XML RPC";
|
||||
$text['label-xml-rpc-port']['ro-ro'] = "";
|
||||
$text['label-xml-rpc-port']['ru-ru'] = "XML RPC HTTP Порт";
|
||||
$text['label-xml-rpc-port']['sv-se'] = "XML RPC HTTP Port";
|
||||
$text['label-xml-rpc-port']['uk-ua'] = "XML RPC HTTP Port ";
|
||||
@@ -100,8 +124,11 @@ $text['label-xml-rpc-port']['uk-ua'] = "XML RPC HTTP Port ";
|
||||
$text['label-shout-volume']['en-us'] = "Mod Shout Volume";
|
||||
$text['label-shout-volume']['ar-eg'] = "";
|
||||
$text['label-shout-volume']['de-at'] = "Mod Shout Lautstärke";
|
||||
$text['label-shout-volume']['de-ch'] = "";
|
||||
$text['label-shout-volume']['de-de'] = "Mod Shout Lautstärke";
|
||||
$text['label-shout-volume']['es-cl'] = "Volumen Mod Shout";
|
||||
$text['label-shout-volume']['es-mx'] = "";
|
||||
$text['label-shout-volume']['fr-ca'] = "";
|
||||
$text['label-shout-volume']['fr-fr'] = "Mod Shout Volume";
|
||||
$text['label-shout-volume']['he-il'] = "";
|
||||
$text['label-shout-volume']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-shout-volume']['nl-nl'] = "";
|
||||
$text['label-shout-volume']['pl-pl'] = "Głośność modułu mod_shout";
|
||||
$text['label-shout-volume']['pt-br'] = "Volume do Mod Shout";
|
||||
$text['label-shout-volume']['pt-pt'] = "Volume do Mod Shout";
|
||||
$text['label-shout-volume']['ro-ro'] = "";
|
||||
$text['label-shout-volume']['ru-ru'] = "Mod Shout Volume";
|
||||
$text['label-shout-volume']['sv-se'] = "Mod Shout Volume";
|
||||
$text['label-shout-volume']['uk-ua'] = "Mod Shout Volume ";
|
||||
@@ -116,8 +144,11 @@ $text['label-shout-volume']['uk-ua'] = "Mod Shout Volume ";
|
||||
$text['label-shout-decoder']['en-us'] = "Mod Shout Decoder";
|
||||
$text['label-shout-decoder']['ar-eg'] = "";
|
||||
$text['label-shout-decoder']['de-at'] = "Mod Shout Decoder";
|
||||
$text['label-shout-decoder']['de-ch'] = "";
|
||||
$text['label-shout-decoder']['de-de'] = "Mod Shout Decoder";
|
||||
$text['label-shout-decoder']['es-cl'] = "Descodificador Mod Shout (MP3)";
|
||||
$text['label-shout-decoder']['es-mx'] = "";
|
||||
$text['label-shout-decoder']['fr-ca'] = "";
|
||||
$text['label-shout-decoder']['fr-fr'] = "Décodeur Mod Shout (MP3)";
|
||||
$text['label-shout-decoder']['he-il'] = "";
|
||||
$text['label-shout-decoder']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-shout-decoder']['nl-nl'] = "";
|
||||
$text['label-shout-decoder']['pl-pl'] = "Dekoder modułu mod_shout";
|
||||
$text['label-shout-decoder']['pt-br'] = "Decodificador do Mod Shout (MP3) ";
|
||||
$text['label-shout-decoder']['pt-pt'] = "Descodificador do Mod Shout (MP3)";
|
||||
$text['label-shout-decoder']['ro-ro'] = "";
|
||||
$text['label-shout-decoder']['ru-ru'] = "Mod Shout Decoder";
|
||||
$text['label-shout-decoder']['sv-se'] = "Mod Shout Decoder";
|
||||
$text['label-shout-decoder']['uk-ua'] = "Mod Shout Decoder ";
|
||||
@@ -132,8 +164,11 @@ $text['label-shout-decoder']['uk-ua'] = "Mod Shout Decoder ";
|
||||
$text['label-event-socket-pw']['en-us'] = "Event Socket Password";
|
||||
$text['label-event-socket-pw']['ar-eg'] = "";
|
||||
$text['label-event-socket-pw']['de-at'] = "Event Socket Passwort";
|
||||
$text['label-event-socket-pw']['de-ch'] = "";
|
||||
$text['label-event-socket-pw']['de-de'] = "Event Socket Passwort";
|
||||
$text['label-event-socket-pw']['es-cl'] = "Contraseña del Docket de Eventos";
|
||||
$text['label-event-socket-pw']['es-mx'] = "";
|
||||
$text['label-event-socket-pw']['fr-ca'] = "";
|
||||
$text['label-event-socket-pw']['fr-fr'] = "Mot de Passe Event Socket";
|
||||
$text['label-event-socket-pw']['he-il'] = "";
|
||||
$text['label-event-socket-pw']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-event-socket-pw']['nl-nl'] = "";
|
||||
$text['label-event-socket-pw']['pl-pl'] = "Hasło 'Event Socket'";
|
||||
$text['label-event-socket-pw']['pt-br'] = "Palavra-chave do Evento Socket ";
|
||||
$text['label-event-socket-pw']['pt-pt'] = "Palavra-chave do Event Socket";
|
||||
$text['label-event-socket-pw']['ro-ro'] = "";
|
||||
$text['label-event-socket-pw']['ru-ru'] = "Пароль сокета событий";
|
||||
$text['label-event-socket-pw']['sv-se'] = "Event Socket Password";
|
||||
$text['label-event-socket-pw']['uk-ua'] = "Event Socket Password ";
|
||||
@@ -148,8 +184,11 @@ $text['label-event-socket-pw']['uk-ua'] = "Event Socket Password ";
|
||||
$text['label-event-socket-port']['en-us'] = "Event Socket Port";
|
||||
$text['label-event-socket-port']['ar-eg'] = "";
|
||||
$text['label-event-socket-port']['de-at'] = "Event Socket Port";
|
||||
$text['label-event-socket-port']['de-ch'] = "";
|
||||
$text['label-event-socket-port']['de-de'] = "Event Socket Port";
|
||||
$text['label-event-socket-port']['es-cl'] = "Puerto del Socket de Eventos";
|
||||
$text['label-event-socket-port']['es-mx'] = "";
|
||||
$text['label-event-socket-port']['fr-ca'] = "";
|
||||
$text['label-event-socket-port']['fr-fr'] = "Event Socket Port";
|
||||
$text['label-event-socket-port']['he-il'] = "";
|
||||
$text['label-event-socket-port']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-event-socket-port']['nl-nl'] = "";
|
||||
$text['label-event-socket-port']['pl-pl'] = "Port 'Event Socket'";
|
||||
$text['label-event-socket-port']['pt-br'] = "Porta do Evento Socket ";
|
||||
$text['label-event-socket-port']['pt-pt'] = "Porto do Event Socket";
|
||||
$text['label-event-socket-port']['ro-ro'] = "";
|
||||
$text['label-event-socket-port']['ru-ru'] = "Порт сокета событий";
|
||||
$text['label-event-socket-port']['sv-se'] = "Event Socket Port ";
|
||||
$text['label-event-socket-port']['uk-ua'] = "Event Socket Port ";
|
||||
@@ -164,8 +204,11 @@ $text['label-event-socket-port']['uk-ua'] = "Event Socket Port ";
|
||||
$text['label-event-socket-ip']['en-us'] = "Event Socket IP Address";
|
||||
$text['label-event-socket-ip']['ar-eg'] = "";
|
||||
$text['label-event-socket-ip']['de-at'] = "Event Socket IP Adresse";
|
||||
$text['label-event-socket-ip']['de-ch'] = "";
|
||||
$text['label-event-socket-ip']['de-de'] = "Event Socket IP Adresse";
|
||||
$text['label-event-socket-ip']['es-cl'] = "Dirección IP del Socket de Eventos";
|
||||
$text['label-event-socket-ip']['es-mx'] = "";
|
||||
$text['label-event-socket-ip']['fr-ca'] = "";
|
||||
$text['label-event-socket-ip']['fr-fr'] = "Adresse IP pour Event Socket";
|
||||
$text['label-event-socket-ip']['he-il'] = "";
|
||||
$text['label-event-socket-ip']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-event-socket-ip']['nl-nl'] = "";
|
||||
$text['label-event-socket-ip']['pl-pl'] = "Adres IP 'Event Socket'";
|
||||
$text['label-event-socket-ip']['pt-br'] = "Endreço IP do Evento Socket ";
|
||||
$text['label-event-socket-ip']['pt-pt'] = "Endreço IP do Event Socket";
|
||||
$text['label-event-socket-ip']['ro-ro'] = "";
|
||||
$text['label-event-socket-ip']['ru-ru'] = "IP Address сокета событий";
|
||||
$text['label-event-socket-ip']['sv-se'] = "Event Socket IP Address";
|
||||
$text['label-event-socket-ip']['uk-ua'] = "Event Socket IP Address";
|
||||
@@ -180,8 +224,11 @@ $text['label-event-socket-ip']['uk-ua'] = "Event Socket IP Address";
|
||||
$text['description-xml-rpc-user']['en-us'] = "Enter the XML RPC Auth User. default: xmlrpc";
|
||||
$text['description-xml-rpc-user']['ar-eg'] = "";
|
||||
$text['description-xml-rpc-user']['de-at'] = "Geben Sie den XML RPC Auth Benutzer an. Standard: xmlrpc";
|
||||
$text['description-xml-rpc-user']['de-ch'] = "";
|
||||
$text['description-xml-rpc-user']['de-de'] = "Geben Sie den XML RPC Auth Benutzer an. Standard: xmlrpc";
|
||||
$text['description-xml-rpc-user']['es-cl'] = "Ingrese usuario XML RPC. Predeterminado: xmlrpc";
|
||||
$text['description-xml-rpc-user']['es-mx'] = "";
|
||||
$text['description-xml-rpc-user']['fr-ca'] = "";
|
||||
$text['description-xml-rpc-user']['fr-fr'] = "Usager XML RPC. défaut: xmlrpc";
|
||||
$text['description-xml-rpc-user']['he-il'] = "";
|
||||
$text['description-xml-rpc-user']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['description-xml-rpc-user']['nl-nl'] = "";
|
||||
$text['description-xml-rpc-user']['pl-pl'] = "Wprowadź użytkownika XML RPC (domyślny xmlrpc)";
|
||||
$text['description-xml-rpc-user']['pt-br'] = "Introduza o utilizador de autenticação do XML RPC.xmlrpc ";
|
||||
$text['description-xml-rpc-user']['pt-pt'] = "Introduza o utilizador de autenticação do XML RPC. omissão: xmlrpc";
|
||||
$text['description-xml-rpc-user']['ro-ro'] = "";
|
||||
$text['description-xml-rpc-user']['ru-ru'] = "Введите XML RPC для авторизации пользователя. По умолчанию: xmlrpc";
|
||||
$text['description-xml-rpc-user']['sv-se'] = "Fyll i XML RPC Auth User. default: xmlrpc";
|
||||
$text['description-xml-rpc-user']['uk-ua'] = "Enter the XML RPC Auth User. default: xmlrpc ";
|
||||
@@ -196,8 +244,11 @@ $text['description-xml-rpc-user']['uk-ua'] = "Enter the XML RPC Auth User. defau
|
||||
$text['description-xml-rpc-realm']['en-us'] = "Enter the XML RPC Auth Realm. default: freeswitch";
|
||||
$text['description-xml-rpc-realm']['ar-eg'] = "";
|
||||
$text['description-xml-rpc-realm']['de-at'] = "Geben Sie den XML RPC Auth Realm an. Standard: freeswitch";
|
||||
$text['description-xml-rpc-realm']['de-ch'] = "";
|
||||
$text['description-xml-rpc-realm']['de-de'] = "Geben Sie den XML RPC Auth Realm an. Standard: freeswitch";
|
||||
$text['description-xml-rpc-realm']['es-cl'] = "Ingrese el reino de autenticación XML RPC. Predeterminado: freeswitch";
|
||||
$text['description-xml-rpc-realm']['es-mx'] = "";
|
||||
$text['description-xml-rpc-realm']['fr-ca'] = "";
|
||||
$text['description-xml-rpc-realm']['fr-fr'] = "Royaume d'authentification XML RPC. défaut: freeswitch";
|
||||
$text['description-xml-rpc-realm']['he-il'] = "";
|
||||
$text['description-xml-rpc-realm']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['description-xml-rpc-realm']['nl-nl'] = "";
|
||||
$text['description-xml-rpc-realm']['pl-pl'] = "Wprowadź realm (domenę) XML RPC (domyślna freeswitch).";
|
||||
$text['description-xml-rpc-realm']['pt-br'] = "Introduza o dominio de autenticação do XML RPC. freeswitch ";
|
||||
$text['description-xml-rpc-realm']['pt-pt'] = "Introduza o Realm de autenticação do XML RPC. omissão: freeswitch";
|
||||
$text['description-xml-rpc-realm']['ro-ro'] = "";
|
||||
$text['description-xml-rpc-realm']['ru-ru'] = "Введите XML RPC области аутентификации. По умолчанию: freeswitch";
|
||||
$text['description-xml-rpc-realm']['sv-se'] = "Fyll i XML RPC Auth Realm. default: freeswitch ";
|
||||
$text['description-xml-rpc-realm']['uk-ua'] = "Enter the XML RPC Auth Realm. default: freeswitch ";
|
||||
@@ -212,8 +264,11 @@ $text['description-xml-rpc-realm']['uk-ua'] = "Enter the XML RPC Auth Realm. def
|
||||
$text['description-xml-rpc-pw']['en-us'] = "Enter the XML RPC Auth Password.";
|
||||
$text['description-xml-rpc-pw']['ar-eg'] = "";
|
||||
$text['description-xml-rpc-pw']['de-at'] = "Geben Sie das XML RPC Auth Passwort an.";
|
||||
$text['description-xml-rpc-pw']['de-ch'] = "";
|
||||
$text['description-xml-rpc-pw']['de-de'] = "Geben Sie das XML RPC Auth Passwort an.";
|
||||
$text['description-xml-rpc-pw']['es-cl'] = "Ingrese la contraseña XML RPC.";
|
||||
$text['description-xml-rpc-pw']['es-mx'] = "";
|
||||
$text['description-xml-rpc-pw']['fr-ca'] = "";
|
||||
$text['description-xml-rpc-pw']['fr-fr'] = "Mot de passe pour XML RPC.";
|
||||
$text['description-xml-rpc-pw']['he-il'] = "";
|
||||
$text['description-xml-rpc-pw']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['description-xml-rpc-pw']['nl-nl'] = "";
|
||||
$text['description-xml-rpc-pw']['pl-pl'] = "Wprowadź hasło XML RPC";
|
||||
$text['description-xml-rpc-pw']['pt-br'] = "Introduza a palavra-chave de autenticação do XML RPC. ";
|
||||
$text['description-xml-rpc-pw']['pt-pt'] = "Introduza a palavra-passe de autenticação do XML RPC.";
|
||||
$text['description-xml-rpc-pw']['ro-ro'] = "";
|
||||
$text['description-xml-rpc-pw']['ru-ru'] = "Введите XML RPC Пароль для авторизации.";
|
||||
$text['description-xml-rpc-pw']['sv-se'] = "Fyll i XML RPC Auth Password.";
|
||||
$text['description-xml-rpc-pw']['uk-ua'] = "Enter the XML RPC Auth Password. ";
|
||||
@@ -228,8 +284,11 @@ $text['description-xml-rpc-pw']['uk-ua'] = "Enter the XML RPC Auth Password. ";
|
||||
$text['description-xml-rpc-port']['en-us'] = "Enter the XML RPC HTTP Port. default: 8080";
|
||||
$text['description-xml-rpc-port']['ar-eg'] = "";
|
||||
$text['description-xml-rpc-port']['de-at'] = "Geben Sie den XML RPC HTTP Port an. Standard: 8080";
|
||||
$text['description-xml-rpc-port']['de-ch'] = "";
|
||||
$text['description-xml-rpc-port']['de-de'] = "Geben Sie den XML RPC HTTP Port an. Standard: 8080";
|
||||
$text['description-xml-rpc-port']['es-cl'] = "Ingrese el puerto XML RPC HTTP. Predeterminado: 8080";
|
||||
$text['description-xml-rpc-port']['es-mx'] = "";
|
||||
$text['description-xml-rpc-port']['fr-ca'] = "";
|
||||
$text['description-xml-rpc-port']['fr-fr'] = "Port pour joindre le service XML RPC HTTP. défaut: 8080";
|
||||
$text['description-xml-rpc-port']['he-il'] = "";
|
||||
$text['description-xml-rpc-port']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['description-xml-rpc-port']['nl-nl'] = "";
|
||||
$text['description-xml-rpc-port']['pl-pl'] = "Wprowadź port HTTP XML RPC";
|
||||
$text['description-xml-rpc-port']['pt-br'] = "Introduza a oirta HTTP para o XML RPC. 8080 ";
|
||||
$text['description-xml-rpc-port']['pt-pt'] = "Introduza o porto HTTP para o XML RPC. omissão: 8080";
|
||||
$text['description-xml-rpc-port']['ro-ro'] = "";
|
||||
$text['description-xml-rpc-port']['ru-ru'] = "Введите XML RPC HTTP Порт. По умолчанию: 8080";
|
||||
$text['description-xml-rpc-port']['sv-se'] = "Fyll i XML RPC HTTP Port. default: 8080";
|
||||
$text['description-xml-rpc-port']['uk-ua'] = "Enter the XML RPC HTTP Port. default: 8080 ";
|
||||
@@ -244,8 +304,11 @@ $text['description-xml-rpc-port']['uk-ua'] = "Enter the XML RPC HTTP Port. defau
|
||||
$text['description-shout-volume']['en-us'] = "Enter Mod Shout Volume.";
|
||||
$text['description-shout-volume']['ar-eg'] = "";
|
||||
$text['description-shout-volume']['de-at'] = "Geben Sie Mod Shout Lautstärke an.";
|
||||
$text['description-shout-volume']['de-ch'] = "";
|
||||
$text['description-shout-volume']['de-de'] = "Geben Sie Mod Shout Lautstärke an.";
|
||||
$text['description-shout-volume']['es-cl'] = "Ingrese el volumen del Mod Shout.";
|
||||
$text['description-shout-volume']['es-mx'] = "";
|
||||
$text['description-shout-volume']['fr-ca'] = "";
|
||||
$text['description-shout-volume']['fr-fr'] = "Choisir l'amplification du volume pour Mod Shout.";
|
||||
$text['description-shout-volume']['he-il'] = "";
|
||||
$text['description-shout-volume']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['description-shout-volume']['nl-nl'] = "";
|
||||
$text['description-shout-volume']['pl-pl'] = "Wprowadź głośność modułu Mod Shout";
|
||||
$text['description-shout-volume']['pt-br'] = "Introduza o volume do Mod Shout. ";
|
||||
$text['description-shout-volume']['pt-pt'] = "Introduza o volume do Mod Shout.";
|
||||
$text['description-shout-volume']['ro-ro'] = "";
|
||||
$text['description-shout-volume']['ru-ru'] = "Введите Mod Shout Volume.";
|
||||
$text['description-shout-volume']['sv-se'] = "Fyll i Mod Shout Volume.";
|
||||
$text['description-shout-volume']['uk-ua'] = "Enter Mod Shout Volume. ";
|
||||
@@ -260,8 +324,11 @@ $text['description-shout-volume']['uk-ua'] = "Enter Mod Shout Volume. ";
|
||||
$text['description-shout-decoder']['en-us'] = "Ender the Decoder. default: i386";
|
||||
$text['description-shout-decoder']['ar-eg'] = "";
|
||||
$text['description-shout-decoder']['de-at'] = "Wählen Sie den Decoder. Standard: i386";
|
||||
$text['description-shout-decoder']['de-ch'] = "";
|
||||
$text['description-shout-decoder']['de-de'] = "Wählen Sie den Decoder. Standard: i386";
|
||||
$text['description-shout-decoder']['es-cl'] = "Ingrese el tipo de descodificador. Predeterminado: i386";
|
||||
$text['description-shout-decoder']['es-mx'] = "";
|
||||
$text['description-shout-decoder']['fr-ca'] = "";
|
||||
$text['description-shout-decoder']['fr-fr'] = "Type de Décodeur. défaut: i386";
|
||||
$text['description-shout-decoder']['he-il'] = "";
|
||||
$text['description-shout-decoder']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['description-shout-decoder']['nl-nl'] = "";
|
||||
$text['description-shout-decoder']['pl-pl'] = "Wprowadź rodzaj dekodera (domyślny i386)";
|
||||
$text['description-shout-decoder']['pt-br'] = "Tipo de descodificador. i386 ";
|
||||
$text['description-shout-decoder']['pt-pt'] = "Tipo de descodificador. omissão: i386";
|
||||
$text['description-shout-decoder']['ro-ro'] = "";
|
||||
$text['description-shout-decoder']['ru-ru'] = "Введите Decoder. По умолчанию: i386";
|
||||
$text['description-shout-decoder']['sv-se'] = "Fyll i Decoder. default: i386";
|
||||
$text['description-shout-decoder']['uk-ua'] = "Ender the Decoder. default: i386 ";
|
||||
@@ -276,8 +344,11 @@ $text['description-shout-decoder']['uk-ua'] = "Ender the Decoder. default: i386
|
||||
$text['description-event-socket-pw']['en-us'] = "Enter the event socket password.";
|
||||
$text['description-event-socket-pw']['ar-eg'] = "";
|
||||
$text['description-event-socket-pw']['de-at'] = "Geben Sie das Event Socket Passwort an.";
|
||||
$text['description-event-socket-pw']['de-ch'] = "";
|
||||
$text['description-event-socket-pw']['de-de'] = "Geben Sie das Event Socket Passwort an.";
|
||||
$text['description-event-socket-pw']['es-cl'] = "Ingrese la contraseña del socket de eventos.";
|
||||
$text['description-event-socket-pw']['es-mx'] = "";
|
||||
$text['description-event-socket-pw']['fr-ca'] = "";
|
||||
$text['description-event-socket-pw']['fr-fr'] = "Mot de passe pour se connecter au module Event Socket.";
|
||||
$text['description-event-socket-pw']['he-il'] = "";
|
||||
$text['description-event-socket-pw']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['description-event-socket-pw']['nl-nl'] = "";
|
||||
$text['description-event-socket-pw']['pl-pl'] = "Wprowadź hasło 'Event Socket'";
|
||||
$text['description-event-socket-pw']['pt-br'] = "Introduza a palavra-chave do event socket. ";
|
||||
$text['description-event-socket-pw']['pt-pt'] = "Introduza a palavra-chave do event socket.";
|
||||
$text['description-event-socket-pw']['ro-ro'] = "";
|
||||
$text['description-event-socket-pw']['ru-ru'] = "Введите пароль сокета событий.";
|
||||
$text['description-event-socket-pw']['sv-se'] = "Fyll i event socket password.";
|
||||
$text['description-event-socket-pw']['uk-ua'] = "Enter the event socket password. ";
|
||||
@@ -292,8 +364,11 @@ $text['description-event-socket-pw']['uk-ua'] = "Enter the event socket password
|
||||
$text['description-event-socket-port']['en-us'] = "Enter the event socket port. default: 8021";
|
||||
$text['description-event-socket-port']['ar-eg'] = "";
|
||||
$text['description-event-socket-port']['de-at'] = "Geben Sie den Event Socket Port an. Standard: 8021";
|
||||
$text['description-event-socket-port']['de-ch'] = "";
|
||||
$text['description-event-socket-port']['de-de'] = "Geben Sie den Event Socket Port an. Standard: 8021";
|
||||
$text['description-event-socket-port']['es-cl'] = "Puerto del Socket de eventos. Predeterminado: 8021";
|
||||
$text['description-event-socket-port']['es-mx'] = "";
|
||||
$text['description-event-socket-port']['fr-ca'] = "";
|
||||
$text['description-event-socket-port']['fr-fr'] = "Port du module Event Socket. défaut: 8021";
|
||||
$text['description-event-socket-port']['he-il'] = "";
|
||||
$text['description-event-socket-port']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['description-event-socket-port']['nl-nl'] = "";
|
||||
$text['description-event-socket-port']['pl-pl'] = "Wprowadź port 'Event Socket' (domyślny 8021)";
|
||||
$text['description-event-socket-port']['pt-br'] = "Introduza o porto do evento socket. 8021 ";
|
||||
$text['description-event-socket-port']['pt-pt'] = "Introduza o porto do event socket. omissão: 8021";
|
||||
$text['description-event-socket-port']['ro-ro'] = "";
|
||||
$text['description-event-socket-port']['ru-ru'] = "Введите порт сокета событий. По умолчанию: 8021";
|
||||
$text['description-event-socket-port']['sv-se'] = "Fyll i event socket port. default: 8021";
|
||||
$text['description-event-socket-port']['uk-ua'] = "Enter the event socket port. default: 8021 ";
|
||||
@@ -308,8 +384,11 @@ $text['description-event-socket-port']['uk-ua'] = "Enter the event socket port.
|
||||
$text['description-event-socket-ip']['en-us'] = "Enter the event socket IP address. default: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['ar-eg'] = "";
|
||||
$text['description-event-socket-ip']['de-at'] = "Geben Sie die Event Socket IP Addresse an. Standard: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['de-ch'] = "";
|
||||
$text['description-event-socket-ip']['de-de'] = "Geben Sie die Event Socket IP Addresse an. Standard: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['es-cl'] = "Dirección IP del socket de eventos. Predeterminada: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['es-mx'] = "";
|
||||
$text['description-event-socket-ip']['fr-ca'] = "";
|
||||
$text['description-event-socket-ip']['fr-fr'] = "Adresse IP pour le module Event Socket. défaut: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['he-il'] = "";
|
||||
$text['description-event-socket-ip']['it-it'] = "";
|
||||
@@ -317,8 +396,9 @@ $text['description-event-socket-ip']['nl-nl'] = "";
|
||||
$text['description-event-socket-ip']['pl-pl'] = "Wprowadź adres IP 'Event Socket' (domyślny 127.0.0.1)";
|
||||
$text['description-event-socket-ip']['pt-br'] = "Introduza o endereço IP do evento socket. omissão: 127.0.0.1 ";
|
||||
$text['description-event-socket-ip']['pt-pt'] = "Introduza o endereço IP do event socket. omissão: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['ro-ro'] = "";
|
||||
$text['description-event-socket-ip']['ru-ru'] = "Введите IP адрес сокета событий. по умолчанию: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['sv-se'] = "Fyll i event socket IP address. default: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['uk-ua'] = "Enter the event socket IP address. default: 127.0.0.1 ";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-sip_profiles']['en-us'] = "SIP Profiles";
|
||||
$text['title-sip_profiles']['ar-eg'] = "";
|
||||
$text['title-sip_profiles']['de-at'] = "SIP Profile";
|
||||
$text['title-sip_profiles']['de-ch'] = "";
|
||||
$text['title-sip_profiles']['de-de'] = "SIP Profile";
|
||||
$text['title-sip_profiles']['es-cl'] = "Perfiles SIP";
|
||||
$text['title-sip_profiles']['es-mx'] = "";
|
||||
$text['title-sip_profiles']['fr-ca'] = "";
|
||||
$text['title-sip_profiles']['fr-fr'] = "Profiles SIP";
|
||||
$text['title-sip_profiles']['he-il'] = "";
|
||||
$text['title-sip_profiles']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-sip_profiles']['nl-nl'] = "";
|
||||
$text['title-sip_profiles']['pl-pl'] = "Profile SIP";
|
||||
$text['title-sip_profiles']['pt-br'] = "Perfis SIP";
|
||||
$text['title-sip_profiles']['pt-pt'] = "Perfis SIP";
|
||||
$text['title-sip_profiles']['ro-ro'] = "";
|
||||
$text['title-sip_profiles']['ru-ru'] = "Профили SIP";
|
||||
$text['title-sip_profiles']['sv-se'] = "SIP Profiler";
|
||||
$text['title-sip_profiles']['uk-ua'] = "SIP профілі";
|
||||
@@ -20,8 +24,11 @@ $text['title-sip_profiles']['uk-ua'] = "SIP профілі";
|
||||
$text['title-sip_profile']['en-us'] = "SIP Profile";
|
||||
$text['title-sip_profile']['ar-eg'] = "";
|
||||
$text['title-sip_profile']['de-at'] = "SIP Profil";
|
||||
$text['title-sip_profile']['de-ch'] = "";
|
||||
$text['title-sip_profile']['de-de'] = "SIP Profil";
|
||||
$text['title-sip_profile']['es-cl'] = "Perfil SIP";
|
||||
$text['title-sip_profile']['es-mx'] = "";
|
||||
$text['title-sip_profile']['fr-ca'] = "";
|
||||
$text['title-sip_profile']['fr-fr'] = "Profile SIP";
|
||||
$text['title-sip_profile']['he-il'] = "";
|
||||
$text['title-sip_profile']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-sip_profile']['nl-nl'] = "";
|
||||
$text['title-sip_profile']['pl-pl'] = "Profil SIP";
|
||||
$text['title-sip_profile']['pt-br'] = "Perfis SIP";
|
||||
$text['title-sip_profile']['pt-pt'] = "Perfil SIP";
|
||||
$text['title-sip_profile']['ro-ro'] = "";
|
||||
$text['title-sip_profile']['ru-ru'] = "Профиль SIP";
|
||||
$text['title-sip_profile']['sv-se'] = "SIP Profil";
|
||||
$text['title-sip_profile']['uk-ua'] = "SIP профіль";
|
||||
@@ -36,8 +44,11 @@ $text['title-sip_profile']['uk-ua'] = "SIP профіль";
|
||||
$text['title-sip_profile_domains']['en-us'] = "Domains";
|
||||
$text['title-sip_profile_domains']['ar-eg'] = "";
|
||||
$text['title-sip_profile_domains']['de-at'] = "Domänen";
|
||||
$text['title-sip_profile_domains']['de-ch'] = "";
|
||||
$text['title-sip_profile_domains']['de-de'] = "Domänen";
|
||||
$text['title-sip_profile_domains']['es-cl'] = "";
|
||||
$text['title-sip_profile_domains']['es-mx'] = "";
|
||||
$text['title-sip_profile_domains']['fr-ca'] = "";
|
||||
$text['title-sip_profile_domains']['fr-fr'] = "";
|
||||
$text['title-sip_profile_domains']['he-il'] = "";
|
||||
$text['title-sip_profile_domains']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title-sip_profile_domains']['nl-nl'] = "";
|
||||
$text['title-sip_profile_domains']['pl-pl'] = "";
|
||||
$text['title-sip_profile_domains']['pt-br'] = "";
|
||||
$text['title-sip_profile_domains']['pt-pt'] = "";
|
||||
$text['title-sip_profile_domains']['ro-ro'] = "";
|
||||
$text['title-sip_profile_domains']['ru-ru'] = "Домены";
|
||||
$text['title-sip_profile_domains']['sv-se'] = "Domäner";
|
||||
$text['title-sip_profile_domains']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['title-sip_profile_domains']['uk-ua'] = "";
|
||||
$text['title-sip_profile_domain']['en-us'] = "Domain";
|
||||
$text['title-sip_profile_domain']['ar-eg'] = "";
|
||||
$text['title-sip_profile_domain']['de-at'] = "Domäne";
|
||||
$text['title-sip_profile_domain']['de-ch'] = "";
|
||||
$text['title-sip_profile_domain']['de-de'] = "Domäne";
|
||||
$text['title-sip_profile_domain']['es-cl'] = "";
|
||||
$text['title-sip_profile_domain']['es-mx'] = "";
|
||||
$text['title-sip_profile_domain']['fr-ca'] = "";
|
||||
$text['title-sip_profile_domain']['fr-fr'] = "";
|
||||
$text['title-sip_profile_domain']['he-il'] = "";
|
||||
$text['title-sip_profile_domain']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['title-sip_profile_domain']['nl-nl'] = "";
|
||||
$text['title-sip_profile_domain']['pl-pl'] = "";
|
||||
$text['title-sip_profile_domain']['pt-br'] = "";
|
||||
$text['title-sip_profile_domain']['pt-pt'] = "";
|
||||
$text['title-sip_profile_domain']['ro-ro'] = "";
|
||||
$text['title-sip_profile_domain']['ru-ru'] = "Домен";
|
||||
$text['title-sip_profile_domain']['sv-se'] = "Domän";
|
||||
$text['title-sip_profile_domain']['uk-ua'] = "";
|
||||
@@ -68,8 +84,11 @@ $text['title-sip_profile_domain']['uk-ua'] = "";
|
||||
$text['title-sip_profile_setting']['en-us'] = "Profile Setting";
|
||||
$text['title-sip_profile_setting']['ar-eg'] = "";
|
||||
$text['title-sip_profile_setting']['de-at'] = "Profil Einstellungen";
|
||||
$text['title-sip_profile_setting']['de-ch'] = "";
|
||||
$text['title-sip_profile_setting']['de-de'] = "Profil Einstellungen";
|
||||
$text['title-sip_profile_setting']['es-cl'] = "Configuración de Perfil";
|
||||
$text['title-sip_profile_setting']['es-mx'] = "";
|
||||
$text['title-sip_profile_setting']['fr-ca'] = "";
|
||||
$text['title-sip_profile_setting']['fr-fr'] = "Paramètres du Profile";
|
||||
$text['title-sip_profile_setting']['he-il'] = "";
|
||||
$text['title-sip_profile_setting']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['title-sip_profile_setting']['nl-nl'] = "";
|
||||
$text['title-sip_profile_setting']['pl-pl'] = "Ustawienia profilu";
|
||||
$text['title-sip_profile_setting']['pt-br'] = "Configurações do perfil";
|
||||
$text['title-sip_profile_setting']['pt-pt'] = "Definições do Perfil";
|
||||
$text['title-sip_profile_setting']['ro-ro'] = "";
|
||||
$text['title-sip_profile_setting']['ru-ru'] = "Настройки профиля";
|
||||
$text['title-sip_profile_setting']['sv-se'] = "Profilinställning";
|
||||
$text['title-sip_profile_setting']['uk-ua'] = "Налаштування профілю";
|
||||
@@ -84,8 +104,11 @@ $text['title-sip_profile_setting']['uk-ua'] = "Налаштування проф
|
||||
$text['label-sip_profile_name']['en-us'] = "Name";
|
||||
$text['label-sip_profile_name']['ar-eg'] = "";
|
||||
$text['label-sip_profile_name']['de-at'] = "Name";
|
||||
$text['label-sip_profile_name']['de-ch'] = "";
|
||||
$text['label-sip_profile_name']['de-de'] = "Name";
|
||||
$text['label-sip_profile_name']['es-cl'] = "Nombre";
|
||||
$text['label-sip_profile_name']['es-mx'] = "";
|
||||
$text['label-sip_profile_name']['fr-ca'] = "";
|
||||
$text['label-sip_profile_name']['fr-fr'] = "Nom";
|
||||
$text['label-sip_profile_name']['he-il'] = "";
|
||||
$text['label-sip_profile_name']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-sip_profile_name']['nl-nl'] = "";
|
||||
$text['label-sip_profile_name']['pl-pl'] = "Nazwa";
|
||||
$text['label-sip_profile_name']['pt-br'] = "Nome";
|
||||
$text['label-sip_profile_name']['pt-pt'] = "Nome";
|
||||
$text['label-sip_profile_name']['ro-ro'] = "";
|
||||
$text['label-sip_profile_name']['ru-ru'] = "Название";
|
||||
$text['label-sip_profile_name']['sv-se'] = "Namn";
|
||||
$text['label-sip_profile_name']['uk-ua'] = "Назва";
|
||||
@@ -100,8 +124,11 @@ $text['label-sip_profile_name']['uk-ua'] = "Назва";
|
||||
$text['label-sip_profile_value']['en-us'] = "Value";
|
||||
$text['label-sip_profile_value']['ar-eg'] = "";
|
||||
$text['label-sip_profile_value']['de-at'] = "Wert";
|
||||
$text['label-sip_profile_value']['de-ch'] = "";
|
||||
$text['label-sip_profile_value']['de-de'] = "Wert";
|
||||
$text['label-sip_profile_value']['es-cl'] = "Valor";
|
||||
$text['label-sip_profile_value']['es-mx'] = "";
|
||||
$text['label-sip_profile_value']['fr-ca'] = "";
|
||||
$text['label-sip_profile_value']['fr-fr'] = "Valeur";
|
||||
$text['label-sip_profile_value']['he-il'] = "";
|
||||
$text['label-sip_profile_value']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-sip_profile_value']['nl-nl'] = "";
|
||||
$text['label-sip_profile_value']['pl-pl'] = "Wartość";
|
||||
$text['label-sip_profile_value']['pt-br'] = "Valor";
|
||||
$text['label-sip_profile_value']['pt-pt'] = "Valor";
|
||||
$text['label-sip_profile_value']['ro-ro'] = "";
|
||||
$text['label-sip_profile_value']['ru-ru'] = "Значение";
|
||||
$text['label-sip_profile_value']['sv-se'] = "Värde";
|
||||
$text['label-sip_profile_value']['uk-ua'] = "Значення";
|
||||
@@ -116,8 +144,11 @@ $text['label-sip_profile_value']['uk-ua'] = "Значення";
|
||||
$text['label-sip_profile_enabled']['en-us'] = "Enabled";
|
||||
$text['label-sip_profile_enabled']['ar-eg'] = "";
|
||||
$text['label-sip_profile_enabled']['de-at'] = "Aktiv";
|
||||
$text['label-sip_profile_enabled']['de-ch'] = "";
|
||||
$text['label-sip_profile_enabled']['de-de'] = "Aktiv";
|
||||
$text['label-sip_profile_enabled']['es-cl'] = "Activado";
|
||||
$text['label-sip_profile_enabled']['es-mx'] = "";
|
||||
$text['label-sip_profile_enabled']['fr-ca'] = "";
|
||||
$text['label-sip_profile_enabled']['fr-fr'] = "Actif";
|
||||
$text['label-sip_profile_enabled']['he-il'] = "";
|
||||
$text['label-sip_profile_enabled']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-sip_profile_enabled']['nl-nl'] = "";
|
||||
$text['label-sip_profile_enabled']['pl-pl'] = "Włączony";
|
||||
$text['label-sip_profile_enabled']['pt-br'] = "Habilitado";
|
||||
$text['label-sip_profile_enabled']['pt-pt'] = "Habilitado";
|
||||
$text['label-sip_profile_enabled']['ro-ro'] = "";
|
||||
$text['label-sip_profile_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-sip_profile_enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-sip_profile_enabled']['uk-ua'] = "Включено";
|
||||
@@ -132,8 +164,11 @@ $text['label-sip_profile_enabled']['uk-ua'] = "Включено";
|
||||
$text['label-sip_profile_description']['en-us'] = "Description";
|
||||
$text['label-sip_profile_description']['ar-eg'] = "";
|
||||
$text['label-sip_profile_description']['de-at'] = "Beschreibung";
|
||||
$text['label-sip_profile_description']['de-ch'] = "";
|
||||
$text['label-sip_profile_description']['de-de'] = "Beschreibung";
|
||||
$text['label-sip_profile_description']['es-cl'] = "Descripción";
|
||||
$text['label-sip_profile_description']['es-mx'] = "";
|
||||
$text['label-sip_profile_description']['fr-ca'] = "";
|
||||
$text['label-sip_profile_description']['fr-fr'] = "Description";
|
||||
$text['label-sip_profile_description']['he-il'] = "";
|
||||
$text['label-sip_profile_description']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-sip_profile_description']['nl-nl'] = "";
|
||||
$text['label-sip_profile_description']['pl-pl'] = "Opis";
|
||||
$text['label-sip_profile_description']['pt-br'] = "Descrição";
|
||||
$text['label-sip_profile_description']['pt-pt'] = "Descrição";
|
||||
$text['label-sip_profile_description']['ro-ro'] = "";
|
||||
$text['label-sip_profile_description']['ru-ru'] = "Описание";
|
||||
$text['label-sip_profile_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-sip_profile_description']['uk-ua'] = "Опис";
|
||||
@@ -148,8 +184,11 @@ $text['label-sip_profile_description']['uk-ua'] = "Опис";
|
||||
$text['label-sip_profile_domain_name']['en-us'] = "Name";
|
||||
$text['label-sip_profile_domain_name']['ar-eg'] = "";
|
||||
$text['label-sip_profile_domain_name']['de-at'] = "Name";
|
||||
$text['label-sip_profile_domain_name']['de-ch'] = "";
|
||||
$text['label-sip_profile_domain_name']['de-de'] = "Name";
|
||||
$text['label-sip_profile_domain_name']['es-cl'] = "Nombre";
|
||||
$text['label-sip_profile_domain_name']['es-mx'] = "";
|
||||
$text['label-sip_profile_domain_name']['fr-ca'] = "";
|
||||
$text['label-sip_profile_domain_name']['fr-fr'] = "Nom";
|
||||
$text['label-sip_profile_domain_name']['he-il'] = "";
|
||||
$text['label-sip_profile_domain_name']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-sip_profile_domain_name']['nl-nl'] = "";
|
||||
$text['label-sip_profile_domain_name']['pl-pl'] = "Nazwa";
|
||||
$text['label-sip_profile_domain_name']['pt-br'] = "Nome";
|
||||
$text['label-sip_profile_domain_name']['pt-pt'] = "Nome";
|
||||
$text['label-sip_profile_domain_name']['ro-ro'] = "";
|
||||
$text['label-sip_profile_domain_name']['ru-ru'] = "Название";
|
||||
$text['label-sip_profile_domain_name']['sv-se'] = "Namn";
|
||||
$text['label-sip_profile_domain_name']['uk-ua'] = "Назва";
|
||||
@@ -164,8 +204,11 @@ $text['label-sip_profile_domain_name']['uk-ua'] = "Назва";
|
||||
$text['label-sip_profile_domain_alias']['en-us'] = "Alias";
|
||||
$text['label-sip_profile_domain_alias']['ar-eg'] = "";
|
||||
$text['label-sip_profile_domain_alias']['de-at'] = "Alias";
|
||||
$text['label-sip_profile_domain_alias']['de-ch'] = "";
|
||||
$text['label-sip_profile_domain_alias']['de-de'] = "Alias";
|
||||
$text['label-sip_profile_domain_alias']['es-cl'] = "";
|
||||
$text['label-sip_profile_domain_alias']['es-mx'] = "";
|
||||
$text['label-sip_profile_domain_alias']['fr-ca'] = "";
|
||||
$text['label-sip_profile_domain_alias']['fr-fr'] = "";
|
||||
$text['label-sip_profile_domain_alias']['he-il'] = "";
|
||||
$text['label-sip_profile_domain_alias']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-sip_profile_domain_alias']['nl-nl'] = "";
|
||||
$text['label-sip_profile_domain_alias']['pl-pl'] = "";
|
||||
$text['label-sip_profile_domain_alias']['pt-br'] = "";
|
||||
$text['label-sip_profile_domain_alias']['pt-pt'] = "";
|
||||
$text['label-sip_profile_domain_alias']['ro-ro'] = "";
|
||||
$text['label-sip_profile_domain_alias']['ru-ru'] = "Псевдоним";
|
||||
$text['label-sip_profile_domain_alias']['sv-se'] = "Alias";
|
||||
$text['label-sip_profile_domain_alias']['uk-ua'] = "";
|
||||
@@ -180,8 +224,11 @@ $text['label-sip_profile_domain_alias']['uk-ua'] = "";
|
||||
$text['label-sip_profile_domain_parse']['en-us'] = "Parse";
|
||||
$text['label-sip_profile_domain_parse']['ar-eg'] = "";
|
||||
$text['label-sip_profile_domain_parse']['de-at'] = "Analysieren";
|
||||
$text['label-sip_profile_domain_parse']['de-ch'] = "";
|
||||
$text['label-sip_profile_domain_parse']['de-de'] = "Analysieren";
|
||||
$text['label-sip_profile_domain_parse']['es-cl'] = "";
|
||||
$text['label-sip_profile_domain_parse']['es-mx'] = "";
|
||||
$text['label-sip_profile_domain_parse']['fr-ca'] = "";
|
||||
$text['label-sip_profile_domain_parse']['fr-fr'] = "";
|
||||
$text['label-sip_profile_domain_parse']['he-il'] = "";
|
||||
$text['label-sip_profile_domain_parse']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-sip_profile_domain_parse']['nl-nl'] = "";
|
||||
$text['label-sip_profile_domain_parse']['pl-pl'] = "";
|
||||
$text['label-sip_profile_domain_parse']['pt-br'] = "";
|
||||
$text['label-sip_profile_domain_parse']['pt-pt'] = "";
|
||||
$text['label-sip_profile_domain_parse']['ro-ro'] = "";
|
||||
$text['label-sip_profile_domain_parse']['ru-ru'] = "Parse";
|
||||
$text['label-sip_profile_domain_parse']['sv-se'] = "Parse";
|
||||
$text['label-sip_profile_domain_parse']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-sip_profile_domain_parse']['uk-ua'] = "";
|
||||
$text['label-sip_profile_setting_name']['en-us'] = "Name";
|
||||
$text['label-sip_profile_setting_name']['ar-eg'] = "";
|
||||
$text['label-sip_profile_setting_name']['de-at'] = "Name";
|
||||
$text['label-sip_profile_setting_name']['de-ch'] = "";
|
||||
$text['label-sip_profile_setting_name']['de-de'] = "Name";
|
||||
$text['label-sip_profile_setting_name']['es-cl'] = "Nombre";
|
||||
$text['label-sip_profile_setting_name']['es-mx'] = "";
|
||||
$text['label-sip_profile_setting_name']['fr-ca'] = "";
|
||||
$text['label-sip_profile_setting_name']['fr-fr'] = "Nom";
|
||||
$text['label-sip_profile_setting_name']['he-il'] = "";
|
||||
$text['label-sip_profile_setting_name']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-sip_profile_setting_name']['nl-nl'] = "";
|
||||
$text['label-sip_profile_setting_name']['pl-pl'] = "Nazwa";
|
||||
$text['label-sip_profile_setting_name']['pt-br'] = "Nome";
|
||||
$text['label-sip_profile_setting_name']['pt-pt'] = "Nome";
|
||||
$text['label-sip_profile_setting_name']['ro-ro'] = "";
|
||||
$text['label-sip_profile_setting_name']['ru-ru'] = "Название";
|
||||
$text['label-sip_profile_setting_name']['sv-se'] = "Namn";
|
||||
$text['label-sip_profile_setting_name']['uk-ua'] = "Назва";
|
||||
@@ -212,8 +264,11 @@ $text['label-sip_profile_setting_name']['uk-ua'] = "Назва";
|
||||
$text['label-sip_profile_setting_value']['en-us'] = "Value";
|
||||
$text['label-sip_profile_setting_value']['ar-eg'] = "";
|
||||
$text['label-sip_profile_setting_value']['de-at'] = "Wert";
|
||||
$text['label-sip_profile_setting_value']['de-ch'] = "";
|
||||
$text['label-sip_profile_setting_value']['de-de'] = "Wert";
|
||||
$text['label-sip_profile_setting_value']['es-cl'] = "Valor";
|
||||
$text['label-sip_profile_setting_value']['es-mx'] = "";
|
||||
$text['label-sip_profile_setting_value']['fr-ca'] = "";
|
||||
$text['label-sip_profile_setting_value']['fr-fr'] = "Valeur";
|
||||
$text['label-sip_profile_setting_value']['he-il'] = "";
|
||||
$text['label-sip_profile_setting_value']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-sip_profile_setting_value']['nl-nl'] = "";
|
||||
$text['label-sip_profile_setting_value']['pl-pl'] = "Wartość";
|
||||
$text['label-sip_profile_setting_value']['pt-br'] = "Valor";
|
||||
$text['label-sip_profile_setting_value']['pt-pt'] = "Valor";
|
||||
$text['label-sip_profile_setting_value']['ro-ro'] = "";
|
||||
$text['label-sip_profile_setting_value']['ru-ru'] = "Значение";
|
||||
$text['label-sip_profile_setting_value']['sv-se'] = "Värde";
|
||||
$text['label-sip_profile_setting_value']['uk-ua'] = "Значення";
|
||||
@@ -228,8 +284,11 @@ $text['label-sip_profile_setting_value']['uk-ua'] = "Значення";
|
||||
$text['label-sip_profile_setting_enabled']['en-us'] = "Enabled";
|
||||
$text['label-sip_profile_setting_enabled']['ar-eg'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['de-at'] = "Aktiv";
|
||||
$text['label-sip_profile_setting_enabled']['de-ch'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['de-de'] = "Aktiv";
|
||||
$text['label-sip_profile_setting_enabled']['es-cl'] = "Activado";
|
||||
$text['label-sip_profile_setting_enabled']['es-mx'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['fr-ca'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['fr-fr'] = "Actif";
|
||||
$text['label-sip_profile_setting_enabled']['he-il'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-sip_profile_setting_enabled']['nl-nl'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['pl-pl'] = "Włączony";
|
||||
$text['label-sip_profile_setting_enabled']['pt-br'] = "Habilitado";
|
||||
$text['label-sip_profile_setting_enabled']['pt-pt'] = "Habilitado";
|
||||
$text['label-sip_profile_setting_enabled']['ro-ro'] = "";
|
||||
$text['label-sip_profile_setting_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-sip_profile_setting_enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-sip_profile_setting_enabled']['uk-ua'] = "Включено";
|
||||
@@ -244,8 +304,11 @@ $text['label-sip_profile_setting_enabled']['uk-ua'] = "Включено";
|
||||
$text['label-sip_profile_setting_description']['en-us'] = "Description";
|
||||
$text['label-sip_profile_setting_description']['ar-eg'] = "";
|
||||
$text['label-sip_profile_setting_description']['de-at'] = "Beschreibung";
|
||||
$text['label-sip_profile_setting_description']['de-ch'] = "";
|
||||
$text['label-sip_profile_setting_description']['de-de'] = "Beschreibung";
|
||||
$text['label-sip_profile_setting_description']['es-cl'] = "Descripción";
|
||||
$text['label-sip_profile_setting_description']['es-mx'] = "";
|
||||
$text['label-sip_profile_setting_description']['fr-ca'] = "";
|
||||
$text['label-sip_profile_setting_description']['fr-fr'] = "Description";
|
||||
$text['label-sip_profile_setting_description']['he-il'] = "";
|
||||
$text['label-sip_profile_setting_description']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-sip_profile_setting_description']['nl-nl'] = "";
|
||||
$text['label-sip_profile_setting_description']['pl-pl'] = "Opis";
|
||||
$text['label-sip_profile_setting_description']['pt-br'] = "Descrição";
|
||||
$text['label-sip_profile_setting_description']['pt-pt'] = "Descrição";
|
||||
$text['label-sip_profile_setting_description']['ro-ro'] = "";
|
||||
$text['label-sip_profile_setting_description']['ru-ru'] = "Описание";
|
||||
$text['label-sip_profile_setting_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-sip_profile_setting_description']['uk-ua'] = "Опис";
|
||||
@@ -260,8 +324,11 @@ $text['label-sip_profile_setting_description']['uk-ua'] = "Опис";
|
||||
$text['label-sip_profile_hostname']['en-us'] = "Hostname";
|
||||
$text['label-sip_profile_hostname']['ar-eg'] = "";
|
||||
$text['label-sip_profile_hostname']['de-at'] = "Hostname";
|
||||
$text['label-sip_profile_hostname']['de-ch'] = "";
|
||||
$text['label-sip_profile_hostname']['de-de'] = "Hostname";
|
||||
$text['label-sip_profile_hostname']['es-cl'] = "";
|
||||
$text['label-sip_profile_hostname']['es-mx'] = "";
|
||||
$text['label-sip_profile_hostname']['fr-ca'] = "";
|
||||
$text['label-sip_profile_hostname']['fr-fr'] = "Nom d'hôte";
|
||||
$text['label-sip_profile_hostname']['he-il'] = "";
|
||||
$text['label-sip_profile_hostname']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-sip_profile_hostname']['nl-nl'] = "";
|
||||
$text['label-sip_profile_hostname']['pl-pl'] = "Nazwa hosta";
|
||||
$text['label-sip_profile_hostname']['pt-br'] = "Hostname";
|
||||
$text['label-sip_profile_hostname']['pt-pt'] = "Hostname";
|
||||
$text['label-sip_profile_hostname']['ro-ro'] = "";
|
||||
$text['label-sip_profile_hostname']['ru-ru'] = "Имя хоста";
|
||||
$text['label-sip_profile_hostname']['sv-se'] = "Hostname";
|
||||
$text['label-sip_profile_hostname']['uk-ua'] = "Назва хоста";
|
||||
@@ -276,8 +344,11 @@ $text['label-sip_profile_hostname']['uk-ua'] = "Назва хоста";
|
||||
$text['label-sip_profile_settings']['en-us'] = "Settings";
|
||||
$text['label-sip_profile_settings']['ar-eg'] = "";
|
||||
$text['label-sip_profile_settings']['de-at'] = "Einstellungen";
|
||||
$text['label-sip_profile_settings']['de-ch'] = "";
|
||||
$text['label-sip_profile_settings']['de-de'] = "Einstellungen";
|
||||
$text['label-sip_profile_settings']['es-cl'] = "Configuraciones";
|
||||
$text['label-sip_profile_settings']['es-mx'] = "";
|
||||
$text['label-sip_profile_settings']['fr-ca'] = "";
|
||||
$text['label-sip_profile_settings']['fr-fr'] = "Paramètres";
|
||||
$text['label-sip_profile_settings']['he-il'] = "";
|
||||
$text['label-sip_profile_settings']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['label-sip_profile_settings']['nl-nl'] = "";
|
||||
$text['label-sip_profile_settings']['pl-pl'] = "Ustawienia";
|
||||
$text['label-sip_profile_settings']['pt-br'] = "Configurações";
|
||||
$text['label-sip_profile_settings']['pt-pt'] = "Definições";
|
||||
$text['label-sip_profile_settings']['ro-ro'] = "";
|
||||
$text['label-sip_profile_settings']['ru-ru'] = "Настройки";
|
||||
$text['label-sip_profile_settings']['sv-se'] = "Inställningar";
|
||||
$text['label-sip_profile_settings']['uk-ua'] = "Параметри";
|
||||
@@ -292,8 +364,11 @@ $text['label-sip_profile_settings']['uk-ua'] = "Параметри";
|
||||
$text['header-sip_profiles']['en-us'] = "SIP Profiles";
|
||||
$text['header-sip_profiles']['ar-eg'] = "";
|
||||
$text['header-sip_profiles']['de-at'] = "SIP Profile";
|
||||
$text['header-sip_profiles']['de-ch'] = "";
|
||||
$text['header-sip_profiles']['de-de'] = "SIP Profile";
|
||||
$text['header-sip_profiles']['es-cl'] = "Perfiles SIP";
|
||||
$text['header-sip_profiles']['es-mx'] = "";
|
||||
$text['header-sip_profiles']['fr-ca'] = "";
|
||||
$text['header-sip_profiles']['fr-fr'] = "Profiles SIP";
|
||||
$text['header-sip_profiles']['he-il'] = "";
|
||||
$text['header-sip_profiles']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['header-sip_profiles']['nl-nl'] = "";
|
||||
$text['header-sip_profiles']['pl-pl'] = "Profile SIP";
|
||||
$text['header-sip_profiles']['pt-br'] = "Perfis SIP";
|
||||
$text['header-sip_profiles']['pt-pt'] = "Perfis SIP";
|
||||
$text['header-sip_profiles']['ro-ro'] = "";
|
||||
$text['header-sip_profiles']['ru-ru'] = "Профили SIP";
|
||||
$text['header-sip_profiles']['sv-se'] = "SIP Profiler";
|
||||
$text['header-sip_profiles']['uk-ua'] = "SIP профілі";
|
||||
@@ -308,8 +384,11 @@ $text['header-sip_profiles']['uk-ua'] = "SIP профілі";
|
||||
$text['header-sip_profile']['en-us'] = "SIP Profile";
|
||||
$text['header-sip_profile']['ar-eg'] = "";
|
||||
$text['header-sip_profile']['de-at'] = "SIP Profile";
|
||||
$text['header-sip_profile']['de-ch'] = "";
|
||||
$text['header-sip_profile']['de-de'] = "SIP Profile";
|
||||
$text['header-sip_profile']['es-cl'] = "";
|
||||
$text['header-sip_profile']['es-mx'] = "";
|
||||
$text['header-sip_profile']['fr-ca'] = "";
|
||||
$text['header-sip_profile']['fr-fr'] = "Profile SIP";
|
||||
$text['header-sip_profile']['he-il'] = "";
|
||||
$text['header-sip_profile']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['header-sip_profile']['nl-nl'] = "";
|
||||
$text['header-sip_profile']['pl-pl'] = "Profil SIP";
|
||||
$text['header-sip_profile']['pt-br'] = "Perfil SIP";
|
||||
$text['header-sip_profile']['pt-pt'] = "Perfil SIP";
|
||||
$text['header-sip_profile']['ro-ro'] = "";
|
||||
$text['header-sip_profile']['ru-ru'] = "Профиль SIP";
|
||||
$text['header-sip_profile']['sv-se'] = "SIP Profil";
|
||||
$text['header-sip_profile']['uk-ua'] = "SIP профіль";
|
||||
@@ -324,8 +404,11 @@ $text['header-sip_profile']['uk-ua'] = "SIP профіль";
|
||||
$text['header-sip_profile_setting']['en-us'] = "Profile Setting";
|
||||
$text['header-sip_profile_setting']['ar-eg'] = "";
|
||||
$text['header-sip_profile_setting']['de-at'] = "Profil Einstellungen";
|
||||
$text['header-sip_profile_setting']['de-ch'] = "";
|
||||
$text['header-sip_profile_setting']['de-de'] = "Profil Einstellungen";
|
||||
$text['header-sip_profile_setting']['es-cl'] = "Configuración de Perfil";
|
||||
$text['header-sip_profile_setting']['es-mx'] = "";
|
||||
$text['header-sip_profile_setting']['fr-ca'] = "";
|
||||
$text['header-sip_profile_setting']['fr-fr'] = "Paramètres du Profile";
|
||||
$text['header-sip_profile_setting']['he-il'] = "";
|
||||
$text['header-sip_profile_setting']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['header-sip_profile_setting']['nl-nl'] = "";
|
||||
$text['header-sip_profile_setting']['pl-pl'] = "Ustawienia profilu";
|
||||
$text['header-sip_profile_setting']['pt-br'] = "Configurações do perfil";
|
||||
$text['header-sip_profile_setting']['pt-pt'] = "Definições do Perfil";
|
||||
$text['header-sip_profile_setting']['ro-ro'] = "";
|
||||
$text['header-sip_profile_setting']['ru-ru'] = "Настройки профиля";
|
||||
$text['header-sip_profile_setting']['sv-se'] = "Profilinställning";
|
||||
$text['header-sip_profile_setting']['uk-ua'] = "Налаштування профілю";
|
||||
@@ -340,8 +424,11 @@ $text['header-sip_profile_setting']['uk-ua'] = "Налаштування про
|
||||
$text['header-sip_profile_hostname']['en-us'] = "Hostname";
|
||||
$text['header-sip_profile_hostname']['ar-eg'] = "";
|
||||
$text['header-sip_profile_hostname']['de-at'] = "Hostname";
|
||||
$text['header-sip_profile_hostname']['de-ch'] = "";
|
||||
$text['header-sip_profile_hostname']['de-de'] = "Hostname";
|
||||
$text['header-sip_profile_hostname']['es-cl'] = "";
|
||||
$text['header-sip_profile_hostname']['es-mx'] = "";
|
||||
$text['header-sip_profile_hostname']['fr-ca'] = "";
|
||||
$text['header-sip_profile_hostname']['fr-fr'] = "Nom d'hôte";
|
||||
$text['header-sip_profile_hostname']['he-il'] = "";
|
||||
$text['header-sip_profile_hostname']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['header-sip_profile_hostname']['nl-nl'] = "";
|
||||
$text['header-sip_profile_hostname']['pl-pl'] = "Nazwa hosta";
|
||||
$text['header-sip_profile_hostname']['pt-br'] = "Hostname";
|
||||
$text['header-sip_profile_hostname']['pt-pt'] = "Hostname";
|
||||
$text['header-sip_profile_hostname']['ro-ro'] = "";
|
||||
$text['header-sip_profile_hostname']['ru-ru'] = "Имя хоста";
|
||||
$text['header-sip_profile_hostname']['sv-se'] = "Hostname";
|
||||
$text['header-sip_profile_hostname']['uk-ua'] = "Назва хоста";
|
||||
@@ -356,8 +444,11 @@ $text['header-sip_profile_hostname']['uk-ua'] = "Назва хоста";
|
||||
$text['description-sip_profiles']['en-us'] = "Manage settings for SIP profiles.";
|
||||
$text['description-sip_profiles']['ar-eg'] = "";
|
||||
$text['description-sip_profiles']['de-at'] = "SIP Profil Einstellungen verwalten.";
|
||||
$text['description-sip_profiles']['de-ch'] = "";
|
||||
$text['description-sip_profiles']['de-de'] = "SIP Profil Einstellungen verwalten.";
|
||||
$text['description-sip_profiles']['es-cl'] = "Administrar configuraciones para perfiles SIP.";
|
||||
$text['description-sip_profiles']['es-mx'] = "";
|
||||
$text['description-sip_profiles']['fr-ca'] = "";
|
||||
$text['description-sip_profiles']['fr-fr'] = "Gérer les paramètres du profile SIP";
|
||||
$text['description-sip_profiles']['he-il'] = "";
|
||||
$text['description-sip_profiles']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['description-sip_profiles']['nl-nl'] = "";
|
||||
$text['description-sip_profiles']['pl-pl'] = "Zarządzaj ustawieniami profili SIP.";
|
||||
$text['description-sip_profiles']['pt-br'] = "Gerenciar configurações para os perfis SIP";
|
||||
$text['description-sip_profiles']['pt-pt'] = "Gerir definições para os perfis SIP.";
|
||||
$text['description-sip_profiles']['ro-ro'] = "";
|
||||
$text['description-sip_profiles']['ru-ru'] = "Управление настройками профилей SIP.";
|
||||
$text['description-sip_profiles']['sv-se'] = "Hantera inställningar för SIP profiler.";
|
||||
$text['description-sip_profiles']['uk-ua'] = "Налаштування профілю";
|
||||
@@ -372,8 +464,11 @@ $text['description-sip_profiles']['uk-ua'] = "Налаштування проф
|
||||
$text['description-sip_profile']['en-us'] = "Manage settings for the SIP profile.";
|
||||
$text['description-sip_profile']['ar-eg'] = "";
|
||||
$text['description-sip_profile']['de-at'] = "SIP Profil Einstellungen verwalten.";
|
||||
$text['description-sip_profile']['de-ch'] = "";
|
||||
$text['description-sip_profile']['de-de'] = "SIP Profil Einstellungen verwalten.";
|
||||
$text['description-sip_profile']['es-cl'] = "Administrar configuraciones para perfiles SIP.";
|
||||
$text['description-sip_profile']['es-mx'] = "";
|
||||
$text['description-sip_profile']['fr-ca'] = "";
|
||||
$text['description-sip_profile']['fr-fr'] = "Gérer les paramètres du profile SIP";
|
||||
$text['description-sip_profile']['he-il'] = "";
|
||||
$text['description-sip_profile']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['description-sip_profile']['nl-nl'] = "";
|
||||
$text['description-sip_profile']['pl-pl'] = "Zarządzaj ustawienia profilu SIP.";
|
||||
$text['description-sip_profile']['pt-br'] = "Gerenciar configurações para o perfil SIP";
|
||||
$text['description-sip_profile']['pt-pt'] = "Gerir definições para o perfil SIP.";
|
||||
$text['description-sip_profile']['ro-ro'] = "";
|
||||
$text['description-sip_profile']['ru-ru'] = "Управление настройками профиля SIP.";
|
||||
$text['description-sip_profile']['sv-se'] = "Hantera inställningar för SIP profil.";
|
||||
$text['description-sip_profile']['uk-ua'] = "Налаштування SIP профілю";
|
||||
@@ -388,8 +484,11 @@ $text['description-sip_profile']['uk-ua'] = "Налаштування SIP про
|
||||
$text['description-sip_profile_setting_value']['en-us'] = "Enter the value.";
|
||||
$text['description-sip_profile_setting_value']['ar-eg'] = "";
|
||||
$text['description-sip_profile_setting_value']['de-at'] = "Geben Sie einen Wert an.";
|
||||
$text['description-sip_profile_setting_value']['de-ch'] = "";
|
||||
$text['description-sip_profile_setting_value']['de-de'] = "Geben Sie einen Wert an.";
|
||||
$text['description-sip_profile_setting_value']['es-cl'] = "Ingrese un valor.";
|
||||
$text['description-sip_profile_setting_value']['es-mx'] = "";
|
||||
$text['description-sip_profile_setting_value']['fr-ca'] = "";
|
||||
$text['description-sip_profile_setting_value']['fr-fr'] = "Entrer la valeur.";
|
||||
$text['description-sip_profile_setting_value']['he-il'] = "";
|
||||
$text['description-sip_profile_setting_value']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['description-sip_profile_setting_value']['nl-nl'] = "";
|
||||
$text['description-sip_profile_setting_value']['pl-pl'] = "Wprowadź wartość.";
|
||||
$text['description-sip_profile_setting_value']['pt-br'] = "Insira o valor";
|
||||
$text['description-sip_profile_setting_value']['pt-pt'] = "Introduza o valor.";
|
||||
$text['description-sip_profile_setting_value']['ro-ro'] = "";
|
||||
$text['description-sip_profile_setting_value']['ru-ru'] = "Введите значение.";
|
||||
$text['description-sip_profile_setting_value']['sv-se'] = "Ange värde.";
|
||||
$text['description-sip_profile_setting_value']['uk-ua'] = "Вкажіть значення";
|
||||
@@ -404,8 +504,11 @@ $text['description-sip_profile_setting_value']['uk-ua'] = "Вкажіть зна
|
||||
$text['description-sip_profile_setting_name']['en-us'] = "Enter the name.";
|
||||
$text['description-sip_profile_setting_name']['ar-eg'] = "";
|
||||
$text['description-sip_profile_setting_name']['de-at'] = "Geben Sie den Namen an.";
|
||||
$text['description-sip_profile_setting_name']['de-ch'] = "";
|
||||
$text['description-sip_profile_setting_name']['de-de'] = "Geben Sie den Namen an.";
|
||||
$text['description-sip_profile_setting_name']['es-cl'] = "Ingrese un nombre.";
|
||||
$text['description-sip_profile_setting_name']['es-mx'] = "";
|
||||
$text['description-sip_profile_setting_name']['fr-ca'] = "";
|
||||
$text['description-sip_profile_setting_name']['fr-fr'] = "Entrer le nom.";
|
||||
$text['description-sip_profile_setting_name']['he-il'] = "";
|
||||
$text['description-sip_profile_setting_name']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['description-sip_profile_setting_name']['nl-nl'] = "";
|
||||
$text['description-sip_profile_setting_name']['pl-pl'] = "Wpisz nazwę.";
|
||||
$text['description-sip_profile_setting_name']['pt-br'] = "Insira o nome";
|
||||
$text['description-sip_profile_setting_name']['pt-pt'] = "Introduza o nome.";
|
||||
$text['description-sip_profile_setting_name']['ro-ro'] = "";
|
||||
$text['description-sip_profile_setting_name']['ru-ru'] = "Введите название.";
|
||||
$text['description-sip_profile_setting_name']['sv-se'] = "Ange Namnet.";
|
||||
$text['description-sip_profile_setting_name']['uk-ua'] = "Вкажіть назву";
|
||||
@@ -420,8 +524,11 @@ $text['description-sip_profile_setting_name']['uk-ua'] = "Вкажіть наз
|
||||
$text['description-sip_profile_setting_enabled']['en-us'] = "Choose to enable or disable this.";
|
||||
$text['description-sip_profile_setting_enabled']['ar-eg'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['de-at'] = "Wählen Sie ob Sie dieses aktivieren oder deaktivieren möchten";
|
||||
$text['description-sip_profile_setting_enabled']['de-ch'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['de-de'] = "Wählen Sie ob Sie dieses aktivieren oder deaktivieren möchten";
|
||||
$text['description-sip_profile_setting_enabled']['es-cl'] = "Indique si desea activar o desactivar esto.";
|
||||
$text['description-sip_profile_setting_enabled']['es-mx'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['fr-ca'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['fr-fr'] = "Choisir si le paramètre sera actif ou non.";
|
||||
$text['description-sip_profile_setting_enabled']['he-il'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['description-sip_profile_setting_enabled']['nl-nl'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['pl-pl'] = "Wybierz, aby włączyć lub wyłączyć tę funkcję.";
|
||||
$text['description-sip_profile_setting_enabled']['pt-br'] = "Escolha se o parâmetro fica habilitado ou desabilitado. ";
|
||||
$text['description-sip_profile_setting_enabled']['pt-pt'] = "Escolha se o parâmetro fica habilitado ou desabilitado.";
|
||||
$text['description-sip_profile_setting_enabled']['ro-ro'] = "";
|
||||
$text['description-sip_profile_setting_enabled']['ru-ru'] = "Выберите для включенья или отключения функции.";
|
||||
$text['description-sip_profile_setting_enabled']['sv-se'] = "Välj att Aktivera eller Inaktivare detta.";
|
||||
$text['description-sip_profile_setting_enabled']['uk-ua'] = "Ви";
|
||||
@@ -436,8 +544,11 @@ $text['description-sip_profile_setting_enabled']['uk-ua'] = "Ви";
|
||||
$text['description-sip_profile_setting_description']['en-us'] = "Enter the description.";
|
||||
$text['description-sip_profile_setting_description']['ar-eg'] = "";
|
||||
$text['description-sip_profile_setting_description']['de-at'] = "Geben Sie eine Beschreibung ein.";
|
||||
$text['description-sip_profile_setting_description']['de-ch'] = "";
|
||||
$text['description-sip_profile_setting_description']['de-de'] = "Geben Sie eine Beschreibung ein.";
|
||||
$text['description-sip_profile_setting_description']['es-cl'] = "Ingrese una descripción.";
|
||||
$text['description-sip_profile_setting_description']['es-mx'] = "";
|
||||
$text['description-sip_profile_setting_description']['fr-ca'] = "";
|
||||
$text['description-sip_profile_setting_description']['fr-fr'] = "Entrer la description.";
|
||||
$text['description-sip_profile_setting_description']['he-il'] = "";
|
||||
$text['description-sip_profile_setting_description']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['description-sip_profile_setting_description']['nl-nl'] = "";
|
||||
$text['description-sip_profile_setting_description']['pl-pl'] = "Wprowadź opis.";
|
||||
$text['description-sip_profile_setting_description']['pt-br'] = "Insira uma descrição";
|
||||
$text['description-sip_profile_setting_description']['pt-pt'] = "Introduza uma descrição.";
|
||||
$text['description-sip_profile_setting_description']['ro-ro'] = "";
|
||||
$text['description-sip_profile_setting_description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-sip_profile_setting_description']['sv-se'] = "Ange en Beskrivning.";
|
||||
$text['description-sip_profile_setting_description']['uk-ua'] = "Введіть опис";
|
||||
@@ -452,8 +564,11 @@ $text['description-sip_profile_setting_description']['uk-ua'] = "Введіть
|
||||
$text['description-sip_profile_name']['en-us'] = "Enter the SIP Profile name.";
|
||||
$text['description-sip_profile_name']['ar-eg'] = "";
|
||||
$text['description-sip_profile_name']['de-at'] = "Geben Sie den Namen des SIP Profils ein.";
|
||||
$text['description-sip_profile_name']['de-ch'] = "";
|
||||
$text['description-sip_profile_name']['de-de'] = "Geben Sie den Namen des SIP Profils ein.";
|
||||
$text['description-sip_profile_name']['es-cl'] = "Ingrese el nombre de perfil SIP.";
|
||||
$text['description-sip_profile_name']['es-mx'] = "";
|
||||
$text['description-sip_profile_name']['fr-ca'] = "";
|
||||
$text['description-sip_profile_name']['fr-fr'] = "Entrer le nom du Profile SIP.";
|
||||
$text['description-sip_profile_name']['he-il'] = "";
|
||||
$text['description-sip_profile_name']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['description-sip_profile_name']['nl-nl'] = "";
|
||||
$text['description-sip_profile_name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-sip_profile_name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-sip_profile_name']['pt-pt'] = "Introduza o nome do perfil SIP.";
|
||||
$text['description-sip_profile_name']['ro-ro'] = "";
|
||||
$text['description-sip_profile_name']['ru-ru'] = "Введите имя профиля SIP.";
|
||||
$text['description-sip_profile_name']['sv-se'] = "Skriv in namnet på SIP Profilen.";
|
||||
$text['description-sip_profile_name']['uk-ua'] = "Введіть назву профілю";
|
||||
@@ -468,8 +584,11 @@ $text['description-sip_profile_name']['uk-ua'] = "Введіть назву пр
|
||||
$text['description-sip_profile_hostname']['en-us'] = "Enter the hostname / switchname.";
|
||||
$text['description-sip_profile_hostname']['ar-eg'] = "";
|
||||
$text['description-sip_profile_hostname']['de-at'] = "Geben Sie den Hostnamen / Switchnamen an.";
|
||||
$text['description-sip_profile_hostname']['de-ch'] = "";
|
||||
$text['description-sip_profile_hostname']['de-de'] = "Geben Sie den Hostnamen / Switchnamen an.";
|
||||
$text['description-sip_profile_hostname']['es-cl'] = "";
|
||||
$text['description-sip_profile_hostname']['es-mx'] = "";
|
||||
$text['description-sip_profile_hostname']['fr-ca'] = "";
|
||||
$text['description-sip_profile_hostname']['fr-fr'] = "Entrer le nom de l'hôte / du switch.";
|
||||
$text['description-sip_profile_hostname']['he-il'] = "";
|
||||
$text['description-sip_profile_hostname']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['description-sip_profile_hostname']['nl-nl'] = "";
|
||||
$text['description-sip_profile_hostname']['pl-pl'] = "Wprowadź nazwę hosta / PBXu.";
|
||||
$text['description-sip_profile_hostname']['pt-br'] = "Insira o hostname";
|
||||
$text['description-sip_profile_hostname']['pt-pt'] = "Introduza o hostname";
|
||||
$text['description-sip_profile_hostname']['ro-ro'] = "";
|
||||
$text['description-sip_profile_hostname']['ru-ru'] = "Введите имя хоста / имя PBX.";
|
||||
$text['description-sip_profile_hostname']['sv-se'] = "Fyll i hostname / switchname.";
|
||||
$text['description-sip_profile_hostname']['uk-ua'] = "Введіть назву хоста / switchname.";
|
||||
@@ -484,8 +604,11 @@ $text['description-sip_profile_hostname']['uk-ua'] = "Введіть назву
|
||||
$text['description-sip_profile_enabled']['en-us'] = "Control the state of the profile.";
|
||||
$text['description-sip_profile_enabled']['ar-eg'] = "";
|
||||
$text['description-sip_profile_enabled']['de-at'] = "Setzen Sie den Status dieses Profils.";
|
||||
$text['description-sip_profile_enabled']['de-ch'] = "";
|
||||
$text['description-sip_profile_enabled']['de-de'] = "Setzen Sie den Status dieses Profils.";
|
||||
$text['description-sip_profile_enabled']['es-cl'] = "";
|
||||
$text['description-sip_profile_enabled']['es-mx'] = "";
|
||||
$text['description-sip_profile_enabled']['fr-ca'] = "";
|
||||
$text['description-sip_profile_enabled']['fr-fr'] = "Contrôler l'état du profil.";
|
||||
$text['description-sip_profile_enabled']['he-il'] = "";
|
||||
$text['description-sip_profile_enabled']['it-it'] = "";
|
||||
@@ -493,8 +616,9 @@ $text['description-sip_profile_enabled']['nl-nl'] = "";
|
||||
$text['description-sip_profile_enabled']['pl-pl'] = "Kontroluj stan profilu.";
|
||||
$text['description-sip_profile_enabled']['pt-br'] = "Controlar o estado do perfil.";
|
||||
$text['description-sip_profile_enabled']['pt-pt'] = "Controlar o estado do perfil.";
|
||||
$text['description-sip_profile_enabled']['ro-ro'] = "";
|
||||
$text['description-sip_profile_enabled']['ru-ru'] = "Управление состоянием профиля.";
|
||||
$text['description-sip_profile_enabled']['sv-se'] = "Styr tillståndet i profilen.";
|
||||
$text['description-sip_profile_enabled']['uk-ua'] = "Керування станом профілю";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-sys-status']['en-us'] = "System Status";
|
||||
$text['title-sys-status']['ar-eg'] = "";
|
||||
$text['title-sys-status']['de-at'] = "System Status";
|
||||
$text['title-sys-status']['de-ch'] = "";
|
||||
$text['title-sys-status']['de-de'] = "System Status";
|
||||
$text['title-sys-status']['es-cl'] = "Estado del Sistema";
|
||||
$text['title-sys-status']['es-mx'] = "";
|
||||
$text['title-sys-status']['fr-ca'] = "";
|
||||
$text['title-sys-status']['fr-fr'] = "État du Système";
|
||||
$text['title-sys-status']['he-il'] = "";
|
||||
$text['title-sys-status']['it-it'] = "Stato sistema";
|
||||
@@ -13,6 +16,7 @@ $text['title-sys-status']['nl-nl'] = "";
|
||||
$text['title-sys-status']['pl-pl'] = "Stan systemu";
|
||||
$text['title-sys-status']['pt-br'] = "Status do sistema";
|
||||
$text['title-sys-status']['pt-pt'] = "Status do Sistema";
|
||||
$text['title-sys-status']['ro-ro'] = "";
|
||||
$text['title-sys-status']['ru-ru'] = "Статус Системы";
|
||||
$text['title-sys-status']['sv-se'] = "System Status";
|
||||
$text['title-sys-status']['uk-ua'] = "Стан системи ";
|
||||
@@ -20,8 +24,11 @@ $text['title-sys-status']['uk-ua'] = "Стан системи ";
|
||||
$text['title-sys-info']['en-us'] = "System Information";
|
||||
$text['title-sys-info']['ar-eg'] = "";
|
||||
$text['title-sys-info']['de-at'] = "System Information";
|
||||
$text['title-sys-info']['de-ch'] = "";
|
||||
$text['title-sys-info']['de-de'] = "System Information";
|
||||
$text['title-sys-info']['es-cl'] = "Información de Sistema";
|
||||
$text['title-sys-info']['es-mx'] = "";
|
||||
$text['title-sys-info']['fr-ca'] = "";
|
||||
$text['title-sys-info']['fr-fr'] = "Info Système";
|
||||
$text['title-sys-info']['he-il'] = "";
|
||||
$text['title-sys-info']['it-it'] = "Informazioni sistema";
|
||||
@@ -29,6 +36,7 @@ $text['title-sys-info']['nl-nl'] = "";
|
||||
$text['title-sys-info']['pl-pl'] = "Informacje o systemie";
|
||||
$text['title-sys-info']['pt-br'] = "Informação do sistema";
|
||||
$text['title-sys-info']['pt-pt'] = "Informação do Sistema";
|
||||
$text['title-sys-info']['ro-ro'] = "";
|
||||
$text['title-sys-info']['ru-ru'] = "Системная информация";
|
||||
$text['title-sys-info']['sv-se'] = "System Information";
|
||||
$text['title-sys-info']['uk-ua'] = "Інформація про систему";
|
||||
@@ -36,8 +44,11 @@ $text['title-sys-info']['uk-ua'] = "Інформація про систему";
|
||||
$text['title-os-info']['en-us'] = "Operating System Information";
|
||||
$text['title-os-info']['ar-eg'] = "";
|
||||
$text['title-os-info']['de-at'] = "Informationen zum Betriebssystem";
|
||||
$text['title-os-info']['de-ch'] = "";
|
||||
$text['title-os-info']['de-de'] = "Informationen zum Betriebssystem";
|
||||
$text['title-os-info']['es-cl'] = "Información de Sistema Operativo";
|
||||
$text['title-os-info']['es-mx'] = "";
|
||||
$text['title-os-info']['fr-ca'] = "";
|
||||
$text['title-os-info']['fr-fr'] = "Informations sur le système d'exploitation";
|
||||
$text['title-os-info']['he-il'] = "";
|
||||
$text['title-os-info']['it-it'] = "Informazioni sistema operativo";
|
||||
@@ -45,6 +56,7 @@ $text['title-os-info']['nl-nl'] = "";
|
||||
$text['title-os-info']['pl-pl'] = "Informacje o System operacyjny";
|
||||
$text['title-os-info']['pt-br'] = "Informação do Sistema operacional";
|
||||
$text['title-os-info']['pt-pt'] = "Informação do Sistema Operativo";
|
||||
$text['title-os-info']['ro-ro'] = "";
|
||||
$text['title-os-info']['ru-ru'] = "Информация о операционной системе";
|
||||
$text['title-os-info']['sv-se'] = "Operativsystem Systeminformation";
|
||||
$text['title-os-info']['uk-ua'] = "Інформація про Операційна система ";
|
||||
@@ -52,8 +64,11 @@ $text['title-os-info']['uk-ua'] = "Інформація про Операцій
|
||||
$text['title-memcache']['en-us'] = "Memcache Information";
|
||||
$text['title-memcache']['ar-eg'] = "";
|
||||
$text['title-memcache']['de-at'] = "Memcache Information";
|
||||
$text['title-memcache']['de-ch'] = "";
|
||||
$text['title-memcache']['de-de'] = "Memcache Information";
|
||||
$text['title-memcache']['es-cl'] = "Información de Memcache";
|
||||
$text['title-memcache']['es-mx'] = "";
|
||||
$text['title-memcache']['fr-ca'] = "";
|
||||
$text['title-memcache']['fr-fr'] = "Information Memcache";
|
||||
$text['title-memcache']['he-il'] = "";
|
||||
$text['title-memcache']['it-it'] = "Informazioni Memcache";
|
||||
@@ -61,6 +76,7 @@ $text['title-memcache']['nl-nl'] = "";
|
||||
$text['title-memcache']['pl-pl'] = "Informacje o pamięci podręcznej (memcache)";
|
||||
$text['title-memcache']['pt-br'] = "Informação da memória cache";
|
||||
$text['title-memcache']['pt-pt'] = "Informação da Memcache";
|
||||
$text['title-memcache']['ro-ro'] = "";
|
||||
$text['title-memcache']['ru-ru'] = "Информация о кеш памяти";
|
||||
$text['title-memcache']['sv-se'] = "Memcache Information ";
|
||||
$text['title-memcache']['uk-ua'] = "Інформація про кеш-пам'ять ";
|
||||
@@ -68,8 +84,11 @@ $text['title-memcache']['uk-ua'] = "Інформація про кеш-пам'я
|
||||
$text['title-mem']['en-us'] = "Memory Information";
|
||||
$text['title-mem']['ar-eg'] = "";
|
||||
$text['title-mem']['de-at'] = "Speicher Information";
|
||||
$text['title-mem']['de-ch'] = "";
|
||||
$text['title-mem']['de-de'] = "Speicher Information";
|
||||
$text['title-mem']['es-cl'] = "Información de Memoria";
|
||||
$text['title-mem']['es-mx'] = "";
|
||||
$text['title-mem']['fr-ca'] = "";
|
||||
$text['title-mem']['fr-fr'] = "Information Mémoire";
|
||||
$text['title-mem']['he-il'] = "";
|
||||
$text['title-mem']['it-it'] = "Informazioni memoria";
|
||||
@@ -77,6 +96,7 @@ $text['title-mem']['nl-nl'] = "";
|
||||
$text['title-mem']['pl-pl'] = "Informacje o pamięci";
|
||||
$text['title-mem']['pt-br'] = "Informação da memória";
|
||||
$text['title-mem']['pt-pt'] = "Informação da Memória";
|
||||
$text['title-mem']['ro-ro'] = "";
|
||||
$text['title-mem']['ru-ru'] = "Информация о памяти";
|
||||
$text['title-mem']['sv-se'] = "Minnes Information";
|
||||
$text['title-mem']['uk-ua'] = "Інформація про пам'ять ";
|
||||
@@ -84,8 +104,11 @@ $text['title-mem']['uk-ua'] = "Інформація про пам'ять ";
|
||||
$text['title-drive']['en-us'] = "Drive Information";
|
||||
$text['title-drive']['ar-eg'] = "";
|
||||
$text['title-drive']['de-at'] = "Festplatten Information";
|
||||
$text['title-drive']['de-ch'] = "";
|
||||
$text['title-drive']['de-de'] = "Festplatten Information";
|
||||
$text['title-drive']['es-cl'] = "Información de Disco";
|
||||
$text['title-drive']['es-mx'] = "";
|
||||
$text['title-drive']['fr-ca'] = "";
|
||||
$text['title-drive']['fr-fr'] = "Info Disque";
|
||||
$text['title-drive']['he-il'] = "";
|
||||
$text['title-drive']['it-it'] = "Informazioni disco";
|
||||
@@ -93,6 +116,7 @@ $text['title-drive']['nl-nl'] = "";
|
||||
$text['title-drive']['pl-pl'] = "Informacje o dysku";
|
||||
$text['title-drive']['pt-br'] = "Informação do disco";
|
||||
$text['title-drive']['pt-pt'] = "Informação do Disco";
|
||||
$text['title-drive']['ro-ro'] = "";
|
||||
$text['title-drive']['ru-ru'] = "Сведения о дисках";
|
||||
$text['title-drive']['sv-se'] = "Enhetsinformation";
|
||||
$text['title-drive']['uk-ua'] = "Інформація про привід ";
|
||||
@@ -100,8 +124,11 @@ $text['title-drive']['uk-ua'] = "Інформація про привід ";
|
||||
$text['title-cpu']['en-us'] = "CPU Information";
|
||||
$text['title-cpu']['ar-eg'] = "";
|
||||
$text['title-cpu']['de-at'] = "CPU Information";
|
||||
$text['title-cpu']['de-ch'] = "";
|
||||
$text['title-cpu']['de-de'] = "CPU Information";
|
||||
$text['title-cpu']['es-cl'] = "Info CPU";
|
||||
$text['title-cpu']['es-mx'] = "";
|
||||
$text['title-cpu']['fr-ca'] = "";
|
||||
$text['title-cpu']['fr-fr'] = "Info CPU";
|
||||
$text['title-cpu']['he-il'] = "";
|
||||
$text['title-cpu']['it-it'] = "Informazioni CPU";
|
||||
@@ -109,6 +136,7 @@ $text['title-cpu']['nl-nl'] = "";
|
||||
$text['title-cpu']['pl-pl'] = "Informacje o procesorze";
|
||||
$text['title-cpu']['pt-br'] = "Informação da CPU";
|
||||
$text['title-cpu']['pt-pt'] = "Informação de CPU";
|
||||
$text['title-cpu']['ro-ro'] = "";
|
||||
$text['title-cpu']['ru-ru'] = "Информация о процессоре";
|
||||
$text['title-cpu']['sv-se'] = "CPU Information";
|
||||
$text['title-cpu']['uk-ua'] = "Інформація про процесор";
|
||||
@@ -116,8 +144,11 @@ $text['title-cpu']['uk-ua'] = "Інформація про процесор";
|
||||
$text['message-unavailable']['en-us'] = "Unavailable";
|
||||
$text['message-unavailable']['ar-eg'] = "";
|
||||
$text['message-unavailable']['de-at'] = "Nicht verfügbar";
|
||||
$text['message-unavailable']['de-ch'] = "";
|
||||
$text['message-unavailable']['de-de'] = "Nicht verfügbar";
|
||||
$text['message-unavailable']['es-cl'] = "Indisponible";
|
||||
$text['message-unavailable']['es-mx'] = "";
|
||||
$text['message-unavailable']['fr-ca'] = "";
|
||||
$text['message-unavailable']['fr-fr'] = "Indisponible";
|
||||
$text['message-unavailable']['he-il'] = "";
|
||||
$text['message-unavailable']['it-it'] = "Non disponibile";
|
||||
@@ -125,6 +156,7 @@ $text['message-unavailable']['nl-nl'] = "";
|
||||
$text['message-unavailable']['pl-pl'] = "Niedostępny";
|
||||
$text['message-unavailable']['pt-br'] = "Indisponivel";
|
||||
$text['message-unavailable']['pt-pt'] = "Indisponível";
|
||||
$text['message-unavailable']['ro-ro'] = "";
|
||||
$text['message-unavailable']['ru-ru'] = "Недоступен";
|
||||
$text['message-unavailable']['sv-se'] = "Otillgänglig";
|
||||
$text['message-unavailable']['uk-ua'] = "Недоступний ";
|
||||
@@ -132,8 +164,11 @@ $text['message-unavailable']['uk-ua'] = "Недоступний ";
|
||||
$text['label-os']['en-us'] = "Operating System";
|
||||
$text['label-os']['ar-eg'] = "";
|
||||
$text['label-os']['de-at'] = "Betriebssystem";
|
||||
$text['label-os']['de-ch'] = "";
|
||||
$text['label-os']['de-de'] = "Betriebssystem";
|
||||
$text['label-os']['es-cl'] = "Sistema Operativo";
|
||||
$text['label-os']['es-mx'] = "";
|
||||
$text['label-os']['fr-ca'] = "";
|
||||
$text['label-os']['fr-fr'] = "Operating System";
|
||||
$text['label-os']['he-il'] = "";
|
||||
$text['label-os']['it-it'] = "Sistema operativo";
|
||||
@@ -141,6 +176,7 @@ $text['label-os']['nl-nl'] = "";
|
||||
$text['label-os']['pl-pl'] = "System operacyjny";
|
||||
$text['label-os']['pt-br'] = "Sistema operacional";
|
||||
$text['label-os']['pt-pt'] = "Sistema Operativo";
|
||||
$text['label-os']['ro-ro'] = "";
|
||||
$text['label-os']['ru-ru'] = "Операционная система";
|
||||
$text['label-os']['sv-se'] = "Operativsystem";
|
||||
$text['label-os']['uk-ua'] = "Операційна система ";
|
||||
@@ -148,8 +184,11 @@ $text['label-os']['uk-ua'] = "Операційна система ";
|
||||
$text['label-version']['en-us'] = "Version";
|
||||
$text['label-version']['ar-eg'] = "";
|
||||
$text['label-version']['de-at'] = "Version";
|
||||
$text['label-version']['de-ch'] = "";
|
||||
$text['label-version']['de-de'] = "Version";
|
||||
$text['label-version']['es-cl'] = "Versión";
|
||||
$text['label-version']['es-mx'] = "";
|
||||
$text['label-version']['fr-ca'] = "";
|
||||
$text['label-version']['fr-fr'] = "Version";
|
||||
$text['label-version']['he-il'] = "";
|
||||
$text['label-version']['it-it'] = "Versione";
|
||||
@@ -157,6 +196,7 @@ $text['label-version']['nl-nl'] = "";
|
||||
$text['label-version']['pl-pl'] = "Wersja";
|
||||
$text['label-version']['pt-br'] = "Versão";
|
||||
$text['label-version']['pt-pt'] = "Versão";
|
||||
$text['label-version']['ro-ro'] = "";
|
||||
$text['label-version']['ru-ru'] = "Версия";
|
||||
$text['label-version']['sv-se'] = "Version";
|
||||
$text['label-version']['uk-ua'] = "версія";
|
||||
@@ -164,8 +204,11 @@ $text['label-version']['uk-ua'] = "версія";
|
||||
$text['label-path']['en-us'] = "Project Path";
|
||||
$text['label-path']['ar-eg'] = "";
|
||||
$text['label-path']['de-at'] = "Projektpfad";
|
||||
$text['label-path']['de-ch'] = "";
|
||||
$text['label-path']['de-de'] = "Projektpfad";
|
||||
$text['label-path']['es-cl'] = "Ruta del proyecto";
|
||||
$text['label-path']['es-mx'] = "";
|
||||
$text['label-path']['fr-ca'] = "";
|
||||
$text['label-path']['fr-fr'] = "Chemin du projet";
|
||||
$text['label-path']['he-il'] = "";
|
||||
$text['label-path']['it-it'] = "Percorso progetto";
|
||||
@@ -173,6 +216,7 @@ $text['label-path']['nl-nl'] = "";
|
||||
$text['label-path']['pl-pl'] = "Ścieżka projektu";
|
||||
$text['label-path']['pt-br'] = "Caminho do projeto";
|
||||
$text['label-path']['pt-pt'] = "Caminho do projeto";
|
||||
$text['label-path']['ro-ro'] = "";
|
||||
$text['label-path']['ru-ru'] = "Путь к проекту";
|
||||
$text['label-path']['sv-se'] = "Projekt Path";
|
||||
$text['label-path']['uk-ua'] = "шлях проекту";
|
||||
@@ -180,8 +224,11 @@ $text['label-path']['uk-ua'] = "шлях проекту";
|
||||
$text['label-git_info']['en-us'] = "Git Information";
|
||||
$text['label-git_info']['ar-eg'] = "";
|
||||
$text['label-git_info']['de-at'] = "Git Informationen";
|
||||
$text['label-git_info']['de-ch'] = "";
|
||||
$text['label-git_info']['de-de'] = "Git Informationen";
|
||||
$text['label-git_info']['es-cl'] = "Información Git";
|
||||
$text['label-git_info']['es-mx'] = "";
|
||||
$text['label-git_info']['fr-ca'] = "";
|
||||
$text['label-git_info']['fr-fr'] = "Informations Git";
|
||||
$text['label-git_info']['he-il'] = "";
|
||||
$text['label-git_info']['it-it'] = "Informazioni Git";
|
||||
@@ -189,6 +236,7 @@ $text['label-git_info']['nl-nl'] = "";
|
||||
$text['label-git_info']['pl-pl'] = "git informacji";
|
||||
$text['label-git_info']['pt-br'] = "Informações git";
|
||||
$text['label-git_info']['pt-pt'] = "Informações git";
|
||||
$text['label-git_info']['ro-ro'] = "";
|
||||
$text['label-git_info']['ru-ru'] = "Информация о Git";
|
||||
$text['label-git_info']['sv-se'] = "Git Information";
|
||||
$text['label-git_info']['uk-ua'] = "Гіт інформація";
|
||||
@@ -196,8 +244,11 @@ $text['label-git_info']['uk-ua'] = "Гіт інформація";
|
||||
$text['label-git_corrupted']['en-us'] = "Git data is corrupt";
|
||||
$text['label-git_corrupted']['ar-eg'] = "";
|
||||
$text['label-git_corrupted']['de-at'] = "Git Daten sind korrupt";
|
||||
$text['label-git_corrupted']['de-ch'] = "";
|
||||
$text['label-git_corrupted']['de-de'] = "Git Daten sind korrupt";
|
||||
$text['label-git_corrupted']['es-cl'] = "Git datos es corrupto";
|
||||
$text['label-git_corrupted']['es-mx'] = "";
|
||||
$text['label-git_corrupted']['fr-ca'] = "";
|
||||
$text['label-git_corrupted']['fr-fr'] = "Données Git est corrompu";
|
||||
$text['label-git_corrupted']['he-il'] = "";
|
||||
$text['label-git_corrupted']['it-it'] = "Dati Git è corrotto";
|
||||
@@ -205,6 +256,7 @@ $text['label-git_corrupted']['nl-nl'] = "";
|
||||
$text['label-git_corrupted']['pl-pl'] = "Git danych jest uszkodzony";
|
||||
$text['label-git_corrupted']['pt-br'] = "Dados Git é corrupto";
|
||||
$text['label-git_corrupted']['pt-pt'] = "Dados Git é corrupto";
|
||||
$text['label-git_corrupted']['ro-ro'] = "";
|
||||
$text['label-git_corrupted']['ru-ru'] = "Git Данные повреждены";
|
||||
$text['label-git_corrupted']['sv-se'] = "Git data är korrupt";
|
||||
$text['label-git_corrupted']['uk-ua'] = "Гіт дані пошкоджені";
|
||||
@@ -212,8 +264,11 @@ $text['label-git_corrupted']['uk-ua'] = "Гіт дані пошкоджені";
|
||||
$text['label-switch']['en-us'] = "Switch";
|
||||
$text['label-switch']['ar-eg'] = "";
|
||||
$text['label-switch']['de-at'] = "Switch";
|
||||
$text['label-switch']['de-ch'] = "";
|
||||
$text['label-switch']['de-de'] = "Switch";
|
||||
$text['label-switch']['es-cl'] = "Cambiar";
|
||||
$text['label-switch']['es-mx'] = "";
|
||||
$text['label-switch']['fr-ca'] = "";
|
||||
$text['label-switch']['fr-fr'] = "Interrupteur";
|
||||
$text['label-switch']['he-il'] = "";
|
||||
$text['label-switch']['it-it'] = "Switch";
|
||||
@@ -221,6 +276,7 @@ $text['label-switch']['nl-nl'] = "";
|
||||
$text['label-switch']['pl-pl'] = "Przełącznik";
|
||||
$text['label-switch']['pt-br'] = "Interruptor";
|
||||
$text['label-switch']['pt-pt'] = "Interruptor";
|
||||
$text['label-switch']['ro-ro'] = "";
|
||||
$text['label-switch']['ru-ru'] = "FreeSwitch";
|
||||
$text['label-switch']['sv-se'] = "Switch";
|
||||
$text['label-switch']['uk-ua'] = "перемикач";
|
||||
@@ -228,8 +284,11 @@ $text['label-switch']['uk-ua'] = "перемикач";
|
||||
$text['label-git_branch']['en-us'] = "Branch";
|
||||
$text['label-git_branch']['ar-eg'] = "";
|
||||
$text['label-git_branch']['de-at'] = "Zweig";
|
||||
$text['label-git_branch']['de-ch'] = "";
|
||||
$text['label-git_branch']['de-de'] = "Zweig";
|
||||
$text['label-git_branch']['es-cl'] = "Rama";
|
||||
$text['label-git_branch']['es-mx'] = "";
|
||||
$text['label-git_branch']['fr-ca'] = "";
|
||||
$text['label-git_branch']['fr-fr'] = "Une succursale";
|
||||
$text['label-git_branch']['he-il'] = "";
|
||||
$text['label-git_branch']['it-it'] = "Branch";
|
||||
@@ -237,6 +296,7 @@ $text['label-git_branch']['nl-nl'] = "";
|
||||
$text['label-git_branch']['pl-pl'] = "Gałąź";
|
||||
$text['label-git_branch']['pt-br'] = "Ramo";
|
||||
$text['label-git_branch']['pt-pt'] = "Ramo";
|
||||
$text['label-git_branch']['ro-ro'] = "";
|
||||
$text['label-git_branch']['ru-ru'] = "Ветка";
|
||||
$text['label-git_branch']['sv-se'] = "Branch";
|
||||
$text['label-git_branch']['uk-ua'] = "філія";
|
||||
@@ -244,8 +304,11 @@ $text['label-git_branch']['uk-ua'] = "філія";
|
||||
$text['label-git_commit']['en-us'] = "Commit";
|
||||
$text['label-git_commit']['ar-eg'] = "";
|
||||
$text['label-git_commit']['de-at'] = "Übergeben";
|
||||
$text['label-git_commit']['de-ch'] = "";
|
||||
$text['label-git_commit']['de-de'] = "Übergeben";
|
||||
$text['label-git_commit']['es-cl'] = "Cometer";
|
||||
$text['label-git_commit']['es-mx'] = "";
|
||||
$text['label-git_commit']['fr-ca'] = "";
|
||||
$text['label-git_commit']['fr-fr'] = "Commettre";
|
||||
$text['label-git_commit']['he-il'] = "";
|
||||
$text['label-git_commit']['it-it'] = "Commit";
|
||||
@@ -253,6 +316,7 @@ $text['label-git_commit']['nl-nl'] = "";
|
||||
$text['label-git_commit']['pl-pl'] = "Popełnić";
|
||||
$text['label-git_commit']['pt-br'] = "cometer";
|
||||
$text['label-git_commit']['pt-pt'] = "cometer";
|
||||
$text['label-git_commit']['ro-ro'] = "";
|
||||
$text['label-git_commit']['ru-ru'] = "Фиксация";
|
||||
$text['label-git_commit']['sv-se'] = "Commit";
|
||||
$text['label-git_commit']['uk-ua'] = "здійснити";
|
||||
@@ -260,8 +324,11 @@ $text['label-git_commit']['uk-ua'] = "здійснити";
|
||||
$text['label-git_origin']['en-us'] = "Origin";
|
||||
$text['label-git_origin']['ar-eg'] = "";
|
||||
$text['label-git_origin']['de-at'] = "Quelle";
|
||||
$text['label-git_origin']['de-ch'] = "";
|
||||
$text['label-git_origin']['de-de'] = "Quelle";
|
||||
$text['label-git_origin']['es-cl'] = "Origen";
|
||||
$text['label-git_origin']['es-mx'] = "";
|
||||
$text['label-git_origin']['fr-ca'] = "";
|
||||
$text['label-git_origin']['fr-fr'] = "Origine";
|
||||
$text['label-git_origin']['he-il'] = "";
|
||||
$text['label-git_origin']['it-it'] = "Origine";
|
||||
@@ -269,6 +336,7 @@ $text['label-git_origin']['nl-nl'] = "";
|
||||
$text['label-git_origin']['pl-pl'] = "Pochodzenie";
|
||||
$text['label-git_origin']['pt-br'] = "Origem";
|
||||
$text['label-git_origin']['pt-pt'] = "Origem";
|
||||
$text['label-git_origin']['ro-ro'] = "";
|
||||
$text['label-git_origin']['ru-ru'] = "Происхождение";
|
||||
$text['label-git_origin']['sv-se'] = "Ursprung";
|
||||
$text['label-git_origin']['uk-ua'] = "походження";
|
||||
@@ -276,8 +344,11 @@ $text['label-git_origin']['uk-ua'] = "походження";
|
||||
$text['label-git_status']['en-us'] = "Status";
|
||||
$text['label-git_status']['ar-eg'] = "";
|
||||
$text['label-git_status']['de-at'] = "Status";
|
||||
$text['label-git_status']['de-ch'] = "";
|
||||
$text['label-git_status']['de-de'] = "Status";
|
||||
$text['label-git_status']['es-cl'] = "Estado de";
|
||||
$text['label-git_status']['es-mx'] = "";
|
||||
$text['label-git_status']['fr-ca'] = "";
|
||||
$text['label-git_status']['fr-fr'] = "Statut";
|
||||
$text['label-git_status']['he-il'] = "";
|
||||
$text['label-git_status']['it-it'] = "Stato";
|
||||
@@ -285,6 +356,7 @@ $text['label-git_status']['nl-nl'] = "";
|
||||
$text['label-git_status']['pl-pl'] = "Status";
|
||||
$text['label-git_status']['pt-br'] = "Status do";
|
||||
$text['label-git_status']['pt-pt'] = "Status do";
|
||||
$text['label-git_status']['ro-ro'] = "";
|
||||
$text['label-git_status']['ru-ru'] = "Статус";
|
||||
$text['label-git_status']['sv-se'] = "Status";
|
||||
$text['label-git_status']['uk-ua'] = "Статус";
|
||||
@@ -292,8 +364,11 @@ $text['label-git_status']['uk-ua'] = "Статус";
|
||||
$text['label-memcache_status']['en-us'] = "Memcache Status";
|
||||
$text['label-memcache_status']['ar-eg'] = "";
|
||||
$text['label-memcache_status']['de-at'] = "Memcache Status";
|
||||
$text['label-memcache_status']['de-ch'] = "";
|
||||
$text['label-memcache_status']['de-de'] = "Memcache Status";
|
||||
$text['label-memcache_status']['es-cl'] = "Estado de Memcache";
|
||||
$text['label-memcache_status']['es-mx'] = "";
|
||||
$text['label-memcache_status']['fr-ca'] = "";
|
||||
$text['label-memcache_status']['fr-fr'] = "Statut Memcache";
|
||||
$text['label-memcache_status']['he-il'] = "";
|
||||
$text['label-memcache_status']['it-it'] = "Stato Memcache";
|
||||
@@ -301,6 +376,7 @@ $text['label-memcache_status']['nl-nl'] = "";
|
||||
$text['label-memcache_status']['pl-pl'] = "Status pamięci podręcznej (memcache)";
|
||||
$text['label-memcache_status']['pt-br'] = "Estado da memória cache";
|
||||
$text['label-memcache_status']['pt-pt'] = "Estado da Memcache";
|
||||
$text['label-memcache_status']['ro-ro'] = "";
|
||||
$text['label-memcache_status']['ru-ru'] = "Статус кеш памяти";
|
||||
$text['label-memcache_status']['sv-se'] = "Memcache Status ";
|
||||
$text['label-memcache_status']['uk-ua'] = "Стан кеш-пам'яті";
|
||||
@@ -308,8 +384,11 @@ $text['label-memcache_status']['uk-ua'] = "Стан кеш-пам'яті";
|
||||
$text['label-mem']['en-us'] = "Memory Status";
|
||||
$text['label-mem']['ar-eg'] = "";
|
||||
$text['label-mem']['de-at'] = "Speicher Status";
|
||||
$text['label-mem']['de-ch'] = "";
|
||||
$text['label-mem']['de-de'] = "Speicher Status";
|
||||
$text['label-mem']['es-cl'] = "Estado de Memoria";
|
||||
$text['label-mem']['es-mx'] = "";
|
||||
$text['label-mem']['fr-ca'] = "";
|
||||
$text['label-mem']['fr-fr'] = "Statut Mémoire";
|
||||
$text['label-mem']['he-il'] = "";
|
||||
$text['label-mem']['it-it'] = "Stato Memoria";
|
||||
@@ -317,6 +396,7 @@ $text['label-mem']['nl-nl'] = "";
|
||||
$text['label-mem']['pl-pl'] = "Status pamięci";
|
||||
$text['label-mem']['pt-br'] = "Estado de memória";
|
||||
$text['label-mem']['pt-pt'] = "Estado da Memória";
|
||||
$text['label-mem']['ro-ro'] = "";
|
||||
$text['label-mem']['ru-ru'] = "Статус памяти";
|
||||
$text['label-mem']['sv-se'] = "Minnesstatus";
|
||||
$text['label-mem']['uk-ua'] = "Стан пам'яті ";
|
||||
@@ -324,8 +404,11 @@ $text['label-mem']['uk-ua'] = "Стан пам'яті ";
|
||||
$text['label-drive-percent']['en-us'] = "Percent Free";
|
||||
$text['label-drive-percent']['ar-eg'] = "";
|
||||
$text['label-drive-percent']['de-at'] = "Prozent Frei";
|
||||
$text['label-drive-percent']['de-ch'] = "";
|
||||
$text['label-drive-percent']['de-de'] = "Prozent Frei";
|
||||
$text['label-drive-percent']['es-cl'] = "Porcentaje Libre";
|
||||
$text['label-drive-percent']['es-mx'] = "";
|
||||
$text['label-drive-percent']['fr-ca'] = "";
|
||||
$text['label-drive-percent']['fr-fr'] = "Pourcent Libre";
|
||||
$text['label-drive-percent']['he-il'] = "";
|
||||
$text['label-drive-percent']['it-it'] = "Percentuale libera";
|
||||
@@ -333,6 +416,7 @@ $text['label-drive-percent']['nl-nl'] = "";
|
||||
$text['label-drive-percent']['pl-pl'] = "Dostępne w %";
|
||||
$text['label-drive-percent']['pt-br'] = "Percentagem livre";
|
||||
$text['label-drive-percent']['pt-pt'] = "Percentagem Livre";
|
||||
$text['label-drive-percent']['ro-ro'] = "";
|
||||
$text['label-drive-percent']['ru-ru'] = "Процент свободных";
|
||||
$text['label-drive-percent']['sv-se'] = "Procent Ledigt";
|
||||
$text['label-drive-percent']['uk-ua'] = "Відсоток вільного";
|
||||
@@ -340,8 +424,11 @@ $text['label-drive-percent']['uk-ua'] = "Відсоток вільного";
|
||||
$text['label-drive-free']['en-us'] = "Free Space";
|
||||
$text['label-drive-free']['ar-eg'] = "";
|
||||
$text['label-drive-free']['de-at'] = "Freier Speicherplatz";
|
||||
$text['label-drive-free']['de-ch'] = "";
|
||||
$text['label-drive-free']['de-de'] = "Freier Speicherplatz";
|
||||
$text['label-drive-free']['es-cl'] = "Espacio Libre";
|
||||
$text['label-drive-free']['es-mx'] = "";
|
||||
$text['label-drive-free']['fr-ca'] = "";
|
||||
$text['label-drive-free']['fr-fr'] = "Espace Libre";
|
||||
$text['label-drive-free']['he-il'] = "";
|
||||
$text['label-drive-free']['it-it'] = "Spazio Libero";
|
||||
@@ -349,6 +436,7 @@ $text['label-drive-free']['nl-nl'] = "";
|
||||
$text['label-drive-free']['pl-pl'] = "Wolne miejsce";
|
||||
$text['label-drive-free']['pt-br'] = "Espeço livre";
|
||||
$text['label-drive-free']['pt-pt'] = "Espaço Livre";
|
||||
$text['label-drive-free']['ro-ro'] = "";
|
||||
$text['label-drive-free']['ru-ru'] = "Свободное место";
|
||||
$text['label-drive-free']['sv-se'] = "Ledigt Utrymme";
|
||||
$text['label-drive-free']['uk-ua'] = "Вільно";
|
||||
@@ -356,8 +444,11 @@ $text['label-drive-free']['uk-ua'] = "Вільно";
|
||||
$text['label-drive-capacity']['en-us'] = "Capacity";
|
||||
$text['label-drive-capacity']['ar-eg'] = "";
|
||||
$text['label-drive-capacity']['de-at'] = "Kapazität";
|
||||
$text['label-drive-capacity']['de-ch'] = "";
|
||||
$text['label-drive-capacity']['de-de'] = "Kapazität";
|
||||
$text['label-drive-capacity']['es-cl'] = "Capacidad";
|
||||
$text['label-drive-capacity']['es-mx'] = "";
|
||||
$text['label-drive-capacity']['fr-ca'] = "";
|
||||
$text['label-drive-capacity']['fr-fr'] = "Capacité";
|
||||
$text['label-drive-capacity']['he-il'] = "";
|
||||
$text['label-drive-capacity']['it-it'] = "Capacità";
|
||||
@@ -365,6 +456,7 @@ $text['label-drive-capacity']['nl-nl'] = "";
|
||||
$text['label-drive-capacity']['pl-pl'] = "Pojemność";
|
||||
$text['label-drive-capacity']['pt-br'] = "Capacidade";
|
||||
$text['label-drive-capacity']['pt-pt'] = "Capacidade";
|
||||
$text['label-drive-capacity']['ro-ro'] = "";
|
||||
$text['label-drive-capacity']['ru-ru'] = "Вместимость";
|
||||
$text['label-drive-capacity']['sv-se'] = "Kapacitet";
|
||||
$text['label-drive-capacity']['uk-ua'] = "Емність";
|
||||
@@ -372,8 +464,11 @@ $text['label-drive-capacity']['uk-ua'] = "Емність";
|
||||
$text['label-drive']['en-us'] = "Drive Space";
|
||||
$text['label-drive']['ar-eg'] = "";
|
||||
$text['label-drive']['de-at'] = "Festplatten Speicher";
|
||||
$text['label-drive']['de-ch'] = "";
|
||||
$text['label-drive']['de-de'] = "Festplatten Speicher";
|
||||
$text['label-drive']['es-cl'] = "Espacio en Disco";
|
||||
$text['label-drive']['es-mx'] = "";
|
||||
$text['label-drive']['fr-ca'] = "";
|
||||
$text['label-drive']['fr-fr'] = "Espace Disque";
|
||||
$text['label-drive']['he-il'] = "";
|
||||
$text['label-drive']['it-it'] = "Spazio disco";
|
||||
@@ -381,6 +476,7 @@ $text['label-drive']['nl-nl'] = "";
|
||||
$text['label-drive']['pl-pl'] = "Pojemność dysku";
|
||||
$text['label-drive']['pt-br'] = "Espaço do disco";
|
||||
$text['label-drive']['pt-pt'] = "Espaço do Disco";
|
||||
$text['label-drive']['ro-ro'] = "";
|
||||
$text['label-drive']['ru-ru'] = "Объем дискового пространства";
|
||||
$text['label-drive']['sv-se'] = "Enhetsutrymme";
|
||||
$text['label-drive']['uk-ua'] = "Диски";
|
||||
@@ -388,8 +484,11 @@ $text['label-drive']['uk-ua'] = "Диски";
|
||||
$text['label-cpu']['en-us'] = "CPU Status";
|
||||
$text['label-cpu']['ar-eg'] = "";
|
||||
$text['label-cpu']['de-at'] = "CPU Status";
|
||||
$text['label-cpu']['de-ch'] = "";
|
||||
$text['label-cpu']['de-de'] = "CPU Status";
|
||||
$text['label-cpu']['es-cl'] = "Estado de CPU";
|
||||
$text['label-cpu']['es-mx'] = "";
|
||||
$text['label-cpu']['fr-ca'] = "";
|
||||
$text['label-cpu']['fr-fr'] = "CPU Statut";
|
||||
$text['label-cpu']['he-il'] = "";
|
||||
$text['label-cpu']['it-it'] = "Stato CPU";
|
||||
@@ -397,6 +496,7 @@ $text['label-cpu']['nl-nl'] = "";
|
||||
$text['label-cpu']['pl-pl'] = "Status procesora";
|
||||
$text['label-cpu']['pt-br'] = "Estado da CPU";
|
||||
$text['label-cpu']['pt-pt'] = "Estado do CPU";
|
||||
$text['label-cpu']['ro-ro'] = "";
|
||||
$text['label-cpu']['ru-ru'] = "Статус процессора";
|
||||
$text['label-cpu']['sv-se'] = "CPU Status";
|
||||
$text['label-cpu']['uk-ua'] = "Стан процесора ";
|
||||
@@ -404,8 +504,11 @@ $text['label-cpu']['uk-ua'] = "Стан процесора ";
|
||||
$text['header-sys-status']['en-us'] = "System Status";
|
||||
$text['header-sys-status']['ar-eg'] = "";
|
||||
$text['header-sys-status']['de-at'] = "System Status";
|
||||
$text['header-sys-status']['de-ch'] = "";
|
||||
$text['header-sys-status']['de-de'] = "System Status";
|
||||
$text['header-sys-status']['es-cl'] = "Estado del Sistema";
|
||||
$text['header-sys-status']['es-mx'] = "";
|
||||
$text['header-sys-status']['fr-ca'] = "";
|
||||
$text['header-sys-status']['fr-fr'] = "État du Système";
|
||||
$text['header-sys-status']['he-il'] = "";
|
||||
$text['header-sys-status']['it-it'] = "Stato Sistema";
|
||||
@@ -413,8 +516,9 @@ $text['header-sys-status']['nl-nl'] = "";
|
||||
$text['header-sys-status']['pl-pl'] = "Status systemu";
|
||||
$text['header-sys-status']['pt-br'] = "Status do sistema";
|
||||
$text['header-sys-status']['pt-pt'] = "Status do Sistema";
|
||||
$text['header-sys-status']['ro-ro'] = "";
|
||||
$text['header-sys-status']['ru-ru'] = "Статус Системы";
|
||||
$text['header-sys-status']['sv-se'] = "System Status";
|
||||
$text['header-sys-status']['uk-ua'] = "Стан системи ";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['title-time_conditions']['ar-eg'] = "";
|
||||
$text['title-time_conditions']['de-at'] = "Zeitschaltung";
|
||||
$text['title-time_conditions']['de-ch'] = "";
|
||||
$text['title-time_conditions']['de-de'] = "Zeitschaltung";
|
||||
$text['title-time_conditions']['es-cl'] = "Condiciones Temporales";
|
||||
$text['title-time_conditions']['es-mx'] = "";
|
||||
$text['title-time_conditions']['fr-ca'] = "";
|
||||
$text['title-time_conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['title-time_conditions']['he-il'] = "";
|
||||
$text['title-time_conditions']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-time_conditions']['nl-nl'] = "";
|
||||
$text['title-time_conditions']['pl-pl'] = "Warunki czasowe";
|
||||
$text['title-time_conditions']['pt-br'] = "Condições temporarias";
|
||||
$text['title-time_conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['title-time_conditions']['ro-ro'] = "";
|
||||
$text['title-time_conditions']['ru-ru'] = "Временные условия";
|
||||
$text['title-time_conditions']['sv-se'] = "Tidsstyrning";
|
||||
$text['title-time_conditions']['uk-ua'] = "Часові умови";
|
||||
@@ -20,8 +24,11 @@ $text['title-time_conditions']['uk-ua'] = "Часові умови";
|
||||
$text['button-dialplan']['en-us'] = "Dialplan";
|
||||
$text['button-dialplan']['ar-eg'] = "";
|
||||
$text['button-dialplan']['de-at'] = "Wählplan";
|
||||
$text['button-dialplan']['de-ch'] = "";
|
||||
$text['button-dialplan']['de-de'] = "Wählplan";
|
||||
$text['button-dialplan']['es-cl'] = "Plan de Marcado";
|
||||
$text['button-dialplan']['es-mx'] = "";
|
||||
$text['button-dialplan']['fr-ca'] = "";
|
||||
$text['button-dialplan']['fr-fr'] = "Plan de num";
|
||||
$text['button-dialplan']['he-il'] = "";
|
||||
$text['button-dialplan']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['button-dialplan']['nl-nl'] = "";
|
||||
$text['button-dialplan']['pl-pl'] = "Dialplan ";
|
||||
$text['button-dialplan']['pt-br'] = "Dialplan";
|
||||
$text['button-dialplan']['pt-pt'] = "Dialplan";
|
||||
$text['button-dialplan']['ro-ro'] = "";
|
||||
$text['button-dialplan']['ru-ru'] = "Нумерационный План";
|
||||
$text['button-dialplan']['sv-se'] = "Nummerplan";
|
||||
$text['button-dialplan']['uk-ua'] = "";
|
||||
@@ -36,8 +44,11 @@ $text['button-dialplan']['uk-ua'] = "";
|
||||
$text['message-alternate_destination_required']['en-us'] = "Alternate Destination Required";
|
||||
$text['message-alternate_destination_required']['ar-eg'] = "";
|
||||
$text['message-alternate_destination_required']['de-at'] = "Alternatives Ziel benötigt";
|
||||
$text['message-alternate_destination_required']['de-ch'] = "";
|
||||
$text['message-alternate_destination_required']['de-de'] = "Alternatives Ziel benötigt";
|
||||
$text['message-alternate_destination_required']['es-cl'] = "Destino Alternativo Requerido";
|
||||
$text['message-alternate_destination_required']['es-mx'] = "";
|
||||
$text['message-alternate_destination_required']['fr-ca'] = "";
|
||||
$text['message-alternate_destination_required']['fr-fr'] = "Autre Destination Requise";
|
||||
$text['message-alternate_destination_required']['he-il'] = "";
|
||||
$text['message-alternate_destination_required']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['message-alternate_destination_required']['nl-nl'] = "";
|
||||
$text['message-alternate_destination_required']['pl-pl'] = "Wymagana jest alternatywna destynacja";
|
||||
$text['message-alternate_destination_required']['pt-br'] = "Destino alternativo obrigatório";
|
||||
$text['message-alternate_destination_required']['pt-pt'] = "Destino Alternativo Obrigatório";
|
||||
$text['message-alternate_destination_required']['ro-ro'] = "";
|
||||
$text['message-alternate_destination_required']['ru-ru'] = "Требуется альтернативное назначение";
|
||||
$text['message-alternate_destination_required']['sv-se'] = "Alternativ Destination Krävs";
|
||||
$text['message-alternate_destination_required']['uk-ua'] = "";
|
||||
@@ -52,8 +64,11 @@ $text['message-alternate_destination_required']['uk-ua'] = "";
|
||||
$text['label-year']['en-us'] = "Year";
|
||||
$text['label-year']['ar-eg'] = "";
|
||||
$text['label-year']['de-at'] = "Jahr";
|
||||
$text['label-year']['de-ch'] = "";
|
||||
$text['label-year']['de-de'] = "Jahr";
|
||||
$text['label-year']['es-cl'] = "Año";
|
||||
$text['label-year']['es-mx'] = "";
|
||||
$text['label-year']['fr-ca'] = "";
|
||||
$text['label-year']['fr-fr'] = "Année";
|
||||
$text['label-year']['he-il'] = "שנה";
|
||||
$text['label-year']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['label-year']['nl-nl'] = "";
|
||||
$text['label-year']['pl-pl'] = "Rok";
|
||||
$text['label-year']['pt-br'] = "Ano";
|
||||
$text['label-year']['pt-pt'] = "Ano";
|
||||
$text['label-year']['ro-ro'] = "";
|
||||
$text['label-year']['ru-ru'] = "Год";
|
||||
$text['label-year']['sv-se'] = "År";
|
||||
$text['label-year']['uk-ua'] = "Рік";
|
||||
@@ -68,8 +84,11 @@ $text['label-year']['uk-ua'] = "Рік";
|
||||
$text['label-week-of-year']['en-us'] = "Week of Year";
|
||||
$text['label-week-of-year']['ar-eg'] = "";
|
||||
$text['label-week-of-year']['de-at'] = "Woche des Jahres";
|
||||
$text['label-week-of-year']['de-ch'] = "";
|
||||
$text['label-week-of-year']['de-de'] = "Woche des Jahres";
|
||||
$text['label-week-of-year']['es-cl'] = "Semana del año";
|
||||
$text['label-week-of-year']['es-mx'] = "";
|
||||
$text['label-week-of-year']['fr-ca'] = "";
|
||||
$text['label-week-of-year']['fr-fr'] = "Semaine de l'année";
|
||||
$text['label-week-of-year']['he-il'] = "שבוע בשנה";
|
||||
$text['label-week-of-year']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-week-of-year']['nl-nl'] = "";
|
||||
$text['label-week-of-year']['pl-pl'] = "Tydzień roku";
|
||||
$text['label-week-of-year']['pt-br'] = "Semana do ano";
|
||||
$text['label-week-of-year']['pt-pt'] = "Semana do ano";
|
||||
$text['label-week-of-year']['ro-ro'] = "";
|
||||
$text['label-week-of-year']['ru-ru'] = "Неделя года";
|
||||
$text['label-week-of-year']['sv-se'] = "Vecka på Året";
|
||||
$text['label-week-of-year']['uk-ua'] = "Тиждень року";
|
||||
@@ -84,8 +104,11 @@ $text['label-week-of-year']['uk-ua'] = "Тиждень року";
|
||||
$text['label-week-of-month']['en-us'] = "Week of Month";
|
||||
$text['label-week-of-month']['ar-eg'] = "";
|
||||
$text['label-week-of-month']['de-at'] = "Woche des Monats";
|
||||
$text['label-week-of-month']['de-ch'] = "";
|
||||
$text['label-week-of-month']['de-de'] = "Woche des Monats";
|
||||
$text['label-week-of-month']['es-cl'] = "Semana del Mes";
|
||||
$text['label-week-of-month']['es-mx'] = "";
|
||||
$text['label-week-of-month']['fr-ca'] = "";
|
||||
$text['label-week-of-month']['fr-fr'] = "Semaine du Mois";
|
||||
$text['label-week-of-month']['he-il'] = "שבוע בחודש";
|
||||
$text['label-week-of-month']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-week-of-month']['nl-nl'] = "";
|
||||
$text['label-week-of-month']['pl-pl'] = "Tydzień miesiąca";
|
||||
$text['label-week-of-month']['pt-br'] = "Semand do mês";
|
||||
$text['label-week-of-month']['pt-pt'] = "Semana do Mês";
|
||||
$text['label-week-of-month']['ro-ro'] = "";
|
||||
$text['label-week-of-month']['ru-ru'] = "Неделя месяца";
|
||||
$text['label-week-of-month']['sv-se'] = "Vecka i Månad";
|
||||
$text['label-week-of-month']['uk-ua'] = "Тиждень місяця";
|
||||
@@ -100,8 +124,11 @@ $text['label-week-of-month']['uk-ua'] = "Тиждень місяця";
|
||||
$text['label-time-of-day_minute']['en-us'] = "Minute";
|
||||
$text['label-time-of-day_minute']['ar-eg'] = "";
|
||||
$text['label-time-of-day_minute']['de-at'] = "Minute";
|
||||
$text['label-time-of-day_minute']['de-ch'] = "";
|
||||
$text['label-time-of-day_minute']['de-de'] = "Minute";
|
||||
$text['label-time-of-day_minute']['es-cl'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['es-mx'] = "";
|
||||
$text['label-time-of-day_minute']['fr-ca'] = "";
|
||||
$text['label-time-of-day_minute']['fr-fr'] = "Minute";
|
||||
$text['label-time-of-day_minute']['he-il'] = "דקה";
|
||||
$text['label-time-of-day_minute']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['label-time-of-day_minute']['nl-nl'] = "";
|
||||
$text['label-time-of-day_minute']['pl-pl'] = "Minuta";
|
||||
$text['label-time-of-day_minute']['pt-br'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['pt-pt'] = "Minuto";
|
||||
$text['label-time-of-day_minute']['ro-ro'] = "";
|
||||
$text['label-time-of-day_minute']['ru-ru'] = "Минута";
|
||||
$text['label-time-of-day_minute']['sv-se'] = "Minut";
|
||||
$text['label-time-of-day_minute']['uk-ua'] = "Хвилина";
|
||||
@@ -116,8 +144,11 @@ $text['label-time-of-day_minute']['uk-ua'] = "Хвилина";
|
||||
$text['label-time-of-day_hour']['en-us'] = "Hour";
|
||||
$text['label-time-of-day_hour']['ar-eg'] = "";
|
||||
$text['label-time-of-day_hour']['de-at'] = "Stunde";
|
||||
$text['label-time-of-day_hour']['de-ch'] = "";
|
||||
$text['label-time-of-day_hour']['de-de'] = "Stunde";
|
||||
$text['label-time-of-day_hour']['es-cl'] = "Horas";
|
||||
$text['label-time-of-day_hour']['es-mx'] = "";
|
||||
$text['label-time-of-day_hour']['fr-ca'] = "";
|
||||
$text['label-time-of-day_hour']['fr-fr'] = "Hour";
|
||||
$text['label-time-of-day_hour']['he-il'] = "שעה";
|
||||
$text['label-time-of-day_hour']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['label-time-of-day_hour']['nl-nl'] = "";
|
||||
$text['label-time-of-day_hour']['pl-pl'] = "Godzina";
|
||||
$text['label-time-of-day_hour']['pt-br'] = "Horas";
|
||||
$text['label-time-of-day_hour']['pt-pt'] = "Horas";
|
||||
$text['label-time-of-day_hour']['ro-ro'] = "";
|
||||
$text['label-time-of-day_hour']['ru-ru'] = "Час";
|
||||
$text['label-time-of-day_hour']['sv-se'] = "Timma";
|
||||
$text['label-time-of-day_hour']['uk-ua'] = "Година";
|
||||
@@ -132,8 +164,11 @@ $text['label-time-of-day_hour']['uk-ua'] = "Година";
|
||||
$text['label-time-of-day']['en-us'] = "Time of Day";
|
||||
$text['label-time-of-day']['ar-eg'] = "";
|
||||
$text['label-time-of-day']['de-at'] = "Tageszeit";
|
||||
$text['label-time-of-day']['de-ch'] = "";
|
||||
$text['label-time-of-day']['de-de'] = "Tageszeit";
|
||||
$text['label-time-of-day']['es-cl'] = "Hora del día";
|
||||
$text['label-time-of-day']['es-mx'] = "";
|
||||
$text['label-time-of-day']['fr-ca'] = "";
|
||||
$text['label-time-of-day']['fr-fr'] = "Heure de la journée";
|
||||
$text['label-time-of-day']['he-il'] = "זמן ביום";
|
||||
$text['label-time-of-day']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['label-time-of-day']['nl-nl'] = "";
|
||||
$text['label-time-of-day']['pl-pl'] = "Pora dnia";
|
||||
$text['label-time-of-day']['pt-br'] = "Hora do dia";
|
||||
$text['label-time-of-day']['pt-pt'] = "Hora do Dia";
|
||||
$text['label-time-of-day']['ro-ro'] = "";
|
||||
$text['label-time-of-day']['ru-ru'] = "Время суток";
|
||||
$text['label-time-of-day']['sv-se'] = "Tid på Dag";
|
||||
$text['label-time-of-day']['uk-ua'] = "Час дня";
|
||||
@@ -148,8 +184,11 @@ $text['label-time-of-day']['uk-ua'] = "Час дня";
|
||||
$text['label-template']['en-us'] = "Template";
|
||||
$text['label-template']['ar-eg'] = "";
|
||||
$text['label-template']['de-at'] = "Vorlage";
|
||||
$text['label-template']['de-ch'] = "";
|
||||
$text['label-template']['de-de'] = "Vorlage";
|
||||
$text['label-template']['es-cl'] = "Plantilla";
|
||||
$text['label-template']['es-mx'] = "";
|
||||
$text['label-template']['fr-ca'] = "";
|
||||
$text['label-template']['fr-fr'] = "Modèle";
|
||||
$text['label-template']['he-il'] = "תבנית";
|
||||
$text['label-template']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['label-template']['nl-nl'] = "";
|
||||
$text['label-template']['pl-pl'] = "Szablon";
|
||||
$text['label-template']['pt-br'] = "Template";
|
||||
$text['label-template']['pt-pt'] = "Template";
|
||||
$text['label-template']['ro-ro'] = "";
|
||||
$text['label-template']['ru-ru'] = "Шаблон";
|
||||
$text['label-template']['sv-se'] = "Mall";
|
||||
$text['label-template']['uk-ua'] = "Шаблон";
|
||||
@@ -164,8 +204,11 @@ $text['label-template']['uk-ua'] = "Шаблон";
|
||||
$text['label-settings']['en-us'] = "Settings";
|
||||
$text['label-settings']['ar-eg'] = "";
|
||||
$text['label-settings']['de-at'] = "Einstellungen";
|
||||
$text['label-settings']['de-ch'] = "";
|
||||
$text['label-settings']['de-de'] = "Einstellungen";
|
||||
$text['label-settings']['es-cl'] = "Ajustes";
|
||||
$text['label-settings']['es-mx'] = "";
|
||||
$text['label-settings']['fr-ca'] = "";
|
||||
$text['label-settings']['fr-fr'] = "Paramètres";
|
||||
$text['label-settings']['he-il'] = "הגדרות";
|
||||
$text['label-settings']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['label-settings']['nl-nl'] = "";
|
||||
$text['label-settings']['pl-pl'] = "Ustawienia";
|
||||
$text['label-settings']['pt-br'] = "Definições";
|
||||
$text['label-settings']['pt-pt'] = "Definições";
|
||||
$text['label-settings']['ro-ro'] = "";
|
||||
$text['label-settings']['ru-ru'] = "Настройки";
|
||||
$text['label-settings']['sv-se'] = "Inställningar";
|
||||
$text['label-settings']['uk-ua'] = "Налаштування";
|
||||
@@ -180,8 +224,11 @@ $text['label-settings']['uk-ua'] = "Налаштування";
|
||||
$text['label-select_destination']['en-us'] = "Select Destination";
|
||||
$text['label-select_destination']['ar-eg'] = "";
|
||||
$text['label-select_destination']['de-at'] = "Wählen Sie ein Ziel";
|
||||
$text['label-select_destination']['de-ch'] = "";
|
||||
$text['label-select_destination']['de-de'] = "Wählen Sie ein Ziel";
|
||||
$text['label-select_destination']['es-cl'] = "Seleccione Destino";
|
||||
$text['label-select_destination']['es-mx'] = "";
|
||||
$text['label-select_destination']['fr-ca'] = "";
|
||||
$text['label-select_destination']['fr-fr'] = "Choisissez une Destination";
|
||||
$text['label-select_destination']['he-il'] = "בחר יעד";
|
||||
$text['label-select_destination']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['label-select_destination']['nl-nl'] = "";
|
||||
$text['label-select_destination']['pl-pl'] = "Wybierz numer docelowy";
|
||||
$text['label-select_destination']['pt-br'] = "Selecione um destino";
|
||||
$text['label-select_destination']['pt-pt'] = "Selecione um Destino";
|
||||
$text['label-select_destination']['ro-ro'] = "";
|
||||
$text['label-select_destination']['ru-ru'] = "Выберите пункт назначения";
|
||||
$text['label-select_destination']['sv-se'] = "Välj Destination";
|
||||
$text['label-select_destination']['uk-ua'] = "";
|
||||
@@ -196,8 +244,11 @@ $text['label-select_destination']['uk-ua'] = "";
|
||||
$text['label-select_default_destination']['en-us'] = "Select Default Destination";
|
||||
$text['label-select_default_destination']['ar-eg'] = "";
|
||||
$text['label-select_default_destination']['de-at'] = "Wählen Sie das Standard Ziel";
|
||||
$text['label-select_default_destination']['de-ch'] = "";
|
||||
$text['label-select_default_destination']['de-de'] = "Wählen Sie das Standard Ziel";
|
||||
$text['label-select_default_destination']['es-cl'] = "Seleccionar Destino Predeterminado";
|
||||
$text['label-select_default_destination']['es-mx'] = "";
|
||||
$text['label-select_default_destination']['fr-ca'] = "";
|
||||
$text['label-select_default_destination']['fr-fr'] = "Sélectionnez Par défaut Destinations";
|
||||
$text['label-select_default_destination']['he-il'] = "בחר יעד מועדף";
|
||||
$text['label-select_default_destination']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['label-select_default_destination']['nl-nl'] = "";
|
||||
$text['label-select_default_destination']['pl-pl'] = "Wybierz domyślny numer docelowy";
|
||||
$text['label-select_default_destination']['pt-br'] = "Selecione padrão de destino";
|
||||
$text['label-select_default_destination']['pt-pt'] = "Selecione Padrão Destino";
|
||||
$text['label-select_default_destination']['ro-ro'] = "";
|
||||
$text['label-select_default_destination']['ru-ru'] = "Выберите пункт назначения по умолчанию";
|
||||
$text['label-select_default_destination']['sv-se'] = "Välj Standard Destination";
|
||||
$text['label-select_default_destination']['uk-ua'] = "";
|
||||
@@ -212,8 +264,11 @@ $text['label-select_default_destination']['uk-ua'] = "";
|
||||
$text['label-required-dialplan_number']['en-us'] = "Please provide: Extension Number";
|
||||
$text['label-required-dialplan_number']['ar-eg'] = "";
|
||||
$text['label-required-dialplan_number']['de-at'] = "Bitte geben Sie folgendes an: Nebenstellen Nummer";
|
||||
$text['label-required-dialplan_number']['de-ch'] = "";
|
||||
$text['label-required-dialplan_number']['de-de'] = "Bitte geben Sie folgendes an: Nebenstellen Nummer";
|
||||
$text['label-required-dialplan_number']['es-cl'] = "Por favor indique: Número de extensión";
|
||||
$text['label-required-dialplan_number']['es-mx'] = "";
|
||||
$text['label-required-dialplan_number']['fr-ca'] = "";
|
||||
$text['label-required-dialplan_number']['fr-fr'] = "Merci d'indiquer: Numéro de l'extension";
|
||||
$text['label-required-dialplan_number']['he-il'] = "";
|
||||
$text['label-required-dialplan_number']['it-it'] = "";
|
||||
@@ -221,6 +276,7 @@ $text['label-required-dialplan_number']['nl-nl'] = "";
|
||||
$text['label-required-dialplan_number']['pl-pl'] = "Wprowadź: Numer wewnętrzny";
|
||||
$text['label-required-dialplan_number']['pt-br'] = "Por favor indique: O número da extensão";
|
||||
$text['label-required-dialplan_number']['pt-pt'] = "Por favor indique: Número da Extensão";
|
||||
$text['label-required-dialplan_number']['ro-ro'] = "";
|
||||
$text['label-required-dialplan_number']['ru-ru'] = "Пожалуйста укажите: дополнительный Номер";
|
||||
$text['label-required-dialplan_number']['sv-se'] = "Ange: Anknytningsnummer";
|
||||
$text['label-required-dialplan_number']['uk-ua'] = "";
|
||||
@@ -228,8 +284,11 @@ $text['label-required-dialplan_number']['uk-ua'] = "";
|
||||
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['ar-eg'] = "";
|
||||
$text['label-required-dialplan_name']['de-at'] = "Bitte geben Sie folgendes an: Nebenstellen Name";
|
||||
$text['label-required-dialplan_name']['de-ch'] = "";
|
||||
$text['label-required-dialplan_name']['de-de'] = "Bitte geben Sie folgendes an: Nebenstellen Name";
|
||||
$text['label-required-dialplan_name']['es-cl'] = "Por favor indique: Nombre de Extensión";
|
||||
$text['label-required-dialplan_name']['es-mx'] = "";
|
||||
$text['label-required-dialplan_name']['fr-ca'] = "";
|
||||
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom de l'extension";
|
||||
$text['label-required-dialplan_name']['he-il'] = "";
|
||||
$text['label-required-dialplan_name']['it-it'] = "";
|
||||
@@ -237,6 +296,7 @@ $text['label-required-dialplan_name']['nl-nl'] = "";
|
||||
$text['label-required-dialplan_name']['pl-pl'] = "Wprowadź: Nazwę numeru wewnętrznego";
|
||||
$text['label-required-dialplan_name']['pt-br'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['ro-ro'] = "";
|
||||
$text['label-required-dialplan_name']['ru-ru'] = "Пожалуйста, укажите: дополнительное Имя";
|
||||
$text['label-required-dialplan_name']['sv-se'] = "Ange: Anknytningsnamn";
|
||||
$text['label-required-dialplan_name']['uk-ua'] = "Будь ласка, надайте назву розширення";
|
||||
@@ -244,8 +304,11 @@ $text['label-required-dialplan_name']['uk-ua'] = "Будь ласка, нада
|
||||
$text['label-required-action']['en-us'] = "Please provide: Destination";
|
||||
$text['label-required-action']['ar-eg'] = "";
|
||||
$text['label-required-action']['de-at'] = "Bitte geben Sie folgendes an: Ziel";
|
||||
$text['label-required-action']['de-ch'] = "";
|
||||
$text['label-required-action']['de-de'] = "Bitte geben Sie folgendes an: Ziel";
|
||||
$text['label-required-action']['es-cl'] = "Por favor indique: Acción cuando sea Verdadeo";
|
||||
$text['label-required-action']['es-mx'] = "";
|
||||
$text['label-required-action']['fr-ca'] = "";
|
||||
$text['label-required-action']['fr-fr'] = "Merci d'indiquer: Action quand Vrai";
|
||||
$text['label-required-action']['he-il'] = "";
|
||||
$text['label-required-action']['it-it'] = "";
|
||||
@@ -253,6 +316,7 @@ $text['label-required-action']['nl-nl'] = "";
|
||||
$text['label-required-action']['pl-pl'] = "Wprowadź: Numer docelowy";
|
||||
$text['label-required-action']['pt-br'] = "Por favor indique: Ação quanto verdadeiro";
|
||||
$text['label-required-action']['pt-pt'] = "Por favor indique: Acção quando Verdadeiro";
|
||||
$text['label-required-action']['ro-ro'] = "";
|
||||
$text['label-required-action']['ru-ru'] = "Пожалуйста, укажите: Пункт назначения";
|
||||
$text['label-required-action']['sv-se'] = "Ange: Destination";
|
||||
$text['label-required-action']['uk-ua'] = "";
|
||||
@@ -260,8 +324,11 @@ $text['label-required-action']['uk-ua'] = "";
|
||||
$text['label-presets']['en-us'] = "Presets";
|
||||
$text['label-presets']['ar-eg'] = "";
|
||||
$text['label-presets']['de-at'] = "Voreinstellungen";
|
||||
$text['label-presets']['de-ch'] = "";
|
||||
$text['label-presets']['de-de'] = "Voreinstellungen";
|
||||
$text['label-presets']['es-cl'] = "Presets";
|
||||
$text['label-presets']['es-mx'] = "";
|
||||
$text['label-presets']['fr-ca'] = "";
|
||||
$text['label-presets']['fr-fr'] = "Présélections";
|
||||
$text['label-presets']['he-il'] = "";
|
||||
$text['label-presets']['it-it'] = "";
|
||||
@@ -269,6 +336,7 @@ $text['label-presets']['nl-nl'] = "";
|
||||
$text['label-presets']['pl-pl'] = "Przykładowe ustawienia";
|
||||
$text['label-presets']['pt-br'] = "Atual";
|
||||
$text['label-presets']['pt-pt'] = "Presets";
|
||||
$text['label-presets']['ro-ro'] = "";
|
||||
$text['label-presets']['ru-ru'] = "Предустановки";
|
||||
$text['label-presets']['sv-se'] = "Förinställningar";
|
||||
$text['label-presets']['uk-ua'] = "";
|
||||
@@ -276,8 +344,11 @@ $text['label-presets']['uk-ua'] = "";
|
||||
$text['label-preset_veterans_day']['en-us'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['ar-eg'] = "";
|
||||
$text['label-preset_veterans_day']['de-at'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['de-ch'] = "";
|
||||
$text['label-preset_veterans_day']['de-de'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['es-cl'] = "Día de los Veteranos";
|
||||
$text['label-preset_veterans_day']['es-mx'] = "";
|
||||
$text['label-preset_veterans_day']['fr-ca'] = "";
|
||||
$text['label-preset_veterans_day']['fr-fr'] = "Veteran's Day";
|
||||
$text['label-preset_veterans_day']['he-il'] = "";
|
||||
$text['label-preset_veterans_day']['it-it'] = "";
|
||||
@@ -285,6 +356,7 @@ $text['label-preset_veterans_day']['nl-nl'] = "";
|
||||
$text['label-preset_veterans_day']['pl-pl'] = "Dzień Weterana";
|
||||
$text['label-preset_veterans_day']['pt-br'] = "Dia dos veteranos";
|
||||
$text['label-preset_veterans_day']['pt-pt'] = "Dia dos Veteranos";
|
||||
$text['label-preset_veterans_day']['ro-ro'] = "";
|
||||
$text['label-preset_veterans_day']['ru-ru'] = "День ветеранов";
|
||||
$text['label-preset_veterans_day']['sv-se'] = "Veterandagen";
|
||||
$text['label-preset_veterans_day']['uk-ua'] = "";
|
||||
@@ -292,8 +364,11 @@ $text['label-preset_veterans_day']['uk-ua'] = "";
|
||||
$text['label-preset_thanksgiving_day']['en-us'] = "Thanksgiving Day";
|
||||
$text['label-preset_thanksgiving_day']['ar-eg'] = "";
|
||||
$text['label-preset_thanksgiving_day']['de-at'] = "Erntedankfest";
|
||||
$text['label-preset_thanksgiving_day']['de-ch'] = "";
|
||||
$text['label-preset_thanksgiving_day']['de-de'] = "Erntedankfest";
|
||||
$text['label-preset_thanksgiving_day']['es-cl'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['es-mx'] = "";
|
||||
$text['label-preset_thanksgiving_day']['fr-ca'] = "";
|
||||
$text['label-preset_thanksgiving_day']['fr-fr'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['he-il'] = "";
|
||||
$text['label-preset_thanksgiving_day']['it-it'] = "";
|
||||
@@ -301,6 +376,7 @@ $text['label-preset_thanksgiving_day']['nl-nl'] = "";
|
||||
$text['label-preset_thanksgiving_day']['pl-pl'] = "Święto Dziękczynienia";
|
||||
$text['label-preset_thanksgiving_day']['pt-br'] = "Ação de graças";
|
||||
$text['label-preset_thanksgiving_day']['pt-pt'] = "Thanksgiving";
|
||||
$text['label-preset_thanksgiving_day']['ro-ro'] = "";
|
||||
$text['label-preset_thanksgiving_day']['ru-ru'] = "День Благодарения";
|
||||
$text['label-preset_thanksgiving_day']['sv-se'] = "Tacksägelsedagen";
|
||||
$text['label-preset_thanksgiving_day']['uk-ua'] = "";
|
||||
@@ -308,8 +384,11 @@ $text['label-preset_thanksgiving_day']['uk-ua'] = "";
|
||||
$text['label-preset_presidents_day']['en-us'] = "Presidents Day";
|
||||
$text['label-preset_presidents_day']['ar-eg'] = "";
|
||||
$text['label-preset_presidents_day']['de-at'] = "Präsidententag";
|
||||
$text['label-preset_presidents_day']['de-ch'] = "";
|
||||
$text['label-preset_presidents_day']['de-de'] = "Präsidententag";
|
||||
$text['label-preset_presidents_day']['es-cl'] = "Día de los Presidentes";
|
||||
$text['label-preset_presidents_day']['es-mx'] = "";
|
||||
$text['label-preset_presidents_day']['fr-ca'] = "";
|
||||
$text['label-preset_presidents_day']['fr-fr'] = "Presidents Day";
|
||||
$text['label-preset_presidents_day']['he-il'] = "";
|
||||
$text['label-preset_presidents_day']['it-it'] = "";
|
||||
@@ -317,6 +396,7 @@ $text['label-preset_presidents_day']['nl-nl'] = "";
|
||||
$text['label-preset_presidents_day']['pl-pl'] = "Dzień Prezydenta";
|
||||
$text['label-preset_presidents_day']['pt-br'] = "Descobrimento do brasil";
|
||||
$text['label-preset_presidents_day']['pt-pt'] = "Dia dos Presidentes";
|
||||
$text['label-preset_presidents_day']['ro-ro'] = "";
|
||||
$text['label-preset_presidents_day']['ru-ru'] = "День президентов";
|
||||
$text['label-preset_presidents_day']['sv-se'] = "Presidentdagen";
|
||||
$text['label-preset_presidents_day']['uk-ua'] = "";
|
||||
@@ -324,8 +404,11 @@ $text['label-preset_presidents_day']['uk-ua'] = "";
|
||||
$text['label-preset_new_years_day']['en-us'] = "New Year's Day";
|
||||
$text['label-preset_new_years_day']['ar-eg'] = "";
|
||||
$text['label-preset_new_years_day']['de-at'] = "Neujahrstag";
|
||||
$text['label-preset_new_years_day']['de-ch'] = "";
|
||||
$text['label-preset_new_years_day']['de-de'] = "Neujahrstag";
|
||||
$text['label-preset_new_years_day']['es-cl'] = "Año Nuevo";
|
||||
$text['label-preset_new_years_day']['es-mx'] = "";
|
||||
$text['label-preset_new_years_day']['fr-ca'] = "";
|
||||
$text['label-preset_new_years_day']['fr-fr'] = "Nouvel an";
|
||||
$text['label-preset_new_years_day']['he-il'] = "";
|
||||
$text['label-preset_new_years_day']['it-it'] = "";
|
||||
@@ -333,6 +416,7 @@ $text['label-preset_new_years_day']['nl-nl'] = "";
|
||||
$text['label-preset_new_years_day']['pl-pl'] = "Nowy Rok";
|
||||
$text['label-preset_new_years_day']['pt-br'] = "Ano novo";
|
||||
$text['label-preset_new_years_day']['pt-pt'] = "Dia de Ano Novo";
|
||||
$text['label-preset_new_years_day']['ro-ro'] = "";
|
||||
$text['label-preset_new_years_day']['ru-ru'] = "День нового года";
|
||||
$text['label-preset_new_years_day']['sv-se'] = "Nyårsdagen";
|
||||
$text['label-preset_new_years_day']['uk-ua'] = "";
|
||||
@@ -340,8 +424,11 @@ $text['label-preset_new_years_day']['uk-ua'] = "";
|
||||
$text['label-preset_memorial_day']['en-us'] = "Memorial Day";
|
||||
$text['label-preset_memorial_day']['ar-eg'] = "";
|
||||
$text['label-preset_memorial_day']['de-at'] = "Heldengedenktag";
|
||||
$text['label-preset_memorial_day']['de-ch'] = "";
|
||||
$text['label-preset_memorial_day']['de-de'] = "Heldengedenktag";
|
||||
$text['label-preset_memorial_day']['es-cl'] = "Día del Memorial";
|
||||
$text['label-preset_memorial_day']['es-mx'] = "";
|
||||
$text['label-preset_memorial_day']['fr-ca'] = "";
|
||||
$text['label-preset_memorial_day']['fr-fr'] = "Memorial Day";
|
||||
$text['label-preset_memorial_day']['he-il'] = "";
|
||||
$text['label-preset_memorial_day']['it-it'] = "";
|
||||
@@ -349,6 +436,7 @@ $text['label-preset_memorial_day']['nl-nl'] = "";
|
||||
$text['label-preset_memorial_day']['pl-pl'] = "Dzień Pamięci";
|
||||
$text['label-preset_memorial_day']['pt-br'] = "Corpus Crist";
|
||||
$text['label-preset_memorial_day']['pt-pt'] = "Dia do Memorial";
|
||||
$text['label-preset_memorial_day']['ro-ro'] = "";
|
||||
$text['label-preset_memorial_day']['ru-ru'] = "День Памяти";
|
||||
$text['label-preset_memorial_day']['sv-se'] = "Minnesdagen";
|
||||
$text['label-preset_memorial_day']['uk-ua'] = "";
|
||||
@@ -356,8 +444,11 @@ $text['label-preset_memorial_day']['uk-ua'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['en-us'] = "Martin Luther King Jr. Day";
|
||||
$text['label-preset_martin_luther_king_jr_day']['ar-eg'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['de-at'] = "Martin Luther King Jr. Tag";
|
||||
$text['label-preset_martin_luther_king_jr_day']['de-ch'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['de-de'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['es-cl'] = "Día de Martin Luther King Jr.";
|
||||
$text['label-preset_martin_luther_king_jr_day']['es-mx'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['fr-ca'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['fr-fr'] = "Martin Luther King Jr. Day";
|
||||
$text['label-preset_martin_luther_king_jr_day']['he-il'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['it-it'] = "";
|
||||
@@ -365,6 +456,7 @@ $text['label-preset_martin_luther_king_jr_day']['nl-nl'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pl-pl'] = "Dzień Martina Lutera Kinga";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pt-br'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['pt-pt'] = "Dia de Martin Luther King Jr.";
|
||||
$text['label-preset_martin_luther_king_jr_day']['ro-ro'] = "";
|
||||
$text['label-preset_martin_luther_king_jr_day']['ru-ru'] = "День Мартина Лютера Кинга";
|
||||
$text['label-preset_martin_luther_king_jr_day']['sv-se'] = "Martin Luther King Jr. dagen";
|
||||
$text['label-preset_martin_luther_king_jr_day']['uk-ua'] = "";
|
||||
@@ -372,8 +464,11 @@ $text['label-preset_martin_luther_king_jr_day']['uk-ua'] = "";
|
||||
$text['label-preset_labor_day']['en-us'] = "Labor Day";
|
||||
$text['label-preset_labor_day']['ar-eg'] = "";
|
||||
$text['label-preset_labor_day']['de-at'] = "Tag der Arbeit";
|
||||
$text['label-preset_labor_day']['de-ch'] = "";
|
||||
$text['label-preset_labor_day']['de-de'] = "Tag der Arbeit";
|
||||
$text['label-preset_labor_day']['es-cl'] = "Día del Trabajo";
|
||||
$text['label-preset_labor_day']['es-mx'] = "";
|
||||
$text['label-preset_labor_day']['fr-ca'] = "";
|
||||
$text['label-preset_labor_day']['fr-fr'] = "Labor Day";
|
||||
$text['label-preset_labor_day']['he-il'] = "";
|
||||
$text['label-preset_labor_day']['it-it'] = "";
|
||||
@@ -381,6 +476,7 @@ $text['label-preset_labor_day']['nl-nl'] = "";
|
||||
$text['label-preset_labor_day']['pl-pl'] = "Dzień Pracy";
|
||||
$text['label-preset_labor_day']['pt-br'] = "Dia do trabalho";
|
||||
$text['label-preset_labor_day']['pt-pt'] = "Dia do Trabalho";
|
||||
$text['label-preset_labor_day']['ro-ro'] = "";
|
||||
$text['label-preset_labor_day']['ru-ru'] = "День Труда";
|
||||
$text['label-preset_labor_day']['sv-se'] = "Arbetardagen";
|
||||
$text['label-preset_labor_day']['uk-ua'] = "";
|
||||
@@ -388,8 +484,11 @@ $text['label-preset_labor_day']['uk-ua'] = "";
|
||||
$text['label-preset_independence_day']['en-us'] = "Independence Day";
|
||||
$text['label-preset_independence_day']['ar-eg'] = "";
|
||||
$text['label-preset_independence_day']['de-at'] = "Unabhängigkeitstag";
|
||||
$text['label-preset_independence_day']['de-ch'] = "";
|
||||
$text['label-preset_independence_day']['de-de'] = "Unabhängigkeitstag";
|
||||
$text['label-preset_independence_day']['es-cl'] = "Día de la Independencia";
|
||||
$text['label-preset_independence_day']['es-mx'] = "";
|
||||
$text['label-preset_independence_day']['fr-ca'] = "";
|
||||
$text['label-preset_independence_day']['fr-fr'] = "Independence Day";
|
||||
$text['label-preset_independence_day']['he-il'] = "";
|
||||
$text['label-preset_independence_day']['it-it'] = "";
|
||||
@@ -397,6 +496,7 @@ $text['label-preset_independence_day']['nl-nl'] = "";
|
||||
$text['label-preset_independence_day']['pl-pl'] = "Dzień Niepodległości";
|
||||
$text['label-preset_independence_day']['pt-br'] = "Independência do Brasil";
|
||||
$text['label-preset_independence_day']['pt-pt'] = "Dia da Independência";
|
||||
$text['label-preset_independence_day']['ro-ro'] = "";
|
||||
$text['label-preset_independence_day']['ru-ru'] = "День независимости";
|
||||
$text['label-preset_independence_day']['sv-se'] = "Självständighetsdagen";
|
||||
$text['label-preset_independence_day']['uk-ua'] = "";
|
||||
@@ -404,8 +504,11 @@ $text['label-preset_independence_day']['uk-ua'] = "";
|
||||
$text['label-preset_columbus_day']['en-us'] = "Columbus Day";
|
||||
$text['label-preset_columbus_day']['ar-eg'] = "";
|
||||
$text['label-preset_columbus_day']['de-at'] = "Columbus Tag";
|
||||
$text['label-preset_columbus_day']['de-ch'] = "";
|
||||
$text['label-preset_columbus_day']['de-de'] = "Columbus Tag";
|
||||
$text['label-preset_columbus_day']['es-cl'] = "Día de Colón";
|
||||
$text['label-preset_columbus_day']['es-mx'] = "";
|
||||
$text['label-preset_columbus_day']['fr-ca'] = "";
|
||||
$text['label-preset_columbus_day']['fr-fr'] = "Columbus Day";
|
||||
$text['label-preset_columbus_day']['he-il'] = "";
|
||||
$text['label-preset_columbus_day']['it-it'] = "";
|
||||
@@ -413,6 +516,7 @@ $text['label-preset_columbus_day']['nl-nl'] = "";
|
||||
$text['label-preset_columbus_day']['pl-pl'] = "Dzień Kolumba";
|
||||
$text['label-preset_columbus_day']['pt-br'] = "";
|
||||
$text['label-preset_columbus_day']['pt-pt'] = "Dia de Colombo";
|
||||
$text['label-preset_columbus_day']['ro-ro'] = "";
|
||||
$text['label-preset_columbus_day']['ru-ru'] = "День Колумба";
|
||||
$text['label-preset_columbus_day']['sv-se'] = "Columbusdagen";
|
||||
$text['label-preset_columbus_day']['uk-ua'] = "";
|
||||
@@ -420,8 +524,11 @@ $text['label-preset_columbus_day']['uk-ua'] = "";
|
||||
$text['label-preset_christmas_day']['en-us'] = "Christmas Day";
|
||||
$text['label-preset_christmas_day']['ar-eg'] = "";
|
||||
$text['label-preset_christmas_day']['de-at'] = "Erster Weihnachtsfeiertag";
|
||||
$text['label-preset_christmas_day']['de-ch'] = "";
|
||||
$text['label-preset_christmas_day']['de-de'] = "Erster Weihnachtsfeiertag";
|
||||
$text['label-preset_christmas_day']['es-cl'] = "Navidad";
|
||||
$text['label-preset_christmas_day']['es-mx'] = "";
|
||||
$text['label-preset_christmas_day']['fr-ca'] = "";
|
||||
$text['label-preset_christmas_day']['fr-fr'] = "Noël";
|
||||
$text['label-preset_christmas_day']['he-il'] = "";
|
||||
$text['label-preset_christmas_day']['it-it'] = "";
|
||||
@@ -429,6 +536,7 @@ $text['label-preset_christmas_day']['nl-nl'] = "";
|
||||
$text['label-preset_christmas_day']['pl-pl'] = "Boże Narodzenie";
|
||||
$text['label-preset_christmas_day']['pt-br'] = "Natal";
|
||||
$text['label-preset_christmas_day']['pt-pt'] = "Natal";
|
||||
$text['label-preset_christmas_day']['ro-ro'] = "";
|
||||
$text['label-preset_christmas_day']['ru-ru'] = "Рождество";
|
||||
$text['label-preset_christmas_day']['sv-se'] = "Juldagen";
|
||||
$text['label-preset_christmas_day']['uk-ua'] = "";
|
||||
@@ -436,8 +544,11 @@ $text['label-preset_christmas_day']['uk-ua'] = "";
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "";
|
||||
$text['label-number']['de-at'] = "Nummer";
|
||||
$text['label-number']['de-ch'] = "";
|
||||
$text['label-number']['de-de'] = "Nummer";
|
||||
$text['label-number']['es-cl'] = "Número";
|
||||
$text['label-number']['es-mx'] = "";
|
||||
$text['label-number']['fr-ca'] = "";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-number']['he-il'] = "מספר";
|
||||
$text['label-number']['it-it'] = "";
|
||||
@@ -445,6 +556,7 @@ $text['label-number']['nl-nl'] = "";
|
||||
$text['label-number']['pl-pl'] = "Numer";
|
||||
$text['label-number']['pt-br'] = "Número";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['ro-ro'] = "";
|
||||
$text['label-number']['ru-ru'] = "Число";
|
||||
$text['label-number']['sv-se'] = "Nummer";
|
||||
$text['label-number']['uk-ua'] = "Номер";
|
||||
@@ -452,8 +564,11 @@ $text['label-number']['uk-ua'] = "Номер";
|
||||
$text['label-month']['en-us'] = "Month";
|
||||
$text['label-month']['ar-eg'] = "";
|
||||
$text['label-month']['de-at'] = "Monat";
|
||||
$text['label-month']['de-ch'] = "";
|
||||
$text['label-month']['de-de'] = "Monat";
|
||||
$text['label-month']['es-cl'] = "Més";
|
||||
$text['label-month']['es-mx'] = "";
|
||||
$text['label-month']['fr-ca'] = "";
|
||||
$text['label-month']['fr-fr'] = "Mois";
|
||||
$text['label-month']['he-il'] = "חודש";
|
||||
$text['label-month']['it-it'] = "";
|
||||
@@ -461,6 +576,7 @@ $text['label-month']['nl-nl'] = "";
|
||||
$text['label-month']['pl-pl'] = "Miesiąc";
|
||||
$text['label-month']['pt-br'] = "Mês";
|
||||
$text['label-month']['pt-pt'] = "Mês";
|
||||
$text['label-month']['ro-ro'] = "";
|
||||
$text['label-month']['ru-ru'] = "Месяц";
|
||||
$text['label-month']['sv-se'] = "Månad";
|
||||
$text['label-month']['uk-ua'] = "Місяць";
|
||||
@@ -468,8 +584,11 @@ $text['label-month']['uk-ua'] = "Місяць";
|
||||
$text['label-minute-of-hour']['en-us'] = "Minute of Hour";
|
||||
$text['label-minute-of-hour']['ar-eg'] = "";
|
||||
$text['label-minute-of-hour']['de-at'] = "Minute der Stunde";
|
||||
$text['label-minute-of-hour']['de-ch'] = "";
|
||||
$text['label-minute-of-hour']['de-de'] = "Minute der Stunde";
|
||||
$text['label-minute-of-hour']['es-cl'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['es-mx'] = "";
|
||||
$text['label-minute-of-hour']['fr-ca'] = "";
|
||||
$text['label-minute-of-hour']['fr-fr'] = "Minute Hour";
|
||||
$text['label-minute-of-hour']['he-il'] = "דקה בשעה";
|
||||
$text['label-minute-of-hour']['it-it'] = "";
|
||||
@@ -477,6 +596,7 @@ $text['label-minute-of-hour']['nl-nl'] = "";
|
||||
$text['label-minute-of-hour']['pl-pl'] = "Minuta godziny";
|
||||
$text['label-minute-of-hour']['pt-br'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['pt-pt'] = "Minuto de horas";
|
||||
$text['label-minute-of-hour']['ro-ro'] = "";
|
||||
$text['label-minute-of-hour']['ru-ru'] = "Минута часа";
|
||||
$text['label-minute-of-hour']['sv-se'] = "Minut i timma";
|
||||
$text['label-minute-of-hour']['uk-ua'] = "Хвилина години";
|
||||
@@ -484,8 +604,11 @@ $text['label-minute-of-hour']['uk-ua'] = "Хвилина години";
|
||||
$text['label-minute-of-day']['en-us'] = "Minute of Day";
|
||||
$text['label-minute-of-day']['ar-eg'] = "";
|
||||
$text['label-minute-of-day']['de-at'] = "Minute des Tages";
|
||||
$text['label-minute-of-day']['de-ch'] = "";
|
||||
$text['label-minute-of-day']['de-de'] = "Minute des Tages";
|
||||
$text['label-minute-of-day']['es-cl'] = "Minuto del Día";
|
||||
$text['label-minute-of-day']['es-mx'] = "";
|
||||
$text['label-minute-of-day']['fr-ca'] = "";
|
||||
$text['label-minute-of-day']['fr-fr'] = "Minute de la journée";
|
||||
$text['label-minute-of-day']['he-il'] = "דקה ביום";
|
||||
$text['label-minute-of-day']['it-it'] = "";
|
||||
@@ -493,6 +616,7 @@ $text['label-minute-of-day']['nl-nl'] = "";
|
||||
$text['label-minute-of-day']['pl-pl'] = "Minuta dnia";
|
||||
$text['label-minute-of-day']['pt-br'] = "Minuto do dia";
|
||||
$text['label-minute-of-day']['pt-pt'] = "Minuto do Dia";
|
||||
$text['label-minute-of-day']['ro-ro'] = "";
|
||||
$text['label-minute-of-day']['ru-ru'] = "Минута дня";
|
||||
$text['label-minute-of-day']['sv-se'] = "Minut på dag";
|
||||
$text['label-minute-of-day']['uk-ua'] = "Хвилина дня";
|
||||
@@ -500,8 +624,11 @@ $text['label-minute-of-day']['uk-ua'] = "Хвилина дня";
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['ar-eg'] = "";
|
||||
$text['label-label']['de-at'] = "Kennzeichnung";
|
||||
$text['label-label']['de-ch'] = "";
|
||||
$text['label-label']['de-de'] = "Kennzeichnung";
|
||||
$text['label-label']['es-cl'] = "Etiqueta";
|
||||
$text['label-label']['es-mx'] = "";
|
||||
$text['label-label']['fr-ca'] = "";
|
||||
$text['label-label']['fr-fr'] = "étiquette";
|
||||
$text['label-label']['he-il'] = "תג";
|
||||
$text['label-label']['it-it'] = "";
|
||||
@@ -509,6 +636,7 @@ $text['label-label']['nl-nl'] = "";
|
||||
$text['label-label']['pl-pl'] = "Etykieta";
|
||||
$text['label-label']['pt-br'] = "Etiqueta";
|
||||
$text['label-label']['pt-pt'] = "Etiqueta";
|
||||
$text['label-label']['ro-ro'] = "";
|
||||
$text['label-label']['ru-ru'] = "Метка";
|
||||
$text['label-label']['sv-se'] = "Etikett";
|
||||
$text['label-label']['uk-ua'] = "Назва";
|
||||
@@ -516,8 +644,11 @@ $text['label-label']['uk-ua'] = "Назва";
|
||||
$text['label-hour-of-day']['en-us'] = "Hour of Day";
|
||||
$text['label-hour-of-day']['ar-eg'] = "";
|
||||
$text['label-hour-of-day']['de-at'] = "Stunde des Tages";
|
||||
$text['label-hour-of-day']['de-ch'] = "";
|
||||
$text['label-hour-of-day']['de-de'] = "Stunde des Tages";
|
||||
$text['label-hour-of-day']['es-cl'] = "Hora del día";
|
||||
$text['label-hour-of-day']['es-mx'] = "";
|
||||
$text['label-hour-of-day']['fr-ca'] = "";
|
||||
$text['label-hour-of-day']['fr-fr'] = "Heure du jour";
|
||||
$text['label-hour-of-day']['he-il'] = "שעה ביום";
|
||||
$text['label-hour-of-day']['it-it'] = "";
|
||||
@@ -525,6 +656,7 @@ $text['label-hour-of-day']['nl-nl'] = "";
|
||||
$text['label-hour-of-day']['pl-pl'] = "Godzina dnia";
|
||||
$text['label-hour-of-day']['pt-br'] = "Hora do dia";
|
||||
$text['label-hour-of-day']['pt-pt'] = "Hora do dia";
|
||||
$text['label-hour-of-day']['ro-ro'] = "";
|
||||
$text['label-hour-of-day']['ru-ru'] = "Час дня";
|
||||
$text['label-hour-of-day']['sv-se'] = "Timma på dag";
|
||||
$text['label-hour-of-day']['uk-ua'] = "Година дня";
|
||||
@@ -532,8 +664,11 @@ $text['label-hour-of-day']['uk-ua'] = "Година дня";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-extension']['de-ch'] = "";
|
||||
$text['label-extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['es-mx'] = "";
|
||||
$text['label-extension']['fr-ca'] = "";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['he-il'] = "שלוחה";
|
||||
$text['label-extension']['it-it'] = "";
|
||||
@@ -541,6 +676,7 @@ $text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
|
||||
$text['label-extension']['pt-br'] = "Ramal";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['ro-ro'] = "";
|
||||
$text['label-extension']['ru-ru'] = "Внутренний Номер";
|
||||
$text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
@@ -548,8 +684,11 @@ $text['label-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
$text['label-day-of-year']['en-us'] = "Day of Year";
|
||||
$text['label-day-of-year']['ar-eg'] = "";
|
||||
$text['label-day-of-year']['de-at'] = "Tag des Jahres";
|
||||
$text['label-day-of-year']['de-ch'] = "";
|
||||
$text['label-day-of-year']['de-de'] = "Tag des Jahres";
|
||||
$text['label-day-of-year']['es-cl'] = "Día del Año";
|
||||
$text['label-day-of-year']['es-mx'] = "";
|
||||
$text['label-day-of-year']['fr-ca'] = "";
|
||||
$text['label-day-of-year']['fr-fr'] = "Jour de l'année";
|
||||
$text['label-day-of-year']['he-il'] = "יום בשנה";
|
||||
$text['label-day-of-year']['it-it'] = "";
|
||||
@@ -557,6 +696,7 @@ $text['label-day-of-year']['nl-nl'] = "";
|
||||
$text['label-day-of-year']['pl-pl'] = "Dzień roku";
|
||||
$text['label-day-of-year']['pt-br'] = "Dia do ano";
|
||||
$text['label-day-of-year']['pt-pt'] = "Dia do Ano";
|
||||
$text['label-day-of-year']['ro-ro'] = "";
|
||||
$text['label-day-of-year']['ru-ru'] = "День Года";
|
||||
$text['label-day-of-year']['sv-se'] = "Dag på År";
|
||||
$text['label-day-of-year']['uk-ua'] = "День року";
|
||||
@@ -564,8 +704,11 @@ $text['label-day-of-year']['uk-ua'] = "День року";
|
||||
$text['label-day-of-week']['en-us'] = "Day of Week";
|
||||
$text['label-day-of-week']['ar-eg'] = "";
|
||||
$text['label-day-of-week']['de-at'] = "Tag der Woche";
|
||||
$text['label-day-of-week']['de-ch'] = "";
|
||||
$text['label-day-of-week']['de-de'] = "Tag der Woche";
|
||||
$text['label-day-of-week']['es-cl'] = "Día de la Semana";
|
||||
$text['label-day-of-week']['es-mx'] = "";
|
||||
$text['label-day-of-week']['fr-ca'] = "";
|
||||
$text['label-day-of-week']['fr-fr'] = "Jour de la semaine";
|
||||
$text['label-day-of-week']['he-il'] = "יום בשבוע";
|
||||
$text['label-day-of-week']['it-it'] = "";
|
||||
@@ -573,6 +716,7 @@ $text['label-day-of-week']['nl-nl'] = "";
|
||||
$text['label-day-of-week']['pl-pl'] = "Dzień tygodnia";
|
||||
$text['label-day-of-week']['pt-br'] = "Dia da semana";
|
||||
$text['label-day-of-week']['pt-pt'] = "Dia da Semana";
|
||||
$text['label-day-of-week']['ro-ro'] = "";
|
||||
$text['label-day-of-week']['ru-ru'] = "День недели";
|
||||
$text['label-day-of-week']['sv-se'] = "Dag i Vecka";
|
||||
$text['label-day-of-week']['uk-ua'] = "День тижня";
|
||||
@@ -580,8 +724,11 @@ $text['label-day-of-week']['uk-ua'] = "День тижня";
|
||||
$text['label-day-of-month']['en-us'] = "Day of Month";
|
||||
$text['label-day-of-month']['ar-eg'] = "";
|
||||
$text['label-day-of-month']['de-at'] = "Tag des Monats";
|
||||
$text['label-day-of-month']['de-ch'] = "";
|
||||
$text['label-day-of-month']['de-de'] = "Tag des Monats";
|
||||
$text['label-day-of-month']['es-cl'] = "Día del Mes";
|
||||
$text['label-day-of-month']['es-mx'] = "";
|
||||
$text['label-day-of-month']['fr-ca'] = "";
|
||||
$text['label-day-of-month']['fr-fr'] = "Jour du Mois";
|
||||
$text['label-day-of-month']['he-il'] = "יום בחודש";
|
||||
$text['label-day-of-month']['it-it'] = "";
|
||||
@@ -589,6 +736,7 @@ $text['label-day-of-month']['nl-nl'] = "";
|
||||
$text['label-day-of-month']['pl-pl'] = "Dzień miesiąca";
|
||||
$text['label-day-of-month']['pt-br'] = "Dia do mês";
|
||||
$text['label-day-of-month']['pt-pt'] = "Dia do Mês";
|
||||
$text['label-day-of-month']['ro-ro'] = "";
|
||||
$text['label-day-of-month']['ru-ru'] = "День месяца";
|
||||
$text['label-day-of-month']['sv-se'] = "Dag i Månad";
|
||||
$text['label-day-of-month']['uk-ua'] = "День місяця";
|
||||
@@ -596,8 +744,11 @@ $text['label-day-of-month']['uk-ua'] = "День місяця";
|
||||
$text['label-date-and-time']['en-us'] = "Date & Time";
|
||||
$text['label-date-and-time']['ar-eg'] = "";
|
||||
$text['label-date-and-time']['de-at'] = "Datum & Zeit";
|
||||
$text['label-date-and-time']['de-ch'] = "";
|
||||
$text['label-date-and-time']['de-de'] = "Datum & Zeit";
|
||||
$text['label-date-and-time']['es-cl'] = "Fecha y hora";
|
||||
$text['label-date-and-time']['es-mx'] = "";
|
||||
$text['label-date-and-time']['fr-ca'] = "";
|
||||
$text['label-date-and-time']['fr-fr'] = "Date et heure";
|
||||
$text['label-date-and-time']['he-il'] = "תאריך ושעה";
|
||||
$text['label-date-and-time']['it-it'] = "";
|
||||
@@ -605,6 +756,7 @@ $text['label-date-and-time']['nl-nl'] = "";
|
||||
$text['label-date-and-time']['pl-pl'] = "Data i godzina";
|
||||
$text['label-date-and-time']['pt-br'] = "Data e hora";
|
||||
$text['label-date-and-time']['pt-pt'] = "Data e Hora";
|
||||
$text['label-date-and-time']['ro-ro'] = "";
|
||||
$text['label-date-and-time']['ru-ru'] = "Дата и Время";
|
||||
$text['label-date-and-time']['sv-se'] = "Datum & Tid";
|
||||
$text['label-date-and-time']['uk-ua'] = "Дата і час";
|
||||
@@ -612,8 +764,11 @@ $text['label-date-and-time']['uk-ua'] = "Дата і час";
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['ar-eg'] = "";
|
||||
$text['label-context']['de-at'] = "Kontext";
|
||||
$text['label-context']['de-ch'] = "";
|
||||
$text['label-context']['de-de'] = "Kontext";
|
||||
$text['label-context']['es-cl'] = "Contexto";
|
||||
$text['label-context']['es-mx'] = "";
|
||||
$text['label-context']['fr-ca'] = "";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
$text['label-context']['he-il'] = "";
|
||||
$text['label-context']['it-it'] = "";
|
||||
@@ -621,6 +776,7 @@ $text['label-context']['nl-nl'] = "";
|
||||
$text['label-context']['pl-pl'] = "Kontekst";
|
||||
$text['label-context']['pt-br'] = "Contexto";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['ro-ro'] = "";
|
||||
$text['label-context']['ru-ru'] = "Контекст";
|
||||
$text['label-context']['sv-se'] = "Context";
|
||||
$text['label-context']['uk-ua'] = "Контекст";
|
||||
@@ -628,8 +784,11 @@ $text['label-context']['uk-ua'] = "Контекст";
|
||||
$text['label-conditions']['en-us'] = "Conditions";
|
||||
$text['label-conditions']['ar-eg'] = "";
|
||||
$text['label-conditions']['de-at'] = "Bedingungen";
|
||||
$text['label-conditions']['de-ch'] = "";
|
||||
$text['label-conditions']['de-de'] = "Bedingungen";
|
||||
$text['label-conditions']['es-cl'] = "Condición";
|
||||
$text['label-conditions']['es-mx'] = "";
|
||||
$text['label-conditions']['fr-ca'] = "";
|
||||
$text['label-conditions']['fr-fr'] = "état";
|
||||
$text['label-conditions']['he-il'] = "";
|
||||
$text['label-conditions']['it-it'] = "";
|
||||
@@ -637,6 +796,7 @@ $text['label-conditions']['nl-nl'] = "";
|
||||
$text['label-conditions']['pl-pl'] = "Warunki";
|
||||
$text['label-conditions']['pt-br'] = "Condição";
|
||||
$text['label-conditions']['pt-pt'] = "Condição";
|
||||
$text['label-conditions']['ro-ro'] = "";
|
||||
$text['label-conditions']['ru-ru'] = "Условия";
|
||||
$text['label-conditions']['sv-se'] = "Villkor";
|
||||
$text['label-conditions']['uk-ua'] = "Умови";
|
||||
@@ -644,8 +804,11 @@ $text['label-conditions']['uk-ua'] = "Умови";
|
||||
$text['label-condition_value']['en-us'] = "Value";
|
||||
$text['label-condition_value']['ar-eg'] = "";
|
||||
$text['label-condition_value']['de-at'] = "Wert";
|
||||
$text['label-condition_value']['de-ch'] = "";
|
||||
$text['label-condition_value']['de-de'] = "Wert";
|
||||
$text['label-condition_value']['es-cl'] = "Valor";
|
||||
$text['label-condition_value']['es-mx'] = "";
|
||||
$text['label-condition_value']['fr-ca'] = "";
|
||||
$text['label-condition_value']['fr-fr'] = "Valeur";
|
||||
$text['label-condition_value']['he-il'] = "";
|
||||
$text['label-condition_value']['it-it'] = "";
|
||||
@@ -653,6 +816,7 @@ $text['label-condition_value']['nl-nl'] = "";
|
||||
$text['label-condition_value']['pl-pl'] = "Wartość";
|
||||
$text['label-condition_value']['pt-br'] = "Valor";
|
||||
$text['label-condition_value']['pt-pt'] = "Valor";
|
||||
$text['label-condition_value']['ro-ro'] = "";
|
||||
$text['label-condition_value']['ru-ru'] = "Значение От";
|
||||
$text['label-condition_value']['sv-se'] = "Värde";
|
||||
$text['label-condition_value']['uk-ua'] = "Значення";
|
||||
@@ -660,8 +824,11 @@ $text['label-condition_value']['uk-ua'] = "Значення";
|
||||
$text['label-condition_range']['en-us'] = "Range";
|
||||
$text['label-condition_range']['ar-eg'] = "";
|
||||
$text['label-condition_range']['de-at'] = "Bereich";
|
||||
$text['label-condition_range']['de-ch'] = "";
|
||||
$text['label-condition_range']['de-de'] = "Bereich";
|
||||
$text['label-condition_range']['es-cl'] = "Rango";
|
||||
$text['label-condition_range']['es-mx'] = "";
|
||||
$text['label-condition_range']['fr-ca'] = "";
|
||||
$text['label-condition_range']['fr-fr'] = "Range";
|
||||
$text['label-condition_range']['he-il'] = "טווח";
|
||||
$text['label-condition_range']['it-it'] = "";
|
||||
@@ -669,6 +836,7 @@ $text['label-condition_range']['nl-nl'] = "";
|
||||
$text['label-condition_range']['pl-pl'] = "Zakres";
|
||||
$text['label-condition_range']['pt-br'] = "Condição da extensão";
|
||||
$text['label-condition_range']['pt-pt'] = "Range";
|
||||
$text['label-condition_range']['ro-ro'] = "";
|
||||
$text['label-condition_range']['ru-ru'] = "Значение До";
|
||||
$text['label-condition_range']['sv-se'] = "Intervall";
|
||||
$text['label-condition_range']['uk-ua'] = "";
|
||||
@@ -676,8 +844,11 @@ $text['label-condition_range']['uk-ua'] = "";
|
||||
$text['label-condition_parameter']['en-us'] = "Parameter";
|
||||
$text['label-condition_parameter']['ar-eg'] = "";
|
||||
$text['label-condition_parameter']['de-at'] = "Parameter";
|
||||
$text['label-condition_parameter']['de-ch'] = "";
|
||||
$text['label-condition_parameter']['de-de'] = "Parameter";
|
||||
$text['label-condition_parameter']['es-cl'] = "Parámetro";
|
||||
$text['label-condition_parameter']['es-mx'] = "";
|
||||
$text['label-condition_parameter']['fr-ca'] = "";
|
||||
$text['label-condition_parameter']['fr-fr'] = "Paramètre";
|
||||
$text['label-condition_parameter']['he-il'] = "";
|
||||
$text['label-condition_parameter']['it-it'] = "";
|
||||
@@ -685,6 +856,7 @@ $text['label-condition_parameter']['nl-nl'] = "";
|
||||
$text['label-condition_parameter']['pl-pl'] = "Parametr";
|
||||
$text['label-condition_parameter']['pt-br'] = "Parâmetro";
|
||||
$text['label-condition_parameter']['pt-pt'] = "Parâmetro";
|
||||
$text['label-condition_parameter']['ro-ro'] = "";
|
||||
$text['label-condition_parameter']['ru-ru'] = "Параметр";
|
||||
$text['label-condition_parameter']['sv-se'] = "Parameter";
|
||||
$text['label-condition_parameter']['uk-ua'] = "Параметр";
|
||||
@@ -692,8 +864,11 @@ $text['label-condition_parameter']['uk-ua'] = "Параметр";
|
||||
$text['label-condition']['en-us'] = "Condition";
|
||||
$text['label-condition']['ar-eg'] = "";
|
||||
$text['label-condition']['de-at'] = "Bedingung";
|
||||
$text['label-condition']['de-ch'] = "";
|
||||
$text['label-condition']['de-de'] = "Bedingung";
|
||||
$text['label-condition']['es-cl'] = "Condiciones";
|
||||
$text['label-condition']['es-mx'] = "";
|
||||
$text['label-condition']['fr-ca'] = "";
|
||||
$text['label-condition']['fr-fr'] = "état";
|
||||
$text['label-condition']['he-il'] = "תנאי";
|
||||
$text['label-condition']['it-it'] = "";
|
||||
@@ -701,6 +876,7 @@ $text['label-condition']['nl-nl'] = "";
|
||||
$text['label-condition']['pl-pl'] = "Warunek";
|
||||
$text['label-condition']['pt-br'] = "Condições";
|
||||
$text['label-condition']['pt-pt'] = "Condições";
|
||||
$text['label-condition']['ro-ro'] = "";
|
||||
$text['label-condition']['ru-ru'] = "Условие";
|
||||
$text['label-condition']['sv-se'] = "Villkor";
|
||||
$text['label-condition']['uk-ua'] = "Умова";
|
||||
@@ -708,8 +884,11 @@ $text['label-condition']['uk-ua'] = "Умова";
|
||||
$text['label-alternate-destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-alternate-destination']['ar-eg'] = "";
|
||||
$text['label-alternate-destination']['de-at'] = "Alternatives Ziel";
|
||||
$text['label-alternate-destination']['de-ch'] = "";
|
||||
$text['label-alternate-destination']['de-de'] = "Alternatives Ziel";
|
||||
$text['label-alternate-destination']['es-cl'] = "Destino Alternativo";
|
||||
$text['label-alternate-destination']['es-mx'] = "";
|
||||
$text['label-alternate-destination']['fr-ca'] = "";
|
||||
$text['label-alternate-destination']['fr-fr'] = "Autre Destinations";
|
||||
$text['label-alternate-destination']['he-il'] = "";
|
||||
$text['label-alternate-destination']['it-it'] = "";
|
||||
@@ -717,6 +896,7 @@ $text['label-alternate-destination']['nl-nl'] = "";
|
||||
$text['label-alternate-destination']['pl-pl'] = "Alternatywna destynacja";
|
||||
$text['label-alternate-destination']['pt-br'] = "Destino alternativo";
|
||||
$text['label-alternate-destination']['pt-pt'] = "Destino Alternativo";
|
||||
$text['label-alternate-destination']['ro-ro'] = "";
|
||||
$text['label-alternate-destination']['ru-ru'] = "Альтернативное место назначения";
|
||||
$text['label-alternate-destination']['sv-se'] = "Alternativ Destination";
|
||||
$text['label-alternate-destination']['uk-ua'] = "";
|
||||
@@ -724,8 +904,11 @@ $text['label-alternate-destination']['uk-ua'] = "";
|
||||
$text['label-group']['en-us'] = "Group";
|
||||
$text['label-group']['ar-eg'] = "";
|
||||
$text['label-group']['de-at'] = "Gruppe";
|
||||
$text['label-group']['de-ch'] = "";
|
||||
$text['label-group']['de-de'] = "Gruppe";
|
||||
$text['label-group']['es-cl'] = "Grupo";
|
||||
$text['label-group']['es-mx'] = "";
|
||||
$text['label-group']['fr-ca'] = "";
|
||||
$text['label-group']['fr-fr'] = "";
|
||||
$text['label-group']['he-il'] = "";
|
||||
$text['label-group']['it-it'] = "";
|
||||
@@ -733,6 +916,7 @@ $text['label-group']['nl-nl'] = "";
|
||||
$text['label-group']['pl-pl'] = "";
|
||||
$text['label-group']['pt-br'] = "";
|
||||
$text['label-group']['pt-pt'] = "";
|
||||
$text['label-group']['ro-ro'] = "";
|
||||
$text['label-group']['ru-ru'] = "Групповой";
|
||||
$text['label-group']['sv-se'] = "Grupp";
|
||||
$text['label-group']['uk-ua'] = "";
|
||||
@@ -740,8 +924,11 @@ $text['label-group']['uk-ua'] = "";
|
||||
$text['header-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['header-time_conditions']['ar-eg'] = "";
|
||||
$text['header-time_conditions']['de-at'] = "Zeitschaltung";
|
||||
$text['header-time_conditions']['de-ch'] = "";
|
||||
$text['header-time_conditions']['de-de'] = "Zeitschaltung";
|
||||
$text['header-time_conditions']['es-cl'] = "Condiciones de Tiempo";
|
||||
$text['header-time_conditions']['es-mx'] = "";
|
||||
$text['header-time_conditions']['fr-ca'] = "";
|
||||
$text['header-time_conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['header-time_conditions']['he-il'] = "";
|
||||
$text['header-time_conditions']['it-it'] = "";
|
||||
@@ -749,6 +936,7 @@ $text['header-time_conditions']['nl-nl'] = "";
|
||||
$text['header-time_conditions']['pl-pl'] = "Warunki czasowe";
|
||||
$text['header-time_conditions']['pt-br'] = "Condições Temporarias";
|
||||
$text['header-time_conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['header-time_conditions']['ro-ro'] = "";
|
||||
$text['header-time_conditions']['ru-ru'] = "Временные условия";
|
||||
$text['header-time_conditions']['sv-se'] = "Tids Förhållande";
|
||||
$text['header-time_conditions']['uk-ua'] = "Часові умови";
|
||||
@@ -756,8 +944,11 @@ $text['header-time_conditions']['uk-ua'] = "Часові умови";
|
||||
$text['description-time_conditions']['en-us'] = "Dynamically route calls to an IVR menu, external numbers, scripts, or other destinations based on time conditions.";
|
||||
$text['description-time_conditions']['ar-eg'] = "";
|
||||
$text['description-time_conditions']['de-at'] = "Dynamische weiterleitung von Anrufen an IVR Menüs, externe Rufnummern, Skripte, oder andere Ziele abhängig von zeitlichen Bedingungen.";
|
||||
$text['description-time_conditions']['de-ch'] = "";
|
||||
$text['description-time_conditions']['de-de'] = "Dynamische weiterleitung von Anrufen an IVR Menüs, externe Rufnummern, Skripte, oder andere Ziele abhängig von zeitlichen Bedingungen.";
|
||||
$text['description-time_conditions']['es-cl'] = "Ruta dinámicamente llama a un menú IVR, números externos, guiones u otros destinos basados en las condiciones de tiempo.";
|
||||
$text['description-time_conditions']['es-mx'] = "";
|
||||
$text['description-time_conditions']['fr-ca'] = "";
|
||||
$text['description-time_conditions']['fr-fr'] = "Dynamiquement acheminer les appels à un menu IVR, numéros externes, scripts, ou d'autres destinations en fonction des conditions de temps.";
|
||||
$text['description-time_conditions']['he-il'] = "";
|
||||
$text['description-time_conditions']['it-it'] = "";
|
||||
@@ -765,6 +956,7 @@ $text['description-time_conditions']['nl-nl'] = "";
|
||||
$text['description-time_conditions']['pl-pl'] = "Przesyłaj rozmowy dynamicznie do menu zapowiedzi głosowych (IVR), numerów zewnętrznych, skryptów lub innych miejsc na podstawie warunków czasowych.";
|
||||
$text['description-time_conditions']['pt-br'] = "As condições temporárias encaminham as chamadas com base no tempo. Podem ser usadas para enviar chamadas para menus de IVR, números externos, scripts ou outros destinos.";
|
||||
$text['description-time_conditions']['pt-pt'] = "Rota dinamicamente as chamadas para um menu IVR, números externos, scripts ou outros destinos com base nas condições de tempo.";
|
||||
$text['description-time_conditions']['ro-ro'] = "";
|
||||
$text['description-time_conditions']['ru-ru'] = "Динамически направлять вызовы в меню IVR, внешние номера, сценарии или другие пункты назначения в зависимости от временных условий.";
|
||||
$text['description-time_conditions']['sv-se'] = "Styr samtal dynamiskt till IVR Meny, externa nummer, script eller andra destinationer baserat på tidsvillkor.";
|
||||
$text['description-time_conditions']['uk-ua'] = "Маршрут дзвінків буде залежати від часу. Можна використовувати для переадресації на голосове меню (IVR), на зовнішні номери, сценарії, або інші напрямки.";
|
||||
@@ -772,8 +964,11 @@ $text['description-time_conditions']['uk-ua'] = "Маршрут дзвінків
|
||||
$text['description-template']['en-us'] = "The templates provides a list of preset time conditions.";
|
||||
$text['description-template']['ar-eg'] = "";
|
||||
$text['description-template']['de-at'] = "Die Vorlagen bieten eine Liste von Voreingestellten Zeitschaltungen.";
|
||||
$text['description-template']['de-ch'] = "";
|
||||
$text['description-template']['de-de'] = "Die Vorlagen bieten eine Liste von Voreingestellten Zeitschaltungen.";
|
||||
$text['description-template']['es-cl'] = "Las plantillas ofrecen una lista de condiciones preestablecidas.";
|
||||
$text['description-template']['es-mx'] = "";
|
||||
$text['description-template']['fr-ca'] = "";
|
||||
$text['description-template']['fr-fr'] = "Le modèle fourni une liste de présélection.";
|
||||
$text['description-template']['he-il'] = "";
|
||||
$text['description-template']['it-it'] = "";
|
||||
@@ -781,6 +976,7 @@ $text['description-template']['nl-nl'] = "";
|
||||
$text['description-template']['pl-pl'] = "Szablony zawierają listę zaprogramowanych warunków czasowych.";
|
||||
$text['description-template']['pt-br'] = "Os templates oferecem uma lista de condições temporárias";
|
||||
$text['description-template']['pt-pt'] = "Os templates oferecem uma lista condições temporais.";
|
||||
$text['description-template']['ro-ro'] = "";
|
||||
$text['description-template']['ru-ru'] = "Шаблоны предоставляют список предустановленных временных условий.";
|
||||
$text['description-template']['sv-se'] = "Mallarna ger en lista med förinställda tidsförhållanden.";
|
||||
$text['description-template']['uk-ua'] = "";
|
||||
@@ -788,8 +984,11 @@ $text['description-template']['uk-ua'] = "";
|
||||
$text['description-settings']['en-us'] = "Define custom conditions necessary to execute the destination selected above.";
|
||||
$text['description-settings']['ar-eg'] = "";
|
||||
$text['description-settings']['de-at'] = "Definieren Sie benutzerdefinierte Bedingungen für das oben ausgewählte Ziel.";
|
||||
$text['description-settings']['de-ch'] = "";
|
||||
$text['description-settings']['de-de'] = "Definieren Sie benutzerdefinierte Bedingungen für das oben ausgewählte Ziel.";
|
||||
$text['description-settings']['es-cl'] = "Definir las condiciones personalizados necesarios para ejecutar el destino seleccionado anteriormente.";
|
||||
$text['description-settings']['es-mx'] = "";
|
||||
$text['description-settings']['fr-ca'] = "";
|
||||
$text['description-settings']['fr-fr'] = "Définir les conditions nécessaires pour exécuter la destination sélectionnée ci-dessus personnalisés.";
|
||||
$text['description-settings']['he-il'] = "";
|
||||
$text['description-settings']['it-it'] = "";
|
||||
@@ -797,6 +996,7 @@ $text['description-settings']['nl-nl'] = "";
|
||||
$text['description-settings']['pl-pl'] = "Zdefiniuj swoje warunki, które są niezbędne do przesłania rozmowy do wybranego powyżej celu.";
|
||||
$text['description-settings']['pt-br'] = "Definir condições personalizadas necessárias para executar o destino selecionado acima. ";
|
||||
$text['description-settings']['pt-pt'] = "Definir condições personalizadas necessárias para executar o destino selecionado acima.";
|
||||
$text['description-settings']['ro-ro'] = "";
|
||||
$text['description-settings']['ru-ru'] = "Определите пользовательские условия, необходимые для выполнения назначения, выбранного выше.";
|
||||
$text['description-settings']['sv-se'] = "Definiera anpassade villkor som krävs för att genomföra den destination som valts ovan.";
|
||||
$text['description-settings']['uk-ua'] = "";
|
||||
@@ -804,8 +1004,11 @@ $text['description-settings']['uk-ua'] = "";
|
||||
$text['description-presets_advanced']['en-us'] = "Select a Default Destination above to be <i>applied</i> to each preset checked (without a destination already defined).";
|
||||
$text['description-presets_advanced']['ar-eg'] = "";
|
||||
$text['description-presets_advanced']['de-at'] = "Wählen Sie oben ein Standard Ziel , welches jeder ausgewählten Vorgabe zugewiesen wird.";
|
||||
$text['description-presets_advanced']['de-ch'] = "";
|
||||
$text['description-presets_advanced']['de-de'] = "Wählen Sie oben ein Standard Ziel , welches jeder ausgewählten Vorgabe zugewiesen wird.";
|
||||
$text['description-presets_advanced']['es-cl'] = "Seleccione un destino predeterminado por encima de ser <i>apliqué</i> para cada preset facturado (sin destino ya definido).";
|
||||
$text['description-presets_advanced']['es-mx'] = "";
|
||||
$text['description-presets_advanced']['fr-ca'] = "";
|
||||
$text['description-presets_advanced']['fr-fr'] = "Sélectionnez une destination par défaut ci-dessus pour être <i>appliqué</i> pour chaque preset vérifié (sans destination déjà défini).";
|
||||
$text['description-presets_advanced']['he-il'] = "";
|
||||
$text['description-presets_advanced']['it-it'] = "";
|
||||
@@ -813,6 +1016,7 @@ $text['description-presets_advanced']['nl-nl'] = "";
|
||||
$text['description-presets_advanced']['pl-pl'] = "Powyżej wybierz domyślna destynację, która zostanie przypisana do każdego wcześniej zdefiniowanego szablonu, do którego jeszcze nie została przypisana żadna destynacja.";
|
||||
$text['description-presets_advanced']['pt-br'] = "Selecione um destino padrão acima para ser aplicado para cada predefinição marcada (sem um destino já definido). ";
|
||||
$text['description-presets_advanced']['pt-pt'] = "Selecione um destino padrão acima para ser <i>aplicado</i> para cada predefinição marcada (sem um destino já definido).";
|
||||
$text['description-presets_advanced']['ro-ro'] = "";
|
||||
$text['description-presets_advanced']['ru-ru'] = "Выберите пункт назначения по умолчанию, чтобы <i> применяться </i> к каждой проверенной предустановке (без уже определенного адресата).";
|
||||
$text['description-presets_advanced']['sv-se'] = "Välj ett standarddestination ovan som skall tillämpas på varje förinställd som markerats (utan en destination redan definierats).";
|
||||
$text['description-presets_advanced']['uk-ua'] = "";
|
||||
@@ -820,8 +1024,11 @@ $text['description-presets_advanced']['uk-ua'] = "";
|
||||
$text['description-presets']['en-us'] = "Select from available presets. Click a preset name to further customize the conditions and/or destination of each.";
|
||||
$text['description-presets']['ar-eg'] = "";
|
||||
$text['description-presets']['de-at'] = "Wählen Sie aus den vorhandenen Vorgaben. Klicken Sie den Namen der Voreinstellung um weitere persönliche Anpassungen vorzunehmen";
|
||||
$text['description-presets']['de-ch'] = "";
|
||||
$text['description-presets']['de-de'] = "Wählen Sie aus den vorhandenen Vorgaben. Klicken Sie den Namen der Voreinstellung um weitere persönliche Anpassungen vorzunehmen";
|
||||
$text['description-presets']['es-cl'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun.";
|
||||
$text['description-presets']['es-mx'] = "";
|
||||
$text['description-presets']['fr-ca'] = "";
|
||||
$text['description-presets']['fr-fr'] = "Choisissez parmi préréglages disponibles. Cliquez sur un nom prédéfini pour personnaliser davantage les conditions et/ou la destination de chacun.";
|
||||
$text['description-presets']['he-il'] = "";
|
||||
$text['description-presets']['it-it'] = "";
|
||||
@@ -829,6 +1036,7 @@ $text['description-presets']['nl-nl'] = "";
|
||||
$text['description-presets']['pl-pl'] = " Powyżej wybierz wcześniej zdefiniowany szablon. Kliknij na nazwę, aby móc go dostosować do własnych potrzeb (warunki i destynacje).";
|
||||
$text['description-presets']['pt-br'] = "Selecione a partir de configurações disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um. ";
|
||||
$text['description-presets']['pt-pt'] = "Selecione a partir de predefinições disponíveis. Clique em um nome pré-definido para personalizar ainda mais as condições e/ou destino de cada um.";
|
||||
$text['description-presets']['ro-ro'] = "";
|
||||
$text['description-presets']['ru-ru'] = "Выберите один из доступных пресетов. Щелкните имя предустановки, чтобы дополнительно настроить условия и (или) назначение каждого из них.";
|
||||
$text['description-presets']['sv-se'] = "Välj från de tillgängliga förinställningarna. Klicka på namn för en av förinställningarna för ytterligare inställning av villkor eller destinationer.";
|
||||
$text['description-presets']['uk-ua'] = "";
|
||||
@@ -836,8 +1044,11 @@ $text['description-presets']['uk-ua'] = "";
|
||||
$text['description-name']['en-us'] = "Enter the name for the time condition.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen der Zeitschaltung ein.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen der Zeitschaltung ein.";
|
||||
$text['description-name']['es-cl'] = "Introduzca un nombre para esta condición.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Choisir un nom pour cette condition temporelle.";
|
||||
$text['description-name']['he-il'] = "הכנס את השם";
|
||||
$text['description-name']['it-it'] = "";
|
||||
@@ -845,6 +1056,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę warunku";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da condição temporal.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Введите имя для временых условий.";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet på tidsstyrningen.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
@@ -852,8 +1064,11 @@ $text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Geben Sie eine Nebenstelle an.";
|
||||
$text['description-extension']['de-ch'] = "";
|
||||
$text['description-extension']['de-de'] = "Geben Sie eine Nebenstelle an.";
|
||||
$text['description-extension']['es-cl'] = "Introduzca un número de extensión.";
|
||||
$text['description-extension']['es-mx'] = "";
|
||||
$text['description-extension']['fr-ca'] = "";
|
||||
$text['description-extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
$text['description-extension']['he-il'] = "";
|
||||
$text['description-extension']['it-it'] = "";
|
||||
@@ -861,8 +1076,9 @@ $text['description-extension']['nl-nl'] = "";
|
||||
$text['description-extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['ro-ro'] = "";
|
||||
$text['description-extension']['ru-ru'] = "Введите внутренний номер.";
|
||||
$text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-tones']['en-us'] = "Tones";
|
||||
$text['title-tones']['ar-eg'] = "";
|
||||
$text['title-tones']['de-at'] = "Töne";
|
||||
$text['title-tones']['de-ch'] = "";
|
||||
$text['title-tones']['de-de'] = "Töne";
|
||||
$text['title-tones']['es-cl'] = "Tono";
|
||||
$text['title-tones']['es-mx'] = "";
|
||||
$text['title-tones']['fr-ca'] = "";
|
||||
$text['title-tones']['fr-fr'] = "Ton";
|
||||
$text['title-tones']['he-il'] = "טוֹן";
|
||||
$text['title-tones']['it-it'] = "Tono";
|
||||
@@ -13,6 +16,7 @@ $text['title-tones']['nl-nl'] = "Toon";
|
||||
$text['title-tones']['pl-pl'] = "Ton";
|
||||
$text['title-tones']['pt-br'] = "Tom";
|
||||
$text['title-tones']['pt-pt'] = "Tom";
|
||||
$text['title-tones']['ro-ro'] = "";
|
||||
$text['title-tones']['ru-ru'] = "Тон";
|
||||
$text['title-tones']['sv-se'] = "Toner";
|
||||
$text['title-tones']['uk-ua'] = "Тон";
|
||||
@@ -20,8 +24,11 @@ $text['title-tones']['uk-ua'] = "Тон";
|
||||
$text['label-tone']['en-us'] = "Tone";
|
||||
$text['label-tone']['ar-eg'] = "";
|
||||
$text['label-tone']['de-at'] = "Ton";
|
||||
$text['label-tone']['de-ch'] = "";
|
||||
$text['label-tone']['de-de'] = "Ton";
|
||||
$text['label-tone']['es-cl'] = "Tono";
|
||||
$text['label-tone']['es-mx'] = "";
|
||||
$text['label-tone']['fr-ca'] = "";
|
||||
$text['label-tone']['fr-fr'] = "Ton";
|
||||
$text['label-tone']['he-il'] = "טוֹן";
|
||||
$text['label-tone']['it-it'] = "Tono";
|
||||
@@ -29,6 +36,7 @@ $text['label-tone']['nl-nl'] = "Toon";
|
||||
$text['label-tone']['pl-pl'] = "Ton";
|
||||
$text['label-tone']['pt-br'] = "Tom";
|
||||
$text['label-tone']['pt-pt'] = "Tom";
|
||||
$text['label-tone']['ro-ro'] = "";
|
||||
$text['label-tone']['ru-ru'] = "Тон";
|
||||
$text['label-tone']['sv-se'] = "Ton";
|
||||
$text['label-tone']['uk-ua'] = "Тон";
|
||||
@@ -36,8 +44,11 @@ $text['label-tone']['uk-ua'] = "Тон";
|
||||
$text['label-tones']['en-us'] = "Tones";
|
||||
$text['label-tones']['ar-eg'] = "";
|
||||
$text['label-tones']['de-at'] = "Töne";
|
||||
$text['label-tones']['de-ch'] = "";
|
||||
$text['label-tones']['de-de'] = "Töne";
|
||||
$text['label-tones']['es-cl'] = "Tono";
|
||||
$text['label-tones']['es-mx'] = "";
|
||||
$text['label-tones']['fr-ca'] = "";
|
||||
$text['label-tones']['fr-fr'] = "Ton";
|
||||
$text['label-tones']['he-il'] = "טוֹן";
|
||||
$text['label-tones']['it-it'] = "Tono";
|
||||
@@ -45,8 +56,9 @@ $text['label-tones']['nl-nl'] = "Toon";
|
||||
$text['label-tones']['pl-pl'] = "Ton";
|
||||
$text['label-tones']['pt-br'] = "Tom";
|
||||
$text['label-tones']['pt-pt'] = "Tom";
|
||||
$text['label-tones']['ro-ro'] = "";
|
||||
$text['label-tones']['ru-ru'] = "Тон";
|
||||
$text['label-tones']['sv-se'] = "Toner";
|
||||
$text['label-tones']['uk-ua'] = "Тон";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-traffic_graph']['en-us'] = "Traffic Graph";
|
||||
$text['title-traffic_graph']['ar-eg'] = "";
|
||||
$text['title-traffic_graph']['de-at'] = "Netzauslastung";
|
||||
$text['title-traffic_graph']['de-ch'] = "";
|
||||
$text['title-traffic_graph']['de-de'] = "Netzauslastung";
|
||||
$text['title-traffic_graph']['es-cl'] = "Gráfico de Tráfico";
|
||||
$text['title-traffic_graph']['es-mx'] = "";
|
||||
$text['title-traffic_graph']['fr-ca'] = "";
|
||||
$text['title-traffic_graph']['fr-fr'] = "Graphique de Traffic";
|
||||
$text['title-traffic_graph']['he-il'] = "";
|
||||
$text['title-traffic_graph']['it-it'] = "Grafico del Traffico";
|
||||
@@ -13,6 +16,7 @@ $text['title-traffic_graph']['nl-nl'] = "";
|
||||
$text['title-traffic_graph']['pl-pl'] = "Wykres przesyłu danych";
|
||||
$text['title-traffic_graph']['pt-br'] = "Gráfico de tráfego";
|
||||
$text['title-traffic_graph']['pt-pt'] = "Gráfico do Tráfego";
|
||||
$text['title-traffic_graph']['ro-ro'] = "";
|
||||
$text['title-traffic_graph']['ru-ru'] = "График трафика";
|
||||
$text['title-traffic_graph']['sv-se'] = "Trafik Graf";
|
||||
$text['title-traffic_graph']['uk-ua'] = "Графік трафіку";
|
||||
@@ -20,8 +24,11 @@ $text['title-traffic_graph']['uk-ua'] = "Графік трафіку";
|
||||
$text['message-no_interfaces_found']['en-us'] = "No interfaces found.";
|
||||
$text['message-no_interfaces_found']['ar-eg'] = "";
|
||||
$text['message-no_interfaces_found']['de-at'] = "Keine Netzwerkkarte gefunden.";
|
||||
$text['message-no_interfaces_found']['de-ch'] = "";
|
||||
$text['message-no_interfaces_found']['de-de'] = "Keine Netzwerkkarte gefunden.";
|
||||
$text['message-no_interfaces_found']['es-cl'] = "Sin interfaces encontrados.";
|
||||
$text['message-no_interfaces_found']['es-mx'] = "";
|
||||
$text['message-no_interfaces_found']['fr-ca'] = "";
|
||||
$text['message-no_interfaces_found']['fr-fr'] = "Aucune interface trouvé.";
|
||||
$text['message-no_interfaces_found']['he-il'] = "";
|
||||
$text['message-no_interfaces_found']['it-it'] = "Non è stata trovata nessuna interfaccia.";
|
||||
@@ -29,6 +36,7 @@ $text['message-no_interfaces_found']['nl-nl'] = "";
|
||||
$text['message-no_interfaces_found']['pl-pl'] = "Nie znaleziono interfejsy.";
|
||||
$text['message-no_interfaces_found']['pt-br'] = "Sem interfaces encontrados.";
|
||||
$text['message-no_interfaces_found']['pt-pt'] = "Sem interfaces encontrados.";
|
||||
$text['message-no_interfaces_found']['ro-ro'] = "";
|
||||
$text['message-no_interfaces_found']['ru-ru'] = "Интерфейсы не найдены.";
|
||||
$text['message-no_interfaces_found']['sv-se'] = "Inga gränssnitt hittades.";
|
||||
$text['message-no_interfaces_found']['uk-ua'] = "Не знайдено жодного інтерфейсу";
|
||||
@@ -36,8 +44,11 @@ $text['message-no_interfaces_found']['uk-ua'] = "Не знайдено жодн
|
||||
$text['label-interface']['en-us'] = "Interface";
|
||||
$text['label-interface']['ar-eg'] = "";
|
||||
$text['label-interface']['de-at'] = "Netzwerkkarte";
|
||||
$text['label-interface']['de-ch'] = "";
|
||||
$text['label-interface']['de-de'] = "Netzwerkkarte";
|
||||
$text['label-interface']['es-cl'] = "Interfaz";
|
||||
$text['label-interface']['es-mx'] = "";
|
||||
$text['label-interface']['fr-ca'] = "";
|
||||
$text['label-interface']['fr-fr'] = "Interface";
|
||||
$text['label-interface']['he-il'] = "";
|
||||
$text['label-interface']['it-it'] = "Interfaccia";
|
||||
@@ -45,6 +56,7 @@ $text['label-interface']['nl-nl'] = "";
|
||||
$text['label-interface']['pl-pl'] = "Wybierz interfejs";
|
||||
$text['label-interface']['pt-br'] = "Interface";
|
||||
$text['label-interface']['pt-pt'] = "Interface";
|
||||
$text['label-interface']['ro-ro'] = "";
|
||||
$text['label-interface']['ru-ru'] = "Интерфейсы";
|
||||
$text['label-interface']['sv-se'] = "Gränssnitt";
|
||||
$text['label-interface']['uk-ua'] = "Інтерфейс";
|
||||
@@ -52,8 +64,11 @@ $text['label-interface']['uk-ua'] = "Інтерфейс";
|
||||
$text['header-traffic_graph']['en-us'] = "Traffic Graph";
|
||||
$text['header-traffic_graph']['ar-eg'] = "";
|
||||
$text['header-traffic_graph']['de-at'] = "Netzauslastung";
|
||||
$text['header-traffic_graph']['de-ch'] = "";
|
||||
$text['header-traffic_graph']['de-de'] = "Netzauslastung";
|
||||
$text['header-traffic_graph']['es-cl'] = "Gráfico de Tráfico";
|
||||
$text['header-traffic_graph']['es-mx'] = "";
|
||||
$text['header-traffic_graph']['fr-ca'] = "";
|
||||
$text['header-traffic_graph']['fr-fr'] = "Graphique de Traffic";
|
||||
$text['header-traffic_graph']['he-il'] = "";
|
||||
$text['header-traffic_graph']['it-it'] = "Grafico del Traffico";
|
||||
@@ -61,6 +76,7 @@ $text['header-traffic_graph']['nl-nl'] = "";
|
||||
$text['header-traffic_graph']['pl-pl'] = "Wykres przesyłu danych";
|
||||
$text['header-traffic_graph']['pt-br'] = "Gráfico de tráfego";
|
||||
$text['header-traffic_graph']['pt-pt'] = "Gráfico do Tráfego";
|
||||
$text['header-traffic_graph']['ro-ro'] = "";
|
||||
$text['header-traffic_graph']['ru-ru'] = "График трафика";
|
||||
$text['header-traffic_graph']['sv-se'] = "Trafik Graf";
|
||||
$text['header-traffic_graph']['uk-ua'] = "Графік трафіку";
|
||||
@@ -68,8 +84,11 @@ $text['header-traffic_graph']['uk-ua'] = "Графік трафіку";
|
||||
$text['description-traffic_graph']['en-us'] = "A browser (or plugin) that supports Scalable Vector Graphics (SVG) is required to view the traffic graph below.";
|
||||
$text['description-traffic_graph']['ar-eg'] = "";
|
||||
$text['description-traffic_graph']['de-at'] = "Um die Netzauslastung anzuzeigen ist ein Browser (oder Plugin) erforderlich, das SVG Dateien (Scalable Vector Graphics) unterstützt.";
|
||||
$text['description-traffic_graph']['de-ch'] = "";
|
||||
$text['description-traffic_graph']['de-de'] = "Um die Netzauslastung anzuzeigen ist ein Browser (oder Plugin) erforderlich, das SVG Dateien (Scalable Vector Graphics) unterstützt.";
|
||||
$text['description-traffic_graph']['es-cl'] = "Un navegador (o plugin) que soporte SVG (Scalable Vector Graphics) es necesario para ver el gráfico siguiente.";
|
||||
$text['description-traffic_graph']['es-mx'] = "";
|
||||
$text['description-traffic_graph']['fr-ca'] = "";
|
||||
$text['description-traffic_graph']['fr-fr'] = "Un explorateur (ou plugin) qui support le Graphique Vectoriel Evolutif (SVG) est nécessaire pour afficher les graphique ci-dessous.";
|
||||
$text['description-traffic_graph']['he-il'] = "";
|
||||
$text['description-traffic_graph']['it-it'] = "Per visualizare il grafico è necessario un browser (o un plugin) che supporti SVG (Scalable Vector Graphics).";
|
||||
@@ -77,6 +96,7 @@ $text['description-traffic_graph']['nl-nl'] = "";
|
||||
$text['description-traffic_graph']['pl-pl'] = "Aby zobaczyć przesytu danych wymagana jest przeglądarka (lub wtyczka), która obsługuje Scalable Vector Graphics (SVG). ";
|
||||
$text['description-traffic_graph']['pt-br'] = "Um browser (ou plugin) que suporte SVG (Scalable Vector Graphics) é necessário para ver o gráfico do tráfego abaixo. ";
|
||||
$text['description-traffic_graph']['pt-pt'] = "Um browser (ou plugin) que suporte SVG (Scalable Vector Graphics) é necessário para ver o gráfico do tráfego abaixo.";
|
||||
$text['description-traffic_graph']['ro-ro'] = "";
|
||||
$text['description-traffic_graph']['ru-ru'] = "Для просмотра графика трафика ниже требуется браузер (или плагин), который поддерживает масштабируемую векторную графику (SVG).";
|
||||
$text['description-traffic_graph']['sv-se'] = "En webbläsare (eller plugin) som stöder Scalable Vector Graphics (SVG) krävs för att visa trafik grafen nedan.";
|
||||
$text['description-traffic_graph']['uk-ua'] = "Браузер (або плагін), який підтримує Scalable Vector Graphics (SVG) необхідний для перегляду графіка руху нижче.";
|
||||
@@ -84,8 +104,11 @@ $text['description-traffic_graph']['uk-ua'] = "Браузер (або плагі
|
||||
$text['description-no_svg']['en-us'] = "Unfortunately your browser does not currently support Scalable Vector Graphics (SVG). To view the traffic graph, please use a browser (or plugin) that supports Scalable Vector Graphics (SVG).";
|
||||
$text['description-no_svg']['ar-eg'] = "";
|
||||
$text['description-no_svg']['de-at'] = "Offensichtlich unterstützt Ihr Browser keine SVG Dateien (Scalable Vector Graphics). Um die Netzauslastung anzuzeigen benutzen Sie bitte einen Browser (oder Plugin) welcher SVG Dateien unterstützt.";
|
||||
$text['description-no_svg']['de-ch'] = "";
|
||||
$text['description-no_svg']['de-de'] = "Offensichtlich unterstützt Ihr Browser keine SVG Dateien (Scalable Vector Graphics). Um die Netzauslastung anzuzeigen benutzen Sie bitte einen Browser (oder Plugin) welcher SVG Dateien unterstützt.";
|
||||
$text['description-no_svg']['es-cl'] = "Su navegador no soporta SVG (Scalable Vector Graphics). Para ver el gráfico debe utilizar un navegador (o plugin) que soporte SVG.";
|
||||
$text['description-no_svg']['es-mx'] = "";
|
||||
$text['description-no_svg']['fr-ca'] = "";
|
||||
$text['description-no_svg']['fr-fr'] = "Malheureusement votre explorateur ne ssupporte pas le Graphique Vectoriel Evolutif (SVG). Pour voir le graphique, merci d'utiliser un explorateur (ou plugin) qui le supporte.";
|
||||
$text['description-no_svg']['he-il'] = "";
|
||||
$text['description-no_svg']['it-it'] = "Sfortunatamente il tuo browser attualmente non supporta SVG (Scalable Vector Graphics). Per visualizzare il grafico del traffico usa un browser (o un plugin) che supportino SVG (Scalable Vector Graphics).";
|
||||
@@ -93,8 +116,9 @@ $text['description-no_svg']['nl-nl'] = "";
|
||||
$text['description-no_svg']['pl-pl'] = "Niestety twoja przeglądarka nie obsługuje obecnie Scalable Vector Graphics (SVG). Aby wyświetlić wykres przesyłu danych, należy użyć przeglądarki (lub wtyczki), który obsługuje Scalable Vector Graphics (SVG).";
|
||||
$text['description-no_svg']['pt-br'] = "Infelizmente o seu browser não suporta SVG (Scalable Vector Graphics). Para ver o gráfico do tráfego por favor utilize um browser (ou plugin) que suporte SVG.";
|
||||
$text['description-no_svg']['pt-pt'] = "Infelizmente o seu browser não suporta SVG (Scalable Vector Graphics). Para ver o gráfico do tráfego por favor utilize um browser (ou plugin) que suporte SVG.";
|
||||
$text['description-no_svg']['ro-ro'] = "";
|
||||
$text['description-no_svg']['ru-ru'] = "К сожалению, ваш браузер в настоящее время не поддерживает масштабируемую векторную графику (SVG). Чтобы просмотреть график трафика, используйте браузер (или плагин), который поддерживает масштабируемую векторную графику (SVG).";
|
||||
$text['description-no_svg']['sv-se'] = "Din webbläsare stödjer tyvärr inte Scalable Vector Graphics (SVG). Om du vill visa trafik grafen, vänligen använd en webbläsare (eller plugin) som stöder Scalable Vector Graphics (SVG) ";
|
||||
$text['description-no_svg']['uk-ua'] = "На жаль, браузер не підтримує Scalable Vector Graphics (SVG). Для перегляду графіка, будь ласка, використовуйте браузер (або плагін), який підтримує Scalable Vector Graphics (SVG).";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title-variables_advanced']['en-us'] = "Switch Variables: Advanced";
|
||||
$text['title-variables_advanced']['ar-eg'] = "";
|
||||
$text['title-variables_advanced']['de-at'] = "Switch Variablen: Erweitert";
|
||||
$text['title-variables_advanced']['de-ch'] = "";
|
||||
$text['title-variables_advanced']['de-de'] = "Switch Variablen: Erweitert";
|
||||
$text['title-variables_advanced']['es-cl'] = "Variables de Switch: Avanzadas";
|
||||
$text['title-variables_advanced']['es-mx'] = "";
|
||||
$text['title-variables_advanced']['fr-ca'] = "";
|
||||
$text['title-variables_advanced']['fr-fr'] = "Variables Système: Avancé";
|
||||
$text['title-variables_advanced']['he-il'] = "";
|
||||
$text['title-variables_advanced']['it-it'] = "";
|
||||
@@ -13,6 +16,7 @@ $text['title-variables_advanced']['nl-nl'] = "";
|
||||
$text['title-variables_advanced']['pl-pl'] = "Zmienne PBXu (zaawansowane)";
|
||||
$text['title-variables_advanced']['pt-br'] = "Variáveis do Softswitch: Avançadas ";
|
||||
$text['title-variables_advanced']['pt-pt'] = "Variáveis do Softswitch: Avançadas";
|
||||
$text['title-variables_advanced']['ro-ro'] = "";
|
||||
$text['title-variables_advanced']['ru-ru'] = "Параметры FreeSwitch: Расширенные";
|
||||
$text['title-variables_advanced']['sv-se'] = "Switch Variabler: Avancerat";
|
||||
$text['title-variables_advanced']['uk-ua'] = "Задання змінних: Додатково";
|
||||
@@ -20,8 +24,11 @@ $text['title-variables_advanced']['uk-ua'] = "Задання змінних: Д
|
||||
$text['title-variables']['en-us'] = "Switch Variables";
|
||||
$text['title-variables']['ar-eg'] = "";
|
||||
$text['title-variables']['de-at'] = "Switch Variablen";
|
||||
$text['title-variables']['de-ch'] = "";
|
||||
$text['title-variables']['de-de'] = "Switch Variablen";
|
||||
$text['title-variables']['es-cl'] = "Variables de Switch";
|
||||
$text['title-variables']['es-mx'] = "";
|
||||
$text['title-variables']['fr-ca'] = "";
|
||||
$text['title-variables']['fr-fr'] = "Variables Système";
|
||||
$text['title-variables']['he-il'] = "";
|
||||
$text['title-variables']['it-it'] = "";
|
||||
@@ -29,6 +36,7 @@ $text['title-variables']['nl-nl'] = "";
|
||||
$text['title-variables']['pl-pl'] = "Zmienne PBXu";
|
||||
$text['title-variables']['pt-br'] = "Variáveis do Softswitch ";
|
||||
$text['title-variables']['pt-pt'] = "Variáveis do Softswitch";
|
||||
$text['title-variables']['ro-ro'] = "";
|
||||
$text['title-variables']['ru-ru'] = "Параметры FreeSwitch";
|
||||
$text['title-variables']['sv-se'] = "Switch Variabler";
|
||||
$text['title-variables']['uk-ua'] = "Задання змінних ";
|
||||
@@ -36,8 +44,11 @@ $text['title-variables']['uk-ua'] = "Задання змінних ";
|
||||
$text['title-variable_edit']['en-us'] = "Variable";
|
||||
$text['title-variable_edit']['ar-eg'] = "";
|
||||
$text['title-variable_edit']['de-at'] = "Variable";
|
||||
$text['title-variable_edit']['de-ch'] = "";
|
||||
$text['title-variable_edit']['de-de'] = "Variable";
|
||||
$text['title-variable_edit']['es-cl'] = "Editar Variable";
|
||||
$text['title-variable_edit']['es-mx'] = "";
|
||||
$text['title-variable_edit']['fr-ca'] = "";
|
||||
$text['title-variable_edit']['fr-fr'] = "Editer la Variable";
|
||||
$text['title-variable_edit']['he-il'] = "";
|
||||
$text['title-variable_edit']['it-it'] = "";
|
||||
@@ -45,6 +56,7 @@ $text['title-variable_edit']['nl-nl'] = "";
|
||||
$text['title-variable_edit']['pl-pl'] = "Zmienna";
|
||||
$text['title-variable_edit']['pt-br'] = "Editar Variável ";
|
||||
$text['title-variable_edit']['pt-pt'] = "Editar Variável";
|
||||
$text['title-variable_edit']['ro-ro'] = "";
|
||||
$text['title-variable_edit']['ru-ru'] = "Переменная";
|
||||
$text['title-variable_edit']['sv-se'] = "Variabel";
|
||||
$text['title-variable_edit']['uk-ua'] = "Змінна";
|
||||
@@ -52,8 +64,11 @@ $text['title-variable_edit']['uk-ua'] = "Змінна";
|
||||
$text['title-variable_add']['en-us'] = "Variable";
|
||||
$text['title-variable_add']['ar-eg'] = "";
|
||||
$text['title-variable_add']['de-at'] = "Variable";
|
||||
$text['title-variable_add']['de-ch'] = "";
|
||||
$text['title-variable_add']['de-de'] = "Variable";
|
||||
$text['title-variable_add']['es-cl'] = "";
|
||||
$text['title-variable_add']['es-mx'] = "";
|
||||
$text['title-variable_add']['fr-ca'] = "";
|
||||
$text['title-variable_add']['fr-fr'] = "Ajouter une Variable";
|
||||
$text['title-variable_add']['he-il'] = "";
|
||||
$text['title-variable_add']['it-it'] = "";
|
||||
@@ -61,6 +76,7 @@ $text['title-variable_add']['nl-nl'] = "";
|
||||
$text['title-variable_add']['pl-pl'] = "Zmienna";
|
||||
$text['title-variable_add']['pt-br'] = "Adicionar Variável ";
|
||||
$text['title-variable_add']['pt-pt'] = "Adicionar Variável";
|
||||
$text['title-variable_add']['ro-ro'] = "";
|
||||
$text['title-variable_add']['ru-ru'] = "Переменная";
|
||||
$text['title-variable_add']['sv-se'] = "Variabel";
|
||||
$text['title-variable_add']['uk-ua'] = "Змінна";
|
||||
@@ -68,8 +84,11 @@ $text['title-variable_add']['uk-ua'] = "Змінна";
|
||||
$text['label-hostname']['en-us'] = "Hostname";
|
||||
$text['label-hostname']['ar-eg'] = "";
|
||||
$text['label-hostname']['de-at'] = "Hostname";
|
||||
$text['label-hostname']['de-ch'] = "";
|
||||
$text['label-hostname']['de-de'] = "Hostname";
|
||||
$text['label-hostname']['es-cl'] = "";
|
||||
$text['label-hostname']['es-mx'] = "";
|
||||
$text['label-hostname']['fr-ca'] = "";
|
||||
$text['label-hostname']['fr-fr'] = "Nom d'hôte";
|
||||
$text['label-hostname']['he-il'] = "";
|
||||
$text['label-hostname']['it-it'] = "";
|
||||
@@ -77,6 +96,7 @@ $text['label-hostname']['nl-nl'] = "";
|
||||
$text['label-hostname']['pl-pl'] = "Nazwa hosta";
|
||||
$text['label-hostname']['pt-br'] = "";
|
||||
$text['label-hostname']['pt-pt'] = "Hostname";
|
||||
$text['label-hostname']['ro-ro'] = "";
|
||||
$text['label-hostname']['ru-ru'] = "Имя хоста";
|
||||
$text['label-hostname']['sv-se'] = "Hostname";
|
||||
$text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
@@ -84,8 +104,11 @@ $text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
$text['label-codec_information']['en-us'] = "Codec Information";
|
||||
$text['label-codec_information']['ar-eg'] = "";
|
||||
$text['label-codec_information']['de-at'] = "Codec Information";
|
||||
$text['label-codec_information']['de-ch'] = "";
|
||||
$text['label-codec_information']['de-de'] = "Codec Information";
|
||||
$text['label-codec_information']['es-cl'] = "Informatión de Codec";
|
||||
$text['label-codec_information']['es-mx'] = "";
|
||||
$text['label-codec_information']['fr-ca'] = "";
|
||||
$text['label-codec_information']['fr-fr'] = "Codec Information";
|
||||
$text['label-codec_information']['he-il'] = "";
|
||||
$text['label-codec_information']['it-it'] = "";
|
||||
@@ -93,6 +116,7 @@ $text['label-codec_information']['nl-nl'] = "";
|
||||
$text['label-codec_information']['pl-pl'] = "Informacja o kodekach";
|
||||
$text['label-codec_information']['pt-br'] = "Informações sobre o Codec";
|
||||
$text['label-codec_information']['pt-pt'] = "Informação do Codec";
|
||||
$text['label-codec_information']['ro-ro'] = "";
|
||||
$text['label-codec_information']['ru-ru'] = "Информация о кодеке";
|
||||
$text['label-codec_information']['sv-se'] = "Codec Information";
|
||||
$text['label-codec_information']['uk-ua'] = "Інформація про кодек";
|
||||
@@ -100,8 +124,11 @@ $text['label-codec_information']['uk-ua'] = "Інформація про код
|
||||
$text['header-variables_advanced']['en-us'] = "Switch Variables: Advanced";
|
||||
$text['header-variables_advanced']['ar-eg'] = "";
|
||||
$text['header-variables_advanced']['de-at'] = "Switch Variablen: Erweitert";
|
||||
$text['header-variables_advanced']['de-ch'] = "";
|
||||
$text['header-variables_advanced']['de-de'] = "Switch Variablen: Erweitert";
|
||||
$text['header-variables_advanced']['es-cl'] = "Variables de Switch: Avanzadas";
|
||||
$text['header-variables_advanced']['es-mx'] = "";
|
||||
$text['header-variables_advanced']['fr-ca'] = "";
|
||||
$text['header-variables_advanced']['fr-fr'] = "Variables Système: Avancé";
|
||||
$text['header-variables_advanced']['he-il'] = "";
|
||||
$text['header-variables_advanced']['it-it'] = "";
|
||||
@@ -109,6 +136,7 @@ $text['header-variables_advanced']['nl-nl'] = "";
|
||||
$text['header-variables_advanced']['pl-pl'] = "Zamień zmienne (zaawansowane)";
|
||||
$text['header-variables_advanced']['pt-br'] = "Variáveis do Softswitch: Avançadas ";
|
||||
$text['header-variables_advanced']['pt-pt'] = "Variáveis do Softswitch: Avançadas";
|
||||
$text['header-variables_advanced']['ro-ro'] = "";
|
||||
$text['header-variables_advanced']['ru-ru'] = "Параметры FreeSwitch: Расширенный";
|
||||
$text['header-variables_advanced']['sv-se'] = "Switch Variabler: Avancerat";
|
||||
$text['header-variables_advanced']['uk-ua'] = "Задання змінних: Додатково";
|
||||
@@ -116,8 +144,11 @@ $text['header-variables_advanced']['uk-ua'] = "Задання змінних: Д
|
||||
$text['header-variables']['en-us'] = "Switch Variables";
|
||||
$text['header-variables']['ar-eg'] = "";
|
||||
$text['header-variables']['de-at'] = "Switch Variablen";
|
||||
$text['header-variables']['de-ch'] = "";
|
||||
$text['header-variables']['de-de'] = "Switch Variablen";
|
||||
$text['header-variables']['es-cl'] = "Variables de Switch";
|
||||
$text['header-variables']['es-mx'] = "";
|
||||
$text['header-variables']['fr-ca'] = "";
|
||||
$text['header-variables']['fr-fr'] = "Variables Système";
|
||||
$text['header-variables']['he-il'] = "";
|
||||
$text['header-variables']['it-it'] = "";
|
||||
@@ -125,6 +156,7 @@ $text['header-variables']['nl-nl'] = "";
|
||||
$text['header-variables']['pl-pl'] = "Zmienne PBXu";
|
||||
$text['header-variables']['pt-br'] = "Variáveis do Softswitch ";
|
||||
$text['header-variables']['pt-pt'] = "Variáveis do Softswitch";
|
||||
$text['header-variables']['ro-ro'] = "";
|
||||
$text['header-variables']['ru-ru'] = "Параметры FreeSwitch";
|
||||
$text['header-variables']['sv-se'] = "Switch Variabler";
|
||||
$text['header-variables']['uk-ua'] = "Задання змінних";
|
||||
@@ -132,8 +164,11 @@ $text['header-variables']['uk-ua'] = "Задання змінних";
|
||||
$text['header-variable_edit']['en-us'] = "Variable";
|
||||
$text['header-variable_edit']['ar-eg'] = "";
|
||||
$text['header-variable_edit']['de-at'] = "Variable";
|
||||
$text['header-variable_edit']['de-ch'] = "";
|
||||
$text['header-variable_edit']['de-de'] = "Variable";
|
||||
$text['header-variable_edit']['es-cl'] = "Editar Variable";
|
||||
$text['header-variable_edit']['es-mx'] = "";
|
||||
$text['header-variable_edit']['fr-ca'] = "";
|
||||
$text['header-variable_edit']['fr-fr'] = "Editer la Variable";
|
||||
$text['header-variable_edit']['he-il'] = "";
|
||||
$text['header-variable_edit']['it-it'] = "";
|
||||
@@ -141,6 +176,7 @@ $text['header-variable_edit']['nl-nl'] = "";
|
||||
$text['header-variable_edit']['pl-pl'] = "Zmienna";
|
||||
$text['header-variable_edit']['pt-br'] = "Editar variável";
|
||||
$text['header-variable_edit']['pt-pt'] = "Editar variável";
|
||||
$text['header-variable_edit']['ro-ro'] = "";
|
||||
$text['header-variable_edit']['ru-ru'] = "Переменная";
|
||||
$text['header-variable_edit']['sv-se'] = "Variabel";
|
||||
$text['header-variable_edit']['uk-ua'] = "Змінна";
|
||||
@@ -148,8 +184,11 @@ $text['header-variable_edit']['uk-ua'] = "Змінна";
|
||||
$text['header-hostname']['en-us'] = "Hostname";
|
||||
$text['header-hostname']['ar-eg'] = "";
|
||||
$text['header-hostname']['de-at'] = "Hostname";
|
||||
$text['header-hostname']['de-ch'] = "";
|
||||
$text['header-hostname']['de-de'] = "Hostname";
|
||||
$text['header-hostname']['es-cl'] = "";
|
||||
$text['header-hostname']['es-mx'] = "";
|
||||
$text['header-hostname']['fr-ca'] = "";
|
||||
$text['header-hostname']['fr-fr'] = "Nom d'hôte";
|
||||
$text['header-hostname']['he-il'] = "";
|
||||
$text['header-hostname']['it-it'] = "";
|
||||
@@ -157,6 +196,7 @@ $text['header-hostname']['nl-nl'] = "";
|
||||
$text['header-hostname']['pl-pl'] = "Nazwa hosta";
|
||||
$text['header-hostname']['pt-br'] = "";
|
||||
$text['header-hostname']['pt-pt'] = "Hostname";
|
||||
$text['header-hostname']['ro-ro'] = "";
|
||||
$text['header-hostname']['ru-ru'] = "Имя хоста";
|
||||
$text['header-hostname']['sv-se'] = "Hostname";
|
||||
$text['header-hostname']['uk-ua'] = "Назва хоста";
|
||||
@@ -164,8 +204,11 @@ $text['header-hostname']['uk-ua'] = "Назва хоста";
|
||||
$text['description-variables_advanced']['en-us'] = "Define preprocessor variables here. Can be accessed in the xml configuration with $.";
|
||||
$text['description-variables_advanced']['ar-eg'] = "";
|
||||
$text['description-variables_advanced']['de-at'] = "Definieren Sie Preprozessor Variablen. Auf diese kann in der XML Konfiguration mittels $ zugegriffen werden.";
|
||||
$text['description-variables_advanced']['de-ch'] = "";
|
||||
$text['description-variables_advanced']['de-de'] = "Definieren Sie Preprozessor Variablen. Auf diese kann in der XML Konfiguration mittels $ zugegriffen werden.";
|
||||
$text['description-variables_advanced']['es-cl'] = "Defina variables de preprocesador aquí. Pueden ser accesadas en la configuración XML con $.";
|
||||
$text['description-variables_advanced']['es-mx'] = "";
|
||||
$text['description-variables_advanced']['fr-ca'] = "";
|
||||
$text['description-variables_advanced']['fr-fr'] = "Définir ici les variables préprocessées. Se retrouve dans la configuration XML avec $.";
|
||||
$text['description-variables_advanced']['he-il'] = "";
|
||||
$text['description-variables_advanced']['it-it'] = "";
|
||||
@@ -173,6 +216,7 @@ $text['description-variables_advanced']['nl-nl'] = "";
|
||||
$text['description-variables_advanced']['pl-pl'] = "Tutaj zdefiniuj zmienne preprocesora. Mogą być dostępne w konfiguracji xml z $.";
|
||||
$text['description-variables_advanced']['pt-br'] = "Defina as variáveis aqui. Podem ser acessadas na configuração XML com $";
|
||||
$text['description-variables_advanced']['pt-pt'] = "Defina as variáveis aqui. Podem ser acedidas na configuração xml com $.";
|
||||
$text['description-variables_advanced']['ro-ro'] = "";
|
||||
$text['description-variables_advanced']['ru-ru'] = "Определите здесь параметры FreeSwitch. Доступ к файлу xml можно получить с помощью $.";
|
||||
$text['description-variables_advanced']['sv-se'] = "Definiera preprocessor variabler här. Kan nås i xml konfigurationen med $.";
|
||||
$text['description-variables_advanced']['uk-ua'] = "Задайте змінні препроцесора тут. Вони будуть доступними в конфігурації XML з символом $.";
|
||||
@@ -180,8 +224,11 @@ $text['description-variables_advanced']['uk-ua'] = "Задайте змінні
|
||||
$text['description-variables']['en-us'] = "Define preprocessor variables here.";
|
||||
$text['description-variables']['ar-eg'] = "";
|
||||
$text['description-variables']['de-at'] = "Definieren Sie Preprozessor Variablen.";
|
||||
$text['description-variables']['de-ch'] = "";
|
||||
$text['description-variables']['de-de'] = "Definieren Sie Preprozessor Variablen.";
|
||||
$text['description-variables']['es-cl'] = "Defina variables de procesador aquí.";
|
||||
$text['description-variables']['es-mx'] = "";
|
||||
$text['description-variables']['fr-ca'] = "";
|
||||
$text['description-variables']['fr-fr'] = "Définir ici les variables préprocessées.";
|
||||
$text['description-variables']['he-il'] = "";
|
||||
$text['description-variables']['it-it'] = "";
|
||||
@@ -189,6 +236,7 @@ $text['description-variables']['nl-nl'] = "";
|
||||
$text['description-variables']['pl-pl'] = "Tutaj zdefiniuj zmienne preprocesora";
|
||||
$text['description-variables']['pt-br'] = "Defina as variáveis aqui:";
|
||||
$text['description-variables']['pt-pt'] = "Defina as variáveis aqui.";
|
||||
$text['description-variables']['ro-ro'] = "";
|
||||
$text['description-variables']['ru-ru'] = "Определите здесь параметры FreeSwitch.";
|
||||
$text['description-variables']['sv-se'] = "Definiera preprocessor variabler här.";
|
||||
$text['description-variables']['uk-ua'] = "Задайте змінні препроцесора тут.";
|
||||
@@ -196,8 +244,11 @@ $text['description-variables']['uk-ua'] = "Задайте змінні преп
|
||||
$text['description-name']['en-us'] = "Enter the variable name.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen der Variable an.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen der Variable an.";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre de la variable.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "";
|
||||
$text['description-name']['he-il'] = "";
|
||||
$text['description-name']['it-it'] = "";
|
||||
@@ -205,6 +256,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę zmiennej";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da variável.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "Введите имя переменной.";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet på menyn.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву змінної";
|
||||
@@ -212,8 +264,11 @@ $text['description-name']['uk-ua'] = "Введіть назву змінної";
|
||||
$text['description-hostname']['en-us'] = "Enter the hostname / switchname.";
|
||||
$text['description-hostname']['ar-eg'] = "";
|
||||
$text['description-hostname']['de-at'] = "Geben Sie den Hostnamen / Switchnamen an.";
|
||||
$text['description-hostname']['de-ch'] = "";
|
||||
$text['description-hostname']['de-de'] = "Geben Sie den Hostnamen / Switchnamen an.";
|
||||
$text['description-hostname']['es-cl'] = "";
|
||||
$text['description-hostname']['es-mx'] = "";
|
||||
$text['description-hostname']['fr-ca'] = "";
|
||||
$text['description-hostname']['fr-fr'] = "Entrer le nom de l'hôte / du switch.";
|
||||
$text['description-hostname']['he-il'] = "";
|
||||
$text['description-hostname']['it-it'] = "";
|
||||
@@ -221,8 +276,9 @@ $text['description-hostname']['nl-nl'] = "";
|
||||
$text['description-hostname']['pl-pl'] = "Wprowadź nazwę hosta / PBXu";
|
||||
$text['description-hostname']['pt-br'] = "";
|
||||
$text['description-hostname']['pt-pt'] = "Introduza o hostname";
|
||||
$text['description-hostname']['ro-ro'] = "";
|
||||
$text['description-hostname']['ru-ru'] = "Введите имя хоста / имя_схемы.";
|
||||
$text['description-hostname']['sv-se'] = "Fyll i hostname / switchname.";
|
||||
$text['description-hostname']['uk-ua'] = "Введіть назву хоста / switchname.";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,11 +1,14 @@
|
||||
<?php
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
|
||||
|
||||
$text['title']['en-us'] = "Voicemail Greetings";
|
||||
$text['title']['ar-eg'] = "";
|
||||
$text['title']['de-at'] = "Begrüßungen für Sprachnachrichten";
|
||||
$text['title']['de-ch'] = "";
|
||||
$text['title']['de-de'] = "Begrüßungen für Sprachnachrichten";
|
||||
$text['title']['es-cl'] = "";
|
||||
$text['title']['es-mx'] = "";
|
||||
$text['title']['fr-ca'] = "";
|
||||
$text['title']['fr-fr'] = "Salutations de la messagerie";
|
||||
$text['title']['he-il'] = "הגדרת חשבון";
|
||||
$text['title']['it-it'] = "Messaggi bevenuto Casella Vocale";
|
||||
@@ -13,6 +16,7 @@ $text['title']['nl-nl'] = "";
|
||||
$text['title']['pl-pl'] = "Ustawienia konta";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pt-pt'] = "Saudações de correio de voz";
|
||||
$text['title']['ro-ro'] = "";
|
||||
$text['title']['ru-ru'] = "";
|
||||
$text['title']['sv-se'] = "Röstbrevlåda Hälsningar";
|
||||
$text['title']['uk-ua'] = "Привітання";
|
||||
@@ -20,8 +24,11 @@ $text['title']['uk-ua'] = "Привітання";
|
||||
$text['table-size']['en-us'] = "Size";
|
||||
$text['table-size']['ar-eg'] = "";
|
||||
$text['table-size']['de-at'] = "Größe";
|
||||
$text['table-size']['de-ch'] = "";
|
||||
$text['table-size']['de-de'] = "Größe";
|
||||
$text['table-size']['es-cl'] = "Tamaño";
|
||||
$text['table-size']['es-mx'] = "";
|
||||
$text['table-size']['fr-ca'] = "";
|
||||
$text['table-size']['fr-fr'] = "Taille";
|
||||
$text['table-size']['he-il'] = "גודל";
|
||||
$text['table-size']['it-it'] = "Dimensione";
|
||||
@@ -29,6 +36,7 @@ $text['table-size']['nl-nl'] = "";
|
||||
$text['table-size']['pl-pl'] = "Rozmiar";
|
||||
$text['table-size']['pt-br'] = "Tamanho";
|
||||
$text['table-size']['pt-pt'] = "Tamanho";
|
||||
$text['table-size']['ro-ro'] = "";
|
||||
$text['table-size']['ru-ru'] = "";
|
||||
$text['table-size']['sv-se'] = "Storlek";
|
||||
$text['table-size']['uk-ua'] = "Розмір";
|
||||
@@ -36,8 +44,11 @@ $text['table-size']['uk-ua'] = "Розмір";
|
||||
$text['table-number']['en-us'] = "#";
|
||||
$text['table-number']['ar-eg'] = "";
|
||||
$text['table-number']['de-at'] = "#";
|
||||
$text['table-number']['de-ch'] = "";
|
||||
$text['table-number']['de-de'] = "#";
|
||||
$text['table-number']['es-cl'] = "Número";
|
||||
$text['table-number']['es-mx'] = "";
|
||||
$text['table-number']['fr-ca'] = "";
|
||||
$text['table-number']['fr-fr'] = "Nombre";
|
||||
$text['table-number']['he-il'] = "#";
|
||||
$text['table-number']['it-it'] = "#";
|
||||
@@ -45,6 +56,7 @@ $text['table-number']['nl-nl'] = "";
|
||||
$text['table-number']['pl-pl'] = "liczba";
|
||||
$text['table-number']['pt-br'] = "Número";
|
||||
$text['table-number']['pt-pt'] = "Número";
|
||||
$text['table-number']['ro-ro'] = "";
|
||||
$text['table-number']['ru-ru'] = "";
|
||||
$text['table-number']['sv-se'] = "#";
|
||||
$text['table-number']['uk-ua'] = "кількість";
|
||||
@@ -52,8 +64,11 @@ $text['table-number']['uk-ua'] = "кількість";
|
||||
$text['table-name']['en-us'] = "Name";
|
||||
$text['table-name']['ar-eg'] = "";
|
||||
$text['table-name']['de-at'] = "Name";
|
||||
$text['table-name']['de-ch'] = "";
|
||||
$text['table-name']['de-de'] = "Name";
|
||||
$text['table-name']['es-cl'] = "Nombre";
|
||||
$text['table-name']['es-mx'] = "";
|
||||
$text['table-name']['fr-ca'] = "";
|
||||
$text['table-name']['fr-fr'] = "Nom";
|
||||
$text['table-name']['he-il'] = "שם";
|
||||
$text['table-name']['it-it'] = "Nome";
|
||||
@@ -61,6 +76,7 @@ $text['table-name']['nl-nl'] = "";
|
||||
$text['table-name']['pl-pl'] = "Nazwa";
|
||||
$text['table-name']['pt-br'] = "Nome";
|
||||
$text['table-name']['pt-pt'] = "Nome";
|
||||
$text['table-name']['ro-ro'] = "";
|
||||
$text['table-name']['ru-ru'] = "";
|
||||
$text['table-name']['sv-se'] = "Namn";
|
||||
$text['table-name']['uk-ua'] = "Назва";
|
||||
@@ -68,8 +84,11 @@ $text['table-name']['uk-ua'] = "Назва";
|
||||
$text['table-filename']['en-us'] = "File Name";
|
||||
$text['table-filename']['ar-eg'] = "";
|
||||
$text['table-filename']['de-at'] = "Dateiname";
|
||||
$text['table-filename']['de-ch'] = "";
|
||||
$text['table-filename']['de-de'] = "Dateiname";
|
||||
$text['table-filename']['es-cl'] = "Nombre Del Archivo";
|
||||
$text['table-filename']['es-mx'] = "";
|
||||
$text['table-filename']['fr-ca'] = "";
|
||||
$text['table-filename']['fr-fr'] = "Nom de fichier";
|
||||
$text['table-filename']['he-il'] = "שם קובץ";
|
||||
$text['table-filename']['it-it'] = "Nome File";
|
||||
@@ -77,6 +96,7 @@ $text['table-filename']['nl-nl'] = "";
|
||||
$text['table-filename']['pl-pl'] = "Nazwa Pliku";
|
||||
$text['table-filename']['pt-br'] = "Nome Do Arquivo";
|
||||
$text['table-filename']['pt-pt'] = "Nome Do Arquivo";
|
||||
$text['table-filename']['ro-ro'] = "";
|
||||
$text['table-filename']['ru-ru'] = "";
|
||||
$text['table-filename']['sv-se'] = "Filnamn";
|
||||
$text['table-filename']['uk-ua'] = "ім'я Файлу";
|
||||
@@ -84,8 +104,11 @@ $text['table-filename']['uk-ua'] = "ім'я Файлу";
|
||||
$text['table-download']['en-us'] = "Download";
|
||||
$text['table-download']['ar-eg'] = "";
|
||||
$text['table-download']['de-at'] = "Download";
|
||||
$text['table-download']['de-ch'] = "";
|
||||
$text['table-download']['de-de'] = "Download";
|
||||
$text['table-download']['es-cl'] = "Descargar";
|
||||
$text['table-download']['es-mx'] = "";
|
||||
$text['table-download']['fr-ca'] = "";
|
||||
$text['table-download']['fr-fr'] = "Télécharger";
|
||||
$text['table-download']['he-il'] = "הורדה";
|
||||
$text['table-download']['it-it'] = "Scarica";
|
||||
@@ -93,6 +116,7 @@ $text['table-download']['nl-nl'] = "";
|
||||
$text['table-download']['pl-pl'] = "Numer";
|
||||
$text['table-download']['pt-br'] = "Número";
|
||||
$text['table-download']['pt-pt'] = "Descarregar";
|
||||
$text['table-download']['ro-ro'] = "";
|
||||
$text['table-download']['ru-ru'] = "";
|
||||
$text['table-download']['sv-se'] = "Ladda Ned";
|
||||
$text['table-download']['uk-ua'] = "Скачати";
|
||||
@@ -100,8 +124,11 @@ $text['table-download']['uk-ua'] = "Скачати";
|
||||
$text['table-description']['en-us'] = "Description";
|
||||
$text['table-description']['ar-eg'] = "";
|
||||
$text['table-description']['de-at'] = "Beschreibung";
|
||||
$text['table-description']['de-ch'] = "";
|
||||
$text['table-description']['de-de'] = "Beschreibung";
|
||||
$text['table-description']['es-cl'] = "Descripción";
|
||||
$text['table-description']['es-mx'] = "";
|
||||
$text['table-description']['fr-ca'] = "";
|
||||
$text['table-description']['fr-fr'] = "Description";
|
||||
$text['table-description']['he-il'] = "תיאור";
|
||||
$text['table-description']['it-it'] = "Descrizione";
|
||||
@@ -109,6 +136,7 @@ $text['table-description']['nl-nl'] = "";
|
||||
$text['table-description']['pl-pl'] = "Opis";
|
||||
$text['table-description']['pt-br'] = "Descrição";
|
||||
$text['table-description']['pt-pt'] = "Descrição";
|
||||
$text['table-description']['ro-ro'] = "";
|
||||
$text['table-description']['ru-ru'] = "";
|
||||
$text['table-description']['sv-se'] = "Beskrivning";
|
||||
$text['table-description']['uk-ua'] = "Опис";
|
||||
@@ -116,8 +144,11 @@ $text['table-description']['uk-ua'] = "Опис";
|
||||
$text['table-choose']['en-us'] = "Choose";
|
||||
$text['table-choose']['ar-eg'] = "";
|
||||
$text['table-choose']['de-at'] = "Wähle";
|
||||
$text['table-choose']['de-ch'] = "";
|
||||
$text['table-choose']['de-de'] = "Wähle";
|
||||
$text['table-choose']['es-cl'] = "Escoger";
|
||||
$text['table-choose']['es-mx'] = "";
|
||||
$text['table-choose']['fr-ca'] = "";
|
||||
$text['table-choose']['fr-fr'] = "Choisir";
|
||||
$text['table-choose']['he-il'] = "בחר";
|
||||
$text['table-choose']['it-it'] = "Scegli";
|
||||
@@ -125,6 +156,7 @@ $text['table-choose']['nl-nl'] = "";
|
||||
$text['table-choose']['pl-pl'] = "Wybierz";
|
||||
$text['table-choose']['pt-br'] = "Escolher";
|
||||
$text['table-choose']['pt-pt'] = "Escolher";
|
||||
$text['table-choose']['ro-ro'] = "";
|
||||
$text['table-choose']['ru-ru'] = "";
|
||||
$text['table-choose']['sv-se'] = "Välj";
|
||||
$text['table-choose']['uk-ua'] = "Вибрати";
|
||||
@@ -132,8 +164,11 @@ $text['table-choose']['uk-ua'] = "Вибрати";
|
||||
$text['message-uploaded']['en-us'] = "Upload Complete";
|
||||
$text['message-uploaded']['ar-eg'] = "";
|
||||
$text['message-uploaded']['de-at'] = "Hochladen abgeschlossen";
|
||||
$text['message-uploaded']['de-ch'] = "";
|
||||
$text['message-uploaded']['de-de'] = "Hochladen abgeschlossen";
|
||||
$text['message-uploaded']['es-cl'] = "Subida Finalizada";
|
||||
$text['message-uploaded']['es-mx'] = "";
|
||||
$text['message-uploaded']['fr-ca'] = "";
|
||||
$text['message-uploaded']['fr-fr'] = "Enregistrer Complet";
|
||||
$text['message-uploaded']['he-il'] = "הטענה הושלמה";
|
||||
$text['message-uploaded']['it-it'] = "Caricamento completato";
|
||||
@@ -141,6 +176,7 @@ $text['message-uploaded']['nl-nl'] = "";
|
||||
$text['message-uploaded']['pl-pl'] = "Plik wysłano poprawnie";
|
||||
$text['message-uploaded']['pt-br'] = "Arquivo carregado para";
|
||||
$text['message-uploaded']['pt-pt'] = "Carregamento Finalizado";
|
||||
$text['message-uploaded']['ro-ro'] = "";
|
||||
$text['message-uploaded']['ru-ru'] = "";
|
||||
$text['message-uploaded']['sv-se'] = "Uppladdning Klar";
|
||||
$text['message-uploaded']['uk-ua'] = "Завантажено";
|
||||
@@ -148,8 +184,11 @@ $text['message-uploaded']['uk-ua'] = "Завантажено";
|
||||
$text['message-unsupported_file_type']['en-us'] = "Unsupported File Type";
|
||||
$text['message-unsupported_file_type']['ar-eg'] = "";
|
||||
$text['message-unsupported_file_type']['de-at'] = "Nicht unterstütztes Dateiformat";
|
||||
$text['message-unsupported_file_type']['de-ch'] = "";
|
||||
$text['message-unsupported_file_type']['de-de'] = "Nicht unterstütztes Dateiformat";
|
||||
$text['message-unsupported_file_type']['es-cl'] = "Tipo de archivo no compatible";
|
||||
$text['message-unsupported_file_type']['es-mx'] = "";
|
||||
$text['message-unsupported_file_type']['fr-ca'] = "";
|
||||
$text['message-unsupported_file_type']['fr-fr'] = "Type de fichier non pris en charge";
|
||||
$text['message-unsupported_file_type']['he-il'] = "סוג הקובץ לא נתמך";
|
||||
$text['message-unsupported_file_type']['it-it'] = "Tipo di File non supportato";
|
||||
@@ -157,6 +196,7 @@ $text['message-unsupported_file_type']['nl-nl'] = "";
|
||||
$text['message-unsupported_file_type']['pl-pl'] = "Nieobsługiwany typ pliku";
|
||||
$text['message-unsupported_file_type']['pt-br'] = "Não suportado Tipo de Arquivo";
|
||||
$text['message-unsupported_file_type']['pt-pt'] = "Não suportado Tipo de Arquivo";
|
||||
$text['message-unsupported_file_type']['ro-ro'] = "";
|
||||
$text['message-unsupported_file_type']['ru-ru'] = "";
|
||||
$text['message-unsupported_file_type']['sv-se'] = "Filtypen Supporteras Inte";
|
||||
$text['message-unsupported_file_type']['uk-ua'] = "Тип файлу не підтримується";
|
||||
@@ -164,8 +204,11 @@ $text['message-unsupported_file_type']['uk-ua'] = "Тип файлу не під
|
||||
$text['message-greeting_selected']['en-us'] = "Greeting Selected";
|
||||
$text['message-greeting_selected']['ar-eg'] = "";
|
||||
$text['message-greeting_selected']['de-at'] = "Begrüßung ausgewählt";
|
||||
$text['message-greeting_selected']['de-ch'] = "";
|
||||
$text['message-greeting_selected']['de-de'] = "Begrüßung ausgewählt";
|
||||
$text['message-greeting_selected']['es-cl'] = "Saludo Seleccionado";
|
||||
$text['message-greeting_selected']['es-mx'] = "";
|
||||
$text['message-greeting_selected']['fr-ca'] = "";
|
||||
$text['message-greeting_selected']['fr-fr'] = "Message d'accueil Sélectionné";
|
||||
$text['message-greeting_selected']['he-il'] = "הברכה נבחרה";
|
||||
$text['message-greeting_selected']['it-it'] = "Messaggio Selezionato";
|
||||
@@ -173,6 +216,7 @@ $text['message-greeting_selected']['nl-nl'] = "";
|
||||
$text['message-greeting_selected']['pl-pl'] = "POWITANIE Wybrane";
|
||||
$text['message-greeting_selected']['pt-br'] = "Saudação Selecionada";
|
||||
$text['message-greeting_selected']['pt-pt'] = "Saudação Selecionada";
|
||||
$text['message-greeting_selected']['ro-ro'] = "";
|
||||
$text['message-greeting_selected']['ru-ru'] = "";
|
||||
$text['message-greeting_selected']['sv-se'] = "Hälsning Vald";
|
||||
$text['message-greeting_selected']['uk-ua'] = "привітання Вибрані";
|
||||
@@ -180,8 +224,11 @@ $text['message-greeting_selected']['uk-ua'] = "привітання Вибран
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Werkzeuge";
|
||||
$text['label-tools']['de-ch'] = "";
|
||||
$text['label-tools']['de-de'] = "Werkzeuge";
|
||||
$text['label-tools']['es-cl'] = "Instrumentos";
|
||||
$text['label-tools']['es-mx'] = "";
|
||||
$text['label-tools']['fr-ca'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
$text['label-tools']['he-il'] = "כלים";
|
||||
$text['label-tools']['it-it'] = "Strumenti";
|
||||
@@ -189,6 +236,7 @@ $text['label-tools']['nl-nl'] = "";
|
||||
$text['label-tools']['pl-pl'] = "Narzędzia";
|
||||
$text['label-tools']['pt-br'] = "Ferramentas";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['ro-ro'] = "";
|
||||
$text['label-tools']['ru-ru'] = "";
|
||||
$text['label-tools']['sv-se'] = "Verktyg";
|
||||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
@@ -196,8 +244,11 @@ $text['label-tools']['uk-ua'] = "Параметри";
|
||||
$text['label-select_a_file']['en-us'] = "Select a file...";
|
||||
$text['label-select_a_file']['ar-eg'] = "";
|
||||
$text['label-select_a_file']['de-at'] = "Wähle eine Datei aus...";
|
||||
$text['label-select_a_file']['de-ch'] = "";
|
||||
$text['label-select_a_file']['de-de'] = "Wähle eine Datei aus...";
|
||||
$text['label-select_a_file']['es-cl'] = "Seleccione un archivo...";
|
||||
$text['label-select_a_file']['es-mx'] = "";
|
||||
$text['label-select_a_file']['fr-ca'] = "";
|
||||
$text['label-select_a_file']['fr-fr'] = "Sélectionner un fichier...";
|
||||
$text['label-select_a_file']['he-il'] = "בחר קובץ ...";
|
||||
$text['label-select_a_file']['it-it'] = "Seleziona un file...";
|
||||
@@ -205,6 +256,7 @@ $text['label-select_a_file']['nl-nl'] = "";
|
||||
$text['label-select_a_file']['pl-pl'] = "Wybierz plik ...";
|
||||
$text['label-select_a_file']['pt-br'] = "Selecione um arquivo ...";
|
||||
$text['label-select_a_file']['pt-pt'] = "Selecione um arquivo ...";
|
||||
$text['label-select_a_file']['ro-ro'] = "";
|
||||
$text['label-select_a_file']['ru-ru'] = "";
|
||||
$text['label-select_a_file']['sv-se'] = "Välj en fil ...";
|
||||
$text['label-select_a_file']['uk-ua'] = "Виберіть файл ...";
|
||||
@@ -212,8 +264,11 @@ $text['label-select_a_file']['uk-ua'] = "Виберіть файл ...";
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['ar-eg'] = "";
|
||||
$text['label-play']['de-at'] = "Abspielen";
|
||||
$text['label-play']['de-ch'] = "";
|
||||
$text['label-play']['de-de'] = "Abspielen";
|
||||
$text['label-play']['es-cl'] = "Reproducir";
|
||||
$text['label-play']['es-mx'] = "";
|
||||
$text['label-play']['fr-ca'] = "";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
$text['label-play']['he-il'] = "נגן";
|
||||
$text['label-play']['it-it'] = "Riproduci";
|
||||
@@ -221,6 +276,7 @@ $text['label-play']['nl-nl'] = "";
|
||||
$text['label-play']['pl-pl'] = "Odtwórz";
|
||||
$text['label-play']['pt-br'] = "Tocar";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['ro-ro'] = "";
|
||||
$text['label-play']['ru-ru'] = "";
|
||||
$text['label-play']['sv-se'] = "Spela Upp";
|
||||
$text['label-play']['uk-ua'] = "Відтворити";
|
||||
@@ -228,8 +284,11 @@ $text['label-play']['uk-ua'] = "Відтворити";
|
||||
$text['label-pause']['en-us'] = "Pause";
|
||||
$text['label-pause']['ar-eg'] = "";
|
||||
$text['label-pause']['de-at'] = "Pause";
|
||||
$text['label-pause']['de-ch'] = "";
|
||||
$text['label-pause']['de-de'] = "Pause";
|
||||
$text['label-pause']['es-cl'] = "Pausa";
|
||||
$text['label-pause']['es-mx'] = "";
|
||||
$text['label-pause']['fr-ca'] = "";
|
||||
$text['label-pause']['fr-fr'] = "Pause";
|
||||
$text['label-pause']['he-il'] = "השהייה";
|
||||
$text['label-pause']['it-it'] = "Pausa";
|
||||
@@ -237,6 +296,7 @@ $text['label-pause']['nl-nl'] = "";
|
||||
$text['label-pause']['pl-pl'] = "Pauza";
|
||||
$text['label-pause']['pt-br'] = "Pausado";
|
||||
$text['label-pause']['pt-pt'] = "Pausa";
|
||||
$text['label-pause']['ro-ro'] = "";
|
||||
$text['label-pause']['ru-ru'] = "";
|
||||
$text['label-pause']['sv-se'] = "Pausa";
|
||||
$text['label-pause']['uk-ua'] = "Призупинити";
|
||||
@@ -244,8 +304,11 @@ $text['label-pause']['uk-ua'] = "Призупинити";
|
||||
$text['label-greeting']['en-us'] = "Greeting";
|
||||
$text['label-greeting']['ar-eg'] = "";
|
||||
$text['label-greeting']['de-at'] = "Begrüßung";
|
||||
$text['label-greeting']['de-ch'] = "";
|
||||
$text['label-greeting']['de-de'] = "Begrüßung";
|
||||
$text['label-greeting']['es-cl'] = "Saludo";
|
||||
$text['label-greeting']['es-mx'] = "";
|
||||
$text['label-greeting']['fr-ca'] = "";
|
||||
$text['label-greeting']['fr-fr'] = "Salutation";
|
||||
$text['label-greeting']['he-il'] = "ברכה";
|
||||
$text['label-greeting']['it-it'] = "Messaggio benvenuto";
|
||||
@@ -253,6 +316,7 @@ $text['label-greeting']['nl-nl'] = "";
|
||||
$text['label-greeting']['pl-pl'] = "powitanie";
|
||||
$text['label-greeting']['pt-br'] = "Saudação";
|
||||
$text['label-greeting']['pt-pt'] = "Saudação";
|
||||
$text['label-greeting']['ro-ro'] = "";
|
||||
$text['label-greeting']['ru-ru'] = "";
|
||||
$text['label-greeting']['sv-se'] = "Hälsning";
|
||||
$text['label-greeting']['uk-ua'] = "привітання";
|
||||
@@ -260,8 +324,11 @@ $text['label-greeting']['uk-ua'] = "привітання";
|
||||
$text['label-filename']['en-us'] = "File Name";
|
||||
$text['label-filename']['ar-eg'] = "";
|
||||
$text['label-filename']['de-at'] = "Dateiname";
|
||||
$text['label-filename']['de-ch'] = "";
|
||||
$text['label-filename']['de-de'] = "Dateiname";
|
||||
$text['label-filename']['es-cl'] = "Nombre Del Archivo";
|
||||
$text['label-filename']['es-mx'] = "";
|
||||
$text['label-filename']['fr-ca'] = "";
|
||||
$text['label-filename']['fr-fr'] = "Nom de fichier";
|
||||
$text['label-filename']['he-il'] = "שם קובץ";
|
||||
$text['label-filename']['it-it'] = "Nome File";
|
||||
@@ -269,6 +336,7 @@ $text['label-filename']['nl-nl'] = "";
|
||||
$text['label-filename']['pl-pl'] = "Nazwa Pliku";
|
||||
$text['label-filename']['pt-br'] = "Nome Do Arquivo";
|
||||
$text['label-filename']['pt-pt'] = "Nome Do Arquivo";
|
||||
$text['label-filename']['ro-ro'] = "";
|
||||
$text['label-filename']['ru-ru'] = "";
|
||||
$text['label-filename']['sv-se'] = "Filnamn";
|
||||
$text['label-filename']['uk-ua'] = "ім'я Файлу";
|
||||
@@ -276,8 +344,11 @@ $text['label-filename']['uk-ua'] = "ім'я Файлу";
|
||||
$text['label-edit']['en-us'] = "Edit Greeting";
|
||||
$text['label-edit']['ar-eg'] = "";
|
||||
$text['label-edit']['de-at'] = "Begrüßung bearbeiten";
|
||||
$text['label-edit']['de-ch'] = "";
|
||||
$text['label-edit']['de-de'] = "Begrüßung bearbeiten";
|
||||
$text['label-edit']['es-cl'] = "Edición de Saludo";
|
||||
$text['label-edit']['es-mx'] = "";
|
||||
$text['label-edit']['fr-ca'] = "";
|
||||
$text['label-edit']['fr-fr'] = "Editer Salutation";
|
||||
$text['label-edit']['he-il'] = "עריכה";
|
||||
$text['label-edit']['it-it'] = "Modifica Messaggio benvenuto";
|
||||
@@ -285,6 +356,7 @@ $text['label-edit']['nl-nl'] = "";
|
||||
$text['label-edit']['pl-pl'] = "Edytuj";
|
||||
$text['label-edit']['pt-br'] = "Editar";
|
||||
$text['label-edit']['pt-pt'] = "Editar Saudação";
|
||||
$text['label-edit']['ro-ro'] = "";
|
||||
$text['label-edit']['ru-ru'] = "";
|
||||
$text['label-edit']['sv-se'] = "Ändra Hälsning";
|
||||
$text['label-edit']['uk-ua'] = "Редагувати";
|
||||
@@ -292,8 +364,11 @@ $text['label-edit']['uk-ua'] = "Редагувати";
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['ar-eg'] = "";
|
||||
$text['label-download']['de-at'] = "Herunterladen";
|
||||
$text['label-download']['de-ch'] = "";
|
||||
$text['label-download']['de-de'] = "Herunterladen";
|
||||
$text['label-download']['es-cl'] = "Descargar";
|
||||
$text['label-download']['es-mx'] = "";
|
||||
$text['label-download']['fr-ca'] = "";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
$text['label-download']['he-il'] = "הורדה";
|
||||
$text['label-download']['it-it'] = "Scarica";
|
||||
@@ -301,6 +376,7 @@ $text['label-download']['nl-nl'] = "";
|
||||
$text['label-download']['pl-pl'] = "Pobierz";
|
||||
$text['label-download']['pt-br'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['ro-ro'] = "";
|
||||
$text['label-download']['ru-ru'] = "";
|
||||
$text['label-download']['sv-se'] = "Ladda Ned";
|
||||
$text['label-download']['uk-ua'] = "Завантажини";
|
||||
@@ -308,8 +384,11 @@ $text['label-download']['uk-ua'] = "Завантажини";
|
||||
$text['label-add']['en-us'] = "Add Greeting";
|
||||
$text['label-add']['ar-eg'] = "";
|
||||
$text['label-add']['de-at'] = "Begrüßung hinzufügen";
|
||||
$text['label-add']['de-ch'] = "";
|
||||
$text['label-add']['de-de'] = "Begrüßung hinzufügen";
|
||||
$text['label-add']['es-cl'] = "Agregar Saludo";
|
||||
$text['label-add']['es-mx'] = "";
|
||||
$text['label-add']['fr-ca'] = "";
|
||||
$text['label-add']['fr-fr'] = "Ajouter salutation";
|
||||
$text['label-add']['he-il'] = "הוסף ברכה";
|
||||
$text['label-add']['it-it'] = "Aggiungi Messaggio Benvenuto";
|
||||
@@ -317,6 +396,7 @@ $text['label-add']['nl-nl'] = "";
|
||||
$text['label-add']['pl-pl'] = "Dodaj powitanie";
|
||||
$text['label-add']['pt-br'] = "Adicionar Greeting";
|
||||
$text['label-add']['pt-pt'] = "Adicionar Saudação";
|
||||
$text['label-add']['ro-ro'] = "";
|
||||
$text['label-add']['ru-ru'] = "";
|
||||
$text['label-add']['sv-se'] = "Lägg Till Hälsning";
|
||||
$text['label-add']['uk-ua'] = "Додати привітання";
|
||||
@@ -324,8 +404,11 @@ $text['label-add']['uk-ua'] = "Додати привітання";
|
||||
$text['description-name']['en-us'] = "A name for the greeting (not parsed).";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Ein Namen für die Begrüßung.";
|
||||
$text['description-name']['de-ch'] = "";
|
||||
$text['description-name']['de-de'] = "Ein Namen für die Begrüßung.";
|
||||
$text['description-name']['es-cl'] = "Nombre de Bienvenida.";
|
||||
$text['description-name']['es-mx'] = "";
|
||||
$text['description-name']['fr-ca'] = "";
|
||||
$text['description-name']['fr-fr'] = "Nome da Salutation (non parsé).";
|
||||
$text['description-name']['he-il'] = "הכנס את השם";
|
||||
$text['description-name']['it-it'] = "Un nome per il messaggio.";
|
||||
@@ -333,6 +416,7 @@ $text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-pt'] = "Nome da Saudação.";
|
||||
$text['description-name']['ro-ro'] = "";
|
||||
$text['description-name']['ru-ru'] = "";
|
||||
$text['description-name']['sv-se'] = "Ett namn för hälsningen.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву привітання";
|
||||
@@ -340,8 +424,11 @@ $text['description-name']['uk-ua'] = "Введіть назву привітан
|
||||
$text['description-info']['en-us'] = "You may enter a description here for your reference (not parsed).";
|
||||
$text['description-info']['ar-eg'] = "";
|
||||
$text['description-info']['de-at'] = "Sie können hier eine Beschreibung als Referenz eintragen.";
|
||||
$text['description-info']['de-ch'] = "";
|
||||
$text['description-info']['de-de'] = "Sie können hier eine Beschreibung als Referenz eintragen.";
|
||||
$text['description-info']['es-cl'] = "Ingrese una descripción (Opcional).";
|
||||
$text['description-info']['es-mx'] = "";
|
||||
$text['description-info']['fr-ca'] = "";
|
||||
$text['description-info']['fr-fr'] = "Vous pouvez entrer ici une description pour votre référence (non parsé).";
|
||||
$text['description-info']['he-il'] = "הכנס תאור";
|
||||
$text['description-info']['it-it'] = "Puoi inserire una descrizione per tua comodità.";
|
||||
@@ -349,6 +436,7 @@ $text['description-info']['nl-nl'] = "";
|
||||
$text['description-info']['pl-pl'] = "Wprowadź opis";
|
||||
$text['description-info']['pt-br'] = "Inisra uma descrição";
|
||||
$text['description-info']['pt-pt'] = "Pode inserir uma descrição para referência futura aqui.";
|
||||
$text['description-info']['ro-ro'] = "";
|
||||
$text['description-info']['ru-ru'] = "";
|
||||
$text['description-info']['sv-se'] = "Du kan ange en beskrivning här som din egna referens.";
|
||||
$text['description-info']['uk-ua'] = "Введіть опис";
|
||||
@@ -356,8 +444,11 @@ $text['description-info']['uk-ua'] = "Введіть опис";
|
||||
$text['description']['en-us'] = "Select the active greeting message to play for extension:";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Wählen Sie die aktive Begrüßung aus, welche für diese Nebenstelle abgespielt werden soll:";
|
||||
$text['description']['de-ch'] = "";
|
||||
$text['description']['de-de'] = "Wählen Sie die aktive Begrüßung aus, welche für diese Nebenstelle abgespielt werden soll:";
|
||||
$text['description']['es-cl'] = "Seleccione el mensaje activo para reproducir:";
|
||||
$text['description']['es-mx'] = "";
|
||||
$text['description']['fr-ca'] = "";
|
||||
$text['description']['fr-fr'] = "Choisir le message de salutation à jouer pour l'extension:";
|
||||
$text['description']['he-il'] = "ערוך את פרטי החשבון";
|
||||
$text['description']['it-it'] = "Seleziona il messaggio di benvenuto attivo da riprodurre per l'interno:";
|
||||
@@ -365,6 +456,7 @@ $text['description']['nl-nl'] = "";
|
||||
$text['description']['pl-pl'] = "Edytuj informacje o koncie";
|
||||
$text['description']['pt-br'] = "Editar informações da conta.";
|
||||
$text['description']['pt-pt'] = "Escolha e active uma mensagem de saudação a aplicar na extensão:";
|
||||
$text['description']['ro-ro'] = "";
|
||||
$text['description']['ru-ru'] = "";
|
||||
$text['description']['sv-se'] = "Välj hälsning att som skall användas för anknytning:";
|
||||
$text['description']['uk-ua'] = "Виберіть активне привітання для розширення";
|
||||
@@ -372,8 +464,11 @@ $text['description']['uk-ua'] = "Виберіть активне привіта
|
||||
$text['confirm-name']['en-us'] = "Please provide: Greeting Name";
|
||||
$text['confirm-name']['ar-eg'] = "";
|
||||
$text['confirm-name']['de-at'] = "Bitte bereitstellen: Namen der Begrüßung";
|
||||
$text['confirm-name']['de-ch'] = "";
|
||||
$text['confirm-name']['de-de'] = "Bitte bereitstellen: Namen der Begrüßung";
|
||||
$text['confirm-name']['es-cl'] = "Por favor indique: Nombre de Bienvenida";
|
||||
$text['confirm-name']['es-mx'] = "";
|
||||
$text['confirm-name']['fr-ca'] = "";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom de salutation";
|
||||
$text['confirm-name']['he-il'] = "אנא הוסף: שם ברכה";
|
||||
$text['confirm-name']['it-it'] = "Per favore inserisci: Nome per il messaggio";
|
||||
@@ -381,6 +476,7 @@ $text['confirm-name']['nl-nl'] = "";
|
||||
$text['confirm-name']['pl-pl'] = "Wprowadź: Nazwę";
|
||||
$text['confirm-name']['pt-br'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome da saudação";
|
||||
$text['confirm-name']['ro-ro'] = "";
|
||||
$text['confirm-name']['ru-ru'] = "";
|
||||
$text['confirm-name']['sv-se'] = "Var god ange: Hälsningsnamn";
|
||||
$text['confirm-name']['uk-ua'] = "Введіть назву привітання";
|
||||
@@ -388,8 +484,11 @@ $text['confirm-name']['uk-ua'] = "Введіть назву привітання
|
||||
$text['confirm-filename']['en-us'] = "Please provide: Greeting Filename";
|
||||
$text['confirm-filename']['ar-eg'] = "";
|
||||
$text['confirm-filename']['de-at'] = "Bitte bereitstellen: Dateinamen der Begrüßung";
|
||||
$text['confirm-filename']['de-ch'] = "";
|
||||
$text['confirm-filename']['de-de'] = "Bitte bereitstellen: Dateinamen der Begrüßung";
|
||||
$text['confirm-filename']['es-cl'] = "Por favor indique: Nombre Del Archivo";
|
||||
$text['confirm-filename']['es-mx'] = "";
|
||||
$text['confirm-filename']['fr-ca'] = "";
|
||||
$text['confirm-filename']['fr-fr'] = "Merci d'indiquer: Nom De Fichier";
|
||||
$text['confirm-filename']['he-il'] = "אנא הוסף: שם קובץ לברכה";
|
||||
$text['confirm-filename']['it-it'] = "Per favore inserisci: Nome del file del messaggio";
|
||||
@@ -397,8 +496,9 @@ $text['confirm-filename']['nl-nl'] = "";
|
||||
$text['confirm-filename']['pl-pl'] = "Proszę podać: Greeting Infomacje";
|
||||
$text['confirm-filename']['pt-br'] = "Por favor indique: Nome Do Arquivo";
|
||||
$text['confirm-filename']['pt-pt'] = "Por favor indique: Nome Do Arquivo";
|
||||
$text['confirm-filename']['ro-ro'] = "";
|
||||
$text['confirm-filename']['ru-ru'] = "";
|
||||
$text['confirm-filename']['sv-se'] = "Var god ange: Hälsnings Filnamn";
|
||||
$text['confirm-filename']['uk-ua'] = "Будь ласка, надайте: Привітання файлу";
|
||||
|
||||
?>
|
||||
?>
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user