Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us * Add en-gb to app_configs * Add en-gb to app_menus * Language copy utility * Fix missing quote mark * Delete cp_lang.py Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
parent
26f38dc16c
commit
a1699f6fa6
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "";
|
||||
$apps[$x]['description']['en-gb'] = "";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Manage access control lists";
|
||||
$apps[$x]['description']['en-gb'] = "Manage access control lists";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Zugriffssteuerungslisten verwalten";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-access_controls']['en-us'] = "Access Controls";
|
||||
$text['title-access_controls']['en-gb'] = "Access Controls";
|
||||
$text['title-access_controls']['ar-eg'] = "عناصر التحكم في الوصول";
|
||||
$text['title-access_controls']['de-at'] = " Zugriffskontrolle"; //copied from de-de
|
||||
$text['title-access_controls']['de-ch'] = " Zugriffskontrolle"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-access_controls']['sv-se'] = "Åtkomstkontroll";
|
|||
$text['title-access_controls']['uk-ua'] = "контроль доступу";
|
||||
|
||||
$text['title-access_control_nodes']['en-us'] = "Nodes";
|
||||
$text['title-access_control_nodes']['en-gb'] = "Nodes";
|
||||
$text['title-access_control_nodes']['ar-eg'] = "العقد";
|
||||
$text['title-access_control_nodes']['de-at'] = "Knoten"; //copied from de-de
|
||||
$text['title-access_control_nodes']['de-ch'] = "Knoten"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-access_control_nodes']['sv-se'] = "Noder";
|
|||
$text['title-access_control_nodes']['uk-ua'] = "вузли";
|
||||
|
||||
$text['title-access_control_node']['en-us'] = "Node";
|
||||
$text['title-access_control_node']['en-gb'] = "Node";
|
||||
$text['title-access_control_node']['ar-eg'] = "العقدة";
|
||||
$text['title-access_control_node']['de-at'] = "Netzknoten"; //copied from de-de
|
||||
$text['title-access_control_node']['de-ch'] = "Netzknoten"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['title-access_control_node']['sv-se'] = "Nod";
|
|||
$text['title-access_control_node']['uk-ua'] = "вузол";
|
||||
|
||||
$text['title-access_control']['en-us'] = "Access Control";
|
||||
$text['title-access_control']['en-gb'] = "Access Control";
|
||||
$text['title-access_control']['ar-eg'] = "التحكم في الوصول";
|
||||
$text['title-access_control']['de-at'] = " Zugangskontrolle"; //copied from de-de
|
||||
$text['title-access_control']['de-ch'] = " Zugangskontrolle"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['title-access_control']['sv-se'] = "Åtkomstkontroll";
|
|||
$text['title-access_control']['uk-ua'] = "Управління доступом";
|
||||
|
||||
$text['label-node_type']['en-us'] = "Type";
|
||||
$text['label-node_type']['en-gb'] = "Type";
|
||||
$text['label-node_type']['ar-eg'] = "اكتب";
|
||||
$text['label-node_type']['de-at'] = "Art"; //copied from de-de
|
||||
$text['label-node_type']['de-ch'] = "Art"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-node_type']['sv-se'] = "Typ";
|
|||
$text['label-node_type']['uk-ua'] = "Тип";
|
||||
|
||||
$text['label-node_domain']['en-us'] = "Domain";
|
||||
$text['label-node_domain']['en-gb'] = "Domain";
|
||||
$text['label-node_domain']['ar-eg'] = "مجال";
|
||||
$text['label-node_domain']['de-at'] = " Domäne"; //copied from de-de
|
||||
$text['label-node_domain']['de-ch'] = " Domäne"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-node_domain']['sv-se'] = "Domän";
|
|||
$text['label-node_domain']['uk-ua'] = "домен";
|
||||
|
||||
$text['label-node_description']['en-us'] = "Description";
|
||||
$text['label-node_description']['en-gb'] = "Description";
|
||||
$text['label-node_description']['ar-eg'] = "وصف";
|
||||
$text['label-node_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-node_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-node_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-node_description']['uk-ua'] = "опис";
|
||||
|
||||
$text['label-node_cidr']['en-us'] = "CIDR";
|
||||
$text['label-node_cidr']['en-gb'] = "CIDR";
|
||||
$text['label-node_cidr']['ar-eg'] = "CIDR";
|
||||
$text['label-node_cidr']['de-at'] = "CIDR"; //copied from de-de
|
||||
$text['label-node_cidr']['de-ch'] = "CIDR"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-node_cidr']['sv-se'] = "CIDR";
|
|||
$text['label-node_cidr']['uk-ua'] = "CIDR";
|
||||
|
||||
$text['label-deny']['en-us'] = "deny";
|
||||
$text['label-deny']['en-gb'] = "deny";
|
||||
$text['label-deny']['ar-eg'] = "تنكر";
|
||||
$text['label-deny']['de-at'] = " verbieten"; //copied from de-de
|
||||
$text['label-deny']['de-ch'] = " verbieten"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-deny']['sv-se'] = "förneka";
|
|||
$text['label-deny']['uk-ua'] = "правда";
|
||||
|
||||
$text['label-allow']['en-us'] = "allow";
|
||||
$text['label-allow']['en-gb'] = "allow";
|
||||
$text['label-allow']['ar-eg'] = "السماح";
|
||||
$text['label-allow']['de-at'] = "erlauben"; //copied from de-de
|
||||
$text['label-allow']['de-ch'] = "erlauben"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-allow']['sv-se'] = "tillåta";
|
|||
$text['label-allow']['uk-ua'] = "дозволяти";
|
||||
|
||||
$text['label-access_control_name']['en-us'] = "Name";
|
||||
$text['label-access_control_name']['en-gb'] = "Name";
|
||||
$text['label-access_control_name']['ar-eg'] = "اسم";
|
||||
$text['label-access_control_name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-access_control_name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-access_control_name']['sv-se'] = "namn";
|
|||
$text['label-access_control_name']['uk-ua'] = "ім'я";
|
||||
|
||||
$text['label-access_control_description']['en-us'] = "Description";
|
||||
$text['label-access_control_description']['en-gb'] = "Description";
|
||||
$text['label-access_control_description']['ar-eg'] = "وصف";
|
||||
$text['label-access_control_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-access_control_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-access_control_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-access_control_description']['uk-ua'] = "опис";
|
||||
|
||||
$text['label-access_control_default']['en-us'] = "Default";
|
||||
$text['label-access_control_default']['en-gb'] = "Default";
|
||||
$text['label-access_control_default']['ar-eg'] = "افتراضي";
|
||||
$text['label-access_control_default']['de-at'] = "Standard"; //copied from de-de
|
||||
$text['label-access_control_default']['de-ch'] = "Standard"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-access_control_default']['sv-se'] = "Standard";
|
|||
$text['label-access_control_default']['uk-ua'] = "дефолт";
|
||||
|
||||
$text['description-node_type']['en-us'] = "Select the type.";
|
||||
$text['description-node_type']['en-gb'] = "Select the type.";
|
||||
$text['description-node_type']['ar-eg'] = "حدد نوع.";
|
||||
$text['description-node_type']['de-at'] = " Wählen Sie den Typ."; //copied from de-de
|
||||
$text['description-node_type']['de-ch'] = " Wählen Sie den Typ."; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['description-node_type']['sv-se'] = "Välj typ.";
|
|||
$text['description-node_type']['uk-ua'] = "Виберіть тип.";
|
||||
|
||||
$text['description-node_domain']['en-us'] = "Enter the domain name.";
|
||||
$text['description-node_domain']['en-gb'] = "Enter the domain name.";
|
||||
$text['description-node_domain']['ar-eg'] = "أدخل اسم المجال.";
|
||||
$text['description-node_domain']['de-at'] = "Geben Sie den Domain-Namen."; //copied from de-de
|
||||
$text['description-node_domain']['de-ch'] = "Geben Sie den Domain-Namen."; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['description-node_domain']['sv-se'] = "Ange domännamnet.";
|
|||
$text['description-node_domain']['uk-ua'] = "Введіть ім'я домену.";
|
||||
|
||||
$text['description-node_description']['en-us'] = "Enter the description.";
|
||||
$text['description-node_description']['en-gb'] = "Enter the description.";
|
||||
$text['description-node_description']['ar-eg'] = "أدخل الوصف.";
|
||||
$text['description-node_description']['de-at'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
$text['description-node_description']['de-ch'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['description-node_description']['sv-se'] = "Ange beskrivningen.";
|
|||
$text['description-node_description']['uk-ua'] = "Введіть опис.";
|
||||
|
||||
$text['description-node_cidr']['en-us'] = "Enter the IP CIDR range.";
|
||||
$text['description-node_cidr']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-node_cidr']['de-ch'] = " Geben Sie die IP CIDR-Bereich an."; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['description-node_cidr']['sv-se'] = "Ange IP CIDR sortimentet.";
|
|||
$text['description-node_cidr']['uk-ua'] = "Введіть діапазон IP-CIDR.";
|
||||
|
||||
$text['description-access_control_name']['en-us'] = "Enter the name.";
|
||||
$text['description-access_control_name']['en-gb'] = "Enter the name.";
|
||||
$text['description-access_control_name']['ar-eg'] = "أدخل اسم.";
|
||||
$text['description-access_control_name']['de-at'] = "Namen eingeben."; //copied from de-de
|
||||
$text['description-access_control_name']['de-ch'] = "Namen eingeben."; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['description-access_control_name']['sv-se'] = "Ange namnet.";
|
|||
$text['description-access_control_name']['uk-ua'] = "Введіть ім'я.";
|
||||
|
||||
$text['description-access_control_description']['en-us'] = "Enter the description";
|
||||
$text['description-access_control_description']['en-gb'] = "Enter the description";
|
||||
$text['description-access_control_description']['ar-eg'] = "دخل وصف";
|
||||
$text['description-access_control_description']['de-at'] = "Beschreibung eingeben."; //copied from de-de
|
||||
$text['description-access_control_description']['de-ch'] = "Beschreibung eingeben."; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['description-access_control_description']['sv-se'] = "Ange en beskrivning"
|
|||
$text['description-access_control_description']['uk-ua'] = "Введіть опис";
|
||||
|
||||
$text['description-access_control_default']['en-us'] = "Select the default type.";
|
||||
$text['description-access_control_default']['en-gb'] = "Select the default type.";
|
||||
$text['description-access_control_default']['ar-eg'] = "حدد نوع الافتراضي.";
|
||||
$text['description-access_control_default']['de-at'] = " Wählen Sie den Standardtyp."; //copied from de-de
|
||||
$text['description-access_control_default']['de-ch'] = " Wählen Sie den Standardtyp."; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['description-access_control_default']['sv-se'] = "Välj standardtypen.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-access_control']['de-ch'] = " Die Zugriffskontrollliste kann Bereiche von IP Adressen zulassen oder ablehnen."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Access Controls";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Access Controls";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عناصر التحكم في الوصول";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = " Zugriffskontrolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Operator panel shows the status.";
|
||||
$apps[$x]['description']['en-gb'] = "Operator panel shows the status.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Das Bedienfeld zeigt den Status an.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-operator_panel']['en-us'] = "Operator Panel";
|
||||
$text['title-operator_panel']['en-gb'] = "Operator Panel";
|
||||
$text['title-operator_panel']['ar-eg'] = "";
|
||||
$text['title-operator_panel']['de-at'] = "Bedienfeld"; //copied from de-de
|
||||
$text['title-operator_panel']['de-ch'] = "Bedienfeld"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-operator_panel']['sv-se'] = "Telefonist Panel";
|
|||
$text['title-operator_panel']['uk-ua'] = "Панель оператора";
|
||||
|
||||
$text['label-status_on_demand']['en-us'] = "On Demand";
|
||||
$text['label-status_on_demand']['en-gb'] = "On Demand";
|
||||
$text['label-status_on_demand']['ar-eg'] = "";
|
||||
$text['label-status_on_demand']['de-at'] = "Bei Bedarf"; //copied from de-de
|
||||
$text['label-status_on_demand']['de-ch'] = "Bei Bedarf"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['label-status_on_demand']['sv-se'] = "På Begäran";
|
|||
$text['label-status_on_demand']['uk-ua'] = "Ðа вимогу";
|
||||
|
||||
$text['label-status_on_break']['en-us'] = "On Break";
|
||||
$text['label-status_on_break']['en-gb'] = "On Break";
|
||||
$text['label-status_on_break']['ar-eg'] = "";
|
||||
$text['label-status_on_break']['de-at'] = "In Pause"; //copied from de-de
|
||||
$text['label-status_on_break']['de-ch'] = "In Pause"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['label-status_on_break']['sv-se'] = "På Rast";
|
|||
$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']['en-gb'] = "Logged Out / Unknown";
|
||||
$text['label-status_logged_out_or_unknown']['ar-eg'] = "";
|
||||
$text['label-status_logged_out_or_unknown']['de-at'] = "Abgemeldet / Unbekannt"; //copied from de-de
|
||||
$text['label-status_logged_out_or_unknown']['de-ch'] = "Abgemeldet / Unbekannt"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-status_logged_out_or_unknown']['sv-se'] = "Utloggad / Okänd";
|
|||
$text['label-status_logged_out_or_unknown']['uk-ua'] = "Вийшов/невідомо";
|
||||
|
||||
$text['label-status_logged_out']['en-us'] = "Logged Out";
|
||||
$text['label-status_logged_out']['en-gb'] = "Logged Out";
|
||||
$text['label-status_logged_out']['ar-eg'] = "";
|
||||
$text['label-status_logged_out']['de-at'] = "Abgemeldet"; //copied from de-de
|
||||
$text['label-status_logged_out']['de-ch'] = "Abgemeldet"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-status_logged_out']['sv-se'] = "Utloggad";
|
|||
$text['label-status_logged_out']['uk-ua'] = "Вийшов";
|
||||
|
||||
$text['label-status_do_not_disturb']['en-us'] = "Do Not Disturb";
|
||||
$text['label-status_do_not_disturb']['en-gb'] = "Do Not Disturb";
|
||||
$text['label-status_do_not_disturb']['ar-eg'] = "";
|
||||
$text['label-status_do_not_disturb']['de-at'] = "Bitte nicht Stören"; //copied from de-de
|
||||
$text['label-status_do_not_disturb']['de-ch'] = "Bitte nicht Stören"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-status_do_not_disturb']['sv-se'] = "Stör Ej";
|
|||
$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']['en-gb'] = "Available (On Demand)";
|
||||
$text['label-status_available_on_demand']['ar-eg'] = "";
|
||||
$text['label-status_available_on_demand']['de-at'] = "Verfügbar (Bei Bedarf)"; //copied from de-de
|
||||
$text['label-status_available_on_demand']['de-ch'] = "Verfügbar (Bei Bedarf)"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-status_available_on_demand']['sv-se'] = "Tillgänglig (På Begäran
|
|||
$text['label-status_available_on_demand']['uk-ua'] = "ДоÑтупний (на вимогу)";
|
||||
|
||||
$text['label-status_available']['en-us'] = "Available";
|
||||
$text['label-status_available']['en-gb'] = "Available";
|
||||
$text['label-status_available']['ar-eg'] = "";
|
||||
$text['label-status_available']['de-at'] = "Verfügbar"; //copied from de-de
|
||||
$text['label-status_available']['de-ch'] = "Verfügbar"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-status_available']['sv-se'] = "Tillgänglig";
|
|||
$text['label-status_available']['uk-ua'] = "ДоÑтупний";
|
||||
|
||||
$text['label-refresh_pause']['en-us'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['en-gb'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['ar-eg'] = "";
|
||||
$text['label-refresh_pause']['de-at'] = "Seite neu laden deaktivieren"; //copied from de-de
|
||||
$text['label-refresh_pause']['de-ch'] = "Seite neu laden deaktivieren"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-refresh_pause']['sv-se'] = "Paus Uppdatera";
|
|||
$text['label-refresh_pause']['uk-ua'] = "Припинити оновленнÑ";
|
||||
|
||||
$text['label-refresh_enable']['en-us'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['en-gb'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['ar-eg'] = "";
|
||||
$text['label-refresh_enable']['de-at'] = "Seite neu laden aktivieren"; //copied from de-de
|
||||
$text['label-refresh_enable']['de-ch'] = "Seite neu laden aktivieren"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatering";
|
|||
$text['label-refresh_enable']['uk-ua'] = "Включити оновленнÑ";
|
||||
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['en-gb'] = "Recording";
|
||||
$text['label-recording']['ar-eg'] = "";
|
||||
$text['label-recording']['de-at'] = "Aufnahme"; //copied from de-de
|
||||
$text['label-recording']['de-ch'] = "Aufnahme"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-recording']['sv-se'] = "Inspelning";
|
|||
$text['label-recording']['uk-ua'] = "ЗапиÑ";
|
||||
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['en-gb'] = "Record";
|
||||
$text['label-record']['ar-eg'] = "";
|
||||
$text['label-record']['de-at'] = "Aufnehmen"; //copied from de-de
|
||||
$text['label-record']['de-ch'] = "Aufnehmen"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-record']['sv-se'] = "Spela In";
|
|||
$text['label-record']['uk-ua'] = "ЗапиÑ";
|
||||
|
||||
$text['label-other_extensions']['en-us'] = "Other Extensions";
|
||||
$text['label-other_extensions']['en-gb'] = "Other Extensions";
|
||||
$text['label-other_extensions']['ar-eg'] = "";
|
||||
$text['label-other_extensions']['de-at'] = "Andere Nebenstellen"; //copied from de-de
|
||||
$text['label-other_extensions']['de-ch'] = "Andere Nebenstellen"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-other_extensions']['sv-se'] = "Annan Anknytning";
|
|||
$text['label-other_extensions']['uk-ua'] = "Інші розширеннÑ";
|
||||
|
||||
$text['label-no_extensions_found']['en-us'] = "No extensions found.";
|
||||
$text['label-no_extensions_found']['en-gb'] = "No extensions found.";
|
||||
$text['label-no_extensions_found']['ar-eg'] = "";
|
||||
$text['label-no_extensions_found']['de-at'] = "Keine Nebenstellen gefunden."; //copied from de-de
|
||||
$text['label-no_extensions_found']['de-ch'] = "Keine Nebenstellen gefunden."; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-no_extensions_found']['sv-se'] = "Ingen anknytning funnen.";
|
|||
$text['label-no_extensions_found']['uk-ua'] = "Ðе знайдено розширень";
|
||||
|
||||
$text['label-hangup']['en-us'] = "Hangup";
|
||||
$text['label-hangup']['en-gb'] = "Hangup";
|
||||
$text['label-hangup']['ar-eg'] = "";
|
||||
$text['label-hangup']['de-at'] = "Abwürgen"; //copied from de-de
|
||||
$text['label-hangup']['de-ch'] = "Abwürgen"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-hangup']['sv-se'] = "Lägg På";
|
|||
$text['label-hangup']['uk-ua'] = "вбити";
|
||||
|
||||
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['en-gb'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['ar-eg'] = "";
|
||||
$text['label-eavesdrop']['de-at'] = "Mithören"; //copied from de-de
|
||||
$text['label-eavesdrop']['de-ch'] = "Mithören"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-eavesdrop']['sv-se'] = "Medlyssning";
|
|||
$text['label-eavesdrop']['uk-ua'] = "підслуховувати";
|
||||
|
||||
$text['label-call_group']['en-us'] = "Call Group";
|
||||
$text['label-call_group']['en-gb'] = "Call Group";
|
||||
$text['label-call_group']['ar-eg'] = "";
|
||||
$text['label-call_group']['de-at'] = "Rufgruppe"; //copied from de-de
|
||||
$text['label-call_group']['de-ch'] = "Rufgruppe"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-call_group']['sv-se'] = "Ring Grupp";
|
|||
$text['label-call_group']['uk-ua'] = "груповий виклик";
|
||||
|
||||
$text['label-call_direction']['en-us'] = "Call Direction";
|
||||
$text['label-call_direction']['en-gb'] = "Call Direction";
|
||||
$text['label-call_direction']['ar-eg'] = "";
|
||||
$text['label-call_direction']['de-at'] = "Anruf Richtung"; //copied from de-de
|
||||
$text['label-call_direction']['de-ch'] = "Anruf Richtung"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-call_direction']['sv-se'] = "Samtals Riktning";
|
|||
$text['label-call_direction']['uk-ua'] = "напрямок виклику";
|
||||
|
||||
$text['description-eavesdrop_destination']['en-us'] = "Select the Eavesdrop Destination";
|
||||
$text['description-eavesdrop_destination']['en-gb'] = "Select the Eavesdrop Destination";
|
||||
$text['description-eavesdrop_destination']['ar-eg'] = "";
|
||||
$text['description-eavesdrop_destination']['de-at'] = "Wählen Sie ein Ziel zum Mithören"; //copied from de-de
|
||||
$text['description-eavesdrop_destination']['de-ch'] = "Wählen Sie ein Ziel zum Mithören"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['description-eavesdrop_destination']['sv-se'] = "Välj Medlyssning Destina
|
|||
$text['description-eavesdrop_destination']['uk-ua'] = "Виберіть пункт призначення підслуховувати";
|
||||
|
||||
$text['button-all']['en-us'] = "All";
|
||||
$text['button-all']['en-gb'] = "All";
|
||||
$text['button-all']['ar-eg'] = "";
|
||||
$text['button-all']['de-at'] = "Alle"; //copied from de-de
|
||||
$text['button-all']['de-ch'] = "Alle"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Operator Panel";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Operator Panel";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Bedienfeld";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Bedienfeld";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = '';
|
||||
$apps[$x]['description']['en-gb'] = '';
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
//Bridges
|
||||
$text['title-bridges']['en-us'] = 'Bridges';
|
||||
$text['title-bridges']['en-gb'] = 'Bridges';
|
||||
$text['title-bridges']['ar-eg'] = '';
|
||||
$text['title-bridges']['de-at'] = '';
|
||||
$text['title-bridges']['de-ch'] = '';
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
$text['title-bridges']['uk-ua'] = '';
|
||||
|
||||
$text['title-bridge']['en-us'] = 'Bridge';
|
||||
$text['title-bridge']['en-gb'] = 'Bridge';
|
||||
$text['title-bridge']['ar-eg'] = '';
|
||||
$text['title-bridge']['de-at'] = '';
|
||||
$text['title-bridge']['de-ch'] = '';
|
||||
|
|
@ -42,6 +44,7 @@
|
|||
$text['title-bridge']['uk-ua'] = '';
|
||||
|
||||
$text['title_description-bridge']['en-us'] = 'Add bridge statements to destination select list.';
|
||||
$text['title_description-bridge']['en-gb'] = 'Add bridge statements to destination select list.';
|
||||
$text['title_description-bridge']['ar-eg'] = '';
|
||||
$text['title_description-bridge']['de-at'] = '';
|
||||
$text['title_description-bridge']['de-ch'] = '';
|
||||
|
|
@ -62,6 +65,7 @@
|
|||
$text['title_description-bridge']['uk-ua'] = '';
|
||||
|
||||
$text['label-bridge_name']['en-us'] = 'Name';
|
||||
$text['label-bridge_name']['en-gb'] = 'Name';
|
||||
$text['label-bridge_name']['ar-eg'] = '';
|
||||
$text['label-bridge_name']['de-at'] = '';
|
||||
$text['label-bridge_name']['de-ch'] = '';
|
||||
|
|
@ -82,6 +86,7 @@
|
|||
$text['label-bridge_name']['uk-ua'] = '';
|
||||
|
||||
$text['description-bridge_name']['en-us'] = 'Enter the name.';
|
||||
$text['description-bridge_name']['en-gb'] = 'Enter the name.';
|
||||
$text['description-bridge_name']['ar-eg'] = '';
|
||||
$text['description-bridge_name']['de-at'] = '';
|
||||
$text['description-bridge_name']['de-ch'] = '';
|
||||
|
|
@ -102,6 +107,7 @@
|
|||
$text['description-bridge_name']['uk-ua'] = '';
|
||||
|
||||
$text['label-bridge_destination']['en-us'] = 'Destination';
|
||||
$text['label-bridge_destination']['en-gb'] = 'Destination';
|
||||
$text['label-bridge_destination']['ar-eg'] = '';
|
||||
$text['label-bridge_destination']['de-at'] = '';
|
||||
$text['label-bridge_destination']['de-ch'] = '';
|
||||
|
|
@ -122,6 +128,7 @@
|
|||
$text['label-bridge_destination']['uk-ua'] = '';
|
||||
|
||||
$text['description-bridge_destination']['en-us'] = 'Enter the destination.';
|
||||
$text['description-bridge_destination']['en-gb'] = 'Enter the destination.';
|
||||
$text['description-bridge_destination']['ar-eg'] = '';
|
||||
$text['description-bridge_destination']['de-at'] = '';
|
||||
$text['description-bridge_destination']['de-ch'] = '';
|
||||
|
|
@ -142,6 +149,7 @@
|
|||
$text['description-bridge_destination']['uk-ua'] = '';
|
||||
|
||||
$text['label-bridge_enabled']['en-us'] = 'Enabled';
|
||||
$text['label-bridge_enabled']['en-gb'] = 'Enabled';
|
||||
$text['label-bridge_enabled']['ar-eg'] = '';
|
||||
$text['label-bridge_enabled']['de-at'] = '';
|
||||
$text['label-bridge_enabled']['de-ch'] = '';
|
||||
|
|
@ -162,6 +170,7 @@
|
|||
$text['label-bridge_enabled']['uk-ua'] = '';
|
||||
|
||||
$text['description-bridge_enabled']['en-us'] = 'Select to enable or disable.';
|
||||
$text['description-bridge_enabled']['en-gb'] = 'Select to enable or disable.';
|
||||
$text['description-bridge_enabled']['ar-eg'] = '';
|
||||
$text['description-bridge_enabled']['de-at'] = '';
|
||||
$text['description-bridge_enabled']['de-ch'] = '';
|
||||
|
|
@ -182,6 +191,7 @@
|
|||
$text['description-bridge_enabled']['uk-ua'] = '';
|
||||
|
||||
$text['label-bridge_description']['en-us'] = 'Description';
|
||||
$text['label-bridge_description']['en-gb'] = 'Description';
|
||||
$text['label-bridge_description']['ar-eg'] = '';
|
||||
$text['label-bridge_description']['de-at'] = '';
|
||||
$text['label-bridge_description']['de-ch'] = '';
|
||||
|
|
@ -202,6 +212,7 @@
|
|||
$text['label-bridge_description']['uk-ua'] = '';
|
||||
|
||||
$text['description-bridge_description']['en-us'] = 'Enter the description. ';
|
||||
$text['description-bridge_description']['en-gb'] = 'Enter the description. ';
|
||||
$text['description-bridge_description']['ar-eg'] = '';
|
||||
$text['description-bridge_description']['de-at'] = '';
|
||||
$text['description-bridge_description']['de-ch'] = '';
|
||||
|
|
@ -222,6 +233,7 @@
|
|||
$text['description-bridge_description']['uk-ua'] = '';
|
||||
|
||||
$text['label-bridge_description']['en-us'] = "Description";
|
||||
$text['label-bridge_description']['en-gb'] = "Description";
|
||||
$text['label-bridge_description']['ar-eg'] = "";
|
||||
$text['label-bridge_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-bridge_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Bridges';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Bridges';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "A tool to block incoming numbers.";
|
||||
$apps[$x]['description']['en-gb'] = "A tool to block incoming numbers.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Ein Werkzeug um eingehende Rufnummern zu sperren.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-call-block']['en-us'] = "Call Block";
|
||||
$text['title-call-block']['en-gb'] = "Call Block";
|
||||
$text['title-call-block']['ar-eg'] = "حظر المكالمات";
|
||||
$text['title-call-block']['de-at'] = "Sperrlisten"; //copied from de-de
|
||||
$text['title-call-block']['de-ch'] = "Sperrlisten"; //copied from de-de
|
||||
|
|
@ -23,6 +24,7 @@ $text['title-call-block']['sv-se'] = "Blockera Samtal";
|
|||
$text['title-call-block']['uk-ua'] = "Блокування дзвінків";
|
||||
|
||||
$text['heading-recent_calls']['en-us'] = "Recent Calls";
|
||||
$text['heading-recent_calls']['en-gb'] = "Recent Calls";
|
||||
$text['heading-recent_calls']['ar-eg'] = "";
|
||||
$text['heading-recent_calls']['de-at'] = "Kürzliche Anrufe"; //copied from de-de
|
||||
$text['heading-recent_calls']['de-ch'] = "Kürzliche Anrufe"; //copied from de-de
|
||||
|
|
@ -44,6 +46,7 @@ $text['heading-recent_calls']['sv-se'] = "Senaste Samtal";
|
|||
$text['heading-recent_calls']['uk-ua'] = "Останні дзвінки";
|
||||
|
||||
$text['heading-block_recent_calls']['en-us'] = "Block Recent Calls";
|
||||
$text['heading-block_recent_calls']['en-gb'] = "Block Recent Calls";
|
||||
$text['heading-block_recent_calls']['ar-eg'] = "";
|
||||
$text['heading-block_recent_calls']['de-at'] = "Kürzliche Anrufe Blockieren"; //copied from de-de
|
||||
$text['heading-block_recent_calls']['de-ch'] = "Kürzliche Anrufe Blockieren"; //copied from de-de
|
||||
|
|
@ -65,6 +68,7 @@ $text['heading-block_recent_calls']['sv-se'] = "Blockera Senaste Samtal";
|
|||
$text['heading-block_recent_calls']['uk-ua'] = "Блокувати недавній дзвінок";
|
||||
|
||||
$text['label-update-complete']['en-us'] = "Update Complete";
|
||||
$text['label-update-complete']['en-gb'] = "Update Complete";
|
||||
$text['label-update-complete']['ar-eg'] = "اكتمال التحديث";
|
||||
$text['label-update-complete']['de-at'] = "Aktualisierung abgeschlossen"; //copied from de-de
|
||||
$text['label-update-complete']['de-ch'] = "Aktualisierung abgeschlossen"; //copied from de-de
|
||||
|
|
@ -86,6 +90,7 @@ $text['label-update-complete']['sv-se'] = "Uppdatering Klar";
|
|||
$text['label-update-complete']['uk-ua'] = "Оновлено";
|
||||
|
||||
$text['label-reject']['en-us'] = "Reject";
|
||||
$text['label-reject']['en-gb'] = "Reject";
|
||||
$text['label-reject']['ar-eg'] = "رفض";
|
||||
$text['label-reject']['de-at'] = "Zurückweisen"; //copied from de-de
|
||||
$text['label-reject']['de-ch'] = "Zurückweisen"; //copied from de-de
|
||||
|
|
@ -107,6 +112,7 @@ $text['label-reject']['sv-se'] = "Neka";
|
|||
$text['label-reject']['uk-ua'] = "Відхилити";
|
||||
|
||||
$text['label-provide-number']['en-us'] = "Please provide: Number";
|
||||
$text['label-provide-number']['en-gb'] = "Please provide: Number";
|
||||
$text['label-provide-number']['ar-eg'] = "من فضلك أدخل: الرقم";
|
||||
$text['label-provide-number']['de-at'] = "Bitte geben Sie die Nummer an"; //copied from de-de
|
||||
$text['label-provide-number']['de-ch'] = "Bitte geben Sie die Nummer an"; //copied from de-de
|
||||
|
|
@ -128,6 +134,7 @@ $text['label-provide-number']['sv-se'] = "Ange: Nummer";
|
|||
$text['label-provide-number']['uk-ua'] = "Введіть номер";
|
||||
|
||||
$text['label-provide-name']['en-us'] = "Please provide: Name";
|
||||
$text['label-provide-name']['en-gb'] = "Please provide: Name";
|
||||
$text['label-provide-name']['ar-eg'] = "من فضلك أدخل: الأسم";
|
||||
$text['label-provide-name']['de-at'] = "Bitte geben Sie den Namen an"; //copied from de-de
|
||||
$text['label-provide-name']['de-ch'] = "Bitte geben Sie den Namen an"; //copied from de-de
|
||||
|
|
@ -149,6 +156,7 @@ $text['label-provide-name']['sv-se'] = "Ange: Namn";
|
|||
$text['label-provide-name']['uk-ua'] = "Введіть назву";
|
||||
|
||||
$text['label-provide-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['label-provide-enabled']['en-gb'] = "Please provide: Enabled";
|
||||
$text['label-provide-enabled']['ar-eg'] = "";
|
||||
$text['label-provide-enabled']['de-at'] = "Bitte geben Sie folgendes an: Aktiv"; //copied from de-de
|
||||
$text['label-provide-enabled']['de-ch'] = "Bitte geben Sie folgendes an: Aktiv"; //copied from de-de
|
||||
|
|
@ -170,6 +178,7 @@ $text['label-provide-enabled']['sv-se'] = "Ange: Aktiverad";
|
|||
$text['label-provide-enabled']['uk-ua'] = "Включити/відключити";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['en-gb'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "رقم";
|
||||
$text['label-number']['de-at'] = "Nummer"; //copied from de-de
|
||||
$text['label-number']['de-ch'] = "Nummer"; //copied from de-de
|
||||
|
|
@ -191,6 +200,7 @@ $text['label-number']['sv-se'] = "Nummer";
|
|||
$text['label-number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['en-gb'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "رسالة";
|
||||
$text['label-message']['de-at'] = "Nachricht"; //copied from de-de
|
||||
$text['label-message']['de-ch'] = "Nachricht"; //copied from de-de
|
||||
|
|
@ -212,6 +222,7 @@ $text['label-message']['sv-se'] = "Meddelande";
|
|||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
|
||||
$text['label-local']['en-us'] = "Local";
|
||||
$text['label-local']['en-gb'] = "Local";
|
||||
$text['label-local']['ar-eg'] = "محلي";
|
||||
$text['label-local']['de-at'] = "Lokal"; //copied from de-de
|
||||
$text['label-local']['de-ch'] = "Lokal"; //copied from de-de
|
||||
|
|
@ -233,6 +244,7 @@ $text['label-local']['sv-se'] = "Lokal";
|
|||
$text['label-local']['uk-ua'] = "Місцевий";
|
||||
|
||||
$text['label-inbound']['en-us'] = "Inbound";
|
||||
$text['label-inbound']['en-gb'] = "Inbound";
|
||||
$text['label-inbound']['ar-eg'] = "";
|
||||
$text['label-inbound']['de-at'] = "Eingehend"; //copied from de-de
|
||||
$text['label-inbound']['de-ch'] = "Eingehend"; //copied from de-de
|
||||
|
|
@ -254,6 +266,7 @@ $text['label-inbound']['sv-se'] = "Inkommande";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['label-edit-note']['de-ch'] = "Anrufe von einer Rufnummer sperren. Bearbeiten Sie den Namen und aktivieren/deaktivieren Sie diesen unten."; //copied from de-de
|
||||
|
|
@ -275,6 +288,7 @@ $text['label-edit-note']['sv-se'] = "Blockera samtal från nummer. Editera namn
|
|||
$text['label-edit-note']['uk-ua'] = "Блокувати дзвінки з номера. Змініть ім'я і включіть/відключіть нижче.";
|
||||
|
||||
$text['label-edit-edit']['en-us'] = "Call Block";
|
||||
$text['label-edit-edit']['en-gb'] = "Call Block";
|
||||
$text['label-edit-edit']['ar-eg'] = "";
|
||||
$text['label-edit-edit']['de-at'] = "Sperrlisten"; //copied from de-de
|
||||
$text['label-edit-edit']['de-ch'] = "Sperrlisten"; //copied from de-de
|
||||
|
|
@ -296,6 +310,7 @@ $text['label-edit-edit']['sv-se'] = "Blockera Samtal";
|
|||
$text['label-edit-edit']['uk-ua'] = "Блокування дзвінків";
|
||||
|
||||
$text['label-edit-add']['en-us'] = "Call Block";
|
||||
$text['label-edit-add']['en-gb'] = "Call Block";
|
||||
$text['label-edit-add']['ar-eg'] = "حظر المكالمات";
|
||||
$text['label-edit-add']['de-at'] = "Sperrlisten"; //copied from de-de
|
||||
$text['label-edit-add']['de-ch'] = "Sperrlisten"; //copied from de-de
|
||||
|
|
@ -317,6 +332,7 @@ $text['label-edit-add']['sv-se'] = "Blockera Samtal";
|
|||
$text['label-edit-add']['uk-ua'] = "Блокування дзвінків";
|
||||
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['en-gb'] = "Duration";
|
||||
$text['label-duration']['ar-eg'] = "المدة";
|
||||
$text['label-duration']['de-at'] = "Dauer"; //copied from de-de
|
||||
$text['label-duration']['de-ch'] = "Dauer"; //copied from de-de
|
||||
|
|
@ -338,6 +354,7 @@ $text['label-duration']['sv-se'] = "Samtalstid";
|
|||
$text['label-duration']['uk-ua'] = "Тривалість";
|
||||
|
||||
$text['label-delete-complete']['en-us'] = "Delete Complete";
|
||||
$text['label-delete-complete']['en-gb'] = "Delete Complete";
|
||||
$text['label-delete-complete']['ar-eg'] = "اكتمال المسح";
|
||||
$text['label-delete-complete']['de-at'] = "Erfolgreich gelöscht"; //copied from de-de
|
||||
$text['label-delete-complete']['de-ch'] = "Erfolgreich gelöscht"; //copied from de-de
|
||||
|
|
@ -359,6 +376,7 @@ $text['label-delete-complete']['sv-se'] = "Borttagning Klar";
|
|||
$text['label-delete-complete']['uk-ua'] = "Видалено";
|
||||
|
||||
$text['label-date-added']['en-us'] = "Date Added";
|
||||
$text['label-date-added']['en-gb'] = "Date Added";
|
||||
$text['label-date-added']['ar-eg'] = "تم اضافة التاريخ";
|
||||
$text['label-date-added']['de-at'] = "Datum hinzugefügt"; //copied from de-de
|
||||
$text['label-date-added']['de-ch'] = "Datum hinzugefügt"; //copied from de-de
|
||||
|
|
@ -380,6 +398,7 @@ $text['label-date-added']['sv-se'] = "Datum Tillagt";
|
|||
$text['label-date-added']['uk-ua'] = "Додано";
|
||||
|
||||
$text['label-count']['en-us'] = "Count";
|
||||
$text['label-count']['en-gb'] = "Count";
|
||||
$text['label-count']['ar-eg'] = "";
|
||||
$text['label-count']['de-at'] = "Zähler"; //copied from de-de
|
||||
$text['label-count']['de-ch'] = "Zähler"; //copied from de-de
|
||||
|
|
@ -401,6 +420,7 @@ $text['label-count']['sv-se'] = "Räkna";
|
|||
$text['label-count']['uk-ua'] = "Кількість";
|
||||
|
||||
$text['label-called-on']['en-us'] = "Called on";
|
||||
$text['label-called-on']['en-gb'] = "Called on";
|
||||
$text['label-called-on']['ar-eg'] = "تم الأتصال علي";
|
||||
$text['label-called-on']['de-at'] = "Anruf am"; //copied from de-de
|
||||
$text['label-called-on']['de-ch'] = "Anruf am"; //copied from de-de
|
||||
|
|
@ -422,6 +442,7 @@ $text['label-called-on']['sv-se'] = "Ringdes på";
|
|||
$text['label-called-on']['uk-ua'] = "Дзвінок здійснено";
|
||||
|
||||
$text['label-busy']['en-us'] = "Busy";
|
||||
$text['label-busy']['en-gb'] = "Busy";
|
||||
$text['label-busy']['ar-eg'] = "مشغول";
|
||||
$text['label-busy']['de-at'] = "Besetzt"; //copied from de-de
|
||||
$text['label-busy']['de-ch'] = "Besetzt"; //copied from de-de
|
||||
|
|
@ -443,6 +464,7 @@ $text['label-busy']['sv-se'] = "Upptagen";
|
|||
$text['label-busy']['uk-ua'] = "Зайнято";
|
||||
|
||||
$text['label-hold']['en-us'] = "Hold";
|
||||
$text['label-hold']['en-gb'] = "Hold";
|
||||
$text['label-hold']['ar-eg'] = "";
|
||||
$text['label-hold']['de-at'] = "Halten"; //copied from de-de
|
||||
$text['label-hold']['de-ch'] = "Halten"; //copied from de-de
|
||||
|
|
@ -464,6 +486,7 @@ $text['label-hold']['sv-se'] = "Vänt";
|
|||
$text['label-hold']['uk-ua'] = "";
|
||||
|
||||
$text['label-voicemail']['en-us'] = "Voicemail";
|
||||
$text['label-voicemail']['en-gb'] = "Voicemail";
|
||||
$text['label-voicemail']['ar-eg'] = "";
|
||||
$text['label-voicemail']['de-at'] = "Mailbox"; //copied from de-de
|
||||
$text['label-voicemail']['de-ch'] = "Mailbox"; //copied from de-de
|
||||
|
|
@ -485,6 +508,7 @@ $text['label-voicemail']['sv-se'] = "Röstbrevlåda";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['label-add-note']['de-ch'] = "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."; //copied from de-de
|
||||
|
|
@ -506,6 +530,7 @@ $text['label-add-note']['sv-se'] = "Blockera samtal från ett nummer. Välj anti
|
|||
$text['label-add-note']['uk-ua'] = "Блокувати дзвінки з номера. Або вибрати номер зі списку вище або введіть номер, ім'я і включити нижче.";
|
||||
|
||||
$text['label-add-complete']['en-us'] = "Add Complete";
|
||||
$text['label-add-complete']['en-gb'] = "Add Complete";
|
||||
$text['label-add-complete']['ar-eg'] = "تمت الأضافة";
|
||||
$text['label-add-complete']['de-at'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
$text['label-add-complete']['de-ch'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
|
|
@ -527,6 +552,7 @@ $text['label-add-complete']['sv-se'] = "Tillagd";
|
|||
$text['label-add-complete']['uk-ua'] = "Додано";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['en-gb'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion"; //copied from de-de
|
||||
$text['label-action']['de-ch'] = "Aktion"; //copied from de-de
|
||||
|
|
@ -548,6 +574,7 @@ $text['label-action']['sv-se'] = "Åtgärd";
|
|||
$text['label-action']['uk-ua'] = "Дія";
|
||||
|
||||
$text['description-call_block_name']['en-us'] = "Enter the Caller ID Name to block.";
|
||||
$text['description-call_block_name']['en-gb'] = "Enter the Caller ID Name to block.";
|
||||
$text['description-call_block_name']['ar-eg'] = "";
|
||||
$text['description-call_block_name']['de-at'] = "";
|
||||
$text['description-call_block_name']['de-ch'] = "";
|
||||
|
|
@ -569,6 +596,7 @@ $text['description-call_block_name']['sv-se'] = "";
|
|||
$text['description-call_block_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_block_number']['en-us'] = "Enter the Caller ID Number to block.";
|
||||
$text['description-call_block_number']['en-gb'] = "Enter the Caller ID Number to block.";
|
||||
$text['description-call_block_number']['ar-eg'] = "";
|
||||
$text['description-call_block_number']['de-at'] = "";
|
||||
$text['description-call_block_number']['de-ch'] = "";
|
||||
|
|
@ -590,6 +618,7 @@ $text['description-call_block_number']['sv-se'] = "";
|
|||
$text['description-call_block_number']['uk-ua'] = "";
|
||||
|
||||
$text['description-extension']['en-us'] = "Select the extension to block.";
|
||||
$text['description-extension']['en-gb'] = "Select the extension to block.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "";
|
||||
$text['description-extension']['de-ch'] = "";
|
||||
|
|
@ -611,6 +640,7 @@ $text['description-extension']['sv-se'] = "";
|
|||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-enable']['en-us'] = "Set to true to enable call blocking for this number.";
|
||||
$text['description-enable']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-enable']['de-ch'] = "Setzen Sie auf An, um die Sperrung für diese Nummer zu aktivieren."; //copied from de-de
|
||||
|
|
@ -632,6 +662,7 @@ $text['description-enable']['sv-se'] = "Välj Sann för att blockera detta numme
|
|||
$text['description-enable']['uk-ua'] = "Виберіть 'Так', щоб блокувати дзвінки з даного номера.";
|
||||
|
||||
$text['description-call-block']['en-us'] = "A list of numbers from which to block calls.";
|
||||
$text['description-call-block']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call-block']['de-ch'] = "Eine Liste von Nummern die gesperrt werden sollen."; //copied from de-de
|
||||
|
|
@ -653,6 +684,7 @@ $text['description-call-block']['sv-se'] = "En lista med nummer för blockering
|
|||
$text['description-call-block']['uk-ua'] = "Список номерів, з яких блокуються дзвінки.";
|
||||
|
||||
$text['description-action']['en-us'] = "Set an action for calls from this number.";
|
||||
$text['description-action']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-action']['de-ch'] = "Wählen Sie eine Aktion für Anrufe von dieser Nummer."; //copied from de-de
|
||||
|
|
@ -674,6 +706,7 @@ $text['description-action']['sv-se'] = "Välj en aktion för samtal från detta
|
|||
$text['description-action']['uk-ua'] = "Встановіть дію для дзвінків з цього номера.";
|
||||
|
||||
$text['confirm-block']['en-us'] = "Do you really want to block this?";
|
||||
$text['confirm-block']['en-gb'] = "Do you really want to block this?";
|
||||
$text['confirm-block']['ar-eg'] = "Do you really want to block this?";
|
||||
$text['confirm-block']['de-at'] = "Do you really want to block this?";
|
||||
$text['confirm-block']['de-ch'] = "Do you really want to block this?";
|
||||
|
|
@ -696,6 +729,7 @@ $text['confirm-block']['uk-ua'] = "Do you really want to block this?";
|
|||
$text['confirm-block']['tr-tr'] = "Do you really want to block this?";
|
||||
|
||||
$text['button-block']['en-us'] = "Block";
|
||||
$text['button-block']['en-gb'] = "Block";
|
||||
$text['button-block']['ar-eg'] = "Block";
|
||||
$text['button-block']['de-at'] = "Block";
|
||||
$text['button-block']['de-ch'] = "Block";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Block";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Block";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "حظر المكالمات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Sperrlisten";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number.";
|
||||
$apps[$x]['description']['en-gb'] = "Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Methode um sofort mehrere parallele Anrufe an Nebenstellen, Automatische Zentralen, Conferenzräume oder andere Rufnummern zu leiten.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-call_broadcasts']['en-us'] = "Call Broadcasts";
|
||||
$text['title-call_broadcasts']['en-gb'] = "Call Broadcasts";
|
||||
$text['title-call_broadcasts']['ar-eg'] = "";
|
||||
$text['title-call_broadcasts']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['title-call_broadcasts']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-call_broadcasts']['sv-se'] = "Samtalsdistributioner";
|
|||
$text['title-call_broadcasts']['uk-ua'] = "Трансляція дзвінків";
|
||||
|
||||
$text['title-call_broadcast']['en-us'] = "Call Broadcast";
|
||||
$text['title-call_broadcast']['en-gb'] = "Call Broadcast";
|
||||
$text['title-call_broadcast']['ar-eg'] = "";
|
||||
$text['title-call_broadcast']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['title-call_broadcast']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-call_broadcast']['sv-se'] = "Samtalsdistributioner";
|
|||
$text['title-call_broadcast']['uk-ua'] = "Трансляція дзвінків";
|
||||
|
||||
$text['title_description-call_broadcast']['en-us'] = "Manage the delivery of pre-recorded messages to mass recipients.";
|
||||
$text['title_description-call_broadcast']['en-gb'] = "Manage the delivery of pre-recorded messages to mass recipients.";
|
||||
$text['title_description-call_broadcast']['ar-eg'] = "";
|
||||
$text['title_description-call_broadcast']['de-at'] = "";
|
||||
$text['title_description-call_broadcast']['de-ch'] = "";
|
||||
|
|
@ -62,6 +65,7 @@ $text['title_description-call_broadcast']['sv-se'] = "";
|
|||
$text['title_description-call_broadcast']['uk-ua'] = "";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['en-gb'] = "True";
|
||||
$text['option-true']['ar-eg'] = "";
|
||||
$text['option-true']['de-at'] = "Ein"; //copied from de-de
|
||||
$text['option-true']['de-ch'] = "Ein"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['option-true']['sv-se'] = "Sann";
|
|||
$text['option-true']['uk-ua'] = "Так";
|
||||
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['en-gb'] = "False";
|
||||
$text['option-false']['ar-eg'] = "";
|
||||
$text['option-false']['de-at'] = "Aus"; //copied from de-de
|
||||
$text['option-false']['de-ch'] = "Aus"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['option-false']['sv-se'] = "Falsk";
|
|||
$text['option-false']['uk-ua'] = "Ні";
|
||||
|
||||
$text['label-view-calls']['en-us'] = "View Calls";
|
||||
$text['label-view-calls']['en-gb'] = "View Calls";
|
||||
$text['label-view-calls']['ar-eg'] = "";
|
||||
$text['label-view-calls']['de-at'] = "Anrufe ansehen"; //copied from de-de
|
||||
$text['label-view-calls']['de-ch'] = "Anrufe ansehen"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-view-calls']['sv-se'] = "Granska Samtal";
|
|||
$text['label-view-calls']['uk-ua'] = "Перегляд дзвінків";
|
||||
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['en-gb'] = "Timeout";
|
||||
$text['label-timeout']['ar-eg'] = "";
|
||||
$text['label-timeout']['de-at'] = "Zeitüberschreitung"; //copied from de-de
|
||||
$text['label-timeout']['de-ch'] = "Zeitüberschreitung"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-timeout']['sv-se'] = "Tidsgräns";
|
|||
$text['label-timeout']['uk-ua'] = "Таймаут";
|
||||
|
||||
$text['label-phone']['en-us'] = "Phone Number List";
|
||||
$text['label-phone']['en-gb'] = "Phone Number List";
|
||||
$text['label-phone']['ar-eg'] = "";
|
||||
$text['label-phone']['de-at'] = "Liste der Telefonnummern"; //copied from de-de
|
||||
$text['label-phone']['de-ch'] = "Liste der Telefonnummern"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-phone']['sv-se'] = "Lista Med Telefonnummer";
|
|||
$text['label-phone']['uk-ua'] = "Список телефонних номерів";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['en-gb'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht"; //copied from de-de
|
||||
$text['label-message']['de-ch'] = "Nachricht"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-message']['sv-se'] = "Meddelande";
|
|||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
|
||||
$text['label-has-been']['en-us'] = "has been started";
|
||||
$text['label-has-been']['en-gb'] = "has been started";
|
||||
$text['label-has-been']['ar-eg'] = "";
|
||||
$text['label-has-been']['de-at'] = "wurde gestartet"; //copied from de-de
|
||||
$text['label-has-been']['de-ch'] = "wurde gestartet"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-has-been']['sv-se'] = "har startat";
|
|||
$text['label-has-been']['uk-ua'] = "було запущено";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination Number";
|
||||
$text['label-destination']['en-gb'] = "Destination Number";
|
||||
$text['label-destination']['ar-eg'] = "";
|
||||
$text['label-destination']['de-at'] = "Zielnummer"; //copied from de-de
|
||||
$text['label-destination']['de-ch'] = "Zielnummer"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-destination']['sv-se'] = "Destinationsnummer";
|
|||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-concurrent-limit']['en-us'] = "Concurrent Limit";
|
||||
$text['label-concurrent-limit']['en-gb'] = "Concurrent Limit";
|
||||
$text['label-concurrent-limit']['ar-eg'] = "";
|
||||
$text['label-concurrent-limit']['de-at'] = "Gleichzeitige Anrufe"; //copied from de-de
|
||||
$text['label-concurrent-limit']['de-ch'] = "Gleichzeitige Anrufe"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-concurrent-limit']['sv-se'] = "Samtidig Gräns";
|
|||
$text['label-concurrent-limit']['uk-ua'] = "Обмеження одночасної кількості";
|
||||
|
||||
$text['label-callerid-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-callerid-number']['en-gb'] = "Caller ID Number";
|
||||
$text['label-callerid-number']['ar-eg'] = "";
|
||||
$text['label-callerid-number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-callerid-number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-callerid-number']['sv-se'] = "Caller ID Nummer";
|
|||
$text['label-callerid-number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['en-gb'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['ar-eg'] = "";
|
||||
$text['label-caller-id-name']['de-at'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-caller-id-name']['de-ch'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-caller-id-name']['sv-se'] = "Caller ID Namn";
|
|||
$text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-call-broadcasts']['en-us'] = "Call Broadcasts";
|
||||
$text['label-call-broadcasts']['en-gb'] = "Call Broadcasts";
|
||||
$text['label-call-broadcasts']['ar-eg'] = "";
|
||||
$text['label-call-broadcasts']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['label-call-broadcasts']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-call-broadcasts']['sv-se'] = "Samtalsdistributioner";
|
|||
$text['label-call-broadcasts']['uk-ua'] = "Трансляція дзвінків";
|
||||
|
||||
$text['label-call-broadcast']['en-us'] = "Call Broadcast";
|
||||
$text['label-call-broadcast']['en-gb'] = "Call Broadcast";
|
||||
$text['label-call-broadcast']['ar-eg'] = "";
|
||||
$text['label-call-broadcast']['de-at'] = "Rundrufe"; //copied from de-de
|
||||
$text['label-call-broadcast']['de-ch'] = "Rundrufe"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-call-broadcast']['sv-se'] = "Samtalsdistribution";
|
|||
$text['label-call-broadcast']['uk-ua'] = "Трансляція дзвінка";
|
||||
|
||||
$text['label-avmd']['en-us'] = "Voicemail Detection";
|
||||
$text['label-avmd']['en-gb'] = "Voicemail Detection";
|
||||
$text['label-avmd']['ar-eg'] = "";
|
||||
$text['label-avmd']['de-at'] = "Erkennung von Sprachnachrichten"; //copied from de-de
|
||||
$text['label-avmd']['de-ch'] = "Erkennung von Sprachnachrichten"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-avmd']['sv-se'] = "Känn Av Röstbrevlåda";
|
|||
$text['label-avmd']['uk-ua'] = "Виявлення голосової пошти";
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Accountcode";
|
||||
$text['label-accountcode']['en-gb'] = "Accountcode";
|
||||
$text['label-accountcode']['ar-eg'] = "";
|
||||
$text['label-accountcode']['de-at'] = "Kontoschlüssel"; //copied from de-de
|
||||
$text['label-accountcode']['de-ch'] = "Kontoschlüssel"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-accountcode']['sv-se'] = "Accountcode";
|
|||
$text['label-accountcode']['uk-ua'] = "Код облікового запису";
|
||||
|
||||
$text['label-sample_file']['en-us'] = "Sample CSV File";
|
||||
$text['label-sample_file']['en-gb'] = "Sample CSV File";
|
||||
$text['label-sample_file']['ar-eg'] = "Sample CSV File";
|
||||
$text['label-sample_file']['de-at'] = "Sample CSV File";
|
||||
$text['label-sample_file']['de-ch'] = "Sample CSV File";
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-sample_file']['sv-se'] = "Sample CSV File";
|
|||
$text['label-sample_file']['uk-ua'] = "Sample CSV File";
|
||||
|
||||
$text['label-list_example']['en-us'] = "Number|First,Last\nNumber|First,Last\n...";
|
||||
$text['label-list_example']['en-gb'] = "Number|First,Last\nNumber|First,Last\n...";
|
||||
$text['label-list_example']['ar-eg'] = "Number|First,Last\nNumber|First,Last\n...";
|
||||
$text['label-list_example']['de-at'] = "Number|First,Last\nNumber|First,Last\n...";
|
||||
$text['label-list_example']['de-ch'] = "Number|First,Last\nNumber|First,Last\n...";
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-list_example']['sv-se'] = "Number|First,Last\nNumber|First,Last\n..
|
|||
$text['label-list_example']['uk-ua'] = "Number|First,Last\nNumber|First,Last\n...";
|
||||
|
||||
$text['description-timeout']['en-us'] = "Specify the absolute timeout in seconds.";
|
||||
$text['description-timeout']['en-gb'] = "Specify the absolute timeout in seconds.";
|
||||
$text['description-timeout']['ar-eg'] = "";
|
||||
$text['description-timeout']['de-at'] = "Geben Sie die absolute Zeitüberschreitung in Sekunden an."; //copied from de-de
|
||||
$text['description-timeout']['de-ch'] = "Geben Sie die absolute Zeitüberschreitung in Sekunden an."; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['description-timeout']['sv-se'] = "Specificera den absoluta timeout:en i s
|
|||
$text['description-timeout']['uk-ua'] = "";
|
||||
|
||||
$text['description-phone']['en-us'] = "Select a TXT/CSV file for upload, or enter Phone Numbers one per line in the format shown above.";
|
||||
$text['description-phone']['en-gb'] = "Select a TXT/CSV file for upload, or enter Phone Numbers one per line in the format shown above.";
|
||||
$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"; //copied from de-de
|
||||
$text['description-phone']['de-ch'] = "Optional: Ergänzen Sie eine Liste von Telefonnummern, eine Nummer pro Zeile im folgenden Format: 123-123-1234|Nachname,Vorname"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['description-phone']['sv-se'] = "Frivillig, fyll i en lista med nummer (et
|
|||
$text['description-phone']['uk-ua'] = "Додатково, задайте список телефонних номерів по одному на рядок в наступному форматі: 123-123-1234|Прізвище,ім'я";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the name here.";
|
||||
$text['description-name']['en-gb'] = "Enter the name here.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen an."; //copied from de-de
|
||||
$text['description-name']['de-ch'] = "Geben Sie den Namen an."; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['description-name']['sv-se'] = "Skriv in namnet här.";
|
|||
$text['description-name']['uk-ua'] = "Введіть назву";
|
||||
|
||||
$text['description-info']['en-us'] = "Enter the description here.";
|
||||
$text['description-info']['en-gb'] = "Enter the description here.";
|
||||
$text['description-info']['ar-eg'] = "";
|
||||
$text['description-info']['de-at'] = "Geben Sie eine Beschreibung an."; //copied from de-de
|
||||
$text['description-info']['de-ch'] = "Geben Sie eine Beschreibung an."; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['description-info']['sv-se'] = "Ange beskrivning här.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-destination']['de-ch'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet."; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['description-destination']['sv-se'] = "Skicka samtalet till en anknytning,
|
|||
$text['description-destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
|
||||
$text['description-concurrent-limit']['en-us'] = "Limit the approximate number of concurrent calls. Leave this empty for no limit.";
|
||||
$text['description-concurrent-limit']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-concurrent-limit']['de-ch'] = "Begrenzt die Anzahl gleichzeitiger Anrufe. Kein Limit wenn leer gelassen."; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['description-concurrent-limit']['sv-se'] = "Begränsa ungefärliga antalet
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-caller-id-number']['de-ch'] = "Geben Sie die Anruferkennung (Nummer) hier ein."; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['description-caller-id-number']['sv-se'] = "Gäller om leverantör tillåt
|
|||
$text['description-caller-id-number']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати номер абонента (Caller ID номер). За замовчуванням: 0000000000";
|
||||
|
||||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-caller-id-name']['de-ch'] = "Geben Sie die Anruferkennung (Name) hier ein, sofern der Provider dieses unterstützt. Default: anonym."; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['description-caller-id-name']['sv-se'] = "Gäller om leverantör tillåter
|
|||
$text['description-caller-id-name']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати ім’я абонента (Caller ID Ім’я). За замовчуванням: anonymous";
|
||||
|
||||
$text['description-avmd']['en-us'] = "Select whether to enable or disable the detection of voicemail messaging and answering machine systems.";
|
||||
$text['description-avmd']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-avmd']['de-ch'] = "Wählen Sie ob die Erkennung von Sprach-Mailboxen und automatischen Anrufbeantwortern Ein- oder Ausgeschaltet werden soll."; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['description-avmd']['sv-se'] = "Välj om deteketering av röstbrevlåda sk
|
|||
$text['description-avmd']['uk-ua'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача.";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['en-gb'] = "Update Complete";
|
||||
$text['confirm-update']['ar-eg'] = "";
|
||||
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
$text['confirm-update']['de-ch'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['confirm-update']['sv-se'] = "Uppdatering Klar";
|
|||
$text['confirm-update']['uk-ua'] = "Оновлення завершено";
|
||||
|
||||
$text['confirm-name']['en-us'] = "Please provide: Name";
|
||||
$text['confirm-name']['en-gb'] = "Please provide: Name";
|
||||
$text['confirm-name']['ar-eg'] = "";
|
||||
$text['confirm-name']['de-at'] = "Bitte geben Sie den Namen an"; //copied from de-de
|
||||
$text['confirm-name']['de-ch'] = "Bitte geben Sie den Namen an"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['confirm-name']['sv-se'] = "Ange: Namn";
|
|||
$text['confirm-name']['uk-ua'] = "Введіть назву";
|
||||
|
||||
$text['confirm-delete-info']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete-info']['en-gb'] = "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?"; //copied from de-de
|
||||
$text['confirm-delete-info']['de-ch'] = "Wollen Sie das wirklich löschen?"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['confirm-delete-info']['sv-se'] = "Vill du verkligen ta bort detta?";
|
|||
$text['confirm-delete-info']['uk-ua'] = "Ви дійсно бажаєте це видалити?";
|
||||
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['en-gb'] = "Add Complete";
|
||||
$text['confirm-add']['ar-eg'] = "";
|
||||
$text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
$text['confirm-add']['de-ch'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['confirm-add']['sv-se'] = "Tillagd";
|
|||
$text['confirm-add']['uk-ua'] = "Додано";
|
||||
|
||||
$text['file-error']['en-us'] = "Sorry, File type not allowed";
|
||||
$text['file-error']['en-gb'] = "Sorry, File type not allowed";
|
||||
$text['file-error']['ar-eg'] = "";
|
||||
$text['file-error']['de-at'] = "Entschuldigung, Dateityp nicht erlaubt"; //copied from de-de
|
||||
$text['file-error']['de-ch'] = "Entschuldigung, Dateityp nicht erlaubt"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Broadcast";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Broadcast";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Rundrufe";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Shows active calls, and agents in the call center queue.";
|
||||
$apps[$x]['description']['en-gb'] = "Shows active calls, and agents in the call center queue.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity";
|
||||
$text['title-call_center_queue_activity']['en-gb'] = "Call Center Queue Activity";
|
||||
$text['title-call_center_queue_activity']['ar-eg'] = "";
|
||||
$text['title-call_center_queue_activity']['de-at'] = "Callcenter Warteschlangen Aktivität"; //copied from de-de
|
||||
$text['title-call_center_queue_activity']['de-ch'] = "Callcenter Warteschlangen Aktivität"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-call_center_queue_activity']['sv-se'] = "Call Center Grupp Aktivite
|
|||
$text['title-call_center_queue_activity']['uk-ua'] = "";
|
||||
|
||||
$text['title-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['title-active_call_center']['en-gb'] = "Active Call Center";
|
||||
$text['title-active_call_center']['ar-eg'] = "";
|
||||
$text['title-active_call_center']['de-at'] = "Aktive Callcenter"; //copied from de-de
|
||||
$text['title-active_call_center']['de-ch'] = "Aktive Callcenter"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-active_call_center']['sv-se'] = "Aktivt Call Center";
|
|||
$text['title-active_call_center']['uk-ua'] = "";
|
||||
|
||||
$text['message-confirm']['en-us'] = "Do you really want to do this?";
|
||||
$text['message-confirm']['en-gb'] = "Do you really want to do this?";
|
||||
$text['message-confirm']['ar-eg'] = "";
|
||||
$text['message-confirm']['de-at'] = "Wollen Sie das wirklich tun?"; //copied from de-de
|
||||
$text['message-confirm']['de-ch'] = "Wollen Sie das wirklich tun?"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['message-confirm']['sv-se'] = "Vill du verkligen göra det här?";
|
|||
$text['message-confirm']['uk-ua'] = "";
|
||||
|
||||
$text['label-waiting']['en-us'] = "Waiting";
|
||||
$text['label-waiting']['en-gb'] = "Waiting";
|
||||
$text['label-waiting']['ar-eg'] = "انتظار";
|
||||
$text['label-waiting']['de-at'] = "Warten"; //copied from de-de
|
||||
$text['label-waiting']['de-ch'] = "Warten"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-waiting']['sv-se'] = "Väntar";
|
|||
$text['label-waiting']['uk-ua'] = "";
|
||||
|
||||
$text['label-trying']['en-us'] = "Trying";
|
||||
$text['label-trying']['en-gb'] = "Trying";
|
||||
$text['label-trying']['ar-eg'] = "";
|
||||
$text['label-trying']['de-at'] = "Versuchen"; //copied from de-de
|
||||
$text['label-trying']['de-ch'] = "Versuchen"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-trying']['sv-se'] = "Försöker";
|
|||
$text['label-trying']['uk-ua'] = "";
|
||||
|
||||
$text['label-transfer']['en-us'] = "Transfer";
|
||||
$text['label-transfer']['en-gb'] = "Transfer";
|
||||
$text['label-transfer']['ar-eg'] = "تحويل";
|
||||
$text['label-transfer']['de-at'] = "Weiterleiten"; //copied from de-de
|
||||
$text['label-transfer']['de-ch'] = "Weiterleiten"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-transfer']['sv-se'] = "Överför";
|
|||
$text['label-transfer']['uk-ua'] = "";
|
||||
|
||||
$text['label-time_base_score']['en-us'] = "Time Base Score";
|
||||
$text['label-time_base_score']['en-gb'] = "Time Base Score";
|
||||
$text['label-time_base_score']['ar-eg'] = "";
|
||||
$text['label-time_base_score']['de-at'] = "Zeitgeber für Klassifikation"; //copied from de-de
|
||||
$text['label-time_base_score']['de-ch'] = "Zeitgeber für Klassifikation"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-time_base_score']['sv-se'] = "Tidsbaserat Resultat";
|
|||
$text['label-time_base_score']['uk-ua'] = "";
|
||||
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['en-gb'] = "Time";
|
||||
$text['label-time']['ar-eg'] = "التوقيت";
|
||||
$text['label-time']['de-at'] = "Zeit"; //copied from de-de
|
||||
$text['label-time']['de-ch'] = "Zeit"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-time']['sv-se'] = "Tid";
|
|||
$text['label-time']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_state']['en-us'] = "Tier State";
|
||||
$text['label-tier_state']['en-gb'] = "Tier State";
|
||||
$text['label-tier_state']['ar-eg'] = "";
|
||||
$text['label-tier_state']['de-at'] = "Ebenen-Status"; //copied from de-de
|
||||
$text['label-tier_state']['de-ch'] = "Ebenen-Status"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-tier_state']['sv-se'] = "Kunskap Status";
|
|||
$text['label-tier_state']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['en-gb'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['ar-eg'] = "";
|
||||
$text['label-tier_rules_apply']['de-at'] = "Ebenen-Regeln werden angewendet"; //copied from de-de
|
||||
$text['label-tier_rules_apply']['de-ch'] = "Ebenen-Regeln werden angewendet"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-tier_rules_apply']['sv-se'] = "Kunskaps Regler Gäller";
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-tier_rule_wait_second']['de-ch'] = "Wartezeit für Ebenen-Regel in Sekunden"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-tier_rule_wait_second']['sv-se'] = "Kunskaps Regel Väntetid i Seku
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-tier_rule_wait_multiply_level']['de-ch'] = "Regel für Wartezeit-Multiplikator pro Ebene"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskaps Regel Vänteti
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-tier_rule_no_agent_no_wait']['de-ch'] = "Ebenen-Regel kein Agent nicht warten"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskaps Regel Ingen Agent
|
|||
$text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_position']['en-us'] = "Tier Position";
|
||||
$text['label-tier_position']['en-gb'] = "Tier Position";
|
||||
$text['label-tier_position']['ar-eg'] = "";
|
||||
$text['label-tier_position']['de-at'] = "Ebenen-Position"; //copied from de-de
|
||||
$text['label-tier_position']['de-ch'] = "Ebenen-Position"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-tier_position']['sv-se'] = "Kunskaps Position";
|
|||
$text['label-tier_position']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_level']['en-us'] = "Tier Level";
|
||||
$text['label-tier_level']['en-gb'] = "Tier Level";
|
||||
$text['label-tier_level']['ar-eg'] = "";
|
||||
$text['label-tier_level']['de-at'] = "Ebenen-Niveau"; //copied from de-de
|
||||
$text['label-tier_level']['de-ch'] = "Ebenen-Niveau"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-tier_level']['sv-se'] = "Kunskaps Nivå";
|
|||
$text['label-tier_level']['uk-ua'] = "";
|
||||
|
||||
$text['label-system']['en-us'] = "System";
|
||||
$text['label-system']['en-gb'] = "System";
|
||||
$text['label-system']['ar-eg'] = "النظام";
|
||||
$text['label-system']['de-at'] = "System"; //copied from de-de
|
||||
$text['label-system']['de-ch'] = "System"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-system']['sv-se'] = "System";
|
|||
$text['label-system']['uk-ua'] = "";
|
||||
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['en-gb'] = "Strategy";
|
||||
$text['label-strategy']['ar-eg'] = "";
|
||||
$text['label-strategy']['de-at'] = "Strategie"; //copied from de-de
|
||||
$text['label-strategy']['de-ch'] = "Strategie"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-strategy']['sv-se'] = "Strategi";
|
|||
$text['label-strategy']['uk-ua'] = "";
|
||||
|
||||
$text['label-status_change']['en-us'] = "Status Change";
|
||||
$text['label-status_change']['en-gb'] = "Status Change";
|
||||
$text['label-status_change']['ar-eg'] = "";
|
||||
$text['label-status_change']['de-at'] = "Status Änderung"; //copied from de-de
|
||||
$text['label-status_change']['de-ch'] = "Status Änderung"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-status_change']['sv-se'] = "Status Förändra";
|
|||
$text['label-status_change']['uk-ua'] = "";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['en-gb'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "الحالة";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-status']['sv-se'] = "Status";
|
|||
$text['label-status']['uk-ua'] = "";
|
||||
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['en-gb'] = "State";
|
||||
$text['label-state']['ar-eg'] = "";
|
||||
$text['label-state']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-state']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-state']['sv-se'] = "Status";
|
|||
$text['label-state']['uk-ua'] = "";
|
||||
|
||||
$text['label-record_template']['en-us'] = "Record Template";
|
||||
$text['label-record_template']['en-gb'] = "Record Template";
|
||||
$text['label-record_template']['ar-eg'] = "";
|
||||
$text['label-record_template']['de-at'] = "Aufnahme Vorlage"; //copied from de-de
|
||||
$text['label-record_template']['de-ch'] = "Aufnahme Vorlage"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-record_template']['sv-se'] = "Spela In Mall";
|
|||
$text['label-record_template']['uk-ua'] = "";
|
||||
|
||||
$text['label-queue_name']['en-us'] = "Queue Name";
|
||||
$text['label-queue_name']['en-gb'] = "Queue Name";
|
||||
$text['label-queue_name']['ar-eg'] = "اسم الطابور";
|
||||
$text['label-queue_name']['de-at'] = "Warteschlange Name"; //copied from de-de
|
||||
$text['label-queue_name']['de-ch'] = "Warteschlange Name"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-queue_name']['sv-se'] = "Grupp Namn";
|
|||
$text['label-queue_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-queue']['en-us'] = "Queue";
|
||||
$text['label-queue']['en-gb'] = "Queue";
|
||||
$text['label-queue']['ar-eg'] = "طابور";
|
||||
$text['label-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['label-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-queue']['sv-se'] = "Grupp";
|
|||
$text['label-queue']['uk-ua'] = "";
|
||||
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['en-gb'] = "Options";
|
||||
$text['label-options']['ar-eg'] = "";
|
||||
$text['label-options']['de-at'] = "Optionen"; //copied from de-de
|
||||
$text['label-options']['de-ch'] = "Optionen"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-options']['sv-se'] = "Val";
|
|||
$text['label-options']['uk-ua'] = "";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['en-gb'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "رقم";
|
||||
$text['label-number']['de-at'] = "Nummer"; //copied from de-de
|
||||
$text['label-number']['de-ch'] = "Nummer"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-number']['sv-se'] = "Nummer";
|
|||
$text['label-number']['uk-ua'] = "";
|
||||
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['en-gb'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['ar-eg'] = "";
|
||||
$text['label-music_on_hold']['de-at'] = "Wartemusik"; //copied from de-de
|
||||
$text['label-music_on_hold']['de-ch'] = "Wartemusik"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-music_on_hold']['sv-se'] = "Väntmusik";
|
|||
$text['label-music_on_hold']['uk-ua'] = "";
|
||||
|
||||
$text['label-missed']['en-us'] = "Missed";
|
||||
$text['label-missed']['en-gb'] = "Missed";
|
||||
$text['label-missed']['ar-eg'] = "";
|
||||
$text['label-missed']['de-at'] = "Verpasst"; //copied from de-de
|
||||
$text['label-missed']['de-ch'] = "Verpasst"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-missed']['sv-se'] = "Missade";
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-max_wait_time_with_no_agent']['de-ch'] = "Maximale Wartezeit ohne Agent"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid (Ingen Agen
|
|||
$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']['en-gb'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['ar-eg'] = "";
|
||||
$text['label-max_wait_time']['de-at'] = "Maximale Wartezeit"; //copied from de-de
|
||||
$text['label-max_wait_time']['de-ch'] = "Maximale Wartezeit"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['label-max_wait_time']['sv-se'] = "Max Vänt Tid";
|
|||
$text['label-max_wait_time']['uk-ua'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "رقم داخلي";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
|||
$text['label-extension']['uk-ua'] = "";
|
||||
|
||||
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['en-gb'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['ar-eg'] = "";
|
||||
$text['label-eavesdrop']['de-at'] = "Mithören"; //copied from de-de
|
||||
$text['label-eavesdrop']['de-ch'] = "Mithören"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['label-eavesdrop']['sv-se'] = "Medlyssning";
|
|||
$text['label-eavesdrop']['uk-ua'] = "";
|
||||
|
||||
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['en-gb'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['ar-eg'] = "";
|
||||
$text['label-discard_abandoned_after']['de-at'] = "Zurückweisen nach Abwurf"; //copied from de-de
|
||||
$text['label-discard_abandoned_after']['de-ch'] = "Zurückweisen nach Abwurf"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['label-discard_abandoned_after']['sv-se'] = "Uteslut Övergivna Efter ";
|
|||
$text['label-discard_abandoned_after']['uk-ua'] = "";
|
||||
|
||||
$text['label-call']['en-us'] = "Call";
|
||||
$text['label-call']['en-gb'] = "Call";
|
||||
$text['label-call']['ar-eg'] = "";
|
||||
$text['label-call']['de-at'] = "Anruf"; //copied from de-de
|
||||
$text['label-call']['de-ch'] = "Anruf"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['label-call']['sv-se'] = "Samtal";
|
|||
$text['label-call']['uk-ua'] = "";
|
||||
|
||||
$text['label-answered']['en-us'] = "Answered";
|
||||
$text['label-answered']['en-gb'] = "Answered";
|
||||
$text['label-answered']['ar-eg'] = "";
|
||||
$text['label-answered']['de-at'] = "Angenommen"; //copied from de-de
|
||||
$text['label-answered']['de-ch'] = "Angenommen"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['label-answered']['sv-se'] = "Besvarad";
|
|||
$text['label-answered']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['en-gb'] = "Agent";
|
||||
$text['label-agent']['ar-eg'] = "";
|
||||
$text['label-agent']['de-at'] = "Agent"; //copied from de-de
|
||||
$text['label-agent']['de-ch'] = "Agent"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['label-agent']['sv-se'] = "Agent";
|
|||
$text['label-agent']['uk-ua'] = "";
|
||||
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['en-gb'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['ar-eg'] = "";
|
||||
$text['label-abandoned_resume_allowed']['de-at'] = "Wiederaufnahme nach Zurückweisung erlaubt"; //copied from de-de
|
||||
$text['label-abandoned_resume_allowed']['de-ch'] = "Wiederaufnahme nach Zurückweisung erlaubt"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Övergivna Tillå
|
|||
$text['label-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
|
||||
$text['header-agents']['en-us'] = "Agents";
|
||||
$text['header-agents']['en-gb'] = "Agents";
|
||||
$text['header-agents']['ar-eg'] = "";
|
||||
$text['header-agents']['de-at'] = "Agenten"; //copied from de-de
|
||||
$text['header-agents']['de-ch'] = "Agenten"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['header-agents']['sv-se'] = "Agenter";
|
|||
$text['header-agents']['uk-ua'] = "";
|
||||
|
||||
$text['header-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['header-active_call_center']['en-gb'] = "Active Call Center";
|
||||
$text['header-active_call_center']['ar-eg'] = "";
|
||||
$text['header-active_call_center']['de-at'] = "Aktives Callcenter"; //copied from de-de
|
||||
$text['header-active_call_center']['de-ch'] = "Aktives Callcenter"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['header-active_call_center']['sv-se'] = "Aktivt Call Center";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-queue']['de-ch'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten."; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['description-queue']['sv-se'] = "Aktuell lista på köande samtal enligt n
|
|||
$text['description-queue']['uk-ua'] = "";
|
||||
|
||||
$text['description-agents']['en-us'] = "A current list of agents is below.";
|
||||
$text['description-agents']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-agents']['de-ch'] = "Eine aktuelle Liste der Agenten sehen sie unten."; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['description-agents']['sv-se'] = "Aktuell lista på Agenter enligt nedan";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-active_call_center']['de-ch'] = "Wählen Sie eine Callcenter-Warteschlange aus der Liste unten um die Aktivität zu beobachten."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Call Center";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Callcenter";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Queues for managing inbound calls and routing those calls to available agents.";
|
||||
$apps[$x]['description']['en-gb'] = "Queues for managing inbound calls and routing those calls to available agents.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 27th of September 2017 01:41:51 PM UTC
|
||||
|
||||
$text['title-call_centers']['en-us'] = "Call Center";
|
||||
$text['title-call_centers']['en-gb'] = "Call Center";
|
||||
$text['title-call_centers']['ar-eg'] = "";
|
||||
$text['title-call_centers']['de-at'] = "Callcenter"; //copied from de-de
|
||||
$text['title-call_centers']['de-ch'] = "Callcenter"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-call_centers']['sv-se'] = "Call Center";
|
|||
$text['title-call_centers']['uk-ua'] = "Кол-центр";
|
||||
|
||||
$text['title-call_center_tier_edit']['en-us'] = "Call Center Tier";
|
||||
$text['title-call_center_tier_edit']['en-gb'] = "Call Center Tier";
|
||||
$text['title-call_center_tier_edit']['ar-eg'] = "";
|
||||
$text['title-call_center_tier_edit']['de-at'] = "Callcenter Ebene"; //copied from de-de
|
||||
$text['title-call_center_tier_edit']['de-ch'] = "Callcenter Ebene"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
|
|||
$text['title-call_center_tier_edit']['uk-ua'] = "Рівень кол-центра";
|
||||
|
||||
$text['title-call_center_queues_edit']['en-us'] = "Edit Call Center Queue";
|
||||
$text['title-call_center_queues_edit']['en-gb'] = "Edit Call Center Queue";
|
||||
$text['title-call_center_queues_edit']['ar-eg'] = "";
|
||||
$text['title-call_center_queues_edit']['de-at'] = "Callcenter Warteschlange bearbeiten"; //copied from de-de
|
||||
$text['title-call_center_queues_edit']['de-ch'] = "Callcenter Warteschlange bearbeiten"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['title-call_center_queues_edit']['sv-se'] = "Ändra Call Center Kö";
|
|||
$text['title-call_center_queues_edit']['uk-ua'] = "";
|
||||
|
||||
$text['title-call_center_queues_add']['en-us'] = "Add Call Center Queue";
|
||||
$text['title-call_center_queues_add']['en-gb'] = "Add Call Center Queue";
|
||||
$text['title-call_center_queues_add']['ar-eg'] = "";
|
||||
$text['title-call_center_queues_add']['de-at'] = "Callcenter Warteschalange hinzufügen"; //copied from de-de
|
||||
$text['title-call_center_queues_add']['de-ch'] = "Callcenter Warteschalange hinzufügen"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['title-call_center_queues_add']['sv-se'] = "Lägg till Call Center Kö";
|
|||
$text['title-call_center_queues_add']['uk-ua'] = "";
|
||||
|
||||
$text['title-call_center_queues']['en-us'] = "Call Center Queues";
|
||||
$text['title-call_center_queues']['en-gb'] = "Call Center Queues";
|
||||
$text['title-call_center_queues']['ar-eg'] = "";
|
||||
$text['title-call_center_queues']['de-at'] = "Callcenter Warteschlangen"; //copied from de-de
|
||||
$text['title-call_center_queues']['de-ch'] = "Callcenter Warteschlangen"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['title-call_center_queues']['sv-se'] = "Call Center Kö:er";
|
|||
$text['title-call_center_queues']['uk-ua'] = "Черги кол-центра";
|
||||
|
||||
$text['title-call_center_queue_edit']['en-us'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_edit']['en-gb'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_edit']['ar-eg'] = "";
|
||||
$text['title-call_center_queue_edit']['de-at'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
$text['title-call_center_queue_edit']['de-ch'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['title-call_center_queue_edit']['sv-se'] = "Call Center Kö";
|
|||
$text['title-call_center_queue_edit']['uk-ua'] = "Черга кол-центра";
|
||||
|
||||
$text['title-call_center_queue_add']['en-us'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_add']['en-gb'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_add']['ar-eg'] = "";
|
||||
$text['title-call_center_queue_add']['de-at'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
$text['title-call_center_queue_add']['de-ch'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['title-call_center_queue_add']['sv-se'] = "Call Center Kö";
|
|||
$text['title-call_center_queue_add']['uk-ua'] = "Черга кол-центра";
|
||||
|
||||
$text['title-call_center_agents']['en-us'] = "Call Center Agents";
|
||||
$text['title-call_center_agents']['en-gb'] = "Call Center Agents";
|
||||
$text['title-call_center_agents']['ar-eg'] = "";
|
||||
$text['title-call_center_agents']['de-at'] = "Callcenter Agenten"; //copied from de-de
|
||||
$text['title-call_center_agents']['de-ch'] = "Callcenter Agenten"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['title-call_center_agents']['sv-se'] = "Call Center Agenter";
|
|||
$text['title-call_center_agents']['uk-ua'] = "Оператори кол-центра";
|
||||
|
||||
$text['title-call_center_agent_status']['en-us'] = "Call Center Agent Status";
|
||||
$text['title-call_center_agent_status']['en-gb'] = "Call Center Agent Status";
|
||||
$text['title-call_center_agent_status']['ar-eg'] = "";
|
||||
$text['title-call_center_agent_status']['de-at'] = "Callcenter Agenten Status"; //copied from de-de
|
||||
$text['title-call_center_agent_status']['de-ch'] = "Callcenter Agenten Status"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['title-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
|
|||
$text['title-call_center_agent_status']['uk-ua'] = "Статус оператора кол-центра";
|
||||
|
||||
$text['title-call_center_agent_edit']['en-us'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_edit']['en-gb'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_edit']['ar-eg'] = "";
|
||||
$text['title-call_center_agent_edit']['de-at'] = "Callcenter Agenten"; //copied from de-de
|
||||
$text['title-call_center_agent_edit']['de-ch'] = "Callcenter Agenten"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['title-call_center_agent_edit']['sv-se'] = "Call Center Agent";
|
|||
$text['title-call_center_agent_edit']['uk-ua'] = "Оператор кол-центра";
|
||||
|
||||
$text['title-call_center_agent_add']['en-us'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_add']['en-gb'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_add']['ar-eg'] = "";
|
||||
$text['title-call_center_agent_add']['de-at'] = "Callcenter Agenten"; //copied from de-de
|
||||
$text['title-call_center_agent_add']['de-ch'] = "Callcenter Agenten"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['title-call_center_agent_add']['sv-se'] = "Call Center Agent";
|
|||
$text['title-call_center_agent_add']['uk-ua'] = "Оператор кол-центра";
|
||||
|
||||
$text['title-call_center']['en-us'] = "Call Center";
|
||||
$text['title-call_center']['en-gb'] = "Call Center";
|
||||
$text['title-call_center']['ar-eg'] = "";
|
||||
$text['title-call_center']['de-at'] = "Callcenter"; //copied from de-de
|
||||
$text['title-call_center']['de-ch'] = "Callcenter"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['title-call_center']['sv-se'] = "Call Center";
|
|||
$text['title-call_center']['uk-ua'] = "Кол-центр";
|
||||
|
||||
$text['option-usring']['en-us'] = "us-ring";
|
||||
$text['option-usring']['en-gb'] = "us-ring";
|
||||
$text['option-usring']['ar-eg'] = "";
|
||||
$text['option-usring']['de-at'] = "us-ring"; //copied from de-de
|
||||
$text['option-usring']['de-ch'] = "us-ring"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['option-usring']['sv-se'] = "us-ring";
|
|||
$text['option-usring']['uk-ua'] = "us-ring";
|
||||
|
||||
$text['option-ukring']['en-us'] = "uk-ring";
|
||||
$text['option-ukring']['en-gb'] = "uk-ring";
|
||||
$text['option-ukring']['ar-eg'] = "";
|
||||
$text['option-ukring']['de-at'] = "uk-ring"; //copied from de-de
|
||||
$text['option-ukring']['de-ch'] = "uk-ring"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['option-ukring']['sv-se'] = "uk-ring";
|
|||
$text['option-ukring']['uk-ua'] = "uk-ring";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['en-gb'] = "True";
|
||||
$text['option-true']['ar-eg'] = "";
|
||||
$text['option-true']['de-at'] = "Ein"; //copied from de-de
|
||||
$text['option-true']['de-ch'] = "Ein"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['option-true']['sv-se'] = "Sann";
|
|||
$text['option-true']['uk-ua'] = "Так";
|
||||
|
||||
$text['option-top_down']['en-us'] = "Top Down";
|
||||
$text['option-top_down']['en-gb'] = "Top Down";
|
||||
$text['option-top_down']['ar-eg'] = "";
|
||||
$text['option-top_down']['de-at'] = "Absteigend"; //copied from de-de
|
||||
$text['option-top_down']['de-ch'] = "Absteigend"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['option-top_down']['sv-se'] = "Uppifrån Ned";
|
|||
$text['option-top_down']['uk-ua'] = "";
|
||||
|
||||
$text['option-system']['en-us'] = "System";
|
||||
$text['option-system']['en-gb'] = "System";
|
||||
$text['option-system']['ar-eg'] = "";
|
||||
$text['option-system']['de-at'] = "System"; //copied from de-de
|
||||
$text['option-system']['de-ch'] = "System"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['option-system']['sv-se'] = "System";
|
|||
$text['option-system']['uk-ua'] = "Система";
|
||||
|
||||
$text['option-sequentially_by_next_agent_order']['en-us'] = "Sequentially By Next Agent Order";
|
||||
$text['option-sequentially_by_next_agent_order']['en-gb'] = "Sequentially By Next Agent Order";
|
||||
$text['option-sequentially_by_next_agent_order']['ar-eg'] = "";
|
||||
$text['option-sequentially_by_next_agent_order']['de-at'] = "Sequentielle Anordnung nächster Agent"; //copied from de-de
|
||||
$text['option-sequentially_by_next_agent_order']['de-ch'] = "Sequentielle Anordnung nächster Agent"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['option-sequentially_by_next_agent_order']['sv-se'] = "Sekventiellt genom
|
|||
$text['option-sequentially_by_next_agent_order']['uk-ua'] = "Послідовно до наступного оператора за порядком";
|
||||
|
||||
$text['option-sequentially_by_agent_order']['en-us'] = "Sequentially By Agent Order";
|
||||
$text['option-sequentially_by_agent_order']['en-gb'] = "Sequentially By Agent Order";
|
||||
$text['option-sequentially_by_agent_order']['ar-eg'] = "";
|
||||
$text['option-sequentially_by_agent_order']['de-at'] = "Sequentielle Reihung nach Agenten";
|
||||
$text['option-sequentially_by_agent_order']['de-ch'] = "Sequentielle Anordnung nach Agenten"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['option-sequentially_by_agent_order']['sv-se'] = "Sekventiellt genom Agent
|
|||
$text['option-sequentially_by_agent_order']['uk-ua'] = "";
|
||||
|
||||
$text['option-rsring']['en-us'] = "rs-ring";
|
||||
$text['option-rsring']['en-gb'] = "rs-ring";
|
||||
$text['option-rsring']['ar-eg'] = "";
|
||||
$text['option-rsring']['de-at'] = "rs-ring"; //copied from de-de
|
||||
$text['option-rsring']['de-ch'] = "rs-ring"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['option-rsring']['sv-se'] = "rs-ring";
|
|||
$text['option-rsring']['uk-ua'] = "rs-ring";
|
||||
|
||||
$text['option-round_robin']['en-us'] = "Round Robin";
|
||||
$text['option-round_robin']['en-gb'] = "Round Robin";
|
||||
$text['option-round_robin']['ar-eg'] = "";
|
||||
$text['option-round_robin']['de-at'] = "Ringverteilung"; //copied from de-de
|
||||
$text['option-round_robin']['de-ch'] = "Ringverteilung"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['option-round_robin']['sv-se'] = "Round Robin (Cirkulär)";
|
|||
$text['option-round_robin']['uk-ua'] = "";
|
||||
|
||||
$text['option-ring_all']['en-us'] = "Ring All";
|
||||
$text['option-ring_all']['en-gb'] = "Ring All";
|
||||
$text['option-ring_all']['ar-eg'] = "";
|
||||
$text['option-ring_all']['de-at'] = "Alle läuten"; //copied from de-de
|
||||
$text['option-ring_all']['de-ch'] = "Alle läuten"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['option-ring_all']['sv-se'] = "Ring på Alla";
|
|||
$text['option-ring_all']['uk-ua'] = "Дзвонити всім";
|
||||
|
||||
$text['option-random']['en-us'] = "Random";
|
||||
$text['option-random']['en-gb'] = "Random";
|
||||
$text['option-random']['ar-eg'] = "";
|
||||
$text['option-random']['de-at'] = "Zufallsprinzip"; //copied from de-de
|
||||
$text['option-random']['de-ch'] = "Zufallsprinzip"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['option-random']['sv-se'] = "Slumpvis";
|
|||
$text['option-random']['uk-ua'] = "Випадково";
|
||||
|
||||
$text['option-queue']['en-us'] = "Queue";
|
||||
$text['option-queue']['en-gb'] = "Queue";
|
||||
$text['option-queue']['ar-eg'] = "";
|
||||
$text['option-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['option-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['option-queue']['sv-se'] = "Kö";
|
|||
$text['option-queue']['uk-ua'] = "Черга";
|
||||
|
||||
$text['option-ptring']['en-us'] = "pt-ring";
|
||||
$text['option-ptring']['en-gb'] = "pt-ring";
|
||||
$text['option-ptring']['ar-eg'] = "";
|
||||
$text['option-ptring']['de-at'] = "pt-ring"; //copied from de-de
|
||||
$text['option-ptring']['de-ch'] = "pt-ring"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['option-ptring']['sv-se'] = "pt-ring";
|
|||
$text['option-ptring']['uk-ua'] = "pt-ring";
|
||||
|
||||
$text['option-on_break']['en-us'] = "On Break";
|
||||
$text['option-on_break']['en-gb'] = "On Break";
|
||||
$text['option-on_break']['ar-eg'] = "";
|
||||
$text['option-on_break']['de-at'] = "In Pause"; //copied from de-de
|
||||
$text['option-on_break']['de-ch'] = "In Pause"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['option-on_break']['sv-se'] = "På Rast";
|
|||
$text['option-on_break']['uk-ua'] = "На перерві";
|
||||
|
||||
$text['option-no_change']['en-us'] = "No Change";
|
||||
$text['option-no_change']['en-gb'] = "No Change";
|
||||
$text['option-no_change']['ar-eg'] = "";
|
||||
$text['option-no_change']['de-at'] = "Keine Änderung"; //copied from de-de
|
||||
$text['option-no_change']['de-ch'] = "Keine Änderung"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['option-no_change']['sv-se'] = "Ingen Förändring";
|
|||
$text['option-no_change']['uk-ua'] = "Без змін";
|
||||
|
||||
$text['option-longest_idle_agent']['en-us'] = "Longest Idle Agent";
|
||||
$text['option-longest_idle_agent']['en-gb'] = "Longest Idle Agent";
|
||||
$text['option-longest_idle_agent']['ar-eg'] = "";
|
||||
$text['option-longest_idle_agent']['de-at'] = "Agent mit der höchsten Wartezeit"; //copied from de-de
|
||||
$text['option-longest_idle_agent']['de-ch'] = "Agent mit der höchsten Wartezeit"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['option-longest_idle_agent']['sv-se'] = "Agent Längst Ledig";
|
|||
$text['option-longest_idle_agent']['uk-ua'] = "";
|
||||
|
||||
$text['option-logged_out']['en-us'] = "Logged Out";
|
||||
$text['option-logged_out']['en-gb'] = "Logged Out";
|
||||
$text['option-logged_out']['ar-eg'] = "";
|
||||
$text['option-logged_out']['de-at'] = "Abgemeldet"; //copied from de-de
|
||||
$text['option-logged_out']['de-ch'] = "Abgemeldet"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['option-logged_out']['sv-se'] = "Utloggad";
|
|||
$text['option-logged_out']['uk-ua'] = "Вийшов";
|
||||
|
||||
$text['option-itring']['en-us'] = "it-ring";
|
||||
$text['option-itring']['en-gb'] = "it-ring";
|
||||
$text['option-itring']['ar-eg'] = "";
|
||||
$text['option-itring']['de-at'] = "it-ring"; //copied from de-de
|
||||
$text['option-itring']['de-ch'] = "it-ring"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['option-itring']['sv-se'] = "it-ring";
|
|||
$text['option-itring']['uk-ua'] = "it-ring";
|
||||
|
||||
$text['option-frring']['en-us'] = "fr-ring";
|
||||
$text['option-frring']['en-gb'] = "fr-ring";
|
||||
$text['option-frring']['ar-eg'] = "";
|
||||
$text['option-frring']['de-at'] = "fr-ring"; //copied from de-de
|
||||
$text['option-frring']['de-ch'] = "fr-ring"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['option-frring']['sv-se'] = "fr-ring";
|
|||
$text['option-frring']['uk-ua'] = "fr-ring";
|
||||
|
||||
$text['option-dering']['en-us'] = "de-ring";
|
||||
$text['option-dering']['en-gb'] = "de-ring";
|
||||
$text['option-dering']['ar-eg'] = "";
|
||||
$text['option-dering']['de-at'] = "de-ring"; //copied from de-de
|
||||
$text['option-dering']['de-ch'] = "de-ring"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['option-dering']['sv-se'] = "de-ring";
|
|||
$text['option-dering']['uk-ua'] = "de-ring";
|
||||
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['en-gb'] = "False";
|
||||
$text['option-false']['ar-eg'] = "";
|
||||
$text['option-false']['de-at'] = "Aus"; //copied from de-de
|
||||
$text['option-false']['de-ch'] = "Aus"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['option-false']['sv-se'] = "Falsk";
|
|||
$text['option-false']['uk-ua'] = "Ні";
|
||||
|
||||
$text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
|
||||
$text['option-do_not_disturb']['en-gb'] = "Do Not Disturb";
|
||||
$text['option-do_not_disturb']['ar-eg'] = "";
|
||||
$text['option-do_not_disturb']['de-at'] = "Bitte nicht stören"; //copied from de-de
|
||||
$text['option-do_not_disturb']['de-ch'] = "Bitte nicht stören"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['option-do_not_disturb']['sv-se'] = "Stör Ej";
|
|||
$text['option-do_not_disturb']['uk-ua'] = "Не турбувати";
|
||||
|
||||
$text['option-available_on_demand']['en-us'] = "Available (On Demand)";
|
||||
$text['option-available_on_demand']['en-gb'] = "Available (On Demand)";
|
||||
$text['option-available_on_demand']['ar-eg'] = "";
|
||||
$text['option-available_on_demand']['de-at'] = "Verfügbar (auf Anfrage)"; //copied from de-de
|
||||
$text['option-available_on_demand']['de-ch'] = "Verfügbar (auf Anfrage)"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
|
|||
$text['option-available_on_demand']['uk-ua'] = "Доступний (на вимогу)";
|
||||
|
||||
$text['option-available']['en-us'] = "Available";
|
||||
$text['option-available']['en-gb'] = "Available";
|
||||
$text['option-available']['ar-eg'] = "";
|
||||
$text['option-available']['de-at'] = "Verfügbar"; //copied from de-de
|
||||
$text['option-available']['de-ch'] = "Verfügbar"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['option-available']['sv-se'] = "Tillgänglig";
|
|||
$text['option-available']['uk-ua'] = "Доступний";
|
||||
|
||||
$text['option-agent_with_least_talk_time']['en-us'] = "Agent With Least Talk Time";
|
||||
$text['option-agent_with_least_talk_time']['en-gb'] = "Agent With Least Talk Time";
|
||||
$text['option-agent_with_least_talk_time']['ar-eg'] = "";
|
||||
$text['option-agent_with_least_talk_time']['de-at'] = "Agent mit geringster Sprechzeit"; //copied from de-de
|
||||
$text['option-agent_with_least_talk_time']['de-ch'] = "Agent mit geringster Sprechzeit"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['option-agent_with_least_talk_time']['sv-se'] = "Agent med minst taltid";
|
|||
$text['option-agent_with_least_talk_time']['uk-ua'] = "Оператор з найменшим часом розмови";
|
||||
|
||||
$text['option-agent_with_fewest_calls']['en-us'] = "Agent With Fewest Calls";
|
||||
$text['option-agent_with_fewest_calls']['en-gb'] = "Agent With Fewest Calls";
|
||||
$text['option-agent_with_fewest_calls']['ar-eg'] = "";
|
||||
$text['option-agent_with_fewest_calls']['de-at'] = "Agent mit wenigsten Anrufen"; //copied from de-de
|
||||
$text['option-agent_with_fewest_calls']['de-ch'] = "Agent mit wenigsten Anrufen"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['option-agent_with_fewest_calls']['sv-se'] = "Agent med minst antal samtal
|
|||
$text['option-agent_with_fewest_calls']['uk-ua'] = "Оператор з найменшою кількістю дзвінків";
|
||||
|
||||
$text['message-maximum_queues']['en-us'] = "Maximum Queues:";
|
||||
$text['message-maximum_queues']['en-gb'] = "Maximum Queues:";
|
||||
$text['message-maximum_queues']['ar-eg'] = "";
|
||||
$text['message-maximum_queues']['de-at'] = "Maximale Anzahl Warteschlangen:"; //copied from de-de
|
||||
$text['message-maximum_queues']['de-ch'] = "Maximale Anzahl Warteschlangen:"; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['message-maximum_queues']['sv-se'] = "Max Antal Kö:er:";
|
|||
$text['message-maximum_queues']['uk-ua'] = "Максимальна кількість черг:";
|
||||
|
||||
$text['message-duplicate_agent_id']['en-us'] = "Duplicate Agent ID Detected";
|
||||
$text['message-duplicate_agent_id']['en-gb'] = "Duplicate Agent ID Detected";
|
||||
$text['message-duplicate_agent_id']['ar-eg'] = "";
|
||||
$text['message-duplicate_agent_id']['de-at'] = "Agenten ID bereits vorhanden"; //copied from de-de
|
||||
$text['message-duplicate_agent_id']['de-ch'] = "Agenten ID bereits vorhanden"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['message-duplicate_agent_id']['sv-se'] = "Duplicate Agent-ID Funnet";
|
|||
$text['message-duplicate_agent_id']['uk-ua'] = "Повторювані Ідентифікатор агента Виявлено";
|
||||
|
||||
$text['label-wrap_up_time']['en-us'] = "Wrap Up Time";
|
||||
$text['label-wrap_up_time']['en-gb'] = "Wrap Up Time";
|
||||
$text['label-wrap_up_time']['ar-eg'] = "";
|
||||
$text['label-wrap_up_time']['de-at'] = "Nachbereitungszeit"; //copied from de-de
|
||||
$text['label-wrap_up_time']['de-ch'] = "Nachbereitungszeit"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['label-wrap_up_time']['sv-se'] = "'Wrap Up' Tid";
|
|||
$text['label-wrap_up_time']['uk-ua'] = "";
|
||||
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['en-gb'] = "Type";
|
||||
$text['label-type']['ar-eg'] = "";
|
||||
$text['label-type']['de-at'] = "Typ"; //copied from de-de
|
||||
$text['label-type']['de-ch'] = "Typ"; //copied from de-de
|
||||
|
|
@ -842,6 +884,7 @@ $text['label-type']['sv-se'] = "Typ";
|
|||
$text['label-type']['uk-ua'] = "Тип";
|
||||
|
||||
$text['label-timeout_action']['en-us'] = "Timeout Action";
|
||||
$text['label-timeout_action']['en-gb'] = "Timeout Action";
|
||||
$text['label-timeout_action']['ar-eg'] = "";
|
||||
$text['label-timeout_action']['de-at'] = "Aktion bei Zeitüberschreitung"; //copied from de-de
|
||||
$text['label-timeout_action']['de-ch'] = "Aktion bei Zeitüberschreitung"; //copied from de-de
|
||||
|
|
@ -862,6 +905,7 @@ $text['label-timeout_action']['sv-se'] = "Timeout Åtgärd";
|
|||
$text['label-timeout_action']['uk-ua'] = "";
|
||||
|
||||
$text['label-time_base_score']['en-us'] = "Time Base Score";
|
||||
$text['label-time_base_score']['en-gb'] = "Time Base Score";
|
||||
$text['label-time_base_score']['ar-eg'] = "";
|
||||
$text['label-time_base_score']['de-at'] = "Zeitgeber für Klassifikation"; //copied from de-de
|
||||
$text['label-time_base_score']['de-ch'] = "Zeitgeber für Klassifikation"; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['label-time_base_score']['sv-se'] = "Tidsbaserat Resultat";
|
|||
$text['label-time_base_score']['uk-ua'] = "";
|
||||
|
||||
$text['label-tiers']['en-us'] = "Tiers";
|
||||
$text['label-tiers']['en-gb'] = "Tiers";
|
||||
$text['label-tiers']['ar-eg'] = "";
|
||||
$text['label-tiers']['de-at'] = "Ebenen"; //copied from de-de
|
||||
$text['label-tiers']['de-ch'] = "Ebenen"; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['label-tiers']['sv-se'] = "Kunskap";
|
|||
$text['label-tiers']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['en-gb'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['ar-eg'] = "";
|
||||
$text['label-tier_rules_apply']['de-at'] = "Ebenen-Regeln werden angewendet"; //copied from de-de
|
||||
$text['label-tier_rules_apply']['de-ch'] = "Ebenen-Regeln werden angewendet"; //copied from de-de
|
||||
|
|
@ -922,6 +968,7 @@ $text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller";
|
|||
$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']['en-gb'] = "Tier Rule Wait Second";
|
||||
$text['label-tier_rule_wait_second']['ar-eg'] = "";
|
||||
$text['label-tier_rule_wait_second']['de-at'] = "Ebenen-Regel Wartezeit"; //copied from de-de
|
||||
$text['label-tier_rule_wait_second']['de-ch'] = "Ebenen-Regel Wartezeit"; //copied from de-de
|
||||
|
|
@ -942,6 +989,7 @@ $text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekun
|
|||
$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']['en-gb'] = "Tier Rule Wait Multiply Level";
|
||||
$text['label-tier_rule_wait_multiply_level']['ar-eg'] = "";
|
||||
$text['label-tier_rule_wait_multiply_level']['de-at'] = "Multiplikator für die Ebenen-Regel Wartezeit"; //copied from de-de
|
||||
$text['label-tier_rule_wait_multiply_level']['de-ch'] = "Multiplikator für die Ebenen-Regel Wartezeit"; //copied from de-de
|
||||
|
|
@ -962,6 +1010,7 @@ $text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-tier_rule_no_agent_no_wait']['de-ch'] = "Ebenen-Regel kein Agent nicht warten"; //copied from de-de
|
||||
|
|
@ -982,6 +1031,7 @@ $text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskap Regel Ingen Agent
|
|||
$text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_position']['en-us'] = "Tier Position";
|
||||
$text['label-tier_position']['en-gb'] = "Tier Position";
|
||||
$text['label-tier_position']['ar-eg'] = "";
|
||||
$text['label-tier_position']['de-at'] = "Ebenen-Position"; //copied from de-de
|
||||
$text['label-tier_position']['de-ch'] = "Ebenen-Position"; //copied from de-de
|
||||
|
|
@ -1002,6 +1052,7 @@ $text['label-tier_position']['sv-se'] = "Kunskap Position";
|
|||
$text['label-tier_position']['uk-ua'] = "";
|
||||
|
||||
$text['label-tier_level']['en-us'] = "Tier Level";
|
||||
$text['label-tier_level']['en-gb'] = "Tier Level";
|
||||
$text['label-tier_level']['ar-eg'] = "";
|
||||
$text['label-tier_level']['de-at'] = "Ebenen-Niveau"; //copied from de-de
|
||||
$text['label-tier_level']['de-ch'] = "Ebenen-Niveau"; //copied from de-de
|
||||
|
|
@ -1022,6 +1073,7 @@ $text['label-tier_level']['sv-se'] = "Kunskap Nivå";
|
|||
$text['label-tier_level']['uk-ua'] = "";
|
||||
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['en-gb'] = "Strategy";
|
||||
$text['label-strategy']['ar-eg'] = "";
|
||||
$text['label-strategy']['de-at'] = "Strategie"; //copied from de-de
|
||||
$text['label-strategy']['de-ch'] = "Strategie"; //copied from de-de
|
||||
|
|
@ -1042,6 +1094,7 @@ $text['label-strategy']['sv-se'] = "Strategi";
|
|||
$text['label-strategy']['uk-ua'] = "";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['en-gb'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -1062,6 +1115,7 @@ $text['label-status']['sv-se'] = "Status";
|
|||
$text['label-status']['uk-ua'] = "Статус";
|
||||
|
||||
$text['label-reject_delay_time']['en-us'] = "Reject Delay Time";
|
||||
$text['label-reject_delay_time']['en-gb'] = "Reject Delay Time";
|
||||
$text['label-reject_delay_time']['ar-eg'] = "";
|
||||
$text['label-reject_delay_time']['de-at'] = "Zeitverzögerung für Zeitüberschreitung"; //copied from de-de
|
||||
$text['label-reject_delay_time']['de-ch'] = "Zeitverzögerung für Zeitüberschreitung"; //copied from de-de
|
||||
|
|
@ -1082,6 +1136,7 @@ $text['label-reject_delay_time']['sv-se'] = "Fördröjning vid Neka";
|
|||
$text['label-reject_delay_time']['uk-ua'] = "";
|
||||
|
||||
$text['label-record_template']['en-us'] = "Record";
|
||||
$text['label-record_template']['en-gb'] = "Record";
|
||||
$text['label-record_template']['ar-eg'] = "";
|
||||
$text['label-record_template']['de-at'] = "Aufnehmen"; //copied from de-de
|
||||
$text['label-record_template']['de-ch'] = "Aufnehmen"; //copied from de-de
|
||||
|
|
@ -1102,6 +1157,7 @@ $text['label-record_template']['sv-se'] = "Spela In";
|
|||
$text['label-record_template']['uk-ua'] = "Запис";
|
||||
|
||||
$text['label-queue']['en-us'] = "Queue";
|
||||
$text['label-queue']['en-gb'] = "Queue";
|
||||
$text['label-queue']['ar-eg'] = "طابور";
|
||||
$text['label-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['label-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
|
|
@ -1122,6 +1178,7 @@ $text['label-queue']['sv-se'] = "Grupp";
|
|||
$text['label-queue']['uk-ua'] = "";
|
||||
|
||||
$text['label-queues']['en-us'] = "Queues";
|
||||
$text['label-queues']['en-gb'] = "Queues";
|
||||
$text['label-queues']['ar-eg'] = "";
|
||||
$text['label-queues']['de-at'] = "Warteschlangen"; //copied from de-de
|
||||
$text['label-queues']['de-ch'] = "Warteschlangen"; //copied from de-de
|
||||
|
|
@ -1142,6 +1199,7 @@ $text['label-queues']['sv-se'] = "Kö:er";
|
|||
$text['label-queues']['uk-ua'] = "";
|
||||
|
||||
$text['label-queue_name']['en-us'] = "Queue Name";
|
||||
$text['label-queue_name']['en-gb'] = "Queue Name";
|
||||
$text['label-queue_name']['ar-eg'] = "";
|
||||
$text['label-queue_name']['de-at'] = "Name der Warteschlange"; //copied from de-de
|
||||
$text['label-queue_name']['de-ch'] = "Name der Warteschlange"; //copied from de-de
|
||||
|
|
@ -1162,6 +1220,7 @@ $text['label-queue_name']['sv-se'] = "Kö Namn";
|
|||
$text['label-queue_name']['uk-ua'] = "Назва черги";
|
||||
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['en-gb'] = "Options";
|
||||
$text['label-options']['ar-eg'] = "";
|
||||
$text['label-options']['de-at'] = "Optionen"; //copied from de-de
|
||||
$text['label-options']['de-ch'] = "Optionen"; //copied from de-de
|
||||
|
|
@ -1182,6 +1241,7 @@ $text['label-options']['sv-se'] = "Val";
|
|||
$text['label-options']['uk-ua'] = "Параметри";
|
||||
|
||||
$text['label-no_answer_delay_time']['en-us'] = "No Answer Delay Time";
|
||||
$text['label-no_answer_delay_time']['en-gb'] = "No Answer Delay Time";
|
||||
$text['label-no_answer_delay_time']['ar-eg'] = "";
|
||||
$text['label-no_answer_delay_time']['de-at'] = "Verzögerung für keine Antwort"; //copied from de-de
|
||||
$text['label-no_answer_delay_time']['de-ch'] = "Verzögerung für keine Antwort"; //copied from de-de
|
||||
|
|
@ -1202,6 +1262,7 @@ $text['label-no_answer_delay_time']['sv-se'] = "Fördröjning vid ej svar";
|
|||
$text['label-no_answer_delay_time']['uk-ua'] = "";
|
||||
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['en-gb'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['ar-eg'] = "";
|
||||
$text['label-music_on_hold']['de-at'] = "Wartemusik"; //copied from de-de
|
||||
$text['label-music_on_hold']['de-ch'] = "Wartemusik"; //copied from de-de
|
||||
|
|
@ -1222,6 +1283,7 @@ $text['label-music_on_hold']['sv-se'] = "Väntmusik";
|
|||
$text['label-music_on_hold']['uk-ua'] = "Мелодія на утримуванні";
|
||||
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['en-us'] = "Max Wait Time with No Agent Time Reached";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['en-gb'] = "Max Wait Time with No Agent Time Reached";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['ar-eg'] = "";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['de-at'] = "Maximale Wartezeit ohne Agent erreicht"; //copied from de-de
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['de-ch'] = "Maximale Wartezeit ohne Agent erreicht"; //copied from de-de
|
||||
|
|
@ -1242,6 +1304,7 @@ $text['label-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Tidsgräns f
|
|||
$text['label-max_wait_time_with_no_agent_time_reached']['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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-max_wait_time_with_no_agent']['de-ch'] = "Maximale Wartezeit ohne Agent"; //copied from de-de
|
||||
|
|
@ -1262,6 +1325,7 @@ $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'] = "Максимальний час очікування без оператора";
|
||||
|
||||
$text['label-max_wait_time']['en-us'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['en-gb'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['ar-eg'] = "";
|
||||
$text['label-max_wait_time']['de-at'] = "Maximale Wartezeit"; //copied from de-de
|
||||
$text['label-max_wait_time']['de-ch'] = "Maximale Wartezeit"; //copied from de-de
|
||||
|
|
@ -1282,6 +1346,7 @@ $text['label-max_wait_time']['sv-se'] = "Max Vänt Tid";
|
|||
$text['label-max_wait_time']['uk-ua'] = "Максимальний час очікування";
|
||||
|
||||
$text['label-max_no_answer']['en-us'] = "Max No Answer";
|
||||
$text['label-max_no_answer']['en-gb'] = "Max No Answer";
|
||||
$text['label-max_no_answer']['ar-eg'] = "";
|
||||
$text['label-max_no_answer']['de-at'] = "Max keine Antwort"; //copied from de-de
|
||||
$text['label-max_no_answer']['de-ch'] = "Max keine Antwort"; //copied from de-de
|
||||
|
|
@ -1302,6 +1367,7 @@ $text['label-max_no_answer']['sv-se'] = "Max Inget Svar";
|
|||
$text['label-max_no_answer']['uk-ua'] = "Максимальний час без відповіді";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -1322,6 +1388,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
|||
$text['label-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
|
||||
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['en-gb'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['ar-eg'] = "";
|
||||
$text['label-discard_abandoned_after']['de-at'] = "Zurückweisen nach Zeitüberschreitung"; //copied from de-de
|
||||
$text['label-discard_abandoned_after']['de-ch'] = "Zurückweisen nach Zeitüberschreitung"; //copied from de-de
|
||||
|
|
@ -1342,6 +1409,7 @@ $text['label-discard_abandoned_after']['sv-se'] = "Uteslut Ej Besvarat Efter";
|
|||
$text['label-discard_abandoned_after']['uk-ua'] = "";
|
||||
|
||||
$text['label-default_status']['en-us'] = "Default Status";
|
||||
$text['label-default_status']['en-gb'] = "Default Status";
|
||||
$text['label-default_status']['ar-eg'] = "";
|
||||
$text['label-default_status']['de-at'] = "Standardzustand"; //copied from de-de
|
||||
$text['label-default_status']['de-ch'] = "Standardzustand"; //copied from de-de
|
||||
|
|
@ -1362,6 +1430,7 @@ $text['label-default_status']['sv-se'] = "i förväg fastställda status";
|
|||
$text['label-default_status']['uk-ua'] = "Статус за замовчуванням";
|
||||
|
||||
$text['label-contact']['en-us'] = "Contact";
|
||||
$text['label-contact']['en-gb'] = "Contact";
|
||||
$text['label-contact']['ar-eg'] = "";
|
||||
$text['label-contact']['de-at'] = "Kontakt"; //copied from de-de
|
||||
$text['label-contact']['de-ch'] = "Kontakt"; //copied from de-de
|
||||
|
|
@ -1382,6 +1451,7 @@ $text['label-contact']['sv-se'] = "Kontakt";
|
|||
$text['label-contact']['uk-ua'] = "Контакт";
|
||||
|
||||
$text['label-caller_id_name_prefix']['en-us'] = "Caller ID Name Prefix";
|
||||
$text['label-caller_id_name_prefix']['en-gb'] = "Caller ID Name Prefix";
|
||||
$text['label-caller_id_name_prefix']['ar-eg'] = "";
|
||||
$text['label-caller_id_name_prefix']['de-at'] = "Anruferkennung (Name) Prefix"; //copied from de-de
|
||||
$text['label-caller_id_name_prefix']['de-ch'] = "Anruferkennung (Name) Prefix"; //copied from de-de
|
||||
|
|
@ -1402,6 +1472,7 @@ $text['label-caller_id_name_prefix']['sv-se'] = "Caller ID Namn Prefix";
|
|||
$text['label-caller_id_name_prefix']['uk-ua'] = "";
|
||||
|
||||
$text['label-caller_announce_sound']['en-us'] = "Announce Sound";
|
||||
$text['label-caller_announce_sound']['en-gb'] = "Announce Sound";
|
||||
$text['label-caller_announce_sound']['ar-eg'] = "";
|
||||
$text['label-caller_announce_sound']['de-at'] = "Ton für Ankündigungn";
|
||||
$text['label-caller_announce_sound']['de-ch'] = "Ton für Ankündigung"; //copied from de-de
|
||||
|
|
@ -1422,6 +1493,7 @@ $text['label-caller_announce_sound']['sv-se'] = "Meddelande Ljud";
|
|||
$text['label-caller_announce_sound']['uk-ua'] = "";
|
||||
|
||||
$text['label-caller_announce_frequency']['en-us'] = "Announce Frequency";
|
||||
$text['label-caller_announce_frequency']['en-gb'] = "Announce Frequency";
|
||||
$text['label-caller_announce_frequency']['ar-eg'] = "";
|
||||
$text['label-caller_announce_frequency']['de-at'] = "Häufigkeit der Ankündigung"; //copied from de-de
|
||||
$text['label-caller_announce_frequency']['de-ch'] = "Häufigkeit der Ankündigung"; //copied from de-de
|
||||
|
|
@ -1442,6 +1514,7 @@ $text['label-caller_announce_frequency']['sv-se'] = "Meddelande Frekvens";
|
|||
$text['label-caller_announce_frequency']['uk-ua'] = "";
|
||||
|
||||
$text['label-exit_keys']['en-us'] = "Exit Key";
|
||||
$text['label-exit_keys']['en-gb'] = "Exit Key";
|
||||
$text['label-exit_keys']['ar-eg'] = "";
|
||||
$text['label-exit_keys']['de-at'] = "Abbruch Taste"; //copied from de-de
|
||||
$text['label-exit_keys']['de-ch'] = "Abbruch Taste"; //copied from de-de
|
||||
|
|
@ -1462,6 +1535,7 @@ $text['label-exit_keys']['sv-se'] = "Knapp för att lämna";
|
|||
$text['label-exit_keys']['uk-ua'] = "";
|
||||
|
||||
$text['description-exit_keys']['en-us'] = "Keys to quit the current queue waiting.";
|
||||
$text['description-exit_keys']['en-gb'] = "Keys to quit the current queue waiting.";
|
||||
$text['description-exit_keys']['ar-eg'] = "";
|
||||
$text['description-exit_keys']['de-at'] = "Tasten um die aktuelle Warteschlange zu verlassen."; //copied from de-de
|
||||
$text['description-exit_keys']['de-ch'] = "Tasten um die aktuelle Warteschlange zu verlassen."; //copied from de-de
|
||||
|
|
@ -1482,6 +1556,7 @@ $text['description-exit_keys']['sv-se'] = "Knapp för att lämna den nuvarande k
|
|||
$text['description-exit_keys']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call_timeout']['en-gb'] = "Call Timeout";
|
||||
$text['label-call_timeout']['ar-eg'] = "";
|
||||
$text['label-call_timeout']['de-at'] = "Zeitüberschreitung"; //copied from de-de
|
||||
$text['label-call_timeout']['de-ch'] = "Zeitüberschreitung"; //copied from de-de
|
||||
|
|
@ -1502,6 +1577,7 @@ $text['label-call_timeout']['sv-se'] = "Ring Tidsgräns";
|
|||
$text['label-call_timeout']['uk-ua'] = "Тайм-аут дзвінка";
|
||||
|
||||
$text['label-busy_delay_time']['en-us'] = "Busy Delay Time";
|
||||
$text['label-busy_delay_time']['en-gb'] = "Busy Delay Time";
|
||||
$text['label-busy_delay_time']['ar-eg'] = "";
|
||||
$text['label-busy_delay_time']['de-at'] = "Verzögerungszeit für Besetzt"; //copied from de-de
|
||||
$text['label-busy_delay_time']['de-ch'] = "Verzögerungszeit für Besetzt"; //copied from de-de
|
||||
|
|
@ -1522,6 +1598,7 @@ $text['label-busy_delay_time']['sv-se'] = "Fördröjning vid Upptaget";
|
|||
$text['label-busy_delay_time']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent_password']['en-us'] = "Agent Password";
|
||||
$text['label-agent_password']['en-gb'] = "Agent Password";
|
||||
$text['label-agent_password']['ar-eg'] = "";
|
||||
$text['label-agent_password']['de-at'] = "Agenten Passwort"; //copied from de-de
|
||||
$text['label-agent_password']['de-ch'] = "Agenten Passwort"; //copied from de-de
|
||||
|
|
@ -1542,6 +1619,7 @@ $text['label-agent_password']['sv-se'] = "Agent Lösen";
|
|||
$text['label-agent_password']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent_name']['en-us'] = "Agent Name";
|
||||
$text['label-agent_name']['en-gb'] = "Agent Name";
|
||||
$text['label-agent_name']['ar-eg'] = "";
|
||||
$text['label-agent_name']['de-at'] = "Agenten Name"; //copied from de-de
|
||||
$text['label-agent_name']['de-ch'] = "Agenten Name"; //copied from de-de
|
||||
|
|
@ -1562,6 +1640,7 @@ $text['label-agent_name']['sv-se'] = "Agent Namn";
|
|||
$text['label-agent_name']['uk-ua'] = "Ім’я оператора";
|
||||
|
||||
$text['label-agent_logout']['en-us'] = "Agent Logout";
|
||||
$text['label-agent_logout']['en-gb'] = "Agent Logout";
|
||||
$text['label-agent_logout']['ar-eg'] = "";
|
||||
$text['label-agent_logout']['de-at'] = "Agent Abmelden"; //copied from de-de
|
||||
$text['label-agent_logout']['de-ch'] = "Agent Abmelden"; //copied from de-de
|
||||
|
|
@ -1582,6 +1661,7 @@ $text['label-agent_logout']['sv-se'] = "Agent Logga Ut";
|
|||
$text['label-agent_logout']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent_id']['en-us'] = "Agent ID";
|
||||
$text['label-agent_id']['en-gb'] = "Agent ID";
|
||||
$text['label-agent_id']['ar-eg'] = "";
|
||||
$text['label-agent_id']['de-at'] = "Agenten ID"; //copied from de-de
|
||||
$text['label-agent_id']['de-ch'] = "Agenten ID"; //copied from de-de
|
||||
|
|
@ -1602,6 +1682,7 @@ $text['label-agent_id']['sv-se'] = "Agent Identitet";
|
|||
$text['label-agent_id']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['en-gb'] = "Agent";
|
||||
$text['label-agent']['ar-eg'] = "";
|
||||
$text['label-agent']['de-at'] = "Agent"; //copied from de-de
|
||||
$text['label-agent']['de-ch'] = "Agent"; //copied from de-de
|
||||
|
|
@ -1622,6 +1703,7 @@ $text['label-agent']['sv-se'] = "Agent";
|
|||
$text['label-agent']['uk-ua'] = "Оператор";
|
||||
|
||||
$text['label-agents']['en-us'] = "Agents";
|
||||
$text['label-agents']['en-gb'] = "Agents";
|
||||
$text['label-agents']['ar-eg'] = "";
|
||||
$text['label-agents']['de-at'] = "Agenten"; //copied from de-de
|
||||
$text['label-agents']['de-ch'] = "Agenten"; //copied from de-de
|
||||
|
|
@ -1642,6 +1724,7 @@ $text['label-agents']['sv-se'] = "Agenter";
|
|||
$text['label-agents']['uk-ua'] = "Оператори";
|
||||
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['en-gb'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['ar-eg'] = "";
|
||||
$text['label-abandoned_resume_allowed']['de-at'] = "Wiederaufnahme nach Zurückweisung erlaubt"; //copied from de-de
|
||||
$text['label-abandoned_resume_allowed']['de-ch'] = "Wiederaufnahme nach Zurückweisung erlaubt"; //copied from de-de
|
||||
|
|
@ -1662,6 +1745,7 @@ $text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Ej Besvarade Till
|
|||
$text['label-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_tier_edit']['en-us'] = "Call Center Tier";
|
||||
$text['header-call_center_tier_edit']['en-gb'] = "Call Center Tier";
|
||||
$text['header-call_center_tier_edit']['ar-eg'] = "";
|
||||
$text['header-call_center_tier_edit']['de-at'] = "Callcenter Ebene"; //copied from de-de
|
||||
$text['header-call_center_tier_edit']['de-ch'] = "Callcenter Ebene"; //copied from de-de
|
||||
|
|
@ -1682,6 +1766,7 @@ $text['header-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
|
|||
$text['header-call_center_tier_edit']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_queues']['en-us'] = "Call Center Queues";
|
||||
$text['header-call_center_queues']['en-gb'] = "Call Center Queues";
|
||||
$text['header-call_center_queues']['ar-eg'] = "";
|
||||
$text['header-call_center_queues']['de-at'] = "Callcenter Warteschlangen"; //copied from de-de
|
||||
$text['header-call_center_queues']['de-ch'] = "Callcenter Warteschlangen"; //copied from de-de
|
||||
|
|
@ -1702,6 +1787,7 @@ $text['header-call_center_queues']['sv-se'] = "Call Center Kö:er";
|
|||
$text['header-call_center_queues']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_queue_edit']['en-us'] = "Call Center Queue";
|
||||
$text['header-call_center_queue_edit']['en-gb'] = "Call Center Queue";
|
||||
$text['header-call_center_queue_edit']['ar-eg'] = "";
|
||||
$text['header-call_center_queue_edit']['de-at'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
$text['header-call_center_queue_edit']['de-ch'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
|
|
@ -1722,6 +1808,7 @@ $text['header-call_center_queue_edit']['sv-se'] = "Call Center Kö";
|
|||
$text['header-call_center_queue_edit']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_queue_add']['en-us'] = "Call Center Queue";
|
||||
$text['header-call_center_queue_add']['en-gb'] = "Call Center Queue";
|
||||
$text['header-call_center_queue_add']['ar-eg'] = "";
|
||||
$text['header-call_center_queue_add']['de-at'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
$text['header-call_center_queue_add']['de-ch'] = "Callcenter Warteschlange"; //copied from de-de
|
||||
|
|
@ -1742,6 +1829,7 @@ $text['header-call_center_queue_add']['sv-se'] = "Call Center Kö";
|
|||
$text['header-call_center_queue_add']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_agents']['en-us'] = "Call Center Agents";
|
||||
$text['header-call_center_agents']['en-gb'] = "Call Center Agents";
|
||||
$text['header-call_center_agents']['ar-eg'] = "";
|
||||
$text['header-call_center_agents']['de-at'] = "Callcenter Agent"; //copied from de-de
|
||||
$text['header-call_center_agents']['de-ch'] = "Callcenter Agent"; //copied from de-de
|
||||
|
|
@ -1762,6 +1850,7 @@ $text['header-call_center_agents']['sv-se'] = "Call Center Agenter";
|
|||
$text['header-call_center_agents']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_agent_status']['en-us'] = "Call Center Agent Status";
|
||||
$text['header-call_center_agent_status']['en-gb'] = "Call Center Agent Status";
|
||||
$text['header-call_center_agent_status']['ar-eg'] = "";
|
||||
$text['header-call_center_agent_status']['de-at'] = "Callcenter Agenten-Status"; //copied from de-de
|
||||
$text['header-call_center_agent_status']['de-ch'] = "Callcenter Agenten-Status"; //copied from de-de
|
||||
|
|
@ -1782,6 +1871,7 @@ $text['header-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
|
|||
$text['header-call_center_agent_status']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_agent_edit']['en-us'] = "Call Center Agent";
|
||||
$text['header-call_center_agent_edit']['en-gb'] = "Call Center Agent";
|
||||
$text['header-call_center_agent_edit']['ar-eg'] = "";
|
||||
$text['header-call_center_agent_edit']['de-at'] = "Callcenter Agent"; //copied from de-de
|
||||
$text['header-call_center_agent_edit']['de-ch'] = "Callcenter Agent"; //copied from de-de
|
||||
|
|
@ -1802,6 +1892,7 @@ $text['header-call_center_agent_edit']['sv-se'] = "Call Center Agent";
|
|||
$text['header-call_center_agent_edit']['uk-ua'] = "";
|
||||
|
||||
$text['header-call_center_agent_add']['en-us'] = "Call Center Agents";
|
||||
$text['header-call_center_agent_add']['en-gb'] = "Call Center Agents";
|
||||
$text['header-call_center_agent_add']['ar-eg'] = "";
|
||||
$text['header-call_center_agent_add']['de-at'] = "Callcenter Agenten"; //copied from de-de
|
||||
$text['header-call_center_agent_add']['de-ch'] = "Callcenter Agenten"; //copied from de-de
|
||||
|
|
@ -1822,6 +1913,7 @@ $text['header-call_center_agent_add']['sv-se'] = "Call Center Agenter";
|
|||
$text['header-call_center_agent_add']['uk-ua'] = "";
|
||||
|
||||
$text['description-wrap_up_time']['en-us'] = "Enter the wrap up time.";
|
||||
$text['description-wrap_up_time']['en-gb'] = "Enter the wrap up time.";
|
||||
$text['description-wrap_up_time']['ar-eg'] = "";
|
||||
$text['description-wrap_up_time']['de-at'] = "Geben Sie die Nachbereitungszeit ein."; //copied from de-de
|
||||
$text['description-wrap_up_time']['de-ch'] = "Geben Sie die Nachbereitungszeit ein."; //copied from de-de
|
||||
|
|
@ -1842,6 +1934,7 @@ $text['description-wrap_up_time']['sv-se'] = "Ange 'Wrap Up' tid.";
|
|||
$text['description-wrap_up_time']['uk-ua'] = "";
|
||||
|
||||
$text['description-type']['en-us'] = "Enter the agent type.";
|
||||
$text['description-type']['en-gb'] = "Enter the agent type.";
|
||||
$text['description-type']['ar-eg'] = "";
|
||||
$text['description-type']['de-at'] = "Geben Sie den Agenten Typ an."; //copied from de-de
|
||||
$text['description-type']['de-ch'] = "Geben Sie den Agenten Typ an."; //copied from de-de
|
||||
|
|
@ -1862,6 +1955,7 @@ $text['description-type']['sv-se'] = "Ange agent typen.";
|
|||
$text['description-type']['uk-ua'] = "";
|
||||
|
||||
$text['description-timeout_action']['en-us'] = "Set the action to perform when the max wait time is reached.";
|
||||
$text['description-timeout_action']['en-gb'] = "Set the action to perform when the max wait time is reached.";
|
||||
$text['description-timeout_action']['ar-eg'] = "";
|
||||
$text['description-timeout_action']['de-at'] = "Aktion, wenn die maximale Wartezeit erreicht wurde."; //copied from de-de
|
||||
$text['description-timeout_action']['de-ch'] = "Aktion, wenn die maximale Wartezeit erreicht wurde."; //copied from de-de
|
||||
|
|
@ -1882,6 +1976,7 @@ $text['description-timeout_action']['sv-se'] = "Ange vad som skall utföras när
|
|||
$text['description-timeout_action']['uk-ua'] = "";
|
||||
|
||||
$text['description-time_base_score']['en-us'] = "Select the time base score.";
|
||||
$text['description-time_base_score']['en-gb'] = "Select the time base score.";
|
||||
$text['description-time_base_score']['ar-eg'] = "";
|
||||
$text['description-time_base_score']['de-at'] = "Wählen Sie die Zeitgeber für Klassifikation"; //copied from de-de
|
||||
$text['description-time_base_score']['de-ch'] = "Wählen Sie die Zeitgeber für Klassifikation"; //copied from de-de
|
||||
|
|
@ -1902,6 +1997,7 @@ $text['description-time_base_score']['sv-se'] = "Ange tids-baserad poäng.";
|
|||
$text['description-time_base_score']['uk-ua'] = "";
|
||||
|
||||
$text['description-tiers']['en-us'] = "Tiers assign agents to queues.";
|
||||
$text['description-tiers']['en-gb'] = "Tiers assign agents to queues.";
|
||||
$text['description-tiers']['ar-eg'] = "";
|
||||
$text['description-tiers']['de-at'] = "Agenten einer Warteschlange pro Ebene zuweisen."; //copied from de-de
|
||||
$text['description-tiers']['de-ch'] = "Agenten einer Warteschlange pro Ebene zuweisen."; //copied from de-de
|
||||
|
|
@ -1922,6 +2018,7 @@ $text['description-tiers']['sv-se'] = "Kunskap tilldelar agenter till kö:er.";
|
|||
$text['description-tiers']['uk-ua'] = "";
|
||||
|
||||
$text['description-tier_rules_apply']['en-us'] = "Set the tier rule rules apply to true or false.";
|
||||
$text['description-tier_rules_apply']['en-gb'] = "Set the tier rule rules apply to true or false.";
|
||||
$text['description-tier_rules_apply']['ar-eg'] = "";
|
||||
$text['description-tier_rules_apply']['de-at'] = "Setzen Sie die Ebenen-Regel. Regeln sind Ein oder Aus"; //copied from de-de
|
||||
$text['description-tier_rules_apply']['de-ch'] = "Setzen Sie die Ebenen-Regel. Regeln sind Ein oder Aus"; //copied from de-de
|
||||
|
|
@ -1942,6 +2039,7 @@ $text['description-tier_rules_apply']['sv-se'] = "Välj om Kunskap Regler Gälle
|
|||
$text['description-tier_rules_apply']['uk-ua'] = "";
|
||||
|
||||
$text['description-tier_rule_wait_second']['en-us'] = "Enter the tier rule wait seconds.";
|
||||
$text['description-tier_rule_wait_second']['en-gb'] = "Enter the tier rule wait seconds.";
|
||||
$text['description-tier_rule_wait_second']['ar-eg'] = "";
|
||||
$text['description-tier_rule_wait_second']['de-at'] = "Geben Sie die Ebenen-Regel Wartezeit in Sekunden ein."; //copied from de-de
|
||||
$text['description-tier_rule_wait_second']['de-ch'] = "Geben Sie die Ebenen-Regel Wartezeit in Sekunden ein."; //copied from de-de
|
||||
|
|
@ -1962,6 +2060,7 @@ $text['description-tier_rule_wait_second']['sv-se'] = "Ange kunskaps-regel vänt
|
|||
$text['description-tier_rule_wait_second']['uk-ua'] = "";
|
||||
|
||||
$text['description-tier_rule_wait_multiply_level']['en-us'] = "Set the tier rule wait multiply level to true or false.";
|
||||
$text['description-tier_rule_wait_multiply_level']['en-gb'] = "Set the tier rule wait multiply level to true or false.";
|
||||
$text['description-tier_rule_wait_multiply_level']['ar-eg'] = "";
|
||||
$text['description-tier_rule_wait_multiply_level']['de-at'] = "Setzen Sie den Multiplikator für die Ebenen-Regel Wartezeit auf Ein oder Aus."; //copied from de-de
|
||||
$text['description-tier_rule_wait_multiply_level']['de-ch'] = "Setzen Sie den Multiplikator für die Ebenen-Regel Wartezeit auf Ein oder Aus."; //copied from de-de
|
||||
|
|
@ -1982,6 +2081,7 @@ $text['description-tier_rule_wait_multiply_level']['sv-se'] = "Välj om 'kunskap
|
|||
$text['description-tier_rule_wait_multiply_level']['uk-ua'] = "";
|
||||
|
||||
$text['description-tier_rule_no_agent_no_wait']['en-us'] = "Enter the tier rule no agent no wait.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['en-gb'] = "Enter the tier rule no agent no wait.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['ar-eg'] = "";
|
||||
$text['description-tier_rule_no_agent_no_wait']['de-at'] = "Geben Sie die Ebenen Regel kein Agent keine Wartezeit ein."; //copied from de-de
|
||||
$text['description-tier_rule_no_agent_no_wait']['de-ch'] = "Geben Sie die Ebenen Regel kein Agent keine Wartezeit ein."; //copied from de-de
|
||||
|
|
@ -2002,6 +2102,7 @@ $text['description-tier_rule_no_agent_no_wait']['sv-se'] = "Välj kunskaps-regel
|
|||
$text['description-tier_rule_no_agent_no_wait']['uk-ua'] = "";
|
||||
|
||||
$text['description-tier_position']['en-us'] = "Select the tier position.";
|
||||
$text['description-tier_position']['en-gb'] = "Select the tier position.";
|
||||
$text['description-tier_position']['ar-eg'] = "";
|
||||
$text['description-tier_position']['de-at'] = "Wählen Sie die Ebenen Position."; //copied from de-de
|
||||
$text['description-tier_position']['de-ch'] = "Wählen Sie die Ebenen Position."; //copied from de-de
|
||||
|
|
@ -2022,6 +2123,7 @@ $text['description-tier_position']['sv-se'] = "Välj Kunskaps position.";
|
|||
$text['description-tier_position']['uk-ua'] = "";
|
||||
|
||||
$text['description-tier_level']['en-us'] = "Select the tier level.";
|
||||
$text['description-tier_level']['en-gb'] = "Select the tier level.";
|
||||
$text['description-tier_level']['ar-eg'] = "";
|
||||
$text['description-tier_level']['de-at'] = "Wählen Sie das Ebenen-Niveau."; //copied from de-de
|
||||
$text['description-tier_level']['de-ch'] = "Wählen Sie das Ebenen-Niveau."; //copied from de-de
|
||||
|
|
@ -2042,6 +2144,7 @@ $text['description-tier_level']['sv-se'] = "Välj Kunskaps-nivå";
|
|||
$text['description-tier_level']['uk-ua'] = "";
|
||||
|
||||
$text['description-strategy']['en-us'] = "Select the queue ring strategy.";
|
||||
$text['description-strategy']['en-gb'] = "Select the queue ring strategy.";
|
||||
$text['description-strategy']['ar-eg'] = "";
|
||||
$text['description-strategy']['de-at'] = "Wählen Sie eine Rufstrategie für die Warteschlange."; //copied from de-de
|
||||
$text['description-strategy']['de-ch'] = "Wählen Sie eine Rufstrategie für die Warteschlange."; //copied from de-de
|
||||
|
|
@ -2062,6 +2165,7 @@ $text['description-strategy']['sv-se'] = "Välj strategi för ringflöde i kö:n
|
|||
$text['description-strategy']['uk-ua'] = "";
|
||||
|
||||
$text['description-status']['en-us'] = "Select the default agent status.";
|
||||
$text['description-status']['en-gb'] = "Select the default agent status.";
|
||||
$text['description-status']['ar-eg'] = "";
|
||||
$text['description-status']['de-at'] = "Standard Benutzerstatus auswählen."; //copied from de-de
|
||||
$text['description-status']['de-ch'] = "Standard Benutzerstatus auswählen."; //copied from de-de
|
||||
|
|
@ -2082,6 +2186,7 @@ $text['description-status']['sv-se'] = "Välj agentens status";
|
|||
$text['description-status']['uk-ua'] = "Виберіть статус користувача";
|
||||
|
||||
$text['description-reject_delay_time']['en-us'] = "Enter the reject delay time.";
|
||||
$text['description-reject_delay_time']['en-gb'] = "Enter the reject delay time.";
|
||||
$text['description-reject_delay_time']['ar-eg'] = "";
|
||||
$text['description-reject_delay_time']['de-at'] = "Geben Sie die Verzögerung bis zur Zurückweisung an."; //copied from de-de
|
||||
$text['description-reject_delay_time']['de-ch'] = "Geben Sie die Verzögerung bis zur Zurückweisung an."; //copied from de-de
|
||||
|
|
@ -2102,6 +2207,7 @@ $text['description-reject_delay_time']['sv-se'] = "Ange 'neka' tids-fördröjnin
|
|||
$text['description-reject_delay_time']['uk-ua'] = "";
|
||||
|
||||
$text['description-record_template']['en-us'] = "Save the recording.";
|
||||
$text['description-record_template']['en-gb'] = "Save the recording.";
|
||||
$text['description-record_template']['ar-eg'] = "";
|
||||
$text['description-record_template']['de-at'] = "Aufnahme speichern."; //copied from de-de
|
||||
$text['description-record_template']['de-ch'] = "Aufnahme speichern."; //copied from de-de
|
||||
|
|
@ -2122,6 +2228,7 @@ $text['description-record_template']['sv-se'] = "Spara inspelningen.";
|
|||
$text['description-record_template']['uk-ua'] = "";
|
||||
|
||||
$text['description-queue_name']['en-us'] = "Enter the queue name.";
|
||||
$text['description-queue_name']['en-gb'] = "Enter the queue name.";
|
||||
$text['description-queue_name']['ar-eg'] = "";
|
||||
$text['description-queue_name']['de-at'] = "Geben Sie den Namen der Warteschlange ein."; //copied from de-de
|
||||
$text['description-queue_name']['de-ch'] = "Geben Sie den Namen der Warteschlange ein."; //copied from de-de
|
||||
|
|
@ -2142,6 +2249,7 @@ $text['description-queue_name']['sv-se'] = "Ange kö namn.";
|
|||
$text['description-queue_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-options']['en-us'] = "Select the queue name.";
|
||||
$text['description-options']['en-gb'] = "Select the queue name.";
|
||||
$text['description-options']['ar-eg'] = "";
|
||||
$text['description-options']['de-at'] = "Wählen Sie den Namen der Warteschlange."; //copied from de-de
|
||||
$text['description-options']['de-ch'] = "Wählen Sie den Namen der Warteschlange."; //copied from de-de
|
||||
|
|
@ -2162,6 +2270,7 @@ $text['description-options']['sv-se'] = "Välj kö namn.";
|
|||
$text['description-options']['uk-ua'] = "";
|
||||
|
||||
$text['description-no_answer_delay_time']['en-us'] = "Enter the agent no answer delay time in seconds.";
|
||||
$text['description-no_answer_delay_time']['en-gb'] = "Enter the agent no answer delay time in seconds.";
|
||||
$text['description-no_answer_delay_time']['ar-eg'] = "";
|
||||
$text['description-no_answer_delay_time']['de-at'] = "Geben Sie die Zeit in Sekunden an, die gewartet werden soll bis ein Agent annimmt."; //copied from de-de
|
||||
$text['description-no_answer_delay_time']['de-ch'] = "Geben Sie die Zeit in Sekunden an, die gewartet werden soll bis ein Agent annimmt."; //copied from de-de
|
||||
|
|
@ -2182,6 +2291,7 @@ $text['description-no_answer_delay_time']['sv-se'] = "Ange 'Inget svar Agent fö
|
|||
$text['description-no_answer_delay_time']['uk-ua'] = "";
|
||||
|
||||
$text['description-music_on_hold']['en-us'] = "Select the desired hold music.";
|
||||
$text['description-music_on_hold']['en-gb'] = "Select the desired hold music.";
|
||||
$text['description-music_on_hold']['ar-eg'] = "";
|
||||
$text['description-music_on_hold']['de-at'] = "Wählen Sie die gewünschte Wartemusik."; //copied from de-de
|
||||
$text['description-music_on_hold']['de-ch'] = "Wählen Sie die gewünschte Wartemusik."; //copied from de-de
|
||||
|
|
@ -2202,6 +2312,7 @@ $text['description-music_on_hold']['sv-se'] = "Välj önskad vänt-musik.";
|
|||
$text['description-music_on_hold']['uk-ua'] = "";
|
||||
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['en-us'] = "Enter the max wait time with no agent time reached.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['en-gb'] = "Enter the max wait time with no agent time reached.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['ar-eg'] = "";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['de-at'] = "Geben Sie die maximale Wartezeit in Sekunden an, die ohne Agent gewartet werden soll."; //copied from de-de
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['de-ch'] = "Geben Sie die maximale Wartezeit in Sekunden an, die ohne Agent gewartet werden soll."; //copied from de-de
|
||||
|
|
@ -2222,6 +2333,7 @@ $text['description-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Ange m
|
|||
$text['description-max_wait_time_with_no_agent_time_reached']['uk-ua'] = "";
|
||||
|
||||
$text['description-max_wait_time_with_no_agent']['en-us'] = "Enter the max wait time with no agent.";
|
||||
$text['description-max_wait_time_with_no_agent']['en-gb'] = "Enter the max wait time with no agent.";
|
||||
$text['description-max_wait_time_with_no_agent']['ar-eg'] = "";
|
||||
$text['description-max_wait_time_with_no_agent']['de-at'] = "Geben Sie die maximale Wartezeit ohne Agent an."; //copied from de-de
|
||||
$text['description-max_wait_time_with_no_agent']['de-ch'] = "Geben Sie die maximale Wartezeit ohne Agent an."; //copied from de-de
|
||||
|
|
@ -2242,6 +2354,7 @@ $text['description-max_wait_time_with_no_agent']['sv-se'] = "Ange max vänt-tid
|
|||
$text['description-max_wait_time_with_no_agent']['uk-ua'] = "";
|
||||
|
||||
$text['description-max_wait_time']['en-us'] = "Enter the max wait time.";
|
||||
$text['description-max_wait_time']['en-gb'] = "Enter the max wait time.";
|
||||
$text['description-max_wait_time']['ar-eg'] = "";
|
||||
$text['description-max_wait_time']['de-at'] = "Geben Sie die maximale Wartezeit an."; //copied from de-de
|
||||
$text['description-max_wait_time']['de-ch'] = "Geben Sie die maximale Wartezeit an."; //copied from de-de
|
||||
|
|
@ -2262,6 +2375,7 @@ $text['description-max_wait_time']['sv-se'] = "Ange max vänt-tid.";
|
|||
$text['description-max_wait_time']['uk-ua'] = "";
|
||||
|
||||
$text['description-max_no_answer']['en-us'] = "Enter max no answer.";
|
||||
$text['description-max_no_answer']['en-gb'] = "Enter max no answer.";
|
||||
$text['description-max_no_answer']['ar-eg'] = "";
|
||||
$text['description-max_no_answer']['de-at'] = "Geben Sie Max keine Antwort an."; //copied from de-de
|
||||
$text['description-max_no_answer']['de-ch'] = "Geben Sie Max keine Antwort an."; //copied from de-de
|
||||
|
|
@ -2282,6 +2396,7 @@ $text['description-max_no_answer']['sv-se'] = "Ange max inget svar.";
|
|||
$text['description-max_no_answer']['uk-ua'] = "";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['en-gb'] = "Enter the extension number.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Geben Sie die Nebenstelle an."; //copied from de-de
|
||||
$text['description-extension']['de-ch'] = "Geben Sie die Nebenstelle an."; //copied from de-de
|
||||
|
|
@ -2302,6 +2417,7 @@ $text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
|
|||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-discard_abandoned_after']['en-us'] = "Set the discard abandoned after seconds.";
|
||||
$text['description-discard_abandoned_after']['en-gb'] = "Set the discard abandoned after seconds.";
|
||||
$text['description-discard_abandoned_after']['ar-eg'] = "";
|
||||
$text['description-discard_abandoned_after']['de-at'] = "Setzen Sie die Zeit in Sekunden, nach der ein Anrufer nicht wieder in die Warteschlange eingereiht wird."; //copied from de-de
|
||||
$text['description-discard_abandoned_after']['de-ch'] = "Setzen Sie die Zeit in Sekunden, nach der ein Anrufer nicht wieder in die Warteschlange eingereiht wird."; //copied from de-de
|
||||
|
|
@ -2322,6 +2438,7 @@ $text['description-discard_abandoned_after']['sv-se'] = "Ange uteslut Ej Besvara
|
|||
$text['description-discard_abandoned_after']['uk-ua'] = "";
|
||||
|
||||
$text['description-contact']['en-us'] = "Select the contact number.";
|
||||
$text['description-contact']['en-gb'] = "Select the contact number.";
|
||||
$text['description-contact']['ar-eg'] = "";
|
||||
$text['description-contact']['de-at'] = "Wählen Sie die Kontakt Nummer."; //copied from de-de
|
||||
$text['description-contact']['de-ch'] = "Wählen Sie die Kontakt Nummer."; //copied from de-de
|
||||
|
|
@ -2342,6 +2459,7 @@ $text['description-contact']['sv-se'] = "Välj kontakt numret.";
|
|||
$text['description-contact']['uk-ua'] = "Призначити контакт в цей обліковий запис користувача.";
|
||||
|
||||
$text['description-caller_id_name_prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-caller_id_name_prefix']['en-gb'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-caller_id_name_prefix']['ar-eg'] = "";
|
||||
$text['description-caller_id_name_prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)."; //copied from de-de
|
||||
$text['description-caller_id_name_prefix']['de-ch'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)."; //copied from de-de
|
||||
|
|
@ -2362,6 +2480,7 @@ $text['description-caller_id_name_prefix']['sv-se'] = "Ange ett prefix för Call
|
|||
$text['description-caller_id_name_prefix']['uk-ua'] = "";
|
||||
|
||||
$text['description-caller_announce_sound']['en-us'] = "A sound to play to a caller every announce sound seconds. Needs the full path to the wav file.";
|
||||
$text['description-caller_announce_sound']['en-gb'] = "A sound to play to a caller every announce sound seconds. Needs the full path to the wav file.";
|
||||
$text['description-caller_announce_sound']['ar-eg'] = "";
|
||||
$text['description-caller_announce_sound']['de-at'] = "Eine Datei, die regelmäßig dem Anrufer vorgespielt werden soll. Benötigt den kompletten Pfad zur wav Datei."; //copied from de-de
|
||||
$text['description-caller_announce_sound']['de-ch'] = "Eine Datei, die regelmäßig dem Anrufer vorgespielt werden soll. Benötigt den kompletten Pfad zur wav Datei."; //copied from de-de
|
||||
|
|
@ -2382,6 +2501,7 @@ $text['description-caller_announce_sound']['sv-se'] = "Ett ljud som spelas upp e
|
|||
$text['description-caller_announce_sound']['uk-ua'] = "";
|
||||
|
||||
$text['description-caller_announce_frequency']['en-us'] = "How often should we play the announce sound. Enter a number in seconds";
|
||||
$text['description-caller_announce_frequency']['en-gb'] = "How often should we play the announce sound. Enter a number in seconds";
|
||||
$text['description-caller_announce_frequency']['ar-eg'] = "";
|
||||
$text['description-caller_announce_frequency']['de-at'] = "Wie häufig soll der Anmeldeton abgespielt werden. Geben Sie eine Zahl in Sekunden an."; //copied from de-de
|
||||
$text['description-caller_announce_frequency']['de-ch'] = "Wie häufig soll der Anmeldeton abgespielt werden. Geben Sie eine Zahl in Sekunden an."; //copied from de-de
|
||||
|
|
@ -2402,6 +2522,7 @@ $text['description-caller_announce_frequency']['sv-se'] = "Hur ofta skall meddel
|
|||
$text['description-caller_announce_frequency']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_timeout']['en-us'] = "Enter the call timeout.";
|
||||
$text['description-call_timeout']['en-gb'] = "Enter the call timeout.";
|
||||
$text['description-call_timeout']['ar-eg'] = "";
|
||||
$text['description-call_timeout']['de-at'] = "Geben Sie den Wert für die Zeitüberschreitung an."; //copied from de-de
|
||||
$text['description-call_timeout']['de-ch'] = "Geben Sie den Wert für die Zeitüberschreitung an."; //copied from de-de
|
||||
|
|
@ -2422,6 +2543,7 @@ $text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
|
|||
$text['description-call_timeout']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_center_queues']['en-us'] = "List of queues for the call center.";
|
||||
$text['description-call_center_queues']['en-gb'] = "List of queues for the call center.";
|
||||
$text['description-call_center_queues']['ar-eg'] = "";
|
||||
$text['description-call_center_queues']['de-at'] = "Liste der Callcenter Warteschlangen"; //copied from de-de
|
||||
$text['description-call_center_queues']['de-ch'] = "Liste der Callcenter Warteschlangen"; //copied from de-de
|
||||
|
|
@ -2442,6 +2564,7 @@ $text['description-call_center_queues']['sv-se'] = "Lista med kö:er för Call C
|
|||
$text['description-call_center_queues']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_center_agents']['en-us'] = "List of call center agents.";
|
||||
$text['description-call_center_agents']['en-gb'] = "List of call center agents.";
|
||||
$text['description-call_center_agents']['ar-eg'] = "";
|
||||
$text['description-call_center_agents']['de-at'] = "Liste der Callcenter Agenten"; //copied from de-de
|
||||
$text['description-call_center_agents']['de-ch'] = "Liste der Callcenter Agenten"; //copied from de-de
|
||||
|
|
@ -2462,6 +2585,7 @@ $text['description-call_center_agents']['sv-se'] = "Lista med Call Center Agente
|
|||
$text['description-call_center_agents']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_center_agent_status']['en-us'] = "List all the call center agents with the option to change the status of one or more agents.";
|
||||
$text['description-call_center_agent_status']['en-gb'] = "List all the call center agents with the option to change the status of one or more agents.";
|
||||
$text['description-call_center_agent_status']['ar-eg'] = "";
|
||||
$text['description-call_center_agent_status']['de-at'] = "Liste aller Callcenter Agenten mit der Option, den Status der einzelnen Agenten zu ändern."; //copied from de-de
|
||||
$text['description-call_center_agent_status']['de-ch'] = "Liste aller Callcenter Agenten mit der Option, den Status der einzelnen Agenten zu ändern."; //copied from de-de
|
||||
|
|
@ -2482,6 +2606,7 @@ $text['description-call_center_agent_status']['sv-se'] = "Lista med alla Call Ce
|
|||
$text['description-call_center_agent_status']['uk-ua'] = "";
|
||||
|
||||
$text['description-busy_delay_time']['en-us'] = "Enter the agent busy delay time.";
|
||||
$text['description-busy_delay_time']['en-gb'] = "Enter the agent busy delay time.";
|
||||
$text['description-busy_delay_time']['ar-eg'] = "";
|
||||
$text['description-busy_delay_time']['de-at'] = "Geben Sie eine Wartezeit für den Agenten an."; //copied from de-de
|
||||
$text['description-busy_delay_time']['de-ch'] = "Geben Sie eine Wartezeit für den Agenten an."; //copied from de-de
|
||||
|
|
@ -2502,6 +2627,7 @@ $text['description-busy_delay_time']['sv-se'] = "Ange Agent Upptagen Fördröjni
|
|||
$text['description-busy_delay_time']['uk-ua'] = "";
|
||||
|
||||
$text['description-agent_password']['en-us'] = "Enter the agent password.";
|
||||
$text['description-agent_password']['en-gb'] = "Enter the agent password.";
|
||||
$text['description-agent_password']['ar-eg'] = "";
|
||||
$text['description-agent_password']['de-at'] = "Geben Sie ein Agenten Passwort ein"; //copied from de-de
|
||||
$text['description-agent_password']['de-ch'] = "Geben Sie ein Agenten Passwort ein"; //copied from de-de
|
||||
|
|
@ -2522,6 +2648,7 @@ $text['description-agent_password']['sv-se'] = "Ange agenten lösenord.";
|
|||
$text['description-agent_password']['uk-ua'] = "";
|
||||
|
||||
$text['description-agent_name']['en-us'] = "Select the agent name.";
|
||||
$text['description-agent_name']['en-gb'] = "Select the agent name.";
|
||||
$text['description-agent_name']['ar-eg'] = "";
|
||||
$text['description-agent_name']['de-at'] = "Wählen Sie einen Agentennamen."; //copied from de-de
|
||||
$text['description-agent_name']['de-ch'] = "Wählen Sie einen Agentennamen."; //copied from de-de
|
||||
|
|
@ -2542,6 +2669,7 @@ $text['description-agent_name']['sv-se'] = "Välj Agent namn.";
|
|||
$text['description-agent_name']['uk-ua'] = "Виберіть ім’я оператора";
|
||||
|
||||
$text['description-agent_logout']['en-us'] = "Enter the auto agent logout time in 00:00 format. Requires a service to enforce the logout time.";
|
||||
$text['description-agent_logout']['en-gb'] = "Enter the auto agent logout time in 00:00 format. Requires a service to enforce the logout time.";
|
||||
$text['description-agent_logout']['ar-eg'] = "";
|
||||
$text['description-agent_logout']['de-at'] = "Geben Sie die Zeit im Format 00:00 an, nach der Agenten automatisch abgemeldet werden. (Benötigt einen Cron Job)"; //copied from de-de
|
||||
$text['description-agent_logout']['de-ch'] = "Geben Sie die Zeit im Format 00:00 an, nach der Agenten automatisch abgemeldet werden. (Benötigt einen Cron Job)"; //copied from de-de
|
||||
|
|
@ -2562,6 +2690,7 @@ $text['description-agent_logout']['sv-se'] = "Ange Automatisk utläggning av Age
|
|||
$text['description-agent_logout']['uk-ua'] = "";
|
||||
|
||||
$text['description-agent_id']['en-us'] = "Enter the agent ID.";
|
||||
$text['description-agent_id']['en-gb'] = "Enter the agent ID.";
|
||||
$text['description-agent_id']['ar-eg'] = "";
|
||||
$text['description-agent_id']['de-at'] = "Wählen Sie eine Agenten ID."; //copied from de-de
|
||||
$text['description-agent_id']['de-ch'] = "Wählen Sie eine Agenten ID."; //copied from de-de
|
||||
|
|
@ -2582,6 +2711,7 @@ $text['description-agent_id']['sv-se'] = "Ange agent-ID.";
|
|||
$text['description-agent_id']['uk-ua'] = "";
|
||||
|
||||
$text['description-agent']['en-us'] = "Select the agent name.";
|
||||
$text['description-agent']['en-gb'] = "Select the agent name.";
|
||||
$text['description-agent']['ar-eg'] = "";
|
||||
$text['description-agent']['de-at'] = "Wählen Sie einen Agentennamen."; //copied from de-de
|
||||
$text['description-agent']['de-ch'] = "Wählen Sie einen Agentennamen."; //copied from de-de
|
||||
|
|
@ -2602,6 +2732,7 @@ $text['description-agent']['sv-se'] = "Välj Agent namnet.";
|
|||
$text['description-agent']['uk-ua'] = "Виберіть ім’я оператора";
|
||||
|
||||
$text['description-abandoned_resume_allowed']['en-us'] = "Set the abandoned resume allowed to true or false.";
|
||||
$text['description-abandoned_resume_allowed']['en-gb'] = "Set the abandoned resume allowed to true or false.";
|
||||
$text['description-abandoned_resume_allowed']['ar-eg'] = "";
|
||||
$text['description-abandoned_resume_allowed']['de-at'] = "Schalten Sie die Wideraufnahme von Anrufern in der Warteschlange Ein oder Aus."; //copied from de-de
|
||||
$text['description-abandoned_resume_allowed']['de-ch'] = "Schalten Sie die Wideraufnahme von Anrufern in der Warteschlange Ein oder Aus."; //copied from de-de
|
||||
|
|
@ -2622,6 +2753,7 @@ $text['description-abandoned_resume_allowed']['sv-se'] = "Välj 'Ej Besvarat Åt
|
|||
$text['description-abandoned_resume_allowed']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['en-gb'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['ar-eg'] = "";
|
||||
$text['confirm-copy']['de-at'] = "Wollen Sie das wirklich kopieren?"; //copied from de-de
|
||||
$text['confirm-copy']['de-ch'] = "Wollen Sie das wirklich kopieren?"; //copied from de-de
|
||||
|
|
@ -2642,6 +2774,7 @@ $text['confirm-copy']['sv-se'] = "Vill du verkligen kopiera detta?";
|
|||
$text['confirm-copy']['uk-ua'] = "Ви дійсно бажаєте це скопіювати?";
|
||||
|
||||
$text['button-update_status']['en-us'] = "Update Status";
|
||||
$text['button-update_status']['en-gb'] = "Update Status";
|
||||
$text['button-update_status']['ar-eg'] = "";
|
||||
$text['button-update_status']['de-at'] = "Status Aktualisieren"; //copied from de-de
|
||||
$text['button-update_status']['de-ch'] = "Status Aktualisieren"; //copied from de-de
|
||||
|
|
@ -2662,6 +2795,7 @@ $text['button-update_status']['sv-se'] = "Uppdatera Status";
|
|||
$text['button-update_status']['uk-ua'] = "Оновити статус";
|
||||
|
||||
$text['button-tiers']['en-us'] = "Tiers";
|
||||
$text['button-tiers']['en-gb'] = "Tiers";
|
||||
$text['button-tiers']['ar-eg'] = "";
|
||||
$text['button-tiers']['de-at'] = "Ebenen"; //copied from de-de
|
||||
$text['button-tiers']['de-ch'] = "Ebenen"; //copied from de-de
|
||||
|
|
@ -2682,6 +2816,7 @@ $text['button-tiers']['sv-se'] = "Kunskap";
|
|||
$text['button-tiers']['uk-ua'] = "Рівні";
|
||||
|
||||
$text['button-agents']['en-us'] = "Agents";
|
||||
$text['button-agents']['en-gb'] = "Agents";
|
||||
$text['button-agents']['ar-eg'] = "";
|
||||
$text['button-agents']['de-at'] = "Agenten"; //copied from de-de
|
||||
$text['button-agents']['de-ch'] = "Agenten"; //copied from de-de
|
||||
|
|
@ -2702,6 +2837,7 @@ $text['button-agents']['sv-se'] = "Agenter";
|
|||
$text['button-agents']['uk-ua'] = "Оператори";
|
||||
|
||||
$text['button-wallboard']['en-us'] = "Wallboard";
|
||||
$text['button-wallboard']['en-gb'] = "Wallboard";
|
||||
$text['button-wallboard']['ar-eg'] = "";
|
||||
$text['button-wallboard']['de-at'] = "";
|
||||
$text['button-wallboard']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Centers";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Centers";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Callcenter";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Agent Status";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Agent Status";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Agenten Status";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Direct calls between two destinations by calling a feature code.";
|
||||
$apps[$x]['description']['en-gb'] = "Direct calls between two destinations by calling a feature code.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Anrufe zwischen zwei Ziele anhand eines Funktions-Codes steuern.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-call_flows']['en-us'] = "Call Flows";
|
||||
$text['title-call_flows']['en-gb'] = "Call Flows";
|
||||
$text['title-call_flows']['ar-eg'] = "";
|
||||
$text['title-call_flows']['de-at'] = "Anruf Steuerung"; //copied from de-de
|
||||
$text['title-call_flows']['de-ch'] = "Anruf Steuerung"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-call_flows']['sv-se'] = "Samtalsflöden";
|
|||
$text['title-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
|
||||
$text['title-call_flow']['en-us'] = "Call Flow";
|
||||
$text['title-call_flow']['en-gb'] = "Call Flow";
|
||||
$text['title-call_flow']['ar-eg'] = "";
|
||||
$text['title-call_flow']['de-at'] = "Anruf Steuerung"; //copied from de-de
|
||||
$text['title-call_flow']['de-ch'] = "Anruf Steuerung"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-call_flow']['sv-se'] = "Samtalsflöde";
|
|||
$text['title-call_flow']['uk-ua'] = "Потік дзвінків";
|
||||
|
||||
$text['label-call_flow_name']['en-us'] = "Name";
|
||||
$text['label-call_flow_name']['en-gb'] = "Name";
|
||||
$text['label-call_flow_name']['ar-eg'] = "";
|
||||
$text['label-call_flow_name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-call_flow_name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['label-call_flow_name']['sv-se'] = "Namn";
|
|||
$text['label-call_flow_name']['uk-ua'] = "Назва";
|
||||
|
||||
$text['label-call_flow_status']['en-us'] = "Status";
|
||||
$text['label-call_flow_status']['en-gb'] = "Status";
|
||||
$text['label-call_flow_status']['ar-eg'] = "";
|
||||
$text['label-call_flow_status']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['label-call_flow_status']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-call_flow_status']['sv-se'] = "Status";
|
|||
$text['label-call_flow_status']['uk-ua'] = "Статус";
|
||||
|
||||
$text['label-call_flow_pin_number']['en-us'] = "PIN Number";
|
||||
$text['label-call_flow_pin_number']['en-gb'] = "PIN Number";
|
||||
$text['label-call_flow_pin_number']['ar-eg'] = "";
|
||||
$text['label-call_flow_pin_number']['de-at'] = "PIN Nummer"; //copied from de-de
|
||||
$text['label-call_flow_pin_number']['de-ch'] = "PIN Nummer"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-call_flow_pin_number']['sv-se'] = "PIN Kod";
|
|||
$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']['en-gb'] = "Feature Code";
|
||||
$text['label-call_flow_feature_code']['ar-eg'] = "";
|
||||
$text['label-call_flow_feature_code']['de-at'] = "Funktions-Code"; //copied from de-de
|
||||
$text['label-call_flow_feature_code']['de-ch'] = "Funktions-Code"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-call_flow_feature_code']['sv-se'] = "Funktionskod";
|
|||
$text['label-call_flow_feature_code']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_flow_extension']['en-us'] = "Extension";
|
||||
$text['label-call_flow_extension']['en-gb'] = "Extension";
|
||||
$text['label-call_flow_extension']['ar-eg'] = "";
|
||||
$text['label-call_flow_extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-call_flow_extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-call_flow_extension']['sv-se'] = "Anknytning";
|
|||
$text['label-call_flow_extension']['uk-ua'] = "Розширення (Extention)";
|
||||
|
||||
$text['label-call_flow_label']['en-us'] = "Destination Label";
|
||||
$text['label-call_flow_label']['en-gb'] = "Destination Label";
|
||||
$text['label-call_flow_label']['ar-eg'] = "";
|
||||
$text['label-call_flow_label']['de-at'] = "Ziel Kennzeichnung"; //copied from de-de
|
||||
$text['label-call_flow_label']['de-ch'] = "Ziel Kennzeichnung"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-call_flow_label']['sv-se'] = "Destination Etikett";
|
|||
$text['label-call_flow_label']['uk-ua'] = "призначення етикетки";
|
||||
|
||||
$text['label-call_flow_destination']['en-us'] = "Destination";
|
||||
$text['label-call_flow_destination']['en-gb'] = "Destination";
|
||||
$text['label-call_flow_destination']['ar-eg'] = "";
|
||||
$text['label-call_flow_destination']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-call_flow_destination']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-call_flow_destination']['sv-se'] = "Destination";
|
|||
$text['label-call_flow_destination']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-call_flow_context']['en-us'] = "Context";
|
||||
$text['label-call_flow_context']['en-gb'] = "Context";
|
||||
$text['label-call_flow_context']['ar-eg'] = "";
|
||||
$text['label-call_flow_context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['label-call_flow_context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-call_flow_context']['sv-se'] = "Context";
|
|||
$text['label-call_flow_context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['label-call_flow_alternate_label']['en-us'] = "Alternate Label";
|
||||
$text['label-call_flow_alternate_label']['en-gb'] = "Alternate Label";
|
||||
$text['label-call_flow_alternate_label']['ar-eg'] = "";
|
||||
$text['label-call_flow_alternate_label']['de-at'] = "Alternative Bezeichnung"; //copied from de-de
|
||||
$text['label-call_flow_alternate_label']['de-ch'] = "Alternative Bezeichnung"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-call_flow_alternate_label']['sv-se'] = "Alternativ Etikett";
|
|||
$text['label-call_flow_alternate_label']['uk-ua'] = "альтернативні етикетки";
|
||||
|
||||
$text['label-call_flow_alternate_destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-call_flow_alternate_destination']['en-gb'] = "Alternate Destination";
|
||||
$text['label-call_flow_alternate_destination']['ar-eg'] = "";
|
||||
$text['label-call_flow_alternate_destination']['de-at'] = "Alternatives Ziel"; //copied from de-de
|
||||
$text['label-call_flow_alternate_destination']['de-ch'] = "Alternatives Ziel"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-call_flow_alternate_destination']['sv-se'] = "Alternativ Destinatio
|
|||
$text['label-call_flow_alternate_destination']['uk-ua'] = "альтернативні варіанти призначення";
|
||||
|
||||
$text['label-call_flow_sound']['en-us'] = "Sound";
|
||||
$text['label-call_flow_sound']['en-gb'] = "Sound";
|
||||
$text['label-call_flow_sound']['ar-eg'] = "";
|
||||
$text['label-call_flow_sound']['de-at'] = "Rufton"; //copied from de-de
|
||||
$text['label-call_flow_sound']['de-ch'] = "Rufton"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-call_flow_sound']['sv-se'] = "Ljud";
|
|||
$text['label-call_flow_sound']['uk-ua'] = "звук";
|
||||
|
||||
$text['label-call_flow_alternate_sound']['en-us'] = "Alternate Sound";
|
||||
$text['label-call_flow_alternate_sound']['en-gb'] = "Alternate Sound";
|
||||
$text['label-call_flow_alternate_sound']['ar-eg'] = "";
|
||||
$text['label-call_flow_alternate_sound']['de-at'] = "Alternativer Rufton"; //copied from de-de
|
||||
$text['label-call_flow_alternate_sound']['de-ch'] = "Alternativer Rufton"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-call_flow_alternate_sound']['sv-se'] = "alternativt ljud";
|
|||
$text['label-call_flow_alternate_sound']['uk-ua'] = "альтернативний звук";
|
||||
|
||||
$text['label-call_flow_description']['en-us'] = "Description";
|
||||
$text['label-call_flow_description']['en-gb'] = "Description";
|
||||
$text['label-call_flow_description']['ar-eg'] = "";
|
||||
$text['label-call_flow_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-call_flow_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-call_flow_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-call_flow_description']['uk-ua'] = "Опис";
|
||||
|
||||
$text['header-call_flows']['en-us'] = "Call Flows";
|
||||
$text['header-call_flows']['en-gb'] = "Call Flows";
|
||||
$text['header-call_flows']['ar-eg'] = "";
|
||||
$text['header-call_flows']['de-at'] = "Anruf Steuerung"; //copied from de-de
|
||||
$text['header-call_flows']['de-ch'] = "Anruf Steuerung"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['header-call_flows']['sv-se'] = "Samtalsflöden";
|
|||
$text['header-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
|
||||
$text['header-call_flow']['en-us'] = "Call Flow";
|
||||
$text['header-call_flow']['en-gb'] = "Call Flow";
|
||||
$text['header-call_flow']['ar-eg'] = "";
|
||||
$text['header-call_flow']['de-at'] = "Anruf Steuerung"; //copied from de-de
|
||||
$text['header-call_flow']['de-ch'] = "Anruf Steuerung"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['header-call_flow']['sv-se'] = "Samtalsflöde";
|
|||
$text['header-call_flow']['uk-ua'] = "Потік дзвінка";
|
||||
|
||||
$text['description-call_flow_status']['en-us'] = "Select the status.";
|
||||
$text['description-call_flow_status']['en-gb'] = "Select the status.";
|
||||
$text['description-call_flow_status']['ar-eg'] = "";
|
||||
$text['description-call_flow_status']['de-at'] = "Status festlegen."; //copied from de-de
|
||||
$text['description-call_flow_status']['de-ch'] = "Status festlegen."; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['description-call_flow_status']['sv-se'] = "Välj Status";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_pin_number']['de-ch'] = "Geben Sie eine PIN ein."; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['description-call_flow_pin_number']['sv-se'] = "Ange PIN Kod.";
|
|||
$text['description-call_flow_pin_number']['uk-ua'] = "Введіть пін - код.";
|
||||
|
||||
$text['description-call_flow_name']['en-us'] = "Enter the name.";
|
||||
$text['description-call_flow_name']['en-gb'] = "Enter the name.";
|
||||
$text['description-call_flow_name']['ar-eg'] = "";
|
||||
$text['description-call_flow_name']['de-at'] = "Geben Sie den Namen an"; //copied from de-de
|
||||
$text['description-call_flow_name']['de-ch'] = "Geben Sie den Namen an"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['description-call_flow_name']['sv-se'] = "Ange Namn.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_feature_code']['de-ch'] = "Geben Sie den Funktions-Code an."; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['description-call_flow_feature_code']['sv-se'] = "Ange Funktionskoden.";
|
|||
$text['description-call_flow_feature_code']['uk-ua'] = "Введіть код об'єкта.";
|
||||
|
||||
$text['description-call_flow_extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-call_flow_extension']['en-gb'] = "Enter the extension number.";
|
||||
$text['description-call_flow_extension']['ar-eg'] = "";
|
||||
$text['description-call_flow_extension']['de-at'] = "Weisen Sie die Nebenstelle aus."; //copied from de-de
|
||||
$text['description-call_flow_extension']['de-ch'] = "Weisen Sie die Nebenstelle aus."; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['description-call_flow_extension']['sv-se'] = "Ange anknytningsnumret.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_destination_label']['de-ch'] = "Geben Sie eine Beschreibung für das Ziel an."; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['description-call_flow_destination_label']['sv-se'] = "Ange Destinations E
|
|||
$text['description-call_flow_destination_label']['uk-ua'] = "Введіть мітку призначення.";
|
||||
|
||||
$text['description-call_flow_destination']['en-us'] = "Select the destination.";
|
||||
$text['description-call_flow_destination']['en-gb'] = "Select the destination.";
|
||||
$text['description-call_flow_destination']['ar-eg'] = "";
|
||||
$text['description-call_flow_destination']['de-at'] = "Wählen Sie das Ziel."; //copied from de-de
|
||||
$text['description-call_flow_destination']['de-ch'] = "Wählen Sie das Ziel."; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['description-call_flow_destination']['sv-se'] = "Välj destinationen.";
|
|||
$text['description-call_flow_destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
|
||||
$text['description-call_flow_context']['en-us'] = "Enter the context.";
|
||||
$text['description-call_flow_context']['en-gb'] = "Enter the context.";
|
||||
$text['description-call_flow_context']['ar-eg'] = "";
|
||||
$text['description-call_flow_context']['de-at'] = "Geben Sie den Kontext hier an."; //copied from de-de
|
||||
$text['description-call_flow_context']['de-ch'] = "Geben Sie den Kontext hier an."; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['description-call_flow_context']['sv-se'] = "Ange Context.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flows']['de-ch'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Funktions-Code wählen."; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer gen
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_alternate_label']['de-ch'] = "Geben Sie eine Beschreibung für das alternative Ziel ein."; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['description-call_flow_alternate_label']['sv-se'] = "Ange den alternativa
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_alternate_destination']['de-ch'] = "Wählen Sie ein alternatives Ziel."; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['description-call_flow_alternate_destination']['sv-se'] = "Välj den alter
|
|||
$text['description-call_flow_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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_sound']['de-ch'] = "Wählen Sie den zu spielenden Rufton aus, wenn das primäre Ziel ausgewählt ist."; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['description-call_flow_sound']['sv-se'] = "Välj ljud att spela när statu
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_flow_alternate_sound']['de-ch'] = "Wählen Sie den zu spielenden Rufton aus, wenn das alternative Ziel ausgewählt ist."; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['description-call_flow_alternate_sound']['sv-se'] = "Välj ljud att spela
|
|||
$text['description-call_flow_alternate_sound']['uk-ua'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення.";
|
||||
|
||||
$text['recordings']['en-us'] = "Recordings";
|
||||
$text['recordings']['en-gb'] = "Recordings";
|
||||
$text['recordings']['ar-eg'] = "";
|
||||
$text['recordings']['de-at'] = "Aufnahmen"; //copied from de-de
|
||||
$text['recordings']['de-ch'] = "Aufnahmen"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['recordings']['sv-se'] = "inspelningar";
|
|||
$text['recordings']['uk-ua'] = "записи";
|
||||
|
||||
$text['miscellaneous']['en-us'] = "Miscellaneous";
|
||||
$text['miscellaneous']['en-gb'] = "Miscellaneous";
|
||||
$text['miscellaneous']['ar-eg'] = "";
|
||||
$text['miscellaneous']['de-at'] = "Sonstiges"; //copied from de-de
|
||||
$text['miscellaneous']['de-ch'] = "Sonstiges"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['miscellaneous']['sv-se'] = "Diverse";
|
|||
$text['miscellaneous']['uk-ua'] = "Різне";
|
||||
|
||||
$text['sounds']['en-us'] = "Sounds";
|
||||
$text['sounds']['en-gb'] = "Sounds";
|
||||
$text['sounds']['ar-eg'] = "";
|
||||
$text['sounds']['de-at'] = "Ruftöne"; //copied from de-de
|
||||
$text['sounds']['de-ch'] = "Ruftöne"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Flows";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Flows";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Steuerung";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = 'Call Recordings';
|
||||
$apps[$x]['description']['en-gb'] = 'Call Recordings';
|
||||
$apps[$x]['description']['nl-nl'] = 'Gespreksopnamen';
|
||||
|
||||
//permission details
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$text['title-call_recordings']['en-us'] = "Call Recordings";
|
||||
$text['title-call_recordings']['en-gb'] = "Call Recordings";
|
||||
$text['title-call_recordings']['ar-eg'] = "";
|
||||
$text['title-call_recordings']['de-at'] = "";
|
||||
$text['title-call_recordings']['de-ch'] = "";
|
||||
|
|
@ -21,6 +22,7 @@ $text['title-call_recordings']['sv-se'] = "";
|
|||
$text['title-call_recordings']['uk-ua'] = "";
|
||||
|
||||
$text['title-call_recording']['en-us'] = "Call Recording";
|
||||
$text['title-call_recording']['en-gb'] = "Call Recording";
|
||||
$text['title-call_recording']['ar-eg'] = "";
|
||||
$text['title-call_recording']['de-at'] = "";
|
||||
$text['title-call_recording']['de-ch'] = "";
|
||||
|
|
@ -41,6 +43,7 @@ $text['title-call_recording']['sv-se'] = "";
|
|||
$text['title-call_recording']['uk-ua'] = "";
|
||||
|
||||
$text['title_description-call_recordings']['en-us'] = "Shows the call recordings with name, length, date and time, and call direction.";
|
||||
$text['title_description-call_recordings']['en-gb'] = "Shows the call recordings with name, length, date and time, and call direction.";
|
||||
$text['title_description-call_recordings']['ar-eg'] = "";
|
||||
$text['title_description-call_recordings']['de-at'] = "";
|
||||
$text['title_description-call_recordings']['de-ch'] = "";
|
||||
|
|
@ -61,6 +64,7 @@ $text['title_description-call_recordings']['sv-se'] = "";
|
|||
$text['title_description-call_recordings']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_recording_name']['en-us'] = "Name";
|
||||
$text['label-call_recording_name']['en-gb'] = "Name";
|
||||
$text['label-call_recording_name']['ar-eg'] = "";
|
||||
$text['label-call_recording_name']['de-at'] = "";
|
||||
$text['label-call_recording_name']['de-ch'] = "";
|
||||
|
|
@ -81,6 +85,7 @@ $text['label-call_recording_name']['sv-se'] = "";
|
|||
$text['label-call_recording_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_recording_name']['en-us'] = "";
|
||||
$text['description-call_recording_name']['en-gb'] = "";
|
||||
$text['description-call_recording_name']['ar-eg'] = "";
|
||||
$text['description-call_recording_name']['de-at'] = "";
|
||||
$text['description-call_recording_name']['de-ch'] = "";
|
||||
|
|
@ -101,6 +106,7 @@ $text['description-call_recording_name']['sv-se'] = "";
|
|||
$text['description-call_recording_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_recording_path']['en-us'] = "Path";
|
||||
$text['label-call_recording_path']['en-gb'] = "Path";
|
||||
$text['label-call_recording_path']['ar-eg'] = "";
|
||||
$text['label-call_recording_path']['de-at'] = "";
|
||||
$text['label-call_recording_path']['de-ch'] = "";
|
||||
|
|
@ -121,6 +127,7 @@ $text['label-call_recording_path']['sv-se'] = "";
|
|||
$text['label-call_recording_path']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_recording_path']['en-us'] = "";
|
||||
$text['description-call_recording_path']['en-gb'] = "";
|
||||
$text['description-call_recording_path']['ar-eg'] = "";
|
||||
$text['description-call_recording_path']['de-at'] = "";
|
||||
$text['description-call_recording_path']['de-ch'] = "";
|
||||
|
|
@ -141,6 +148,7 @@ $text['description-call_recording_path']['sv-se'] = "";
|
|||
$text['description-call_recording_path']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_recording_length']['en-us'] = "Length";
|
||||
$text['label-call_recording_length']['en-gb'] = "Length";
|
||||
$text['label-call_recording_length']['ar-eg'] = "";
|
||||
$text['label-call_recording_length']['de-at'] = "";
|
||||
$text['label-call_recording_length']['de-ch'] = "";
|
||||
|
|
@ -161,6 +169,7 @@ $text['label-call_recording_length']['sv-se'] = "";
|
|||
$text['label-call_recording_length']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_recording_length']['en-us'] = "";
|
||||
$text['description-call_recording_length']['en-gb'] = "";
|
||||
$text['description-call_recording_length']['ar-eg'] = "";
|
||||
$text['description-call_recording_length']['de-at'] = "";
|
||||
$text['description-call_recording_length']['de-ch'] = "";
|
||||
|
|
@ -181,6 +190,7 @@ $text['description-call_recording_length']['sv-se'] = "";
|
|||
$text['description-call_recording_length']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_recording_date']['en-us'] = "Date";
|
||||
$text['label-call_recording_date']['en-gb'] = "Date";
|
||||
$text['label-call_recording_date']['ar-eg'] = "";
|
||||
$text['label-call_recording_date']['de-at'] = "";
|
||||
$text['label-call_recording_date']['de-ch'] = "";
|
||||
|
|
@ -201,6 +211,7 @@ $text['label-call_recording_date']['sv-se'] = "";
|
|||
$text['label-call_recording_date']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_recording_date']['en-us'] = "";
|
||||
$text['description-call_recording_date']['en-gb'] = "";
|
||||
$text['description-call_recording_date']['ar-eg'] = "";
|
||||
$text['description-call_recording_date']['de-at'] = "";
|
||||
$text['description-call_recording_date']['de-ch'] = "";
|
||||
|
|
@ -221,6 +232,7 @@ $text['description-call_recording_date']['sv-se'] = "";
|
|||
$text['description-call_recording_date']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_direction']['en-us'] = "Direction";
|
||||
$text['label-call_direction']['en-gb'] = "Direction";
|
||||
$text['label-call_direction']['ar-eg'] = "";
|
||||
$text['label-call_direction']['de-at'] = "";
|
||||
$text['label-call_direction']['de-ch'] = "";
|
||||
|
|
@ -241,6 +253,7 @@ $text['label-call_direction']['sv-se'] = "";
|
|||
$text['label-call_direction']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_direction']['en-us'] = "";
|
||||
$text['description-call_direction']['en-gb'] = "";
|
||||
$text['description-call_direction']['ar-eg'] = "";
|
||||
$text['description-call_direction']['de-at'] = "";
|
||||
$text['description-call_direction']['de-ch'] = "";
|
||||
|
|
@ -261,6 +274,7 @@ $text['description-call_direction']['sv-se'] = "";
|
|||
$text['description-call_direction']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_recording_description']['en-us'] = "Description";
|
||||
$text['label-call_recording_description']['en-gb'] = "Description";
|
||||
$text['label-call_recording_description']['ar-eg'] = "";
|
||||
$text['label-call_recording_description']['de-at'] = "";
|
||||
$text['label-call_recording_description']['de-ch'] = "";
|
||||
|
|
@ -281,6 +295,7 @@ $text['label-call_recording_description']['sv-se'] = "";
|
|||
$text['label-call_recording_description']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_recording_description']['en-us'] = "";
|
||||
$text['description-call_recording_description']['en-gb'] = "";
|
||||
$text['description-call_recording_description']['ar-eg'] = "";
|
||||
$text['description-call_recording_description']['de-at'] = "";
|
||||
$text['description-call_recording_description']['de-ch'] = "";
|
||||
|
|
@ -301,6 +316,7 @@ $text['description-call_recording_description']['sv-se'] = "";
|
|||
$text['description-call_recording_description']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_recording_base64']['en-us'] = "Base64";
|
||||
$text['label-call_recording_base64']['en-gb'] = "Base64";
|
||||
$text['label-call_recording_base64']['ar-eg'] = "";
|
||||
$text['label-call_recording_base64']['de-at'] = "";
|
||||
$text['label-call_recording_base64']['de-ch'] = "";
|
||||
|
|
@ -321,6 +337,7 @@ $text['label-call_recording_base64']['sv-se'] = "";
|
|||
$text['label-call_recording_base64']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_recording_base64']['en-us'] = "";
|
||||
$text['description-call_recording_base64']['en-gb'] = "";
|
||||
$text['description-call_recording_base64']['ar-eg'] = "";
|
||||
$text['description-call_recording_base64']['de-at'] = "";
|
||||
$text['description-call_recording_base64']['de-ch'] = "";
|
||||
|
|
@ -341,6 +358,7 @@ $text['description-call_recording_base64']['sv-se'] = "";
|
|||
$text['description-call_recording_base64']['uk-ua'] = "";
|
||||
|
||||
$text['label-inbound']['en-us'] = "Inbound";
|
||||
$text['label-inbound']['en-gb'] = "Inbound";
|
||||
$text['label-inbound']['ar-eg'] = "Inbound";
|
||||
$text['label-inbound']['de-at'] = "Inbound";
|
||||
$text['label-inbound']['de-ch'] = "Inbound";
|
||||
|
|
@ -361,6 +379,7 @@ $text['label-inbound']['sv-se'] = "Inbound";
|
|||
$text['label-inbound']['uk-ua'] = "Inbound";
|
||||
|
||||
$text['label-outbound']['en-us'] = "Outbound";
|
||||
$text['label-outbound']['en-gb'] = "Outbound";
|
||||
$text['label-outbound']['ar-eg'] = "Outbound";
|
||||
$text['label-outbound']['de-at'] = "Outbound";
|
||||
$text['label-outbound']['de-ch'] = "Outbound";
|
||||
|
|
@ -381,6 +400,7 @@ $text['label-outbound']['sv-se'] = "Outbound";
|
|||
$text['label-outbound']['uk-ua'] = "Outbound";
|
||||
|
||||
$text['label-local']['en-us'] = "Local";
|
||||
$text['label-local']['en-gb'] = "Local";
|
||||
$text['label-local']['ar-eg'] = "Local";
|
||||
$text['label-local']['de-at'] = "Local";
|
||||
$text['label-local']['de-ch'] = "Local";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Call Recordings';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Call Recordings';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Call Forward, Follow Me and Do Not Disturb.";
|
||||
$apps[$x]['description']['en-gb'] = "Call Forward, Follow Me and Do Not Disturb.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Anrufweiterleitung, Follow Me und Nicht-Stören.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-call_routing']['en-us'] = "Call Routing";
|
||||
$text['title-call_routing']['en-gb'] = "Call Routing";
|
||||
$text['title-call_routing']['ar-eg'] = "توجيه الدعوة";
|
||||
$text['title-call_routing']['de-at'] = "Call Routing"; //copied from de-de
|
||||
$text['title-call_routing']['de-ch'] = "Call Routing"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-call_routing']['sv-se'] = "Call Routing";
|
|||
$text['title-call_routing']['uk-ua'] = "маршрутизація викликів";
|
||||
|
||||
$text['table-tools']['en-us'] = "Tools";
|
||||
$text['table-tools']['en-gb'] = "Tools";
|
||||
$text['table-tools']['ar-eg'] = "";
|
||||
$text['table-tools']['de-at'] = "Funktionen"; //copied from de-de
|
||||
$text['table-tools']['de-ch'] = "Funktionen"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['table-tools']['sv-se'] = "Verktyg";
|
|||
$text['table-tools']['uk-ua'] = "Інструменти";
|
||||
|
||||
$text['table-extension']['en-us'] = "Extension";
|
||||
$text['table-extension']['en-gb'] = "Extension";
|
||||
$text['table-extension']['ar-eg'] = "";
|
||||
$text['table-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['table-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['table-extension']['sv-se'] = "Anknytning";
|
|||
$text['table-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
|
||||
$text['table-description']['en-us'] = "Description";
|
||||
$text['table-description']['en-gb'] = "Description";
|
||||
$text['table-description']['ar-eg'] = "";
|
||||
$text['table-description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['table-description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['table-description']['sv-se'] = "Beskrivning";
|
|||
$text['table-description']['uk-ua'] = "Опис";
|
||||
|
||||
$text['label-ring-timeout']['en-us'] = "Timeout";
|
||||
$text['label-ring-timeout']['en-gb'] = "Timeout";
|
||||
$text['label-ring-timeout']['ar-eg'] = "";
|
||||
$text['label-ring-timeout']['de-at'] = "Abwurfzeit"; //copied from de-de
|
||||
$text['label-ring-timeout']['de-ch'] = "Abwurfzeit"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-ring-timeout']['sv-se'] = "Tidsgräns";
|
|||
$text['label-ring-timeout']['uk-ua'] = "Таймаут";
|
||||
|
||||
$text['label-ring-order']['en-us'] = "Ring Order";
|
||||
$text['label-ring-order']['en-gb'] = "Ring Order";
|
||||
$text['label-ring-order']['ar-eg'] = "";
|
||||
$text['label-ring-order']['de-at'] = "Ruf Reihenfolge"; //copied from de-de
|
||||
$text['label-ring-order']['de-ch'] = "Ruf Reihenfolge"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-ring-order']['sv-se'] = "Ring Ordning";
|
|||
$text['label-ring-order']['uk-ua'] = "Послідовність набору";
|
||||
|
||||
$text['label-ring-delay']['en-us'] = "Delay";
|
||||
$text['label-ring-delay']['en-gb'] = "Delay";
|
||||
$text['label-ring-delay']['ar-eg'] = "";
|
||||
$text['label-ring-delay']['de-at'] = "Verzögerung"; //copied from de-de
|
||||
$text['label-ring-delay']['de-ch'] = "Verzögerung"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-ring-delay']['sv-se'] = "Fördröjning";
|
|||
$text['label-ring-delay']['uk-ua'] = "Затримка";
|
||||
|
||||
$text['label-prompt']['en-us'] = "Prompt to accept the call";
|
||||
$text['label-prompt']['en-gb'] = "Prompt to accept the call";
|
||||
$text['label-prompt']['ar-eg'] = "";
|
||||
$text['label-prompt']['de-at'] = "Ansage um den Anruf anzunehmen"; //copied from de-de
|
||||
$text['label-prompt']['de-ch'] = "Ansage um den Anruf anzunehmen"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal.";
|
|||
$text['label-prompt']['uk-ua'] = "";
|
||||
|
||||
$text['label-on-busy']['en-us'] = "On Busy";
|
||||
$text['label-on-busy']['en-gb'] = "On Busy";
|
||||
$text['label-on-busy']['ar-eg'] = "";
|
||||
$text['label-on-busy']['de-at'] = "Bei Besetzt"; //copied from de-de
|
||||
$text['label-on-busy']['de-ch'] = "Bei Besetzt"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-on-busy']['sv-se'] = "Vid Upptaget";
|
|||
$text['label-on-busy']['uk-ua'] = "Якщо зайнято";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['en-gb'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "";
|
||||
$text['label-number']['de-at'] = "Nummer"; //copied from de-de
|
||||
$text['label-number']['de-ch'] = "Nummer"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-number']['sv-se'] = "Nummer";
|
|||
$text['label-number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-no_answer']['en-us'] = "No Answer";
|
||||
$text['label-no_answer']['en-gb'] = "No Answer";
|
||||
$text['label-no_answer']['ar-eg'] = "";
|
||||
$text['label-no_answer']['de-at'] = "Keine Antwort"; //copied from de-de
|
||||
$text['label-no_answer']['de-ch'] = "Keine Antwort"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-no_answer']['sv-se'] = "Inget Svar";
|
|||
$text['label-no_answer']['uk-ua'] = "Без відповіді";
|
||||
|
||||
$text['label-not_registered']['en-us'] = "Not Registered";
|
||||
$text['label-not_registered']['en-gb'] = "Not Registered";
|
||||
$text['label-not_registered']['ar-eg'] = "";
|
||||
$text['label-not_registered']['de-at'] = "Nicht registriert"; //copied from de-de
|
||||
$text['label-not_registered']['de-ch'] = "Nicht registriert"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-not_registered']['sv-se'] = "Ej Registrerad";
|
|||
$text['label-not_registered']['uk-ua'] = "";
|
||||
|
||||
$text['label-ignore_busy']['en-us'] = "Ignore Busy";
|
||||
$text['label-ignore_busy']['en-gb'] = "Ignore Busy";
|
||||
$text['label-ignore_busy']['ar-eg'] = "";
|
||||
$text['label-ignore_busy']['de-at'] = "Besetzt ignorieren"; //copied from de-de
|
||||
$text['label-ignore_busy']['de-ch'] = "Besetzt ignorieren"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-ignore_busy']['sv-se'] = "Ignorera Upptaget";
|
|||
$text['label-ignore_busy']['uk-ua'] = "";
|
||||
|
||||
$text['label-follow-me']['en-us'] = "Follow Me";
|
||||
$text['label-follow-me']['en-gb'] = "Follow Me";
|
||||
$text['label-follow-me']['ar-eg'] = "";
|
||||
$text['label-follow-me']['de-at'] = "Anrufweiterschaltung"; //copied from de-de
|
||||
$text['label-follow-me']['de-ch'] = "Anrufweiterschaltung"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-follow-me']['sv-se'] = "Följ Mig";
|
|||
$text['label-follow-me']['uk-ua'] = "";
|
||||
|
||||
$text['label-dnd']['en-us'] = "Do Not Disturb";
|
||||
$text['label-dnd']['en-gb'] = "Do Not Disturb";
|
||||
$text['label-dnd']['ar-eg'] = "";
|
||||
$text['label-dnd']['de-at'] = "Bitte nicht stören"; //copied from de-de
|
||||
$text['label-dnd']['de-ch'] = "Bitte nicht stören"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-dnd']['sv-se'] = "Stör Ej";
|
|||
$text['label-dnd']['uk-ua'] = "Не турбувати";
|
||||
|
||||
$text['label-destinations']['en-us'] = "Destinations";
|
||||
$text['label-destinations']['en-gb'] = "Destinations";
|
||||
$text['label-destinations']['ar-eg'] = "";
|
||||
$text['label-destinations']['de-at'] = "Ziele"; //copied from de-de
|
||||
$text['label-destinations']['de-ch'] = "Ziele"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-destinations']['sv-se'] = "Destinationer";
|
|||
$text['label-destinations']['uk-ua'] = "Номери";
|
||||
|
||||
$text['label-destination_timeout']['en-us'] = "Timeout";
|
||||
$text['label-destination_timeout']['en-gb'] = "Timeout";
|
||||
$text['label-destination_timeout']['ar-eg'] = "";
|
||||
$text['label-destination_timeout']['de-at'] = "Abwurfzeit"; //copied from de-de
|
||||
$text['label-destination_timeout']['de-ch'] = "Abwurfzeit"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-destination_timeout']['sv-se'] = "Tidsgräns";
|
|||
$text['label-destination_timeout']['uk-ua'] = "Таймаут";
|
||||
|
||||
$text['label-destination_prompt_confirm']['en-us'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['en-gb'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['ar-eg'] = "";
|
||||
$text['label-destination_prompt_confirm']['de-at'] = "Bestätigen"; //copied from de-de
|
||||
$text['label-destination_prompt_confirm']['de-ch'] = "Bestätigen"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-destination_prompt_confirm']['sv-se'] = "Bekräfta";
|
|||
$text['label-destination_prompt_confirm']['uk-ua'] = "Підтвердити";
|
||||
|
||||
$text['label-destination_prompt_announce']['en-us'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['en-gb'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['ar-eg'] = "";
|
||||
$text['label-destination_prompt_announce']['de-at'] = "Ankündigen"; //copied from de-de
|
||||
$text['label-destination_prompt_announce']['de-ch'] = "Ankündigen"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-destination_prompt_announce']['sv-se'] = "Meddela";
|
|||
$text['label-destination_prompt_announce']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_prompt']['en-us'] = "Prompt";
|
||||
$text['label-destination_prompt']['en-gb'] = "Prompt";
|
||||
$text['label-destination_prompt']['ar-eg'] = "";
|
||||
$text['label-destination_prompt']['de-at'] = "Nachfragen"; //copied from de-de
|
||||
$text['label-destination_prompt']['de-ch'] = "Nachfragen"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-destination_prompt']['sv-se'] = "Verifiering";
|
|||
$text['label-destination_prompt']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['en-gb'] = "Destination";
|
||||
$text['label-destination_number']['ar-eg'] = "";
|
||||
$text['label-destination_number']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination_number']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-destination_number']['sv-se'] = "Destination Nummer";
|
|||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-destination_delay']['en-us'] = "Delay";
|
||||
$text['label-destination_delay']['en-gb'] = "Delay";
|
||||
$text['label-destination_delay']['ar-eg'] = "";
|
||||
$text['label-destination_delay']['de-at'] = "Verzögerung"; //copied from de-de
|
||||
$text['label-destination_delay']['de-ch'] = "Verzögerung"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-destination_delay']['sv-se'] = "Fördröjning";
|
|||
$text['label-destination_delay']['uk-ua'] = "Затримка";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['en-gb'] = "Destination";
|
||||
$text['label-destination']['ar-eg'] = "";
|
||||
$text['label-destination']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-destination']['sv-se'] = "Destination";
|
|||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-cid-number-prefix']['en-us'] = "Number Prefix";
|
||||
$text['label-cid-number-prefix']['en-gb'] = "Number Prefix";
|
||||
$text['label-cid-number-prefix']['ar-eg'] = "";
|
||||
$text['label-cid-number-prefix']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-cid-number-prefix']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-cid-number-prefix']['sv-se'] = "Nummerpresentation";
|
|||
$text['label-cid-number-prefix']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-cid-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-cid-number']['en-gb'] = "Caller ID Number";
|
||||
$text['label-cid-number']['ar-eg'] = "";
|
||||
$text['label-cid-number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-cid-number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-cid-number']['sv-se'] = "Nummerpresentation";
|
|||
$text['label-cid-number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-cid-name-prefix']['en-us'] = "Name Prefix";
|
||||
$text['label-cid-name-prefix']['en-gb'] = "Name Prefix";
|
||||
$text['label-cid-name-prefix']['ar-eg'] = "";
|
||||
$text['label-cid-name-prefix']['de-at'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-cid-name-prefix']['de-ch'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-cid-name-prefix']['sv-se'] = "Namnpresentation";
|
|||
$text['label-cid-name-prefix']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-call-prompt']['en-us'] = "Call Prompt";
|
||||
$text['label-call-prompt']['en-gb'] = "Call Prompt";
|
||||
$text['label-call-prompt']['ar-eg'] = "";
|
||||
$text['label-call-prompt']['de-at'] = "Nachfragen"; //copied from de-de
|
||||
$text['label-call-prompt']['de-ch'] = "Nachfragen"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-call-prompt']['sv-se'] = "Samtals Verifiering";
|
|||
$text['label-call-prompt']['uk-ua'] = "";
|
||||
|
||||
$text['label-call-forward']['en-us'] = "Call Forward";
|
||||
$text['label-call-forward']['en-gb'] = "Call Forward";
|
||||
$text['label-call-forward']['ar-eg'] = "";
|
||||
$text['label-call-forward']['de-at'] = "Rufumleitung"; //copied from de-de
|
||||
$text['label-call-forward']['de-ch'] = "Rufumleitung"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-call-forward']['sv-se'] = "Vidarekoppling";
|
|||
$text['label-call-forward']['uk-ua'] = "Переадресація";
|
||||
|
||||
$text['header-call_routing']['en-us'] = "Call Routing";
|
||||
$text['header-call_routing']['en-gb'] = "Call Routing";
|
||||
$text['header-call_routing']['ar-eg'] = "توجيه الدعوة";
|
||||
$text['header-call_routing']['de-at'] = "Anrufweiterleitung"; //copied from de-de
|
||||
$text['header-call_routing']['de-ch'] = "Anrufweiterleitung"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['header-call_routing']['sv-se'] = "Samtals Styrning";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-on-busy']['de-ch'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben."; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['description-on-busy']['sv-se'] = "Om aktiverad, så tar den överhand fra
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-no_answer']['de-ch'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben."; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['description-no_answer']['sv-se'] = "Om aktiverad, så tar den överhand f
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-not_registered']['de-ch'] = "Rufweiterleitung an neues Ziel, wenn ursprüngliches Ziel nicht erreichbar ist, bevor die Mailbox aktiviert wird."; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['description-not_registered']['sv-se'] = "Om endpoint är inte nås, vidar
|
|||
$text['description-not_registered']['uk-ua'] = "Якщо кінцева точка не можна досягти, вперед до цієї мети, перш ніж йти на голосову пошту.";
|
||||
|
||||
$text['description-ignore_busy']['en-us'] = "Interrupt the call if a destination is busy.";
|
||||
$text['description-ignore_busy']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-ignore_busy']['de-ch'] = "Anruf unterbrechen wenn ein Ziel besetzt ist."; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['description-ignore_busy']['sv-se'] = "Avbryt samtal om en destination är
|
|||
$text['description-ignore_busy']['uk-ua'] = "Переривання виклику, якщо абонент зайнятий.";
|
||||
|
||||
$text['description-cid-number-prefix']['en-us'] = "Set the caller ID number prefix.";
|
||||
$text['description-cid-number-prefix']['en-gb'] = "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)"; //copied from de-de
|
||||
$text['description-cid-number-prefix']['de-ch'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['description-cid-number-prefix']['sv-se'] = "Ange nummerpresentation prefi
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-cid-number']['de-ch'] = "Wählen Sie eine Nummer mit der die ursprüngliche Anrufer-ID-Nummer überschreiben werden soll."; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['description-cid-number']['sv-se'] = "Välj ett nummer för att åsidosät
|
|||
$text['description-cid-number']['uk-ua'] = "Виберіть номер, щоб перевизначити вихідний ідентифікаційний номер абонента.";
|
||||
|
||||
$text['description-cid-name-prefix']['en-us'] = "Set the caller ID name prefix.";
|
||||
$text['description-cid-name-prefix']['en-gb'] = "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)"; //copied from de-de
|
||||
$text['description-cid-name-prefix']['de-ch'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['description-cid-name-prefix']['sv-se'] = "Ange namnpresentation prefix.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call-prompt']['de-ch'] = "Nachfragen, ob der Anruf auch wirklich durchgestellt werden soll."; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['description-call-prompt']['sv-se'] = "Kräv verifiering för att ta emot
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_routing']['de-ch'] = "Definieren Sie eine alternative Handhabung von eingehenden Anrufen für nachfolgende Nebenstellen."; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['description-call_routing']['sv-se'] = "Definiera alternativa inkommande s
|
|||
$text['description-call_routing']['uk-ua'] = "Визначити обробку для наступних розширень альтернативного вхідного дзвінка.";
|
||||
|
||||
$text['description-call_forward']['en-us'] = "Forward all calls to the specified destination.";
|
||||
$text['description-call_forward']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-call_forward']['de-ch'] = "Leiten Sie alle Anrufe an das angegebene Ziel."; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['description-call_forward']['sv-se'] = "Vidarekoppla alla samtal till den
|
|||
$text['description-call_forward']['uk-ua'] = "Усі дзвінки скеровуються на вказане місце призначення.";
|
||||
|
||||
$text['description']['en-us'] = "Directs incoming calls for extension:";
|
||||
$text['description']['en-gb'] = "Directs incoming calls for extension:";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Leitet eingehende Gespräche für die Nebenstelle:"; //copied from de-de
|
||||
$text['description']['de-ch'] = "Leitet eingehende Gespräche für die Nebenstelle:"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['description']['sv-se'] = "Styr inkommande samtal för anknytning:";
|
|||
$text['description']['uk-ua'] = "Керування вхідними дзвінками для розширення";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['en-gb'] = "Update Complete";
|
||||
$text['confirm-update']['ar-eg'] = "";
|
||||
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
$text['confirm-update']['de-ch'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['confirm-update']['sv-se'] = "Uppdatering Klar";
|
|||
$text['confirm-update']['uk-ua'] = "Оновлено";
|
||||
|
||||
$text['check-true']['en-us'] = "True";
|
||||
$text['check-true']['en-gb'] = "True";
|
||||
$text['check-true']['ar-eg'] = "";
|
||||
$text['check-true']['de-at'] = "An"; //copied from de-de
|
||||
$text['check-true']['de-ch'] = "An"; //copied from de-de
|
||||
|
|
@ -842,6 +884,7 @@ $text['check-true']['sv-se'] = "Sann";
|
|||
$text['check-true']['uk-ua'] = "Так";
|
||||
|
||||
$text['check-simultaneous']['en-us'] = "simultaneous";
|
||||
$text['check-simultaneous']['en-gb'] = "simultaneous";
|
||||
$text['check-simultaneous']['ar-eg'] = "";
|
||||
$text['check-simultaneous']['de-at'] = "gleichzeitig"; //copied from de-de
|
||||
$text['check-simultaneous']['de-ch'] = "gleichzeitig"; //copied from de-de
|
||||
|
|
@ -862,6 +905,7 @@ $text['check-simultaneous']['sv-se'] = "Samtidig";
|
|||
$text['check-simultaneous']['uk-ua'] = "одночасно";
|
||||
|
||||
$text['check-sequence']['en-us'] = "sequence";
|
||||
$text['check-sequence']['en-gb'] = "sequence";
|
||||
$text['check-sequence']['ar-eg'] = "";
|
||||
$text['check-sequence']['de-at'] = "sequenziell"; //copied from de-de
|
||||
$text['check-sequence']['de-ch'] = "sequenziell"; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['check-sequence']['sv-se'] = "sekvens";
|
|||
$text['check-sequence']['uk-ua'] = "послідовно";
|
||||
|
||||
$text['check-false']['en-us'] = "False";
|
||||
$text['check-false']['en-gb'] = "False";
|
||||
$text['check-false']['ar-eg'] = "";
|
||||
$text['check-false']['de-at'] = "Aus"; //copied from de-de
|
||||
$text['check-false']['de-ch'] = "Aus"; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['check-false']['sv-se'] = "Falsk";
|
|||
$text['check-false']['uk-ua'] = "Ні";
|
||||
|
||||
$text['button-view_all']['en-us'] = "View All";
|
||||
$text['button-view_all']['en-gb'] = "View All";
|
||||
$text['button-view_all']['ar-eg'] = "";
|
||||
$text['button-view_all']['de-at'] = "Alle anzeigen"; //copied from de-de
|
||||
$text['button-view_all']['de-ch'] = "Alle anzeigen"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Call Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Call Routing";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Active channels on the system.";
|
||||
$apps[$x]['description']['en-gb'] = "Active channels on the system.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Aktive Kanäle auf dem System.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-2']['en-us'] = "Active Extensions";
|
||||
$text['title-2']['en-gb'] = "Active Extensions";
|
||||
$text['title-2']['ar-eg'] = "";
|
||||
$text['title-2']['de-at'] = "Aktive Nebenstellen"; //copied from de-de
|
||||
$text['title-2']['de-ch'] = "Aktive Nebenstellen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-2']['sv-se'] = "Aktiva anknytningar";
|
|||
$text['title-2']['uk-ua'] = "Активні розширення";
|
||||
|
||||
$text['title']['en-us'] = "Active Calls";
|
||||
$text['title']['en-gb'] = "Active Calls";
|
||||
$text['title']['ar-eg'] = "";
|
||||
$text['title']['de-at'] = "Aktive Gespräche"; //copied from de-de
|
||||
$text['title']['de-ch'] = "Aktive Gespräche"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title']['sv-se'] = "Aktiva Samtal";
|
|||
$text['title']['uk-ua'] = "Активні дзвінки";
|
||||
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['en-gb'] = "Time";
|
||||
$text['label-time']['ar-eg'] = "";
|
||||
$text['label-time']['de-at'] = "Zeit"; //copied from de-de
|
||||
$text['label-time']['de-ch'] = "Zeit"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['label-time']['sv-se'] = "Tid";
|
|||
$text['label-time']['uk-ua'] = "Час";
|
||||
|
||||
$text['label-stop']['en-us'] = "stop record";
|
||||
$text['label-stop']['en-gb'] = "stop record";
|
||||
$text['label-stop']['ar-eg'] = "";
|
||||
$text['label-stop']['de-at'] = "Stoppe Aufnahme"; //copied from de-de
|
||||
$text['label-stop']['de-ch'] = "Stoppe Aufnahme"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-stop']['sv-se'] = "Stoppa inspelning";
|
|||
$text['label-stop']['uk-ua'] = "Зупинити запис";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['en-gb'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-status']['sv-se'] = "Status";
|
|||
$text['label-status']['uk-ua'] = "Статус";
|
||||
|
||||
$text['label-start']['en-us'] = "start record";
|
||||
$text['label-start']['en-gb'] = "start record";
|
||||
$text['label-start']['ar-eg'] = "";
|
||||
$text['label-start']['de-at'] = "Starte Aufnahme"; //copied from de-de
|
||||
$text['label-start']['de-ch'] = "Starte Aufnahme"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-start']['sv-se'] = "Starta inspelning";
|
|||
$text['label-start']['uk-ua'] = "Запустити запис";
|
||||
|
||||
$text['label-secure']['en-us'] = "Secure";
|
||||
$text['label-secure']['en-gb'] = "Secure";
|
||||
$text['label-secure']['ar-eg'] = "";
|
||||
$text['label-secure']['de-at'] = "Sicher"; //copied from de-de
|
||||
$text['label-secure']['de-ch'] = "Sicher"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-secure']['sv-se'] = "Skydda";
|
|||
$text['label-secure']['uk-ua'] = "Захищено";
|
||||
|
||||
$text['label-refresh_pause']['en-us'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['en-gb'] = "Pause Refresh";
|
||||
$text['label-refresh_pause']['ar-eg'] = "";
|
||||
$text['label-refresh_pause']['de-at'] = "Seite neu laden deaktivieren"; //copied from de-de
|
||||
$text['label-refresh_pause']['de-ch'] = "Seite neu laden deaktivieren"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-refresh_pause']['sv-se'] = "Paus Uppdatera";
|
|||
$text['label-refresh_pause']['uk-ua'] = "пауза Оновити";
|
||||
|
||||
$text['label-refresh_enable']['en-us'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['en-gb'] = "Enable Refresh";
|
||||
$text['label-refresh_enable']['ar-eg'] = "";
|
||||
$text['label-refresh_enable']['de-at'] = "Seite neu laden aktivieren"; //copied from de-de
|
||||
$text['label-refresh_enable']['de-ch'] = "Seite neu laden aktivieren"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatering";
|
|||
$text['label-refresh_enable']['uk-ua'] = "включити Оновити";
|
||||
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['en-gb'] = "Profile";
|
||||
$text['label-profile']['ar-eg'] = "";
|
||||
$text['label-profile']['de-at'] = "Profil"; //copied from de-de
|
||||
$text['label-profile']['de-ch'] = "Profil"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-profile']['sv-se'] = "Profil";
|
|||
$text['label-profile']['uk-ua'] = "Профіль";
|
||||
|
||||
$text['label-park-extension']['en-us'] = "Park";
|
||||
$text['label-park-extension']['en-gb'] = "Park";
|
||||
$text['label-park-extension']['ar-eg'] = "";
|
||||
$text['label-park-extension']['de-at'] = "Parken"; //copied from de-de
|
||||
$text['label-park-extension']['de-ch'] = "Parken"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-park-extension']['sv-se'] = "Parkera";
|
|||
$text['label-park-extension']['uk-ua'] = "Паркувати";
|
||||
|
||||
$text['label-park']['en-us'] = "park";
|
||||
$text['label-park']['en-gb'] = "park";
|
||||
$text['label-park']['ar-eg'] = "";
|
||||
$text['label-park']['de-at'] = "parken"; //copied from de-de
|
||||
$text['label-park']['de-ch'] = "parken"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-park']['sv-se'] = "parkera";
|
|||
$text['label-park']['uk-ua'] = "паркувати";
|
||||
|
||||
$text['label-opt']['en-us'] = "Options";
|
||||
$text['label-opt']['en-gb'] = "Options";
|
||||
$text['label-opt']['ar-eg'] = "";
|
||||
$text['label-opt']['de-at'] = "Optionen"; //copied from de-de
|
||||
$text['label-opt']['de-ch'] = "Optionen"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-opt']['sv-se'] = "Alternativ";
|
|||
$text['label-opt']['uk-ua'] = "Опції";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['en-gb'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "";
|
||||
$text['label-number']['de-at'] = "Nummer"; //copied from de-de
|
||||
$text['label-number']['de-ch'] = "Nummer"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-number']['sv-se'] = "Nummer";
|
|||
$text['label-number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['en-gb'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht"; //copied from de-de
|
||||
$text['label-message']['de-ch'] = "Nachricht"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-message']['sv-se'] = "Meddelande";
|
|||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
|
||||
$text['label-hangup']['en-us'] = "Hangup";
|
||||
$text['label-hangup']['en-gb'] = "Hangup";
|
||||
$text['label-hangup']['ar-eg'] = "";
|
||||
$text['label-hangup']['de-at'] = "Auflegen"; //copied from de-de
|
||||
$text['label-hangup']['de-ch'] = "Auflegen"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-hangup']['sv-se'] = "Avsluta";
|
|||
$text['label-hangup']['uk-ua'] = "Розірвати";
|
||||
|
||||
$text['label-ext']['en-us'] = "Ext";
|
||||
$text['label-ext']['en-gb'] = "Ext";
|
||||
$text['label-ext']['ar-eg'] = "";
|
||||
$text['label-ext']['de-at'] = "Nst"; //copied from de-de
|
||||
$text['label-ext']['de-ch'] = "Nst"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-ext']['sv-se'] = "Ank";
|
|||
$text['label-ext']['uk-ua'] = "Ext ";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['en-gb'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "";
|
||||
$text['label-domain']['de-at'] = "Domäne"; //copied from de-de
|
||||
$text['label-domain']['de-ch'] = "Domäne"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-domain']['sv-se'] = "Domän";
|
|||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
|
||||
$text['label-destination']['en-us'] = "Dest";
|
||||
$text['label-destination']['en-gb'] = "Dest";
|
||||
$text['label-destination']['ar-eg'] = "";
|
||||
$text['label-destination']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-destination']['sv-se'] = "Dest";
|
|||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-created']['en-us'] = "Created";
|
||||
$text['label-created']['en-gb'] = "Created";
|
||||
$text['label-created']['ar-eg'] = "";
|
||||
$text['label-created']['de-at'] = "Erstellt"; //copied from de-de
|
||||
$text['label-created']['de-ch'] = "Erstellt"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-created']['sv-se'] = "Skapad";
|
|||
$text['label-created']['uk-ua'] = "Створено";
|
||||
|
||||
$text['label-codec']['en-us'] = "Read / Write Codec";
|
||||
$text['label-codec']['en-gb'] = "Read / Write Codec";
|
||||
$text['label-codec']['ar-eg'] = "";
|
||||
$text['label-codec']['de-at'] = "Lese / Schreib Codec"; //copied from de-de
|
||||
$text['label-codec']['de-ch'] = "Lese / Schreib Codec"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-codec']['sv-se'] = "Läs/Skriv Codec";
|
|||
$text['label-codec']['uk-ua'] = "Кодеки читання/запису";
|
||||
|
||||
$text['label-cid-number']['en-us'] = "CID Number";
|
||||
$text['label-cid-number']['en-gb'] = "CID Number";
|
||||
$text['label-cid-number']['ar-eg'] = "";
|
||||
$text['label-cid-number']['de-at'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-cid-number']['de-ch'] = "Anrufer Nummer"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-cid-number']['sv-se'] = "CID, nummerspresentation";
|
|||
$text['label-cid-number']['uk-ua'] = "CID Номер";
|
||||
|
||||
$text['label-cid-name']['en-us'] = "CID Name";
|
||||
$text['label-cid-name']['en-gb'] = "CID Name";
|
||||
$text['label-cid-name']['ar-eg'] = "";
|
||||
$text['label-cid-name']['de-at'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-cid-name']['de-ch'] = "Anrufer Name"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-cid-name']['sv-se'] = "CID namnpresentation";
|
|||
$text['label-cid-name']['uk-ua'] = "CID Ім’я";
|
||||
|
||||
$text['label-app']['en-us'] = "Application";
|
||||
$text['label-app']['en-gb'] = "Application";
|
||||
$text['label-app']['ar-eg'] = "";
|
||||
$text['label-app']['de-at'] = "Anwendung"; //copied from de-de
|
||||
$text['label-app']['de-ch'] = "Anwendung"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-app']['sv-se'] = "Ansökan";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-2']['de-ch'] = "Benutzen Sie die Funktionen um alle Nebenstellen anzuzeigen, zu überwachen und aktive Gespräche zu steuern."; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['description-2']['sv-se'] = "Använd detta för att se alla anknytningar o
|
|||
$text['description-2']['uk-ua'] = "Використовуйте це, щоб переглянути всі розширення, контролювати і взаємодіяти з активними викликами.";
|
||||
|
||||
$text['description']['en-us'] = "Use this to monitor and interact with the active calls.";
|
||||
$text['description']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description']['de-ch'] = "Benutzen Sie die Funktionen um aktive Gespräche zu steuern."; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['description']['sv-se'] = "Använd detta för att monitorera och hantera a
|
|||
$text['description']['uk-ua'] = "Використовуйте це, щоб контролювати і взаємодіяти з активними викликами.";
|
||||
|
||||
$text['confirm-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['confirm-socket']['en-gb'] = "Connection to Event Socket failed.";
|
||||
$text['confirm-socket']['ar-eg'] = "";
|
||||
$text['confirm-socket']['de-at'] = "Verbindung zum Event-Socket fehlgeschlagen."; //copied from de-de
|
||||
$text['confirm-socket']['de-ch'] = "Verbindung zum Event-Socket fehlgeschlagen."; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['confirm-socket']['sv-se'] = "Anslutning till 'Event Socket' misslyckades"
|
|||
$text['confirm-socket']['uk-ua'] = "Помилка підключення до сокета подій";
|
||||
|
||||
$text['confirm-hangup']['en-us'] = "Do you really want to hangup this call?";
|
||||
$text['confirm-hangup']['en-gb'] = "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?"; //copied from de-de
|
||||
$text['confirm-hangup']['de-ch'] = "Wollen Sie dieses Gespräch wirklich beenden?"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['confirm-hangup']['sv-se'] = "Vill du verkligen avsluta detta samtal";
|
|||
$text['confirm-hangup']['uk-ua'] = "Ви дійсно бажаєте розірвати дзвінок?";
|
||||
|
||||
$text['confirm-hangups']['en-us'] = "Do you really want to hangup these calls?";
|
||||
$text['confirm-hangups']['en-gb'] = "Do you really want to hangup these calls?";
|
||||
$text['confirm-hangups']['ar-eg'] = "";
|
||||
$text['confirm-hangups']['de-at'] = "Wollen Sie dieses Gespräch wirklich beenden?"; //copied from de-de
|
||||
$text['confirm-hangups']['de-ch'] = "Wollen Sie dieses Gespräch wirklich beenden?"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['confirm-hangups']['sv-se'] = "Vill du verkligen avsluta detta samtal";
|
|||
$text['confirm-hangups']['uk-ua'] = "Ви дійсно бажаєте розірвати дзвінок?";
|
||||
|
||||
$text['check-onbreak-status']['en-us'] = "On Break";
|
||||
$text['check-onbreak-status']['en-gb'] = "On Break";
|
||||
$text['check-onbreak-status']['ar-eg'] = "";
|
||||
$text['check-onbreak-status']['de-at'] = "Auf Pause"; //copied from de-de
|
||||
$text['check-onbreak-status']['de-ch'] = "Auf Pause"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['check-onbreak-status']['sv-se'] = "På Rast";
|
|||
$text['check-onbreak-status']['uk-ua'] = "На перерві";
|
||||
|
||||
$text['check-loggedout-status']['en-us'] = "Logged Out";
|
||||
$text['check-loggedout-status']['en-gb'] = "Logged Out";
|
||||
$text['check-loggedout-status']['ar-eg'] = "";
|
||||
$text['check-loggedout-status']['de-at'] = "Abgemeldet"; //copied from de-de
|
||||
$text['check-loggedout-status']['de-ch'] = "Abgemeldet"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['check-loggedout-status']['sv-se'] = "Utloggad";
|
|||
$text['check-loggedout-status']['uk-ua'] = "Вийшов";
|
||||
|
||||
$text['check-do-not-disturb-status']['en-us'] = "Do Not Disturb";
|
||||
$text['check-do-not-disturb-status']['en-gb'] = "Do Not Disturb";
|
||||
$text['check-do-not-disturb-status']['ar-eg'] = "";
|
||||
$text['check-do-not-disturb-status']['de-at'] = "Bitte nicht Stören"; //copied from de-de
|
||||
$text['check-do-not-disturb-status']['de-ch'] = "Bitte nicht Stören"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['check-do-not-disturb-status']['sv-se'] = "Stör Ej";
|
|||
$text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати";
|
||||
|
||||
$text['check-available-status']['en-us'] = "Available";
|
||||
$text['check-available-status']['en-gb'] = "Available";
|
||||
$text['check-available-status']['ar-eg'] = "";
|
||||
$text['check-available-status']['de-at'] = "Erreichbar"; //copied from de-de
|
||||
$text['check-available-status']['de-ch'] = "Erreichbar"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['check-available-status']['sv-se'] = "Anträffbar";
|
|||
$text['check-available-status']['uk-ua'] = "Доступний";
|
||||
|
||||
$text['check-available-on-demand-status']['en-us'] = "Available (On Demand)";
|
||||
$text['check-available-on-demand-status']['en-gb'] = "Available (On Demand)";
|
||||
$text['check-available-on-demand-status']['ar-eg'] = "";
|
||||
$text['check-available-on-demand-status']['de-at'] = "Erreichbar (Auf Anfrage)"; //copied from de-de
|
||||
$text['check-available-on-demand-status']['de-ch'] = "Erreichbar (Auf Anfrage)"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['check-available-on-demand-status']['sv-se'] = "Anträffbar (På Begäran)
|
|||
$text['check-available-on-demand-status']['uk-ua'] = "Доступний (на вимогу)";
|
||||
|
||||
$text['button-show_all']['en-us'] = "Show All";
|
||||
$text['button-show_all']['en-gb'] = "Show All";
|
||||
$text['button-show_all']['ar-eg'] = "";
|
||||
$text['button-show_all']['de-at'] = "Alle anzeigen"; //copied from de-de
|
||||
$text['button-show_all']['de-ch'] = "Alle anzeigen"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['button-show_all']['sv-se'] = "Visa Allt";
|
|||
$text['button-show_all']['uk-ua'] = "Показати всі";
|
||||
|
||||
$text['message-calls_ended']['en-us'] = "Calls Ended";
|
||||
$text['message-calls_ended']['en-gb'] = "Calls Ended";
|
||||
$text['message-calls_ended']['ar-eg'] = "";
|
||||
$text['message-calls_ended']['de-at'] = "";
|
||||
$text['message-calls_ended']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Calls";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Originate calls with a URL.";
|
||||
$apps[$x]['description']['en-gb'] = "Originate calls with a URL.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Anrufe über eine URL erzeugen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['label-click2call']['en-us'] = "Click to Call";
|
||||
$text['label-click2call']['en-gb'] = "Click to Call";
|
||||
$text['label-click2call']['ar-eg'] = "";
|
||||
$text['label-click2call']['de-at'] = "Click to Call"; //copied from de-de
|
||||
$text['label-click2call']['de-ch'] = "Click to Call"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['label-click2call']['sv-se'] = "Klicka för att ringa";
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['desc-click2call']['de-ch'] = "Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['desc-click2call']['sv-se'] = "Ange följande information för att ringa f
|
|||
$text['desc-click2call']['uk-ua'] = "";
|
||||
|
||||
$text['label-src-caller-id-nam']['en-us'] = "Source Caller ID Name";
|
||||
$text['label-src-caller-id-nam']['en-gb'] = "Source Caller ID Name";
|
||||
$text['label-src-caller-id-nam']['ar-eg'] = "";
|
||||
$text['label-src-caller-id-nam']['de-at'] = "Quell Anruferkennung (Namen)"; //copied from de-de
|
||||
$text['label-src-caller-id-nam']['de-ch'] = "Quell Anruferkennung (Namen)"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['label-src-caller-id-nam']['sv-se'] = "Caller ID Namn på källa";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['desc-src-caller-id-nam']['de-ch'] = "Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll."; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['desc-src-caller-id-nam']['sv-se'] = "Ange Caller ID Namn som skall skicka
|
|||
$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']['en-gb'] = "Source Caller ID Number";
|
||||
$text['label-src-caller-id-num']['ar-eg'] = "";
|
||||
$text['label-src-caller-id-num']['de-at'] = "Quell Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-src-caller-id-num']['de-ch'] = "Quell Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-src-caller-id-num']['sv-se'] = "Källa Caller ID Nummer";
|
|||
$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']['en-gb'] = "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)."; //copied from de-de
|
||||
$text['desc-src-caller-id-num']['de-ch'] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer)."; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['desc-src-caller-id-num']['sv-se'] = "Ange nummeret för nummerpresentatio
|
|||
$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']['en-gb'] = "Destination Caller ID Name";
|
||||
$text['label-dest-caller-id-nam']['ar-eg'] = "";
|
||||
$text['label-dest-caller-id-nam']['de-at'] = "Ziel Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-dest-caller-id-nam']['de-ch'] = "Ziel Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-dest-caller-id-nam']['sv-se'] = "Destination Caller ID Nummer";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['desc-dest-caller-id-nam']['de-ch'] = "Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll."; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['desc-dest-caller-id-nam']['sv-se'] = "Ange Caller ID Namn som skall skick
|
|||
$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']['en-gb'] = "Destination Caller ID Number";
|
||||
$text['label-dest-caller-id-num']['ar-eg'] = "";
|
||||
$text['label-dest-caller-id-num']['de-at'] = "Ziel Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-dest-caller-id-num']['de-ch'] = "Ziel Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-dest-caller-id-num']['sv-se'] = "Destination Caller ID Nummer";
|
|||
$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']['en-gb'] = "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)."; //copied from de-de
|
||||
$text['desc-dest-caller-id-num']['de-ch'] = "Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer)."; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['desc-dest-caller-id-num']['sv-se'] = "Ange Caller ID nummret för att ski
|
|||
$text['desc-dest-caller-id-num']['uk-ua'] = "";
|
||||
|
||||
$text['label-src-num']['en-us'] = "Source Number";
|
||||
$text['label-src-num']['en-gb'] = "Source Number";
|
||||
$text['label-src-num']['ar-eg'] = "";
|
||||
$text['label-src-num']['de-at'] = "Quell Rufnummer"; //copied from de-de
|
||||
$text['label-src-num']['de-ch'] = "Quell Rufnummer"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-src-num']['sv-se'] = "Nummer på källa";
|
|||
$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']['en-gb'] = "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)."; //copied from de-de
|
||||
$text['desc-src-num']['de-ch'] = "Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer)."; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['desc-src-num']['sv-se'] = "Skriv in ditt telefonnummer. Detta kan vara en
|
|||
$text['desc-src-num']['uk-ua'] = "";
|
||||
|
||||
$text['label-dest-num']['en-us'] = "Destination Number";
|
||||
$text['label-dest-num']['en-gb'] = "Destination Number";
|
||||
$text['label-dest-num']['ar-eg'] = "";
|
||||
$text['label-dest-num']['de-at'] = "Ziel Rufnummer"; //copied from de-de
|
||||
$text['label-dest-num']['de-ch'] = "Ziel Rufnummer"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-dest-num']['sv-se'] = "Destination Nummer";
|
|||
$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']['en-gb'] = "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)."; //copied from de-de
|
||||
$text['desc-dest-num']['de-ch'] = "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)."; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['desc-dest-num']['sv-se'] = "Ange numret som ska ringas. Detta kan vara en
|
|||
$text['desc-dest-num']['uk-ua'] = "";
|
||||
|
||||
$text['label-auto-answer']['en-us'] = "Auto Answer";
|
||||
$text['label-auto-answer']['en-gb'] = "Auto Answer";
|
||||
$text['label-auto-answer']['ar-eg'] = "";
|
||||
$text['label-auto-answer']['de-at'] = "Automatische Rufannahme"; //copied from de-de
|
||||
$text['label-auto-answer']['de-ch'] = "Automatische Rufannahme"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-auto-answer']['sv-se'] = "Auto Svar";
|
|||
$text['label-auto-answer']['uk-ua'] = "";
|
||||
|
||||
$text['desc-auto-answer']['en-us'] = "Select whether to enable auto answer.";
|
||||
$text['desc-auto-answer']['en-gb'] = "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."; //copied from de-de
|
||||
$text['desc-auto-answer']['de-ch'] = "Wählen Sie, ob die automatische Rufannahme aktiviert werden soll."; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['desc-auto-answer']['sv-se'] = "Välj för att aktivera auto svara.";
|
|||
$text['desc-auto-answer']['uk-ua'] = "";
|
||||
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['en-gb'] = "Record";
|
||||
$text['label-record']['ar-eg'] = "";
|
||||
$text['label-record']['de-at'] = "Aufzeichnen"; //copied from de-de
|
||||
$text['label-record']['de-ch'] = "Aufzeichnen"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-record']['sv-se'] = "Spela In";
|
|||
$text['label-record']['uk-ua'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['en-gb'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "ein"; //copied from de-de
|
||||
$text['label-true']['de-ch'] = "ein"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-true']['sv-se'] = "sann";
|
|||
$text['label-true']['uk-ua'] = "";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['en-gb'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus"; //copied from de-de
|
||||
$text['label-false']['de-ch'] = "aus"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-false']['sv-se'] = "falsk";
|
|||
$text['label-false']['uk-ua'] = "";
|
||||
|
||||
$text['desc-record']['en-us'] = "Select whether to record the call.";
|
||||
$text['desc-record']['en-gb'] = "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."; //copied from de-de
|
||||
$text['desc-record']['de-ch'] = "Wählen Sie, ob der Anruf aufgezeichnet werden soll."; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['desc-record']['sv-se'] = "Välj om samtalet skall spelas in.";
|
|||
$text['desc-record']['uk-ua'] = "";
|
||||
|
||||
$text['label-ringback']['en-us'] = "Ring Back";
|
||||
$text['label-ringback']['en-gb'] = "Ring Back";
|
||||
$text['label-ringback']['ar-eg'] = "";
|
||||
$text['label-ringback']['de-at'] = "Rufton"; //copied from de-de
|
||||
$text['label-ringback']['de-ch'] = "Rufton"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-ringback']['sv-se'] = "Tillbakaringning";
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['desc-ringback']['de-ch'] = "Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['desc-ringback']['sv-se'] = "Definierar vad du kommer att höra när desti
|
|||
$text['desc-ringback']['uk-ua'] = "";
|
||||
|
||||
$text['opt-usring']['en-us'] = "us-ring";
|
||||
$text['opt-usring']['en-gb'] = "us-ring";
|
||||
$text['opt-usring']['ar-eg'] = "";
|
||||
$text['opt-usring']['de-at'] = "us-ring"; //copied from de-de
|
||||
$text['opt-usring']['de-ch'] = "us-ring"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['opt-usring']['sv-se'] = "us-ring";
|
|||
$text['opt-usring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-frring']['en-us'] = "fr-ring";
|
||||
$text['opt-frring']['en-gb'] = "fr-ring";
|
||||
$text['opt-frring']['ar-eg'] = "";
|
||||
$text['opt-frring']['de-at'] = "fr-ring"; //copied from de-de
|
||||
$text['opt-frring']['de-ch'] = "fr-ring"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['opt-frring']['sv-se'] = "fr-ring";
|
|||
$text['opt-frring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-ptring']['en-us'] = "pt-ring";
|
||||
$text['opt-ptring']['en-gb'] = "pt-ring";
|
||||
$text['opt-ptring']['ar-eg'] = "";
|
||||
$text['opt-ptring']['de-at'] = "pt-ring"; //copied from de-de
|
||||
$text['opt-ptring']['de-ch'] = "pt-ring"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['opt-ptring']['sv-se'] = "pt-ring";
|
|||
$text['opt-ptring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-ukring']['en-us'] = "uk-ring";
|
||||
$text['opt-ukring']['en-gb'] = "uk-ring";
|
||||
$text['opt-ukring']['ar-eg'] = "";
|
||||
$text['opt-ukring']['de-at'] = "uk-ring"; //copied from de-de
|
||||
$text['opt-ukring']['de-ch'] = "uk-ring"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['opt-ukring']['sv-se'] = "uk-ring";
|
|||
$text['opt-ukring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-rsring']['en-us'] = "rs-ring";
|
||||
$text['opt-rsring']['en-gb'] = "rs-ring";
|
||||
$text['opt-rsring']['ar-eg'] = "";
|
||||
$text['opt-rsring']['de-at'] = "rs-ring"; //copied from de-de
|
||||
$text['opt-rsring']['de-ch'] = "rs-ring"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['opt-rsring']['sv-se'] = "rs-ring";
|
|||
$text['opt-rsring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-ruring']['en-us'] = "ru-ring";
|
||||
$text['opt-ruring']['en-gb'] = "ru-ring";
|
||||
$text['opt-ruring']['ar-eg'] = "";
|
||||
$text['opt-ruring']['de-at'] = "ru-ring"; //copied from de-de
|
||||
$text['opt-ruring']['de-ch'] = "ru-ring"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['opt-ruring']['sv-se'] = "ru-ring";
|
|||
$text['opt-ruring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-itring']['en-us'] = "it-ring";
|
||||
$text['opt-itring']['en-gb'] = "it-ring";
|
||||
$text['opt-itring']['ar-eg'] = "";
|
||||
$text['opt-itring']['de-at'] = "it-ring"; //copied from de-de
|
||||
$text['opt-itring']['de-ch'] = "it-ring"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['opt-itring']['sv-se'] = "it-ring";
|
|||
$text['opt-itring']['uk-ua'] = "";
|
||||
|
||||
$text['opt-dering']['en-us'] = "de-ring";
|
||||
$text['opt-dering']['en-gb'] = "de-ring";
|
||||
$text['opt-dering']['ar-eg'] = "";
|
||||
$text['opt-dering']['de-at'] = "de-ring"; //copied from de-de
|
||||
$text['opt-dering']['de-ch'] = "de-ring"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['opt-dering']['sv-se'] = "de-ring";
|
|||
$text['opt-dering']['uk-ua'] = "";
|
||||
|
||||
$text['opt-moh']['en-us'] = "music";
|
||||
$text['opt-moh']['en-gb'] = "music";
|
||||
$text['opt-moh']['ar-eg'] = "";
|
||||
$text['opt-moh']['de-at'] = "Musik"; //copied from de-de
|
||||
$text['opt-moh']['de-ch'] = "Musik"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['opt-moh']['sv-se'] = "musik";
|
|||
$text['opt-moh']['uk-ua'] = "";
|
||||
|
||||
$text['button-call']['en-us'] = "Call";
|
||||
$text['button-call']['en-gb'] = "Call";
|
||||
$text['button-call']['ar-eg'] = "";
|
||||
$text['button-call']['de-at'] = "Anrufen"; //copied from de-de
|
||||
$text['button-call']['de-ch'] = "Anrufen"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Click to Call";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Click to Call";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Click to Call";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Conferences Centers allows one or more audio and video conference rooms.";
|
||||
$apps[$x]['description']['en-gb'] = "Conferences Centers allows one or more audio and video conference rooms.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-conference_centers']['en-us'] = "Conference Centers";
|
||||
$text['title-conference_centers']['en-gb'] = "Conference Centers";
|
||||
$text['title-conference_centers']['ar-eg'] = "";
|
||||
$text['title-conference_centers']['de-at'] = "Konferenz Zentralen"; //copied from de-de
|
||||
$text['title-conference_centers']['de-ch'] = "Konferenz Zentralen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-conference_centers']['sv-se'] = "Konferenscenter";
|
|||
$text['title-conference_centers']['uk-ua'] = "Конференц-центри";
|
||||
|
||||
$text['title-conference_center']['en-us'] = "Conference Center";
|
||||
$text['title-conference_center']['en-gb'] = "Conference Center";
|
||||
$text['title-conference_center']['ar-eg'] = "";
|
||||
$text['title-conference_center']['de-at'] = "Konferenz Zentrale"; //copied from de-de
|
||||
$text['title-conference_center']['de-ch'] = "Konferenz Zentrale"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-conference_center']['sv-se'] = "Konferenscenter";
|
|||
$text['title-conference_center']['uk-ua'] = "Конференц-центр";
|
||||
|
||||
$text['title_description-conference_centers']['en-us'] = "Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.";
|
||||
$text['title_description-conference_centers']['en-gb'] = "Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.";
|
||||
$text['title_description-conference_centers']['ar-eg'] = "";
|
||||
$text['title_description-conference_centers']['de-at'] = "Konferenz-Zentralen sind Gruppen mehrerer Konferenzräume. Diese können anhand diverser Kriterien organisiert werden."; //copied from de-de
|
||||
$text['title_description-conference_centers']['de-ch'] = "Konferenz-Zentralen sind Gruppen mehrerer Konferenzräume. Diese können anhand diverser Kriterien organisiert werden."; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['title_description-conference_centers']['sv-se'] = "Konferenscenter är en
|
|||
$text['title_description-conference_centers']['uk-ua'] = "Конференц-центри є група конференц-залів. Вони можуть бути організовані МВЗ, географічно або інших критеріїв.";
|
||||
|
||||
$text['title_description-conference_rooms']['en-us'] = "Conference Rooms are individual meeting places within a Conference Center.";
|
||||
$text['title_description-conference_rooms']['en-gb'] = "Conference Rooms are individual meeting places within a Conference Center.";
|
||||
$text['title_description-conference_rooms']['ar-eg'] = "Conference Rooms are individual meeting places within a Conference Center.";
|
||||
$text['title_description-conference_rooms']['de-at'] = "Conference Rooms are individual meeting places within a Conference Center.";
|
||||
$text['title_description-conference_rooms']['de-ch'] = "Conference Rooms are individual meeting places within a Conference Center.";
|
||||
|
|
@ -83,6 +87,7 @@ $text['title_description-conference_rooms']['uk-ua'] = "Conference Rooms are ind
|
|||
|
||||
|
||||
$text['label-conference_center_name']['en-us'] = "Name";
|
||||
$text['label-conference_center_name']['en-gb'] = "Name";
|
||||
$text['label-conference_center_name']['ar-eg'] = "";
|
||||
$text['label-conference_center_name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-conference_center_name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -103,6 +108,7 @@ $text['label-conference_center_name']['sv-se'] = "Namn";
|
|||
$text['label-conference_center_name']['uk-ua'] = "Назва";
|
||||
|
||||
$text['description-conference_center_name']['en-us'] = "Enter the conference center name.";
|
||||
$text['description-conference_center_name']['en-gb'] = "Enter the conference center name.";
|
||||
$text['description-conference_center_name']['ar-eg'] = "";
|
||||
$text['description-conference_center_name']['de-at'] = "Geben Sie den Namen der Konferenz-Zentrale an."; //copied from de-de
|
||||
$text['description-conference_center_name']['de-ch'] = "Geben Sie den Namen der Konferenz-Zentrale an."; //copied from de-de
|
||||
|
|
@ -123,6 +129,7 @@ $text['description-conference_center_name']['sv-se'] = "Ange namn på konferensc
|
|||
$text['description-conference_center_name']['uk-ua'] = "Введіть назву конференц-ценру";
|
||||
|
||||
$text['label-conference_center_extension']['en-us'] = "Extension";
|
||||
$text['label-conference_center_extension']['en-gb'] = "Extension";
|
||||
$text['label-conference_center_extension']['ar-eg'] = "";
|
||||
$text['label-conference_center_extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-conference_center_extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -143,6 +150,7 @@ $text['label-conference_center_extension']['sv-se'] = "Anknytning";
|
|||
$text['label-conference_center_extension']['uk-ua'] = "Розширення (Extention)";
|
||||
|
||||
$text['description-conference_center_extension']['en-us'] = "Enter the conference center extension number.";
|
||||
$text['description-conference_center_extension']['en-gb'] = "Enter the conference center extension number.";
|
||||
$text['description-conference_center_extension']['ar-eg'] = "";
|
||||
$text['description-conference_center_extension']['de-at'] = "Geben Sie eine Nebenstelle für die Konferenz-Zentrale an."; //copied from de-de
|
||||
$text['description-conference_center_extension']['de-ch'] = "Geben Sie eine Nebenstelle für die Konferenz-Zentrale an."; //copied from de-de
|
||||
|
|
@ -163,6 +171,7 @@ $text['description-conference_center_extension']['sv-se'] = "Ange konferenscente
|
|||
$text['description-conference_center_extension']['uk-ua'] = "Введіть номер розширення конференц-центру.";
|
||||
|
||||
$text['label-conference_center_pin_length']['en-us'] = "PIN Length";
|
||||
$text['label-conference_center_pin_length']['en-gb'] = "PIN Length";
|
||||
$text['label-conference_center_pin_length']['ar-eg'] = "";
|
||||
$text['label-conference_center_pin_length']['de-at'] = "PIN länge"; //copied from de-de
|
||||
$text['label-conference_center_pin_length']['de-ch'] = "PIN länge"; //copied from de-de
|
||||
|
|
@ -183,6 +192,7 @@ $text['label-conference_center_pin_length']['sv-se'] = "PIN Längd";
|
|||
$text['label-conference_center_pin_length']['uk-ua'] = "Довжина PIN-коду ";
|
||||
|
||||
$text['description-conference_center_pin_length']['en-us'] = "Enter the minimum PIN length.";
|
||||
$text['description-conference_center_pin_length']['en-gb'] = "Enter the minimum PIN length.";
|
||||
$text['description-conference_center_pin_length']['ar-eg'] = "";
|
||||
$text['description-conference_center_pin_length']['de-at'] = "Geben sie die minimale PIN länge an."; //copied from de-de
|
||||
$text['description-conference_center_pin_length']['de-ch'] = "Geben sie die minimale PIN länge an."; //copied from de-de
|
||||
|
|
@ -203,6 +213,7 @@ $text['description-conference_center_pin_length']['sv-se'] = "Ange minimum PIN l
|
|||
$text['description-conference_center_pin_length']['uk-ua'] = "Введіть мінімальну довжину PIN-коду.";
|
||||
|
||||
$text['label-conference_center_greeting']['en-us'] = "Greeting";
|
||||
$text['label-conference_center_greeting']['en-gb'] = "Greeting";
|
||||
$text['label-conference_center_greeting']['ar-eg'] = "";
|
||||
$text['label-conference_center_greeting']['de-at'] = "Begrüßung"; //copied from de-de
|
||||
$text['label-conference_center_greeting']['de-ch'] = "Begrüßung"; //copied from de-de
|
||||
|
|
@ -223,6 +234,7 @@ $text['label-conference_center_greeting']['sv-se'] = "Hälsning";
|
|||
$text['label-conference_center_greeting']['uk-ua'] = "Привітання";
|
||||
|
||||
$text['description-conference_center_greeting']['en-us'] = "Select the greeting that is played before joining the conference room.";
|
||||
$text['description-conference_center_greeting']['en-gb'] = "Select the greeting that is played before joining the conference room.";
|
||||
$text['description-conference_center_greeting']['ar-eg'] = "";
|
||||
$text['description-conference_center_greeting']['de-at'] = "Wählen Sie die Begrüßung für den Konferenzraum."; //copied from de-de
|
||||
$text['description-conference_center_greeting']['de-ch'] = "Wählen Sie die Begrüßung für den Konferenzraum."; //copied from de-de
|
||||
|
|
@ -243,6 +255,7 @@ $text['description-conference_center_greeting']['sv-se'] = "Välj hälsningsmedd
|
|||
$text['description-conference_center_greeting']['uk-ua'] = "Виберіть привітання, яке грає до вступу в конференц-зал.";
|
||||
|
||||
$text['label-conference_center_enabled']['en-us'] = "Enabled";
|
||||
$text['label-conference_center_enabled']['en-gb'] = "Enabled";
|
||||
$text['label-conference_center_enabled']['ar-eg'] = "";
|
||||
$text['label-conference_center_enabled']['de-at'] = "An"; //copied from de-de
|
||||
$text['label-conference_center_enabled']['de-ch'] = "An"; //copied from de-de
|
||||
|
|
@ -263,6 +276,7 @@ $text['label-conference_center_enabled']['sv-se'] = "Aktiverad";
|
|||
$text['label-conference_center_enabled']['uk-ua'] = "Включено";
|
||||
|
||||
$text['description-conference_center_enabled']['en-us'] = "Select whether to enable or disable the conference center.";
|
||||
$text['description-conference_center_enabled']['en-gb'] = "Select whether to enable or disable the conference center.";
|
||||
$text['description-conference_center_enabled']['ar-eg'] = "";
|
||||
$text['description-conference_center_enabled']['de-at'] = "Wählen Sie ob die Konferenz-Zentrale Ein- oder Ausgeschaltet werden soll."; //copied from de-de
|
||||
$text['description-conference_center_enabled']['de-ch'] = "Wählen Sie ob die Konferenz-Zentrale Ein- oder Ausgeschaltet werden soll."; //copied from de-de
|
||||
|
|
@ -283,6 +297,7 @@ $text['description-conference_center_enabled']['sv-se'] = "Välj om konferenscen
|
|||
$text['description-conference_center_enabled']['uk-ua'] = "Виберіть, щоб включити або відключити конференц-центр.";
|
||||
|
||||
$text['label-conference_center_description']['en-us'] = "Description";
|
||||
$text['label-conference_center_description']['en-gb'] = "Description";
|
||||
$text['label-conference_center_description']['ar-eg'] = "";
|
||||
$text['label-conference_center_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-conference_center_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -303,6 +318,7 @@ $text['label-conference_center_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-conference_center_description']['uk-ua'] = "Опис";
|
||||
|
||||
$text['title-conference_sessions']['en-us'] = "Conference Sessions";
|
||||
$text['title-conference_sessions']['en-gb'] = "Conference Sessions";
|
||||
$text['title-conference_sessions']['ar-eg'] = "";
|
||||
$text['title-conference_sessions']['de-at'] = "Konferenz-Sitzungen"; //copied from de-de
|
||||
$text['title-conference_sessions']['de-ch'] = "Konferenz-Sitzungen"; //copied from de-de
|
||||
|
|
@ -323,6 +339,7 @@ $text['title-conference_sessions']['sv-se'] = "Konferenssessioner";
|
|||
$text['title-conference_sessions']['uk-ua'] = "Сесії конференції";
|
||||
|
||||
$text['title-conference_session_details']['en-us'] = "Conference Session Details";
|
||||
$text['title-conference_session_details']['en-gb'] = "Conference Session Details";
|
||||
$text['title-conference_session_details']['ar-eg'] = "";
|
||||
$text['title-conference_session_details']['de-at'] = "Details der Konferenz-Sitzung"; //copied from de-de
|
||||
$text['title-conference_session_details']['de-ch'] = "Details der Konferenz-Sitzung"; //copied from de-de
|
||||
|
|
@ -343,6 +360,7 @@ $text['title-conference_session_details']['sv-se'] = "Konferens Session Detaljer
|
|||
$text['title-conference_session_details']['uk-ua'] = "Деталі сесії конференції";
|
||||
|
||||
$text['title-conference_rooms']['en-us'] = "Conference Rooms";
|
||||
$text['title-conference_rooms']['en-gb'] = "Conference Rooms";
|
||||
$text['title-conference_rooms']['ar-eg'] = "";
|
||||
$text['title-conference_rooms']['de-at'] = "Konferenzräume"; //copied from de-de
|
||||
$text['title-conference_rooms']['de-ch'] = "Konferenzräume"; //copied from de-de
|
||||
|
|
@ -363,6 +381,7 @@ $text['title-conference_rooms']['sv-se'] = "Konferensrum";
|
|||
$text['title-conference_rooms']['uk-ua'] = "Конференц-зали";
|
||||
|
||||
$text['title-conference_room']['en-us'] = "Conference Room";
|
||||
$text['title-conference_room']['en-gb'] = "Conference Room";
|
||||
$text['title-conference_room']['ar-eg'] = "";
|
||||
$text['title-conference_room']['de-at'] = "Konferenzraum"; //copied from de-de
|
||||
$text['title-conference_room']['de-ch'] = "Konferenzraum"; //copied from de-de
|
||||
|
|
@ -383,6 +402,7 @@ $text['title-conference_room']['sv-se'] = "Konferensrum";
|
|||
$text['title-conference_room']['uk-ua'] = "Конференц-зал";
|
||||
|
||||
$text['message-unique_participant_pin']['en-us'] = "Please provide a unique Participant PIN number.";
|
||||
$text['message-unique_participant_pin']['en-gb'] = "Please provide a unique Participant PIN number.";
|
||||
$text['message-unique_participant_pin']['ar-eg'] = "";
|
||||
$text['message-unique_participant_pin']['de-at'] = "Bitte geben Sie eine eindeutige PIN für die Teilnehmer an."; //copied from de-de
|
||||
$text['message-unique_participant_pin']['de-ch'] = "Bitte geben Sie eine eindeutige PIN für die Teilnehmer an."; //copied from de-de
|
||||
|
|
@ -403,6 +423,7 @@ $text['message-unique_participant_pin']['sv-se'] = "Ange en unik PIN kod för de
|
|||
$text['message-unique_participant_pin']['uk-ua'] = "Будь ласка, надайте унікальний PIN-код для учасника";
|
||||
|
||||
$text['message-unique_moderator_pin']['en-us'] = "Please provide a unique Moderator PIN number.";
|
||||
$text['message-unique_moderator_pin']['en-gb'] = "Please provide a unique Moderator PIN number.";
|
||||
$text['message-unique_moderator_pin']['ar-eg'] = "";
|
||||
$text['message-unique_moderator_pin']['de-at'] = "Bitte geben Sie eine eindeutige PIN für die Moderatoren an."; //copied from de-de
|
||||
$text['message-unique_moderator_pin']['de-ch'] = "Bitte geben Sie eine eindeutige PIN für die Moderatoren an."; //copied from de-de
|
||||
|
|
@ -423,6 +444,7 @@ $text['message-unique_moderator_pin']['sv-se'] = "Ange en unik PIN kod för mode
|
|||
$text['message-unique_moderator_pin']['uk-ua'] = "Будь ласка, надайте унікальний PIN-код для модератора.";
|
||||
|
||||
$text['message-non_unique_pin']['en-us'] = "Moderator and Participant PIN numbers must be unique.";
|
||||
$text['message-non_unique_pin']['en-gb'] = "Moderator and Participant PIN numbers must be unique.";
|
||||
$text['message-non_unique_pin']['ar-eg'] = "";
|
||||
$text['message-non_unique_pin']['de-at'] = "Moderator und Teilnehmer PIN Nummern müssen eindeutig sein."; //copied from de-de
|
||||
$text['message-non_unique_pin']['de-ch'] = "Moderator und Teilnehmer PIN Nummern müssen eindeutig sein."; //copied from de-de
|
||||
|
|
@ -443,6 +465,7 @@ $text['message-non_unique_pin']['sv-se'] = "Moderator och Deltagar PIN koder må
|
|||
$text['message-non_unique_pin']['uk-ua'] = "PIN-коди модератора і учасника повинні бути унікальними.";
|
||||
|
||||
$text['message-minimum_pin_length']['en-us'] = "Minimum PIN length required:";
|
||||
$text['message-minimum_pin_length']['en-gb'] = "Minimum PIN length required:";
|
||||
$text['message-minimum_pin_length']['ar-eg'] = "";
|
||||
$text['message-minimum_pin_length']['de-at'] = "Minimale PIN länge erforderlich:"; //copied from de-de
|
||||
$text['message-minimum_pin_length']['de-ch'] = "Minimale PIN länge erforderlich:"; //copied from de-de
|
||||
|
|
@ -463,6 +486,7 @@ $text['message-minimum_pin_length']['sv-se'] = "Minimum läng på PIN:";
|
|||
$text['message-minimum_pin_length']['uk-ua'] = "Мінімальна довжина PIN-коду:";
|
||||
|
||||
$text['label-wait_moderator']['en-us'] = "Secure";
|
||||
$text['label-wait_moderator']['en-gb'] = "Secure";
|
||||
$text['label-wait_moderator']['ar-eg'] = "";
|
||||
$text['label-wait_moderator']['de-at'] = "Geschützt"; //copied from de-de
|
||||
$text['label-wait_moderator']['de-ch'] = "Geschützt"; //copied from de-de
|
||||
|
|
@ -483,6 +507,7 @@ $text['label-wait_moderator']['sv-se'] = "Säker";
|
|||
$text['label-wait_moderator']['uk-ua'] = "Захищено";
|
||||
|
||||
$text['label-wait_for_moderator']['en-us'] = "Wait for Moderator";
|
||||
$text['label-wait_for_moderator']['en-gb'] = "Wait for Moderator";
|
||||
$text['label-wait_for_moderator']['ar-eg'] = "";
|
||||
$text['label-wait_for_moderator']['de-at'] = "Warte auf Moderator"; //copied from de-de
|
||||
$text['label-wait_for_moderator']['de-ch'] = "Warte auf Moderator"; //copied from de-de
|
||||
|
|
@ -503,6 +528,7 @@ $text['label-wait_for_moderator']['sv-se'] = "Vänta på Moderator";
|
|||
$text['label-wait_for_moderator']['uk-ua'] = "Очікування на модератора";
|
||||
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['en-gb'] = "View";
|
||||
$text['label-view']['ar-eg'] = "";
|
||||
$text['label-view']['de-at'] = "Ansicht"; //copied from de-de
|
||||
$text['label-view']['de-ch'] = "Ansicht"; //copied from de-de
|
||||
|
|
@ -523,6 +549,7 @@ $text['label-view']['sv-se'] = "Visa";
|
|||
$text['label-view']['uk-ua'] = "Перегляд";
|
||||
|
||||
$text['label-uuid']['en-us'] = "UUID";
|
||||
$text['label-uuid']['en-gb'] = "UUID";
|
||||
$text['label-uuid']['ar-eg'] = "";
|
||||
$text['label-uuid']['de-at'] = "UUID"; //copied from de-de
|
||||
$text['label-uuid']['de-ch'] = "UUID"; //copied from de-de
|
||||
|
|
@ -543,6 +570,7 @@ $text['label-uuid']['sv-se'] = "UUID";
|
|||
$text['label-uuid']['uk-ua'] = "UUID";
|
||||
|
||||
$text['label-users']['en-us'] = "Users";
|
||||
$text['label-users']['en-gb'] = "Users";
|
||||
$text['label-users']['ar-eg'] = "";
|
||||
$text['label-users']['de-at'] = "Benutzer"; //copied from de-de
|
||||
$text['label-users']['de-ch'] = "Benutzer"; //copied from de-de
|
||||
|
|
@ -563,6 +591,7 @@ $text['label-users']['sv-se'] = "Användare";
|
|||
$text['label-users']['uk-ua'] = "Користувачі";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['en-gb'] = "Username";
|
||||
$text['label-username']['ar-eg'] = "";
|
||||
$text['label-username']['de-at'] = "Benutzername"; //copied from de-de
|
||||
$text['label-username']['de-ch'] = "Benutzername"; //copied from de-de
|
||||
|
|
@ -583,6 +612,7 @@ $text['label-username']['sv-se'] = "Användarnamn";
|
|||
$text['label-username']['uk-ua'] = "Ім’я користувача";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['en-gb'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Werkzeuge"; //copied from de-de
|
||||
$text['label-tools']['de-ch'] = "Werkzeuge"; //copied from de-de
|
||||
|
|
@ -603,6 +633,7 @@ $text['label-tools']['sv-se'] = "Verktyg";
|
|||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
|
||||
$text['label-to']['en-us'] = "To";
|
||||
$text['label-to']['en-gb'] = "To";
|
||||
$text['label-to']['ar-eg'] = "";
|
||||
$text['label-to']['de-at'] = "An"; //copied from de-de
|
||||
$text['label-to']['de-ch'] = "An"; //copied from de-de
|
||||
|
|
@ -623,6 +654,7 @@ $text['label-to']['sv-se'] = "Till";
|
|||
$text['label-to']['uk-ua'] = "До";
|
||||
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['en-gb'] = "Time";
|
||||
$text['label-time']['ar-eg'] = "";
|
||||
$text['label-time']['de-at'] = "Zeitzone"; //copied from de-de
|
||||
$text['label-time']['de-ch'] = "Zeitzone"; //copied from de-de
|
||||
|
|
@ -643,6 +675,7 @@ $text['label-time']['sv-se'] = "Tid";
|
|||
$text['label-time']['uk-ua'] = "Час";
|
||||
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['en-gb'] = "Start";
|
||||
$text['label-start']['ar-eg'] = "";
|
||||
$text['label-start']['de-at'] = "Start"; //copied from de-de
|
||||
$text['label-start']['de-ch'] = "Start"; //copied from de-de
|
||||
|
|
@ -663,6 +696,7 @@ $text['label-start']['sv-se'] = "Starta";
|
|||
$text['label-start']['uk-ua'] = "Запустити";
|
||||
|
||||
$text['label-sounds']['en-us'] = "Sounds";
|
||||
$text['label-sounds']['en-gb'] = "Sounds";
|
||||
$text['label-sounds']['ar-eg'] = "";
|
||||
$text['label-sounds']['de-at'] = "Töne"; //copied from de-de
|
||||
$text['label-sounds']['de-ch'] = "Töne"; //copied from de-de
|
||||
|
|
@ -683,6 +717,7 @@ $text['label-sounds']['sv-se'] = "Ljud";
|
|||
$text['label-sounds']['uk-ua'] = "Мелодії";
|
||||
|
||||
$text['label-sessions']['en-us'] = "Sessions";
|
||||
$text['label-sessions']['en-gb'] = "Sessions";
|
||||
$text['label-sessions']['ar-eg'] = "";
|
||||
$text['label-sessions']['de-at'] = "Sitzungen"; //copied from de-de
|
||||
$text['label-sessions']['de-ch'] = "Sitzungen"; //copied from de-de
|
||||
|
|
@ -703,6 +738,7 @@ $text['label-sessions']['sv-se'] = "Sessioner";
|
|||
$text['label-sessions']['uk-ua'] = "Сесії";
|
||||
|
||||
$text['label-schedule']['en-us'] = "Schedule";
|
||||
$text['label-schedule']['en-gb'] = "Schedule";
|
||||
$text['label-schedule']['ar-eg'] = "";
|
||||
$text['label-schedule']['de-at'] = "Zeitplan"; //copied from de-de
|
||||
$text['label-schedule']['de-ch'] = "Zeitplan"; //copied from de-de
|
||||
|
|
@ -723,6 +759,7 @@ $text['label-schedule']['sv-se'] = "Schema";
|
|||
$text['label-schedule']['uk-ua'] = "Розклад";
|
||||
|
||||
$text['label-room-name']['en-us'] = "Room Name";
|
||||
$text['label-room-name']['en-gb'] = "Room Name";
|
||||
$text['label-room-name']['ar-eg'] = "";
|
||||
$text['label-room-name']['de-at'] = "Raum Name"; //copied from de-de
|
||||
$text['label-room-name']['de-ch'] = "Raum Name"; //copied from de-de
|
||||
|
|
@ -743,6 +780,7 @@ $text['label-room-name']['sv-se'] = "Rums Namn";
|
|||
$text['label-room-name']['uk-ua'] = "Назва кімнати";
|
||||
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['en-gb'] = "Recording";
|
||||
$text['label-recording']['ar-eg'] = "";
|
||||
$text['label-recording']['de-at'] = "Aufnahme"; //copied from de-de
|
||||
$text['label-recording']['de-ch'] = "Aufnahme"; //copied from de-de
|
||||
|
|
@ -763,6 +801,7 @@ $text['label-recording']['sv-se'] = "Inspelning";
|
|||
$text['label-recording']['uk-ua'] = "Запис";
|
||||
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['en-gb'] = "Record";
|
||||
$text['label-record']['ar-eg'] = "";
|
||||
$text['label-record']['de-at'] = "Aufnehmen"; //copied from de-de
|
||||
$text['label-record']['de-ch'] = "Aufnehmen"; //copied from de-de
|
||||
|
|
@ -783,6 +822,7 @@ $text['label-record']['sv-se'] = "Spela In";
|
|||
$text['label-record']['uk-ua'] = "Запис";
|
||||
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['en-gb'] = "Profile";
|
||||
$text['label-profile']['ar-eg'] = "";
|
||||
$text['label-profile']['de-at'] = "Profil"; //copied from de-de
|
||||
$text['label-profile']['de-ch'] = "Profil"; //copied from de-de
|
||||
|
|
@ -803,6 +843,7 @@ $text['label-profile']['sv-se'] = "Profil";
|
|||
$text['label-profile']['uk-ua'] = "Профіль";
|
||||
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['en-gb'] = "Play";
|
||||
$text['label-play']['ar-eg'] = "";
|
||||
$text['label-play']['de-at'] = "Abspielen"; //copied from de-de
|
||||
$text['label-play']['de-ch'] = "Abspielen"; //copied from de-de
|
||||
|
|
@ -823,6 +864,7 @@ $text['label-play']['sv-se'] = "Spela Upp";
|
|||
$text['label-play']['uk-ua'] = "Відтворити";
|
||||
|
||||
$text['label-participant-pin']['en-us'] = "Participant";
|
||||
$text['label-participant-pin']['en-gb'] = "Participant";
|
||||
$text['label-participant-pin']['ar-eg'] = "";
|
||||
$text['label-participant-pin']['de-at'] = "Teilnehmer"; //copied from de-de
|
||||
$text['label-participant-pin']['de-ch'] = "Teilnehmer"; //copied from de-de
|
||||
|
|
@ -843,6 +885,7 @@ $text['label-participant-pin']['sv-se'] = "Deltagare";
|
|||
$text['label-participant-pin']['uk-ua'] = "Учасник";
|
||||
|
||||
$text['label-network-address']['en-us'] = "Network Address";
|
||||
$text['label-network-address']['en-gb'] = "Network Address";
|
||||
$text['label-network-address']['ar-eg'] = "";
|
||||
$text['label-network-address']['de-at'] = "Netzwerk Adresse"; //copied from de-de
|
||||
$text['label-network-address']['de-ch'] = "Netzwerk Adresse"; //copied from de-de
|
||||
|
|
@ -863,6 +906,7 @@ $text['label-network-address']['sv-se'] = "Nätverks-adress";
|
|||
$text['label-network-address']['uk-ua'] = "Адреса мережі";
|
||||
|
||||
$text['label-mute']['en-us'] = "Mute";
|
||||
$text['label-mute']['en-gb'] = "Mute";
|
||||
$text['label-mute']['ar-eg'] = "";
|
||||
$text['label-mute']['de-at'] = "Stummschalten"; //copied from de-de
|
||||
$text['label-mute']['de-ch'] = "Stummschalten"; //copied from de-de
|
||||
|
|
@ -883,6 +927,7 @@ $text['label-mute']['sv-se'] = "Mikrofon Av";
|
|||
$text['label-mute']['uk-ua'] = "Приглушити";
|
||||
|
||||
$text['label-moderator-pin']['en-us'] = "Moderator";
|
||||
$text['label-moderator-pin']['en-gb'] = "Moderator";
|
||||
$text['label-moderator-pin']['ar-eg'] = "";
|
||||
$text['label-moderator-pin']['de-at'] = "Moderator"; //copied from de-de
|
||||
$text['label-moderator-pin']['de-ch'] = "Moderator"; //copied from de-de
|
||||
|
|
@ -903,6 +948,7 @@ $text['label-moderator-pin']['sv-se'] = "Moderator";
|
|||
$text['label-moderator-pin']['uk-ua'] = "Модератор";
|
||||
|
||||
$text['label-moderator']['en-us'] = "Moderator";
|
||||
$text['label-moderator']['en-gb'] = "Moderator";
|
||||
$text['label-moderator']['ar-eg'] = "";
|
||||
$text['label-moderator']['de-at'] = "Moderator"; //copied from de-de
|
||||
$text['label-moderator']['de-ch'] = "Moderator"; //copied from de-de
|
||||
|
|
@ -923,6 +969,7 @@ $text['label-moderator']['sv-se'] = "Moderator";
|
|||
$text['label-moderator']['uk-ua'] = "Модератор";
|
||||
|
||||
$text['label-members']['en-us'] = "Count";
|
||||
$text['label-members']['en-gb'] = "Count";
|
||||
$text['label-members']['ar-eg'] = "";
|
||||
$text['label-members']['de-at'] = "Zähler"; //copied from de-de
|
||||
$text['label-members']['de-ch'] = "Zähler"; //copied from de-de
|
||||
|
|
@ -943,6 +990,7 @@ $text['label-members']['sv-se'] = "Antal";
|
|||
$text['label-members']['uk-ua'] = "Кількість";
|
||||
|
||||
$text['label-member-type-participant']['en-us'] = "participant";
|
||||
$text['label-member-type-participant']['en-gb'] = "participant";
|
||||
$text['label-member-type-participant']['ar-eg'] = "";
|
||||
$text['label-member-type-participant']['de-at'] = "Teilnehmer"; //copied from de-de
|
||||
$text['label-member-type-participant']['de-ch'] = "Teilnehmer"; //copied from de-de
|
||||
|
|
@ -963,6 +1011,7 @@ $text['label-member-type-participant']['sv-se'] = "deltagare";
|
|||
$text['label-member-type-participant']['uk-ua'] = "учасник";
|
||||
|
||||
$text['label-member-type-moderator']['en-us'] = "moderator";
|
||||
$text['label-member-type-moderator']['en-gb'] = "moderator";
|
||||
$text['label-member-type-moderator']['ar-eg'] = "";
|
||||
$text['label-member-type-moderator']['de-at'] = "Moderator"; //copied from de-de
|
||||
$text['label-member-type-moderator']['de-ch'] = "Moderator"; //copied from de-de
|
||||
|
|
@ -983,6 +1032,7 @@ $text['label-member-type-moderator']['sv-se'] = "moderator";
|
|||
$text['label-member-type-moderator']['uk-ua'] = "модератор";
|
||||
|
||||
$text['label-member-pin']['en-us'] = "PIN Numbers";
|
||||
$text['label-member-pin']['en-gb'] = "PIN Numbers";
|
||||
$text['label-member-pin']['ar-eg'] = "";
|
||||
$text['label-member-pin']['de-at'] = "PIN Nummern"; //copied from de-de
|
||||
$text['label-member-pin']['de-ch'] = "PIN Nummern"; //copied from de-de
|
||||
|
|
@ -1003,6 +1053,7 @@ $text['label-member-pin']['sv-se'] = "PIN Kod";
|
|||
$text['label-member-pin']['uk-ua'] = "PIN ";
|
||||
|
||||
$text['label-max-members']['en-us'] = "Max Members";
|
||||
$text['label-max-members']['en-gb'] = "Max Members";
|
||||
$text['label-max-members']['ar-eg'] = "";
|
||||
$text['label-max-members']['de-at'] = "Maximale Anzahl an Teilnehmer"; //copied from de-de
|
||||
$text['label-max-members']['de-ch'] = "Maximale Anzahl an Teilnehmer"; //copied from de-de
|
||||
|
|
@ -1023,6 +1074,7 @@ $text['label-max-members']['sv-se'] = "Max Antal Medlemmar";
|
|||
$text['label-max-members']['uk-ua'] = "Макс. учасників";
|
||||
|
||||
$text['label-from']['en-us'] = "From";
|
||||
$text['label-from']['en-gb'] = "From";
|
||||
$text['label-from']['ar-eg'] = "";
|
||||
$text['label-from']['de-at'] = "Von"; //copied from de-de
|
||||
$text['label-from']['de-ch'] = "Von"; //copied from de-de
|
||||
|
|
@ -1043,6 +1095,7 @@ $text['label-from']['sv-se'] = "Från";
|
|||
$text['label-from']['uk-ua'] = "Від";
|
||||
|
||||
$text['label-exit-sound']['en-us'] = "Exit Sound";
|
||||
$text['label-exit-sound']['en-gb'] = "Exit Sound";
|
||||
$text['label-exit-sound']['ar-eg'] = "";
|
||||
$text['label-exit-sound']['de-at'] = "Ton beim Verlassen"; //copied from de-de
|
||||
$text['label-exit-sound']['de-ch'] = "Ton beim Verlassen"; //copied from de-de
|
||||
|
|
@ -1063,6 +1116,7 @@ $text['label-exit-sound']['sv-se'] = "Avslutningsljud";
|
|||
$text['label-exit-sound']['uk-ua'] = "Мелодія при виході";
|
||||
|
||||
$text['label-enter-sound']['en-us'] = "Enter Sound";
|
||||
$text['label-enter-sound']['en-gb'] = "Enter Sound";
|
||||
$text['label-enter-sound']['ar-eg'] = "";
|
||||
$text['label-enter-sound']['de-at'] = "Ton beim Eintreten"; //copied from de-de
|
||||
$text['label-enter-sound']['de-ch'] = "Ton beim Eintreten"; //copied from de-de
|
||||
|
|
@ -1083,6 +1137,7 @@ $text['label-enter-sound']['sv-se'] = "Startljud";
|
|||
$text['label-enter-sound']['uk-ua'] = "Мелодія при вході";
|
||||
|
||||
$text['label-end']['en-us'] = "End";
|
||||
$text['label-end']['en-gb'] = "End";
|
||||
$text['label-end']['ar-eg'] = "";
|
||||
$text['label-end']['de-at'] = "Ende"; //copied from de-de
|
||||
$text['label-end']['de-ch'] = "Ende"; //copied from de-de
|
||||
|
|
@ -1103,6 +1158,7 @@ $text['label-end']['sv-se'] = "Slut";
|
|||
$text['label-end']['uk-ua'] = "Кінець";
|
||||
|
||||
$text['label-edit']['en-us'] = "Edit";
|
||||
$text['label-edit']['en-gb'] = "Edit";
|
||||
$text['label-edit']['ar-eg'] = "";
|
||||
$text['label-edit']['de-at'] = "Bearbeiten"; //copied from de-de
|
||||
$text['label-edit']['de-ch'] = "Bearbeiten"; //copied from de-de
|
||||
|
|
@ -1123,6 +1179,7 @@ $text['label-edit']['sv-se'] = "Redigera";
|
|||
$text['label-edit']['uk-ua'] = "Редагувати";
|
||||
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['en-gb'] = "Download";
|
||||
$text['label-download']['ar-eg'] = "";
|
||||
$text['label-download']['de-at'] = "Herunterladen"; //copied from de-de
|
||||
$text['label-download']['de-ch'] = "Herunterladen"; //copied from de-de
|
||||
|
|
@ -1143,6 +1200,7 @@ $text['label-download']['sv-se'] = "Ladda Ned";
|
|||
$text['label-download']['uk-ua'] = "Скачати";
|
||||
|
||||
$text['label-details']['en-us'] = "Details";
|
||||
$text['label-details']['en-gb'] = "Details";
|
||||
$text['label-details']['ar-eg'] = "";
|
||||
$text['label-details']['de-at'] = "Details"; //copied from de-de
|
||||
$text['label-details']['de-ch'] = "Details"; //copied from de-de
|
||||
|
|
@ -1163,6 +1221,7 @@ $text['label-details']['sv-se'] = "Detaljer";
|
|||
$text['label-details']['uk-ua'] = "Деталі";
|
||||
|
||||
$text['label-conference_name']['en-us'] = "Conference Name";
|
||||
$text['label-conference_name']['en-gb'] = "Conference Name";
|
||||
$text['label-conference_name']['ar-eg'] = "";
|
||||
$text['label-conference_name']['de-at'] = "Konferenz Name"; //copied from de-de
|
||||
$text['label-conference_name']['de-ch'] = "Konferenz Name"; //copied from de-de
|
||||
|
|
@ -1183,6 +1242,7 @@ $text['label-conference_name']['sv-se'] = "Konferens Namn";
|
|||
$text['label-conference_name']['uk-ua'] = "Назва конференції";
|
||||
|
||||
$text['label-cdr']['en-us'] = "CDR";
|
||||
$text['label-cdr']['en-gb'] = "CDR";
|
||||
$text['label-cdr']['ar-eg'] = "";
|
||||
$text['label-cdr']['de-at'] = "CDR"; //copied from de-de
|
||||
$text['label-cdr']['de-ch'] = "CDR"; //copied from de-de
|
||||
|
|
@ -1203,6 +1263,7 @@ $text['label-cdr']['sv-se'] = "CDR";
|
|||
$text['label-cdr']['uk-ua'] = "CDR ";
|
||||
|
||||
$text['label-caller-id-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller-id-number']['en-gb'] = "Caller ID Number";
|
||||
$text['label-caller-id-number']['ar-eg'] = "";
|
||||
$text['label-caller-id-number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-caller-id-number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -1223,6 +1284,7 @@ $text['label-caller-id-number']['sv-se'] = "Nummerpresentation";
|
|||
$text['label-caller-id-number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['en-gb'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['ar-eg'] = "";
|
||||
$text['label-caller-id-name']['de-at'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-caller-id-name']['de-ch'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -1243,6 +1305,7 @@ $text['label-caller-id-name']['sv-se'] = "Namnpresentation";
|
|||
$text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-announce']['en-us'] = "Announce";
|
||||
$text['label-announce']['en-gb'] = "Announce";
|
||||
$text['label-announce']['ar-eg'] = "";
|
||||
$text['label-announce']['de-at'] = "Ankündigen"; //copied from de-de
|
||||
$text['label-announce']['de-ch'] = "Ankündigen"; //copied from de-de
|
||||
|
|
@ -1263,6 +1326,7 @@ $text['label-announce']['sv-se'] = "Meddela";
|
|||
$text['label-announce']['uk-ua'] = "Анонс";
|
||||
|
||||
$text['description-users']['en-us'] = "Assign additional users as administrators of this conference room.";
|
||||
$text['description-users']['en-gb'] = "Assign additional users as administrators of this conference room.";
|
||||
$text['description-users']['ar-eg'] = "";
|
||||
$text['description-users']['de-at'] = "Weisen Sie diesem Konferenzraum weitere Administratoren zu."; //copied from de-de
|
||||
$text['description-users']['de-ch'] = "Weisen Sie diesem Konferenzraum weitere Administratoren zu."; //copied from de-de
|
||||
|
|
@ -1283,6 +1347,7 @@ $text['description-users']['sv-se'] = "Lägg till ytterligare användare som adm
|
|||
$text['description-users']['uk-ua'] = "Зв'язати додаткових користувачів як адміністраторів цього конференц-залу.";
|
||||
|
||||
$text['description-schedule']['en-us'] = "Set a start and stop date/time for this room.";
|
||||
$text['description-schedule']['en-gb'] = "Set a start and stop date/time for this room.";
|
||||
$text['description-schedule']['ar-eg'] = "";
|
||||
$text['description-schedule']['de-at'] = "Setzen Sie die Start und Stopp Datum/Zeit für diesen Raum"; //copied from de-de
|
||||
$text['description-schedule']['de-ch'] = "Setzen Sie die Start und Stopp Datum/Zeit für diesen Raum"; //copied from de-de
|
||||
|
|
@ -1303,6 +1368,7 @@ $text['description-schedule']['sv-se'] = "Sätt en start och stopp datum/tid fö
|
|||
$text['description-schedule']['uk-ua'] = "Встановіть час початку/завершення для цієї кімнати.";
|
||||
|
||||
$text['description-room-name']['en-us'] = "Enter a name for the conference room.";
|
||||
$text['description-room-name']['en-gb'] = "Enter a name for the conference room.";
|
||||
$text['description-room-name']['ar-eg'] = "";
|
||||
$text['description-room-name']['de-at'] = "Geben Sie einen Namen für diesen Konferenzraum an."; //copied from de-de
|
||||
$text['description-room-name']['de-ch'] = "Geben Sie einen Namen für diesen Konferenzraum an."; //copied from de-de
|
||||
|
|
@ -1323,6 +1389,7 @@ $text['description-room-name']['sv-se'] = "Ange namn för detta konferensrum";
|
|||
$text['description-room-name']['uk-ua'] = "Введіть назву конференц-залу.";
|
||||
|
||||
$text['description-profile']['en-us'] = "Conference Profile is a collection of settings for the conference center.";
|
||||
$text['description-profile']['en-gb'] = "Conference Profile is a collection of settings for the conference center.";
|
||||
$text['description-profile']['ar-eg'] = "";
|
||||
$text['description-profile']['de-at'] = "Das Konferenz-Profil ist eine Zusammenfassung von Einstellungen für die Konferenz Zentrale."; //copied from de-de
|
||||
$text['description-profile']['de-ch'] = "Das Konferenz-Profil ist eine Zusammenfassung von Einstellungen für die Konferenz Zentrale."; //copied from de-de
|
||||
|
|
@ -1343,6 +1410,7 @@ $text['description-profile']['sv-se'] = "Konferensprofil är en samling av inst
|
|||
$text['description-profile']['uk-ua'] = "Профіль конференції є колекція налаштувань для конференц-центру.";
|
||||
|
||||
$text['description-participant-pin']['en-us'] = "Pin number for the participants.";
|
||||
$text['description-participant-pin']['en-gb'] = "Pin number for the participants.";
|
||||
$text['description-participant-pin']['ar-eg'] = "";
|
||||
$text['description-participant-pin']['de-at'] = "PIN Nummer für Teilnehmer."; //copied from de-de
|
||||
$text['description-participant-pin']['de-ch'] = "PIN Nummer für Teilnehmer."; //copied from de-de
|
||||
|
|
@ -1363,6 +1431,7 @@ $text['description-participant-pin']['sv-se'] = "PIN kod för deltagare";
|
|||
$text['description-participant-pin']['uk-ua'] = "PIN-код для учасників.";
|
||||
|
||||
$text['description-moderator_pin']['en-us'] = "Pin number for the moderators.";
|
||||
$text['description-moderator_pin']['en-gb'] = "Pin number for the moderators.";
|
||||
$text['description-moderator_pin']['ar-eg'] = "";
|
||||
$text['description-moderator_pin']['de-at'] = "PIN Nummer für Moderatoren."; //copied from de-de
|
||||
$text['description-moderator_pin']['de-ch'] = "PIN Nummer für Moderatoren."; //copied from de-de
|
||||
|
|
@ -1383,6 +1452,7 @@ $text['description-moderator_pin']['sv-se'] = "PIN kod för moderator.";
|
|||
$text['description-moderator_pin']['uk-ua'] = "PIN-код для модераторів.";
|
||||
|
||||
$text['description-conference_sessions']['en-us'] = "Conference Sessions are log details about the conferences.";
|
||||
$text['description-conference_sessions']['en-gb'] = "Conference Sessions are log details about the conferences.";
|
||||
$text['description-conference_sessions']['ar-eg'] = "";
|
||||
$text['description-conference_sessions']['de-at'] = "Konferenz Sitzungen sind Protokolle der letzten Konferenzen."; //copied from de-de
|
||||
$text['description-conference_sessions']['de-ch'] = "Konferenz Sitzungen sind Protokolle der letzten Konferenzen."; //copied from de-de
|
||||
|
|
@ -1403,6 +1473,7 @@ $text['description-conference_sessions']['sv-se'] = "Konferenssessioner är deta
|
|||
$text['description-conference_sessions']['uk-ua'] = "Сесії конференції є даних журналу про конференції.";
|
||||
|
||||
$text['description-conference_session_details']['en-us'] = "Conference Sessions are log details of the conferences calls.";
|
||||
$text['description-conference_session_details']['en-gb'] = "Conference Sessions are log details of the conferences calls.";
|
||||
$text['description-conference_session_details']['ar-eg'] = "";
|
||||
$text['description-conference_session_details']['de-at'] = "Konferenz Sitzungen sind Protokolle der letzten Konferenzenschaltungen."; //copied from de-de
|
||||
$text['description-conference_session_details']['de-ch'] = "Konferenz Sitzungen sind Protokolle der letzten Konferenzenschaltungen."; //copied from de-de
|
||||
|
|
@ -1423,6 +1494,7 @@ $text['description-conference_session_details']['sv-se'] = "Konferenssessioner
|
|||
$text['description-conference_session_details']['uk-ua'] = "Сесії конференції є відомості з журналу викликів конференцій.";
|
||||
|
||||
$text['description-conference_centers']['en-us'] = "Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.";
|
||||
$text['description-conference_centers']['en-gb'] = "Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.";
|
||||
$text['description-conference_centers']['ar-eg'] = "";
|
||||
$text['description-conference_centers']['de-at'] = "Konferenz-Zentralen sind Gruppen mehrere Konferenzräume. Diese können anhand diverse Kriterien wie Kostenstelle, geographisher Ort oder sonstiges organisiert werden."; //copied from de-de
|
||||
$text['description-conference_centers']['de-ch'] = "Konferenz-Zentralen sind Gruppen mehrere Konferenzräume. Diese können anhand diverse Kriterien wie Kostenstelle, geographisher Ort oder sonstiges organisiert werden."; //copied from de-de
|
||||
|
|
@ -1443,6 +1515,7 @@ $text['description-conference_centers']['sv-se'] = "Konferenscenter är en grupp
|
|||
$text['description-conference_centers']['uk-ua'] = "Конференц-центри є група конференц-залів. Вони можуть бути організовані МВЗ, географічно або інших критеріїв.";
|
||||
|
||||
$text['description-conference_center']['en-us'] = "Conference Center is used to setup one or more conference rooms with a name, extension number, a required pin number length, and a description.";
|
||||
$text['description-conference_center']['en-gb'] = "Conference Center is used to setup one or more conference rooms with a name, extension number, a required pin number length, and a description.";
|
||||
$text['description-conference_center']['ar-eg'] = "";
|
||||
$text['description-conference_center']['de-at'] = "Konferenz Zentralen ermöglichen die Erstellung von einem oder mehrere Konferenzräume mit Namen, Nebenstelle, benötigte PIN Mindestlänge und eine Beschreibung."; //copied from de-de
|
||||
$text['description-conference_center']['de-ch'] = "Konferenz Zentralen ermöglichen die Erstellung von einem oder mehrere Konferenzräume mit Namen, Nebenstelle, benötigte PIN Mindestlänge und eine Beschreibung."; //copied from de-de
|
||||
|
|
@ -1463,6 +1536,7 @@ $text['description-conference_center']['sv-se'] = "Konferenscenter används för
|
|||
$text['description-conference_center']['uk-ua'] = "Конференц-центр використовується для установки одного або декількох конференц-залів з ім'ям, додатковий номер, в необхідної довжини контактний номер та опис.";
|
||||
|
||||
$text['button-sessions']['en-us'] = "Sessions";
|
||||
$text['button-sessions']['en-gb'] = "Sessions";
|
||||
$text['button-sessions']['ar-eg'] = "";
|
||||
$text['button-sessions']['de-at'] = "Sitzungen"; //copied from de-de
|
||||
$text['button-sessions']['de-ch'] = "Sitzungen"; //copied from de-de
|
||||
|
|
@ -1483,6 +1557,7 @@ $text['button-sessions']['sv-se'] = "Sessioner";
|
|||
$text['button-sessions']['uk-ua'] = "Сесії";
|
||||
|
||||
$text['button-rooms']['en-us'] = "Rooms";
|
||||
$text['button-rooms']['en-gb'] = "Rooms";
|
||||
$text['button-rooms']['ar-eg'] = "";
|
||||
$text['button-rooms']['de-at'] = "Räume"; //copied from de-de
|
||||
$text['button-rooms']['de-ch'] = "Räume"; //copied from de-de
|
||||
|
|
@ -1503,6 +1578,7 @@ $text['button-rooms']['sv-se'] = "Rum";
|
|||
$text['button-rooms']['uk-ua'] = "Кімнати";
|
||||
|
||||
$text['button-view_active']['en-us'] = "View Active";
|
||||
$text['button-view_active']['en-gb'] = "View Active";
|
||||
$text['button-view_active']['ar-eg'] = "";
|
||||
$text['button-view_active']['de-at'] = "Aktive anzeigen"; //copied from de-de
|
||||
$text['button-view_active']['de-ch'] = "Aktive anzeigen"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Centers";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Conference Centers";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenz Zentrale";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['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.";
|
||||
$apps[$x]['description']['en-gb'] = "Call controls enable ability to assign digits to actions. They can be used to mute, unmute, or other actions during the conference call.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Anrufsteuerung anhand von zugeordneten Ziffern. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-conference_controls']['en-us'] = "Conference Controls";
|
||||
$text['title-conference_controls']['en-gb'] = "Conference Controls";
|
||||
$text['title-conference_controls']['ar-eg'] = "";
|
||||
$text['title-conference_controls']['de-at'] = "Konferenzsteuerung"; //copied from de-de
|
||||
$text['title-conference_controls']['de-ch'] = "Konferenzsteuerung"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-conference_controls']['sv-se'] = "Konferens Kontroller";
|
|||
$text['title-conference_controls']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_control']['en-us'] = "Conference Control";
|
||||
$text['title-conference_control']['en-gb'] = "Conference Control";
|
||||
$text['title-conference_control']['ar-eg'] = "";
|
||||
$text['title-conference_control']['de-at'] = "Konferenzsteuerung"; //copied from de-de
|
||||
$text['title-conference_control']['de-ch'] = "Konferenzsteuerung"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-conference_control']['sv-se'] = "Konferens Kontroll";
|
|||
$text['title-conference_control']['uk-ua'] = "";
|
||||
|
||||
$text['description-conference_controls']['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['description-conference_controls']['en-gb'] = "Call controls enable ability to assign digits to actions. They can be used to mute, unmute, or other actions during the conference call.";
|
||||
$text['description-conference_controls']['ar-eg'] = "";
|
||||
$text['description-conference_controls']['de-at'] = "Funktionen zur Anrufsteuerung können Ziffern zugeordnet werden. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen."; //copied from de-de
|
||||
$text['description-conference_controls']['de-ch'] = "Funktionen zur Anrufsteuerung können Ziffern zugeordnet werden. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen."; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['description-conference_controls']['sv-se'] = "Samtalskontroller möjligg
|
|||
$text['description-conference_controls']['uk-ua'] = "";
|
||||
|
||||
$text['label-control_name']['en-us'] = "Name";
|
||||
$text['label-control_name']['en-gb'] = "Name";
|
||||
$text['label-control_name']['ar-eg'] = "";
|
||||
$text['label-control_name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-control_name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-control_name']['sv-se'] = "Namn";
|
|||
$text['label-control_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-control_name']['en-us'] = "Enter the conference control name.";
|
||||
$text['description-control_name']['en-gb'] = "Enter the conference control name.";
|
||||
$text['description-control_name']['ar-eg'] = "";
|
||||
$text['description-control_name']['de-at'] = "Geben Sie den Namen des Steuerelements ein."; //copied from de-de
|
||||
$text['description-control_name']['de-ch'] = "Geben Sie den Namen des Steuerelements ein."; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['description-control_name']['sv-se'] = "Ange konferens kontroll namnet.";
|
|||
$text['description-control_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-control_enabled']['en-us'] = "Enabled";
|
||||
$text['label-control_enabled']['en-gb'] = "Enabled";
|
||||
$text['label-control_enabled']['ar-eg'] = "";
|
||||
$text['label-control_enabled']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['label-control_enabled']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-control_enabled']['sv-se'] = "Aktiverad";
|
|||
$text['label-control_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-control_enabled']['en-us'] = "Set the status of the control.";
|
||||
$text['description-control_enabled']['en-gb'] = "Set the status of the control.";
|
||||
$text['description-control_enabled']['ar-eg'] = "";
|
||||
$text['description-control_enabled']['de-at'] = "Setzen Sie den Status des Steuerelements"; //copied from de-de
|
||||
$text['description-control_enabled']['de-ch'] = "Setzen Sie den Status des Steuerelements"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['description-control_enabled']['sv-se'] = "Ange statusen för kontrollen."
|
|||
$text['description-control_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-control_description']['en-us'] = "Description";
|
||||
$text['label-control_description']['en-gb'] = "Description";
|
||||
$text['label-control_description']['ar-eg'] = "";
|
||||
$text['label-control_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-control_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-control_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-control_description']['uk-ua'] = "";
|
||||
|
||||
$text['description-control_description']['en-us'] = "Enter the description.";
|
||||
$text['description-control_description']['en-gb'] = "Enter the description.";
|
||||
$text['description-control_description']['ar-eg'] = "";
|
||||
$text['description-control_description']['de-at'] = "Geben Sie eine Beschreibung ein."; //copied from de-de
|
||||
$text['description-control_description']['de-ch'] = "Geben Sie eine Beschreibung ein."; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['description-control_description']['sv-se'] = "Ange beskrivningen.";
|
|||
$text['description-control_description']['uk-ua'] = "";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['en-gb'] = "Please provide: ";
|
||||
$text['message-required']['ar-eg'] = "";
|
||||
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:"; //copied from de-de
|
||||
$text['message-required']['de-ch'] = "Bitte geben Sie folgendes an:"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['message-required']['sv-se'] = "Var god ange: ";
|
|||
$text['message-required']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_control_details']['en-us'] = "Controls";
|
||||
$text['title-conference_control_details']['en-gb'] = "Controls";
|
||||
$text['title-conference_control_details']['ar-eg'] = "";
|
||||
$text['title-conference_control_details']['de-at'] = "Steuerelemente"; //copied from de-de
|
||||
$text['title-conference_control_details']['de-ch'] = "Steuerelemente"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['title-conference_control_details']['sv-se'] = "Kontroller";
|
|||
$text['title-conference_control_details']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_control_detail']['en-us'] = "Control";
|
||||
$text['title-conference_control_detail']['en-gb'] = "Control";
|
||||
$text['title-conference_control_detail']['ar-eg'] = "";
|
||||
$text['title-conference_control_detail']['de-at'] = "Steuern"; //copied from de-de
|
||||
$text['title-conference_control_detail']['de-ch'] = "Steuern"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['title-conference_control_detail']['sv-se'] = "Kontrol";
|
|||
$text['title-conference_control_detail']['uk-ua'] = "";
|
||||
|
||||
$text['title_description-conference_control_detail']['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_detail']['en-gb'] = "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_detail']['ar-eg'] = "";
|
||||
$text['title_description-conference_control_detail']['de-at'] = "Anrufsteuerung anhand von zugeordneten Ziffern. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen."; //copied from de-de
|
||||
$text['title_description-conference_control_detail']['de-ch'] = "Anrufsteuerung anhand von zugeordneten Ziffern. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen."; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['title_description-conference_control_detail']['sv-se'] = "";
|
|||
$text['title_description-conference_control_detail']['uk-ua'] = "";
|
||||
|
||||
$text['label-control_digits']['en-us'] = "Digits";
|
||||
$text['label-control_digits']['en-gb'] = "Digits";
|
||||
$text['label-control_digits']['ar-eg'] = "";
|
||||
$text['label-control_digits']['de-at'] = "Ziffern"; //copied from de-de
|
||||
$text['label-control_digits']['de-ch'] = "Ziffern"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-control_digits']['sv-se'] = "Siffror";
|
|||
$text['label-control_digits']['uk-ua'] = "";
|
||||
|
||||
$text['description-control_digits']['en-us'] = "Enter the digits.";
|
||||
$text['description-control_digits']['en-gb'] = "Enter the digits.";
|
||||
$text['description-control_digits']['ar-eg'] = "";
|
||||
$text['description-control_digits']['de-at'] = "Geben Sie die Ziffern ein."; //copied from de-de
|
||||
$text['description-control_digits']['de-ch'] = "Geben Sie die Ziffern ein."; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['description-control_digits']['sv-se'] = "Ange siffrorna.";
|
|||
$text['description-control_digits']['uk-ua'] = "";
|
||||
|
||||
$text['label-control_action']['en-us'] = "Action";
|
||||
$text['label-control_action']['en-gb'] = "Action";
|
||||
$text['label-control_action']['ar-eg'] = "";
|
||||
$text['label-control_action']['de-at'] = "Aktion"; //copied from de-de
|
||||
$text['label-control_action']['de-ch'] = "Aktion"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-control_action']['sv-se'] = "Handling";
|
|||
$text['label-control_action']['uk-ua'] = "";
|
||||
|
||||
$text['description-control_action']['en-us'] = "Enter the action.";
|
||||
$text['description-control_action']['en-gb'] = "Enter the action.";
|
||||
$text['description-control_action']['ar-eg'] = "";
|
||||
$text['description-control_action']['de-at'] = "Geben Sie die Aktion an."; //copied from de-de
|
||||
$text['description-control_action']['de-ch'] = "Geben Sie die Aktion an."; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['description-control_action']['sv-se'] = "Ange handlingen.";
|
|||
$text['description-control_action']['uk-ua'] = "";
|
||||
|
||||
$text['label-control_data']['en-us'] = "Data";
|
||||
$text['label-control_data']['en-gb'] = "Data";
|
||||
$text['label-control_data']['ar-eg'] = "";
|
||||
$text['label-control_data']['de-at'] = "Daten"; //copied from de-de
|
||||
$text['label-control_data']['de-ch'] = "Daten"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-control_data']['sv-se'] = "Data";
|
|||
$text['label-control_data']['uk-ua'] = "";
|
||||
|
||||
$text['description-control_data']['en-us'] = "Enter the data.";
|
||||
$text['description-control_data']['en-gb'] = "Enter the data.";
|
||||
$text['description-control_data']['ar-eg'] = "";
|
||||
$text['description-control_data']['de-at'] = "Geben Sie die Daten ein."; //copied from de-de
|
||||
$text['description-control_data']['de-ch'] = "Geben Sie die Daten ein."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Controls';
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = 'Conference Controls';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzsteuerung';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "A group of conference parameters saved together as a profile.";
|
||||
$apps[$x]['description']['en-gb'] = "A group of conference parameters saved together as a profile.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-conference_profiles']['en-us'] = "Conference Profiles";
|
||||
$text['title-conference_profiles']['en-gb'] = "Conference Profiles";
|
||||
$text['title-conference_profiles']['ar-eg'] = "";
|
||||
$text['title-conference_profiles']['de-at'] = "Konferenzprofile"; //copied from de-de
|
||||
$text['title-conference_profiles']['de-ch'] = "Konferenzprofile"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-conference_profiles']['sv-se'] = "Konferens Profiler";
|
|||
$text['title-conference_profiles']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_profile']['en-us'] = "Conference Profile";
|
||||
$text['title-conference_profile']['en-gb'] = "Conference Profile";
|
||||
$text['title-conference_profile']['ar-eg'] = "";
|
||||
$text['title-conference_profile']['de-at'] = "Konferenzprofile"; //copied from de-de
|
||||
$text['title-conference_profile']['de-ch'] = "Konferenzprofile"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-conference_profile']['sv-se'] = "Konferens Profil";
|
|||
$text['title-conference_profile']['uk-ua'] = "";
|
||||
|
||||
$text['description-conference_profiles']['en-us'] = "A group of conference parameters saved together as a profile.";
|
||||
$text['description-conference_profiles']['en-gb'] = "A group of conference parameters saved together as a profile.";
|
||||
$text['description-conference_profiles']['ar-eg'] = "";
|
||||
$text['description-conference_profiles']['de-at'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst"; //copied from de-de
|
||||
$text['description-conference_profiles']['de-ch'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['description-conference_profiles']['sv-se'] = "En grupp av konferens param
|
|||
$text['description-conference_profiles']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_name']['en-us'] = "Name";
|
||||
$text['label-profile_name']['en-gb'] = "Name";
|
||||
$text['label-profile_name']['ar-eg'] = "";
|
||||
$text['label-profile_name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-profile_name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-profile_name']['sv-se'] = "Namn";
|
|||
$text['label-profile_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_name']['en-us'] = "Enter the profile name.";
|
||||
$text['description-profile_name']['en-gb'] = "Enter the profile name.";
|
||||
$text['description-profile_name']['ar-eg'] = "";
|
||||
$text['description-profile_name']['de-at'] = "Geben Sie den Profil Namen ein."; //copied from de-de
|
||||
$text['description-profile_name']['de-ch'] = "Geben Sie den Profil Namen ein."; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['description-profile_name']['sv-se'] = "Ang eprofilens namn.";
|
|||
$text['description-profile_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_enabled']['en-us'] = "Enabled";
|
||||
$text['label-profile_enabled']['en-gb'] = "Enabled";
|
||||
$text['label-profile_enabled']['ar-eg'] = "";
|
||||
$text['label-profile_enabled']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['label-profile_enabled']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-profile_enabled']['sv-se'] = "Aktiverad";
|
|||
$text['label-profile_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_enabled']['en-us'] = "Set the status of the profile.";
|
||||
$text['description-profile_enabled']['en-gb'] = "Set the status of the profile.";
|
||||
$text['description-profile_enabled']['ar-eg'] = "";
|
||||
$text['description-profile_enabled']['de-at'] = "Setzen Sie den Status des Profils"; //copied from de-de
|
||||
$text['description-profile_enabled']['de-ch'] = "Setzen Sie den Status des Profils"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['description-profile_enabled']['sv-se'] = "Ange status för profilen.";
|
|||
$text['description-profile_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_description']['en-us'] = "Description";
|
||||
$text['label-profile_description']['en-gb'] = "Description";
|
||||
$text['label-profile_description']['ar-eg'] = "";
|
||||
$text['label-profile_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-profile_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-profile_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-profile_description']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_description']['en-us'] = "Enter the description.";
|
||||
$text['description-profile_description']['en-gb'] = "Enter the description.";
|
||||
$text['description-profile_description']['ar-eg'] = "";
|
||||
$text['description-profile_description']['de-at'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
$text['description-profile_description']['de-ch'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['description-profile_description']['sv-se'] = "Ange beskrivningen.";
|
|||
$text['description-profile_description']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_profile_params']['en-us'] = "Profile Parameters";
|
||||
$text['title-conference_profile_params']['en-gb'] = "Profile Parameters";
|
||||
$text['title-conference_profile_params']['ar-eg'] = "";
|
||||
$text['title-conference_profile_params']['de-at'] = "Profil Parameter"; //copied from de-de
|
||||
$text['title-conference_profile_params']['de-ch'] = "Profil Parameter"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['title-conference_profile_params']['sv-se'] = "Profil Parameters";
|
|||
$text['title-conference_profile_params']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_profile_param']['en-us'] = "Profile Parameter";
|
||||
$text['title-conference_profile_param']['en-gb'] = "Profile Parameter";
|
||||
$text['title-conference_profile_param']['ar-eg'] = "";
|
||||
$text['title-conference_profile_param']['de-at'] = "Profil Parameter"; //copied from de-de
|
||||
$text['title-conference_profile_param']['de-ch'] = "Profil Parameter"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['title-conference_profile_param']['sv-se'] = "Profil Parameter";
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['title_description-conference_profile_param']['de-ch'] = "Zugewiesene Einstellungen des Konferenz Profils"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['title_description-conference_profile_param']['sv-se'] = "Inställningar k
|
|||
$text['title_description-conference_profile_param']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_name']['en-us'] = "Name";
|
||||
$text['label-profile_param_name']['en-gb'] = "Name";
|
||||
$text['label-profile_param_name']['ar-eg'] = "";
|
||||
$text['label-profile_param_name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-profile_param_name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-profile_param_name']['sv-se'] = "Namn";
|
|||
$text['label-profile_param_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_name']['en-us'] = "Enter the parameter name.";
|
||||
$text['description-profile_param_name']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-profile_param_name']['de-ch'] = "Geben Sie den Namen für den Parameter ein."; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['description-profile_param_name']['sv-se'] = "Ange parameterns namn.";
|
|||
$text['description-profile_param_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_value']['en-us'] = "Value";
|
||||
$text['label-profile_param_value']['en-gb'] = "Value";
|
||||
$text['label-profile_param_value']['ar-eg'] = "";
|
||||
$text['label-profile_param_value']['de-at'] = "Wert"; //copied from de-de
|
||||
$text['label-profile_param_value']['de-ch'] = "Wert"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-profile_param_value']['sv-se'] = "Värde";
|
|||
$text['label-profile_param_value']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_value']['en-us'] = "Enter the value.";
|
||||
$text['description-profile_param_value']['en-gb'] = "Enter the value.";
|
||||
$text['description-profile_param_value']['ar-eg'] = "";
|
||||
$text['description-profile_param_value']['de-at'] = "Geben Sie den Wert ein."; //copied from de-de
|
||||
$text['description-profile_param_value']['de-ch'] = "Geben Sie den Wert ein."; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['description-profile_param_value']['sv-se'] = "Ange värdet.";
|
|||
$text['description-profile_param_value']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_enabled']['en-us'] = "Enabled";
|
||||
$text['label-profile_param_enabled']['en-gb'] = "Enabled";
|
||||
$text['label-profile_param_enabled']['ar-eg'] = "";
|
||||
$text['label-profile_param_enabled']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['label-profile_param_enabled']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-profile_param_enabled']['sv-se'] = "";
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['description-profile_param_enabled']['de-ch'] = "Setzen Sie den Status des Parameters"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['description-profile_param_enabled']['sv-se'] = "Ange statusen för parame
|
|||
$text['description-profile_param_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_description']['en-us'] = "Description";
|
||||
$text['label-profile_param_description']['en-gb'] = "Description";
|
||||
$text['label-profile_param_description']['ar-eg'] = "";
|
||||
$text['label-profile_param_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-profile_param_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-profile_param_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-profile_param_description']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_description']['en-us'] = "Enter the description.";
|
||||
$text['description-profile_param_description']['en-gb'] = "Enter the description.";
|
||||
$text['description-profile_param_description']['ar-eg'] = "";
|
||||
$text['description-profile_param_description']['de-at'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
$text['description-profile_param_description']['de-ch'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Profiles';
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = 'Conference Profiles';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
|
||||
$apps[$x]['description']['en-gb'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-conferences']['en-us'] = "Conferences";
|
||||
$text['title-conferences']['en-gb'] = "Conferences";
|
||||
$text['title-conferences']['ar-eg'] = "";
|
||||
$text['title-conferences']['de-at'] = "Konferenzen"; //copied from de-de
|
||||
$text['title-conferences']['de-ch'] = "Konferenzen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-conferences']['sv-se'] = "Konferenser";
|
|||
$text['title-conferences']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference']['en-us'] = "Conference";
|
||||
$text['title-conference']['en-gb'] = "Conference";
|
||||
$text['title-conference']['ar-eg'] = "";
|
||||
$text['title-conference']['de-at'] = "Konferenzen"; //copied from de-de
|
||||
$text['title-conference']['de-ch'] = "Konferenzen"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-conference']['sv-se'] = "Konferenser";
|
|||
$text['title-conference']['uk-ua'] = "";
|
||||
|
||||
$text['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
|
||||
$text['description']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description']['de-ch'] = "Konferenzen wird verwendet, um Konferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen."; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['description']['sv-se'] = "Konferenser används för att konfigurera konfe
|
|||
$text['description']['uk-ua'] = "";
|
||||
|
||||
$text['label-active_conferences']['en-us'] = "Active Conferences";
|
||||
$text['label-active_conferences']['en-gb'] = "Active Conferences";
|
||||
$text['label-active_conferences']['ar-eg'] = "";
|
||||
$text['label-active_conferences']['de-at'] = "Aktive Konferenzen"; //copied from de-de
|
||||
$text['label-active_conferences']['de-ch'] = "Aktive Konferenzen"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-active_conferences']['sv-se'] = "Aktiva Konferenser";
|
|||
$text['label-active_conferences']['uk-ua'] = "";
|
||||
|
||||
$text['button-view_active']['en-us'] = "View Active";
|
||||
$text['button-view_active']['en-gb'] = "View Active";
|
||||
$text['button-view_active']['ar-eg'] = "";
|
||||
$text['button-view_active']['de-at'] = "Aktive anzeigen"; //copied from de-de
|
||||
$text['button-view_active']['de-ch'] = "Aktive anzeigen"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['button-view_active']['sv-se'] = "Visa Aktiva";
|
|||
$text['button-view_active']['uk-ua'] = "";
|
||||
|
||||
$text['table-name']['en-us'] = "Name";
|
||||
$text['table-name']['en-gb'] = "Name";
|
||||
$text['table-name']['ar-eg'] = "";
|
||||
$text['table-name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['table-name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['table-name']['sv-se'] = "Namn";
|
|||
$text['table-name']['uk-ua'] = "";
|
||||
|
||||
$text['table-extension']['en-us'] = "Extension";
|
||||
$text['table-extension']['en-gb'] = "Extension";
|
||||
$text['table-extension']['ar-eg'] = "";
|
||||
$text['table-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['table-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['table-extension']['sv-se'] = "Anknytning";
|
|||
$text['table-extension']['uk-ua'] = "";
|
||||
|
||||
$text['table-profile']['en-us'] = "Profile";
|
||||
$text['table-profile']['en-gb'] = "Profile";
|
||||
$text['table-profile']['ar-eg'] = "";
|
||||
$text['table-profile']['de-at'] = "Profile"; //copied from de-de
|
||||
$text['table-profile']['de-ch'] = "Profile"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['table-profile']['sv-se'] = "Profil";
|
|||
$text['table-profile']['uk-ua'] = "";
|
||||
|
||||
$text['table-order']['en-us'] = "Order";
|
||||
$text['table-order']['en-gb'] = "Order";
|
||||
$text['table-order']['ar-eg'] = "";
|
||||
$text['table-order']['de-at'] = "Reihenfolge"; //copied from de-de
|
||||
$text['table-order']['de-ch'] = "Reihenfolge"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['table-order']['sv-se'] = "Ordning";
|
|||
$text['table-order']['uk-ua'] = "";
|
||||
|
||||
$text['table-enabled']['en-us'] = "Enabled";
|
||||
$text['table-enabled']['en-gb'] = "Enabled";
|
||||
$text['table-enabled']['ar-eg'] = "";
|
||||
$text['table-enabled']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['table-enabled']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['table-enabled']['sv-se'] = "Aktiverad";
|
|||
$text['table-enabled']['uk-ua'] = "";
|
||||
|
||||
$text['table-description']['en-us'] = "Description";
|
||||
$text['table-description']['en-gb'] = "Description";
|
||||
$text['table-description']['ar-eg'] = "";
|
||||
$text['table-description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['table-description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['table-description']['sv-se'] = "Beskrivning";
|
|||
$text['table-description']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['en-gb'] = "Add Complete";
|
||||
$text['confirm-add']['ar-eg'] = "";
|
||||
$text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
$text['confirm-add']['de-ch'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['confirm-add']['sv-se'] = "Tillagd";
|
|||
$text['confirm-add']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['en-gb'] = "Update Complete";
|
||||
$text['confirm-update']['ar-eg'] = "";
|
||||
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
$text['confirm-update']['de-ch'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['confirm-update']['sv-se'] = "Ändring Utförd";
|
|||
$text['confirm-update']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-name']['en-us'] = "Please provide: Name";
|
||||
$text['confirm-name']['en-gb'] = "Please provide: Name";
|
||||
$text['confirm-name']['ar-eg'] = "";
|
||||
$text['confirm-name']['de-at'] = "Bitte angeben: Name"; //copied from de-de
|
||||
$text['confirm-name']['de-ch'] = "Bitte angeben: Name"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['confirm-name']['sv-se'] = "Var god ange: Namn";
|
|||
$text['confirm-name']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-extension']['en-us'] = "Please provide: Extension";
|
||||
$text['confirm-extension']['en-gb'] = "Please provide: Extension";
|
||||
$text['confirm-extension']['ar-eg'] = "";
|
||||
$text['confirm-extension']['de-at'] = "Bitte angeben: Nebenstelle"; //copied from de-de
|
||||
$text['confirm-extension']['de-ch'] = "Bitte angeben: Nebenstelle"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['confirm-extension']['sv-se'] = "Var god ange: Anknytning";
|
|||
$text['confirm-extension']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-profile']['en-us'] = "Please provide: Profile";
|
||||
$text['confirm-profile']['en-gb'] = "Please provide: Profile";
|
||||
$text['confirm-profile']['ar-eg'] = "";
|
||||
$text['confirm-profile']['de-at'] = "Bitte angeben: Profil"; //copied from de-de
|
||||
$text['confirm-profile']['de-ch'] = "Bitte angeben: Profil"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['confirm-profile']['sv-se'] = "Var god ange: Profil";
|
|||
$text['confirm-profile']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['confirm-enabled']['en-gb'] = "Please provide: Enabled";
|
||||
$text['confirm-enabled']['ar-eg'] = "";
|
||||
$text['confirm-enabled']['de-at'] = "Bitte angeben: Aktiviert"; //copied from de-de
|
||||
$text['confirm-enabled']['de-ch'] = "Bitte angeben: Aktiviert"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['confirm-enabled']['sv-se'] = "Var god ange: Aktiverad";
|
|||
$text['confirm-enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-conference-add']['en-us'] = "Conferences Add";
|
||||
$text['label-conference-add']['en-gb'] = "Conferences Add";
|
||||
$text['label-conference-add']['ar-eg'] = "";
|
||||
$text['label-conference-add']['de-at'] = "Konferenz hinzufügen"; //copied from de-de
|
||||
$text['label-conference-add']['de-ch'] = "Konferenz hinzufügen"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-conference-add']['sv-se'] = "Lägg Till Konferens";
|
|||
$text['label-conference-add']['uk-ua'] = "";
|
||||
|
||||
$text['label-conference-edit']['en-us'] = "Conferences Edit";
|
||||
$text['label-conference-edit']['en-gb'] = "Conferences Edit";
|
||||
$text['label-conference-edit']['ar-eg'] = "";
|
||||
$text['label-conference-edit']['de-at'] = "Konferenz bearbeiten"; //copied from de-de
|
||||
$text['label-conference-edit']['de-ch'] = "Konferenz bearbeiten"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-conference-edit']['sv-se'] = "Ändra Konferens";
|
|||
$text['label-conference-edit']['uk-ua'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
|||
$text['label-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the conference name.";
|
||||
$text['description-name']['en-gb'] = "Enter the conference name.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie einen Namen für die Konferenz ein."; //copied from de-de
|
||||
$text['description-name']['de-ch'] = "Geben Sie einen Namen für die Konferenz ein."; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['description-name']['sv-se'] = "Ange konferensens namn.";
|
|||
$text['description-name']['uk-ua'] = "";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the conference extension number.";
|
||||
$text['description-extension']['en-gb'] = "Enter the conference extension number.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Geben Sie die Nebenstelle der Konferenz an."; //copied from de-de
|
||||
$text['description-extension']['de-ch'] = "Geben Sie die Nebenstelle der Konferenz an."; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['description-extension']['sv-se'] = "Ange konferensens anknytnings nummer.
|
|||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-3']['en-us'] = "to monitor and interact with the conference room.";
|
||||
$text['description-3']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-3']['de-ch'] = "um eine Konferenz zu überwachen und zu steuern."; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['description-3']['sv-se'] = "för att interagera med konferens rum.";
|
|||
$text['description-3']['uk-ua'] = "";
|
||||
|
||||
$text['label-pin']['en-us'] = "Pin Number";
|
||||
$text['label-pin']['en-gb'] = "Pin Number";
|
||||
$text['label-pin']['ar-eg'] = "";
|
||||
$text['label-pin']['de-at'] = "PIN Nummer"; //copied from de-de
|
||||
$text['label-pin']['de-ch'] = "PIN Nummer"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-pin']['sv-se'] = "Pin Nummer";
|
|||
$text['label-pin']['uk-ua'] = "";
|
||||
|
||||
$text['description-pin']['en-us'] = "Optional pin number to secure access to the conference.";
|
||||
$text['description-pin']['en-gb'] = "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.)"; //copied from de-de
|
||||
$text['description-pin']['de-ch'] = "Optionale PIN Nummer um den Zugriff auf die Konferenz ab zu sichern.)"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['description-pin']['sv-se'] = "Frivilligt pin nummer för att säkra tillg
|
|||
$text['description-pin']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-delete-2']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete-2']['en-gb'] = "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?"; //copied from de-de
|
||||
$text['confirm-delete-2']['de-ch'] = "Wollen Sie das wirklich löschen?"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['confirm-delete-2']['sv-se'] = "Vill du verkligen ta bort detta?";
|
|||
$text['confirm-delete-2']['uk-ua'] = "";
|
||||
|
||||
$text['description-info']['en-us'] = "Enter the description.";
|
||||
$text['description-info']['en-gb'] = "Enter the description.";
|
||||
$text['description-info']['ar-eg'] = "";
|
||||
$text['description-info']['de-at'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
$text['description-info']['de-ch'] = "Geben Sie die Beschreibung ein."; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['description-info']['sv-se'] = "Ange beskrivningen.";
|
|||
$text['description-info']['uk-ua'] = "";
|
||||
|
||||
$text['description-conference-enable']['en-us'] = "Select whether to enable or disable the conference.";
|
||||
$text['description-conference-enable']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-conference-enable']['de-ch'] = "Wählen Sie, ob die Konferenz ein- oder ausgeschaltet werden soll."; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['description-conference-enable']['sv-se'] = "Välj om konferensen skall va
|
|||
$text['description-conference-enable']['uk-ua'] = "";
|
||||
|
||||
$text['description-order']['en-us'] = "Enter the order number.";
|
||||
$text['description-order']['en-gb'] = "Enter the order number.";
|
||||
$text['description-order']['ar-eg'] = "";
|
||||
$text['description-order']['de-at'] = "Geben Sie die Nummer für die Reihenfolge an."; //copied from de-de
|
||||
$text['description-order']['de-ch'] = "Geben Sie die Nummer für die Reihenfolge an."; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['description-order']['sv-se'] = "Ange ordnings numret.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-user-add']['de-ch'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können."; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['description-user-add']['sv-se'] = "Lägg till användarna som kan manager
|
|||
$text['description-user-add']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile']['en-us'] = "Conference Profile is a collection of settings for the conference.";
|
||||
$text['description-profile']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-profile']['de-ch'] = "Ein Profil ist eine Zusammenfassung von Parametern für die Konferenz."; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['description-profile']['sv-se'] = "Konferensprofil är en samling inställ
|
|||
$text['description-profile']['uk-ua'] = "";
|
||||
|
||||
$text['description-flags']['en-us'] = "Optional conference flags. examples: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['en-gb'] = "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"; //copied from de-de
|
||||
$text['description-flags']['de-ch'] = "Optionale Attribute für die Konferenz. Beispiele: mute|deaf|waste|moderator"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['description-flags']['sv-se'] = "Valfria konferensflaggor. Exempel: mute|d
|
|||
$text['description-flags']['uk-ua'] = "";
|
||||
|
||||
$text['label-user_list']['en-us'] = "User List";
|
||||
$text['label-user_list']['en-gb'] = "User List";
|
||||
$text['label-user_list']['ar-eg'] = "";
|
||||
$text['label-user_list']['de-at'] = "Benutzerliste"; //copied from de-de
|
||||
$text['label-user_list']['de-ch'] = "Benutzerliste"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['label-user_list']['sv-se'] = "Användarlista";
|
|||
$text['label-user_list']['uk-ua'] = "";
|
||||
|
||||
$text['label-flags']['en-us'] = "Flags";
|
||||
$text['label-flags']['en-gb'] = "Flags";
|
||||
$text['label-flags']['ar-eg'] = "";
|
||||
$text['label-flags']['de-at'] = "Attribute"; //copied from de-de
|
||||
$text['label-flags']['de-ch'] = "Attribute"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "AJAX tool to view and manage all active callers in a conference room.";
|
||||
$apps[$x]['description']['en-gb'] = "AJAX tool to view and manage all active callers in a conference room.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-active_conferences']['en-us'] = "Active Conferences";
|
||||
$text['title-active_conferences']['en-gb'] = "Active Conferences";
|
||||
$text['title-active_conferences']['ar-eg'] = "";
|
||||
$text['title-active_conferences']['de-at'] = "Aktive Konferenzen"; //copied from de-de
|
||||
$text['title-active_conferences']['de-ch'] = "Aktive Konferenzen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-active_conferences']['sv-se'] = "Aktiva Konferenser";
|
|||
$text['title-active_conferences']['uk-ua'] = "Активні кноференції";
|
||||
|
||||
$text['message-denied']['en-us'] = "access denied";
|
||||
$text['message-denied']['en-gb'] = "access denied";
|
||||
$text['message-denied']['ar-eg'] = "";
|
||||
$text['message-denied']['de-at'] = "Zugang verweigert"; //copied from de-de
|
||||
$text['message-denied']['de-ch'] = "Zugang verweigert"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['message-denied']['sv-se'] = "Tillträde Nekat";
|
|||
$text['message-denied']['uk-ua'] = "в доступі відмовлено";
|
||||
|
||||
$text['message-connection']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['message-connection']['en-gb'] = "Connection to Event Socket failed.";
|
||||
$text['message-connection']['ar-eg'] = "";
|
||||
$text['message-connection']['de-at'] = "Verbindung zum Event Socket fehlgeschlagen."; //copied from de-de
|
||||
$text['message-connection']['de-ch'] = "Verbindung zum Event Socket fehlgeschlagen."; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['message-connection']['sv-se'] = "Anslutning till Händelse misslyckades";
|
|||
$text['message-connection']['uk-ua'] = "Помилка підключення до сокета подій.";
|
||||
|
||||
$text['message-click_to_unmute']['en-us'] = "Click to Unmute Member";
|
||||
$text['message-click_to_unmute']['en-gb'] = "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"; //copied from de-de
|
||||
$text['message-click_to_unmute']['de-ch'] = "Klicken Sie hier um die Stummschaltung zu deaktivieren"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['message-click_to_unmute']['sv-se'] = "Klicka för att Aktivera Deltagares
|
|||
$text['message-click_to_unmute']['uk-ua'] = "Натисніть, щоб включити учасника";
|
||||
|
||||
$text['message-click_to_mute']['en-us'] = "Click to mute Member";
|
||||
$text['message-click_to_mute']['en-gb'] = "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"; //copied from de-de
|
||||
$text['message-click_to_mute']['de-ch'] = "Klicken Sie hier um den Teilnehmer stumm zu schalten"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['message-click_to_mute']['sv-se'] = "Klicka för att Stänga Av Deltagares
|
|||
$text['message-click_to_mute']['uk-ua'] = "Натисніть, щоб вилючити учасника";
|
||||
|
||||
$text['label-yes']['en-us'] = "Yes";
|
||||
$text['label-yes']['en-gb'] = "Yes";
|
||||
$text['label-yes']['ar-eg'] = "";
|
||||
$text['label-yes']['de-at'] = "Ja"; //copied from de-de
|
||||
$text['label-yes']['de-ch'] = "Ja"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-yes']['sv-se'] = "Ja";
|
|||
$text['label-yes']['uk-ua'] = "Так";
|
||||
|
||||
$text['label-volume']['en-us'] = "Volume";
|
||||
$text['label-volume']['en-gb'] = "Volume";
|
||||
$text['label-volume']['ar-eg'] = "";
|
||||
$text['label-volume']['de-at'] = "Lautstärke"; //copied from de-de
|
||||
$text['label-volume']['de-ch'] = "Lautstärke"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-volume']['sv-se'] = "Vol";
|
|||
$text['label-volume']['uk-ua'] = "";
|
||||
|
||||
$text['label-video']['en-us'] = "Video";
|
||||
$text['label-video']['en-gb'] = "Video";
|
||||
$text['label-video']['ar-eg'] = "";
|
||||
$text['label-video']['de-at'] = "Video"; //copied from de-de
|
||||
$text['label-video']['de-ch'] = "Video"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-video']['sv-se'] = "Video";
|
|||
$text['label-video']['uk-ua'] = "Відео";
|
||||
|
||||
$text['label-unmute-all']['en-us'] = "Unmute All";
|
||||
$text['label-unmute-all']['en-gb'] = "Unmute All";
|
||||
$text['label-unmute-all']['ar-eg'] = "";
|
||||
$text['label-unmute-all']['de-at'] = "Stummschaltung deaktivieren, alle"; //copied from de-de
|
||||
$text['label-unmute-all']['de-ch'] = "Stummschaltung deaktivieren, alle"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-unmute-all']['sv-se'] = "Aktivera Allas Mikrofoner";
|
|||
$text['label-unmute-all']['uk-ua'] = "Unmute All ";
|
||||
|
||||
$text['label-unmute']['en-us'] = "Unmute";
|
||||
$text['label-unmute']['en-gb'] = "Unmute";
|
||||
$text['label-unmute']['ar-eg'] = "";
|
||||
$text['label-unmute']['de-at'] = "Stummschaltung deaktivieren"; //copied from de-de
|
||||
$text['label-unmute']['de-ch'] = "Stummschaltung deaktivieren"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-unmute']['sv-se'] = "Mikrofon Aktiv";
|
|||
$text['label-unmute']['uk-ua'] = "Unmute ";
|
||||
|
||||
$text['label-unlock']['en-us'] = "Unlock";
|
||||
$text['label-unlock']['en-gb'] = "Unlock";
|
||||
$text['label-unlock']['ar-eg'] = "";
|
||||
$text['label-unlock']['de-at'] = "Entsperren"; //copied from de-de
|
||||
$text['label-unlock']['de-ch'] = "Entsperren"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-unlock']['sv-se'] = "Lås Upp";
|
|||
$text['label-unlock']['uk-ua'] = "Розблокувати";
|
||||
|
||||
$text['label-undeaf']['en-us'] = "Undeaf";
|
||||
$text['label-undeaf']['en-gb'] = "Undeaf";
|
||||
$text['label-undeaf']['ar-eg'] = "";
|
||||
$text['label-undeaf']['de-at'] = "Hörbarkeit"; //copied from de-de
|
||||
$text['label-undeaf']['de-ch'] = "Hörbarkeit"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-undeaf']['sv-se'] = "Hörbarhet";
|
|||
$text['label-undeaf']['uk-ua'] = "";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['en-gb'] = "Tools";
|
||||
$text['label-tools']['ar-eg'] = "";
|
||||
$text['label-tools']['de-at'] = "Werkzeuge"; //copied from de-de
|
||||
$text['label-tools']['de-ch'] = "Werkzeuge"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-tools']['sv-se'] = "Verktyg";
|
|||
$text['label-tools']['uk-ua'] = "Параметри";
|
||||
|
||||
$text['label-tool']['en-us'] = "Tools";
|
||||
$text['label-tool']['en-gb'] = "Tools";
|
||||
$text['label-tool']['ar-eg'] = "";
|
||||
$text['label-tool']['de-at'] = "Werkzeug"; //copied from de-de
|
||||
$text['label-tool']['de-ch'] = "Werkzeug"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-tool']['sv-se'] = "Verktyg";
|
|||
$text['label-tool']['uk-ua'] = "Параметри";
|
||||
|
||||
$text['label-talking']['en-us'] = "Talking";
|
||||
$text['label-talking']['en-gb'] = "Talking";
|
||||
$text['label-talking']['ar-eg'] = "";
|
||||
$text['label-talking']['de-at'] = "spricht"; //copied from de-de
|
||||
$text['label-talking']['de-ch'] = "spricht"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-talking']['sv-se'] = "Talande";
|
|||
$text['label-talking']['uk-ua'] = "Розмова";
|
||||
|
||||
$text['label-speak']['en-us'] = "Speak";
|
||||
$text['label-speak']['en-gb'] = "Speak";
|
||||
$text['label-speak']['ar-eg'] = "";
|
||||
$text['label-speak']['de-at'] = "sprechen"; //copied from de-de
|
||||
$text['label-speak']['de-ch'] = "sprechen"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-speak']['sv-se'] = "Tala";
|
|||
$text['label-speak']['uk-ua'] = "Говорити";
|
||||
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['en-gb'] = "Recording";
|
||||
$text['label-recording']['ar-eg'] = "";
|
||||
$text['label-recording']['de-at'] = "Aufnahme"; //copied from de-de
|
||||
$text['label-recording']['de-ch'] = "Aufnahme"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-recording']['sv-se'] = "Inspelning";
|
|||
$text['label-recording']['uk-ua'] = "Запис";
|
||||
|
||||
$text['label-quiet']['en-us'] = "Quiet";
|
||||
$text['label-quiet']['en-gb'] = "Quiet";
|
||||
$text['label-quiet']['ar-eg'] = "";
|
||||
$text['label-quiet']['de-at'] = "Leise"; //copied from de-de
|
||||
$text['label-quiet']['de-ch'] = "Leise"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-quiet']['sv-se'] = "Tyst";
|
|||
$text['label-quiet']['uk-ua'] = "";
|
||||
|
||||
$text['label-participant-pin']['en-us'] = "Participant PIN";
|
||||
$text['label-participant-pin']['en-gb'] = "Participant PIN";
|
||||
$text['label-participant-pin']['ar-eg'] = "";
|
||||
$text['label-participant-pin']['de-at'] = "Teilnehmer PIN"; //copied from de-de
|
||||
$text['label-participant-pin']['de-ch'] = "Teilnehmer PIN"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-participant-pin']['sv-se'] = "PIN Deltagare";
|
|||
$text['label-participant-pin']['uk-ua'] = "PIN учасника";
|
||||
|
||||
$text['label-participant']['en-us'] = "Participant";
|
||||
$text['label-participant']['en-gb'] = "Participant";
|
||||
$text['label-participant']['ar-eg'] = "";
|
||||
$text['label-participant']['de-at'] = "Teilnehmer"; //copied from de-de
|
||||
$text['label-participant']['de-ch'] = "Teilnehmer"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-participant']['sv-se'] = "Deltagare";
|
|||
$text['label-participant']['uk-ua'] = "Учасник";
|
||||
|
||||
$text['label-not-recording']['en-us'] = "Not Recording";
|
||||
$text['label-not-recording']['en-gb'] = "Not Recording";
|
||||
$text['label-not-recording']['ar-eg'] = "";
|
||||
$text['label-not-recording']['de-at'] = "Nicht Aufnehmen"; //copied from de-de
|
||||
$text['label-not-recording']['de-ch'] = "Nicht Aufnehmen"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-not-recording']['sv-se'] = "Spelar inte in";
|
|||
$text['label-not-recording']['uk-ua'] = "";
|
||||
|
||||
$text['label-no']['en-us'] = "No";
|
||||
$text['label-no']['en-gb'] = "No";
|
||||
$text['label-no']['ar-eg'] = "";
|
||||
$text['label-no']['de-at'] = "Nein"; //copied from de-de
|
||||
$text['label-no']['de-ch'] = "Nein"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-no']['sv-se'] = "Nej";
|
|||
$text['label-no']['uk-ua'] = "Ні";
|
||||
|
||||
$text['label-mute-all-alt']['en-us'] = "Mute all Participants.";
|
||||
$text['label-mute-all-alt']['en-gb'] = "Mute all Participants.";
|
||||
$text['label-mute-all-alt']['ar-eg'] = "";
|
||||
$text['label-mute-all-alt']['de-at'] = "Alle Teilnehmer stumm schalten."; //copied from de-de
|
||||
$text['label-mute-all-alt']['de-ch'] = "Alle Teilnehmer stumm schalten."; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-mute-all-alt']['sv-se'] = "Stäng av Deltagares mikrofon";
|
|||
$text['label-mute-all-alt']['uk-ua'] = "";
|
||||
|
||||
$text['label-mute-all']['en-us'] = "Mute All";
|
||||
$text['label-mute-all']['en-gb'] = "Mute All";
|
||||
$text['label-mute-all']['ar-eg'] = "";
|
||||
$text['label-mute-all']['de-at'] = "Alle stummschalten"; //copied from de-de
|
||||
$text['label-mute-all']['de-ch'] = "Alle stummschalten"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-mute-all']['sv-se'] = "Stäng av Allas mikrofon";
|
|||
$text['label-mute-all']['uk-ua'] = "";
|
||||
|
||||
$text['label-mute']['en-us'] = "Mute";
|
||||
$text['label-mute']['en-gb'] = "Mute";
|
||||
$text['label-mute']['ar-eg'] = "";
|
||||
$text['label-mute']['de-at'] = "Stummschalten"; //copied from de-de
|
||||
$text['label-mute']['de-ch'] = "Stummschalten"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-mute']['sv-se'] = "Stäng av mikrofon";
|
|||
$text['label-mute']['uk-ua'] = "";
|
||||
|
||||
$text['label-moderator']['en-us'] = "Moderator";
|
||||
$text['label-moderator']['en-gb'] = "Moderator";
|
||||
$text['label-moderator']['ar-eg'] = "";
|
||||
$text['label-moderator']['de-at'] = "Moderator"; //copied from de-de
|
||||
$text['label-moderator']['de-ch'] = "Moderator"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-moderator']['sv-se'] = "Värd";
|
|||
$text['label-moderator']['uk-ua'] = "Модератор";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['en-gb'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht"; //copied from de-de
|
||||
$text['label-message']['de-ch'] = "Nachricht"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-message']['sv-se'] = "Meddelande";
|
|||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
|
||||
$text['label-members']['en-us'] = "Members";
|
||||
$text['label-members']['en-gb'] = "Members";
|
||||
$text['label-members']['ar-eg'] = "";
|
||||
$text['label-members']['de-at'] = "Teilnehmer"; //copied from de-de
|
||||
$text['label-members']['de-ch'] = "Teilnehmer"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-members']['sv-se'] = "Deltagare";
|
|||
$text['label-members']['uk-ua'] = "Учасники";
|
||||
|
||||
$text['label-member-count']['en-us'] = "Member Count";
|
||||
$text['label-member-count']['en-gb'] = "Member Count";
|
||||
$text['label-member-count']['ar-eg'] = "";
|
||||
$text['label-member-count']['de-at'] = "Anzahl Teilnehmer"; //copied from de-de
|
||||
$text['label-member-count']['de-ch'] = "Anzahl Teilnehmer"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['label-member-count']['sv-se'] = "Antal Deltagare";
|
|||
$text['label-member-count']['uk-ua'] = "Кількість учасиків";
|
||||
|
||||
$text['label-lock']['en-us'] = "Lock";
|
||||
$text['label-lock']['en-gb'] = "Lock";
|
||||
$text['label-lock']['ar-eg'] = "";
|
||||
$text['label-lock']['de-at'] = "Sperren"; //copied from de-de
|
||||
$text['label-lock']['de-ch'] = "Sperren"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['label-lock']['sv-se'] = "Lås";
|
|||
$text['label-lock']['uk-ua'] = "Блокувати";
|
||||
|
||||
$text['label-kick']['en-us'] = "Kick";
|
||||
$text['label-kick']['en-gb'] = "Kick";
|
||||
$text['label-kick']['ar-eg'] = "";
|
||||
$text['label-kick']['de-at'] = "Rauswerfen"; //copied from de-de
|
||||
$text['label-kick']['de-ch'] = "Rauswerfen"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['label-kick']['sv-se'] = "Sparka Ut";
|
|||
$text['label-kick']['uk-ua'] = "";
|
||||
|
||||
$text['label-joined']['en-us'] = "Joined";
|
||||
$text['label-joined']['en-gb'] = "Joined";
|
||||
$text['label-joined']['ar-eg'] = "";
|
||||
$text['label-joined']['de-at'] = "Verbunden"; //copied from de-de
|
||||
$text['label-joined']['de-ch'] = "Verbunden"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['label-joined']['sv-se'] = "Blev medlem";
|
|||
$text['label-joined']['uk-ua'] = "";
|
||||
|
||||
$text['label-interactive']['en-us'] = "Interactive Conference";
|
||||
$text['label-interactive']['en-gb'] = "Interactive Conference";
|
||||
$text['label-interactive']['ar-eg'] = "";
|
||||
$text['label-interactive']['de-at'] = "Inaktive Konferenz"; //copied from de-de
|
||||
$text['label-interactive']['de-ch'] = "Inaktive Konferenz"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['label-interactive']['sv-se'] = "Interaktiv Konferens";
|
|||
$text['label-interactive']['uk-ua'] = "";
|
||||
|
||||
$text['label-id']['en-us'] = "ID";
|
||||
$text['label-id']['en-gb'] = "ID";
|
||||
$text['label-id']['ar-eg'] = "";
|
||||
$text['label-id']['de-at'] = "ID"; //copied from de-de
|
||||
$text['label-id']['de-ch'] = "ID"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['label-id']['sv-se'] = "ID";
|
|||
$text['label-id']['uk-ua'] = "ID";
|
||||
|
||||
$text['label-hear']['en-us'] = "Hear";
|
||||
$text['label-hear']['en-gb'] = "Hear";
|
||||
$text['label-hear']['ar-eg'] = "";
|
||||
$text['label-hear']['de-at'] = "hören"; //copied from de-de
|
||||
$text['label-hear']['de-ch'] = "hören"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['label-hear']['sv-se'] = "Höra";
|
|||
$text['label-hear']['uk-ua'] = "";
|
||||
|
||||
$text['label-gain']['en-us'] = "Gain";
|
||||
$text['label-gain']['en-gb'] = "Gain";
|
||||
$text['label-gain']['ar-eg'] = "";
|
||||
$text['label-gain']['de-at'] = "Verstärkung"; //copied from de-de
|
||||
$text['label-gain']['de-ch'] = "Verstärkung"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['label-gain']['sv-se'] = "Förstärka";
|
|||
$text['label-gain']['uk-ua'] = "";
|
||||
|
||||
$text['label-floor']['en-us'] = "Has Floor";
|
||||
$text['label-floor']['en-gb'] = "Has Floor";
|
||||
$text['label-floor']['ar-eg'] = "";
|
||||
$text['label-floor']['de-at'] = "Hat das Wort"; //copied from de-de
|
||||
$text['label-floor']['de-ch'] = "Hat das Wort"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['label-floor']['sv-se'] = "Har Ordet";
|
|||
$text['label-floor']['uk-ua'] = "";
|
||||
|
||||
$text['label-energy']['en-us'] = "Energy";
|
||||
$text['label-energy']['en-gb'] = "Energy";
|
||||
$text['label-energy']['ar-eg'] = "";
|
||||
$text['label-energy']['de-at'] = "Energie"; //copied from de-de
|
||||
$text['label-energy']['de-ch'] = "Energie"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['label-energy']['sv-se'] = "Energi";
|
|||
$text['label-energy']['uk-ua'] = "";
|
||||
|
||||
$text['label-end-conference']['en-us'] = "End Conference";
|
||||
$text['label-end-conference']['en-gb'] = "End Conference";
|
||||
$text['label-end-conference']['ar-eg'] = "";
|
||||
$text['label-end-conference']['de-at'] = "Konferenz beenden"; //copied from de-de
|
||||
$text['label-end-conference']['de-ch'] = "Konferenz beenden"; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['label-end-conference']['sv-se'] = "Avsluta Konferens";
|
|||
$text['label-end-conference']['uk-ua'] = "";
|
||||
|
||||
$text['label-deaf']['en-us'] = "Deaf";
|
||||
$text['label-deaf']['en-gb'] = "Deaf";
|
||||
$text['label-deaf']['ar-eg'] = "";
|
||||
$text['label-deaf']['de-at'] = "Taub"; //copied from de-de
|
||||
$text['label-deaf']['de-ch'] = "Taub"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['label-deaf']['sv-se'] = "Hör inte";
|
|||
$text['label-deaf']['uk-ua'] = "";
|
||||
|
||||
$text['label-cid-num']['en-us'] = "CID Number";
|
||||
$text['label-cid-num']['en-gb'] = "CID Number";
|
||||
$text['label-cid-num']['ar-eg'] = "";
|
||||
$text['label-cid-num']['de-at'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-cid-num']['de-ch'] = "Anrufer Nummer"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['label-cid-num']['sv-se'] = "CID, nummerpresentation";
|
|||
$text['label-cid-num']['uk-ua'] = "CID Номер";
|
||||
|
||||
$text['label-cid-name']['en-us'] = "CID Name";
|
||||
$text['label-cid-name']['en-gb'] = "CID Name";
|
||||
$text['label-cid-name']['ar-eg'] = "";
|
||||
$text['label-cid-name']['de-at'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-cid-name']['de-ch'] = "Anrufer Name"; //copied from de-de
|
||||
|
|
@ -842,6 +884,7 @@ $text['label-cid-name']['sv-se'] = "CID, Namnpresentation";
|
|||
$text['label-cid-name']['uk-ua'] = "CID Ім’я";
|
||||
|
||||
$text['label-capabilities']['en-us'] = "Capabilities";
|
||||
$text['label-capabilities']['en-gb'] = "Capabilities";
|
||||
$text['label-capabilities']['ar-eg'] = "";
|
||||
$text['label-capabilities']['de-at'] = "Möglichkeiten"; //copied from de-de
|
||||
$text['label-capabilities']['de-ch'] = "Möglichkeiten"; //copied from de-de
|
||||
|
|
@ -862,6 +905,7 @@ $text['label-capabilities']['sv-se'] = "Möjligheter";
|
|||
$text['label-capabilities']['uk-ua'] = "Можливості";
|
||||
|
||||
$text['description-interactive']['en-us'] = "Use this to monitor and interact with the members of the conference.";
|
||||
$text['description-interactive']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-interactive']['de-ch'] = "Teilnehmer der Konferenz überwachen und aktiv eingreifen."; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['description-interactive']['sv-se'] = "Använd detta för att Monitorera o
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-active']['de-ch'] = "Liste alle aktiven Konferenzen mit einem oder mehreren Teilnehmern."; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['description-active']['sv-se'] = "Lista alla Konferenser som är aktiva me
|
|||
$text['description-active']['uk-ua'] = "";
|
||||
|
||||
$text['button-stop-rec']['en-us'] = "Stop Record";
|
||||
$text['button-stop-rec']['en-gb'] = "Stop Record";
|
||||
$text['button-stop-rec']['ar-eg'] = "";
|
||||
$text['button-stop-rec']['de-at'] = "Aufnahme beenden"; //copied from de-de
|
||||
$text['button-stop-rec']['de-ch'] = "Aufnahme beenden"; //copied from de-de
|
||||
|
|
@ -922,6 +968,7 @@ $text['button-stop-rec']['sv-se'] = "Stoppa Inspelning";
|
|||
$text['button-stop-rec']['uk-ua'] = "Зупинити";
|
||||
|
||||
$text['button-start-rec']['en-us'] = "Start Record";
|
||||
$text['button-start-rec']['en-gb'] = "Start Record";
|
||||
$text['button-start-rec']['ar-eg'] = "";
|
||||
$text['button-start-rec']['de-at'] = "Aufnahme starten"; //copied from de-de
|
||||
$text['button-start-rec']['de-ch'] = "Aufnahme starten"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['contact_url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Provides a place to store contact information for individuals and organizations.";
|
||||
$apps[$x]['description']['en-gb'] = "Provides a place to store contact information for individuals and organizations.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Contacts";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Contacts";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontakte";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Track database transactions";
|
||||
$apps[$x]['description']['en-gb'] = "Track database transactions";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Datenbanktransaktionen verfolgen";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-database_transactions']['en-us'] = "Database Transactions";
|
||||
$text['title-database_transactions']['en-gb'] = "Database Transactions";
|
||||
$text['title-database_transactions']['ar-eg'] = "";
|
||||
$text['title-database_transactions']['de-at'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
$text['title-database_transactions']['de-ch'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-database_transactions']['sv-se'] = "Databas Transaktioner";
|
|||
$text['title-database_transactions']['uk-ua'] = "";
|
||||
|
||||
$text['title-database_transaction']['en-us'] = "Database Transaction";
|
||||
$text['title-database_transaction']['en-gb'] = "Database Transaction";
|
||||
$text['title-database_transaction']['ar-eg'] = "";
|
||||
$text['title-database_transaction']['de-at'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
$text['title-database_transaction']['de-ch'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-database_transaction']['sv-se'] = "Transaktionsdatabas";
|
|||
$text['title-database_transaction']['uk-ua'] = "";
|
||||
|
||||
$text['description-database_transactions']['en-us'] = "Track changes to the database. Track when the changes were made, the user and address of the user that made the changes. Provide an option to undo delete and update transactions.";
|
||||
$text['description-database_transactions']['en-gb'] = "Track changes to the database. Track when the changes were made, the user and address of the user that made the changes. Provide an option to undo delete and update transactions.";
|
||||
$text['description-database_transactions']['ar-eg'] = "";
|
||||
$text['description-database_transactions']['de-at'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
$text['description-database_transactions']['de-ch'] = "Datenbank Transaktionen"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['description-database_transactions']['sv-se'] = "Databas Transaktioner";
|
|||
$text['description-database_transactions']['uk-ua'] = "";
|
||||
|
||||
$text['label-user_uuid']['en-us'] = "User";
|
||||
$text['label-user_uuid']['en-gb'] = "User";
|
||||
$text['label-user_uuid']['ar-eg'] = "";
|
||||
$text['label-user_uuid']['de-at'] = "Benutzer"; //copied from de-de
|
||||
$text['label-user_uuid']['de-ch'] = "Benutzer"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-user_uuid']['sv-se'] = "Användare";
|
|||
$text['label-user_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['description-user_uuid']['en-us'] = "User transaction.";
|
||||
$text['description-user_uuid']['en-gb'] = "User transaction.";
|
||||
$text['description-user_uuid']['ar-eg'] = "";
|
||||
$text['description-user_uuid']['de-at'] = "Benutzer Transaktion"; //copied from de-de
|
||||
$text['description-user_uuid']['de-ch'] = "Benutzer Transaktion"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['description-user_uuid']['sv-se'] = "Användar transaktion";
|
|||
$text['description-user_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['label-app_name']['en-us'] = "Application";
|
||||
$text['label-app_name']['en-gb'] = "Application";
|
||||
$text['label-app_name']['ar-eg'] = "";
|
||||
$text['label-app_name']['de-at'] = "Anwendung"; //copied from de-de
|
||||
$text['label-app_name']['de-ch'] = "Anwendung"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-app_name']['sv-se'] = "Applikation";
|
|||
$text['label-app_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-app_name']['en-us'] = "Application name.";
|
||||
$text['description-app_name']['en-gb'] = "Application name.";
|
||||
$text['description-app_name']['ar-eg'] = "";
|
||||
$text['description-app_name']['de-at'] = "Anwendungs-Name."; //copied from de-de
|
||||
$text['description-app_name']['de-ch'] = "Anwendungs-Name."; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['description-app_name']['sv-se'] = "Applikation namn";
|
|||
$text['description-app_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-app_uuid']['en-us'] = "Application Id";
|
||||
$text['label-app_uuid']['en-gb'] = "Application Id";
|
||||
$text['label-app_uuid']['ar-eg'] = "";
|
||||
$text['label-app_uuid']['de-at'] = "Anwendungs-ID"; //copied from de-de
|
||||
$text['label-app_uuid']['de-ch'] = "Anwendungs-ID"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-app_uuid']['sv-se'] = "Applikation Id.";
|
|||
$text['label-app_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['description-app_uuid']['en-us'] = "Application name.";
|
||||
$text['description-app_uuid']['en-gb'] = "Application name.";
|
||||
$text['description-app_uuid']['ar-eg'] = "";
|
||||
$text['description-app_uuid']['de-at'] = "Anwendungs-Name."; //copied from de-de
|
||||
$text['description-app_uuid']['de-ch'] = "Anwendungs-Name."; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['description-app_uuid']['sv-se'] = "Applikation namn.";
|
|||
$text['description-app_uuid']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_code']['en-us'] = "Code";
|
||||
$text['label-transaction_code']['en-gb'] = "Code";
|
||||
$text['label-transaction_code']['ar-eg'] = "";
|
||||
$text['label-transaction_code']['de-at'] = "Code"; //copied from de-de
|
||||
$text['label-transaction_code']['de-ch'] = "Code"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-transaction_code']['sv-se'] = "Kod";
|
|||
$text['label-transaction_code']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_code']['en-us'] = "Transaction code.";
|
||||
$text['description-transaction_code']['en-gb'] = "Transaction code.";
|
||||
$text['description-transaction_code']['ar-eg'] = "";
|
||||
$text['description-transaction_code']['de-at'] = "Transaktions-Code"; //copied from de-de
|
||||
$text['description-transaction_code']['de-ch'] = "Transaktions-Code"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['description-transaction_code']['sv-se'] = "Transaktion kod.";
|
|||
$text['description-transaction_code']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_address']['en-us'] = "IP Address";
|
||||
$text['label-transaction_address']['en-gb'] = "IP Address";
|
||||
$text['label-transaction_address']['ar-eg'] = "";
|
||||
$text['label-transaction_address']['de-at'] = "IP Adresse"; //copied from de-de
|
||||
$text['label-transaction_address']['de-ch'] = "IP Adresse"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-transaction_address']['sv-se'] = "IP Address";
|
|||
$text['label-transaction_address']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_address']['en-us'] = "IP address of the user.";
|
||||
$text['description-transaction_address']['en-gb'] = "IP address of the user.";
|
||||
$text['description-transaction_address']['ar-eg'] = "";
|
||||
$text['description-transaction_address']['de-at'] = "IP Adresse des Anwenders"; //copied from de-de
|
||||
$text['description-transaction_address']['de-ch'] = "IP Adresse des Anwenders"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['description-transaction_address']['sv-se'] = "Användarens IP Address";
|
|||
$text['description-transaction_address']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_type']['en-us'] = "Type";
|
||||
$text['label-transaction_type']['en-gb'] = "Type";
|
||||
$text['label-transaction_type']['ar-eg'] = "";
|
||||
$text['label-transaction_type']['de-at'] = "Typ"; //copied from de-de
|
||||
$text['label-transaction_type']['de-ch'] = "Typ"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-transaction_type']['sv-se'] = "Typ";
|
|||
$text['label-transaction_type']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_type']['en-us'] = "Type: add, update, delete";
|
||||
$text['description-transaction_type']['en-gb'] = "Type: add, update, delete";
|
||||
$text['description-transaction_type']['ar-eg'] = "";
|
||||
$text['description-transaction_type']['de-at'] = "Typ: add, update, delete"; //copied from de-de
|
||||
$text['description-transaction_type']['de-ch'] = "Typ: add, update, delete"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['description-transaction_type']['sv-se'] = "Typ: lägg till, ändra, ta bo
|
|||
$text['description-transaction_type']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_date']['en-us'] = "Date";
|
||||
$text['label-transaction_date']['en-gb'] = "Date";
|
||||
$text['label-transaction_date']['ar-eg'] = "";
|
||||
$text['label-transaction_date']['de-at'] = "Datum"; //copied from de-de
|
||||
$text['label-transaction_date']['de-ch'] = "Datum"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-transaction_date']['sv-se'] = "Datum";
|
|||
$text['label-transaction_date']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_date']['en-us'] = "Transaction date.";
|
||||
$text['description-transaction_date']['en-gb'] = "Transaction date.";
|
||||
$text['description-transaction_date']['ar-eg'] = "";
|
||||
$text['description-transaction_date']['de-at'] = "Transaktions-Datum"; //copied from de-de
|
||||
$text['description-transaction_date']['de-ch'] = "Transaktions-Datum"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['description-transaction_date']['sv-se'] = "Transaktions datum.";
|
|||
$text['description-transaction_date']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_old']['en-us'] = "Before";
|
||||
$text['label-transaction_old']['en-gb'] = "Before";
|
||||
$text['label-transaction_old']['ar-eg'] = "";
|
||||
$text['label-transaction_old']['de-at'] = "Vor"; //copied from de-de
|
||||
$text['label-transaction_old']['de-ch'] = "Vor"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-transaction_old']['sv-se'] = "Före";
|
|||
$text['label-transaction_old']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_old']['en-us'] = "Array before the transaction.";
|
||||
$text['description-transaction_old']['en-gb'] = "Array before the transaction.";
|
||||
$text['description-transaction_old']['ar-eg'] = "";
|
||||
$text['description-transaction_old']['de-at'] = "Array vor der Transaktion."; //copied from de-de
|
||||
$text['description-transaction_old']['de-ch'] = "Array vor der Transaktion."; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['description-transaction_old']['sv-se'] = "Array före transaktionen.";
|
|||
$text['description-transaction_old']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_new']['en-us'] = "After";
|
||||
$text['label-transaction_new']['en-gb'] = "After";
|
||||
$text['label-transaction_new']['ar-eg'] = "";
|
||||
$text['label-transaction_new']['de-at'] = "Nach"; //copied from de-de
|
||||
$text['label-transaction_new']['de-ch'] = "Nach"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-transaction_new']['sv-se'] = "Efter";
|
|||
$text['label-transaction_new']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_new']['en-us'] = "Array after the transaction.";
|
||||
$text['description-transaction_new']['en-gb'] = "Array after the transaction.";
|
||||
$text['description-transaction_new']['ar-eg'] = "";
|
||||
$text['description-transaction_new']['de-at'] = "Array nach der Transaktion."; //copied from de-de
|
||||
$text['description-transaction_new']['de-ch'] = "Array nach der Transaktion."; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['description-transaction_new']['sv-se'] = "Array efter transaktionen.";
|
|||
$text['description-transaction_new']['uk-ua'] = "";
|
||||
|
||||
$text['label-transaction_result']['en-us'] = "Result";
|
||||
$text['label-transaction_result']['en-gb'] = "Result";
|
||||
$text['label-transaction_result']['ar-eg'] = "";
|
||||
$text['label-transaction_result']['de-at'] = "Ergebnis"; //copied from de-de
|
||||
$text['label-transaction_result']['de-ch'] = "Ergebnis"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-transaction_result']['sv-se'] = "Resultat";
|
|||
$text['label-transaction_result']['uk-ua'] = "";
|
||||
|
||||
$text['description-transaction_result']['en-us'] = "Result of the transaction.";
|
||||
$text['description-transaction_result']['en-gb'] = "Result of the transaction.";
|
||||
$text['description-transaction_result']['ar-eg'] = "";
|
||||
$text['description-transaction_result']['de-at'] = "Ergebnis der Transaktion."; //copied from de-de
|
||||
$text['description-transaction_result']['de-ch'] = "Ergebnis der Transaktion."; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['description-transaction_result']['sv-se'] = "Resultat av transaktionen.";
|
|||
$text['description-transaction_result']['uk-ua'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['en-gb'] = "true";
|
||||
$text['label-true']['ar-eg'] = "";
|
||||
$text['label-true']['de-at'] = "wahr"; //copied from de-de
|
||||
$text['label-true']['de-ch'] = "wahr"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-true']['sv-se'] = "sann";
|
|||
$text['label-true']['uk-ua'] = "";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['en-gb'] = "false";
|
||||
$text['label-false']['ar-eg'] = "";
|
||||
$text['label-false']['de-at'] = "aus"; //copied from de-de
|
||||
$text['label-false']['de-ch'] = "aus"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-false']['sv-se'] = "falsk";
|
|||
$text['label-false']['uk-ua'] = "";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['en-gb'] = "Add";
|
||||
$text['button-add']['ar-eg'] = "";
|
||||
$text['button-add']['de-at'] = "Hinzufügen"; //copied from de-de
|
||||
$text['button-add']['de-ch'] = "Hinzufügen"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['button-add']['sv-se'] = "Lägg Till";
|
|||
$text['button-add']['uk-ua'] = "";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['en-gb'] = "Edit";
|
||||
$text['button-edit']['ar-eg'] = "";
|
||||
$text['button-edit']['de-at'] = "Bearbeiten"; //copied from de-de
|
||||
$text['button-edit']['de-ch'] = "Bearbeiten"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['button-edit']['sv-se'] = "Ändra";
|
|||
$text['button-edit']['uk-ua'] = "";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['en-gb'] = "Delete";
|
||||
$text['button-delete']['ar-eg'] = "";
|
||||
$text['button-delete']['de-at'] = "Löschen"; //copied from de-de
|
||||
$text['button-delete']['de-ch'] = "Löschen"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['button-delete']['sv-se'] = "Ta Bort";
|
|||
$text['button-delete']['uk-ua'] = "";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['en-gb'] = "Save";
|
||||
$text['button-save']['ar-eg'] = "";
|
||||
$text['button-save']['de-at'] = "Speichern"; //copied from de-de
|
||||
$text['button-save']['de-ch'] = "Speichern"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['button-save']['sv-se'] = "Spara";
|
|||
$text['button-save']['uk-ua'] = "";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['en-gb'] = "View";
|
||||
$text['button-view']['ar-eg'] = "";
|
||||
$text['button-view']['de-at'] = "Anzeigen"; //copied from de-de
|
||||
$text['button-view']['de-ch'] = "Anzeigen"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['button-view']['sv-se'] = "Visa";
|
|||
$text['button-view']['uk-ua'] = "";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['en-gb'] = "Back";
|
||||
$text['button-back']['ar-eg'] = "";
|
||||
$text['button-back']['de-at'] = "Zurück"; //copied from de-de
|
||||
$text['button-back']['de-ch'] = "Zurück"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['button-back']['sv-se'] = "Tillbaka";
|
|||
$text['button-back']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['en-gb'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['ar-eg'] = "";
|
||||
$text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?"; //copied from de-de
|
||||
$text['confirm-delete']['de-ch'] = "Wollen Sie das wirklich löschen?"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
|
|||
$text['confirm-delete']['uk-ua'] = "";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['en-gb'] = "Add Completed";
|
||||
$text['message-add']['ar-eg'] = "";
|
||||
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
$text['message-add']['de-ch'] = "Erfolgreich hinzugefügt"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['message-add']['sv-se'] = "Tillagd";
|
|||
$text['message-add']['uk-ua'] = "";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['en-gb'] = "Update Completed";
|
||||
$text['message-update']['ar-eg'] = "";
|
||||
$text['message-update']['de-at'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
$text['message-update']['de-ch'] = "Aktualisierung durchgeführt"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['message-update']['sv-se'] = "Ändring utförd";
|
|||
$text['message-update']['uk-ua'] = "";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['en-gb'] = "Delete Completed";
|
||||
$text['message-delete']['ar-eg'] = "";
|
||||
$text['message-delete']['de-at'] = "Erfolgreich gelöscht"; //copied from de-de
|
||||
$text['message-delete']['de-ch'] = "Erfolgreich gelöscht"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['message-delete']['sv-se'] = "Borttagning utförd";
|
|||
$text['message-delete']['uk-ua'] = "";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['en-gb'] = "Please provide: ";
|
||||
$text['message-required']['ar-eg'] = "";
|
||||
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:"; //copied from de-de
|
||||
$text['message-required']['de-ch'] = "Bitte geben Sie folgendes an:"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Transactions';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Transactions';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Used to define external destination numbers.";
|
||||
$apps[$x]['description']['en-gb'] = "Used to define external destination numbers.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Wird verwendet um externe Ziele zu definieren.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 27th of September 2017 01:41:51 PM UTC
|
||||
|
||||
$text['title-destinations']['en-us'] = "Destinations";
|
||||
$text['title-destinations']['en-gb'] = "Destinations";
|
||||
$text['title-destinations']['ar-eg'] = "جهات الأتصال";
|
||||
$text['title-destinations']['de-at'] = "Ziele"; //copied from de-de
|
||||
$text['title-destinations']['de-ch'] = "Ziele"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-destinations']['sv-se'] = "Destinationer";
|
|||
$text['title-destinations']['uk-ua'] = "Номери";
|
||||
|
||||
$text['title-destination-edit']['en-us'] = "Destination";
|
||||
$text['title-destination-edit']['en-gb'] = "Destination";
|
||||
$text['title-destination-edit']['ar-eg'] = "جهه الأتصال";
|
||||
$text['title-destination-edit']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['title-destination-edit']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-destination-edit']['sv-se'] = "Destination";
|
|||
$text['title-destination-edit']['uk-ua'] = "Номер";
|
||||
|
||||
$text['title-destination-add']['en-us'] = "Destination";
|
||||
$text['title-destination-add']['en-gb'] = "Destination";
|
||||
$text['title-destination-add']['ar-eg'] = "جهه الأتصال";
|
||||
$text['title-destination-add']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['title-destination-add']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['title-destination-add']['sv-se'] = "Destination";
|
|||
$text['title-destination-add']['uk-ua'] = "Номер";
|
||||
|
||||
$text['title-destination_import']['en-us'] = "Destination Import";
|
||||
$text['title-destination_import']['en-gb'] = "Destination Import";
|
||||
$text['title-destination_import']['ar-eg'] = "";
|
||||
$text['title-destination_import']['de-at'] = "Importieren"; //copied from de-de
|
||||
$text['title-destination_import']['de-ch'] = "Importieren"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['title-destination_import']['sv-se'] = "Importera";
|
|||
$text['title-destination_import']['uk-ua'] = "Імпортувати";
|
||||
|
||||
$text['button-outbound']['en-us'] = "Outbound";
|
||||
$text['button-outbound']['en-gb'] = "Outbound";
|
||||
$text['button-outbound']['ar-eg'] = "صادر";
|
||||
$text['button-outbound']['de-at'] = "Ausgehend"; //copied from de-de
|
||||
$text['button-outbound']['de-ch'] = "Ausgehend"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['button-outbound']['sv-se'] = "Utgående";
|
|||
$text['button-outbound']['uk-ua'] = "Вихідний";
|
||||
|
||||
$text['button-inbound']['en-us'] = "Inbound";
|
||||
$text['button-inbound']['en-gb'] = "Inbound";
|
||||
$text['button-inbound']['ar-eg'] = "وارد";
|
||||
$text['button-inbound']['de-at'] = "Eingehend"; //copied from de-de
|
||||
$text['button-inbound']['de-ch'] = "Eingehend"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['button-inbound']['sv-se'] = "Inkommande";
|
|||
$text['button-inbound']['uk-ua'] = "Вхідний";
|
||||
|
||||
$text['select-global']['en-us'] = "Global";
|
||||
$text['select-global']['en-gb'] = "Global";
|
||||
$text['select-global']['ar-eg'] = "";
|
||||
$text['select-global']['de-at'] = "Global"; //copied from de-de
|
||||
$text['select-global']['de-ch'] = "Global"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['select-global']['sv-se'] = "Global";
|
|||
$text['select-global']['uk-ua'] = "Глобальний";
|
||||
|
||||
$text['option-inbound']['en-us'] = "Inbound";
|
||||
$text['option-inbound']['en-gb'] = "Inbound";
|
||||
$text['option-inbound']['ar-eg'] = "وارد";
|
||||
$text['option-inbound']['de-at'] = "Eingehend"; //copied from de-de
|
||||
$text['option-inbound']['de-ch'] = "Eingehend"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['option-inbound']['sv-se'] = "Inkommande";
|
|||
$text['option-inbound']['uk-ua'] = "Вхідний";
|
||||
|
||||
$text['option-outbound']['en-us'] = "Outbound";
|
||||
$text['option-outbound']['en-gb'] = "Outbound";
|
||||
$text['option-outbound']['ar-eg'] = "صادر";
|
||||
$text['option-outbound']['de-at'] = "Ausgehend"; //copied from de-de
|
||||
$text['option-outbound']['de-ch'] = "Ausgehend"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['option-outbound']['sv-se'] = "Utgående";
|
|||
$text['option-outbound']['uk-ua'] = "Вихідний";
|
||||
|
||||
$text['option-local']['en-us'] = "Local";
|
||||
$text['option-local']['en-gb'] = "Local";
|
||||
$text['option-local']['ar-eg'] = "";
|
||||
$text['option-local']['de-at'] = "";
|
||||
$text['option-local']['de-ch'] = "";
|
||||
|
|
@ -202,6 +212,7 @@ $text['option-local']['sv-se'] = "";
|
|||
$text['option-local']['uk-ua'] = "";
|
||||
|
||||
$text['button-local']['en-us'] = "Local";
|
||||
$text['button-local']['en-gb'] = "Local";
|
||||
$text['button-local']['ar-eg'] = "";
|
||||
$text['button-local']['de-at'] = "";
|
||||
$text['button-local']['de-ch'] = "";
|
||||
|
|
@ -222,6 +233,7 @@ $text['button-local']['sv-se'] = "";
|
|||
$text['button-local']['uk-ua'] = "";
|
||||
|
||||
$text['message-maximum_destinations']['en-us'] = "Maximum Destinations:";
|
||||
$text['message-maximum_destinations']['en-gb'] = "Maximum Destinations:";
|
||||
$text['message-maximum_destinations']['ar-eg'] = "الحد الأقصي لجهات الأتصال";
|
||||
$text['message-maximum_destinations']['de-at'] = "Maximale Anzahl an Ziele:"; //copied from de-de
|
||||
$text['message-maximum_destinations']['de-ch'] = "Maximale Anzahl an Ziele:"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['message-maximum_destinations']['sv-se'] = "Max Antal Destinationer";
|
|||
$text['message-maximum_destinations']['uk-ua'] = "Максимум номерів:";
|
||||
|
||||
$text['message-duplicate']['en-us'] = "Duplicate detected";
|
||||
$text['message-duplicate']['en-gb'] = "Duplicate detected";
|
||||
$text['message-duplicate']['ar-eg'] = "";
|
||||
$text['message-duplicate']['de-at'] = "Bereits vorhanden"; //copied from de-de
|
||||
$text['message-duplicate']['de-ch'] = "Bereits vorhanden"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['message-duplicate']['sv-se'] = "Dubblett Upptäckt";
|
|||
$text['message-duplicate']['uk-ua'] = "Знайдено дублікат";
|
||||
|
||||
$text['label-monthly_price_buy']['en-us'] = "Monthly buy price";
|
||||
$text['label-monthly_price_buy']['en-gb'] = "Monthly buy price";
|
||||
$text['label-monthly_price_buy']['ar-eg'] = "";
|
||||
$text['label-monthly_price_buy']['de-at'] = "Monatlicher Einkaufspreis"; //copied from de-de
|
||||
$text['label-monthly_price_buy']['de-ch'] = "Monatlicher Einkaufspreis"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-monthly_price_buy']['sv-se'] = "Inköpspris / Månad";
|
|||
$text['label-monthly_price_buy']['uk-ua'] = "Щомісячна ціна купівлі";
|
||||
|
||||
$text['label-monthly_price']['en-us'] = "Monthly selling price";
|
||||
$text['label-monthly_price']['en-gb'] = "Monthly selling price";
|
||||
$text['label-monthly_price']['ar-eg'] = "";
|
||||
$text['label-monthly_price']['de-at'] = "Monatlicher Verkaufspreis"; //copied from de-de
|
||||
$text['label-monthly_price']['de-ch'] = "Monatlicher Verkaufspreis"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-monthly_price']['sv-se'] = "Säljpris / Månad";
|
|||
$text['label-monthly_price']['uk-ua'] = "Щомісячна ціна продажу";
|
||||
|
||||
$text['label-fax_uuid']['en-us'] = "Fax Detection";
|
||||
$text['label-fax_uuid']['en-gb'] = "Fax Detection";
|
||||
$text['label-fax_uuid']['ar-eg'] = "";
|
||||
$text['label-fax_uuid']['de-at'] = "Fax Erkennung"; //copied from de-de
|
||||
$text['label-fax_uuid']['de-ch'] = "Fax Erkennung"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-fax_uuid']['sv-se'] = "Fax Detektering";
|
|||
$text['label-fax_uuid']['uk-ua'] = "Виявлення факсу";
|
||||
|
||||
$text['label-destinations']['en-us'] = "Destinations";
|
||||
$text['label-destinations']['en-gb'] = "Destinations";
|
||||
$text['label-destinations']['ar-eg'] = "جهات الأتصال";
|
||||
$text['label-destinations']['de-at'] = "Ziele"; //copied from de-de
|
||||
$text['label-destinations']['de-ch'] = "Ziele"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-destinations']['sv-se'] = "Destinationer";
|
|||
$text['label-destinations']['uk-ua'] = "Номери";
|
||||
|
||||
$text['label-alternate_destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-alternate_destination']['en-gb'] = "Alternate Destination";
|
||||
$text['label-alternate_destination']['ar-eg'] = "";
|
||||
$text['label-alternate_destination']['de-at'] = "Alternatives Ziel"; //copied from de-de
|
||||
$text['label-alternate_destination']['de-ch'] = "Alternatives Ziel"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-alternate_destination']['sv-se'] = "Alternativ Destination";
|
|||
$text['label-alternate_destination']['uk-ua'] = "альтернативні варіанти призначення";
|
||||
|
||||
$text['label-domain-name']['en-us'] = "Domain Name";
|
||||
$text['label-domain-name']['en-gb'] = "Domain Name";
|
||||
$text['label-domain-name']['ar-eg'] = "اسم النطاق";
|
||||
$text['label-domain-name']['de-at'] = "Domänen Name"; //copied from de-de
|
||||
$text['label-domain-name']['de-ch'] = "Domänen Name"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-domain-name']['sv-se'] = "Domän Namn";
|
|||
$text['label-domain-name']['uk-ua'] = "Назва домену";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['en-gb'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "النطاق";
|
||||
$text['label-domain']['de-at'] = "Domäne"; //copied from de-de
|
||||
$text['label-domain']['de-ch'] = "Domäne"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-domain']['sv-se'] = "Domän";
|
|||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
|
||||
$text['label-destination_type']['en-us'] = "Type";
|
||||
$text['label-destination_type']['en-gb'] = "Type";
|
||||
$text['label-destination_type']['ar-eg'] = "النوع";
|
||||
$text['label-destination_type']['de-at'] = "Art"; //copied from de-de
|
||||
$text['label-destination_type']['de-ch'] = "Art"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-destination_type']['sv-se'] = "Typ";
|
|||
$text['label-destination_type']['uk-ua'] = "Тип";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['en-gb'] = "Destination";
|
||||
$text['label-destination_number']['ar-eg'] = "جهه الأتصال";
|
||||
$text['label-destination_number']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination_number']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-destination_number']['sv-se'] = "Destination";
|
|||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-destination_prefix']['en-us'] = "Prefix";
|
||||
$text['label-destination_prefix']['en-gb'] = "Prefix";
|
||||
$text['label-destination_prefix']['ar-eg'] = "";
|
||||
$text['label-destination_prefix']['de-at'] = ""; //copied from de-de
|
||||
$text['label-destination_prefix']['de-ch'] = ""; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-destination_prefix']['sv-se'] = "";
|
|||
$text['label-destination_prefix']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_enabled']['en-us'] = "Enabled";
|
||||
$text['label-destination_enabled']['en-gb'] = "Enabled";
|
||||
$text['label-destination_enabled']['ar-eg'] = "مفعل";
|
||||
$text['label-destination_enabled']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['label-destination_enabled']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-destination_enabled']['sv-se'] = "Aktiverad";
|
|||
$text['label-destination_enabled']['uk-ua'] = "Включено";
|
||||
|
||||
$text['label-destination_description']['en-us'] = "Description";
|
||||
$text['label-destination_description']['en-gb'] = "Description";
|
||||
$text['label-destination_description']['ar-eg'] = "الوصف";
|
||||
$text['label-destination_description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-destination_description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-destination_description']['sv-se'] = "Beskrivning";
|
|||
$text['label-destination_description']['uk-ua'] = "Опис";
|
||||
|
||||
$text['label-destination_context']['en-us'] = "Context";
|
||||
$text['label-destination_context']['en-gb'] = "Context";
|
||||
$text['label-destination_context']['ar-eg'] = "";
|
||||
$text['label-destination_context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['label-destination_context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-destination_context']['sv-se'] = "Context";
|
|||
$text['label-destination_context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['label-destination_cid_name_prefix']['en-us'] = "Caller ID Name Prefix";
|
||||
$text['label-destination_cid_name_prefix']['en-gb'] = "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)"; //copied from de-de
|
||||
$text['label-destination_cid_name_prefix']['de-ch'] = "Präfix für Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-destination_cid_name_prefix']['sv-se'] = "Caller ID Namn Prefix ";
|
|||
$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']['en-gb'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['ar-eg'] = "رقم المتصل";
|
||||
$text['label-destination_caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-destination_caller_id_number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-destination_caller_id_number']['sv-se'] = "Caller ID Nummer";
|
|||
$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']['en-gb'] = "Caller ID Name";
|
||||
$text['label-destination_caller_id_name']['ar-eg'] = "اسم المتصل";
|
||||
$text['label-destination_caller_id_name']['de-at'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-destination_caller_id_name']['de-ch'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['label-destination_caller_id_name']['sv-se'] = "Caller ID Namn";
|
|||
$text['label-destination_caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-carrier']['en-us'] = "Carrier name";
|
||||
$text['label-carrier']['en-gb'] = "Carrier name";
|
||||
$text['label-carrier']['ar-eg'] = "";
|
||||
$text['label-carrier']['de-at'] = "Provider Name"; //copied from de-de
|
||||
$text['label-carrier']['de-ch'] = "Provider Name"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['label-carrier']['sv-se'] = "Operatör";
|
|||
$text['label-carrier']['uk-ua'] = "Назва оператора";
|
||||
|
||||
$text['label-destination_record']['en-us'] = "Record";
|
||||
$text['label-destination_record']['en-gb'] = "Record";
|
||||
$text['label-destination_record']['ar-eg'] = "";
|
||||
$text['label-destination_record']['de-at'] = "Aufnehmen"; //copied from de-de
|
||||
$text['label-destination_record']['de-ch'] = "Aufnehmen"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['label-destination_record']['sv-se'] = "Spela In";
|
|||
$text['label-destination_record']['uk-ua'] = "Запис";
|
||||
|
||||
$text['label-account_code']['en-us'] = "Account Code";
|
||||
$text['label-account_code']['en-gb'] = "Account Code";
|
||||
$text['label-account_code']['ar-eg'] = "";
|
||||
$text['label-account_code']['de-at'] = "Kontoschlüssel"; //copied from de-de
|
||||
$text['label-account_code']['de-ch'] = "Kontoschlüssel"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['label-account_code']['sv-se'] = "Account Code";
|
|||
$text['label-account_code']['uk-ua'] = "Код облікового запису";
|
||||
|
||||
$text['label-detail_action']['en-us'] = "Actions";
|
||||
$text['label-detail_action']['en-gb'] = "Actions";
|
||||
$text['label-detail_action']['ar-eg'] = "الأفعال";
|
||||
$text['label-detail_action']['de-at'] = "Aktionen"; //copied from de-de
|
||||
$text['label-detail_action']['de-ch'] = "Aktionen"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['label-detail_action']['sv-se'] = "Åtgärder";
|
|||
$text['label-detail_action']['uk-ua'] = "Дії";
|
||||
|
||||
$text['label-usage']['en-us'] = "Usage";
|
||||
$text['label-usage']['en-gb'] = "Usage";
|
||||
$text['label-usage']['ar-eg'] = "";
|
||||
$text['label-usage']['de-at'] = "";
|
||||
$text['label-usage']['de-ch'] = "";
|
||||
|
|
@ -682,6 +716,7 @@ $text['label-usage']['sv-se'] = "";
|
|||
$text['label-usage']['uk-ua'] = "";
|
||||
|
||||
$text['label-voice']['en-us'] = "Voice";
|
||||
$text['label-voice']['en-gb'] = "Voice";
|
||||
$text['label-voice']['ar-eg'] = "";
|
||||
$text['label-voice']['de-at'] = "Sprache"; //copied from de-de
|
||||
$text['label-voice']['de-ch'] = "Sprache"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['label-voice']['sv-se'] = "Röst";
|
|||
$text['label-voice']['uk-ua'] = "Голос";
|
||||
|
||||
$text['label-fax']['en-us'] = "Fax";
|
||||
$text['label-fax']['en-gb'] = "Fax";
|
||||
$text['label-fax']['ar-eg'] = "";
|
||||
$text['label-fax']['de-at'] = "Fax"; //copied from de-de
|
||||
$text['label-fax']['de-ch'] = "Fax"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['label-fax']['sv-se'] = "Fax";
|
|||
$text['label-fax']['uk-ua'] = "Факс";
|
||||
|
||||
$text['label-text']['en-us'] = "Text";
|
||||
$text['label-text']['en-gb'] = "Text";
|
||||
$text['label-text']['ar-eg'] = "";
|
||||
$text['label-text']['de-at'] = "Text"; //copied from de-de
|
||||
$text['label-text']['de-ch'] = "Text"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['label-text']['sv-se'] = "Text";
|
|||
$text['label-text']['uk-ua'] = "Текст";
|
||||
|
||||
$text['header-destinations']['en-us'] = "Destinations";
|
||||
$text['header-destinations']['en-gb'] = "Destinations";
|
||||
$text['header-destinations']['ar-eg'] = "جهات الأتصال";
|
||||
$text['header-destinations']['de-at'] = "Ziele"; //copied from de-de
|
||||
$text['header-destinations']['de-ch'] = "Ziele"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['header-destinations']['sv-se'] = "Destinationer";
|
|||
$text['header-destinations']['uk-ua'] = "Номери";
|
||||
|
||||
$text['header-destination-edit']['en-us'] = "Destination";
|
||||
$text['header-destination-edit']['en-gb'] = "Destination";
|
||||
$text['header-destination-edit']['ar-eg'] = "جهه الأتصال";
|
||||
$text['header-destination-edit']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['header-destination-edit']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['header-destination-edit']['sv-se'] = "Destination";
|
|||
$text['header-destination-edit']['uk-ua'] = "Номер";
|
||||
|
||||
$text['header-destination-add']['en-us'] = "Destination";
|
||||
$text['header-destination-add']['en-gb'] = "Destination";
|
||||
$text['header-destination-add']['ar-eg'] = "جهه الأتصال";
|
||||
$text['header-destination-add']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['header-destination-add']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['header-destination-add']['sv-se'] = "Destination";
|
|||
$text['header-destination-add']['uk-ua'] = "Номер";
|
||||
|
||||
$text['header-destination_import']['en-us'] = "Destination Import";
|
||||
$text['header-destination_import']['en-gb'] = "Destination Import";
|
||||
$text['header-destination_import']['ar-eg'] = "";
|
||||
$text['header-destination_import']['de-at'] = "Importieren"; //copied from de-de
|
||||
$text['header-destination_import']['de-ch'] = "Importieren"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['header-destination_import']['sv-se'] = "Importera";
|
|||
$text['header-destination_import']['uk-ua'] = "Імпортувати";
|
||||
|
||||
$text['description-destination_import']['en-us'] = "Upload delimitted data to add multiple destinations.";
|
||||
$text['description-destination_import']['en-gb'] = "Upload delimitted data to add multiple destinations.";
|
||||
$text['description-destination_import']['ar-eg'] = "";
|
||||
$text['description-destination_import']['de-at'] = "";
|
||||
$text['description-destination_import']['de-ch'] = "";
|
||||
|
|
@ -842,6 +884,7 @@ $text['description-destination_import']['sv-se'] = "";
|
|||
$text['description-destination_import']['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']['en-gb'] = "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)"; //copied from de-de
|
||||
$text['description-monthly_price_buy']['de-ch'] = "Geben Sie den monatlichen Einkaufspreis für dieses Ziel an (nur wenn eingehend)"; //copied from de-de
|
||||
|
|
@ -862,6 +905,7 @@ $text['description-monthly_price_buy']['sv-se'] = "Ange pris per månad som du b
|
|||
$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']['en-gb'] = "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)"; //copied from de-de
|
||||
$text['description-monthly_price']['de-ch'] = "Geben Sie den monatlichen Verkaufspreis für dieses Ziel an (nur wenn eingehend)"; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['description-monthly_price']['sv-se'] = "Ange pris per månad till kund f
|
|||
$text['description-monthly_price']['uk-ua'] = "Введіть щомісячний тариф для абонентів за цей номер (тільки для вхідних)";
|
||||
|
||||
$text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. ";
|
||||
$text['description-fax_uuid']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-fax_uuid']['de-ch'] = "Wählen Sie einen Fax Server um Faxerkennung für eingehende Anrufe zu aktivieren."; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['description-fax_uuid']['sv-se'] = "Ange fax destination för att aktivera
|
|||
$text['description-fax_uuid']['uk-ua'] = "Виберіть номер для факсу, щоб дозволити його виявлення";
|
||||
|
||||
$text['description-destinations']['en-us'] = "Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.";
|
||||
$text['description-destinations']['en-gb'] = "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"; //copied from de-de
|
||||
$text['description-destinations']['de-ch'] = "Eingehende Ziele sind DID/DDI, DNIS oder alternative Nummern für eingehende Anrufe"; //copied from de-de
|
||||
|
|
@ -922,6 +968,7 @@ $text['description-destinations']['sv-se'] = "Inkommande destinationer är DID /
|
|||
$text['description-destinations']['uk-ua'] = "Вхідні номери можуть бути таких типів: DID/DDI, DNIS або Alias для вхідних дзвінків";
|
||||
|
||||
$text['description-destination_type']['en-us'] = "Select the type.";
|
||||
$text['description-destination_type']['en-gb'] = "Select the type.";
|
||||
$text['description-destination_type']['ar-eg'] = "اختر النوع";
|
||||
$text['description-destination_type']['de-at'] = "Wählen Sie die Art."; //copied from de-de
|
||||
$text['description-destination_type']['de-ch'] = "Wählen Sie die Art."; //copied from de-de
|
||||
|
|
@ -942,6 +989,7 @@ $text['description-destination_type']['sv-se'] = "Välj typ";
|
|||
$text['description-destination_type']['uk-ua'] = "Виберіть тип";
|
||||
|
||||
$text['description-destination_number']['en-us'] = "Enter the destination.";
|
||||
$text['description-destination_number']['en-gb'] = "Enter the destination.";
|
||||
$text['description-destination_number']['ar-eg'] = "أدخل جهه الأتصال";
|
||||
$text['description-destination_number']['de-at'] = "Geben Sie das Ziel an."; //copied from de-de
|
||||
$text['description-destination_number']['de-ch'] = "Geben Sie das Ziel an."; //copied from de-de
|
||||
|
|
@ -962,6 +1010,7 @@ $text['description-destination_number']['sv-se'] = "Ange destinationen.";
|
|||
$text['description-destination_number']['uk-ua'] = "Введіть номер";
|
||||
|
||||
$text['description-destination_prefix']['en-us'] = "Enter the destination prefix.";
|
||||
$text['description-destination_prefix']['en-gb'] = "Enter the destination prefix.";
|
||||
$text['description-destination_prefix']['ar-eg'] = "";
|
||||
$text['description-destination_prefix']['de-at'] = ""; //copied from de-de
|
||||
$text['description-destination_prefix']['de-ch'] = ""; //copied from de-de
|
||||
|
|
@ -982,6 +1031,7 @@ $text['description-destination_prefix']['sv-se'] = "";
|
|||
$text['description-destination_prefix']['uk-ua'] = "";
|
||||
|
||||
$text['description-destination_enabled']['en-us'] = "Set the current status of this destination.";
|
||||
$text['description-destination_enabled']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-destination_enabled']['de-ch'] = "Setzen Sie den derzeitigen Status des Ziels."; //copied from de-de
|
||||
|
|
@ -1002,6 +1052,7 @@ $text['description-destination_enabled']['sv-se'] = "Ange den nuvarande statusen
|
|||
$text['description-destination_enabled']['uk-ua'] = "Виберіть поточний статус для номера";
|
||||
|
||||
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
|
||||
$text['description-destination_description']['en-gb'] = "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)."; //copied from de-de
|
||||
$text['description-destination_description']['de-ch'] = "Geben Sie eine Beschreibung für dieses Ziel an (optional)."; //copied from de-de
|
||||
|
|
@ -1022,6 +1073,7 @@ $text['description-destination_description']['sv-se'] = "Ange en beskrivning fö
|
|||
$text['description-destination_description']['uk-ua'] = "Введіть опис для номера (не обов’язково)";
|
||||
|
||||
$text['description-destination_context']['en-us'] = "Enter the context.";
|
||||
$text['description-destination_context']['en-gb'] = "Enter the context.";
|
||||
$text['description-destination_context']['ar-eg'] = "";
|
||||
$text['description-destination_context']['de-at'] = "Geben Sie den Kontext an."; //copied from de-de
|
||||
$text['description-destination_context']['de-ch'] = "Geben Sie den Kontext an."; //copied from de-de
|
||||
|
|
@ -1042,6 +1094,7 @@ $text['description-destination_context']['sv-se'] = "Ange Context.";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-destination_cid_name_prefix']['de-ch'] = "Geben Sie ein Präfix für die Anruferkennung (Name) an."; //copied from de-de
|
||||
|
|
@ -1062,6 +1115,7 @@ $text['description-destination_cid_name_prefix']['sv-se'] = "Ange ett prefix fö
|
|||
$text['description-destination_cid_name_prefix']['uk-ua'] = "Введіть префікс для імені Caller ID";
|
||||
|
||||
$text['description-destination_caller_id_number']['en-us'] = "Enter the caller ID number.";
|
||||
$text['description-destination_caller_id_number']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-destination_caller_id_number']['de-ch'] = "Geben Sie die Anruferkennung (Nummer) an."; //copied from de-de
|
||||
|
|
@ -1082,6 +1136,7 @@ $text['description-destination_caller_id_number']['sv-se'] = "Ange Caller ID Num
|
|||
$text['description-destination_caller_id_number']['uk-ua'] = "Введіть номер Caller ID";
|
||||
|
||||
$text['description-destination_caller_id_name']['en-us'] = "Enter the caller ID name.";
|
||||
$text['description-destination_caller_id_name']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-destination_caller_id_name']['de-ch'] = "Geben Sie die Anruferkennung (Name) an."; //copied from de-de
|
||||
|
|
@ -1102,6 +1157,7 @@ $text['description-destination_caller_id_name']['sv-se'] = "Ange Caller ID Namn.
|
|||
$text['description-destination_caller_id_name']['uk-ua'] = "Введіть ім’я Caller ID";
|
||||
|
||||
$text['description-carrier']['en-us'] = "Enter the carrier name. This is use to keep track incase billing";
|
||||
$text['description-carrier']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-carrier']['de-ch'] = "Geben Sie den Providernamen an. Dies wird für das Abrechnungsmodul verwendet."; //copied from de-de
|
||||
|
|
@ -1122,6 +1178,7 @@ $text['description-carrier']['sv-se'] = "Ange operatörens namn. Detta används
|
|||
$text['description-carrier']['uk-ua'] = "Введіть назву оператора. Використовується для тарифікації";
|
||||
|
||||
$text['description-destination_record']['en-us'] = "Save the recording.";
|
||||
$text['description-destination_record']['en-gb'] = "Save the recording.";
|
||||
$text['description-destination_record']['ar-eg'] = "";
|
||||
$text['description-destination_record']['de-at'] = "Aufnahme speichern.";
|
||||
$text['description-destination_record']['de-ch'] = "Aufnahme speichern."; //copied from de-de
|
||||
|
|
@ -1142,6 +1199,7 @@ $text['description-destination_record']['sv-se'] = "Spara inspelningen.";
|
|||
$text['description-destination_record']['uk-ua'] = "";
|
||||
|
||||
$text['description-account_code']['en-us'] = "Enter account code.";
|
||||
$text['description-account_code']['en-gb'] = "Enter account code.";
|
||||
$text['description-account_code']['ar-eg'] = "";
|
||||
$text['description-account_code']['de-at'] = "Geben Sie einen Kontoschlüssel an."; //copied from de-de
|
||||
$text['description-account_code']['de-ch'] = "Geben Sie einen Kontoschlüssel an."; //copied from de-de
|
||||
|
|
@ -1162,6 +1220,7 @@ $text['description-account_code']['sv-se'] = "Ange 'account code'.";
|
|||
$text['description-account_code']['uk-ua'] = "Введіть код облікового запису";
|
||||
|
||||
$text['description-usage']['en-us'] = "Set how the Destination will be used.";
|
||||
$text['description-usage']['en-gb'] = "Set how the Destination will be used.";
|
||||
$text['description-usage']['ar-eg'] = "";
|
||||
$text['description-usage']['de-at'] = "";
|
||||
$text['description-usage']['de-ch'] = "";
|
||||
|
|
@ -1182,6 +1241,7 @@ $text['description-usage']['sv-se'] = "";
|
|||
$text['description-usage']['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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['billing-warning']['de-ch'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account-Code und Betreiber-Variablen gesetzt sind."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Destinations";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Destinations";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Devices for provisioning.";
|
||||
$apps[$x]['description']['en-gb'] = "Devices for provisioning.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Geräte die verwaltet werden sollen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Devices";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Devices";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Geräte";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.";
|
||||
$apps[$x]['description']['en-gb'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Der öffentliche Wählplan wird verwendet um eingehende Anrufe anhand von einer oder mehreren Bedingungen und Kontext an die Ziele weiterzuleiten.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-dialplan-inbound-add']['en-us'] = "Inbound Call Routing";
|
||||
$text['title-dialplan-inbound-add']['en-gb'] = "Inbound Call Routing";
|
||||
$text['title-dialplan-inbound-add']['ar-eg'] = "";
|
||||
$text['title-dialplan-inbound-add']['de-at'] = "Routing eingehender Anrufe"; //copied from de-de
|
||||
$text['title-dialplan-inbound-add']['de-ch'] = "Routing eingehender Anrufe"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-dialplan-inbound-add']['sv-se'] = "Inkommande Call Routing";
|
|||
$text['title-dialplan-inbound-add']['uk-ua'] = "Маршрутизація вхідних дзвінків";
|
||||
|
||||
$text['option-uuid']['en-us'] = "UUID";
|
||||
$text['option-uuid']['en-gb'] = "UUID";
|
||||
$text['option-uuid']['ar-eg'] = "";
|
||||
$text['option-uuid']['de-at'] = "UUID"; //copied from de-de
|
||||
$text['option-uuid']['de-ch'] = "UUID"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['option-uuid']['sv-se'] = "UUID";
|
|||
$text['option-uuid']['uk-ua'] = "UUID";
|
||||
|
||||
$text['option-username']['en-us'] = "Username";
|
||||
$text['option-username']['en-gb'] = "Username";
|
||||
$text['option-username']['ar-eg'] = "";
|
||||
$text['option-username']['de-at'] = "Benutzername"; //copied from de-de
|
||||
$text['option-username']['de-ch'] = "Benutzername"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['option-username']['sv-se'] = "Användarnamn";
|
|||
$text['option-username']['uk-ua'] = "Користувач";
|
||||
|
||||
$text['option-source']['en-us'] = "Source";
|
||||
$text['option-source']['en-gb'] = "Source";
|
||||
$text['option-source']['ar-eg'] = "";
|
||||
$text['option-source']['de-at'] = "Quelle"; //copied from de-de
|
||||
$text['option-source']['de-ch'] = "Quelle"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['option-source']['sv-se'] = "Källa";
|
|||
$text['option-source']['uk-ua'] = "Джерело";
|
||||
|
||||
$text['option-rdnis']['en-us'] = "RDNIS";
|
||||
$text['option-rdnis']['en-gb'] = "RDNIS";
|
||||
$text['option-rdnis']['ar-eg'] = "";
|
||||
$text['option-rdnis']['de-at'] = "RDNIS"; //copied from de-de
|
||||
$text['option-rdnis']['de-ch'] = "RDNIS"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['option-rdnis']['sv-se'] = "RDNIS";
|
|||
$text['option-rdnis']['uk-ua'] = "RDNIS";
|
||||
|
||||
$text['option-public']['en-us'] = "Public";
|
||||
$text['option-public']['en-gb'] = "Public";
|
||||
$text['option-public']['ar-eg'] = "";
|
||||
$text['option-public']['de-at'] = "Öffentlich"; //copied from de-de
|
||||
$text['option-public']['de-ch'] = "Öffentlich"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['option-public']['sv-se'] = "Publik";
|
|||
$text['option-public']['uk-ua'] = "Публічний";
|
||||
|
||||
$text['option-network_addr']['en-us'] = "Network Address";
|
||||
$text['option-network_addr']['en-gb'] = "Network Address";
|
||||
$text['option-network_addr']['ar-eg'] = "";
|
||||
$text['option-network_addr']['de-at'] = "Netzwerk Adresse"; //copied from de-de
|
||||
$text['option-network_addr']['de-ch'] = "Netzwerk Adresse"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['option-network_addr']['sv-se'] = "Nätverk Address";
|
|||
$text['option-network_addr']['uk-ua'] = "Адреси мережі";
|
||||
|
||||
$text['option-destination_number']['en-us'] = "Destination Number";
|
||||
$text['option-destination_number']['en-gb'] = "Destination Number";
|
||||
$text['option-destination_number']['ar-eg'] = "";
|
||||
$text['option-destination_number']['de-at'] = "Ziel Rufnummer"; //copied from de-de
|
||||
$text['option-destination_number']['de-ch'] = "Ziel Rufnummer"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['option-destination_number']['sv-se'] = "Destination Nummer";
|
|||
$text['option-destination_number']['uk-ua'] = "Номер призначення";
|
||||
|
||||
$text['option-context']['en-us'] = "Context";
|
||||
$text['option-context']['en-gb'] = "Context";
|
||||
$text['option-context']['ar-eg'] = "";
|
||||
$text['option-context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['option-context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['option-context']['sv-se'] = "Context";
|
|||
$text['option-context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['option-chan_name']['en-us'] = "Channel Name";
|
||||
$text['option-chan_name']['en-gb'] = "Channel Name";
|
||||
$text['option-chan_name']['ar-eg'] = "";
|
||||
$text['option-chan_name']['de-at'] = "Kanal Name"; //copied from de-de
|
||||
$text['option-chan_name']['de-ch'] = "Kanal Name"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['option-chan_name']['sv-se'] = "Kanal Namn";
|
|||
$text['option-chan_name']['uk-ua'] = "Назва каналу";
|
||||
|
||||
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['en-gb'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['ar-eg'] = "";
|
||||
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['option-caller_id_number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['option-caller_id_number']['sv-se'] = "Caller ID Nummer";
|
|||
$text['option-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['option-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['en-gb'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['ar-eg'] = "";
|
||||
$text['option-caller_id_name']['de-at'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
$text['option-caller_id_name']['de-ch'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['option-caller_id_name']['sv-se'] = "Caller ID Namn";
|
|||
$text['option-caller_id_name']['uk-ua'] = "Caller ID Назва";
|
||||
|
||||
$text['option-ani2']['en-us'] = "ANI2";
|
||||
$text['option-ani2']['en-gb'] = "ANI2";
|
||||
$text['option-ani2']['ar-eg'] = "";
|
||||
$text['option-ani2']['de-at'] = "ANI2"; //copied from de-de
|
||||
$text['option-ani2']['de-ch'] = "ANI2"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['option-ani2']['sv-se'] = "ANI2";
|
|||
$text['option-ani2']['uk-ua'] = "ANI2";
|
||||
|
||||
$text['option-ani']['en-us'] = "ANI";
|
||||
$text['option-ani']['en-gb'] = "ANI";
|
||||
$text['option-ani']['ar-eg'] = "";
|
||||
$text['option-ani']['de-at'] = "ANI"; //copied from de-de
|
||||
$text['option-ani']['de-ch'] = "ANI"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['option-ani']['sv-se'] = "ANI";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['label-select-inbound-destination-number']['de-ch'] = "Wählen Sie die Zielnummer für eingehende Anrufe."; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-select-inbound-destination-number']['sv-se'] = "Välj inkommande de
|
|||
$text['label-select-inbound-destination-number']['uk-ua'] = "Виберіть вхідний номер";
|
||||
|
||||
$text['label-required-domain_uuid']['en-us'] = "Please provide: domain_uuid";
|
||||
$text['label-required-domain_uuid']['en-gb'] = "Please provide: domain_uuid";
|
||||
$text['label-required-domain_uuid']['ar-eg'] = "";
|
||||
$text['label-required-domain_uuid']['de-at'] = "Bitte angeben: domain_uuid"; //copied from de-de
|
||||
$text['label-required-domain_uuid']['de-ch'] = "Bitte angeben: domain_uuid"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-required-domain_uuid']['sv-se'] = "Var god ange: domain_uuid";
|
|||
$text['label-required-domain_uuid']['uk-ua'] = "Будь ласка, надайте: UUID домену";
|
||||
|
||||
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['en-gb'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['ar-eg'] = "";
|
||||
$text['label-required-dialplan_name']['de-at'] = "Bitte angeben: Namen der Nebenstelle"; //copied from de-de
|
||||
$text['label-required-dialplan_name']['de-ch'] = "Bitte angeben: Namen der Nebenstelle"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-required-dialplan_name']['sv-se'] = "Var god ange: Anknytning Namn"
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-required-condition_field_1']['de-ch'] = "Bitte angeben: Feld für Bedingung"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-required-condition_field_1']['sv-se'] = "Var god ange: Villkor Fä
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-required-condition_expression_1']['de-ch'] = "Bitte angeben: Ausdruck für Bedingung"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-required-condition_expression_1']['sv-se'] = "Var god ange: Villkor
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-required-action_application_1']['de-ch'] = "Bitte angeben: Anwendung für Aktion"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-required-action_application_1']['sv-se'] = "Var god ange: Action A
|
|||
$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']['en-gb'] = "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"; //copied from de-de
|
||||
$text['label-caller-id-number-prefix']['de-ch'] = "Präfix für Anruferkennung"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-caller-id-number-prefix']['sv-se'] = "Caller ID Nummer Prefix";
|
|||
$text['label-caller-id-number-prefix']['uk-ua'] = "Префікс для повторного набору вихідного дзвінка";
|
||||
|
||||
$text['label-limit']['en-us'] = "Limit";
|
||||
$text['label-limit']['en-gb'] = "Limit";
|
||||
$text['label-limit']['ar-eg'] = "";
|
||||
$text['label-limit']['de-at'] = "Obergrenze"; //copied from de-de
|
||||
$text['label-limit']['de-ch'] = "Obergrenze"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-limit']['sv-se'] = "Begränsning";
|
|||
$text['label-limit']['uk-ua'] = "Обмеження";
|
||||
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['en-gb'] = "Field";
|
||||
$text['label-field']['ar-eg'] = "";
|
||||
$text['label-field']['de-at'] = "Feld"; //copied from de-de
|
||||
$text['label-field']['de-ch'] = "Feld"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-field']['sv-se'] = "Fält";
|
|||
$text['label-field']['uk-ua'] = "Поле";
|
||||
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['en-gb'] = "Expression";
|
||||
$text['label-expression']['ar-eg'] = "";
|
||||
$text['label-expression']['de-at'] = "Ausdruck"; //copied from de-de
|
||||
$text['label-expression']['de-ch'] = "Ausdruck"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-expression']['sv-se'] = "Uttryck";
|
|||
$text['label-expression']['uk-ua'] = "Вираз";
|
||||
|
||||
$text['label-destination-number']['en-us'] = "Destination Number";
|
||||
$text['label-destination-number']['en-gb'] = "Destination Number";
|
||||
$text['label-destination-number']['ar-eg'] = "";
|
||||
$text['label-destination-number']['de-at'] = "Zielrufnummer"; //copied from de-de
|
||||
$text['label-destination-number']['de-ch'] = "Zielrufnummer"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-destination-number']['sv-se'] = "Destination Nummer";
|
|||
$text['label-destination-number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-condition_2']['en-us'] = "Condition 2";
|
||||
$text['label-condition_2']['en-gb'] = "Condition 2";
|
||||
$text['label-condition_2']['ar-eg'] = "";
|
||||
$text['label-condition_2']['de-at'] = "Bedingung 2"; //copied from de-de
|
||||
$text['label-condition_2']['de-ch'] = "Bedingung 2"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-condition_2']['sv-se'] = "Villkor 2";
|
|||
$text['label-condition_2']['uk-ua'] = "Умова 2";
|
||||
|
||||
$text['label-condition_1']['en-us'] = "Condition 1";
|
||||
$text['label-condition_1']['en-gb'] = "Condition 1";
|
||||
$text['label-condition_1']['ar-eg'] = "";
|
||||
$text['label-condition_1']['de-at'] = "Bedingung 1"; //copied from de-de
|
||||
$text['label-condition_1']['de-ch'] = "Bedingung 1"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-condition_1']['sv-se'] = "Villkor 1";
|
|||
$text['label-condition_1']['uk-ua'] = "Умова 1";
|
||||
|
||||
$text['label-action_2']['en-us'] = "Action 2";
|
||||
$text['label-action_2']['en-gb'] = "Action 2";
|
||||
$text['label-action_2']['ar-eg'] = "";
|
||||
$text['label-action_2']['de-at'] = "Aktion 2"; //copied from de-de
|
||||
$text['label-action_2']['de-ch'] = "Aktion 2"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-action_2']['sv-se'] = "Action 2";
|
|||
$text['label-action_2']['uk-ua'] = "Дія 2";
|
||||
|
||||
$text['label-action_1']['en-us'] = "Action 1";
|
||||
$text['label-action_1']['en-gb'] = "Action 1";
|
||||
$text['label-action_1']['ar-eg'] = "";
|
||||
$text['label-action_1']['de-at'] = "Aktion 1"; //copied from de-de
|
||||
$text['label-action_1']['de-ch'] = "Aktion 1"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['label-action_1']['sv-se'] = "Action 1";
|
|||
$text['label-action_1']['uk-ua'] = "Дія 1";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['en-gb'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion"; //copied from de-de
|
||||
$text['label-action']['de-ch'] = "Aktion"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['label-action']['sv-se'] = "Action";
|
|||
$text['label-action']['uk-ua'] = "Дія";
|
||||
|
||||
$text['label-access-denied']['en-us'] = "access denied";
|
||||
$text['label-access-denied']['en-gb'] = "access denied";
|
||||
$text['label-access-denied']['ar-eg'] = "";
|
||||
$text['label-access-denied']['de-at'] = "Zugriff verweigert"; //copied from de-de
|
||||
$text['label-access-denied']['de-ch'] = "Zugriff verweigert"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['label-access-denied']['sv-se'] = "tillträde beviljas ej";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-caller-id-number-prefix']['de-ch'] = "Präfix für Anruferkennung (Nummer) setzen."; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['description-caller-id-number-prefix']['sv-se'] = "Ange ett prefix för ca
|
|||
$text['description-caller-id-number-prefix']['uk-ua'] = "";
|
||||
|
||||
$text['description-name']['en-us'] = "Please enter an inbound route name.";
|
||||
$text['description-name']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-name']['de-ch'] = "Bitte geben Sie einen Namen für die eingehende Route an."; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['description-name']['sv-se'] = "Var god ange ett namn för inkommande rout
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-dialplan-inbound-add']['de-ch'] = "Der öffentliche Wählplan wird verwendet, um eingehende Anrufe anhand von einem oder mehrere Bedingungen an bestimmte Ziele weiter zu leiten."; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['description-dialplan-inbound-add']['sv-se'] = "";
|
|||
$text['description-dialplan-inbound-add']['uk-ua'] = "Маршрутизація спрямовує вхідні дзвінки в напрямку відповідно до умов і контексту. Можна спрямувати вхідні виклики на групи, автоматичне обслуговування, зовнішні номери, сценарії або інші напрямки. ";
|
||||
|
||||
$text['confirm-update-complete']['en-us'] = "Update Complete";
|
||||
$text['confirm-update-complete']['en-gb'] = "Update Complete";
|
||||
$text['confirm-update-complete']['ar-eg'] = "";
|
||||
$text['confirm-update-complete']['de-at'] = "Aktualisierung abgeschlossen"; //copied from de-de
|
||||
$text['confirm-update-complete']['de-ch'] = "Aktualisierung abgeschlossen"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Inbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Inbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Eingehendes Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.";
|
||||
$apps[$x]['description']['en-gb'] = "Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen welche mit den Atributen des Anrufes abgeglichen werden. Wenn die Bedingungen erfüllt sind, wird der Anruf über das Gateway geleitet.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-dialplan-outbound-add']['en-us'] = "Outbound Call Routing";
|
||||
$text['title-dialplan-outbound-add']['en-gb'] = "Outbound Call Routing";
|
||||
$text['title-dialplan-outbound-add']['ar-eg'] = "";
|
||||
$text['title-dialplan-outbound-add']['de-at'] = "Routing ausgehender Anrufe"; //copied from de-de
|
||||
$text['title-dialplan-outbound-add']['de-ch'] = "Routing ausgehender Anrufe"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-dialplan-outbound-add']['sv-se'] = "Utgående Call Routing";
|
|||
$text['title-dialplan-outbound-add']['uk-ua'] = "Маршрутизація вихідних дзвінків";
|
||||
|
||||
$text['message-provide']['en-us'] = "Please Provide";
|
||||
$text['message-provide']['en-gb'] = "Please Provide";
|
||||
$text['message-provide']['ar-eg'] = "";
|
||||
$text['message-provide']['de-at'] = "Bitte angeben"; //copied from de-de
|
||||
$text['message-provide']['de-ch'] = "Bitte angeben"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['message-provide']['sv-se'] = "Var God Ange";
|
|||
$text['message-provide']['uk-ua'] = "Будь ласка, надайте";
|
||||
|
||||
$text['message-add-options2']['en-us'] = "Select another gateway as an alternative to use if the second one fails.";
|
||||
$text['message-add-options2']['en-gb'] = "Select another gateway as an alternative to use if the second one fails.";
|
||||
$text['message-add-options2']['ar-eg'] = "";
|
||||
$text['message-add-options2']['de-at'] = "Wählen Sie ein alternatives Gateway aus, falls das zweite Gateway fehlschlägt."; //copied from de-de
|
||||
$text['message-add-options2']['de-ch'] = "Wählen Sie ein alternatives Gateway aus, falls das zweite Gateway fehlschlägt."; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['message-add-options2']['sv-se'] = "Välj en annan gateway som ett alterna
|
|||
$text['message-add-options2']['uk-ua'] = "Виберіть інший шлюз в якості альтернативи, якщо другого використати не вдається .";
|
||||
|
||||
$text['message-add-options1']['en-us'] = "Select another gateway as an alternative to use if the first one fails.";
|
||||
$text['message-add-options1']['en-gb'] = "Select another gateway as an alternative to use if the first one fails.";
|
||||
$text['message-add-options1']['ar-eg'] = "";
|
||||
$text['message-add-options1']['de-at'] = "Wählen Sie ein alternatives Gateway aus, falls das erste Gateway fehlschlägt."; //copied from de-de
|
||||
$text['message-add-options1']['de-ch'] = "Wählen Sie ein alternatives Gateway aus, falls das erste Gateway fehlschlägt."; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['message-add-options1']['sv-se'] = "Välj en annan gateway som ett alterna
|
|||
$text['message-add-options1']['uk-ua'] = "Виберіть інший шлюз в якості альтернативи, якщо першого використати не вдається .";
|
||||
|
||||
$text['message-add-options']['en-us'] = "Select the gateway to use with this outbound route.";
|
||||
$text['message-add-options']['en-gb'] = "Select the gateway to use with this outbound route.";
|
||||
$text['message-add-options']['ar-eg'] = "";
|
||||
$text['message-add-options']['de-at'] = "Wählen Sie ein Gateway für die ausgehenden Anrufe aus"; //copied from de-de
|
||||
$text['message-add-options']['de-ch'] = "Wählen Sie ein Gateway für die ausgehenden Anrufe aus"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['message-add-options']['sv-se'] = "Välj den gateway som ska användas med
|
|||
$text['message-add-options']['uk-ua'] = "Виберіть шлюз для цього вихідного маршруту";
|
||||
|
||||
$text['label-toll_allow']['en-us'] = "Toll allow";
|
||||
$text['label-toll_allow']['en-gb'] = "Toll allow";
|
||||
$text['label-toll_allow']['ar-eg'] = "";
|
||||
$text['label-toll_allow']['de-at'] = "Gebührenpflichtige Anrufe erlauben"; //copied from de-de
|
||||
$text['label-toll_allow']['de-ch'] = "Gebührenpflichtige Anrufe erlauben"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-toll_allow']['sv-se'] = "Tillåta fjärrsamtal";
|
|||
$text['label-toll_allow']['uk-ua'] = "TOLL дозволено";
|
||||
|
||||
$text['label-pin_numbers']['en-us'] = "PIN Numbers";
|
||||
$text['label-pin_numbers']['en-gb'] = "PIN Numbers";
|
||||
$text['label-pin_numbers']['ar-eg'] = "";
|
||||
$text['label-pin_numbers']['de-at'] = "";
|
||||
$text['label-pin_numbers']['de-ch'] = "";
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-pin_numbers']['sv-se'] = "";
|
|||
$text['label-pin_numbers']['uk-ua'] = "";
|
||||
|
||||
$text['label-sip-gateway']['en-us'] = "SIP Gateways";
|
||||
$text['label-sip-gateway']['en-gb'] = "SIP Gateways";
|
||||
$text['label-sip-gateway']['ar-eg'] = "";
|
||||
$text['label-sip-gateway']['de-at'] = "SIP Gateways"; //copied from de-de
|
||||
$text['label-sip-gateway']['de-ch'] = "SIP Gateways"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-sip-gateway']['sv-se'] = "SIP Gateways";
|
|||
$text['label-sip-gateway']['uk-ua'] = "SIP Шлюз";
|
||||
|
||||
$text['label-prefix']['en-us'] = "Prefix";
|
||||
$text['label-prefix']['en-gb'] = "Prefix";
|
||||
$text['label-prefix']['ar-eg'] = "";
|
||||
$text['label-prefix']['de-at'] = "Präfix"; //copied from de-de
|
||||
$text['label-prefix']['de-ch'] = "Präfix"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-prefix']['sv-se'] = "Prefix";
|
|||
$text['label-prefix']['uk-ua'] = "Префікс";
|
||||
|
||||
$text['label-outbound-routes']['en-us'] = "Outbound Routes";
|
||||
$text['label-outbound-routes']['en-gb'] = "Outbound Routes";
|
||||
$text['label-outbound-routes']['ar-eg'] = "";
|
||||
$text['label-outbound-routes']['de-at'] = "Ausgehende Routen"; //copied from de-de
|
||||
$text['label-outbound-routes']['de-ch'] = "Ausgehende Routen"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-outbound-routes']['sv-se'] = "Utgående Route";
|
|||
$text['label-outbound-routes']['uk-ua'] = "Вихідні маршрути";
|
||||
|
||||
$text['label-north-america-intl']['en-us'] = "North America International";
|
||||
$text['label-north-america-intl']['en-gb'] = "North America International";
|
||||
$text['label-north-america-intl']['ar-eg'] = "";
|
||||
$text['label-north-america-intl']['de-at'] = "Nordamerika International"; //copied from de-de
|
||||
$text['label-north-america-intl']['de-ch'] = "Nordamerika International"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-north-america-intl']['sv-se'] = "Nordamerika International";
|
|||
$text['label-north-america-intl']['uk-ua'] = "Північна Америка (міжнародний)";
|
||||
|
||||
$text['label-north-america']['en-us'] = "North America";
|
||||
$text['label-north-america']['en-gb'] = "North America";
|
||||
$text['label-north-america']['ar-eg'] = "";
|
||||
$text['label-north-america']['de-at'] = "Nordamerika"; //copied from de-de
|
||||
$text['label-north-america']['de-ch'] = "Nordamerika"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-north-america']['sv-se'] = "Nordamerika";
|
|||
$text['label-north-america']['uk-ua'] = "Північна Америка";
|
||||
|
||||
$text['label-limit']['en-us'] = "Limit";
|
||||
$text['label-limit']['en-gb'] = "Limit";
|
||||
$text['label-limit']['ar-eg'] = "";
|
||||
$text['label-limit']['de-at'] = "Obergrenze"; //copied from de-de
|
||||
$text['label-limit']['de-ch'] = "Obergrenze"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-limit']['sv-se'] = "Begränsningar";
|
|||
$text['label-limit']['uk-ua'] = "Обмеження";
|
||||
|
||||
$text['label-intl']['en-us'] = "International";
|
||||
$text['label-intl']['en-gb'] = "International";
|
||||
$text['label-intl']['ar-eg'] = "";
|
||||
$text['label-intl']['de-at'] = "International"; //copied from de-de
|
||||
$text['label-intl']['de-ch'] = "International"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-intl']['sv-se'] = "International";
|
|||
$text['label-intl']['uk-ua'] = "Міжнародний";
|
||||
|
||||
$text['label-gateway-name']['en-us'] = "Gateway Name";
|
||||
$text['label-gateway-name']['en-gb'] = "Gateway Name";
|
||||
$text['label-gateway-name']['ar-eg'] = "";
|
||||
$text['label-gateway-name']['de-at'] = "Gateway Namen"; //copied from de-de
|
||||
$text['label-gateway-name']['de-ch'] = "Gateway Namen"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-gateway-name']['sv-se'] = "Gateway Namn";
|
|||
$text['label-gateway-name']['uk-ua'] = "Назва шлюза";
|
||||
|
||||
$text['label-gateway']['en-us'] = "Gateway";
|
||||
$text['label-gateway']['en-gb'] = "Gateway";
|
||||
$text['label-gateway']['ar-eg'] = "";
|
||||
$text['label-gateway']['de-at'] = "Gateway"; //copied from de-de
|
||||
$text['label-gateway']['de-ch'] = "Gateway"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-gateway']['sv-se'] = "Gateway";
|
|||
$text['label-gateway']['uk-ua'] = "Шлюз";
|
||||
|
||||
$text['label-europe-intl']['en-us'] = "Europe International";
|
||||
$text['label-europe-intl']['en-gb'] = "Europe International";
|
||||
$text['label-europe-intl']['ar-eg'] = "";
|
||||
$text['label-europe-intl']['de-at'] = "Europa international"; //copied from de-de
|
||||
$text['label-europe-intl']['de-ch'] = "Europa international"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-europe-intl']['sv-se'] = "Europa International";
|
|||
$text['label-europe-intl']['uk-ua'] = "Європа (міжнародний)";
|
||||
|
||||
$text['label-dialplan-expression']['en-us'] = "Dialplan Expression";
|
||||
$text['label-dialplan-expression']['en-gb'] = "Dialplan Expression";
|
||||
$text['label-dialplan-expression']['ar-eg'] = "";
|
||||
$text['label-dialplan-expression']['de-at'] = "Wählplan Ausdruck"; //copied from de-de
|
||||
$text['label-dialplan-expression']['de-ch'] = "Wählplan Ausdruck"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-dialplan-expression']['sv-se'] = "Nummerplan Uttryck";
|
|||
$text['label-dialplan-expression']['uk-ua'] = "Вираз маршрутизації";
|
||||
|
||||
$text['label-custom-outbound-prefix']['en-us'] = "Dial custom prefix, then Digits";
|
||||
$text['label-custom-outbound-prefix']['en-gb'] = "Dial custom prefix, then Digits";
|
||||
$text['label-custom-outbound-prefix']['ar-eg'] = "";
|
||||
$text['label-custom-outbound-prefix']['de-at'] = "Wähle benutzerdefinierten Präfix, dann Ziffern"; //copied from de-de
|
||||
$text['label-custom-outbound-prefix']['de-ch'] = "Wähle benutzerdefinierten Präfix, dann Ziffern"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-custom-outbound-prefix']['sv-se'] = "Ring anpassat prefix, sedan si
|
|||
$text['label-custom-outbound-prefix']['uk-ua'] = "Наберіть префікс а потім цифри";
|
||||
|
||||
$text['label-alt2']['en-us'] = "Alternate 2";
|
||||
$text['label-alt2']['en-gb'] = "Alternate 2";
|
||||
$text['label-alt2']['ar-eg'] = "";
|
||||
$text['label-alt2']['de-at'] = "Alternative 2"; //copied from de-de
|
||||
$text['label-alt2']['de-ch'] = "Alternative 2"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-alt2']['sv-se'] = "Alternativ 2";
|
|||
$text['label-alt2']['uk-ua'] = "Інший 2";
|
||||
|
||||
$text['label-alt1']['en-us'] = "Alternate 1";
|
||||
$text['label-alt1']['en-gb'] = "Alternate 1";
|
||||
$text['label-alt1']['ar-eg'] = "";
|
||||
$text['label-alt1']['de-at'] = "Alternative 1"; //copied from de-de
|
||||
$text['label-alt1']['de-ch'] = "Alternative 1"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-alt1']['sv-se'] = "Alternativ 1";
|
|||
$text['label-alt1']['uk-ua'] = "Інший 1";
|
||||
|
||||
$text['label-add-options']['en-us'] = "Additional Options";
|
||||
$text['label-add-options']['en-gb'] = "Additional Options";
|
||||
$text['label-add-options']['ar-eg'] = "";
|
||||
$text['label-add-options']['de-at'] = "Weitere Optionen"; //copied from de-de
|
||||
$text['label-add-options']['de-ch'] = "Weitere Optionen"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-add-options']['sv-se'] = "Ytterligare Inställningar";
|
|||
$text['label-add-options']['uk-ua'] = "Додаткові параметри";
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Account Code";
|
||||
$text['label-accountcode']['en-gb'] = "Account Code";
|
||||
$text['label-accountcode']['ar-eg'] = "";
|
||||
$text['label-accountcode']['de-at'] = "Kontoschlüssel"; //copied from de-de
|
||||
$text['label-accountcode']['de-ch'] = "Kontoschlüssel"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-accountcode']['sv-se'] = "Konto Kod";
|
|||
$text['label-accountcode']['uk-ua'] = "Код облікового запису";
|
||||
|
||||
$text['label-9d9']['en-us'] = "Dial 9, then 9 Digits";
|
||||
$text['label-9d9']['en-gb'] = "Dial 9, then 9 Digits";
|
||||
$text['label-9d9']['ar-eg'] = "";
|
||||
$text['label-9d9']['de-at'] = "Wähle 9, dann 9 Ziffern"; //copied from de-de
|
||||
$text['label-9d9']['de-ch'] = "Wähle 9, dann 9 Ziffern"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-9d9']['sv-se'] = "Ring 9, sedan 9 siffror";
|
|||
$text['label-9d9']['uk-ua'] = "Наберіть 9, а потім 9 цифр";
|
||||
|
||||
$text['label-9d8']['en-us'] = "Dial 9, then 8 Digits";
|
||||
$text['label-9d8']['en-gb'] = "Dial 9, then 8 Digits";
|
||||
$text['label-9d8']['ar-eg'] = "";
|
||||
$text['label-9d8']['de-at'] = "Wähle 9, dann 8 Ziffern"; //copied from de-de
|
||||
$text['label-9d8']['de-ch'] = "Wähle 9, dann 8 Ziffern"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-9d8']['sv-se'] = "Ring 9, sedan 8 siffror";
|
|||
$text['label-9d8']['uk-ua'] = "Наберіть 9, а потім 8 цифр";
|
||||
|
||||
$text['label-9d7']['en-us'] = "Dial 9, then 7 Digits";
|
||||
$text['label-9d7']['en-gb'] = "Dial 9, then 7 Digits";
|
||||
$text['label-9d7']['ar-eg'] = "";
|
||||
$text['label-9d7']['de-at'] = "Wähle 9, dann 7 Ziffern"; //copied from de-de
|
||||
$text['label-9d7']['de-ch'] = "Wähle 9, dann 7 Ziffern"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-9d7']['sv-se'] = "Ring 9, sedan 7 siffror";
|
|||
$text['label-9d7']['uk-ua'] = "Наберіть 9, а потім 7 цифр";
|
||||
|
||||
$text['label-9d6']['en-us'] = "Dial 9, then 6 Digits";
|
||||
$text['label-9d6']['en-gb'] = "Dial 9, then 6 Digits";
|
||||
$text['label-9d6']['ar-eg'] = "";
|
||||
$text['label-9d6']['de-at'] = "Wähle 9, dann 6 Ziffern"; //copied from de-de
|
||||
$text['label-9d6']['de-ch'] = "Wähle 9, dann 6 Ziffern"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-9d6']['sv-se'] = "Ring 9, sedan 6 siffror";
|
|||
$text['label-9d6']['uk-ua'] = "Наберіть 9, а потім 6 цифр";
|
||||
|
||||
$text['label-9d5']['en-us'] = "Dial 9, then 5 Digits";
|
||||
$text['label-9d5']['en-gb'] = "Dial 9, then 5 Digits";
|
||||
$text['label-9d5']['ar-eg'] = "";
|
||||
$text['label-9d5']['de-at'] = "Wähle 9, dann 5 Ziffern"; //copied from de-de
|
||||
$text['label-9d5']['de-ch'] = "Wähle 9, dann 5 Ziffern"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-9d5']['sv-se'] = "Ring 9, sedan 5 siffror";
|
|||
$text['label-9d5']['uk-ua'] = "Наберіть 9, а потім 5 цифр";
|
||||
|
||||
$text['label-9d4']['en-us'] = "Dial 9, then 4 Digits";
|
||||
$text['label-9d4']['en-gb'] = "Dial 9, then 4 Digits";
|
||||
$text['label-9d4']['ar-eg'] = "";
|
||||
$text['label-9d4']['de-at'] = "Wähle 9, dann 4 Ziffern"; //copied from de-de
|
||||
$text['label-9d4']['de-ch'] = "Wähle 9, dann 4 Ziffern"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['label-9d4']['sv-se'] = "Ring 9, sedan 4 siffror";
|
|||
$text['label-9d4']['uk-ua'] = "Наберіть 9, а потім 4 цифр";
|
||||
|
||||
$text['label-9d3']['en-us'] = "Dial 9, then 3 Digits";
|
||||
$text['label-9d3']['en-gb'] = "Dial 9, then 3 Digits";
|
||||
$text['label-9d3']['ar-eg'] = "";
|
||||
$text['label-9d3']['de-at'] = "Wähle 9, dann 3 Ziffern"; //copied from de-de
|
||||
$text['label-9d3']['de-ch'] = "Wähle 9, dann 3 Ziffern"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['label-9d3']['sv-se'] = "Ring 9, sedan 3 siffror";
|
|||
$text['label-9d3']['uk-ua'] = "Наберіть 9, а потім 3 цифр";
|
||||
|
||||
$text['label-9d2']['en-us'] = "Dial 9, then 2 Digits";
|
||||
$text['label-9d2']['en-gb'] = "Dial 9, then 2 Digits";
|
||||
$text['label-9d2']['ar-eg'] = "";
|
||||
$text['label-9d2']['de-at'] = "Wähle 9, dann 2 Ziffern"; //copied from de-de
|
||||
$text['label-9d2']['de-ch'] = "Wähle 9, dann 2 Ziffern"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['label-9d2']['sv-se'] = "Ring 9, sedan 2 siffror";
|
|||
$text['label-9d2']['uk-ua'] = "Наберіть 9, а потім 2 цифр";
|
||||
|
||||
$text['label-9d11']['en-us'] = "Dial 9, then 11 Digits";
|
||||
$text['label-9d11']['en-gb'] = "Dial 9, then 11 Digits";
|
||||
$text['label-9d11']['ar-eg'] = "";
|
||||
$text['label-9d11']['de-at'] = "Wähle 9, dann 11 Ziffern"; //copied from de-de
|
||||
$text['label-9d11']['de-ch'] = "Wähle 9, dann 11 Ziffern"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['label-9d11']['sv-se'] = "Ring 9, sedan 11 siffror";
|
|||
$text['label-9d11']['uk-ua'] = "Наберіть 9, а потім 11 цифр";
|
||||
|
||||
$text['label-9d10']['en-us'] = "Dial 9, then 10 Digits";
|
||||
$text['label-9d10']['en-gb'] = "Dial 9, then 10 Digits";
|
||||
$text['label-9d10']['ar-eg'] = "";
|
||||
$text['label-9d10']['de-at'] = "Wähle 9, dann 10 Ziffern"; //copied from de-de
|
||||
$text['label-9d10']['de-ch'] = "Wähle 9, dann 10 Ziffern"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['label-9d10']['sv-se'] = "Ring 9, sedan 10 siffror";
|
|||
$text['label-9d10']['uk-ua'] = "Наберіть 9, а потім 10 цифр";
|
||||
|
||||
$text['label-9d.12-20']['en-us'] = "Dial 9, then International";
|
||||
$text['label-9d.12-20']['en-gb'] = "Dial 9, then International";
|
||||
$text['label-9d.12-20']['ar-eg'] = "";
|
||||
$text['label-9d.12-20']['de-at'] = "Wähle 9, dann international"; //copied from de-de
|
||||
$text['label-9d.12-20']['de-ch'] = "Wähle 9, dann international"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['label-9d.12-20']['sv-se'] = "Ring 9, sedan International";
|
|||
$text['label-9d.12-20']['uk-ua'] = "Наберіть 9, а потім міжнародний номер";
|
||||
|
||||
$text['label-9d']['en-us'] = "9 Digits";
|
||||
$text['label-9d']['en-gb'] = "9 Digits";
|
||||
$text['label-9d']['ar-eg'] = "";
|
||||
$text['label-9d']['de-at'] = "9 Ziffern"; //copied from de-de
|
||||
$text['label-9d']['de-ch'] = "9 Ziffern"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['label-9d']['sv-se'] = "9 Siffror";
|
|||
$text['label-9d']['uk-ua'] = "9 цифр";
|
||||
|
||||
$text['label-911']['en-us'] = "911 Emergency";
|
||||
$text['label-911']['en-gb'] = "911 Emergency";
|
||||
$text['label-911']['ar-eg'] = "";
|
||||
$text['label-911']['de-at'] = "911 Notruf (USA)"; //copied from de-de
|
||||
$text['label-911']['de-ch'] = "911 Notruf (USA)"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['label-911']['sv-se'] = "911 Nödfall";
|
|||
$text['label-911']['uk-ua'] = "911";
|
||||
|
||||
$text['label-8d']['en-us'] = "8 Digits";
|
||||
$text['label-8d']['en-gb'] = "8 Digits";
|
||||
$text['label-8d']['ar-eg'] = "";
|
||||
$text['label-8d']['de-at'] = "8 Ziffern"; //copied from de-de
|
||||
$text['label-8d']['de-ch'] = "8 Ziffern"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['label-8d']['sv-se'] = "8 Siffror";
|
|||
$text['label-8d']['uk-ua'] = "8 цифр";
|
||||
|
||||
$text['label-800']['en-us'] = "Toll-Free";
|
||||
$text['label-800']['en-gb'] = "Toll-Free";
|
||||
$text['label-800']['ar-eg'] = "";
|
||||
$text['label-800']['de-at'] = "Gebührenfrei"; //copied from de-de
|
||||
$text['label-800']['de-ch'] = "Gebührenfrei"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['label-800']['sv-se'] = "Avgiftsfritt";
|
|||
$text['label-800']['uk-ua'] = "Безкоштовний";
|
||||
|
||||
$text['label-inum']['en-us'] = "iNum 0118335100xxxxxxxx";
|
||||
$text['label-inum']['en-gb'] = "iNum 0118335100xxxxxxxx";
|
||||
$text['label-inum']['ar-eg'] = "";
|
||||
$text['label-inum']['de-at'] = "iNum 0118335100xxxxxxxx"; //copied from de-de
|
||||
$text['label-inum']['de-ch'] = "iNum 0118335100xxxxxxxx"; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['label-inum']['sv-se'] = "iNum 0118335100xxxxxxxx";
|
|||
$text['label-inum']['uk-ua'] = "iNum 0118335100xxxxxxxx";
|
||||
|
||||
$text['label-711']['en-us'] = "711 TTY";
|
||||
$text['label-711']['en-gb'] = "711 TTY";
|
||||
$text['label-711']['ar-eg'] = "";
|
||||
$text['label-711']['de-at'] = "711"; //copied from de-de
|
||||
$text['label-711']['de-ch'] = "711"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['label-711']['sv-se'] = "711 TTY";
|
|||
$text['label-711']['uk-ua'] = "711";
|
||||
|
||||
$text['label-7d']['en-us'] = "7 Digits Local";
|
||||
$text['label-7d']['en-gb'] = "7 Digits Local";
|
||||
$text['label-7d']['ar-eg'] = "";
|
||||
$text['label-7d']['de-at'] = "7 Ziffern (Ortsrufnummern)"; //copied from de-de
|
||||
$text['label-7d']['de-ch'] = "7 Ziffern (Ortsrufnummern)"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['label-7d']['sv-se'] = "7 Siffror Lokalt";
|
|||
$text['label-7d']['uk-ua'] = "7 цифр";
|
||||
|
||||
$text['label-6d']['en-us'] = "6 Digits";
|
||||
$text['label-6d']['en-gb'] = "6 Digits";
|
||||
$text['label-6d']['ar-eg'] = "";
|
||||
$text['label-6d']['de-at'] = "6 Ziffern"; //copied from de-de
|
||||
$text['label-6d']['de-ch'] = "6 Ziffern"; //copied from de-de
|
||||
|
|
@ -842,6 +884,7 @@ $text['label-6d']['sv-se'] = "6 Siffror";
|
|||
$text['label-6d']['uk-ua'] = "6 цифр";
|
||||
|
||||
$text['label-5d']['en-us'] = "5 Digits";
|
||||
$text['label-5d']['en-gb'] = "5 Digits";
|
||||
$text['label-5d']['ar-eg'] = "";
|
||||
$text['label-5d']['de-at'] = "5 Ziffern"; //copied from de-de
|
||||
$text['label-5d']['de-ch'] = "5 Ziffern"; //copied from de-de
|
||||
|
|
@ -862,6 +905,7 @@ $text['label-5d']['sv-se'] = "5 Siffror";
|
|||
$text['label-5d']['uk-ua'] = "5 цифр";
|
||||
|
||||
$text['label-4d']['en-us'] = "4 Digits";
|
||||
$text['label-4d']['en-gb'] = "4 Digits";
|
||||
$text['label-4d']['ar-eg'] = "";
|
||||
$text['label-4d']['de-at'] = "4 Ziffern"; //copied from de-de
|
||||
$text['label-4d']['de-ch'] = "4 Ziffern"; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['label-4d']['sv-se'] = "4 Siffror";
|
|||
$text['label-4d']['uk-ua'] = "4 цифри";
|
||||
|
||||
$text['label-411']['en-us'] = "411 Information";
|
||||
$text['label-411']['en-gb'] = "411 Information";
|
||||
$text['label-411']['ar-eg'] = "";
|
||||
$text['label-411']['de-at'] = "411 Auskunft"; //copied from de-de
|
||||
$text['label-411']['de-ch'] = "411 Auskunft"; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['label-411']['sv-se'] = "411 Informationen";
|
|||
$text['label-411']['uk-ua'] = "411 Довідка";
|
||||
|
||||
$text['label-3d']['en-us'] = "3 Digits";
|
||||
$text['label-3d']['en-gb'] = "3 Digits";
|
||||
$text['label-3d']['ar-eg'] = "";
|
||||
$text['label-3d']['de-at'] = "3 Ziffern"; //copied from de-de
|
||||
$text['label-3d']['de-ch'] = "3 Ziffern"; //copied from de-de
|
||||
|
|
@ -922,6 +968,7 @@ $text['label-3d']['sv-se'] = "3 Siffror";
|
|||
$text['label-3d']['uk-ua'] = "3 цифри";
|
||||
|
||||
$text['label-311']['en-us'] = "311 Information";
|
||||
$text['label-311']['en-gb'] = "311 Information";
|
||||
$text['label-311']['ar-eg'] = "";
|
||||
$text['label-311']['de-at'] = "311 Auskunft"; //copied from de-de
|
||||
$text['label-311']['de-ch'] = "311 Auskunft"; //copied from de-de
|
||||
|
|
@ -942,6 +989,7 @@ $text['label-311']['sv-se'] = "311 Information";
|
|||
$text['label-311']['uk-ua'] = "311 Довідка";
|
||||
|
||||
$text['label-2d']['en-us'] = "2 Digits";
|
||||
$text['label-2d']['en-gb'] = "2 Digits";
|
||||
$text['label-2d']['ar-eg'] = "";
|
||||
$text['label-2d']['de-at'] = "2 Ziffern"; //copied from de-de
|
||||
$text['label-2d']['de-ch'] = "2 Ziffern"; //copied from de-de
|
||||
|
|
@ -962,6 +1010,7 @@ $text['label-2d']['sv-se'] = "2 Siffror";
|
|||
$text['label-2d']['uk-ua'] = "2 цифри";
|
||||
|
||||
$text['label-11d']['en-us'] = "11 Digits Long Distance";
|
||||
$text['label-11d']['en-gb'] = "11 Digits Long Distance";
|
||||
$text['label-11d']['ar-eg'] = "";
|
||||
$text['label-11d']['de-at'] = "11 Ziffern Ferngespräch"; //copied from de-de
|
||||
$text['label-11d']['de-ch'] = "11 Ziffern Ferngespräch"; //copied from de-de
|
||||
|
|
@ -982,6 +1031,7 @@ $text['label-11d']['sv-se'] = "11 Siffror Långdistans";
|
|||
$text['label-11d']['uk-ua'] = "11 цифр міжміського номера";
|
||||
|
||||
$text['label-10d']['en-us'] = "10 Digits Long Distance";
|
||||
$text['label-10d']['en-gb'] = "10 Digits Long Distance";
|
||||
$text['label-10d']['ar-eg'] = "";
|
||||
$text['label-10d']['de-at'] = "10 Ziffern Ferngespräch"; //copied from de-de
|
||||
$text['label-10d']['de-ch'] = "10 Ziffern Ferngespräch"; //copied from de-de
|
||||
|
|
@ -1002,6 +1052,7 @@ $text['label-10d']['sv-se'] = "10 Siffror Långdistans";
|
|||
$text['label-10d']['uk-ua'] = "10 цифр міжміського номера";
|
||||
|
||||
$text['description-shortcut']['en-us'] = "Shortcut to create the outbound dialplan entries for this Gateway.";
|
||||
$text['description-shortcut']['en-gb'] = "Shortcut to create the outbound dialplan entries for this Gateway.";
|
||||
$text['description-shortcut']['ar-eg'] = "";
|
||||
$text['description-shortcut']['de-at'] = "Abkkürzung um ausgehende Wählpläne für dieses Gateway zu erstellen."; //copied from de-de
|
||||
$text['description-shortcut']['de-ch'] = "Abkkürzung um ausgehende Wählpläne für dieses Gateway zu erstellen."; //copied from de-de
|
||||
|
|
@ -1022,6 +1073,7 @@ $text['description-shortcut']['sv-se'] = "Genväg för att skapa utgående numme
|
|||
$text['description-shortcut']['uk-ua'] = "Ярлик для створення маршрутизації вихідного дзвінка для цього шлюзу.";
|
||||
|
||||
$text['description-outbound-routes']['en-us'] = "Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.";
|
||||
$text['description-outbound-routes']['en-gb'] = "Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.";
|
||||
$text['description-outbound-routes']['ar-eg'] = "";
|
||||
$text['description-outbound-routes']['de-at'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen, die gegen den Eigenschaften des Anrufes geprüft werden. Sofern der Anruf die Bedingungen erfüllt, wir er über dieses Gateway geroutet."; //copied from de-de
|
||||
$text['description-outbound-routes']['de-ch'] = "Ausgehende Wählpläne haben eine oder mehrere Bedingungen, die gegen den Eigenschaften des Anrufes geprüft werden. Sofern der Anruf die Bedingungen erfüllt, wir er über dieses Gateway geroutet."; //copied from de-de
|
||||
|
|
@ -1042,6 +1094,7 @@ $text['description-outbound-routes']['sv-se'] = "Utgående nummerplan har ett el
|
|||
$text['description-outbound-routes']['uk-ua'] = "Плани набору вихідних дзвінків мають умови, які відповідають атрибутам дзвінка. Коли дзвінок відповідає умовам, то він спрямовується на шлюзу.";
|
||||
|
||||
$text['description-order']['en-us'] = "Select the order number. The order number determines the order of the outbound routes when there is more than one.";
|
||||
$text['description-order']['en-gb'] = "Select the order number. The order number determines the order of the outbound routes when there is more than one.";
|
||||
$text['description-order']['ar-eg'] = "";
|
||||
$text['description-order']['de-at'] = "Wahlen Sie die Nummer für die Reihenfolge. Hierdurch wird die Reihenfolge bei mehreren ausgehenden Routen festgelegt."; //copied from de-de
|
||||
$text['description-order']['de-ch'] = "Wahlen Sie die Nummer für die Reihenfolge. Hierdurch wird die Reihenfolge bei mehreren ausgehenden Routen festgelegt."; //copied from de-de
|
||||
|
|
@ -1062,6 +1115,7 @@ $text['description-order']['sv-se'] = "Välj ordnings numret. Numret på ordning
|
|||
$text['description-order']['uk-ua'] = "Виберіть порядковий номер. Він визначає порядок використання маршрутів вихідних дзвінків";
|
||||
|
||||
$text['description-limit']['en-us'] = "Enter limit to restrict the number of outbound calls.";
|
||||
$text['description-limit']['en-gb'] = "Enter limit to restrict the number of outbound calls.";
|
||||
$text['description-limit']['ar-eg'] = "";
|
||||
$text['description-limit']['de-at'] = "Geben Sie eine Obergrenze ein, um die Anzahl ausgehender Anrufe zu begrenzen."; //copied from de-de
|
||||
$text['description-limit']['de-ch'] = "Geben Sie eine Obergrenze ein, um die Anzahl ausgehender Anrufe zu begrenzen."; //copied from de-de
|
||||
|
|
@ -1082,6 +1136,7 @@ $text['description-limit']['sv-se'] = "Ange en begränsning för att begränsa a
|
|||
$text['description-limit']['uk-ua'] = "Введіть обмеження кількість вихідних дзвінків.";
|
||||
|
||||
$text['description-enter-prefix']['en-us'] = "Enter a prefix number to add to the beginning of the destination number.";
|
||||
$text['description-enter-prefix']['en-gb'] = "Enter a prefix number to add to the beginning of the destination number.";
|
||||
$text['description-enter-prefix']['ar-eg'] = "";
|
||||
$text['description-enter-prefix']['de-at'] = "Geben Sie eine präfix Nummer an, die am Anfang der Zielrufnummer hinzugefügt wird."; //copied from de-de
|
||||
$text['description-enter-prefix']['de-ch'] = "Geben Sie eine präfix Nummer an, die am Anfang der Zielrufnummer hinzugefügt wird."; //copied from de-de
|
||||
|
|
@ -1102,6 +1157,7 @@ $text['description-enter-prefix']['sv-se'] = "Ange ett prefixnummer som ska läg
|
|||
$text['description-enter-prefix']['uk-ua'] = "Введіть префікс, щоб додати на початок номера";
|
||||
|
||||
$text['description-enter-custom-outbound-prefix']['en-us'] = "Enter custom outbound prefix";
|
||||
$text['description-enter-custom-outbound-prefix']['en-gb'] = "Enter custom outbound prefix";
|
||||
$text['description-enter-custom-outbound-prefix']['ar-eg'] = "";
|
||||
$text['description-enter-custom-outbound-prefix']['de-at'] = "Geben Sie eine benutzerdefinierten ausgehenden Präfix an"; //copied from de-de
|
||||
$text['description-enter-custom-outbound-prefix']['de-ch'] = "Geben Sie eine benutzerdefinierten ausgehenden Präfix an"; //copied from de-de
|
||||
|
|
@ -1122,6 +1178,7 @@ $text['description-enter-custom-outbound-prefix']['sv-se'] = "Ange det egna utg
|
|||
$text['description-enter-custom-outbound-prefix']['uk-ua'] = "Введіть префікс вихідного дзвінка";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Choose to enable or disable the outbound route.";
|
||||
$text['description-enabled']['en-gb'] = "Choose to enable or disable the outbound route.";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['de-at'] = "Wählen Sie, ob die ausgehende Route aktiviert oder deaktiviert werden soll."; //copied from de-de
|
||||
$text['description-enabled']['de-ch'] = "Wählen Sie, ob die ausgehende Route aktiviert oder deaktiviert werden soll."; //copied from de-de
|
||||
|
|
@ -1142,6 +1199,7 @@ $text['description-enabled']['sv-se'] = "Välj att aktivera eller inaktivera utg
|
|||
$text['description-enabled']['uk-ua'] = "Виберіть щоб включити або відключити маршрут";
|
||||
|
||||
$text['description-enable-toll_allow']['en-us'] = "Set to true to enable toll allow";
|
||||
$text['description-enable-toll_allow']['en-gb'] = "Set to true to enable toll allow";
|
||||
$text['description-enable-toll_allow']['ar-eg'] = "";
|
||||
$text['description-enable-toll_allow']['de-at'] = "Setzen Sie den Wert auf Ein, um kostenpflichtige Anrufe zu erlauben."; //copied from de-de
|
||||
$text['description-enable-toll_allow']['de-ch'] = "Setzen Sie den Wert auf Ein, um kostenpflichtige Anrufe zu erlauben."; //copied from de-de
|
||||
|
|
@ -1162,6 +1220,7 @@ $text['description-enable-toll_allow']['sv-se'] = "Ändra till sann för att til
|
|||
$text['description-enable-toll_allow']['uk-ua'] = "Встановіть 'Так' щоб дозволити номери TOLL";
|
||||
|
||||
$text['description-accountcode']['en-us'] = "Enter the accountcode.";
|
||||
$text['description-accountcode']['en-gb'] = "Enter the accountcode.";
|
||||
$text['description-accountcode']['ar-eg'] = "";
|
||||
$text['description-accountcode']['de-at'] = "Geben Sie den Kontoschlüssel an."; //copied from de-de
|
||||
$text['description-accountcode']['de-ch'] = "Geben Sie den Kontoschlüssel an."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Outbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Outbound Routes";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Ausgehendes Routing";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$apps[$x]['description']['en-gb'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Der Wählplan wird verwendet um Anruf-Ziele anhand von Bedingungen und Kontext fest zu legen. Sie können den Wählplan verwenden, um Anrufe an Gateways, Automatische Zentralen, externe Rufnummern, Skripte oder andere Ziele weiterzuleiten.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 27th of September 2017 01:41:51 PM UTC
|
||||
|
||||
$text['title-dialplan_manager']['en-us'] = "Dialplan Manager";
|
||||
$text['title-dialplan_manager']['en-gb'] = "Dialplan Manager";
|
||||
$text['title-dialplan_manager']['ar-eg'] = "";
|
||||
$text['title-dialplan_manager']['de-at'] = "Wählplan Einstellungen"; //copied from de-de
|
||||
$text['title-dialplan_manager']['de-ch'] = "Wählplan Einstellungen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-dialplan_manager']['sv-se'] = "Nummerplan Inställningar";
|
|||
$text['title-dialplan_manager']['uk-ua'] = "Керування маршрутизацією";
|
||||
|
||||
$text['title-dialplan_edit']['en-us'] = "Dialplan";
|
||||
$text['title-dialplan_edit']['en-gb'] = "Dialplan";
|
||||
$text['title-dialplan_edit']['ar-eg'] = "";
|
||||
$text['title-dialplan_edit']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['title-dialplan_edit']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-dialplan_edit']['sv-se'] = "Nummerplan";
|
|||
$text['title-dialplan_edit']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['title-dialplan_detail']['en-us'] = "Dialplan Detail";
|
||||
$text['title-dialplan_detail']['en-gb'] = "Dialplan Detail";
|
||||
$text['title-dialplan_detail']['ar-eg'] = "";
|
||||
$text['title-dialplan_detail']['de-at'] = "Wählplan Details"; //copied from de-de
|
||||
$text['title-dialplan_detail']['de-ch'] = "Wählplan Details"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['title-dialplan_detail']['sv-se'] = "Nummerplan Detaljer";
|
|||
$text['title-dialplan_detail']['uk-ua'] = "Деталі маршрутизації";
|
||||
|
||||
$text['title-dialplan_add']['en-us'] = "Dialplan";
|
||||
$text['title-dialplan_add']['en-gb'] = "Dialplan";
|
||||
$text['title-dialplan_add']['ar-eg'] = "";
|
||||
$text['title-dialplan_add']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['title-dialplan_add']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['title-dialplan_add']['sv-se'] = "Nummerplan";
|
|||
$text['title-dialplan_add']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['title-dialplans']['en-us'] = "Dialplans";
|
||||
$text['title-dialplans']['en-gb'] = "Dialplans";
|
||||
$text['title-dialplans']['ar-eg'] = "";
|
||||
$text['title-dialplans']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['title-dialplans']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['title-dialplans']['sv-se'] = "Nummerplan";
|
|||
$text['title-dialplans']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['title-default_dialplan']['en-us'] = "Default Dialplan";
|
||||
$text['title-default_dialplan']['en-gb'] = "Default Dialplan";
|
||||
$text['title-default_dialplan']['ar-eg'] = "";
|
||||
$text['title-default_dialplan']['de-at'] = "Standard Wählplan"; //copied from de-de
|
||||
$text['title-default_dialplan']['de-ch'] = "Standard Wählplan"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['title-default_dialplan']['sv-se'] = "Standard Nummerplan";
|
|||
$text['title-default_dialplan']['uk-ua'] = "Маршрутизація за замовчуванням";
|
||||
|
||||
$text['title-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['title-time_conditions']['en-gb'] = "Time Conditions";
|
||||
$text['title-time_conditions']['ar-eg'] = "";
|
||||
$text['title-time_conditions']['de-at'] = "Zeitvorgaben"; //copied from de-de
|
||||
$text['title-time_conditions']['de-ch'] = "Zeitvorgaben"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['title-time_conditions']['sv-se'] = "Tids Förhållande";
|
|||
$text['title-time_conditions']['uk-ua'] = "Часові умови";
|
||||
|
||||
$text['title-outbound_routes']['en-us'] = "Outbound Routes";
|
||||
$text['title-outbound_routes']['en-gb'] = "Outbound Routes";
|
||||
$text['title-outbound_routes']['ar-eg'] = "";
|
||||
$text['title-outbound_routes']['de-at'] = "Ausgehende Routen"; //copied from de-de
|
||||
$text['title-outbound_routes']['de-ch'] = "Ausgehende Routen"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['title-outbound_routes']['sv-se'] = "Utgående Router";
|
|||
$text['title-outbound_routes']['uk-ua'] = "Маршрути вихідних дзвінків";
|
||||
|
||||
$text['title-inbound_routes']['en-us'] = "Inbound Routes";
|
||||
$text['title-inbound_routes']['en-gb'] = "Inbound Routes";
|
||||
$text['title-inbound_routes']['ar-eg'] = "";
|
||||
$text['title-inbound_routes']['de-at'] = "Eingehende Routen"; //copied from de-de
|
||||
$text['title-inbound_routes']['de-ch'] = "Eingehende Routen"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['title-inbound_routes']['sv-se'] = "Inkommande Router";
|
|||
$text['title-inbound_routes']['uk-ua'] = "Маршрути вхідних дзвінків";
|
||||
|
||||
$text['title-queues']['en-us'] = "Queues";
|
||||
$text['title-queues']['en-gb'] = "Queues";
|
||||
$text['title-queues']['ar-eg'] = "";
|
||||
$text['title-queues']['de-at'] = "Warteschlangen"; //copied from de-de
|
||||
$text['title-queues']['de-ch'] = "Warteschlangen"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['title-queues']['sv-se'] = "Kö:er";
|
|||
$text['title-queues']['uk-ua'] = "Черги";
|
||||
|
||||
$text['title-other']['en-us'] = "Other";
|
||||
$text['title-other']['en-gb'] = "Other";
|
||||
$text['title-other']['ar-eg'] = "";
|
||||
$text['title-other']['de-at'] = "Sonstiges"; //copied from de-de
|
||||
$text['title-other']['de-ch'] = "Sonstiges"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['title-other']['sv-se'] = "Annat";
|
|||
$text['title-other']['uk-ua'] = "Інший";
|
||||
|
||||
$text['option-check_voicemail']['en-us'] = "Check Voicemail";
|
||||
$text['option-check_voicemail']['en-gb'] = "Check Voicemail";
|
||||
$text['option-check_voicemail']['ar-eg'] = "";
|
||||
$text['option-check_voicemail']['de-at'] = "Voicemail überprüfen"; //copied from de-de
|
||||
$text['option-check_voicemail']['de-ch'] = "Voicemail überprüfen"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['option-check_voicemail']['sv-se'] = "Kontrollera röstbrevlådan";
|
|||
$text['option-check_voicemail']['uk-ua'] = "Перевірте голосову пошту";
|
||||
|
||||
$text['option-company_directory']['en-us'] = "Company Directory";
|
||||
$text['option-company_directory']['en-gb'] = "Company Directory";
|
||||
$text['option-company_directory']['ar-eg'] = "";
|
||||
$text['option-company_directory']['de-at'] = "Firmenverzeichnis"; //copied from de-de
|
||||
$text['option-company_directory']['de-ch'] = "Firmenverzeichnis"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['option-company_directory']['sv-se'] = "Företagskatalog";
|
|||
$text['option-company_directory']['uk-ua'] = "Каталог компаній";
|
||||
|
||||
$text['option-hangup']['en-us'] = "Hangup";
|
||||
$text['option-hangup']['en-gb'] = "Hangup";
|
||||
$text['option-hangup']['ar-eg'] = "";
|
||||
$text['option-hangup']['de-at'] = "Auflegen"; //copied from de-de
|
||||
$text['option-hangup']['de-ch'] = "Auflegen"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['option-hangup']['sv-se'] = "Lägg på";
|
|||
$text['option-hangup']['uk-ua'] = "роз'єднання";
|
||||
|
||||
$text['option-record']['en-us'] = "Record";
|
||||
$text['option-record']['en-gb'] = "Record";
|
||||
$text['option-record']['ar-eg'] = "";
|
||||
$text['option-record']['de-at'] = "Aufzeichnen"; //copied from de-de
|
||||
$text['option-record']['de-ch'] = "Aufzeichnen"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['option-record']['sv-se'] = "Spela";
|
|||
$text['option-record']['uk-ua'] = "Запис";
|
||||
|
||||
$text['select-global']['en-us'] = "Global";
|
||||
$text['select-global']['en-gb'] = "Global";
|
||||
$text['select-global']['ar-eg'] = "";
|
||||
$text['select-global']['de-at'] = "Global"; //copied from de-de
|
||||
$text['select-global']['de-ch'] = "Global"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['select-global']['sv-se'] = "Global";
|
|||
$text['select-global']['uk-ua'] = "Глобальний";
|
||||
|
||||
$text['option-year']['en-us'] = "Year";
|
||||
$text['option-year']['en-gb'] = "Year";
|
||||
$text['option-year']['ar-eg'] = "";
|
||||
$text['option-year']['de-at'] = "Jahr"; //copied from de-de
|
||||
$text['option-year']['de-ch'] = "Jahr"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['option-year']['sv-se'] = "År";
|
|||
$text['option-year']['uk-ua'] = "Рік";
|
||||
|
||||
$text['option-week_of_month']['en-us'] = "Week of Month";
|
||||
$text['option-week_of_month']['en-gb'] = "Week of Month";
|
||||
$text['option-week_of_month']['ar-eg'] = "";
|
||||
$text['option-week_of_month']['de-at'] = "Woche des Monats"; //copied from de-de
|
||||
$text['option-week_of_month']['de-ch'] = "Woche des Monats"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['option-week_of_month']['sv-se'] = "Vecka i Månad";
|
|||
$text['option-week_of_month']['uk-ua'] = "Тиждень місяця";
|
||||
|
||||
$text['option-week']['en-us'] = "Week";
|
||||
$text['option-week']['en-gb'] = "Week";
|
||||
$text['option-week']['ar-eg'] = "";
|
||||
$text['option-week']['de-at'] = "Woche"; //copied from de-de
|
||||
$text['option-week']['de-ch'] = "Woche"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['option-week']['sv-se'] = "Vecka";
|
|||
$text['option-week']['uk-ua'] = "Тиждень";
|
||||
|
||||
$text['option-uuid']['en-us'] = "UUID";
|
||||
$text['option-uuid']['en-gb'] = "UUID";
|
||||
$text['option-uuid']['ar-eg'] = "";
|
||||
$text['option-uuid']['de-at'] = "UUID"; //copied from de-de
|
||||
$text['option-uuid']['de-ch'] = "UUID"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['option-uuid']['sv-se'] = "UUID";
|
|||
$text['option-uuid']['uk-ua'] = "UUID";
|
||||
|
||||
$text['option-username']['en-us'] = "Username";
|
||||
$text['option-username']['en-gb'] = "Username";
|
||||
$text['option-username']['ar-eg'] = "";
|
||||
$text['option-username']['de-at'] = "Benutzername"; //copied from de-de
|
||||
$text['option-username']['de-ch'] = "Benutzername"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['option-username']['sv-se'] = "Användarnamn";
|
|||
$text['option-username']['uk-ua'] = "Користувач";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['en-gb'] = "True";
|
||||
$text['option-true']['ar-eg'] = "";
|
||||
$text['option-true']['de-at'] = "Ein"; //copied from de-de
|
||||
$text['option-true']['de-ch'] = "Ein"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['option-true']['sv-se'] = "Sann";
|
|||
$text['option-true']['uk-ua'] = "Так";
|
||||
|
||||
$text['option-source']['en-us'] = "Source";
|
||||
$text['option-source']['en-gb'] = "Source";
|
||||
$text['option-source']['ar-eg'] = "";
|
||||
$text['option-source']['de-at'] = "Quelle"; //copied from de-de
|
||||
$text['option-source']['de-ch'] = "Quelle"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['option-source']['sv-se'] = "Källa";
|
|||
$text['option-source']['uk-ua'] = "Джерело";
|
||||
|
||||
$text['option-regex']['en-us'] = "Regular Expression";
|
||||
$text['option-regex']['en-gb'] = "Regular Expression";
|
||||
$text['option-regex']['ar-eg'] = "";
|
||||
$text['option-regex']['de-at'] = "Regulärer Ausdruck"; //copied from de-de
|
||||
$text['option-regex']['de-ch'] = "Regulärer Ausdruck"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['option-regex']['sv-se'] = "Reguljärt Uttryck";
|
|||
$text['option-regex']['uk-ua'] = "Регулярний вираз";
|
||||
|
||||
$text['option-rdnis']['en-us'] = "RDNIS";
|
||||
$text['option-rdnis']['en-gb'] = "RDNIS";
|
||||
$text['option-rdnis']['ar-eg'] = "";
|
||||
$text['option-rdnis']['de-at'] = "RDNIS"; //copied from de-de
|
||||
$text['option-rdnis']['de-ch'] = "RDNIS"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['option-rdnis']['sv-se'] = "RDNIS";
|
|||
$text['option-rdnis']['uk-ua'] = "RDNIS";
|
||||
|
||||
$text['option-public']['en-us'] = "Public";
|
||||
$text['option-public']['en-gb'] = "Public";
|
||||
$text['option-public']['ar-eg'] = "";
|
||||
$text['option-public']['de-at'] = "Öffentlich"; //copied from de-de
|
||||
$text['option-public']['de-ch'] = "Öffentlich"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['option-public']['sv-se'] = "Publik";
|
|||
$text['option-public']['uk-ua'] = "Публічний";
|
||||
|
||||
$text['option-on_true']['en-us'] = "On True";
|
||||
$text['option-on_true']['en-gb'] = "On True";
|
||||
$text['option-on_true']['ar-eg'] = "";
|
||||
$text['option-on_true']['de-at'] = "Wenn richtig"; //copied from de-de
|
||||
$text['option-on_true']['de-ch'] = "Wenn richtig"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['option-on_true']['sv-se'] = "Om Sann";
|
|||
$text['option-on_true']['uk-ua'] = "Якщо так";
|
||||
|
||||
$text['option-on_false']['en-us'] = "On False";
|
||||
$text['option-on_false']['en-gb'] = "On False";
|
||||
$text['option-on_false']['ar-eg'] = "";
|
||||
$text['option-on_false']['de-at'] = "Wenn falsch"; //copied from de-de
|
||||
$text['option-on_false']['de-ch'] = "Wenn falsch"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['option-on_false']['sv-se'] = "Om Falsk";
|
|||
$text['option-on_false']['uk-ua'] = "Якщо ні";
|
||||
|
||||
$text['option-never']['en-us'] = "Never";
|
||||
$text['option-never']['en-gb'] = "Never";
|
||||
$text['option-never']['ar-eg'] = "";
|
||||
$text['option-never']['de-at'] = "Nie"; //copied from de-de
|
||||
$text['option-never']['de-ch'] = "Nie"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['option-never']['sv-se'] = "Aldrig";
|
|||
$text['option-never']['uk-ua'] = "Ніколи";
|
||||
|
||||
$text['option-network_addr']['en-us'] = "Network Address";
|
||||
$text['option-network_addr']['en-gb'] = "Network Address";
|
||||
$text['option-network_addr']['ar-eg'] = "";
|
||||
$text['option-network_addr']['de-at'] = "Netzwerk Adresse"; //copied from de-de
|
||||
$text['option-network_addr']['de-ch'] = "Netzwerk Adresse"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['option-network_addr']['sv-se'] = "Nätverks-adress";
|
|||
$text['option-network_addr']['uk-ua'] = "Адреси мережі";
|
||||
|
||||
$text['option-month']['en-us'] = "Month";
|
||||
$text['option-month']['en-gb'] = "Month";
|
||||
$text['option-month']['ar-eg'] = "";
|
||||
$text['option-month']['de-at'] = "Monat"; //copied from de-de
|
||||
$text['option-month']['de-ch'] = "Monat"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['option-month']['sv-se'] = "Månad";
|
|||
$text['option-month']['uk-ua'] = "Місяць";
|
||||
|
||||
$text['option-minute_of_day']['en-us'] = "Minute of Day";
|
||||
$text['option-minute_of_day']['en-gb'] = "Minute of Day";
|
||||
$text['option-minute_of_day']['ar-eg'] = "";
|
||||
$text['option-minute_of_day']['de-at'] = "Minute des Tages"; //copied from de-de
|
||||
$text['option-minute_of_day']['de-ch'] = "Minute des Tages"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['option-minute_of_day']['sv-se'] = "Minut på Dagen";
|
|||
$text['option-minute_of_day']['uk-ua'] = "Хвилина дня";
|
||||
|
||||
$text['option-minute']['en-us'] = "Minute";
|
||||
$text['option-minute']['en-gb'] = "Minute";
|
||||
$text['option-minute']['ar-eg'] = "";
|
||||
$text['option-minute']['de-at'] = "Minute"; //copied from de-de
|
||||
$text['option-minute']['de-ch'] = "Minute"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['option-minute']['sv-se'] = "Minut";
|
|||
$text['option-minute']['uk-ua'] = "Хвилина";
|
||||
|
||||
$text['option-hour']['en-us'] = "Hour";
|
||||
$text['option-hour']['en-gb'] = "Hour";
|
||||
$text['option-hour']['ar-eg'] = "";
|
||||
$text['option-hour']['de-at'] = "Stunde"; //copied from de-de
|
||||
$text['option-hour']['de-ch'] = "Stunde"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['option-hour']['sv-se'] = "Timma";
|
|||
$text['option-hour']['uk-ua'] = "Година";
|
||||
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['en-gb'] = "False";
|
||||
$text['option-false']['ar-eg'] = "";
|
||||
$text['option-false']['de-at'] = "Aus"; //copied from de-de
|
||||
$text['option-false']['de-ch'] = "Aus"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['option-false']['sv-se'] = "Falsk";
|
|||
$text['option-false']['uk-ua'] = "Ні";
|
||||
|
||||
$text['option-dialplan']['en-us'] = "Dialplan";
|
||||
$text['option-dialplan']['en-gb'] = "Dialplan";
|
||||
$text['option-dialplan']['ar-eg'] = "";
|
||||
$text['option-dialplan']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['option-dialplan']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['option-dialplan']['sv-se'] = "Nummerplan";
|
|||
$text['option-dialplan']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['option-destination_number']['en-us'] = "Destination Number";
|
||||
$text['option-destination_number']['en-gb'] = "Destination Number";
|
||||
$text['option-destination_number']['ar-eg'] = "";
|
||||
$text['option-destination_number']['de-at'] = "Zielnummer"; //copied from de-de
|
||||
$text['option-destination_number']['de-ch'] = "Zielnummer"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['option-destination_number']['sv-se'] = "Detsinations Nummer";
|
|||
$text['option-destination_number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['option-day_of_year']['en-us'] = "Day of Year";
|
||||
$text['option-day_of_year']['en-gb'] = "Day of Year";
|
||||
$text['option-day_of_year']['ar-eg'] = "";
|
||||
$text['option-day_of_year']['de-at'] = "Tag des Jahres"; //copied from de-de
|
||||
$text['option-day_of_year']['de-ch'] = "Tag des Jahres"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['option-day_of_year']['sv-se'] = "Dag på Året";
|
|||
$text['option-day_of_year']['uk-ua'] = "День року";
|
||||
|
||||
$text['option-day_of_week']['en-us'] = "Day of Week";
|
||||
$text['option-day_of_week']['en-gb'] = "Day of Week";
|
||||
$text['option-day_of_week']['ar-eg'] = "";
|
||||
$text['option-day_of_week']['de-at'] = "Tag der Woche"; //copied from de-de
|
||||
$text['option-day_of_week']['de-ch'] = "Tag der Woche"; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['option-day_of_week']['sv-se'] = "Dag i Vecka";
|
|||
$text['option-day_of_week']['uk-ua'] = "День тижня";
|
||||
|
||||
$text['option-day_of_month']['en-us'] = "Day of Month";
|
||||
$text['option-day_of_month']['en-gb'] = "Day of Month";
|
||||
$text['option-day_of_month']['ar-eg'] = "";
|
||||
$text['option-day_of_month']['de-at'] = "Tag des Monats"; //copied from de-de
|
||||
$text['option-day_of_month']['de-ch'] = "Tag des Monats"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['option-day_of_month']['sv-se'] = "Dag i Månad";
|
|||
$text['option-day_of_month']['uk-ua'] = "День місяця";
|
||||
|
||||
$text['option-context']['en-us'] = "Context";
|
||||
$text['option-context']['en-gb'] = "Context";
|
||||
$text['option-context']['ar-eg'] = "";
|
||||
$text['option-context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['option-context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['option-context']['sv-se'] = "Context";
|
|||
$text['option-context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['option-condition']['en-us'] = "Condition";
|
||||
$text['option-condition']['en-gb'] = "Condition";
|
||||
$text['option-condition']['ar-eg'] = "";
|
||||
$text['option-condition']['de-at'] = "Bedingung"; //copied from de-de
|
||||
$text['option-condition']['de-ch'] = "Bedingung"; //copied from de-de
|
||||
|
|
@ -842,6 +884,7 @@ $text['option-condition']['sv-se'] = "Tillstånd";
|
|||
$text['option-condition']['uk-ua'] = "Умова";
|
||||
|
||||
$text['option-chan_name']['en-us'] = "Channel Name";
|
||||
$text['option-chan_name']['en-gb'] = "Channel Name";
|
||||
$text['option-chan_name']['ar-eg'] = "";
|
||||
$text['option-chan_name']['de-at'] = "Kanal Name"; //copied from de-de
|
||||
$text['option-chan_name']['de-ch'] = "Kanal Name"; //copied from de-de
|
||||
|
|
@ -862,6 +905,7 @@ $text['option-chan_name']['sv-se'] = "Namn på Kanal";
|
|||
$text['option-chan_name']['uk-ua'] = "Назва каналу";
|
||||
|
||||
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['en-gb'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['ar-eg'] = "";
|
||||
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['option-caller_id_number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['option-caller_id_number']['sv-se'] = "Caller ID Nummer";
|
|||
$text['option-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['option-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['en-gb'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['ar-eg'] = "";
|
||||
$text['option-caller_id_name']['de-at'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
$text['option-caller_id_name']['de-ch'] = "Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['option-caller_id_name']['sv-se'] = "Caller ID Namn";
|
|||
$text['option-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['option-anti-action']['en-us'] = "Anti-Action";
|
||||
$text['option-anti-action']['en-gb'] = "Anti-Action";
|
||||
$text['option-anti-action']['ar-eg'] = "";
|
||||
$text['option-anti-action']['de-at'] = "Anti-Aktion"; //copied from de-de
|
||||
$text['option-anti-action']['de-ch'] = "Anti-Aktion"; //copied from de-de
|
||||
|
|
@ -922,6 +968,7 @@ $text['option-anti-action']['sv-se'] = "Anti-Aktion";
|
|||
$text['option-anti-action']['uk-ua'] = "Анти-дія";
|
||||
|
||||
$text['option-ani2']['en-us'] = "ANI2";
|
||||
$text['option-ani2']['en-gb'] = "ANI2";
|
||||
$text['option-ani2']['ar-eg'] = "";
|
||||
$text['option-ani2']['de-at'] = "ANI2"; //copied from de-de
|
||||
$text['option-ani2']['de-ch'] = "ANI2"; //copied from de-de
|
||||
|
|
@ -942,6 +989,7 @@ $text['option-ani2']['sv-se'] = "ANI2";
|
|||
$text['option-ani2']['uk-ua'] = "ANI2";
|
||||
|
||||
$text['option-ani']['en-us'] = "ANI";
|
||||
$text['option-ani']['en-gb'] = "ANI";
|
||||
$text['option-ani']['ar-eg'] = "";
|
||||
$text['option-ani']['de-at'] = "ANI"; //copied from de-de
|
||||
$text['option-ani']['de-ch'] = "ANI"; //copied from de-de
|
||||
|
|
@ -962,6 +1010,7 @@ $text['option-ani']['sv-se'] = "ANI";
|
|||
$text['option-ani']['uk-ua'] = "ANI";
|
||||
|
||||
$text['option-always']['en-us'] = "Always";
|
||||
$text['option-always']['en-gb'] = "Always";
|
||||
$text['option-always']['ar-eg'] = "";
|
||||
$text['option-always']['de-at'] = "Immer"; //copied from de-de
|
||||
$text['option-always']['de-ch'] = "Immer"; //copied from de-de
|
||||
|
|
@ -982,6 +1031,7 @@ $text['option-always']['sv-se'] = "Alltid";
|
|||
$text['option-always']['uk-ua'] = "Завжди";
|
||||
|
||||
$text['option-action']['en-us'] = "Action";
|
||||
$text['option-action']['en-gb'] = "Action";
|
||||
$text['option-action']['ar-eg'] = "";
|
||||
$text['option-action']['de-at'] = "Aktion"; //copied from de-de
|
||||
$text['option-action']['de-ch'] = "Aktion"; //copied from de-de
|
||||
|
|
@ -1002,6 +1052,7 @@ $text['option-action']['sv-se'] = "Aktion";
|
|||
$text['option-action']['uk-ua'] = "Дія";
|
||||
|
||||
$text['optgroup-condition_or_regex']['en-us'] = "Condition or Regex";
|
||||
$text['optgroup-condition_or_regex']['en-gb'] = "Condition or Regex";
|
||||
$text['optgroup-condition_or_regex']['ar-eg'] = "";
|
||||
$text['optgroup-condition_or_regex']['de-at'] = "Bedingung oder Regulärer Ausdruck"; //copied from de-de
|
||||
$text['optgroup-condition_or_regex']['de-ch'] = "Bedingung oder Regulärer Ausdruck"; //copied from de-de
|
||||
|
|
@ -1022,6 +1073,7 @@ $text['optgroup-condition_or_regex']['sv-se'] = "Tillstånd eller Regex";
|
|||
$text['optgroup-condition_or_regex']['uk-ua'] = "Умова або регулярний вираз";
|
||||
|
||||
$text['optgroup-applications']['en-us'] = "Applications";
|
||||
$text['optgroup-applications']['en-gb'] = "Applications";
|
||||
$text['optgroup-applications']['ar-eg'] = "";
|
||||
$text['optgroup-applications']['de-at'] = "Anwendungen"; //copied from de-de
|
||||
$text['optgroup-applications']['de-ch'] = "Anwendungen"; //copied from de-de
|
||||
|
|
@ -1042,6 +1094,7 @@ $text['optgroup-applications']['sv-se'] = "Applikationer";
|
|||
$text['optgroup-applications']['uk-ua'] = "Додаток";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['en-gb'] = "Destination";
|
||||
$text['label-destination']['ar-eg'] = "جهه الأتصال";
|
||||
$text['label-destination']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination']['de-ch'] = "Ziel"; //copied from de-de
|
||||
|
|
@ -1062,6 +1115,7 @@ $text['label-destination']['sv-se'] = "Destination";
|
|||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-tag']['en-us'] = "Tag";
|
||||
$text['label-tag']['en-gb'] = "Tag";
|
||||
$text['label-tag']['ar-eg'] = "";
|
||||
$text['label-tag']['de-at'] = "Bezeichnung"; //copied from de-de
|
||||
$text['label-tag']['de-ch'] = "Bezeichnung"; //copied from de-de
|
||||
|
|
@ -1082,6 +1136,7 @@ $text['label-tag']['sv-se'] = "Tag";
|
|||
$text['label-tag']['uk-ua'] = "Тег";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['en-gb'] = "Number";
|
||||
$text['label-number']['ar-eg'] = "";
|
||||
$text['label-number']['de-at'] = "Nummer"; //copied from de-de
|
||||
$text['label-number']['de-ch'] = "Nummer"; //copied from de-de
|
||||
|
|
@ -1102,6 +1157,7 @@ $text['label-number']['sv-se'] = "Nummer";
|
|||
$text['label-number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-inline']['en-us'] = "Inline";
|
||||
$text['label-inline']['en-gb'] = "Inline";
|
||||
$text['label-inline']['ar-eg'] = "";
|
||||
$text['label-inline']['de-at'] = "Inline"; //copied from de-de
|
||||
$text['label-inline']['de-ch'] = "Inline"; //copied from de-de
|
||||
|
|
@ -1122,6 +1178,7 @@ $text['label-inline']['sv-se'] = "Inline";
|
|||
$text['label-inline']['uk-ua'] = "Inline";
|
||||
|
||||
$text['label-group']['en-us'] = "Group";
|
||||
$text['label-group']['en-gb'] = "Group";
|
||||
$text['label-group']['ar-eg'] = "";
|
||||
$text['label-group']['de-at'] = "Gruppe"; //copied from de-de
|
||||
$text['label-group']['de-ch'] = "Gruppe"; //copied from de-de
|
||||
|
|
@ -1142,6 +1199,7 @@ $text['label-group']['sv-se'] = "Grupp";
|
|||
$text['label-group']['uk-ua'] = "Група";
|
||||
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['en-gb'] = "Field";
|
||||
$text['label-field']['ar-eg'] = "";
|
||||
$text['label-field']['de-at'] = "Feld"; //copied from de-de
|
||||
$text['label-field']['de-ch'] = "Feld"; //copied from de-de
|
||||
|
|
@ -1162,6 +1220,7 @@ $text['label-field']['sv-se'] = "Fält";
|
|||
$text['label-field']['uk-ua'] = "Поле";
|
||||
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['en-gb'] = "Expression";
|
||||
$text['label-expression']['ar-eg'] = "";
|
||||
$text['label-expression']['de-at'] = "Ausdruck"; //copied from de-de
|
||||
$text['label-expression']['de-ch'] = "Ausdruck"; //copied from de-de
|
||||
|
|
@ -1182,6 +1241,7 @@ $text['label-expression']['sv-se'] = "Uttryck";
|
|||
$text['label-expression']['uk-ua'] = "Вираз";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['en-gb'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "";
|
||||
$text['label-domain']['de-at'] = "Domäne"; //copied from de-de
|
||||
$text['label-domain']['de-ch'] = "Domäne"; //copied from de-de
|
||||
|
|
@ -1202,6 +1262,7 @@ $text['label-domain']['sv-se'] = "Domän";
|
|||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
|
||||
$text['label-dialplan_detail']['en-us'] = "Dialplan Details";
|
||||
$text['label-dialplan_detail']['en-gb'] = "Dialplan Details";
|
||||
$text['label-dialplan_detail']['ar-eg'] = "";
|
||||
$text['label-dialplan_detail']['de-at'] = "Wählplan Details"; //copied from de-de
|
||||
$text['label-dialplan_detail']['de-ch'] = "Wählplan Details"; //copied from de-de
|
||||
|
|
@ -1222,6 +1283,7 @@ $text['label-dialplan_detail']['sv-se'] = "Nummerplan Detaljer";
|
|||
$text['label-dialplan_detail']['uk-ua'] = "Деталі маршрутизації";
|
||||
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['en-gb'] = "Data";
|
||||
$text['label-data']['ar-eg'] = "";
|
||||
$text['label-data']['de-at'] = "Daten"; //copied from de-de
|
||||
$text['label-data']['de-ch'] = "Daten"; //copied from de-de
|
||||
|
|
@ -1242,6 +1304,7 @@ $text['label-data']['sv-se'] = "Data";
|
|||
$text['label-data']['uk-ua'] = "Дані";
|
||||
|
||||
$text['label-hostname']['en-us'] = "Hostname";
|
||||
$text['label-hostname']['en-gb'] = "Hostname";
|
||||
$text['label-hostname']['ar-eg'] = "";
|
||||
$text['label-hostname']['de-at'] = "Hostname"; //copied from de-de
|
||||
$text['label-hostname']['de-ch'] = "Hostname"; //copied from de-de
|
||||
|
|
@ -1262,6 +1325,7 @@ $text['label-hostname']['sv-se'] = "Hostname";
|
|||
$text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
|
||||
$text['label-continue']['en-us'] = "Continue";
|
||||
$text['label-continue']['en-gb'] = "Continue";
|
||||
$text['label-continue']['ar-eg'] = "";
|
||||
$text['label-continue']['de-at'] = "Fortfahren"; //copied from de-de
|
||||
$text['label-continue']['de-ch'] = "Fortfahren"; //copied from de-de
|
||||
|
|
@ -1282,6 +1346,7 @@ $text['label-continue']['sv-se'] = "Fortsätt";
|
|||
$text['label-continue']['uk-ua'] = "Продовжити";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['en-gb'] = "Context";
|
||||
$text['label-context']['ar-eg'] = "";
|
||||
$text['label-context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['label-context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -1302,6 +1367,7 @@ $text['label-context']['sv-se'] = "Context";
|
|||
$text['label-context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['label-condition_2']['en-us'] = "Condition 2";
|
||||
$text['label-condition_2']['en-gb'] = "Condition 2";
|
||||
$text['label-condition_2']['ar-eg'] = "";
|
||||
$text['label-condition_2']['de-at'] = "Bedingung 2"; //copied from de-de
|
||||
$text['label-condition_2']['de-ch'] = "Bedingung 2"; //copied from de-de
|
||||
|
|
@ -1322,6 +1388,7 @@ $text['label-condition_2']['sv-se'] = "Tillstånd 2";
|
|||
$text['label-condition_2']['uk-ua'] = "Умова 2";
|
||||
|
||||
$text['label-condition_1']['en-us'] = "Condition 1";
|
||||
$text['label-condition_1']['en-gb'] = "Condition 1";
|
||||
$text['label-condition_1']['ar-eg'] = "";
|
||||
$text['label-condition_1']['de-at'] = "Bedingung 1"; //copied from de-de
|
||||
$text['label-condition_1']['de-ch'] = "Bedingung 1"; //copied from de-de
|
||||
|
|
@ -1342,6 +1409,7 @@ $text['label-condition_1']['sv-se'] = "Tillstånd 1";
|
|||
$text['label-condition_1']['uk-ua'] = "Умова 1";
|
||||
|
||||
$text['label-break']['en-us'] = "Break";
|
||||
$text['label-break']['en-gb'] = "Break";
|
||||
$text['label-break']['ar-eg'] = "";
|
||||
$text['label-break']['de-at'] = "Abbrechen"; //copied from de-de
|
||||
$text['label-break']['de-ch'] = "Abbrechen"; //copied from de-de
|
||||
|
|
@ -1362,6 +1430,7 @@ $text['label-break']['sv-se'] = "Paus";
|
|||
$text['label-break']['uk-ua'] = "Перервати";
|
||||
|
||||
$text['label-application']['en-us'] = "Application";
|
||||
$text['label-application']['en-gb'] = "Application";
|
||||
$text['label-application']['ar-eg'] = "";
|
||||
$text['label-application']['de-at'] = "Anwendung"; //copied from de-de
|
||||
$text['label-application']['de-ch'] = "Anwendung"; //copied from de-de
|
||||
|
|
@ -1382,6 +1451,7 @@ $text['label-application']['sv-se'] = "Applikation";
|
|||
$text['label-application']['uk-ua'] = "Додаток";
|
||||
|
||||
$text['label-action_2']['en-us'] = "Action 2";
|
||||
$text['label-action_2']['en-gb'] = "Action 2";
|
||||
$text['label-action_2']['ar-eg'] = "";
|
||||
$text['label-action_2']['de-at'] = "Aktion 2"; //copied from de-de
|
||||
$text['label-action_2']['de-ch'] = "Aktion 2"; //copied from de-de
|
||||
|
|
@ -1402,6 +1472,7 @@ $text['label-action_2']['sv-se'] = "Aktion 2";
|
|||
$text['label-action_2']['uk-ua'] = "Дія 2";
|
||||
|
||||
$text['label-action_1']['en-us'] = "Action 1";
|
||||
$text['label-action_1']['en-gb'] = "Action 1";
|
||||
$text['label-action_1']['ar-eg'] = "";
|
||||
$text['label-action_1']['de-at'] = "Aktion 1"; //copied from de-de
|
||||
$text['label-action_1']['de-ch'] = "Aktion 1"; //copied from de-de
|
||||
|
|
@ -1422,6 +1493,7 @@ $text['label-action_1']['sv-se'] = "Aktion 1";
|
|||
$text['label-action_1']['uk-ua'] = "Дія 1";
|
||||
|
||||
$text['header-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['header-time_conditions']['en-gb'] = "Time Conditions";
|
||||
$text['header-time_conditions']['ar-eg'] = "";
|
||||
$text['header-time_conditions']['de-at'] = "Zeitvorgaben"; //copied from de-de
|
||||
$text['header-time_conditions']['de-ch'] = "Zeitvorgaben"; //copied from de-de
|
||||
|
|
@ -1442,6 +1514,7 @@ $text['header-time_conditions']['sv-se'] = "Tids Förhållande";
|
|||
$text['header-time_conditions']['uk-ua'] = "Часові умови";
|
||||
|
||||
$text['header-queues']['en-us'] = "Queues";
|
||||
$text['header-queues']['en-gb'] = "Queues";
|
||||
$text['header-queues']['ar-eg'] = "";
|
||||
$text['header-queues']['de-at'] = "Warteschlangen"; //copied from de-de
|
||||
$text['header-queues']['de-ch'] = "Warteschlangen"; //copied from de-de
|
||||
|
|
@ -1462,6 +1535,7 @@ $text['header-queues']['sv-se'] = "Kö:er";
|
|||
$text['header-queues']['uk-ua'] = "Черги";
|
||||
|
||||
$text['header-outbound_routes']['en-us'] = "Outbound Routes";
|
||||
$text['header-outbound_routes']['en-gb'] = "Outbound Routes";
|
||||
$text['header-outbound_routes']['ar-eg'] = "";
|
||||
$text['header-outbound_routes']['de-at'] = "Ausgehende Routen"; //copied from de-de
|
||||
$text['header-outbound_routes']['de-ch'] = "Ausgehende Routen"; //copied from de-de
|
||||
|
|
@ -1482,6 +1556,7 @@ $text['header-outbound_routes']['sv-se'] = "Utgående Router";
|
|||
$text['header-outbound_routes']['uk-ua'] = "Маршрути вихідних дзвінків";
|
||||
|
||||
$text['header-inbound_routes']['en-us'] = "Inbound Routes";
|
||||
$text['header-inbound_routes']['en-gb'] = "Inbound Routes";
|
||||
$text['header-inbound_routes']['ar-eg'] = "";
|
||||
$text['header-inbound_routes']['de-at'] = "Eingehende Routen"; //copied from de-de
|
||||
$text['header-inbound_routes']['de-ch'] = "Eingehende Routen"; //copied from de-de
|
||||
|
|
@ -1502,6 +1577,7 @@ $text['header-inbound_routes']['sv-se'] = "Inkommande Router";
|
|||
$text['header-inbound_routes']['uk-ua'] = "Маршрути вхідних дзвінків";
|
||||
|
||||
$text['header-dialplan_manager']['en-us'] = "Dialplan Manager";
|
||||
$text['header-dialplan_manager']['en-gb'] = "Dialplan Manager";
|
||||
$text['header-dialplan_manager']['ar-eg'] = "";
|
||||
$text['header-dialplan_manager']['de-at'] = "Wählplan Einstellungen"; //copied from de-de
|
||||
$text['header-dialplan_manager']['de-ch'] = "Wählplan Einstellungen"; //copied from de-de
|
||||
|
|
@ -1522,6 +1598,7 @@ $text['header-dialplan_manager']['sv-se'] = "Nummerplan Inställningar";
|
|||
$text['header-dialplan_manager']['uk-ua'] = "Керування маршрутизацією";
|
||||
|
||||
$text['header-dialplan_detail']['en-us'] = "Dialplan Detail";
|
||||
$text['header-dialplan_detail']['en-gb'] = "Dialplan Detail";
|
||||
$text['header-dialplan_detail']['ar-eg'] = "";
|
||||
$text['header-dialplan_detail']['de-at'] = "Wählplan Details"; //copied from de-de
|
||||
$text['header-dialplan_detail']['de-ch'] = "Wählplan Details"; //copied from de-de
|
||||
|
|
@ -1542,6 +1619,7 @@ $text['header-dialplan_detail']['sv-se'] = "Nummerplan Detaljer";
|
|||
$text['header-dialplan_detail']['uk-ua'] = "Деталі маршрутизації";
|
||||
|
||||
$text['header-dialplan-edit']['en-us'] = "Dialplan";
|
||||
$text['header-dialplan-edit']['en-gb'] = "Dialplan";
|
||||
$text['header-dialplan-edit']['ar-eg'] = "";
|
||||
$text['header-dialplan-edit']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['header-dialplan-edit']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
|
|
@ -1562,6 +1640,7 @@ $text['header-dialplan-edit']['sv-se'] = "Nummerplan";
|
|||
$text['header-dialplan-edit']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['header-dialplan-add']['en-us'] = "Dialplan";
|
||||
$text['header-dialplan-add']['en-gb'] = "Dialplan";
|
||||
$text['header-dialplan-add']['ar-eg'] = "";
|
||||
$text['header-dialplan-add']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['header-dialplan-add']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
|
|
@ -1582,6 +1661,7 @@ $text['header-dialplan-add']['sv-se'] = "Nummerplan";
|
|||
$text['header-dialplan-add']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['header-default_dialplan']['en-us'] = "Default Dialplan";
|
||||
$text['header-default_dialplan']['en-gb'] = "Default Dialplan";
|
||||
$text['header-default_dialplan']['ar-eg'] = "";
|
||||
$text['header-default_dialplan']['de-at'] = "Standard Wählplan"; //copied from de-de
|
||||
$text['header-default_dialplan']['de-ch'] = "Standard Wählplan"; //copied from de-de
|
||||
|
|
@ -1602,6 +1682,7 @@ $text['header-default_dialplan']['sv-se'] = "Standard Nummerplan";
|
|||
$text['header-default_dialplan']['uk-ua'] = "Маршрутизація за замовчуванням";
|
||||
|
||||
$text['header-conditions_and_actions']['en-us'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['en-gb'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['ar-eg'] = "";
|
||||
$text['header-conditions_and_actions']['de-at'] = "Bedingungen und Aktionen"; //copied from de-de
|
||||
$text['header-conditions_and_actions']['de-ch'] = "Bedingungen und Aktionen"; //copied from de-de
|
||||
|
|
@ -1622,6 +1703,7 @@ $text['header-conditions_and_actions']['sv-se'] = "Tillstånd och Aktioner";
|
|||
$text['header-conditions_and_actions']['uk-ua'] = "Умови та дії";
|
||||
|
||||
$text['description-time_conditions']['en-us'] = "Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations.";
|
||||
$text['description-time_conditions']['en-gb'] = "Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations.";
|
||||
$text['description-time_conditions']['ar-eg'] = "";
|
||||
$text['description-time_conditions']['de-at'] = "Zeitliche Bedingungen routen Anrufe anhand zeitliche Vorgaben. Sie können zeitliche Bedingungen nutzen um IVR Menüs, Skripte und andere Ziele zu erreichen."; //copied from de-de
|
||||
$text['description-time_conditions']['de-ch'] = "Zeitliche Bedingungen routen Anrufe anhand zeitliche Vorgaben. Sie können zeitliche Bedingungen nutzen um IVR Menüs, Skripte und andere Ziele zu erreichen."; //copied from de-de
|
||||
|
|
@ -1642,6 +1724,7 @@ $text['description-time_conditions']['sv-se'] = "Tidsvillkor styr samtal baserat
|
|||
$text['description-time_conditions']['uk-ua'] = "Маршрут дзвінків буде залежати від часу. Можна використовувати для переадресації на голосове меню (IVR), на зовнішні номери, сценарії, або інші напрямки.";
|
||||
|
||||
$text['description-queues']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$text['description-queues']['en-gb'] = "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 benutzt um Anrufer zu reihen. Auch als FIFO Warteschlangen bekannt."; //copied from de-de
|
||||
$text['description-queues']['de-ch'] = "Warteschlangen werden benutzt um Anrufer zu reihen. Auch als FIFO Warteschlangen bekannt."; //copied from de-de
|
||||
|
|
@ -1662,6 +1745,7 @@ $text['description-queues']['sv-se'] = "Kö används för att kö:a inkommande s
|
|||
$text['description-queues']['uk-ua'] = "Черги використовуються для встановлення очікування на лінії для тих, хто дзвонить. Також відомо як черги FIFO. ";
|
||||
|
||||
$text['description-outbound_routes']['en-us'] = "Route outbound calls to gateways, tdm, enum and more. When a call matches the conditions the call to outbound routes.";
|
||||
$text['description-outbound_routes']['en-gb'] = "Route outbound calls to gateways, tdm, enum and more. When a call matches the conditions the call to outbound routes.";
|
||||
$text['description-outbound_routes']['ar-eg'] = "";
|
||||
$text['description-outbound_routes']['de-at'] = "Ausgehende Anrufe zu Gateways, TDM, ENUM und andere weiterleiten, wenn der Anruf die Bedingungen für die ausgehenden Routen erfüllt."; //copied from de-de
|
||||
$text['description-outbound_routes']['de-ch'] = "Ausgehende Anrufe zu Gateways, TDM, ENUM und andere weiterleiten, wenn der Anruf die Bedingungen für die ausgehenden Routen erfüllt."; //copied from de-de
|
||||
|
|
@ -1682,6 +1766,7 @@ $text['description-outbound_routes']['sv-se'] = "Styr utgående samtal till Gate
|
|||
$text['description-outbound_routes']['uk-ua'] = "Спрямовує вихідні дзвінки на шлюзи, TDM, ENUM на інше, якщо дзвінок відповідає умовам вихідної маршрутизації.";
|
||||
|
||||
$text['description-inbound_routes']['en-us'] = "Route incoming calls to destinations based on one or more conditions. It can send incoming calls to an IVR Menu, Call Group, Extension, External Number, Script. Order is important when an anti-action is used or when there are multiple conditions that match.";
|
||||
$text['description-inbound_routes']['en-gb'] = "Route incoming calls to destinations based on one or more conditions. It can send incoming calls to an IVR Menu, Call Group, Extension, External Number, Script. Order is important when an anti-action is used or when there are multiple conditions that match.";
|
||||
$text['description-inbound_routes']['ar-eg'] = "";
|
||||
$text['description-inbound_routes']['de-at'] = "Eingehende Anrufe anhand Bedingungen routen. Anrufe können an IVR Menüs, Rufgruppen, Nebenstellen, externe Nummern oder Skripte weitergeleitet werden. Die Reihenfolge ist entscheidend, wenn eine Anti-Aktion gesetzt ist oder wenn mehrere Bedingungen angelegt wurden."; //copied from de-de
|
||||
$text['description-inbound_routes']['de-ch'] = "Eingehende Anrufe anhand Bedingungen routen. Anrufe können an IVR Menüs, Rufgruppen, Nebenstellen, externe Nummern oder Skripte weitergeleitet werden. Die Reihenfolge ist entscheidend, wenn eine Anti-Aktion gesetzt ist oder wenn mehrere Bedingungen angelegt wurden."; //copied from de-de
|
||||
|
|
@ -1702,6 +1787,7 @@ $text['description-inbound_routes']['sv-se'] = "Styr inkommande samtal till dest
|
|||
$text['description-inbound_routes']['uk-ua'] = "Направляє вхідні дзвінки відповідно до умов. Можна спрямувати вхідні дзвінки на голосове меню (IVR), групу, розширення, зовнішній номер, сценарій. Порядок важливий якщо використовується анти-дія або за наявності декількох умов, які співпадають.";
|
||||
|
||||
$text['description-dialplan_manager-superadmin']['en-us'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$text['description-dialplan_manager-superadmin']['en-gb'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$text['description-dialplan_manager-superadmin']['ar-eg'] = "";
|
||||
$text['description-dialplan_manager-superadmin']['de-at'] = "Der Wählplan wird für die Anrufsteuerung basierend auf Bedingungen und Kontext benutzt. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen."; //copied from de-de
|
||||
$text['description-dialplan_manager-superadmin']['de-ch'] = "Der Wählplan wird für die Anrufsteuerung basierend auf Bedingungen und Kontext benutzt. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen."; //copied from de-de
|
||||
|
|
@ -1722,6 +1808,7 @@ $text['description-dialplan_manager-superadmin']['sv-se'] = "Nummerplanen använ
|
|||
$text['description-dialplan_manager-superadmin']['uk-ua'] = "Маршрутизація використовується для визначення напрямку дзвінка відповідно до умов і контексту. Можна спрямувати виклики на шлюзи, автоматичне обслуговування, зовнішні номери, сценарії або інші напрямки. ";
|
||||
|
||||
$text['description-dialplan_manager']['en-us'] = "The dialplan provides a view of some of the feature codes, as well as the IVR Menu, Conferences, Queues and other destinations.";
|
||||
$text['description-dialplan_manager']['en-gb'] = "The dialplan provides a view of some of the feature codes, as well as the IVR Menu, Conferences, Queues and other destinations.";
|
||||
$text['description-dialplan_manager']['ar-eg'] = "";
|
||||
$text['description-dialplan_manager']['de-at'] = "Der Wählplan bietet eine Ansicht aller Funktions-Codes sowie aller IVR Menüs, Konferenzen, Warteschlangen und anderen Zielen."; //copied from de-de
|
||||
$text['description-dialplan_manager']['de-ch'] = "Der Wählplan bietet eine Ansicht aller Funktions-Codes sowie aller IVR Menüs, Konferenzen, Warteschlangen und anderen Zielen."; //copied from de-de
|
||||
|
|
@ -1742,6 +1829,7 @@ $text['description-dialplan_manager']['sv-se'] = "Nummerplanen ger en vy över n
|
|||
$text['description-dialplan_manager']['uk-ua'] = "В маршрутизації можна побачити деякі особливості, такі як голосові меню (IVR), конференції, черги і інші напрямки.";
|
||||
|
||||
$text['description-dialplan-edit']['en-us'] = "Dialplan include general settings.";
|
||||
$text['description-dialplan-edit']['en-gb'] = "Dialplan include general settings.";
|
||||
$text['description-dialplan-edit']['ar-eg'] = "";
|
||||
$text['description-dialplan-edit']['de-at'] = "Wählplan umfasst Standardeinstellungen"; //copied from de-de
|
||||
$text['description-dialplan-edit']['de-ch'] = "Wählplan umfasst Standardeinstellungen"; //copied from de-de
|
||||
|
|
@ -1762,6 +1850,7 @@ $text['description-dialplan-edit']['sv-se'] = "Nummerplan inkluderar allmänna i
|
|||
$text['description-dialplan-edit']['uk-ua'] = "Маршрутизація має загальні налаштування";
|
||||
|
||||
$text['description-default_dialplan']['en-us'] = "The default dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$text['description-default_dialplan']['en-gb'] = "The default dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$text['description-default_dialplan']['ar-eg'] = "";
|
||||
$text['description-default_dialplan']['de-at'] = "Der Standard Wählplan wird für Anruf-Ziele basierend auf Bedingungen und Kontext verwendet. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, Automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen."; //copied from de-de
|
||||
$text['description-default_dialplan']['de-ch'] = "Der Standard Wählplan wird für Anruf-Ziele basierend auf Bedingungen und Kontext verwendet. Sie können den Wählplan dazu benutzen um Anrufe an Gateways, Automatische Vermittlungen, externe Nummern, Skripte oder andere Anwendungen zu routen."; //copied from de-de
|
||||
|
|
@ -1782,6 +1871,7 @@ $text['description-default_dialplan']['sv-se'] = "Standard Nummerplanen används
|
|||
$text['description-default_dialplan']['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 that it is given. Use as many conditions, actions or anti-actions as needed.";
|
||||
$text['description-conditions_and_actions']['en-gb'] = "The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order that it is given. Use as many conditions, actions or anti-actions as needed.";
|
||||
$text['description-conditions_and_actions']['ar-eg'] = "";
|
||||
$text['description-conditions_and_actions']['de-at'] = "Die folgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan für direkte Anruf-Steuerung benutzt. Diese werden in der angegebenen Reihenfolge abgearbeitet. Verwenden Sie so viele Bedingungen, Aktionen und Anti-aktionen wie Sie benötigen."; //copied from de-de
|
||||
$text['description-conditions_and_actions']['de-ch'] = "Die folgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan für direkte Anruf-Steuerung benutzt. Diese werden in der angegebenen Reihenfolge abgearbeitet. Verwenden Sie so viele Bedingungen, Aktionen und Anti-aktionen wie Sie benötigen."; //copied from de-de
|
||||
|
|
@ -1802,6 +1892,7 @@ $text['description-conditions_and_actions']['sv-se'] = "Följande villkor, aktio
|
|||
$text['description-conditions_and_actions']['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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['billing-warning']['de-ch'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account Code und Betreiber Variablen gesetzt sind."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Manage failed email messages.";
|
||||
$apps[$x]['description']['en-gb'] = "Manage failed email messages.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Fehlgeschlagene Email Benachrichtigungen verwalten.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-view_email']['en-us'] = "View Email";
|
||||
$text['title-view_email']['en-gb'] = "View Email";
|
||||
$text['title-view_email']['ar-eg'] = "";
|
||||
$text['title-view_email']['de-at'] = "Email anzeigen"; //copied from de-de
|
||||
$text['title-view_email']['de-ch'] = "Email anzeigen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-view_email']['sv-se'] = "Visa E-post";
|
|||
$text['title-view_email']['uk-ua'] = "";
|
||||
|
||||
$text['title-emails']['en-us'] = "Email Logs";
|
||||
$text['title-emails']['en-gb'] = "Email Logs";
|
||||
$text['title-emails']['ar-eg'] = "";
|
||||
$text['title-emails']['de-at'] = "Emails"; //copied from de-de
|
||||
$text['title-emails']['de-ch'] = "Emails"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-emails']['sv-se'] = "E-post";
|
|||
$text['title-emails']['uk-ua'] = "";
|
||||
|
||||
$text['message-resend_failed']['en-us'] = "Resend Failed";
|
||||
$text['message-resend_failed']['en-gb'] = "Resend Failed";
|
||||
$text['message-resend_failed']['ar-eg'] = "";
|
||||
$text['message-resend_failed']['de-at'] = "Erneutes Senden Fehlgeschlagen"; //copied from de-de
|
||||
$text['message-resend_failed']['de-ch'] = "Erneutes Senden Fehlgeschlagen"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['message-resend_failed']['sv-se'] = "Skicka Misslyckade Igen";
|
|||
$text['message-resend_failed']['uk-ua'] = "";
|
||||
|
||||
$text['message-message_resent']['en-us'] = "Message(s) Resent";
|
||||
$text['message-message_resent']['en-gb'] = "Message(s) Resent";
|
||||
$text['message-message_resent']['ar-eg'] = "";
|
||||
$text['message-message_resent']['de-at'] = "Nachricht erneut gesendet"; //copied from de-de
|
||||
$text['message-message_resent']['de-ch'] = "Nachricht erneut gesendet"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['message-message_resent']['sv-se'] = "Meddelande Skickades";
|
|||
$text['message-message_resent']['uk-ua'] = "";
|
||||
|
||||
$text['message-invalid_email']['en-us'] = "Invalid Email";
|
||||
$text['message-invalid_email']['en-gb'] = "Invalid Email";
|
||||
$text['message-invalid_email']['ar-eg'] = "";
|
||||
$text['message-invalid_email']['de-at'] = "Ungültige Email-Adresse"; //copied from de-de
|
||||
$text['message-invalid_email']['de-ch'] = "Ungültige Email-Adresse"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['message-invalid_email']['sv-se'] = "Ogiltig E-postadress";
|
|||
$text['message-invalid_email']['uk-ua'] = "";
|
||||
|
||||
$text['message-decoding_error']['en-us'] = "MIME Message Decoding Error";
|
||||
$text['message-decoding_error']['en-gb'] = "MIME Message Decoding Error";
|
||||
$text['message-decoding_error']['ar-eg'] = "";
|
||||
$text['message-decoding_error']['de-at'] = "Fehler bei der Dekodierung der MIME Nachricht"; //copied from de-de
|
||||
$text['message-decoding_error']['de-ch'] = "Fehler bei der Dekodierung der MIME Nachricht"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['message-decoding_error']['sv-se'] = "MIME Message Decoding Erro";
|
|||
$text['message-decoding_error']['uk-ua'] = "";
|
||||
|
||||
$text['message-download_failed']['en-us'] = "Download Failed";
|
||||
$text['message-download_failed']['en-gb'] = "Download Failed";
|
||||
$text['message-download_failed']['ar-eg'] = "Download Failed";
|
||||
$text['message-download_failed']['de-at'] = "Download Failed";
|
||||
$text['message-download_failed']['de-ch'] = "Download Failed";
|
||||
|
|
@ -142,6 +149,7 @@ $text['message-download_failed']['sv-se'] = "Download Failed";
|
|||
$text['message-download_failed']['uk-ua'] = "Download Failed";
|
||||
|
||||
$text['label-type_voicemail']['en-us'] = "Voicemail";
|
||||
$text['label-type_voicemail']['en-gb'] = "Voicemail";
|
||||
$text['label-type_voicemail']['ar-eg'] = "";
|
||||
$text['label-type_voicemail']['de-at'] = "Mailbox"; //copied from de-de
|
||||
$text['label-type_voicemail']['de-ch'] = "Mailbox"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-type_voicemail']['sv-se'] = "Röstbrevlåda";
|
|||
$text['label-type_voicemail']['uk-ua'] = "";
|
||||
|
||||
$text['label-type_missed']['en-us'] = "Missed Call";
|
||||
$text['label-type_missed']['en-gb'] = "Missed Call";
|
||||
$text['label-type_missed']['ar-eg'] = "";
|
||||
$text['label-type_missed']['de-at'] = "Verpasster Anruf"; //copied from de-de
|
||||
$text['label-type_missed']['de-ch'] = "Verpasster Anruf"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-type_missed']['sv-se'] = "Missat Samtal";
|
|||
$text['label-type_missed']['uk-ua'] = "пропущений Дзвінок";
|
||||
|
||||
$text['label-type_email2fax']['en-us'] = "Email to fax report";
|
||||
$text['label-type_email2fax']['en-gb'] = "Email to fax report";
|
||||
$text['label-type_email2fax']['ar-eg'] = "";
|
||||
$text['label-type_email2fax']['de-at'] = "Email zu Fax Auswertung"; //copied from de-de
|
||||
$text['label-type_email2fax']['de-ch'] = "Email zu Fax Auswertung"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-type_email2fax']['sv-se'] = "E-post till fax rapport";
|
|||
$text['label-type_email2fax']['uk-ua'] = "";
|
||||
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['en-gb'] = "Type";
|
||||
$text['label-type']['ar-eg'] = "";
|
||||
$text['label-type']['de-at'] = "Art"; //copied from de-de
|
||||
$text['label-type']['de-ch'] = "Art"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-type']['sv-se'] = "Typ";
|
|||
$text['label-type']['uk-ua'] = "";
|
||||
|
||||
$text['label-to']['en-us'] = "To";
|
||||
$text['label-to']['en-gb'] = "To";
|
||||
$text['label-to']['ar-eg'] = "";
|
||||
$text['label-to']['de-at'] = "An"; //copied from de-de
|
||||
$text['label-to']['de-ch'] = "An"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-to']['sv-se'] = "Till";
|
|||
$text['label-to']['uk-ua'] = "";
|
||||
|
||||
$text['label-subject']['en-us'] = "Subject";
|
||||
$text['label-subject']['en-gb'] = "Subject";
|
||||
$text['label-subject']['ar-eg'] = "";
|
||||
$text['label-subject']['de-at'] = "Betreff"; //copied from de-de
|
||||
$text['label-subject']['de-ch'] = "Betreff"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-subject']['sv-se'] = "Ämne";
|
|||
$text['label-subject']['uk-ua'] = "";
|
||||
|
||||
$text['label-status_failed']['en-us'] = "Failed";
|
||||
$text['label-status_failed']['en-gb'] = "Failed";
|
||||
$text['label-status_failed']['ar-eg'] = "";
|
||||
$text['label-status_failed']['de-at'] = "Fehlgeschlagen"; //copied from de-de
|
||||
$text['label-status_failed']['de-ch'] = "Fehlgeschlagen"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-status_failed']['sv-se'] = "Misslyckades";
|
|||
$text['label-status_failed']['uk-ua'] = "";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['en-gb'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-status']['sv-se'] = "Status";
|
|||
$text['label-status']['uk-ua'] = "";
|
||||
|
||||
$text['label-sent']['en-us'] = "Sent";
|
||||
$text['label-sent']['en-gb'] = "Sent";
|
||||
$text['label-sent']['ar-eg'] = "";
|
||||
$text['label-sent']['de-at'] = "Gesendet"; //copied from de-de
|
||||
$text['label-sent']['de-ch'] = "Gesendet"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-sent']['sv-se'] = "Skickat";
|
|||
$text['label-sent']['uk-ua'] = "";
|
||||
|
||||
$text['label-resend']['en-us'] = "Resend";
|
||||
$text['label-resend']['en-gb'] = "Resend";
|
||||
$text['label-resend']['ar-eg'] = "";
|
||||
$text['label-resend']['de-at'] = "Erneut senden"; //copied from de-de
|
||||
$text['label-resend']['de-ch'] = "Erneut senden"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-resend']['sv-se'] = "Skicka Igen";
|
|||
$text['label-resend']['uk-ua'] = "";
|
||||
|
||||
$text['label-reference_cdr']['en-us'] = "CDR";
|
||||
$text['label-reference_cdr']['en-gb'] = "CDR";
|
||||
$text['label-reference_cdr']['ar-eg'] = "";
|
||||
$text['label-reference_cdr']['de-at'] = "CDR"; //copied from de-de
|
||||
$text['label-reference_cdr']['de-ch'] = "CDR"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-reference_cdr']['sv-se'] = "CDR";
|
|||
$text['label-reference_cdr']['uk-ua'] = "";
|
||||
|
||||
$text['label-reference']['en-us'] = "Reference";
|
||||
$text['label-reference']['en-gb'] = "Reference";
|
||||
$text['label-reference']['ar-eg'] = "";
|
||||
$text['label-reference']['de-at'] = "Referenz"; //copied from de-de
|
||||
$text['label-reference']['de-ch'] = "Referenz"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-reference']['sv-se'] = "Referens";
|
|||
$text['label-reference']['uk-ua'] = "";
|
||||
|
||||
$text['label-message_view']['en-us'] = "View";
|
||||
$text['label-message_view']['en-gb'] = "View";
|
||||
$text['label-message_view']['ar-eg'] = "";
|
||||
$text['label-message_view']['de-at'] = "Anzeigen"; //copied from de-de
|
||||
$text['label-message_view']['de-ch'] = "Anzeigen"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-message_view']['sv-se'] = "Visa";
|
|||
$text['label-message_view']['uk-ua'] = "";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['en-gb'] = "Message";
|
||||
$text['label-message']['ar-eg'] = "";
|
||||
$text['label-message']['de-at'] = "Nachricht"; //copied from de-de
|
||||
$text['label-message']['de-ch'] = "Nachricht"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-message']['sv-se'] = "Meddelande";
|
|||
$text['label-message']['uk-ua'] = "";
|
||||
|
||||
$text['label-from']['en-us'] = "From";
|
||||
$text['label-from']['en-gb'] = "From";
|
||||
$text['label-from']['ar-eg'] = "";
|
||||
$text['label-from']['de-at'] = "Von"; //copied from de-de
|
||||
$text['label-from']['de-ch'] = "Von"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-from']['sv-se'] = "Från";
|
|||
$text['label-from']['uk-ua'] = "";
|
||||
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['en-gb'] = "Download";
|
||||
$text['label-download']['ar-eg'] = "";
|
||||
$text['label-download']['de-at'] = "Herunterladen"; //copied from de-de
|
||||
$text['label-download']['de-ch'] = "Herunterladen"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-download']['sv-se'] = "Ladda Ned";
|
|||
$text['label-download']['uk-ua'] = "";
|
||||
|
||||
$text['label-attachment']['en-us'] = "Attachment";
|
||||
$text['label-attachment']['en-gb'] = "Attachment";
|
||||
$text['label-attachment']['ar-eg'] = "";
|
||||
$text['label-attachment']['de-at'] = "Anhang"; //copied from de-de
|
||||
$text['label-attachment']['de-ch'] = "Anhang"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-attachment']['sv-se'] = "Bifogat";
|
|||
$text['label-attachment']['uk-ua'] = "";
|
||||
|
||||
$text['header-view_email']['en-us'] = "View Email";
|
||||
$text['header-view_email']['en-gb'] = "View Email";
|
||||
$text['header-view_email']['ar-eg'] = "";
|
||||
$text['header-view_email']['de-at'] = "Email anzeigen"; //copied from de-de
|
||||
$text['header-view_email']['de-ch'] = "Email anzeigen"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['header-view_email']['sv-se'] = "Visa E-post";
|
|||
$text['header-view_email']['uk-ua'] = "";
|
||||
|
||||
$text['header-emails']['en-us'] = "Emails";
|
||||
$text['header-emails']['en-gb'] = "Emails";
|
||||
$text['header-emails']['ar-eg'] = "";
|
||||
$text['header-emails']['de-at'] = "Emails"; //copied from de-de
|
||||
$text['header-emails']['de-ch'] = "Emails"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['header-emails']['sv-se'] = "E-post";
|
|||
$text['header-emails']['uk-ua'] = "";
|
||||
|
||||
$text['header-settings']['en-us'] = "Settings";
|
||||
$text['header-settings']['en-gb'] = "Settings";
|
||||
$text['header-settings']['ar-eg'] = "";
|
||||
$text['header-settings']['de-at'] = "";
|
||||
$text['header-settings']['de-ch'] = "";
|
||||
|
|
@ -542,6 +569,7 @@ $text['header-settings']['sv-se'] = "";
|
|||
$text['header-settings']['uk-ua'] = "";
|
||||
|
||||
$text['header-connection']['en-us'] = "Connection";
|
||||
$text['header-connection']['en-gb'] = "Connection";
|
||||
$text['header-connection']['ar-eg'] = "";
|
||||
$text['header-connection']['de-at'] = "";
|
||||
$text['header-connection']['de-ch'] = "";
|
||||
|
|
@ -562,6 +590,7 @@ $text['header-connection']['sv-se'] = "";
|
|||
$text['header-connection']['uk-ua'] = "";
|
||||
|
||||
$text['header-result']['en-us'] = "Result";
|
||||
$text['header-result']['en-gb'] = "Result";
|
||||
$text['header-result']['ar-eg'] = "";
|
||||
$text['header-result']['de-at'] = "";
|
||||
$text['header-result']['de-ch'] = "";
|
||||
|
|
@ -582,6 +611,7 @@ $text['header-result']['sv-se'] = "";
|
|||
$text['header-result']['uk-ua'] = "";
|
||||
|
||||
$text['description-emails']['en-us'] = "Manage failed email messages.";
|
||||
$text['description-emails']['en-gb'] = "Manage failed email messages.";
|
||||
$text['description-emails']['ar-eg'] = "";
|
||||
$text['description-emails']['de-at'] = "Fehlgeschlagene Email-Nachrichten verwalten."; //copied from de-de
|
||||
$text['description-emails']['de-ch'] = "Fehlgeschlagene Email-Nachrichten verwalten."; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['description-emails']['sv-se'] = "Hantera misslyckade e-post meddelanden."
|
|||
$text['description-emails']['uk-ua'] = "";
|
||||
|
||||
$text['button-test']['en-us'] = "Test";
|
||||
$text['button-test']['en-gb'] = "Test";
|
||||
$text['button-test']['ar-eg'] = "";
|
||||
$text['button-test']['de-at'] = "";
|
||||
$text['button-test']['de-ch'] = "";
|
||||
|
|
@ -622,6 +653,7 @@ $text['button-test']['sv-se'] = "";
|
|||
$text['button-test']['uk-ua'] = "";
|
||||
|
||||
$text['button-send']['en-us'] = "Send";
|
||||
$text['button-send']['en-gb'] = "Send";
|
||||
$text['button-send']['ar-eg'] = "";
|
||||
$text['button-send']['de-at'] = "";
|
||||
$text['button-send']['de-ch'] = "";
|
||||
|
|
@ -642,6 +674,7 @@ $text['button-send']['sv-se'] = "";
|
|||
$text['button-send']['uk-ua'] = "";
|
||||
|
||||
$text['button-close']['en-us'] = "Close";
|
||||
$text['button-close']['en-gb'] = "Close";
|
||||
$text['button-close']['ar-eg'] = "";
|
||||
$text['button-close']['de-at'] = "";
|
||||
$text['button-close']['de-ch'] = "";
|
||||
|
|
@ -662,6 +695,7 @@ $text['button-close']['sv-se'] = "";
|
|||
$text['button-close']['uk-ua'] = "";
|
||||
|
||||
$text['button-resend']['en-us'] = "Resend";
|
||||
$text['button-resend']['en-gb'] = "Resend";
|
||||
$text['button-resend']['ar-eg'] = "";
|
||||
$text['button-resend']['de-at'] = "Erneut senden"; //copied from de-de
|
||||
$text['button-resend']['de-ch'] = "Erneut senden"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['button-resend']['sv-se'] = "Skicka Igen";
|
|||
$text['button-resend']['uk-ua'] = "";
|
||||
|
||||
$text['confirm-resend']['en-us'] = "Do you really want to resend this?";
|
||||
$text['confirm-resend']['en-gb'] = "Do you really want to resend this?";
|
||||
$text['confirm-resend']['ar-eg'] = "Do you really want to resend this?";
|
||||
$text['confirm-resend']['de-at'] = "Do you really want to resend this?";
|
||||
$text['confirm-resend']['de-ch'] = "Do you really want to resend this?";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Email Logs";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = '';
|
||||
$apps[$x]['description']['en-gb'] = '';
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
//Email Templates
|
||||
$text['title-email_templates']['en-us'] = 'Email Templates';
|
||||
$text['title-email_templates']['en-gb'] = 'Email Templates';
|
||||
$text['title-email_templates']['ar-eg'] = '';
|
||||
$text['title-email_templates']['de-at'] = '';
|
||||
$text['title-email_templates']['de-ch'] = '';
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
$text['title-email_templates']['uk-ua'] = '';
|
||||
|
||||
$text['title-email_template']['en-us'] = 'Email Template';
|
||||
$text['title-email_template']['en-gb'] = 'Email Template';
|
||||
$text['title-email_template']['ar-eg'] = '';
|
||||
$text['title-email_template']['de-at'] = '';
|
||||
$text['title-email_template']['de-ch'] = '';
|
||||
|
|
@ -42,6 +44,7 @@
|
|||
$text['title-email_template']['uk-ua'] = '';
|
||||
|
||||
$text['title_description-email_template']['en-us'] = 'Define and manage dynamic templates used for system generated outbound emails.';
|
||||
$text['title_description-email_template']['en-gb'] = 'Define and manage dynamic templates used for system generated outbound emails.';
|
||||
$text['title_description-email_template']['ar-eg'] = '';
|
||||
$text['title_description-email_template']['de-at'] = '';
|
||||
$text['title_description-email_template']['de-ch'] = '';
|
||||
|
|
@ -62,6 +65,7 @@
|
|||
$text['title_description-email_template']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_language']['en-us'] = 'Language';
|
||||
$text['label-template_language']['en-gb'] = 'Language';
|
||||
$text['label-template_language']['ar-eg'] = '';
|
||||
$text['label-template_language']['de-at'] = '';
|
||||
$text['label-template_language']['de-ch'] = '';
|
||||
|
|
@ -82,6 +86,7 @@
|
|||
$text['label-template_language']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_language']['en-us'] = 'Enter the language.';
|
||||
$text['description-template_language']['en-gb'] = 'Enter the language.';
|
||||
$text['description-template_language']['ar-eg'] = '';
|
||||
$text['description-template_language']['de-at'] = '';
|
||||
$text['description-template_language']['de-ch'] = '';
|
||||
|
|
@ -102,6 +107,7 @@
|
|||
$text['description-template_language']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_category']['en-us'] = 'Category';
|
||||
$text['label-template_category']['en-gb'] = 'Category';
|
||||
$text['label-template_category']['ar-eg'] = '';
|
||||
$text['label-template_category']['de-at'] = '';
|
||||
$text['label-template_category']['de-ch'] = '';
|
||||
|
|
@ -122,6 +128,7 @@
|
|||
$text['label-template_category']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_category']['en-us'] = 'Select the category.';
|
||||
$text['description-template_category']['en-gb'] = 'Select the category.';
|
||||
$text['description-template_category']['ar-eg'] = '';
|
||||
$text['description-template_category']['de-at'] = '';
|
||||
$text['description-template_category']['de-ch'] = '';
|
||||
|
|
@ -142,6 +149,7 @@
|
|||
$text['description-template_category']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_subcategory']['en-us'] = 'Subcategory';
|
||||
$text['label-template_subcategory']['en-gb'] = 'Subcategory';
|
||||
$text['label-template_subcategory']['ar-eg'] = '';
|
||||
$text['label-template_subcategory']['de-at'] = '';
|
||||
$text['label-template_subcategory']['de-ch'] = '';
|
||||
|
|
@ -162,6 +170,7 @@
|
|||
$text['label-template_subcategory']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_subcategory']['en-us'] = 'Enter the subcategory.';
|
||||
$text['description-template_subcategory']['en-gb'] = 'Enter the subcategory.';
|
||||
$text['description-template_subcategory']['ar-eg'] = '';
|
||||
$text['description-template_subcategory']['de-at'] = '';
|
||||
$text['description-template_subcategory']['de-ch'] = '';
|
||||
|
|
@ -182,6 +191,7 @@
|
|||
$text['description-template_subcategory']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_subject']['en-us'] = 'Subject';
|
||||
$text['label-template_subject']['en-gb'] = 'Subject';
|
||||
$text['label-template_subject']['ar-eg'] = '';
|
||||
$text['label-template_subject']['de-at'] = '';
|
||||
$text['label-template_subject']['de-ch'] = '';
|
||||
|
|
@ -202,6 +212,7 @@
|
|||
$text['label-template_subject']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_subject']['en-us'] = 'Enter the template subject.';
|
||||
$text['description-template_subject']['en-gb'] = 'Enter the template subject.';
|
||||
$text['description-template_subject']['ar-eg'] = '';
|
||||
$text['description-template_subject']['de-at'] = '';
|
||||
$text['description-template_subject']['de-ch'] = '';
|
||||
|
|
@ -222,6 +233,7 @@
|
|||
$text['description-template_subject']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_body']['en-us'] = 'Body';
|
||||
$text['label-template_body']['en-gb'] = 'Body';
|
||||
$text['label-template_body']['ar-eg'] = '';
|
||||
$text['label-template_body']['de-at'] = '';
|
||||
$text['label-template_body']['de-ch'] = '';
|
||||
|
|
@ -242,6 +254,7 @@
|
|||
$text['label-template_body']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_body']['en-us'] = 'Enter the template body.';
|
||||
$text['description-template_body']['en-gb'] = 'Enter the template body.';
|
||||
$text['description-template_body']['ar-eg'] = '';
|
||||
$text['description-template_body']['de-at'] = '';
|
||||
$text['description-template_body']['de-ch'] = '';
|
||||
|
|
@ -262,6 +275,7 @@
|
|||
$text['description-template_body']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_type']['en-us'] = 'Type';
|
||||
$text['label-template_type']['en-gb'] = 'Type';
|
||||
$text['label-template_type']['ar-eg'] = '';
|
||||
$text['label-template_type']['de-at'] = '';
|
||||
$text['label-template_type']['de-ch'] = '';
|
||||
|
|
@ -282,6 +296,7 @@
|
|||
$text['label-template_type']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_type']['en-us'] = 'Set the content type.';
|
||||
$text['description-template_type']['en-gb'] = 'Set the content type.';
|
||||
$text['description-template_type']['ar-eg'] = '';
|
||||
$text['description-template_type']['de-at'] = '';
|
||||
$text['description-template_type']['de-ch'] = '';
|
||||
|
|
@ -302,6 +317,7 @@
|
|||
$text['description-template_type']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_text']['en-us'] = "Text";
|
||||
$text['label-template_text']['en-gb'] = "Text";
|
||||
$text['label-template_text']['ar-eg'] = "";
|
||||
$text['label-template_text']['de-at'] = "Text"; //copied from de-de
|
||||
$text['label-template_text']['de-ch'] = "Text"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@
|
|||
$text['label-template_text']['uk-ua'] = "Текст";
|
||||
|
||||
$text['label-template_enabled']['en-us'] = 'Enabled';
|
||||
$text['label-template_enabled']['en-gb'] = 'Enabled';
|
||||
$text['label-template_enabled']['ar-eg'] = '';
|
||||
$text['label-template_enabled']['de-at'] = '';
|
||||
$text['label-template_enabled']['de-ch'] = '';
|
||||
|
|
@ -342,6 +359,7 @@
|
|||
$text['label-template_enabled']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_enabled']['en-us'] = 'Set the status of the template.';
|
||||
$text['description-template_enabled']['en-gb'] = 'Set the status of the template.';
|
||||
$text['description-template_enabled']['ar-eg'] = '';
|
||||
$text['description-template_enabled']['de-at'] = '';
|
||||
$text['description-template_enabled']['de-ch'] = '';
|
||||
|
|
@ -362,6 +380,7 @@
|
|||
$text['description-template_enabled']['uk-ua'] = '';
|
||||
|
||||
$text['label-template_description']['en-us'] = 'Description';
|
||||
$text['label-template_description']['en-gb'] = 'Description';
|
||||
$text['label-template_description']['ar-eg'] = '';
|
||||
$text['label-template_description']['de-at'] = '';
|
||||
$text['label-template_description']['de-ch'] = '';
|
||||
|
|
@ -382,6 +401,7 @@
|
|||
$text['label-template_description']['uk-ua'] = '';
|
||||
|
||||
$text['description-template_description']['en-us'] = 'Enter the description.';
|
||||
$text['description-template_description']['en-gb'] = 'Enter the description.';
|
||||
$text['description-template_description']['ar-eg'] = '';
|
||||
$text['description-template_description']['de-at'] = '';
|
||||
$text['description-template_description']['de-ch'] = '';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Email Templates';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Email Templates';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Display web server errors.";
|
||||
$apps[$x]['description']['en-gb'] = "Display web server errors.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-server_errors']['en-us'] = "Server Errors";
|
||||
$text['title-server_errors']['en-gb'] = "Server Errors";
|
||||
$text['title-server_errors']['ar-eg'] = "";
|
||||
$text['title-server_errors']['de-at'] = "";
|
||||
$text['title-server_errors']['de-ch'] = "";
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-server_errors']['sv-se'] = "";
|
|||
$text['title-server_errors']['uk-ua'] = "";
|
||||
|
||||
$text['label-syntax']['en-us'] = "Syntax Highlighted";
|
||||
$text['label-syntax']['en-gb'] = "Syntax Highlighted";
|
||||
$text['label-syntax']['ar-eg'] = "";
|
||||
$text['label-syntax']['de-at'] = "Syntax Highlighted"; //copied from de-de
|
||||
$text['label-syntax']['de-ch'] = "Syntax Highlighted"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['label-syntax']['sv-se'] = "Syntax Markerad";
|
|||
$text['label-syntax']['uk-ua'] = "Підсвічування синтаксису";
|
||||
|
||||
$text['label-sort']['en-us'] = "Sort Descending";
|
||||
$text['label-sort']['en-gb'] = "Sort Descending";
|
||||
$text['label-sort']['ar-eg'] = "";
|
||||
$text['label-sort']['de-at'] = "Absteigend sortiert"; //copied from de-de
|
||||
$text['label-sort']['de-ch'] = "Absteigend sortiert"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['label-sort']['sv-se'] = "Sortera Fallande";
|
|||
$text['label-sort']['uk-ua'] = "Сортувати за спаданням";
|
||||
|
||||
$text['label-open_file']['en-us'] = "Opening entire file...";
|
||||
$text['label-open_file']['en-gb'] = "Opening entire file...";
|
||||
$text['label-open_file']['ar-eg'] = "";
|
||||
$text['label-open_file']['de-at'] = "gesamte Datei öffnen"; //copied from de-de
|
||||
$text['label-open_file']['de-ch'] = "gesamte Datei öffnen"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-open_file']['sv-se'] = "Öppnar hela filen";
|
|||
$text['label-open_file']['uk-ua'] = "відкрито весь файл";
|
||||
|
||||
$text['label-open_at']['en-us'] = "opening at";
|
||||
$text['label-open_at']['en-gb'] = "opening at";
|
||||
$text['label-open_at']['ar-eg'] = "";
|
||||
$text['label-open_at']['de-at'] = "öffnen"; //copied from de-de
|
||||
$text['label-open_at']['de-ch'] = "öffnen"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-open_at']['sv-se'] = "Öppnar vid";
|
|||
$text['label-open_at']['uk-ua'] = "відкрито о";
|
||||
|
||||
$text['header-server_errors']['en-us'] = "Server Errors";
|
||||
$text['header-server_errors']['en-gb'] = "Server Errors";
|
||||
$text['header-server_errors']['ar-eg'] = "";
|
||||
$text['header-server_errors']['de-at'] = "";
|
||||
$text['header-server_errors']['de-ch'] = "";
|
||||
|
|
@ -122,6 +128,7 @@ $text['header-server_errors']['sv-se'] = "";
|
|||
$text['header-server_errors']['uk-ua'] = "";
|
||||
|
||||
$text['label-line_numbers']['en-us'] = "Line Numbers";
|
||||
$text['label-line_numbers']['en-gb'] = "Line Numbers";
|
||||
$text['label-line_numbers']['ar-eg'] = "";
|
||||
$text['label-line_numbers']['de-at'] = "Zeilennummern anzeigen"; //copied from de-de
|
||||
$text['label-line_numbers']['de-ch'] = "Zeilennummern anzeigen"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-line_numbers']['sv-se'] = "Visa Linje Nummer";
|
|||
$text['label-line_numbers']['uk-ua'] = "Нумерація рядків";
|
||||
|
||||
$text['label-lines']['en-us'] = "Lines";
|
||||
$text['label-lines']['en-gb'] = "Lines";
|
||||
$text['label-lines']['ar-eg'] = "";
|
||||
$text['label-lines']['de-at'] = "";
|
||||
$text['label-lines']['de-ch'] = "";
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-lines']['sv-se'] = "";
|
|||
$text['label-lines']['uk-ua'] = "";
|
||||
|
||||
$text['label-log']['en-us'] = "Log";
|
||||
$text['label-log']['en-gb'] = "Log";
|
||||
$text['label-log']['ar-eg'] = "";
|
||||
$text['label-log']['de-at'] = "";
|
||||
$text['label-log']['de-ch'] = "";
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-log']['sv-se'] = "";
|
|||
$text['label-log']['uk-ua'] = "";
|
||||
|
||||
$text['label-current']['en-us'] = "Current";
|
||||
$text['label-current']['en-gb'] = "Current";
|
||||
$text['label-current']['ar-eg'] = "";
|
||||
$text['label-current']['de-at'] = "";
|
||||
$text['label-current']['de-ch'] = "";
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-current']['sv-se'] = "";
|
|||
$text['label-current']['uk-ua'] = "";
|
||||
|
||||
$text['label-previous']['en-us'] = "Previous";
|
||||
$text['label-previous']['en-gb'] = "Previous";
|
||||
$text['label-previous']['ar-eg'] = "";
|
||||
$text['label-previous']['de-at'] = "";
|
||||
$text['label-previous']['de-ch'] = "";
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-previous']['sv-se'] = "";
|
|||
$text['label-previous']['uk-ua'] = "";
|
||||
|
||||
$text['label-filter']['en-us'] = "Filter";
|
||||
$text['label-filter']['en-gb'] = "Filter";
|
||||
$text['label-filter']['ar-eg'] = "";
|
||||
$text['label-filter']['de-at'] = "Filter"; //copied from de-de
|
||||
$text['label-filter']['de-ch'] = "Filter"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-filter']['sv-se'] = "Filter";
|
|||
$text['label-filter']['uk-ua'] = "Фільтр";
|
||||
|
||||
$text['label-display']['en-us'] = "Display";
|
||||
$text['label-display']['en-gb'] = "Display";
|
||||
$text['label-display']['ar-eg'] = "";
|
||||
$text['label-display']['de-at'] = "letztes anzeigen"; //copied from de-de
|
||||
$text['label-display']['de-ch'] = "letztes anzeigen"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-display']['sv-se'] = "Visar den sista";
|
|||
$text['label-display']['uk-ua'] = "Показувати останні";
|
||||
|
||||
$text['error-open_file']['en-us'] = "Unable to open file!";
|
||||
$text['error-open_file']['en-gb'] = "Unable to open file!";
|
||||
$text['error-open_file']['ar-eg'] = "";
|
||||
$text['error-open_file']['de-at'] = "Datei kann nicht geöffnet werden!"; //copied from de-de
|
||||
$text['error-open_file']['de-ch'] = "Datei kann nicht geöffnet werden!"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Server Errors";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Server Errors";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Used Configure SIP extensions.";
|
||||
$apps[$x]['description']['en-gb'] = "Used Configure SIP extensions.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 27th of September 2017 01:41:51 PM UTC
|
||||
|
||||
$text['title-extensions']['en-us'] = "Extensions";
|
||||
$text['title-extensions']['en-gb'] = "Extensions";
|
||||
$text['title-extensions']['ar-eg'] = "الأرقام الداخلية";
|
||||
$text['title-extensions']['de-at'] = "Nebenstellen"; //copied from de-de
|
||||
$text['title-extensions']['de-ch'] = "Nebenstellen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-extensions']['sv-se'] = "Anknytningar";
|
|||
$text['title-extensions']['uk-ua'] = "Розширення";
|
||||
|
||||
$text['title-extension_import']['en-us'] = "Extension Import";
|
||||
$text['title-extension_import']['en-gb'] = "Extension Import";
|
||||
$text['title-extension_import']['ar-eg'] = "";
|
||||
$text['title-extension_import']['de-at'] = "Importieren"; //copied from de-de
|
||||
$text['title-extension_import']['de-ch'] = "Importieren"; //copied from de-de
|
||||
|
|
@ -44,6 +46,7 @@ $text['title-extension_import']['uk-ua'] = "";
|
|||
$text['title-extension_import']['tr-tr'] = "İçe Aktar";
|
||||
|
||||
$text['title-extension_export']['en-us'] = "Extension Export";
|
||||
$text['title-extension_export']['en-gb'] = "Extension Export";
|
||||
$text['title-extension_export']['ar-eg'] = "";
|
||||
$text['title-extension_export']['de-at'] = "Exportieren"; //copied from de-de
|
||||
$text['title-extension_export']['de-ch'] = "Exportieren"; //copied from de-de
|
||||
|
|
@ -66,6 +69,7 @@ $text['title-extension_export']['uk-ua'] = "Експортувати";
|
|||
$text['title-extension_export']['tr-tr'] = "Dışa Aktar";
|
||||
|
||||
$text['title-extension-edit']['en-us'] = "Extension";
|
||||
$text['title-extension-edit']['en-gb'] = "Extension";
|
||||
$text['title-extension-edit']['ar-eg'] = "رقم داخلي";
|
||||
$text['title-extension-edit']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['title-extension-edit']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -86,6 +90,7 @@ $text['title-extension-edit']['sv-se'] = "Anknytning";
|
|||
$text['title-extension-edit']['uk-ua'] = "Розширення";
|
||||
|
||||
$text['title-extension-add']['en-us'] = "Extension Add";
|
||||
$text['title-extension-add']['en-gb'] = "Extension Add";
|
||||
$text['title-extension-add']['ar-eg'] = "إضافة رقم داخلي";
|
||||
$text['title-extension-add']['de-at'] = "Nebenstelle hinzufügen"; //copied from de-de
|
||||
$text['title-extension-add']['de-ch'] = "Nebenstelle hinzufügen"; //copied from de-de
|
||||
|
|
@ -106,6 +111,7 @@ $text['title-extension-add']['sv-se'] = "Lägg Till Anknytning";
|
|||
$text['title-extension-add']['uk-ua'] = "Додавання розширення";
|
||||
|
||||
$text['title-call_groups']['en-us'] = "Call Groups";
|
||||
$text['title-call_groups']['en-gb'] = "Call Groups";
|
||||
$text['title-call_groups']['ar-eg'] = "";
|
||||
$text['title-call_groups']['de-at'] = "Rufgruppe"; //copied from de-de
|
||||
$text['title-call_groups']['de-ch'] = "Rufgruppe"; //copied from de-de
|
||||
|
|
@ -126,6 +132,7 @@ $text['title-call_groups']['sv-se'] = "Ring Grupp";
|
|||
$text['title-call_groups']['uk-ua'] = "";
|
||||
|
||||
$text['option-voicemail_file_listen']['en-us'] = "Listen Link (Login Required)";
|
||||
$text['option-voicemail_file_listen']['en-gb'] = "Listen Link (Login Required)";
|
||||
$text['option-voicemail_file_listen']['ar-eg'] = "";
|
||||
$text['option-voicemail_file_listen']['de-at'] = "Link zur Nachricht (Login erforderlich)"; //copied from de-de
|
||||
$text['option-voicemail_file_listen']['de-ch'] = "Link zur Nachricht (Login erforderlich)"; //copied from de-de
|
||||
|
|
@ -146,6 +153,7 @@ $text['option-voicemail_file_listen']['sv-se'] = "Lyssna-länk (Måste Logga In)
|
|||
$text['option-voicemail_file_listen']['uk-ua'] = "Посилання на прослуховування (Входити обов’язково)";
|
||||
|
||||
$text['option-voicemail_file_link']['en-us'] = "Download Link (No Login Required)";
|
||||
$text['option-voicemail_file_link']['en-gb'] = "Download Link (No Login Required)";
|
||||
$text['option-voicemail_file_link']['ar-eg'] = "";
|
||||
$text['option-voicemail_file_link']['de-at'] = "Link zur Nachricht (Kein Login erforderlich)"; //copied from de-de
|
||||
$text['option-voicemail_file_link']['de-ch'] = "Link zur Nachricht (Kein Login erforderlich)"; //copied from de-de
|
||||
|
|
@ -166,6 +174,7 @@ $text['option-voicemail_file_link']['sv-se'] = "Nedladdnings-länk (Ingen Inlogg
|
|||
$text['option-voicemail_file_link']['uk-ua'] = "Посилання на завантаження (Входити не обов’язково)";
|
||||
|
||||
$text['option-voicemail_file_attach']['en-us'] = "Audio File Attachment";
|
||||
$text['option-voicemail_file_attach']['en-gb'] = "Audio File Attachment";
|
||||
$text['option-voicemail_file_attach']['ar-eg'] = "إرفاق ملف صوتي";
|
||||
$text['option-voicemail_file_attach']['de-at'] = "Audiodatei als Anhang"; //copied from de-de
|
||||
$text['option-voicemail_file_attach']['de-ch'] = "Audiodatei als Anhang"; //copied from de-de
|
||||
|
|
@ -186,6 +195,7 @@ $text['option-voicemail_file_attach']['sv-se'] = "Ljudfil Bifogad";
|
|||
$text['option-voicemail_file_attach']['uk-ua'] = "Приєднати аудіофайл";
|
||||
|
||||
$text['message-number_alias']['en-us'] = "Enter the new Number Alias...";
|
||||
$text['message-number_alias']['en-gb'] = "Enter the new Number Alias...";
|
||||
$text['message-number_alias']['ar-eg'] = "";
|
||||
$text['message-number_alias']['de-at'] = "Geben Sie die neue alternative Nummer an..."; //copied from de-de
|
||||
$text['message-number_alias']['de-ch'] = "Geben Sie die neue alternative Nummer an..."; //copied from de-de
|
||||
|
|
@ -206,6 +216,7 @@ $text['message-number_alias']['sv-se'] = "Fyll i det nya Nummer Alias...";
|
|||
$text['message-number_alias']['uk-ua'] = "Введіть новий псевдонім номера...";
|
||||
|
||||
$text['message-maximum_extensions']['en-us'] = "Maximum Extensions:";
|
||||
$text['message-maximum_extensions']['en-gb'] = "Maximum Extensions:";
|
||||
$text['message-maximum_extensions']['ar-eg'] = "الحد الأقصي للأرقام الداخلية :";
|
||||
$text['message-maximum_extensions']['de-at'] = "Maximale Anzahl an Nebenstellen:"; //copied from de-de
|
||||
$text['message-maximum_extensions']['de-ch'] = "Maximale Anzahl an Nebenstellen:"; //copied from de-de
|
||||
|
|
@ -226,6 +237,7 @@ $text['message-maximum_extensions']['sv-se'] = "Maximum Antal Anknytningar:";
|
|||
$text['message-maximum_extensions']['uk-ua'] = "Максимальна кількість розширень";
|
||||
|
||||
$text['message-extension']['en-us'] = "Enter the new Extension...";
|
||||
$text['message-extension']['en-gb'] = "Enter the new Extension...";
|
||||
$text['message-extension']['ar-eg'] = "أدخل الرقم الداخلي الجديد";
|
||||
$text['message-extension']['de-at'] = "Geben Sie die neue Nebenstelle an..."; //copied from de-de
|
||||
$text['message-extension']['de-ch'] = "Geben Sie die neue Nebenstelle an..."; //copied from de-de
|
||||
|
|
@ -246,6 +258,7 @@ $text['message-extension']['sv-se'] = "Fyll i den nya Anknytningen...";
|
|||
$text['message-extension']['uk-ua'] = "Введіть нове розширення";
|
||||
|
||||
$text['label-voicemail_password']['en-us'] = "Voicemail Password";
|
||||
$text['label-voicemail_password']['en-gb'] = "Voicemail Password";
|
||||
$text['label-voicemail_password']['ar-eg'] = "كلمة السر للبريد الصوتي";
|
||||
$text['label-voicemail_password']['de-at'] = "Mailbox Passwort"; //copied from de-de
|
||||
$text['label-voicemail_password']['de-ch'] = "Mailbox Passwort"; //copied from de-de
|
||||
|
|
@ -266,6 +279,7 @@ $text['label-voicemail_password']['sv-se'] = "Röstbrevlåda Lösenord";
|
|||
$text['label-voicemail_password']['uk-ua'] = "Пароль на голосову пошту";
|
||||
|
||||
$text['label-voicemail_mail_to']['en-us'] = "Voicemail Mail To";
|
||||
$text['label-voicemail_mail_to']['en-gb'] = "Voicemail Mail To";
|
||||
$text['label-voicemail_mail_to']['ar-eg'] = "";
|
||||
$text['label-voicemail_mail_to']['de-at'] = "Mailbox Email"; //copied from de-de
|
||||
$text['label-voicemail_mail_to']['de-ch'] = "Mailbox Email"; //copied from de-de
|
||||
|
|
@ -286,6 +300,7 @@ $text['label-voicemail_mail_to']['sv-se'] = "Röstbrevlåda E-post Till";
|
|||
$text['label-voicemail_mail_to']['uk-ua'] = "Надсилати голосову пошту на E-Mail";
|
||||
|
||||
$text['label-voicemail_local_after_email']['en-us'] = "Voicemail Keep Local";
|
||||
$text['label-voicemail_local_after_email']['en-gb'] = "Voicemail Keep Local";
|
||||
$text['label-voicemail_local_after_email']['ar-eg'] = "";
|
||||
$text['label-voicemail_local_after_email']['de-at'] = "Sprachnachricht auf dem Server speichern"; //copied from de-de
|
||||
$text['label-voicemail_local_after_email']['de-ch'] = "Sprachnachricht auf dem Server speichern"; //copied from de-de
|
||||
|
|
@ -306,6 +321,7 @@ $text['label-voicemail_local_after_email']['sv-se'] = "Röstbrevlåda Behåll Lo
|
|||
$text['label-voicemail_local_after_email']['uk-ua'] = "Залишати голосову пошту локально";
|
||||
|
||||
$text['label-voicemail_file']['en-us'] = "Voicemail File";
|
||||
$text['label-voicemail_file']['en-gb'] = "Voicemail File";
|
||||
$text['label-voicemail_file']['ar-eg'] = "";
|
||||
$text['label-voicemail_file']['de-at'] = "Sprachnachricht Datei"; //copied from de-de
|
||||
$text['label-voicemail_file']['de-ch'] = "Sprachnachricht Datei"; //copied from de-de
|
||||
|
|
@ -326,6 +342,7 @@ $text['label-voicemail_file']['sv-se'] = "Röstbrevlåda Fil";
|
|||
$text['label-voicemail_file']['uk-ua'] = "Файл голосової пошти";
|
||||
|
||||
$text['label-voicemail_enabled']['en-us'] = "Voicemail Enabled";
|
||||
$text['label-voicemail_enabled']['en-gb'] = "Voicemail Enabled";
|
||||
$text['label-voicemail_enabled']['ar-eg'] = "";
|
||||
$text['label-voicemail_enabled']['de-at'] = "Mailbox eingeschaltet"; //copied from de-de
|
||||
$text['label-voicemail_enabled']['de-ch'] = "Mailbox eingeschaltet"; //copied from de-de
|
||||
|
|
@ -346,6 +363,7 @@ $text['label-voicemail_enabled']['sv-se'] = "Röstbrevlåda Aktiverad";
|
|||
$text['label-voicemail_enabled']['uk-ua'] = "Голосову пошту включено";
|
||||
|
||||
$text['label-user_record_outbound']['en-us'] = "Outbound";
|
||||
$text['label-user_record_outbound']['en-gb'] = "Outbound";
|
||||
$text['label-user_record_outbound']['ar-eg'] = "صادر";
|
||||
$text['label-user_record_outbound']['de-at'] = "Ausgehend"; //copied from de-de
|
||||
$text['label-user_record_outbound']['de-ch'] = "Ausgehend"; //copied from de-de
|
||||
|
|
@ -366,6 +384,7 @@ $text['label-user_record_outbound']['sv-se'] = "Utgående";
|
|||
$text['label-user_record_outbound']['uk-ua'] = "Вихідний";
|
||||
|
||||
$text['label-user_record_none']['en-us'] = "Disabled";
|
||||
$text['label-user_record_none']['en-gb'] = "Disabled";
|
||||
$text['label-user_record_none']['ar-eg'] = "معطل";
|
||||
$text['label-user_record_none']['de-at'] = "Ausgeschaltet"; //copied from de-de
|
||||
$text['label-user_record_none']['de-ch'] = "Ausgeschaltet"; //copied from de-de
|
||||
|
|
@ -386,6 +405,7 @@ $text['label-user_record_none']['sv-se'] = "Inaktiverad";
|
|||
$text['label-user_record_none']['uk-ua'] = "Відключено";
|
||||
|
||||
$text['label-user_record_local']['en-us'] = "Local";
|
||||
$text['label-user_record_local']['en-gb'] = "Local";
|
||||
$text['label-user_record_local']['ar-eg'] = "محلي";
|
||||
$text['label-user_record_local']['de-at'] = "Lokal"; //copied from de-de
|
||||
$text['label-user_record_local']['de-ch'] = "Lokal"; //copied from de-de
|
||||
|
|
@ -406,6 +426,7 @@ $text['label-user_record_local']['sv-se'] = "Lokal";
|
|||
$text['label-user_record_local']['uk-ua'] = "Локальний";
|
||||
|
||||
$text['label-user_record_inbound']['en-us'] = "Inbound";
|
||||
$text['label-user_record_inbound']['en-gb'] = "Inbound";
|
||||
$text['label-user_record_inbound']['ar-eg'] = "وارد";
|
||||
$text['label-user_record_inbound']['de-at'] = "Eingehend"; //copied from de-de
|
||||
$text['label-user_record_inbound']['de-ch'] = "Eingehend"; //copied from de-de
|
||||
|
|
@ -426,6 +447,7 @@ $text['label-user_record_inbound']['sv-se'] = "Inkommande";
|
|||
$text['label-user_record_inbound']['uk-ua'] = "Вхідний";
|
||||
|
||||
$text['label-user_record_all']['en-us'] = "All";
|
||||
$text['label-user_record_all']['en-gb'] = "All";
|
||||
$text['label-user_record_all']['ar-eg'] = "الكل";
|
||||
$text['label-user_record_all']['de-at'] = "Alle"; //copied from de-de
|
||||
$text['label-user_record_all']['de-ch'] = "Alle"; //copied from de-de
|
||||
|
|
@ -446,6 +468,7 @@ $text['label-user_record_all']['sv-se'] = "Allt";
|
|||
$text['label-user_record_all']['uk-ua'] = "Всі";
|
||||
|
||||
$text['label-user_record']['en-us'] = "Record";
|
||||
$text['label-user_record']['en-gb'] = "Record";
|
||||
$text['label-user_record']['ar-eg'] = "تسجيل";
|
||||
$text['label-user_record']['de-at'] = "Aufnahme"; //copied from de-de
|
||||
$text['label-user_record']['de-ch'] = "Aufnahme"; //copied from de-de
|
||||
|
|
@ -466,6 +489,7 @@ $text['label-user_record']['sv-se'] = "Spela In";
|
|||
$text['label-user_record']['uk-ua'] = "Запис розмов";
|
||||
|
||||
$text['label-users']['en-us'] = "Users";
|
||||
$text['label-users']['en-gb'] = "Users";
|
||||
$text['label-users']['ar-eg'] = "قائمة المستخدم";
|
||||
$text['label-users']['de-at'] = "Benutzerliste"; //copied from de-de
|
||||
$text['label-users']['de-ch'] = "Benutzerliste"; //copied from de-de
|
||||
|
|
@ -486,6 +510,7 @@ $text['label-users']['sv-se'] = "Användar-lista";
|
|||
$text['label-users']['uk-ua'] = "Список користувачів";
|
||||
|
||||
$text['label-user_context']['en-us'] = "Context";
|
||||
$text['label-user_context']['en-gb'] = "Context";
|
||||
$text['label-user_context']['ar-eg'] = "";
|
||||
$text['label-user_context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['label-user_context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -506,6 +531,7 @@ $text['label-user_context']['sv-se'] = "Sammanhang";
|
|||
$text['label-user_context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['label-url']['en-us'] = "URL";
|
||||
$text['label-url']['en-gb'] = "URL";
|
||||
$text['label-url']['ar-eg'] = "";
|
||||
$text['label-url']['de-at'] = "URL"; //copied from de-de
|
||||
$text['label-url']['de-ch'] = "URL"; //copied from de-de
|
||||
|
|
@ -526,6 +552,7 @@ $text['label-url']['sv-se'] = "URL";
|
|||
$text['label-url']['uk-ua'] = "URL";
|
||||
|
||||
$text['label-toll_allow']['en-us'] = "Toll Allow";
|
||||
$text['label-toll_allow']['en-gb'] = "Toll Allow";
|
||||
$text['label-toll_allow']['ar-eg'] = "";
|
||||
$text['label-toll_allow']['de-at'] = "Berechtigung"; //copied from de-de
|
||||
$text['label-toll_allow']['de-ch'] = "Berechtigung"; //copied from de-de
|
||||
|
|
@ -546,6 +573,7 @@ $text['label-toll_allow']['sv-se'] = "Toll Allow";
|
|||
$text['label-toll_allow']['uk-ua'] = "";
|
||||
|
||||
$text['label-text']['en-us'] = "Text";
|
||||
$text['label-text']['en-gb'] = "Text";
|
||||
$text['label-text']['ar-eg'] = "نص";
|
||||
$text['label-text']['de-at'] = "Text"; //copied from de-de
|
||||
$text['label-text']['de-ch'] = "Text"; //copied from de-de
|
||||
|
|
@ -566,6 +594,7 @@ $text['label-text']['sv-se'] = "Text";
|
|||
$text['label-text']['uk-ua'] = "текст";
|
||||
|
||||
$text['label-sip_force_expires']['en-us'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['en-gb'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['ar-eg'] = "";
|
||||
$text['label-sip_force_expires']['de-at'] = "SIP Force Expires"; //copied from de-de
|
||||
$text['label-sip_force_expires']['de-ch'] = "SIP Force Expires"; //copied from de-de
|
||||
|
|
@ -586,6 +615,7 @@ $text['label-sip_force_expires']['sv-se'] = "SIP Force Expires";
|
|||
$text['label-sip_force_expires']['uk-ua'] = "";
|
||||
|
||||
$text['label-sip_force_contact']['en-us'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['en-gb'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['ar-eg'] = "";
|
||||
$text['label-sip_force_contact']['de-at'] = "SIP Force Contact"; //copied from de-de
|
||||
$text['label-sip_force_contact']['de-ch'] = "SIP Force Contact"; //copied from de-de
|
||||
|
|
@ -606,6 +636,7 @@ $text['label-sip_force_contact']['sv-se'] = "SIP Force Contact";
|
|||
$text['label-sip_force_contact']['uk-ua'] = "";
|
||||
|
||||
$text['label-sip_bypass_media']['en-us'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['en-gb'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['ar-eg'] = "";
|
||||
$text['label-sip_bypass_media']['de-at'] = "SIP Bypass Media"; //copied from de-de
|
||||
$text['label-sip_bypass_media']['de-ch'] = "SIP Bypass Media"; //copied from de-de
|
||||
|
|
@ -626,6 +657,7 @@ $text['label-sip_bypass_media']['sv-se'] = "SIP Bypass Media";
|
|||
$text['label-sip_bypass_media']['uk-ua'] = "";
|
||||
|
||||
$text['label-absolute_codec_string']['en-us'] = "Absolute Codec String";
|
||||
$text['label-absolute_codec_string']['en-gb'] = "Absolute Codec String";
|
||||
$text['label-absolute_codec_string']['ar-eg'] = "";
|
||||
$text['label-absolute_codec_string']['de-at'] = "Absolute Codec String"; //copied from de-de
|
||||
$text['label-absolute_codec_string']['de-ch'] = "Absolute Codec String"; //copied from de-de
|
||||
|
|
@ -646,6 +678,7 @@ $text['label-absolute_codec_string']['sv-se'] = "";
|
|||
$text['label-absolute_codec_string']['uk-ua'] = "";
|
||||
|
||||
$text['label-force_ping']['en-us'] = "Force ping";
|
||||
$text['label-force_ping']['en-gb'] = "Force ping";
|
||||
$text['label-force_ping']['ar-eg'] = "";
|
||||
$text['label-force_ping']['de-at'] = "Ping erzwingen"; //copied from de-de
|
||||
$text['label-force_ping']['de-ch'] = "Ping erzwingen"; //copied from de-de
|
||||
|
|
@ -666,6 +699,7 @@ $text['label-force_ping']['sv-se'] = "Force ping";
|
|||
$text['label-force_ping']['uk-ua'] = "";
|
||||
|
||||
$text['label-rewrite_tls_contact_port']['en-us'] = "Rewrite TLS Contact Port";
|
||||
$text['label-rewrite_tls_contact_port']['en-gb'] = "Rewrite TLS Contact Port";
|
||||
$text['label-rewrite_tls_contact_port']['ar-eg'] = "";
|
||||
$text['label-rewrite_tls_contact_port']['de-at'] = "TLS Contact-Port überschreiben"; //copied from de-de
|
||||
$text['label-rewrite_tls_contact_port']['de-ch'] = "TLS Contact-Port überschreiben"; //copied from de-de
|
||||
|
|
@ -686,6 +720,7 @@ $text['label-rewrite_tls_contact_port']['sv-se'] = "Rewrite TLS Contact Port";
|
|||
$text['label-rewrite_tls_contact_port']['uk-ua'] = "";
|
||||
|
||||
$text['label-rewrite_contact_ip_and_port_2']['en-us'] = "Rewrite Contact IP and Port 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['en-gb'] = "Rewrite Contact IP and Port 2.0";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['ar-eg'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port_2']['de-at'] = "Contact IP und Port überschreiben 2.0"; //copied from de-de
|
||||
$text['label-rewrite_contact_ip_and_port_2']['de-ch'] = "Contact IP und Port überschreiben 2.0"; //copied from de-de
|
||||
|
|
@ -706,6 +741,7 @@ $text['label-rewrite_contact_ip_and_port_2']['sv-se'] = "Rewrite Contact IP and
|
|||
$text['label-rewrite_contact_ip_and_port_2']['uk-ua'] = "";
|
||||
|
||||
$text['label-rewrite_contact_ip_and_port']['en-us'] = "Rewrite Contact IP and Port";
|
||||
$text['label-rewrite_contact_ip_and_port']['en-gb'] = "Rewrite Contact IP and Port";
|
||||
$text['label-rewrite_contact_ip_and_port']['ar-eg'] = "";
|
||||
$text['label-rewrite_contact_ip_and_port']['de-at'] = "Contact IP und Port überschreiben"; //copied from de-de
|
||||
$text['label-rewrite_contact_ip_and_port']['de-ch'] = "Contact IP und Port überschreiben"; //copied from de-de
|
||||
|
|
@ -726,6 +762,7 @@ $text['label-rewrite_contact_ip_and_port']['sv-se'] = "Rewrite Contact IP and Po
|
|||
$text['label-rewrite_contact_ip_and_port']['uk-ua'] = "";
|
||||
|
||||
$text['label-range']['en-us'] = "Range";
|
||||
$text['label-range']['en-gb'] = "Range";
|
||||
$text['label-range']['ar-eg'] = "";
|
||||
$text['label-range']['de-at'] = "Bereich"; //copied from de-de
|
||||
$text['label-range']['de-ch'] = "Bereich"; //copied from de-de
|
||||
|
|
@ -746,6 +783,7 @@ $text['label-range']['sv-se'] = "Intervall";
|
|||
$text['label-range']['uk-ua'] = "Діапазон";
|
||||
|
||||
$text['label-proxy_media']['en-us'] = "Proxy Media";
|
||||
$text['label-proxy_media']['en-gb'] = "Proxy Media";
|
||||
$text['label-proxy_media']['ar-eg'] = "";
|
||||
$text['label-proxy_media']['de-at'] = "Proxy Media"; //copied from de-de
|
||||
$text['label-proxy_media']['de-ch'] = "Proxy Media"; //copied from de-de
|
||||
|
|
@ -766,6 +804,7 @@ $text['label-proxy_media']['sv-se'] = "Proxy Media";
|
|||
$text['label-proxy_media']['uk-ua'] = "";
|
||||
|
||||
$text['label-provisioning']['en-us'] = "Device Provisioning";
|
||||
$text['label-provisioning']['en-gb'] = "Device Provisioning";
|
||||
$text['label-provisioning']['ar-eg'] = "";
|
||||
$text['label-provisioning']['de-at'] = "Endgeräte Bereitstellung"; //copied from de-de
|
||||
$text['label-provisioning']['de-ch'] = "Endgeräte Bereitstellung"; //copied from de-de
|
||||
|
|
@ -786,6 +825,7 @@ $text['label-provisioning']['sv-se'] = "Enhet Provisionering";
|
|||
$text['label-provisioning']['uk-ua'] = "";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['en-gb'] = "Password";
|
||||
$text['label-password']['ar-eg'] = "كلمة السر";
|
||||
$text['label-password']['de-at'] = "Passwort"; //copied from de-de
|
||||
$text['label-password']['de-ch'] = "Passwort"; //copied from de-de
|
||||
|
|
@ -806,6 +846,7 @@ $text['label-password']['sv-se'] = "Lösenord";
|
|||
$text['label-password']['uk-ua'] = "Пароль";
|
||||
|
||||
$text['label-caller_id']['en-us'] = "Caller ID";
|
||||
$text['label-caller_id']['en-gb'] = "Caller ID";
|
||||
$text['label-caller_id']['ar-eg'] = "";
|
||||
$text['label-caller_id']['de-at'] = "Ausgehende Anruferkennung"; //copied from de-de
|
||||
$text['label-caller_id']['de-ch'] = "Ausgehende Anruferkennung"; //copied from de-de
|
||||
|
|
@ -826,6 +867,7 @@ $text['label-caller_id']['sv-se'] = "Nummerpresentation";
|
|||
$text['label-caller_id']['uk-ua'] = "";
|
||||
|
||||
$text['label-caller_id_number']['en-us'] = "Caller ID";
|
||||
$text['label-caller_id_number']['en-gb'] = "Caller ID";
|
||||
$text['label-caller_id_number']['ar-eg'] = "";
|
||||
$text['label-caller_id_number']['de-at'] = "Ausgehende Anruferkennung"; //copied from de-de
|
||||
$text['label-caller_id_number']['de-ch'] = "Ausgehende Anruferkennung"; //copied from de-de
|
||||
|
|
@ -846,6 +888,7 @@ $text['label-caller_id_number']['sv-se'] = "Nummerpresentation";
|
|||
$text['label-caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['label-outbound_caller_id_number']['en-us'] = "Outbound Caller ID Number";
|
||||
$text['label-outbound_caller_id_number']['en-gb'] = "Outbound Caller ID Number";
|
||||
$text['label-outbound_caller_id_number']['ar-eg'] = "";
|
||||
$text['label-outbound_caller_id_number']['de-at'] = "Ausgehende Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-outbound_caller_id_number']['de-ch'] = "Ausgehende Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -866,6 +909,7 @@ $text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentatio
|
|||
$text['label-outbound_caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['label-outbound_caller_id_name']['en-us'] = "Outbound Caller ID Name";
|
||||
$text['label-outbound_caller_id_name']['en-gb'] = "Outbound Caller ID Name";
|
||||
$text['label-outbound_caller_id_name']['ar-eg'] = "";
|
||||
$text['label-outbound_caller_id_name']['de-at'] = "Ausgehende Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-outbound_caller_id_name']['de-ch'] = "Ausgehende Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -886,6 +930,7 @@ $text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation";
|
|||
$text['label-outbound_caller_id_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-outbound_cid_name']['en-us'] = "Outbound CID Name";
|
||||
$text['label-outbound_cid_name']['en-gb'] = "Outbound CID Name";
|
||||
$text['label-outbound_cid_name']['ar-eg'] = "";
|
||||
$text['label-outbound_cid_name']['de-at'] = "Ausgehende Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-outbound_cid_name']['de-ch'] = "Ausgehende Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -906,6 +951,7 @@ $text['label-outbound_cid_name']['sv-se'] = "Utgående Namnpresentation";
|
|||
$text['label-outbound_cid_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-number_alias']['en-us'] = "Number Alias";
|
||||
$text['label-number_alias']['en-gb'] = "Number Alias";
|
||||
$text['label-number_alias']['ar-eg'] = "";
|
||||
$text['label-number_alias']['de-at'] = "Alternative Nummer"; //copied from de-de
|
||||
$text['label-number_alias']['de-ch'] = "Alternative Nummer"; //copied from de-de
|
||||
|
|
@ -926,6 +972,7 @@ $text['label-number_alias']['sv-se'] = "Nummer Alias";
|
|||
$text['label-number_alias']['uk-ua'] = "Псевдонім номера";
|
||||
|
||||
$text['label-nibble_account']['en-us'] = "Nibble Account";
|
||||
$text['label-nibble_account']['en-gb'] = "Nibble Account";
|
||||
$text['label-nibble_account']['ar-eg'] = "";
|
||||
$text['label-nibble_account']['de-at'] = "Nibble Benutzer"; //copied from de-de
|
||||
$text['label-nibble_account']['de-ch'] = "Nibble Benutzer"; //copied from de-de
|
||||
|
|
@ -946,6 +993,7 @@ $text['label-nibble_account']['sv-se'] = "Nibble Konto";
|
|||
$text['label-nibble_account']['uk-ua'] = "";
|
||||
|
||||
$text['label-mwi_account']['en-us'] = "MWI Account";
|
||||
$text['label-mwi_account']['en-gb'] = "MWI Account";
|
||||
$text['label-mwi_account']['ar-eg'] = "";
|
||||
$text['label-mwi_account']['de-at'] = "MWI Konto"; //copied from de-de
|
||||
$text['label-mwi_account']['de-ch'] = "MWI Konto"; //copied from de-de
|
||||
|
|
@ -966,6 +1014,7 @@ $text['label-mwi_account']['sv-se'] = "MWI Konto";
|
|||
$text['label-mwi_account']['uk-ua'] = "";
|
||||
|
||||
$text['label-missed_call']['en-us'] = "Missed Call";
|
||||
$text['label-missed_call']['en-gb'] = "Missed Call";
|
||||
$text['label-missed_call']['ar-eg'] = "";
|
||||
$text['label-missed_call']['de-at'] = "Verpasster Anruf"; //copied from de-de
|
||||
$text['label-missed_call']['de-ch'] = "Verpasster Anruf"; //copied from de-de
|
||||
|
|
@ -986,6 +1035,7 @@ $text['label-missed_call']['sv-se'] = "Missat Samtal";
|
|||
$text['label-missed_call']['uk-ua'] = "пропущений Дзвінок";
|
||||
|
||||
$text['label-line']['en-us'] = "Line";
|
||||
$text['label-line']['en-gb'] = "Line";
|
||||
$text['label-line']['ar-eg'] = "خط";
|
||||
$text['label-line']['de-at'] = "Leitung"; //copied from de-de
|
||||
$text['label-line']['de-ch'] = "Leitung"; //copied from de-de
|
||||
|
|
@ -1006,6 +1056,7 @@ $text['label-line']['sv-se'] = "Linje";
|
|||
$text['label-line']['uk-ua'] = "";
|
||||
|
||||
$text['label-limit_max']['en-us'] = "Limit Max";
|
||||
$text['label-limit_max']['en-gb'] = "Limit Max";
|
||||
$text['label-limit_max']['ar-eg'] = "";
|
||||
$text['label-limit_max']['de-at'] = "Obergrenze"; //copied from de-de
|
||||
$text['label-limit_max']['de-ch'] = "Obergrenze"; //copied from de-de
|
||||
|
|
@ -1026,6 +1077,7 @@ $text['label-limit_max']['sv-se'] = "Max Begränsning";
|
|||
$text['label-limit_max']['uk-ua'] = "";
|
||||
|
||||
$text['label-limit_destination']['en-us'] = "Limit Destination";
|
||||
$text['label-limit_destination']['en-gb'] = "Limit Destination";
|
||||
$text['label-limit_destination']['ar-eg'] = "";
|
||||
$text['label-limit_destination']['de-at'] = "Ziel bei Wertüberschreitung"; //copied from de-de
|
||||
$text['label-limit_destination']['de-ch'] = "Ziel bei Wertüberschreitung"; //copied from de-de
|
||||
|
|
@ -1046,6 +1098,7 @@ $text['label-limit_destination']['sv-se'] = "Begränsad Destination";
|
|||
$text['label-limit_destination']['uk-ua'] = "";
|
||||
|
||||
$text['label-hold_music']['en-us'] = "Hold Music";
|
||||
$text['label-hold_music']['en-gb'] = "Hold Music";
|
||||
$text['label-hold_music']['ar-eg'] = "";
|
||||
$text['label-hold_music']['de-at'] = "Wartemusik"; //copied from de-de
|
||||
$text['label-hold_music']['de-ch'] = "Wartemusik"; //copied from de-de
|
||||
|
|
@ -1066,6 +1119,7 @@ $text['label-hold_music']['sv-se'] = "Vänt-musik";
|
|||
$text['label-hold_music']['uk-ua'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "رقم داخلي";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -1086,6 +1140,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
|||
$text['label-extension']['uk-ua'] = "Розширення";
|
||||
|
||||
$text['label-emergency_caller_id_number']['en-us'] = "Emergency Caller ID Number";
|
||||
$text['label-emergency_caller_id_number']['en-gb'] = "Emergency Caller ID Number";
|
||||
$text['label-emergency_caller_id_number']['ar-eg'] = "";
|
||||
$text['label-emergency_caller_id_number']['de-at'] = "Notruf Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-emergency_caller_id_number']['de-ch'] = "Notruf Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -1106,6 +1161,7 @@ $text['label-emergency_caller_id_number']['sv-se'] = "Nöd Nummerpresentation";
|
|||
$text['label-emergency_caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['label-emergency_caller_id_name']['en-us'] = "Emergency Caller ID Name";
|
||||
$text['label-emergency_caller_id_name']['en-gb'] = "Emergency Caller ID Name";
|
||||
$text['label-emergency_caller_id_name']['ar-eg'] = "";
|
||||
$text['label-emergency_caller_id_name']['de-at'] = "Notruf Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-emergency_caller_id_name']['de-ch'] = "Notruf Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -1126,6 +1182,7 @@ $text['label-emergency_caller_id_name']['sv-se'] = "Nöd Namnpresentation";
|
|||
$text['label-emergency_caller_id_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-email']['en-us'] = "Email";
|
||||
$text['label-email']['en-gb'] = "Email";
|
||||
$text['label-email']['ar-eg'] = "البريد الإليكتروني";
|
||||
$text['label-email']['de-at'] = "Email"; //copied from de-de
|
||||
$text['label-email']['de-ch'] = "Email"; //copied from de-de
|
||||
|
|
@ -1146,6 +1203,7 @@ $text['label-email']['sv-se'] = "E-post";
|
|||
$text['label-email']['uk-ua'] = "Електронна пошта";
|
||||
|
||||
$text['label-effective_caller_id_number']['en-us'] = "Effective Caller ID Number";
|
||||
$text['label-effective_caller_id_number']['en-gb'] = "Effective Caller ID Number";
|
||||
$text['label-effective_caller_id_number']['ar-eg'] = "رقم المتصل الفعال";
|
||||
$text['label-effective_caller_id_number']['de-at'] = "Tatsächliche Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-effective_caller_id_number']['de-ch'] = "Tatsächliche Anruferkennung (Nummer)"; //copied from de-de
|
||||
|
|
@ -1166,6 +1224,7 @@ $text['label-effective_caller_id_number']['sv-se'] = "Effektiv Nummerpresentatio
|
|||
$text['label-effective_caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['label-effective_caller_id_name']['en-us'] = "Effective Caller ID Name";
|
||||
$text['label-effective_caller_id_name']['en-gb'] = "Effective Caller ID Name";
|
||||
$text['label-effective_caller_id_name']['ar-eg'] = "إسم المتصل الفعال";
|
||||
$text['label-effective_caller_id_name']['de-at'] = "Tatsächliche Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-effective_caller_id_name']['de-ch'] = "Tatsächliche Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -1186,6 +1245,7 @@ $text['label-effective_caller_id_name']['sv-se'] = "Effektiv Namnpresentation";
|
|||
$text['label-effective_caller_id_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-effective_cid_name']['en-us'] = "Effective CID Name";
|
||||
$text['label-effective_cid_name']['en-gb'] = "Effective CID Name";
|
||||
$text['label-effective_cid_name']['ar-eg'] = "إسم المتصل الفعال";
|
||||
$text['label-effective_cid_name']['de-at'] = "Tatsächliche Anruferkennung (Name)"; //copied from de-de
|
||||
$text['label-effective_cid_name']['de-ch'] = "Tatsächliche Anruferkennung (Name)"; //copied from de-de
|
||||
|
|
@ -1206,6 +1266,7 @@ $text['label-effective_cid_name']['sv-se'] = "Effektiv Namnpresentation";
|
|||
$text['label-effective_cid_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['en-gb'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "النطاق";
|
||||
$text['label-domain']['de-at'] = "Domäne"; //copied from de-de
|
||||
$text['label-domain']['de-ch'] = "Domäne"; //copied from de-de
|
||||
|
|
@ -1226,6 +1287,7 @@ $text['label-domain']['sv-se'] = "Domän";
|
|||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
|
||||
$text['label-directory_visible']['en-us'] = "Directory Visible";
|
||||
$text['label-directory_visible']['en-gb'] = "Directory Visible";
|
||||
$text['label-directory_visible']['ar-eg'] = "";
|
||||
$text['label-directory_visible']['de-at'] = "Sichtbar im Verzeichnis"; //copied from de-de
|
||||
$text['label-directory_visible']['de-ch'] = "Sichtbar im Verzeichnis"; //copied from de-de
|
||||
|
|
@ -1246,6 +1308,7 @@ $text['label-directory_visible']['sv-se'] = "Synlig I Katalog";
|
|||
$text['label-directory_visible']['uk-ua'] = "";
|
||||
|
||||
$text['label-directory_full_name']['en-us'] = "Directory Full Name";
|
||||
$text['label-directory_full_name']['en-gb'] = "Directory Full Name";
|
||||
$text['label-directory_full_name']['ar-eg'] = "";
|
||||
$text['label-directory_full_name']['de-at'] = "Voller Name im Verzeichnis"; //copied from de-de
|
||||
$text['label-directory_full_name']['de-ch'] = "Voller Name im Verzeichnis"; //copied from de-de
|
||||
|
|
@ -1266,6 +1329,7 @@ $text['label-directory_full_name']['sv-se'] = "Hela Namnet I Katalog";
|
|||
$text['label-directory_full_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-directory_exten_visible']['en-us'] = "Directory Extension Visible";
|
||||
$text['label-directory_exten_visible']['en-gb'] = "Directory Extension Visible";
|
||||
$text['label-directory_exten_visible']['ar-eg'] = "";
|
||||
$text['label-directory_exten_visible']['de-at'] = "Nebenstelle im Verzeichnis sichtbar"; //copied from de-de
|
||||
$text['label-directory_exten_visible']['de-ch'] = "Nebenstelle im Verzeichnis sichtbar"; //copied from de-de
|
||||
|
|
@ -1286,6 +1350,7 @@ $text['label-directory_exten_visible']['sv-se'] = "Fullständigt Namn I Kataloge
|
|||
$text['label-directory_exten_visible']['uk-ua'] = "";
|
||||
|
||||
$text['label-dial_string']['en-us'] = "Dial String";
|
||||
$text['label-dial_string']['en-gb'] = "Dial String";
|
||||
$text['label-dial_string']['ar-eg'] = "";
|
||||
$text['label-dial_string']['de-at'] = "Wahl Zeichenkette"; //copied from de-de
|
||||
$text['label-dial_string']['de-ch'] = "Wahl Zeichenkette"; //copied from de-de
|
||||
|
|
@ -1306,6 +1371,7 @@ $text['label-dial_string']['sv-se'] = "Dial String";
|
|||
$text['label-dial_string']['uk-ua'] = "";
|
||||
|
||||
$text['label-device_template']['en-us'] = "Template";
|
||||
$text['label-device_template']['en-gb'] = "Template";
|
||||
$text['label-device_template']['ar-eg'] = "";
|
||||
$text['label-device_template']['de-at'] = "Vorlage"; //copied from de-de
|
||||
$text['label-device_template']['de-ch'] = "Vorlage"; //copied from de-de
|
||||
|
|
@ -1326,6 +1392,7 @@ $text['label-device_template']['sv-se'] = "Mall";
|
|||
$text['label-device_template']['uk-ua'] = "";
|
||||
|
||||
$text['label-device_mac_address']['en-us'] = "MAC Address";
|
||||
$text['label-device_mac_address']['en-gb'] = "MAC Address";
|
||||
$text['label-device_mac_address']['ar-eg'] = "";
|
||||
$text['label-device_mac_address']['de-at'] = "MAC Adresse"; //copied from de-de
|
||||
$text['label-device_mac_address']['de-ch'] = "MAC Adresse"; //copied from de-de
|
||||
|
|
@ -1346,6 +1413,7 @@ $text['label-device_mac_address']['sv-se'] = "MAC-adress";
|
|||
$text['label-device_mac_address']['uk-ua'] = "";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['en-gb'] = "Description";
|
||||
$text['label-description']['ar-eg'] = "الوصف";
|
||||
$text['label-description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['label-description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
|
|
@ -1366,6 +1434,7 @@ $text['label-description']['sv-se'] = "Beskrivning";
|
|||
$text['label-description']['uk-ua'] = "Опис";
|
||||
|
||||
$text['label-cidr']['en-us'] = "CIDR";
|
||||
$text['label-cidr']['en-gb'] = "CIDR";
|
||||
$text['label-cidr']['ar-eg'] = "";
|
||||
$text['label-cidr']['de-at'] = "CIDR"; //copied from de-de
|
||||
$text['label-cidr']['de-ch'] = "CIDR"; //copied from de-de
|
||||
|
|
@ -1386,6 +1455,7 @@ $text['label-cidr']['sv-se'] = "CIDR";
|
|||
$text['label-cidr']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call_timeout']['en-gb'] = "Call Timeout";
|
||||
$text['label-call_timeout']['ar-eg'] = "";
|
||||
$text['label-call_timeout']['de-at'] = "Zeitüberschreitung des Anrufs"; //copied from de-de
|
||||
$text['label-call_timeout']['de-ch'] = "Zeitüberschreitung des Anrufs"; //copied from de-de
|
||||
|
|
@ -1406,6 +1476,7 @@ $text['label-call_timeout']['sv-se'] = "Call Timeout";
|
|||
$text['label-call_timeout']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_screen_enabled']['en-us'] = "Call Screen";
|
||||
$text['label-call_screen_enabled']['en-gb'] = "Call Screen";
|
||||
$text['label-call_screen_enabled']['ar-eg'] = "";
|
||||
$text['label-call_screen_enabled']['de-at'] = "Anrufe abschirmen"; //copied from de-de
|
||||
$text['label-call_screen_enabled']['de-ch'] = "Anrufe abschirmen"; //copied from de-de
|
||||
|
|
@ -1426,6 +1497,7 @@ $text['label-call_screen_enabled']['sv-se'] = "Call Screen";
|
|||
$text['label-call_screen_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_group']['en-us'] = "Call Group";
|
||||
$text['label-call_group']['en-gb'] = "Call Group";
|
||||
$text['label-call_group']['ar-eg'] = "";
|
||||
$text['label-call_group']['de-at'] = "Rufgruppe"; //copied from de-de
|
||||
$text['label-call_group']['de-ch'] = "Rufgruppe"; //copied from de-de
|
||||
|
|
@ -1446,6 +1518,7 @@ $text['label-call_group']['sv-se'] = "Ring Grupp";
|
|||
$text['label-call_group']['uk-ua'] = "";
|
||||
|
||||
$text['label-bypass_media_after_bridge']['en-us'] = "Bypass Media After Bridge";
|
||||
$text['label-bypass_media_after_bridge']['en-gb'] = "Bypass Media After Bridge";
|
||||
$text['label-bypass_media_after_bridge']['ar-eg'] = "";
|
||||
$text['label-bypass_media_after_bridge']['de-at'] = "Bypass Media After Bridge"; //copied from de-de
|
||||
$text['label-bypass_media_after_bridge']['de-ch'] = "Bypass Media After Bridge"; //copied from de-de
|
||||
|
|
@ -1466,6 +1539,7 @@ $text['label-bypass_media_after_bridge']['sv-se'] = "Bypass Media After Bridge";
|
|||
$text['label-bypass_media_after_bridge']['uk-ua'] = "";
|
||||
|
||||
$text['label-bypass_media']['en-us'] = "Bypass Media";
|
||||
$text['label-bypass_media']['en-gb'] = "Bypass Media";
|
||||
$text['label-bypass_media']['ar-eg'] = "";
|
||||
$text['label-bypass_media']['de-at'] = "Bypass Media"; //copied from de-de
|
||||
$text['label-bypass_media']['de-ch'] = "Bypass Media"; //copied from de-de
|
||||
|
|
@ -1486,6 +1560,7 @@ $text['label-bypass_media']['sv-se'] = "Bypass Media";
|
|||
$text['label-bypass_media']['uk-ua'] = "";
|
||||
|
||||
$text['label-billing_warning']['en-us'] = "Billing is installed, please take note you need to have enough balance to create extensions.";
|
||||
$text['label-billing_warning']['en-gb'] = "Billing is installed, please take note you need to have enough balance to create extensions.";
|
||||
$text['label-billing_warning']['ar-eg'] = "";
|
||||
$text['label-billing_warning']['de-at'] = "Das Rechnungsmodul ist installiert. Bitte beachten Sie, dass Sie genug Guthaben benötigen um Nebenstellen anlegen zu können."; //copied from de-de
|
||||
$text['label-billing_warning']['de-ch'] = "Das Rechnungsmodul ist installiert. Bitte beachten Sie, dass Sie genug Guthaben benötigen um Nebenstellen anlegen zu können."; //copied from de-de
|
||||
|
|
@ -1506,6 +1581,7 @@ $text['label-billing_warning']['sv-se'] = "Fakturerings program är installerat,
|
|||
$text['label-billing_warning']['uk-ua'] = "";
|
||||
|
||||
$text['label-auth_acl']['en-us'] = "Auth ACL";
|
||||
$text['label-auth_acl']['en-gb'] = "Auth ACL";
|
||||
$text['label-auth_acl']['ar-eg'] = "";
|
||||
$text['label-auth_acl']['de-at'] = "Authentifizierungs ACL"; //copied from de-de
|
||||
$text['label-auth_acl']['de-ch'] = "Authentifizierungs ACL"; //copied from de-de
|
||||
|
|
@ -1526,6 +1602,7 @@ $text['label-auth_acl']['sv-se'] = "Auth ACL";
|
|||
$text['label-auth_acl']['uk-ua'] = "";
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Account Code";
|
||||
$text['label-accountcode']['en-gb'] = "Account Code";
|
||||
$text['label-accountcode']['ar-eg'] = "";
|
||||
$text['label-accountcode']['de-at'] = "Kontoschlüssel"; //copied from de-de
|
||||
$text['label-accountcode']['de-ch'] = "Kontoschlüssel"; //copied from de-de
|
||||
|
|
@ -1546,6 +1623,7 @@ $text['label-accountcode']['sv-se'] = "Kontokod";
|
|||
$text['label-accountcode']['uk-ua'] = "";
|
||||
|
||||
$text['label-is_registered']['en-us'] = "Registered";
|
||||
$text['label-is_registered']['en-gb'] = "Registered";
|
||||
$text['label-is_registered']['ar-eg'] = "";
|
||||
$text['label-is_registered']['de-at'] = "Registriert"; //copied from de-de
|
||||
$text['label-is_registered']['de-ch'] = "Registriert"; //copied from de-de
|
||||
|
|
@ -1566,6 +1644,7 @@ $text['label-is_registered']['sv-se'] = "Registrerad";
|
|||
$text['label-is_registered']['uk-ua'] = "";
|
||||
|
||||
$text['label-column_name']['en-us'] = "Column Name";
|
||||
$text['label-column_name']['en-gb'] = "Column Name";
|
||||
$text['label-column_name']['ar-eg'] = "";
|
||||
$text['label-column_name']['de-at'] = "";
|
||||
$text['label-column_name']['de-ch'] = "";
|
||||
|
|
@ -1586,6 +1665,7 @@ $text['label-column_name']['sv-se'] = "";
|
|||
$text['label-column_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['en-gb'] = "Destination";
|
||||
$text['label-destination']['ar-eg'] = "جهات الأتصال";
|
||||
$text['label-destination']['de-at'] = "Ziele"; //copied from de-de
|
||||
$text['label-destination']['de-ch'] = "Ziele"; //copied from de-de
|
||||
|
|
@ -1606,6 +1686,7 @@ $text['label-destination']['sv-se'] = "Destinationer";
|
|||
$text['label-destination']['uk-ua'] = "Номери";
|
||||
|
||||
$text['label-extension_and_voicemail']['en-us'] = "Extension & Voicemail";
|
||||
$text['label-extension_and_voicemail']['en-gb'] = "Extension & Voicemail";
|
||||
$text['label-extension_and_voicemail']['ar-eg'] = "";
|
||||
$text['label-extension_and_voicemail']['de-at'] = "Durchwahl, Mailbox"; //copied from de-de
|
||||
$text['label-extension_and_voicemail']['de-ch'] = "Durchwahl, Mailbox"; //copied from de-de
|
||||
|
|
@ -1628,6 +1709,7 @@ $text['label-extension_and_voicemail']['uk-ua'] = "Розширення (Extenti
|
|||
$text['label-extension_and_voicemail']['tr-tr'] = "";
|
||||
|
||||
$text['label-extension_only']['en-us'] = "Extension Only";
|
||||
$text['label-extension_only']['en-gb'] = "Extension Only";
|
||||
$text['label-extension_only']['ar-eg'] = "";
|
||||
$text['label-extension_only']['de-at'] = "Durchwahl"; //copied from de-de
|
||||
$text['label-extension_only']['de-ch'] = "Durchwahl"; //copied from de-de
|
||||
|
|
@ -1650,6 +1732,7 @@ $text['label-extension_only']['uk-ua'] = "Розширення (Extention)";
|
|||
$text['label-extension_only']['tr-tr'] = "";
|
||||
|
||||
$text['header-extensions']['en-us'] = "Extensions";
|
||||
$text['header-extensions']['en-gb'] = "Extensions";
|
||||
$text['header-extensions']['ar-eg'] = "الأرقام الداخلية";
|
||||
$text['header-extensions']['de-at'] = "Nebenstellen"; //copied from de-de
|
||||
$text['header-extensions']['de-ch'] = "Nebenstellen"; //copied from de-de
|
||||
|
|
@ -1670,6 +1753,7 @@ $text['header-extensions']['sv-se'] = "Anknytningar";
|
|||
$text['header-extensions']['uk-ua'] = "Розширення";
|
||||
|
||||
$text['header-extension_import']['en-us'] = "Extension Import";
|
||||
$text['header-extension_import']['en-gb'] = "Extension Import";
|
||||
$text['header-extension_import']['ar-eg'] = "";
|
||||
$text['header-extension_import']['de-at'] = "Importieren"; //copied from de-de
|
||||
$text['header-extension_import']['de-ch'] = "Importieren"; //copied from de-de
|
||||
|
|
@ -1692,6 +1776,7 @@ $text['header-extension_import']['uk-ua'] = "";
|
|||
$text['header-extension_import']['tr-tr'] = "İçe Aktar";
|
||||
|
||||
$text['header-extension_export']['en-us'] = "Extension Export";
|
||||
$text['header-extension_export']['en-gb'] = "Extension Export";
|
||||
$text['header-extension_export']['ar-eg'] = "";
|
||||
$text['header-extension_export']['de-at'] = "Exportieren"; //copied from de-de
|
||||
$text['header-extension_export']['de-ch'] = "Exportieren"; //copied from de-de
|
||||
|
|
@ -1714,6 +1799,7 @@ $text['header-extension_export']['uk-ua'] = "Експортувати";
|
|||
$text['header-extension_export']['tr-tr'] = "Dışa Aktar";
|
||||
|
||||
$text['header-extension-edit']['en-us'] = "Extension";
|
||||
$text['header-extension-edit']['en-gb'] = "Extension";
|
||||
$text['header-extension-edit']['ar-eg'] = "رقم داخلي";
|
||||
$text['header-extension-edit']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['header-extension-edit']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -1734,6 +1820,7 @@ $text['header-extension-edit']['sv-se'] = "Anknytning";
|
|||
$text['header-extension-edit']['uk-ua'] = "Розширення";
|
||||
|
||||
$text['header-extension-add']['en-us'] = "Extension Add";
|
||||
$text['header-extension-add']['en-gb'] = "Extension Add";
|
||||
$text['header-extension-add']['ar-eg'] = "إضافة رقم داخلي";
|
||||
$text['header-extension-add']['de-at'] = "Nebenstelle hinzufügen"; //copied from de-de
|
||||
$text['header-extension-add']['de-ch'] = "Nebenstelle hinzufügen"; //copied from de-de
|
||||
|
|
@ -1754,6 +1841,7 @@ $text['header-extension-add']['sv-se'] = "Lägg Till Anknytning";
|
|||
$text['header-extension-add']['uk-ua'] = "Додавання розширення";
|
||||
|
||||
$text['description-voicemail_password']['en-us'] = "Enter the numeric voicemail password here.";
|
||||
$text['description-voicemail_password']['en-gb'] = "Enter the numeric voicemail password here.";
|
||||
$text['description-voicemail_password']['ar-eg'] = "";
|
||||
$text['description-voicemail_password']['de-at'] = "Geben Sie das numerische Mailbox Passwort an."; //copied from de-de
|
||||
$text['description-voicemail_password']['de-ch'] = "Geben Sie das numerische Mailbox Passwort an."; //copied from de-de
|
||||
|
|
@ -1774,6 +1862,7 @@ $text['description-voicemail_password']['sv-se'] = "Ange det numeriska röstbrev
|
|||
$text['description-voicemail_password']['uk-ua'] = "";
|
||||
|
||||
$text['description-voicemail_mail_to']['en-us'] = "Enter the email address to send voicemail to (optional).";
|
||||
$text['description-voicemail_mail_to']['en-gb'] = "Enter the email address to send voicemail to (optional).";
|
||||
$text['description-voicemail_mail_to']['ar-eg'] = "";
|
||||
$text['description-voicemail_mail_to']['de-at'] = "Geben Sie die Email Adresse an, an die Ihre Mailbox Nachricht gesendet werden soll (optional)."; //copied from de-de
|
||||
$text['description-voicemail_mail_to']['de-ch'] = "Geben Sie die Email Adresse an, an die Ihre Mailbox Nachricht gesendet werden soll (optional)."; //copied from de-de
|
||||
|
|
@ -1794,6 +1883,7 @@ $text['description-voicemail_mail_to']['sv-se'] = "Ange E-post adressen för rö
|
|||
$text['description-voicemail_mail_to']['uk-ua'] = "";
|
||||
|
||||
$text['description-voicemail_local_after_email']['en-us'] = "Choose whether to keep the voicemail in the system after sending the email notification.";
|
||||
$text['description-voicemail_local_after_email']['en-gb'] = "Choose whether to keep the voicemail in the system after sending the email notification.";
|
||||
$text['description-voicemail_local_after_email']['ar-eg'] = "";
|
||||
$text['description-voicemail_local_after_email']['de-at'] = "Wählen Sie ob die Mailbox Nachricht am Server gespeichert werden soll, sobald die Nachricht per Mail versendet worden ist."; //copied from de-de
|
||||
$text['description-voicemail_local_after_email']['de-ch'] = "Wählen Sie ob die Mailbox Nachricht am Server gespeichert werden soll, sobald die Nachricht per Mail versendet worden ist."; //copied from de-de
|
||||
|
|
@ -1814,6 +1904,7 @@ $text['description-voicemail_local_after_email']['sv-se'] = "Välj om du vill be
|
|||
$text['description-voicemail_local_after_email']['uk-ua'] = "";
|
||||
|
||||
$text['description-voicemail_file']['en-us'] = "Select a listening option to include with the email notification.";
|
||||
$text['description-voicemail_file']['en-gb'] = "Select a listening option to include with the email notification.";
|
||||
$text['description-voicemail_file']['ar-eg'] = "";
|
||||
$text['description-voicemail_file']['de-at'] = "Wählen Sie eine Option für die Mailbox Benachrichtigung."; //copied from de-de
|
||||
$text['description-voicemail_file']['de-ch'] = "Wählen Sie eine Option für die Mailbox Benachrichtigung."; //copied from de-de
|
||||
|
|
@ -1834,6 +1925,7 @@ $text['description-voicemail_file']['sv-se'] = "Välj ett alternativ för avlyss
|
|||
$text['description-voicemail_file']['uk-ua'] = "";
|
||||
|
||||
$text['description-voicemail_enabled']['en-us'] = "Enable/disable voicemail for this extension.";
|
||||
$text['description-voicemail_enabled']['en-gb'] = "Enable/disable voicemail for this extension.";
|
||||
$text['description-voicemail_enabled']['ar-eg'] = "";
|
||||
$text['description-voicemail_enabled']['de-at'] = "Mailbox für diese Nebenstelle Ein- oder Ausschalten."; //copied from de-de
|
||||
$text['description-voicemail_enabled']['de-ch'] = "Mailbox für diese Nebenstelle Ein- oder Ausschalten."; //copied from de-de
|
||||
|
|
@ -1854,6 +1946,7 @@ $text['description-voicemail_enabled']['sv-se'] = "Aktivera/Inaktivera röstbrev
|
|||
$text['description-voicemail_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-user_record']['en-us'] = "Choose whether to record local, inbound, outbound, or all.";
|
||||
$text['description-user_record']['en-gb'] = "Choose whether to record local, inbound, outbound, or all.";
|
||||
$text['description-user_record']['ar-eg'] = "";
|
||||
$text['description-user_record']['de-at'] = "Wählen Sie ob lokale (local), ausgehende (outbound) oder alle (all) Gespräche aufgezeichnet werden sollen."; //copied from de-de
|
||||
$text['description-user_record']['de-ch'] = "Wählen Sie ob lokale (local), ausgehende (outbound) oder alle (all) Gespräche aufgezeichnet werden sollen."; //copied from de-de
|
||||
|
|
@ -1874,6 +1967,7 @@ $text['description-user_record']['sv-se'] = "Välj om lokala, inkommande, utgåe
|
|||
$text['description-user_record']['uk-ua'] = "";
|
||||
|
||||
$text['description-user_list']['en-us'] = "Assign the users that are assigned to this extension. ";
|
||||
$text['description-user_list']['en-gb'] = "Assign the users that are assigned to this extension. ";
|
||||
$text['description-user_list']['ar-eg'] = "";
|
||||
$text['description-user_list']['de-at'] = "Weisen Sie dieser Nebenstelle Benutzer zu."; //copied from de-de
|
||||
$text['description-user_list']['de-ch'] = "Weisen Sie dieser Nebenstelle Benutzer zu."; //copied from de-de
|
||||
|
|
@ -1894,6 +1988,7 @@ $text['description-user_list']['sv-se'] = "Tilldela användare till denna anknyt
|
|||
$text['description-user_list']['uk-ua'] = "";
|
||||
|
||||
$text['description-user_context']['en-us'] = "Enter the user context here.";
|
||||
$text['description-user_context']['en-gb'] = "Enter the user context here.";
|
||||
$text['description-user_context']['ar-eg'] = "";
|
||||
$text['description-user_context']['de-at'] = "Geben Sie den Benutzer Kontext an."; //copied from de-de
|
||||
$text['description-user_context']['de-ch'] = "Geben Sie den Benutzer Kontext an."; //copied from de-de
|
||||
|
|
@ -1914,6 +2009,7 @@ $text['description-user_context']['sv-se'] = "Ange 'user context' här.";
|
|||
$text['description-user_context']['uk-ua'] = "";
|
||||
|
||||
$text['description-toll_allow']['en-us'] = "Enter the toll allow value here. (Examples: domestic,international,local)";
|
||||
$text['description-toll_allow']['en-gb'] = "Enter the toll allow value here. (Examples: domestic,international,local)";
|
||||
$text['description-toll_allow']['ar-eg'] = "";
|
||||
$text['description-toll_allow']['de-at'] = "Geben Sie die Berechtigung an. (z.B.: domestic, international, local)"; //copied from de-de
|
||||
$text['description-toll_allow']['de-ch'] = "Geben Sie die Berechtigung an. (z.B.: domestic, international, local)"; //copied from de-de
|
||||
|
|
@ -1934,6 +2030,7 @@ $text['description-toll_allow']['sv-se'] = "Ange 'toll allow' värde här. (Exem
|
|||
$text['description-toll_allow']['uk-ua'] = "";
|
||||
|
||||
$text['description-sip_force_expires']['en-us'] = "To prevent stale registrations SIP Force expires can override the client expire.";
|
||||
$text['description-sip_force_expires']['en-gb'] = "To prevent stale registrations SIP Force expires can override the client expire.";
|
||||
$text['description-sip_force_expires']['ar-eg'] = "";
|
||||
$text['description-sip_force_expires']['de-at'] = "Um abgelaufene Registrierungen zu vermeiden kann SIP 'Force expires' des Endgeräts hier überschrieben werden."; //copied from de-de
|
||||
$text['description-sip_force_expires']['de-ch'] = "Um abgelaufene Registrierungen zu vermeiden kann SIP 'Force expires' des Endgeräts hier überschrieben werden."; //copied from de-de
|
||||
|
|
@ -1954,6 +2051,7 @@ $text['description-sip_force_expires']['sv-se'] = "För att förhindra inaktuell
|
|||
$text['description-sip_force_expires']['uk-ua'] = "";
|
||||
|
||||
$text['description-sip_force_contact']['en-us'] = "Choose whether to rewrite the contact port, or rewrite both the contact IP and port.";
|
||||
$text['description-sip_force_contact']['en-gb'] = "Choose whether to rewrite the contact port, or rewrite both the contact IP and port.";
|
||||
$text['description-sip_force_contact']['ar-eg'] = "";
|
||||
$text['description-sip_force_contact']['de-at'] = "Wählen Sie, ob 'contact Port' oder 'contact IP' und 'contact Port' im SIP Header überschrieben werden sollen."; //copied from de-de
|
||||
$text['description-sip_force_contact']['de-ch'] = "Wählen Sie, ob 'contact Port' oder 'contact IP' und 'contact Port' im SIP Header überschrieben werden sollen."; //copied from de-de
|
||||
|
|
@ -1974,6 +2072,7 @@ $text['description-sip_force_contact']['sv-se'] = "Välj om 'contact port' skall
|
|||
$text['description-sip_force_contact']['uk-ua'] = "";
|
||||
|
||||
$text['description-sip_bypass_media']['en-us'] = "Choose whether to send the media stream point to point or in transparent proxy mode.";
|
||||
$text['description-sip_bypass_media']['en-gb'] = "Choose whether to send the media stream point to point or in transparent proxy mode.";
|
||||
$text['description-sip_bypass_media']['ar-eg'] = "";
|
||||
$text['description-sip_bypass_media']['de-at'] = "Wählen Sie, ob Mediendaten direkt von Endgerät zu Endgerät übertragen werden sollen."; //copied from de-de
|
||||
$text['description-sip_bypass_media']['de-ch'] = "Wählen Sie, ob Mediendaten direkt von Endgerät zu Endgerät übertragen werden sollen."; //copied from de-de
|
||||
|
|
@ -1994,6 +2093,7 @@ $text['description-sip_bypass_media']['sv-se'] = "Välj om media strömmen skall
|
|||
$text['description-sip_bypass_media']['uk-ua'] = "";
|
||||
|
||||
$text['description-range']['en-us'] = "Enter the number of extensions to create. Increments each extension by 1.";
|
||||
$text['description-range']['en-gb'] = "Enter the number of extensions to create. Increments each extension by 1.";
|
||||
$text['description-range']['ar-eg'] = "";
|
||||
$text['description-range']['de-at'] = "Geben Sie die Anzahl der Nebenstellen an, die angelegt werden sollen. Nebenstellen werden automatisch um 1 erhöht."; //copied from de-de
|
||||
$text['description-range']['de-ch'] = "Geben Sie die Anzahl der Nebenstellen an, die angelegt werden sollen. Nebenstellen werden automatisch um 1 erhöht."; //copied from de-de
|
||||
|
|
@ -2014,6 +2114,7 @@ $text['description-range']['sv-se'] = "Ange hur många anknytningar som skall sk
|
|||
$text['description-range']['uk-ua'] = "";
|
||||
|
||||
$text['description-provisioning']['en-us'] = "Select a device and line number to assign to this extension.";
|
||||
$text['description-provisioning']['en-gb'] = "Select a device and line number to assign to this extension.";
|
||||
$text['description-provisioning']['ar-eg'] = "";
|
||||
$text['description-provisioning']['de-at'] = "Wählen Sie eine Geräte- und Leitungsnummer um sie dieser Nebenstelle zuzuordnen."; //copied from de-de
|
||||
$text['description-provisioning']['de-ch'] = "Wählen Sie eine Geräte- und Leitungsnummer um sie dieser Nebenstelle zuzuordnen."; //copied from de-de
|
||||
|
|
@ -2034,6 +2135,7 @@ $text['description-provisioning']['sv-se'] = "Välj en enhet och linje nummer at
|
|||
$text['description-provisioning']['uk-ua'] = "";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the password here.";
|
||||
$text['description-password']['en-gb'] = "Enter the password here.";
|
||||
$text['description-password']['ar-eg'] = "";
|
||||
$text['description-password']['de-at'] = "Geben Sie das Passwort ein."; //copied from de-de
|
||||
$text['description-password']['de-ch'] = "Geben Sie das Passwort ein."; //copied from de-de
|
||||
|
|
@ -2054,6 +2156,7 @@ $text['description-password']['sv-se'] = "Fyll i lösenord.";
|
|||
$text['description-password']['uk-ua'] = "";
|
||||
|
||||
$text['description-outbound_caller_id_number-select']['en-us'] = "Select the external (public) caller ID number.";
|
||||
$text['description-outbound_caller_id_number-select']['en-gb'] = "Select the external (public) caller ID number.";
|
||||
$text['description-outbound_caller_id_number-select']['ar-eg'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['de-at'] = "Wählen Sie die externe Anruferkennung (Nummer)."; //copied from de-de
|
||||
$text['description-outbound_caller_id_number-select']['de-ch'] = "Wählen Sie die externe Anruferkennung (Nummer)."; //copied from de-de
|
||||
|
|
@ -2074,6 +2177,7 @@ $text['description-outbound_caller_id_number-select']['sv-se'] = "Välj det exte
|
|||
$text['description-outbound_caller_id_number-select']['uk-ua'] = "";
|
||||
|
||||
$text['description-outbound_caller_id_number-custom']['en-us'] = "Enter the external (public) caller ID number here.";
|
||||
$text['description-outbound_caller_id_number-custom']['en-gb'] = "Enter the external (public) caller ID number here.";
|
||||
$text['description-outbound_caller_id_number-custom']['ar-eg'] = "";
|
||||
$text['description-outbound_caller_id_number-custom']['de-at'] = "Geben Sie die externe Anruferkennung (Nummer) hier an."; //copied from de-de
|
||||
$text['description-outbound_caller_id_number-custom']['de-ch'] = "Geben Sie die externe Anruferkennung (Nummer) hier an."; //copied from de-de
|
||||
|
|
@ -2094,6 +2198,7 @@ $text['description-outbound_caller_id_number-custom']['sv-se'] = "Ange det exter
|
|||
$text['description-outbound_caller_id_number-custom']['uk-ua'] = "";
|
||||
|
||||
$text['description-outbound_caller_id_name-select']['en-us'] = "Select the external (public) caller ID name.";
|
||||
$text['description-outbound_caller_id_name-select']['en-gb'] = "Select the external (public) caller ID name.";
|
||||
$text['description-outbound_caller_id_name-select']['ar-eg'] = "";
|
||||
$text['description-outbound_caller_id_name-select']['de-at'] = "Wählen Sie die externe Anruferkennung (Name)."; //copied from de-de
|
||||
$text['description-outbound_caller_id_name-select']['de-ch'] = "Wählen Sie die externe Anruferkennung (Name)."; //copied from de-de
|
||||
|
|
@ -2114,6 +2219,7 @@ $text['description-outbound_caller_id_name-select']['sv-se'] = "Välj det extern
|
|||
$text['description-outbound_caller_id_name-select']['uk-ua'] = "";
|
||||
|
||||
$text['description-outbound_caller_id_name-custom']['en-us'] = "Enter the external (public) caller ID name here.";
|
||||
$text['description-outbound_caller_id_name-custom']['en-gb'] = "Enter the external (public) caller ID name here.";
|
||||
$text['description-outbound_caller_id_name-custom']['ar-eg'] = "";
|
||||
$text['description-outbound_caller_id_name-custom']['de-at'] = "Geben Sie die externe Anruferkennung (Name) hier an."; //copied from de-de
|
||||
$text['description-outbound_caller_id_name-custom']['de-ch'] = "Geben Sie die externe Anruferkennung (Name) hier an."; //copied from de-de
|
||||
|
|
@ -2134,6 +2240,7 @@ $text['description-outbound_caller_id_name-custom']['sv-se'] = "Ange det externa
|
|||
$text['description-outbound_caller_id_name-custom']['uk-ua'] = "";
|
||||
|
||||
$text['description-number_alias']['en-us'] = "If the extension is numeric then number alias is optional.";
|
||||
$text['description-number_alias']['en-gb'] = "If the extension is numeric then number alias is optional.";
|
||||
$text['description-number_alias']['ar-eg'] = "";
|
||||
$text['description-number_alias']['de-at'] = "Wenn die Nebenstelle numerisch ist, ist die Angabe einer alternativen Nummer optional."; //copied from de-de
|
||||
$text['description-number_alias']['de-ch'] = "Wenn die Nebenstelle numerisch ist, ist die Angabe einer alternativen Nummer optional."; //copied from de-de
|
||||
|
|
@ -2154,6 +2261,7 @@ $text['description-number_alias']['sv-se'] = "Om anknytningen är numerisk då
|
|||
$text['description-number_alias']['uk-ua'] = "";
|
||||
|
||||
$text['description-nibble_account']['en-us'] = "Enter the account number for nibblebill to use.";
|
||||
$text['description-nibble_account']['en-gb'] = "Enter the account number for nibblebill to use.";
|
||||
$text['description-nibble_account']['ar-eg'] = "";
|
||||
$text['description-nibble_account']['de-at'] = "Geben Sie die Kontonummer für den Nibblebill Benutzer an."; //copied from de-de
|
||||
$text['description-nibble_account']['de-ch'] = "Geben Sie die Kontonummer für den Nibblebill Benutzer an."; //copied from de-de
|
||||
|
|
@ -2174,6 +2282,7 @@ $text['description-nibble_account']['sv-se'] = "Ange konto nummer för 'nibblebi
|
|||
$text['description-nibble_account']['uk-ua'] = "";
|
||||
|
||||
$text['description-mwi_account']['en-us'] = "MWI Account with user@domain of the voicemail to monitor.";
|
||||
$text['description-mwi_account']['en-gb'] = "MWI Account with user@domain of the voicemail to monitor.";
|
||||
$text['description-mwi_account']['ar-eg'] = "";
|
||||
$text['description-mwi_account']['de-at'] = "MWI Benutzer (user@domain) der Mailbox."; //copied from de-de
|
||||
$text['description-mwi_account']['de-ch'] = "MWI Benutzer (user@domain) der Mailbox."; //copied from de-de
|
||||
|
|
@ -2194,6 +2303,7 @@ $text['description-mwi_account']['sv-se'] = "MWI konto med user@domain för den
|
|||
$text['description-mwi_account']['uk-ua'] = "";
|
||||
|
||||
$text['description-absolute_codec_string']['en-us'] = "Absolute Codec String for the extension";
|
||||
$text['description-absolute_codec_string']['en-gb'] = "Absolute Codec String for the extension";
|
||||
$text['description-absolute_codec_string']['ar-eg'] = "";
|
||||
$text['description-absolute_codec_string']['de-at'] = "Codec Zeichenkette für diese Nebenstelle"; //copied from de-de
|
||||
$text['description-absolute_codec_string']['de-ch'] = "Codec Zeichenkette für diese Nebenstelle"; //copied from de-de
|
||||
|
|
@ -2214,6 +2324,7 @@ $text['description-absolute_codec_string']['sv-se'] = "Absolut Codec String för
|
|||
$text['description-absolute_codec_string']['uk-ua'] = "";
|
||||
|
||||
$text['description-force_ping']['en-us'] = "Use OPTIONS to detect if extension is reacheable";
|
||||
$text['description-force_ping']['en-gb'] = "Use OPTIONS to detect if extension is reacheable";
|
||||
$text['description-force_ping']['ar-eg'] = "";
|
||||
$text['description-force_ping']['de-at'] = "Verwende diese Option um zu prüfen, ob die Nebenstelle ereichbar ist."; //copied from de-de
|
||||
$text['description-force_ping']['de-ch'] = "Verwende diese Option um zu prüfen, ob die Nebenstelle ereichbar ist."; //copied from de-de
|
||||
|
|
@ -2234,6 +2345,7 @@ $text['description-force_ping']['sv-se'] = "Använd OPTIONS för att avgöra om
|
|||
$text['description-force_ping']['uk-ua'] = "";
|
||||
|
||||
$text['description-missed_call']['en-us'] = "Select the notification type, and enter the appropriate destination.";
|
||||
$text['description-missed_call']['en-gb'] = "Select the notification type, and enter the appropriate destination.";
|
||||
$text['description-missed_call']['ar-eg'] = "";
|
||||
$text['description-missed_call']['de-at'] = "Wählen Sie den Benachrichtigungstyp und geben Sie das entsprechende Ziel an."; //copied from de-de
|
||||
$text['description-missed_call']['de-ch'] = "Wählen Sie den Benachrichtigungstyp und geben Sie das entsprechende Ziel an."; //copied from de-de
|
||||
|
|
@ -2254,6 +2366,7 @@ $text['description-missed_call']['sv-se'] = "Välj typ anmälan, och ange lämpl
|
|||
$text['description-missed_call']['uk-ua'] = "Виберіть тип повідомлення, і ввести відповідний пункт призначення.";
|
||||
|
||||
$text['description-limit_max']['en-us'] = "Enter the max number of outgoing calls for this user.";
|
||||
$text['description-limit_max']['en-gb'] = "Enter the max number of outgoing calls for this user.";
|
||||
$text['description-limit_max']['ar-eg'] = "";
|
||||
$text['description-limit_max']['de-at'] = "Geben Sie die maximale Anzahl ausgehender Gespräche dieser Nebenstelle an."; //copied from de-de
|
||||
$text['description-limit_max']['de-ch'] = "Geben Sie die maximale Anzahl ausgehender Gespräche dieser Nebenstelle an."; //copied from de-de
|
||||
|
|
@ -2274,6 +2387,7 @@ $text['description-limit_max']['sv-se'] = "Ange max antal utgående samtal för
|
|||
$text['description-limit_max']['uk-ua'] = "";
|
||||
|
||||
$text['description-limit_destination']['en-us'] = "Enter the destination to send the calls when the max number of outgoing calls has been reached.";
|
||||
$text['description-limit_destination']['en-gb'] = "Enter the destination to send the calls when the max number of outgoing calls has been reached.";
|
||||
$text['description-limit_destination']['ar-eg'] = "";
|
||||
$text['description-limit_destination']['de-at'] = "Geben Sie das Ziel an, wohin der Anruf geleitet werden soll, falls die maximale Anzahl ausgehender Gespräche erreicht wurde."; //copied from de-de
|
||||
$text['description-limit_destination']['de-ch'] = "Geben Sie das Ziel an, wohin der Anruf geleitet werden soll, falls die maximale Anzahl ausgehender Gespräche erreicht wurde."; //copied from de-de
|
||||
|
|
@ -2294,6 +2408,7 @@ $text['description-limit_destination']['sv-se'] = "Ange destination dit samtal s
|
|||
$text['description-limit_destination']['uk-ua'] = "";
|
||||
|
||||
$text['description-hold_music']['en-us'] = "Select the MOH Category here.";
|
||||
$text['description-hold_music']['en-gb'] = "Select the MOH Category here.";
|
||||
$text['description-hold_music']['ar-eg'] = "";
|
||||
$text['description-hold_music']['de-at'] = "Wählen Sie die Wartemusik Kategorie."; //copied from de-de
|
||||
$text['description-hold_music']['de-ch'] = "Wählen Sie die Wartemusik Kategorie."; //copied from de-de
|
||||
|
|
@ -2314,6 +2429,7 @@ $text['description-hold_music']['sv-se'] = "Välj MOH Kategori här.";
|
|||
$text['description-hold_music']['uk-ua'] = "";
|
||||
|
||||
$text['description-extensions']['en-us'] = "Use this to configure your SIP extensions.";
|
||||
$text['description-extensions']['en-gb'] = "Use this to configure your SIP extensions.";
|
||||
$text['description-extensions']['ar-eg'] = "";
|
||||
$text['description-extensions']['de-at'] = "Benutzen Sie dieses Modul um Ihre SIP Nebenstelle zu konfigurieren."; //copied from de-de
|
||||
$text['description-extensions']['de-ch'] = "Benutzen Sie dieses Modul um Ihre SIP Nebenstelle zu konfigurieren."; //copied from de-de
|
||||
|
|
@ -2334,6 +2450,7 @@ $text['description-extensions']['sv-se'] = "Använd detta för att konfigurera d
|
|||
$text['description-extensions']['uk-ua'] = "";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the alphanumeric extension. The default configuration allows 2 - 15 digit extensions.";
|
||||
$text['description-extension']['en-gb'] = "Enter the alphanumeric extension. The default configuration allows 2 - 15 digit extensions.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Weisen Sie die Nebenstellen und Leitungen einem Gerät zu."; //copied from de-de
|
||||
$text['description-extension']['de-ch'] = "Weisen Sie die Nebenstellen und Leitungen einem Gerät zu."; //copied from de-de
|
||||
|
|
@ -2354,6 +2471,7 @@ $text['description-extension']['sv-se'] = "Tilldela anknytning och linje nummer
|
|||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Set the status of the extension.";
|
||||
$text['description-enabled']['en-gb'] = "Set the status of the extension.";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['de-at'] = "Setzen Sie den Status dieser Nebenstelle."; //copied from de-de
|
||||
$text['description-enabled']['de-ch'] = "Setzen Sie den Status dieser Nebenstelle."; //copied from de-de
|
||||
|
|
@ -2374,6 +2492,7 @@ $text['description-enabled']['sv-se'] = "Välj status på denna standardinställ
|
|||
$text['description-enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-emergency_caller_id_number']['en-us'] = "Enter the emergency caller ID number here.";
|
||||
$text['description-emergency_caller_id_number']['en-gb'] = "Enter the emergency caller ID number here.";
|
||||
$text['description-emergency_caller_id_number']['ar-eg'] = "";
|
||||
$text['description-emergency_caller_id_number']['de-at'] = "Geben Sie die Anruferkennung (Nummer) für Notrufe an."; //copied from de-de
|
||||
$text['description-emergency_caller_id_number']['de-ch'] = "Geben Sie die Anruferkennung (Nummer) für Notrufe an."; //copied from de-de
|
||||
|
|
@ -2394,6 +2513,7 @@ $text['description-emergency_caller_id_number']['sv-se'] = "Ange nummer som skal
|
|||
$text['description-emergency_caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['description-emergency_caller_id_name']['en-us'] = "Enter the emergency caller ID name here.";
|
||||
$text['description-emergency_caller_id_name']['en-gb'] = "Enter the emergency caller ID name here.";
|
||||
$text['description-emergency_caller_id_name']['ar-eg'] = "";
|
||||
$text['description-emergency_caller_id_name']['de-at'] = "Geben Sie die Anruferkennung (Name) für Notrufe an."; //copied from de-de
|
||||
$text['description-emergency_caller_id_name']['de-ch'] = "Geben Sie die Anruferkennung (Name) für Notrufe an."; //copied from de-de
|
||||
|
|
@ -2414,6 +2534,7 @@ $text['description-emergency_caller_id_name']['sv-se'] = "Ange namn som skall vi
|
|||
$text['description-emergency_caller_id_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-effective_caller_id_number']['en-us'] = "Enter the internal caller ID number here.";
|
||||
$text['description-effective_caller_id_number']['en-gb'] = "Enter the internal caller ID number here.";
|
||||
$text['description-effective_caller_id_number']['ar-eg'] = "";
|
||||
$text['description-effective_caller_id_number']['de-at'] = "Geben Sie die interne Anruferkennung (Nummer) an."; //copied from de-de
|
||||
$text['description-effective_caller_id_number']['de-ch'] = "Geben Sie die interne Anruferkennung (Nummer) an."; //copied from de-de
|
||||
|
|
@ -2434,6 +2555,7 @@ $text['description-effective_caller_id_number']['sv-se'] = "Ange numret som skal
|
|||
$text['description-effective_caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['description-effective_caller_id_name']['en-us'] = "Enter the internal caller ID name here.";
|
||||
$text['description-effective_caller_id_name']['en-gb'] = "Enter the internal caller ID name here.";
|
||||
$text['description-effective_caller_id_name']['ar-eg'] = "";
|
||||
$text['description-effective_caller_id_name']['de-at'] = "Geben Sie die interne Anruferkennung (Name) an."; //copied from de-de
|
||||
$text['description-effective_caller_id_name']['de-ch'] = "Geben Sie die interne Anruferkennung (Name) an."; //copied from de-de
|
||||
|
|
@ -2454,6 +2576,7 @@ $text['description-effective_caller_id_name']['sv-se'] = "Ange namn som skall vi
|
|||
$text['description-effective_caller_id_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-directory_visible']['en-us'] = "Select whether to hide the name from the directory.";
|
||||
$text['description-directory_visible']['en-gb'] = "Select whether to hide the name from the directory.";
|
||||
$text['description-directory_visible']['ar-eg'] = "";
|
||||
$text['description-directory_visible']['de-at'] = "Wählen Sie ob der Name im Verzeichnis angegeben werden soll."; //copied from de-de
|
||||
$text['description-directory_visible']['de-ch'] = "Wählen Sie ob der Name im Verzeichnis angegeben werden soll."; //copied from de-de
|
||||
|
|
@ -2474,6 +2597,7 @@ $text['description-directory_visible']['sv-se'] = "Välj om namnet inte skall vi
|
|||
$text['description-directory_visible']['uk-ua'] = "";
|
||||
|
||||
$text['description-directory_full_name']['en-us'] = "Enter the first name followed by the last name.";
|
||||
$text['description-directory_full_name']['en-gb'] = "Enter the first name followed by the last name.";
|
||||
$text['description-directory_full_name']['ar-eg'] = "";
|
||||
$text['description-directory_full_name']['de-at'] = "Geben Sie zuerst den Vornamen und dann den Nachnamen an."; //copied from de-de
|
||||
$text['description-directory_full_name']['de-ch'] = "Geben Sie zuerst den Vornamen und dann den Nachnamen an."; //copied from de-de
|
||||
|
|
@ -2494,6 +2618,7 @@ $text['description-directory_full_name']['sv-se'] = "Ange förnamn följt av eft
|
|||
$text['description-directory_full_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-directory_exten_visible']['en-us'] = "Select whether announce the extension when calling the directory.";
|
||||
$text['description-directory_exten_visible']['en-gb'] = "Select whether announce the extension when calling the directory.";
|
||||
$text['description-directory_exten_visible']['ar-eg'] = "";
|
||||
$text['description-directory_exten_visible']['de-at'] = "Geben Sie an, ob die Nebenstelle beim Aufruf des Verzeichnises angekündigt werden soll."; //copied from de-de
|
||||
$text['description-directory_exten_visible']['de-ch'] = "Geben Sie an, ob die Nebenstelle beim Aufruf des Verzeichnises angekündigt werden soll."; //copied from de-de
|
||||
|
|
@ -2514,6 +2639,7 @@ $text['description-directory_exten_visible']['sv-se'] = "Välj om anknytningen s
|
|||
$text['description-directory_exten_visible']['uk-ua'] = "";
|
||||
|
||||
$text['description-dial_string']['en-us'] = "Location of the endpoint.";
|
||||
$text['description-dial_string']['en-gb'] = "Location of the endpoint.";
|
||||
$text['description-dial_string']['ar-eg'] = "";
|
||||
$text['description-dial_string']['de-at'] = "Standort des Endgeräts";
|
||||
$text['description-dial_string']['de-ch'] = " des EndgerStandortäts"; //copied from de-de
|
||||
|
|
@ -2534,6 +2660,7 @@ $text['description-dial_string']['sv-se'] = "Plats för enheten.";
|
|||
$text['description-dial_string']['uk-ua'] = "";
|
||||
|
||||
$text['description-cidr']['en-us'] = "Enter the CIDR here.";
|
||||
$text['description-cidr']['en-gb'] = "Enter the CIDR here.";
|
||||
$text['description-cidr']['ar-eg'] = "";
|
||||
$text['description-cidr']['de-at'] = "Geben Sie hier die Beschränkung der IP Adresse an (z.B. 1.2.3.4/32)"; //copied from de-de
|
||||
$text['description-cidr']['de-ch'] = "Geben Sie hier die Beschränkung der IP Adresse an (z.B. 1.2.3.4/32)"; //copied from de-de
|
||||
|
|
@ -2554,6 +2681,7 @@ $text['description-cidr']['sv-se'] = "Ange CIDR här.";
|
|||
$text['description-cidr']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_timeout']['en-us'] = "Enter the call timeout.";
|
||||
$text['description-call_timeout']['en-gb'] = "Enter the call timeout.";
|
||||
$text['description-call_timeout']['ar-eg'] = "";
|
||||
$text['description-call_timeout']['de-at'] = "Geben Sie die Zeitbeschränkung für Anrufe an."; //copied from de-de
|
||||
$text['description-call_timeout']['de-ch'] = "Geben Sie die Zeitbeschränkung für Anrufe an."; //copied from de-de
|
||||
|
|
@ -2574,6 +2702,7 @@ $text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
|
|||
$text['description-call_timeout']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_screen_enabled']['en-us'] = "Choose whether to enable or disable call screening.";
|
||||
$text['description-call_screen_enabled']['en-gb'] = "Choose whether to enable or disable call screening.";
|
||||
$text['description-call_screen_enabled']['ar-eg'] = "";
|
||||
$text['description-call_screen_enabled']['de-at'] = "Wählen Sie ob die Anruf Anzeige Ein- oder Ausgeschaltet werden soll."; //copied from de-de
|
||||
$text['description-call_screen_enabled']['de-ch'] = "Wählen Sie ob die Anruf Anzeige Ein- oder Ausgeschaltet werden soll."; //copied from de-de
|
||||
|
|
@ -2594,6 +2723,7 @@ $text['description-call_screen_enabled']['sv-se'] = "Välj om du vill aktivera e
|
|||
$text['description-call_screen_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-call_group']['en-us'] = "Enter the user call group here. Groups available by default: sales, support, billing.";
|
||||
$text['description-call_group']['en-gb'] = "Enter the user call group here. Groups available by default: sales, support, billing.";
|
||||
$text['description-call_group']['ar-eg'] = "";
|
||||
$text['description-call_group']['de-at'] = "Geben Sie eine Rufgruppe an. Standardgruppen: sales, support, billing."; //copied from de-de
|
||||
$text['description-call_group']['de-ch'] = "Geben Sie eine Rufgruppe an. Standardgruppen: sales, support, billing."; //copied from de-de
|
||||
|
|
@ -2614,6 +2744,7 @@ $text['description-call_group']['sv-se'] = "Ange användarens ring grupp här. G
|
|||
$text['description-call_group']['uk-ua'] = "";
|
||||
|
||||
$text['description-auth_acl']['en-us'] = "Enter the Auth ACL here.";
|
||||
$text['description-auth_acl']['en-gb'] = "Enter the Auth ACL here.";
|
||||
$text['description-auth_acl']['ar-eg'] = "";
|
||||
$text['description-auth_acl']['de-at'] = "Geben Sie die Authentifizierungs ACL hier an."; //copied from de-de
|
||||
$text['description-auth_acl']['de-ch'] = "Geben Sie die Authentifizierungs ACL hier an."; //copied from de-de
|
||||
|
|
@ -2634,6 +2765,7 @@ $text['description-auth_acl']['sv-se'] = "Ange Auth ACL här.";
|
|||
$text['description-auth_acl']['uk-ua'] = "";
|
||||
|
||||
$text['description-accountcode']['en-us'] = "Enter the account code here.";
|
||||
$text['description-accountcode']['en-gb'] = "Enter the account code here.";
|
||||
$text['description-accountcode']['ar-eg'] = "";
|
||||
$text['description-accountcode']['de-at'] = "Geben Sie den Account Code hier an."; //copied from de-de
|
||||
$text['description-accountcode']['de-ch'] = "Geben Sie den Account Code hier an."; //copied from de-de
|
||||
|
|
@ -2654,6 +2786,7 @@ $text['description-accountcode']['sv-se'] = "Ange 'account code' här.";
|
|||
$text['description-accountcode']['uk-ua'] = "";
|
||||
|
||||
$text['button-call_routing']['en-us'] = "Call Routing";
|
||||
$text['button-call_routing']['en-gb'] = "Call Routing";
|
||||
$text['button-call_routing']['ar-eg'] = "توجيه الدعوة";
|
||||
$text['button-call_routing']['de-at'] = "Call Routing"; //copied from de-de
|
||||
$text['button-call_routing']['de-ch'] = "Call Routing"; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extensions";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "";
|
||||
$apps[$x]['description']['en-gb'] = "";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.";
|
||||
$apps[$x]['description']['en-gb'] = "To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Um ein Fax zu empfangen, legen Sie eine Fax-Nebenstelle an und leiten das eingehende Fax über eine dedizierte Rufnummer oder die Faxerkennung in den Einstellungen an das Ziel.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$apps[$x]['description']['en-gb'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Warteschlangen werden verwendet um Warteschleifen für Anrufer bereit zu stellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-queues']['en-us'] = "Queues";
|
||||
$text['title-queues']['en-gb'] = "Queues";
|
||||
$text['title-queues']['ar-eg'] = "";
|
||||
$text['title-queues']['de-at'] = "Warteschlangen"; //copied from de-de
|
||||
$text['title-queues']['de-ch'] = "Warteschlangen"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-queues']['sv-se'] = "Kö:er";
|
|||
$text['title-queues']['uk-ua'] = "";
|
||||
|
||||
$text['title-queue_edit']['en-us'] = "Queue Edit";
|
||||
$text['title-queue_edit']['en-gb'] = "Queue Edit";
|
||||
$text['title-queue_edit']['ar-eg'] = "";
|
||||
$text['title-queue_edit']['de-at'] = "Warteschlangen bearbeiten"; //copied from de-de
|
||||
$text['title-queue_edit']['de-ch'] = "Warteschlangen bearbeiten"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-queue_edit']['sv-se'] = "Editera Kö";
|
|||
$text['title-queue_edit']['uk-ua'] = "";
|
||||
|
||||
$text['title-queue_detail_edit']['en-us'] = "Queue Detail Edit";
|
||||
$text['title-queue_detail_edit']['en-gb'] = "Queue Detail Edit";
|
||||
$text['title-queue_detail_edit']['ar-eg'] = "";
|
||||
$text['title-queue_detail_edit']['de-at'] = "Warteschlangen Details bearbeiten"; //copied from de-de
|
||||
$text['title-queue_detail_edit']['de-ch'] = "Warteschlangen Details bearbeiten"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['title-queue_detail_edit']['sv-se'] = "Editera Kö Detaljer";
|
|||
$text['title-queue_detail_edit']['uk-ua'] = "";
|
||||
|
||||
$text['title-queue_detail_add']['en-us'] = "Queue Detail Add";
|
||||
$text['title-queue_detail_add']['en-gb'] = "Queue Detail Add";
|
||||
$text['title-queue_detail_add']['ar-eg'] = "";
|
||||
$text['title-queue_detail_add']['de-at'] = "Warteschlangen Details hinzufügen."; //copied from de-de
|
||||
$text['title-queue_detail_add']['de-ch'] = "Warteschlangen Details hinzufügen."; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['title-queue_detail_add']['sv-se'] = "Lägg Till Kö Detaljer";
|
|||
$text['title-queue_detail_add']['uk-ua'] = "";
|
||||
|
||||
$text['title-queue_add']['en-us'] = "Queue Add";
|
||||
$text['title-queue_add']['en-gb'] = "Queue Add";
|
||||
$text['title-queue_add']['ar-eg'] = "";
|
||||
$text['title-queue_add']['de-at'] = "Warteschlange hinzufügen"; //copied from de-de
|
||||
$text['title-queue_add']['de-ch'] = "Warteschlange hinzufügen"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['title-queue_add']['sv-se'] = "Lägg Till Kö";
|
|||
$text['title-queue_add']['uk-ua'] = "";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['en-gb'] = "True";
|
||||
$text['option-true']['ar-eg'] = "";
|
||||
$text['option-true']['de-at'] = "Ein"; //copied from de-de
|
||||
$text['option-true']['de-ch'] = "Ein"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['option-true']['sv-se'] = "Sann";
|
|||
$text['option-true']['uk-ua'] = "";
|
||||
|
||||
$text['option-parameter']['en-us'] = "Parameter";
|
||||
$text['option-parameter']['en-gb'] = "Parameter";
|
||||
$text['option-parameter']['ar-eg'] = "";
|
||||
$text['option-parameter']['de-at'] = "Parameter"; //copied from de-de
|
||||
$text['option-parameter']['de-ch'] = "Parameter"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['option-parameter']['sv-se'] = "Parameter";
|
|||
$text['option-parameter']['uk-ua'] = "";
|
||||
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['en-gb'] = "False";
|
||||
$text['option-false']['ar-eg'] = "";
|
||||
$text['option-false']['de-at'] = "Aus"; //copied from de-de
|
||||
$text['option-false']['de-ch'] = "Aus"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['option-false']['sv-se'] = "Falsk";
|
|||
$text['option-false']['uk-ua'] = "";
|
||||
|
||||
$text['option-condition']['en-us'] = "Condition";
|
||||
$text['option-condition']['en-gb'] = "Condition";
|
||||
$text['option-condition']['ar-eg'] = "";
|
||||
$text['option-condition']['de-at'] = "Bedingung"; //copied from de-de
|
||||
$text['option-condition']['de-ch'] = "Bedingung"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['option-condition']['sv-se'] = "Skick";
|
|||
$text['option-condition']['uk-ua'] = "";
|
||||
|
||||
$text['option-anti-action']['en-us'] = "Anti-Action";
|
||||
$text['option-anti-action']['en-gb'] = "Anti-Action";
|
||||
$text['option-anti-action']['ar-eg'] = "";
|
||||
$text['option-anti-action']['de-at'] = "Anti-Aktion"; //copied from de-de
|
||||
$text['option-anti-action']['de-ch'] = "Anti-Aktion"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['option-anti-action']['sv-se'] = "Anti-Action";
|
|||
$text['option-anti-action']['uk-ua'] = "";
|
||||
|
||||
$text['option-action']['en-us'] = "Action";
|
||||
$text['option-action']['en-gb'] = "Action";
|
||||
$text['option-action']['ar-eg'] = "";
|
||||
$text['option-action']['de-at'] = "Aktion"; //copied from de-de
|
||||
$text['option-action']['de-ch'] = "Aktion"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['option-action']['sv-se'] = "Action";
|
|||
$text['option-action']['uk-ua'] = "";
|
||||
|
||||
$text['label-tag']['en-us'] = "Tag";
|
||||
$text['label-tag']['en-gb'] = "Tag";
|
||||
$text['label-tag']['ar-eg'] = "";
|
||||
$text['label-tag']['de-at'] = "Kennzeichnen"; //copied from de-de
|
||||
$text['label-tag']['de-ch'] = "Kennzeichnen"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-tag']['sv-se'] = "Tag";
|
|||
$text['label-tag']['uk-ua'] = "";
|
||||
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['en-gb'] = "Field";
|
||||
$text['label-field']['ar-eg'] = "";
|
||||
$text['label-field']['de-at'] = "Feld"; //copied from de-de
|
||||
$text['label-field']['de-ch'] = "Feld"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-field']['sv-se'] = "Fält";
|
|||
$text['label-field']['uk-ua'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
|||
$text['label-extension']['uk-ua'] = "";
|
||||
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['en-gb'] = "Expression";
|
||||
$text['label-expression']['ar-eg'] = "";
|
||||
$text['label-expression']['de-at'] = "Ausdruck"; //copied from de-de
|
||||
$text['label-expression']['de-ch'] = "Ausdruck"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-expression']['sv-se'] = "Uttryck";
|
|||
$text['label-expression']['uk-ua'] = "";
|
||||
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['en-gb'] = "Data";
|
||||
$text['label-data']['ar-eg'] = "";
|
||||
$text['label-data']['de-at'] = "Daten"; //copied from de-de
|
||||
$text['label-data']['de-ch'] = "Daten"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-data']['sv-se'] = "Data";
|
|||
$text['label-data']['uk-ua'] = "";
|
||||
|
||||
$text['label-continue']['en-us'] = "Continue";
|
||||
$text['label-continue']['en-gb'] = "Continue";
|
||||
$text['label-continue']['ar-eg'] = "";
|
||||
$text['label-continue']['de-at'] = "Fortsetzen"; //copied from de-de
|
||||
$text['label-continue']['de-ch'] = "Fortsetzen"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-continue']['sv-se'] = "Fortsätt";
|
|||
$text['label-continue']['uk-ua'] = "";
|
||||
|
||||
$text['label-application']['en-us'] = "Application";
|
||||
$text['label-application']['en-gb'] = "Application";
|
||||
$text['label-application']['ar-eg'] = "";
|
||||
$text['label-application']['de-at'] = "Anwendung"; //copied from de-de
|
||||
$text['label-application']['de-ch'] = "Anwendung"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-application']['sv-se'] = "Applikation";
|
|||
$text['label-application']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent_queue_extension']['en-us'] = "Queue Extension Number";
|
||||
$text['label-agent_queue_extension']['en-gb'] = "Queue Extension Number";
|
||||
$text['label-agent_queue_extension']['ar-eg'] = "";
|
||||
$text['label-agent_queue_extension']['de-at'] = "Nebenstelle der Warteschlange"; //copied from de-de
|
||||
$text['label-agent_queue_extension']['de-ch'] = "Nebenstelle der Warteschlange"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-agent_queue_extension']['sv-se'] = "Kö Anknytningsnummer";
|
|||
$text['label-agent_queue_extension']['uk-ua'] = "";
|
||||
|
||||
$text['label-agent_loginout_extension']['en-us'] = "Login/Logout Extension Number";
|
||||
$text['label-agent_loginout_extension']['en-gb'] = "Login/Logout Extension Number";
|
||||
$text['label-agent_loginout_extension']['ar-eg'] = "";
|
||||
$text['label-agent_loginout_extension']['de-at'] = "Nebenstelle für Anmeldung/Abmeldung"; //copied from de-de
|
||||
$text['label-agent_loginout_extension']['de-ch'] = "Nebenstelle für Anmeldung/Abmeldung"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-agent_loginout_extension']['sv-se'] = "Logga In/Logga Ut Anknytning
|
|||
$text['label-agent_loginout_extension']['uk-ua'] = "";
|
||||
|
||||
$text['header-queues']['en-us'] = "Queues";
|
||||
$text['header-queues']['en-gb'] = "Queues";
|
||||
$text['header-queues']['ar-eg'] = "";
|
||||
$text['header-queues']['de-at'] = "Warteschlangen"; //copied from de-de
|
||||
$text['header-queues']['de-ch'] = "Warteschlangen"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['header-queues']['sv-se'] = "Kö:er";
|
|||
$text['header-queues']['uk-ua'] = "";
|
||||
|
||||
$text['header-queue_edit']['en-us'] = "Queue Edit";
|
||||
$text['header-queue_edit']['en-gb'] = "Queue Edit";
|
||||
$text['header-queue_edit']['ar-eg'] = "";
|
||||
$text['header-queue_edit']['de-at'] = "Warteschlange bearbeiten"; //copied from de-de
|
||||
$text['header-queue_edit']['de-ch'] = "Warteschlange bearbeiten"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['header-queue_edit']['sv-se'] = "Editera Kö";
|
|||
$text['header-queue_edit']['uk-ua'] = "";
|
||||
|
||||
$text['header-queue_detail_edit']['en-us'] = "Queue Detail Edit";
|
||||
$text['header-queue_detail_edit']['en-gb'] = "Queue Detail Edit";
|
||||
$text['header-queue_detail_edit']['ar-eg'] = "";
|
||||
$text['header-queue_detail_edit']['de-at'] = "Warteschlange Details bearbeiten"; //copied from de-de
|
||||
$text['header-queue_detail_edit']['de-ch'] = "Warteschlange Details bearbeiten"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['header-queue_detail_edit']['sv-se'] = "Editera Kö Detaljer";
|
|||
$text['header-queue_detail_edit']['uk-ua'] = "";
|
||||
|
||||
$text['header-queue_detail_add']['en-us'] = "Queue Detail Add";
|
||||
$text['header-queue_detail_add']['en-gb'] = "Queue Detail Add";
|
||||
$text['header-queue_detail_add']['ar-eg'] = "";
|
||||
$text['header-queue_detail_add']['de-at'] = "Warteschlange Details hinzufügen"; //copied from de-de
|
||||
$text['header-queue_detail_add']['de-ch'] = "Warteschlange Details hinzufügen"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['header-queue_detail_add']['sv-se'] = "Lägg Till Kö Detalj";
|
|||
$text['header-queue_detail_add']['uk-ua'] = "";
|
||||
|
||||
$text['header-queue_add']['en-us'] = "Queue Add";
|
||||
$text['header-queue_add']['en-gb'] = "Queue Add";
|
||||
$text['header-queue_add']['ar-eg'] = "";
|
||||
$text['header-queue_add']['de-at'] = "Warteschlange hinzufügen"; //copied from de-de
|
||||
$text['header-queue_add']['de-ch'] = "Warteschlange hinzufügen"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['header-queue_add']['sv-se'] = "Lägg Till Kö";
|
|||
$text['header-queue_add']['uk-ua'] = "";
|
||||
|
||||
$text['header-conditions_and_actions']['en-us'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['en-gb'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['ar-eg'] = "";
|
||||
$text['header-conditions_and_actions']['de-at'] = "Bedingungen und Aktionen"; //copied from de-de
|
||||
$text['header-conditions_and_actions']['de-ch'] = "Bedingungen und Aktionen"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['header-conditions_and_actions']['sv-se'] = "Tillstånd och Actions";
|
|||
$text['header-conditions_and_actions']['uk-ua'] = "";
|
||||
|
||||
$text['header-agent_details']['en-us'] = "Agent Details";
|
||||
$text['header-agent_details']['en-gb'] = "Agent Details";
|
||||
$text['header-agent_details']['ar-eg'] = "";
|
||||
$text['header-agent_details']['de-at'] = "Agenten Details"; //copied from de-de
|
||||
$text['header-agent_details']['de-ch'] = "Agenten Details"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['header-agent_details']['sv-se'] = "Agent Detaljer";
|
|||
$text['header-agent_details']['uk-ua'] = "";
|
||||
|
||||
$text['header-additional_information']['en-us'] = "Additional Information";
|
||||
$text['header-additional_information']['en-gb'] = "Additional Information";
|
||||
$text['header-additional_information']['ar-eg'] = "";
|
||||
$text['header-additional_information']['de-at'] = "Weiterführende Informationen"; //copied from de-de
|
||||
$text['header-additional_information']['de-ch'] = "Weiterführende Informationen"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['header-additional_information']['sv-se'] = "Ytterligare Information";
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-queues']['de-ch'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt."; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['description-queues']['sv-se'] = "Köer används för att konfigurera vän
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-queue_edit']['de-ch'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt."; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['description-queue_edit']['sv-se'] = "Köer används för att konfigurera
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-queue_add']['de-ch'] = "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."; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['description-queue_add']['sv-se'] = "Enkelt förklarat så är kö:er en v
|
|||
$text['description-queue_add']['uk-ua'] = "";
|
||||
|
||||
$text['description-name']['en-us'] = "The name the queue will be assigned.";
|
||||
$text['description-name']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-name']['de-ch'] = "Der Name, welcher der Warteschlange zugeordnet werden soll."; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['description-name']['sv-se'] = "Namnet som kommer att kopplas till kö:n."
|
|||
$text['description-name']['uk-ua'] = "";
|
||||
|
||||
$text['description-extension']['en-us'] = "The number that will be assigned to the queue.";
|
||||
$text['description-extension']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-extension']['de-ch'] = "Die Rufnummer, die der Warteschlange zugeordnet werden soll."; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['description-extension']['sv-se'] = "Numret som kommer att kopplas till k
|
|||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-continue']['en-us'] = "Continue in most cases should be set to false.";
|
||||
$text['description-continue']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-continue']['de-ch'] = "Die Option Weiterführen sollte in der Regel auf Aus stehen."; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['description-continue']['sv-se'] = "Fortsätt i de flesta fall bör detta
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-conditions_and_actions']['de-ch'] = "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."; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['description-conditions_and_actions']['sv-se'] = "Följande villkor, åtg
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-agent_queue_extension']['de-ch'] = "Die Nebenstelle für die Agent FIFO Warteschlange."; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['description-agent_queue_extension']['sv-se'] = "Anknytningsnumret för Ag
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-agent_loginout_extension']['de-ch'] = "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."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "List all the queues that are currently active with one or more callers.";
|
||||
$apps[$x]['description']['en-gb'] = "List all the queues that are currently active with one or more callers.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-queue']['en-us'] = "Queue";
|
||||
$text['title-queue']['en-gb'] = "Queue";
|
||||
$text['title-queue']['ar-eg'] = "";
|
||||
$text['title-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['title-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-queue']['sv-se'] = "Kö";
|
|||
$text['title-queue']['uk-ua'] = "Черга";
|
||||
|
||||
$text['title-active_queues']['en-us'] = "Active Queues";
|
||||
$text['title-active_queues']['en-gb'] = "Active Queues";
|
||||
$text['title-active_queues']['ar-eg'] = "";
|
||||
$text['title-active_queues']['de-at'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
$text['title-active_queues']['de-ch'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-active_queues']['sv-se'] = "Aktiva Köer";
|
|||
$text['title-active_queues']['uk-ua'] = "Активні черги";
|
||||
|
||||
$text['label-waiting_count']['en-us'] = "Waiting Count";
|
||||
$text['label-waiting_count']['en-gb'] = "Waiting Count";
|
||||
$text['label-waiting_count']['ar-eg'] = "";
|
||||
$text['label-waiting_count']['de-at'] = "Anzahl Wartend"; //copied from de-de
|
||||
$text['label-waiting_count']['de-ch'] = "Anzahl Wartend"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['label-waiting_count']['sv-se'] = "Antal Väntande";
|
|||
$text['label-waiting_count']['uk-ua'] = "Кількість в очікуванні";
|
||||
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['en-gb'] = "View";
|
||||
$text['label-view']['ar-eg'] = "";
|
||||
$text['label-view']['de-at'] = "Ansicht"; //copied from de-de
|
||||
$text['label-view']['de-ch'] = "Ansicht"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['label-view']['sv-se'] = "Visa";
|
|||
$text['label-view']['uk-ua'] = "Перегляд";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['en-gb'] = "Username";
|
||||
$text['label-username']['ar-eg'] = "";
|
||||
$text['label-username']['de-at'] = "Benutzername"; //copied from de-de
|
||||
$text['label-username']['de-ch'] = "Benutzername"; //copied from de-de
|
||||
|
|
@ -102,6 +107,7 @@ $text['label-username']['sv-se'] = "Användarnamn";
|
|||
$text['label-username']['uk-ua'] = "Ім’я користувача";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['en-gb'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -122,6 +128,7 @@ $text['label-status']['sv-se'] = "Status";
|
|||
$text['label-status']['uk-ua'] = "Стан";
|
||||
|
||||
$text['label-priority']['en-us'] = "Priority";
|
||||
$text['label-priority']['en-gb'] = "Priority";
|
||||
$text['label-priority']['ar-eg'] = "";
|
||||
$text['label-priority']['de-at'] = "Priorität"; //copied from de-de
|
||||
$text['label-priority']['de-ch'] = "Priorität"; //copied from de-de
|
||||
|
|
@ -142,6 +149,7 @@ $text['label-priority']['sv-se'] = "Prioritet";
|
|||
$text['label-priority']['uk-ua'] = "Пріоритет";
|
||||
|
||||
$text['label-position']['en-us'] = "Position";
|
||||
$text['label-position']['en-gb'] = "Position";
|
||||
$text['label-position']['ar-eg'] = "";
|
||||
$text['label-position']['de-at'] = "Position"; //copied from de-de
|
||||
$text['label-position']['de-ch'] = "Position"; //copied from de-de
|
||||
|
|
@ -162,6 +170,7 @@ $text['label-position']['sv-se'] = "Position";
|
|||
$text['label-position']['uk-ua'] = "Позиція";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['en-gb'] = "Name";
|
||||
$text['label-name']['ar-eg'] = "";
|
||||
$text['label-name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-name']['de-ch'] = "Name"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-name']['sv-se'] = "Namn";
|
|||
$text['label-name']['uk-ua'] = "Назва";
|
||||
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['en-gb'] = "Language";
|
||||
$text['label-language']['ar-eg'] = "";
|
||||
$text['label-language']['de-at'] = "Sprache"; //copied from de-de
|
||||
$text['label-language']['de-ch'] = "Sprache"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-language']['sv-se'] = "Språk";
|
|||
$text['label-language']['uk-ua'] = "Мова";
|
||||
|
||||
$text['label-importance']['en-us'] = "Importance";
|
||||
$text['label-importance']['en-gb'] = "Importance";
|
||||
$text['label-importance']['ar-eg'] = "";
|
||||
$text['label-importance']['de-at'] = "Wichtigkeit"; //copied from de-de
|
||||
$text['label-importance']['de-ch'] = "Wichtigkeit"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-importance']['sv-se'] = "Betydelse";
|
|||
$text['label-importance']['uk-ua'] = "Важливість";
|
||||
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['en-gb'] = "Duration";
|
||||
$text['label-duration']['ar-eg'] = "";
|
||||
$text['label-duration']['de-at'] = "Dauer"; //copied from de-de
|
||||
$text['label-duration']['de-ch'] = "Dauer"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-duration']['sv-se'] = "Samtalstid";
|
|||
$text['label-duration']['uk-ua'] = "Тривалість";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination Number";
|
||||
$text['label-destination_number']['en-gb'] = "Destination Number";
|
||||
$text['label-destination_number']['ar-eg'] = "";
|
||||
$text['label-destination_number']['de-at'] = "Zielnummer"; //copied from de-de
|
||||
$text['label-destination_number']['de-ch'] = "Zielnummer"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-destination_number']['sv-se'] = "Destination Nummer";
|
|||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-consumer_count']['en-us'] = "Consumer Count";
|
||||
$text['label-consumer_count']['en-gb'] = "Consumer Count";
|
||||
$text['label-consumer_count']['ar-eg'] = "";
|
||||
$text['label-consumer_count']['de-at'] = "Anzahl Verbraucher"; //copied from de-de
|
||||
$text['label-consumer_count']['de-ch'] = "Anzahl Verbraucher"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-consumer_count']['sv-se'] = "Förbrukat Antal";
|
|||
$text['label-consumer_count']['uk-ua'] = "Кількість споживачів";
|
||||
|
||||
$text['label-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller_id_number']['en-gb'] = "Caller ID Number";
|
||||
$text['label-caller_id_number']['ar-eg'] = "";
|
||||
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-caller_id_number']['de-ch'] = "Anrufer Nummer"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-caller_id_number']['sv-se'] = "Inringande ID Nummer";
|
|||
$text['label-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller_id_name']['en-gb'] = "Caller ID Name";
|
||||
$text['label-caller_id_name']['ar-eg'] = "";
|
||||
$text['label-caller_id_name']['de-at'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-caller_id_name']['de-ch'] = "Anrufer Name"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-caller_id_name']['sv-se'] = "Inringande ID Namn";
|
|||
$text['label-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-caller_count']['en-us'] = "Caller Count";
|
||||
$text['label-caller_count']['en-gb'] = "Caller Count";
|
||||
$text['label-caller_count']['ar-eg'] = "";
|
||||
$text['label-caller_count']['de-at'] = "Anzahl Anrufer"; //copied from de-de
|
||||
$text['label-caller_count']['de-ch'] = "Anzahl Anrufer"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-caller_count']['sv-se'] = "Antal samtal";
|
|||
$text['label-caller_count']['uk-ua'] = "Кількість абонентів";
|
||||
|
||||
$text['header-queue']['en-us'] = "Queue";
|
||||
$text['header-queue']['en-gb'] = "Queue";
|
||||
$text['header-queue']['ar-eg'] = "";
|
||||
$text['header-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['header-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['header-queue']['sv-se'] = "Kö";
|
|||
$text['header-queue']['uk-ua'] = "Черга";
|
||||
|
||||
$text['header-active_queues']['en-us'] = "Active Queues";
|
||||
$text['header-active_queues']['en-gb'] = "Active Queues";
|
||||
$text['header-active_queues']['ar-eg'] = "";
|
||||
$text['header-active_queues']['de-at'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
$text['header-active_queues']['de-ch'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['header-active_queues']['sv-se'] = "Aktiva Köer";
|
|||
$text['header-active_queues']['uk-ua'] = "Активні черги";
|
||||
|
||||
$text['description-queue']['en-us'] = "Use this page to monitor the queue activity.";
|
||||
$text['description-queue']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-queue']['de-ch'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten."; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['description-queue']['sv-se'] = "Använd denna sida för att monitorera k
|
|||
$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']['en-gb'] = "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."; //copied from de-de
|
||||
$text['description-active_queues']['de-ch'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Queues";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Warteschlangen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Define alternate inbound call handling for extensions.";
|
||||
$apps[$x]['description']['en-gb'] = "Define alternate inbound call handling for extensions.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Follow Me";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Follow Me";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.";
|
||||
$apps[$x]['description']['en-gb'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Gateways stellen Verbindungen zu andere Sprach-Netzwerke bereit. Diese können Voice-Provider oder andere Systeme sein, die eine SIP Registrierung benötigen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-gateways']['en-us'] = "Gateways";
|
||||
$text['title-gateways']['en-gb'] = "Gateways";
|
||||
$text['title-gateways']['ar-eg'] = "البوابات";
|
||||
$text['title-gateways']['de-at'] = "Gateways"; //copied from de-de
|
||||
$text['title-gateways']['de-ch'] = "Gateways"; //copied from de-de
|
||||
|
|
@ -22,6 +23,7 @@ $text['title-gateways']['sv-se'] = "Gateways";
|
|||
$text['title-gateways']['uk-ua'] = "Шлюзи";
|
||||
|
||||
$text['title-gateway']['en-us'] = "Gateway";
|
||||
$text['title-gateway']['en-gb'] = "Gateway";
|
||||
$text['title-gateway']['ar-eg'] = "البوابة";
|
||||
$text['title-gateway']['de-at'] = "Gateway"; //copied from de-de
|
||||
$text['title-gateway']['de-ch'] = "Gateway"; //copied from de-de
|
||||
|
|
@ -42,6 +44,7 @@ $text['title-gateway']['sv-se'] = "Gateway";
|
|||
$text['title-gateway']['uk-ua'] = "Шлюз";
|
||||
|
||||
$text['select-global']['en-us'] = "Global";
|
||||
$text['select-global']['en-gb'] = "Global";
|
||||
$text['select-global']['ar-eg'] = "";
|
||||
$text['select-global']['de-at'] = "Global"; //copied from de-de
|
||||
$text['select-global']['de-ch'] = "Global"; //copied from de-de
|
||||
|
|
@ -62,6 +65,7 @@ $text['select-global']['sv-se'] = "Global";
|
|||
$text['select-global']['uk-ua'] = "Global";
|
||||
|
||||
$text['message-maximum_gateways']['en-us'] = "Maximum Gateways:";
|
||||
$text['message-maximum_gateways']['en-gb'] = "Maximum Gateways:";
|
||||
$text['message-maximum_gateways']['ar-eg'] = "";
|
||||
$text['message-maximum_gateways']['de-at'] = "Maximale Anzahl an Gateways:"; //copied from de-de
|
||||
$text['message-maximum_gateways']['de-ch'] = "Maximale Anzahl an Gateways:"; //copied from de-de
|
||||
|
|
@ -82,6 +86,7 @@ $text['message-maximum_gateways']['sv-se'] = "Max antal Gateways:";
|
|||
$text['message-maximum_gateways']['uk-ua'] = "Максимальна кількість шлюзів";
|
||||
|
||||
$text['message-gateway_started']['en-us'] = "Gateway(s) Started";
|
||||
$text['message-gateway_started']['en-gb'] = "Gateway(s) Started";
|
||||
$text['message-gateway_started']['ar-eg'] = "Gateway(s) Started";
|
||||
$text['message-gateway_started']['de-at'] = "Gateway(s) Started";
|
||||
$text['message-gateway_started']['de-ch'] = "Gateway(s) Started";
|
||||
|
|
@ -102,6 +107,7 @@ $text['message-gateway_started']['sv-se'] = "Gateway(s) Started";
|
|||
$text['message-gateway_started']['uk-ua'] = "Gateway(s) Started";
|
||||
|
||||
$text['message-gateway_stopped']['en-us'] = "Gateway(s) Stopped";
|
||||
$text['message-gateway_stopped']['en-gb'] = "Gateway(s) Stopped";
|
||||
$text['message-gateway_stopped']['ar-eg'] = "Gateway(s) Stopped";
|
||||
$text['message-gateway_stopped']['de-at'] = "Gateway(s) Stopped";
|
||||
$text['message-gateway_stopped']['de-ch'] = "Gateway(s) Stopped";
|
||||
|
|
@ -122,6 +128,7 @@ $text['message-gateway_stopped']['sv-se'] = "Gateway(s) Stopped";
|
|||
$text['message-gateway_stopped']['uk-ua'] = "Gateway(s) Stopped";
|
||||
|
||||
$text['confirm-start_gateways']['en-us'] = "Are you sure you wish to START these gateways?";
|
||||
$text['confirm-start_gateways']['en-gb'] = "Are you sure you wish to START these gateways?";
|
||||
$text['confirm-start_gateways']['ar-eg'] = "Are you sure you wish to START these gateways?";
|
||||
$text['confirm-start_gateways']['de-at'] = "Are you sure you wish to START these gateways?";
|
||||
$text['confirm-start_gateways']['de-ch'] = "Are you sure you wish to START these gateways?";
|
||||
|
|
@ -142,6 +149,7 @@ $text['confirm-start_gateways']['sv-se'] = "Are you sure you wish to START these
|
|||
$text['confirm-start_gateways']['uk-ua'] = "Are you sure you wish to START these gateways?";
|
||||
|
||||
$text['confirm-stop_gateways']['en-us'] = "Are you sure you wish to STOP these gateways?";
|
||||
$text['confirm-stop_gateways']['en-gb'] = "Are you sure you wish to STOP these gateways?";
|
||||
$text['confirm-stop_gateways']['ar-eg'] = "Are you sure you wish to STOP these gateways?";
|
||||
$text['confirm-stop_gateways']['de-at'] = "Are you sure you wish to STOP these gateways?";
|
||||
$text['confirm-stop_gateways']['de-ch'] = "Are you sure you wish to STOP these gateways?";
|
||||
|
|
@ -162,6 +170,7 @@ $text['confirm-stop_gateways']['sv-se'] = "Are you sure you wish to STOP these g
|
|||
$text['confirm-stop_gateways']['uk-ua'] = "Are you sure you wish to STOP these gateways?";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['en-gb'] = "Username";
|
||||
$text['label-username']['ar-eg'] = "اسم المستخدم";
|
||||
$text['label-username']['de-at'] = "Benutzername"; //copied from de-de
|
||||
$text['label-username']['de-ch'] = "Benutzername"; //copied from de-de
|
||||
|
|
@ -182,6 +191,7 @@ $text['label-username']['sv-se'] = "Användarnamn";
|
|||
$text['label-username']['uk-ua'] = "Ім’я користувача";
|
||||
|
||||
$text['label-supress_cng']['en-us'] = "Supress CNG";
|
||||
$text['label-supress_cng']['en-gb'] = "Supress CNG";
|
||||
$text['label-supress_cng']['ar-eg'] = "";
|
||||
$text['label-supress_cng']['de-at'] = "CNG unterdrücken"; //copied from de-de
|
||||
$text['label-supress_cng']['de-ch'] = "CNG unterdrücken"; //copied from de-de
|
||||
|
|
@ -202,6 +212,7 @@ $text['label-supress_cng']['sv-se'] = "Göm CNG";
|
|||
$text['label-supress_cng']['uk-ua'] = "Supress CNG";
|
||||
|
||||
$text['label-status-stopped']['en-us'] = "Stopped";
|
||||
$text['label-status-stopped']['en-gb'] = "Stopped";
|
||||
$text['label-status-stopped']['ar-eg'] = "متوقف";
|
||||
$text['label-status-stopped']['de-at'] = "Gestoppt"; //copied from de-de
|
||||
$text['label-status-stopped']['de-ch'] = "Gestoppt"; //copied from de-de
|
||||
|
|
@ -222,6 +233,7 @@ $text['label-status-stopped']['sv-se'] = "Stoppad";
|
|||
$text['label-status-stopped']['uk-ua'] = "Зупинено";
|
||||
|
||||
$text['label-status-running']['en-us'] = "Running";
|
||||
$text['label-status-running']['en-gb'] = "Running";
|
||||
$text['label-status-running']['ar-eg'] = "فعال";
|
||||
$text['label-status-running']['de-at'] = "Aktiv"; //copied from de-de
|
||||
$text['label-status-running']['de-ch'] = "Aktiv"; //copied from de-de
|
||||
|
|
@ -242,6 +254,7 @@ $text['label-status-running']['sv-se'] = "I drift";
|
|||
$text['label-status-running']['uk-ua'] = "Запущено";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['en-gb'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "الحالة";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -262,6 +275,7 @@ $text['label-status']['sv-se'] = "Status";
|
|||
$text['label-status']['uk-ua'] = "Статус";
|
||||
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['en-gb'] = "State";
|
||||
$text['label-state']['ar-eg'] = "";
|
||||
$text['label-state']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-state']['de-ch'] = "Status"; //copied from de-de
|
||||
|
|
@ -282,6 +296,7 @@ $text['label-state']['sv-se'] = "Status";
|
|||
$text['label-state']['uk-ua'] = "Стан";
|
||||
|
||||
$text['label-sip_cid_type']['en-us'] = "Sip CID Type";
|
||||
$text['label-sip_cid_type']['en-gb'] = "Sip CID Type";
|
||||
$text['label-sip_cid_type']['ar-eg'] = "";
|
||||
$text['label-sip_cid_type']['de-at'] = "Art der SIP Anruferkennung (CID)"; //copied from de-de
|
||||
$text['label-sip_cid_type']['de-ch'] = "Art der SIP Anruferkennung (CID)"; //copied from de-de
|
||||
|
|
@ -302,6 +317,7 @@ $text['label-sip_cid_type']['sv-se'] = "Sip CID Typ";
|
|||
$text['label-sip_cid_type']['uk-ua'] = "Sip CID Type";
|
||||
|
||||
$text['label-retry_seconds']['en-us'] = "Retry Seconds";
|
||||
$text['label-retry_seconds']['en-gb'] = "Retry Seconds";
|
||||
$text['label-retry_seconds']['ar-eg'] = "";
|
||||
$text['label-retry_seconds']['de-at'] = "Wiederholung (Sekunden)"; //copied from de-de
|
||||
$text['label-retry_seconds']['de-ch'] = "Wiederholung (Sekunden)"; //copied from de-de
|
||||
|
|
@ -322,6 +338,7 @@ $text['label-retry_seconds']['sv-se'] = "Retry sekunder";
|
|||
$text['label-retry_seconds']['uk-ua'] = "Retry Seconds ";
|
||||
|
||||
$text['label-register_transport']['en-us'] = "Register Transport";
|
||||
$text['label-register_transport']['en-gb'] = "Register Transport";
|
||||
$text['label-register_transport']['ar-eg'] = "";
|
||||
$text['label-register_transport']['de-at'] = "Register Transportprotokoll"; //copied from de-de
|
||||
$text['label-register_transport']['de-ch'] = "Register Transportprotokoll"; //copied from de-de
|
||||
|
|
@ -342,6 +359,7 @@ $text['label-register_transport']['sv-se'] = "Register Transport";
|
|||
$text['label-register_transport']['uk-ua'] = "Транспорт для реєстрації";
|
||||
|
||||
$text['label-register_proxy']['en-us'] = "Register Proxy";
|
||||
$text['label-register_proxy']['en-gb'] = "Register Proxy";
|
||||
$text['label-register_proxy']['ar-eg'] = "";
|
||||
$text['label-register_proxy']['de-at'] = "Register Proxy"; //copied from de-de
|
||||
$text['label-register_proxy']['de-ch'] = "Register Proxy"; //copied from de-de
|
||||
|
|
@ -362,6 +380,7 @@ $text['label-register_proxy']['sv-se'] = "Register Proxy";
|
|||
$text['label-register_proxy']['uk-ua'] = "Проксі для реєстрації";
|
||||
|
||||
$text['label-register']['en-us'] = "Register";
|
||||
$text['label-register']['en-gb'] = "Register";
|
||||
$text['label-register']['ar-eg'] = "";
|
||||
$text['label-register']['de-at'] = "Registrieren"; //copied from de-de
|
||||
$text['label-register']['de-ch'] = "Registrieren"; //copied from de-de
|
||||
|
|
@ -382,6 +401,7 @@ $text['label-register']['sv-se'] = "Register";
|
|||
$text['label-register']['uk-ua'] = "Реєстрація";
|
||||
|
||||
$text['label-realm']['en-us'] = "Realm";
|
||||
$text['label-realm']['en-gb'] = "Realm";
|
||||
$text['label-realm']['ar-eg'] = "";
|
||||
$text['label-realm']['de-at'] = "Realm"; //copied from de-de
|
||||
$text['label-realm']['de-ch'] = "Realm"; //copied from de-de
|
||||
|
|
@ -402,6 +422,7 @@ $text['label-realm']['sv-se'] = "Realm";
|
|||
$text['label-realm']['uk-ua'] = "Realm";
|
||||
|
||||
$text['label-proxy']['en-us'] = "Proxy";
|
||||
$text['label-proxy']['en-gb'] = "Proxy";
|
||||
$text['label-proxy']['ar-eg'] = "";
|
||||
$text['label-proxy']['de-at'] = "Proxy"; //copied from de-de
|
||||
$text['label-proxy']['de-ch'] = "Proxy"; //copied from de-de
|
||||
|
|
@ -422,6 +443,7 @@ $text['label-proxy']['sv-se'] = "Proxy";
|
|||
$text['label-proxy']['uk-ua'] = "Проксі";
|
||||
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['en-gb'] = "Profile";
|
||||
$text['label-profile']['ar-eg'] = "";
|
||||
$text['label-profile']['de-at'] = "Profil"; //copied from de-de
|
||||
$text['label-profile']['de-ch'] = "Profil"; //copied from de-de
|
||||
|
|
@ -442,6 +464,7 @@ $text['label-profile']['sv-se'] = "Profil";
|
|||
$text['label-profile']['uk-ua'] = "Профіль";
|
||||
|
||||
$text['label-ping']['en-us'] = "Ping";
|
||||
$text['label-ping']['en-gb'] = "Ping";
|
||||
$text['label-ping']['ar-eg'] = "";
|
||||
$text['label-ping']['de-at'] = "Ping"; //copied from de-de
|
||||
$text['label-ping']['de-ch'] = "Ping"; //copied from de-de
|
||||
|
|
@ -462,6 +485,7 @@ $text['label-ping']['sv-se'] = "Ping";
|
|||
$text['label-ping']['uk-ua'] = "Пінг";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['en-gb'] = "Password";
|
||||
$text['label-password']['ar-eg'] = "كلمة السر";
|
||||
$text['label-password']['de-at'] = "Passwort"; //copied from de-de
|
||||
$text['label-password']['de-ch'] = "Passwort"; //copied from de-de
|
||||
|
|
@ -482,6 +506,7 @@ $text['label-password']['sv-se'] = "Lösenord";
|
|||
$text['label-password']['uk-ua'] = "Пароль";
|
||||
|
||||
$text['label-outbound_proxy']['en-us'] = "Outbound Proxy";
|
||||
$text['label-outbound_proxy']['en-gb'] = "Outbound Proxy";
|
||||
$text['label-outbound_proxy']['ar-eg'] = "";
|
||||
$text['label-outbound_proxy']['de-at'] = "Outbound Proxy"; //copied from de-de
|
||||
$text['label-outbound_proxy']['de-ch'] = "Outbound Proxy"; //copied from de-de
|
||||
|
|
@ -502,6 +527,7 @@ $text['label-outbound_proxy']['sv-se'] = "Utgående Proxy";
|
|||
$text['label-outbound_proxy']['uk-ua'] = "Вихідний проксі";
|
||||
|
||||
$text['label-gateway']['en-us'] = "Gateway";
|
||||
$text['label-gateway']['en-gb'] = "Gateway";
|
||||
$text['label-gateway']['ar-eg'] = "";
|
||||
$text['label-gateway']['de-at'] = "Gateway"; //copied from de-de
|
||||
$text['label-gateway']['de-ch'] = "Gateway"; //copied from de-de
|
||||
|
|
@ -522,6 +548,7 @@ $text['label-gateway']['sv-se'] = "Gateway";
|
|||
$text['label-gateway']['uk-ua'] = "Шлюз";
|
||||
|
||||
$text['label-from_user']['en-us'] = "From User";
|
||||
$text['label-from_user']['en-gb'] = "From User";
|
||||
$text['label-from_user']['ar-eg'] = "";
|
||||
$text['label-from_user']['de-at'] = "From User"; //copied from de-de
|
||||
$text['label-from_user']['de-ch'] = "From User"; //copied from de-de
|
||||
|
|
@ -542,6 +569,7 @@ $text['label-from_user']['sv-se'] = "From User";
|
|||
$text['label-from_user']['uk-ua'] = "Від користувача";
|
||||
|
||||
$text['label-from_domain']['en-us'] = "From Domain";
|
||||
$text['label-from_domain']['en-gb'] = "From Domain";
|
||||
$text['label-from_domain']['ar-eg'] = "";
|
||||
$text['label-from_domain']['de-at'] = "From Domain"; //copied from de-de
|
||||
$text['label-from_domain']['de-ch'] = "From Domain"; //copied from de-de
|
||||
|
|
@ -562,6 +590,7 @@ $text['label-from_domain']['sv-se'] = "From Domain";
|
|||
$text['label-from_domain']['uk-ua'] = "From Domain";
|
||||
|
||||
$text['label-extension_in_contact']['en-us'] = "Extension In Contact";
|
||||
$text['label-extension_in_contact']['en-gb'] = "Extension In Contact";
|
||||
$text['label-extension_in_contact']['ar-eg'] = "";
|
||||
$text['label-extension_in_contact']['de-at'] = "Extension In Contact"; //copied from de-de
|
||||
$text['label-extension_in_contact']['de-ch'] = "Extension In Contact"; //copied from de-de
|
||||
|
|
@ -582,6 +611,7 @@ $text['label-extension_in_contact']['sv-se'] = "Anknytning In Contact";
|
|||
$text['label-extension_in_contact']['uk-ua'] = "Розширення у контакта";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "رقم داخلي";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
|
|
@ -602,6 +632,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
|||
$text['label-extension']['uk-ua'] = "Розширення";
|
||||
|
||||
$text['label-expire_seconds']['en-us'] = "Expire Seconds";
|
||||
$text['label-expire_seconds']['en-gb'] = "Expire Seconds";
|
||||
$text['label-expire_seconds']['ar-eg'] = "";
|
||||
$text['label-expire_seconds']['de-at'] = "Expire Seconds"; //copied from de-de
|
||||
$text['label-expire_seconds']['de-ch'] = "Expire Seconds"; //copied from de-de
|
||||
|
|
@ -622,6 +653,7 @@ $text['label-expire_seconds']['sv-se'] = "Utgår Sekunder";
|
|||
$text['label-expire_seconds']['uk-ua'] = "Expire Seconds";
|
||||
|
||||
$text['label-hostname']['en-us'] = "Hostname";
|
||||
$text['label-hostname']['en-gb'] = "Hostname";
|
||||
$text['label-hostname']['ar-eg'] = "";
|
||||
$text['label-hostname']['de-at'] = "Hostname"; //copied from de-de
|
||||
$text['label-hostname']['de-ch'] = "Hostname"; //copied from de-de
|
||||
|
|
@ -642,6 +674,7 @@ $text['label-hostname']['sv-se'] = "Hostname";
|
|||
$text['label-hostname']['uk-ua'] = "Назва хоста";
|
||||
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['en-gb'] = "Domain";
|
||||
$text['label-domain']['ar-eg'] = "النطاق";
|
||||
$text['label-domain']['de-at'] = "Domain"; //copied from de-de
|
||||
$text['label-domain']['de-ch'] = "Domain"; //copied from de-de
|
||||
|
|
@ -662,6 +695,7 @@ $text['label-domain']['sv-se'] = "Domän";
|
|||
$text['label-domain']['uk-ua'] = "Домен";
|
||||
|
||||
$text['label-distinct_to']['en-us'] = "Distinct To";
|
||||
$text['label-distinct_to']['en-gb'] = "Distinct To";
|
||||
$text['label-distinct_to']['ar-eg'] = "";
|
||||
$text['label-distinct_to']['de-at'] = "Distinct To"; //copied from de-de
|
||||
$text['label-distinct_to']['de-ch'] = "Distinct To"; //copied from de-de
|
||||
|
|
@ -682,6 +716,7 @@ $text['label-distinct_to']['sv-se'] = "Distinct To";
|
|||
$text['label-distinct_to']['uk-ua'] = "Distinct To";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['en-gb'] = "Context";
|
||||
$text['label-context']['ar-eg'] = "";
|
||||
$text['label-context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['label-context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
|
|
@ -702,6 +737,7 @@ $text['label-context']['sv-se'] = "Context";
|
|||
$text['label-context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['label-codec_prefs']['en-us'] = "Codec Preferences";
|
||||
$text['label-codec_prefs']['en-gb'] = "Codec Preferences";
|
||||
$text['label-codec_prefs']['ar-eg'] = "";
|
||||
$text['label-codec_prefs']['de-at'] = "Bevorzugte Codecs"; //copied from de-de
|
||||
$text['label-codec_prefs']['de-ch'] = "Bevorzugte Codecs"; //copied from de-de
|
||||
|
|
@ -722,6 +758,7 @@ $text['label-codec_prefs']['sv-se'] = "Codec Preferences";
|
|||
$text['label-codec_prefs']['uk-ua'] = "Codec Preferences";
|
||||
|
||||
$text['label-channels']['en-us'] = "Channels";
|
||||
$text['label-channels']['en-gb'] = "Channels";
|
||||
$text['label-channels']['ar-eg'] = "";
|
||||
$text['label-channels']['de-at'] = "Kanäle"; //copied from de-de
|
||||
$text['label-channels']['de-ch'] = "Kanäle"; //copied from de-de
|
||||
|
|
@ -742,6 +779,7 @@ $text['label-channels']['sv-se'] = "Kanaler";
|
|||
$text['label-channels']['uk-ua'] = "Канали";
|
||||
|
||||
$text['label-caller_id_in_from']['en-us'] = "Caller ID In From";
|
||||
$text['label-caller_id_in_from']['en-gb'] = "Caller ID In From";
|
||||
$text['label-caller_id_in_from']['ar-eg'] = "";
|
||||
$text['label-caller_id_in_from']['de-at'] = "Caller ID In From"; //copied from de-de
|
||||
$text['label-caller_id_in_from']['de-ch'] = "Caller ID In From"; //copied from de-de
|
||||
|
|
@ -762,6 +800,7 @@ $text['label-caller_id_in_from']['sv-se'] = "Caller ID In From";
|
|||
$text['label-caller_id_in_from']['uk-ua'] = "Caller ID In From ";
|
||||
|
||||
$text['label-auth_username']['en-us'] = "Auth Username";
|
||||
$text['label-auth_username']['en-gb'] = "Auth Username";
|
||||
$text['label-auth_username']['ar-eg'] = "";
|
||||
$text['label-auth_username']['de-at'] = "Auth. Benutzername"; //copied from de-de
|
||||
$text['label-auth_username']['de-ch'] = "Auth. Benutzername"; //copied from de-de
|
||||
|
|
@ -782,6 +821,7 @@ $text['label-auth_username']['sv-se'] = "Auth Username";
|
|||
$text['label-auth_username']['uk-ua'] = "Auth Username ";
|
||||
|
||||
$text['label-action-stop']['en-us'] = "Stop";
|
||||
$text['label-action-stop']['en-gb'] = "Stop";
|
||||
$text['label-action-stop']['ar-eg'] = "تعطيل";
|
||||
$text['label-action-stop']['de-at'] = "Stop"; //copied from de-de
|
||||
$text['label-action-stop']['de-ch'] = "Stop"; //copied from de-de
|
||||
|
|
@ -802,6 +842,7 @@ $text['label-action-stop']['sv-se'] = "Stopp";
|
|||
$text['label-action-stop']['uk-ua'] = "Зупинити";
|
||||
|
||||
$text['label-action-start']['en-us'] = "Start";
|
||||
$text['label-action-start']['en-gb'] = "Start";
|
||||
$text['label-action-start']['ar-eg'] = "تشغيل";
|
||||
$text['label-action-start']['de-at'] = "Start"; //copied from de-de
|
||||
$text['label-action-start']['de-ch'] = "Start"; //copied from de-de
|
||||
|
|
@ -822,6 +863,7 @@ $text['label-action-start']['sv-se'] = "Start";
|
|||
$text['label-action-start']['uk-ua'] = "Запустити";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['en-gb'] = "Action";
|
||||
$text['label-action']['ar-eg'] = "";
|
||||
$text['label-action']['de-at'] = "Aktion"; //copied from de-de
|
||||
$text['label-action']['de-ch'] = "Aktion"; //copied from de-de
|
||||
|
|
@ -842,6 +884,7 @@ $text['label-action']['sv-se'] = "Åtgärd";
|
|||
$text['label-action']['uk-ua'] = "Дія";
|
||||
|
||||
$text['label-copy']['en-us'] = "Copy";
|
||||
$text['label-copy']['en-gb'] = "Copy";
|
||||
$text['label-copy']['ar-eg'] = "Copy";
|
||||
$text['label-copy']['de-at'] = "Copy";
|
||||
$text['label-copy']['de-ch'] = "Copy";
|
||||
|
|
@ -862,6 +905,7 @@ $text['label-copy']['sv-se'] = "Copy";
|
|||
$text['label-copy']['uk-ua'] = "Copy";
|
||||
|
||||
$text['description-username']['en-us'] = "Enter the username here.";
|
||||
$text['description-username']['en-gb'] = "Enter the username here.";
|
||||
$text['description-username']['ar-eg'] = "أدخل اسم المستخدم هنا";
|
||||
$text['description-username']['de-at'] = "Geben Sie den Benutzernamen an."; //copied from de-de
|
||||
$text['description-username']['de-ch'] = "Geben Sie den Benutzernamen an."; //copied from de-de
|
||||
|
|
@ -882,6 +926,7 @@ $text['description-username']['sv-se'] = "Ange användarnamn här.";
|
|||
$text['description-username']['uk-ua'] = "Введіть ім’я користувача";
|
||||
|
||||
$text['description-supress_cng']['en-us'] = "Enter the supress-cng";
|
||||
$text['description-supress_cng']['en-gb'] = "Enter the supress-cng";
|
||||
$text['description-supress_cng']['ar-eg'] = "";
|
||||
$text['description-supress_cng']['de-at'] = "Wählen Sie, ob der Komfortgeräusch-Generator (CNG) deaktiviert werden soll."; //copied from de-de
|
||||
$text['description-supress_cng']['de-ch'] = "Wählen Sie, ob der Komfortgeräusch-Generator (CNG) deaktiviert werden soll."; //copied from de-de
|
||||
|
|
@ -902,6 +947,7 @@ $text['description-supress_cng']['sv-se'] = "Ange 'supress-cng'";
|
|||
$text['description-supress_cng']['uk-ua'] = "Enter the supress-cng";
|
||||
|
||||
$text['description-sip_cid_type']['en-us'] = "Enter the sip cid type: none, pid, and rpid.";
|
||||
$text['description-sip_cid_type']['en-gb'] = "Enter the sip cid type: none, pid, and rpid.";
|
||||
$text['description-sip_cid_type']['ar-eg'] = "";
|
||||
$text['description-sip_cid_type']['de-at'] = "eben Sie den Wert für die SIP Anruferkennung (CID) an: none, pid, rpid.";
|
||||
$text['description-sip_cid_type']['de-ch'] = "Geben Sie den Wert für die SIP Anruferkennung (CID) an: none, pid, rpid."; //copied from de-de
|
||||
|
|
@ -922,6 +968,7 @@ $text['description-sip_cid_type']['sv-se'] = "Ange sip cid type: none, pid, and
|
|||
$text['description-sip_cid_type']['uk-ua'] = "";
|
||||
|
||||
$text['description-retry_seconds']['en-us'] = "Enter the retry-seconds here.";
|
||||
$text['description-retry_seconds']['en-gb'] = "Enter the retry-seconds here.";
|
||||
$text['description-retry_seconds']['ar-eg'] = "";
|
||||
$text['description-retry_seconds']['de-at'] = "Geben Sie an, nach welcher Zeit die Registrierung erneut versucht werden soll (nach fehlgeschlagener Registrierung)."; //copied from de-de
|
||||
$text['description-retry_seconds']['de-ch'] = "Geben Sie an, nach welcher Zeit die Registrierung erneut versucht werden soll (nach fehlgeschlagener Registrierung)."; //copied from de-de
|
||||
|
|
@ -942,6 +989,7 @@ $text['description-retry_seconds']['sv-se'] = "Ange 'retry-sekunder' här.";
|
|||
$text['description-retry_seconds']['uk-ua'] = "Enter the retry-seconds here.";
|
||||
|
||||
$text['description-register_transport']['en-us'] = "Choose whether to register-transport.";
|
||||
$text['description-register_transport']['en-gb'] = "Choose whether to register-transport.";
|
||||
$text['description-register_transport']['ar-eg'] = "";
|
||||
$text['description-register_transport']['de-at'] = "Wählen Sie, welches Transportprotokoll für die Registrierung verwendet werden soll."; //copied from de-de
|
||||
$text['description-register_transport']['de-ch'] = "Wählen Sie, welches Transportprotokoll für die Registrierung verwendet werden soll."; //copied from de-de
|
||||
|
|
@ -962,6 +1010,7 @@ $text['description-register_transport']['sv-se'] = "Välj om registrera transpor
|
|||
$text['description-register_transport']['uk-ua'] = "Choose whether to register-transport.";
|
||||
|
||||
$text['description-register_proxy']['en-us'] = "Enter the hostname or IP address of the register proxy. host[:port]";
|
||||
$text['description-register_proxy']['en-gb'] = "Enter the hostname or IP address of the register proxy. host[:port]";
|
||||
$text['description-register_proxy']['ar-eg'] = "أدخل اسم المضيف أو عنوان إب الخاص بروكسي السجل. (وهذا يمكن أن تتخذ شكل المضيف: ميناء)";
|
||||
$text['description-register_proxy']['de-at'] = "Geben Sie den Hostnamen oder IP-Adresse des Register-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)"; //copied from de-de
|
||||
$text['description-register_proxy']['de-ch'] = "Geben Sie den Hostnamen oder IP-Adresse des Register-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)"; //copied from de-de
|
||||
|
|
@ -982,6 +1031,7 @@ $text['description-register_proxy']['sv-se'] = "Ange värdprofilens värdnamn el
|
|||
$text['description-register_proxy']['uk-ua'] = "Введіть ім'я хоста або IP-адресу зареєстрованого проксі. (Це може мати формат host:port)";
|
||||
|
||||
$text['description-register']['en-us'] = "Choose whether to register.";
|
||||
$text['description-register']['en-gb'] = "Choose whether to register.";
|
||||
$text['description-register']['ar-eg'] = "";
|
||||
$text['description-register']['de-at'] = "Wählen Sie, ob eine Registrierung am Gateway erfolgen soll."; //copied from de-de
|
||||
$text['description-register']['de-ch'] = "Wählen Sie, ob eine Registrierung am Gateway erfolgen soll."; //copied from de-de
|
||||
|
|
@ -1002,6 +1052,7 @@ $text['description-register']['sv-se'] = "Välj om du vill registrera.";
|
|||
$text['description-register']['uk-ua'] = "Choose whether to register.";
|
||||
|
||||
$text['description-realm']['en-us'] = "Enter the realm here.";
|
||||
$text['description-realm']['en-gb'] = "Enter the realm here.";
|
||||
$text['description-realm']['ar-eg'] = "";
|
||||
$text['description-realm']['de-at'] = "Geben Sie den Realm hier an."; //copied from de-de
|
||||
$text['description-realm']['de-ch'] = "Geben Sie den Realm hier an."; //copied from de-de
|
||||
|
|
@ -1022,6 +1073,7 @@ $text['description-realm']['sv-se'] = "Ange 'realm' här.";
|
|||
$text['description-realm']['uk-ua'] = "Enter the realm here.";
|
||||
|
||||
$text['description-proxy']['en-us'] = "Enter the hostname or IP address of the proxy. host[:port]";
|
||||
$text['description-proxy']['en-gb'] = "Enter the hostname or IP address of the proxy. host[:port]";
|
||||
$text['description-proxy']['ar-eg'] = "أدخل اسم المضيف أو عنوان إب الخاص بالوكيل. (وهذا يمكن أن تتخذ شكل المضيف: ميناء)";
|
||||
$text['description-proxy']['de-at'] = "Geben Sie des Hostnamen oder IP-Adresse des Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)"; //copied from de-de
|
||||
$text['description-proxy']['de-ch'] = "Geben Sie des Hostnamen oder IP-Adresse des Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)"; //copied from de-de
|
||||
|
|
@ -1042,6 +1094,7 @@ $text['description-proxy']['sv-se'] = "Ange värdnamn eller IP-adress för proxy
|
|||
$text['description-proxy']['uk-ua'] = "Введіть ім'я хоста або IP-адресу проксі-сервера. (Це може мати формат host:port)";
|
||||
|
||||
$text['description-profile']['en-us'] = "Enter the profile here.";
|
||||
$text['description-profile']['en-gb'] = "Enter the profile here.";
|
||||
$text['description-profile']['ar-eg'] = "";
|
||||
$text['description-profile']['de-at'] = "Definieren Sie die Einstellungen für dieses Profil."; //copied from de-de
|
||||
$text['description-profile']['de-ch'] = "Definieren Sie die Einstellungen für dieses Profil."; //copied from de-de
|
||||
|
|
@ -1062,6 +1115,7 @@ $text['description-profile']['sv-se'] = "Definiera inställningar för denna pro
|
|||
$text['description-profile']['uk-ua'] = "Введіть профіль";
|
||||
|
||||
$text['description-ping']['en-us'] = "Enter the ping interval here in seconds.";
|
||||
$text['description-ping']['en-gb'] = "Enter the ping interval here in seconds.";
|
||||
$text['description-ping']['ar-eg'] = "";
|
||||
$text['description-ping']['de-at'] = "Geben Sie das Ping Interval in Sekunden an."; //copied from de-de
|
||||
$text['description-ping']['de-ch'] = "Geben Sie das Ping Interval in Sekunden an."; //copied from de-de
|
||||
|
|
@ -1082,6 +1136,7 @@ $text['description-ping']['sv-se'] = "Ange interval för ping i sekunder.";
|
|||
$text['description-ping']['uk-ua'] = "Введіть інтервал пінгування в секундах.";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the password here.";
|
||||
$text['description-password']['en-gb'] = "Enter the password here.";
|
||||
$text['description-password']['ar-eg'] = "";
|
||||
$text['description-password']['de-at'] = "Geben Sie das Passwort ein."; //copied from de-de
|
||||
$text['description-password']['de-ch'] = "Geben Sie das Passwort ein."; //copied from de-de
|
||||
|
|
@ -1102,6 +1157,7 @@ $text['description-password']['sv-se'] = "Fyll i lösenord.";
|
|||
$text['description-password']['uk-ua'] = "Введіть пароль";
|
||||
|
||||
$text['description-outbound_proxy']['en-us'] = "Enter the hostname or IP address of the outbound proxy. host[:port]";
|
||||
$text['description-outbound_proxy']['en-gb'] = "Enter the hostname or IP address of the outbound proxy. host[:port]";
|
||||
$text['description-outbound_proxy']['ar-eg'] = "أدخل اسم المضيف أو عنوان إب الخاص بالوكيل الصادر. (وهذا يمكن أن تتخذ شكل المضيف: ميناء)";
|
||||
$text['description-outbound_proxy']['de-at'] = "Geben Sie des Hostnamen oder IP-Adresse des Outbound-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)"; //copied from de-de
|
||||
$text['description-outbound_proxy']['de-ch'] = "Geben Sie des Hostnamen oder IP-Adresse des Outbound-Proxy ein. (Der Zielport kann mittels Hostname:port oder IP-Adresse:port spezifiziert werden)"; //copied from de-de
|
||||
|
|
@ -1122,6 +1178,7 @@ $text['description-outbound_proxy']['sv-se'] = "Ange värdnamn eller IP-adress f
|
|||
$text['description-outbound_proxy']['uk-ua'] = "Введіть ім'я хоста або IP-адресу вихідного проксі. (Це може мати формат host:port)";
|
||||
|
||||
$text['description-gateway-name']['en-us'] = "Enter the gateway name here.";
|
||||
$text['description-gateway-name']['en-gb'] = "Enter the gateway name here.";
|
||||
$text['description-gateway-name']['ar-eg'] = "";
|
||||
$text['description-gateway-name']['de-at'] = "Geben Sie den Namen für das Gateway hier ein."; //copied from de-de
|
||||
$text['description-gateway-name']['de-ch'] = "Geben Sie den Namen für das Gateway hier ein."; //copied from de-de
|
||||
|
|
@ -1142,6 +1199,7 @@ $text['description-gateway-name']['sv-se'] = "Ange gateway namn här.";
|
|||
$text['description-gateway-name']['uk-ua'] = "Введіть назву шлюзу";
|
||||
|
||||
$text['description-gateway-edit']['en-us'] = "Defines a connections to a SIP Provider or another SIP server.";
|
||||
$text['description-gateway-edit']['en-gb'] = "Defines a connections to a SIP Provider or another SIP server.";
|
||||
$text['description-gateway-edit']['ar-eg'] = "";
|
||||
$text['description-gateway-edit']['de-at'] = "Definiert eine Verbindung zu einem SIP Provider oder einem anderen SIP Server."; //copied from de-de
|
||||
$text['description-gateway-edit']['de-ch'] = "Definiert eine Verbindung zu einem SIP Provider oder einem anderen SIP Server."; //copied from de-de
|
||||
|
|
@ -1162,6 +1220,7 @@ $text['description-gateway-edit']['sv-se'] = "Definierar anslutning till en SIP
|
|||
$text['description-gateway-edit']['uk-ua'] = "Визначає підключення до провайдера SIP або іншого SIP-сервера.";
|
||||
|
||||
$text['description-gateway']['en-us'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.";
|
||||
$text['description-gateway']['en-gb'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.";
|
||||
$text['description-gateway']['ar-eg'] = "";
|
||||
$text['description-gateway']['de-at'] = "Gateways ermöglichen die Verbindung in andere Sprachnetze. Gateways können Voice over IP Provider oder andere Systeme sein, die eine SIP Registrierung voraussetzen."; //copied from de-de
|
||||
$text['description-gateway']['de-ch'] = "Gateways ermöglichen die Verbindung in andere Sprachnetze. Gateways können Voice over IP Provider oder andere Systeme sein, die eine SIP Registrierung voraussetzen."; //copied from de-de
|
||||
|
|
@ -1182,6 +1241,7 @@ $text['description-gateway']['sv-se'] = "Gateways ger tillgång till andra röst
|
|||
$text['description-gateway']['uk-ua'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.";
|
||||
|
||||
$text['description-from_user']['en-us'] = "Enter the from-user here.";
|
||||
$text['description-from_user']['en-gb'] = "Enter the from-user here.";
|
||||
$text['description-from_user']['ar-eg'] = "";
|
||||
$text['description-from_user']['de-at'] = "Geben Sie den Wert für 'From-User' im SIP Header hier an."; //copied from de-de
|
||||
$text['description-from_user']['de-ch'] = "Geben Sie den Wert für 'From-User' im SIP Header hier an."; //copied from de-de
|
||||
|
|
@ -1202,6 +1262,7 @@ $text['description-from_user']['sv-se'] = "Ange 'from-user' här.";
|
|||
$text['description-from_user']['uk-ua'] = "Enter the from-user here.";
|
||||
|
||||
$text['description-from_domain']['en-us'] = "Enter the from-domain here.";
|
||||
$text['description-from_domain']['en-gb'] = "Enter the from-domain here.";
|
||||
$text['description-from_domain']['ar-eg'] = "";
|
||||
$text['description-from_domain']['de-at'] = "Geben Sie Wert für 'From-Domain' im SIP Header hier an."; //copied from de-de
|
||||
$text['description-from_domain']['de-ch'] = "Geben Sie Wert für 'From-Domain' im SIP Header hier an."; //copied from de-de
|
||||
|
|
@ -1222,6 +1283,7 @@ $text['description-from_domain']['sv-se'] = "Ange 'from-domain' här.";
|
|||
$text['description-from_domain']['uk-ua'] = "Enter the from-domain here.";
|
||||
|
||||
$text['description-extension_in_contact']['en-us'] = "Enter the Extension In Contact";
|
||||
$text['description-extension_in_contact']['en-gb'] = "Enter the Extension In Contact";
|
||||
$text['description-extension_in_contact']['ar-eg'] = "";
|
||||
$text['description-extension_in_contact']['de-at'] = "Geben Sie den Wert für 'Extension in Contact' im SIP Header hier an."; //copied from de-de
|
||||
$text['description-extension_in_contact']['de-ch'] = "Geben Sie den Wert für 'Extension in Contact' im SIP Header hier an."; //copied from de-de
|
||||
|
|
@ -1242,6 +1304,7 @@ $text['description-extension_in_contact']['sv-se'] = "Ange 'Extension In Contact
|
|||
$text['description-extension_in_contact']['uk-ua'] = "Enter the Extension In Contact";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension here.";
|
||||
$text['description-extension']['en-gb'] = "Enter the extension here.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Tragen Sie die Nebenstellen hier ein."; //copied from de-de
|
||||
$text['description-extension']['de-ch'] = "Tragen Sie die Nebenstellen hier ein."; //copied from de-de
|
||||
|
|
@ -1262,6 +1325,7 @@ $text['description-extension']['sv-se'] = "Ange anknytningen här.";
|
|||
$text['description-extension']['uk-ua'] = "Введіть розширення";
|
||||
|
||||
$text['description-expire_seconds']['en-us'] = "Enter the expire-seconds here.";
|
||||
$text['description-expire_seconds']['en-gb'] = "Enter the expire-seconds here.";
|
||||
$text['description-expire_seconds']['ar-eg'] = "";
|
||||
$text['description-expire_seconds']['de-at'] = "Geben Sie an, nach wie vielen Sekunden die Registrierung des Gateways erneuert werden soll."; //copied from de-de
|
||||
$text['description-expire_seconds']['de-ch'] = "Geben Sie an, nach wie vielen Sekunden die Registrierung des Gateways erneuert werden soll."; //copied from de-de
|
||||
|
|
@ -1282,6 +1346,7 @@ $text['description-expire_seconds']['sv-se'] = "Ange 'expire-seconds' här.";
|
|||
$text['description-expire_seconds']['uk-ua'] = "Enter the expire-seconds here.";
|
||||
|
||||
$text['description-hostname']['en-us'] = "Enter the hostname / switchname.";
|
||||
$text['description-hostname']['en-gb'] = "Enter the hostname / switchname.";
|
||||
$text['description-hostname']['ar-eg'] = "";
|
||||
$text['description-hostname']['de-at'] = "Geben Sie den Hostnamen / Switchnamen an."; //copied from de-de
|
||||
$text['description-hostname']['de-ch'] = "Geben Sie den Hostnamen / Switchnamen an."; //copied from de-de
|
||||
|
|
@ -1302,6 +1367,7 @@ $text['description-hostname']['sv-se'] = "Fyll i hostname / switchname.";
|
|||
$text['description-hostname']['uk-ua'] = "Введіть назву хоста / switchname.";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Enable or Disable the Gateway";
|
||||
$text['description-enabled']['en-gb'] = "Enable or Disable the Gateway";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['de-at'] = "Dieses Gateway aktivieren oder deaktivieren."; //copied from de-de
|
||||
$text['description-enabled']['de-ch'] = "Dieses Gateway aktivieren oder deaktivieren."; //copied from de-de
|
||||
|
|
@ -1322,6 +1388,7 @@ $text['description-enabled']['sv-se'] = "Aktivera eller In-aktivera Gateway";
|
|||
$text['description-enabled']['uk-ua'] = "Enable or Disable the Gateway";
|
||||
|
||||
$text['description-distinct_to']['en-us'] = "Enter the distinct_to here.";
|
||||
$text['description-distinct_to']['en-gb'] = "Enter the distinct_to here.";
|
||||
$text['description-distinct_to']['ar-eg'] = "";
|
||||
$text['description-distinct_to']['de-at'] = "Geben Sie den Wert für 'Distinct To' hier an."; //copied from de-de
|
||||
$text['description-distinct_to']['de-ch'] = "Geben Sie den Wert für 'Distinct To' hier an."; //copied from de-de
|
||||
|
|
@ -1342,6 +1409,7 @@ $text['description-distinct_to']['sv-se'] = "Ange 'distinct_to' här. ";
|
|||
$text['description-distinct_to']['uk-ua'] = "Enter the distinct_to here.";
|
||||
|
||||
$text['description-context']['en-us'] = "Enter the context here.";
|
||||
$text['description-context']['en-gb'] = "Enter the context here.";
|
||||
$text['description-context']['ar-eg'] = "";
|
||||
$text['description-context']['de-at'] = "Geben Sie den Kontext hier an."; //copied from de-de
|
||||
$text['description-context']['de-ch'] = "Geben Sie den Kontext hier an."; //copied from de-de
|
||||
|
|
@ -1362,6 +1430,7 @@ $text['description-context']['sv-se'] = "Ange 'context' här.";
|
|||
$text['description-context']['uk-ua'] = "Enter the context here.";
|
||||
|
||||
$text['description-codec_prefs']['en-us'] = "Enter the codec preferences as a list. Ex: PCMA,PCMU,G722";
|
||||
$text['description-codec_prefs']['en-gb'] = "Enter the codec preferences as a list. Ex: PCMA,PCMU,G722";
|
||||
$text['description-codec_prefs']['ar-eg'] = "";
|
||||
$text['description-codec_prefs']['de-at'] = "Geben Sie hier die Liste der bevorzugten Codecs an. (z.B. PCMA,PCMU,G722)"; //copied from de-de
|
||||
$text['description-codec_prefs']['de-ch'] = "Geben Sie hier die Liste der bevorzugten Codecs an. (z.B. PCMA,PCMU,G722)"; //copied from de-de
|
||||
|
|
@ -1382,6 +1451,7 @@ $text['description-codec_prefs']['sv-se'] = "Ange codec preferenser som en lista
|
|||
$text['description-codec_prefs']['uk-ua'] = "";
|
||||
|
||||
$text['description-channels']['en-us'] = "Maximum number of simultaneous channels available in the gateway.";
|
||||
$text['description-channels']['en-gb'] = "Maximum number of simultaneous channels available in the gateway.";
|
||||
$text['description-channels']['ar-eg'] = "";
|
||||
$text['description-channels']['de-at'] = "Maximale Anzahl gleichzeitiger Gespräche welche über diese Gateway möglich sind."; //copied from de-de
|
||||
$text['description-channels']['de-ch'] = "Maximale Anzahl gleichzeitiger Gespräche welche über diese Gateway möglich sind."; //copied from de-de
|
||||
|
|
@ -1402,6 +1472,7 @@ $text['description-channels']['sv-se'] = "Max antal samtidiga kanaler för gatew
|
|||
$text['description-channels']['uk-ua'] = "Maximum number of simultaneous channels available in the gateway.";
|
||||
|
||||
$text['description-caller_id_in_from']['en-us'] = "Enter the caller-id-in-from.";
|
||||
$text['description-caller_id_in_from']['en-gb'] = "Enter the caller-id-in-from.";
|
||||
$text['description-caller_id_in_from']['ar-eg'] = "";
|
||||
$text['description-caller_id_in_from']['de-at'] = "Geben Sie den Wert für 'Caller ID in From' an."; //copied from de-de
|
||||
$text['description-caller_id_in_from']['de-ch'] = "Geben Sie den Wert für 'Caller ID in From' an."; //copied from de-de
|
||||
|
|
@ -1422,6 +1493,7 @@ $text['description-caller_id_in_from']['sv-se'] = "Ange 'caller-id-in-from'.";
|
|||
$text['description-caller_id_in_from']['uk-ua'] = "";
|
||||
|
||||
$text['description-auth_username']['en-us'] = "Enter the auth-username here.";
|
||||
$text['description-auth_username']['en-gb'] = "Enter the auth-username here.";
|
||||
$text['description-auth_username']['ar-eg'] = "";
|
||||
$text['description-auth_username']['de-at'] = "Geben Sie den Benutzernamen für die Authentifizierung hier an."; //copied from de-de
|
||||
$text['description-auth_username']['de-ch'] = "Geben Sie den Benutzernamen für die Authentifizierung hier an."; //copied from de-de
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue