Merge branch 'master' into patch-1

This commit is contained in:
Len 2017-06-06 02:02:04 -04:00 committed by GitHub
commit 9b444474b7
252 changed files with 18259 additions and 7772 deletions

View File

@ -1,40 +1,58 @@
<?php
//application details
$apps[$x]['name'] = 'Access Controls';
$apps[$x]['uuid'] = '1416a250-f6e1-4edc-91a6-5c9b883638fd';
$apps[$x]['category'] = '';
$apps[$x]['subcategory'] = '';
$apps[$x]['version'] = '';
$apps[$x]['license'] = 'Mozilla Public License 1.1';
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = '';
$apps[$x]['name'] = "Access Controls";
$apps[$x]['uuid'] = "1416a250-f6e1-4edc-91a6-5c9b883638fd";
$apps[$x]['category'] = "";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = 'access_control_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_node_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_node_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_node_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_node_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_node_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_node_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'access_control_node_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "access_control_node_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//schema details
@ -42,64 +60,56 @@
$apps[$x]['db'][$y]['table']['name'] = "v_access_controls";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira o nome';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_default';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the default type.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Selecione o tipo padrão.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_default";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the default type.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira com uma descrição';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description";
$y=1;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_access_control_nodes";
$apps[$x]['db'][$y]['table']['parent'] = "v_access_controls";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_node_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_node_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'access_control_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_access_control';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'access_control_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_access_control";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "access_control_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_type';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Selecione o tipo.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "node_type";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the type.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_cidr';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the IP CIDR range.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira o intervalo IP CIDR.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "node_cidr";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the IP CIDR range.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_domain';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the domain.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira com o domínio.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'node_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Insira a descrição.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "node_domain";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the domain.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "node_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-access_controls']['en-us'] = "Access Controls";
$text['title-access_controls']['ar-eg'] = "عناصر التحكم في الوصول";
$text['title-access_controls']['de-at'] = " Zugriffskontrolle";
$text['title-access_controls']['de-ch'] = "";
$text['title-access_controls']['de-de'] = " Zugriffskontrolle";
$text['title-access_controls']['es-cl'] = "Controles de acceso";
$text['title-access_controls']['es-mx'] = "";
$text['title-access_controls']['fr-ca'] = "";
$text['title-access_controls']['fr-fr'] = "Contrôle d'accès";
$text['title-access_controls']['he-il'] = "בקרת גישה";
$text['title-access_controls']['it-it'] = "Controllo Accessi";
@ -13,6 +16,7 @@ $text['title-access_controls']['nl-nl'] = "";
$text['title-access_controls']['pl-pl'] = "Kontrola dostępu";
$text['title-access_controls']['pt-br'] = "Controles de Acesso";
$text['title-access_controls']['pt-pt'] = "Controles de Acesso";
$text['title-access_controls']['ro-ro'] = "Controale de acces";
$text['title-access_controls']['ru-ru'] = "Контроль доступа";
$text['title-access_controls']['sv-se'] = "Åtkomstkontroll";
$text['title-access_controls']['uk-ua'] = "контроль доступу";
@ -20,8 +24,11 @@ $text['title-access_controls']['uk-ua'] = "контроль доступу";
$text['title-access_control_nodes']['en-us'] = "Nodes";
$text['title-access_control_nodes']['ar-eg'] = "العقد";
$text['title-access_control_nodes']['de-at'] = "Knoten";
$text['title-access_control_nodes']['de-ch'] = "";
$text['title-access_control_nodes']['de-de'] = "Knoten";
$text['title-access_control_nodes']['es-cl'] = "Nodos";
$text['title-access_control_nodes']['es-mx'] = "";
$text['title-access_control_nodes']['fr-ca'] = "";
$text['title-access_control_nodes']['fr-fr'] = " nœuds";
$text['title-access_control_nodes']['he-il'] = "בלוטות";
$text['title-access_control_nodes']['it-it'] = "Nodi";
@ -29,6 +36,7 @@ $text['title-access_control_nodes']['nl-nl'] = "";
$text['title-access_control_nodes']['pl-pl'] = "węzły";
$text['title-access_control_nodes']['pt-br'] = "Nodes";
$text['title-access_control_nodes']['pt-pt'] = " Nodes";
$text['title-access_control_nodes']['ro-ro'] = "Noduri";
$text['title-access_control_nodes']['ru-ru'] = "Узлы";
$text['title-access_control_nodes']['sv-se'] = "Noder";
$text['title-access_control_nodes']['uk-ua'] = "вузли";
@ -36,8 +44,11 @@ $text['title-access_control_nodes']['uk-ua'] = "вузли";
$text['title-access_control_node']['en-us'] = "Node";
$text['title-access_control_node']['ar-eg'] = "العقدة";
$text['title-access_control_node']['de-at'] = "Netzknoten";
$text['title-access_control_node']['de-ch'] = "";
$text['title-access_control_node']['de-de'] = "Netzknoten";
$text['title-access_control_node']['es-cl'] = "Nodo";
$text['title-access_control_node']['es-mx'] = "";
$text['title-access_control_node']['fr-ca'] = "";
$text['title-access_control_node']['fr-fr'] = " noeud";
$text['title-access_control_node']['he-il'] = "צומת";
$text['title-access_control_node']['it-it'] = "Nodo";
@ -45,6 +56,7 @@ $text['title-access_control_node']['nl-nl'] = "";
$text['title-access_control_node']['pl-pl'] = "węzeł";
$text['title-access_control_node']['pt-br'] = "";
$text['title-access_control_node']['pt-pt'] = "";
$text['title-access_control_node']['ro-ro'] = "Nod";
$text['title-access_control_node']['ru-ru'] = "Узел";
$text['title-access_control_node']['sv-se'] = "Nod";
$text['title-access_control_node']['uk-ua'] = "вузол";
@ -52,8 +64,11 @@ $text['title-access_control_node']['uk-ua'] = "вузол";
$text['title-access_control']['en-us'] = "Access Control";
$text['title-access_control']['ar-eg'] = "التحكم في الوصول";
$text['title-access_control']['de-at'] = " Zugangskontrolle";
$text['title-access_control']['de-ch'] = "";
$text['title-access_control']['de-de'] = " Zugangskontrolle";
$text['title-access_control']['es-cl'] = "Control de acceso";
$text['title-access_control']['es-mx'] = "";
$text['title-access_control']['fr-ca'] = "";
$text['title-access_control']['fr-fr'] = "Contrôle d'accès";
$text['title-access_control']['he-il'] = "בקרת גישה";
$text['title-access_control']['it-it'] = "Controllo Accesso";
@ -61,6 +76,7 @@ $text['title-access_control']['nl-nl'] = "";
$text['title-access_control']['pl-pl'] = "Kontrola dostępu";
$text['title-access_control']['pt-br'] = "Controle de acesso";
$text['title-access_control']['pt-pt'] = "Controle de acesso";
$text['title-access_control']['ro-ro'] = "Controlul accesului";
$text['title-access_control']['ru-ru'] = "Управление доступом";
$text['title-access_control']['sv-se'] = "Åtkomstkontroll";
$text['title-access_control']['uk-ua'] = "Управління доступом";
@ -68,8 +84,11 @@ $text['title-access_control']['uk-ua'] = "Управління доступом"
$text['label-node_type']['en-us'] = "Type";
$text['label-node_type']['ar-eg'] = "اكتب";
$text['label-node_type']['de-at'] = "Art";
$text['label-node_type']['de-ch'] = "";
$text['label-node_type']['de-de'] = "Art";
$text['label-node_type']['es-cl'] = "Escribe";
$text['label-node_type']['es-mx'] = "";
$text['label-node_type']['fr-ca'] = "";
$text['label-node_type']['fr-fr'] = "Type";
$text['label-node_type']['he-il'] = "סוג";
$text['label-node_type']['it-it'] = "Tipo";
@ -77,6 +96,7 @@ $text['label-node_type']['nl-nl'] = "";
$text['label-node_type']['pl-pl'] = "typ";
$text['label-node_type']['pt-br'] = "Tipo";
$text['label-node_type']['pt-pt'] = "Tipo";
$text['label-node_type']['ro-ro'] = "Tip";
$text['label-node_type']['ru-ru'] = "Тип";
$text['label-node_type']['sv-se'] = "Typ";
$text['label-node_type']['uk-ua'] = "Тип";
@ -84,8 +104,11 @@ $text['label-node_type']['uk-ua'] = "Тип";
$text['label-node_domain']['en-us'] = "Domain";
$text['label-node_domain']['ar-eg'] = "مجال";
$text['label-node_domain']['de-at'] = " Domäne";
$text['label-node_domain']['de-ch'] = "";
$text['label-node_domain']['de-de'] = " Domäne";
$text['label-node_domain']['es-cl'] = "Dominio";
$text['label-node_domain']['es-mx'] = "";
$text['label-node_domain']['fr-ca'] = "";
$text['label-node_domain']['fr-fr'] = "Domaine";
$text['label-node_domain']['he-il'] = "תחום";
$text['label-node_domain']['it-it'] = "Dominio";
@ -93,6 +116,7 @@ $text['label-node_domain']['nl-nl'] = "";
$text['label-node_domain']['pl-pl'] = "domeny";
$text['label-node_domain']['pt-br'] = "Domínio";
$text['label-node_domain']['pt-pt'] = "Domínio";
$text['label-node_domain']['ro-ro'] = "Domeniu";
$text['label-node_domain']['ru-ru'] = "Домен";
$text['label-node_domain']['sv-se'] = "Domän";
$text['label-node_domain']['uk-ua'] = "домен";
@ -100,8 +124,11 @@ $text['label-node_domain']['uk-ua'] = "домен";
$text['label-node_description']['en-us'] = "Description";
$text['label-node_description']['ar-eg'] = "وصف";
$text['label-node_description']['de-at'] = "Beschreibung";
$text['label-node_description']['de-ch'] = "";
$text['label-node_description']['de-de'] = "Beschreibung";
$text['label-node_description']['es-cl'] = "Descripción";
$text['label-node_description']['es-mx'] = "";
$text['label-node_description']['fr-ca'] = "";
$text['label-node_description']['fr-fr'] = "Description";
$text['label-node_description']['he-il'] = "תיאור";
$text['label-node_description']['it-it'] = "Descrizione";
@ -109,6 +136,7 @@ $text['label-node_description']['nl-nl'] = "";
$text['label-node_description']['pl-pl'] = "opis";
$text['label-node_description']['pt-br'] = "Descrição";
$text['label-node_description']['pt-pt'] = "Descrição";
$text['label-node_description']['ro-ro'] = "Descriere";
$text['label-node_description']['ru-ru'] = "Описание";
$text['label-node_description']['sv-se'] = "Beskrivning";
$text['label-node_description']['uk-ua'] = "опис";
@ -116,8 +144,11 @@ $text['label-node_description']['uk-ua'] = "опис";
$text['label-node_cidr']['en-us'] = "CIDR";
$text['label-node_cidr']['ar-eg'] = "CIDR";
$text['label-node_cidr']['de-at'] = "CIDR";
$text['label-node_cidr']['de-ch'] = "";
$text['label-node_cidr']['de-de'] = "CIDR";
$text['label-node_cidr']['es-cl'] = "CIDR";
$text['label-node_cidr']['es-mx'] = "";
$text['label-node_cidr']['fr-ca'] = "";
$text['label-node_cidr']['fr-fr'] = "CIDR";
$text['label-node_cidr']['he-il'] = "CIDR";
$text['label-node_cidr']['it-it'] = "CIDR";
@ -125,6 +156,7 @@ $text['label-node_cidr']['nl-nl'] = "";
$text['label-node_cidr']['pl-pl'] = "CIDR";
$text['label-node_cidr']['pt-br'] = "CIDR";
$text['label-node_cidr']['pt-pt'] = "CIDR";
$text['label-node_cidr']['ro-ro'] = "CIDR";
$text['label-node_cidr']['ru-ru'] = "CIDR";
$text['label-node_cidr']['sv-se'] = "CIDR";
$text['label-node_cidr']['uk-ua'] = "CIDR";
@ -132,8 +164,11 @@ $text['label-node_cidr']['uk-ua'] = "CIDR";
$text['label-deny']['en-us'] = "deny";
$text['label-deny']['ar-eg'] = "تنكر";
$text['label-deny']['de-at'] = " verbieten";
$text['label-deny']['de-ch'] = "";
$text['label-deny']['de-de'] = " verbieten";
$text['label-deny']['es-cl'] = "Negar";
$text['label-deny']['es-mx'] = "";
$text['label-deny']['fr-ca'] = "";
$text['label-deny']['fr-fr'] = " nier";
$text['label-deny']['he-il'] = "להכחיש";
$text['label-deny']['it-it'] = "nega";
@ -141,6 +176,7 @@ $text['label-deny']['nl-nl'] = "";
$text['label-deny']['pl-pl'] = "zaprzeczać";
$text['label-deny']['pt-br'] = "negar";
$text['label-deny']['pt-pt'] = "negar";
$text['label-deny']['ro-ro'] = "Nega";
$text['label-deny']['ru-ru'] = "запретить";
$text['label-deny']['sv-se'] = "förneka";
$text['label-deny']['uk-ua'] = "правда";
@ -148,8 +184,11 @@ $text['label-deny']['uk-ua'] = "правда";
$text['label-allow']['en-us'] = "allow";
$text['label-allow']['ar-eg'] = "السماح";
$text['label-allow']['de-at'] = "erlauben";
$text['label-allow']['de-ch'] = "";
$text['label-allow']['de-de'] = "erlauben";
$text['label-allow']['es-cl'] = "Permitir";
$text['label-allow']['es-mx'] = "";
$text['label-allow']['fr-ca'] = "";
$text['label-allow']['fr-fr'] = " permettre";
$text['label-allow']['he-il'] = "לאפשר";
$text['label-allow']['it-it'] = "permetti";
@ -157,6 +196,7 @@ $text['label-allow']['nl-nl'] = "";
$text['label-allow']['pl-pl'] = "dopuszczać";
$text['label-allow']['pt-br'] = "permitir";
$text['label-allow']['pt-pt'] = "permitir";
$text['label-allow']['ro-ro'] = "Permite";
$text['label-allow']['ru-ru'] = "разрешить";
$text['label-allow']['sv-se'] = "tillåta";
$text['label-allow']['uk-ua'] = "дозволяти";
@ -164,8 +204,11 @@ $text['label-allow']['uk-ua'] = "дозволяти";
$text['label-access_control_name']['en-us'] = "Name";
$text['label-access_control_name']['ar-eg'] = "اسم";
$text['label-access_control_name']['de-at'] = "Name";
$text['label-access_control_name']['de-ch'] = "";
$text['label-access_control_name']['de-de'] = "Name";
$text['label-access_control_name']['es-cl'] = "Nombre";
$text['label-access_control_name']['es-mx'] = "";
$text['label-access_control_name']['fr-ca'] = "";
$text['label-access_control_name']['fr-fr'] = "Nom";
$text['label-access_control_name']['he-il'] = "שם";
$text['label-access_control_name']['it-it'] = "Nome";
@ -173,6 +216,7 @@ $text['label-access_control_name']['nl-nl'] = "";
$text['label-access_control_name']['pl-pl'] = " Imię";
$text['label-access_control_name']['pt-br'] = "Nome";
$text['label-access_control_name']['pt-pt'] = "Nome";
$text['label-access_control_name']['ro-ro'] = "Nume";
$text['label-access_control_name']['ru-ru'] = "Имя";
$text['label-access_control_name']['sv-se'] = "namn";
$text['label-access_control_name']['uk-ua'] = "ім'я";
@ -180,8 +224,11 @@ $text['label-access_control_name']['uk-ua'] = "ім'я";
$text['label-access_control_description']['en-us'] = "Description";
$text['label-access_control_description']['ar-eg'] = "وصف";
$text['label-access_control_description']['de-at'] = "Beschreibung";
$text['label-access_control_description']['de-ch'] = "";
$text['label-access_control_description']['de-de'] = "Beschreibung";
$text['label-access_control_description']['es-cl'] = "Descripción";
$text['label-access_control_description']['es-mx'] = "";
$text['label-access_control_description']['fr-ca'] = "";
$text['label-access_control_description']['fr-fr'] = "Description";
$text['label-access_control_description']['he-il'] = "תיאור";
$text['label-access_control_description']['it-it'] = "Descrizione";
@ -189,6 +236,7 @@ $text['label-access_control_description']['nl-nl'] = "";
$text['label-access_control_description']['pl-pl'] = "opis";
$text['label-access_control_description']['pt-br'] = "Descrição";
$text['label-access_control_description']['pt-pt'] = "Descrição";
$text['label-access_control_description']['ro-ro'] = "Descriere";
$text['label-access_control_description']['ru-ru'] = "Описание";
$text['label-access_control_description']['sv-se'] = "Beskrivning";
$text['label-access_control_description']['uk-ua'] = "опис";
@ -196,8 +244,11 @@ $text['label-access_control_description']['uk-ua'] = "опис";
$text['label-access_control_default']['en-us'] = "Default";
$text['label-access_control_default']['ar-eg'] = "افتراضي";
$text['label-access_control_default']['de-at'] = "Standard";
$text['label-access_control_default']['de-ch'] = "";
$text['label-access_control_default']['de-de'] = "Standard";
$text['label-access_control_default']['es-cl'] = "Defecto";
$text['label-access_control_default']['es-mx'] = "";
$text['label-access_control_default']['fr-ca'] = "";
$text['label-access_control_default']['fr-fr'] = "Par défaut";
$text['label-access_control_default']['he-il'] = " ברירת מחדל";
$text['label-access_control_default']['it-it'] = "Predefinito";
@ -205,6 +256,7 @@ $text['label-access_control_default']['nl-nl'] = "";
$text['label-access_control_default']['pl-pl'] = "Domyślnie";
$text['label-access_control_default']['pt-br'] = "Padrão";
$text['label-access_control_default']['pt-pt'] = "Padrão";
$text['label-access_control_default']['ro-ro'] = "Implicit";
$text['label-access_control_default']['ru-ru'] = "По умолчанию";
$text['label-access_control_default']['sv-se'] = "Standard";
$text['label-access_control_default']['uk-ua'] = "дефолт";
@ -212,8 +264,11 @@ $text['label-access_control_default']['uk-ua'] = "дефолт";
$text['description-node_type']['en-us'] = "Select the type.";
$text['description-node_type']['ar-eg'] = "حدد نوع.";
$text['description-node_type']['de-at'] = " Wählen Sie den Typ.";
$text['description-node_type']['de-ch'] = "";
$text['description-node_type']['de-de'] = " Wählen Sie den Typ.";
$text['description-node_type']['es-cl'] = "Seleccione el tipo.";
$text['description-node_type']['es-mx'] = "";
$text['description-node_type']['fr-ca'] = "";
$text['description-node_type']['fr-fr'] = " Sélectionnez le type";
$text['description-node_type']['he-il'] = " בחר את הסוג.";
$text['description-node_type']['it-it'] = "Seleziona il tipo.";
@ -221,6 +276,7 @@ $text['description-node_type']['nl-nl'] = "";
$text['description-node_type']['pl-pl'] = "Wybierz rodzaj.";
$text['description-node_type']['pt-br'] = "Selecione o tipo.";
$text['description-node_type']['pt-pt'] = "Selecione o tipo.";
$text['description-node_type']['ro-ro'] = "Selectați tipul.";
$text['description-node_type']['ru-ru'] = "Выберите тип.";
$text['description-node_type']['sv-se'] = "Välj typ.";
$text['description-node_type']['uk-ua'] = "Виберіть тип.";
@ -228,8 +284,11 @@ $text['description-node_type']['uk-ua'] = "Виберіть тип.";
$text['description-node_domain']['en-us'] = "Enter the domain name.";
$text['description-node_domain']['ar-eg'] = "أدخل اسم المجال.";
$text['description-node_domain']['de-at'] = "Geben Sie den Domain-Namen.";
$text['description-node_domain']['de-ch'] = "";
$text['description-node_domain']['de-de'] = "Geben Sie den Domain-Namen.";
$text['description-node_domain']['es-cl'] = "Introduzca el nombre de dominio.";
$text['description-node_domain']['es-mx'] = "";
$text['description-node_domain']['fr-ca'] = "";
$text['description-node_domain']['fr-fr'] = "Entrez le nom de domaine.";
$text['description-node_domain']['he-il'] = " הזן את שם הדומיין.";
$text['description-node_domain']['it-it'] = "Inserisci il nome del dominio.";
@ -237,6 +296,7 @@ $text['description-node_domain']['nl-nl'] = "";
$text['description-node_domain']['pl-pl'] = " Wprowadź nazwę domeny.";
$text['description-node_domain']['pt-br'] = "Digite o nome de domínio.";
$text['description-node_domain']['pt-pt'] = "Digite o nome de domínio.";
$text['description-node_domain']['ro-ro'] = "Introduceți numele de domeniu.";
$text['description-node_domain']['ru-ru'] = "Введите имя домена.";
$text['description-node_domain']['sv-se'] = "Ange domännamnet.";
$text['description-node_domain']['uk-ua'] = "Введіть ім'я домену.";
@ -244,8 +304,11 @@ $text['description-node_domain']['uk-ua'] = "Введіть ім'я домену
$text['description-node_description']['en-us'] = "Enter the description.";
$text['description-node_description']['ar-eg'] = "أدخل الوصف.";
$text['description-node_description']['de-at'] = "Geben Sie die Beschreibung ein.";
$text['description-node_description']['de-ch'] = "";
$text['description-node_description']['de-de'] = "Geben Sie die Beschreibung ein.";
$text['description-node_description']['es-cl'] = " Introduzca la descripción.";
$text['description-node_description']['es-mx'] = "";
$text['description-node_description']['fr-ca'] = "";
$text['description-node_description']['fr-fr'] = "Entrez la description.";
$text['description-node_description']['he-il'] = " הזן את התיאור.";
$text['description-node_description']['it-it'] = "Inserisci la descrizione.";
@ -253,6 +316,7 @@ $text['description-node_description']['nl-nl'] = "";
$text['description-node_description']['pl-pl'] = " Wprowadź opis.";
$text['description-node_description']['pt-br'] = "Digite a descrição.";
$text['description-node_description']['pt-pt'] = " Digite a descrição.";
$text['description-node_description']['ro-ro'] = "Introduceți descrierea.";
$text['description-node_description']['ru-ru'] = "Введите описание.";
$text['description-node_description']['sv-se'] = "Ange beskrivningen.";
$text['description-node_description']['uk-ua'] = "Введіть опис.";
@ -260,8 +324,11 @@ $text['description-node_description']['uk-ua'] = "Введіть опис.";
$text['description-node_cidr']['en-us'] = "Enter the IP CIDR range.";
$text['description-node_cidr']['ar-eg'] = "أدخل نطاق IP CIDR.";
$text['description-node_cidr']['de-at'] = " Geben Sie die IP CIDR-Bereich an.";
$text['description-node_cidr']['de-ch'] = "";
$text['description-node_cidr']['de-de'] = " Geben Sie die IP CIDR-Bereich an.";
$text['description-node_cidr']['es-cl'] = " Introduzca el rango de direcciones IP CIDR.";
$text['description-node_cidr']['es-mx'] = "";
$text['description-node_cidr']['fr-ca'] = "";
$text['description-node_cidr']['fr-fr'] = "Entrez la plage IP CIDR.";
$text['description-node_cidr']['he-il'] = " הזן את טווח ה- IP CIDR.";
$text['description-node_cidr']['it-it'] = "Inserire l'intervallo IP CIDR.";
@ -269,31 +336,19 @@ $text['description-node_cidr']['nl-nl'] = "";
$text['description-node_cidr']['pl-pl'] = "Wprowadź zakres IP CIDR.";
$text['description-node_cidr']['pt-br'] = "Digite o intervalo IP CIDR.";
$text['description-node_cidr']['pt-pt'] = "Digite o intervalo IP CIDR.";
$text['description-node_cidr']['ro-ro'] = "Introduceți intervalul de IP CIDR.";
$text['description-node_cidr']['ru-ru'] = "Введите диапазон IP CIDR.";
$text['description-node_cidr']['sv-se'] = "Ange IP CIDR sortimentet.";
$text['description-node_cidr']['uk-ua'] = "Введіть діапазон IP-CIDR.";
$text['description-access_control_node']['en-us'] = "";
$text['description-access_control_node']['ar-eg'] = "";
$text['description-access_control_node']['de-at'] = "";
$text['description-access_control_node']['de-de'] = "";
$text['description-access_control_node']['es-cl'] = "";
$text['description-access_control_node']['fr-fr'] = "";
$text['description-access_control_node']['he-il'] = "";
$text['description-access_control_node']['it-it'] = "";
$text['description-access_control_node']['nl-nl'] = "";
$text['description-access_control_node']['pl-pl'] = "";
$text['description-access_control_node']['pt-br'] = "";
$text['description-access_control_node']['pt-pt'] = "";
$text['description-access_control_node']['ru-ru'] = "";
$text['description-access_control_node']['sv-se'] = "";
$text['description-access_control_node']['uk-ua'] = "";
$text['description-access_control_name']['en-us'] = "Enter the name.";
$text['description-access_control_name']['ar-eg'] = "أدخل اسم.";
$text['description-access_control_name']['de-at'] = "Namen eingeben.";
$text['description-access_control_name']['de-ch'] = "";
$text['description-access_control_name']['de-de'] = "Namen eingeben.";
$text['description-access_control_name']['es-cl'] = " Introduzca el nombre.";
$text['description-access_control_name']['es-mx'] = "";
$text['description-access_control_name']['fr-ca'] = "";
$text['description-access_control_name']['fr-fr'] = "Entrez le nom.";
$text['description-access_control_name']['he-il'] = " הזן את השם.";
$text['description-access_control_name']['it-it'] = "Inserisci il nome.";
@ -301,6 +356,7 @@ $text['description-access_control_name']['nl-nl'] = "";
$text['description-access_control_name']['pl-pl'] = " Wpisz nazwę.";
$text['description-access_control_name']['pt-br'] = "Digite o nome.";
$text['description-access_control_name']['pt-pt'] = "Digite o nome.";
$text['description-access_control_name']['ro-ro'] = "Introduceți numele.";
$text['description-access_control_name']['ru-ru'] = "Введите имя.";
$text['description-access_control_name']['sv-se'] = "Ange namnet.";
$text['description-access_control_name']['uk-ua'] = "Введіть ім'я.";
@ -308,8 +364,11 @@ $text['description-access_control_name']['uk-ua'] = "Введіть ім'я.";
$text['description-access_control_description']['en-us'] = "Enter the description";
$text['description-access_control_description']['ar-eg'] = "دخل وصف";
$text['description-access_control_description']['de-at'] = "Beschreibung eingeben.";
$text['description-access_control_description']['de-ch'] = "";
$text['description-access_control_description']['de-de'] = "Beschreibung eingeben.";
$text['description-access_control_description']['es-cl'] = "Introduzca la descripción";
$text['description-access_control_description']['es-mx'] = "";
$text['description-access_control_description']['fr-ca'] = "";
$text['description-access_control_description']['fr-fr'] = "Entrez la description.";
$text['description-access_control_description']['he-il'] = " הזן את התיאור";
$text['description-access_control_description']['it-it'] = "Inserisci la descrizione";
@ -317,15 +376,19 @@ $text['description-access_control_description']['nl-nl'] = "";
$text['description-access_control_description']['pl-pl'] = "Wprowadź opis";
$text['description-access_control_description']['pt-br'] = "Digite a descrição.";
$text['description-access_control_description']['pt-pt'] = "Digite a descrição";
$text['description-access_control_description']['ro-ro'] = "Introduceți descrierea";
$text['description-access_control_description']['ru-ru'] = "Введите описание";
$text['description-access_control_description']['sv-se'] = "Skriv en beskrivning";
$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']['ar-eg'] = "حدد نوع الافتراضي.";
$text['description-access_control_default']['de-at'] = " Wählen Sie den Standardtyp.";
$text['description-access_control_default']['de-ch'] = "";
$text['description-access_control_default']['de-de'] = " Wählen Sie den Standardtyp.";
$text['description-access_control_default']['es-cl'] = "Seleccione el tipo de defecto.";
$text['description-access_control_default']['es-mx'] = "";
$text['description-access_control_default']['fr-ca'] = "";
$text['description-access_control_default']['fr-fr'] = "Sélectionnez le type de défaut";
$text['description-access_control_default']['he-il'] = " בחר את סוג ברירת המחדל.";
$text['description-access_control_default']['it-it'] = "Seleziona il tipo predefinito.";
@ -333,6 +396,7 @@ $text['description-access_control_default']['nl-nl'] = "";
$text['description-access_control_default']['pl-pl'] = "Wybierz typ domyślny.";
$text['description-access_control_default']['pt-br'] = "Selecione o tipo de padrão.";
$text['description-access_control_default']['pt-pt'] = "Selecione o tipo de padrão.";
$text['description-access_control_default']['ro-ro'] = "Selectați tipul implicit.";
$text['description-access_control_default']['ru-ru'] = "Выберите тип по умолчанию.";
$text['description-access_control_default']['sv-se'] = "Välj standardtypen.";
$text['description-access_control_default']['uk-ua'] = "Вибір типу за замовчуванням.";
@ -340,8 +404,11 @@ $text['description-access_control_default']['uk-ua'] = "Вибір типу за
$text['description-access_control']['en-us'] = "Access control list can allow or deny ranges of IP addresses.";
$text['description-access_control']['ar-eg'] = "قائمة التحكم بالوصول يمكن السماح أو الرفض نطاقات العناوين.";
$text['description-access_control']['de-at'] = " Die Zugriffskontrollliste kann Bereiche von IP Adressen zulassen oder ablehnen.";
$text['description-access_control']['de-ch'] = "";
$text['description-access_control']['de-de'] = " Die Zugriffskontrollliste kann Bereiche von IP Adressen zulassen oder ablehnen.";
$text['description-access_control']['es-cl'] = " Lista de control de acceso puede permitir o denegar los rangos de direcciones IP.";
$text['description-access_control']['es-mx'] = "";
$text['description-access_control']['fr-ca'] = "";
$text['description-access_control']['fr-fr'] = " Liste de contrôle d'accès peut autoriser ou refuser des plages d'adresses IP.";
$text['description-access_control']['he-il'] = " רשימת בקרת גישה יכולה לאפשר או למנוע טווחים של כתובות IP.";
$text['description-access_control']['it-it'] = "La lista del controllo degli accessi consente o nega l'accesso ad un intervallo di indirizzi IP.";
@ -349,8 +416,9 @@ $text['description-access_control']['nl-nl'] = "";
$text['description-access_control']['pl-pl'] = "Lista kontroli dostępu może umożliwić lub zablokować zakresy adresów IP.";
$text['description-access_control']['pt-br'] = "Lista de controle de acesso pode permitir ou negar intervalos de endereços IP.";
$text['description-access_control']['pt-pt'] = "Lista de controle de acesso pode permitir ou negar intervalos de endereços IP.";
$text['description-access_control']['ro-ro'] = "Lista de control al accesului poate permite sau refuza intervale de adrese IP.";
$text['description-access_control']['ru-ru'] = "Контроль доступа может разрешить или запретить диапазоны IP адресов.";
$text['description-access_control']['sv-se'] = "Åtkomstkontrollista kan tillåta eller neka intervall av IP-adresser.";
$text['description-access_control']['uk-ua'] = "Список контролю доступу може дозволити або заборонити діапазони IP-адрес.";
?>
?>

View File

@ -1,23 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Access Controls";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contrôles d'accès";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Controles de Acesso";
$apps[$x]['menu'][0]['title']['pt-br'] = "Controles de Acesso";
$apps[$x]['menu'][0]['title']['es-cl'] = "Controles de acceso";
$apps[$x]['menu'][0]['title']['he'] = "בקרת גישה";
$apps[$x]['menu'][0]['title']['de-de'] = " Zugriffskontrolle";
$apps[$x]['menu'][0]['title']['de-at'] = " Zugriffskontrolle";
$apps[$x]['menu'][0]['title']['pl'] = "Kontrola dostępu";
$apps[$x]['menu'][0]['title']['ro'] = "Controale de acces";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Контроль доступа";
$apps[$x]['menu'][0]['title']['uk'] = "контроль доступу";
$apps[$x]['menu'][0]['title']['sv-se'] = "Åtkomstkontroll";
$apps[$x]['menu'][0]['title']['ar-eg'] = "عناصر التحكم في الوصول";
$apps[$x]['menu'][0]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/access_controls/access_controls.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Access Controls";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عناصر التحكم في الوصول";
$apps[$x]['menu'][$y]['title']['de-at'] = " Zugriffskontrolle";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = " Zugriffskontrolle";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Controles de acceso";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contrôles d'accès";
$apps[$x]['menu'][$y]['title']['he-il'] = "בקרת גישה";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontrola dostępu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Controles de Acesso";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Controles de Acesso";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Controale de acces";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контроль доступа";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "контроль доступу";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Åtkomstkontroll";
$apps[$x]['menu'][$y]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/access_controls/access_controls.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,39 +1,46 @@
<?php
//application details
$apps[$x]['name'] = "Adminer";
$apps[$x]['uuid'] = "214b9f02-547b-d49d-f4e9-02987d9581c5";
$apps[$x]['category'] = "System";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "3.2.2";
$apps[$x]['license'] = "http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0";
$apps[$x]['url'] = "http://www.adminer.org/";
$apps[$x]['description']['en-us'] = "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.";
$apps[$x]['description']['es-cl'] = "Adminer (anteriormente phpMinAdmin) es una herramienta completa para la gestión de bases de datos escrita en PHP. Adminer está disponible para MySQL, PostgreSQL, SQLite, MS SQL y Oracle)";
$apps[$x]['description']['de-de'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar.";
$apps[$x]['description']['fr-fr'] = "Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Adminer (anteriormente phpMinAdmin) é uma ferramenta completa para gestão de bases de dados escrita em PHP. O Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['ru-ru'] = "Adminer (в прошлом phpMinAdmin) это полнофункциональный инструмент управления базами данных, написанный на PHP. Adminer доступен для for MySQL, PostgreSQL, SQLite, MS SQL и Oracle.";
//application details
$apps[$x]['name'] = "Adminer";
$apps[$x]['uuid'] = "214b9f02-547b-d49d-f4e9-02987d9581c5";
$apps[$x]['category'] = "System";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "3.2.2";
$apps[$x]['license'] = "http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0";
$apps[$x]['url'] = "http://www.adminer.org/";
$apps[$x]['description']['en-us'] = "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar.";
$apps[$x]['description']['es-cl'] = "Adminer (anteriormente phpMinAdmin) es una herramienta completa para la gestión de bases de datos escrita en PHP. Adminer está disponible para MySQL, PostgreSQL, SQLite, MS SQL y Oracle)";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Adminer (anteriormente phpMinAdmin) é uma ferramenta completa para gestão de bases de dados escrita em PHP. O Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Adminer (в прошлом phpMinAdmin) это полнофункциональный инструмент управления базами данных, написанный на PHP. Adminer доступен для for MySQL, PostgreSQL, SQLite, MS SQL и Oracle.";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$apps[$x]['permissions'][0]['name'] = "adminer";
$apps[$x]['permissions'][0]['menu']['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
//permission details
$apps[$x]['permissions'][0]['name'] = "adminer";
$apps[$x]['permissions'][0]['menu']['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'e34b276a-1b64-4d11-9470-ae3ea977c47e';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'adminer';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'auto_login';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set whether to auto-login to Adminer, or require a username and password.';
$y++;
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e34b276a-1b64-4d11-9470-ae3ea977c47e";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "adminer";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "auto_login";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set whether to auto-login to Adminer, or require a username and password.";
?>
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Adminer";
$apps[$x]['menu'][0]['title']['es-cl'] = "Administrador";
$apps[$x]['menu'][0]['title']['de-de'] = "Adminer";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = "Adminer";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Admin BDD";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Administrador";
$apps[$x]['menu'][0]['title']['pt-br'] = "Adminer";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Администрирование БД";
$apps[$x]['menu'][0]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "external";
$apps[$x]['menu'][0]['icon'] = "glyphicon-new-window";
$apps[$x]['menu'][0]['path'] = "/app/adminer/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Adminer";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Adminer";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Adminer";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administrador";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Admin BDD";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Adminer";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Administrador";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Администрирование БД";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
$apps[$x]['menu'][$y]['path'] = "/app/adminer/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "1df70270-8274-44e9-a43e-5074684649ad";
$apps[$x]['category'] = "App";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['en-us'] = "Manage backups";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Datensicherung";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Datensicherung";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Datensicherung";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Datensicherung";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -28,6 +36,5 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "backup_upload";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-backup']['en-us'] = "Backup";
$text['title-backup']['ar-eg'] = "";
$text['title-backup']['de-at'] = "Datensicherung";
$text['title-backup']['de-ch'] = "";
$text['title-backup']['de-de'] = "Datensicherung";
$text['title-backup']['es-cl'] = "Copia de seguridad";
$text['title-backup']['es-mx'] = "";
$text['title-backup']['fr-ca'] = "";
$text['title-backup']['fr-fr'] = "Sauvegarde";
$text['title-backup']['he-il'] = "";
$text['title-backup']['it-it'] = "Backup";
@ -13,6 +16,7 @@ $text['title-backup']['nl-nl'] = "";
$text['title-backup']['pl-pl'] = "Kopie zapasowe";
$text['title-backup']['pt-br'] = "Backup";
$text['title-backup']['pt-pt'] = "Backup";
$text['title-backup']['ro-ro'] = "";
$text['title-backup']['ru-ru'] = "Резервное копирование";
$text['title-backup']['sv-se'] = "Backup";
$text['title-backup']['uk-ua'] = "Резервна копія";
@ -20,8 +24,11 @@ $text['title-backup']['uk-ua'] = "Резервна копія";
$text['option-file_download']['en-us'] = "File Download";
$text['option-file_download']['ar-eg'] = "";
$text['option-file_download']['de-at'] = "Datei herunterladen";
$text['option-file_download']['de-ch'] = "";
$text['option-file_download']['de-de'] = "Datei herunterladen";
$text['option-file_download']['es-cl'] = "Descarga de archivos";
$text['option-file_download']['es-mx'] = "";
$text['option-file_download']['fr-ca'] = "";
$text['option-file_download']['fr-fr'] = "Télécharger le fichier";
$text['option-file_download']['he-il'] = "";
$text['option-file_download']['it-it'] = "Download File";
@ -29,6 +36,7 @@ $text['option-file_download']['nl-nl'] = "";
$text['option-file_download']['pl-pl'] = "Pobierz plik";
$text['option-file_download']['pt-br'] = "Download do arquivo";
$text['option-file_download']['pt-pt'] = "download do arquivo";
$text['option-file_download']['ro-ro'] = "";
$text['option-file_download']['ru-ru'] = "Скачать архив";
$text['option-file_download']['sv-se'] = "Ladda Ned Fil";
$text['option-file_download']['uk-ua'] = "Скачування файлу";
@ -36,8 +44,11 @@ $text['option-file_download']['uk-ua'] = "Скачування файлу";
$text['option-command']['en-us'] = "Command";
$text['option-command']['ar-eg'] = "";
$text['option-command']['de-at'] = "Befehl";
$text['option-command']['de-ch'] = "";
$text['option-command']['de-de'] = "Befehl";
$text['option-command']['es-cl'] = "Comando";
$text['option-command']['es-mx'] = "";
$text['option-command']['fr-ca'] = "";
$text['option-command']['fr-fr'] = "Commandementt";
$text['option-command']['he-il'] = "";
$text['option-command']['it-it'] = "Comando";
@ -45,6 +56,7 @@ $text['option-command']['nl-nl'] = "";
$text['option-command']['pl-pl'] = "Polecenie";
$text['option-command']['pt-br'] = "Comando";
$text['option-command']['pt-pt'] = "Comando";
$text['option-command']['ro-ro'] = "";
$text['option-command']['ru-ru'] = "Команда";
$text['option-command']['sv-se'] = "Komando";
$text['option-command']['uk-ua'] = "Команда";
@ -52,8 +64,11 @@ $text['option-command']['uk-ua'] = "Команда";
$text['message-restore_failed_upload']['en-us'] = "Restore Failed - File Upload Failed";
$text['message-restore_failed_upload']['ar-eg'] = "";
$text['message-restore_failed_upload']['de-at'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen";
$text['message-restore_failed_upload']['de-ch'] = "";
$text['message-restore_failed_upload']['de-de'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen";
$text['message-restore_failed_upload']['es-cl'] = "Falló la recup - Cargar archivo Error";
$text['message-restore_failed_upload']['es-mx'] = "";
$text['message-restore_failed_upload']['fr-ca'] = "";
$text['message-restore_failed_upload']['fr-fr'] = "Echec de la restauration - Echec du téléchargement";
$text['message-restore_failed_upload']['he-il'] = "";
$text['message-restore_failed_upload']['it-it'] = "Ripristino Fallito - Caricamento del File Fallito";
@ -61,6 +76,7 @@ $text['message-restore_failed_upload']['nl-nl'] = "";
$text['message-restore_failed_upload']['pl-pl'] = "Przywracanie oraz przesłanie pliku nie powiodło się";
$text['message-restore_failed_upload']['pt-br'] = "Falha de restauração - Upload de arquivo falhou ";
$text['message-restore_failed_upload']['pt-pt'] = "Falha de restauração - Upload de arquivo falhou";
$text['message-restore_failed_upload']['ro-ro'] = "";
$text['message-restore_failed_upload']['ru-ru'] = "Ошибка восстановления - Загрузка файла не удалась";
$text['message-restore_failed_upload']['sv-se'] = "Återställning Misslyckades - Filöverföring misslyckades";
$text['message-restore_failed_upload']['uk-ua'] = "Помилка відновлення: неможливо завантажити файл";
@ -68,8 +84,11 @@ $text['message-restore_failed_upload']['uk-ua'] = "Помилка відновл
$text['message-restore_failed_format']['en-us'] = "Restore Failed - Invalid File Format";
$text['message-restore_failed_format']['ar-eg'] = "";
$text['message-restore_failed_format']['de-at'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat";
$text['message-restore_failed_format']['de-ch'] = "";
$text['message-restore_failed_format']['de-de'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat";
$text['message-restore_failed_format']['es-cl'] = "Restaurar Error - Formato de archivo no válido";
$text['message-restore_failed_format']['es-mx'] = "";
$text['message-restore_failed_format']['fr-ca'] = "";
$text['message-restore_failed_format']['fr-fr'] = "Échec de la restauration - Format de fichier incorrect";
$text['message-restore_failed_format']['he-il'] = "";
$text['message-restore_failed_format']['it-it'] = "Ripristino Fallito - Formato File non valido";
@ -77,6 +96,7 @@ $text['message-restore_failed_format']['nl-nl'] = "";
$text['message-restore_failed_format']['pl-pl'] = "Przywracanie nie powiodło się - niepoprawny format pliku";
$text['message-restore_failed_format']['pt-br'] = "Falha na restauração - Formato de arquivo inválido";
$text['message-restore_failed_format']['pt-pt'] = "Falha na restauração - Formato de arquivo inválido";
$text['message-restore_failed_format']['ro-ro'] = "";
$text['message-restore_failed_format']['ru-ru'] = "Ошибка восстановления - Неверный формат файла";
$text['message-restore_failed_format']['sv-se'] = "Återställning Misslyckades - Ogiltigt Filformat";
$text['message-restore_failed_format']['uk-ua'] = "Помилка відновлення: хибний формат файлу";
@ -84,8 +104,11 @@ $text['message-restore_failed_format']['uk-ua'] = "Помилка відновл
$text['message-restore_failed_extract']['en-us'] = "Restore Failed - Extraction Error";
$text['message-restore_failed_extract']['ar-eg'] = "";
$text['message-restore_failed_extract']['de-at'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen";
$text['message-restore_failed_extract']['de-ch'] = "";
$text['message-restore_failed_extract']['de-de'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen";
$text['message-restore_failed_extract']['es-cl'] = "Restaurar Error - Error de extracción";
$text['message-restore_failed_extract']['es-mx'] = "";
$text['message-restore_failed_extract']['fr-ca'] = "";
$text['message-restore_failed_extract']['fr-fr'] = "Échec de la restauration - Échec de l'extraction";
$text['message-restore_failed_extract']['he-il'] = "";
$text['message-restore_failed_extract']['it-it'] = "Ripristino Fallito - Errore di Estrazione";
@ -93,6 +116,7 @@ $text['message-restore_failed_extract']['nl-nl'] = "";
$text['message-restore_failed_extract']['pl-pl'] = "Przywracanie nie powiodło się - Ekstrakcja zawiodły";
$text['message-restore_failed_extract']['pt-br'] = "Falha na restauração - Falha na extração";
$text['message-restore_failed_extract']['pt-pt'] = "Falha na restauração - Falha na extração";
$text['message-restore_failed_extract']['ro-ro'] = "";
$text['message-restore_failed_extract']['ru-ru'] = "Ошибка восстановления - Ошибка при извлечении";
$text['message-restore_failed_extract']['sv-se'] = "Återställning Misslyckades - extraktion misslyckades";
$text['message-restore_failed_extract']['uk-ua'] = "Помилка відновлення: Помилка при вилученні";
@ -100,8 +124,11 @@ $text['message-restore_failed_extract']['uk-ua'] = "Помилка віднов
$text['message-restore_completed']['en-us'] = "Restore Completed";
$text['message-restore_completed']['ar-eg'] = "";
$text['message-restore_completed']['de-at'] = "Wiederherstellung erfolgreich";
$text['message-restore_completed']['de-ch'] = "";
$text['message-restore_completed']['de-de'] = "Wiederherstellung erfolgreich";
$text['message-restore_completed']['es-cl'] = "Restaurar Completado";
$text['message-restore_completed']['es-mx'] = "";
$text['message-restore_completed']['fr-ca'] = "";
$text['message-restore_completed']['fr-fr'] = "Restaurer Terminé";
$text['message-restore_completed']['he-il'] = "";
$text['message-restore_completed']['it-it'] = "Ripristino Completato";
@ -109,6 +136,7 @@ $text['message-restore_completed']['nl-nl'] = "";
$text['message-restore_completed']['pl-pl'] = "Przywracanie zakończono pomyślnie.";
$text['message-restore_completed']['pt-br'] = "Restauração Concluída";
$text['message-restore_completed']['pt-pt'] = "Concluída a Restauração";
$text['message-restore_completed']['ro-ro'] = "";
$text['message-restore_completed']['ru-ru'] = "Восстановление завершено";
$text['message-restore_completed']['sv-se'] = "Återställning Genomförd";
$text['message-restore_completed']['uk-ua'] = "Відновлено";
@ -116,8 +144,11 @@ $text['message-restore_completed']['uk-ua'] = "Відновлено";
$text['message-backup_failed_paths']['en-us'] = "Backup Failed - No Backup Paths Defined";
$text['message-backup_failed_paths']['ar-eg'] = "";
$text['message-backup_failed_paths']['de-at'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben";
$text['message-backup_failed_paths']['de-ch'] = "";
$text['message-backup_failed_paths']['de-de'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben";
$text['message-backup_failed_paths']['es-cl'] = "Fallidos de copia de seguridad - No hay rutas de copia de seguridad definida";
$text['message-backup_failed_paths']['es-mx'] = "";
$text['message-backup_failed_paths']['fr-ca'] = "";
$text['message-backup_failed_paths']['fr-fr'] = "Echec de sauvegarde - Pas de chemins sauvegarde définis";
$text['message-backup_failed_paths']['he-il'] = "";
$text['message-backup_failed_paths']['it-it'] = "Backup Fallito - Nessuno percorso di Backup definito";
@ -125,6 +156,7 @@ $text['message-backup_failed_paths']['nl-nl'] = "";
$text['message-backup_failed_paths']['pl-pl'] = "Przywracanie nie powiodło się ścieżki nie zostały zdefiniowane.";
$text['message-backup_failed_paths']['pt-br'] = "Backup falhou - Sem destino para o backup definido";
$text['message-backup_failed_paths']['pt-pt'] = "Backup falhou - Sem Caminhos backup definido";
$text['message-backup_failed_paths']['ro-ro'] = "";
$text['message-backup_failed_paths']['ru-ru'] = "Ошибка - Не указаны пути сохранения резервной копии";
$text['message-backup_failed_paths']['sv-se'] = "Backup misslyckades - Ingen Backup Sökväg Definierad";
$text['message-backup_failed_paths']['uk-ua'] = "Помилка: не вказано шлях для збереження файлу резервної копії";
@ -132,8 +164,11 @@ $text['message-backup_failed_paths']['uk-ua'] = "Помилка: не вказа
$text['message-backup_failed_format']['en-us'] = "Backup Failed - Unable to Create Backup File";
$text['message-backup_failed_format']['ar-eg'] = "";
$text['message-backup_failed_format']['de-at'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden";
$text['message-backup_failed_format']['de-ch'] = "";
$text['message-backup_failed_format']['de-de'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden";
$text['message-backup_failed_format']['es-cl'] = "Copia de seguridad Error - No se puede crear archivo de copia de seguridad";
$text['message-backup_failed_format']['es-mx'] = "";
$text['message-backup_failed_format']['fr-ca'] = "";
$text['message-backup_failed_format']['fr-fr'] = "Echec de la sauvegarde - Impossible de créer le fichier de sauvegarde";
$text['message-backup_failed_format']['he-il'] = "";
$text['message-backup_failed_format']['it-it'] = "Backup Fallito - Impossibile creare il File di Backup";
@ -141,6 +176,7 @@ $text['message-backup_failed_format']['nl-nl'] = "";
$text['message-backup_failed_format']['pl-pl'] = "Przywracanie nie powiodło się - nie można utworzyć pliku kopii zapasowej";
$text['message-backup_failed_format']['pt-br'] = "Falha no backup - Não é possível criar arquivo de backup ";
$text['message-backup_failed_format']['pt-pt'] = "Falha no backup - Não é possível criar arquivo de backup";
$text['message-backup_failed_format']['ro-ro'] = "";
$text['message-backup_failed_format']['ru-ru'] = "Ошибка - Невозможно создать файл резервной копии";
$text['message-backup_failed_format']['sv-se'] = "Backup misslyckades - Kunde Inte Skapa Backup Fil";
$text['message-backup_failed_format']['uk-ua'] = "Помилка: неможливо створити файл резервної копії";
@ -148,8 +184,11 @@ $text['message-backup_failed_format']['uk-ua'] = "Помилка: неможли
$text['label-target_type']['en-us'] = "Target Type";
$text['label-target_type']['ar-eg'] = "";
$text['label-target_type']['de-at'] = "Ziel Typ";
$text['label-target_type']['de-ch'] = "";
$text['label-target_type']['de-de'] = "Ziel Typ";
$text['label-target_type']['es-cl'] = "Tipo de destino";
$text['label-target_type']['es-mx'] = "";
$text['label-target_type']['fr-ca'] = "";
$text['label-target_type']['fr-fr'] = "type de cible";
$text['label-target_type']['he-il'] = "";
$text['label-target_type']['it-it'] = "Tipo Destinazione";
@ -157,6 +196,7 @@ $text['label-target_type']['nl-nl'] = "";
$text['label-target_type']['pl-pl'] = "Typ docelowy";
$text['label-target_type']['pt-br'] = "Tipo de destino";
$text['label-target_type']['pt-pt'] = "Tipo de Destino";
$text['label-target_type']['ro-ro'] = "";
$text['label-target_type']['ru-ru'] = "Тип";
$text['label-target_type']['sv-se'] = "Mål Typ";
$text['label-target_type']['uk-ua'] = "Призначення";
@ -164,8 +204,11 @@ $text['label-target_type']['uk-ua'] = "Призначення";
$text['label-source_paths']['en-us'] = "Source Paths";
$text['label-source_paths']['ar-eg'] = "";
$text['label-source_paths']['de-at'] = "Quell Pfade";
$text['label-source_paths']['de-ch'] = "";
$text['label-source_paths']['de-de'] = "Quell Pfade";
$text['label-source_paths']['es-cl'] = "Fuente Caminos";
$text['label-source_paths']['es-mx'] = "";
$text['label-source_paths']['fr-ca'] = "";
$text['label-source_paths']['fr-fr'] = "Chemins Source";
$text['label-source_paths']['he-il'] = "";
$text['label-source_paths']['it-it'] = "Percorso Sorgenti";
@ -173,6 +216,7 @@ $text['label-source_paths']['nl-nl'] = "";
$text['label-source_paths']['pl-pl'] = " Ścieżki źródłowe";
$text['label-source_paths']['pt-br'] = "Destino de origem";
$text['label-source_paths']['pt-pt'] = "Fonte Caminhos";
$text['label-source_paths']['ro-ro'] = "";
$text['label-source_paths']['ru-ru'] = "Объекты резервного копирования";
$text['label-source_paths']['sv-se'] = "Källa Sökväg";
$text['label-source_paths']['uk-ua'] = "Об’єкти для резервного копіювання";
@ -180,8 +224,11 @@ $text['label-source_paths']['uk-ua'] = "Об’єкти для резервно
$text['label-select_backup']['en-us'] = "Select Backup File";
$text['label-select_backup']['ar-eg'] = "";
$text['label-select_backup']['de-at'] = "Wählen Sie eine Sicherungsdatei aus";
$text['label-select_backup']['de-ch'] = "";
$text['label-select_backup']['de-de'] = "Wählen Sie eine Sicherungsdatei aus";
$text['label-select_backup']['es-cl'] = "Seleccione Copia de Seguridad";
$text['label-select_backup']['es-mx'] = "";
$text['label-select_backup']['fr-ca'] = "";
$text['label-select_backup']['fr-fr'] = "Sélectionnez le Fichier de Sauvegarde";
$text['label-select_backup']['he-il'] = "";
$text['label-select_backup']['it-it'] = "Seleziona il File di Backup";
@ -189,6 +236,7 @@ $text['label-select_backup']['nl-nl'] = "";
$text['label-select_backup']['pl-pl'] = "Wybierz plik kopii zapasowej";
$text['label-select_backup']['pt-br'] = "Selecione o arquivo de Backup";
$text['label-select_backup']['pt-pt'] = "Selecione Backup";
$text['label-select_backup']['ro-ro'] = "";
$text['label-select_backup']['ru-ru'] = "Выберите файл резервной копии";
$text['label-select_backup']['sv-se'] = "Välj Backup Fil";
$text['label-select_backup']['uk-ua'] = "Виберіть файл резервної копії";
@ -196,8 +244,11 @@ $text['label-select_backup']['uk-ua'] = "Виберіть файл резерв
$text['label-file_format']['en-us'] = "File Format";
$text['label-file_format']['ar-eg'] = "";
$text['label-file_format']['de-at'] = "Dateiformat";
$text['label-file_format']['de-ch'] = "";
$text['label-file_format']['de-de'] = "Dateiformat";
$text['label-file_format']['es-cl'] = "Formato de Archivo";
$text['label-file_format']['es-mx'] = "";
$text['label-file_format']['fr-ca'] = "";
$text['label-file_format']['fr-fr'] = "Format de Fichier";
$text['label-file_format']['he-il'] = "";
$text['label-file_format']['it-it'] = "Formato File";
@ -205,6 +256,7 @@ $text['label-file_format']['nl-nl'] = "";
$text['label-file_format']['pl-pl'] = "Format pliku";
$text['label-file_format']['pt-br'] = "Formato do arquivo";
$text['label-file_format']['pt-pt'] = "Formato de arquivo";
$text['label-file_format']['ro-ro'] = "";
$text['label-file_format']['ru-ru'] = "Формат файла";
$text['label-file_format']['sv-se'] = "Filformat";
$text['label-file_format']['uk-ua'] = "Формат файлу";
@ -212,8 +264,11 @@ $text['label-file_format']['uk-ua'] = "Формат файлу";
$text['label-command']['en-us'] = "Command";
$text['label-command']['ar-eg'] = "";
$text['label-command']['de-at'] = "Befehl";
$text['label-command']['de-ch'] = "";
$text['label-command']['de-de'] = "Befehl";
$text['label-command']['es-cl'] = "Comando";
$text['label-command']['es-mx'] = "";
$text['label-command']['fr-ca'] = "";
$text['label-command']['fr-fr'] = "Commandementt";
$text['label-command']['he-il'] = "";
$text['label-command']['it-it'] = "Comando";
@ -221,6 +276,7 @@ $text['label-command']['nl-nl'] = "";
$text['label-command']['pl-pl'] = "Polecenie";
$text['label-command']['pt-br'] = "Comando";
$text['label-command']['pt-pt'] = "Comando";
$text['label-command']['ro-ro'] = "";
$text['label-command']['ru-ru'] = "Команда";
$text['label-command']['sv-se'] = "Komando";
$text['label-command']['uk-ua'] = "Команда";
@ -228,8 +284,11 @@ $text['label-command']['uk-ua'] = "Команда";
$text['header-restore']['en-us'] = "Restore";
$text['header-restore']['ar-eg'] = "";
$text['header-restore']['de-at'] = "Wiederherstellen";
$text['header-restore']['de-ch'] = "";
$text['header-restore']['de-de'] = "Wiederherstellen";
$text['header-restore']['es-cl'] = "Restaurar";
$text['header-restore']['es-mx'] = "";
$text['header-restore']['fr-ca'] = "";
$text['header-restore']['fr-fr'] = "Restaurer";
$text['header-restore']['he-il'] = "";
$text['header-restore']['it-it'] = "Ripristina";
@ -237,6 +296,7 @@ $text['header-restore']['nl-nl'] = "";
$text['header-restore']['pl-pl'] = "Przywracanie kopii zapasowej";
$text['header-restore']['pt-br'] = "Restaurar";
$text['header-restore']['pt-pt'] = "Restaurar";
$text['header-restore']['ro-ro'] = "";
$text['header-restore']['ru-ru'] = "Восстановление";
$text['header-restore']['sv-se'] = "Återställ";
$text['header-restore']['uk-ua'] = "Відновлення";
@ -244,8 +304,11 @@ $text['header-restore']['uk-ua'] = "Відновлення";
$text['header-backup']['en-us'] = "Backup";
$text['header-backup']['ar-eg'] = "";
$text['header-backup']['de-at'] = "Sichern";
$text['header-backup']['de-ch'] = "";
$text['header-backup']['de-de'] = "Sichern";
$text['header-backup']['es-cl'] = "Copia de seguridad";
$text['header-backup']['es-mx'] = "";
$text['header-backup']['fr-ca'] = "";
$text['header-backup']['fr-fr'] = "Sauvegarde";
$text['header-backup']['he-il'] = "";
$text['header-backup']['it-it'] = "Backup";
@ -253,6 +316,7 @@ $text['header-backup']['nl-nl'] = "";
$text['header-backup']['pl-pl'] = "Tworzenie kopii zapasowej";
$text['header-backup']['pt-br'] = "Backup";
$text['header-backup']['pt-pt'] = "Backup";
$text['header-backup']['ro-ro'] = "";
$text['header-backup']['ru-ru'] = "Резервная копия";
$text['header-backup']['sv-se'] = "Backup";
$text['header-backup']['uk-ua'] = "Резервна копія";
@ -260,8 +324,11 @@ $text['header-backup']['uk-ua'] = "Резервна копія";
$text['description-restore_warning']['en-us'] = "Warning: Existing files, if any, will be overwritten.";
$text['description-restore_warning']['ar-eg'] = "";
$text['description-restore_warning']['de-at'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben.";
$text['description-restore_warning']['de-ch'] = "";
$text['description-restore_warning']['de-de'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben.";
$text['description-restore_warning']['es-cl'] = "Advertencia: Los archivos existentes, si los hay, se sobrescribirá.";
$text['description-restore_warning']['es-mx'] = "";
$text['description-restore_warning']['fr-ca'] = "";
$text['description-restore_warning']['fr-fr'] = "Attention: les fichiers existants, s'il y en a, seront écrasés.";
$text['description-restore_warning']['he-il'] = "";
$text['description-restore_warning']['it-it'] = "Attenzione: I File esistenti, se presenti, saranno sovrascritti.";
@ -269,6 +336,7 @@ $text['description-restore_warning']['nl-nl'] = "";
$text['description-restore_warning']['pl-pl'] = "Uwaga - obecne pliki (jeżeli istnieją), zostaną nadpisane";
$text['description-restore_warning']['pt-br'] = "Aviso: Os arquivos existentes, se houver, serão todos substituidos";
$text['description-restore_warning']['pt-pt'] = "Aviso: Os arquivos existentes, se houver, serão substituídos.";
$text['description-restore_warning']['ro-ro'] = "";
$text['description-restore_warning']['ru-ru'] = "Внимание! Существующие файлы будут перезаписаны.";
$text['description-restore_warning']['sv-se'] = "Varning: Befintliga filer, om någon, kommer att skrivas över.";
$text['description-restore_warning']['uk-ua'] = "Увага! Файли, які вже існують, будуть перезаписані.";
@ -276,8 +344,11 @@ $text['description-restore_warning']['uk-ua'] = "Увага! Файли, які
$text['description-restore']['en-us'] = "To restore a backup from a file on your local system, click 'Browse' then select the desired backup file (eg. 'backup_[YYMMDD]_[HHMMSS].tgz'), then click the 'Restore' button.";
$text['description-restore']['ar-eg'] = "";
$text['description-restore']['de-at'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei.";
$text['description-restore']['de-ch'] = "";
$text['description-restore']['de-de'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei.";
$text['description-restore']['es-cl'] = "Para restaurar una copia de seguridad de un archivo en el sistema local, haga clic en 'Examinar' y seleccione el archivo de copia de seguridad que desee (por ejemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), a continuación, haga clic en el botón 'Restaurar'.";
$text['description-restore']['es-mx'] = "";
$text['description-restore']['fr-ca'] = "";
$text['description-restore']['fr-fr'] = "Pour restaurer une sauvegarde à partir d'un fichier sur votre système local, cliquez sur 'Parcourir' puis sélectionnez le fichier de sauvegarde souhaité (par exemple, 'backup_[YYMMDD]_[HHMMSS].tgz'), puis cliquez sur le bouton 'Restaurer'.";
$text['description-restore']['he-il'] = "";
$text['description-restore']['it-it'] = "Per ripristinare un backup dal tuo file system locale, clicca 'Sfoglia' e seleziona il file di backup desiderato (eg. 'backup_[YYMMDD]_[HHMMSS].tgz'), poi clicca il pulsante 'Ripristina'.";
@ -285,6 +356,7 @@ $text['description-restore']['nl-nl'] = "";
$text['description-restore']['pl-pl'] = "Aby przywrócić kopię zapasową z pliku w systemie lokalnym, kliknij 'Przeglądaj', wybierz żądany plik kopii zapasowej (np. 'Backup_ [ YYMMDD ] _ [ GGMMSS ] .tgz' ), a następnie kliknij przycisk 'Przywróć ustawienia domyślne'.";
$text['description-restore']['pt-br'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[AAMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'. ";
$text['description-restore']['pt-pt'] = "Para restaurar um backup de um arquivo em seu sistema local, clique em 'Procurar' e selecione o arquivo de backup desejado (por exemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'.";
$text['description-restore']['ro-ro'] = "";
$text['description-restore']['ru-ru'] = "Для восстановления резервной копии из файла, нажмите кнопку 'Обзор' и выберите нужный файл (например, 'backup_[YYMMDD]_[HHMMSS].tgz'), а затем нажмите кнопку 'Восстановить'.";
$text['description-restore']['sv-se'] = "För att återställa en säkerhetskopia från en fil på ditt lokala system, klicka på ' Bläddra ' och välj sedan önskad säkerhetskopia (t.ex. . ' Backup_ [ ÅÅMMDD ] _ [ HHMMSS ] .tgz ' ) och klicka på ' Återställ ' -knappen.";
$text['description-restore']['uk-ua'] = "Для відновлення резервної копії з файлу, натисніть кнопку 'Огляд' і виберіть потрібний файл резервної копії, а потім натисніть кнопку 'Відновити '.";
@ -292,8 +364,11 @@ $text['description-restore']['uk-ua'] = "Для відновлення резе
$text['description-backup']['en-us'] = "To create a backup of the Source Paths below (defined in Default Settings), select the desired File Format and Target Type.";
$text['description-backup']['ar-eg'] = "";
$text['description-backup']['de-at'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ.";
$text['description-backup']['de-ch'] = "";
$text['description-backup']['de-de'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ.";
$text['description-backup']['es-cl'] = "Para crear una copia de seguridad de las rutas de origen siguientes (definidos en la configuración predeterminada), seleccione el formato de archivo deseado y tipo de destino.";
$text['description-backup']['es-mx'] = "";
$text['description-backup']['fr-ca'] = "";
$text['description-backup']['fr-fr'] = "Pour créer une sauvegarde des chemins source ci-dessous (défini dans les paramètres par défaut), sélectionnez le format de fichier désiré et Type de cible.";
$text['description-backup']['he-il'] = "";
$text['description-backup']['it-it'] = "Per creare un backup dei percorsi sorgente (definiti nelle Impostazioni Predefinite), sleziona il formato del File e il Tipo di Destinazione.";
@ -301,6 +376,7 @@ $text['description-backup']['nl-nl'] = "";
$text['description-backup']['pl-pl'] = "Aby utworzyć kopię zapasową scieżki zródłowej zdefiniowanej w ustawieniach domyślnych, wybierz żądany format pliku i typ docelowy.";
$text['description-backup']['pt-br'] = "Para criar uma cópia de segurança dos caminhos de origem abaixo (definidos em Configurações Padrão), selecione o formato de arquivo desejado e Tipo de destino. ";
$text['description-backup']['pt-pt'] = "Para criar uma cópia de segurança dos caminhos de origem abaixo (definidos em Default Settings), selecione o formato de arquivo desejado e Target Type.";
$text['description-backup']['ro-ro'] = "";
$text['description-backup']['ru-ru'] = "Чтобы создать резервную копию исходных путей ниже (определяется в настройках по умолчанию), выберите нужный тип формата файла и Target.";
$text['description-backup']['sv-se'] = "För att skapa en säkerhetskopia av Källa Sökväg nedan (som definieras i standardinställningar), välj önskad Filformat och Mål Typ.";
$text['description-backup']['uk-ua'] = "Щоб створити резервну копію вказаних нижче об’єктів (вказано у налаштуваннях за замовчуванням), виберіть потрібний формат і призначення";
@ -308,8 +384,11 @@ $text['description-backup']['uk-ua'] = "Щоб створити резервну
$text['button-generate']['en-us'] = "Generate";
$text['button-generate']['ar-eg'] = "";
$text['button-generate']['de-at'] = "Erzeugen";
$text['button-generate']['de-ch'] = "";
$text['button-generate']['de-de'] = "Erzeugen";
$text['button-generate']['es-cl'] = "Generar";
$text['button-generate']['es-mx'] = "";
$text['button-generate']['fr-ca'] = "";
$text['button-generate']['fr-fr'] = "Générer";
$text['button-generate']['he-il'] = "";
$text['button-generate']['it-it'] = "Genera";
@ -317,8 +396,9 @@ $text['button-generate']['nl-nl'] = "";
$text['button-generate']['pl-pl'] = "Generuj";
$text['button-generate']['pt-br'] = "Geração";
$text['button-generate']['pt-pt'] = "Gerar";
$text['button-generate']['ro-ro'] = "";
$text['button-generate']['ru-ru'] = "Сгенерировать";
$text['button-generate']['sv-se'] = "Generera";
$text['button-generate']['uk-ua'] = "Згенерувати";
?>
?>

View File

@ -1,18 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Backup";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Sauvegarde";
$apps[$x]['menu'][0]['title']['pl'] = "Kopie zapasowe";
$apps[$x]['menu'][0]['title']['pt-br'] = "Backup";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Резервное копирование";
$apps[$x]['menu'][0]['title']['sv-se'] = "Backup";
$apps[$x]['menu'][0]['title']['uk'] = "Резервна копія";
$apps[$x]['menu'][0]['title']['de-de'] = "Datensicherung";
$apps[$x]['menu'][0]['title']['de-at'] = "Datensicherung";
$apps[$x]['menu'][0]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/backup/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Backup";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Datensicherung";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Datensicherung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Sauvegarde";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kopie zapasowe";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Backup";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Резервное копирование";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Backup";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Резервна копія";
$apps[$x]['menu'][$y]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/backup/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "9ed63276-e085-4897-839c-4f2e36d92d6c";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Una herramineta para bloquear números entrantes";
$apps[$x]['description']['de-de'] = "Ein Werkzeug um eingehende Rufnummern zu sperren.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Ein Werkzeug um eingehende Rufnummern zu sperren.";
$apps[$x]['description']['fr-fr'] = "Outil pour bloquer les numéro d'appelant";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Ein Werkzeug um eingehende Rufnummern zu sperren.";
$apps[$x]['description']['es-cl'] = "Una herramineta para bloquear números entrantes";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Uma ferramenta para bloquear números indesejados";
$apps[$x]['description']['fr-fr'] = "Outil pour bloquer les numéro d'appelant";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "Uma ferramenta para bloquear números que entram.";
$apps[$x]['description']['pt-pt'] = "Uma ferramenta para bloquear números indesejados";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -37,7 +46,6 @@
$apps[$x]['permissions'][$y]['name'] = "call_block_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
//schema details
$y=0;
@ -63,37 +71,30 @@
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o nome.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_number";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the full phone number.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o número de telefone completo.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the full phone number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_count";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_count";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Number of calls.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Número de chamadas.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Number of calls.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_action";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_action";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Action for call.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Ação para a chamada.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Action for call.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "date_added";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Date/Time number was added.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Data/Hora que o número foi adicionado.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Date/Time number was added.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_enabled";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "block_call_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enable/disable blocking the call.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar/desabilitar bloqueamento da chamada.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable/disable blocking the call.";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-call-block']['en-us'] = "Call Block";
$text['title-call-block']['ar-eg'] = "حظر المكالمات";
$text['title-call-block']['de-at'] = "Sperrlisten";
$text['title-call-block']['de-ch'] = "";
$text['title-call-block']['de-de'] = "Sperrlisten";
$text['title-call-block']['es-cl'] = "Bloqueo de llamadas";
$text['title-call-block']['es-mx'] = "";
$text['title-call-block']['fr-ca'] = "";
$text['title-call-block']['fr-fr'] = "Liste noire";
$text['title-call-block']['he-il'] = "חסימת מספר";
$text['title-call-block']['it-it'] = "Blocco chiamate";
@ -13,6 +16,7 @@ $text['title-call-block']['nl-nl'] = "";
$text['title-call-block']['pl-pl'] = "Blokowanie rozmów";
$text['title-call-block']['pt-br'] = "Bloqueio de chamadas";
$text['title-call-block']['pt-pt'] = "Bloqueio de Chamadas";
$text['title-call-block']['ro-ro'] = "Blocare apel";
$text['title-call-block']['ru-ru'] = "Черный список";
$text['title-call-block']['sv-se'] = "Blockera Samtal";
$text['title-call-block']['uk-ua'] = "Блокування дзвінків";
@ -20,8 +24,11 @@ $text['title-call-block']['uk-ua'] = "Блокування дзвінків";
$text['prompt-block_recent_name']['en-us'] = "Block Recent Call - Edit the Name, if desired...";
$text['prompt-block_recent_name']['ar-eg'] = "";
$text['prompt-block_recent_name']['de-at'] = "Kürzliche Anrufe Blockieren - Bearbeiten Sie den Namen, falls gewünscht...";
$text['prompt-block_recent_name']['de-ch'] = "";
$text['prompt-block_recent_name']['de-de'] = "Kürzliche Anrufe Blockieren - Bearbeiten Sie den Namen, falls gewünscht...";
$text['prompt-block_recent_name']['es-cl'] = "Bloqueo de llamadas recientes - Edite el nombre, si lo desea...";
$text['prompt-block_recent_name']['es-mx'] = "";
$text['prompt-block_recent_name']['fr-ca'] = "";
$text['prompt-block_recent_name']['fr-fr'] = "Bloquer appels récents - Modifiez le nom, si vous le souhaitez...";
$text['prompt-block_recent_name']['he-il'] = "";
$text['prompt-block_recent_name']['it-it'] = "Blocca chiamata recente - Modifica il nome, se lo desideri...";
@ -29,15 +36,19 @@ $text['prompt-block_recent_name']['nl-nl'] = "";
$text['prompt-block_recent_name']['pl-pl'] = "Zablokuj ostatnią rozmowę. Edytuj nazwę";
$text['prompt-block_recent_name']['pt-br'] = "Bloquear chamadas recentes, edite o nome se assim desejar...";
$text['prompt-block_recent_name']['pt-pt'] = "Bloquear Chamadas Recentes - Edite o nome, se desejar...";
$text['prompt-block_recent_name']['ro-ro'] = "Blocare apel recent - Editați numele dacă doriți";
$text['prompt-block_recent_name']['ru-ru'] = "Блокировать недавний вызов. Отредактируйте название, если необходимо...";
$text['prompt-block_recent_name']['sv-se'] = "Blockera Senaste Samtal, meditera namnet om nödvändigt...";
$text['prompt-block_recent_name']['sv-se'] = "Blockera Senaste Samtal, editera namnet om nödvändigt...";
$text['prompt-block_recent_name']['uk-ua'] = "Блокувати недавній дзвінок. Відредагуйте назву за бажанням";
$text['label-update-complete']['en-us'] = "Update Complete";
$text['label-update-complete']['ar-eg'] = "اكتمال التحديث";
$text['label-update-complete']['de-at'] = "Aktualisierung abgeschlossen";
$text['label-update-complete']['de-ch'] = "";
$text['label-update-complete']['de-de'] = "Aktualisierung abgeschlossen";
$text['label-update-complete']['es-cl'] = "Actualización Completa";
$text['label-update-complete']['es-mx'] = "";
$text['label-update-complete']['fr-ca'] = "";
$text['label-update-complete']['fr-fr'] = "Mise à jour effectuée";
$text['label-update-complete']['he-il'] = "העדכון הושלם";
$text['label-update-complete']['it-it'] = "Aggiornamento Completato";
@ -45,6 +56,7 @@ $text['label-update-complete']['nl-nl'] = "";
$text['label-update-complete']['pl-pl'] = "Zaktualizowano poprawnie";
$text['label-update-complete']['pt-br'] = "Atualização Completa";
$text['label-update-complete']['pt-pt'] = "Actualização Efectuada";
$text['label-update-complete']['ro-ro'] = "Actualizare completă";
$text['label-update-complete']['ru-ru'] = "Обновление завершено";
$text['label-update-complete']['sv-se'] = "Uppdatering Klar";
$text['label-update-complete']['uk-ua'] = "Оновлено";
@ -52,8 +64,11 @@ $text['label-update-complete']['uk-ua'] = "Оновлено";
$text['label-reject']['en-us'] = "Reject";
$text['label-reject']['ar-eg'] = "رفض";
$text['label-reject']['de-at'] = "Zurückweisen";
$text['label-reject']['de-ch'] = "";
$text['label-reject']['de-de'] = "Zurückweisen";
$text['label-reject']['es-cl'] = "Rechazar";
$text['label-reject']['es-mx'] = "";
$text['label-reject']['fr-ca'] = "";
$text['label-reject']['fr-fr'] = "Rejeter";
$text['label-reject']['he-il'] = "לדחות";
$text['label-reject']['it-it'] = "Rifiuta";
@ -61,6 +76,7 @@ $text['label-reject']['nl-nl'] = "";
$text['label-reject']['pl-pl'] = "Odrzuć ";
$text['label-reject']['pt-br'] = "Rejeitar";
$text['label-reject']['pt-pt'] = "Rejeitar";
$text['label-reject']['ro-ro'] = "";
$text['label-reject']['ru-ru'] = "Отклонить";
$text['label-reject']['sv-se'] = "Neka";
$text['label-reject']['uk-ua'] = "Відхилити";
@ -68,8 +84,11 @@ $text['label-reject']['uk-ua'] = "Відхилити";
$text['label-provide-number']['en-us'] = "Please provide: Number";
$text['label-provide-number']['ar-eg'] = "من فضلك أدخل: الرقم";
$text['label-provide-number']['de-at'] = "Bitte geben Sie die Nummer an";
$text['label-provide-number']['de-ch'] = "";
$text['label-provide-number']['de-de'] = "Bitte geben Sie die Nummer an";
$text['label-provide-number']['es-cl'] = "Por favor agregue: Número";
$text['label-provide-number']['es-mx'] = "";
$text['label-provide-number']['fr-ca'] = "";
$text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro";
$text['label-provide-number']['he-il'] = "אנא הכנס מספר";
$text['label-provide-number']['it-it'] = "Per favore indica: Numero";
@ -77,6 +96,7 @@ $text['label-provide-number']['nl-nl'] = "";
$text['label-provide-number']['pl-pl'] = " Wprowadź numer";
$text['label-provide-number']['pt-br'] = "Por favor indique: Número";
$text['label-provide-number']['pt-pt'] = "Por favor indique: Número";
$text['label-provide-number']['ro-ro'] = "";
$text['label-provide-number']['ru-ru'] = "Введите номер";
$text['label-provide-number']['sv-se'] = "Ange: Nummer";
$text['label-provide-number']['uk-ua'] = "Введіть номер";
@ -84,8 +104,11 @@ $text['label-provide-number']['uk-ua'] = "Введіть номер";
$text['label-provide-name']['en-us'] = "Please provide: Name";
$text['label-provide-name']['ar-eg'] = "من فضلك أدخل: الأسم";
$text['label-provide-name']['de-at'] = "Bitte geben Sie den Namen an";
$text['label-provide-name']['de-ch'] = "";
$text['label-provide-name']['de-de'] = "Bitte geben Sie den Namen an";
$text['label-provide-name']['es-cl'] = "Por favor agregue: Nombre";
$text['label-provide-name']['es-mx'] = "";
$text['label-provide-name']['fr-ca'] = "";
$text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['label-provide-name']['he-il'] = "אנא הכנס שם";
$text['label-provide-name']['it-it'] = "Per favore indica: Nome";
@ -93,6 +116,7 @@ $text['label-provide-name']['nl-nl'] = "";
$text['label-provide-name']['pl-pl'] = " Wprowadź nazwę ";
$text['label-provide-name']['pt-br'] = "Por favor indique: Nome";
$text['label-provide-name']['pt-pt'] = "Por favor indique: Nome";
$text['label-provide-name']['ro-ro'] = "";
$text['label-provide-name']['ru-ru'] = "Пожалуйста, введите: Имя";
$text['label-provide-name']['sv-se'] = "Ange: Namn";
$text['label-provide-name']['uk-ua'] = "Введіть назву";
@ -100,8 +124,11 @@ $text['label-provide-name']['uk-ua'] = "Введіть назву";
$text['label-provide-enabled']['en-us'] = "Please provide: Enabled";
$text['label-provide-enabled']['ar-eg'] = "";
$text['label-provide-enabled']['de-at'] = "Bitte geben Sie folgendes an: Aktiv";
$text['label-provide-enabled']['de-ch'] = "";
$text['label-provide-enabled']['de-de'] = "Bitte geben Sie folgendes an: Aktiv";
$text['label-provide-enabled']['es-cl'] = "Por favor agregue: Activo";
$text['label-provide-enabled']['es-mx'] = "";
$text['label-provide-enabled']['fr-ca'] = "";
$text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
$text['label-provide-enabled']['he-il'] = "";
$text['label-provide-enabled']['it-it'] = "Per favore indica: Abilitato";
@ -109,6 +136,7 @@ $text['label-provide-enabled']['nl-nl'] = "";
$text['label-provide-enabled']['pl-pl'] = " Wprowadź: Włączony";
$text['label-provide-enabled']['pt-br'] = "Por favor indique se está habilitado";
$text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado";
$text['label-provide-enabled']['ro-ro'] = "";
$text['label-provide-enabled']['ru-ru'] = "Пожалуйста, введите: Включить";
$text['label-provide-enabled']['sv-se'] = "Ange: Aktiverad";
$text['label-provide-enabled']['uk-ua'] = "Включити/відключити";
@ -116,8 +144,11 @@ $text['label-provide-enabled']['uk-ua'] = "Включити/відключити
$text['label-number']['en-us'] = "Number";
$text['label-number']['ar-eg'] = "رقم";
$text['label-number']['de-at'] = "Nummer";
$text['label-number']['de-ch'] = "";
$text['label-number']['de-de'] = "Nummer";
$text['label-number']['es-cl'] = "Número";
$text['label-number']['es-mx'] = "";
$text['label-number']['fr-ca'] = "";
$text['label-number']['fr-fr'] = "Numéro";
$text['label-number']['he-il'] = "מספר";
$text['label-number']['it-it'] = "Numero";
@ -125,6 +156,7 @@ $text['label-number']['nl-nl'] = "";
$text['label-number']['pl-pl'] = "Numer";
$text['label-number']['pt-br'] = "Número";
$text['label-number']['pt-pt'] = "Número";
$text['label-number']['ro-ro'] = "Număr";
$text['label-number']['ru-ru'] = "Номер";
$text['label-number']['sv-se'] = "Nummer";
$text['label-number']['uk-ua'] = "Номер";
@ -132,8 +164,11 @@ $text['label-number']['uk-ua'] = "Номер";
$text['label-message']['en-us'] = "Message";
$text['label-message']['ar-eg'] = "رسالة";
$text['label-message']['de-at'] = "Nachricht";
$text['label-message']['de-ch'] = "";
$text['label-message']['de-de'] = "Nachricht";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['es-mx'] = "";
$text['label-message']['fr-ca'] = "";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['he-il'] = "הודעה";
$text['label-message']['it-it'] = "Messaggio";
@ -141,6 +176,7 @@ $text['label-message']['nl-nl'] = "";
$text['label-message']['pl-pl'] = "Wiadomość";
$text['label-message']['pt-br'] = "Mensagem";
$text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['ro-ro'] = "Mesaj";
$text['label-message']['ru-ru'] = "Сообщение";
$text['label-message']['sv-se'] = "Meddelande";
$text['label-message']['uk-ua'] = "Повідомлення";
@ -148,8 +184,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
$text['label-local']['en-us'] = "Local";
$text['label-local']['ar-eg'] = "محلي";
$text['label-local']['de-at'] = "Lokal";
$text['label-local']['de-ch'] = "";
$text['label-local']['de-de'] = "Lokal";
$text['label-local']['es-cl'] = "Local";
$text['label-local']['es-mx'] = "";
$text['label-local']['fr-ca'] = "";
$text['label-local']['fr-fr'] = "Local";
$text['label-local']['he-il'] = "מקומי";
$text['label-local']['it-it'] = "Locale";
@ -157,6 +196,7 @@ $text['label-local']['nl-nl'] = "";
$text['label-local']['pl-pl'] = "Lokalny";
$text['label-local']['pt-br'] = "Local";
$text['label-local']['pt-pt'] = "Local";
$text['label-local']['ro-ro'] = "Local";
$text['label-local']['ru-ru'] = "Локальный";
$text['label-local']['sv-se'] = "Lokal";
$text['label-local']['uk-ua'] = "Місцевий";
@ -164,8 +204,11 @@ $text['label-local']['uk-ua'] = "Місцевий";
$text['label-inbound']['en-us'] = "Inbound";
$text['label-inbound']['ar-eg'] = "";
$text['label-inbound']['de-at'] = "Eingehend";
$text['label-inbound']['de-ch'] = "";
$text['label-inbound']['de-de'] = "Eingehend";
$text['label-inbound']['es-cl'] = "Entrada";
$text['label-inbound']['es-mx'] = "";
$text['label-inbound']['fr-ca'] = "";
$text['label-inbound']['fr-fr'] = "Entrant";
$text['label-inbound']['he-il'] = "";
$text['label-inbound']['it-it'] = "In Ingresso";
@ -173,6 +216,7 @@ $text['label-inbound']['nl-nl'] = "";
$text['label-inbound']['pl-pl'] = "Przychodzący";
$text['label-inbound']['pt-br'] = "Entrada";
$text['label-inbound']['pt-pt'] = "Entrada";
$text['label-inbound']['ro-ro'] = "";
$text['label-inbound']['ru-ru'] = "Входящий";
$text['label-inbound']['sv-se'] = "Inkommande";
$text['label-inbound']['uk-ua'] = "Вихідний";
@ -180,8 +224,11 @@ $text['label-inbound']['uk-ua'] = "Вихідний";
$text['label-edit-note']['en-us'] = "Block calls from a number. Edit the name and enable/disable below.";
$text['label-edit-note']['ar-eg'] = "";
$text['label-edit-note']['de-at'] = "Anrufe von einer Rufnummer sperren. Bearbeiten Sie den Namen und aktivieren/deaktivieren Sie diesen unten.";
$text['label-edit-note']['de-ch'] = "";
$text['label-edit-note']['de-de'] = "Anrufe von einer Rufnummer sperren. Bearbeiten Sie den Namen und aktivieren/deaktivieren Sie diesen unten.";
$text['label-edit-note']['es-cl'] = "Bloquea llamadas desde un número. Edite el nombre y active/desactive abajo.";
$text['label-edit-note']['es-mx'] = "";
$text['label-edit-note']['fr-ca'] = "";
$text['label-edit-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous.";
$text['label-edit-note']['he-il'] = "";
$text['label-edit-note']['it-it'] = "Blocca la chiamata da un numero. Modifica il nome e abilita o disabilita.";
@ -189,6 +236,7 @@ $text['label-edit-note']['nl-nl'] = "";
$text['label-edit-note']['pl-pl'] = "Blokowanie połączeń z danego numeru. Edytuj nazwę i włącz/wyłącz poniżej.";
$text['label-edit-note']['pt-br'] = "Bloquear chamadas a partir de um número. Edite o nome e ative ou desative";
$text['label-edit-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Edite o nome e active/desactive.";
$text['label-edit-note']['ro-ro'] = "Blocați apelurile de la un număr. Editați numele și activați/dezactivați mai jos.";
$text['label-edit-note']['ru-ru'] = "Блокировать вызовы от номера. Отредактируйте имя и включено/выключено ниже.";
$text['label-edit-note']['sv-se'] = "Blockera samtal från nummer. Editera namn och Aktiv/Inaktiv nedan.";
$text['label-edit-note']['uk-ua'] = "Блокувати дзвінки з номера. Змініть ім'я і включіть/відключіть нижче.";
@ -196,8 +244,11 @@ $text['label-edit-note']['uk-ua'] = "Блокувати дзвінки з ном
$text['label-edit-edit']['en-us'] = "Call Block";
$text['label-edit-edit']['ar-eg'] = "";
$text['label-edit-edit']['de-at'] = "Sperrlisten";
$text['label-edit-edit']['de-ch'] = "";
$text['label-edit-edit']['de-de'] = "Sperrlisten";
$text['label-edit-edit']['es-cl'] = "Bloqueo de llamada";
$text['label-edit-edit']['es-mx'] = "";
$text['label-edit-edit']['fr-ca'] = "";
$text['label-edit-edit']['fr-fr'] = "Liste noire";
$text['label-edit-edit']['he-il'] = "חסימת שיחה";
$text['label-edit-edit']['it-it'] = "Blocco Chiamate";
@ -205,6 +256,7 @@ $text['label-edit-edit']['nl-nl'] = "";
$text['label-edit-edit']['pl-pl'] = "Blokowanie rozmów";
$text['label-edit-edit']['pt-br'] = "Bloqueio de chamadas";
$text['label-edit-edit']['pt-pt'] = "Bloqueio de Chamadas";
$text['label-edit-edit']['ro-ro'] = "Blocare apel";
$text['label-edit-edit']['ru-ru'] = "Черный список";
$text['label-edit-edit']['sv-se'] = "Blockera Samtal";
$text['label-edit-edit']['uk-ua'] = "Блокування дзвінків";
@ -212,8 +264,11 @@ $text['label-edit-edit']['uk-ua'] = "Блокування дзвінків";
$text['label-edit-add-recent']['en-us'] = "Recent Calls";
$text['label-edit-add-recent']['ar-eg'] = "";
$text['label-edit-add-recent']['de-at'] = "Kürzliche Anrufe";
$text['label-edit-add-recent']['de-ch'] = "";
$text['label-edit-add-recent']['de-de'] = "Kürzliche Anrufe";
$text['label-edit-add-recent']['es-cl'] = "Llamadas Recientes";
$text['label-edit-add-recent']['es-mx'] = "";
$text['label-edit-add-recent']['fr-ca'] = "";
$text['label-edit-add-recent']['fr-fr'] = "Appels Récents";
$text['label-edit-add-recent']['he-il'] = "שיחות אחרונות";
$text['label-edit-add-recent']['it-it'] = "Chiamate Recenti";
@ -221,6 +276,7 @@ $text['label-edit-add-recent']['nl-nl'] = "";
$text['label-edit-add-recent']['pl-pl'] = "Ostatnie rozmowy";
$text['label-edit-add-recent']['pt-br'] = "Chamadas recentes";
$text['label-edit-add-recent']['pt-pt'] = "Chamadas Recentes";
$text['label-edit-add-recent']['ro-ro'] = "Apeluri recente";
$text['label-edit-add-recent']['ru-ru'] = "Недавние вызовы";
$text['label-edit-add-recent']['sv-se'] = "Senaste Samtal";
$text['label-edit-add-recent']['uk-ua'] = "Останні дзвінки";
@ -228,8 +284,11 @@ $text['label-edit-add-recent']['uk-ua'] = "Останні дзвінки";
$text['label-edit-add']['en-us'] = "Call Block";
$text['label-edit-add']['ar-eg'] = "حظر المكالمات";
$text['label-edit-add']['de-at'] = "Sperrlisten";
$text['label-edit-add']['de-ch'] = "";
$text['label-edit-add']['de-de'] = "Sperrlisten";
$text['label-edit-add']['es-cl'] = "Agregar bloqueo de llamada";
$text['label-edit-add']['es-mx'] = "";
$text['label-edit-add']['fr-ca'] = "";
$text['label-edit-add']['fr-fr'] = "Ajouter bloquage d'appel";
$text['label-edit-add']['he-il'] = "חסימת שיחה";
$text['label-edit-add']['it-it'] = "Blocco Chiamate";
@ -237,6 +296,7 @@ $text['label-edit-add']['nl-nl'] = "";
$text['label-edit-add']['pl-pl'] = "Blokowaie rozmów";
$text['label-edit-add']['pt-br'] = "Adicionar bloqueio de chamadas";
$text['label-edit-add']['pt-pt'] = "Adicionar Bloqueio de Chamadas";
$text['label-edit-add']['ro-ro'] = "Blocare apel";
$text['label-edit-add']['ru-ru'] = "Черный список";
$text['label-edit-add']['sv-se'] = "Blockera Samtal";
$text['label-edit-add']['uk-ua'] = "Блокування дзвінків";
@ -244,8 +304,11 @@ $text['label-edit-add']['uk-ua'] = "Блокування дзвінків";
$text['label-duration']['en-us'] = "Duration";
$text['label-duration']['ar-eg'] = "المدة";
$text['label-duration']['de-at'] = "Dauer";
$text['label-duration']['de-ch'] = "";
$text['label-duration']['de-de'] = "Dauer";
$text['label-duration']['es-cl'] = "Duración";
$text['label-duration']['es-mx'] = "";
$text['label-duration']['fr-ca'] = "";
$text['label-duration']['fr-fr'] = "Durée";
$text['label-duration']['he-il'] = "משך השיחה";
$text['label-duration']['it-it'] = "Durata";
@ -253,6 +316,7 @@ $text['label-duration']['nl-nl'] = "";
$text['label-duration']['pl-pl'] = "Czas trwania";
$text['label-duration']['pt-br'] = "Duração";
$text['label-duration']['pt-pt'] = "Duração";
$text['label-duration']['ro-ro'] = "Durată";
$text['label-duration']['ru-ru'] = "Длительность";
$text['label-duration']['sv-se'] = "Samtalstid";
$text['label-duration']['uk-ua'] = "Тривалість";
@ -260,8 +324,11 @@ $text['label-duration']['uk-ua'] = "Тривалість";
$text['label-delete-complete']['en-us'] = "Delete Complete";
$text['label-delete-complete']['ar-eg'] = "اكتمال المسح";
$text['label-delete-complete']['de-at'] = "Erfolgreich gelöscht";
$text['label-delete-complete']['de-ch'] = "";
$text['label-delete-complete']['de-de'] = "Erfolgreich gelöscht";
$text['label-delete-complete']['es-cl'] = "Eliminar Completo";
$text['label-delete-complete']['es-mx'] = "";
$text['label-delete-complete']['fr-ca'] = "";
$text['label-delete-complete']['fr-fr'] = "Supprimé";
$text['label-delete-complete']['he-il'] = "המחיקה הושלמה";
$text['label-delete-complete']['it-it'] = "Eliminazione Completata";
@ -269,6 +336,7 @@ $text['label-delete-complete']['nl-nl'] = "";
$text['label-delete-complete']['pl-pl'] = "Usunięto poprawnie";
$text['label-delete-complete']['pt-br'] = "Remoção efetuada";
$text['label-delete-complete']['pt-pt'] = "Remoção Efectuada";
$text['label-delete-complete']['ro-ro'] = "Ștergere completă";
$text['label-delete-complete']['ru-ru'] = "Удаление завершено";
$text['label-delete-complete']['sv-se'] = "Borttagning Klar";
$text['label-delete-complete']['uk-ua'] = "Видалено";
@ -276,8 +344,11 @@ $text['label-delete-complete']['uk-ua'] = "Видалено";
$text['label-date-added']['en-us'] = "Date Added";
$text['label-date-added']['ar-eg'] = "تم اضافة التاريخ";
$text['label-date-added']['de-at'] = "Datum hinzugefügt";
$text['label-date-added']['de-ch'] = "";
$text['label-date-added']['de-de'] = "Datum hinzugefügt";
$text['label-date-added']['es-cl'] = "Fecha de ingreso";
$text['label-date-added']['es-mx'] = "";
$text['label-date-added']['fr-ca'] = "";
$text['label-date-added']['fr-fr'] = "Date d'ajout";
$text['label-date-added']['he-il'] = "התאריך נוסף";
$text['label-date-added']['it-it'] = "Data Aggiunta";
@ -285,6 +356,7 @@ $text['label-date-added']['nl-nl'] = "";
$text['label-date-added']['pl-pl'] = "Dodano datę";
$text['label-date-added']['pt-br'] = "Data adicionada";
$text['label-date-added']['pt-pt'] = "Data adicionada";
$text['label-date-added']['ro-ro'] = "Data adăugării";
$text['label-date-added']['ru-ru'] = "Дата добавления";
$text['label-date-added']['sv-se'] = "Datum Tillagt";
$text['label-date-added']['uk-ua'] = "Додано";
@ -292,8 +364,11 @@ $text['label-date-added']['uk-ua'] = "Додано";
$text['label-count']['en-us'] = "Count";
$text['label-count']['ar-eg'] = "";
$text['label-count']['de-at'] = "Zähler";
$text['label-count']['de-ch'] = "";
$text['label-count']['de-de'] = "Zähler";
$text['label-count']['es-cl'] = "Conteo";
$text['label-count']['es-mx'] = "";
$text['label-count']['fr-ca'] = "";
$text['label-count']['fr-fr'] = "Nombre d'appels";
$text['label-count']['he-il'] = "";
$text['label-count']['it-it'] = "Conteggio";
@ -301,6 +376,7 @@ $text['label-count']['nl-nl'] = "";
$text['label-count']['pl-pl'] = "Wyliczenie";
$text['label-count']['pt-br'] = "Contagem";
$text['label-count']['pt-pt'] = "Contagem";
$text['label-count']['ro-ro'] = "";
$text['label-count']['ru-ru'] = "Количество";
$text['label-count']['sv-se'] = "Räkna";
$text['label-count']['uk-ua'] = "Кількість";
@ -308,8 +384,11 @@ $text['label-count']['uk-ua'] = "Кількість";
$text['label-called-on']['en-us'] = "Called on";
$text['label-called-on']['ar-eg'] = "تم الأتصال علي";
$text['label-called-on']['de-at'] = "Anruf am";
$text['label-called-on']['de-ch'] = "";
$text['label-called-on']['de-de'] = "Anruf am";
$text['label-called-on']['es-cl'] = "Llamó en";
$text['label-called-on']['es-mx'] = "";
$text['label-called-on']['fr-ca'] = "";
$text['label-called-on']['fr-fr'] = "Appelé sur";
$text['label-called-on']['he-il'] = "";
$text['label-called-on']['it-it'] = "Chiamato su";
@ -317,6 +396,7 @@ $text['label-called-on']['nl-nl'] = "";
$text['label-called-on']['pl-pl'] = "Zadzwoniono na";
$text['label-called-on']['pt-br'] = "Chamada em ";
$text['label-called-on']['pt-pt'] = "Chamado em";
$text['label-called-on']['ro-ro'] = "Sunat pe";
$text['label-called-on']['ru-ru'] = "Направление";
$text['label-called-on']['sv-se'] = "Ringdes på";
$text['label-called-on']['uk-ua'] = "Дзвінок здійснено";
@ -324,8 +404,11 @@ $text['label-called-on']['uk-ua'] = "Дзвінок здійснено";
$text['label-busy']['en-us'] = "Busy";
$text['label-busy']['ar-eg'] = "مشغول";
$text['label-busy']['de-at'] = "Besetzt";
$text['label-busy']['de-ch'] = "";
$text['label-busy']['de-de'] = "Besetzt";
$text['label-busy']['es-cl'] = "Ocupado";
$text['label-busy']['es-mx'] = "";
$text['label-busy']['fr-ca'] = "";
$text['label-busy']['fr-fr'] = "Occupé";
$text['label-busy']['he-il'] = "תפוס";
$text['label-busy']['it-it'] = "Occupato";
@ -333,6 +416,7 @@ $text['label-busy']['nl-nl'] = "";
$text['label-busy']['pl-pl'] = "Zajęty";
$text['label-busy']['pt-br'] = "Ocupado";
$text['label-busy']['pt-pt'] = "Ocupado";
$text['label-busy']['ro-ro'] = "Ocupat";
$text['label-busy']['ru-ru'] = "Занято";
$text['label-busy']['sv-se'] = "Upptagen";
$text['label-busy']['uk-ua'] = "Зайнято";
@ -340,8 +424,11 @@ $text['label-busy']['uk-ua'] = "Зайнято";
$text['label-hold']['en-us'] = "Hold";
$text['label-hold']['ar-eg'] = "";
$text['label-hold']['de-at'] = "Halten";
$text['label-hold']['de-ch'] = "";
$text['label-hold']['de-de'] = "Halten";
$text['label-hold']['es-cl'] = "";
$text['label-hold']['es-mx'] = "";
$text['label-hold']['fr-ca'] = "";
$text['label-hold']['fr-fr'] = "";
$text['label-hold']['he-il'] = "";
$text['label-hold']['it-it'] = "Attesa";
@ -349,15 +436,19 @@ $text['label-hold']['nl-nl'] = "";
$text['label-hold']['pl-pl'] = "";
$text['label-hold']['pt-br'] = "Espera";
$text['label-hold']['pt-pt'] = "";
$text['label-hold']['ro-ro'] = "";
$text['label-hold']['ru-ru'] = "Удержание";
$text['label-hold']['sv-se'] = "";
$text['label-hold']['sv-se'] = "Vänt";
$text['label-hold']['uk-ua'] = "";
$text['label-voicemail']['en-us'] = "Voicemail";
$text['label-voicemail']['ar-eg'] = "";
$text['label-voicemail']['de-at'] = "Mailbox";
$text['label-voicemail']['de-ch'] = "";
$text['label-voicemail']['de-de'] = "Mailbox";
$text['label-voicemail']['es-cl'] = "Correo de Voz";
$text['label-voicemail']['es-mx'] = "";
$text['label-voicemail']['fr-ca'] = "";
$text['label-voicemail']['fr-fr'] = "Messagerie Vocale";
$text['label-voicemail']['he-il'] = "תא קולי";
$text['label-voicemail']['it-it'] = "Casella Vocale";
@ -365,6 +456,7 @@ $text['label-voicemail']['nl-nl'] = "";
$text['label-voicemail']['pl-pl'] = "Poczta głosowa";
$text['label-voicemail']['pt-br'] = "Correio de voz";
$text['label-voicemail']['pt-pt'] = "Correio de Voz";
$text['label-voicemail']['ro-ro'] = "";
$text['label-voicemail']['ru-ru'] = "Голосовая почта";
$text['label-voicemail']['sv-se'] = "Röstbrevlåda";
$text['label-voicemail']['uk-ua'] = "Голосова пошта";
@ -372,8 +464,11 @@ $text['label-voicemail']['uk-ua'] = "Голосова пошта";
$text['label-add-note']['en-us'] = "Block calls from a number. Either select a number from the list above or enter the number, name and enable below.";
$text['label-add-note']['ar-eg'] = "";
$text['label-add-note']['de-at'] = "Anrufe einer Rufnummer sperren. Wählen Sie eine Nummer von der Liste oder geben Sie eine Nummer und einen Name ein. Aktivieren Sie die Sperrliste unten.";
$text['label-add-note']['de-ch'] = "";
$text['label-add-note']['de-de'] = "Anrufe einer Rufnummer sperren. Wählen Sie eine Nummer von der Liste oder geben Sie eine Nummer und einen Name ein. Aktivieren Sie die Sperrliste unten.";
$text['label-add-note']['es-cl'] = "Bloquea llamadas desde un número. Puede elegir un número de la lista de arriba o ingresar el n&uacute, nombre y activarlo abajo.";
$text['label-add-note']['es-mx'] = "";
$text['label-add-note']['fr-ca'] = "";
$text['label-add-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Choisissez un numéro dans liste ou entrez un numéro, nom et activer le.";
$text['label-add-note']['he-il'] = "";
$text['label-add-note']['it-it'] = "Blocca le chiamate da un numero. Seleziona un numero dalla lista sopra o inserisci un numero, nome e abilita o disabilita il blocco.";
@ -381,6 +476,7 @@ $text['label-add-note']['nl-nl'] = "";
$text['label-add-note']['pl-pl'] = "Blokowanie połączeń z danego numeru. Wybierz numer z powyższej listy j lub wpisz numer, nazwę i załącz poniżej.";
$text['label-add-note']['pt-br'] = "Bloquear chamadas a partir de um número. Selecione um número a partir da lista indicada ou insira um número e um nome em seguida ative";
$text['label-add-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Seleccione um número a partir da lista indicada ou introduza um número, nome e active.";
$text['label-add-note']['ro-ro'] = "";
$text['label-add-note']['ru-ru'] = "Блокировка вызовов от номера. Выберите номер из списка выше либо введите его самостоятельно, имя и включите ниже.";
$text['label-add-note']['sv-se'] = "Blockera samtal från ett nummer. Välj antingen ett nummer från listan ovan eller fyll i nummer, namn och aktivera nedan.";
$text['label-add-note']['uk-ua'] = "Блокувати дзвінки з номера. Або вибрати номер зі списку вище або введіть номер, ім'я і включити нижче.";
@ -388,8 +484,11 @@ $text['label-add-note']['uk-ua'] = "Блокувати дзвінки з ном
$text['label-add-complete']['en-us'] = "Add Complete";
$text['label-add-complete']['ar-eg'] = "تمت الأضافة";
$text['label-add-complete']['de-at'] = "Erfolgreich hinzugefügt";
$text['label-add-complete']['de-ch'] = "";
$text['label-add-complete']['de-de'] = "Erfolgreich hinzugefügt";
$text['label-add-complete']['es-cl'] = "Agregar Completo";
$text['label-add-complete']['es-mx'] = "";
$text['label-add-complete']['fr-ca'] = "";
$text['label-add-complete']['fr-fr'] = "Ajouté";
$text['label-add-complete']['he-il'] = "הוספה הושלמה";
$text['label-add-complete']['it-it'] = "Inserimento Completato";
@ -397,6 +496,7 @@ $text['label-add-complete']['nl-nl'] = "";
$text['label-add-complete']['pl-pl'] = "Dodano poprawnie";
$text['label-add-complete']['pt-br'] = "Criação efetuada ";
$text['label-add-complete']['pt-pt'] = "Adição Efectuada";
$text['label-add-complete']['ro-ro'] = "Adăugare completă";
$text['label-add-complete']['ru-ru'] = "Добавление завершено";
$text['label-add-complete']['sv-se'] = "Tillagd";
$text['label-add-complete']['uk-ua'] = "Додано";
@ -404,8 +504,11 @@ $text['label-add-complete']['uk-ua'] = "Додано";
$text['label-action']['en-us'] = "Action";
$text['label-action']['ar-eg'] = "";
$text['label-action']['de-at'] = "Aktion";
$text['label-action']['de-ch'] = "";
$text['label-action']['de-de'] = "Aktion";
$text['label-action']['es-cl'] = "Acción";
$text['label-action']['es-mx'] = "";
$text['label-action']['fr-ca'] = "";
$text['label-action']['fr-fr'] = "Action";
$text['label-action']['he-il'] = "פעולה";
$text['label-action']['it-it'] = "Azione";
@ -413,6 +516,7 @@ $text['label-action']['nl-nl'] = "";
$text['label-action']['pl-pl'] = "Operacja";
$text['label-action']['pt-br'] = "Ação";
$text['label-action']['pt-pt'] = "Acção";
$text['label-action']['ro-ro'] = "Acțiune";
$text['label-action']['ru-ru'] = "Действие";
$text['label-action']['sv-se'] = "Åtgärd";
$text['label-action']['uk-ua'] = "Дія";
@ -420,8 +524,11 @@ $text['label-action']['uk-ua'] = "Дія";
$text['description-number']['en-us'] = "Enter the exact number.";
$text['description-number']['ar-eg'] = "";
$text['description-number']['de-at'] = "Geben Sie die genaue Nummer an.";
$text['description-number']['de-ch'] = "";
$text['description-number']['de-de'] = "Geben Sie die genaue Nummer an.";
$text['description-number']['es-cl'] = "Ingrese el nú exacto.";
$text['description-number']['es-mx'] = "";
$text['description-number']['fr-ca'] = "";
$text['description-number']['fr-fr'] = "Entrer le numéro exact.";
$text['description-number']['he-il'] = "הכנס את המספר המבוקש";
$text['description-number']['it-it'] = "Inserisci il numero esatto.";
@ -429,6 +536,7 @@ $text['description-number']['nl-nl'] = "";
$text['description-number']['pl-pl'] = "Wprowadź dokładny numer.";
$text['description-number']['pt-br'] = "Insira o número exato.";
$text['description-number']['pt-pt'] = "Introduza o número exacto.";
$text['description-number']['ro-ro'] = "Introduceți numărul exact";
$text['description-number']['ru-ru'] = "Введите точный номер.";
$text['description-number']['sv-se'] = "Ange det exakta numret";
$text['description-number']['uk-ua'] = "Введіть точний номер";
@ -436,8 +544,11 @@ $text['description-number']['uk-ua'] = "Введіть точний номер";
$text['description-name']['en-us'] = "Enter the name.";
$text['description-name']['ar-eg'] = "أدخل الأسم";
$text['description-name']['de-at'] = "Geben Sie den Namen an";
$text['description-name']['de-ch'] = "";
$text['description-name']['de-de'] = "Geben Sie den Namen an";
$text['description-name']['es-cl'] = "Introduzca el nombre.";
$text['description-name']['es-mx'] = "";
$text['description-name']['fr-ca'] = "";
$text['description-name']['fr-fr'] = "Entrez le nom.";
$text['description-name']['he-il'] = "הכנס את השם";
$text['description-name']['it-it'] = "Inserisci il Nome.";
@ -445,6 +556,7 @@ $text['description-name']['nl-nl'] = "";
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
$text['description-name']['pt-br'] = "Insira o nome.";
$text['description-name']['pt-pt'] = "Digite o nome.";
$text['description-name']['ro-ro'] = "Introduceți numele";
$text['description-name']['ru-ru'] = "Введите имя.";
$text['description-name']['sv-se'] = "Skriv in namnet.";
$text['description-name']['uk-ua'] = "Введіть назву меню";
@ -452,8 +564,11 @@ $text['description-name']['uk-ua'] = "Введіть назву меню";
$text['description-enable']['en-us'] = "Set to true to enable call blocking for this number.";
$text['description-enable']['ar-eg'] = "";
$text['description-enable']['de-at'] = "Setzen Sie auf An, um die Sperrung für diese Nummer zu aktivieren.";
$text['description-enable']['de-ch'] = "";
$text['description-enable']['de-de'] = "Setzen Sie auf An, um die Sperrung für diese Nummer zu aktivieren.";
$text['description-enable']['es-cl'] = "Seleccione verdadero para activar el bloqueo de llamadas desde este número.";
$text['description-enable']['es-mx'] = "";
$text['description-enable']['fr-ca'] = "";
$text['description-enable']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel.";
$text['description-enable']['he-il'] = "";
$text['description-enable']['it-it'] = "Seleziona vero per abilitare il blocco delle chiamate da questo numero.";
@ -461,6 +576,7 @@ $text['description-enable']['nl-nl'] = "";
$text['description-enable']['pl-pl'] = "Ustaw wartość na TAK, aby umożliwić blokowanie tego numeru ";
$text['description-enable']['pt-br'] = "Escolha 'sim' para ativar o bloqueio de chamadas para este número.";
$text['description-enable']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número.";
$text['description-enable']['ro-ro'] = "";
$text['description-enable']['ru-ru'] = "Выберите 'Да', чтобы блокировать вызовы с данного номера.";
$text['description-enable']['sv-se'] = "Välj Sann för att blockera detta nummer.";
$text['description-enable']['uk-ua'] = "Виберіть 'Так', щоб блокувати дзвінки з даного номера.";
@ -468,8 +584,11 @@ $text['description-enable']['uk-ua'] = "Виберіть 'Так', щоб бло
$text['description-call-block']['en-us'] = "A list of numbers from which to block calls.";
$text['description-call-block']['ar-eg'] = "";
$text['description-call-block']['de-at'] = "Eine Liste von Nummern die gesperrt werden sollen.";
$text['description-call-block']['de-ch'] = "";
$text['description-call-block']['de-de'] = "Eine Liste von Nummern die gesperrt werden sollen.";
$text['description-call-block']['es-cl'] = "Un listado de números desde los cuales se bloquean las llamadas";
$text['description-call-block']['es-mx'] = "";
$text['description-call-block']['fr-ca'] = "";
$text['description-call-block']['fr-fr'] = "Une liste de numéro dont on veut bloquer les appels";
$text['description-call-block']['he-il'] = "";
$text['description-call-block']['it-it'] = "Una lista di numeri le cui chiamate sono bloccate.";
@ -477,6 +596,7 @@ $text['description-call-block']['nl-nl'] = "";
$text['description-call-block']['pl-pl'] = "Lista numerów, z których rozmowy są blokowane.";
$text['description-call-block']['pt-br'] = "Uma lista de números que deseja bloquear as chamadas";
$text['description-call-block']['pt-pt'] = "Uma lista de números que deseje bloquear as chamadas";
$text['description-call-block']['ro-ro'] = "";
$text['description-call-block']['ru-ru'] = "Список номеров, с которых блокируются вызовы.";
$text['description-call-block']['sv-se'] = "En lista med nummer för blockering av samtal.";
$text['description-call-block']['uk-ua'] = "Список номерів, з яких блокуються дзвінки.";
@ -484,8 +604,11 @@ $text['description-call-block']['uk-ua'] = "Список номерів, з як
$text['description-action']['en-us'] = "Set an action for calls from this number.";
$text['description-action']['ar-eg'] = "";
$text['description-action']['de-at'] = "Wählen Sie eine Aktion für Anrufe von dieser Nummer.";
$text['description-action']['de-ch'] = "";
$text['description-action']['de-de'] = "Wählen Sie eine Aktion für Anrufe von dieser Nummer.";
$text['description-action']['es-cl'] = "Configurar una acción para llamadas desde este número.";
$text['description-action']['es-mx'] = "";
$text['description-action']['fr-ca'] = "";
$text['description-action']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro.";
$text['description-action']['he-il'] = "";
$text['description-action']['it-it'] = "Imposta un'azione per questo numero.";
@ -493,8 +616,9 @@ $text['description-action']['nl-nl'] = "";
$text['description-action']['pl-pl'] = "Ustaw co zrobić w przypadku polaczeń z tego numeru.";
$text['description-action']['pt-br'] = "Escolha uma ação para chamadas reailzadas por este número.";
$text['description-action']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número.";
$text['description-action']['ro-ro'] = "";
$text['description-action']['ru-ru'] = "Установите действие для вызовов с данного номера.";
$text['description-action']['sv-se'] = "Välj en aktion för samtal från detta nummer.";
$text['description-action']['uk-ua'] = "Встановіть дію для дзвінків з цього номера.";
?>
?>

View File

@ -1,24 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Block";
$apps[$x]['menu'][0]['title']['es-cl'] = "Bloqueo de llamadas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Liste Noire";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Bloqueio de Chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Bloqueio de chamadas";
$apps[$x]['menu'][0]['title']['pl'] = "Blokowanie rozmów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Черный список";
$apps[$x]['menu'][0]['title']['sv-se'] = "Blockera Samtal";
$apps[$x]['menu'][0]['title']['uk'] = "Блокування дзвінків";
$apps[$x]['menu'][0]['title']['ro'] = "Blocare apel";
$apps[$x]['menu'][0]['title']['de-de'] = "Sperrlisten";
$apps[$x]['menu'][0]['title']['de-at'] = "Sperrlisten";
$apps[$x]['menu'][0]['title']['ar-eg'] = "حظر المكالمات";
$apps[$x]['menu'][0]['title']['he'] = "חסימת מספר";
$apps[$x]['menu'][0]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Block";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "حظر المكالمات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Sperrlisten";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Sperrlisten";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bloqueo de llamadas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Liste Noire";
$apps[$x]['menu'][$y]['title']['he-il'] = "חסימת מספר";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Blokowanie rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Bloqueio de chamadas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Bloqueio de Chamadas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Blocare apel";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Черный список";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Blockera Samtal";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Блокування дзвінків";
$apps[$x]['menu'][$y]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -5,41 +5,51 @@
$apps[$x]['uuid'] = "efc11f6b-ed73-9955-4d4d-3a1bed75a056";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número";
$apps[$x]['description']['de-de'] = "Methode um sofort mehrere parallele Anrufe an Nebenstellen, Automatische Zentralen, Conferenzräume oder andere Rufnummern zu leiten.";
$apps[$x]['description']['de-ch'] = "";
$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']['fr-fr'] = "Programmation de campagnes d'appels vers des extensions, IVR, salles de conferences ou tout autre numéro.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Methode um sofort mehrere parallele Anrufe an Nebenstellen, Automatische Zentralen, Conferenzräume oder andere Rufnummern zu leiten.";
$apps[$x]['description']['es-cl'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Programação para imediatamente fazer várias chamadas para uma extensão, um IVR, Sala de Conferência, ou qualquer outro número.";
$apps[$x]['description']['fr-fr'] = "Programmation de campagnes d'appels vers des extensions, IVR, salles de conferences ou tout autre numéro.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "Programação para imediatamente realizar várias chamadas para uma extensão, um menu IVR, Sala de Conferência ou qualquer outro número.";
$apps[$x]['description']['pt-pt'] = "Programação para imediatamente fazer várias chamadas para uma extensão, um IVR, Sala de Conferência, ou qualquer outro número.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$apps[$x]['permissions'][0]['name'] = "call_broadcast_view";
$apps[$x]['permissions'][0]['menu']['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['permissions'][0]['groups'][] = "admin";
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
$apps[$x]['permissions'][1]['name'] = "call_broadcast_add";
$apps[$x]['permissions'][1]['groups'][] = "admin";
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
$apps[$x]['permissions'][2]['name'] = "call_broadcast_edit";
$apps[$x]['permissions'][2]['groups'][] = "admin";
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
$apps[$x]['permissions'][3]['name'] = "call_broadcast_delete";
$apps[$x]['permissions'][3]['groups'][] = "admin";
$apps[$x]['permissions'][3]['groups'][] = "superadmin";
$apps[$x]['permissions'][4]['name'] = "call_broadcast_send";
$apps[$x]['permissions'][4]['groups'][] = "admin";
$apps[$x]['permissions'][4]['groups'][] = "superadmin";
$y=0;
$apps[$x]['permissions'][$y]['name'] = "call_broadcast_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "call_broadcast_add";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "call_broadcast_edit";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "call_broadcast_delete";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "call_broadcast_send";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//schema details
$y=0;
@ -132,4 +142,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title']['en-us'] = "Call Broadcasts";
$text['title']['ar-eg'] = "";
$text['title']['de-at'] = "Rundrufe";
$text['title']['de-ch'] = "";
$text['title']['de-de'] = "Rundrufe";
$text['title']['es-cl'] = "Llamada Masiva (Broadcast)";
$text['title']['es-mx'] = "";
$text['title']['fr-ca'] = "";
$text['title']['fr-fr'] = "Campagne d'appels";
$text['title']['he-il'] = "הגדרת חשבון";
$text['title']['it-it'] = "";
@ -13,6 +16,7 @@ $text['title']['nl-nl'] = "";
$text['title']['pl-pl'] = "Rozsyłanie rozmów";
$text['title']['pt-br'] = "Configurações da Conta";
$text['title']['pt-pt'] = "Chamadas de Broadcast";
$text['title']['ro-ro'] = "";
$text['title']['ru-ru'] = "Массовые вызовы";
$text['title']['sv-se'] = "Samtalsdistributioner";
$text['title']['uk-ua'] = "Трансляція дзвінків";
@ -20,8 +24,11 @@ $text['title']['uk-ua'] = "Трансляція дзвінків";
$text['option-true']['en-us'] = "True";
$text['option-true']['ar-eg'] = "";
$text['option-true']['de-at'] = "Ein";
$text['option-true']['de-ch'] = "";
$text['option-true']['de-de'] = "Ein";
$text['option-true']['es-cl'] = "Verdadero";
$text['option-true']['es-mx'] = "";
$text['option-true']['fr-ca'] = "";
$text['option-true']['fr-fr'] = "Oui";
$text['option-true']['he-il'] = "חוקי";
$text['option-true']['it-it'] = "";
@ -29,6 +36,7 @@ $text['option-true']['nl-nl'] = "";
$text['option-true']['pl-pl'] = "Tak";
$text['option-true']['pt-br'] = "Sim";
$text['option-true']['pt-pt'] = "Sim";
$text['option-true']['ro-ro'] = "";
$text['option-true']['ru-ru'] = "Да";
$text['option-true']['sv-se'] = "Sann";
$text['option-true']['uk-ua'] = "Так";
@ -36,8 +44,11 @@ $text['option-true']['uk-ua'] = "Так";
$text['option-false']['en-us'] = "False";
$text['option-false']['ar-eg'] = "";
$text['option-false']['de-at'] = "Aus";
$text['option-false']['de-ch'] = "";
$text['option-false']['de-de'] = "Aus";
$text['option-false']['es-cl'] = "Falso";
$text['option-false']['es-mx'] = "";
$text['option-false']['fr-ca'] = "";
$text['option-false']['fr-fr'] = "Non";
$text['option-false']['he-il'] = "לא חוקי";
$text['option-false']['it-it'] = "";
@ -45,6 +56,7 @@ $text['option-false']['nl-nl'] = "";
$text['option-false']['pl-pl'] = "Nie";
$text['option-false']['pt-br'] = "Não";
$text['option-false']['pt-pt'] = "Não";
$text['option-false']['ro-ro'] = "";
$text['option-false']['ru-ru'] = "Нет";
$text['option-false']['sv-se'] = "Falsk";
$text['option-false']['uk-ua'] = "Ні";
@ -52,8 +64,11 @@ $text['option-false']['uk-ua'] = "Ні";
$text['label-view-calls']['en-us'] = "View Calls";
$text['label-view-calls']['ar-eg'] = "";
$text['label-view-calls']['de-at'] = "Anrufe ansehen";
$text['label-view-calls']['de-ch'] = "";
$text['label-view-calls']['de-de'] = "Anrufe ansehen";
$text['label-view-calls']['es-cl'] = "Ver llamadas";
$text['label-view-calls']['es-mx'] = "";
$text['label-view-calls']['fr-ca'] = "";
$text['label-view-calls']['fr-fr'] = "Voir les appels";
$text['label-view-calls']['he-il'] = "";
$text['label-view-calls']['it-it'] = "";
@ -61,6 +76,7 @@ $text['label-view-calls']['nl-nl'] = "";
$text['label-view-calls']['pl-pl'] = "Podgląd rozmów";
$text['label-view-calls']['pt-br'] = "Ver chamadas";
$text['label-view-calls']['pt-pt'] = "Ver Chamadas";
$text['label-view-calls']['ro-ro'] = "";
$text['label-view-calls']['ru-ru'] = "Показать вызовы";
$text['label-view-calls']['sv-se'] = "Granska Samtal";
$text['label-view-calls']['uk-ua'] = "Перегляд дзвінків";
@ -68,8 +84,11 @@ $text['label-view-calls']['uk-ua'] = "Перегляд дзвінків";
$text['label-timeout']['en-us'] = "Timeout";
$text['label-timeout']['ar-eg'] = "";
$text['label-timeout']['de-at'] = "Zeitüberschreitung";
$text['label-timeout']['de-ch'] = "";
$text['label-timeout']['de-de'] = "Zeitüberschreitung";
$text['label-timeout']['es-cl'] = "Tiempo Líimite";
$text['label-timeout']['es-mx'] = "";
$text['label-timeout']['fr-ca'] = "";
$text['label-timeout']['fr-fr'] = "Timeout";
$text['label-timeout']['he-il'] = "";
$text['label-timeout']['it-it'] = "";
@ -77,6 +96,7 @@ $text['label-timeout']['nl-nl'] = "";
$text['label-timeout']['pl-pl'] = "Przekroczenie czasu oczekiwania (timeout)";
$text['label-timeout']['pt-br'] = "Tempo limite";
$text['label-timeout']['pt-pt'] = "Timeout";
$text['label-timeout']['ro-ro'] = "";
$text['label-timeout']['ru-ru'] = "Тайм-аут";
$text['label-timeout']['sv-se'] = "Tidsgräns";
$text['label-timeout']['uk-ua'] = "Таймаут";
@ -84,8 +104,11 @@ $text['label-timeout']['uk-ua'] = "Таймаут";
$text['label-phone']['en-us'] = "Phone Number List";
$text['label-phone']['ar-eg'] = "";
$text['label-phone']['de-at'] = "Liste der Telefonnummern";
$text['label-phone']['de-ch'] = "";
$text['label-phone']['de-de'] = "Liste der Telefonnummern";
$text['label-phone']['es-cl'] = "Lista de Números de Telefono";
$text['label-phone']['es-mx'] = "";
$text['label-phone']['fr-ca'] = "";
$text['label-phone']['fr-fr'] = "Liste de Numéros de téléphone";
$text['label-phone']['he-il'] = "רשימת מספרי טלפון";
$text['label-phone']['it-it'] = "";
@ -93,6 +116,7 @@ $text['label-phone']['nl-nl'] = "";
$text['label-phone']['pl-pl'] = "Lista numerów telefonu";
$text['label-phone']['pt-br'] = "Lista de números de telefone";
$text['label-phone']['pt-pt'] = "Lista de Números de Telefone";
$text['label-phone']['ro-ro'] = "";
$text['label-phone']['ru-ru'] = "Список телефонних номеров";
$text['label-phone']['sv-se'] = "Lista Med Telefonnummer";
$text['label-phone']['uk-ua'] = "Список телефонних номерів";
@ -100,8 +124,11 @@ $text['label-phone']['uk-ua'] = "Список телефонних номері
$text['label-message']['en-us'] = "Message";
$text['label-message']['ar-eg'] = "";
$text['label-message']['de-at'] = "Nachricht";
$text['label-message']['de-ch'] = "";
$text['label-message']['de-de'] = "Nachricht";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['es-mx'] = "";
$text['label-message']['fr-ca'] = "";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['he-il'] = "הודעה";
$text['label-message']['it-it'] = "";
@ -109,6 +136,7 @@ $text['label-message']['nl-nl'] = "";
$text['label-message']['pl-pl'] = "Wiadomość";
$text['label-message']['pt-br'] = "Mensagem";
$text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['ro-ro'] = "";
$text['label-message']['ru-ru'] = "Сообщение";
$text['label-message']['sv-se'] = "Meddelande";
$text['label-message']['uk-ua'] = "Повідомлення";
@ -116,8 +144,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
$text['label-has-been']['en-us'] = "has been started";
$text['label-has-been']['ar-eg'] = "";
$text['label-has-been']['de-at'] = "wurde gestartet";
$text['label-has-been']['de-ch'] = "";
$text['label-has-been']['de-de'] = "wurde gestartet";
$text['label-has-been']['es-cl'] = "iniciada";
$text['label-has-been']['es-mx'] = "";
$text['label-has-been']['fr-ca'] = "";
$text['label-has-been']['fr-fr'] = "a commencé";
$text['label-has-been']['he-il'] = "";
$text['label-has-been']['it-it'] = "";
@ -125,6 +156,7 @@ $text['label-has-been']['nl-nl'] = "";
$text['label-has-been']['pl-pl'] = "rozpoczęto";
$text['label-has-been']['pt-br'] = "foi inicializada";
$text['label-has-been']['pt-pt'] = "foi inicializada";
$text['label-has-been']['ro-ro'] = "";
$text['label-has-been']['ru-ru'] = "было запущено";
$text['label-has-been']['sv-se'] = "har startat";
$text['label-has-been']['uk-ua'] = "було запущено";
@ -132,8 +164,11 @@ $text['label-has-been']['uk-ua'] = "було запущено";
$text['label-destination']['en-us'] = "Destination Number";
$text['label-destination']['ar-eg'] = "";
$text['label-destination']['de-at'] = "Zielnummer";
$text['label-destination']['de-ch'] = "";
$text['label-destination']['de-de'] = "Zielnummer";
$text['label-destination']['es-cl'] = "Número de Destino";
$text['label-destination']['es-mx'] = "";
$text['label-destination']['fr-ca'] = "";
$text['label-destination']['fr-fr'] = "Numéro de Destination";
$text['label-destination']['he-il'] = "יעד";
$text['label-destination']['it-it'] = "";
@ -141,6 +176,7 @@ $text['label-destination']['nl-nl'] = "";
$text['label-destination']['pl-pl'] = "Destynacja";
$text['label-destination']['pt-br'] = "Número de destino";
$text['label-destination']['pt-pt'] = "Número de Destino";
$text['label-destination']['ro-ro'] = "";
$text['label-destination']['ru-ru'] = "Номер назначения";
$text['label-destination']['sv-se'] = "Destinationsnummer";
$text['label-destination']['uk-ua'] = "Номер";
@ -148,8 +184,11 @@ $text['label-destination']['uk-ua'] = "Номер";
$text['label-concurrent-limit']['en-us'] = "Concurrent Limit";
$text['label-concurrent-limit']['ar-eg'] = "";
$text['label-concurrent-limit']['de-at'] = "Gleichzeitige Anrufe";
$text['label-concurrent-limit']['de-ch'] = "";
$text['label-concurrent-limit']['de-de'] = "Gleichzeitige Anrufe";
$text['label-concurrent-limit']['es-cl'] = "Límite de concurrencia";
$text['label-concurrent-limit']['es-mx'] = "";
$text['label-concurrent-limit']['fr-ca'] = "";
$text['label-concurrent-limit']['fr-fr'] = "Appels Simultanés";
$text['label-concurrent-limit']['he-il'] = "";
$text['label-concurrent-limit']['it-it'] = "";
@ -157,6 +196,7 @@ $text['label-concurrent-limit']['nl-nl'] = "";
$text['label-concurrent-limit']['pl-pl'] = "Limit jednoczesnych rozmów";
$text['label-concurrent-limit']['pt-br'] = "Limite de chamadas simultâneas";
$text['label-concurrent-limit']['pt-pt'] = "Limite de chamadas concorrentes";
$text['label-concurrent-limit']['ro-ro'] = "";
$text['label-concurrent-limit']['ru-ru'] = "Ограничение параллельных вызовов";
$text['label-concurrent-limit']['sv-se'] = "Samtidig Gräns";
$text['label-concurrent-limit']['uk-ua'] = "Обмеження одночасної кількості";
@ -164,8 +204,11 @@ $text['label-concurrent-limit']['uk-ua'] = "Обмеження одночасн
$text['label-callerid-number']['en-us'] = "Caller ID Number";
$text['label-callerid-number']['ar-eg'] = "";
$text['label-callerid-number']['de-at'] = "Anruferkennung (Nummer)";
$text['label-callerid-number']['de-ch'] = "";
$text['label-callerid-number']['de-de'] = "Anruferkennung (Nummer)";
$text['label-callerid-number']['es-cl'] = "Número de Origen";
$text['label-callerid-number']['es-mx'] = "";
$text['label-callerid-number']['fr-ca'] = "";
$text['label-callerid-number']['fr-fr'] = "Numéro d'appelant";
$text['label-callerid-number']['he-il'] = "";
$text['label-callerid-number']['it-it'] = "";
@ -173,6 +216,7 @@ $text['label-callerid-number']['nl-nl'] = "";
$text['label-callerid-number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
$text['label-callerid-number']['pt-br'] = "Número do discador";
$text['label-callerid-number']['pt-pt'] = "Número do Chamador";
$text['label-callerid-number']['ro-ro'] = "";
$text['label-callerid-number']['ru-ru'] = "Caller ID Номер";
$text['label-callerid-number']['sv-se'] = "Caller ID Nummer";
$text['label-callerid-number']['uk-ua'] = "Caller ID Номер";
@ -180,8 +224,11 @@ $text['label-callerid-number']['uk-ua'] = "Caller ID Номер";
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
$text['label-caller-id-name']['ar-eg'] = "";
$text['label-caller-id-name']['de-at'] = "Anruferkennung (Name)";
$text['label-caller-id-name']['de-ch'] = "";
$text['label-caller-id-name']['de-de'] = "Anruferkennung (Name)";
$text['label-caller-id-name']['es-cl'] = "Nombre de origen";
$text['label-caller-id-name']['es-mx'] = "";
$text['label-caller-id-name']['fr-ca'] = "";
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
$text['label-caller-id-name']['he-il'] = "";
$text['label-caller-id-name']['it-it'] = "";
@ -189,6 +236,7 @@ $text['label-caller-id-name']['nl-nl'] = "";
$text['label-caller-id-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
$text['label-caller-id-name']['pt-br'] = "Nome do discador";
$text['label-caller-id-name']['pt-pt'] = "Nome do Chamador";
$text['label-caller-id-name']['ro-ro'] = "";
$text['label-caller-id-name']['ru-ru'] = "Caller ID Имя";
$text['label-caller-id-name']['sv-se'] = "Caller ID Namn";
$text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
@ -196,8 +244,11 @@ $text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
$text['label-call-broadcasts']['en-us'] = "Call Broadcasts";
$text['label-call-broadcasts']['ar-eg'] = "";
$text['label-call-broadcasts']['de-at'] = "Rundrufe";
$text['label-call-broadcasts']['de-ch'] = "";
$text['label-call-broadcasts']['de-de'] = "Rundrufe";
$text['label-call-broadcasts']['es-cl'] = "Llamadas Masivas (Broadcast)";
$text['label-call-broadcasts']['es-mx'] = "";
$text['label-call-broadcasts']['fr-ca'] = "";
$text['label-call-broadcasts']['fr-fr'] = "Diffusions d'appels";
$text['label-call-broadcasts']['he-il'] = "";
$text['label-call-broadcasts']['it-it'] = "";
@ -205,6 +256,7 @@ $text['label-call-broadcasts']['nl-nl'] = "";
$text['label-call-broadcasts']['pl-pl'] = "Rozsyłanie rozmów";
$text['label-call-broadcasts']['pt-br'] = "Chamadas broadcast";
$text['label-call-broadcasts']['pt-pt'] = "Chamadas de Broadcast";
$text['label-call-broadcasts']['ro-ro'] = "";
$text['label-call-broadcasts']['ru-ru'] = "Массовые вызовы";
$text['label-call-broadcasts']['sv-se'] = "Samtalsdistributioner";
$text['label-call-broadcasts']['uk-ua'] = "Трансляція дзвінків";
@ -212,8 +264,11 @@ $text['label-call-broadcasts']['uk-ua'] = "Трансляція дзвінків
$text['label-call-broadcast']['en-us'] = "Call Broadcast";
$text['label-call-broadcast']['ar-eg'] = "";
$text['label-call-broadcast']['de-at'] = "Rundrufe";
$text['label-call-broadcast']['de-ch'] = "";
$text['label-call-broadcast']['de-de'] = "Rundrufe";
$text['label-call-broadcast']['es-cl'] = "Llamada Masiva (Broadcast)";
$text['label-call-broadcast']['es-mx'] = "";
$text['label-call-broadcast']['fr-ca'] = "";
$text['label-call-broadcast']['fr-fr'] = "Diffusion d'appels";
$text['label-call-broadcast']['he-il'] = "";
$text['label-call-broadcast']['it-it'] = "";
@ -221,6 +276,7 @@ $text['label-call-broadcast']['nl-nl'] = "";
$text['label-call-broadcast']['pl-pl'] = "Rozsyłanie rozmów";
$text['label-call-broadcast']['pt-br'] = "Chamada de broadcast";
$text['label-call-broadcast']['pt-pt'] = "Chamada de Broadcast";
$text['label-call-broadcast']['ro-ro'] = "";
$text['label-call-broadcast']['ru-ru'] = "Массовый вызов";
$text['label-call-broadcast']['sv-se'] = "Samtalsdistribution";
$text['label-call-broadcast']['uk-ua'] = "Трансляція дзвінка";
@ -228,8 +284,11 @@ $text['label-call-broadcast']['uk-ua'] = "Трансляція дзвінка";
$text['label-avmd']['en-us'] = "Voicemail Detection";
$text['label-avmd']['ar-eg'] = "";
$text['label-avmd']['de-at'] = "Erkennung von Sprachnachrichten";
$text['label-avmd']['de-ch'] = "";
$text['label-avmd']['de-de'] = "Erkennung von Sprachnachrichten";
$text['label-avmd']['es-cl'] = "Detección de correo de voz";
$text['label-avmd']['es-mx'] = "";
$text['label-avmd']['fr-ca'] = "";
$text['label-avmd']['fr-fr'] = "Détection de la messagerie vocale";
$text['label-avmd']['he-il'] = "";
$text['label-avmd']['it-it'] = "";
@ -237,6 +296,7 @@ $text['label-avmd']['nl-nl'] = "";
$text['label-avmd']['pl-pl'] = "Wykrywanie poczty głosowej";
$text['label-avmd']['pt-br'] = "Detecção Voicemail";
$text['label-avmd']['pt-pt'] = "Voicemail Detecção";
$text['label-avmd']['ro-ro'] = "";
$text['label-avmd']['ru-ru'] = "Определение голосовой почты";
$text['label-avmd']['sv-se'] = "Känn Av Röstbrevlåda";
$text['label-avmd']['uk-ua'] = "Виявлення голосової пошти";
@ -244,8 +304,11 @@ $text['label-avmd']['uk-ua'] = "Виявлення голосової пошти
$text['label-accountcode']['en-us'] = "Accountcode";
$text['label-accountcode']['ar-eg'] = "";
$text['label-accountcode']['de-at'] = "Kontoschlüssel";
$text['label-accountcode']['de-ch'] = "";
$text['label-accountcode']['de-de'] = "Kontoschlüssel";
$text['label-accountcode']['es-cl'] = "Código de cuenta";
$text['label-accountcode']['es-mx'] = "";
$text['label-accountcode']['fr-ca'] = "";
$text['label-accountcode']['fr-fr'] = "Code de l'account";
$text['label-accountcode']['he-il'] = "קוד חשבון";
$text['label-accountcode']['it-it'] = "";
@ -253,15 +316,19 @@ $text['label-accountcode']['nl-nl'] = "";
$text['label-accountcode']['pl-pl'] = "Numer konta billingowego";
$text['label-accountcode']['pt-br'] = "Código da conta";
$text['label-accountcode']['pt-pt'] = "Accountcode";
$text['label-accountcode']['ro-ro'] = "";
$text['label-accountcode']['ru-ru'] = "Код Авторизации";
$text['label-accountcode']['sv-se'] = "Accountcode";
$text['label-accountcode']['uk-ua'] = "Код облікового запису";
$text['description-timeout']['en-us'] = "";
$text['description-timeout']['en-us'] = "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.";
$text['description-timeout']['de-ch'] = "";
$text['description-timeout']['de-de'] = "Geben Sie die absolute Zeitüberschreitung in Sekunden an.";
$text['description-timeout']['es-cl'] = "";
$text['description-timeout']['es-mx'] = "";
$text['description-timeout']['fr-ca'] = "";
$text['description-timeout']['fr-fr'] = "";
$text['description-timeout']['he-il'] = "";
$text['description-timeout']['it-it'] = "";
@ -269,15 +336,19 @@ $text['description-timeout']['nl-nl'] = "";
$text['description-timeout']['pl-pl'] = "Ilość milisekund oczekiwania po odtworzeniu nagrania lub potwierdzenia makro.";
$text['description-timeout']['pt-br'] = "";
$text['description-timeout']['pt-pt'] = "Limite de tempo (em milissegundos) de espera após reproduzir gravações ou confirmar a macro.";
$text['description-timeout']['ro-ro'] = "";
$text['description-timeout']['ru-ru'] = "Время ожидания (в миллисекундах) после воспроизведения записи или подтверждения макроса.";
$text['description-timeout']['sv-se'] = "";
$text['description-timeout']['sv-se'] = "Specificera den absoluta timeout:en i sekunder.";
$text['description-timeout']['uk-ua'] = "";
$text['description-phone']['en-us'] = "Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name";
$text['description-phone']['ar-eg'] = "";
$text['description-phone']['de-at'] = "Optional: Ergänzen Sie eine Liste von Telefonnummern, eine Nummer pro Zeile im folgenden Format: 123-123-1234|Nachname, Vorname";
$text['description-phone']['de-ch'] = "";
$text['description-phone']['de-de'] = "Optional: Ergänzen Sie eine Liste von Telefonnummern, eine Nummer pro Zeile im folgenden Format: 123-123-1234|Nachname, Vorname";
$text['description-phone']['es-cl'] = "Opcional, definir una lista de números de telefono, uno por línea en el siguiente formato:  123-123-1234 | Apellido, Nombre";
$text['description-phone']['es-mx'] = "";
$text['description-phone']['fr-ca'] = "";
$text['description-phone']['fr-fr'] = "Optionnel, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom";
$text['description-phone']['he-il'] = "";
$text['description-phone']['it-it'] = "";
@ -285,6 +356,7 @@ $text['description-phone']['nl-nl'] = "";
$text['description-phone']['pl-pl'] = "Opcjonalne - ułóż listę numerów (jeden pod drugim) w formacie: 123-123-1234|Nazwisko, Imię";
$text['description-phone']['pt-br'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome.";
$text['description-phone']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome";
$text['description-phone']['ro-ro'] = "";
$text['description-phone']['ru-ru'] = "Дополнительно, задайте список телефонных номеров, по одному в ряд, в формате: 123-123-1234 | Фамилия, Имя";
$text['description-phone']['sv-se'] = "Frivillig, fyll i en lista med nummer (ett per rad) i följande format: 123-123-1234|Efternamn, Förnamn";
$text['description-phone']['uk-ua'] = "Додатково, задайте список телефонних номерів по одному на рядок в наступному форматі: 123-123-1234 | Прізвище, ім'я";
@ -292,8 +364,11 @@ $text['description-phone']['uk-ua'] = "Додатково, задайте спи
$text['description-name']['en-us'] = "Enter the name here.";
$text['description-name']['ar-eg'] = "";
$text['description-name']['de-at'] = "Geben Sie den Namen an.";
$text['description-name']['de-ch'] = "";
$text['description-name']['de-de'] = "Geben Sie den Namen an.";
$text['description-name']['es-cl'] = "Ingrese el nombre aquí.";
$text['description-name']['es-mx'] = "";
$text['description-name']['fr-ca'] = "";
$text['description-name']['fr-fr'] = "Insérer le Nom.";
$text['description-name']['he-il'] = "הכנס את השם";
$text['description-name']['it-it'] = "";
@ -301,6 +376,7 @@ $text['description-name']['nl-nl'] = "";
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
$text['description-name']['pt-br'] = "Insira o nome do broadcast.";
$text['description-name']['pt-pt'] = "Introduza o nome aqui.";
$text['description-name']['ro-ro'] = "";
$text['description-name']['ru-ru'] = "Введите имя";
$text['description-name']['sv-se'] = "Skriv in namnet här.";
$text['description-name']['uk-ua'] = "Введіть назву";
@ -308,8 +384,11 @@ $text['description-name']['uk-ua'] = "Введіть назву";
$text['description-info']['en-us'] = "Enter the description here.";
$text['description-info']['ar-eg'] = "";
$text['description-info']['de-at'] = "Geben Sie eine Beschreibung an.";
$text['description-info']['de-ch'] = "";
$text['description-info']['de-de'] = "Geben Sie eine Beschreibung an.";
$text['description-info']['es-cl'] = "Ingrese descripción aquí.";
$text['description-info']['es-mx'] = "";
$text['description-info']['fr-ca'] = "";
$text['description-info']['fr-fr'] = "";
$text['description-info']['he-il'] = "הכנס תאור";
$text['description-info']['it-it'] = "";
@ -317,6 +396,7 @@ $text['description-info']['nl-nl'] = "";
$text['description-info']['pl-pl'] = "Wprowadź opis";
$text['description-info']['pt-br'] = "Inisra uma descrição";
$text['description-info']['pt-pt'] = "Insira a descrição aqui.";
$text['description-info']['ro-ro'] = "";
$text['description-info']['ru-ru'] = "Введите описание";
$text['description-info']['sv-se'] = "Ange beskrivning här.";
$text['description-info']['uk-ua'] = "Введіть опис";
@ -324,8 +404,11 @@ $text['description-info']['uk-ua'] = "Введіть опис";
$text['description-destination']['en-us'] = "Send the call to the extension an IVR Menu, Conference Room, or any other number.";
$text['description-destination']['ar-eg'] = "";
$text['description-destination']['de-at'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet.";
$text['description-destination']['de-ch'] = "";
$text['description-destination']['de-de'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet.";
$text['description-destination']['es-cl'] = "Enviar la llamada a extension a IVR, conferencias o cualquier otro número.";
$text['description-destination']['es-mx'] = "";
$text['description-destination']['fr-ca'] = "";
$text['description-destination']['fr-fr'] = "Emettre l'appel vers un SVI, salle de conférence, ou tout autre numéro.";
$text['description-destination']['he-il'] = "";
$text['description-destination']['it-it'] = "";
@ -333,6 +416,7 @@ $text['description-destination']['nl-nl'] = "";
$text['description-destination']['pl-pl'] = "Wybierz numer docelowy.";
$text['description-destination']['pt-br'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número. ";
$text['description-destination']['pt-pt'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número.";
$text['description-destination']['ro-ro'] = "";
$text['description-destination']['ru-ru'] = "Отправить вызов на внутренний номер, IVR, конференцию или любой другой номер.";
$text['description-destination']['sv-se'] = "Skicka samtalet till en anknytning, IVR Meny, Konferens Rum eller något annat nummer.";
$text['description-destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
@ -340,8 +424,11 @@ $text['description-destination']['uk-ua'] = "Відправити дзвінок
$text['description-concurrent-limit']['en-us'] = "Limit the approximate number of concurrent calls. Leave this empty for no limit.";
$text['description-concurrent-limit']['ar-eg'] = "";
$text['description-concurrent-limit']['de-at'] = "Begrenzt die Anzahl gleichzeitiger Anrufe. Kein Limit wenn leer gelassen.";
$text['description-concurrent-limit']['de-ch'] = "";
$text['description-concurrent-limit']['de-de'] = "Begrenzt die Anzahl gleichzeitiger Anrufe. Kein Limit wenn leer gelassen.";
$text['description-concurrent-limit']['es-cl'] = "Limitar el número de llamadas simultaneas. Deje en blanco para no establecer un límite.";
$text['description-concurrent-limit']['es-mx'] = "";
$text['description-concurrent-limit']['fr-ca'] = "";
$text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité.";
$text['description-concurrent-limit']['he-il'] = "";
$text['description-concurrent-limit']['it-it'] = "";
@ -349,6 +436,7 @@ $text['description-concurrent-limit']['nl-nl'] = "";
$text['description-concurrent-limit']['pl-pl'] = "Ogranicz liczbę równoczesnych połączeń. Aby nie było limitu zostaw to pole puste.";
$text['description-concurrent-limit']['pt-br'] = "Limitar o número de chamadas simultâneas. Deixe este campo em branco para não ter limite.";
$text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas concurrentes. Deixe este campo em branco para não ter limite.";
$text['description-concurrent-limit']['ro-ro'] = "";
$text['description-concurrent-limit']['ru-ru'] = "Ограничение примерного количества параллельных вызовов. Оставьте пустым для его отсутствия.";
$text['description-concurrent-limit']['sv-se'] = "Begränsa ungefärliga antalet samtidiga samtal. Lämna det här tomt för ingen gräns.";
$text['description-concurrent-limit']['uk-ua'] = "Обмеження приблизної кількості одночасних дзвінків. Якщо пусто - без обмежень";
@ -356,8 +444,11 @@ $text['description-concurrent-limit']['uk-ua'] = "Обмеження прибл
$text['description-caller-id-number']['en-us'] = "Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000";
$text['description-caller-id-number']['ar-eg'] = "";
$text['description-caller-id-number']['de-at'] = "Geben Sie die Anruferkennung (Nummer) hier ein.";
$text['description-caller-id-number']['de-ch'] = "";
$text['description-caller-id-number']['de-de'] = "Geben Sie die Anruferkennung (Nummer) hier ein.";
$text['description-caller-id-number']['es-cl'] = "";
$text['description-caller-id-number']['es-mx'] = "";
$text['description-caller-id-number']['fr-ca'] = "";
$text['description-caller-id-number']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000";
$text['description-caller-id-number']['he-il'] = "";
$text['description-caller-id-number']['it-it'] = "";
@ -365,6 +456,7 @@ $text['description-caller-id-number']['nl-nl'] = "";
$text['description-caller-id-number']['pl-pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację numeru. Standardowo prezentacja jest w formacie: 0000000000";
$text['description-caller-id-number']['pt-br'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000.";
$text['description-caller-id-number']['pt-pt'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000";
$text['description-caller-id-number']['ro-ro'] = "";
$text['description-caller-id-number']['ru-ru'] = "Используется, если провайдер поддерживает передачу CallerID(number). По умолчанию: 0000000000";
$text['description-caller-id-number']['sv-se'] = "Gäller om leverantör tillåter att Caller ID nummer skickas. Standard: 0000000000";
$text['description-caller-id-number']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати номер абонента (Caller ID номер). За замовчуванням: 0000000000";
@ -372,8 +464,11 @@ $text['description-caller-id-number']['uk-ua'] = "Стосується, якщо
$text['description-caller-id-name']['en-us'] = "Applicable if the provider allow the Caller ID Name to be set. default: anonymous";
$text['description-caller-id-name']['ar-eg'] = "";
$text['description-caller-id-name']['de-at'] = "Geben Sie die Anruferkennung (Name) hier ein, sofern der Provider dieses unterstützt. Default: anonym.";
$text['description-caller-id-name']['de-ch'] = "";
$text['description-caller-id-name']['de-de'] = "Geben Sie die Anruferkennung (Name) hier ein, sofern der Provider dieses unterstützt. Default: anonym.";
$text['description-caller-id-name']['es-cl'] = "Applicable si el proveedor permite enviar el número de origen. Por defecto: 0000000000";
$text['description-caller-id-name']['es-mx'] = "";
$text['description-caller-id-name']['fr-ca'] = "";
$text['description-caller-id-name']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du nom d'appelant. Par défaut: anonymous";
$text['description-caller-id-name']['he-il'] = "";
$text['description-caller-id-name']['it-it'] = "";
@ -381,6 +476,7 @@ $text['description-caller-id-name']['nl-nl'] = "";
$text['description-caller-id-name']['pl-pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację nazwy. Standardowo prezentacja jest w formacie: 0000000000";
$text['description-caller-id-name']['pt-br'] = "Aplicável se o provedor de telefônia liberar o nome de quem está discando. Por padrão: anonymous (anônimo).";
$text['description-caller-id-name']['pt-pt'] = "Aplicável se o provedor permitir o envio do nome do originador das chamadas. Omissão: anonymous";
$text['description-caller-id-name']['ro-ro'] = "";
$text['description-caller-id-name']['ru-ru'] = "Используется, если провайдер поддерживает передачу CallerID(name). По умолчанию: anonymous";
$text['description-caller-id-name']['sv-se'] = "Gäller om leverantör tillåter att Caller ID namn skickas. Standard: anonymous";
$text['description-caller-id-name']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати ім’я абонента (Caller ID Ім’я). За замовчуванням: anonymous";
@ -388,8 +484,11 @@ $text['description-caller-id-name']['uk-ua'] = "Стосується, якщо
$text['description-avmd']['en-us'] = "Select whether to enable or disable the detection of voicemail messaging and answering machine systems.";
$text['description-avmd']['ar-eg'] = "";
$text['description-avmd']['de-at'] = "Wählen Sie ob die Erkennung von Sprach-Mailboxen und automatischen Anrufbeantwortern Ein- oder Ausgeschaltet werden soll.";
$text['description-avmd']['de-ch'] = "";
$text['description-avmd']['de-de'] = "Wählen Sie ob die Erkennung von Sprach-Mailboxen und automatischen Anrufbeantwortern Ein- oder Ausgeschaltet werden soll.";
$text['description-avmd']['es-cl'] = "Seleccione si desea activar o desactivar la detección de sistemas de contestador automático de mensajes de correo de voz y.";
$text['description-avmd']['es-mx'] = "";
$text['description-avmd']['fr-ca'] = "";
$text['description-avmd']['fr-fr'] = "Indiquez si vous souhaitez activer ou désactiver la détection de la messagerie vocale et les systèmes de machines de répondeur.";
$text['description-avmd']['he-il'] = "";
$text['description-avmd']['it-it'] = "";
@ -397,6 +496,7 @@ $text['description-avmd']['nl-nl'] = "";
$text['description-avmd']['pl-pl'] = "Wybierz, czy chcesz włączyć lub wyłączyć wykrywanie wiadomości poczty głosowej lub innych systemów automatycznego odbierania rozmów.";
$text['description-avmd']['pt-br'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica.";
$text['description-avmd']['pt-pt'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica.";
$text['description-avmd']['ro-ro'] = "";
$text['description-avmd']['ru-ru'] = "Выберите, стоит ли использовать систему определения голосовой почты или автоответчика.";
$text['description-avmd']['sv-se'] = "Välj om deteketering av röstbrevlåda skall användas.";
$text['description-avmd']['uk-ua'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача.";
@ -404,8 +504,11 @@ $text['description-avmd']['uk-ua'] = "Виберіть, чи слід включ
$text['confirm-update']['en-us'] = "Update Complete";
$text['confirm-update']['ar-eg'] = "";
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
$text['confirm-update']['de-ch'] = "";
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
$text['confirm-update']['es-cl'] = "Actualización Completa";
$text['confirm-update']['es-mx'] = "";
$text['confirm-update']['fr-ca'] = "";
$text['confirm-update']['fr-fr'] = "Mis à jour";
$text['confirm-update']['he-il'] = "עידכון הושלם";
$text['confirm-update']['it-it'] = "";
@ -413,6 +516,7 @@ $text['confirm-update']['nl-nl'] = "";
$text['confirm-update']['pl-pl'] = "Aktualizacja zakonczona";
$text['confirm-update']['pt-br'] = "Atualização Efetuada";
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
$text['confirm-update']['ro-ro'] = "";
$text['confirm-update']['ru-ru'] = "Обновление завершено";
$text['confirm-update']['sv-se'] = "Uppdatering Klar";
$text['confirm-update']['uk-ua'] = "Оновлення завершено";
@ -420,8 +524,11 @@ $text['confirm-update']['uk-ua'] = "Оновлення завершено";
$text['confirm-name']['en-us'] = "Please provide: Name";
$text['confirm-name']['ar-eg'] = "";
$text['confirm-name']['de-at'] = "Bitte geben Sie den Namen an";
$text['confirm-name']['de-ch'] = "";
$text['confirm-name']['de-de'] = "Bitte geben Sie den Namen an";
$text['confirm-name']['es-cl'] = "Por favor agregue: Nombre";
$text['confirm-name']['es-mx'] = "";
$text['confirm-name']['fr-ca'] = "";
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['confirm-name']['he-il'] = "";
$text['confirm-name']['it-it'] = "";
@ -429,6 +536,7 @@ $text['confirm-name']['nl-nl'] = "";
$text['confirm-name']['pl-pl'] = "Wprowadź: Nazwę";
$text['confirm-name']['pt-br'] = "Por favor insira: Nome";
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
$text['confirm-name']['ro-ro'] = "";
$text['confirm-name']['ru-ru'] = "Пожалуйста, укажите: Имя";
$text['confirm-name']['sv-se'] = "Ange: Namn";
$text['confirm-name']['uk-ua'] = "Введіть назву";
@ -436,8 +544,11 @@ $text['confirm-name']['uk-ua'] = "Введіть назву";
$text['confirm-delete-info']['en-us'] = "Do you really want to delete this?";
$text['confirm-delete-info']['ar-eg'] = "";
$text['confirm-delete-info']['de-at'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete-info']['de-ch'] = "";
$text['confirm-delete-info']['de-de'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete-info']['es-cl'] = "¿Desea realmente eliminar esto?";
$text['confirm-delete-info']['es-mx'] = "";
$text['confirm-delete-info']['fr-ca'] = "";
$text['confirm-delete-info']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
$text['confirm-delete-info']['he-il'] = "";
$text['confirm-delete-info']['it-it'] = "";
@ -445,6 +556,7 @@ $text['confirm-delete-info']['nl-nl'] = "";
$text['confirm-delete-info']['pl-pl'] = "Czy na pewno chcesz to usunąć?";
$text['confirm-delete-info']['pt-br'] = "Deseja realmente remover isto?";
$text['confirm-delete-info']['pt-pt'] = "Deseja realmente remover isto?";
$text['confirm-delete-info']['ro-ro'] = "";
$text['confirm-delete-info']['ru-ru'] = "Вы действительно хотите это удалить?";
$text['confirm-delete-info']['sv-se'] = "Vill du verkligen ta bort detta?";
$text['confirm-delete-info']['uk-ua'] = "Ви дійсно бажаєте це видалити?";
@ -452,8 +564,11 @@ $text['confirm-delete-info']['uk-ua'] = "Ви дійсно бажаєте це
$text['confirm-add']['en-us'] = "Add Complete";
$text['confirm-add']['ar-eg'] = "";
$text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt";
$text['confirm-add']['de-ch'] = "";
$text['confirm-add']['de-de'] = "Erfolgreich hinzugefügt";
$text['confirm-add']['es-cl'] = "Ingreso Completo";
$text['confirm-add']['es-mx'] = "";
$text['confirm-add']['fr-ca'] = "";
$text['confirm-add']['fr-fr'] = "Ajouté";
$text['confirm-add']['he-il'] = "הוספה הושלמה";
$text['confirm-add']['it-it'] = "";
@ -461,6 +576,7 @@ $text['confirm-add']['nl-nl'] = "";
$text['confirm-add']['pl-pl'] = "Dodano poprawnie";
$text['confirm-add']['pt-br'] = "Criação efetuada";
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
$text['confirm-add']['ro-ro'] = "";
$text['confirm-add']['ru-ru'] = "Добавление завершено";
$text['confirm-add']['sv-se'] = "Tillagd";
$text['confirm-add']['uk-ua'] = "Додано";
@ -468,8 +584,11 @@ $text['confirm-add']['uk-ua'] = "Додано";
$text['button-stop']['en-us'] = "Stop Broadcast";
$text['button-stop']['ar-eg'] = "";
$text['button-stop']['de-at'] = "Rundruf beenden";
$text['button-stop']['de-ch'] = "";
$text['button-stop']['de-de'] = "Rundruf beenden";
$text['button-stop']['es-cl'] = "Detener Broadcast";
$text['button-stop']['es-mx'] = "";
$text['button-stop']['fr-ca'] = "";
$text['button-stop']['fr-fr'] = "Arrêter la diffusion";
$text['button-stop']['he-il'] = "";
$text['button-stop']['it-it'] = "";
@ -477,6 +596,7 @@ $text['button-stop']['nl-nl'] = "";
$text['button-stop']['pl-pl'] = "Zatrzymaj rozsylanie rozmów";
$text['button-stop']['pt-br'] = "Pausar Broadcast";
$text['button-stop']['pt-pt'] = "Parar Broadcast";
$text['button-stop']['ro-ro'] = "";
$text['button-stop']['ru-ru'] = "Остановить";
$text['button-stop']['sv-se'] = "Stoppa Samtalsdistribution";
$text['button-stop']['uk-ua'] = "Зупинити трансляцію";
@ -484,8 +604,11 @@ $text['button-stop']['uk-ua'] = "Зупинити трансляцію";
$text['button-send']['en-us'] = "Send Broadcast";
$text['button-send']['ar-eg'] = "";
$text['button-send']['de-at'] = "Rundruf senden";
$text['button-send']['de-ch'] = "";
$text['button-send']['de-de'] = "Rundruf senden";
$text['button-send']['es-cl'] = "Enviar Llamada Masiva";
$text['button-send']['es-mx'] = "";
$text['button-send']['fr-ca'] = "";
$text['button-send']['fr-fr'] = "Lancer les appels";
$text['button-send']['he-il'] = "נשלח";
$text['button-send']['it-it'] = "";
@ -493,8 +616,9 @@ $text['button-send']['nl-nl'] = "";
$text['button-send']['pl-pl'] = "Wysłane";
$text['button-send']['pt-br'] = "Enviar Broadcast";
$text['button-send']['pt-pt'] = "Enviar Broadcast";
$text['button-send']['ro-ro'] = "";
$text['button-send']['ru-ru'] = "Запустить";
$text['button-send']['sv-se'] = "Skicka Samtalsdistribution";
$text['button-send']['uk-ua'] = "Транслювати";
?>
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Broadcast";
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamada Broadcast";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Campagne d'Appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamada em Broadcast";
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamada em broadcast";
$apps[$x]['menu'][0]['title']['pl'] = "Rozsyłanie rozmów";
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsdistribution";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Массовые вызовы";
$apps[$x]['menu'][0]['title']['uk'] = "Трансляція дзвінка";
$apps[$x]['menu'][0]['title']['de-de'] = "Rundrufe";
$apps[$x]['menu'][0]['title']['de-at'] = "Rundrufe";
$apps[$x]['menu'][0]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['path'] = "/app/call_broadcast/call_broadcast.php";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Broadcast";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Rundrufe";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Rundrufe";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Llamada Broadcast";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Campagne d'Appels";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rozsyłanie rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Chamada em broadcast";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamada em Broadcast";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Массовые вызовы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsdistribution";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трансляція дзвінка";
$apps[$x]['menu'][$y]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "3f159f62-ca2d-41b8-b3f0-c5519cebbc5a";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas.";
$apps[$x]['description']['de-de'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange.";
$apps[$x]['description']['fr-fr'] = "Affiche les appels actifs et les agents en queue sur le centre d'appel.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Zeigt aktive Anrufe und Agenten in der Callcenter Warteschlange.";
$apps[$x]['description']['es-cl'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Il montre les appels actives et des agents en queue du centre d'appels.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Mostra as chamadas ativas e agentes na fila do centro de chamadas.";
$apps[$x]['description']['fr-fr'] = "Affiche les appels actifs et les agents en queue sur le centre d'appel.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "Mostra as chamadas ativas, e os agentes na fila do Call Center.";
$apps[$x]['description']['pt-pt'] = "Mostra as chamadas ativas e agentes na fila do centro de chamadas.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -31,4 +40,4 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity";
$text['title-call_center_queue_activity']['ar-eg'] = "";
$text['title-call_center_queue_activity']['de-at'] = "Callcenter Warteschlangen Aktivität";
$text['title-call_center_queue_activity']['de-ch'] = "";
$text['title-call_center_queue_activity']['de-de'] = "Callcenter Warteschlangen Aktivität";
$text['title-call_center_queue_activity']['es-cl'] = "Actividad de Cola del Centro de Llamados";
$text['title-call_center_queue_activity']['es-mx'] = "";
$text['title-call_center_queue_activity']['fr-ca'] = "";
$text['title-call_center_queue_activity']['fr-fr'] = "Activité des files d'attente du centre d'appel";
$text['title-call_center_queue_activity']['he-il'] = "";
$text['title-call_center_queue_activity']['it-it'] = "Attività della coda del Call Center";
@ -13,6 +16,7 @@ $text['title-call_center_queue_activity']['nl-nl'] = "";
$text['title-call_center_queue_activity']['pl-pl'] = "Aktywność kolejek w Call Center ";
$text['title-call_center_queue_activity']['pt-br'] = "Atividade das filas do Call Center";
$text['title-call_center_queue_activity']['pt-pt'] = "Actividade das filas do Call Center";
$text['title-call_center_queue_activity']['ro-ro'] = "";
$text['title-call_center_queue_activity']['ru-ru'] = "Активность очередей Колл-центра";
$text['title-call_center_queue_activity']['sv-se'] = "Call Center Grupp Aktivitet";
$text['title-call_center_queue_activity']['uk-ua'] = "";
@ -20,8 +24,11 @@ $text['title-call_center_queue_activity']['uk-ua'] = "";
$text['title-active_call_center']['en-us'] = "Active Call Center";
$text['title-active_call_center']['ar-eg'] = "";
$text['title-active_call_center']['de-at'] = "Aktive Callcenter";
$text['title-active_call_center']['de-ch'] = "";
$text['title-active_call_center']['de-de'] = "Aktive Callcenter";
$text['title-active_call_center']['es-cl'] = "Centro de Llamados Activo";
$text['title-active_call_center']['es-mx'] = "";
$text['title-active_call_center']['fr-ca'] = "";
$text['title-active_call_center']['fr-fr'] = "Centre d'appel Actif";
$text['title-active_call_center']['he-il'] = "";
$text['title-active_call_center']['it-it'] = "Call Center Attivi";
@ -29,6 +36,7 @@ $text['title-active_call_center']['nl-nl'] = "";
$text['title-active_call_center']['pl-pl'] = "Aktywność w Call Center ";
$text['title-active_call_center']['pt-br'] = "Atividade do Call Center";
$text['title-active_call_center']['pt-pt'] = "Atividade do Call Center";
$text['title-active_call_center']['ro-ro'] = "";
$text['title-active_call_center']['ru-ru'] = "Активные Колл-центры";
$text['title-active_call_center']['sv-se'] = "Aktivt Call Center";
$text['title-active_call_center']['uk-ua'] = "";
@ -36,8 +44,11 @@ $text['title-active_call_center']['uk-ua'] = "";
$text['message-confirm']['en-us'] = "Do you really want to do this?";
$text['message-confirm']['ar-eg'] = "";
$text['message-confirm']['de-at'] = "Wollen Sie das wirklich tun?";
$text['message-confirm']['de-ch'] = "";
$text['message-confirm']['de-de'] = "Wollen Sie das wirklich tun?";
$text['message-confirm']['es-cl'] = "¿Realmente desea ejecutar esta operación?";
$text['message-confirm']['es-mx'] = "";
$text['message-confirm']['fr-ca'] = "";
$text['message-confirm']['fr-fr'] = "Voulez-vous vraiment faire cela?";
$text['message-confirm']['he-il'] = "";
$text['message-confirm']['it-it'] = "Vuoi davvero eseguire questa operazione?";
@ -45,6 +56,7 @@ $text['message-confirm']['nl-nl'] = "";
$text['message-confirm']['pl-pl'] = "Czy napewno chcesz to zrobić?";
$text['message-confirm']['pt-br'] = "Deseja realmente fazer isto?";
$text['message-confirm']['pt-pt'] = "Deseja realmente fazer isto?";
$text['message-confirm']['ro-ro'] = "";
$text['message-confirm']['ru-ru'] = "Вы действительно хотите это сдедать?";
$text['message-confirm']['sv-se'] = "Vill du verkligen göra det här?";
$text['message-confirm']['uk-ua'] = "";
@ -52,8 +64,11 @@ $text['message-confirm']['uk-ua'] = "";
$text['label-waiting']['en-us'] = "Waiting";
$text['label-waiting']['ar-eg'] = "انتظار";
$text['label-waiting']['de-at'] = "Warten";
$text['label-waiting']['de-ch'] = "";
$text['label-waiting']['de-de'] = "Warten";
$text['label-waiting']['es-cl'] = "Esperando";
$text['label-waiting']['es-mx'] = "";
$text['label-waiting']['fr-ca'] = "";
$text['label-waiting']['fr-fr'] = "d'attente";
$text['label-waiting']['he-il'] = "";
$text['label-waiting']['it-it'] = "Attendere";
@ -61,6 +76,7 @@ $text['label-waiting']['nl-nl'] = "";
$text['label-waiting']['pl-pl'] = "Oczekiwanie";
$text['label-waiting']['pt-br'] = "Esperar";
$text['label-waiting']['pt-pt'] = "Esperando";
$text['label-waiting']['ro-ro'] = "";
$text['label-waiting']['ru-ru'] = "Ожидание";
$text['label-waiting']['sv-se'] = "Väntar";
$text['label-waiting']['uk-ua'] = "";
@ -68,8 +84,11 @@ $text['label-waiting']['uk-ua'] = "";
$text['label-trying']['en-us'] = "Trying";
$text['label-trying']['ar-eg'] = "";
$text['label-trying']['de-at'] = "Versuchen";
$text['label-trying']['de-ch'] = "";
$text['label-trying']['de-de'] = "Versuchen";
$text['label-trying']['es-cl'] = "Intentando";
$text['label-trying']['es-mx'] = "";
$text['label-trying']['fr-ca'] = "";
$text['label-trying']['fr-fr'] = "d'essais";
$text['label-trying']['he-il'] = "";
$text['label-trying']['it-it'] = "Tentando";
@ -77,6 +96,7 @@ $text['label-trying']['nl-nl'] = "";
$text['label-trying']['pl-pl'] = "Próba";
$text['label-trying']['pt-br'] = "Tentando";
$text['label-trying']['pt-pt'] = "Tentando";
$text['label-trying']['ro-ro'] = "";
$text['label-trying']['ru-ru'] = "Попытка";
$text['label-trying']['sv-se'] = "Försöker";
$text['label-trying']['uk-ua'] = "";
@ -84,8 +104,11 @@ $text['label-trying']['uk-ua'] = "";
$text['label-transfer']['en-us'] = "Transfer";
$text['label-transfer']['ar-eg'] = "تحويل";
$text['label-transfer']['de-at'] = "Weiterleiten";
$text['label-transfer']['de-ch'] = "";
$text['label-transfer']['de-de'] = "Weiterleiten";
$text['label-transfer']['es-cl'] = "Transferir";
$text['label-transfer']['es-mx'] = "";
$text['label-transfer']['fr-ca'] = "";
$text['label-transfer']['fr-fr'] = "Transfert";
$text['label-transfer']['he-il'] = "העבר";
$text['label-transfer']['it-it'] = "Trasferimento";
@ -93,6 +116,7 @@ $text['label-transfer']['nl-nl'] = "";
$text['label-transfer']['pl-pl'] = "Transferowanie";
$text['label-transfer']['pt-br'] = "Transferir";
$text['label-transfer']['pt-pt'] = "Transferir";
$text['label-transfer']['ro-ro'] = "";
$text['label-transfer']['ru-ru'] = "Перевод";
$text['label-transfer']['sv-se'] = "Överför";
$text['label-transfer']['uk-ua'] = "";
@ -100,8 +124,11 @@ $text['label-transfer']['uk-ua'] = "";
$text['label-time_base_score']['en-us'] = "Time Base Score";
$text['label-time_base_score']['ar-eg'] = "";
$text['label-time_base_score']['de-at'] = "Zeitgeber für Klassifikation";
$text['label-time_base_score']['de-ch'] = "";
$text['label-time_base_score']['de-de'] = "Zeitgeber für Klassifikation";
$text['label-time_base_score']['es-cl'] = "Puntuación basada en tiempo";
$text['label-time_base_score']['es-mx'] = "";
$text['label-time_base_score']['fr-ca'] = "";
$text['label-time_base_score']['fr-fr'] = "Score basé sur le temps";
$text['label-time_base_score']['he-il'] = "";
$text['label-time_base_score']['it-it'] = "Punteggio basato sul Tempo";
@ -109,6 +136,7 @@ $text['label-time_base_score']['nl-nl'] = "";
$text['label-time_base_score']['pl-pl'] = "Wynik oparty na czasie";
$text['label-time_base_score']['pt-br'] = "Pontuação baseada no tempo";
$text['label-time_base_score']['pt-pt'] = "Pontuação baseada no tempo";
$text['label-time_base_score']['ro-ro'] = "";
$text['label-time_base_score']['ru-ru'] = "Оценка по времени";
$text['label-time_base_score']['sv-se'] = "Tidsbaserat Resultat";
$text['label-time_base_score']['uk-ua'] = "";
@ -116,8 +144,11 @@ $text['label-time_base_score']['uk-ua'] = "";
$text['label-time']['en-us'] = "Time";
$text['label-time']['ar-eg'] = "التوقيت";
$text['label-time']['de-at'] = "Zeit";
$text['label-time']['de-ch'] = "";
$text['label-time']['de-de'] = "Zeit";
$text['label-time']['es-cl'] = "Tiempo";
$text['label-time']['es-mx'] = "";
$text['label-time']['fr-ca'] = "";
$text['label-time']['fr-fr'] = "Temps";
$text['label-time']['he-il'] = "אזור זמן";
$text['label-time']['it-it'] = "Tempo";
@ -125,6 +156,7 @@ $text['label-time']['nl-nl'] = "";
$text['label-time']['pl-pl'] = "Czas";
$text['label-time']['pt-br'] = "Fuso Horário";
$text['label-time']['pt-pt'] = "Tempo";
$text['label-time']['ro-ro'] = "";
$text['label-time']['ru-ru'] = "Время";
$text['label-time']['sv-se'] = "Tid";
$text['label-time']['uk-ua'] = "";
@ -132,8 +164,11 @@ $text['label-time']['uk-ua'] = "";
$text['label-tier_state']['en-us'] = "Tier State";
$text['label-tier_state']['ar-eg'] = "";
$text['label-tier_state']['de-at'] = "Ebenen-Status";
$text['label-tier_state']['de-ch'] = "";
$text['label-tier_state']['de-de'] = "Ebenen-Status";
$text['label-tier_state']['es-cl'] = "Estado de Nivel";
$text['label-tier_state']['es-mx'] = "";
$text['label-tier_state']['fr-ca'] = "";
$text['label-tier_state']['fr-fr'] = "Etat du Niveau";
$text['label-tier_state']['he-il'] = "";
$text['label-tier_state']['it-it'] = "Stato Livello";
@ -141,6 +176,7 @@ $text['label-tier_state']['nl-nl'] = "";
$text['label-tier_state']['pl-pl'] = "Status poziomu";
$text['label-tier_state']['pt-br'] = "Nivel de estado";
$text['label-tier_state']['pt-pt'] = "Estado do Nível";
$text['label-tier_state']['ro-ro'] = "";
$text['label-tier_state']['ru-ru'] = "Состояние компетенции";
$text['label-tier_state']['sv-se'] = "Kunskap Status";
$text['label-tier_state']['uk-ua'] = "";
@ -148,8 +184,11 @@ $text['label-tier_state']['uk-ua'] = "";
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
$text['label-tier_rules_apply']['ar-eg'] = "";
$text['label-tier_rules_apply']['de-at'] = "Ebenen-Regeln werden angewendet";
$text['label-tier_rules_apply']['de-ch'] = "";
$text['label-tier_rules_apply']['de-de'] = "Ebenen-Regeln werden angewendet";
$text['label-tier_rules_apply']['es-cl'] = "Aplicar Reglas de Nivel";
$text['label-tier_rules_apply']['es-mx'] = "";
$text['label-tier_rules_apply']['fr-ca'] = "";
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer les règles du Niveau";
$text['label-tier_rules_apply']['he-il'] = "";
$text['label-tier_rules_apply']['it-it'] = "Applica Regole di Livello";
@ -157,15 +196,19 @@ $text['label-tier_rules_apply']['nl-nl'] = "";
$text['label-tier_rules_apply']['pl-pl'] = "Zastosuj zasadę poziomów";
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível";
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar as Regras do Nível";
$text['label-tier_rules_apply']['ro-ro'] = "";
$text['label-tier_rules_apply']['ru-ru'] = "Применять правила компетенции";
$text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller";
$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']['ar-eg'] = "";
$text['label-tier_rule_wait_second']['de-at'] = "Wartezeit für Ebenen-Regel in Sekunden";
$text['label-tier_rule_wait_second']['de-ch'] = "";
$text['label-tier_rule_wait_second']['de-de'] = "Wartezeit für Ebenen-Regel in Sekunden";
$text['label-tier_rule_wait_second']['es-cl'] = "Regla de nível segundo de espera";
$text['label-tier_rule_wait_second']['es-mx'] = "";
$text['label-tier_rule_wait_second']['fr-ca'] = "";
$text['label-tier_rule_wait_second']['fr-fr'] = "Attente en secondes de la règle du Niveau";
$text['label-tier_rule_wait_second']['he-il'] = "";
$text['label-tier_rule_wait_second']['it-it'] = "Secondi di Attesa Regola di Livello";
@ -173,15 +216,19 @@ $text['label-tier_rule_wait_second']['nl-nl'] = "";
$text['label-tier_rule_wait_second']['pl-pl'] = "Poziomowa zasada czekania";
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera";
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
$text['label-tier_rule_wait_second']['ro-ro'] = "";
$text['label-tier_rule_wait_second']['ru-ru'] = "Правило компетенции: Ждать секунд";
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder";
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskaps Regel Väntetid i Sekunder";
$text['label-tier_rule_wait_second']['uk-ua'] = "";
$text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply Level";
$text['label-tier_rule_wait_multiply_level']['ar-eg'] = "";
$text['label-tier_rule_wait_multiply_level']['de-at'] = "Regel für Wartezeit-Multiplikator pro Ebene";
$text['label-tier_rule_wait_multiply_level']['de-ch'] = "";
$text['label-tier_rule_wait_multiply_level']['de-de'] = "Regel für Wartezeit-Multiplikator pro Ebene";
$text['label-tier_rule_wait_multiply_level']['es-cl'] = "Regla de nivel multiplicar nivel de espera";
$text['label-tier_rule_wait_multiply_level']['es-mx'] = "";
$text['label-tier_rule_wait_multiply_level']['fr-ca'] = "";
$text['label-tier_rule_wait_multiply_level']['fr-fr'] = "Règle d'attente multipliée par Niveau";
$text['label-tier_rule_wait_multiply_level']['he-il'] = "";
$text['label-tier_rule_wait_multiply_level']['it-it'] = "Regola di Attesa multi Livello";
@ -189,15 +236,19 @@ $text['label-tier_rule_wait_multiply_level']['nl-nl'] = "";
$text['label-tier_rule_wait_multiply_level']['pl-pl'] = "Poziomowa zasada przemnożenia";
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível";
$text['label-tier_rule_wait_multiply_level']['pt-pt'] = "Regra de nível de espera multiplicado pelo nível";
$text['label-tier_rule_wait_multiply_level']['ro-ro'] = "";
$text['label-tier_rule_wait_multiply_level']['ru-ru'] = "Правило компетенции: Множитель ожидания";
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden";
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskaps Regel Väntetid Multipla Värden";
$text['label-tier_rule_wait_multiply_level']['uk-ua'] = "";
$text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait";
$text['label-tier_rule_no_agent_no_wait']['ar-eg'] = "";
$text['label-tier_rule_no_agent_no_wait']['de-at'] = "Ebenen-Regel kein Agent nicht warten";
$text['label-tier_rule_no_agent_no_wait']['de-ch'] = "";
$text['label-tier_rule_no_agent_no_wait']['de-de'] = "Ebenen-Regel kein Agent nicht warten";
$text['label-tier_rule_no_agent_no_wait']['es-cl'] = "Regla de Nivel sin Agente sin Espera";
$text['label-tier_rule_no_agent_no_wait']['es-mx'] = "";
$text['label-tier_rule_no_agent_no_wait']['fr-ca'] = "";
$text['label-tier_rule_no_agent_no_wait']['fr-fr'] = "Règle du Niveau Pas d'agent, pas d'attente";
$text['label-tier_rule_no_agent_no_wait']['he-il'] = "";
$text['label-tier_rule_no_agent_no_wait']['it-it'] = "Regola di Livello No Operatori No Attesa";
@ -205,15 +256,19 @@ $text['label-tier_rule_no_agent_no_wait']['nl-nl'] = "";
$text['label-tier_rule_no_agent_no_wait']['pl-pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania";
$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nível sem espera do agente";
$text['label-tier_rule_no_agent_no_wait']['pt-pt'] = "Regra de Nível Sem Agente Sem Espera";
$text['label-tier_rule_no_agent_no_wait']['ro-ro'] = "";
$text['label-tier_rule_no_agent_no_wait']['ru-ru'] = "Правило компетенции: Нет оператора, нет ожидания";
$text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskap Regel Ingen Agent Ingen Väntan";
$text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskaps Regel Ingen Agent Ingen Väntan";
$text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
$text['label-tier_position']['en-us'] = "Tier Position";
$text['label-tier_position']['ar-eg'] = "";
$text['label-tier_position']['de-at'] = "Ebenen-Position";
$text['label-tier_position']['de-ch'] = "";
$text['label-tier_position']['de-de'] = "Ebenen-Position";
$text['label-tier_position']['es-cl'] = "Posición de Nivel";
$text['label-tier_position']['es-mx'] = "";
$text['label-tier_position']['fr-ca'] = "";
$text['label-tier_position']['fr-fr'] = "Position du Niveau";
$text['label-tier_position']['he-il'] = "";
$text['label-tier_position']['it-it'] = "Posizione Livello";
@ -221,15 +276,19 @@ $text['label-tier_position']['nl-nl'] = "";
$text['label-tier_position']['pl-pl'] = "Pozycja poziomu";
$text['label-tier_position']['pt-br'] = "Nivel da posição";
$text['label-tier_position']['pt-pt'] = "Posição do Tier";
$text['label-tier_position']['ro-ro'] = "";
$text['label-tier_position']['ru-ru'] = "Позиция компетенции";
$text['label-tier_position']['sv-se'] = "Kunskap Position";
$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']['ar-eg'] = "";
$text['label-tier_level']['de-at'] = "Ebenen-Niveau";
$text['label-tier_level']['de-ch'] = "";
$text['label-tier_level']['de-de'] = "Ebenen-Niveau";
$text['label-tier_level']['es-cl'] = "Nivel";
$text['label-tier_level']['es-mx'] = "";
$text['label-tier_level']['fr-ca'] = "";
$text['label-tier_level']['fr-fr'] = "Niveau";
$text['label-tier_level']['he-il'] = "";
$text['label-tier_level']['it-it'] = "Livello";
@ -237,15 +296,19 @@ $text['label-tier_level']['nl-nl'] = "";
$text['label-tier_level']['pl-pl'] = "Tier Level";
$text['label-tier_level']['pt-br'] = "Nivel da camada";
$text['label-tier_level']['pt-pt'] = "Nível do Tier";
$text['label-tier_level']['ro-ro'] = "";
$text['label-tier_level']['ru-ru'] = "Уровень компетенции";
$text['label-tier_level']['sv-se'] = "Kunskap Nivå";
$text['label-tier_level']['sv-se'] = "Kunskaps Nivå";
$text['label-tier_level']['uk-ua'] = "";
$text['label-system']['en-us'] = "System";
$text['label-system']['ar-eg'] = "النظام";
$text['label-system']['de-at'] = "System";
$text['label-system']['de-ch'] = "";
$text['label-system']['de-de'] = "System";
$text['label-system']['es-cl'] = "Sistema";
$text['label-system']['es-mx'] = "";
$text['label-system']['fr-ca'] = "";
$text['label-system']['fr-fr'] = "Système";
$text['label-system']['he-il'] = "מערכת";
$text['label-system']['it-it'] = "Sistema";
@ -253,6 +316,7 @@ $text['label-system']['nl-nl'] = "";
$text['label-system']['pl-pl'] = "System";
$text['label-system']['pt-br'] = "Sistema";
$text['label-system']['pt-pt'] = "Sistema";
$text['label-system']['ro-ro'] = "";
$text['label-system']['ru-ru'] = "Система";
$text['label-system']['sv-se'] = "System";
$text['label-system']['uk-ua'] = "";
@ -260,8 +324,11 @@ $text['label-system']['uk-ua'] = "";
$text['label-strategy']['en-us'] = "Strategy";
$text['label-strategy']['ar-eg'] = "";
$text['label-strategy']['de-at'] = "Strategie";
$text['label-strategy']['de-ch'] = "";
$text['label-strategy']['de-de'] = "Strategie";
$text['label-strategy']['es-cl'] = "Estrategia";
$text['label-strategy']['es-mx'] = "";
$text['label-strategy']['fr-ca'] = "";
$text['label-strategy']['fr-fr'] = "Stratégie";
$text['label-strategy']['he-il'] = "";
$text['label-strategy']['it-it'] = "Strategia";
@ -269,6 +336,7 @@ $text['label-strategy']['nl-nl'] = "";
$text['label-strategy']['pl-pl'] = "Strategia";
$text['label-strategy']['pt-br'] = "Estratégia";
$text['label-strategy']['pt-pt'] = "Estratégia";
$text['label-strategy']['ro-ro'] = "";
$text['label-strategy']['ru-ru'] = "Стратегия";
$text['label-strategy']['sv-se'] = "Strategi";
$text['label-strategy']['uk-ua'] = "";
@ -276,8 +344,11 @@ $text['label-strategy']['uk-ua'] = "";
$text['label-status_change']['en-us'] = "Status Change";
$text['label-status_change']['ar-eg'] = "";
$text['label-status_change']['de-at'] = "Status Änderung";
$text['label-status_change']['de-ch'] = "";
$text['label-status_change']['de-de'] = "Status Änderung";
$text['label-status_change']['es-cl'] = "Cambio de Estado";
$text['label-status_change']['es-mx'] = "";
$text['label-status_change']['fr-ca'] = "";
$text['label-status_change']['fr-fr'] = "Change Status";
$text['label-status_change']['he-il'] = "";
$text['label-status_change']['it-it'] = "Cambio Stato";
@ -285,6 +356,7 @@ $text['label-status_change']['nl-nl'] = "";
$text['label-status_change']['pl-pl'] = "Zmiana statusu";
$text['label-status_change']['pt-br'] = "Mudança de estado";
$text['label-status_change']['pt-pt'] = "Mundança de Estado";
$text['label-status_change']['ro-ro'] = "";
$text['label-status_change']['ru-ru'] = "Изменения статуса";
$text['label-status_change']['sv-se'] = "Status Förändra";
$text['label-status_change']['uk-ua'] = "";
@ -292,8 +364,11 @@ $text['label-status_change']['uk-ua'] = "";
$text['label-status']['en-us'] = "Status";
$text['label-status']['ar-eg'] = "الحالة";
$text['label-status']['de-at'] = "Status";
$text['label-status']['de-ch'] = "";
$text['label-status']['de-de'] = "Status";
$text['label-status']['es-cl'] = "Estado";
$text['label-status']['es-mx'] = "";
$text['label-status']['fr-ca'] = "";
$text['label-status']['fr-fr'] = "status";
$text['label-status']['he-il'] = "סטטוס";
$text['label-status']['it-it'] = "Stato";
@ -301,6 +376,7 @@ $text['label-status']['nl-nl'] = "";
$text['label-status']['pl-pl'] = "Status";
$text['label-status']['pt-br'] = "Estado";
$text['label-status']['pt-pt'] = "Estado";
$text['label-status']['ro-ro'] = "";
$text['label-status']['ru-ru'] = "Статус";
$text['label-status']['sv-se'] = "Status";
$text['label-status']['uk-ua'] = "";
@ -308,8 +384,11 @@ $text['label-status']['uk-ua'] = "";
$text['label-state']['en-us'] = "State";
$text['label-state']['ar-eg'] = "";
$text['label-state']['de-at'] = "Status";
$text['label-state']['de-ch'] = "";
$text['label-state']['de-de'] = "Status";
$text['label-state']['es-cl'] = "Estado";
$text['label-state']['es-mx'] = "";
$text['label-state']['fr-ca'] = "";
$text['label-state']['fr-fr'] = "Etat";
$text['label-state']['he-il'] = "מצב";
$text['label-state']['it-it'] = "Stato";
@ -317,6 +396,7 @@ $text['label-state']['nl-nl'] = "";
$text['label-state']['pl-pl'] = "Stan";
$text['label-state']['pt-br'] = "Estado";
$text['label-state']['pt-pt'] = "Estado";
$text['label-state']['ro-ro'] = "";
$text['label-state']['ru-ru'] = "Состояние";
$text['label-state']['sv-se'] = "Status";
$text['label-state']['uk-ua'] = "";
@ -324,8 +404,11 @@ $text['label-state']['uk-ua'] = "";
$text['label-record_template']['en-us'] = "Record Template";
$text['label-record_template']['ar-eg'] = "";
$text['label-record_template']['de-at'] = "Aufnahme Vorlage";
$text['label-record_template']['de-ch'] = "";
$text['label-record_template']['de-de'] = "Aufnahme Vorlage";
$text['label-record_template']['es-cl'] = "Plantilla de Grabación";
$text['label-record_template']['es-mx'] = "";
$text['label-record_template']['fr-ca'] = "";
$text['label-record_template']['fr-fr'] = "Modèle d'enregistrement";
$text['label-record_template']['he-il'] = "";
$text['label-record_template']['it-it'] = "Registra Template";
@ -333,6 +416,7 @@ $text['label-record_template']['nl-nl'] = "";
$text['label-record_template']['pl-pl'] = "Nagraj";
$text['label-record_template']['pt-br'] = "Modelo de gravação";
$text['label-record_template']['pt-pt'] = "Gravar template";
$text['label-record_template']['ro-ro'] = "";
$text['label-record_template']['ru-ru'] = "Шаблон записи";
$text['label-record_template']['sv-se'] = "Spela In Mall";
$text['label-record_template']['uk-ua'] = "";
@ -340,8 +424,11 @@ $text['label-record_template']['uk-ua'] = "";
$text['label-queue_name']['en-us'] = "Queue Name";
$text['label-queue_name']['ar-eg'] = "اسم الطابور";
$text['label-queue_name']['de-at'] = "Warteschlange Name";
$text['label-queue_name']['de-ch'] = "";
$text['label-queue_name']['de-de'] = "Warteschlange Name";
$text['label-queue_name']['es-cl'] = "Nombre de Cola";
$text['label-queue_name']['es-mx'] = "";
$text['label-queue_name']['fr-ca'] = "";
$text['label-queue_name']['fr-fr'] = " Nom de la file";
$text['label-queue_name']['he-il'] = "שם לתור";
$text['label-queue_name']['it-it'] = "Nome Coda";
@ -349,6 +436,7 @@ $text['label-queue_name']['nl-nl'] = "";
$text['label-queue_name']['pl-pl'] = "Nazwa kolejki";
$text['label-queue_name']['pt-br'] = "Nome da fila";
$text['label-queue_name']['pt-pt'] = "Nome da Fila";
$text['label-queue_name']['ro-ro'] = "";
$text['label-queue_name']['ru-ru'] = "Имя очереди";
$text['label-queue_name']['sv-se'] = "Grupp Namn";
$text['label-queue_name']['uk-ua'] = "";
@ -356,8 +444,11 @@ $text['label-queue_name']['uk-ua'] = "";
$text['label-queue']['en-us'] = "Queue";
$text['label-queue']['ar-eg'] = "طابور";
$text['label-queue']['de-at'] = "Warteschlange";
$text['label-queue']['de-ch'] = "";
$text['label-queue']['de-de'] = "Warteschlange";
$text['label-queue']['es-cl'] = "Cola";
$text['label-queue']['es-mx'] = "";
$text['label-queue']['fr-ca'] = "";
$text['label-queue']['fr-fr'] = "File";
$text['label-queue']['he-il'] = "תור";
$text['label-queue']['it-it'] = "Coda";
@ -365,6 +456,7 @@ $text['label-queue']['nl-nl'] = "";
$text['label-queue']['pl-pl'] = "Kolejka";
$text['label-queue']['pt-br'] = "Fila";
$text['label-queue']['pt-pt'] = "Fila";
$text['label-queue']['ro-ro'] = "";
$text['label-queue']['ru-ru'] = "Очередь";
$text['label-queue']['sv-se'] = "Grupp";
$text['label-queue']['uk-ua'] = "";
@ -372,8 +464,11 @@ $text['label-queue']['uk-ua'] = "";
$text['label-options']['en-us'] = "Options";
$text['label-options']['ar-eg'] = "";
$text['label-options']['de-at'] = "Optionen";
$text['label-options']['de-ch'] = "";
$text['label-options']['de-de'] = "Optionen";
$text['label-options']['es-cl'] = "Opciones";
$text['label-options']['es-mx'] = "";
$text['label-options']['fr-ca'] = "";
$text['label-options']['fr-fr'] = "Options";
$text['label-options']['he-il'] = "אופציות";
$text['label-options']['it-it'] = "Opzioni";
@ -381,6 +476,7 @@ $text['label-options']['nl-nl'] = "";
$text['label-options']['pl-pl'] = "Opcje";
$text['label-options']['pt-br'] = "Opções";
$text['label-options']['pt-pt'] = "Opções";
$text['label-options']['ro-ro'] = "";
$text['label-options']['ru-ru'] = "Параметры";
$text['label-options']['sv-se'] = "Val";
$text['label-options']['uk-ua'] = "";
@ -388,8 +484,11 @@ $text['label-options']['uk-ua'] = "";
$text['label-number']['en-us'] = "Number";
$text['label-number']['ar-eg'] = "رقم";
$text['label-number']['de-at'] = "Nummer";
$text['label-number']['de-ch'] = "";
$text['label-number']['de-de'] = "Nummer";
$text['label-number']['es-cl'] = "Número";
$text['label-number']['es-mx'] = "";
$text['label-number']['fr-ca'] = "";
$text['label-number']['fr-fr'] = "Numéro";
$text['label-number']['he-il'] = "מספר";
$text['label-number']['it-it'] = "Numero";
@ -397,6 +496,7 @@ $text['label-number']['nl-nl'] = "";
$text['label-number']['pl-pl'] = "Numer";
$text['label-number']['pt-br'] = "Número";
$text['label-number']['pt-pt'] = "Número";
$text['label-number']['ro-ro'] = "";
$text['label-number']['ru-ru'] = "Номер";
$text['label-number']['sv-se'] = "Nummer";
$text['label-number']['uk-ua'] = "";
@ -404,8 +504,11 @@ $text['label-number']['uk-ua'] = "";
$text['label-music_on_hold']['en-us'] = "Music on Hold";
$text['label-music_on_hold']['ar-eg'] = "";
$text['label-music_on_hold']['de-at'] = "Wartemusik";
$text['label-music_on_hold']['de-ch'] = "";
$text['label-music_on_hold']['de-de'] = "Wartemusik";
$text['label-music_on_hold']['es-cl'] = "Musica en Espera";
$text['label-music_on_hold']['es-mx'] = "";
$text['label-music_on_hold']['fr-ca'] = "";
$text['label-music_on_hold']['fr-fr'] = "Musique de Garde";
$text['label-music_on_hold']['he-il'] = "מוסיקה במתנה";
$text['label-music_on_hold']['it-it'] = "Musica di Attesa";
@ -413,6 +516,7 @@ $text['label-music_on_hold']['nl-nl'] = "";
$text['label-music_on_hold']['pl-pl'] = "Muzyka na czekanie";
$text['label-music_on_hold']['pt-br'] = "Música de espera";
$text['label-music_on_hold']['pt-pt'] = "Música em espera";
$text['label-music_on_hold']['ro-ro'] = "";
$text['label-music_on_hold']['ru-ru'] = "Музыка на удержании";
$text['label-music_on_hold']['sv-se'] = "Väntmusik";
$text['label-music_on_hold']['uk-ua'] = "";
@ -420,8 +524,11 @@ $text['label-music_on_hold']['uk-ua'] = "";
$text['label-missed']['en-us'] = "Missed";
$text['label-missed']['ar-eg'] = "";
$text['label-missed']['de-at'] = "Verpasst";
$text['label-missed']['de-ch'] = "";
$text['label-missed']['de-de'] = "Verpasst";
$text['label-missed']['es-cl'] = "Perdido";
$text['label-missed']['es-mx'] = "";
$text['label-missed']['fr-ca'] = "";
$text['label-missed']['fr-fr'] = "Raté";
$text['label-missed']['he-il'] = "שיחה שלא נענתה";
$text['label-missed']['it-it'] = "Persa";
@ -429,6 +536,7 @@ $text['label-missed']['nl-nl'] = "";
$text['label-missed']['pl-pl'] = "Nie odebrany";
$text['label-missed']['pt-br'] = "Perdidas";
$text['label-missed']['pt-pt'] = "Perdidas";
$text['label-missed']['ro-ro'] = "";
$text['label-missed']['ru-ru'] = "Пропущенный";
$text['label-missed']['sv-se'] = "Missade";
$text['label-missed']['uk-ua'] = "";
@ -436,8 +544,11 @@ $text['label-missed']['uk-ua'] = "";
$text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No Agent";
$text['label-max_wait_time_with_no_agent']['ar-eg'] = "";
$text['label-max_wait_time_with_no_agent']['de-at'] = "Maximale Wartezeit ohne Agent";
$text['label-max_wait_time_with_no_agent']['de-ch'] = "";
$text['label-max_wait_time_with_no_agent']['de-de'] = "Maximale Wartezeit ohne Agent";
$text['label-max_wait_time_with_no_agent']['es-cl'] = "Tiempo Máximo de Espera sin Agente";
$text['label-max_wait_time_with_no_agent']['es-mx'] = "";
$text['label-max_wait_time_with_no_agent']['fr-ca'] = "";
$text['label-max_wait_time_with_no_agent']['fr-fr'] = "Max d'attente sans Agent";
$text['label-max_wait_time_with_no_agent']['he-il'] = "";
$text['label-max_wait_time_with_no_agent']['it-it'] = "Tempo Massimo di Attea Senza Operatori";
@ -445,6 +556,7 @@ $text['label-max_wait_time_with_no_agent']['nl-nl'] = "";
$text['label-max_wait_time_with_no_agent']['pl-pl'] = "Maks czas oczekiwania bez agenta";
$text['label-max_wait_time_with_no_agent']['pt-br'] = "Tempo máximo de esoera sem agente";
$text['label-max_wait_time_with_no_agent']['pt-pt'] = "Tempo máximo de espera sem agente";
$text['label-max_wait_time_with_no_agent']['ro-ro'] = "";
$text['label-max_wait_time_with_no_agent']['ru-ru'] = "Максимальное время ожидания без оператора";
$text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid (Ingen Agent)";
$text['label-max_wait_time_with_no_agent']['uk-ua'] = "";
@ -452,8 +564,11 @@ $text['label-max_wait_time_with_no_agent']['uk-ua'] = "";
$text['label-max_wait_time']['en-us'] = "Max Wait Time";
$text['label-max_wait_time']['ar-eg'] = "";
$text['label-max_wait_time']['de-at'] = "Maximale Wartezeit";
$text['label-max_wait_time']['de-ch'] = "";
$text['label-max_wait_time']['de-de'] = "Maximale Wartezeit";
$text['label-max_wait_time']['es-cl'] = "Tiempo Máximo de Espera";
$text['label-max_wait_time']['es-mx'] = "";
$text['label-max_wait_time']['fr-ca'] = "";
$text['label-max_wait_time']['fr-fr'] = "Max d'attente";
$text['label-max_wait_time']['he-il'] = "מקסימום זמן המתנה";
$text['label-max_wait_time']['it-it'] = "Tempo Massimo di Attesa";
@ -461,6 +576,7 @@ $text['label-max_wait_time']['nl-nl'] = "";
$text['label-max_wait_time']['pl-pl'] = "Maks czas oczekiwania";
$text['label-max_wait_time']['pt-br'] = "Tempo máximo de espera";
$text['label-max_wait_time']['pt-pt'] = "Tempo máximo de espera";
$text['label-max_wait_time']['ro-ro'] = "";
$text['label-max_wait_time']['ru-ru'] = "Максимальное время ожидания";
$text['label-max_wait_time']['sv-se'] = "Max Vänt Tid";
$text['label-max_wait_time']['uk-ua'] = "";
@ -468,8 +584,11 @@ $text['label-max_wait_time']['uk-ua'] = "";
$text['label-extension']['en-us'] = "Extension";
$text['label-extension']['ar-eg'] = "رقم داخلي";
$text['label-extension']['de-at'] = "Nebenstelle";
$text['label-extension']['de-ch'] = "";
$text['label-extension']['de-de'] = "Nebenstelle";
$text['label-extension']['es-cl'] = "Extensión";
$text['label-extension']['es-mx'] = "";
$text['label-extension']['fr-ca'] = "";
$text['label-extension']['fr-fr'] = "Extension";
$text['label-extension']['he-il'] = "שלוחה";
$text['label-extension']['it-it'] = "Interno";
@ -477,6 +596,7 @@ $text['label-extension']['nl-nl'] = "";
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
$text['label-extension']['pt-br'] = "Ramal";
$text['label-extension']['pt-pt'] = "Extensão";
$text['label-extension']['ro-ro'] = "";
$text['label-extension']['ru-ru'] = "Внутренний номер";
$text['label-extension']['sv-se'] = "Anknytning";
$text['label-extension']['uk-ua'] = "";
@ -484,8 +604,11 @@ $text['label-extension']['uk-ua'] = "";
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
$text['label-eavesdrop']['ar-eg'] = "";
$text['label-eavesdrop']['de-at'] = "Mithören";
$text['label-eavesdrop']['de-ch'] = "";
$text['label-eavesdrop']['de-de'] = "Mithören";
$text['label-eavesdrop']['es-cl'] = "Escuchar";
$text['label-eavesdrop']['es-mx'] = "";
$text['label-eavesdrop']['fr-ca'] = "";
$text['label-eavesdrop']['fr-fr'] = "Espionnage";
$text['label-eavesdrop']['he-il'] = "";
$text['label-eavesdrop']['it-it'] = "Ascolta";
@ -493,6 +616,7 @@ $text['label-eavesdrop']['nl-nl'] = "";
$text['label-eavesdrop']['pl-pl'] = "Podsłuchiwanie";
$text['label-eavesdrop']['pt-br'] = "Investigar";
$text['label-eavesdrop']['pt-pt'] = "Escutar";
$text['label-eavesdrop']['ro-ro'] = "";
$text['label-eavesdrop']['ru-ru'] = "Подслушать";
$text['label-eavesdrop']['sv-se'] = "Medlyssning";
$text['label-eavesdrop']['uk-ua'] = "";
@ -500,8 +624,11 @@ $text['label-eavesdrop']['uk-ua'] = "";
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
$text['label-discard_abandoned_after']['ar-eg'] = "";
$text['label-discard_abandoned_after']['de-at'] = "Zurückweisen nach Abwurf";
$text['label-discard_abandoned_after']['de-ch'] = "";
$text['label-discard_abandoned_after']['de-de'] = "Zurückweisen nach Abwurf";
$text['label-discard_abandoned_after']['es-cl'] = "Descartar Abandono Despues de";
$text['label-discard_abandoned_after']['es-mx'] = "";
$text['label-discard_abandoned_after']['fr-ca'] = "";
$text['label-discard_abandoned_after']['fr-fr'] = "Ecarter les appels abandonnés après";
$text['label-discard_abandoned_after']['he-il'] = "";
$text['label-discard_abandoned_after']['it-it'] = "Scartare Abbandonate dopo";
@ -509,6 +636,7 @@ $text['label-discard_abandoned_after']['nl-nl'] = "";
$text['label-discard_abandoned_after']['pl-pl'] = "Odrzuć opuszczoną rozmowę po";
$text['label-discard_abandoned_after']['pt-br'] = "Rejeição abandonada depois";
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
$text['label-discard_abandoned_after']['ro-ro'] = "";
$text['label-discard_abandoned_after']['ru-ru'] = "Сбросить вызов после покидания очереди";
$text['label-discard_abandoned_after']['sv-se'] = "Uteslut Övergivna Efter ";
$text['label-discard_abandoned_after']['uk-ua'] = "";
@ -516,8 +644,11 @@ $text['label-discard_abandoned_after']['uk-ua'] = "";
$text['label-call']['en-us'] = "Call";
$text['label-call']['ar-eg'] = "";
$text['label-call']['de-at'] = "Anruf";
$text['label-call']['de-ch'] = "";
$text['label-call']['de-de'] = "Anruf";
$text['label-call']['es-cl'] = "Llamar";
$text['label-call']['es-mx'] = "";
$text['label-call']['fr-ca'] = "";
$text['label-call']['fr-fr'] = "Appel";
$text['label-call']['he-il'] = "שיחה";
$text['label-call']['it-it'] = "Chiama";
@ -525,6 +656,7 @@ $text['label-call']['nl-nl'] = "";
$text['label-call']['pl-pl'] = "Rozmowa";
$text['label-call']['pt-br'] = "Chamada";
$text['label-call']['pt-pt'] = "Chamada";
$text['label-call']['ro-ro'] = "";
$text['label-call']['ru-ru'] = "Вызов";
$text['label-call']['sv-se'] = "Samtal";
$text['label-call']['uk-ua'] = "";
@ -532,8 +664,11 @@ $text['label-call']['uk-ua'] = "";
$text['label-answered']['en-us'] = "Answered";
$text['label-answered']['ar-eg'] = "";
$text['label-answered']['de-at'] = "Angenommen";
$text['label-answered']['de-ch'] = "";
$text['label-answered']['de-de'] = "Angenommen";
$text['label-answered']['es-cl'] = "Respondido";
$text['label-answered']['es-mx'] = "";
$text['label-answered']['fr-ca'] = "";
$text['label-answered']['fr-fr'] = "Répondu";
$text['label-answered']['he-il'] = "";
$text['label-answered']['it-it'] = "Risposto";
@ -541,6 +676,7 @@ $text['label-answered']['nl-nl'] = "";
$text['label-answered']['pl-pl'] = "Odebrano";
$text['label-answered']['pt-br'] = "Atendidas";
$text['label-answered']['pt-pt'] = "Atendidas";
$text['label-answered']['ro-ro'] = "";
$text['label-answered']['ru-ru'] = "Отвеченый";
$text['label-answered']['sv-se'] = "Besvarad";
$text['label-answered']['uk-ua'] = "";
@ -548,8 +684,11 @@ $text['label-answered']['uk-ua'] = "";
$text['label-agent']['en-us'] = "Agent";
$text['label-agent']['ar-eg'] = "";
$text['label-agent']['de-at'] = "Agent";
$text['label-agent']['de-ch'] = "";
$text['label-agent']['de-de'] = "Agent";
$text['label-agent']['es-cl'] = "Agente";
$text['label-agent']['es-mx'] = "";
$text['label-agent']['fr-ca'] = "";
$text['label-agent']['fr-fr'] = "Agent";
$text['label-agent']['he-il'] = "סוכן";
$text['label-agent']['it-it'] = "Operatore";
@ -557,6 +696,7 @@ $text['label-agent']['nl-nl'] = "";
$text['label-agent']['pl-pl'] = "Agent";
$text['label-agent']['pt-br'] = "Agente";
$text['label-agent']['pt-pt'] = "Agente";
$text['label-agent']['ro-ro'] = "";
$text['label-agent']['ru-ru'] = "Оператор";
$text['label-agent']['sv-se'] = "Agent";
$text['label-agent']['uk-ua'] = "";
@ -564,8 +704,11 @@ $text['label-agent']['uk-ua'] = "";
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
$text['label-abandoned_resume_allowed']['ar-eg'] = "";
$text['label-abandoned_resume_allowed']['de-at'] = "Wiederaufnahme nach Zurückweisung erlaubt";
$text['label-abandoned_resume_allowed']['de-ch'] = "";
$text['label-abandoned_resume_allowed']['de-de'] = "Wiederaufnahme nach Zurückweisung erlaubt";
$text['label-abandoned_resume_allowed']['es-cl'] = "Permitir Reanudación de Abandono";
$text['label-abandoned_resume_allowed']['es-mx'] = "";
$text['label-abandoned_resume_allowed']['fr-ca'] = "";
$text['label-abandoned_resume_allowed']['fr-fr'] = "Authoriser la reprise des abandonnés";
$text['label-abandoned_resume_allowed']['he-il'] = "";
$text['label-abandoned_resume_allowed']['it-it'] = "Permettere ripresa delle Abbandonate";
@ -573,6 +716,7 @@ $text['label-abandoned_resume_allowed']['nl-nl'] = "";
$text['label-abandoned_resume_allowed']['pl-pl'] = "Odbieranie odrzuconych rozmów jest dozwolone";
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo abandonado permidito";
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
$text['label-abandoned_resume_allowed']['ro-ro'] = "";
$text['label-abandoned_resume_allowed']['ru-ru'] = "Разрешить восстанавливать покинутый вызов";
$text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Övergivna Tillåtet";
$text['label-abandoned_resume_allowed']['uk-ua'] = "";
@ -580,8 +724,11 @@ $text['label-abandoned_resume_allowed']['uk-ua'] = "";
$text['header-agents']['en-us'] = "Agents";
$text['header-agents']['ar-eg'] = "";
$text['header-agents']['de-at'] = "Agenten";
$text['header-agents']['de-ch'] = "";
$text['header-agents']['de-de'] = "Agenten";
$text['header-agents']['es-cl'] = "Agentes";
$text['header-agents']['es-mx'] = "";
$text['header-agents']['fr-ca'] = "";
$text['header-agents']['fr-fr'] = "Agents";
$text['header-agents']['he-il'] = "סוכנים";
$text['header-agents']['it-it'] = "Operatori";
@ -589,6 +736,7 @@ $text['header-agents']['nl-nl'] = "";
$text['header-agents']['pl-pl'] = "Agenci";
$text['header-agents']['pt-br'] = "Agentes";
$text['header-agents']['pt-pt'] = "Agentes";
$text['header-agents']['ro-ro'] = "";
$text['header-agents']['ru-ru'] = "Операторы";
$text['header-agents']['sv-se'] = "Agenter";
$text['header-agents']['uk-ua'] = "";
@ -596,8 +744,11 @@ $text['header-agents']['uk-ua'] = "";
$text['header-active_call_center']['en-us'] = "Active Call Center";
$text['header-active_call_center']['ar-eg'] = "";
$text['header-active_call_center']['de-at'] = "Aktives Callcenter";
$text['header-active_call_center']['de-ch'] = "";
$text['header-active_call_center']['de-de'] = "Aktives Callcenter";
$text['header-active_call_center']['es-cl'] = "Centro de Llamados Activo";
$text['header-active_call_center']['es-mx'] = "";
$text['header-active_call_center']['fr-ca'] = "";
$text['header-active_call_center']['fr-fr'] = "Centre d'appel Actif";
$text['header-active_call_center']['he-il'] = "";
$text['header-active_call_center']['it-it'] = "Call Center Attivo";
@ -605,6 +756,7 @@ $text['header-active_call_center']['nl-nl'] = "";
$text['header-active_call_center']['pl-pl'] = "Aktywność w Call Center ";
$text['header-active_call_center']['pt-br'] = "Atividade do Call Center";
$text['header-active_call_center']['pt-pt'] = "Atividade do Call Center";
$text['header-active_call_center']['ro-ro'] = "";
$text['header-active_call_center']['ru-ru'] = "Активный Колл-центр";
$text['header-active_call_center']['sv-se'] = "Aktivt Call Center";
$text['header-active_call_center']['uk-ua'] = "";
@ -612,8 +764,11 @@ $text['header-active_call_center']['uk-ua'] = "";
$text['description-queue']['en-us'] = "A current list of callers in the queue is below.";
$text['description-queue']['ar-eg'] = "";
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
$text['description-queue']['de-ch'] = "";
$text['description-queue']['de-de'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
$text['description-queue']['es-cl'] = "Un listado de los llamantes en cola se muestra a continuación.";
$text['description-queue']['es-mx'] = "";
$text['description-queue']['fr-ca'] = "";
$text['description-queue']['fr-fr'] = "Liste des appelants dans la file.";
$text['description-queue']['he-il'] = "";
$text['description-queue']['it-it'] = "La lista delle chiamate in coda è visualizzata di seguito.";
@ -621,6 +776,7 @@ $text['description-queue']['nl-nl'] = "";
$text['description-queue']['pl-pl'] = "Aktualna lista rozmówców w kolejce jest poniżej .";
$text['description-queue']['pt-br'] = "Lista atual das chamadas em fila abaixo.";
$text['description-queue']['pt-pt'] = "Lista de chamadas na fila.";
$text['description-queue']['ro-ro'] = "";
$text['description-queue']['ru-ru'] = "Текущий список звонящих в этой очереди ниже.";
$text['description-queue']['sv-se'] = "Aktuell lista på köande samtal enligt nedan ";
$text['description-queue']['uk-ua'] = "";
@ -628,8 +784,11 @@ $text['description-queue']['uk-ua'] = "";
$text['description-agents']['en-us'] = "A current list of agents is below.";
$text['description-agents']['ar-eg'] = "";
$text['description-agents']['de-at'] = "Eine aktuelle Liste der Agenten sehen sie unten.";
$text['description-agents']['de-ch'] = "";
$text['description-agents']['de-de'] = "Eine aktuelle Liste der Agenten sehen sie unten.";
$text['description-agents']['es-cl'] = "Un listado de los agentes actuales de muestra a continuación.";
$text['description-agents']['es-mx'] = "";
$text['description-agents']['fr-ca'] = "";
$text['description-agents']['fr-fr'] = "Liste des agents";
$text['description-agents']['he-il'] = "";
$text['description-agents']['it-it'] = "La lista degli operatori attuali è mostrata di seguito.";
@ -637,6 +796,7 @@ $text['description-agents']['nl-nl'] = "";
$text['description-agents']['pl-pl'] = "Aktualna lista agentów jest poniżej ";
$text['description-agents']['pt-br'] = "Lista dos atuais agentes abaixo.";
$text['description-agents']['pt-pt'] = "Lista de agentes.";
$text['description-agents']['ro-ro'] = "";
$text['description-agents']['ru-ru'] = "Текущий список операторов ниже.";
$text['description-agents']['sv-se'] = "Aktuell lista på Agenter enligt nedan";
$text['description-agents']['uk-ua'] = "";
@ -644,8 +804,11 @@ $text['description-agents']['uk-ua'] = "";
$text['description-active_call_center']['en-us'] = "Select a Call Center Queue from the list below to view its activity.";
$text['description-active_call_center']['ar-eg'] = "";
$text['description-active_call_center']['de-at'] = "Wählen Sie eine Callcenter-Warteschlange aus der Liste unten um die Aktivität zu beobachten.";
$text['description-active_call_center']['de-ch'] = "";
$text['description-active_call_center']['de-de'] = "Wählen Sie eine Callcenter-Warteschlange aus der Liste unten um die Aktivität zu beobachten.";
$text['description-active_call_center']['es-cl'] = "Seleccione la Cola del Centro de Llamados desde el siguiente listado para ver su actividad.";
$text['description-active_call_center']['es-mx'] = "";
$text['description-active_call_center']['fr-ca'] = "";
$text['description-active_call_center']['fr-fr'] = "Choisir une file d'attente dans la liste pour voir son activité.";
$text['description-active_call_center']['he-il'] = "";
$text['description-active_call_center']['it-it'] = "Seleziona una Coda del Call Center per vedere la sua attività.";
@ -653,8 +816,9 @@ $text['description-active_call_center']['nl-nl'] = "";
$text['description-active_call_center']['pl-pl'] = "Aby zobaczyć aktywność kolejki w Call Center wybierz ja z poniższej listy.";
$text['description-active_call_center']['pt-br'] = "Selecione uma fila de Call Center a partir da lista abaixo para ver a sua atividade.";
$text['description-active_call_center']['pt-pt'] = "Seleccione uma fila de Call Center a partir da lista em baixo para ver a sua actividade.";
$text['description-active_call_center']['ro-ro'] = "";
$text['description-active_call_center']['ru-ru'] = "Выберите очередь Колл-центра из списка, чтобы посмотреть ее состояние";
$text['description-active_call_center']['sv-se'] = "Välj en Call Center Grupp från listan nedan för att se dess aktivitet";
$text['description-active_call_center']['uk-ua'] = "";
?>
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Call Center";
$apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamada Activo";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'Appel Actif";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d'Appels Active";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas Activo";
$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center ativos";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywność w Call Center ";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Колл-центры";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktivt Call Center";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Callcenter";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Callcenter";
$apps[$x]['menu'][0]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_center_active/call_center_queue.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Callcenter";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamada Activo";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d'Appels Active";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'Appel Actif";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywność w Call Center ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Call Center ativos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas Activo";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Колл-центры";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt Call Center";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_center_active/call_center_queue.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "95788e50-9500-079e-2807-fd530b0ea370";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles";
$apps[$x]['description']['de-de'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten.";
$apps[$x]['description']['de-ch'] = "";
$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']['fr-fr'] = "Files d'attente d'appels entrants distribu%uFFFDs aux agents disponibles.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Warteschlangen um eingehende Anrufe zu verwalten und diese an verfügbare Agenten weiterzuleiten.";
$apps[$x]['description']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Queues pour envoyer les appels entrants vers les agents disponibles.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes dispon%uFFFDveis.";
$apps[$x]['description']['fr-fr'] = "Files d'attente d'appels entrants distribu%uFFFDs aux agents disponibles.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "As filas servem para gerenciar as chamadas que entram e encaminhar as mesmas para os agentes disponíveis.";
$apps[$x]['description']['pt-pt'] = "As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes dispon%uFFFDveis.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -109,14 +118,13 @@
//default settings
$y = 0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8ebeb864-f03e-406c-b82f-6eb47cb1bd39';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'call_center_queues';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8ebeb864-f03e-406c-b82f-6eb47cb1bd39";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "call_center_queues";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//schema details
$y=0;
@ -331,9 +339,9 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_cc_exit_keys";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_cc_exit_keys";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
@ -397,4 +405,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

View File

@ -1,5 +1,5 @@
<?php
#This file was last reorganized on 19th of May 2017 01:29:06 PM UTC
#This file was last reorganized on 2nd of June 2017 09:57:46 AM UTC
$text['title-call_centers']['en-us'] = "Call Center";
$text['title-call_centers']['ar-eg'] = "";
@ -13,6 +13,7 @@ $text['title-call_centers']['nl-nl'] = "";
$text['title-call_centers']['pl-pl'] = "Call Center ";
$text['title-call_centers']['pt-br'] = "Call Center";
$text['title-call_centers']['pt-pt'] = "Centro de Chamadas";
$text['title-call_centers']['ro-ro'] = "";
$text['title-call_centers']['ru-ru'] = "Колл-центр";
$text['title-call_centers']['sv-se'] = "Call Center";
$text['title-call_centers']['uk-ua'] = "Кол-центр";
@ -29,6 +30,7 @@ $text['title-call_center_tier_edit']['nl-nl'] = "";
$text['title-call_center_tier_edit']['pl-pl'] = "Poziom w Call Center ";
$text['title-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center";
$text['title-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
$text['title-call_center_tier_edit']['ro-ro'] = "";
$text['title-call_center_tier_edit']['ru-ru'] = "Компетенция Колл-центра";
$text['title-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
$text['title-call_center_tier_edit']['uk-ua'] = "Рівень кол-центра";
@ -45,8 +47,9 @@ $text['title-call_center_queues_edit']['nl-nl'] = "";
$text['title-call_center_queues_edit']['pl-pl'] = "";
$text['title-call_center_queues_edit']['pt-br'] = "Editar fila de Call Center";
$text['title-call_center_queues_edit']['pt-pt'] = "Editar Fila de Call Center";
$text['title-call_center_queues_edit']['ro-ro'] = "";
$text['title-call_center_queues_edit']['ru-ru'] = "Редактировать очередь Колл-центра";
$text['title-call_center_queues_edit']['sv-se'] = "";
$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";
@ -61,8 +64,9 @@ $text['title-call_center_queues_add']['nl-nl'] = "";
$text['title-call_center_queues_add']['pl-pl'] = "";
$text['title-call_center_queues_add']['pt-br'] = "Adicionar filas de Call Center";
$text['title-call_center_queues_add']['pt-pt'] = "Adicionar Fila de Call Center";
$text['title-call_center_queues_add']['ro-ro'] = "";
$text['title-call_center_queues_add']['ru-ru'] = "Добавить очередь Колл-центра";
$text['title-call_center_queues_add']['sv-se'] = "";
$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";
@ -77,6 +81,7 @@ $text['title-call_center_queues']['nl-nl'] = "";
$text['title-call_center_queues']['pl-pl'] = "Kolejki w Call Center ";
$text['title-call_center_queues']['pt-br'] = "Filas de Call Center";
$text['title-call_center_queues']['pt-pt'] = "Filas de Call Center";
$text['title-call_center_queues']['ro-ro'] = "";
$text['title-call_center_queues']['ru-ru'] = "Очереди Колл-центра";
$text['title-call_center_queues']['sv-se'] = "Call Center Kö:er";
$text['title-call_center_queues']['uk-ua'] = "Черги кол-центра";
@ -93,6 +98,7 @@ $text['title-call_center_queue_edit']['nl-nl'] = "";
$text['title-call_center_queue_edit']['pl-pl'] = "Kolejka w Call Center ";
$text['title-call_center_queue_edit']['pt-br'] = "Editar fila de Call Center";
$text['title-call_center_queue_edit']['pt-pt'] = "Call Center Queue";
$text['title-call_center_queue_edit']['ro-ro'] = "";
$text['title-call_center_queue_edit']['ru-ru'] = "Очередь Колл-центра";
$text['title-call_center_queue_edit']['sv-se'] = "Call Center Kö";
$text['title-call_center_queue_edit']['uk-ua'] = "Черга кол-центра";
@ -109,6 +115,7 @@ $text['title-call_center_queue_add']['nl-nl'] = "";
$text['title-call_center_queue_add']['pl-pl'] = "Kolejka w Call Center ";
$text['title-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center";
$text['title-call_center_queue_add']['pt-pt'] = "Call Center Queue";
$text['title-call_center_queue_add']['ro-ro'] = "";
$text['title-call_center_queue_add']['ru-ru'] = "Очередь Колл-центра";
$text['title-call_center_queue_add']['sv-se'] = "Call Center Kö";
$text['title-call_center_queue_add']['uk-ua'] = "Черга кол-центра";
@ -125,6 +132,7 @@ $text['title-call_center_agents']['nl-nl'] = "";
$text['title-call_center_agents']['pl-pl'] = "Agenci w Call Center";
$text['title-call_center_agents']['pt-br'] = "Agentes do call center";
$text['title-call_center_agents']['pt-pt'] = "Agentes do Call Center";
$text['title-call_center_agents']['ro-ro'] = "";
$text['title-call_center_agents']['ru-ru'] = "Операторы Колл-центра";
$text['title-call_center_agents']['sv-se'] = "Call Center Agenter";
$text['title-call_center_agents']['uk-ua'] = "Оператори кол-центра";
@ -141,6 +149,7 @@ $text['title-call_center_agent_status']['nl-nl'] = "";
$text['title-call_center_agent_status']['pl-pl'] = "Status agentów w Call Center";
$text['title-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center";
$text['title-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center";
$text['title-call_center_agent_status']['ro-ro'] = "";
$text['title-call_center_agent_status']['ru-ru'] = "Статус оператора Колл-центра";
$text['title-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
$text['title-call_center_agent_status']['uk-ua'] = "Статус оператора кол-центра";
@ -157,6 +166,7 @@ $text['title-call_center_agent_edit']['nl-nl'] = "";
$text['title-call_center_agent_edit']['pl-pl'] = "Agent w Call Center";
$text['title-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center";
$text['title-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
$text['title-call_center_agent_edit']['ro-ro'] = "";
$text['title-call_center_agent_edit']['ru-ru'] = "Оператор Колл-центра";
$text['title-call_center_agent_edit']['sv-se'] = "Call Center Agent";
$text['title-call_center_agent_edit']['uk-ua'] = "Оператор кол-центра";
@ -173,6 +183,7 @@ $text['title-call_center_agent_add']['nl-nl'] = "";
$text['title-call_center_agent_add']['pl-pl'] = "Agent w Call Center";
$text['title-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center";
$text['title-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
$text['title-call_center_agent_add']['ro-ro'] = "";
$text['title-call_center_agent_add']['ru-ru'] = "Оператор Колл-центра";
$text['title-call_center_agent_add']['sv-se'] = "Call Center Agent";
$text['title-call_center_agent_add']['uk-ua'] = "Оператор кол-центра";
@ -189,6 +200,7 @@ $text['title-call_center']['nl-nl'] = "";
$text['title-call_center']['pl-pl'] = "Call Center ";
$text['title-call_center']['pt-br'] = "Call Center";
$text['title-call_center']['pt-pt'] = "Centro de Chamadas";
$text['title-call_center']['ro-ro'] = "";
$text['title-call_center']['ru-ru'] = "Колл-центр";
$text['title-call_center']['sv-se'] = "Call Center";
$text['title-call_center']['uk-ua'] = "Кол-центр";
@ -205,6 +217,7 @@ $text['option-usring']['nl-nl'] = "";
$text['option-usring']['pl-pl'] = "us-ring";
$text['option-usring']['pt-br'] = "us-ring";
$text['option-usring']['pt-pt'] = "us-ring";
$text['option-usring']['ro-ro'] = "";
$text['option-usring']['ru-ru'] = "us-ring";
$text['option-usring']['sv-se'] = "us-ring";
$text['option-usring']['uk-ua'] = "us-ring";
@ -221,6 +234,7 @@ $text['option-ukring']['nl-nl'] = "";
$text['option-ukring']['pl-pl'] = "uk-ring";
$text['option-ukring']['pt-br'] = "uk-ring";
$text['option-ukring']['pt-pt'] = "uk-ring";
$text['option-ukring']['ro-ro'] = "";
$text['option-ukring']['ru-ru'] = "uk-ring";
$text['option-ukring']['sv-se'] = "uk-ring";
$text['option-ukring']['uk-ua'] = "uk-ring";
@ -237,6 +251,7 @@ $text['option-true']['nl-nl'] = "";
$text['option-true']['pl-pl'] = "Tak";
$text['option-true']['pt-br'] = "Sim";
$text['option-true']['pt-pt'] = "Sim";
$text['option-true']['ro-ro'] = "";
$text['option-true']['ru-ru'] = "Да";
$text['option-true']['sv-se'] = "Sann";
$text['option-true']['uk-ua'] = "Так";
@ -253,6 +268,7 @@ $text['option-top_down']['nl-nl'] = "";
$text['option-top_down']['pl-pl'] = "Z góry na dół";
$text['option-top_down']['pt-br'] = "De cima para baixo";
$text['option-top_down']['pt-pt'] = "Top Down";
$text['option-top_down']['ro-ro'] = "";
$text['option-top_down']['ru-ru'] = "Выпадающий";
$text['option-top_down']['sv-se'] = "Uppifrån Ned";
$text['option-top_down']['uk-ua'] = "";
@ -269,6 +285,7 @@ $text['option-system']['nl-nl'] = "";
$text['option-system']['pl-pl'] = "System";
$text['option-system']['pt-br'] = "Sistema";
$text['option-system']['pt-pt'] = "sistema";
$text['option-system']['ro-ro'] = "";
$text['option-system']['ru-ru'] = "Система";
$text['option-system']['sv-se'] = "System";
$text['option-system']['uk-ua'] = "Система";
@ -285,6 +302,7 @@ $text['option-sequentially_by_next_agent_order']['nl-nl'] = "";
$text['option-sequentially_by_next_agent_order']['pl-pl'] = "Kolejno dp każdego następnego agenta";
$text['option-sequentially_by_next_agent_order']['pt-br'] = "Sequencialmente pela ordem do próximo agente";
$text['option-sequentially_by_next_agent_order']['pt-pt'] = "Sequencialmente pela ordem do próximo agente";
$text['option-sequentially_by_next_agent_order']['ro-ro'] = "";
$text['option-sequentially_by_next_agent_order']['ru-ru'] = "Последовательно, к следующему оператору по порядку";
$text['option-sequentially_by_next_agent_order']['sv-se'] = "Sekventiellt genom nästa Agent ordning";
$text['option-sequentially_by_next_agent_order']['uk-ua'] = "Послідовно до наступного оператора за порядком";
@ -301,6 +319,7 @@ $text['option-sequentially_by_agent_order']['nl-nl'] = "";
$text['option-sequentially_by_agent_order']['pl-pl'] = "Kolejno dp każdego agenta";
$text['option-sequentially_by_agent_order']['pt-br'] = "Sequencialmente pela ordem dos agentes";
$text['option-sequentially_by_agent_order']['pt-pt'] = "Sequencialmente pela ordem dos agentes";
$text['option-sequentially_by_agent_order']['ro-ro'] = "";
$text['option-sequentially_by_agent_order']['ru-ru'] = "Последовательно, к следующему оператору";
$text['option-sequentially_by_agent_order']['sv-se'] = "Sekventiellt genom Agent ordning";
$text['option-sequentially_by_agent_order']['uk-ua'] = "";
@ -317,6 +336,7 @@ $text['option-rsring']['nl-nl'] = "";
$text['option-rsring']['pl-pl'] = "rs-ring";
$text['option-rsring']['pt-br'] = "rs-ring";
$text['option-rsring']['pt-pt'] = "rs-ring";
$text['option-rsring']['ro-ro'] = "";
$text['option-rsring']['ru-ru'] = "rs-ring";
$text['option-rsring']['sv-se'] = "rs-ring";
$text['option-rsring']['uk-ua'] = "rs-ring";
@ -333,6 +353,7 @@ $text['option-round_robin']['nl-nl'] = "";
$text['option-round_robin']['pl-pl'] = "Round Robin ";
$text['option-round_robin']['pt-br'] = "Round Robin";
$text['option-round_robin']['pt-pt'] = "Round Robin";
$text['option-round_robin']['ro-ro'] = "";
$text['option-round_robin']['ru-ru'] = "Круговая";
$text['option-round_robin']['sv-se'] = "Round Robin (Cirkulär)";
$text['option-round_robin']['uk-ua'] = "";
@ -349,6 +370,7 @@ $text['option-ring_all']['nl-nl'] = "";
$text['option-ring_all']['pl-pl'] = "Dzwonią wszyscy";
$text['option-ring_all']['pt-br'] = "Tocar em todos";
$text['option-ring_all']['pt-pt'] = "Tocar em todos";
$text['option-ring_all']['ro-ro'] = "";
$text['option-ring_all']['ru-ru'] = "Звонят все";
$text['option-ring_all']['sv-se'] = "Ring på Alla";
$text['option-ring_all']['uk-ua'] = "Дзвонити всім";
@ -365,6 +387,7 @@ $text['option-random']['nl-nl'] = "";
$text['option-random']['pl-pl'] = "Przypadkowo";
$text['option-random']['pt-br'] = "Aleatório";
$text['option-random']['pt-pt'] = "Aleatório";
$text['option-random']['ro-ro'] = "";
$text['option-random']['ru-ru'] = "Случайно";
$text['option-random']['sv-se'] = "Slumpvis";
$text['option-random']['uk-ua'] = "Випадково";
@ -381,6 +404,7 @@ $text['option-queue']['nl-nl'] = "";
$text['option-queue']['pl-pl'] = "KOlejka";
$text['option-queue']['pt-br'] = "Fila";
$text['option-queue']['pt-pt'] = "Fila";
$text['option-queue']['ro-ro'] = "";
$text['option-queue']['ru-ru'] = "Очередь";
$text['option-queue']['sv-se'] = "";
$text['option-queue']['uk-ua'] = "Черга";
@ -397,6 +421,7 @@ $text['option-ptring']['nl-nl'] = "";
$text['option-ptring']['pl-pl'] = "pt-ring";
$text['option-ptring']['pt-br'] = "pt-ring";
$text['option-ptring']['pt-pt'] = "pt-ring";
$text['option-ptring']['ro-ro'] = "";
$text['option-ptring']['ru-ru'] = "pt-ring";
$text['option-ptring']['sv-se'] = "pt-ring";
$text['option-ptring']['uk-ua'] = "pt-ring";
@ -413,6 +438,7 @@ $text['option-on_break']['nl-nl'] = "";
$text['option-on_break']['pl-pl'] = "Na przerwie";
$text['option-on_break']['pt-br'] = "Pausado";
$text['option-on_break']['pt-pt'] = "On Break";
$text['option-on_break']['ro-ro'] = "";
$text['option-on_break']['ru-ru'] = "Перерыв";
$text['option-on_break']['sv-se'] = "På Rast";
$text['option-on_break']['uk-ua'] = "На перерві";
@ -429,8 +455,9 @@ $text['option-no_change']['nl-nl'] = "";
$text['option-no_change']['pl-pl'] = "Bez zmian";
$text['option-no_change']['pt-br'] = "Não modificar";
$text['option-no_change']['pt-pt'] = "No Change";
$text['option-no_change']['ro-ro'] = "";
$text['option-no_change']['ru-ru'] = "Без изменения";
$text['option-no_change']['sv-se'] = "Ändra Ej";
$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";
@ -445,6 +472,7 @@ $text['option-longest_idle_agent']['nl-nl'] = "";
$text['option-longest_idle_agent']['pl-pl'] = "Najdlużej bezczynny agent";
$text['option-longest_idle_agent']['pt-br'] = "Agente desocupado há mais tempo";
$text['option-longest_idle_agent']['pt-pt'] = "Agente desocupado há mais tempo";
$text['option-longest_idle_agent']['ro-ro'] = "";
$text['option-longest_idle_agent']['ru-ru'] = "Максимально незанятый оператор";
$text['option-longest_idle_agent']['sv-se'] = "Agent Längst Ledig";
$text['option-longest_idle_agent']['uk-ua'] = "";
@ -461,6 +489,7 @@ $text['option-logged_out']['nl-nl'] = "";
$text['option-logged_out']['pl-pl'] = "Wylogowany";
$text['option-logged_out']['pt-br'] = "Desconectado";
$text['option-logged_out']['pt-pt'] = "Desconectado";
$text['option-logged_out']['ro-ro'] = "";
$text['option-logged_out']['ru-ru'] = "Выйти";
$text['option-logged_out']['sv-se'] = "Utloggad";
$text['option-logged_out']['uk-ua'] = "Вийшов";
@ -477,6 +506,7 @@ $text['option-itring']['nl-nl'] = "";
$text['option-itring']['pl-pl'] = "it-ring";
$text['option-itring']['pt-br'] = "it_ring";
$text['option-itring']['pt-pt'] = "it-ring";
$text['option-itring']['ro-ro'] = "";
$text['option-itring']['ru-ru'] = "it-ring";
$text['option-itring']['sv-se'] = "it-ring";
$text['option-itring']['uk-ua'] = "it-ring";
@ -493,6 +523,7 @@ $text['option-frring']['nl-nl'] = "";
$text['option-frring']['pl-pl'] = "fr-ring";
$text['option-frring']['pt-br'] = "fr-ring";
$text['option-frring']['pt-pt'] = "fr-ring";
$text['option-frring']['ro-ro'] = "";
$text['option-frring']['ru-ru'] = "fr-ring";
$text['option-frring']['sv-se'] = "fr-ring";
$text['option-frring']['uk-ua'] = "fr-ring";
@ -509,6 +540,7 @@ $text['option-dering']['nl-nl'] = "";
$text['option-dering']['pl-pl'] = "de-ring";
$text['option-dering']['pt-br'] = "de-ring";
$text['option-dering']['pt-pt'] = "de-ring";
$text['option-dering']['ro-ro'] = "";
$text['option-dering']['ru-ru'] = "de-ring";
$text['option-dering']['sv-se'] = "de-ring";
$text['option-dering']['uk-ua'] = "de-ring";
@ -525,6 +557,7 @@ $text['option-false']['nl-nl'] = "";
$text['option-false']['pl-pl'] = "Nie";
$text['option-false']['pt-br'] = "Não";
$text['option-false']['pt-pt'] = "Não";
$text['option-false']['ro-ro'] = "";
$text['option-false']['ru-ru'] = "Нет";
$text['option-false']['sv-se'] = "Falsk";
$text['option-false']['uk-ua'] = "Ні";
@ -541,6 +574,7 @@ $text['option-do_not_disturb']['nl-nl'] = "";
$text['option-do_not_disturb']['pl-pl'] = "Nie przeszkadzaj (DND)";
$text['option-do_not_disturb']['pt-br'] = "Não perturbe (DND)";
$text['option-do_not_disturb']['pt-pt'] = "Não incomodar";
$text['option-do_not_disturb']['ro-ro'] = "";
$text['option-do_not_disturb']['ru-ru'] = "Не беспокоить";
$text['option-do_not_disturb']['sv-se'] = "Stör Ej";
$text['option-do_not_disturb']['uk-ua'] = "Не турбувати";
@ -557,6 +591,7 @@ $text['option-available_on_demand']['nl-nl'] = "";
$text['option-available_on_demand']['pl-pl'] = "Dostępny (na żądanie)";
$text['option-available_on_demand']['pt-br'] = "Disponível (Sob demanda)";
$text['option-available_on_demand']['pt-pt'] = "Disponível (On Demand)";
$text['option-available_on_demand']['ro-ro'] = "";
$text['option-available_on_demand']['ru-ru'] = "Доступен (по требованию)";
$text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
$text['option-available_on_demand']['uk-ua'] = "Доступний (на вимогу)";
@ -573,6 +608,7 @@ $text['option-available']['nl-nl'] = "";
$text['option-available']['pl-pl'] = "Dostępny";
$text['option-available']['pt-br'] = "Disponível";
$text['option-available']['pt-pt'] = "Disponível";
$text['option-available']['ro-ro'] = "";
$text['option-available']['ru-ru'] = "Доступен";
$text['option-available']['sv-se'] = "Tillgänglig";
$text['option-available']['uk-ua'] = "Доступний";
@ -589,6 +625,7 @@ $text['option-agent_with_least_talk_time']['nl-nl'] = "";
$text['option-agent_with_least_talk_time']['pl-pl'] = "Agent z najkrótszym czasem rozmowy";
$text['option-agent_with_least_talk_time']['pt-br'] = "Agente com o menor tempo de comunicação";
$text['option-agent_with_least_talk_time']['pt-pt'] = "Agente com o menor tempo de comunicação";
$text['option-agent_with_least_talk_time']['ro-ro'] = "";
$text['option-agent_with_least_talk_time']['ru-ru'] = "Оператор с наименьшим временем разговора";
$text['option-agent_with_least_talk_time']['sv-se'] = "Agent med minst taltid";
$text['option-agent_with_least_talk_time']['uk-ua'] = "Оператор з найменшим часом розмови";
@ -605,6 +642,7 @@ $text['option-agent_with_fewest_calls']['nl-nl'] = "";
$text['option-agent_with_fewest_calls']['pl-pl'] = "Agent z najmniejszą ilością rozmów";
$text['option-agent_with_fewest_calls']['pt-br'] = "Agente com o menor número de chamadas";
$text['option-agent_with_fewest_calls']['pt-pt'] = "Agente com o menor número de chamadas";
$text['option-agent_with_fewest_calls']['ro-ro'] = "";
$text['option-agent_with_fewest_calls']['ru-ru'] = "Оператор c наименьшим количеством вызовов";
$text['option-agent_with_fewest_calls']['sv-se'] = "Agent med minst antal samtal";
$text['option-agent_with_fewest_calls']['uk-ua'] = "Оператор з найменшою кількістю дзвінків";
@ -621,6 +659,7 @@ $text['message-maximum_queues']['nl-nl'] = "";
$text['message-maximum_queues']['pl-pl'] = "Maksymalna ilość kolejek:";
$text['message-maximum_queues']['pt-br'] = "Máximo de filas permitido:";
$text['message-maximum_queues']['pt-pt'] = "Filas Máximo Permitido:";
$text['message-maximum_queues']['ro-ro'] = "";
$text['message-maximum_queues']['ru-ru'] = "Максимальное количество очередей:";
$text['message-maximum_queues']['sv-se'] = "Max Antal Kö:er:";
$text['message-maximum_queues']['uk-ua'] = "Максимальна кількість черг:";
@ -637,6 +676,7 @@ $text['message-duplicate_agent_id']['nl-nl'] = "";
$text['message-duplicate_agent_id']['pl-pl'] = "Duplikat Wykryto Agenta ID";
$text['message-duplicate_agent_id']['pt-br'] = "Duplicar ID do agente detectado";
$text['message-duplicate_agent_id']['pt-pt'] = "Duplicar Agent ID Detectado";
$text['message-duplicate_agent_id']['ro-ro'] = "";
$text['message-duplicate_agent_id']['ru-ru'] = "Выявлен дубликат шдентификатора оператора";
$text['message-duplicate_agent_id']['sv-se'] = "Duplicate Agent-ID Funnet";
$text['message-duplicate_agent_id']['uk-ua'] = "Повторювані Ідентифікатор агента Виявлено";
@ -653,6 +693,7 @@ $text['label-wrap_up_time']['nl-nl'] = "";
$text['label-wrap_up_time']['pl-pl'] = "Dostępny czas po zakończeniu rozmowy";
$text['label-wrap_up_time']['pt-br'] = "Tempo de preparação";
$text['label-wrap_up_time']['pt-pt'] = "Tempo de preparação";
$text['label-wrap_up_time']['ro-ro'] = "";
$text['label-wrap_up_time']['ru-ru'] = "Время паузы между вызовами";
$text['label-wrap_up_time']['sv-se'] = "'Wrap Up' Tid";
$text['label-wrap_up_time']['uk-ua'] = "";
@ -669,6 +710,7 @@ $text['label-type']['nl-nl'] = "";
$text['label-type']['pl-pl'] = "Typ";
$text['label-type']['pt-br'] = "Tipo";
$text['label-type']['pt-pt'] = "Tipo";
$text['label-type']['ro-ro'] = "";
$text['label-type']['ru-ru'] = "Тип";
$text['label-type']['sv-se'] = "Typ";
$text['label-type']['uk-ua'] = "Тип";
@ -685,6 +727,7 @@ $text['label-timeout_action']['nl-nl'] = "";
$text['label-timeout_action']['pl-pl'] = "Następny krok po upływie limitu czasowego";
$text['label-timeout_action']['pt-br'] = "Ação de tempo limite";
$text['label-timeout_action']['pt-pt'] = "Acção de Timeout";
$text['label-timeout_action']['ro-ro'] = "";
$text['label-timeout_action']['ru-ru'] = "Действие по тайм-ауту";
$text['label-timeout_action']['sv-se'] = "Timeout Åtgärd";
$text['label-timeout_action']['uk-ua'] = "";
@ -701,6 +744,7 @@ $text['label-time_base_score']['nl-nl'] = "";
$text['label-time_base_score']['pl-pl'] = "Wynik oparty na czasie";
$text['label-time_base_score']['pt-br'] = "Pontuação baseada no tempo";
$text['label-time_base_score']['pt-pt'] = "Pontuação baseada no tempo";
$text['label-time_base_score']['ro-ro'] = "";
$text['label-time_base_score']['ru-ru'] = "Оценка по времени";
$text['label-time_base_score']['sv-se'] = "Tidsbaserat Resultat";
$text['label-time_base_score']['uk-ua'] = "";
@ -717,6 +761,7 @@ $text['label-tiers']['nl-nl'] = "";
$text['label-tiers']['pl-pl'] = "Poziomy";
$text['label-tiers']['pt-br'] = "Niveis do Call Center";
$text['label-tiers']['pt-pt'] = "Níveis do Call Center";
$text['label-tiers']['ro-ro'] = "";
$text['label-tiers']['ru-ru'] = "Компетенции";
$text['label-tiers']['sv-se'] = "Kunskap";
$text['label-tiers']['uk-ua'] = "";
@ -733,6 +778,7 @@ $text['label-tier_rules_apply']['nl-nl'] = "";
$text['label-tier_rules_apply']['pl-pl'] = "Zastosuj zasadę poziomów";
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível";
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar Regras de Nível";
$text['label-tier_rules_apply']['ro-ro'] = "";
$text['label-tier_rules_apply']['ru-ru'] = "Применять правила компетенции";
$text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller";
$text['label-tier_rules_apply']['uk-ua'] = "";
@ -749,6 +795,7 @@ $text['label-tier_rule_wait_second']['nl-nl'] = "";
$text['label-tier_rule_wait_second']['pl-pl'] = "Poziomowa zasada czekania";
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera";
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
$text['label-tier_rule_wait_second']['ro-ro'] = "";
$text['label-tier_rule_wait_second']['ru-ru'] = "Правило компетенции: Ждать секунд";
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder";
$text['label-tier_rule_wait_second']['uk-ua'] = "";
@ -765,6 +812,7 @@ $text['label-tier_rule_wait_multiply_level']['nl-nl'] = "";
$text['label-tier_rule_wait_multiply_level']['pl-pl'] = "Poziomowa zasada przemnożenia";
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível";
$text['label-tier_rule_wait_multiply_level']['pt-pt'] = "Regra de nível de espera multiplicado pelo nível";
$text['label-tier_rule_wait_multiply_level']['ro-ro'] = "";
$text['label-tier_rule_wait_multiply_level']['ru-ru'] = "Правило компетенции: Множитель ожидания";
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden";
$text['label-tier_rule_wait_multiply_level']['uk-ua'] = "";
@ -781,6 +829,7 @@ $text['label-tier_rule_no_agent_no_wait']['nl-nl'] = "";
$text['label-tier_rule_no_agent_no_wait']['pl-pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania";
$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nível sem espera sem agente";
$text['label-tier_rule_no_agent_no_wait']['pt-pt'] = "Regra de Nível Sem agente Sem espera";
$text['label-tier_rule_no_agent_no_wait']['ro-ro'] = "";
$text['label-tier_rule_no_agent_no_wait']['ru-ru'] = "Правило компетенции: Нет оператора, нет ожидания";
$text['label-tier_rule_no_agent_no_wait']['sv-se'] = "Kunskap Regel Ingen Agent Ingen Väntan";
$text['label-tier_rule_no_agent_no_wait']['uk-ua'] = "";
@ -797,6 +846,7 @@ $text['label-tier_position']['nl-nl'] = "";
$text['label-tier_position']['pl-pl'] = "Pozycja poziomu";
$text['label-tier_position']['pt-br'] = "Nível da posição";
$text['label-tier_position']['pt-pt'] = "Posição no Nível";
$text['label-tier_position']['ro-ro'] = "";
$text['label-tier_position']['ru-ru'] = "Позиция компетенции";
$text['label-tier_position']['sv-se'] = "Kunskap Position";
$text['label-tier_position']['uk-ua'] = "";
@ -813,6 +863,7 @@ $text['label-tier_level']['nl-nl'] = "";
$text['label-tier_level']['pl-pl'] = "Tier Level ";
$text['label-tier_level']['pt-br'] = "Nível da camada";
$text['label-tier_level']['pt-pt'] = "Nível da Camada";
$text['label-tier_level']['ro-ro'] = "";
$text['label-tier_level']['ru-ru'] = "Уровень компетенции";
$text['label-tier_level']['sv-se'] = "Kunskap Nivå";
$text['label-tier_level']['uk-ua'] = "";
@ -829,6 +880,7 @@ $text['label-strategy']['nl-nl'] = "";
$text['label-strategy']['pl-pl'] = "Strategia";
$text['label-strategy']['pt-br'] = "Estratégia";
$text['label-strategy']['pt-pt'] = "Estratégia";
$text['label-strategy']['ro-ro'] = "";
$text['label-strategy']['ru-ru'] = "Стратегия";
$text['label-strategy']['sv-se'] = "Strategi";
$text['label-strategy']['uk-ua'] = "";
@ -845,6 +897,7 @@ $text['label-status']['nl-nl'] = "";
$text['label-status']['pl-pl'] = "Status";
$text['label-status']['pt-br'] = "Estado";
$text['label-status']['pt-pt'] = "Estado";
$text['label-status']['ro-ro'] = "";
$text['label-status']['ru-ru'] = "Статус";
$text['label-status']['sv-se'] = "Status";
$text['label-status']['uk-ua'] = "Статус";
@ -861,6 +914,7 @@ $text['label-reject_delay_time']['nl-nl'] = "";
$text['label-reject_delay_time']['pl-pl'] = "Odrzuć opóznienie czasowe";
$text['label-reject_delay_time']['pt-br'] = "Tempo de espera para rejeitar";
$text['label-reject_delay_time']['pt-pt'] = "Tempo de espera para rejeitar";
$text['label-reject_delay_time']['ro-ro'] = "";
$text['label-reject_delay_time']['ru-ru'] = "Время задержки по отказу";
$text['label-reject_delay_time']['sv-se'] = "Fördröjning vid Neka";
$text['label-reject_delay_time']['uk-ua'] = "";
@ -877,6 +931,7 @@ $text['label-record_template']['nl-nl'] = "";
$text['label-record_template']['pl-pl'] = "Nagrywanie";
$text['label-record_template']['pt-br'] = "Gravar";
$text['label-record_template']['pt-pt'] = "Gravar";
$text['label-record_template']['ro-ro'] = "";
$text['label-record_template']['ru-ru'] = "Запись";
$text['label-record_template']['sv-se'] = "Spela In";
$text['label-record_template']['uk-ua'] = "Запис";
@ -893,6 +948,7 @@ $text['label-queue_name']['nl-nl'] = "";
$text['label-queue_name']['pl-pl'] = "Nazwa kolejki";
$text['label-queue_name']['pt-br'] = "Nome da fila";
$text['label-queue_name']['pt-pt'] = "Nome da Fila";
$text['label-queue_name']['ro-ro'] = "";
$text['label-queue_name']['ru-ru'] = "Имя очереди";
$text['label-queue_name']['sv-se'] = "Kö Namn";
$text['label-queue_name']['uk-ua'] = "Назва черги";
@ -909,6 +965,7 @@ $text['label-options']['nl-nl'] = "";
$text['label-options']['pl-pl'] = "Opcje";
$text['label-options']['pt-br'] = "Opções";
$text['label-options']['pt-pt'] = "Opções";
$text['label-options']['ro-ro'] = "";
$text['label-options']['ru-ru'] = "Параметры";
$text['label-options']['sv-se'] = "Val";
$text['label-options']['uk-ua'] = "Параметри";
@ -925,6 +982,7 @@ $text['label-no_answer_delay_time']['nl-nl'] = "";
$text['label-no_answer_delay_time']['pl-pl'] = "Opóźnienie odebrania rozmowy";
$text['label-no_answer_delay_time']['pt-br'] = "Sem resposta, atraso temporário";
$text['label-no_answer_delay_time']['pt-pt'] = "Sem Resposta Atraso Temporal ";
$text['label-no_answer_delay_time']['ro-ro'] = "";
$text['label-no_answer_delay_time']['ru-ru'] = "Время задержи по неответу";
$text['label-no_answer_delay_time']['sv-se'] = "Fördröjning vid ej svar";
$text['label-no_answer_delay_time']['uk-ua'] = "";
@ -941,6 +999,7 @@ $text['label-music_on_hold']['nl-nl'] = "";
$text['label-music_on_hold']['pl-pl'] = "Muzyka na czekanie";
$text['label-music_on_hold']['pt-br'] = "Música em espera";
$text['label-music_on_hold']['pt-pt'] = "Música em Espera";
$text['label-music_on_hold']['ro-ro'] = "";
$text['label-music_on_hold']['ru-ru'] = "Музыка на удержании";
$text['label-music_on_hold']['sv-se'] = "Väntmusik";
$text['label-music_on_hold']['uk-ua'] = "Мелодія на утримуванні";
@ -957,6 +1016,7 @@ $text['label-max_wait_time_with_no_agent_time_reached']['nl-nl'] = "";
$text['label-max_wait_time_with_no_agent_time_reached']['pl-pl'] = "Maks czas oczekiwania bez agenta został przekroczony";
$text['label-max_wait_time_with_no_agent_time_reached']['pt-br'] = "Tempo máximo sem agente localizado";
$text['label-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Tempo máximo de espera sem agente atingido";
$text['label-max_wait_time_with_no_agent_time_reached']['ro-ro'] = "";
$text['label-max_wait_time_with_no_agent_time_reached']['ru-ru'] = "Достигнуто максимальное время ожидания при отсутствии операторов";
$text['label-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Tidsgräns för 'Max Vänt Tid utan Agent' är nådd";
$text['label-max_wait_time_with_no_agent_time_reached']['uk-ua'] = "";
@ -973,6 +1033,7 @@ $text['label-max_wait_time_with_no_agent']['nl-nl'] = "";
$text['label-max_wait_time_with_no_agent']['pl-pl'] = "Maks czas oczekiwania bez agenta ";
$text['label-max_wait_time_with_no_agent']['pt-br'] = "Tempo máximo sem agente ";
$text['label-max_wait_time_with_no_agent']['pt-pt'] = "Tempo máximo de espera sem agente";
$text['label-max_wait_time_with_no_agent']['ro-ro'] = "";
$text['label-max_wait_time_with_no_agent']['ru-ru'] = "Максимальное время ожидания при отсутствии операторов";
$text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid utan Agent";
$text['label-max_wait_time_with_no_agent']['uk-ua'] = "Максимальний час очікування без оператора";
@ -989,6 +1050,7 @@ $text['label-max_wait_time']['nl-nl'] = "";
$text['label-max_wait_time']['pl-pl'] = "Maks czas oczekiwania";
$text['label-max_wait_time']['pt-br'] = "Tempo máximo de espera";
$text['label-max_wait_time']['pt-pt'] = "Tempo máximo de espera";
$text['label-max_wait_time']['ro-ro'] = "";
$text['label-max_wait_time']['ru-ru'] = "Максимальное время ожидания";
$text['label-max_wait_time']['sv-se'] = "Max Vänt Tid";
$text['label-max_wait_time']['uk-ua'] = "Максимальний час очікування";
@ -1005,6 +1067,7 @@ $text['label-max_no_answer']['nl-nl'] = "";
$text['label-max_no_answer']['pl-pl'] = "Maks czas nieodbierania";
$text['label-max_no_answer']['pt-br'] = "Número máximo de não respondidas";
$text['label-max_no_answer']['pt-pt'] = "Número máximo de não respondidas";
$text['label-max_no_answer']['ro-ro'] = "";
$text['label-max_no_answer']['ru-ru'] = "Максимальное время без ответа";
$text['label-max_no_answer']['sv-se'] = "Max Inget Svar";
$text['label-max_no_answer']['uk-ua'] = "Максимальний час без відповіді";
@ -1021,6 +1084,7 @@ $text['label-extension']['nl-nl'] = "";
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
$text['label-extension']['pt-br'] = "Ramal";
$text['label-extension']['pt-pt'] = "Extensão";
$text['label-extension']['ro-ro'] = "";
$text['label-extension']['ru-ru'] = "Внутренний номер";
$text['label-extension']['sv-se'] = "Anknytning";
$text['label-extension']['uk-ua'] = "Розширення (Extention)";
@ -1037,6 +1101,7 @@ $text['label-discard_abandoned_after']['nl-nl'] = "";
$text['label-discard_abandoned_after']['pl-pl'] = "Odrzuć opuszczoną rozmowę po";
$text['label-discard_abandoned_after']['pt-br'] = "Descartar depois de abandonado";
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
$text['label-discard_abandoned_after']['ro-ro'] = "";
$text['label-discard_abandoned_after']['ru-ru'] = "Сбросить вызов после покидания очереди";
$text['label-discard_abandoned_after']['sv-se'] = "Uteslut Ej Besvarat Efter";
$text['label-discard_abandoned_after']['uk-ua'] = "";
@ -1053,6 +1118,7 @@ $text['label-default_status']['nl-nl'] = "";
$text['label-default_status']['pl-pl'] = "z góry określony status";
$text['label-default_status']['pt-br'] = "Estado Padrão";
$text['label-default_status']['pt-pt'] = "Estado Predeterminado";
$text['label-default_status']['ro-ro'] = "";
$text['label-default_status']['ru-ru'] = "Статус по умолчанию";
$text['label-default_status']['sv-se'] = "i förväg fastställda status";
$text['label-default_status']['uk-ua'] = "Статус за замовчуванням";
@ -1069,6 +1135,7 @@ $text['label-contact']['nl-nl'] = "";
$text['label-contact']['pl-pl'] = "Docelowy numer wew";
$text['label-contact']['pt-br'] = "Contato";
$text['label-contact']['pt-pt'] = "Contacto";
$text['label-contact']['ro-ro'] = "";
$text['label-contact']['ru-ru'] = "Контакт";
$text['label-contact']['sv-se'] = "Kontakt";
$text['label-contact']['uk-ua'] = "Контакт";
@ -1085,6 +1152,7 @@ $text['label-caller_id_name_prefix']['nl-nl'] = "";
$text['label-caller_id_name_prefix']['pl-pl'] = "Prefiks nazwy abonenta dzwoniacego";
$text['label-caller_id_name_prefix']['pt-br'] = "Prefixo do nome do discador";
$text['label-caller_id_name_prefix']['pt-pt'] = "Prefixo do nome do chamador";
$text['label-caller_id_name_prefix']['ro-ro'] = "";
$text['label-caller_id_name_prefix']['ru-ru'] = "Префикс СallerID/Имя";
$text['label-caller_id_name_prefix']['sv-se'] = "Caller ID Namn Prefix";
$text['label-caller_id_name_prefix']['uk-ua'] = "";
@ -1101,6 +1169,7 @@ $text['label-caller_announce_sound']['nl-nl'] = "";
$text['label-caller_announce_sound']['pl-pl'] = "Zapowiedź głośowa";
$text['label-caller_announce_sound']['pt-br'] = "Som de anuncio";
$text['label-caller_announce_sound']['pt-pt'] = "Som Anuncie";
$text['label-caller_announce_sound']['ro-ro'] = "";
$text['label-caller_announce_sound']['ru-ru'] = "Звук объявления";
$text['label-caller_announce_sound']['sv-se'] = "Meddelande Ljud";
$text['label-caller_announce_sound']['uk-ua'] = "";
@ -1117,6 +1186,7 @@ $text['label-caller_announce_frequency']['nl-nl'] = "";
$text['label-caller_announce_frequency']['pl-pl'] = "Częstotliwość zapowiedzi";
$text['label-caller_announce_frequency']['pt-br'] = "Frequência do anuncio";
$text['label-caller_announce_frequency']['pt-pt'] = "o Frequency Anuncie";
$text['label-caller_announce_frequency']['ro-ro'] = "";
$text['label-caller_announce_frequency']['ru-ru'] = "Частота объявления";
$text['label-caller_announce_frequency']['sv-se'] = "Meddelande Frekvens";
$text['label-caller_announce_frequency']['uk-ua'] = "";
@ -1133,8 +1203,9 @@ $text['label-exit_keys']['nl-nl'] = "";
$text['label-exit_keys']['pl-pl'] = "";
$text['label-exit_keys']['pt-br'] = "";
$text['label-exit_keys']['pt-pt'] = "";
$text['label-exit_keys']['ro-ro'] = "";
$text['label-exit_keys']['ru-ru'] = "";
$text['label-exit_keys']['sv-se'] = "";
$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 quite the current queue waiting.";
@ -1149,8 +1220,9 @@ $text['description-exit_keys']['nl-nl'] = "";
$text['description-exit_keys']['pl-pl'] = "";
$text['description-exit_keys']['pt-br'] = "";
$text['description-exit_keys']['pt-pt'] = "";
$text['description-exit_keys']['ro-ro'] = "";
$text['description-exit_keys']['ru-ru'] = "";
$text['description-exit_keys']['sv-se'] = "";
$text['description-exit_keys']['sv-se'] = "Knapp för att lämna den nuvarande kö:n";
$text['description-exit_keys']['uk-ua'] = "";
$text['label-call_timeout']['en-us'] = "Call Timeout";
@ -1165,6 +1237,7 @@ $text['label-call_timeout']['nl-nl'] = "";
$text['label-call_timeout']['pl-pl'] = "Limit czasu rozmowy";
$text['label-call_timeout']['pt-br'] = "Timeout da chamada";
$text['label-call_timeout']['pt-pt'] = "Tempo limite da chamada";
$text['label-call_timeout']['ro-ro'] = "";
$text['label-call_timeout']['ru-ru'] = "Тайм-аут вызова";
$text['label-call_timeout']['sv-se'] = "Ring Tidsgräns";
$text['label-call_timeout']['uk-ua'] = "Тайм-аут дзвінка";
@ -1181,6 +1254,7 @@ $text['label-busy_delay_time']['nl-nl'] = "";
$text['label-busy_delay_time']['pl-pl'] = "Zajęty - opóznienie czasowe";
$text['label-busy_delay_time']['pt-br'] = "Tempo de espera para ocupado";
$text['label-busy_delay_time']['pt-pt'] = "Tempo de espera para ocupado";
$text['label-busy_delay_time']['ro-ro'] = "";
$text['label-busy_delay_time']['ru-ru'] = "Время задержки занятости";
$text['label-busy_delay_time']['sv-se'] = "Fördröjning vid Upptaget";
$text['label-busy_delay_time']['uk-ua'] = "";
@ -1197,8 +1271,9 @@ $text['label-agent_password']['nl-nl'] = "";
$text['label-agent_password']['pl-pl'] = "Środek Hasło";
$text['label-agent_password']['pt-br'] = "Agente de Senha";
$text['label-agent_password']['pt-pt'] = "Agente Senha";
$text['label-agent_password']['ro-ro'] = "";
$text['label-agent_password']['ru-ru'] = "Пароль оператора";
$text['label-agent_password']['sv-se'] = "Środek Hasło";
$text['label-agent_password']['sv-se'] = "Agent Lösen";
$text['label-agent_password']['uk-ua'] = "";
$text['label-agent_name']['en-us'] = "Agent Name";
@ -1213,6 +1288,7 @@ $text['label-agent_name']['nl-nl'] = "";
$text['label-agent_name']['pl-pl'] = "Nazwa agenta";
$text['label-agent_name']['pt-br'] = "Nome do agente";
$text['label-agent_name']['pt-pt'] = "Nome do Agente";
$text['label-agent_name']['ro-ro'] = "";
$text['label-agent_name']['ru-ru'] = "Имя оператора";
$text['label-agent_name']['sv-se'] = "Agent Namn";
$text['label-agent_name']['uk-ua'] = "Ім’я оператора";
@ -1229,6 +1305,7 @@ $text['label-agent_logout']['nl-nl'] = "";
$text['label-agent_logout']['pl-pl'] = "Agent wylogowany";
$text['label-agent_logout']['pt-br'] = "Logout do agente ";
$text['label-agent_logout']['pt-pt'] = "Logout do Agente";
$text['label-agent_logout']['ro-ro'] = "";
$text['label-agent_logout']['ru-ru'] = "Выход оператора";
$text['label-agent_logout']['sv-se'] = "Agent Logga Ut";
$text['label-agent_logout']['uk-ua'] = "";
@ -1245,6 +1322,7 @@ $text['label-agent_id']['nl-nl'] = "";
$text['label-agent_id']['pl-pl'] = "Tożsamość agenta";
$text['label-agent_id']['pt-br'] = "Identidade do agente";
$text['label-agent_id']['pt-pt'] = "Identidade Agent";
$text['label-agent_id']['ro-ro'] = "";
$text['label-agent_id']['ru-ru'] = "Идентификатор оператора";
$text['label-agent_id']['sv-se'] = "Agent Identitet";
$text['label-agent_id']['uk-ua'] = "";
@ -1261,6 +1339,7 @@ $text['label-agent']['nl-nl'] = "";
$text['label-agent']['pl-pl'] = "Agent";
$text['label-agent']['pt-br'] = "Agente";
$text['label-agent']['pt-pt'] = "Agente";
$text['label-agent']['ro-ro'] = "";
$text['label-agent']['ru-ru'] = "Оператор";
$text['label-agent']['sv-se'] = "Agent";
$text['label-agent']['uk-ua'] = "Оператор";
@ -1277,6 +1356,7 @@ $text['label-abandoned_resume_allowed']['nl-nl'] = "";
$text['label-abandoned_resume_allowed']['pl-pl'] = "Odbieranie odrzuconych rozmów jest dozwolone";
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo de abandonos autorizados";
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
$text['label-abandoned_resume_allowed']['ro-ro'] = "";
$text['label-abandoned_resume_allowed']['ru-ru'] = "Разрешить восстанавливать покинутый вызов";
$text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Ej Besvarade Tillåtet";
$text['label-abandoned_resume_allowed']['uk-ua'] = "";
@ -1293,6 +1373,7 @@ $text['header-call_center_tier_edit']['nl-nl'] = "";
$text['header-call_center_tier_edit']['pl-pl'] = "Poziom w Call Center ";
$text['header-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center";
$text['header-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
$text['header-call_center_tier_edit']['ro-ro'] = "";
$text['header-call_center_tier_edit']['ru-ru'] = "Компетенция Колл-центра";
$text['header-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
$text['header-call_center_tier_edit']['uk-ua'] = "";
@ -1309,6 +1390,7 @@ $text['header-call_center_queues']['nl-nl'] = "";
$text['header-call_center_queues']['pl-pl'] = "Kolejki w Call Center ";
$text['header-call_center_queues']['pt-br'] = "Filas do call center";
$text['header-call_center_queues']['pt-pt'] = "Filas do Call Center";
$text['header-call_center_queues']['ro-ro'] = "";
$text['header-call_center_queues']['ru-ru'] = "Очереди Колл-центра";
$text['header-call_center_queues']['sv-se'] = "Call Center Kö:er";
$text['header-call_center_queues']['uk-ua'] = "";
@ -1325,6 +1407,7 @@ $text['header-call_center_queue_edit']['nl-nl'] = "";
$text['header-call_center_queue_edit']['pl-pl'] = "Kolejka w Call Center ";
$text['header-call_center_queue_edit']['pt-br'] = "Edutar fila do call center";
$text['header-call_center_queue_edit']['pt-pt'] = "Editar Fila do Call Center";
$text['header-call_center_queue_edit']['ro-ro'] = "";
$text['header-call_center_queue_edit']['ru-ru'] = "Очередь Колл-центра";
$text['header-call_center_queue_edit']['sv-se'] = "Call Center Kö";
$text['header-call_center_queue_edit']['uk-ua'] = "";
@ -1341,6 +1424,7 @@ $text['header-call_center_queue_add']['nl-nl'] = "";
$text['header-call_center_queue_add']['pl-pl'] = "Kolejka w Call Center ";
$text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center";
$text['header-call_center_queue_add']['pt-pt'] = "Adicionar Fila ao Call Center";
$text['header-call_center_queue_add']['ro-ro'] = "";
$text['header-call_center_queue_add']['ru-ru'] = "Очередь Колл-центра";
$text['header-call_center_queue_add']['sv-se'] = "Call Center Kö";
$text['header-call_center_queue_add']['uk-ua'] = "";
@ -1357,6 +1441,7 @@ $text['header-call_center_agents']['nl-nl'] = "";
$text['header-call_center_agents']['pl-pl'] = "Agenci w Call Center ";
$text['header-call_center_agents']['pt-br'] = "Agentes do Call Center";
$text['header-call_center_agents']['pt-pt'] = "Agentes do Call Center";
$text['header-call_center_agents']['ro-ro'] = "";
$text['header-call_center_agents']['ru-ru'] = "Операторы Колл-центра";
$text['header-call_center_agents']['sv-se'] = "Call Center Agenter";
$text['header-call_center_agents']['uk-ua'] = "";
@ -1373,6 +1458,7 @@ $text['header-call_center_agent_status']['nl-nl'] = "";
$text['header-call_center_agent_status']['pl-pl'] = "Status agentów w Call Center ";
$text['header-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center";
$text['header-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center";
$text['header-call_center_agent_status']['ro-ro'] = "";
$text['header-call_center_agent_status']['ru-ru'] = "Статус оператора Колл-центра";
$text['header-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
$text['header-call_center_agent_status']['uk-ua'] = "";
@ -1389,6 +1475,7 @@ $text['header-call_center_agent_edit']['nl-nl'] = "";
$text['header-call_center_agent_edit']['pl-pl'] = "Agent w Call Center ";
$text['header-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center";
$text['header-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
$text['header-call_center_agent_edit']['ro-ro'] = "";
$text['header-call_center_agent_edit']['ru-ru'] = "Оператор Колл-центра";
$text['header-call_center_agent_edit']['sv-se'] = "Call Center Agent";
$text['header-call_center_agent_edit']['uk-ua'] = "";
@ -1405,6 +1492,7 @@ $text['header-call_center_agent_add']['nl-nl'] = "";
$text['header-call_center_agent_add']['pl-pl'] = "Agenci w Call Center ";
$text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center";
$text['header-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
$text['header-call_center_agent_add']['ro-ro'] = "";
$text['header-call_center_agent_add']['ru-ru'] = "Операторы Колл-центра";
$text['header-call_center_agent_add']['sv-se'] = "Call Center Agenter";
$text['header-call_center_agent_add']['uk-ua'] = "";
@ -1421,6 +1509,7 @@ $text['description-wrap_up_time']['nl-nl'] = "";
$text['description-wrap_up_time']['pl-pl'] = "Wpisz dostępny czas po zakończeniu rozmowy";
$text['description-wrap_up_time']['pt-br'] = "Insira o tempo de preparação.";
$text['description-wrap_up_time']['pt-pt'] = "Introduza o tempo de preparação.";
$text['description-wrap_up_time']['ro-ro'] = "";
$text['description-wrap_up_time']['ru-ru'] = "Введите время паузы между вызовами";
$text['description-wrap_up_time']['sv-se'] = "Ange 'Wrap Up' tid.";
$text['description-wrap_up_time']['uk-ua'] = "";
@ -1437,6 +1526,7 @@ $text['description-type']['nl-nl'] = "";
$text['description-type']['pl-pl'] = "Wprowadź rodzaj ustawienia (np. uuid, name, var, dir)";
$text['description-type']['pt-br'] = "Introduza o tipo de definição (ex:uuid,name,var,dir,etc)";
$text['description-type']['pt-pt'] = "Introduza o tipo do agente.";
$text['description-type']['ro-ro'] = "";
$text['description-type']['ru-ru'] = "Выберите тип оператора";
$text['description-type']['sv-se'] = "Ange agent typen.";
$text['description-type']['uk-ua'] = "";
@ -1453,8 +1543,9 @@ $text['description-timeout_action']['nl-nl'] = "";
$text['description-timeout_action']['pl-pl'] = "Ustaw operację do wykonania po osiągnięciu maks czas oczekiwania.";
$text['description-timeout_action']['pt-br'] = "Defina a ação para realizar quando o tempo máximo de espera for atingido.";
$text['description-timeout_action']['pt-pt'] = "Defina a acção a realizar quando o tempo máximo de espera for atingido.";
$text['description-timeout_action']['ro-ro'] = "";
$text['description-timeout_action']['ru-ru'] = "Установите действие при достижении максимального времени ожидания";
$text['description-timeout_action']['sv-se'] = "Ange aktion som skall utföras när max vänttid är nådd.";
$text['description-timeout_action']['sv-se'] = "Ange vad som skall utföras när max vänttid är nådd.";
$text['description-timeout_action']['uk-ua'] = "";
$text['description-time_base_score']['en-us'] = "Select the time base score.";
@ -1469,6 +1560,7 @@ $text['description-time_base_score']['nl-nl'] = "";
$text['description-time_base_score']['pl-pl'] = "Wybierz wynik oparty na okresie czasowym";
$text['description-time_base_score']['pt-br'] = "Selecione o tempo base.";
$text['description-time_base_score']['pt-pt'] = "Seleccione o tempo base ";
$text['description-time_base_score']['ro-ro'] = "";
$text['description-time_base_score']['ru-ru'] = "Выберие оценку по времени";
$text['description-time_base_score']['sv-se'] = "Ange tids-baserad poäng.";
$text['description-time_base_score']['uk-ua'] = "";
@ -1485,6 +1577,7 @@ $text['description-tiers']['nl-nl'] = "";
$text['description-tiers']['pl-pl'] = "Poziomy przypisują operatorów do usługi kolejkowania polaczeń";
$text['description-tiers']['pt-br'] = "Lista todos os níveis. Os níveis atribuem agentes na fila.";
$text['description-tiers']['pt-pt'] = "Lista todos os níveis. Os níveis atribuem agentes às filas.";
$text['description-tiers']['ro-ro'] = "";
$text['description-tiers']['ru-ru'] = "Привязка компетенции операторов к очередям";
$text['description-tiers']['sv-se'] = "Kunskap tilldelar agenter till kö:er.";
$text['description-tiers']['uk-ua'] = "";
@ -1501,6 +1594,7 @@ $text['description-tier_rules_apply']['nl-nl'] = "";
$text['description-tier_rules_apply']['pl-pl'] = "Ustaw regułę poziomów za pomocą zwrotów TAK i NIE";
$text['description-tier_rules_apply']['pt-br'] = "Defina a regra de nível verdadeira ou falso.";
$text['description-tier_rules_apply']['pt-pt'] = "Defina a regra de nível a verdadeiro ou falso.";
$text['description-tier_rules_apply']['ro-ro'] = "";
$text['description-tier_rules_apply']['ru-ru'] = "Выберите, применять ли правила компетенций";
$text['description-tier_rules_apply']['sv-se'] = "Välj om Kunskap Regler Gäller skall vara sann/falsk.";
$text['description-tier_rules_apply']['uk-ua'] = "";
@ -1517,6 +1611,7 @@ $text['description-tier_rule_wait_second']['nl-nl'] = "";
$text['description-tier_rule_wait_second']['pl-pl'] = "Ustaw regułę poziomów czas oczekiwania w sekundach";
$text['description-tier_rule_wait_second']['pt-br'] = "Insira os segundos de espera para esse nível.";
$text['description-tier_rule_wait_second']['pt-pt'] = "Introduza os segundos de espera da regra de nível.";
$text['description-tier_rule_wait_second']['ro-ro'] = "";
$text['description-tier_rule_wait_second']['ru-ru'] = "Введите время правила компетенции ожидания";
$text['description-tier_rule_wait_second']['sv-se'] = "Ange kunskaps-regel vänt-tid (sekunder)";
$text['description-tier_rule_wait_second']['uk-ua'] = "";
@ -1533,6 +1628,7 @@ $text['description-tier_rule_wait_multiply_level']['nl-nl'] = "";
$text['description-tier_rule_wait_multiply_level']['pl-pl'] = "Ustaw regułę poziomów czas oczekiwania w wielu poziomach (TAK lub NIE)";
$text['description-tier_rule_wait_multiply_level']['pt-br'] = "Defina a regra de nível de espera multiplicado pelo nível.";
$text['description-tier_rule_wait_multiply_level']['pt-pt'] = "Defina a Regra de nível de espera multiplicado pelo nível.";
$text['description-tier_rule_wait_multiply_level']['ro-ro'] = "";
$text['description-tier_rule_wait_multiply_level']['ru-ru'] = "Выберите, применять ли правило множителя ожидания для компетенции";
$text['description-tier_rule_wait_multiply_level']['sv-se'] = "Välj om 'kunskaps-regel vänt-tid' multiply nivå skall vara sann eller ej.";
$text['description-tier_rule_wait_multiply_level']['uk-ua'] = "";
@ -1549,6 +1645,7 @@ $text['description-tier_rule_no_agent_no_wait']['nl-nl'] = "";
$text['description-tier_rule_no_agent_no_wait']['pl-pl'] = "Ustaw regułę poziomów brak czasu oczekiwania w przypadku braku operatora.";
$text['description-tier_rule_no_agent_no_wait']['pt-br'] = "Insira a regra sem agente na espera.";
$text['description-tier_rule_no_agent_no_wait']['pt-pt'] = "Introduza a regra sem agente sem espera.";
$text['description-tier_rule_no_agent_no_wait']['ro-ro'] = "";
$text['description-tier_rule_no_agent_no_wait']['ru-ru'] = "Введите правило для компетенции: нет оператора, нет ожидания";
$text['description-tier_rule_no_agent_no_wait']['sv-se'] = "Välj kunskaps-regel Ingen Agent Vänta Ej.";
$text['description-tier_rule_no_agent_no_wait']['uk-ua'] = "";
@ -1565,6 +1662,7 @@ $text['description-tier_position']['nl-nl'] = "";
$text['description-tier_position']['pl-pl'] = "Wpisz pozycję poziomu";
$text['description-tier_position']['pt-br'] = "Selecione o nível da posição.";
$text['description-tier_position']['pt-pt'] = "Seleccione a posição no nível.";
$text['description-tier_position']['ro-ro'] = "";
$text['description-tier_position']['ru-ru'] = "Выберите позицию компетенции.";
$text['description-tier_position']['sv-se'] = "Välj Kunskaps position.";
$text['description-tier_position']['uk-ua'] = "";
@ -1581,6 +1679,7 @@ $text['description-tier_level']['nl-nl'] = "";
$text['description-tier_level']['pl-pl'] = "Wybierz rodzaj poziomu";
$text['description-tier_level']['pt-br'] = "Selecione o nível da camada.";
$text['description-tier_level']['pt-pt'] = "Seleccione o nível da camada.";
$text['description-tier_level']['ro-ro'] = "";
$text['description-tier_level']['ru-ru'] = "Выберите уровень компетенции";
$text['description-tier_level']['sv-se'] = "Välj Kunskaps-nivå";
$text['description-tier_level']['uk-ua'] = "";
@ -1597,6 +1696,7 @@ $text['description-strategy']['nl-nl'] = "";
$text['description-strategy']['pl-pl'] = "Wybierz strategię";
$text['description-strategy']['pt-br'] = "Selecione a estratégia da fila";
$text['description-strategy']['pt-pt'] = "Seleccione a estratégia da fila.";
$text['description-strategy']['ro-ro'] = "";
$text['description-strategy']['ru-ru'] = "Выберите стратегию обзвона очереди";
$text['description-strategy']['sv-se'] = "Välj strategi för ringflöde i kö:n.";
$text['description-strategy']['uk-ua'] = "";
@ -1613,6 +1713,7 @@ $text['description-status']['nl-nl'] = "";
$text['description-status']['pl-pl'] = "Wybierz status użytkownika";
$text['description-status']['pt-br'] = "Escolha o padrão do agente.";
$text['description-status']['pt-pt'] = "Seleccione o estado do agente.";
$text['description-status']['ro-ro'] = "";
$text['description-status']['ru-ru'] = "Выберите статус оператора по умолчанию";
$text['description-status']['sv-se'] = "Välj agentens status";
$text['description-status']['uk-ua'] = "Виберіть статус користувача";
@ -1629,6 +1730,7 @@ $text['description-reject_delay_time']['nl-nl'] = "";
$text['description-reject_delay_time']['pl-pl'] = "Wpisz opóźnienie czasowe w przypadku odrzucenia rozmowy";
$text['description-reject_delay_time']['pt-br'] = "Insira o tempo de atraso para rejeição.";
$text['description-reject_delay_time']['pt-pt'] = "Introduza o tempo de atraso de rejeição.";
$text['description-reject_delay_time']['ro-ro'] = "";
$text['description-reject_delay_time']['ru-ru'] = "Введите время задержки отбоя";
$text['description-reject_delay_time']['sv-se'] = "Ange 'neka' tids-fördröjning.";
$text['description-reject_delay_time']['uk-ua'] = "";
@ -1645,6 +1747,7 @@ $text['description-record_template']['nl-nl'] = "";
$text['description-record_template']['pl-pl'] = "Zachowaj nagranie";
$text['description-record_template']['pt-br'] = "Salva a gravação.";
$text['description-record_template']['pt-pt'] = "Salve a gravação.";
$text['description-record_template']['ro-ro'] = "";
$text['description-record_template']['ru-ru'] = "Сохранить запись.";
$text['description-record_template']['sv-se'] = "Spara inspelningen.";
$text['description-record_template']['uk-ua'] = "";
@ -1661,6 +1764,7 @@ $text['description-queue_name']['nl-nl'] = "";
$text['description-queue_name']['pl-pl'] = "Wpisz nazwę kolejki";
$text['description-queue_name']['pt-br'] = "Insira o nome da fila.";
$text['description-queue_name']['pt-pt'] = "Introduza o nome da fila.";
$text['description-queue_name']['ro-ro'] = "";
$text['description-queue_name']['ru-ru'] = "Введите имя очереди";
$text['description-queue_name']['sv-se'] = "Ange kö namn.";
$text['description-queue_name']['uk-ua'] = "";
@ -1677,6 +1781,7 @@ $text['description-options']['nl-nl'] = "";
$text['description-options']['pl-pl'] = "Zdefiniuj opcje dzwoniącego w menu IVR";
$text['description-options']['pt-br'] = "Selecione o nome da fila.";
$text['description-options']['pt-pt'] = "Seleccione o nome da fila.";
$text['description-options']['ro-ro'] = "";
$text['description-options']['ru-ru'] = "Выберите имя очереди.";
$text['description-options']['sv-se'] = "Välj kö namn.";
$text['description-options']['uk-ua'] = "";
@ -1693,6 +1798,7 @@ $text['description-no_answer_delay_time']['nl-nl'] = "";
$text['description-no_answer_delay_time']['pl-pl'] = "Wprowadź maks czas nieodbierania rozmowy (sek)";
$text['description-no_answer_delay_time']['pt-br'] = "Insira o tempo sem resposta do agente em segundos.";
$text['description-no_answer_delay_time']['pt-pt'] = "Introduza o tempo de atraso em segundos do agente que não atende.";
$text['description-no_answer_delay_time']['ro-ro'] = "";
$text['description-no_answer_delay_time']['ru-ru'] = "Введите время задержки ответа оператора в секундах.";
$text['description-no_answer_delay_time']['sv-se'] = "Ange 'Inget svar Agent fördröjning' i sekunder.";
$text['description-no_answer_delay_time']['uk-ua'] = "";
@ -1709,6 +1815,7 @@ $text['description-music_on_hold']['nl-nl'] = "";
$text['description-music_on_hold']['pl-pl'] = "Wybierz rodzaj muzyki na czekanie";
$text['description-music_on_hold']['pt-br'] = "Selecione uma música de espera.";
$text['description-music_on_hold']['pt-pt'] = "Seleccione uma música de espera.";
$text['description-music_on_hold']['ro-ro'] = "";
$text['description-music_on_hold']['ru-ru'] = "Выберите желаемую музыку на удержании";
$text['description-music_on_hold']['sv-se'] = "Välj önskad vänt-musik.";
$text['description-music_on_hold']['uk-ua'] = "";
@ -1725,6 +1832,7 @@ $text['description-max_wait_time_with_no_agent_time_reached']['nl-nl'] = "";
$text['description-max_wait_time_with_no_agent_time_reached']['pl-pl'] = "Wprowadź maks upłyniety czas oczekiwania bez agenta";
$text['description-max_wait_time_with_no_agent_time_reached']['pt-br'] = "Insira o tempo máximo de espera atingido sem o agente.";
$text['description-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Introduza o tempo máximo de espera atingido sem agente.";
$text['description-max_wait_time_with_no_agent_time_reached']['ro-ro'] = "";
$text['description-max_wait_time_with_no_agent_time_reached']['ru-ru'] = "Введите максимальное время ожидания при достижении времени отсутствия операторов.";
$text['description-max_wait_time_with_no_agent_time_reached']['sv-se'] = "Ange max vänt-tid när 'Utan Agent Tids-gräns' är nådd. ";
$text['description-max_wait_time_with_no_agent_time_reached']['uk-ua'] = "";
@ -1741,6 +1849,7 @@ $text['description-max_wait_time_with_no_agent']['nl-nl'] = "";
$text['description-max_wait_time_with_no_agent']['pl-pl'] = "Wprowadź maks czas oczekiwania bez agenta";
$text['description-max_wait_time_with_no_agent']['pt-br'] = "Insira o tempo máximo de espera sem agente.";
$text['description-max_wait_time_with_no_agent']['pt-pt'] = "Introduza o tempo máximo de espera sem agente.";
$text['description-max_wait_time_with_no_agent']['ro-ro'] = "";
$text['description-max_wait_time_with_no_agent']['ru-ru'] = "Введите максимальное время ожидания при отсутствии операторов.";
$text['description-max_wait_time_with_no_agent']['sv-se'] = "Ange max vänt-tid utan agent.";
$text['description-max_wait_time_with_no_agent']['uk-ua'] = "";
@ -1757,6 +1866,7 @@ $text['description-max_wait_time']['nl-nl'] = "";
$text['description-max_wait_time']['pl-pl'] = "Wprowadź maks czas oczekiwania";
$text['description-max_wait_time']['pt-br'] = "Insira o tempo máximo de espera.";
$text['description-max_wait_time']['pt-pt'] = "Introduzia o tempo máximo de espera.";
$text['description-max_wait_time']['ro-ro'] = "";
$text['description-max_wait_time']['ru-ru'] = "Введите максимальное время ожидания";
$text['description-max_wait_time']['sv-se'] = "Ange max vänt-tid.";
$text['description-max_wait_time']['uk-ua'] = "";
@ -1773,6 +1883,7 @@ $text['description-max_no_answer']['nl-nl'] = "";
$text['description-max_no_answer']['pl-pl'] = "Wprowadź maks czas nieodbierania rozmowy";
$text['description-max_no_answer']['pt-br'] = "Insira o máximo de chamadas não atendidas.";
$text['description-max_no_answer']['pt-pt'] = "Introduza o máximo de não antedidas.";
$text['description-max_no_answer']['ro-ro'] = "";
$text['description-max_no_answer']['ru-ru'] = "Введите максимальное количество отсутствия ответа";
$text['description-max_no_answer']['sv-se'] = "Ange max inget svar.";
$text['description-max_no_answer']['uk-ua'] = "";
@ -1789,6 +1900,7 @@ $text['description-extension']['nl-nl'] = "";
$text['description-extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
$text['description-extension']['pt-br'] = "Atribua um ramal ao dispositivo";
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
$text['description-extension']['ro-ro'] = "";
$text['description-extension']['ru-ru'] = "Введите внутренний номер";
$text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
$text['description-extension']['uk-ua'] = "";
@ -1805,6 +1917,7 @@ $text['description-discard_abandoned_after']['nl-nl'] = "";
$text['description-discard_abandoned_after']['pl-pl'] = "Ustaw czas po którym opuszczona rozmowa zostanie odrzucona";
$text['description-discard_abandoned_after']['pt-br'] = "Defina o tempo em segundos para descartar após abandonado.";
$text['description-discard_abandoned_after']['pt-pt'] = "Defina a rejeição abandonada segundos depois.";
$text['description-discard_abandoned_after']['ro-ro'] = "";
$text['description-discard_abandoned_after']['ru-ru'] = "Введите время отбоя покинутого вызова.";
$text['description-discard_abandoned_after']['sv-se'] = "Ange uteslut Ej Besvarade efter sekunder.";
$text['description-discard_abandoned_after']['uk-ua'] = "";
@ -1821,6 +1934,7 @@ $text['description-contact']['nl-nl'] = "";
$text['description-contact']['pl-pl'] = "Wybierz numer";
$text['description-contact']['pt-br'] = "Atribui um contato a esta conta de usuário.";
$text['description-contact']['pt-pt'] = "Seleccione o número de contacto.";
$text['description-contact']['ro-ro'] = "";
$text['description-contact']['ru-ru'] = "Выберите номер контакта";
$text['description-contact']['sv-se'] = "Välj kontakt numret.";
$text['description-contact']['uk-ua'] = "Призначити контакт в цей обліковий запис користувача.";
@ -1837,6 +1951,7 @@ $text['description-caller_id_name_prefix']['nl-nl'] = "";
$text['description-caller_id_name_prefix']['pl-pl'] = "Ustaw prefiks nazwy abonenta dzwoniącego.";
$text['description-caller_id_name_prefix']['pt-br'] = "Defina um prefixo no nome do originador da chamada.";
$text['description-caller_id_name_prefix']['pt-pt'] = "Defina um prefixo no nome do originador.";
$text['description-caller_id_name_prefix']['ro-ro'] = "";
$text['description-caller_id_name_prefix']['ru-ru'] = "Установите префикс для поля Имя CallerID";
$text['description-caller_id_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID namn.";
$text['description-caller_id_name_prefix']['uk-ua'] = "";
@ -1853,6 +1968,7 @@ $text['description-caller_announce_sound']['nl-nl'] = "";
$text['description-caller_announce_sound']['pl-pl'] = "Dźwięk odtwarzany dzwoniącemu, który zostaje odtworzony cyklicznie. Wymagana jest pełna ścieżka do pliku.";
$text['description-caller_announce_sound']['pt-br'] = "Um som tocará para o originador da chamada. Precisa o caminho completo para o arquivo wav.";
$text['description-caller_announce_sound']['pt-pt'] = "Um som para tocar a uma cada vez que o originador da chamada anunciar segundos de som. Precisa o caminho completo para o arquivo wav.";
$text['description-caller_announce_sound']['ro-ro'] = "";
$text['description-caller_announce_sound']['ru-ru'] = "Сообщение, которое будет проигрыввться звонящему через установленные промежутки. Требует полного пути к wav файлу";
$text['description-caller_announce_sound']['sv-se'] = "Ett ljud som spelas upp efter varje 'meddelande ljud sekunder'. Behöver hela sökvägen till WAV filen.";
$text['description-caller_announce_sound']['uk-ua'] = "";
@ -1869,6 +1985,7 @@ $text['description-caller_announce_frequency']['nl-nl'] = "";
$text['description-caller_announce_frequency']['pl-pl'] = "Wprowadź wartość w sekundach jak często ma być odtwarzany dźwięk powitania.";
$text['description-caller_announce_frequency']['pt-br'] = "Com que frequência devemos reproduzir o som ao anunciar. Digite um número em segundos";
$text['description-caller_announce_frequency']['pt-pt'] = "Com que freqüência devemos reproduzir o som anunciar. Digite um número em segundos";
$text['description-caller_announce_frequency']['ro-ro'] = "";
$text['description-caller_announce_frequency']['ru-ru'] = "Как часто играть сообщение. Введите в секундах";
$text['description-caller_announce_frequency']['sv-se'] = "Hur ofta skall meddelandet spelas upp. Ange ett värde i sekunder.";
$text['description-caller_announce_frequency']['uk-ua'] = "";
@ -1885,6 +2002,7 @@ $text['description-call_timeout']['nl-nl'] = "";
$text['description-call_timeout']['pl-pl'] = "Wpisz limit czasu rozmowy";
$text['description-call_timeout']['pt-br'] = "Insira o tempo limite da chamada";
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
$text['description-call_timeout']['ro-ro'] = "";
$text['description-call_timeout']['ru-ru'] = "Введите тайм-аут вызова";
$text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
$text['description-call_timeout']['uk-ua'] = "";
@ -1901,6 +2019,7 @@ $text['description-call_center_queues']['nl-nl'] = "";
$text['description-call_center_queues']['pl-pl'] = "Lista kolejek w Call Center";
$text['description-call_center_queues']['pt-br'] = "Lista de filas para o Call Center";
$text['description-call_center_queues']['pt-pt'] = "Lista de Filas do Call Center.";
$text['description-call_center_queues']['ro-ro'] = "";
$text['description-call_center_queues']['ru-ru'] = "Список очередей в Колл-центре";
$text['description-call_center_queues']['sv-se'] = "Lista med kö:er för Call Center";
$text['description-call_center_queues']['uk-ua'] = "";
@ -1917,6 +2036,7 @@ $text['description-call_center_agents']['nl-nl'] = "";
$text['description-call_center_agents']['pl-pl'] = "Lista agentów w Call Center";
$text['description-call_center_agents']['pt-br'] = "Lista de agentes do Call Center";
$text['description-call_center_agents']['pt-pt'] = "Lista de Agentes do Call Center.";
$text['description-call_center_agents']['ro-ro'] = "";
$text['description-call_center_agents']['ru-ru'] = "Список операторов Колл-центра";
$text['description-call_center_agents']['sv-se'] = "Lista med Call Center Agenter";
$text['description-call_center_agents']['uk-ua'] = "";
@ -1933,6 +2053,7 @@ $text['description-call_center_agent_status']['nl-nl'] = "";
$text['description-call_center_agent_status']['pl-pl'] = "Wybierz wszystkich agentów call center, którzy mają uprawnienia do zmiany statusu jednego bądź wielu agentów.";
$text['description-call_center_agent_status']['pt-br'] = "Lista todas chamadas do Call Center com a opção de alterar o estado de um ou mais agentes.";
$text['description-call_center_agent_status']['pt-pt'] = "Lista todas as chamadas do Call Center com a opção de alterar o estado de um ou mais agentes.";
$text['description-call_center_agent_status']['ro-ro'] = "";
$text['description-call_center_agent_status']['ru-ru'] = "Полный список операторов Колл-центра с возможностью изменить статус одного или нескольких операторов.";
$text['description-call_center_agent_status']['sv-se'] = "Lista med alla Call Center Agenter med möjlighet att ändra status på en eller flera agenter.";
$text['description-call_center_agent_status']['uk-ua'] = "";
@ -1949,6 +2070,7 @@ $text['description-busy_delay_time']['nl-nl'] = "";
$text['description-busy_delay_time']['pl-pl'] = "Wprowadź wartość czasowego opóźnienia w przypadku, gdy agent jest zajęty.";
$text['description-busy_delay_time']['pt-br'] = "Insira o tempo para atraso do agente ocupado.";
$text['description-busy_delay_time']['pt-pt'] = "Introduza o tempo de atraso do agente ocupado.";
$text['description-busy_delay_time']['ro-ro'] = "";
$text['description-busy_delay_time']['ru-ru'] = "Введите время задержки занятости оператора.";
$text['description-busy_delay_time']['sv-se'] = "Ange Agent Upptagen Fördröjnings-tid.";
$text['description-busy_delay_time']['uk-ua'] = "";
@ -1965,6 +2087,7 @@ $text['description-agent_password']['nl-nl'] = "";
$text['description-agent_password']['pl-pl'] = "Wprowadź hasło agenta.";
$text['description-agent_password']['pt-br'] = "Digite a senha do agente.";
$text['description-agent_password']['pt-pt'] = "Digite a senha do agente.";
$text['description-agent_password']['ro-ro'] = "";
$text['description-agent_password']['ru-ru'] = "Введите пароль оператора.";
$text['description-agent_password']['sv-se'] = "Ange agenten lösenord.";
$text['description-agent_password']['uk-ua'] = "";
@ -1981,6 +2104,7 @@ $text['description-agent_name']['nl-nl'] = "";
$text['description-agent_name']['pl-pl'] = "Wybierz nazwę agenta.";
$text['description-agent_name']['pt-br'] = "Selecione o nome dos agentes";
$text['description-agent_name']['pt-pt'] = "Seleccione o nome dos agentes.";
$text['description-agent_name']['ro-ro'] = "";
$text['description-agent_name']['ru-ru'] = "Выберите имя оператора.";
$text['description-agent_name']['sv-se'] = "Välj Agent namn.";
$text['description-agent_name']['uk-ua'] = "Виберіть ім’я оператора";
@ -1997,6 +2121,7 @@ $text['description-agent_logout']['nl-nl'] = "";
$text['description-agent_logout']['pl-pl'] = "Wprowadź czas po, którym agent zostanie automatycznie wylogowany (w formacie 00:00). Wymagany jest serwis który egzekwuje czas wylogowania.";
$text['description-agent_logout']['pt-br'] = "Entre com o tempo automático de logout do agente (utilize o formato 00:00). Isto requer um serviço dedicado para forçar o logout do agente.";
$text['description-agent_logout']['pt-pt'] = "Introduza o tempo de logou automático do agente no formato 00:00. Isto requere um serviço dedicado para forçar o logout.";
$text['description-agent_logout']['ro-ro'] = "";
$text['description-agent_logout']['ru-ru'] = "Введите время автоматического выхода оператора в формате 00:00. Требует сервиса для автоматического выхода.";
$text['description-agent_logout']['sv-se'] = "Ange Automatisk utläggning av Agent i 00:00 format. Kräver en tjänst för att genomföra utloggningen.";
$text['description-agent_logout']['uk-ua'] = "";
@ -2013,6 +2138,7 @@ $text['description-agent_id']['nl-nl'] = "";
$text['description-agent_id']['pl-pl'] = "Wprowadź identyfikator agenta.";
$text['description-agent_id']['pt-br'] = "Digite o ID do agente.";
$text['description-agent_id']['pt-pt'] = "Digite o ID do agente.";
$text['description-agent_id']['ro-ro'] = "";
$text['description-agent_id']['ru-ru'] = "Введите идентификатор оператора.";
$text['description-agent_id']['sv-se'] = "Ange agent-ID.";
$text['description-agent_id']['uk-ua'] = "";
@ -2029,6 +2155,7 @@ $text['description-agent']['nl-nl'] = "";
$text['description-agent']['pl-pl'] = "Wybierz nazwe agenta.";
$text['description-agent']['pt-br'] = "Selecione o nome do agente.";
$text['description-agent']['pt-pt'] = "Seleccione o nome do agente.";
$text['description-agent']['ro-ro'] = "";
$text['description-agent']['ru-ru'] = "Выберите имя оператора.";
$text['description-agent']['sv-se'] = "Välj Agent namnet.";
$text['description-agent']['uk-ua'] = "Виберіть ім’я оператора";
@ -2045,6 +2172,7 @@ $text['description-abandoned_resume_allowed']['nl-nl'] = "";
$text['description-abandoned_resume_allowed']['pl-pl'] = "Ustaw czy odbieranie odrzuconych rozmów jest dozwolone (TAK/NIE)";
$text['description-abandoned_resume_allowed']['pt-br'] = "Defina permissão para desistência (SIM/NÃO).";
$text['description-abandoned_resume_allowed']['pt-pt'] = "Defina a permissão para abadono do resume a verdadeiro ou a falso.";
$text['description-abandoned_resume_allowed']['ro-ro'] = "";
$text['description-abandoned_resume_allowed']['ru-ru'] = "Установите возможность восстанавливать вызов, покинувший очередь.";
$text['description-abandoned_resume_allowed']['sv-se'] = "Välj 'Ej Besvarat Återtagning' till sann/falsk.";
$text['description-abandoned_resume_allowed']['uk-ua'] = "";
@ -2061,6 +2189,7 @@ $text['confirm-copy']['nl-nl'] = "";
$text['confirm-copy']['pl-pl'] = "Czy na pewno chcesz to skopiować?";
$text['confirm-copy']['pt-br'] = "Deseja realmente copiar isto?";
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
$text['confirm-copy']['ro-ro'] = "";
$text['confirm-copy']['ru-ru'] = "Вы действительно хотите это скопировать?";
$text['confirm-copy']['sv-se'] = "Vill du verkligen kopiera detta?";
$text['confirm-copy']['uk-ua'] = "Ви дійсно бажаєте це скопіювати?";
@ -2077,6 +2206,7 @@ $text['button-update_status']['nl-nl'] = "";
$text['button-update_status']['pl-pl'] = "Zaktualizuj status";
$text['button-update_status']['pt-br'] = "Estado da atualização";
$text['button-update_status']['pt-pt'] = "Actualizar Estado";
$text['button-update_status']['ro-ro'] = "";
$text['button-update_status']['ru-ru'] = "Обновить статус";
$text['button-update_status']['sv-se'] = "Uppdatera Status";
$text['button-update_status']['uk-ua'] = "Оновити статус";
@ -2093,6 +2223,7 @@ $text['button-tiers']['nl-nl'] = "";
$text['button-tiers']['pl-pl'] = "Poziomy";
$text['button-tiers']['pt-br'] = "Níveis ";
$text['button-tiers']['pt-pt'] = "Níveis";
$text['button-tiers']['ro-ro'] = "";
$text['button-tiers']['ru-ru'] = "Компетенции";
$text['button-tiers']['sv-se'] = "Kunskap";
$text['button-tiers']['uk-ua'] = "Рівні";
@ -2109,6 +2240,7 @@ $text['button-agents']['nl-nl'] = "";
$text['button-agents']['pl-pl'] = "Agenci";
$text['button-agents']['pt-br'] = "Agentes";
$text['button-agents']['pt-pt'] = "Agentes";
$text['button-agents']['ro-ro'] = "";
$text['button-agents']['ru-ru'] = "Операторы";
$text['button-agents']['sv-se'] = "Agenter";
$text['button-agents']['uk-ua'] = "Оператори";

View File

@ -1,41 +1,57 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Center";
$apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamadas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre d'appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d' appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Centro de Chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Call Center";
$apps[$x]['menu'][0]['title']['pl'] = "Call Center ";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Колл-центр";
$apps[$x]['menu'][0]['title']['sv-se'] = "Call Center";
$apps[$x]['menu'][0]['title']['uk'] = "Кол-центр";
$apps[$x]['menu'][0]['title']['de-de'] = "Callcenter";
$apps[$x]['menu'][0]['title']['de-at'] = "Callcenter";
$apps[$x]['menu'][0]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_centers/call_center_queues.php";
$apps[$x]['menu'][0]['groups'][] = "agent";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Agent Status";
$apps[$x]['menu'][1]['title']['es-cl'] = "Estado de Agente";
$apps[$x]['menu'][1]['title']['fr-fr'] = "État de l'agent";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Estado do Agente";
$apps[$x]['menu'][1]['title']['pt-br'] = "Estado do agente";
$apps[$x]['menu'][1]['title']['pl'] = "Status agenta";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Статус агента";
$apps[$x]['menu'][1]['title']['sv-se'] = "Agent Status";
$apps[$x]['menu'][1]['title']['uk'] = "Статус оператора";
$apps[$x]['menu'][1]['title']['de-de'] = "Agenten Status";
$apps[$x]['menu'][1]['title']['de-at'] = "Agenten Status";
$apps[$x]['menu'][1]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
$apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/call_centers/call_center_agent_status.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Center";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Callcenter";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Callcenter";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Centro de Llamadas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Centre d' appels";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre d'appel";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Call Center ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Call Center";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Centro de Chamadas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Колл-центр";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Center";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Кол-центр";
$apps[$x]['menu'][$y]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_queues.php";
$apps[$x]['menu'][$y]['groups'][] = "agent";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Agenten Status";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Agente";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "État de l'agent";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status agenta";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do agente";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Agente";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус агента";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Agent Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус оператора";
$apps[$x]['menu'][$y]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_agent_status.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "b1b70f85-6b42-429b-8c5a-60c8b02b7d14";
$apps[$x]['category'] = "";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['en-us'] = "Direct calls between two destinations by calling a feature code.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -51,7 +60,6 @@
$apps[$x]['permissions'][$y]['name'] = "call_flow_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
//schema details
$y=0;
@ -76,87 +84,72 @@
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_dialplans";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "dialplan_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_extension";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the extension number.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o ramal.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_feature_code";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the feature code.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o código de recurso.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the feature code.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_context";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the context.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o contexto.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_status";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the status.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o estado.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the status.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_pin_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the PIN number.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o número PIN.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the PIN number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_label";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the label.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma etiqueta.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_sound";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the sound.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o som.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the sound.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a aplicação.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the application.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application data.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados da aplicação.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the application data.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_label";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_label";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate label.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma etiqueta alternativa.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate label.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_alternate_sound";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the alternate sound.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione um som alternativo.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the alternate sound.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_app";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate application.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma aplicação alternativa.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate application.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_data";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alernate application data.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados da aplicação alternativa.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alernate application data.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the description.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 4th of June 2017 08:29:50 AM UTC
$text['title-call_flows']['en-us'] = "Call Flows";
$text['title-call_flows']['ar-eg'] = "";
$text['title-call_flows']['de-at'] = "Anruf Steuerung";
$text['title-call_flows']['de-ch'] = "";
$text['title-call_flows']['de-de'] = "Anruf Steuerung";
$text['title-call_flows']['es-cl'] = "Flujo de Llamada";
$text['title-call_flows']['es-mx'] = "";
$text['title-call_flows']['fr-ca'] = "";
$text['title-call_flows']['fr-fr'] = "Flux d'appel";
$text['title-call_flows']['he-il'] = "";
$text['title-call_flows']['it-it'] = "";
@ -13,6 +16,7 @@ $text['title-call_flows']['nl-nl'] = "";
$text['title-call_flows']['pl-pl'] = "Przepływ rozmów";
$text['title-call_flows']['pt-br'] = "Fluxo de chamadas";
$text['title-call_flows']['pt-pt'] = "Fluxo de Chamadas";
$text['title-call_flows']['ro-ro'] = "";
$text['title-call_flows']['ru-ru'] = "Переключатели вызовов";
$text['title-call_flows']['sv-se'] = "Samtalsflöden";
$text['title-call_flows']['uk-ua'] = "Потоки дзвінків";
@ -20,8 +24,11 @@ $text['title-call_flows']['uk-ua'] = "Потоки дзвінків";
$text['title-call_flow']['en-us'] = "Call Flow";
$text['title-call_flow']['ar-eg'] = "";
$text['title-call_flow']['de-at'] = "Anruf Steuerung";
$text['title-call_flow']['de-ch'] = "";
$text['title-call_flow']['de-de'] = "Anruf Steuerung";
$text['title-call_flow']['es-cl'] = "Flujo de Llamada";
$text['title-call_flow']['es-mx'] = "";
$text['title-call_flow']['fr-ca'] = "";
$text['title-call_flow']['fr-fr'] = "Editer le flux";
$text['title-call_flow']['he-il'] = "";
$text['title-call_flow']['it-it'] = "";
@ -29,6 +36,7 @@ $text['title-call_flow']['nl-nl'] = "";
$text['title-call_flow']['pl-pl'] = "Przepływ rozmów";
$text['title-call_flow']['pt-br'] = "Fluxo de chamada";
$text['title-call_flow']['pt-pt'] = "Fluxo de Chamada";
$text['title-call_flow']['ro-ro'] = "";
$text['title-call_flow']['ru-ru'] = "Переключатель вызовов";
$text['title-call_flow']['sv-se'] = "Samtalsflöde";
$text['title-call_flow']['uk-ua'] = "Потік дзвінків";
@ -36,8 +44,11 @@ $text['title-call_flow']['uk-ua'] = "Потік дзвінків";
$text['label-call_flow_name']['en-us'] = "Name";
$text['label-call_flow_name']['ar-eg'] = "";
$text['label-call_flow_name']['de-at'] = "Name";
$text['label-call_flow_name']['de-ch'] = "";
$text['label-call_flow_name']['de-de'] = "Name";
$text['label-call_flow_name']['es-cl'] = "Nombre";
$text['label-call_flow_name']['es-mx'] = "";
$text['label-call_flow_name']['fr-ca'] = "";
$text['label-call_flow_name']['fr-fr'] = "Nom";
$text['label-call_flow_name']['he-il'] = "";
$text['label-call_flow_name']['it-it'] = "";
@ -45,6 +56,7 @@ $text['label-call_flow_name']['nl-nl'] = "";
$text['label-call_flow_name']['pl-pl'] = "Nazwa";
$text['label-call_flow_name']['pt-br'] = "Nome";
$text['label-call_flow_name']['pt-pt'] = "Nome";
$text['label-call_flow_name']['ro-ro'] = "";
$text['label-call_flow_name']['ru-ru'] = "Имя";
$text['label-call_flow_name']['sv-se'] = "Namn";
$text['label-call_flow_name']['uk-ua'] = "Назва";
@ -52,8 +64,11 @@ $text['label-call_flow_name']['uk-ua'] = "Назва";
$text['label-call_flow_status']['en-us'] = "Status";
$text['label-call_flow_status']['ar-eg'] = "";
$text['label-call_flow_status']['de-at'] = "Aktiviert";
$text['label-call_flow_status']['de-ch'] = "";
$text['label-call_flow_status']['de-de'] = "Aktiviert";
$text['label-call_flow_status']['es-cl'] = "Estado";
$text['label-call_flow_status']['es-mx'] = "";
$text['label-call_flow_status']['fr-ca'] = "";
$text['label-call_flow_status']['fr-fr'] = "Etat";
$text['label-call_flow_status']['he-il'] = "";
$text['label-call_flow_status']['it-it'] = "";
@ -61,6 +76,7 @@ $text['label-call_flow_status']['nl-nl'] = "";
$text['label-call_flow_status']['pl-pl'] = "Status";
$text['label-call_flow_status']['pt-br'] = "Estado";
$text['label-call_flow_status']['pt-pt'] = "Estado";
$text['label-call_flow_status']['ro-ro'] = "";
$text['label-call_flow_status']['ru-ru'] = "Статус";
$text['label-call_flow_status']['sv-se'] = "Status";
$text['label-call_flow_status']['uk-ua'] = "Статус";
@ -68,8 +84,11 @@ $text['label-call_flow_status']['uk-ua'] = "Статус";
$text['label-call_flow_pin_number']['en-us'] = "PIN Number";
$text['label-call_flow_pin_number']['ar-eg'] = "";
$text['label-call_flow_pin_number']['de-at'] = "PIN Nummer";
$text['label-call_flow_pin_number']['de-ch'] = "";
$text['label-call_flow_pin_number']['de-de'] = "PIN Nummer";
$text['label-call_flow_pin_number']['es-cl'] = "Número PIN";
$text['label-call_flow_pin_number']['es-mx'] = "";
$text['label-call_flow_pin_number']['fr-ca'] = "";
$text['label-call_flow_pin_number']['fr-fr'] = "Code PIN";
$text['label-call_flow_pin_number']['he-il'] = "";
$text['label-call_flow_pin_number']['it-it'] = "";
@ -77,6 +96,7 @@ $text['label-call_flow_pin_number']['nl-nl'] = "";
$text['label-call_flow_pin_number']['pl-pl'] = "Numer PIN";
$text['label-call_flow_pin_number']['pt-br'] = "Código PIN";
$text['label-call_flow_pin_number']['pt-pt'] = "Código PIN";
$text['label-call_flow_pin_number']['ro-ro'] = "";
$text['label-call_flow_pin_number']['ru-ru'] = "PIN код";
$text['label-call_flow_pin_number']['sv-se'] = "PIN Kod";
$text['label-call_flow_pin_number']['uk-ua'] = "PIN-код";
@ -84,8 +104,11 @@ $text['label-call_flow_pin_number']['uk-ua'] = "PIN-код";
$text['label-call_flow_feature_code']['en-us'] = "Feature Code";
$text['label-call_flow_feature_code']['ar-eg'] = "";
$text['label-call_flow_feature_code']['de-at'] = "Funktions-Code";
$text['label-call_flow_feature_code']['de-ch'] = "";
$text['label-call_flow_feature_code']['de-de'] = "Funktions-Code";
$text['label-call_flow_feature_code']['es-cl'] = "Código distintivo";
$text['label-call_flow_feature_code']['es-mx'] = "";
$text['label-call_flow_feature_code']['fr-ca'] = "";
$text['label-call_flow_feature_code']['fr-fr'] = "Code Fonction";
$text['label-call_flow_feature_code']['he-il'] = "";
$text['label-call_flow_feature_code']['it-it'] = "";
@ -93,6 +116,7 @@ $text['label-call_flow_feature_code']['nl-nl'] = "";
$text['label-call_flow_feature_code']['pl-pl'] = "";
$text['label-call_flow_feature_code']['pt-br'] = "Código de função";
$text['label-call_flow_feature_code']['pt-pt'] = "Código de Função";
$text['label-call_flow_feature_code']['ro-ro'] = "";
$text['label-call_flow_feature_code']['ru-ru'] = "Код функции";
$text['label-call_flow_feature_code']['sv-se'] = "Funktionskod";
$text['label-call_flow_feature_code']['uk-ua'] = "";
@ -100,8 +124,11 @@ $text['label-call_flow_feature_code']['uk-ua'] = "";
$text['label-call_flow_extension']['en-us'] = "Extension";
$text['label-call_flow_extension']['ar-eg'] = "";
$text['label-call_flow_extension']['de-at'] = "Nebenstelle";
$text['label-call_flow_extension']['de-ch'] = "";
$text['label-call_flow_extension']['de-de'] = "Nebenstelle";
$text['label-call_flow_extension']['es-cl'] = "Extensión";
$text['label-call_flow_extension']['es-mx'] = "";
$text['label-call_flow_extension']['fr-ca'] = "";
$text['label-call_flow_extension']['fr-fr'] = "Extension";
$text['label-call_flow_extension']['he-il'] = "";
$text['label-call_flow_extension']['it-it'] = "";
@ -109,6 +136,7 @@ $text['label-call_flow_extension']['nl-nl'] = "";
$text['label-call_flow_extension']['pl-pl'] = "Numer wewnętrzny";
$text['label-call_flow_extension']['pt-br'] = "Ramal";
$text['label-call_flow_extension']['pt-pt'] = "Extensão";
$text['label-call_flow_extension']['ro-ro'] = "";
$text['label-call_flow_extension']['ru-ru'] = "Внутренний номер";
$text['label-call_flow_extension']['sv-se'] = "Anknytning";
$text['label-call_flow_extension']['uk-ua'] = "Розширення (Extention)";
@ -116,8 +144,11 @@ $text['label-call_flow_extension']['uk-ua'] = "Розширення (Extention)"
$text['label-call_flow_label']['en-us'] = "Destination Label";
$text['label-call_flow_label']['ar-eg'] = "";
$text['label-call_flow_label']['de-at'] = "Ziel Kennzeichnung";
$text['label-call_flow_label']['de-ch'] = "";
$text['label-call_flow_label']['de-de'] = "Ziel Kennzeichnung";
$text['label-call_flow_label']['es-cl'] = "Etiqueta de Destino";
$text['label-call_flow_label']['es-mx'] = "";
$text['label-call_flow_label']['fr-ca'] = "";
$text['label-call_flow_label']['fr-fr'] = "Label de la destination";
$text['label-call_flow_label']['he-il'] = "";
$text['label-call_flow_label']['it-it'] = "";
@ -125,6 +156,7 @@ $text['label-call_flow_label']['nl-nl'] = "";
$text['label-call_flow_label']['pl-pl'] = "Etykieta destynacji";
$text['label-call_flow_label']['pt-br'] = "Etiqueta de destino";
$text['label-call_flow_label']['pt-pt'] = "Destino";
$text['label-call_flow_label']['ro-ro'] = "";
$text['label-call_flow_label']['ru-ru'] = "Название направления";
$text['label-call_flow_label']['sv-se'] = "Destination Etikett";
$text['label-call_flow_label']['uk-ua'] = "призначення етикетки";
@ -132,8 +164,11 @@ $text['label-call_flow_label']['uk-ua'] = "призначення етикетк
$text['label-call_flow_destination']['en-us'] = "Destination";
$text['label-call_flow_destination']['ar-eg'] = "";
$text['label-call_flow_destination']['de-at'] = "Ziel";
$text['label-call_flow_destination']['de-ch'] = "";
$text['label-call_flow_destination']['de-de'] = "Ziel";
$text['label-call_flow_destination']['es-cl'] = "Destino";
$text['label-call_flow_destination']['es-mx'] = "";
$text['label-call_flow_destination']['fr-ca'] = "";
$text['label-call_flow_destination']['fr-fr'] = "Destination";
$text['label-call_flow_destination']['he-il'] = "";
$text['label-call_flow_destination']['it-it'] = "";
@ -141,6 +176,7 @@ $text['label-call_flow_destination']['nl-nl'] = "";
$text['label-call_flow_destination']['pl-pl'] = "Destynacja";
$text['label-call_flow_destination']['pt-br'] = "Número de destino";
$text['label-call_flow_destination']['pt-pt'] = "Destino";
$text['label-call_flow_destination']['ro-ro'] = "";
$text['label-call_flow_destination']['ru-ru'] = "Направление";
$text['label-call_flow_destination']['sv-se'] = "Destination";
$text['label-call_flow_destination']['uk-ua'] = "Номер";
@ -148,8 +184,11 @@ $text['label-call_flow_destination']['uk-ua'] = "Номер";
$text['label-call_flow_context']['en-us'] = "Context";
$text['label-call_flow_context']['ar-eg'] = "";
$text['label-call_flow_context']['de-at'] = "Kontext";
$text['label-call_flow_context']['de-ch'] = "";
$text['label-call_flow_context']['de-de'] = "Kontext";
$text['label-call_flow_context']['es-cl'] = "Contexto";
$text['label-call_flow_context']['es-mx'] = "";
$text['label-call_flow_context']['fr-ca'] = "";
$text['label-call_flow_context']['fr-fr'] = "Contexte";
$text['label-call_flow_context']['he-il'] = "";
$text['label-call_flow_context']['it-it'] = "";
@ -157,6 +196,7 @@ $text['label-call_flow_context']['nl-nl'] = "";
$text['label-call_flow_context']['pl-pl'] = "Kontekst";
$text['label-call_flow_context']['pt-br'] = "Contexto";
$text['label-call_flow_context']['pt-pt'] = "Contexto";
$text['label-call_flow_context']['ro-ro'] = "";
$text['label-call_flow_context']['ru-ru'] = "Контекст";
$text['label-call_flow_context']['sv-se'] = "Context";
$text['label-call_flow_context']['uk-ua'] = "Контекст";
@ -164,8 +204,11 @@ $text['label-call_flow_context']['uk-ua'] = "Контекст";
$text['label-call_flow_alternate_label']['en-us'] = "Alternate Label";
$text['label-call_flow_alternate_label']['ar-eg'] = "";
$text['label-call_flow_alternate_label']['de-at'] = "Alternative Bezeichnung";
$text['label-call_flow_alternate_label']['de-ch'] = "";
$text['label-call_flow_alternate_label']['de-de'] = "Alternative Bezeichnung";
$text['label-call_flow_alternate_label']['es-cl'] = "Etiqueta alternativa";
$text['label-call_flow_alternate_label']['es-mx'] = "";
$text['label-call_flow_alternate_label']['fr-ca'] = "";
$text['label-call_flow_alternate_label']['fr-fr'] = "Label alternatif";
$text['label-call_flow_alternate_label']['he-il'] = "";
$text['label-call_flow_alternate_label']['it-it'] = "";
@ -173,6 +216,7 @@ $text['label-call_flow_alternate_label']['nl-nl'] = "";
$text['label-call_flow_alternate_label']['pl-pl'] = "Alternatywna etykieta";
$text['label-call_flow_alternate_label']['pt-br'] = "Etqueta alternativa";
$text['label-call_flow_alternate_label']['pt-pt'] = "Etiqueta Alternativa";
$text['label-call_flow_alternate_label']['ro-ro'] = "";
$text['label-call_flow_alternate_label']['ru-ru'] = "Название альтернативного направления";
$text['label-call_flow_alternate_label']['sv-se'] = "Alternativ Etikett";
$text['label-call_flow_alternate_label']['uk-ua'] = "альтернативні етикетки";
@ -180,8 +224,11 @@ $text['label-call_flow_alternate_label']['uk-ua'] = "альтернативні
$text['label-call_flow_alternate_destination']['en-us'] = "Alternate Destination";
$text['label-call_flow_alternate_destination']['ar-eg'] = "";
$text['label-call_flow_alternate_destination']['de-at'] = "Alternatives Ziel";
$text['label-call_flow_alternate_destination']['de-ch'] = "";
$text['label-call_flow_alternate_destination']['de-de'] = "Alternatives Ziel";
$text['label-call_flow_alternate_destination']['es-cl'] = "Destino Alternativo";
$text['label-call_flow_alternate_destination']['es-mx'] = "";
$text['label-call_flow_alternate_destination']['fr-ca'] = "";
$text['label-call_flow_alternate_destination']['fr-fr'] = "Destination alternative";
$text['label-call_flow_alternate_destination']['he-il'] = "";
$text['label-call_flow_alternate_destination']['it-it'] = "";
@ -189,6 +236,7 @@ $text['label-call_flow_alternate_destination']['nl-nl'] = "";
$text['label-call_flow_alternate_destination']['pl-pl'] = "Alternatywna destynacja";
$text['label-call_flow_alternate_destination']['pt-br'] = "Destino alternativo";
$text['label-call_flow_alternate_destination']['pt-pt'] = "Destino Alternativo";
$text['label-call_flow_alternate_destination']['ro-ro'] = "";
$text['label-call_flow_alternate_destination']['ru-ru'] = "Альтернативное направление";
$text['label-call_flow_alternate_destination']['sv-se'] = "Alternativ Destination";
$text['label-call_flow_alternate_destination']['uk-ua'] = "альтернативні варіанти призначення";
@ -196,8 +244,11 @@ $text['label-call_flow_alternate_destination']['uk-ua'] = "альтернати
$text['label-call_flow_sound']['en-us'] = "Sound";
$text['label-call_flow_sound']['ar-eg'] = "";
$text['label-call_flow_sound']['de-at'] = "Rufton";
$text['label-call_flow_sound']['de-ch'] = "";
$text['label-call_flow_sound']['de-de'] = "Rufton";
$text['label-call_flow_sound']['es-cl'] = "Sonar";
$text['label-call_flow_sound']['es-mx'] = "";
$text['label-call_flow_sound']['fr-ca'] = "";
$text['label-call_flow_sound']['fr-fr'] = "Sonner";
$text['label-call_flow_sound']['he-il'] = "";
$text['label-call_flow_sound']['it-it'] = "";
@ -205,6 +256,7 @@ $text['label-call_flow_sound']['nl-nl'] = "";
$text['label-call_flow_sound']['pl-pl'] = "Dźwięk";
$text['label-call_flow_sound']['pt-br'] = "Som";
$text['label-call_flow_sound']['pt-pt'] = "Som";
$text['label-call_flow_sound']['ro-ro'] = "";
$text['label-call_flow_sound']['ru-ru'] = "Звук";
$text['label-call_flow_sound']['sv-se'] = "Ljud";
$text['label-call_flow_sound']['uk-ua'] = "звук";
@ -212,8 +264,11 @@ $text['label-call_flow_sound']['uk-ua'] = "звук";
$text['label-call_flow_alternate_sound']['en-us'] = "Alternate Sound";
$text['label-call_flow_alternate_sound']['ar-eg'] = "";
$text['label-call_flow_alternate_sound']['de-at'] = "Alternativer Rufton";
$text['label-call_flow_alternate_sound']['de-ch'] = "";
$text['label-call_flow_alternate_sound']['de-de'] = "Alternativer Rufton";
$text['label-call_flow_alternate_sound']['es-cl'] = "sonido alternativo";
$text['label-call_flow_alternate_sound']['es-mx'] = "";
$text['label-call_flow_alternate_sound']['fr-ca'] = "";
$text['label-call_flow_alternate_sound']['fr-fr'] = "son suppléant";
$text['label-call_flow_alternate_sound']['he-il'] = "";
$text['label-call_flow_alternate_sound']['it-it'] = "";
@ -221,6 +276,7 @@ $text['label-call_flow_alternate_sound']['nl-nl'] = "";
$text['label-call_flow_alternate_sound']['pl-pl'] = "Alternatywny dźwięk";
$text['label-call_flow_alternate_sound']['pt-br'] = "Som alternativo";
$text['label-call_flow_alternate_sound']['pt-pt'] = "som alternativo";
$text['label-call_flow_alternate_sound']['ro-ro'] = "";
$text['label-call_flow_alternate_sound']['ru-ru'] = "Альтернативный звук";
$text['label-call_flow_alternate_sound']['sv-se'] = "alternativt ljud";
$text['label-call_flow_alternate_sound']['uk-ua'] = "альтернативний звук";
@ -228,8 +284,11 @@ $text['label-call_flow_alternate_sound']['uk-ua'] = "альтернативни
$text['label-call_flow_description']['en-us'] = "Description";
$text['label-call_flow_description']['ar-eg'] = "";
$text['label-call_flow_description']['de-at'] = "Beschreibung";
$text['label-call_flow_description']['de-ch'] = "";
$text['label-call_flow_description']['de-de'] = "Beschreibung";
$text['label-call_flow_description']['es-cl'] = "Descripción";
$text['label-call_flow_description']['es-mx'] = "";
$text['label-call_flow_description']['fr-ca'] = "";
$text['label-call_flow_description']['fr-fr'] = "Description";
$text['label-call_flow_description']['he-il'] = "";
$text['label-call_flow_description']['it-it'] = "";
@ -237,6 +296,7 @@ $text['label-call_flow_description']['nl-nl'] = "";
$text['label-call_flow_description']['pl-pl'] = "Opis";
$text['label-call_flow_description']['pt-br'] = "Descrição";
$text['label-call_flow_description']['pt-pt'] = "Descripção";
$text['label-call_flow_description']['ro-ro'] = "";
$text['label-call_flow_description']['ru-ru'] = "Описание";
$text['label-call_flow_description']['sv-se'] = "Beskrivning";
$text['label-call_flow_description']['uk-ua'] = "Опис";
@ -244,8 +304,11 @@ $text['label-call_flow_description']['uk-ua'] = "Опис";
$text['header-call_flows']['en-us'] = "Call Flows";
$text['header-call_flows']['ar-eg'] = "";
$text['header-call_flows']['de-at'] = "Anruf Steuerung";
$text['header-call_flows']['de-ch'] = "";
$text['header-call_flows']['de-de'] = "Anruf Steuerung";
$text['header-call_flows']['es-cl'] = "flujo de Llamada";
$text['header-call_flows']['es-mx'] = "";
$text['header-call_flows']['fr-ca'] = "";
$text['header-call_flows']['fr-fr'] = "Flux d'appel";
$text['header-call_flows']['he-il'] = "";
$text['header-call_flows']['it-it'] = "";
@ -253,6 +316,7 @@ $text['header-call_flows']['nl-nl'] = "";
$text['header-call_flows']['pl-pl'] = "Przepływ rozmów";
$text['header-call_flows']['pt-br'] = "Fluxo de chamadas";
$text['header-call_flows']['pt-pt'] = "Fluxo de Chamadas";
$text['header-call_flows']['ro-ro'] = "";
$text['header-call_flows']['ru-ru'] = "Переключатель вызовов";
$text['header-call_flows']['sv-se'] = "Samtalsflöden";
$text['header-call_flows']['uk-ua'] = "Потоки дзвінків";
@ -260,8 +324,11 @@ $text['header-call_flows']['uk-ua'] = "Потоки дзвінків";
$text['header-call_flow']['en-us'] = "Call Flow";
$text['header-call_flow']['ar-eg'] = "";
$text['header-call_flow']['de-at'] = "Anruf Steuerung";
$text['header-call_flow']['de-ch'] = "";
$text['header-call_flow']['de-de'] = "Anruf Steuerung";
$text['header-call_flow']['es-cl'] = "Flujo de Llamada";
$text['header-call_flow']['es-mx'] = "";
$text['header-call_flow']['fr-ca'] = "";
$text['header-call_flow']['fr-fr'] = "Editer le flux";
$text['header-call_flow']['he-il'] = "";
$text['header-call_flow']['it-it'] = "";
@ -269,6 +336,7 @@ $text['header-call_flow']['nl-nl'] = "";
$text['header-call_flow']['pl-pl'] = "Przepływ rozmów";
$text['header-call_flow']['pt-br'] = "Fluxo de chamada";
$text['header-call_flow']['pt-pt'] = "Fluxo de Chamada";
$text['header-call_flow']['ro-ro'] = "";
$text['header-call_flow']['ru-ru'] = "Переключатель вызовов";
$text['header-call_flow']['sv-se'] = "Samtalsflöde";
$text['header-call_flow']['uk-ua'] = "Потік дзвінка";
@ -276,8 +344,11 @@ $text['header-call_flow']['uk-ua'] = "Потік дзвінка";
$text['description-call_flow_status']['en-us'] = "Select the status.";
$text['description-call_flow_status']['ar-eg'] = "";
$text['description-call_flow_status']['de-at'] = "Status festlegen.";
$text['description-call_flow_status']['de-ch'] = "";
$text['description-call_flow_status']['de-de'] = "Status festlegen.";
$text['description-call_flow_status']['es-cl'] = "Seleccione el estado.";
$text['description-call_flow_status']['es-mx'] = "";
$text['description-call_flow_status']['fr-ca'] = "";
$text['description-call_flow_status']['fr-fr'] = "Choisir le statut.";
$text['description-call_flow_status']['he-il'] = "";
$text['description-call_flow_status']['it-it'] = "";
@ -285,6 +356,7 @@ $text['description-call_flow_status']['nl-nl'] = "";
$text['description-call_flow_status']['pl-pl'] = "Wybierz status użytkownika";
$text['description-call_flow_status']['pt-br'] = "Escolha o estado.";
$text['description-call_flow_status']['pt-pt'] = "Seleccione o estado.";
$text['description-call_flow_status']['ro-ro'] = "";
$text['description-call_flow_status']['ru-ru'] = "Виберите состояние.";
$text['description-call_flow_status']['sv-se'] = "Välj Status";
$text['description-call_flow_status']['uk-ua'] = "Виберіть статус користувача";
@ -292,8 +364,11 @@ $text['description-call_flow_status']['uk-ua'] = "Виберіть статус
$text['description-call_flow_pin_number']['en-us'] = "Enter the pin number.";
$text['description-call_flow_pin_number']['ar-eg'] = "";
$text['description-call_flow_pin_number']['de-at'] = "Geben Sie eine PIN ein.";
$text['description-call_flow_pin_number']['de-ch'] = "";
$text['description-call_flow_pin_number']['de-de'] = "Geben Sie eine PIN ein.";
$text['description-call_flow_pin_number']['es-cl'] = "Ingrese el número PIN.";
$text['description-call_flow_pin_number']['es-mx'] = "";
$text['description-call_flow_pin_number']['fr-ca'] = "";
$text['description-call_flow_pin_number']['fr-fr'] = "Choisir le code PIN.";
$text['description-call_flow_pin_number']['he-il'] = "";
$text['description-call_flow_pin_number']['it-it'] = "";
@ -301,6 +376,7 @@ $text['description-call_flow_pin_number']['nl-nl'] = "";
$text['description-call_flow_pin_number']['pl-pl'] = "Wprowadź numer PIN";
$text['description-call_flow_pin_number']['pt-br'] = "Insira o código PIN.";
$text['description-call_flow_pin_number']['pt-pt'] = "Introduza o código PIN";
$text['description-call_flow_pin_number']['ro-ro'] = "";
$text['description-call_flow_pin_number']['ru-ru'] = "Введите пин-код.";
$text['description-call_flow_pin_number']['sv-se'] = "Ange PIN Kod.";
$text['description-call_flow_pin_number']['uk-ua'] = "Введіть пін - код.";
@ -308,8 +384,11 @@ $text['description-call_flow_pin_number']['uk-ua'] = "Введіть пін - к
$text['description-call_flow_name']['en-us'] = "Enter the name.";
$text['description-call_flow_name']['ar-eg'] = "";
$text['description-call_flow_name']['de-at'] = "Geben Sie den Namen an";
$text['description-call_flow_name']['de-ch'] = "";
$text['description-call_flow_name']['de-de'] = "Geben Sie den Namen an";
$text['description-call_flow_name']['es-cl'] = "Ingrese el nombre.";
$text['description-call_flow_name']['es-mx'] = "";
$text['description-call_flow_name']['fr-ca'] = "";
$text['description-call_flow_name']['fr-fr'] = "Choisr le nom.";
$text['description-call_flow_name']['he-il'] = "";
$text['description-call_flow_name']['it-it'] = "";
@ -317,6 +396,7 @@ $text['description-call_flow_name']['nl-nl'] = "";
$text['description-call_flow_name']['pl-pl'] = "Wprowadź nazwę";
$text['description-call_flow_name']['pt-br'] = "Insira o nome.";
$text['description-call_flow_name']['pt-pt'] = "Introduza o nome.";
$text['description-call_flow_name']['ro-ro'] = "";
$text['description-call_flow_name']['ru-ru'] = "Введите имя.";
$text['description-call_flow_name']['sv-se'] = "Ange Namn.";
$text['description-call_flow_name']['uk-ua'] = "Введіть назву меню";
@ -324,8 +404,11 @@ $text['description-call_flow_name']['uk-ua'] = "Введіть назву мен
$text['description-call_flow_feature_code']['en-us'] = "Enter the feature code.";
$text['description-call_flow_feature_code']['ar-eg'] = "";
$text['description-call_flow_feature_code']['de-at'] = "Geben Sie den Funktions-Code an.";
$text['description-call_flow_feature_code']['de-ch'] = "";
$text['description-call_flow_feature_code']['de-de'] = "Geben Sie den Funktions-Code an.";
$text['description-call_flow_feature_code']['es-cl'] = "Ingrese el código distintivo.";
$text['description-call_flow_feature_code']['es-mx'] = "";
$text['description-call_flow_feature_code']['fr-ca'] = "";
$text['description-call_flow_feature_code']['fr-fr'] = "Choisir le code la fonction";
$text['description-call_flow_feature_code']['he-il'] = "";
$text['description-call_flow_feature_code']['it-it'] = "";
@ -333,6 +416,7 @@ $text['description-call_flow_feature_code']['nl-nl'] = "";
$text['description-call_flow_feature_code']['pl-pl'] = "Dodaj specjalny kod";
$text['description-call_flow_feature_code']['pt-br'] = "Insira o código de função.";
$text['description-call_flow_feature_code']['pt-pt'] = "Introduza o código de função.";
$text['description-call_flow_feature_code']['ro-ro'] = "";
$text['description-call_flow_feature_code']['ru-ru'] = "Введите код функции.";
$text['description-call_flow_feature_code']['sv-se'] = "Ange Funktionskoden.";
$text['description-call_flow_feature_code']['uk-ua'] = "Введіть код об'єкта.";
@ -340,8 +424,11 @@ $text['description-call_flow_feature_code']['uk-ua'] = "Введіть код о
$text['description-call_flow_extension']['en-us'] = "Enter the extension number.";
$text['description-call_flow_extension']['ar-eg'] = "";
$text['description-call_flow_extension']['de-at'] = "Weisen Sie die Nebenstelle aus.";
$text['description-call_flow_extension']['de-ch'] = "";
$text['description-call_flow_extension']['de-de'] = "Weisen Sie die Nebenstelle aus.";
$text['description-call_flow_extension']['es-cl'] = "Ingrese el número de extensión.";
$text['description-call_flow_extension']['es-mx'] = "";
$text['description-call_flow_extension']['fr-ca'] = "";
$text['description-call_flow_extension']['fr-fr'] = "Choisir le numéro d'extension.";
$text['description-call_flow_extension']['he-il'] = "";
$text['description-call_flow_extension']['it-it'] = "";
@ -349,6 +436,7 @@ $text['description-call_flow_extension']['nl-nl'] = "";
$text['description-call_flow_extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
$text['description-call_flow_extension']['pt-br'] = "Atribua o número de ramal.";
$text['description-call_flow_extension']['pt-pt'] = "Introduza o número da extensão.";
$text['description-call_flow_extension']['ro-ro'] = "";
$text['description-call_flow_extension']['ru-ru'] = "Введите внутренний номер.";
$text['description-call_flow_extension']['sv-se'] = "Ange anknytningsnumret.";
$text['description-call_flow_extension']['uk-ua'] = "Введіть номер розширення.";
@ -356,8 +444,11 @@ $text['description-call_flow_extension']['uk-ua'] = "Введіть номер
$text['description-call_flow_destination_label']['en-us'] = "Enter the destination label.";
$text['description-call_flow_destination_label']['ar-eg'] = "";
$text['description-call_flow_destination_label']['de-at'] = "Geben Sie eine Beschreibung für das Ziel an.";
$text['description-call_flow_destination_label']['de-ch'] = "";
$text['description-call_flow_destination_label']['de-de'] = "Geben Sie eine Beschreibung für das Ziel an.";
$text['description-call_flow_destination_label']['es-cl'] = "Ingrese la etiqueta de destino.";
$text['description-call_flow_destination_label']['es-mx'] = "";
$text['description-call_flow_destination_label']['fr-ca'] = "";
$text['description-call_flow_destination_label']['fr-fr'] = "Choisir le label de la destination.";
$text['description-call_flow_destination_label']['he-il'] = "";
$text['description-call_flow_destination_label']['it-it'] = "";
@ -365,6 +456,7 @@ $text['description-call_flow_destination_label']['nl-nl'] = "";
$text['description-call_flow_destination_label']['pl-pl'] = "Wprowadź opis destynacji";
$text['description-call_flow_destination_label']['pt-br'] = "Insira o destino.";
$text['description-call_flow_destination_label']['pt-pt'] = "Introduza o destino.";
$text['description-call_flow_destination_label']['ro-ro'] = "";
$text['description-call_flow_destination_label']['ru-ru'] = "Введите название направления.";
$text['description-call_flow_destination_label']['sv-se'] = "Ange Destinations Etiketten.";
$text['description-call_flow_destination_label']['uk-ua'] = "Введіть мітку призначення.";
@ -372,8 +464,11 @@ $text['description-call_flow_destination_label']['uk-ua'] = "Введіть мі
$text['description-call_flow_destination']['en-us'] = "Select the destination.";
$text['description-call_flow_destination']['ar-eg'] = "";
$text['description-call_flow_destination']['de-at'] = "Wählen Sie das Ziel.";
$text['description-call_flow_destination']['de-ch'] = "";
$text['description-call_flow_destination']['de-de'] = "Wählen Sie das Ziel.";
$text['description-call_flow_destination']['es-cl'] = "Seleccione el destino.";
$text['description-call_flow_destination']['es-mx'] = "";
$text['description-call_flow_destination']['fr-ca'] = "";
$text['description-call_flow_destination']['fr-fr'] = "Choisir la destination.";
$text['description-call_flow_destination']['he-il'] = "";
$text['description-call_flow_destination']['it-it'] = "";
@ -381,6 +476,7 @@ $text['description-call_flow_destination']['nl-nl'] = "";
$text['description-call_flow_destination']['pl-pl'] = "Wybierz numer docelowy.";
$text['description-call_flow_destination']['pt-br'] = "Selecionar o destino da chamada.";
$text['description-call_flow_destination']['pt-pt'] = "Seleccione o destino.";
$text['description-call_flow_destination']['ro-ro'] = "";
$text['description-call_flow_destination']['ru-ru'] = "Выберите назначение.";
$text['description-call_flow_destination']['sv-se'] = "Välj destinationen.";
$text['description-call_flow_destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
@ -388,8 +484,11 @@ $text['description-call_flow_destination']['uk-ua'] = "Відправити дз
$text['description-call_flow_context']['en-us'] = "Enter the context.";
$text['description-call_flow_context']['ar-eg'] = "";
$text['description-call_flow_context']['de-at'] = "Geben Sie den Kontext hier an.";
$text['description-call_flow_context']['de-ch'] = "";
$text['description-call_flow_context']['de-de'] = "Geben Sie den Kontext hier an.";
$text['description-call_flow_context']['es-cl'] = "Ingrese el contexto.";
$text['description-call_flow_context']['es-mx'] = "";
$text['description-call_flow_context']['fr-ca'] = "";
$text['description-call_flow_context']['fr-fr'] = "Choisir le contexte.";
$text['description-call_flow_context']['he-il'] = "";
$text['description-call_flow_context']['it-it'] = "";
@ -397,6 +496,7 @@ $text['description-call_flow_context']['nl-nl'] = "";
$text['description-call_flow_context']['pl-pl'] = "Wprowadź kontekst";
$text['description-call_flow_context']['pt-br'] = "Insira o contexto.";
$text['description-call_flow_context']['pt-pt'] = "Introduza o contexto";
$text['description-call_flow_context']['ro-ro'] = "";
$text['description-call_flow_context']['ru-ru'] = "Введите контекст.";
$text['description-call_flow_context']['sv-se'] = "Ange Context.";
$text['description-call_flow_context']['uk-ua'] = "Введіть контекст.";
@ -404,8 +504,11 @@ $text['description-call_flow_context']['uk-ua'] = "Введіть контекс
$text['description-call_flows']['en-us'] = "Direct calls between two destinations by calling a feature code.";
$text['description-call_flows']['ar-eg'] = "";
$text['description-call_flows']['de-at'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Funktions-Code wählen.";
$text['description-call_flows']['de-ch'] = "";
$text['description-call_flows']['de-de'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Funktions-Code wählen.";
$text['description-call_flows']['es-cl'] = "Llamadas directas entre dos destinatarios llamando a un código distintivo.";
$text['description-call_flows']['es-mx'] = "";
$text['description-call_flows']['fr-ca'] = "";
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destinations en appelant une fonction.";
$text['description-call_flows']['he-il'] = "";
$text['description-call_flows']['it-it'] = "";
@ -413,6 +516,7 @@ $text['description-call_flows']['nl-nl'] = "";
$text['description-call_flows']['pl-pl'] = "Kieruj rozmowy bezpośrednio pomiędzy dwoma destynacjami poprzez prowadzenie specjalnego kodu.";
$text['description-call_flows']['pt-br'] = "Chamadas diretas para dois dispositivos utilizando o código de função.";
$text['description-call_flows']['pt-pt'] = "Chamadas directas entre dois destinos recorrendo a um código de função.";
$text['description-call_flows']['ro-ro'] = "";
$text['description-call_flows']['ru-ru'] = "Переключите вызовы между двумя направлениями с помощью кода дополнительного вида обслуживания.";
$text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer genom att ringa en funktionskod.";
$text['description-call_flows']['uk-ua'] = "Прямі виклики між двома пунктами шляхом виклику коду функції.";
@ -420,8 +524,11 @@ $text['description-call_flows']['uk-ua'] = "Прямі виклики між д
$text['description-call_flow_alternate_label']['en-us'] = "Enter the alternate destination label.";
$text['description-call_flow_alternate_label']['ar-eg'] = "";
$text['description-call_flow_alternate_label']['de-at'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
$text['description-call_flow_alternate_label']['de-ch'] = "";
$text['description-call_flow_alternate_label']['de-de'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
$text['description-call_flow_alternate_label']['es-cl'] = "Ingrese la etiqueta de destino alternativo.";
$text['description-call_flow_alternate_label']['es-mx'] = "";
$text['description-call_flow_alternate_label']['fr-ca'] = "";
$text['description-call_flow_alternate_label']['fr-fr'] = "Choisir le label de la destination alternative.";
$text['description-call_flow_alternate_label']['he-il'] = "";
$text['description-call_flow_alternate_label']['it-it'] = "";
@ -429,6 +536,7 @@ $text['description-call_flow_alternate_label']['nl-nl'] = "";
$text['description-call_flow_alternate_label']['pl-pl'] = "Wprowadź alternatywny opis destynacji";
$text['description-call_flow_alternate_label']['pt-br'] = "Insira um destino alternativo.";
$text['description-call_flow_alternate_label']['pt-pt'] = "Introduza um destino alternativo.";
$text['description-call_flow_alternate_label']['ro-ro'] = "";
$text['description-call_flow_alternate_label']['ru-ru'] = "Введите название альтернативного направления.";
$text['description-call_flow_alternate_label']['sv-se'] = "Ange den alternativa destinations etiketten.";
$text['description-call_flow_alternate_label']['uk-ua'] = "Введіть альтернативний ярлик призначення.";
@ -436,40 +544,31 @@ $text['description-call_flow_alternate_label']['uk-ua'] = "Введіть аль
$text['description-call_flow_alternate_destination']['en-us'] = "Select the alternate destination.";
$text['description-call_flow_alternate_destination']['ar-eg'] = "";
$text['description-call_flow_alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel.";
$text['description-call_flow_alternate_destination']['de-ch'] = "";
$text['description-call_flow_alternate_destination']['de-de'] = "Wählen Sie ein alternatives Ziel.";
$text['description-call_flow_alternate_destination']['es-cl'] = "";
$text['description-call_flow_alternate_destination']['fr-fr'] = "";
$text['description-call_flow_alternate_destination']['es-cl'] = "Seleccione el destino alternativo.";
$text['description-call_flow_alternate_destination']['es-mx'] = "";
$text['description-call_flow_alternate_destination']['fr-ca'] = "";
$text['description-call_flow_alternate_destination']['fr-fr'] = "Choisir la destination alternative.";
$text['description-call_flow_alternate_destination']['he-il'] = "";
$text['description-call_flow_alternate_destination']['it-it'] = "";
$text['description-call_flow_alternate_destination']['nl-nl'] = "";
$text['description-call_flow_alternate_destination']['pl-pl'] = "";
$text['description-call_flow_alternate_destination']['pt-br'] = "";
$text['description-call_flow_alternate_destination']['pt-pt'] = "";
$text['description-call_flow_alternate_destination']['pl-pl'] = "Wybierz alternatywną destynację";
$text['description-call_flow_alternate_destination']['pt-br'] = "Selecione um destino alternativo.";
$text['description-call_flow_alternate_destination']['pt-pt'] = "Seleccione um destino alternativo.";
$text['description-call_flow_alternate_destination']['ro-ro'] = "";
$text['description-call_flow_alternate_destination']['ru-ru'] = "Выберите альтернативное направление.";
$text['description-call_flow_alternate_destination']['sv-se'] = "";
$text['description-call_flow_alternate_destination']['uk-ua'] = "";
$text['description-alternate_destination']['en-us'] = "";
$text['description-alternate_destination']['ar-eg'] = "";
$text['description-alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel.";
$text['description-alternate_destination']['de-de'] = "Wählen Sie ein alternatives Ziel.";
$text['description-alternate_destination']['es-cl'] = "Seleccione el destino alternativo.";
$text['description-alternate_destination']['fr-fr'] = "Choisir la destination alternative.";
$text['description-alternate_destination']['he-il'] = "";
$text['description-alternate_destination']['it-it'] = "";
$text['description-alternate_destination']['nl-nl'] = "";
$text['description-alternate_destination']['pl-pl'] = "Wybierz alternatywną destynację";
$text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo.";
$text['description-alternate_destination']['pt-pt'] = "Seleccione um destino alternativo.";
$text['description-alternate_destination']['ru-ru'] = "";
$text['description-alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
$text['description-alternate_destination']['uk-ua'] = "Виберіть інше розташування.";
$text['description-call_flow_alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
$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']['ar-eg'] = "";
$text['description-call_flow_sound']['de-at'] = "Wählen Sie den zu spielenden Rufton aus, wenn das primäre Ziel ausgewählt ist.";
$text['description-call_flow_sound']['de-ch'] = "";
$text['description-call_flow_sound']['de-de'] = "Wählen Sie den zu spielenden Rufton aus, wenn das primäre Ziel ausgewählt ist.";
$text['description-call_flow_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino.";
$text['description-call_flow_sound']['es-mx'] = "";
$text['description-call_flow_sound']['fr-ca'] = "";
$text['description-call_flow_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination.";
$text['description-call_flow_sound']['he-il'] = "";
$text['description-call_flow_sound']['it-it'] = "";
@ -477,6 +576,7 @@ $text['description-call_flow_sound']['nl-nl'] = "";
$text['description-call_flow_sound']['pl-pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony do miejsca przeznaczenia.";
$text['description-call_flow_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino.";
$text['description-call_flow_sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino.";
$text['description-call_flow_sound']['ro-ro'] = "";
$text['description-call_flow_sound']['ru-ru'] = "Выберите звук для воспроизведения, когда состояние устанавливается в пункты назначения.";
$text['description-call_flow_sound']['sv-se'] = "Välj ljud att spela när status är inställd på destinationen.";
$text['description-call_flow_sound']['uk-ua'] = "Виберіть звук для відтворення , коли статус встановлений в пункти призначення.";
@ -484,8 +584,11 @@ $text['description-call_flow_sound']['uk-ua'] = "Виберіть звук дл
$text['description-call_flow_alternate_sound']['en-us'] = "Select the sound to play when status is set to the alternate destination.";
$text['description-call_flow_alternate_sound']['ar-eg'] = "";
$text['description-call_flow_alternate_sound']['de-at'] = "Wählen Sie den zu spielenden Rufton aus, wenn das alternative Ziel ausgewählt ist.";
$text['description-call_flow_alternate_sound']['de-ch'] = "";
$text['description-call_flow_alternate_sound']['de-de'] = "Wählen Sie den zu spielenden Rufton aus, wenn das alternative Ziel ausgewählt ist.";
$text['description-call_flow_alternate_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino alternativo.";
$text['description-call_flow_alternate_sound']['es-mx'] = "";
$text['description-call_flow_alternate_sound']['fr-ca'] = "";
$text['description-call_flow_alternate_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination alternative.";
$text['description-call_flow_alternate_sound']['he-il'] = "";
$text['description-call_flow_alternate_sound']['it-it'] = "";
@ -493,6 +596,7 @@ $text['description-call_flow_alternate_sound']['nl-nl'] = "";
$text['description-call_flow_alternate_sound']['pl-pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony na alternatywnego przeznaczenia.";
$text['description-call_flow_alternate_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino alternativo.";
$text['description-call_flow_alternate_sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino alternativo.";
$text['description-call_flow_alternate_sound']['ro-ro'] = "";
$text['description-call_flow_alternate_sound']['ru-ru'] = "Выберите звук, который воспроизводится когда статус устанавливается в альтернативное направление.";
$text['description-call_flow_alternate_sound']['sv-se'] = "Välj ljud att spela när status är inställd på den alternativa destinationen.";
$text['description-call_flow_alternate_sound']['uk-ua'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення.";
@ -500,8 +604,11 @@ $text['description-call_flow_alternate_sound']['uk-ua'] = "Виберіть зв
$text['recordings']['en-us'] = "Recordings";
$text['recordings']['ar-eg'] = "";
$text['recordings']['de-at'] = "Aufnahmen";
$text['recordings']['de-ch'] = "";
$text['recordings']['de-de'] = "Aufnahmen";
$text['recordings']['es-cl'] = "grabaciones";
$text['recordings']['es-mx'] = "";
$text['recordings']['fr-ca'] = "";
$text['recordings']['fr-fr'] = "Recordings";
$text['recordings']['he-il'] = "";
$text['recordings']['it-it'] = "";
@ -509,6 +616,7 @@ $text['recordings']['nl-nl'] = "";
$text['recordings']['pl-pl'] = "nagrania";
$text['recordings']['pt-br'] = "Gravações";
$text['recordings']['pt-pt'] = "gravações";
$text['recordings']['ro-ro'] = "";
$text['recordings']['ru-ru'] = "Записи";
$text['recordings']['sv-se'] = "inspelningar";
$text['recordings']['uk-ua'] = "записи";
@ -516,8 +624,11 @@ $text['recordings']['uk-ua'] = "записи";
$text['miscellaneous']['en-us'] = "Miscellaneous";
$text['miscellaneous']['ar-eg'] = "";
$text['miscellaneous']['de-at'] = "Sonstiges";
$text['miscellaneous']['de-ch'] = "";
$text['miscellaneous']['de-de'] = "Sonstiges";
$text['miscellaneous']['es-cl'] = "Diverso";
$text['miscellaneous']['es-mx'] = "";
$text['miscellaneous']['fr-ca'] = "";
$text['miscellaneous']['fr-fr'] = "Divers";
$text['miscellaneous']['he-il'] = "";
$text['miscellaneous']['it-it'] = "";
@ -525,6 +636,7 @@ $text['miscellaneous']['nl-nl'] = "";
$text['miscellaneous']['pl-pl'] = "Różne";
$text['miscellaneous']['pt-br'] = "Diversos";
$text['miscellaneous']['pt-pt'] = "Variado";
$text['miscellaneous']['ro-ro'] = "";
$text['miscellaneous']['ru-ru'] = "Разное";
$text['miscellaneous']['sv-se'] = "Diverse";
$text['miscellaneous']['uk-ua'] = "Різне";
@ -532,8 +644,11 @@ $text['miscellaneous']['uk-ua'] = "Різне";
$text['sounds']['en-us'] = "Sounds";
$text['sounds']['ar-eg'] = "";
$text['sounds']['de-at'] = "Ruftöne";
$text['sounds']['de-ch'] = "";
$text['sounds']['de-de'] = "";
$text['sounds']['es-cl'] = "Sonidos";
$text['sounds']['es-mx'] = "";
$text['sounds']['fr-ca'] = "";
$text['sounds']['fr-fr'] = "des sons";
$text['sounds']['he-il'] = "";
$text['sounds']['it-it'] = "";
@ -541,8 +656,9 @@ $text['sounds']['nl-nl'] = "";
$text['sounds']['pl-pl'] = "Dźwięki";
$text['sounds']['pt-br'] = "Sons";
$text['sounds']['pt-pt'] = "Sons";
$text['sounds']['ro-ro'] = "";
$text['sounds']['ru-ru'] = "Звуки";
$text['sounds']['sv-se'] = "Ljud";
$text['sounds']['uk-ua'] = "звуки";
?>
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Flows";
$apps[$x]['menu'][0]['title']['pt-br'] = "Fluxo de chamadas";
$apps[$x]['menu'][0]['title']['es-cl'] = "Flujo de Llamada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "cinématiques d'Appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Circulation d'Appel";
$apps[$x]['menu'][0]['title']['pl'] = "Przepływ rozmów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Переключатель вызовов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Samtalsflöden";
$apps[$x]['menu'][0]['title']['uk'] = "Потоки дзвінків";
$apps[$x]['menu'][0]['title']['de-de'] = "Anruf Steuerung";
$apps[$x]['menu'][0]['title']['de-at'] = "Anruf Steuerung";
$apps[$x]['menu'][0]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Steuerung";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Flujo de Llamada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Circulation d'Appel";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "cinématiques d'Appel";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Przepływ rozmów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Fluxo de chamadas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Переключатель вызовов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsflöden";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Потоки дзвінків";
$apps[$x]['menu'][$y]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -1,60 +1,68 @@
<?php
//application details
$apps[$x]['name'] = "Calls";
$apps[$x]['uuid'] = "19806921-e8ed-dcff-b325-dd3e5da4959d";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$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']['es-cl'] = "Reenvio de llamada, Sígueme y No Molestar.";
$apps[$x]['description']['de-de'] = "Anrufweiterleitung, Follow Me und Nicht-Stören.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Anrufweiterleitung, Follow Me und Nicht-Stören.";
$apps[$x]['description']['fr-fr'] = "Renvoi d'appel, Follow Me et ne pas deranger.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Desvio de Chamadas, Seguir-me e Não Perturbar.";
$apps[$x]['description']['pt-br'] = "Desvio de chamadas, Siga-me e Não perturbe (DND).";
//application details
$apps[$x]['name'] = "Calls";
$apps[$x]['uuid'] = "19806921-e8ed-dcff-b325-dd3e5da4959d";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Anrufweiterleitung, Follow Me und Nicht-Stören.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Anrufweiterleitung, Follow Me und Nicht-Stören.";
$apps[$x]['description']['es-cl'] = "Reenvio de llamada, Sígueme y No Molestar.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "Renvoi d'appel, Follow Me et ne pas deranger.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "Desvio de chamadas, Siga-me e Não perturbe (DND).";
$apps[$x]['description']['pt-pt'] = "Desvio de Chamadas, Seguir-me e Não Perturbar.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "follow_me";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "call_forward";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "do_not_disturb";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "follow_me";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "call_forward";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "do_not_disturb";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '4fedc226-caca-4ebf-b4eb-31de93e5bed3';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'follow_me';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'max_destinations';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '5';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_order'] = '0';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the maximum number of Follow Me Destinations.';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ce105d64-2d1b-4d19-ae34-ccb818cc9c6e';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'follow_me';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'timeout';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '30';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_order'] = '0';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default Follow Me Timeout value.';
$y++;
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "4fedc226-caca-4ebf-b4eb-31de93e5bed3";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "follow_me";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "max_destinations";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "5";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_order'] = "0";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the maximum number of Follow Me Destinations.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ce105d64-2d1b-4d19-ae34-ccb818cc9c6e";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "follow_me";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "timeout";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "30";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_order'] = "0";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default Follow Me Timeout value.";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 4th of June 2017 08:29:50 AM UTC
$text['title']['en-us'] = "Call Routing";
$text['title']['ar-eg'] = "توجيه الدعوة";
$text['title']['de-at'] = "Call Routing";
$text['title']['de-ch'] = "";
$text['title']['de-de'] = "Call Routing";
$text['title']['es-cl'] = "enrutamiento de llamadas";
$text['title']['es-mx'] = "";
$text['title']['fr-ca'] = "";
$text['title']['fr-fr'] = "routage des appels";
$text['title']['he-il'] = "ניתוב שיחות";
$text['title']['it-it'] = "Instradamento Chiamate";
@ -13,6 +16,7 @@ $text['title']['nl-nl'] = "";
$text['title']['pl-pl'] = "Call Routing";
$text['title']['pt-br'] = "";
$text['title']['pt-pt'] = "Roteamento de chamadas";
$text['title']['ro-ro'] = "rutare de apel";
$text['title']['ru-ru'] = "Маршрутизация вызовов";
$text['title']['sv-se'] = "Call Routing";
$text['title']['uk-ua'] = "маршрутизація викликів";
@ -20,8 +24,11 @@ $text['title']['uk-ua'] = "маршрутизація викликів";
$text['table-tools']['en-us'] = "Tools";
$text['table-tools']['ar-eg'] = "";
$text['table-tools']['de-at'] = "Funktionen";
$text['table-tools']['de-ch'] = "";
$text['table-tools']['de-de'] = "Funktionen";
$text['table-tools']['es-cl'] = "Herramientas";
$text['table-tools']['es-mx'] = "";
$text['table-tools']['fr-ca'] = "";
$text['table-tools']['fr-fr'] = "Outils";
$text['table-tools']['he-il'] = "";
$text['table-tools']['it-it'] = "Strumenti";
@ -29,15 +36,19 @@ $text['table-tools']['nl-nl'] = "";
$text['table-tools']['pl-pl'] = "Narzędzia";
$text['table-tools']['pt-br'] = "Ferramentas";
$text['table-tools']['pt-pt'] = "Ferramentas";
$text['table-tools']['ro-ro'] = "";
$text['table-tools']['ru-ru'] = "Инструменты";
$text['table-tools']['sv-se'] = "Verktyg ";
$text['table-tools']['sv-se'] = "Verktyg";
$text['table-tools']['uk-ua'] = "Інструменти";
$text['table-extension']['en-us'] = "Extension";
$text['table-extension']['ar-eg'] = "";
$text['table-extension']['de-at'] = "Nebenstelle";
$text['table-extension']['de-ch'] = "";
$text['table-extension']['de-de'] = "Nebenstelle";
$text['table-extension']['es-cl'] = "Extensión";
$text['table-extension']['es-mx'] = "";
$text['table-extension']['fr-ca'] = "";
$text['table-extension']['fr-fr'] = "Extension";
$text['table-extension']['he-il'] = "";
$text['table-extension']['it-it'] = "Interno";
@ -45,15 +56,19 @@ $text['table-extension']['nl-nl'] = "";
$text['table-extension']['pl-pl'] = "Numer wewnętrzny";
$text['table-extension']['pt-br'] = "Ramal";
$text['table-extension']['pt-pt'] = "Extensão";
$text['table-extension']['ro-ro'] = "";
$text['table-extension']['ru-ru'] = "Внутренний номер";
$text['table-extension']['sv-se'] = "Anknytning ";
$text['table-extension']['sv-se'] = "Anknytning";
$text['table-extension']['uk-ua'] = "Розширення (Extention)";
$text['table-description']['en-us'] = "Description";
$text['table-description']['ar-eg'] = "";
$text['table-description']['de-at'] = "Beschreibung";
$text['table-description']['de-ch'] = "";
$text['table-description']['de-de'] = "Beschreibung";
$text['table-description']['es-cl'] = "Descripción";
$text['table-description']['es-mx'] = "";
$text['table-description']['fr-ca'] = "";
$text['table-description']['fr-fr'] = "Description";
$text['table-description']['he-il'] = "";
$text['table-description']['it-it'] = "Descrizione";
@ -61,15 +76,19 @@ $text['table-description']['nl-nl'] = "";
$text['table-description']['pl-pl'] = "Opis";
$text['table-description']['pt-br'] = "Descrição";
$text['table-description']['pt-pt'] = "Descrição";
$text['table-description']['ro-ro'] = "";
$text['table-description']['ru-ru'] = "Описание";
$text['table-description']['sv-se'] = "Beskrivning ";
$text['table-description']['sv-se'] = "Beskrivning";
$text['table-description']['uk-ua'] = "Опис";
$text['label-ring-timeout']['en-us'] = "Timeout";
$text['label-ring-timeout']['ar-eg'] = "";
$text['label-ring-timeout']['de-at'] = "Abwurfzeit";
$text['label-ring-timeout']['de-ch'] = "";
$text['label-ring-timeout']['de-de'] = "Abwurfzeit";
$text['label-ring-timeout']['es-cl'] = "Timeout";
$text['label-ring-timeout']['es-mx'] = "";
$text['label-ring-timeout']['fr-ca'] = "";
$text['label-ring-timeout']['fr-fr'] = "Timeout";
$text['label-ring-timeout']['he-il'] = "";
$text['label-ring-timeout']['it-it'] = "Timeout";
@ -77,15 +96,19 @@ $text['label-ring-timeout']['nl-nl'] = "";
$text['label-ring-timeout']['pl-pl'] = "Przekroczenie czasu oczekiwania ";
$text['label-ring-timeout']['pt-br'] = "Tempo limite";
$text['label-ring-timeout']['pt-pt'] = "Timeout";
$text['label-ring-timeout']['ro-ro'] = "";
$text['label-ring-timeout']['ru-ru'] = "Тайм-аут";
$text['label-ring-timeout']['sv-se'] = "Tidsgräns ";
$text['label-ring-timeout']['sv-se'] = "Tidsgräns";
$text['label-ring-timeout']['uk-ua'] = "Таймаут";
$text['label-ring-order']['en-us'] = "Ring Order";
$text['label-ring-order']['ar-eg'] = "";
$text['label-ring-order']['de-at'] = "Ruf Reihenfolge";
$text['label-ring-order']['de-ch'] = "";
$text['label-ring-order']['de-de'] = "Ruf Reihenfolge";
$text['label-ring-order']['es-cl'] = "Solicitar Llamado";
$text['label-ring-order']['es-mx'] = "";
$text['label-ring-order']['fr-ca'] = "";
$text['label-ring-order']['fr-fr'] = "Ordre de sonnerie";
$text['label-ring-order']['he-il'] = "";
$text['label-ring-order']['it-it'] = "Ordine Squillo";
@ -93,15 +116,19 @@ $text['label-ring-order']['nl-nl'] = "";
$text['label-ring-order']['pl-pl'] = "Kolejność dzwonienia";
$text['label-ring-order']['pt-br'] = "Solicitar chamada";
$text['label-ring-order']['pt-pt'] = "Pedir Chamada";
$text['label-ring-order']['ro-ro'] = "";
$text['label-ring-order']['ru-ru'] = "Последовательность вызовов";
$text['label-ring-order']['sv-se'] = "Ring Ordning ";
$text['label-ring-order']['sv-se'] = "Ring Ordning";
$text['label-ring-order']['uk-ua'] = "Послідовність набору";
$text['label-ring-delay']['en-us'] = "Delay";
$text['label-ring-delay']['ar-eg'] = "";
$text['label-ring-delay']['de-at'] = "Verzögerung";
$text['label-ring-delay']['de-ch'] = "";
$text['label-ring-delay']['de-de'] = "Verzögerung";
$text['label-ring-delay']['es-cl'] = "Retardo";
$text['label-ring-delay']['es-mx'] = "";
$text['label-ring-delay']['fr-ca'] = "";
$text['label-ring-delay']['fr-fr'] = "Délais";
$text['label-ring-delay']['he-il'] = "";
$text['label-ring-delay']['it-it'] = "Ritardo";
@ -109,15 +136,19 @@ $text['label-ring-delay']['nl-nl'] = "";
$text['label-ring-delay']['pl-pl'] = "Opóznienie";
$text['label-ring-delay']['pt-br'] = "Atraso";
$text['label-ring-delay']['pt-pt'] = "Atraso";
$text['label-ring-delay']['ro-ro'] = "";
$text['label-ring-delay']['ru-ru'] = "Задержка";
$text['label-ring-delay']['sv-se'] = "Fördröjning ";
$text['label-ring-delay']['sv-se'] = "Fördröjning";
$text['label-ring-delay']['uk-ua'] = "Затримка";
$text['label-prompt']['en-us'] = "Prompt to accept the call";
$text['label-prompt']['ar-eg'] = "";
$text['label-prompt']['de-at'] = "Ansage um den Anruf anzunehmen";
$text['label-prompt']['de-ch'] = "";
$text['label-prompt']['de-de'] = "Ansage um den Anruf anzunehmen";
$text['label-prompt']['es-cl'] = "Preguntar para aceptar una llamada";
$text['label-prompt']['es-mx'] = "";
$text['label-prompt']['fr-ca'] = "";
$text['label-prompt']['fr-fr'] = "Annonce pour accepter l'appel";
$text['label-prompt']['he-il'] = "";
$text['label-prompt']['it-it'] = "Richiesta per accettare la chiamata";
@ -125,15 +156,19 @@ $text['label-prompt']['nl-nl'] = "";
$text['label-prompt']['pl-pl'] = "Podpowiedz, aby odebrać rozmowę";
$text['label-prompt']['pt-br'] = "Perguntar para aceitar a chamada";
$text['label-prompt']['pt-pt'] = "Perguntar para aceitar a chamada";
$text['label-prompt']['ro-ro'] = "";
$text['label-prompt']['ru-ru'] = "Подтверждение приема вызова";
$text['label-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal. ";
$text['label-prompt']['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']['ar-eg'] = "";
$text['label-on-busy']['de-at'] = "Bei Besetzt";
$text['label-on-busy']['de-ch'] = "";
$text['label-on-busy']['de-de'] = "Bei Besetzt";
$text['label-on-busy']['es-cl'] = "Concurrida";
$text['label-on-busy']['es-mx'] = "";
$text['label-on-busy']['fr-ca'] = "";
$text['label-on-busy']['fr-fr'] = "Sur Occupé";
$text['label-on-busy']['he-il'] = "";
$text['label-on-busy']['it-it'] = "Occupato";
@ -141,15 +176,19 @@ $text['label-on-busy']['nl-nl'] = "";
$text['label-on-busy']['pl-pl'] = "Kiedy zajęty";
$text['label-on-busy']['pt-br'] = "Ocupado";
$text['label-on-busy']['pt-pt'] = "Movimentado";
$text['label-on-busy']['ro-ro'] = "";
$text['label-on-busy']['ru-ru'] = "При занятости";
$text['label-on-busy']['sv-se'] = "Vid Upptaget ";
$text['label-on-busy']['sv-se'] = "Vid Upptaget";
$text['label-on-busy']['uk-ua'] = "Якщо зайнято";
$text['label-number']['en-us'] = "Number";
$text['label-number']['ar-eg'] = "";
$text['label-number']['de-at'] = "Nummer";
$text['label-number']['de-ch'] = "";
$text['label-number']['de-de'] = "Nummer";
$text['label-number']['es-cl'] = "Número";
$text['label-number']['es-mx'] = "";
$text['label-number']['fr-ca'] = "";
$text['label-number']['fr-fr'] = "Numéro";
$text['label-number']['he-il'] = "";
$text['label-number']['it-it'] = "Numero";
@ -157,15 +196,19 @@ $text['label-number']['nl-nl'] = "";
$text['label-number']['pl-pl'] = "Numer";
$text['label-number']['pt-br'] = "Número";
$text['label-number']['pt-pt'] = "Número";
$text['label-number']['ro-ro'] = "";
$text['label-number']['ru-ru'] = "Номер";
$text['label-number']['sv-se'] = "Nummer ";
$text['label-number']['sv-se'] = "Nummer";
$text['label-number']['uk-ua'] = "Номер";
$text['label-no_answer']['en-us'] = "No Answer";
$text['label-no_answer']['ar-eg'] = "";
$text['label-no_answer']['de-at'] = "Keine Antwort";
$text['label-no_answer']['de-ch'] = "";
$text['label-no_answer']['de-de'] = "Keine Antwort";
$text['label-no_answer']['es-cl'] = "Sin Respuesta";
$text['label-no_answer']['es-mx'] = "";
$text['label-no_answer']['fr-ca'] = "";
$text['label-no_answer']['fr-fr'] = "Sans Réponse";
$text['label-no_answer']['he-il'] = "";
$text['label-no_answer']['it-it'] = "Nessuna Risposta";
@ -173,15 +216,19 @@ $text['label-no_answer']['nl-nl'] = "";
$text['label-no_answer']['pl-pl'] = "Brak odpowiedzi";
$text['label-no_answer']['pt-br'] = "Sem resposta";
$text['label-no_answer']['pt-pt'] = "Sem Resposta";
$text['label-no_answer']['ro-ro'] = "";
$text['label-no_answer']['ru-ru'] = "Нет ответа";
$text['label-no_answer']['sv-se'] = "Inget Svar ";
$text['label-no_answer']['sv-se'] = "Inget Svar";
$text['label-no_answer']['uk-ua'] = "Без відповіді";
$text['label-not_registered']['en-us'] = "Not Registered";
$text['label-not_registered']['ar-eg'] = "";
$text['label-not_registered']['de-at'] = "Nicht registriert";
$text['label-not_registered']['de-ch'] = "";
$text['label-not_registered']['de-de'] = "Nicht registriert";
$text['label-not_registered']['es-cl'] = "";
$text['label-not_registered']['es-mx'] = "";
$text['label-not_registered']['fr-ca'] = "";
$text['label-not_registered']['fr-fr'] = "";
$text['label-not_registered']['he-il'] = "";
$text['label-not_registered']['it-it'] = "Non Registrato";
@ -189,15 +236,19 @@ $text['label-not_registered']['nl-nl'] = "";
$text['label-not_registered']['pl-pl'] = "";
$text['label-not_registered']['pt-br'] = "Sem registro";
$text['label-not_registered']['pt-pt'] = "";
$text['label-not_registered']['ro-ro'] = "";
$text['label-not_registered']['ru-ru'] = "Не зарегистрирован";
$text['label-not_registered']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-ignore_busy']['de-at'] = "Besetzt ignorieren";
$text['label-ignore_busy']['de-ch'] = "";
$text['label-ignore_busy']['de-de'] = "Besetzt ignorieren";
$text['label-ignore_busy']['es-cl'] = "";
$text['label-ignore_busy']['es-mx'] = "";
$text['label-ignore_busy']['fr-ca'] = "";
$text['label-ignore_busy']['fr-fr'] = "";
$text['label-ignore_busy']['he-il'] = "";
$text['label-ignore_busy']['it-it'] = "Ignora Occupato";
@ -205,15 +256,19 @@ $text['label-ignore_busy']['nl-nl'] = "";
$text['label-ignore_busy']['pl-pl'] = "";
$text['label-ignore_busy']['pt-br'] = "Ignorar ocupado";
$text['label-ignore_busy']['pt-pt'] = "";
$text['label-ignore_busy']['ro-ro'] = "";
$text['label-ignore_busy']['ru-ru'] = "Игногировать занятость";
$text['label-ignore_busy']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-follow-me']['de-at'] = "Anrufweiterschaltung";
$text['label-follow-me']['de-ch'] = "";
$text['label-follow-me']['de-de'] = "Anrufweiterschaltung";
$text['label-follow-me']['es-cl'] = "Sígueme";
$text['label-follow-me']['es-mx'] = "";
$text['label-follow-me']['fr-ca'] = "";
$text['label-follow-me']['fr-fr'] = "Follow Me";
$text['label-follow-me']['he-il'] = "";
$text['label-follow-me']['it-it'] = "Seguimi";
@ -221,15 +276,19 @@ $text['label-follow-me']['nl-nl'] = "";
$text['label-follow-me']['pl-pl'] = "Podążaj za mną";
$text['label-follow-me']['pt-br'] = "Siga-me";
$text['label-follow-me']['pt-pt'] = "Segue-me";
$text['label-follow-me']['ro-ro'] = "";
$text['label-follow-me']['ru-ru'] = "Перенаправление";
$text['label-follow-me']['sv-se'] = "Följ Mig ";
$text['label-follow-me']['sv-se'] = "Följ Mig";
$text['label-follow-me']['uk-ua'] = "";
$text['label-dnd']['en-us'] = "Do Not Disturb";
$text['label-dnd']['ar-eg'] = "";
$text['label-dnd']['de-at'] = "Bitte nicht stören";
$text['label-dnd']['de-ch'] = "";
$text['label-dnd']['de-de'] = "Bitte nicht stören";
$text['label-dnd']['es-cl'] = "No Molestar";
$text['label-dnd']['es-mx'] = "";
$text['label-dnd']['fr-ca'] = "";
$text['label-dnd']['fr-fr'] = "Ne pas déranger";
$text['label-dnd']['he-il'] = "";
$text['label-dnd']['it-it'] = "Non Disturbare";
@ -237,15 +296,19 @@ $text['label-dnd']['nl-nl'] = "";
$text['label-dnd']['pl-pl'] = "Nie przeszkadzaj (DND)";
$text['label-dnd']['pt-br'] = "Não Pertube (DND)";
$text['label-dnd']['pt-pt'] = "Não Perturbar";
$text['label-dnd']['ro-ro'] = "";
$text['label-dnd']['ru-ru'] = "Не беспокоить";
$text['label-dnd']['sv-se'] = "Stör Ej ";
$text['label-dnd']['sv-se'] = "Stör Ej";
$text['label-dnd']['uk-ua'] = "Не турбувати";
$text['label-destinations']['en-us'] = "Destinations";
$text['label-destinations']['ar-eg'] = "";
$text['label-destinations']['de-at'] = "Ziele";
$text['label-destinations']['de-ch'] = "";
$text['label-destinations']['de-de'] = "Ziele";
$text['label-destinations']['es-cl'] = "Destinos";
$text['label-destinations']['es-mx'] = "";
$text['label-destinations']['fr-ca'] = "";
$text['label-destinations']['fr-fr'] = "Destinations";
$text['label-destinations']['he-il'] = "";
$text['label-destinations']['it-it'] = "Destinazioni";
@ -253,15 +316,19 @@ $text['label-destinations']['nl-nl'] = "";
$text['label-destinations']['pl-pl'] = "Destynacje";
$text['label-destinations']['pt-br'] = "Destinos";
$text['label-destinations']['pt-pt'] = "Destinos";
$text['label-destinations']['ro-ro'] = "";
$text['label-destinations']['ru-ru'] = "Направления";
$text['label-destinations']['sv-se'] = "Destinationer ";
$text['label-destinations']['sv-se'] = "Destinationer";
$text['label-destinations']['uk-ua'] = "Номери";
$text['label-destination_timeout']['en-us'] = "Timeout";
$text['label-destination_timeout']['ar-eg'] = "";
$text['label-destination_timeout']['de-at'] = "Abwurfzeit";
$text['label-destination_timeout']['de-ch'] = "";
$text['label-destination_timeout']['de-de'] = "Abwurfzeit";
$text['label-destination_timeout']['es-cl'] = "Timeout";
$text['label-destination_timeout']['es-mx'] = "";
$text['label-destination_timeout']['fr-ca'] = "";
$text['label-destination_timeout']['fr-fr'] = "Timeout";
$text['label-destination_timeout']['he-il'] = "";
$text['label-destination_timeout']['it-it'] = "Timeout";
@ -269,15 +336,19 @@ $text['label-destination_timeout']['nl-nl'] = "";
$text['label-destination_timeout']['pl-pl'] = "Limit czasowy";
$text['label-destination_timeout']['pt-br'] = "Tempo limite";
$text['label-destination_timeout']['pt-pt'] = "Timeout";
$text['label-destination_timeout']['ro-ro'] = "";
$text['label-destination_timeout']['ru-ru'] = "Тайм-аут";
$text['label-destination_timeout']['sv-se'] = "Tidsgräns ";
$text['label-destination_timeout']['sv-se'] = "Tidsgräns";
$text['label-destination_timeout']['uk-ua'] = "Таймаут";
$text['label-destination_prompt_confirm']['en-us'] = "Confirm";
$text['label-destination_prompt_confirm']['ar-eg'] = "";
$text['label-destination_prompt_confirm']['de-at'] = "Bestätigen";
$text['label-destination_prompt_confirm']['de-ch'] = "";
$text['label-destination_prompt_confirm']['de-de'] = "Bestätigen";
$text['label-destination_prompt_confirm']['es-cl'] = "Confirmar";
$text['label-destination_prompt_confirm']['es-mx'] = "";
$text['label-destination_prompt_confirm']['fr-ca'] = "";
$text['label-destination_prompt_confirm']['fr-fr'] = "Confirmer";
$text['label-destination_prompt_confirm']['he-il'] = "";
$text['label-destination_prompt_confirm']['it-it'] = "Conferma";
@ -285,15 +356,19 @@ $text['label-destination_prompt_confirm']['nl-nl'] = "";
$text['label-destination_prompt_confirm']['pl-pl'] = "Potwierdź";
$text['label-destination_prompt_confirm']['pt-br'] = "Confirmar";
$text['label-destination_prompt_confirm']['pt-pt'] = "Confirmar";
$text['label-destination_prompt_confirm']['ro-ro'] = "";
$text['label-destination_prompt_confirm']['ru-ru'] = "Подтвердить";
$text['label-destination_prompt_confirm']['sv-se'] = "Bekräfta ";
$text['label-destination_prompt_confirm']['sv-se'] = "Bekräfta";
$text['label-destination_prompt_confirm']['uk-ua'] = "Підтвердити";
$text['label-destination_prompt_announce']['en-us'] = "Announce";
$text['label-destination_prompt_announce']['ar-eg'] = "";
$text['label-destination_prompt_announce']['de-at'] = "Ankündigen";
$text['label-destination_prompt_announce']['de-ch'] = "";
$text['label-destination_prompt_announce']['de-de'] = "Ankündigen";
$text['label-destination_prompt_announce']['es-cl'] = "Anunciar";
$text['label-destination_prompt_announce']['es-mx'] = "";
$text['label-destination_prompt_announce']['fr-ca'] = "";
$text['label-destination_prompt_announce']['fr-fr'] = "Annonce";
$text['label-destination_prompt_announce']['he-il'] = "";
$text['label-destination_prompt_announce']['it-it'] = "Annuncio";
@ -301,15 +376,19 @@ $text['label-destination_prompt_announce']['nl-nl'] = "";
$text['label-destination_prompt_announce']['pl-pl'] = "Rozgłoś/powiadom";
$text['label-destination_prompt_announce']['pt-br'] = "Anunciar";
$text['label-destination_prompt_announce']['pt-pt'] = "Anunciar";
$text['label-destination_prompt_announce']['ro-ro'] = "";
$text['label-destination_prompt_announce']['ru-ru'] = "Сообщение";
$text['label-destination_prompt_announce']['sv-se'] = "Meddela ";
$text['label-destination_prompt_announce']['sv-se'] = "Meddela";
$text['label-destination_prompt_announce']['uk-ua'] = "";
$text['label-destination_prompt']['en-us'] = "Prompt";
$text['label-destination_prompt']['ar-eg'] = "";
$text['label-destination_prompt']['de-at'] = "Nachfragen";
$text['label-destination_prompt']['de-ch'] = "";
$text['label-destination_prompt']['de-de'] = "Nachfragen";
$text['label-destination_prompt']['es-cl'] = "Prompt";
$text['label-destination_prompt']['es-mx'] = "";
$text['label-destination_prompt']['fr-ca'] = "";
$text['label-destination_prompt']['fr-fr'] = "Prompt";
$text['label-destination_prompt']['he-il'] = "";
$text['label-destination_prompt']['it-it'] = "Richiesta";
@ -317,15 +396,19 @@ $text['label-destination_prompt']['nl-nl'] = "";
$text['label-destination_prompt']['pl-pl'] = "Potwierdź aby odebrac rozmowę";
$text['label-destination_prompt']['pt-br'] = "Prompt";
$text['label-destination_prompt']['pt-pt'] = "Prompt";
$text['label-destination_prompt']['ro-ro'] = "";
$text['label-destination_prompt']['ru-ru'] = "Приглашение";
$text['label-destination_prompt']['sv-se'] = "Verifiering ";
$text['label-destination_prompt']['sv-se'] = "Verifiering";
$text['label-destination_prompt']['uk-ua'] = "";
$text['label-destination_number']['en-us'] = "Destination";
$text['label-destination_number']['ar-eg'] = "";
$text['label-destination_number']['de-at'] = "Ziel";
$text['label-destination_number']['de-ch'] = "";
$text['label-destination_number']['de-de'] = "Ziel";
$text['label-destination_number']['es-cl'] = "Destino";
$text['label-destination_number']['es-mx'] = "";
$text['label-destination_number']['fr-ca'] = "";
$text['label-destination_number']['fr-fr'] = "Destination";
$text['label-destination_number']['he-il'] = "";
$text['label-destination_number']['it-it'] = "Destinazione";
@ -333,15 +416,19 @@ $text['label-destination_number']['nl-nl'] = "";
$text['label-destination_number']['pl-pl'] = "Destynacja";
$text['label-destination_number']['pt-br'] = "Destino";
$text['label-destination_number']['pt-pt'] = "Destino";
$text['label-destination_number']['ro-ro'] = "";
$text['label-destination_number']['ru-ru'] = "Назначение";
$text['label-destination_number']['sv-se'] = "Destination Nummer ";
$text['label-destination_number']['sv-se'] = "Destination Nummer";
$text['label-destination_number']['uk-ua'] = "Номер";
$text['label-destination_delay']['en-us'] = "Delay";
$text['label-destination_delay']['ar-eg'] = "";
$text['label-destination_delay']['de-at'] = "Verzögerung";
$text['label-destination_delay']['de-ch'] = "";
$text['label-destination_delay']['de-de'] = "Verzögerung";
$text['label-destination_delay']['es-cl'] = "Retraso";
$text['label-destination_delay']['es-mx'] = "";
$text['label-destination_delay']['fr-ca'] = "";
$text['label-destination_delay']['fr-fr'] = "Délais";
$text['label-destination_delay']['he-il'] = "";
$text['label-destination_delay']['it-it'] = "Ritardo";
@ -349,15 +436,19 @@ $text['label-destination_delay']['nl-nl'] = "";
$text['label-destination_delay']['pl-pl'] = "Opóźnienie";
$text['label-destination_delay']['pt-br'] = "Atraso";
$text['label-destination_delay']['pt-pt'] = "Atraso";
$text['label-destination_delay']['ro-ro'] = "";
$text['label-destination_delay']['ru-ru'] = "Задержка";
$text['label-destination_delay']['sv-se'] = "Fördröjning ";
$text['label-destination_delay']['sv-se'] = "Fördröjning";
$text['label-destination_delay']['uk-ua'] = "Затримка";
$text['label-destination']['en-us'] = "Destination";
$text['label-destination']['ar-eg'] = "";
$text['label-destination']['de-at'] = "Ziel";
$text['label-destination']['de-ch'] = "";
$text['label-destination']['de-de'] = "Ziel";
$text['label-destination']['es-cl'] = "Destino";
$text['label-destination']['es-mx'] = "";
$text['label-destination']['fr-ca'] = "";
$text['label-destination']['fr-fr'] = "Destination";
$text['label-destination']['he-il'] = "";
$text['label-destination']['it-it'] = "Destinazione";
@ -365,15 +456,19 @@ $text['label-destination']['nl-nl'] = "";
$text['label-destination']['pl-pl'] = "Destynacja";
$text['label-destination']['pt-br'] = "Número de destino";
$text['label-destination']['pt-pt'] = "Destino";
$text['label-destination']['ro-ro'] = "";
$text['label-destination']['ru-ru'] = "Назначение";
$text['label-destination']['sv-se'] = "Destination ";
$text['label-destination']['sv-se'] = "Destination";
$text['label-destination']['uk-ua'] = "Номер";
$text['label-cid-number-prefix']['en-us'] = "Number Prefix";
$text['label-cid-number-prefix']['ar-eg'] = "";
$text['label-cid-number-prefix']['de-at'] = "Anruferkennung (Nummer)";
$text['label-cid-number-prefix']['de-ch'] = "";
$text['label-cid-number-prefix']['de-de'] = "Anruferkennung (Nummer)";
$text['label-cid-number-prefix']['es-cl'] = "Número de Caller ID";
$text['label-cid-number-prefix']['es-mx'] = "";
$text['label-cid-number-prefix']['fr-ca'] = "";
$text['label-cid-number-prefix']['fr-fr'] = "CID Nombre Préfixe";
$text['label-cid-number-prefix']['he-il'] = "";
$text['label-cid-number-prefix']['it-it'] = "Prefisso Numero";
@ -381,15 +476,19 @@ $text['label-cid-number-prefix']['nl-nl'] = "";
$text['label-cid-number-prefix']['pl-pl'] = "Prefiks prezentacji numeru dzwoniącego";
$text['label-cid-number-prefix']['pt-br'] = "Número do discador";
$text['label-cid-number-prefix']['pt-pt'] = "Número do Chamador";
$text['label-cid-number-prefix']['ro-ro'] = "";
$text['label-cid-number-prefix']['ru-ru'] = "Префикс номера";
$text['label-cid-number-prefix']['sv-se'] = "Nummerpresentation ";
$text['label-cid-number-prefix']['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']['ar-eg'] = "";
$text['label-cid-number']['de-at'] = "Anruferkennung (Nummer)";
$text['label-cid-number']['de-ch'] = "";
$text['label-cid-number']['de-de'] = "Anruferkennung (Nummer)";
$text['label-cid-number']['es-cl'] = "Número de Caller ID";
$text['label-cid-number']['es-mx'] = "";
$text['label-cid-number']['fr-ca'] = "";
$text['label-cid-number']['fr-fr'] = "CID Nombre Préfixe";
$text['label-cid-number']['he-il'] = "";
$text['label-cid-number']['it-it'] = "Numero Caller ID";
@ -397,15 +496,19 @@ $text['label-cid-number']['nl-nl'] = "";
$text['label-cid-number']['pl-pl'] = "Prefiks prezentacji numeru dzwoniącego";
$text['label-cid-number']['pt-br'] = "Número do discador";
$text['label-cid-number']['pt-pt'] = "Número do Chamador";
$text['label-cid-number']['ro-ro'] = "";
$text['label-cid-number']['ru-ru'] = "Caller ID Номер";
$text['label-cid-number']['sv-se'] = "Nummerpresentation ";
$text['label-cid-number']['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']['ar-eg'] = "";
$text['label-cid-name-prefix']['de-at'] = "Anruferkennung (Name)";
$text['label-cid-name-prefix']['de-ch'] = "";
$text['label-cid-name-prefix']['de-de'] = "Anruferkennung (Name)";
$text['label-cid-name-prefix']['es-cl'] = "Nombre de Caller ID";
$text['label-cid-name-prefix']['es-mx'] = "";
$text['label-cid-name-prefix']['fr-ca'] = "";
$text['label-cid-name-prefix']['fr-fr'] = "Préfixe de l'appelant";
$text['label-cid-name-prefix']['he-il'] = "";
$text['label-cid-name-prefix']['it-it'] = "Prefisso Nome";
@ -413,15 +516,19 @@ $text['label-cid-name-prefix']['nl-nl'] = "";
$text['label-cid-name-prefix']['pl-pl'] = "Prefiks prezentacji nazwy dzwoniącego";
$text['label-cid-name-prefix']['pt-br'] = "Nome (ID) de origem";
$text['label-cid-name-prefix']['pt-pt'] = "Nome do Chamador";
$text['label-cid-name-prefix']['ro-ro'] = "";
$text['label-cid-name-prefix']['ru-ru'] = "Caller ID Имя";
$text['label-cid-name-prefix']['sv-se'] = "Namnpresentation ";
$text['label-cid-name-prefix']['sv-se'] = "Namnpresentation";
$text['label-cid-name-prefix']['uk-ua'] = "Caller ID Ім’я";
$text['label-call-prompt']['en-us'] = "Call Prompt";
$text['label-call-prompt']['ar-eg'] = "";
$text['label-call-prompt']['de-at'] = "Nachfragen";
$text['label-call-prompt']['de-ch'] = "";
$text['label-call-prompt']['de-de'] = "Nachfragen";
$text['label-call-prompt']['es-cl'] = "Aviso de Llamadas";
$text['label-call-prompt']['es-mx'] = "";
$text['label-call-prompt']['fr-ca'] = "";
$text['label-call-prompt']['fr-fr'] = "Annonce d'appel";
$text['label-call-prompt']['he-il'] = "";
$text['label-call-prompt']['it-it'] = "Richiesta Chiamata";
@ -429,15 +536,19 @@ $text['label-call-prompt']['nl-nl'] = "";
$text['label-call-prompt']['pl-pl'] = "Potwierdź przed odebraniem rozmowy";
$text['label-call-prompt']['pt-br'] = "Prompt de chamada";
$text['label-call-prompt']['pt-pt'] = "Espoletar Chamada";
$text['label-call-prompt']['ro-ro'] = "";
$text['label-call-prompt']['ru-ru'] = "Запрос вызова";
$text['label-call-prompt']['sv-se'] = "Samtals Verifiering ";
$text['label-call-prompt']['sv-se'] = "Samtals Verifiering";
$text['label-call-prompt']['uk-ua'] = "";
$text['label-call-forward']['en-us'] = "Call Forward";
$text['label-call-forward']['ar-eg'] = "";
$text['label-call-forward']['de-at'] = "Rufumleitung";
$text['label-call-forward']['de-ch'] = "";
$text['label-call-forward']['de-de'] = "Rufumleitung";
$text['label-call-forward']['es-cl'] = "Reenvio de Llamadas";
$text['label-call-forward']['es-mx'] = "";
$text['label-call-forward']['fr-ca'] = "";
$text['label-call-forward']['fr-fr'] = "Renvoi d'appel";
$text['label-call-forward']['he-il'] = "";
$text['label-call-forward']['it-it'] = "Inoltro Chiamata";
@ -445,15 +556,19 @@ $text['label-call-forward']['nl-nl'] = "";
$text['label-call-forward']['pl-pl'] = "Przekierowanie";
$text['label-call-forward']['pt-br'] = "Encaminhamento de chamadas";
$text['label-call-forward']['pt-pt'] = "Encaminhamento de Chamadas";
$text['label-call-forward']['ro-ro'] = "";
$text['label-call-forward']['ru-ru'] = "Переадресация";
$text['label-call-forward']['sv-se'] = "Vidarekoppling ";
$text['label-call-forward']['sv-se'] = "Vidarekoppling";
$text['label-call-forward']['uk-ua'] = "Переадресація";
$text['header-call_routing']['en-us'] = "Call Routing";
$text['header-call_routing']['ar-eg'] = "توجيه الدعوة";
$text['header-call_routing']['de-at'] = "Anrufweiterleitung";
$text['header-call_routing']['de-ch'] = "";
$text['header-call_routing']['de-de'] = "Anrufweiterleitung";
$text['header-call_routing']['es-cl'] = "Enrutamiento de Llamadas";
$text['header-call_routing']['es-mx'] = "";
$text['header-call_routing']['fr-ca'] = "";
$text['header-call_routing']['fr-fr'] = "Routage des Appels";
$text['header-call_routing']['he-il'] = "ניתוב שיחות";
$text['header-call_routing']['it-it'] = "Instradamento Chiamate";
@ -461,15 +576,19 @@ $text['header-call_routing']['nl-nl'] = "";
$text['header-call_routing']['pl-pl'] = "Trasy połączeń";
$text['header-call_routing']['pt-br'] = "Roteamento de Chamadas";
$text['header-call_routing']['pt-pt'] = "Roteamento de Chamadas";
$text['header-call_routing']['ro-ro'] = "Маршрутизация вызовов";
$text['header-call_routing']['ru-ru'] = "Маршрутизация вызовов";
$text['header-call_routing']['sv-se'] = "samtals Rutter";
$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']['ar-eg'] = "";
$text['description-on-busy']['de-at'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
$text['description-on-busy']['de-ch'] = "";
$text['description-on-busy']['de-de'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
$text['description-on-busy']['es-cl'] = "Si está habilitada, anula el valor del correo de voz que permite en la extensión.";
$text['description-on-busy']['es-mx'] = "";
$text['description-on-busy']['fr-ca'] = "";
$text['description-on-busy']['fr-fr'] = "Remplace la messagerie vocale si activé.";
$text['description-on-busy']['he-il'] = "";
$text['description-on-busy']['it-it'] = "Se abilitato, sovrascrive il valore di attivazione della casella vocale nell'interno.";
@ -477,15 +596,19 @@ $text['description-on-busy']['nl-nl'] = "";
$text['description-on-busy']['pl-pl'] = "Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane.";
$text['description-on-busy']['pt-br'] = "Se ativado, substitui o valor do correio de voz permitindo algum ramal atender quando estiver ocupado.";
$text['description-on-busy']['pt-pt'] = "Se ativado, ele substitui o valor de correio de voz que permite em extensão.";
$text['description-on-busy']['ro-ro'] = "";
$text['description-on-busy']['ru-ru'] = "Если включено, этот параметр переопределяет голосовую почту в настройках внутренного номера";
$text['description-on-busy']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen. ";
$text['description-on-busy']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen.";
$text['description-on-busy']['uk-ua'] = "Якщо цей параметр включений, то вона перекриває значення голосової пошти, що дозволяє в розширенні.";
$text['description-no_answer']['en-us'] = "If enabled, it overrides the value of voicemail enabling in extension.";
$text['description-no_answer']['ar-eg'] = "";
$text['description-no_answer']['de-at'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
$text['description-no_answer']['de-ch'] = "";
$text['description-no_answer']['de-de'] = "Falls aktiviert, wird die aktive Mailbox der Nebenstelle überschrieben.";
$text['description-no_answer']['es-cl'] = "Si está habilitada, anula el valor del correo de voz que permite en la extensión.";
$text['description-no_answer']['es-mx'] = "";
$text['description-no_answer']['fr-ca'] = "";
$text['description-no_answer']['fr-fr'] = "Remplace la messagerie vocale si activé.";
$text['description-no_answer']['he-il'] = "";
$text['description-no_answer']['it-it'] = "Se abilitato, sovrascrive il valore di attivazione della casella vocale nell'interno.";
@ -493,15 +616,19 @@ $text['description-no_answer']['nl-nl'] = "";
$text['description-no_answer']['pl-pl'] = "Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane.";
$text['description-no_answer']['pt-br'] = "Se ativado, substitui o valor do correio de voz permitindo uma extensão quando estiver chamando";
$text['description-no_answer']['pt-pt'] = "Se ativado, ele substitui o valor de correio de voz que permite em extensão.";
$text['description-no_answer']['ro-ro'] = "";
$text['description-no_answer']['ru-ru'] = "Если включено, этот параметр переопределяет голосовую почту в настройках внутренного номера.";
$text['description-no_answer']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen. ";
$text['description-no_answer']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen.";
$text['description-no_answer']['uk-ua'] = "Якщо цей параметр включений, то вона перекриває значення голосової пошти, що дозволяє в розширенні.";
$text['description-not_registered']['en-us'] = "If endpoint is not reachable, forward to this destination before going to voicemail.";
$text['description-not_registered']['ar-eg'] = "";
$text['description-not_registered']['de-at'] = "Rufweiterleitung an neues Ziel, wenn ursprüngliches Ziel nicht erreichbar ist, bevor die Mailbox aktiviert wird.";
$text['description-not_registered']['de-ch'] = "";
$text['description-not_registered']['de-de'] = "Rufweiterleitung an neues Ziel, wenn ursprüngliches Ziel nicht erreichbar ist, bevor die Mailbox aktiviert wird.";
$text['description-not_registered']['es-cl'] = "Si el punto extremo no es alcanzable, remitir a este destino antes de ir al correo de voz.";
$text['description-not_registered']['es-mx'] = "";
$text['description-not_registered']['fr-ca'] = "";
$text['description-not_registered']['fr-fr'] = "Si extrémité est pas accessible, transmettre à cette destination avant d'aller à la messagerie vocale.";
$text['description-not_registered']['he-il'] = "";
$text['description-not_registered']['it-it'] = "Se l'endpoint non è raggiungibile, inoltra a questa destinazione prima di andare alla casella vocale.";
@ -509,15 +636,19 @@ $text['description-not_registered']['nl-nl'] = "";
$text['description-not_registered']['pl-pl'] = "Jeśli punkt końcowy nie jest osiągalny, przekazania do tego celu przed udaniem się na pocztę głosową.";
$text['description-not_registered']['pt-br'] = "Se o destino não for alcançável, desvia a chamata para este destino antes de enviar para o correio de voz. ";
$text['description-not_registered']['pt-pt'] = "Se endpoint não está acessível, encaminhar para este destino antes de ir para a caixa postal.";
$text['description-not_registered']['ro-ro'] = "";
$text['description-not_registered']['ru-ru'] = "Если номер недоступен, переадресовать на это направление до голосовой почты.";
$text['description-not_registered']['sv-se'] = "Om endpoint är inte nås, vidarebefordra till denna destination innan du går till röstbrevlådan .";
$text['description-not_registered']['sv-se'] = "Om endpoint är inte nås, vidarebefordra till denna destination innan du går till röstbrevlådan.";
$text['description-not_registered']['uk-ua'] = "Якщо кінцева точка не можна досягти, вперед до цієї мети, перш ніж йти на голосову пошту.";
$text['description-ignore_busy']['en-us'] = "Interrupt the call if a destination is busy.";
$text['description-ignore_busy']['ar-eg'] = "";
$text['description-ignore_busy']['de-at'] = "Anruf unterbrechen wenn ein Ziel besetzt ist.";
$text['description-ignore_busy']['de-ch'] = "";
$text['description-ignore_busy']['de-de'] = "Anruf unterbrechen wenn ein Ziel besetzt ist.";
$text['description-ignore_busy']['es-cl'] = "Interrumpir la llamada si un destino está ocupado.";
$text['description-ignore_busy']['es-mx'] = "";
$text['description-ignore_busy']['fr-ca'] = "";
$text['description-ignore_busy']['fr-fr'] = "Interrompez l'appel si une destination est occupé.";
$text['description-ignore_busy']['he-il'] = "";
$text['description-ignore_busy']['it-it'] = "Interrompe la chiamata se la destinazione è occupata.";
@ -525,15 +656,19 @@ $text['description-ignore_busy']['nl-nl'] = "";
$text['description-ignore_busy']['pl-pl'] = "Przerwanie połączenia, jeśli docelowy jest zajęty.";
$text['description-ignore_busy']['pt-br'] = "Interromper a chamada, se um destino está ocupado.";
$text['description-ignore_busy']['pt-pt'] = "Interromper a chamada, se um destino está ocupado.";
$text['description-ignore_busy']['ro-ro'] = "";
$text['description-ignore_busy']['ru-ru'] = "Прервать вызов, если конечная точка занята.";
$text['description-ignore_busy']['sv-se'] = "Avbryta samtalet om en destination är upptagen.";
$text['description-ignore_busy']['sv-se'] = "Avbryt samtal om en destination är upptagen.";
$text['description-ignore_busy']['uk-ua'] = "Переривання виклику, якщо абонент зайнятий.";
$text['description-cid-number-prefix']['en-us'] = "Set the caller ID number prefix.";
$text['description-cid-number-prefix']['ar-eg'] = "";
$text['description-cid-number-prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)";
$text['description-cid-number-prefix']['de-ch'] = "";
$text['description-cid-number-prefix']['de-de'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)";
$text['description-cid-number-prefix']['es-cl'] = "Configure el prefijo de número de caller ID.";
$text['description-cid-number-prefix']['es-mx'] = "";
$text['description-cid-number-prefix']['fr-ca'] = "";
$text['description-cid-number-prefix']['fr-fr'] = "Définir un préfixe sur le nombre d'ID d'appelant.";
$text['description-cid-number-prefix']['he-il'] = "";
$text['description-cid-number-prefix']['it-it'] = "Imposta il prefisso del numero Caller ID.";
@ -541,15 +676,19 @@ $text['description-cid-number-prefix']['nl-nl'] = "";
$text['description-cid-number-prefix']['pl-pl'] = "Prefiks prezentacji numeru dzwoniącego.";
$text['description-cid-number-prefix']['pt-br'] = "Defina o número do prefixo.";
$text['description-cid-number-prefix']['pt-pt'] = "Defina o número do Chamador";
$text['description-cid-number-prefix']['ro-ro'] = "";
$text['description-cid-number-prefix']['ru-ru'] = "Задайте префикс Caller ID Номер.";
$text['description-cid-number-prefix']['sv-se'] = "Ange nummerpresentation prefix. ";
$text['description-cid-number-prefix']['sv-se'] = "Ange nummerpresentation prefix.";
$text['description-cid-number-prefix']['uk-ua'] = "Задайте номер префікса ідентифікації абонента.";
$text['description-cid-number']['en-us'] = "Select a number to override the original caller ID number.";
$text['description-cid-number']['ar-eg'] = "";
$text['description-cid-number']['de-at'] = "Wählen Sie eine Nummer mit der die ursprüngliche Anrufer-ID-Nummer überschreiben werden soll.";
$text['description-cid-number']['de-ch'] = "";
$text['description-cid-number']['de-de'] = "Wählen Sie eine Nummer mit der die ursprüngliche Anrufer-ID-Nummer überschreiben werden soll.";
$text['description-cid-number']['es-cl'] = "Seleccionar un número para anular el número de ID de llamada original.";
$text['description-cid-number']['es-mx'] = "";
$text['description-cid-number']['fr-ca'] = "";
$text['description-cid-number']['fr-fr'] = "Sélectionnez un numéro pour remplacer le numéro d'origine identification de l'appelant.";
$text['description-cid-number']['he-il'] = "";
$text['description-cid-number']['it-it'] = "Seleziona un numero per sovrascrivere il numero Caller ID originale.";
@ -557,6 +696,7 @@ $text['description-cid-number']['nl-nl'] = "";
$text['description-cid-number']['pl-pl'] = "Wybierz numer, aby zastąpić oryginalny numer ID.";
$text['description-cid-number']['pt-br'] = "Selecione um número para substituir o número de identificação de chamada inicial.";
$text['description-cid-number']['pt-pt'] = "Selecione um número para substituir o número de identificação de chamada inicial.";
$text['description-cid-number']['ro-ro'] = "";
$text['description-cid-number']['ru-ru'] = "Выберите номер для переопределения оригинального Caller ID Номер.";
$text['description-cid-number']['sv-se'] = "Välj ett nummer för att åsidosätta den ursprungliga uppringaren ID-nummer.";
$text['description-cid-number']['uk-ua'] = "Виберіть номер, щоб перевизначити вихідний ідентифікаційний номер абонента.";
@ -564,8 +704,11 @@ $text['description-cid-number']['uk-ua'] = "Виберіть номер, щоб
$text['description-cid-name-prefix']['en-us'] = "Set the caller ID name prefix.";
$text['description-cid-name-prefix']['ar-eg'] = "";
$text['description-cid-name-prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)";
$text['description-cid-name-prefix']['de-ch'] = "";
$text['description-cid-name-prefix']['de-de'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)";
$text['description-cid-name-prefix']['es-cl'] = "Configure el prefijo de nombre de caller ID";
$text['description-cid-name-prefix']['es-mx'] = "";
$text['description-cid-name-prefix']['fr-ca'] = "";
$text['description-cid-name-prefix']['fr-fr'] = "Choisr le péfixe du nom d'appelant.";
$text['description-cid-name-prefix']['he-il'] = "";
$text['description-cid-name-prefix']['it-it'] = "Imposta il prefisso del nome Caller ID.";
@ -573,15 +716,19 @@ $text['description-cid-name-prefix']['nl-nl'] = "";
$text['description-cid-name-prefix']['pl-pl'] = "Prefiks prezentacji nazwy dzwoniącego.";
$text['description-cid-name-prefix']['pt-br'] = "Defina o nome (ID) do discador.";
$text['description-cid-name-prefix']['pt-pt'] = "Defina o nome do Chamador";
$text['description-cid-name-prefix']['ro-ro'] = "";
$text['description-cid-name-prefix']['ru-ru'] = "ВЗадайте префикс Caller ID Имя.";
$text['description-cid-name-prefix']['sv-se'] = "Ange namnpresentation prefix. ";
$text['description-cid-name-prefix']['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']['ar-eg'] = "";
$text['description-call-prompt']['de-at'] = "Nachfragen, ob der Anruf auch wirklich durchgestellt werden soll.";
$text['description-call-prompt']['de-ch'] = "";
$text['description-call-prompt']['de-de'] = "Nachfragen, ob der Anruf auch wirklich durchgestellt werden soll.";
$text['description-call-prompt']['es-cl'] = "Preguntar para aceptar un llamado para destinos externos";
$text['description-call-prompt']['es-mx'] = "";
$text['description-call-prompt']['fr-ca'] = "";
$text['description-call-prompt']['fr-fr'] = "Annonce pour accepter l'appel venant de destinations externes.";
$text['description-call-prompt']['he-il'] = "";
$text['description-call-prompt']['it-it'] = "Richiesta per accettare la chiamata per le destinazioni esterne.";
@ -589,15 +736,19 @@ $text['description-call-prompt']['nl-nl'] = "";
$text['description-call-prompt']['pl-pl'] = "Zapytaj czy akceptować rozmowę do zewnętrznych destynacji.";
$text['description-call-prompt']['pt-br'] = "Perguntar para aceitar chamados de destinatários externos.";
$text['description-call-prompt']['pt-pt'] = "Aceitar chamada para destinos externos.";
$text['description-call-prompt']['ro-ro'] = "";
$text['description-call-prompt']['ru-ru'] = "Сообщение о приеме вызова для внешних направлений.";
$text['description-call-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal för externa destinationer. ";
$text['description-call-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal för externa destinationer.";
$text['description-call-prompt']['uk-ua'] = "";
$text['description-call_routing']['en-us'] = "Define alternate inbound call handling for the following extensions.";
$text['description-call_routing']['ar-eg'] = "";
$text['description-call_routing']['de-at'] = "Definieren Sie eine alternative Handhabung von eingehenden Anrufen für nachfolgende Nebenstellen.";
$text['description-call_routing']['de-ch'] = "";
$text['description-call_routing']['de-de'] = "Definieren Sie eine alternative Handhabung von eingehenden Anrufen für nachfolgende Nebenstellen.";
$text['description-call_routing']['es-cl'] = "Definir alternativa para el manejo de las siguientes extensiones de llamadas entrantes.";
$text['description-call_routing']['es-mx'] = "";
$text['description-call_routing']['fr-ca'] = "";
$text['description-call_routing']['fr-fr'] = "Définir la manipulation pour les extensions suivantes alternent appel entrant.";
$text['description-call_routing']['he-il'] = "";
$text['description-call_routing']['it-it'] = "Definisci una gestione alternativa per le chiamate in ingresso per i seguenti interni.";
@ -605,6 +756,7 @@ $text['description-call_routing']['nl-nl'] = "";
$text['description-call_routing']['pl-pl'] = "Definiowanie alternatywnego połączenia przychodzącego obsługi dla następujących rozszerzeń.";
$text['description-call_routing']['pt-br'] = "Defina o tratamento de entradas alternativas para os seguintes ramais. ";
$text['description-call_routing']['pt-pt'] = "Definir alternativo chamada de entrada assistência para as seguintes extensões.";
$text['description-call_routing']['ro-ro'] = "";
$text['description-call_routing']['ru-ru'] = "Установливает альтернативный вариант приема входящих для следующих внутренних номеров.";
$text['description-call_routing']['sv-se'] = "Definiera alternativa inkommande samtalshantering för följande tillägg.";
$text['description-call_routing']['uk-ua'] = "Визначити обробку для наступних розширень альтернативного вхідного дзвінка.";
@ -612,8 +764,11 @@ $text['description-call_routing']['uk-ua'] = "Визначити обробку
$text['description-call_forward']['en-us'] = "Forward all calls to the specified destination.";
$text['description-call_forward']['ar-eg'] = "";
$text['description-call_forward']['de-at'] = "Leiten Sie alle Anrufe an das angegebene Ziel.";
$text['description-call_forward']['de-ch'] = "";
$text['description-call_forward']['de-de'] = "Leiten Sie alle Anrufe an das angegebene Ziel.";
$text['description-call_forward']['es-cl'] = "Desviar todas las llamadas al destino especificado.";
$text['description-call_forward']['es-mx'] = "";
$text['description-call_forward']['fr-ca'] = "";
$text['description-call_forward']['fr-fr'] = "Transférer tous les appels vers la destination spécifiée.";
$text['description-call_forward']['he-il'] = "";
$text['description-call_forward']['it-it'] = "Inoltra tutte le chiamate ad una destinazione specifica.";
@ -621,6 +776,7 @@ $text['description-call_forward']['nl-nl'] = "";
$text['description-call_forward']['pl-pl'] = "Przekazywanie wszystkich połączeń do określonego przeznaczenia.";
$text['description-call_forward']['pt-br'] = "Encaminhar todas as chamadas para o destino especificado.";
$text['description-call_forward']['pt-pt'] = "Encaminhar todas as chamadas para o destino especificado.";
$text['description-call_forward']['ro-ro'] = "";
$text['description-call_forward']['ru-ru'] = "Переадресовать все вызовы на указанные направления.";
$text['description-call_forward']['sv-se'] = "Vidarekoppla alla samtal till den angivna destinationen.";
$text['description-call_forward']['uk-ua'] = "Усі дзвінки скеровуються на вказане місце призначення.";
@ -628,8 +784,11 @@ $text['description-call_forward']['uk-ua'] = "Усі дзвінки скеров
$text['description']['en-us'] = "Directs incoming calls for extension:";
$text['description']['ar-eg'] = "";
$text['description']['de-at'] = "Leitet eingehende Gespräche für die Nebenstelle:";
$text['description']['de-ch'] = "";
$text['description']['de-de'] = "Leitet eingehende Gespräche für die Nebenstelle:";
$text['description']['es-cl'] = "Dirige las llamadas entrantes hacia una extensión:";
$text['description']['es-mx'] = "";
$text['description']['fr-ca'] = "";
$text['description']['fr-fr'] = "Rediriger les appels entrant pour l'extension:";
$text['description']['he-il'] = "";
$text['description']['it-it'] = "Dirige le chiamate in ingresso per l'interno:";
@ -637,15 +796,19 @@ $text['description']['nl-nl'] = "";
$text['description']['pl-pl'] = "Kieruj rozmowy przychodzące na numer wewnętrzny:";
$text['description']['pt-br'] = "Direciona as chamadas que estão entrando para um ramal.";
$text['description']['pt-pt'] = "Direciona as chamadas recebidas para a extensão:";
$text['description']['ro-ro'] = "";
$text['description']['ru-ru'] = "Прямые входящие для внутеннего номера:";
$text['description']['sv-se'] = "Styr inkommande samtal för anknytning: ";
$text['description']['sv-se'] = "Styr inkommande samtal för anknytning:";
$text['description']['uk-ua'] = "Керування вхідними дзвінками для розширення";
$text['confirm-update']['en-us'] = "Update Complete";
$text['confirm-update']['ar-eg'] = "";
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
$text['confirm-update']['de-ch'] = "";
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
$text['confirm-update']['es-cl'] = "Actualización Completa";
$text['confirm-update']['es-mx'] = "";
$text['confirm-update']['fr-ca'] = "";
$text['confirm-update']['fr-fr'] = "Mis à jour";
$text['confirm-update']['he-il'] = "";
$text['confirm-update']['it-it'] = "Aggiornamento Completato";
@ -653,143 +816,99 @@ $text['confirm-update']['nl-nl'] = "";
$text['confirm-update']['pl-pl'] = "Aktualizacja zakonczona";
$text['confirm-update']['pt-br'] = "Atualização Efetuada";
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
$text['confirm-update']['ro-ro'] = "";
$text['confirm-update']['ru-ru'] = "Обновление завершено";
$text['confirm-update']['sv-se'] = "Uppdatering Klar ";
$text['confirm-update']['sv-se'] = "Uppdatering Klar";
$text['confirm-update']['uk-ua'] = "Оновлено";
$text['ckeck-true']['en-us'] = "";
$text['ckeck-true']['ar-eg'] = "";
$text['ckeck-true']['de-at'] = "";
$text['ckeck-true']['de-de'] = "";
$text['ckeck-true']['es-cl'] = "Verdadero";
$text['ckeck-true']['fr-fr'] = "Oui";
$text['ckeck-true']['he-il'] = "";
$text['ckeck-true']['it-it'] = "";
$text['ckeck-true']['nl-nl'] = "";
$text['ckeck-true']['pl-pl'] = "";
$text['ckeck-true']['pt-br'] = "Sim";
$text['ckeck-true']['pt-pt'] = "Sim";
$text['ckeck-true']['ru-ru'] = "Да";
$text['ckeck-true']['sv-se'] = "";
$text['ckeck-true']['uk-ua'] = "";
$text['ckeck-simultaneous']['en-us'] = "";
$text['ckeck-simultaneous']['ar-eg'] = "";
$text['ckeck-simultaneous']['de-at'] = "";
$text['ckeck-simultaneous']['de-de'] = "";
$text['ckeck-simultaneous']['es-cl'] = "simultaneo";
$text['ckeck-simultaneous']['fr-fr'] = "";
$text['ckeck-simultaneous']['he-il'] = "";
$text['ckeck-simultaneous']['it-it'] = "";
$text['ckeck-simultaneous']['nl-nl'] = "";
$text['ckeck-simultaneous']['pl-pl'] = "";
$text['ckeck-simultaneous']['pt-br'] = "Simultâneo";
$text['ckeck-simultaneous']['pt-pt'] = "simultâneo";
$text['ckeck-simultaneous']['ru-ru'] = "одновременно";
$text['ckeck-simultaneous']['sv-se'] = "";
$text['ckeck-simultaneous']['uk-ua'] = "";
$text['ckeck-sequence']['en-us'] = "";
$text['ckeck-sequence']['ar-eg'] = "";
$text['ckeck-sequence']['de-at'] = "";
$text['ckeck-sequence']['de-de'] = "";
$text['ckeck-sequence']['es-cl'] = "secuencia";
$text['ckeck-sequence']['fr-fr'] = "";
$text['ckeck-sequence']['he-il'] = "";
$text['ckeck-sequence']['it-it'] = "";
$text['ckeck-sequence']['nl-nl'] = "";
$text['ckeck-sequence']['pl-pl'] = "";
$text['ckeck-sequence']['pt-br'] = "Sequência";
$text['ckeck-sequence']['pt-pt'] = "sequência";
$text['ckeck-sequence']['ru-ru'] = "последовательно";
$text['ckeck-sequence']['sv-se'] = "";
$text['ckeck-sequence']['uk-ua'] = "";
$text['ckeck-false']['en-us'] = "";
$text['ckeck-false']['ar-eg'] = "";
$text['ckeck-false']['de-at'] = "";
$text['ckeck-false']['de-de'] = "";
$text['ckeck-false']['es-cl'] = "Falso";
$text['ckeck-false']['fr-fr'] = "Non";
$text['ckeck-false']['he-il'] = "";
$text['ckeck-false']['it-it'] = "";
$text['ckeck-false']['nl-nl'] = "";
$text['ckeck-false']['pl-pl'] = "";
$text['ckeck-false']['pt-br'] = "Não";
$text['ckeck-false']['pt-pt'] = "Não";
$text['ckeck-false']['ru-ru'] = "Нет";
$text['ckeck-false']['sv-se'] = "";
$text['ckeck-false']['uk-ua'] = "";
$text['check-true']['en-us'] = "True";
$text['check-true']['ar-eg'] = "";
$text['check-true']['de-at'] = "An";
$text['check-true']['de-ch'] = "";
$text['check-true']['de-de'] = "An";
$text['check-true']['es-cl'] = "";
$text['check-true']['fr-fr'] = "";
$text['check-true']['es-cl'] = "Verdadero";
$text['check-true']['es-mx'] = "";
$text['check-true']['fr-ca'] = "";
$text['check-true']['fr-fr'] = "Oui";
$text['check-true']['he-il'] = "";
$text['check-true']['it-it'] = "Vero";
$text['check-true']['nl-nl'] = "";
$text['check-true']['pl-pl'] = "Tak";
$text['check-true']['pt-br'] = "Sim";
$text['check-true']['pt-pt'] = "";
$text['check-true']['pt-pt'] = "Sim";
$text['check-true']['ro-ro'] = "";
$text['check-true']['ru-ru'] = "Да";
$text['check-true']['sv-se'] = "Sann ";
$text['check-true']['sv-se'] = "Sann";
$text['check-true']['uk-ua'] = "Так";
$text['check-simultaneous']['en-us'] = "simultaneous";
$text['check-simultaneous']['ar-eg'] = "";
$text['check-simultaneous']['de-at'] = "gleichzeitig";
$text['check-simultaneous']['de-ch'] = "";
$text['check-simultaneous']['de-de'] = "gleichzeitig";
$text['check-simultaneous']['es-cl'] = "";
$text['check-simultaneous']['es-cl'] = "simultaneo";
$text['check-simultaneous']['es-mx'] = "";
$text['check-simultaneous']['fr-ca'] = "";
$text['check-simultaneous']['fr-fr'] = "simultanément";
$text['check-simultaneous']['he-il'] = "";
$text['check-simultaneous']['it-it'] = "simultaneo";
$text['check-simultaneous']['nl-nl'] = "";
$text['check-simultaneous']['pl-pl'] = "jednoczesne";
$text['check-simultaneous']['pt-br'] = "Simultâneo";
$text['check-simultaneous']['pt-pt'] = "";
$text['check-simultaneous']['ru-ru'] = "";
$text['check-simultaneous']['sv-se'] = "Samtidiga ";
$text['check-simultaneous']['pt-pt'] = "simultâneo";
$text['check-simultaneous']['ro-ro'] = "";
$text['check-simultaneous']['ru-ru'] = "одновременно";
$text['check-simultaneous']['sv-se'] = "Samtidig";
$text['check-simultaneous']['uk-ua'] = "одночасно";
$text['check-sequence']['en-us'] = "sequence";
$text['check-sequence']['ar-eg'] = "";
$text['check-sequence']['de-at'] = "sequenziell";
$text['check-sequence']['de-ch'] = "";
$text['check-sequence']['de-de'] = "sequenziell";
$text['check-sequence']['es-cl'] = "";
$text['check-sequence']['es-cl'] = "secuencia";
$text['check-sequence']['es-mx'] = "";
$text['check-sequence']['fr-ca'] = "";
$text['check-sequence']['fr-fr'] = "séquence";
$text['check-sequence']['he-il'] = "";
$text['check-sequence']['it-it'] = "sequenza";
$text['check-sequence']['nl-nl'] = "";
$text['check-sequence']['pl-pl'] = "kolejność";
$text['check-sequence']['pt-br'] = "Sequência";
$text['check-sequence']['pt-pt'] = "";
$text['check-sequence']['ru-ru'] = "";
$text['check-sequence']['sv-se'] = "sekvens ";
$text['check-sequence']['pt-pt'] = "sequência";
$text['check-sequence']['ro-ro'] = "";
$text['check-sequence']['ru-ru'] = "последовательно";
$text['check-sequence']['sv-se'] = "sekvens";
$text['check-sequence']['uk-ua'] = "послідовно";
$text['check-false']['en-us'] = "False";
$text['check-false']['ar-eg'] = "";
$text['check-false']['de-at'] = "Aus";
$text['check-false']['de-ch'] = "";
$text['check-false']['de-de'] = "Aus";
$text['check-false']['es-cl'] = "";
$text['check-false']['fr-fr'] = "";
$text['check-false']['es-cl'] = "Falso";
$text['check-false']['es-mx'] = "";
$text['check-false']['fr-ca'] = "";
$text['check-false']['fr-fr'] = "Non";
$text['check-false']['he-il'] = "";
$text['check-false']['it-it'] = "Falso";
$text['check-false']['nl-nl'] = "";
$text['check-false']['pl-pl'] = "Nie";
$text['check-false']['pt-br'] = "Não";
$text['check-false']['pt-pt'] = "";
$text['check-false']['pt-pt'] = "Não";
$text['check-false']['ro-ro'] = "";
$text['check-false']['ru-ru'] = "Нет";
$text['check-false']['sv-se'] = "Falsk ";
$text['check-false']['sv-se'] = "Falsk";
$text['check-false']['uk-ua'] = "Ні";
$text['button-view_all']['en-us'] = "View All";
$text['button-view_all']['ar-eg'] = "";
$text['button-view_all']['de-at'] = "Alle anzeigen";
$text['button-view_all']['de-ch'] = "";
$text['button-view_all']['de-de'] = "Alle anzeigen";
$text['button-view_all']['es-cl'] = "Mostrar Todos";
$text['button-view_all']['es-mx'] = "";
$text['button-view_all']['fr-ca'] = "";
$text['button-view_all']['fr-fr'] = "Tout Montrer";
$text['button-view_all']['he-il'] = "הצג הכל";
$text['button-view_all']['it-it'] = "Mostra Tutto";
@ -797,8 +916,9 @@ $text['button-view_all']['nl-nl'] = "";
$text['button-view_all']['pl-pl'] = "Pokaż wszystkie";
$text['button-view_all']['pt-br'] = "Mostrar Todos";
$text['button-view_all']['pt-pt'] = "Mostrar Todos";
$text['button-view_all']['ro-ro'] = "";
$text['button-view_all']['ru-ru'] = "Показать все";
$text['button-view_all']['sv-se'] = "Visa Allt";
$text['button-view_all']['uk-ua'] = "Показати всі";
?>
?>

View File

@ -1,22 +1,32 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Call Routing";
$apps[$x]['menu'][0]['title']['es-mx'] = "enrutamiento de llamadas";
$apps[$x]['menu'][0]['title']['de-de'] = "Call Routing";
$apps[$x]['menu'][0]['title']['de-ch'] = "Call Routing";
$apps[$x]['menu'][0]['title']['de-at'] = "Call Routing";
$apps[$x]['menu'][0]['title']['fr-fr'] = "routage des appels";
$apps[$x]['menu'][0]['title']['fr-ca'] = "routage des appels";
$apps[$x]['menu'][0]['title']['fr-ch'] = "routage des appels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Roteamento de chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "roteamento de chamadas";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация вызовов";
$apps[$x]['menu'][0]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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";
$apps[$x]['menu'][$y]['title']['de-de'] = "Call Routing";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "enrutamiento de llamadas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "routage des appels";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "routage des appels";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "roteamento de chamadas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Roteamento de chamadas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация вызовов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -378,7 +378,7 @@ include "root.php";
}
else {
$presence_id = extension_presence_id($this->extension, $this->number_alias);
$dial_string .= "[anyvar=";
$dial_string .= "[presence_id=".$presence_id."@".$_SESSION['domain_name'];
//set the caller id
if ($_SESSION['cdr']['follow_me_fix']['boolean'] == "true") {
@ -410,7 +410,6 @@ include "root.php";
}
}
$dial_string .= ",presence_id=".$presence_id."@".$_SESSION['domain_name'];
if ($row["follow_me_prompt"] == "1") {
$dial_string .= ",group_confirm_key=exec,group_confirm_file=lua confirm.lua,confirm=true,";
}

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "ec8530a9-903a-469d-3717-281f798b9ef6";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Canales activos en el sistema.";
$apps[$x]['description']['de-de'] = "Aktive Kanäle auf dem System.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Aktive Kanäle auf dem System.";
$apps[$x]['description']['fr-fr'] = "Channels actifs sur le système";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Aktive Kanäle auf dem System.";
$apps[$x]['description']['es-cl'] = "Canales activos en el sistema.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Canais ativos no sistema.";
$apps[$x]['description']['fr-fr'] = "Channels actifs sur le système";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "Canais ativos no sistema.";
$apps[$x]['description']['pt-pt'] = "Canais ativos no sistema.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Активные каналы в системе";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -43,4 +51,4 @@
$apps[$x]['permissions'][5]['name'] = "call_active_all";
$apps[$x]['permissions'][5]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-2']['en-us'] = "Active Extensions";
$text['title-2']['ar-eg'] = "";
$text['title-2']['de-at'] = "Aktive Nebenstellen";
$text['title-2']['de-ch'] = "";
$text['title-2']['de-de'] = "Aktive Nebenstellen";
$text['title-2']['es-cl'] = "Extensiones Activas";
$text['title-2']['es-mx'] = "";
$text['title-2']['fr-ca'] = "";
$text['title-2']['fr-fr'] = "Extensions Actives";
$text['title-2']['he-il'] = "שלוחה פעילה";
$text['title-2']['it-it'] = "Interni Attivi";
@ -13,6 +16,7 @@ $text['title-2']['nl-nl'] = "";
$text['title-2']['pl-pl'] = "Aktywne numery wewnętrzne";
$text['title-2']['pt-br'] = "Ramais ativos";
$text['title-2']['pt-pt'] = "Extensões Ativas";
$text['title-2']['ro-ro'] = "";
$text['title-2']['ru-ru'] = "Активные внутренние номера";
$text['title-2']['sv-se'] = "Aktiva anknytningar";
$text['title-2']['uk-ua'] = "Активні розширення";
@ -20,8 +24,11 @@ $text['title-2']['uk-ua'] = "Активні розширення";
$text['title']['en-us'] = "Active Calls";
$text['title']['ar-eg'] = "";
$text['title']['de-at'] = "Aktive Gespräche";
$text['title']['de-ch'] = "";
$text['title']['de-de'] = "Aktive Gespräche";
$text['title']['es-cl'] = "Llamadas Activas";
$text['title']['es-mx'] = "";
$text['title']['fr-ca'] = "";
$text['title']['fr-fr'] = "Communications Actives";
$text['title']['he-il'] = "הגדרת חשבון";
$text['title']['it-it'] = "Chiamate Attive";
@ -29,6 +36,7 @@ $text['title']['nl-nl'] = "";
$text['title']['pl-pl'] = "Aktywne Rozmowy";
$text['title']['pt-br'] = "Configurações da Conta";
$text['title']['pt-pt'] = "Chamadas Ativas";
$text['title']['ro-ro'] = "";
$text['title']['ru-ru'] = "Активные вызовы";
$text['title']['sv-se'] = "Aktiva Samtal";
$text['title']['uk-ua'] = "Активні дзвінки";
@ -36,8 +44,11 @@ $text['title']['uk-ua'] = "Активні дзвінки";
$text['label-time']['en-us'] = "Time";
$text['label-time']['ar-eg'] = "";
$text['label-time']['de-at'] = "Zeit";
$text['label-time']['de-ch'] = "";
$text['label-time']['de-de'] = "Zeit";
$text['label-time']['es-cl'] = "Tiempo";
$text['label-time']['es-mx'] = "";
$text['label-time']['fr-ca'] = "";
$text['label-time']['fr-fr'] = "Temps";
$text['label-time']['he-il'] = "אזור זמן";
$text['label-time']['it-it'] = "Tempo";
@ -45,6 +56,7 @@ $text['label-time']['nl-nl'] = "";
$text['label-time']['pl-pl'] = "Strefa czasowa";
$text['label-time']['pt-br'] = "Fuso Horário";
$text['label-time']['pt-pt'] = "Tempo";
$text['label-time']['ro-ro'] = "";
$text['label-time']['ru-ru'] = "Время";
$text['label-time']['sv-se'] = "Tid";
$text['label-time']['uk-ua'] = "Час";
@ -52,8 +64,11 @@ $text['label-time']['uk-ua'] = "Час";
$text['label-stop']['en-us'] = "stop record";
$text['label-stop']['ar-eg'] = "";
$text['label-stop']['de-at'] = "Stoppe Aufnahme";
$text['label-stop']['de-ch'] = "";
$text['label-stop']['de-de'] = "Stoppe Aufnahme";
$text['label-stop']['es-cl'] = "terminar grabación";
$text['label-stop']['es-mx'] = "";
$text['label-stop']['fr-ca'] = "";
$text['label-stop']['fr-fr'] = "arrêter l'enregistrement";
$text['label-stop']['he-il'] = "הפסק הקלטה";
$text['label-stop']['it-it'] = "ferma registrazione";
@ -61,6 +76,7 @@ $text['label-stop']['nl-nl'] = "";
$text['label-stop']['pl-pl'] = "zatrzymaj nagrywanie";
$text['label-stop']['pt-br'] = "Parar";
$text['label-stop']['pt-pt'] = "parar de gravar";
$text['label-stop']['ro-ro'] = "";
$text['label-stop']['ru-ru'] = "остановить запись";
$text['label-stop']['sv-se'] = "Stoppa inspelning";
$text['label-stop']['uk-ua'] = "Зупинити запис";
@ -68,8 +84,11 @@ $text['label-stop']['uk-ua'] = "Зупинити запис";
$text['label-status']['en-us'] = "Status";
$text['label-status']['ar-eg'] = "";
$text['label-status']['de-at'] = "Status";
$text['label-status']['de-ch'] = "";
$text['label-status']['de-de'] = "Status";
$text['label-status']['es-cl'] = "Estado";
$text['label-status']['es-mx'] = "";
$text['label-status']['fr-ca'] = "";
$text['label-status']['fr-fr'] = "Etat";
$text['label-status']['he-il'] = "סטטוס";
$text['label-status']['it-it'] = "Stato";
@ -77,6 +96,7 @@ $text['label-status']['nl-nl'] = "";
$text['label-status']['pl-pl'] = "Status";
$text['label-status']['pt-br'] = "Estado";
$text['label-status']['pt-pt'] = "Estado";
$text['label-status']['ro-ro'] = "";
$text['label-status']['ru-ru'] = "Статус";
$text['label-status']['sv-se'] = "Status";
$text['label-status']['uk-ua'] = "Статус";
@ -84,8 +104,11 @@ $text['label-status']['uk-ua'] = "Статус";
$text['label-start']['en-us'] = "start record";
$text['label-start']['ar-eg'] = "";
$text['label-start']['de-at'] = "Starte Aufnahme";
$text['label-start']['de-ch'] = "";
$text['label-start']['de-de'] = "Starte Aufnahme";
$text['label-start']['es-cl'] = "iniciar grabación";
$text['label-start']['es-mx'] = "";
$text['label-start']['fr-ca'] = "";
$text['label-start']['fr-fr'] = "commencer l'enregistrement";
$text['label-start']['he-il'] = "התחל הקלטה";
$text['label-start']['it-it'] = "avvia registrazione";
@ -93,6 +116,7 @@ $text['label-start']['nl-nl'] = "";
$text['label-start']['pl-pl'] = "rozpocznij nagrywanie";
$text['label-start']['pt-br'] = "Iniciar";
$text['label-start']['pt-pt'] = "iniciar a gravação";
$text['label-start']['ro-ro'] = "";
$text['label-start']['ru-ru'] = "начать запись";
$text['label-start']['sv-se'] = "Starta inspelning";
$text['label-start']['uk-ua'] = "Запустити запис";
@ -100,8 +124,11 @@ $text['label-start']['uk-ua'] = "Запустити запис";
$text['label-secure']['en-us'] = "Secure";
$text['label-secure']['ar-eg'] = "";
$text['label-secure']['de-at'] = "Sicher";
$text['label-secure']['de-ch'] = "";
$text['label-secure']['de-de'] = "Sicher";
$text['label-secure']['es-cl'] = "Seguro";
$text['label-secure']['es-mx'] = "";
$text['label-secure']['fr-ca'] = "";
$text['label-secure']['fr-fr'] = "Securisé";
$text['label-secure']['he-il'] = "מאובטח";
$text['label-secure']['it-it'] = "Sicuro";
@ -109,6 +136,7 @@ $text['label-secure']['nl-nl'] = "";
$text['label-secure']['pl-pl'] = "Bezpieczny";
$text['label-secure']['pt-br'] = "Seguro";
$text['label-secure']['pt-pt'] = "Seguro";
$text['label-secure']['ro-ro'] = "";
$text['label-secure']['ru-ru'] = "Безопасный";
$text['label-secure']['sv-se'] = "Skydda";
$text['label-secure']['uk-ua'] = "Захищено";
@ -116,8 +144,11 @@ $text['label-secure']['uk-ua'] = "Захищено";
$text['label-refresh_pause']['en-us'] = "Pause Refresh";
$text['label-refresh_pause']['ar-eg'] = "";
$text['label-refresh_pause']['de-at'] = "Seite neu laden deaktivieren";
$text['label-refresh_pause']['de-ch'] = "";
$text['label-refresh_pause']['de-de'] = "Seite neu laden deaktivieren";
$text['label-refresh_pause']['es-cl'] = "Actualizar Pausa";
$text['label-refresh_pause']['es-mx'] = "";
$text['label-refresh_pause']['fr-ca'] = "";
$text['label-refresh_pause']['fr-fr'] = "Pause Actualiser";
$text['label-refresh_pause']['he-il'] = "עצור רענון";
$text['label-refresh_pause']['it-it'] = "Interrompi refresh";
@ -125,15 +156,19 @@ $text['label-refresh_pause']['nl-nl'] = "";
$text['label-refresh_pause']['pl-pl'] = "Pauzuj odÅwieżanie";
$text['label-refresh_pause']['pt-br'] = "Pausar atualização";
$text['label-refresh_pause']['pt-pt'] = "Pausa Atualizar";
$text['label-refresh_pause']['ro-ro'] = "";
$text['label-refresh_pause']['ru-ru'] = "Приостановить обновление";
$text['label-refresh_pause']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-refresh_enable']['de-at'] = "Seite neu laden aktivieren";
$text['label-refresh_enable']['de-ch'] = "";
$text['label-refresh_enable']['de-de'] = "Seite neu laden aktivieren";
$text['label-refresh_enable']['es-cl'] = "Activar Actualizar";
$text['label-refresh_enable']['es-mx'] = "";
$text['label-refresh_enable']['fr-ca'] = "";
$text['label-refresh_enable']['fr-fr'] = "Activer Actualiser";
$text['label-refresh_enable']['he-il'] = "אפשר רענון";
$text['label-refresh_enable']['it-it'] = "Attiva Refresh";
@ -141,15 +176,19 @@ $text['label-refresh_enable']['nl-nl'] = "";
$text['label-refresh_enable']['pl-pl'] = "Ä…cz odÅwieżanie";
$text['label-refresh_enable']['pt-br'] = "Habilitar atualização";
$text['label-refresh_enable']['pt-pt'] = "Habilitar Atualização";
$text['label-refresh_enable']['ro-ro'] = "";
$text['label-refresh_enable']['ru-ru'] = "Включить обновление";
$text['label-refresh_enable']['sv-se'] = "";
$text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatering";
$text['label-refresh_enable']['uk-ua'] = "включити Оновити";
$text['label-profile']['en-us'] = "Profile";
$text['label-profile']['ar-eg'] = "";
$text['label-profile']['de-at'] = "Profil";
$text['label-profile']['de-ch'] = "";
$text['label-profile']['de-de'] = "Profil";
$text['label-profile']['es-cl'] = "Perfil";
$text['label-profile']['es-mx'] = "";
$text['label-profile']['fr-ca'] = "";
$text['label-profile']['fr-fr'] = "Profile";
$text['label-profile']['he-il'] = "פרופיל";
$text['label-profile']['it-it'] = "Profilo";
@ -157,6 +196,7 @@ $text['label-profile']['nl-nl'] = "";
$text['label-profile']['pl-pl'] = "Profil";
$text['label-profile']['pt-br'] = "Perfil";
$text['label-profile']['pt-pt'] = "Perfil";
$text['label-profile']['ro-ro'] = "";
$text['label-profile']['ru-ru'] = "Профиль";
$text['label-profile']['sv-se'] = "Profil";
$text['label-profile']['uk-ua'] = "Профіль";
@ -164,8 +204,11 @@ $text['label-profile']['uk-ua'] = "Профіль";
$text['label-park-extension']['en-us'] = "Park";
$text['label-park-extension']['ar-eg'] = "";
$text['label-park-extension']['de-at'] = "Parken";
$text['label-park-extension']['de-ch'] = "";
$text['label-park-extension']['de-de'] = "Parken";
$text['label-park-extension']['es-cl'] = "Parquear Extensión";
$text['label-park-extension']['es-mx'] = "";
$text['label-park-extension']['fr-ca'] = "";
$text['label-park-extension']['fr-fr'] = "parquer";
$text['label-park-extension']['he-il'] = "חניה";
$text['label-park-extension']['it-it'] = "Parcheggia";
@ -173,6 +216,7 @@ $text['label-park-extension']['nl-nl'] = "";
$text['label-park-extension']['pl-pl'] = "Parkowanie";
$text['label-park-extension']['pt-br'] = "Extensão estacionamento";
$text['label-park-extension']['pt-pt'] = "Parquear Extensão";
$text['label-park-extension']['ro-ro'] = "";
$text['label-park-extension']['ru-ru'] = "Парковка";
$text['label-park-extension']['sv-se'] = "Parkera";
$text['label-park-extension']['uk-ua'] = "Паркувати";
@ -180,8 +224,11 @@ $text['label-park-extension']['uk-ua'] = "Паркувати";
$text['label-park']['en-us'] = "park";
$text['label-park']['ar-eg'] = "";
$text['label-park']['de-at'] = "parken";
$text['label-park']['de-ch'] = "";
$text['label-park']['de-de'] = "parken";
$text['label-park']['es-cl'] = "parquear";
$text['label-park']['es-mx'] = "";
$text['label-park']['fr-ca'] = "";
$text['label-park']['fr-fr'] = "parquer";
$text['label-park']['he-il'] = "חניה";
$text['label-park']['it-it'] = "parcheggia";
@ -189,15 +236,19 @@ $text['label-park']['nl-nl'] = "";
$text['label-park']['pl-pl'] = "parkowanie";
$text['label-park']['pt-br'] = "Estacionamento";
$text['label-park']['pt-pt'] = "parquear";
$text['label-park']['ro-ro'] = "";
$text['label-park']['ru-ru'] = "парковка";
$text['label-park']['sv-se'] = "Parkera";
$text['label-park']['sv-se'] = "parkera";
$text['label-park']['uk-ua'] = "паркувати";
$text['label-opt']['en-us'] = "Options";
$text['label-opt']['ar-eg'] = "";
$text['label-opt']['de-at'] = "Optionen";
$text['label-opt']['de-ch'] = "";
$text['label-opt']['de-de'] = "Optionen";
$text['label-opt']['es-cl'] = "Opciones";
$text['label-opt']['es-mx'] = "";
$text['label-opt']['fr-ca'] = "";
$text['label-opt']['fr-fr'] = "Options";
$text['label-opt']['he-il'] = "אפשרויות";
$text['label-opt']['it-it'] = "Opzioni";
@ -205,6 +256,7 @@ $text['label-opt']['nl-nl'] = "";
$text['label-opt']['pl-pl'] = "Opcje";
$text['label-opt']['pt-br'] = "Opções";
$text['label-opt']['pt-pt'] = "Opções";
$text['label-opt']['ro-ro'] = "";
$text['label-opt']['ru-ru'] = "Опции";
$text['label-opt']['sv-se'] = "Alternativ";
$text['label-opt']['uk-ua'] = "Опції";
@ -212,8 +264,11 @@ $text['label-opt']['uk-ua'] = "Опції";
$text['label-number']['en-us'] = "Number";
$text['label-number']['ar-eg'] = "";
$text['label-number']['de-at'] = "Nummer";
$text['label-number']['de-ch'] = "";
$text['label-number']['de-de'] = "Nummer";
$text['label-number']['es-cl'] = "Número";
$text['label-number']['es-mx'] = "";
$text['label-number']['fr-ca'] = "";
$text['label-number']['fr-fr'] = "Numéro";
$text['label-number']['he-il'] = "מספר";
$text['label-number']['it-it'] = "Numero";
@ -221,6 +276,7 @@ $text['label-number']['nl-nl'] = "";
$text['label-number']['pl-pl'] = "Numer";
$text['label-number']['pt-br'] = "Número";
$text['label-number']['pt-pt'] = "Numero";
$text['label-number']['ro-ro'] = "";
$text['label-number']['ru-ru'] = "Номер";
$text['label-number']['sv-se'] = "Nummer";
$text['label-number']['uk-ua'] = "Номер";
@ -228,8 +284,11 @@ $text['label-number']['uk-ua'] = "Номер";
$text['label-message']['en-us'] = "Message";
$text['label-message']['ar-eg'] = "";
$text['label-message']['de-at'] = "Nachricht";
$text['label-message']['de-ch'] = "";
$text['label-message']['de-de'] = "Nachricht";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['es-mx'] = "";
$text['label-message']['fr-ca'] = "";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['he-il'] = "הודעה";
$text['label-message']['it-it'] = "Messaggio";
@ -237,6 +296,7 @@ $text['label-message']['nl-nl'] = "";
$text['label-message']['pl-pl'] = "Wiadomość";
$text['label-message']['pt-br'] = "Mensagem";
$text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['ro-ro'] = "";
$text['label-message']['ru-ru'] = "Сообщение";
$text['label-message']['sv-se'] = "Meddelande";
$text['label-message']['uk-ua'] = "Повідомлення";
@ -244,8 +304,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
$text['label-hangup']['en-us'] = "Hangup";
$text['label-hangup']['ar-eg'] = "";
$text['label-hangup']['de-at'] = "Auflegen";
$text['label-hangup']['de-ch'] = "";
$text['label-hangup']['de-de'] = "Auflegen";
$text['label-hangup']['es-cl'] = "Terminar";
$text['label-hangup']['es-mx'] = "";
$text['label-hangup']['fr-ca'] = "";
$text['label-hangup']['fr-fr'] = "Raccrocher";
$text['label-hangup']['he-il'] = "ניתוק";
$text['label-hangup']['it-it'] = "Riaggancia";
@ -253,6 +316,7 @@ $text['label-hangup']['nl-nl'] = "";
$text['label-hangup']['pl-pl'] = "Zakończ rozmowę";
$text['label-hangup']['pt-br'] = "Desligar";
$text['label-hangup']['pt-pt'] = "Terminar";
$text['label-hangup']['ro-ro'] = "";
$text['label-hangup']['ru-ru'] = "Завершить";
$text['label-hangup']['sv-se'] = "Avsluta";
$text['label-hangup']['uk-ua'] = "Розірвати";
@ -260,8 +324,11 @@ $text['label-hangup']['uk-ua'] = "Розірвати";
$text['label-ext']['en-us'] = "Ext";
$text['label-ext']['ar-eg'] = "";
$text['label-ext']['de-at'] = "Nst";
$text['label-ext']['de-ch'] = "";
$text['label-ext']['de-de'] = "Nst";
$text['label-ext']['es-cl'] = "Extensión";
$text['label-ext']['es-mx'] = "";
$text['label-ext']['fr-ca'] = "";
$text['label-ext']['fr-fr'] = "extension";
$text['label-ext']['he-il'] = "שלוחה";
$text['label-ext']['it-it'] = "Interno";
@ -269,6 +336,7 @@ $text['label-ext']['nl-nl'] = "";
$text['label-ext']['pl-pl'] = "Numer wewnętrzny";
$text['label-ext']['pt-br'] = "Extensão";
$text['label-ext']['pt-pt'] = "Extensão";
$text['label-ext']['ro-ro'] = "";
$text['label-ext']['ru-ru'] = "Вн.";
$text['label-ext']['sv-se'] = "Ank";
$text['label-ext']['uk-ua'] = "Ext ";
@ -276,8 +344,11 @@ $text['label-ext']['uk-ua'] = "Ext ";
$text['label-domain']['en-us'] = "Domain";
$text['label-domain']['ar-eg'] = "";
$text['label-domain']['de-at'] = "Domäne";
$text['label-domain']['de-ch'] = "";
$text['label-domain']['de-de'] = "Domäne";
$text['label-domain']['es-cl'] = "Dominio";
$text['label-domain']['es-mx'] = "";
$text['label-domain']['fr-ca'] = "";
$text['label-domain']['fr-fr'] = "Domaine";
$text['label-domain']['he-il'] = "תחום";
$text['label-domain']['it-it'] = "Dominio";
@ -285,15 +356,19 @@ $text['label-domain']['nl-nl'] = "";
$text['label-domain']['pl-pl'] = "Domena";
$text['label-domain']['pt-br'] = "Dominio";
$text['label-domain']['pt-pt'] = "Domínio";
$text['label-domain']['ro-ro'] = "";
$text['label-domain']['ru-ru'] = "Домен";
$text['label-domain']['sv-se'] = "";
$text['label-domain']['sv-se'] = "Domän";
$text['label-domain']['uk-ua'] = "Домен";
$text['label-destination']['en-us'] = "Dest";
$text['label-destination']['ar-eg'] = "";
$text['label-destination']['de-at'] = "Ziel";
$text['label-destination']['de-ch'] = "";
$text['label-destination']['de-de'] = "Ziel";
$text['label-destination']['es-cl'] = "Destino";
$text['label-destination']['es-mx'] = "";
$text['label-destination']['fr-ca'] = "";
$text['label-destination']['fr-fr'] = "Dest";
$text['label-destination']['he-il'] = "יעד";
$text['label-destination']['it-it'] = "Destinazione";
@ -301,6 +376,7 @@ $text['label-destination']['nl-nl'] = "";
$text['label-destination']['pl-pl'] = "Destynacja";
$text['label-destination']['pt-br'] = "Número de destino";
$text['label-destination']['pt-pt'] = "Destino";
$text['label-destination']['ro-ro'] = "";
$text['label-destination']['ru-ru'] = "Назн.";
$text['label-destination']['sv-se'] = "Dest";
$text['label-destination']['uk-ua'] = "Номер";
@ -308,8 +384,11 @@ $text['label-destination']['uk-ua'] = "Номер";
$text['label-created']['en-us'] = "Created";
$text['label-created']['ar-eg'] = "";
$text['label-created']['de-at'] = "Erstellt";
$text['label-created']['de-ch'] = "";
$text['label-created']['de-de'] = "Erstellt";
$text['label-created']['es-cl'] = "Creado";
$text['label-created']['es-mx'] = "";
$text['label-created']['fr-ca'] = "";
$text['label-created']['fr-fr'] = "Créé";
$text['label-created']['he-il'] = "נוצר";
$text['label-created']['it-it'] = "Creato";
@ -317,6 +396,7 @@ $text['label-created']['nl-nl'] = "";
$text['label-created']['pl-pl'] = "Utworzno";
$text['label-created']['pt-br'] = "Criado";
$text['label-created']['pt-pt'] = "Criado";
$text['label-created']['ro-ro'] = "";
$text['label-created']['ru-ru'] = "Создан";
$text['label-created']['sv-se'] = "Skapad";
$text['label-created']['uk-ua'] = "Створено";
@ -324,8 +404,11 @@ $text['label-created']['uk-ua'] = "Створено";
$text['label-codec']['en-us'] = "Read / Write Codec";
$text['label-codec']['ar-eg'] = "";
$text['label-codec']['de-at'] = "Lese / Schreib Codec";
$text['label-codec']['de-ch'] = "";
$text['label-codec']['de-de'] = "Lese / Schreib Codec";
$text['label-codec']['es-cl'] = "Codec de Lectura / Escritura ";
$text['label-codec']['es-mx'] = "";
$text['label-codec']['fr-ca'] = "";
$text['label-codec']['fr-fr'] = "décode/encode";
$text['label-codec']['he-il'] = "קריאה / כתיבה codec";
$text['label-codec']['it-it'] = "Codec Lettura / Scrittura";
@ -333,6 +416,7 @@ $text['label-codec']['nl-nl'] = "";
$text['label-codec']['pl-pl'] = "Kodek read/write";
$text['label-codec']['pt-br'] = "Codec da leitura / escrita";
$text['label-codec']['pt-pt'] = "Codec de Leitura / Escrita ";
$text['label-codec']['ro-ro'] = "";
$text['label-codec']['ru-ru'] = "Кодек Чтение / Запись";
$text['label-codec']['sv-se'] = "Läs/Skriv Codec";
$text['label-codec']['uk-ua'] = "Кодеки читання/запису";
@ -340,8 +424,11 @@ $text['label-codec']['uk-ua'] = "Кодеки читання/запису";
$text['label-cid-number']['en-us'] = "CID Number";
$text['label-cid-number']['ar-eg'] = "";
$text['label-cid-number']['de-at'] = "Anrufer Nummer";
$text['label-cid-number']['de-ch'] = "";
$text['label-cid-number']['de-de'] = "Anrufer Nummer";
$text['label-cid-number']['es-cl'] = "Número CID";
$text['label-cid-number']['es-mx'] = "";
$text['label-cid-number']['fr-ca'] = "";
$text['label-cid-number']['fr-fr'] = "Numéro Appelant";
$text['label-cid-number']['he-il'] = "זהוי מספר";
$text['label-cid-number']['it-it'] = "Numero CID";
@ -349,6 +436,7 @@ $text['label-cid-number']['nl-nl'] = "";
$text['label-cid-number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
$text['label-cid-number']['pt-br'] = "Número CID";
$text['label-cid-number']['pt-pt'] = "Número CID";
$text['label-cid-number']['ro-ro'] = "";
$text['label-cid-number']['ru-ru'] = "CID Номер";
$text['label-cid-number']['sv-se'] = "CID, nummerspresentation";
$text['label-cid-number']['uk-ua'] = "CID Номер";
@ -356,8 +444,11 @@ $text['label-cid-number']['uk-ua'] = "CID Номер";
$text['label-cid-name']['en-us'] = "CID Name";
$text['label-cid-name']['ar-eg'] = "";
$text['label-cid-name']['de-at'] = "Anrufer Name";
$text['label-cid-name']['de-ch'] = "";
$text['label-cid-name']['de-de'] = "Anrufer Name";
$text['label-cid-name']['es-cl'] = "Nombre CID";
$text['label-cid-name']['es-mx'] = "";
$text['label-cid-name']['fr-ca'] = "";
$text['label-cid-name']['fr-fr'] = "Nom Appelant";
$text['label-cid-name']['he-il'] = "זהוי שם";
$text['label-cid-name']['it-it'] = "Nome CID";
@ -365,6 +456,7 @@ $text['label-cid-name']['nl-nl'] = "";
$text['label-cid-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
$text['label-cid-name']['pt-br'] = "Nome CID";
$text['label-cid-name']['pt-pt'] = "Nome CID";
$text['label-cid-name']['ro-ro'] = "";
$text['label-cid-name']['ru-ru'] = "CID Имя";
$text['label-cid-name']['sv-se'] = "CID namnpresentation";
$text['label-cid-name']['uk-ua'] = "CID Ім’я";
@ -372,8 +464,11 @@ $text['label-cid-name']['uk-ua'] = "CID Ім’я";
$text['label-app']['en-us'] = "Application";
$text['label-app']['ar-eg'] = "";
$text['label-app']['de-at'] = "Anwendung";
$text['label-app']['de-ch'] = "";
$text['label-app']['de-de'] = "Anwendung";
$text['label-app']['es-cl'] = "Aplicación";
$text['label-app']['es-mx'] = "";
$text['label-app']['fr-ca'] = "";
$text['label-app']['fr-fr'] = "Application";
$text['label-app']['he-il'] = "אפליקציה";
$text['label-app']['it-it'] = "Applicazione";
@ -381,6 +476,7 @@ $text['label-app']['nl-nl'] = "";
$text['label-app']['pl-pl'] = "Aplikacja";
$text['label-app']['pt-br'] = "Aplicação";
$text['label-app']['pt-pt'] = "Aplicação";
$text['label-app']['ro-ro'] = "";
$text['label-app']['ru-ru'] = "Приложение";
$text['label-app']['sv-se'] = "Ansökan";
$text['label-app']['uk-ua'] = "Додаток";
@ -388,8 +484,11 @@ $text['label-app']['uk-ua'] = "Додаток";
$text['description-2']['en-us'] = "Use this to view all extensions and monitor and interact with active calls.";
$text['description-2']['ar-eg'] = "";
$text['description-2']['de-at'] = "Benutzen Sie die Funktionen um alle Nebenstellen anzuzeigen, zu überwachen und aktive Gespräche zu steuern.";
$text['description-2']['de-ch'] = "";
$text['description-2']['de-de'] = "Benutzen Sie die Funktionen um alle Nebenstellen anzuzeigen, zu überwachen und aktive Gespräche zu steuern.";
$text['description-2']['es-cl'] = "Utilice este menú para ver todas las extensiones, monitorear e interactuar con las llamadas activas.";
$text['description-2']['es-mx'] = "";
$text['description-2']['fr-ca'] = "";
$text['description-2']['fr-fr'] = "Voir toutes les extensions, superviser et interagir avec les Communications Actives.";
$text['description-2']['he-il'] = "";
$text['description-2']['it-it'] = "Usa questo menu per visualizzare tutti gli interni e monitorare e interagire con le chiamate attive.";
@ -397,6 +496,7 @@ $text['description-2']['nl-nl'] = "";
$text['description-2']['pl-pl'] = "Użyj tej opcji, aby zobaczyć wszystkie numery wewnętrzne i monitorować interakcję z aktywnymi rozmowami.";
$text['description-2']['pt-br'] = "A informação contem a origem, destino, duração e outros detalhes úteis da chamada.";
$text['description-2']['pt-pt'] = "Utilize este menu para ver todas as extensões, monitorizar e interagir com as chamadas activas.";
$text['description-2']['ro-ro'] = "";
$text['description-2']['ru-ru'] = "Используйте для просмотра всех внутренних номеров и мониторинга и взаимодействия с активными вызовами.";
$text['description-2']['sv-se'] = "Använd detta för att se alla anknytningar och monitorera och hantera aktiva samtal.";
$text['description-2']['uk-ua'] = "Використовуйте це, щоб переглянути всі розширення, контролювати і взаємодіяти з активними викликами.";
@ -404,8 +504,11 @@ $text['description-2']['uk-ua'] = "Використовуйте це, щоб п
$text['description']['en-us'] = "Use this to monitor and interact with the active calls.";
$text['description']['ar-eg'] = "";
$text['description']['de-at'] = "Benutzen Sie die Funktionen um aktive Gespräche zu steuern.";
$text['description']['de-ch'] = "";
$text['description']['de-de'] = "Benutzen Sie die Funktionen um aktive Gespräche zu steuern.";
$text['description']['es-cl'] = "Utilice este menú para monitorear e interactuar con las llamadas activas.";
$text['description']['es-mx'] = "";
$text['description']['fr-ca'] = "";
$text['description']['fr-fr'] = "Superviser et interagir avec les Communications Actives.";
$text['description']['he-il'] = "ערוך את פרטי החשבון";
$text['description']['it-it'] = "Usa questo menu per monitorare e interagire con le chiamate attive.";
@ -413,6 +516,7 @@ $text['description']['nl-nl'] = "";
$text['description']['pl-pl'] = "Użyć tej opcji do monitorowania i interakcji z aktywnymi rozmowami.";
$text['description']['pt-br'] = "Editar informações da conta.";
$text['description']['pt-pt'] = "Utilize este menu para monitorizar e interagir com as chamadas activas.";
$text['description']['ro-ro'] = "";
$text['description']['ru-ru'] = "Используйте для отслеживания и взаимодействия с активными вызовами.";
$text['description']['sv-se'] = "Använd detta för att monitorera och hantera aktiva samtal.";
$text['description']['uk-ua'] = "Використовуйте це, щоб контролювати і взаємодіяти з активними викликами.";
@ -420,8 +524,11 @@ $text['description']['uk-ua'] = "Використовуйте це, щоб ко
$text['confirm-socket']['en-us'] = "Connection to Event Socket failed.";
$text['confirm-socket']['ar-eg'] = "";
$text['confirm-socket']['de-at'] = "Verbindung zum Event-Socket fehlgeschlagen.";
$text['confirm-socket']['de-ch'] = "";
$text['confirm-socket']['de-de'] = "Verbindung zum Event-Socket fehlgeschlagen.";
$text['confirm-socket']['es-cl'] = "Conexión con socket fallida.";
$text['confirm-socket']['es-mx'] = "";
$text['confirm-socket']['fr-ca'] = "";
$text['confirm-socket']['fr-fr'] = "la Connexion au Event Socket a échoué.";
$text['confirm-socket']['he-il'] = "";
$text['confirm-socket']['it-it'] = "Connessione al Socket Eventi fallita.";
@ -429,6 +536,7 @@ $text['confirm-socket']['nl-nl'] = "";
$text['confirm-socket']['pl-pl'] = "Polaczenie do Event Socket nie powiodło się";
$text['confirm-socket']['pt-br'] = "A conexão ao evento socket falhou";
$text['confirm-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
$text['confirm-socket']['ro-ro'] = "";
$text['confirm-socket']['ru-ru'] = "Не удалось подключиться к сокету событий.";
$text['confirm-socket']['sv-se'] = "Anslutning till 'Event Socket' misslyckades";
$text['confirm-socket']['uk-ua'] = "Помилка підключення до сокета подій";
@ -436,8 +544,11 @@ $text['confirm-socket']['uk-ua'] = "Помилка підключення до
$text['confirm-hangup']['en-us'] = "Do you really want to hangup this call?";
$text['confirm-hangup']['ar-eg'] = "";
$text['confirm-hangup']['de-at'] = "Wollen Sie dieses Gespräch wirklich beenden?";
$text['confirm-hangup']['de-ch'] = "";
$text['confirm-hangup']['de-de'] = "Wollen Sie dieses Gespräch wirklich beenden?";
$text['confirm-hangup']['es-cl'] = "¿Realmente desea terminar esta llamada?";
$text['confirm-hangup']['es-mx'] = "";
$text['confirm-hangup']['fr-ca'] = "";
$text['confirm-hangup']['fr-fr'] = "Voulez-vous vraiment raccrocher cette communication?";
$text['confirm-hangup']['he-il'] = "";
$text['confirm-hangup']['it-it'] = "Vuoi davvero riagganciare questa chiamata?";
@ -445,6 +556,7 @@ $text['confirm-hangup']['nl-nl'] = "";
$text['confirm-hangup']['pl-pl'] = "Czy na pewno chcesz się rozłączyć tę rozmowę?";
$text['confirm-hangup']['pt-br'] = "Deseja realmente finalizar essa chamada?";
$text['confirm-hangup']['pt-pt'] = "Deseja realmente terminar esta chamada?";
$text['confirm-hangup']['ro-ro'] = "";
$text['confirm-hangup']['ru-ru'] = "Вы действительно хотите завершить вызов?";
$text['confirm-hangup']['sv-se'] = "Vill du verkligen avsluta detta samtal";
$text['confirm-hangup']['uk-ua'] = "Ви дійсно бажаєте розірвати дзвінок?";
@ -452,8 +564,11 @@ $text['confirm-hangup']['uk-ua'] = "Ви дійсно бажаєте розір
$text['check-onbreak-status']['en-us'] = "On Break";
$text['check-onbreak-status']['ar-eg'] = "";
$text['check-onbreak-status']['de-at'] = "Auf Pause";
$text['check-onbreak-status']['de-ch'] = "";
$text['check-onbreak-status']['de-de'] = "Auf Pause";
$text['check-onbreak-status']['es-cl'] = "En Pausa";
$text['check-onbreak-status']['es-mx'] = "";
$text['check-onbreak-status']['fr-ca'] = "";
$text['check-onbreak-status']['fr-fr'] = "En Pause";
$text['check-onbreak-status']['he-il'] = "בהפסקה";
$text['check-onbreak-status']['it-it'] = "In Pausa";
@ -461,6 +576,7 @@ $text['check-onbreak-status']['nl-nl'] = "";
$text['check-onbreak-status']['pl-pl'] = "Na przerwie";
$text['check-onbreak-status']['pt-br'] = "Em Pausa";
$text['check-onbreak-status']['pt-pt'] = "Em Pausa";
$text['check-onbreak-status']['ro-ro'] = "";
$text['check-onbreak-status']['ru-ru'] = "Перерыв";
$text['check-onbreak-status']['sv-se'] = "På Rast";
$text['check-onbreak-status']['uk-ua'] = "На перерві";
@ -468,8 +584,11 @@ $text['check-onbreak-status']['uk-ua'] = "На перерві";
$text['check-loggedout-status']['en-us'] = "Logged Out";
$text['check-loggedout-status']['ar-eg'] = "";
$text['check-loggedout-status']['de-at'] = "Abgemeldet";
$text['check-loggedout-status']['de-ch'] = "";
$text['check-loggedout-status']['de-de'] = "Abgemeldet";
$text['check-loggedout-status']['es-cl'] = "Desconectado";
$text['check-loggedout-status']['es-mx'] = "";
$text['check-loggedout-status']['fr-ca'] = "";
$text['check-loggedout-status']['fr-fr'] = "Délogué";
$text['check-loggedout-status']['he-il'] = "התנתק";
$text['check-loggedout-status']['it-it'] = "Sconnesso";
@ -477,6 +596,7 @@ $text['check-loggedout-status']['nl-nl'] = "";
$text['check-loggedout-status']['pl-pl'] = "Wylogowany";
$text['check-loggedout-status']['pt-br'] = "Desligado";
$text['check-loggedout-status']['pt-pt'] = "Desligado";
$text['check-loggedout-status']['ro-ro'] = "";
$text['check-loggedout-status']['ru-ru'] = "Не в сети";
$text['check-loggedout-status']['sv-se'] = "Utloggad";
$text['check-loggedout-status']['uk-ua'] = "Вийшов";
@ -484,8 +604,11 @@ $text['check-loggedout-status']['uk-ua'] = "Вийшов";
$text['check-do-not-disturb-status']['en-us'] = "Do Not Disturb";
$text['check-do-not-disturb-status']['ar-eg'] = "";
$text['check-do-not-disturb-status']['de-at'] = "Bitte nicht Stören";
$text['check-do-not-disturb-status']['de-ch'] = "";
$text['check-do-not-disturb-status']['de-de'] = "Bitte nicht Stören";
$text['check-do-not-disturb-status']['es-cl'] = "No molestar";
$text['check-do-not-disturb-status']['es-mx'] = "";
$text['check-do-not-disturb-status']['fr-ca'] = "";
$text['check-do-not-disturb-status']['fr-fr'] = "Ne Pas Déranger";
$text['check-do-not-disturb-status']['he-il'] = "לא להפריע";
$text['check-do-not-disturb-status']['it-it'] = "Non Disturbare";
@ -493,6 +616,7 @@ $text['check-do-not-disturb-status']['nl-nl'] = "";
$text['check-do-not-disturb-status']['pl-pl'] = "Nie przeszkadzaj (DND)";
$text['check-do-not-disturb-status']['pt-br'] = "Não Pertube";
$text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar";
$text['check-do-not-disturb-status']['ro-ro'] = "";
$text['check-do-not-disturb-status']['ru-ru'] = "Не беспокоить (DND)";
$text['check-do-not-disturb-status']['sv-se'] = "Stör Ej";
$text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати";
@ -500,8 +624,11 @@ $text['check-do-not-disturb-status']['uk-ua'] = "Не турбувати";
$text['check-available-status']['en-us'] = "Available";
$text['check-available-status']['ar-eg'] = "";
$text['check-available-status']['de-at'] = "Erreichbar";
$text['check-available-status']['de-ch'] = "";
$text['check-available-status']['de-de'] = "Erreichbar";
$text['check-available-status']['es-cl'] = "Disponible";
$text['check-available-status']['es-mx'] = "";
$text['check-available-status']['fr-ca'] = "";
$text['check-available-status']['fr-fr'] = "Disponible";
$text['check-available-status']['he-il'] = "זמין";
$text['check-available-status']['it-it'] = "Disponibile";
@ -509,6 +636,7 @@ $text['check-available-status']['nl-nl'] = "";
$text['check-available-status']['pl-pl'] = "Dostępny";
$text['check-available-status']['pt-br'] = "Disponível";
$text['check-available-status']['pt-pt'] = "Disponível";
$text['check-available-status']['ro-ro'] = "";
$text['check-available-status']['ru-ru'] = "Доступен";
$text['check-available-status']['sv-se'] = "Anträffbar";
$text['check-available-status']['uk-ua'] = "Доступний";
@ -516,8 +644,11 @@ $text['check-available-status']['uk-ua'] = "Доступний";
$text['check-available-on-demand-status']['en-us'] = "Available (On Demand)";
$text['check-available-on-demand-status']['ar-eg'] = "";
$text['check-available-on-demand-status']['de-at'] = "Erreichbar (Auf Anfrage)";
$text['check-available-on-demand-status']['de-ch'] = "";
$text['check-available-on-demand-status']['de-de'] = "Erreichbar (Auf Anfrage)";
$text['check-available-on-demand-status']['es-cl'] = "Disponible (On Demand)";
$text['check-available-on-demand-status']['es-mx'] = "";
$text['check-available-on-demand-status']['fr-ca'] = "";
$text['check-available-on-demand-status']['fr-fr'] = "Disponible (Sur Demande)";
$text['check-available-on-demand-status']['he-il'] = "";
$text['check-available-on-demand-status']['it-it'] = "Disponibile (Su Richiesta)";
@ -525,15 +656,19 @@ $text['check-available-on-demand-status']['nl-nl'] = "";
$text['check-available-on-demand-status']['pl-pl'] = "Dostępny (na żądanie)";
$text['check-available-on-demand-status']['pt-br'] = "Disponível (A pedido)";
$text['check-available-on-demand-status']['pt-pt'] = "Disponível (A pedido)";
$text['check-available-on-demand-status']['ro-ro'] = "";
$text['check-available-on-demand-status']['ru-ru'] = "Доступен (по требованию)";
$text['check-available-on-demand-status']['sv-se'] = "Anträffbar (På Begäran) ";
$text['check-available-on-demand-status']['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']['ar-eg'] = "";
$text['button-show_all']['de-at'] = "Alle anzeigen";
$text['button-show_all']['de-ch'] = "";
$text['button-show_all']['de-de'] = "Alle anzeigen";
$text['button-show_all']['es-cl'] = "Mostrar Todos";
$text['button-show_all']['es-mx'] = "";
$text['button-show_all']['fr-ca'] = "";
$text['button-show_all']['fr-fr'] = "Montrer Tout";
$text['button-show_all']['he-il'] = "";
$text['button-show_all']['it-it'] = "Mostra Tutto";
@ -541,8 +676,9 @@ $text['button-show_all']['nl-nl'] = "";
$text['button-show_all']['pl-pl'] = "Pokaż Wszystkie";
$text['button-show_all']['pt-br'] = "Mostrar Todos";
$text['button-show_all']['pt-pt'] = "Mostrar Todos";
$text['button-show_all']['ro-ro'] = "";
$text['button-show_all']['ru-ru'] = "Показать все";
$text['button-show_all']['sv-se'] = "";
$text['button-show_all']['sv-se'] = "Visa Allt";
$text['button-show_all']['uk-ua'] = "Показати всі";
?>
?>

View File

@ -1,22 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Calls";
$apps[$x]['menu'][0]['title']['es-cl'] = "Llamadas Activas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Appels en cours";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamadas Activas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Chamadas ativas";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne połączenia";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные вызовы";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva samtal";
$apps[$x]['menu'][0]['title']['uk'] = "Активні дзвінки";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Gespräche";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Gespräche";
$apps[$x]['menu'][0]['title']['he'] = "שיחות פעילות";
$apps[$x]['menu'][0]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/calls_active/calls_active.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Gespräche";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Llamadas Activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Appels en cours";
$apps[$x]['menu'][$y]['title']['he-il'] = "שיחות פעילות";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne połączenia";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Chamadas ativas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Chamadas Activas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные вызовы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva samtal";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні дзвінки";
$apps[$x]['menu'][$y]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "eb221c9b-cb13-5542-9140-dff924816dc4";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Genera llamadas con un URL.";
$apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Anrufe über eine URL erzeugen.";
$apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Anrufe über eine URL erzeugen.";
$apps[$x]['description']['es-cl'] = "Genera llamadas con un URL.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Appeller avec d'URL";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Originar chamadas com um URL.";
$apps[$x]['description']['fr-fr'] = "Appeler à partir d'une URL";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "Gera chamadas a partir de um URL";
$apps[$x]['description']['pt-pt'] = "Originar chamadas com um URL.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Создание исходящих вызовов с помощью вызова URL";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -33,4 +41,4 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['label-click2call']['en-us'] = "Click to Call";
$text['label-click2call']['ar-eg'] = "";
$text['label-click2call']['de-at'] = "Click to Call";
$text['label-click2call']['de-ch'] = "";
$text['label-click2call']['de-de'] = "Click to Call";
$text['label-click2call']['es-cl'] = "Pulse para Llamar";
$text['label-click2call']['es-mx'] = "";
$text['label-click2call']['fr-ca'] = "";
$text['label-click2call']['fr-fr'] = "Click to Call";
$text['label-click2call']['he-il'] = "";
$text['label-click2call']['it-it'] = "Clicca per Chiamare";
@ -13,15 +16,19 @@ $text['label-click2call']['nl-nl'] = "";
$text['label-click2call']['pl-pl'] = "";
$text['label-click2call']['pt-br'] = "Clique para chamar";
$text['label-click2call']['pt-pt'] = "Clique para chamar";
$text['label-click2call']['ro-ro'] = "";
$text['label-click2call']['ru-ru'] = "Вызов по клику";
$text['label-click2call']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-click2call']['de-at'] = "Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen";
$text['desc-click2call']['de-ch'] = "";
$text['desc-click2call']['de-de'] = "Geben Sie folgende Informationen an um einen Anruf von der Quellrufnummer zur Zielrufniummer her zu stellen";
$text['desc-click2call']['es-cl'] = "Ingrese la siguiente información para realizar una llamada desde un número de origen a un número de destino.";
$text['desc-click2call']['es-mx'] = "";
$text['desc-click2call']['fr-ca'] = "";
$text['desc-click2call']['fr-fr'] = "Fournissez les informations suivantes afin de lancer un appel d'un numéro vers un autre.";
$text['desc-click2call']['he-il'] = "";
$text['desc-click2call']['it-it'] = "Inserisci le seguenti informazioni per eseguire una chiamata dal numero sorgente al numero destinatario.";
@ -29,15 +36,19 @@ $text['desc-click2call']['nl-nl'] = "";
$text['desc-click2call']['pl-pl'] = "";
$text['desc-click2call']['pt-br'] = "Forneça as seguintes informações para realizar uma chamada do telefone originário para o telefone de destino.";
$text['desc-click2call']['pt-pt'] = "Forneça a informação seguinte para realizar uma chamada com uma determinada origem para um determinado destino.";
$text['desc-click2call']['ro-ro'] = "";
$text['desc-click2call']['ru-ru'] = "Предоставьте следующую информацию, чтобы сделать вызов от исходного номера до номера адресата.";
$text['desc-click2call']['sv-se'] = "";
$text['desc-click2call']['sv-se'] = "Ange följande information för att ringa från källnumret till destinationsnumret.";
$text['desc-click2call']['uk-ua'] = "";
$text['label-src-caller-id-nam']['en-us'] = "Source Caller ID Name";
$text['label-src-caller-id-nam']['ar-eg'] = "";
$text['label-src-caller-id-nam']['de-at'] = "Quell Anruferkennung (Namen)";
$text['label-src-caller-id-nam']['de-ch'] = "";
$text['label-src-caller-id-nam']['de-de'] = "Quell Anruferkennung (Namen)";
$text['label-src-caller-id-nam']['es-cl'] = "Nombre de Caller ID de origen";
$text['label-src-caller-id-nam']['es-mx'] = "";
$text['label-src-caller-id-nam']['fr-ca'] = "";
$text['label-src-caller-id-nam']['fr-fr'] = "Nom de l'appelant";
$text['label-src-caller-id-nam']['he-il'] = "";
$text['label-src-caller-id-nam']['it-it'] = "Nome Chiamante";
@ -45,15 +56,19 @@ $text['label-src-caller-id-nam']['nl-nl'] = "";
$text['label-src-caller-id-nam']['pl-pl'] = "";
$text['label-src-caller-id-nam']['pt-br'] = "Nome de origem";
$text['label-src-caller-id-nam']['pt-pt'] = "Nome do Chamador";
$text['label-src-caller-id-nam']['ro-ro'] = "";
$text['label-src-caller-id-nam']['ru-ru'] = "Исходящее Caller ID Имя";
$text['label-src-caller-id-nam']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-src-caller-id-nam']['de-at'] = "Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll.";
$text['desc-src-caller-id-nam']['de-ch'] = "";
$text['desc-src-caller-id-nam']['de-de'] = "Geben Sie die Anruferkennung (Namen) ein, die an Ihr Telefon übermittelt werden soll.";
$text['desc-src-caller-id-nam']['es-cl'] = "Ingrese el nombre del Caller ID para enviar a su teléfono.";
$text['desc-src-caller-id-nam']['es-mx'] = "";
$text['desc-src-caller-id-nam']['fr-ca'] = "";
$text['desc-src-caller-id-nam']['fr-fr'] = "Choisir le nom d'appelant à émettre à votre téléphone.";
$text['desc-src-caller-id-nam']['he-il'] = "";
$text['desc-src-caller-id-nam']['it-it'] = "Inserisci il nome del chiamante per inviare al tuo telefono.";
@ -61,15 +76,19 @@ $text['desc-src-caller-id-nam']['nl-nl'] = "";
$text['desc-src-caller-id-nam']['pl-pl'] = "";
$text['desc-src-caller-id-nam']['pt-br'] = "Entre com o ID do número de origem para ser enviado para seu telefone.";
$text['desc-src-caller-id-nam']['pt-pt'] = "Introduza o nome do chamador para ser enviado para o seu telefone.";
$text['desc-src-caller-id-nam']['ro-ro'] = "";
$text['desc-src-caller-id-nam']['ru-ru'] = "Введите имя вызывающего абонента для отправки на свой телефон.";
$text['desc-src-caller-id-nam']['sv-se'] = "";
$text['desc-src-caller-id-nam']['sv-se'] = "Ange Caller ID Namn som skall skickas till din telefon.";
$text['desc-src-caller-id-nam']['uk-ua'] = "";
$text['label-src-caller-id-num']['en-us'] = "Source Caller ID Number";
$text['label-src-caller-id-num']['ar-eg'] = "";
$text['label-src-caller-id-num']['de-at'] = "Quell Anruferkennung (Nummer)";
$text['label-src-caller-id-num']['de-ch'] = "";
$text['label-src-caller-id-num']['de-de'] = "Quell Anruferkennung (Nummer)";
$text['label-src-caller-id-num']['es-cl'] = "Número de Caller ID de origen";
$text['label-src-caller-id-num']['es-mx'] = "";
$text['label-src-caller-id-num']['fr-ca'] = "";
$text['label-src-caller-id-num']['fr-fr'] = "Numéro de l'appelant";
$text['label-src-caller-id-num']['he-il'] = "";
$text['label-src-caller-id-num']['it-it'] = "Numero Sorgente";
@ -77,15 +96,19 @@ $text['label-src-caller-id-num']['nl-nl'] = "";
$text['label-src-caller-id-num']['pl-pl'] = "";
$text['label-src-caller-id-num']['pt-br'] = "Número de origem";
$text['label-src-caller-id-num']['pt-pt'] = "Número do Chamador";
$text['label-src-caller-id-num']['ro-ro'] = "";
$text['label-src-caller-id-num']['ru-ru'] = "Исходящий Caller ID Номер";
$text['label-src-caller-id-num']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-src-caller-id-num']['de-at'] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer).";
$text['desc-src-caller-id-num']['de-ch'] = "";
$text['desc-src-caller-id-num']['de-de'] = " Geben Sie die Anruferkennung (Nummer) ein, die an Ihr Telefon übermittelt werden soll.(In der Regel ist diese identisch mit der Zielrufnummer).";
$text['desc-src-caller-id-num']['es-cl'] = "Ingrese el número del Caller ID para enviar a su teléfono (probablemente desee que sea el mismo que el número de destino).";
$text['desc-src-caller-id-num']['es-mx'] = "";
$text['desc-src-caller-id-num']['fr-ca'] = "";
$text['desc-src-caller-id-num']['fr-fr'] = "Choisir le numéro d'appelant à émettre à votre téléphone (Il est en général le même que le numéro de destination).";
$text['desc-src-caller-id-num']['he-il'] = "";
$text['desc-src-caller-id-num']['it-it'] = "Inserisci il numero Sorgente per inviare al tuo telefono (probabilmente è lo stesso del numero destintario).";
@ -93,15 +116,19 @@ $text['desc-src-caller-id-num']['nl-nl'] = "";
$text['desc-src-caller-id-num']['pl-pl'] = "";
$text['desc-src-caller-id-num']['pt-br'] = "Entre com o ID do número de origem para ser enviado para seu telefone (Orientamos colocar este número sendo o mesmo número que 'número de destino'";
$text['desc-src-caller-id-num']['pt-pt'] = "Introduza o identificador de chamada para enviar para o seu telefone (geralmente é o mesmo que o número de destino).";
$text['desc-src-caller-id-num']['ro-ro'] = "";
$text['desc-src-caller-id-num']['ru-ru'] = "Введите номер вызывающего абонента для отправки на свой телефон (возможно, вы хотите чтобы он был то же, что и номер назначения).";
$text['desc-src-caller-id-num']['sv-se'] = "";
$text['desc-src-caller-id-num']['sv-se'] = "Ange nummeret för nummerpresentation som ska skickas till din telefon (du vill noga att det här är detsamma som destinationsnumret).";
$text['desc-src-caller-id-num']['uk-ua'] = "";
$text['label-dest-caller-id-nam']['en-us'] = "Destination Caller ID Name";
$text['label-dest-caller-id-nam']['ar-eg'] = "";
$text['label-dest-caller-id-nam']['de-at'] = "Ziel Anruferkennung (Name)";
$text['label-dest-caller-id-nam']['de-ch'] = "";
$text['label-dest-caller-id-nam']['de-de'] = "Ziel Anruferkennung (Name)";
$text['label-dest-caller-id-nam']['es-cl'] = "Nombre de Caller ID de destino";
$text['label-dest-caller-id-nam']['es-mx'] = "";
$text['label-dest-caller-id-nam']['fr-ca'] = "";
$text['label-dest-caller-id-nam']['fr-fr'] = "Nom de l'appelant";
$text['label-dest-caller-id-nam']['he-il'] = "";
$text['label-dest-caller-id-nam']['it-it'] = "Nome Destinatario";
@ -109,15 +136,19 @@ $text['label-dest-caller-id-nam']['nl-nl'] = "";
$text['label-dest-caller-id-nam']['pl-pl'] = "";
$text['label-dest-caller-id-nam']['pt-br'] = "Identificação do destino";
$text['label-dest-caller-id-nam']['pt-pt'] = "Nome do Chamador";
$text['label-dest-caller-id-nam']['ro-ro'] = "";
$text['label-dest-caller-id-nam']['ru-ru'] = "Удаленное Caller ID Имя";
$text['label-dest-caller-id-nam']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-dest-caller-id-nam']['de-at'] = "Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll.";
$text['desc-dest-caller-id-nam']['de-ch'] = "";
$text['desc-dest-caller-id-nam']['de-de'] = "Geben Sie die Anruferkennung (Name) ein, die an das Ziel übermittelt werden soll.";
$text['desc-dest-caller-id-nam']['es-cl'] = "Ingrese el nombre de Caller ID para enviar al número de destino.";
$text['desc-dest-caller-id-nam']['es-mx'] = "";
$text['desc-dest-caller-id-nam']['fr-ca'] = "";
$text['desc-dest-caller-id-nam']['fr-fr'] = "Choisir le nom d'appelant à émettre à la destination";
$text['desc-dest-caller-id-nam']['he-il'] = "";
$text['desc-dest-caller-id-nam']['it-it'] = "Inserisci il nome del chiamante per inviare la chiamata al numero destinatario.";
@ -125,15 +156,19 @@ $text['desc-dest-caller-id-nam']['nl-nl'] = "";
$text['desc-dest-caller-id-nam']['pl-pl'] = "";
$text['desc-dest-caller-id-nam']['pt-br'] = "Entre com a identificação a ser enviada para o número de destino.";
$text['desc-dest-caller-id-nam']['pt-pt'] = "Introduza o identificador do chamador a ser enviado para o destinatário.";
$text['desc-dest-caller-id-nam']['ro-ro'] = "";
$text['desc-dest-caller-id-nam']['ru-ru'] = "Введите имя вызывающего абонента для отправки на номер назначения.";
$text['desc-dest-caller-id-nam']['sv-se'] = "";
$text['desc-dest-caller-id-nam']['sv-se'] = "Ange Caller ID Namn som skall skickas till destinationen.";
$text['desc-dest-caller-id-nam']['uk-ua'] = "";
$text['label-dest-caller-id-num']['en-us'] = "Destination Caller ID Number";
$text['label-dest-caller-id-num']['ar-eg'] = "";
$text['label-dest-caller-id-num']['de-at'] = "Ziel Anruferkennung (Nummer)";
$text['label-dest-caller-id-num']['de-ch'] = "";
$text['label-dest-caller-id-num']['de-de'] = "Ziel Anruferkennung (Nummer)";
$text['label-dest-caller-id-num']['es-cl'] = "Número de Caller ID de destino";
$text['label-dest-caller-id-num']['es-mx'] = "";
$text['label-dest-caller-id-num']['fr-ca'] = "";
$text['label-dest-caller-id-num']['fr-fr'] = "Numéro de l'appelant";
$text['label-dest-caller-id-num']['he-il'] = "";
$text['label-dest-caller-id-num']['it-it'] = "Numero Destinatario";
@ -141,15 +176,19 @@ $text['label-dest-caller-id-num']['nl-nl'] = "";
$text['label-dest-caller-id-num']['pl-pl'] = "";
$text['label-dest-caller-id-num']['pt-br'] = "Número de destino";
$text['label-dest-caller-id-num']['pt-pt'] = "Número a apresentar no destino";
$text['label-dest-caller-id-num']['ro-ro'] = "";
$text['label-dest-caller-id-num']['ru-ru'] = "Удаленный Caller ID Номер";
$text['label-dest-caller-id-num']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-dest-caller-id-num']['de-at'] = "Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer).";
$text['desc-dest-caller-id-num']['de-ch'] = "";
$text['desc-dest-caller-id-num']['de-de'] = "Geben Sie die Anruferkennung (Nummer) ein, die an das Ziel übermittelt werden soll (Normalerweise Ihre Rufnummer).";
$text['desc-dest-caller-id-num']['es-cl'] = "Ingrese número de Caller ID para enviar al número de destino (probablemente desee que sea su número de teléfono).";
$text['desc-dest-caller-id-num']['es-mx'] = "";
$text['desc-dest-caller-id-num']['fr-ca'] = "";
$text['desc-dest-caller-id-num']['fr-fr'] = "Choisir le numéro d'appelant à émettre au téléphone destination (Il est en général le même que votre numéro.)";
$text['desc-dest-caller-id-num']['he-il'] = "";
$text['desc-dest-caller-id-num']['it-it'] = "";
@ -157,15 +196,19 @@ $text['desc-dest-caller-id-num']['nl-nl'] = "";
$text['desc-dest-caller-id-num']['pl-pl'] = "";
$text['desc-dest-caller-id-num']['pt-br'] = "Entre com o número de identificação a ser mandado para o número de destino (geralmente é o mesmo que o número de telefone).";
$text['desc-dest-caller-id-num']['pt-pt'] = "Introduza o número identificador de chamada a ser enviado ao telefone de destino (geralmente é o mesmo que o seu número de telefone).";
$text['desc-dest-caller-id-num']['ro-ro'] = "";
$text['desc-dest-caller-id-num']['ru-ru'] = "Введите номер вызывающего абонента для отправки на номер адресата (возможно, вы хотите, чтобы это был ваш номер телефона).";
$text['desc-dest-caller-id-num']['sv-se'] = "";
$text['desc-dest-caller-id-num']['sv-se'] = "Ange Caller ID nummret för att skicka till destinationen (du vill säkert att detta ska vara ditt telefonnummer).";
$text['desc-dest-caller-id-num']['uk-ua'] = "";
$text['label-src-num']['en-us'] = "Source Number";
$text['label-src-num']['ar-eg'] = "";
$text['label-src-num']['de-at'] = "Quell Rufnummer";
$text['label-src-num']['de-ch'] = "";
$text['label-src-num']['de-de'] = "Quell Rufnummer";
$text['label-src-num']['es-cl'] = "Número de origen";
$text['label-src-num']['es-mx'] = "";
$text['label-src-num']['fr-ca'] = "";
$text['label-src-num']['fr-fr'] = "Numéro Source";
$text['label-src-num']['he-il'] = "";
$text['label-src-num']['it-it'] = "Numero Sorgente";
@ -173,15 +216,19 @@ $text['label-src-num']['nl-nl'] = "";
$text['label-src-num']['pl-pl'] = "";
$text['label-src-num']['pt-br'] = "Número de origem";
$text['label-src-num']['pt-pt'] = "Número de origem";
$text['label-src-num']['ro-ro'] = "";
$text['label-src-num']['ru-ru'] = "Исходящий номер";
$text['label-src-num']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-src-num']['de-at'] = "Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer).";
$text['desc-src-num']['de-ch'] = "";
$text['desc-src-num']['de-de'] = "Geben Sie Ihre Rufnummer ein.Diese kann eine Nebenstelle auf dem System sein, oder eine andere Rufnummer (z.B. Ihre Mobilfunknummer).";
$text['desc-src-num']['es-cl'] = "Ingrese su número de teléfono. Este puede ser una extesión en el sistema, u otro número (ej. teléfono movil).";
$text['desc-src-num']['es-mx'] = "";
$text['desc-src-num']['fr-ca'] = "";
$text['desc-src-num']['fr-fr'] = "Choisir votre numéro de téléphone. Il peut être une extension du système, ou tout autre numéro (eg: un mobile).";
$text['desc-src-num']['he-il'] = "";
$text['desc-src-num']['it-it'] = "Inserisci il tuo numero di telefono. Può essere un interno del centralino o un altro numero (es. numero di cellulare).";
@ -189,15 +236,19 @@ $text['desc-src-num']['nl-nl'] = "";
$text['desc-src-num']['pl-pl'] = "";
$text['desc-src-num']['pt-br'] = "Entre com seu númerop de telefone. Pode ser um ramal ou outro número (ex: número de celular).";
$text['desc-src-num']['pt-pt'] = "Introduza o seu número de telefone. Poderá ser uma extensão do sistema ou outro número (ex: número de telemóvel).";
$text['desc-src-num']['ro-ro'] = "";
$text['desc-src-num']['ru-ru'] = "Введите свой номер телефона. Это может быть внутренний номер или другой номер (например, мобильный).";
$text['desc-src-num']['sv-se'] = "";
$text['desc-src-num']['sv-se'] = "Skriv in ditt telefonnummer. Detta kan vara en anknytning i systemet, eller ett annat nummer (t ex: mobiltelefon).";
$text['desc-src-num']['uk-ua'] = "";
$text['label-dest-num']['en-us'] = "Destination Number";
$text['label-dest-num']['ar-eg'] = "";
$text['label-dest-num']['de-at'] = "Ziel Rufnummer";
$text['label-dest-num']['de-ch'] = "";
$text['label-dest-num']['de-de'] = "Ziel Rufnummer";
$text['label-dest-num']['es-cl'] = "Número de destino";
$text['label-dest-num']['es-mx'] = "";
$text['label-dest-num']['fr-ca'] = "";
$text['label-dest-num']['fr-fr'] = "Numéro Destination";
$text['label-dest-num']['he-il'] = "";
$text['label-dest-num']['it-it'] = "Numero Destinazione";
@ -205,15 +256,19 @@ $text['label-dest-num']['nl-nl'] = "";
$text['label-dest-num']['pl-pl'] = "";
$text['label-dest-num']['pt-br'] = "Número do Destino";
$text['label-dest-num']['pt-pt'] = "Número do Destino";
$text['label-dest-num']['ro-ro'] = "";
$text['label-dest-num']['ru-ru'] = "Номер назначения";
$text['label-dest-num']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-dest-num']['de-at'] = "Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme).";
$text['desc-dest-num']['de-ch'] = "";
$text['desc-dest-num']['de-de'] = "Geben Sie die Zielnummer ein. Diese kann eine Nebenstelle auf dem System sein, eine andere Rufnummer, oder eine SIP URI. Sip URI's sind wie folgt einzugeben: 5551234567@voip.example.com:5080 (5080 für freeswitch, oder 5060 für andere Systeme).";
$text['desc-dest-num']['es-cl'] = "Ingrese el número a llamar. Este puede ser una extensión en el sistema, otro número o un uri sip. Uri's sip son de la forma 5551234567@voip.example.com:5080 (5080 para freeswitch, o 5060 para otros sistemas).";
$text['desc-dest-num']['es-mx'] = "";
$text['desc-dest-num']['fr-ca'] = "";
$text['desc-dest-num']['fr-fr'] = "Choisir un numéro à appeler. Il peut être une extension du système, un autre numéro, une URI SIP. les URI SIP sont de la forme : 5551234567@voip.example.com:5080 (5080 pour freeswitch, ou 5060 pour d'autre système).";
$text['desc-dest-num']['he-il'] = "";
$text['desc-dest-num']['it-it'] = "Inserisci il numero da chiamare. Può essere un interno del centralino, un altro numero o un uri sip. Gli uri SIP sono nella forma 5551234567@voip.example.com:5080 (5080 per freeswitch, or 5060 per altri sistemi).";
@ -221,15 +276,19 @@ $text['desc-dest-num']['nl-nl'] = "";
$text['desc-dest-num']['pl-pl'] = "";
$text['desc-dest-num']['pt-br'] = "";
$text['desc-dest-num']['pt-pt'] = "Entre com o número a ser ligado. Pode ser um ramal, outro número, ou SIP URI. Exemplo de SIP URI: 12345678@voip.example.com:5080, sendo 5080 para o freeswitch ou 5060 para outros sistemas.";
$text['desc-dest-num']['ro-ro'] = "";
$text['desc-dest-num']['ru-ru'] = "Введите номер для вызова. Это может быть внутренний номер, другой номер или sip uri. SIP URI имеют вид 5551234567@voip.example.com:5080 (5080 для freeswitch или 5060 для других систем).";
$text['desc-dest-num']['sv-se'] = "";
$text['desc-dest-num']['sv-se'] = "Ange numret som ska ringas. Detta kan vara en anknytning i systemet, ett annat nummer eller en sip uri. SIP URIs är av formatet 5551234567@voip.example.com: 5080 (5080 för freeswitch eller 5060 för andra system).";
$text['desc-dest-num']['uk-ua'] = "";
$text['label-auto-answer']['en-us'] = "Auto Answer";
$text['label-auto-answer']['ar-eg'] = "";
$text['label-auto-answer']['de-at'] = "Automatische Rufannahme";
$text['label-auto-answer']['de-ch'] = "";
$text['label-auto-answer']['de-de'] = "Automatische Rufannahme";
$text['label-auto-answer']['es-cl'] = "respuesta automática";
$text['label-auto-answer']['es-mx'] = "";
$text['label-auto-answer']['fr-ca'] = "";
$text['label-auto-answer']['fr-fr'] = "Réponse Auto";
$text['label-auto-answer']['he-il'] = "";
$text['label-auto-answer']['it-it'] = "Risposta Automatica";
@ -237,15 +296,19 @@ $text['label-auto-answer']['nl-nl'] = "";
$text['label-auto-answer']['pl-pl'] = "";
$text['label-auto-answer']['pt-br'] = "Resposta Automática";
$text['label-auto-answer']['pt-pt'] = "Resposta Automática";
$text['label-auto-answer']['ro-ro'] = "";
$text['label-auto-answer']['ru-ru'] = "Автоответ";
$text['label-auto-answer']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-auto-answer']['de-at'] = "Wählen Sie, ob die automatische Rufannahme aktiviert werden soll.";
$text['desc-auto-answer']['de-ch'] = "";
$text['desc-auto-answer']['de-de'] = "Wählen Sie, ob die automatische Rufannahme aktiviert werden soll.";
$text['desc-auto-answer']['es-cl'] = "Indique si desea activar la respuesta automática.";
$text['desc-auto-answer']['es-mx'] = "";
$text['desc-auto-answer']['fr-ca'] = "";
$text['desc-auto-answer']['fr-fr'] = "Activer ou non la réponse automatique.";
$text['desc-auto-answer']['he-il'] = "";
$text['desc-auto-answer']['it-it'] = "Seleziona per abilitare la risposta automatica.";
@ -253,15 +316,19 @@ $text['desc-auto-answer']['nl-nl'] = "";
$text['desc-auto-answer']['pl-pl'] = "";
$text['desc-auto-answer']['pt-br'] = "Ativar ou desativar a resposta automática.";
$text['desc-auto-answer']['pt-pt'] = "Activar ou Desactivar a resposta automática.";
$text['desc-auto-answer']['ro-ro'] = "";
$text['desc-auto-answer']['ru-ru'] = "Выберите для включения автоответа.";
$text['desc-auto-answer']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-record']['de-at'] = "Aufzeichnen";
$text['label-record']['de-ch'] = "";
$text['label-record']['de-de'] = "Aufzeichnen";
$text['label-record']['es-cl'] = "Grabar";
$text['label-record']['es-mx'] = "";
$text['label-record']['fr-ca'] = "";
$text['label-record']['fr-fr'] = "Enregistrer";
$text['label-record']['he-il'] = "";
$text['label-record']['it-it'] = "Registra";
@ -269,15 +336,19 @@ $text['label-record']['nl-nl'] = "";
$text['label-record']['pl-pl'] = "";
$text['label-record']['pt-br'] = "Gravar";
$text['label-record']['pt-pt'] = "Gravar";
$text['label-record']['ro-ro'] = "";
$text['label-record']['ru-ru'] = "Запись";
$text['label-record']['sv-se'] = "";
$text['label-record']['sv-se'] = "Spela In";
$text['label-record']['uk-ua'] = "";
$text['label-true']['en-us'] = "true";
$text['label-true']['ar-eg'] = "";
$text['label-true']['de-at'] = "ein";
$text['label-true']['de-ch'] = "";
$text['label-true']['de-de'] = "ein";
$text['label-true']['es-cl'] = "verdadero";
$text['label-true']['es-mx'] = "";
$text['label-true']['fr-ca'] = "";
$text['label-true']['fr-fr'] = "oui";
$text['label-true']['he-il'] = "";
$text['label-true']['it-it'] = "vero";
@ -285,15 +356,19 @@ $text['label-true']['nl-nl'] = "";
$text['label-true']['pl-pl'] = "";
$text['label-true']['pt-br'] = "sim";
$text['label-true']['pt-pt'] = "sim";
$text['label-true']['ro-ro'] = "";
$text['label-true']['ru-ru'] = "да";
$text['label-true']['sv-se'] = "";
$text['label-true']['sv-se'] = "sann";
$text['label-true']['uk-ua'] = "";
$text['label-false']['en-us'] = "false";
$text['label-false']['ar-eg'] = "";
$text['label-false']['de-at'] = "aus";
$text['label-false']['de-ch'] = "";
$text['label-false']['de-de'] = "aus";
$text['label-false']['es-cl'] = "falso";
$text['label-false']['es-mx'] = "";
$text['label-false']['fr-ca'] = "";
$text['label-false']['fr-fr'] = "non";
$text['label-false']['he-il'] = "";
$text['label-false']['it-it'] = "falso";
@ -301,15 +376,19 @@ $text['label-false']['nl-nl'] = "";
$text['label-false']['pl-pl'] = "";
$text['label-false']['pt-br'] = "";
$text['label-false']['pt-pt'] = "não";
$text['label-false']['ro-ro'] = "";
$text['label-false']['ru-ru'] = "нет";
$text['label-false']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-record']['de-at'] = "Wählen Sie, ob der Anruf aufgezeichnet werden soll.";
$text['desc-record']['de-ch'] = "";
$text['desc-record']['de-de'] = "Wählen Sie, ob der Anruf aufgezeichnet werden soll.";
$text['desc-record']['es-cl'] = "Indique si desea grabar la llamada.";
$text['desc-record']['es-mx'] = "";
$text['desc-record']['fr-ca'] = "";
$text['desc-record']['fr-fr'] = "Choisir si vous voulez enregistrer l'appel.";
$text['desc-record']['he-il'] = "";
$text['desc-record']['it-it'] = "Seleziona per registrare la telefonata.";
@ -317,15 +396,19 @@ $text['desc-record']['nl-nl'] = "";
$text['desc-record']['pl-pl'] = "";
$text['desc-record']['pt-br'] = "Escolha se quer gravar chamada.";
$text['desc-record']['pt-pt'] = "Escolha se quer gravar chamada.";
$text['desc-record']['ro-ro'] = "";
$text['desc-record']['ru-ru'] = "Выберите для включения записи.";
$text['desc-record']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-ringback']['de-at'] = "Rufton";
$text['label-ringback']['de-ch'] = "";
$text['label-ringback']['de-de'] = "Rufton";
$text['label-ringback']['es-cl'] = "Regresar tono";
$text['label-ringback']['es-mx'] = "";
$text['label-ringback']['fr-ca'] = "";
$text['label-ringback']['fr-fr'] = "Retour de sonnerie";
$text['label-ringback']['he-il'] = "";
$text['label-ringback']['it-it'] = "Tono";
@ -333,15 +416,19 @@ $text['label-ringback']['nl-nl'] = "";
$text['label-ringback']['pl-pl'] = "";
$text['label-ringback']['pt-br'] = "Tocar de volta (Ring Back)";
$text['label-ringback']['pt-pt'] = "Ring Back";
$text['label-ringback']['ro-ro'] = "";
$text['label-ringback']['ru-ru'] = "Контроль посылки вызова (КПВ)";
$text['label-ringback']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['desc-ringback']['de-at'] = "Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton";
$text['desc-ringback']['de-ch'] = "";
$text['desc-ringback']['de-de'] = "Geben Sie an, was Sie hören möchten, während die Verbindung aufgebaut wird. Zur Auswahl stehen musik (Wartemusik) oder Rufton";
$text['desc-ringback']['es-cl'] = "Defina qué desea escuchar mientras se llama al destinatario. Las opciones son música (música en espera) o tono de marcado";
$text['desc-ringback']['es-mx'] = "";
$text['desc-ringback']['fr-ca'] = "";
$text['desc-ringback']['fr-fr'] = "Défini ce vous entendrez pendant que la destination sera appelée. Les choix sont musique (musique de garde) sonnerie.";
$text['desc-ringback']['he-il'] = "";
$text['desc-ringback']['it-it'] = "Definisce cosa sentirai mentre il destinatario è chiamato. Le scelte sono musica (music on hold) o tono (ring tone).";
@ -349,15 +436,19 @@ $text['desc-ringback']['nl-nl'] = "";
$text['desc-ringback']['pl-pl'] = "";
$text['desc-ringback']['pt-br'] = "Definir o que deseja escutar enquanto o destino não atende. As escolhas são música (música em espera) ring (tom de chamada).";
$text['desc-ringback']['pt-pt'] = "Definir o que deseja ouvir enquanto o destino não atende. As escolhas são música (música em espera) ring (tom de chamada).";
$text['desc-ringback']['ro-ro'] = "";
$text['desc-ringback']['ru-ru'] = "Определяет что вы услышите во время вызова номера назначения. Вы можете выбрать music (музыка на удержании) или ring (звонок).";
$text['desc-ringback']['sv-se'] = "";
$text['desc-ringback']['sv-se'] = "Definierar vad du kommer att höra när destinationen rings upp. Valet är musik (musik i vänteläge) ring (ringsignal).";
$text['desc-ringback']['uk-ua'] = "";
$text['opt-usring']['en-us'] = "us-ring";
$text['opt-usring']['ar-eg'] = "";
$text['opt-usring']['de-at'] = "us-ring";
$text['opt-usring']['de-ch'] = "";
$text['opt-usring']['de-de'] = "us-ring";
$text['opt-usring']['es-cl'] = "us-ring";
$text['opt-usring']['es-mx'] = "";
$text['opt-usring']['fr-ca'] = "";
$text['opt-usring']['fr-fr'] = "us-ring";
$text['opt-usring']['he-il'] = "";
$text['opt-usring']['it-it'] = "us-ring";
@ -365,15 +456,19 @@ $text['opt-usring']['nl-nl'] = "";
$text['opt-usring']['pl-pl'] = "";
$text['opt-usring']['pt-br'] = "us-ring";
$text['opt-usring']['pt-pt'] = "us-ring";
$text['opt-usring']['ro-ro'] = "";
$text['opt-usring']['ru-ru'] = "us-ring";
$text['opt-usring']['sv-se'] = "";
$text['opt-usring']['sv-se'] = "us-ring";
$text['opt-usring']['uk-ua'] = "";
$text['opt-frring']['en-us'] = "fr-ring";
$text['opt-frring']['ar-eg'] = "";
$text['opt-frring']['de-at'] = "fr-ring";
$text['opt-frring']['de-ch'] = "";
$text['opt-frring']['de-de'] = "fr-ring";
$text['opt-frring']['es-cl'] = "fr-ring";
$text['opt-frring']['es-mx'] = "";
$text['opt-frring']['fr-ca'] = "";
$text['opt-frring']['fr-fr'] = "fr-ring";
$text['opt-frring']['he-il'] = "";
$text['opt-frring']['it-it'] = "fr-ring";
@ -381,15 +476,19 @@ $text['opt-frring']['nl-nl'] = "";
$text['opt-frring']['pl-pl'] = "";
$text['opt-frring']['pt-br'] = "fr-ring";
$text['opt-frring']['pt-pt'] = "fr-ring";
$text['opt-frring']['ro-ro'] = "";
$text['opt-frring']['ru-ru'] = "fr-ring";
$text['opt-frring']['sv-se'] = "";
$text['opt-frring']['sv-se'] = "fr-ring";
$text['opt-frring']['uk-ua'] = "";
$text['opt-ptring']['en-us'] = "pt-ring";
$text['opt-ptring']['ar-eg'] = "";
$text['opt-ptring']['de-at'] = "pt-ring";
$text['opt-ptring']['de-ch'] = "";
$text['opt-ptring']['de-de'] = "pt-ring";
$text['opt-ptring']['es-cl'] = "pt-ring";
$text['opt-ptring']['es-mx'] = "";
$text['opt-ptring']['fr-ca'] = "";
$text['opt-ptring']['fr-fr'] = "pt-ring";
$text['opt-ptring']['he-il'] = "";
$text['opt-ptring']['it-it'] = "pt-ring";
@ -397,15 +496,19 @@ $text['opt-ptring']['nl-nl'] = "";
$text['opt-ptring']['pl-pl'] = "";
$text['opt-ptring']['pt-br'] = "pt-ring";
$text['opt-ptring']['pt-pt'] = "pt-ring";
$text['opt-ptring']['ro-ro'] = "";
$text['opt-ptring']['ru-ru'] = "pt-ring";
$text['opt-ptring']['sv-se'] = "";
$text['opt-ptring']['sv-se'] = "pt-ring";
$text['opt-ptring']['uk-ua'] = "";
$text['opt-ukring']['en-us'] = "uk-ring";
$text['opt-ukring']['ar-eg'] = "";
$text['opt-ukring']['de-at'] = "uk-ring";
$text['opt-ukring']['de-ch'] = "";
$text['opt-ukring']['de-de'] = "uk-ring";
$text['opt-ukring']['es-cl'] = "uk-ring";
$text['opt-ukring']['es-mx'] = "";
$text['opt-ukring']['fr-ca'] = "";
$text['opt-ukring']['fr-fr'] = "uk-ring";
$text['opt-ukring']['he-il'] = "";
$text['opt-ukring']['it-it'] = "uk-ring";
@ -413,15 +516,19 @@ $text['opt-ukring']['nl-nl'] = "";
$text['opt-ukring']['pl-pl'] = "";
$text['opt-ukring']['pt-br'] = "uk-ring";
$text['opt-ukring']['pt-pt'] = "uk-ring";
$text['opt-ukring']['ro-ro'] = "";
$text['opt-ukring']['ru-ru'] = "uk-ring";
$text['opt-ukring']['sv-se'] = "";
$text['opt-ukring']['sv-se'] = "uk-ring";
$text['opt-ukring']['uk-ua'] = "";
$text['opt-rsring']['en-us'] = "rs-ring";
$text['opt-rsring']['ar-eg'] = "";
$text['opt-rsring']['de-at'] = "rs-ring";
$text['opt-rsring']['de-ch'] = "";
$text['opt-rsring']['de-de'] = "rs-ring";
$text['opt-rsring']['es-cl'] = "rs-ring";
$text['opt-rsring']['es-mx'] = "";
$text['opt-rsring']['fr-ca'] = "";
$text['opt-rsring']['fr-fr'] = "rs-ring";
$text['opt-rsring']['he-il'] = "";
$text['opt-rsring']['it-it'] = "rs-ring";
@ -429,15 +536,19 @@ $text['opt-rsring']['nl-nl'] = "";
$text['opt-rsring']['pl-pl'] = "";
$text['opt-rsring']['pt-br'] = "rs-ring";
$text['opt-rsring']['pt-pt'] = "rs-ring";
$text['opt-rsring']['ro-ro'] = "";
$text['opt-rsring']['ru-ru'] = "rs-ring";
$text['opt-rsring']['sv-se'] = "";
$text['opt-rsring']['sv-se'] = "rs-ring";
$text['opt-rsring']['uk-ua'] = "";
$text['opt-ruring']['en-us'] = "ru-ring";
$text['opt-ruring']['ar-eg'] = "";
$text['opt-ruring']['de-at'] = "ru-ring";
$text['opt-ruring']['de-ch'] = "";
$text['opt-ruring']['de-de'] = "ru-ring";
$text['opt-ruring']['es-cl'] = "ru-ring";
$text['opt-ruring']['es-mx'] = "";
$text['opt-ruring']['fr-ca'] = "";
$text['opt-ruring']['fr-fr'] = "ru-ring";
$text['opt-ruring']['he-il'] = "";
$text['opt-ruring']['it-it'] = "ru-ring";
@ -445,15 +556,19 @@ $text['opt-ruring']['nl-nl'] = "";
$text['opt-ruring']['pl-pl'] = "";
$text['opt-ruring']['pt-br'] = "ru-ring";
$text['opt-ruring']['pt-pt'] = "ru-ring";
$text['opt-ruring']['ro-ro'] = "";
$text['opt-ruring']['ru-ru'] = "ru-ring";
$text['opt-ruring']['sv-se'] = "";
$text['opt-ruring']['sv-se'] = "ru-ring";
$text['opt-ruring']['uk-ua'] = "";
$text['opt-itring']['en-us'] = "it-ring";
$text['opt-itring']['ar-eg'] = "";
$text['opt-itring']['de-at'] = "it-ring";
$text['opt-itring']['de-ch'] = "";
$text['opt-itring']['de-de'] = "it-ring";
$text['opt-itring']['es-cl'] = "it-ring";
$text['opt-itring']['es-mx'] = "";
$text['opt-itring']['fr-ca'] = "";
$text['opt-itring']['fr-fr'] = "it-ring";
$text['opt-itring']['he-il'] = "";
$text['opt-itring']['it-it'] = "it-ring";
@ -461,15 +576,19 @@ $text['opt-itring']['nl-nl'] = "";
$text['opt-itring']['pl-pl'] = "";
$text['opt-itring']['pt-br'] = "it-ring";
$text['opt-itring']['pt-pt'] = "it-ring";
$text['opt-itring']['ro-ro'] = "";
$text['opt-itring']['ru-ru'] = "it-ring";
$text['opt-itring']['sv-se'] = "";
$text['opt-itring']['sv-se'] = "it-ring";
$text['opt-itring']['uk-ua'] = "";
$text['opt-dering']['en-us'] = "de-ring";
$text['opt-dering']['ar-eg'] = "";
$text['opt-dering']['de-at'] = "de-ring";
$text['opt-dering']['de-ch'] = "";
$text['opt-dering']['de-de'] = "de-ring";
$text['opt-dering']['es-cl'] = "de-ring";
$text['opt-dering']['es-mx'] = "";
$text['opt-dering']['fr-ca'] = "";
$text['opt-dering']['fr-fr'] = "de-ring";
$text['opt-dering']['he-il'] = "";
$text['opt-dering']['it-it'] = "de-ring";
@ -477,15 +596,19 @@ $text['opt-dering']['nl-nl'] = "";
$text['opt-dering']['pl-pl'] = "";
$text['opt-dering']['pt-br'] = "de-ring";
$text['opt-dering']['pt-pt'] = "de-ring";
$text['opt-dering']['ro-ro'] = "";
$text['opt-dering']['ru-ru'] = "de-ring";
$text['opt-dering']['sv-se'] = "";
$text['opt-dering']['sv-se'] = "de-ring";
$text['opt-dering']['uk-ua'] = "";
$text['opt-moh']['en-us'] = "music";
$text['opt-moh']['ar-eg'] = "";
$text['opt-moh']['de-at'] = "Musik";
$text['opt-moh']['de-ch'] = "";
$text['opt-moh']['de-de'] = "Musik";
$text['opt-moh']['es-cl'] = "musica";
$text['opt-moh']['es-mx'] = "";
$text['opt-moh']['fr-ca'] = "";
$text['opt-moh']['fr-fr'] = "musique";
$text['opt-moh']['he-il'] = "";
$text['opt-moh']['it-it'] = "musica";
@ -493,15 +616,19 @@ $text['opt-moh']['nl-nl'] = "";
$text['opt-moh']['pl-pl'] = "";
$text['opt-moh']['pt-br'] = "música";
$text['opt-moh']['pt-pt'] = "música";
$text['opt-moh']['ro-ro'] = "";
$text['opt-moh']['ru-ru'] = "music";
$text['opt-moh']['sv-se'] = "";
$text['opt-moh']['sv-se'] = "musik";
$text['opt-moh']['uk-ua'] = "";
$text['button-call']['en-us'] = "Call";
$text['button-call']['ar-eg'] = "";
$text['button-call']['de-at'] = "Anrufen";
$text['button-call']['de-ch'] = "";
$text['button-call']['de-de'] = "Anrufen";
$text['button-call']['es-cl'] = "Llamar";
$text['button-call']['es-mx'] = "";
$text['button-call']['fr-ca'] = "";
$text['button-call']['fr-fr'] = "appel";
$text['button-call']['he-il'] = "";
$text['button-call']['it-it'] = "Chiama";
@ -509,8 +636,9 @@ $text['button-call']['nl-nl'] = "";
$text['button-call']['pl-pl'] = "";
$text['button-call']['pt-br'] = "Chamada";
$text['button-call']['pt-pt'] = "Chamada";
$text['button-call']['ro-ro'] = "";
$text['button-call']['ru-ru'] = "Call";
$text['button-call']['sv-se'] = "";
$text['button-call']['sv-se'] = "Ring";
$text['button-call']['uk-ua'] = "";
?>
?>

View File

@ -1,19 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Click to Call";
$apps[$x]['menu'][0]['title']['es-cl'] = "Pulse para Llamar";
$apps[$x]['menu'][0]['title']['de-de'] = "Click to Call";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = "Click to Call";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Cliquez pour Appeller";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Clicar para Chamadas";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Вызов по клику";
$apps[$x]['menu'][0]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/click_to_call/click_to_call.php";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Click to Call";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pulse para Llamar";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Cliquez pour Appeller";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Clicar para Chamadas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Вызов по клику";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/click_to_call/click_to_call.php";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "8d083f5a-f726-42a8-9ffa-8d28f848f10e";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "El Centro de Conferencia permite una o más salas de conferencia para audio y video.";
$apps[$x]['description']['de-de'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit.";
$apps[$x]['description']['fr-fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Konferenzzentralen stellen ein oder mehrere Audio- und Videokonferenzräume bereit.";
$apps[$x]['description']['es-cl'] = "El Centro de Conferencia permite una o más salas de conferencia para audio y video.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "O centro de conferências permite gerir uma ou mais salas de conferência, audio e vídeo.";
$apps[$x]['description']['fr-fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "O centro de conferências permite gerir uma ou mais salas de conferência de audio e vídeo.";
$apps[$x]['description']['pt-pt'] = "O centro de conferências permite gerir uma ou mais salas de conferência, audio e vídeo.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -197,34 +206,28 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center name.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome do centro de conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_extension";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center extension number.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o ramal do centro de conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_pin_length";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the pin length.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Informe o tamanho do código PIN.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_greeting";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference greeting.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com as boas-vindas da conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the center description.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição do centro de conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the conference center.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilite ou desabilite o centro de conferência.";
$y=1;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_rooms";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
@ -250,7 +253,6 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_conference_centers";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_center_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference UUID";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador universal único do centro de conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "meeting_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
@ -260,81 +262,65 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Meeting UUID";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador universal único do encontro/reunião.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_room_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference room name.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome da sala de conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the conference profile.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o perfil da conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "record";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recording";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to record the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione se deseja gravar a conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "max_members";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Limit number of people in the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Número máximo de pessoas na conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "start_datetime";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Open the conference room at the start time.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Abra a sala de conferência na hora de início.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "stop_datetime";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Close the conference room at the stop time.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fecha a sala de conferência na hora do término.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "wait_mod";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Wait for the moderator to join before starting the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Esperar pelo moderador se juntar antes de começar a conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "announce";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Introduce participants as they enter the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Anunciar os participantes a medida que entram na conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sounds";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Play sound when someone enters or exists the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Tocar um som quando alguém entrar ou sair da conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "mute";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Mute participants on entering the conference.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Silenciar participantes ao entrar na conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "created";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Date when the conference was created.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Data de quando a conferência foi criada.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "created_by";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "The user that created the conference session.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Usuário que criou está conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select to enable or disable the session.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar ou desabilitar a sessão de conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Description.for the conference session.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Descrição para a sessão de conferência.";
$z++;
$y=2;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_sessions";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
@ -360,30 +346,24 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "meeting_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "meeting_uuid (identificador de reunião)";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the conference profile.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o perfil da conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Recording";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Gravações da conferência.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "start_epoch";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Início do período.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período.";
$z++;
$y=3;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_session_details";
$apps[$x]['db'][$y]['table']['parent'] = "v_conference_sessions";
$z=0;
@ -417,49 +397,39 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "meeting_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "meeting_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Extension number.";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Ramal.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "caller_id_name";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Nome da pessoa que liga";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "caller_id_number";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Nome da pessoa que liga";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Call UUID";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador único da chamada.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "moderator";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Moderator";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Moderador";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "network_addr";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "network address";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Endereço de rede";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "start_epoch";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Início do período";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch";
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período";
$z++;
?>
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Conference Center";
$apps[$x]['menu'][0]['title']['es-cl'] = "Cent. de Conferencias";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Centre de Conférences";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de Conferência";
$apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференц-центр";
$apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter";
$apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр";
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenz Zentrale";
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenz Zentrale";
$apps[$x]['menu'][0]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conference_centers/conference_centers.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "user";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Center";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenz Zentrale";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Konferenz Zentrale";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Cent. de Conferencias";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Centre de Conférences";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Centrum Konferencyjne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Centro de Conferência";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференц-центр";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenscenter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференц-центр";
$apps[$x]['menu'][$y]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
?>

View File

@ -1,117 +1,126 @@
<?php
//application details
$apps[$x]['name'] = 'Conference Controls';
$apps[$x]['uuid'] = 'e1ad84a2-79e1-450c-a5b1-7507a043e048';
$apps[$x]['category'] = '';
$apps[$x]['subcategory'] = '';
$apps[$x]['version'] = '';
$apps[$x]['license'] = 'Mozilla Public License 1.1';
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = '';
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_detail_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_detail_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_detail_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_control_detail_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_controls";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_control_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the conference control name.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com o nome para o controle de conferência.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the stats of the control.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Estabelece o estado do controle.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com a descrição.';
$y=1;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_control_details";
$apps[$x]['db'][$y]['table']['parent'] = "v_conference_controls";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_control_detail_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_control_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_conference_control';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'conference_control_uuid';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_digits';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the digits.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com os digitos.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_action';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the action.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com a ação.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_data';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the data.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Entre com os dados.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'control_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the control.';
$apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = 'Estababelece o estado do controle.';
$z++;
?>
<?php
//application details
$apps[$x]['name'] = "Conference Controls";
$apps[$x]['uuid'] = "e1ad84a2-79e1-450c-a5b1-7507a043e048";
$apps[$x]['category'] = "";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "conference_control_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_detail_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_detail_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_detail_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_control_detail_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_controls";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_control_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference control name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the stats of the control.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_control_details";
$apps[$x]['db'][$y]['table']['parent'] = "v_conference_controls";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_control_detail_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_control_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_conference_control";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_control_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_digits";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the digits.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_action";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the action.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the data.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the control.";
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-conference_controls']['en-us'] = "Conference Controls";
$text['title-conference_controls']['ar-eg'] = "";
$text['title-conference_controls']['de-at'] = "Konferenzsteuerung";
$text['title-conference_controls']['de-ch'] = "";
$text['title-conference_controls']['de-de'] = "Konferenzsteuerung";
$text['title-conference_controls']['es-cl'] = "";
$text['title-conference_controls']['es-mx'] = "";
$text['title-conference_controls']['fr-ca'] = "";
$text['title-conference_controls']['fr-fr'] = "";
$text['title-conference_controls']['he-il'] = "";
$text['title-conference_controls']['it-it'] = "";
@ -13,15 +16,19 @@ $text['title-conference_controls']['nl-nl'] = "";
$text['title-conference_controls']['pl-pl'] = "";
$text['title-conference_controls']['pt-br'] = "Controles de conferência";
$text['title-conference_controls']['pt-pt'] = "";
$text['title-conference_controls']['ro-ro'] = "";
$text['title-conference_controls']['ru-ru'] = "";
$text['title-conference_controls']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-conference_control']['de-at'] = "Konferenzsteuerung";
$text['title-conference_control']['de-ch'] = "";
$text['title-conference_control']['de-de'] = "Konferenzsteuerung";
$text['title-conference_control']['es-cl'] = "";
$text['title-conference_control']['es-mx'] = "";
$text['title-conference_control']['fr-ca'] = "";
$text['title-conference_control']['fr-fr'] = "";
$text['title-conference_control']['he-il'] = "";
$text['title-conference_control']['it-it'] = "";
@ -29,15 +36,19 @@ $text['title-conference_control']['nl-nl'] = "";
$text['title-conference_control']['pl-pl'] = "";
$text['title-conference_control']['pt-br'] = "Controle de conferência";
$text['title-conference_control']['pt-pt'] = "";
$text['title-conference_control']['ro-ro'] = "";
$text['title-conference_control']['ru-ru'] = "";
$text['title-conference_control']['sv-se'] = "";
$text['title-conference_control']['sv-se'] = "Konferens Kontroll";
$text['title-conference_control']['uk-ua'] = "";
$text['title_description-conference_control']['en-us'] = "Call controls enable ability to assign digits to actions. They can be used to mute, unmute, or other actions during the conference call.";
$text['title_description-conference_control']['ar-eg'] = "";
$text['title_description-conference_control']['de-at'] = "Funktionen zur Anrufsteuerung können Ziffern zugeordnet werden. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen.";
$text['title_description-conference_control']['de-ch'] = "";
$text['title_description-conference_control']['de-de'] = "Funktionen zur Anrufsteuerung können Ziffern zugeordnet werden. Diese können verschiedene Aktionen wie Stummschaltung, usw. während einer Konferenz auslösen.";
$text['title_description-conference_control']['es-cl'] = "";
$text['title_description-conference_control']['es-mx'] = "";
$text['title_description-conference_control']['fr-ca'] = "";
$text['title_description-conference_control']['fr-fr'] = "";
$text['title_description-conference_control']['he-il'] = "";
$text['title_description-conference_control']['it-it'] = "";
@ -45,15 +56,19 @@ $text['title_description-conference_control']['nl-nl'] = "";
$text['title_description-conference_control']['pl-pl'] = "";
$text['title_description-conference_control']['pt-br'] = "Controle de chamadas habilita atribuir ações aos números. Podem ser usadas para silenciar, ou outras ações durante a conferência.";
$text['title_description-conference_control']['pt-pt'] = "";
$text['title_description-conference_control']['ro-ro'] = "";
$text['title_description-conference_control']['ru-ru'] = "";
$text['title_description-conference_control']['sv-se'] = "";
$text['title_description-conference_control']['sv-se'] = "Samtalskontroller möjliggör tilldelning av siffror till handlingar. De kan användas för att stänga av, avaktivera eller andra åtgärder under konferenssamtalet.";
$text['title_description-conference_control']['uk-ua'] = "";
$text['label-control_name']['en-us'] = "Name";
$text['label-control_name']['ar-eg'] = "";
$text['label-control_name']['de-at'] = "Name";
$text['label-control_name']['de-ch'] = "";
$text['label-control_name']['de-de'] = "Name";
$text['label-control_name']['es-cl'] = "";
$text['label-control_name']['es-mx'] = "";
$text['label-control_name']['fr-ca'] = "";
$text['label-control_name']['fr-fr'] = "";
$text['label-control_name']['he-il'] = "";
$text['label-control_name']['it-it'] = "";
@ -61,15 +76,19 @@ $text['label-control_name']['nl-nl'] = "";
$text['label-control_name']['pl-pl'] = "";
$text['label-control_name']['pt-br'] = "Nome";
$text['label-control_name']['pt-pt'] = "";
$text['label-control_name']['ro-ro'] = "";
$text['label-control_name']['ru-ru'] = "";
$text['label-control_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-control_name']['de-at'] = "Geben Sie den Namen des Steuerelements ein.";
$text['description-control_name']['de-ch'] = "";
$text['description-control_name']['de-de'] = "Geben Sie den Namen des Steuerelements ein.";
$text['description-control_name']['es-cl'] = "";
$text['description-control_name']['es-mx'] = "";
$text['description-control_name']['fr-ca'] = "";
$text['description-control_name']['fr-fr'] = "";
$text['description-control_name']['he-il'] = "";
$text['description-control_name']['it-it'] = "";
@ -77,15 +96,19 @@ $text['description-control_name']['nl-nl'] = "";
$text['description-control_name']['pl-pl'] = "";
$text['description-control_name']['pt-br'] = "Entre com o nome do controle de conferência.";
$text['description-control_name']['pt-pt'] = "";
$text['description-control_name']['ro-ro'] = "";
$text['description-control_name']['ru-ru'] = "";
$text['description-control_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-control_enabled']['de-at'] = "Aktiviert";
$text['label-control_enabled']['de-ch'] = "";
$text['label-control_enabled']['de-de'] = "Aktiviert";
$text['label-control_enabled']['es-cl'] = "";
$text['label-control_enabled']['es-mx'] = "";
$text['label-control_enabled']['fr-ca'] = "";
$text['label-control_enabled']['fr-fr'] = "";
$text['label-control_enabled']['he-il'] = "";
$text['label-control_enabled']['it-it'] = "";
@ -93,15 +116,19 @@ $text['label-control_enabled']['nl-nl'] = "";
$text['label-control_enabled']['pl-pl'] = "";
$text['label-control_enabled']['pt-br'] = "Habilitado";
$text['label-control_enabled']['pt-pt'] = "";
$text['label-control_enabled']['ro-ro'] = "";
$text['label-control_enabled']['ru-ru'] = "";
$text['label-control_enabled']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-control_enabled']['de-at'] = "Setzen Sie den Status des Steuerelements";
$text['description-control_enabled']['de-ch'] = "";
$text['description-control_enabled']['de-de'] = "Setzen Sie den Status des Steuerelements";
$text['description-control_enabled']['es-cl'] = "";
$text['description-control_enabled']['es-mx'] = "";
$text['description-control_enabled']['fr-ca'] = "";
$text['description-control_enabled']['fr-fr'] = "";
$text['description-control_enabled']['he-il'] = "";
$text['description-control_enabled']['it-it'] = "";
@ -109,15 +136,19 @@ $text['description-control_enabled']['nl-nl'] = "";
$text['description-control_enabled']['pl-pl'] = "";
$text['description-control_enabled']['pt-br'] = "Atribua o estado do controle.";
$text['description-control_enabled']['pt-pt'] = "";
$text['description-control_enabled']['ro-ro'] = "";
$text['description-control_enabled']['ru-ru'] = "";
$text['description-control_enabled']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-control_description']['de-at'] = "Beschreibung";
$text['label-control_description']['de-ch'] = "";
$text['label-control_description']['de-de'] = "Beschreibung";
$text['label-control_description']['es-cl'] = "";
$text['label-control_description']['es-mx'] = "";
$text['label-control_description']['fr-ca'] = "";
$text['label-control_description']['fr-fr'] = "";
$text['label-control_description']['he-il'] = "";
$text['label-control_description']['it-it'] = "";
@ -125,15 +156,19 @@ $text['label-control_description']['nl-nl'] = "";
$text['label-control_description']['pl-pl'] = "";
$text['label-control_description']['pt-br'] = "Descrição";
$text['label-control_description']['pt-pt'] = "";
$text['label-control_description']['ro-ro'] = "";
$text['label-control_description']['ru-ru'] = "";
$text['label-control_description']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-control_description']['de-at'] = "Geben Sie eine Beschreibung ein.";
$text['description-control_description']['de-ch'] = "";
$text['description-control_description']['de-de'] = "Geben Sie eine Beschreibung ein.";
$text['description-control_description']['es-cl'] = "";
$text['description-control_description']['es-mx'] = "";
$text['description-control_description']['fr-ca'] = "";
$text['description-control_description']['fr-fr'] = "";
$text['description-control_description']['he-il'] = "";
$text['description-control_description']['it-it'] = "";
@ -141,15 +176,19 @@ $text['description-control_description']['nl-nl'] = "";
$text['description-control_description']['pl-pl'] = "";
$text['description-control_description']['pt-br'] = "Entre com a descrição.";
$text['description-control_description']['pt-pt'] = "";
$text['description-control_description']['ro-ro'] = "";
$text['description-control_description']['ru-ru'] = "";
$text['description-control_description']['sv-se'] = "";
$text['description-control_description']['sv-se'] = "Ange beskrivningen.";
$text['description-control_description']['uk-ua'] = "";
$text['label-true']['en-us'] = "true";
$text['label-true']['ar-eg'] = "";
$text['label-true']['de-at'] = "ein";
$text['label-true']['de-ch'] = "";
$text['label-true']['de-de'] = "ein";
$text['label-true']['es-cl'] = "";
$text['label-true']['es-mx'] = "";
$text['label-true']['fr-ca'] = "";
$text['label-true']['fr-fr'] = "";
$text['label-true']['he-il'] = "";
$text['label-true']['it-it'] = "";
@ -157,15 +196,19 @@ $text['label-true']['nl-nl'] = "";
$text['label-true']['pl-pl'] = "";
$text['label-true']['pt-br'] = "Sim";
$text['label-true']['pt-pt'] = "";
$text['label-true']['ro-ro'] = "";
$text['label-true']['ru-ru'] = "";
$text['label-true']['sv-se'] = "";
$text['label-true']['sv-se'] = "sann";
$text['label-true']['uk-ua'] = "";
$text['label-false']['en-us'] = "false";
$text['label-false']['ar-eg'] = "";
$text['label-false']['de-at'] = "aus";
$text['label-false']['de-ch'] = "";
$text['label-false']['de-de'] = "aus";
$text['label-false']['es-cl'] = "falso";
$text['label-false']['es-mx'] = "";
$text['label-false']['fr-ca'] = "";
$text['label-false']['fr-fr'] = "falso";
$text['label-false']['he-il'] = "";
$text['label-false']['it-it'] = "";
@ -173,15 +216,19 @@ $text['label-false']['nl-nl'] = "";
$text['label-false']['pl-pl'] = "";
$text['label-false']['pt-br'] = "Não";
$text['label-false']['pt-pt'] = "falso";
$text['label-false']['ro-ro'] = "";
$text['label-false']['ru-ru'] = "";
$text['label-false']['sv-se'] = "";
$text['label-false']['sv-se'] = "falsk";
$text['label-false']['uk-ua'] = "";
$text['button-add']['en-us'] = "Add";
$text['button-add']['ar-eg'] = "";
$text['button-add']['de-at'] = "Hinzufügen";
$text['button-add']['de-ch'] = "";
$text['button-add']['de-de'] = "Hinzufügen";
$text['button-add']['es-cl'] = "";
$text['button-add']['es-mx'] = "";
$text['button-add']['fr-ca'] = "";
$text['button-add']['fr-fr'] = "";
$text['button-add']['he-il'] = "";
$text['button-add']['it-it'] = "";
@ -189,15 +236,19 @@ $text['button-add']['nl-nl'] = "";
$text['button-add']['pl-pl'] = "";
$text['button-add']['pt-br'] = "Adicionar";
$text['button-add']['pt-pt'] = "";
$text['button-add']['ro-ro'] = "";
$text['button-add']['ru-ru'] = "";
$text['button-add']['sv-se'] = "";
$text['button-add']['sv-se'] = "Lägg Till";
$text['button-add']['uk-ua'] = "";
$text['button-edit']['en-us'] = "Edit";
$text['button-edit']['ar-eg'] = "";
$text['button-edit']['de-at'] = "Bearbeiten";
$text['button-edit']['de-ch'] = "";
$text['button-edit']['de-de'] = "Bearbeiten";
$text['button-edit']['es-cl'] = "";
$text['button-edit']['es-mx'] = "";
$text['button-edit']['fr-ca'] = "";
$text['button-edit']['fr-fr'] = "";
$text['button-edit']['he-il'] = "";
$text['button-edit']['it-it'] = "";
@ -205,15 +256,19 @@ $text['button-edit']['nl-nl'] = "";
$text['button-edit']['pl-pl'] = "";
$text['button-edit']['pt-br'] = "Editar";
$text['button-edit']['pt-pt'] = "";
$text['button-edit']['ro-ro'] = "";
$text['button-edit']['ru-ru'] = "";
$text['button-edit']['sv-se'] = "";
$text['button-edit']['sv-se'] = "Ändra";
$text['button-edit']['uk-ua'] = "";
$text['button-delete']['en-us'] = "Delete";
$text['button-delete']['ar-eg'] = "";
$text['button-delete']['de-at'] = "Löschen";
$text['button-delete']['de-ch'] = "";
$text['button-delete']['de-de'] = "Löschen";
$text['button-delete']['es-cl'] = "";
$text['button-delete']['es-mx'] = "";
$text['button-delete']['fr-ca'] = "";
$text['button-delete']['fr-fr'] = "";
$text['button-delete']['he-il'] = "";
$text['button-delete']['it-it'] = "";
@ -221,15 +276,19 @@ $text['button-delete']['nl-nl'] = "";
$text['button-delete']['pl-pl'] = "";
$text['button-delete']['pt-br'] = "Deletar";
$text['button-delete']['pt-pt'] = "";
$text['button-delete']['ro-ro'] = "";
$text['button-delete']['ru-ru'] = "";
$text['button-delete']['sv-se'] = "";
$text['button-delete']['sv-se'] = "Ta Bort";
$text['button-delete']['uk-ua'] = "";
$text['button-save']['en-us'] = "Save";
$text['button-save']['ar-eg'] = "";
$text['button-save']['de-at'] = "Speichern";
$text['button-save']['de-ch'] = "";
$text['button-save']['de-de'] = "Speichern";
$text['button-save']['es-cl'] = "";
$text['button-save']['es-mx'] = "";
$text['button-save']['fr-ca'] = "";
$text['button-save']['fr-fr'] = "";
$text['button-save']['he-il'] = "";
$text['button-save']['it-it'] = "";
@ -237,15 +296,19 @@ $text['button-save']['nl-nl'] = "";
$text['button-save']['pl-pl'] = "";
$text['button-save']['pt-br'] = "Salvar";
$text['button-save']['pt-pt'] = "Guardar";
$text['button-save']['ro-ro'] = "";
$text['button-save']['ru-ru'] = "";
$text['button-save']['sv-se'] = "";
$text['button-save']['sv-se'] = "Spara";
$text['button-save']['uk-ua'] = "";
$text['button-view']['en-us'] = "View";
$text['button-view']['ar-eg'] = "";
$text['button-view']['de-at'] = "Anzeigen";
$text['button-view']['de-ch'] = "";
$text['button-view']['de-de'] = "Anzeigen";
$text['button-view']['es-cl'] = "";
$text['button-view']['es-mx'] = "";
$text['button-view']['fr-ca'] = "";
$text['button-view']['fr-fr'] = "";
$text['button-view']['he-il'] = "";
$text['button-view']['it-it'] = "";
@ -253,15 +316,19 @@ $text['button-view']['nl-nl'] = "";
$text['button-view']['pl-pl'] = "";
$text['button-view']['pt-br'] = "Visualizar";
$text['button-view']['pt-pt'] = "";
$text['button-view']['ro-ro'] = "";
$text['button-view']['ru-ru'] = "";
$text['button-view']['sv-se'] = "";
$text['button-view']['sv-se'] = "Läs";
$text['button-view']['uk-ua'] = "";
$text['button-back']['en-us'] = "Back";
$text['button-back']['ar-eg'] = "";
$text['button-back']['de-at'] = "Zurück";
$text['button-back']['de-ch'] = "";
$text['button-back']['de-de'] = "Zurück";
$text['button-back']['es-cl'] = "";
$text['button-back']['es-mx'] = "";
$text['button-back']['fr-ca'] = "";
$text['button-back']['fr-fr'] = "";
$text['button-back']['he-il'] = "";
$text['button-back']['it-it'] = "";
@ -269,15 +336,19 @@ $text['button-back']['nl-nl'] = "";
$text['button-back']['pl-pl'] = "";
$text['button-back']['pt-br'] = "Voltar";
$text['button-back']['pt-pt'] = "Voltar";
$text['button-back']['ro-ro'] = "";
$text['button-back']['ru-ru'] = "";
$text['button-back']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete']['de-ch'] = "";
$text['confirm-delete']['de-de'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete']['es-cl'] = "";
$text['confirm-delete']['es-mx'] = "";
$text['confirm-delete']['fr-ca'] = "";
$text['confirm-delete']['fr-fr'] = "";
$text['confirm-delete']['he-il'] = "";
$text['confirm-delete']['it-it'] = "";
@ -285,15 +356,19 @@ $text['confirm-delete']['nl-nl'] = "";
$text['confirm-delete']['pl-pl'] = "";
$text['confirm-delete']['pt-br'] = "Você realmente deseja excluir?";
$text['confirm-delete']['pt-pt'] = "";
$text['confirm-delete']['ro-ro'] = "";
$text['confirm-delete']['ru-ru'] = "";
$text['confirm-delete']['sv-se'] = "";
$text['confirm-delete']['sv-se'] = "Vill du verkligen t abort detta?";
$text['confirm-delete']['uk-ua'] = "";
$text['message-add']['en-us'] = "Add Completed";
$text['message-add']['ar-eg'] = "";
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt";
$text['message-add']['de-ch'] = "";
$text['message-add']['de-de'] = "Erfolgreich hinzugefügt";
$text['message-add']['es-cl'] = "";
$text['message-add']['es-mx'] = "";
$text['message-add']['fr-ca'] = "";
$text['message-add']['fr-fr'] = "";
$text['message-add']['he-il'] = "";
$text['message-add']['it-it'] = "";
@ -301,15 +376,19 @@ $text['message-add']['nl-nl'] = "";
$text['message-add']['pl-pl'] = "";
$text['message-add']['pt-br'] = "Adicionar concluído";
$text['message-add']['pt-pt'] = "";
$text['message-add']['ro-ro'] = "";
$text['message-add']['ru-ru'] = "";
$text['message-add']['sv-se'] = "";
$text['message-add']['sv-se'] = "Tillagd";
$text['message-add']['uk-ua'] = "";
$text['message-update']['en-us'] = "Update Completed";
$text['message-update']['ar-eg'] = "";
$text['message-update']['de-at'] = "Aktualisierung abgeschlossen";
$text['message-update']['de-ch'] = "";
$text['message-update']['de-de'] = "Aktualisierung abgeschlossen";
$text['message-update']['es-cl'] = "";
$text['message-update']['es-mx'] = "";
$text['message-update']['fr-ca'] = "";
$text['message-update']['fr-fr'] = "";
$text['message-update']['he-il'] = "";
$text['message-update']['it-it'] = "";
@ -317,15 +396,19 @@ $text['message-update']['nl-nl'] = "";
$text['message-update']['pl-pl'] = "";
$text['message-update']['pt-br'] = "Atualização concluída";
$text['message-update']['pt-pt'] = "";
$text['message-update']['ro-ro'] = "";
$text['message-update']['ru-ru'] = "";
$text['message-update']['sv-se'] = "";
$text['message-update']['sv-se'] = "Ändring Utförd";
$text['message-update']['uk-ua'] = "";
$text['message-delete']['en-us'] = "Delete Completed";
$text['message-delete']['ar-eg'] = "";
$text['message-delete']['de-at'] = "Erfolgreich gelöscht";
$text['message-delete']['de-ch'] = "";
$text['message-delete']['de-de'] = "Erfolgreich gelöscht";
$text['message-delete']['es-cl'] = "";
$text['message-delete']['es-mx'] = "";
$text['message-delete']['fr-ca'] = "";
$text['message-delete']['fr-fr'] = "";
$text['message-delete']['he-il'] = "";
$text['message-delete']['it-it'] = "";
@ -333,15 +416,19 @@ $text['message-delete']['nl-nl'] = "";
$text['message-delete']['pl-pl'] = "";
$text['message-delete']['pt-br'] = "Exclusão concluída";
$text['message-delete']['pt-pt'] = "";
$text['message-delete']['ro-ro'] = "";
$text['message-delete']['ru-ru'] = "";
$text['message-delete']['sv-se'] = "";
$text['message-delete']['sv-se'] = "Borttagen";
$text['message-delete']['uk-ua'] = "";
$text['message-required']['en-us'] = "Please provide: ";
$text['message-required']['ar-eg'] = "";
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:";
$text['message-required']['de-ch'] = "";
$text['message-required']['de-de'] = "Bitte geben Sie folgendes an:";
$text['message-required']['es-cl'] = "";
$text['message-required']['es-mx'] = "";
$text['message-required']['fr-ca'] = "";
$text['message-required']['fr-fr'] = "";
$text['message-required']['he-il'] = "";
$text['message-required']['it-it'] = "";
@ -349,15 +436,19 @@ $text['message-required']['nl-nl'] = "";
$text['message-required']['pl-pl'] = "";
$text['message-required']['pt-br'] = "Por favor, informe: ";
$text['message-required']['pt-pt'] = "";
$text['message-required']['ro-ro'] = "";
$text['message-required']['ru-ru'] = "";
$text['message-required']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-conference_control_details']['de-at'] = "Steuerelemente";
$text['title-conference_control_details']['de-ch'] = "";
$text['title-conference_control_details']['de-de'] = "Steuerelemente";
$text['title-conference_control_details']['es-cl'] = "";
$text['title-conference_control_details']['es-mx'] = "";
$text['title-conference_control_details']['fr-ca'] = "";
$text['title-conference_control_details']['fr-fr'] = "";
$text['title-conference_control_details']['he-il'] = "";
$text['title-conference_control_details']['it-it'] = "";
@ -365,15 +456,19 @@ $text['title-conference_control_details']['nl-nl'] = "";
$text['title-conference_control_details']['pl-pl'] = "";
$text['title-conference_control_details']['pt-br'] = "Controles";
$text['title-conference_control_details']['pt-pt'] = "";
$text['title-conference_control_details']['ro-ro'] = "";
$text['title-conference_control_details']['ru-ru'] = "";
$text['title-conference_control_details']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-conference_control_detail']['de-at'] = "Steuern";
$text['title-conference_control_detail']['de-ch'] = "";
$text['title-conference_control_detail']['de-de'] = "Steuern";
$text['title-conference_control_detail']['es-cl'] = "";
$text['title-conference_control_detail']['es-mx'] = "";
$text['title-conference_control_detail']['fr-ca'] = "";
$text['title-conference_control_detail']['fr-fr'] = "";
$text['title-conference_control_detail']['he-il'] = "";
$text['title-conference_control_detail']['it-it'] = "";
@ -381,15 +476,19 @@ $text['title-conference_control_detail']['nl-nl'] = "";
$text['title-conference_control_detail']['pl-pl'] = "";
$text['title-conference_control_detail']['pt-br'] = "Controle";
$text['title-conference_control_detail']['pt-pt'] = "";
$text['title-conference_control_detail']['ro-ro'] = "";
$text['title-conference_control_detail']['ru-ru'] = "";
$text['title-conference_control_detail']['sv-se'] = "";
$text['title-conference_control_detail']['sv-se'] = "Kontrol";
$text['title-conference_control_detail']['uk-ua'] = "";
$text['title_description-conference_control_detail']['en-us'] = "";
$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']['ar-eg'] = "";
$text['title_description-conference_control_detail']['de-at'] = "";
$text['title_description-conference_control_detail']['de-ch'] = "";
$text['title_description-conference_control_detail']['de-de'] = "";
$text['title_description-conference_control_detail']['es-cl'] = "";
$text['title_description-conference_control_detail']['es-mx'] = "";
$text['title_description-conference_control_detail']['fr-ca'] = "";
$text['title_description-conference_control_detail']['fr-fr'] = "";
$text['title_description-conference_control_detail']['he-il'] = "";
$text['title_description-conference_control_detail']['it-it'] = "";
@ -397,6 +496,7 @@ $text['title_description-conference_control_detail']['nl-nl'] = "";
$text['title_description-conference_control_detail']['pl-pl'] = "";
$text['title_description-conference_control_detail']['pt-br'] = "";
$text['title_description-conference_control_detail']['pt-pt'] = "";
$text['title_description-conference_control_detail']['ro-ro'] = "";
$text['title_description-conference_control_detail']['ru-ru'] = "";
$text['title_description-conference_control_detail']['sv-se'] = "";
$text['title_description-conference_control_detail']['uk-ua'] = "";
@ -404,8 +504,11 @@ $text['title_description-conference_control_detail']['uk-ua'] = "";
$text['label-control_digits']['en-us'] = "Digits";
$text['label-control_digits']['ar-eg'] = "";
$text['label-control_digits']['de-at'] = "Ziffern";
$text['label-control_digits']['de-ch'] = "";
$text['label-control_digits']['de-de'] = "Ziffern";
$text['label-control_digits']['es-cl'] = "";
$text['label-control_digits']['es-mx'] = "";
$text['label-control_digits']['fr-ca'] = "";
$text['label-control_digits']['fr-fr'] = "";
$text['label-control_digits']['he-il'] = "";
$text['label-control_digits']['it-it'] = "";
@ -413,15 +516,19 @@ $text['label-control_digits']['nl-nl'] = "";
$text['label-control_digits']['pl-pl'] = "";
$text['label-control_digits']['pt-br'] = "Digitos";
$text['label-control_digits']['pt-pt'] = "";
$text['label-control_digits']['ro-ro'] = "";
$text['label-control_digits']['ru-ru'] = "";
$text['label-control_digits']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-control_digits']['de-at'] = "Geben Sie die Ziffern ein.";
$text['description-control_digits']['de-ch'] = "";
$text['description-control_digits']['de-de'] = "Geben Sie die Ziffern ein.";
$text['description-control_digits']['es-cl'] = "";
$text['description-control_digits']['es-mx'] = "";
$text['description-control_digits']['fr-ca'] = "";
$text['description-control_digits']['fr-fr'] = "";
$text['description-control_digits']['he-il'] = "";
$text['description-control_digits']['it-it'] = "";
@ -429,15 +536,19 @@ $text['description-control_digits']['nl-nl'] = "";
$text['description-control_digits']['pl-pl'] = "";
$text['description-control_digits']['pt-br'] = "Entre com os digitos";
$text['description-control_digits']['pt-pt'] = "";
$text['description-control_digits']['ro-ro'] = "";
$text['description-control_digits']['ru-ru'] = "";
$text['description-control_digits']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-control_action']['de-at'] = "Aktion";
$text['label-control_action']['de-ch'] = "";
$text['label-control_action']['de-de'] = "Aktion";
$text['label-control_action']['es-cl'] = "";
$text['label-control_action']['es-mx'] = "";
$text['label-control_action']['fr-ca'] = "";
$text['label-control_action']['fr-fr'] = "";
$text['label-control_action']['he-il'] = "";
$text['label-control_action']['it-it'] = "";
@ -445,15 +556,19 @@ $text['label-control_action']['nl-nl'] = "";
$text['label-control_action']['pl-pl'] = "";
$text['label-control_action']['pt-br'] = "Ação";
$text['label-control_action']['pt-pt'] = "";
$text['label-control_action']['ro-ro'] = "";
$text['label-control_action']['ru-ru'] = "";
$text['label-control_action']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-control_action']['de-at'] = "Geben Sie die Aktion an.";
$text['description-control_action']['de-ch'] = "";
$text['description-control_action']['de-de'] = "Geben Sie die Aktion an.";
$text['description-control_action']['es-cl'] = "";
$text['description-control_action']['es-mx'] = "";
$text['description-control_action']['fr-ca'] = "";
$text['description-control_action']['fr-fr'] = "";
$text['description-control_action']['he-il'] = "";
$text['description-control_action']['it-it'] = "";
@ -461,15 +576,19 @@ $text['description-control_action']['nl-nl'] = "";
$text['description-control_action']['pl-pl'] = "";
$text['description-control_action']['pt-br'] = "Informe uma ação.";
$text['description-control_action']['pt-pt'] = "";
$text['description-control_action']['ro-ro'] = "";
$text['description-control_action']['ru-ru'] = "";
$text['description-control_action']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-control_data']['de-at'] = "Daten";
$text['label-control_data']['de-ch'] = "";
$text['label-control_data']['de-de'] = "Daten";
$text['label-control_data']['es-cl'] = "";
$text['label-control_data']['es-mx'] = "";
$text['label-control_data']['fr-ca'] = "";
$text['label-control_data']['fr-fr'] = "";
$text['label-control_data']['he-il'] = "";
$text['label-control_data']['it-it'] = "";
@ -477,15 +596,19 @@ $text['label-control_data']['nl-nl'] = "";
$text['label-control_data']['pl-pl'] = "";
$text['label-control_data']['pt-br'] = "Dados";
$text['label-control_data']['pt-pt'] = "";
$text['label-control_data']['ro-ro'] = "";
$text['label-control_data']['ru-ru'] = "";
$text['label-control_data']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-control_data']['de-at'] = "Geben Sie die Daten ein.";
$text['description-control_data']['de-ch'] = "";
$text['description-control_data']['de-de'] = "Geben Sie die Daten ein.";
$text['description-control_data']['es-cl'] = "";
$text['description-control_data']['es-mx'] = "";
$text['description-control_data']['fr-ca'] = "";
$text['description-control_data']['fr-fr'] = "";
$text['description-control_data']['he-il'] = "";
$text['description-control_data']['it-it'] = "";
@ -493,8 +616,9 @@ $text['description-control_data']['nl-nl'] = "";
$text['description-control_data']['pl-pl'] = "";
$text['description-control_data']['pt-br'] = "Informe os dados.";
$text['description-control_data']['pt-pt'] = "";
$text['description-control_data']['ro-ro'] = "";
$text['description-control_data']['ru-ru'] = "";
$text['description-control_data']['sv-se'] = "";
$text['description-control_data']['sv-se'] = "Ange data.";
$text['description-control_data']['uk-ua'] = "";
?>
?>

View File

@ -1,22 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Conference Controls';
$apps[$x]['menu'][0]['title']['es-cl'] = '';
$apps[$x]['menu'][0]['title']['pt-br'] = 'Controles de conferência';
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['pl'] = '';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Управление';
$apps[$x]['menu'][0]['title']['sv-se'] = '';
$apps[$x]['menu'][0]['title']['uk'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzsteuerung';
$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzsteuerung';
$apps[$x]['menu'][0]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/conference_controls/conference_controls.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Controls';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzsteuerung';
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzsteuerung';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = 'Controles de conferência';
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Конференции Управление';
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = '9896d4b5-507f-4d0e-8db7-caa7f4655202';
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['path'] = '/app/conference_controls/conference_controls.php';
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
?>

View File

@ -1,110 +1,126 @@
<?php
//application details
$apps[$x]['name'] = 'Conference Profiles';
$apps[$x]['uuid'] = 'c33e2c2a-847f-44c1-8c0d-310df5d65ba9';
$apps[$x]['category'] = '';
$apps[$x]['subcategory'] = '';
$apps[$x]['version'] = '';
$apps[$x]['license'] = 'Mozilla Public License 1.1';
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = '';
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_param_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_param_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_param_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'conference_profile_param_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_profiles";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the profile name.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the profile.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$y=1;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_profile_params";
$apps[$x]['db'][$y]['table']['parent'] = "v_conference_profiles";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_param_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_conference_profile';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'conference_profile_uuid';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_param_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the parameter name.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_param_value';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_param_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the parameter.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_param_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$z++;
?>
<?php
//application details
$apps[$x]['name'] = "Conference Profiles";
$apps[$x]['uuid'] = "c33e2c2a-847f-44c1-8c0d-310df5d65ba9";
$apps[$x]['category'] = "";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_profile_param_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_profiles";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the profile name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the profile.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_profile_params";
$apps[$x]['db'][$y]['table']['parent'] = "v_conference_profiles";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile_param_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_conference_profile";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_profile_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the parameter name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_value";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the parameter.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_param_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-conference_profiles']['en-us'] = "Conference Profiles";
$text['title-conference_profiles']['ar-eg'] = "";
$text['title-conference_profiles']['de-at'] = "Konferenzprofile";
$text['title-conference_profiles']['de-ch'] = "";
$text['title-conference_profiles']['de-de'] = "Konferenzprofile";
$text['title-conference_profiles']['es-cl'] = "";
$text['title-conference_profiles']['es-mx'] = "";
$text['title-conference_profiles']['fr-ca'] = "";
$text['title-conference_profiles']['fr-fr'] = "";
$text['title-conference_profiles']['he-il'] = "";
$text['title-conference_profiles']['it-it'] = "";
@ -13,15 +16,19 @@ $text['title-conference_profiles']['nl-nl'] = "";
$text['title-conference_profiles']['pl-pl'] = "";
$text['title-conference_profiles']['pt-br'] = "";
$text['title-conference_profiles']['pt-pt'] = "";
$text['title-conference_profiles']['ro-ro'] = "";
$text['title-conference_profiles']['ru-ru'] = "Профили Конференций";
$text['title-conference_profiles']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-conference_profile']['de-at'] = "Konferenzprofile";
$text['title-conference_profile']['de-ch'] = "";
$text['title-conference_profile']['de-de'] = "Konferenzprofile";
$text['title-conference_profile']['es-cl'] = "";
$text['title-conference_profile']['es-mx'] = "";
$text['title-conference_profile']['fr-ca'] = "";
$text['title-conference_profile']['fr-fr'] = "";
$text['title-conference_profile']['he-il'] = "";
$text['title-conference_profile']['it-it'] = "";
@ -29,15 +36,19 @@ $text['title-conference_profile']['nl-nl'] = "";
$text['title-conference_profile']['pl-pl'] = "";
$text['title-conference_profile']['pt-br'] = "";
$text['title-conference_profile']['pt-pt'] = "";
$text['title-conference_profile']['ro-ro'] = "";
$text['title-conference_profile']['ru-ru'] = "Профиль Конференции";
$text['title-conference_profile']['sv-se'] = "";
$text['title-conference_profile']['sv-se'] = "Konferens Profil";
$text['title-conference_profile']['uk-ua'] = "";
$text['title_description-conference_profile']['en-us'] = "A group of conference parameters saved together as a profile.";
$text['title_description-conference_profile']['ar-eg'] = "";
$text['title_description-conference_profile']['de-at'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst";
$text['title_description-conference_profile']['de-ch'] = "";
$text['title_description-conference_profile']['de-de'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst";
$text['title_description-conference_profile']['es-cl'] = "";
$text['title_description-conference_profile']['es-mx'] = "";
$text['title_description-conference_profile']['fr-ca'] = "";
$text['title_description-conference_profile']['fr-fr'] = "";
$text['title_description-conference_profile']['he-il'] = "";
$text['title_description-conference_profile']['it-it'] = "";
@ -45,15 +56,19 @@ $text['title_description-conference_profile']['nl-nl'] = "";
$text['title_description-conference_profile']['pl-pl'] = "";
$text['title_description-conference_profile']['pt-br'] = "";
$text['title_description-conference_profile']['pt-pt'] = "";
$text['title_description-conference_profile']['ro-ro'] = "";
$text['title_description-conference_profile']['ru-ru'] = "Группа параметров конференции, сохраненных вместе как профиль.";
$text['title_description-conference_profile']['sv-se'] = "";
$text['title_description-conference_profile']['sv-se'] = "En grupp av konferens parametrar sammankopplade till en profil.";
$text['title_description-conference_profile']['uk-ua'] = "";
$text['label-profile_name']['en-us'] = "Name";
$text['label-profile_name']['ar-eg'] = "";
$text['label-profile_name']['de-at'] = "Name";
$text['label-profile_name']['de-ch'] = "";
$text['label-profile_name']['de-de'] = "Name";
$text['label-profile_name']['es-cl'] = "";
$text['label-profile_name']['es-mx'] = "";
$text['label-profile_name']['fr-ca'] = "";
$text['label-profile_name']['fr-fr'] = "";
$text['label-profile_name']['he-il'] = "";
$text['label-profile_name']['it-it'] = "";
@ -61,15 +76,19 @@ $text['label-profile_name']['nl-nl'] = "";
$text['label-profile_name']['pl-pl'] = "";
$text['label-profile_name']['pt-br'] = "";
$text['label-profile_name']['pt-pt'] = "";
$text['label-profile_name']['ro-ro'] = "";
$text['label-profile_name']['ru-ru'] = "Имя";
$text['label-profile_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-profile_name']['de-at'] = "Geben Sie den Profil Namen ein.";
$text['description-profile_name']['de-ch'] = "";
$text['description-profile_name']['de-de'] = "Geben Sie den Profil Namen ein.";
$text['description-profile_name']['es-cl'] = "";
$text['description-profile_name']['es-mx'] = "";
$text['description-profile_name']['fr-ca'] = "";
$text['description-profile_name']['fr-fr'] = "";
$text['description-profile_name']['he-il'] = "";
$text['description-profile_name']['it-it'] = "";
@ -77,15 +96,19 @@ $text['description-profile_name']['nl-nl'] = "";
$text['description-profile_name']['pl-pl'] = "";
$text['description-profile_name']['pt-br'] = "";
$text['description-profile_name']['pt-pt'] = "";
$text['description-profile_name']['ro-ro'] = "";
$text['description-profile_name']['ru-ru'] = "Введите имя профиля.";
$text['description-profile_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-profile_enabled']['de-at'] = "Aktiviert";
$text['label-profile_enabled']['de-ch'] = "";
$text['label-profile_enabled']['de-de'] = "Aktiviert";
$text['label-profile_enabled']['es-cl'] = "";
$text['label-profile_enabled']['es-mx'] = "";
$text['label-profile_enabled']['fr-ca'] = "";
$text['label-profile_enabled']['fr-fr'] = "";
$text['label-profile_enabled']['he-il'] = "";
$text['label-profile_enabled']['it-it'] = "";
@ -93,15 +116,19 @@ $text['label-profile_enabled']['nl-nl'] = "";
$text['label-profile_enabled']['pl-pl'] = "";
$text['label-profile_enabled']['pt-br'] = "";
$text['label-profile_enabled']['pt-pt'] = "";
$text['label-profile_enabled']['ro-ro'] = "";
$text['label-profile_enabled']['ru-ru'] = "Включено";
$text['label-profile_enabled']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-profile_enabled']['de-at'] = "Setzen Sie den Status des Profils";
$text['description-profile_enabled']['de-ch'] = "";
$text['description-profile_enabled']['de-de'] = "Setzen Sie den Status des Profils";
$text['description-profile_enabled']['es-cl'] = "";
$text['description-profile_enabled']['es-mx'] = "";
$text['description-profile_enabled']['fr-ca'] = "";
$text['description-profile_enabled']['fr-fr'] = "";
$text['description-profile_enabled']['he-il'] = "";
$text['description-profile_enabled']['it-it'] = "";
@ -109,15 +136,19 @@ $text['description-profile_enabled']['nl-nl'] = "";
$text['description-profile_enabled']['pl-pl'] = "";
$text['description-profile_enabled']['pt-br'] = "";
$text['description-profile_enabled']['pt-pt'] = "";
$text['description-profile_enabled']['ro-ro'] = "";
$text['description-profile_enabled']['ru-ru'] = "Установите статус профиля.";
$text['description-profile_enabled']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-profile_description']['de-at'] = "Beschreibung";
$text['label-profile_description']['de-ch'] = "";
$text['label-profile_description']['de-de'] = "Beschreibung";
$text['label-profile_description']['es-cl'] = "";
$text['label-profile_description']['es-mx'] = "";
$text['label-profile_description']['fr-ca'] = "";
$text['label-profile_description']['fr-fr'] = "";
$text['label-profile_description']['he-il'] = "";
$text['label-profile_description']['it-it'] = "";
@ -125,15 +156,19 @@ $text['label-profile_description']['nl-nl'] = "";
$text['label-profile_description']['pl-pl'] = "";
$text['label-profile_description']['pt-br'] = "";
$text['label-profile_description']['pt-pt'] = "";
$text['label-profile_description']['ro-ro'] = "";
$text['label-profile_description']['ru-ru'] = "Описание";
$text['label-profile_description']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-profile_description']['de-at'] = "Geben Sie die Beschreibung ein.";
$text['description-profile_description']['de-ch'] = "";
$text['description-profile_description']['de-de'] = "Geben Sie die Beschreibung ein.";
$text['description-profile_description']['es-cl'] = "";
$text['description-profile_description']['es-mx'] = "";
$text['description-profile_description']['fr-ca'] = "";
$text['description-profile_description']['fr-fr'] = "";
$text['description-profile_description']['he-il'] = "";
$text['description-profile_description']['it-it'] = "";
@ -141,15 +176,19 @@ $text['description-profile_description']['nl-nl'] = "";
$text['description-profile_description']['pl-pl'] = "";
$text['description-profile_description']['pt-br'] = "";
$text['description-profile_description']['pt-pt'] = "";
$text['description-profile_description']['ro-ro'] = "";
$text['description-profile_description']['ru-ru'] = "Введите описание.";
$text['description-profile_description']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-conference_profile_params']['de-at'] = "Profil Parameter";
$text['title-conference_profile_params']['de-ch'] = "";
$text['title-conference_profile_params']['de-de'] = "Profil Parameter";
$text['title-conference_profile_params']['es-cl'] = "";
$text['title-conference_profile_params']['es-mx'] = "";
$text['title-conference_profile_params']['fr-ca'] = "";
$text['title-conference_profile_params']['fr-fr'] = "";
$text['title-conference_profile_params']['he-il'] = "";
$text['title-conference_profile_params']['it-it'] = "";
@ -157,15 +196,19 @@ $text['title-conference_profile_params']['nl-nl'] = "";
$text['title-conference_profile_params']['pl-pl'] = "";
$text['title-conference_profile_params']['pt-br'] = "";
$text['title-conference_profile_params']['pt-pt'] = "";
$text['title-conference_profile_params']['ro-ro'] = "";
$text['title-conference_profile_params']['ru-ru'] = "Параметры Профилей";
$text['title-conference_profile_params']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-conference_profile_param']['de-at'] = "Profil Parameter";
$text['title-conference_profile_param']['de-ch'] = "";
$text['title-conference_profile_param']['de-de'] = "Profil Parameter";
$text['title-conference_profile_param']['es-cl'] = "";
$text['title-conference_profile_param']['es-mx'] = "";
$text['title-conference_profile_param']['fr-ca'] = "";
$text['title-conference_profile_param']['fr-fr'] = "";
$text['title-conference_profile_param']['he-il'] = "";
$text['title-conference_profile_param']['it-it'] = "";
@ -173,15 +216,19 @@ $text['title-conference_profile_param']['nl-nl'] = "";
$text['title-conference_profile_param']['pl-pl'] = "";
$text['title-conference_profile_param']['pt-br'] = "";
$text['title-conference_profile_param']['pt-pt'] = "";
$text['title-conference_profile_param']['ro-ro'] = "";
$text['title-conference_profile_param']['ru-ru'] = "Параметры Профиля";
$text['title-conference_profile_param']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title_description-conference_profile_param']['de-at'] = "Zugewiesene Einstellungen des Konferenz Profils";
$text['title_description-conference_profile_param']['de-ch'] = "";
$text['title_description-conference_profile_param']['de-de'] = "Zugewiesene Einstellungen des Konferenz Profils";
$text['title_description-conference_profile_param']['es-cl'] = "";
$text['title_description-conference_profile_param']['es-mx'] = "";
$text['title_description-conference_profile_param']['fr-ca'] = "";
$text['title_description-conference_profile_param']['fr-fr'] = "";
$text['title_description-conference_profile_param']['he-il'] = "";
$text['title_description-conference_profile_param']['it-it'] = "";
@ -189,15 +236,19 @@ $text['title_description-conference_profile_param']['nl-nl'] = "";
$text['title_description-conference_profile_param']['pl-pl'] = "";
$text['title_description-conference_profile_param']['pt-br'] = "";
$text['title_description-conference_profile_param']['pt-pt'] = "";
$text['title_description-conference_profile_param']['ro-ro'] = "";
$text['title_description-conference_profile_param']['ru-ru'] = "Параметры, назначенные профилям конференции.";
$text['title_description-conference_profile_param']['sv-se'] = "";
$text['title_description-conference_profile_param']['sv-se'] = "Inställningar kopplade till konferens profiler.";
$text['title_description-conference_profile_param']['uk-ua'] = "";
$text['label-profile_param_name']['en-us'] = "Name";
$text['label-profile_param_name']['ar-eg'] = "";
$text['label-profile_param_name']['de-at'] = "Name";
$text['label-profile_param_name']['de-ch'] = "";
$text['label-profile_param_name']['de-de'] = "Name";
$text['label-profile_param_name']['es-cl'] = "";
$text['label-profile_param_name']['es-mx'] = "";
$text['label-profile_param_name']['fr-ca'] = "";
$text['label-profile_param_name']['fr-fr'] = "";
$text['label-profile_param_name']['he-il'] = "";
$text['label-profile_param_name']['it-it'] = "";
@ -205,15 +256,19 @@ $text['label-profile_param_name']['nl-nl'] = "";
$text['label-profile_param_name']['pl-pl'] = "";
$text['label-profile_param_name']['pt-br'] = "";
$text['label-profile_param_name']['pt-pt'] = "";
$text['label-profile_param_name']['ro-ro'] = "";
$text['label-profile_param_name']['ru-ru'] = "Имя";
$text['label-profile_param_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-profile_param_name']['de-at'] = "Geben Sie den Namen für den Parameter ein.";
$text['description-profile_param_name']['de-ch'] = "";
$text['description-profile_param_name']['de-de'] = "Geben Sie den Namen für den Parameter ein.";
$text['description-profile_param_name']['es-cl'] = "";
$text['description-profile_param_name']['es-mx'] = "";
$text['description-profile_param_name']['fr-ca'] = "";
$text['description-profile_param_name']['fr-fr'] = "";
$text['description-profile_param_name']['he-il'] = "";
$text['description-profile_param_name']['it-it'] = "";
@ -221,15 +276,19 @@ $text['description-profile_param_name']['nl-nl'] = "";
$text['description-profile_param_name']['pl-pl'] = "";
$text['description-profile_param_name']['pt-br'] = "";
$text['description-profile_param_name']['pt-pt'] = "";
$text['description-profile_param_name']['ro-ro'] = "";
$text['description-profile_param_name']['ru-ru'] = "Введите имя параметра.";
$text['description-profile_param_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-profile_param_value']['de-at'] = "Wert";
$text['label-profile_param_value']['de-ch'] = "";
$text['label-profile_param_value']['de-de'] = "Wert";
$text['label-profile_param_value']['es-cl'] = "";
$text['label-profile_param_value']['es-mx'] = "";
$text['label-profile_param_value']['fr-ca'] = "";
$text['label-profile_param_value']['fr-fr'] = "";
$text['label-profile_param_value']['he-il'] = "";
$text['label-profile_param_value']['it-it'] = "";
@ -237,15 +296,19 @@ $text['label-profile_param_value']['nl-nl'] = "";
$text['label-profile_param_value']['pl-pl'] = "";
$text['label-profile_param_value']['pt-br'] = "";
$text['label-profile_param_value']['pt-pt'] = "";
$text['label-profile_param_value']['ro-ro'] = "";
$text['label-profile_param_value']['ru-ru'] = "Значение";
$text['label-profile_param_value']['sv-se'] = "";
$text['label-profile_param_value']['sv-se'] = "Värde";
$text['label-profile_param_value']['uk-ua'] = "";
$text['description-profile_param_value']['en-us'] = "Введите Значение.";
$text['description-profile_param_value']['ar-eg'] = "";
$text['description-profile_param_value']['de-at'] = "Geben Sie den Wert ein.";
$text['description-profile_param_value']['de-ch'] = "";
$text['description-profile_param_value']['de-de'] = "Geben Sie den Wert ein.";
$text['description-profile_param_value']['es-cl'] = "";
$text['description-profile_param_value']['es-mx'] = "";
$text['description-profile_param_value']['fr-ca'] = "";
$text['description-profile_param_value']['fr-fr'] = "";
$text['description-profile_param_value']['he-il'] = "";
$text['description-profile_param_value']['it-it'] = "";
@ -253,15 +316,19 @@ $text['description-profile_param_value']['nl-nl'] = "";
$text['description-profile_param_value']['pl-pl'] = "";
$text['description-profile_param_value']['pt-br'] = "";
$text['description-profile_param_value']['pt-pt'] = "";
$text['description-profile_param_value']['ro-ro'] = "";
$text['description-profile_param_value']['ru-ru'] = "";
$text['description-profile_param_value']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-profile_param_enabled']['de-at'] = "Aktiviert";
$text['label-profile_param_enabled']['de-ch'] = "";
$text['label-profile_param_enabled']['de-de'] = "Aktiviert";
$text['label-profile_param_enabled']['es-cl'] = "";
$text['label-profile_param_enabled']['es-mx'] = "";
$text['label-profile_param_enabled']['fr-ca'] = "";
$text['label-profile_param_enabled']['fr-fr'] = "";
$text['label-profile_param_enabled']['he-il'] = "";
$text['label-profile_param_enabled']['it-it'] = "";
@ -269,6 +336,7 @@ $text['label-profile_param_enabled']['nl-nl'] = "";
$text['label-profile_param_enabled']['pl-pl'] = "";
$text['label-profile_param_enabled']['pt-br'] = "";
$text['label-profile_param_enabled']['pt-pt'] = "";
$text['label-profile_param_enabled']['ro-ro'] = "";
$text['label-profile_param_enabled']['ru-ru'] = "Включено";
$text['label-profile_param_enabled']['sv-se'] = "";
$text['label-profile_param_enabled']['uk-ua'] = "";
@ -276,8 +344,11 @@ $text['label-profile_param_enabled']['uk-ua'] = "";
$text['description-profile_param_enabled']['en-us'] = "Set the status of the parameter.";
$text['description-profile_param_enabled']['ar-eg'] = "";
$text['description-profile_param_enabled']['de-at'] = "Setzen Sie den Status des Parameters";
$text['description-profile_param_enabled']['de-ch'] = "";
$text['description-profile_param_enabled']['de-de'] = "Setzen Sie den Status des Parameters";
$text['description-profile_param_enabled']['es-cl'] = "";
$text['description-profile_param_enabled']['es-mx'] = "";
$text['description-profile_param_enabled']['fr-ca'] = "";
$text['description-profile_param_enabled']['fr-fr'] = "";
$text['description-profile_param_enabled']['he-il'] = "";
$text['description-profile_param_enabled']['it-it'] = "";
@ -285,15 +356,19 @@ $text['description-profile_param_enabled']['nl-nl'] = "";
$text['description-profile_param_enabled']['pl-pl'] = "";
$text['description-profile_param_enabled']['pt-br'] = "";
$text['description-profile_param_enabled']['pt-pt'] = "";
$text['description-profile_param_enabled']['ro-ro'] = "";
$text['description-profile_param_enabled']['ru-ru'] = "Установите состояние параметра.";
$text['description-profile_param_enabled']['sv-se'] = "";
$text['description-profile_param_enabled']['sv-se'] = "Ange statusen för parametern.";
$text['description-profile_param_enabled']['uk-ua'] = "";
$text['label-profile_param_description']['en-us'] = "Description";
$text['label-profile_param_description']['ar-eg'] = "";
$text['label-profile_param_description']['de-at'] = "Beschreibung";
$text['label-profile_param_description']['de-ch'] = "";
$text['label-profile_param_description']['de-de'] = "Beschreibung";
$text['label-profile_param_description']['es-cl'] = "";
$text['label-profile_param_description']['es-mx'] = "";
$text['label-profile_param_description']['fr-ca'] = "";
$text['label-profile_param_description']['fr-fr'] = "";
$text['label-profile_param_description']['he-il'] = "";
$text['label-profile_param_description']['it-it'] = "";
@ -301,15 +376,19 @@ $text['label-profile_param_description']['nl-nl'] = "";
$text['label-profile_param_description']['pl-pl'] = "";
$text['label-profile_param_description']['pt-br'] = "";
$text['label-profile_param_description']['pt-pt'] = "";
$text['label-profile_param_description']['ro-ro'] = "";
$text['label-profile_param_description']['ru-ru'] = "Описание";
$text['label-profile_param_description']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-profile_param_description']['de-at'] = "Geben Sie die Beschreibung ein.";
$text['description-profile_param_description']['de-ch'] = "";
$text['description-profile_param_description']['de-de'] = "Geben Sie die Beschreibung ein.";
$text['description-profile_param_description']['es-cl'] = "";
$text['description-profile_param_description']['es-mx'] = "";
$text['description-profile_param_description']['fr-ca'] = "";
$text['description-profile_param_description']['fr-fr'] = "";
$text['description-profile_param_description']['he-il'] = "";
$text['description-profile_param_description']['it-it'] = "";
@ -317,8 +396,9 @@ $text['description-profile_param_description']['nl-nl'] = "";
$text['description-profile_param_description']['pl-pl'] = "";
$text['description-profile_param_description']['pt-br'] = "";
$text['description-profile_param_description']['pt-pt'] = "";
$text['description-profile_param_description']['ro-ro'] = "";
$text['description-profile_param_description']['ru-ru'] = "Введите Описание.";
$text['description-profile_param_description']['sv-se'] = "";
$text['description-profile_param_description']['sv-se'] = "Ange beskrivningen.";
$text['description-profile_param_description']['uk-ua'] = "";
?>
?>

View File

@ -1,21 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Conference Profiles';
$apps[$x]['menu'][0]['title']['es-cl'] = '';
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['pl'] = '';
$apps[$x]['menu'][0]['title']['ru-ru'] = 'Конференции Профили';
$apps[$x]['menu'][0]['title']['sv-se'] = '';
$apps[$x]['menu'][0]['title']['uk'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = 'Konferenzprofile';
$apps[$x]['menu'][0]['title']['de-at'] = 'Konferenzprofile';
$apps[$x]['menu'][0]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/conference_profiles/conference_profiles.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'user';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Profiles';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzprofile';
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzprofile';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Конференции Профили';
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['path'] = '/app/conference_profiles/conference_profiles.php';
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "b81412e8-7253-91f4-e48e-42fc2c9a38d9";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso (opcional)";
$apps[$x]['description']['de-de'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen.";
$apps[$x]['description']['de-ch'] = "";
$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']['fr-fr'] = "Les conferences servent à configurer des salles avec un nom, une description et un code pin facultatif";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Konferenzen wird verwendet, um Konferenzräume mit Namen, Beschreibung und optionaler PIN bereit zu stellen.";
$apps[$x]['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso (opcional)";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Les conferences sont utilises pour la configuration de chambres avec un nom, descrption et nom d'access (facultatif)";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional.";
$apps[$x]['description']['fr-fr'] = "Les conferences servent à configurer des salles avec un nom, une description et un code pin facultatif";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -134,7 +143,7 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to enable or disable the conference.";
$y=1;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_conference_users";
$apps[$x]['db'][$y]['table']['parent'] = "v_conferences";
$z=0;
@ -172,4 +181,4 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-conferences']['en-us'] = "Conferences";
$text['title-conferences']['ar-eg'] = "";
$text['title-conferences']['de-at'] = "Konferenzen";
$text['title-conferences']['de-ch'] = "";
$text['title-conferences']['de-de'] = "Konferenzen";
$text['title-conferences']['es-cl'] = "Conferencias";
$text['title-conferences']['es-mx'] = "";
$text['title-conferences']['fr-ca'] = "";
$text['title-conferences']['fr-fr'] = "Conférences";
$text['title-conferences']['he-il'] = "";
$text['title-conferences']['it-it'] = "";
@ -13,15 +16,19 @@ $text['title-conferences']['nl-nl'] = "";
$text['title-conferences']['pl-pl'] = "";
$text['title-conferences']['pt-br'] = "";
$text['title-conferences']['pt-pt'] = "Conferências";
$text['title-conferences']['ro-ro'] = "";
$text['title-conferences']['ru-ru'] = "Конференции";
$text['title-conferences']['sv-se'] = "";
$text['title-conferences']['sv-se'] = "Konferenser";
$text['title-conferences']['uk-ua'] = "";
$text['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
$text['description']['ar-eg'] = "";
$text['description']['de-at'] = "Konferenzen wird verwendet, um KOnferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen.";
$text['description']['de-ch'] = "";
$text['description']['de-de'] = "Konferenzen wird verwendet, um KOnferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen.";
$text['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso pin (opcional).";
$text['description']['es-mx'] = "";
$text['description']['fr-ca'] = "";
$text['description']['fr-fr'] = "Ce menu est utilisé pour créer des salles de conférence avec un nom, une description et en option un code PIN.";
$text['description']['he-il'] = "";
$text['description']['it-it'] = "";
@ -29,15 +36,19 @@ $text['description']['nl-nl'] = "";
$text['description']['pl-pl'] = "";
$text['description']['pt-br'] = "";
$text['description']['pt-pt'] = "As conferências são utilizadas para configurar salas de conferência com um nome, descrição e número pin opcional.";
$text['description']['ro-ro'] = "";
$text['description']['ru-ru'] = "Конференции используются для настройки конференц-залов с именем, описанием и необязательным номером контакта.";
$text['description']['sv-se'] = "";
$text['description']['sv-se'] = "Konferenser används för att konfigurera konferensrum med namn, beskrivning och valfritt PIN-nummer.";
$text['description']['uk-ua'] = "";
$text['label-active_conferences']['en-us'] = "Active Conferences";
$text['label-active_conferences']['ar-eg'] = "";
$text['label-active_conferences']['de-at'] = "Aktive Konferenzen";
$text['label-active_conferences']['de-ch'] = "";
$text['label-active_conferences']['de-de'] = "Aktive Konferenzen";
$text['label-active_conferences']['es-cl'] = "Conferencias Activas";
$text['label-active_conferences']['es-mx'] = "";
$text['label-active_conferences']['fr-ca'] = "";
$text['label-active_conferences']['fr-fr'] = "Conférences actives";
$text['label-active_conferences']['he-il'] = "";
$text['label-active_conferences']['it-it'] = "";
@ -45,15 +56,19 @@ $text['label-active_conferences']['nl-nl'] = "";
$text['label-active_conferences']['pl-pl'] = "";
$text['label-active_conferences']['pt-br'] = "";
$text['label-active_conferences']['pt-pt'] = "Conferências Activas";
$text['label-active_conferences']['ro-ro'] = "";
$text['label-active_conferences']['ru-ru'] = "Активные Конференции";
$text['label-active_conferences']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['button-view_active']['de-at'] = "Aktive anzeigen";
$text['button-view_active']['de-ch'] = "";
$text['button-view_active']['de-de'] = "Aktive anzeigen";
$text['button-view_active']['es-cl'] = "Ver Activo";
$text['button-view_active']['es-mx'] = "";
$text['button-view_active']['fr-ca'] = "";
$text['button-view_active']['fr-fr'] = "Voir Active";
$text['button-view_active']['he-il'] = "";
$text['button-view_active']['it-it'] = "";
@ -61,15 +76,19 @@ $text['button-view_active']['nl-nl'] = "";
$text['button-view_active']['pl-pl'] = "";
$text['button-view_active']['pt-br'] = "";
$text['button-view_active']['pt-pt'] = "Ver Ativo";
$text['button-view_active']['ro-ro'] = "";
$text['button-view_active']['ru-ru'] = "Просмотр Активных";
$text['button-view_active']['sv-se'] = "";
$text['button-view_active']['sv-se'] = "Visa Aktiva";
$text['button-view_active']['uk-ua'] = "";
$text['table-name']['en-us'] = "Name";
$text['table-name']['ar-eg'] = "";
$text['table-name']['de-at'] = "Name";
$text['table-name']['de-ch'] = "";
$text['table-name']['de-de'] = "Name";
$text['table-name']['es-cl'] = "Nombre";
$text['table-name']['es-mx'] = "";
$text['table-name']['fr-ca'] = "";
$text['table-name']['fr-fr'] = "Nom";
$text['table-name']['he-il'] = "";
$text['table-name']['it-it'] = "";
@ -77,15 +96,19 @@ $text['table-name']['nl-nl'] = "";
$text['table-name']['pl-pl'] = "";
$text['table-name']['pt-br'] = "";
$text['table-name']['pt-pt'] = "Nome";
$text['table-name']['ro-ro'] = "";
$text['table-name']['ru-ru'] = "Имя";
$text['table-name']['sv-se'] = "";
$text['table-name']['sv-se'] = "Namn";
$text['table-name']['uk-ua'] = "";
$text['table-extension']['en-us'] = "Extension";
$text['table-extension']['ar-eg'] = "";
$text['table-extension']['de-at'] = "Nebenstelle";
$text['table-extension']['de-ch'] = "";
$text['table-extension']['de-de'] = "Nebenstelle";
$text['table-extension']['es-cl'] = "Extensión";
$text['table-extension']['es-mx'] = "";
$text['table-extension']['fr-ca'] = "";
$text['table-extension']['fr-fr'] = "Extension";
$text['table-extension']['he-il'] = "";
$text['table-extension']['it-it'] = "";
@ -93,15 +116,19 @@ $text['table-extension']['nl-nl'] = "";
$text['table-extension']['pl-pl'] = "";
$text['table-extension']['pt-br'] = "";
$text['table-extension']['pt-pt'] = "Extensão";
$text['table-extension']['ro-ro'] = "";
$text['table-extension']['ru-ru'] = "Внутренний Номер";
$text['table-extension']['sv-se'] = "";
$text['table-extension']['sv-se'] = "Anknytning";
$text['table-extension']['uk-ua'] = "";
$text['table-profile']['en-us'] = "Profile";
$text['table-profile']['ar-eg'] = "";
$text['table-profile']['de-at'] = "Profile";
$text['table-profile']['de-ch'] = "";
$text['table-profile']['de-de'] = "Profile";
$text['table-profile']['es-cl'] = "Perfil";
$text['table-profile']['es-mx'] = "";
$text['table-profile']['fr-ca'] = "";
$text['table-profile']['fr-fr'] = "Profile";
$text['table-profile']['he-il'] = "";
$text['table-profile']['it-it'] = "";
@ -109,15 +136,19 @@ $text['table-profile']['nl-nl'] = "";
$text['table-profile']['pl-pl'] = "";
$text['table-profile']['pt-br'] = "";
$text['table-profile']['pt-pt'] = "Perfil";
$text['table-profile']['ro-ro'] = "";
$text['table-profile']['ru-ru'] = "Профиль";
$text['table-profile']['sv-se'] = "";
$text['table-profile']['sv-se'] = "Profil";
$text['table-profile']['uk-ua'] = "";
$text['table-order']['en-us'] = "Order";
$text['table-order']['ar-eg'] = "";
$text['table-order']['de-at'] = "Reihenfolge";
$text['table-order']['de-ch'] = "";
$text['table-order']['de-de'] = "Reihenfolge";
$text['table-order']['es-cl'] = "Orden";
$text['table-order']['es-mx'] = "";
$text['table-order']['fr-ca'] = "";
$text['table-order']['fr-fr'] = "Ordre";
$text['table-order']['he-il'] = "";
$text['table-order']['it-it'] = "";
@ -125,15 +156,19 @@ $text['table-order']['nl-nl'] = "";
$text['table-order']['pl-pl'] = "";
$text['table-order']['pt-br'] = "";
$text['table-order']['pt-pt'] = "Ordem";
$text['table-order']['ro-ro'] = "";
$text['table-order']['ru-ru'] = "Приоритет";
$text['table-order']['sv-se'] = "";
$text['table-order']['sv-se'] = "Ordning";
$text['table-order']['uk-ua'] = "";
$text['table-enabled']['en-us'] = "Enabled";
$text['table-enabled']['ar-eg'] = "";
$text['table-enabled']['de-at'] = "Aktiviert";
$text['table-enabled']['de-ch'] = "";
$text['table-enabled']['de-de'] = "Aktiviert";
$text['table-enabled']['es-cl'] = "Activo";
$text['table-enabled']['es-mx'] = "";
$text['table-enabled']['fr-ca'] = "";
$text['table-enabled']['fr-fr'] = "Actif";
$text['table-enabled']['he-il'] = "";
$text['table-enabled']['it-it'] = "";
@ -141,15 +176,19 @@ $text['table-enabled']['nl-nl'] = "";
$text['table-enabled']['pl-pl'] = "";
$text['table-enabled']['pt-br'] = "";
$text['table-enabled']['pt-pt'] = "Activo";
$text['table-enabled']['ro-ro'] = "";
$text['table-enabled']['ru-ru'] = "Включено";
$text['table-enabled']['sv-se'] = "";
$text['table-enabled']['sv-se'] = "Aktiverad";
$text['table-enabled']['uk-ua'] = "";
$text['table-description']['en-us'] = "Description";
$text['table-description']['ar-eg'] = "";
$text['table-description']['de-at'] = "Beschreibung";
$text['table-description']['de-ch'] = "";
$text['table-description']['de-de'] = "Beschreibung";
$text['table-description']['es-cl'] = "Descripción";
$text['table-description']['es-mx'] = "";
$text['table-description']['fr-ca'] = "";
$text['table-description']['fr-fr'] = "Description";
$text['table-description']['he-il'] = "";
$text['table-description']['it-it'] = "";
@ -157,15 +196,19 @@ $text['table-description']['nl-nl'] = "";
$text['table-description']['pl-pl'] = "";
$text['table-description']['pt-br'] = "";
$text['table-description']['pt-pt'] = "Descrição";
$text['table-description']['ro-ro'] = "";
$text['table-description']['ru-ru'] = "Описание";
$text['table-description']['sv-se'] = "";
$text['table-description']['sv-se'] = "Beskrivning";
$text['table-description']['uk-ua'] = "";
$text['confirm-add']['en-us'] = "Add Complete";
$text['confirm-add']['ar-eg'] = "";
$text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt";
$text['confirm-add']['de-ch'] = "";
$text['confirm-add']['de-de'] = "Erfolgreich hinzugefügt";
$text['confirm-add']['es-cl'] = "Agregado Completo";
$text['confirm-add']['es-mx'] = "";
$text['confirm-add']['fr-ca'] = "";
$text['confirm-add']['fr-fr'] = "Ajouté";
$text['confirm-add']['he-il'] = "";
$text['confirm-add']['it-it'] = "";
@ -173,15 +216,19 @@ $text['confirm-add']['nl-nl'] = "";
$text['confirm-add']['pl-pl'] = "";
$text['confirm-add']['pt-br'] = "";
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
$text['confirm-add']['ro-ro'] = "";
$text['confirm-add']['ru-ru'] = "Добавление Выполнено";
$text['confirm-add']['sv-se'] = "";
$text['confirm-add']['sv-se'] = "Tillagd";
$text['confirm-add']['uk-ua'] = "";
$text['confirm-update']['en-us'] = "Update Complete";
$text['confirm-update']['ar-eg'] = "";
$text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
$text['confirm-update']['de-ch'] = "";
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
$text['confirm-update']['es-cl'] = "Actualización Completa";
$text['confirm-update']['es-mx'] = "";
$text['confirm-update']['fr-ca'] = "";
$text['confirm-update']['fr-fr'] = "Mis a jour";
$text['confirm-update']['he-il'] = "";
$text['confirm-update']['it-it'] = "";
@ -189,15 +236,19 @@ $text['confirm-update']['nl-nl'] = "";
$text['confirm-update']['pl-pl'] = "";
$text['confirm-update']['pt-br'] = "";
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
$text['confirm-update']['ro-ro'] = "";
$text['confirm-update']['ru-ru'] = "Обновление Выполнено";
$text['confirm-update']['sv-se'] = "";
$text['confirm-update']['sv-se'] = "Ändring Utförd";
$text['confirm-update']['uk-ua'] = "";
$text['confirm-name']['en-us'] = "Please provide: Name";
$text['confirm-name']['ar-eg'] = "";
$text['confirm-name']['de-at'] = "Bitte angeben: Name";
$text['confirm-name']['de-ch'] = "";
$text['confirm-name']['de-de'] = "Bitte angeben: Name";
$text['confirm-name']['es-cl'] = "Por favor, indique: Nombre";
$text['confirm-name']['es-mx'] = "";
$text['confirm-name']['fr-ca'] = "";
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['confirm-name']['he-il'] = "";
$text['confirm-name']['it-it'] = "";
@ -205,15 +256,19 @@ $text['confirm-name']['nl-nl'] = "";
$text['confirm-name']['pl-pl'] = "";
$text['confirm-name']['pt-br'] = "";
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
$text['confirm-name']['ro-ro'] = "";
$text['confirm-name']['ru-ru'] = "Просьба указать: ФИО";
$text['confirm-name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['confirm-extension']['de-at'] = "Bitte angeben: Nebenstelle";
$text['confirm-extension']['de-ch'] = "";
$text['confirm-extension']['de-de'] = "Bitte angeben: Nebenstelle";
$text['confirm-extension']['es-cl'] = "Por favor, indique: Extensión";
$text['confirm-extension']['es-mx'] = "";
$text['confirm-extension']['fr-ca'] = "";
$text['confirm-extension']['fr-fr'] = "Merci d'indiquer: Extension";
$text['confirm-extension']['he-il'] = "";
$text['confirm-extension']['it-it'] = "";
@ -221,15 +276,19 @@ $text['confirm-extension']['nl-nl'] = "";
$text['confirm-extension']['pl-pl'] = "";
$text['confirm-extension']['pt-br'] = "";
$text['confirm-extension']['pt-pt'] = "Por favor indique: Extensão";
$text['confirm-extension']['ro-ro'] = "";
$text['confirm-extension']['ru-ru'] = "Просьба указать: Внутренний Номер";
$text['confirm-extension']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['confirm-profile']['de-at'] = "Bitte angeben: Profil";
$text['confirm-profile']['de-ch'] = "";
$text['confirm-profile']['de-de'] = "Bitte angeben: Profil";
$text['confirm-profile']['es-cl'] = "Por favor, indique: Perfil";
$text['confirm-profile']['es-mx'] = "";
$text['confirm-profile']['fr-ca'] = "";
$text['confirm-profile']['fr-fr'] = "Merci d'indiquer: Profile";
$text['confirm-profile']['he-il'] = "";
$text['confirm-profile']['it-it'] = "";
@ -237,15 +296,19 @@ $text['confirm-profile']['nl-nl'] = "";
$text['confirm-profile']['pl-pl'] = "";
$text['confirm-profile']['pt-br'] = "";
$text['confirm-profile']['pt-pt'] = "Por favor indique: Perfil";
$text['confirm-profile']['ro-ro'] = "";
$text['confirm-profile']['ru-ru'] = "Просьба указать: Профиль";
$text['confirm-profile']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['confirm-enabled']['de-at'] = "Bitte angeben: Aktiviert";
$text['confirm-enabled']['de-ch'] = "";
$text['confirm-enabled']['de-de'] = "Bitte angeben: Aktiviert";
$text['confirm-enabled']['es-cl'] = "Por favor, indique: Activado";
$text['confirm-enabled']['es-mx'] = "";
$text['confirm-enabled']['fr-ca'] = "";
$text['confirm-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
$text['confirm-enabled']['he-il'] = "";
$text['confirm-enabled']['it-it'] = "";
@ -253,15 +316,19 @@ $text['confirm-enabled']['nl-nl'] = "";
$text['confirm-enabled']['pl-pl'] = "";
$text['confirm-enabled']['pt-br'] = "";
$text['confirm-enabled']['pt-pt'] = "Por favor indique: Ativado";
$text['confirm-enabled']['ro-ro'] = "";
$text['confirm-enabled']['ru-ru'] = "Просьба указать: Включено";
$text['confirm-enabled']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-conference-add']['de-at'] = "Konferenz hinzufügen";
$text['label-conference-add']['de-ch'] = "";
$text['label-conference-add']['de-de'] = "Konferenz hinzufügen";
$text['label-conference-add']['es-cl'] = "Agregar Conferencias";
$text['label-conference-add']['es-mx'] = "";
$text['label-conference-add']['fr-ca'] = "";
$text['label-conference-add']['fr-fr'] = "Ajouter des conférences";
$text['label-conference-add']['he-il'] = "";
$text['label-conference-add']['it-it'] = "";
@ -269,15 +336,19 @@ $text['label-conference-add']['nl-nl'] = "";
$text['label-conference-add']['pl-pl'] = "";
$text['label-conference-add']['pt-br'] = "";
$text['label-conference-add']['pt-pt'] = "Adição de Conferências";
$text['label-conference-add']['ro-ro'] = "";
$text['label-conference-add']['ru-ru'] = "Добавить Конференции";
$text['label-conference-add']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-conference-edit']['de-at'] = "Konferenz bearbeiten";
$text['label-conference-edit']['de-ch'] = "";
$text['label-conference-edit']['de-de'] = "Konferenz bearbeiten";
$text['label-conference-edit']['es-cl'] = "Edición de Conferencias";
$text['label-conference-edit']['es-mx'] = "";
$text['label-conference-edit']['fr-ca'] = "";
$text['label-conference-edit']['fr-fr'] = "Editer les conférences";
$text['label-conference-edit']['he-il'] = "";
$text['label-conference-edit']['it-it'] = "";
@ -285,15 +356,19 @@ $text['label-conference-edit']['nl-nl'] = "";
$text['label-conference-edit']['pl-pl'] = "";
$text['label-conference-edit']['pt-br'] = "";
$text['label-conference-edit']['pt-pt'] = "Edição de Conferências";
$text['label-conference-edit']['ro-ro'] = "";
$text['label-conference-edit']['ru-ru'] = "Редактировать Конференции";
$text['label-conference-edit']['sv-se'] = "";
$text['label-conference-edit']['sv-se'] = "Ändra Konferens";
$text['label-conference-edit']['uk-ua'] = "";
$text['label-extension']['en-us'] = "Extension";
$text['label-extension']['ar-eg'] = "";
$text['label-extension']['de-at'] = "Nebenstelle";
$text['label-extension']['de-ch'] = "";
$text['label-extension']['de-de'] = "Nebenstelle";
$text['label-extension']['es-cl'] = "Extensión";
$text['label-extension']['es-mx'] = "";
$text['label-extension']['fr-ca'] = "";
$text['label-extension']['fr-fr'] = "Extension";
$text['label-extension']['he-il'] = "";
$text['label-extension']['it-it'] = "";
@ -301,15 +376,19 @@ $text['label-extension']['nl-nl'] = "";
$text['label-extension']['pl-pl'] = "";
$text['label-extension']['pt-br'] = "";
$text['label-extension']['pt-pt'] = "Extensão";
$text['label-extension']['ro-ro'] = "";
$text['label-extension']['ru-ru'] = "Внутренний Номер";
$text['label-extension']['sv-se'] = "";
$text['label-extension']['sv-se'] = "Anknytning";
$text['label-extension']['uk-ua'] = "";
$text['description-name']['en-us'] = "Enter the conference name.";
$text['description-name']['ar-eg'] = "";
$text['description-name']['de-at'] = "Geben Sie einen Namen für die Konferenz ein.";
$text['description-name']['de-ch'] = "";
$text['description-name']['de-de'] = "Geben Sie einen Namen für die Konferenz ein.";
$text['description-name']['es-cl'] = "Ingrese el nombre de la conferencia.";
$text['description-name']['es-mx'] = "";
$text['description-name']['fr-ca'] = "";
$text['description-name']['fr-fr'] = "Entrer le nom de la conférence.";
$text['description-name']['he-il'] = "";
$text['description-name']['it-it'] = "";
@ -317,15 +396,19 @@ $text['description-name']['nl-nl'] = "";
$text['description-name']['pl-pl'] = "";
$text['description-name']['pt-br'] = "";
$text['description-name']['pt-pt'] = "Insira o nome da conferência.";
$text['description-name']['ro-ro'] = "";
$text['description-name']['ru-ru'] = "Введите Имя Конференции.";
$text['description-name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-extension']['de-at'] = "Geben Sie die Nebenstelle der Konferenz an.";
$text['description-extension']['de-ch'] = "";
$text['description-extension']['de-de'] = "Geben Sie die Nebenstelle der Konferenz an.";
$text['description-extension']['es-cl'] = "Ingrese el número de extensión de la conferencia";
$text['description-extension']['es-mx'] = "";
$text['description-extension']['fr-ca'] = "";
$text['description-extension']['fr-fr'] = "Entrer le numéro d'extension de la conférence.";
$text['description-extension']['he-il'] = "";
$text['description-extension']['it-it'] = "";
@ -333,15 +416,19 @@ $text['description-extension']['nl-nl'] = "";
$text['description-extension']['pl-pl'] = "";
$text['description-extension']['pt-br'] = "";
$text['description-extension']['pt-pt'] = "Insira a extensão da conferência";
$text['description-extension']['ro-ro'] = "";
$text['description-extension']['ru-ru'] = "Введите добавочный номер конференции.";
$text['description-extension']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-3']['de-at'] = "um eine Konferenz zu überwachen und zu steuern.";
$text['description-3']['de-ch'] = "";
$text['description-3']['de-de'] = "um eine Konferenz zu überwachen und zu steuern.";
$text['description-3']['es-cl'] = "para monitorear e interactuar con la sala de conferencia.";
$text['description-3']['es-mx'] = "";
$text['description-3']['fr-ca'] = "";
$text['description-3']['fr-fr'] = "Superviser et interagir avec la salle de conférence.";
$text['description-3']['he-il'] = "";
$text['description-3']['it-it'] = "";
@ -349,15 +436,19 @@ $text['description-3']['nl-nl'] = "";
$text['description-3']['pl-pl'] = "";
$text['description-3']['pt-br'] = "";
$text['description-3']['pt-pt'] = "para monitorizar e interagir com a sala de conferências.";
$text['description-3']['ro-ro'] = "";
$text['description-3']['ru-ru'] = "Контролировать и взаимодействовать с конференц-залом.";
$text['description-3']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-pin']['de-at'] = "PIN Nummer";
$text['label-pin']['de-ch'] = "";
$text['label-pin']['de-de'] = "PIN Nummer";
$text['label-pin']['es-cl'] = "Número Pin";
$text['label-pin']['es-mx'] = "";
$text['label-pin']['fr-ca'] = "";
$text['label-pin']['fr-fr'] = "Code Pin";
$text['label-pin']['he-il'] = "";
$text['label-pin']['it-it'] = "";
@ -365,15 +456,19 @@ $text['label-pin']['nl-nl'] = "";
$text['label-pin']['pl-pl'] = "";
$text['label-pin']['pt-br'] = "";
$text['label-pin']['pt-pt'] = "Código Pin";
$text['label-pin']['ro-ro'] = "";
$text['label-pin']['ru-ru'] = "PIN Номер";
$text['label-pin']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-pin']['de-at'] = "Optionale PIN Nummer um den Zugriff auf die Konferenz ab zu sichern.)";
$text['description-pin']['de-ch'] = "";
$text['description-pin']['de-de'] = "Optionale PIN Nummer um den Zugriff auf die Konferenz ab zu sichern.)";
$text['description-pin']['es-cl'] = "Número de pin opcional para garantizar el acceso a la conferencia.";
$text['description-pin']['es-mx'] = "";
$text['description-pin']['fr-ca'] = "";
$text['description-pin']['fr-fr'] = "Numéro d'identifiant pour sécuriser l'accès à la conf. (Optionnel)";
$text['description-pin']['he-il'] = "";
$text['description-pin']['it-it'] = "";
@ -381,15 +476,19 @@ $text['description-pin']['nl-nl'] = "";
$text['description-pin']['pl-pl'] = "";
$text['description-pin']['pt-br'] = "";
$text['description-pin']['pt-pt'] = "Código pin opcional para garantir o acesso à conferência.";
$text['description-pin']['ro-ro'] = "";
$text['description-pin']['ru-ru'] = "Дополнительный PIN номер контакта для обеспечения доступа к конференции.";
$text['description-pin']['sv-se'] = "";
$text['description-pin']['sv-se'] = "Frivilligt pin nummer för att säkra tillgången till konferensen.";
$text['description-pin']['uk-ua'] = "";
$text['confirm-delete-2']['en-us'] = "Do you really want to delete this?";
$text['confirm-delete-2']['ar-eg'] = "";
$text['confirm-delete-2']['de-at'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete-2']['de-ch'] = "";
$text['confirm-delete-2']['de-de'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete-2']['es-cl'] = "¿Realmente desea eliminar esto?";
$text['confirm-delete-2']['es-mx'] = "";
$text['confirm-delete-2']['fr-ca'] = "";
$text['confirm-delete-2']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
$text['confirm-delete-2']['he-il'] = "";
$text['confirm-delete-2']['it-it'] = "";
@ -397,15 +496,19 @@ $text['confirm-delete-2']['nl-nl'] = "";
$text['confirm-delete-2']['pl-pl'] = "";
$text['confirm-delete-2']['pt-br'] = "";
$text['confirm-delete-2']['pt-pt'] = "Deseja realmente apagar isto?";
$text['confirm-delete-2']['ro-ro'] = "";
$text['confirm-delete-2']['ru-ru'] = "Вы действительно хотите удалить это?";
$text['confirm-delete-2']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-info']['de-at'] = "Geben Sie die Beschreibung ein.";
$text['description-info']['de-ch'] = "";
$text['description-info']['de-de'] = "Geben Sie die Beschreibung ein.";
$text['description-info']['es-cl'] = "Ingrese una descripción.";
$text['description-info']['es-mx'] = "";
$text['description-info']['fr-ca'] = "";
$text['description-info']['fr-fr'] = "";
$text['description-info']['he-il'] = "";
$text['description-info']['it-it'] = "";
@ -413,15 +516,19 @@ $text['description-info']['nl-nl'] = "";
$text['description-info']['pl-pl'] = "";
$text['description-info']['pt-br'] = "";
$text['description-info']['pt-pt'] = "Insira a descrição.";
$text['description-info']['ro-ro'] = "";
$text['description-info']['ru-ru'] = "Введите описание.";
$text['description-info']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-conference-enable']['de-at'] = "Wählen Sie, ob die Konferenz ein- oder ausgeschaltet werden soll.";
$text['description-conference-enable']['de-ch'] = "";
$text['description-conference-enable']['de-de'] = "Wählen Sie, ob die Konferenz ein- oder ausgeschaltet werden soll.";
$text['description-conference-enable']['es-cl'] = "Indique si desea activar o desactivar la conferencia.";
$text['description-conference-enable']['es-mx'] = "";
$text['description-conference-enable']['fr-ca'] = "";
$text['description-conference-enable']['fr-fr'] = "Choisir d'activer ou non la conférence.";
$text['description-conference-enable']['he-il'] = "";
$text['description-conference-enable']['it-it'] = "";
@ -429,15 +536,19 @@ $text['description-conference-enable']['nl-nl'] = "";
$text['description-conference-enable']['pl-pl'] = "";
$text['description-conference-enable']['pt-br'] = "";
$text['description-conference-enable']['pt-pt'] = "Seleccione se deseja ativar ou desativar a conferência.";
$text['description-conference-enable']['ro-ro'] = "";
$text['description-conference-enable']['ru-ru'] = "Выберите, включить или отключить конференцию.";
$text['description-conference-enable']['sv-se'] = "";
$text['description-conference-enable']['sv-se'] = "Välj om konferensen skall vara aktiverad eller ej.";
$text['description-conference-enable']['uk-ua'] = "";
$text['description-order']['en-us'] = "Enter the order number.";
$text['description-order']['ar-eg'] = "";
$text['description-order']['de-at'] = "Geben Sie die Nummer für die Reihenfolge an.";
$text['description-order']['de-ch'] = "";
$text['description-order']['de-de'] = "Geben Sie die Nummer für die Reihenfolge an.";
$text['description-order']['es-cl'] = "Ingrese el número de orden.";
$text['description-order']['es-mx'] = "";
$text['description-order']['fr-ca'] = "";
$text['description-order']['fr-fr'] = "Entrer le numéro d'ordre.";
$text['description-order']['he-il'] = "";
$text['description-order']['it-it'] = "";
@ -445,31 +556,39 @@ $text['description-order']['nl-nl'] = "";
$text['description-order']['pl-pl'] = "";
$text['description-order']['pt-br'] = "";
$text['description-order']['pt-pt'] = "Digite o número do pedido.";
$text['description-order']['ro-ro'] = "";
$text['description-order']['ru-ru'] = "Введите номер заказа.";
$text['description-order']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-user-add']['de-at'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
$text['description-user-add']['de-ch'] = "";
$text['description-user-add']['de-de'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
$text['description-user-add']['es-cl'] = "Asignar usuarios para que puedan administrar esta extensión de conferencia.";
$text['description-user-add']['fr-fr'] = "Selectionner les usagers pouvant gérer cette conférence.";
$text['description-user-add']['es-mx'] = "";
$text['description-user-add']['fr-ca'] = "";
$text['description-user-add']['fr-fr'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
$text['description-user-add']['he-il'] = "";
$text['description-user-add']['it-it'] = "";
$text['description-user-add']['nl-nl'] = "";
$text['description-user-add']['pl-pl'] = "";
$text['description-user-add']['pt-br'] = "";
$text['description-user-add']['pt-pt'] = "Atribuir utilizadores que podem gerir esta extensão de conferência.";
$text['description-user-add']['ro-ro'] = "";
$text['description-user-add']['ru-ru'] = "Назначьте пользователей, которые могут управлять этим Внутренним Номером конференции.";
$text['description-user-add']['sv-se'] = "";
$text['description-user-add']['sv-se'] = "Lägg till användarna som kan managera denna konferens anknytning.";
$text['description-user-add']['uk-ua'] = "";
$text['description-profile']['en-us'] = "Conference Profile is a collection of settings for the conference.";
$text['description-profile']['ar-eg'] = "";
$text['description-profile']['de-at'] = "Ein Profil ist eine Zusammenfassung von Parametern für die Konferenz.";
$text['description-profile']['de-ch'] = "";
$text['description-profile']['de-de'] = "Ein Profil ist eine Zusammenfassung von Parametern für die Konferenz.";
$text['description-profile']['es-cl'] = "El perfil de conferencia es una colección de ajustes para la conferencia.";
$text['description-profile']['es-mx'] = "";
$text['description-profile']['fr-ca'] = "";
$text['description-profile']['fr-fr'] = "Le profile de la conférence est une liste de paramètres pour la conférence.";
$text['description-profile']['he-il'] = "";
$text['description-profile']['it-it'] = "";
@ -477,15 +596,19 @@ $text['description-profile']['nl-nl'] = "";
$text['description-profile']['pl-pl'] = "";
$text['description-profile']['pt-br'] = "";
$text['description-profile']['pt-pt'] = "Perfil de conferência é um conjunto de definições para a conferência.";
$text['description-profile']['ro-ro'] = "";
$text['description-profile']['ru-ru'] = "Профиль конференции - это набор настроек для конференции.";
$text['description-profile']['sv-se'] = "";
$text['description-profile']['sv-se'] = "Konferensprofil är en samling inställningar för konferensen.";
$text['description-profile']['uk-ua'] = "";
$text['description-flags']['en-us'] = "Optional conference flags. examples: mute|deaf|waste|moderator";
$text['description-flags']['ar-eg'] = "";
$text['description-flags']['de-at'] = "Optionale Attribute für die Konferenz. Beispiele: mute|deaf|waste|moderator";
$text['description-flags']['de-ch'] = "";
$text['description-flags']['de-de'] = "Optionale Attribute für die Konferenz. Beispiele: mute|deaf|waste|moderator";
$text['description-flags']['es-cl'] = "Flags opcionales de conferencia. Ejemplo: mute|deaf|waste|moderator";
$text['description-flags']['es-mx'] = "";
$text['description-flags']['fr-ca'] = "";
$text['description-flags']['fr-fr'] = "Flags Optionnels de la conférence. exemple: mute|deaf|waste|moderator";
$text['description-flags']['he-il'] = "";
$text['description-flags']['it-it'] = "";
@ -493,15 +616,19 @@ $text['description-flags']['nl-nl'] = "";
$text['description-flags']['pl-pl'] = "";
$text['description-flags']['pt-br'] = "";
$text['description-flags']['pt-pt'] = "Flags opcionais de conferências. Exemplos: mute|deaf|waste|moderator";
$text['description-flags']['ro-ro'] = "";
$text['description-flags']['ru-ru'] = "Дополнительные флаги конференции. Примеры: откл. Микрофон | откл. Динамик | Временное отсутствие | Модератор";
$text['description-flags']['sv-se'] = "";
$text['description-flags']['sv-se'] = "Valfria konferensflaggor. Exempel: mute|deaf|waste|moderator";
$text['description-flags']['uk-ua'] = "";
$text['label-user_list']['en-us'] = "User List";
$text['label-user_list']['ar-eg'] = "";
$text['label-user_list']['de-at'] = "Benutzerliste";
$text['label-user_list']['de-ch'] = "";
$text['label-user_list']['de-de'] = "Benutzerliste";
$text['label-user_list']['es-cl'] = "Lista de usuarios";
$text['label-user_list']['es-mx'] = "";
$text['label-user_list']['fr-ca'] = "";
$text['label-user_list']['fr-fr'] = "Liste des utilisateurs";
$text['label-user_list']['he-il'] = "";
$text['label-user_list']['it-it'] = "";
@ -509,15 +636,19 @@ $text['label-user_list']['nl-nl'] = "";
$text['label-user_list']['pl-pl'] = "";
$text['label-user_list']['pt-br'] = "";
$text['label-user_list']['pt-pt'] = "Lista de usuários";
$text['label-user_list']['ro-ro'] = "";
$text['label-user_list']['ru-ru'] = "Список Пользователей";
$text['label-user_list']['sv-se'] = "";
$text['label-user_list']['sv-se'] = "Användarlista";
$text['label-user_list']['uk-ua'] = "";
$text['label-flags']['en-us'] = "Flags";
$text['label-flags']['ar-eg'] = "";
$text['label-flags']['de-at'] = "Attribute";
$text['label-flags']['de-ch'] = "";
$text['label-flags']['de-de'] = "Attribute";
$text['label-flags']['es-cl'] = "Banderas";
$text['label-flags']['es-mx'] = "";
$text['label-flags']['fr-ca'] = "";
$text['label-flags']['fr-fr'] = "Drapeaux";
$text['label-flags']['he-il'] = "";
$text['label-flags']['it-it'] = "";
@ -525,8 +656,9 @@ $text['label-flags']['nl-nl'] = "";
$text['label-flags']['pl-pl'] = "";
$text['label-flags']['pt-br'] = "";
$text['label-flags']['pt-pt'] = "Bandeiras";
$text['label-flags']['ro-ro'] = "";
$text['label-flags']['ru-ru'] = "Флаги";
$text['label-flags']['sv-se'] = "";
$text['label-flags']['sv-se'] = "Flaggor";
$text['label-flags']['uk-ua'] = "";
?>
?>

View File

@ -1,22 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Conferences";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias";
$apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = "Konferenzen";
$apps[$x]['menu'][0]['title']['de-at'] = "Konferenzen";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции";
$apps[$x]['menu'][0]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conferences";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenzen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Konferenzen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/conferences/conferences.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,70 +5,79 @@
$apps[$x]['uuid'] = "c168c943-833a-c29c-7ef9-d1ee78810b71";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia.";
$apps[$x]['description']['de-de'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten.";
$apps[$x]['description']['de-ch'] = "";
$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']['fr-fr'] = "Outil en AJAX pour voir et gérer toutes les conférences actives.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "AJAX Wekzeug um alle aktive Anrufer in einem Konferenzraum anzuzeigen und zu verwalten.";
$apps[$x]['description']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "Outil en AJAX pour voir et gerer toutes les conferences actives aux chambres.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "A ferramenta AJAX permite visualizar e gerir todas as chamadas ativas numa sala de conferências.";
$apps[$x]['description']['fr-fr'] = "Outil en AJAX pour voir et gérer toutes les conférences actives.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "A ferramenta AJAX permite visualizar e gerir todas as chamadas ativas numa sala de conferências.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "AJAX утилита для просмотра и управления всеми активными участниками в конференции.";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$apps[$x]['permissions'][0]['name'] = "conference_active_view";
$apps[$x]['permissions'][0]['menu']['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['permissions'][0]['groups'][] = "admin";
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
$apps[$x]['permissions'][1]['name'] = "conference_interactive_view";
$apps[$x]['permissions'][1]['groups'][] = "user";
$apps[$x]['permissions'][1]['groups'][] = "admin";
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
$apps[$x]['permissions'][2]['name'] = "conference_interactive_lock";
$apps[$x]['permissions'][2]['groups'][] = "user";
$apps[$x]['permissions'][2]['groups'][] = "admin";
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
$apps[$x]['permissions'][3]['name'] = "conference_interactive_kick";
$apps[$x]['permissions'][3]['groups'][] = "user";
$apps[$x]['permissions'][3]['groups'][] = "admin";
$apps[$x]['permissions'][3]['groups'][] = "superadmin";
$apps[$x]['permissions'][4]['name'] = "conference_interactive_energy";
//$apps[$x]['permissions'][4]['groups'][] = "user";
//$apps[$x]['permissions'][4]['groups'][] = "admin";
//$apps[$x]['permissions'][4]['groups'][] = "superadmin";
$apps[$x]['permissions'][5]['name'] = "conference_interactive_volume";
//$apps[$x]['permissions'][5]['groups'][] = "user";
//$apps[$x]['permissions'][5]['groups'][] = "admin";
//$apps[$x]['permissions'][5]['groups'][] = "superadmin";
$apps[$x]['permissions'][6]['name'] = "conference_interactive_gain";
//$apps[$x]['permissions'][6]['groups'][] = "user";
//$apps[$x]['permissions'][6]['groups'][] = "admin";
//$apps[$x]['permissions'][6]['groups'][] = "superadmin";
$apps[$x]['permissions'][7]['name'] = "conference_interactive_mute";
$apps[$x]['permissions'][7]['groups'][] = "user";
$apps[$x]['permissions'][7]['groups'][] = "admin";
$apps[$x]['permissions'][7]['groups'][] = "superadmin";
$apps[$x]['permissions'][8]['name'] = "conference_interactive_deaf";
$apps[$x]['permissions'][8]['groups'][] = "user";
$apps[$x]['permissions'][8]['groups'][] = "admin";
$apps[$x]['permissions'][8]['groups'][] = "superadmin";
$apps[$x]['permissions'][9]['name'] = "conference_interactive_video";
$apps[$x]['permissions'][9]['groups'][] = "user";
$apps[$x]['permissions'][9]['groups'][] = "admin";
$apps[$x]['permissions'][9]['groups'][] = "superadmin";
$y=0;
$apps[$x]['permissions'][$y]['name'] = "conference_active_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_view";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_lock";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_kick";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_energy";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_volume";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_gain";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_mute";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_deaf";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "conference_interactive_video";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['message-denied']['en-us'] = "access denied";
$text['message-denied']['ar-eg'] = "";
$text['message-denied']['de-at'] = "Zugang verweigert";
$text['message-denied']['de-ch'] = "";
$text['message-denied']['de-de'] = "Zugang verweigert";
$text['message-denied']['es-cl'] = "acceso denegado";
$text['message-denied']['es-mx'] = "";
$text['message-denied']['fr-ca'] = "";
$text['message-denied']['fr-fr'] = "Accès non authorisé";
$text['message-denied']['he-il'] = "";
$text['message-denied']['it-it'] = "";
@ -13,6 +16,7 @@ $text['message-denied']['nl-nl'] = "";
$text['message-denied']['pl-pl'] = "Odmowa dostępu";
$text['message-denied']['pt-br'] = "Acesso negado";
$text['message-denied']['pt-pt'] = "Acesso negado";
$text['message-denied']['ro-ro'] = "";
$text['message-denied']['ru-ru'] = "Доступ запрещён";
$text['message-denied']['sv-se'] = "Tillträde Nekat";
$text['message-denied']['uk-ua'] = "в доступі відмовлено";
@ -20,8 +24,11 @@ $text['message-denied']['uk-ua'] = "в доступі відмовлено";
$text['message-connection']['en-us'] = "Connection to Event Socket failed.";
$text['message-connection']['ar-eg'] = "";
$text['message-connection']['de-at'] = "Verbindung zum Event Socket fehlgeschlagen.";
$text['message-connection']['de-ch'] = "";
$text['message-connection']['de-de'] = "Verbindung zum Event Socket fehlgeschlagen.";
$text['message-connection']['es-cl'] = "Conexión a Socket de Evento fallida.";
$text['message-connection']['es-mx'] = "";
$text['message-connection']['fr-ca'] = "";
$text['message-connection']['fr-fr'] = "Connexion à l'Event Socket en echec.";
$text['message-connection']['he-il'] = "";
$text['message-connection']['it-it'] = "";
@ -29,6 +36,7 @@ $text['message-connection']['nl-nl'] = "";
$text['message-connection']['pl-pl'] = "Połączenie do „Event Socket” nie powiodło się";
$text['message-connection']['pt-br'] = "Conexão ao evento Socket falhou";
$text['message-connection']['pt-pt'] = "Conexão à Event Socket falhou.";
$text['message-connection']['ro-ro'] = "";
$text['message-connection']['ru-ru'] = "Подключение к Event Socket неудачно.";
$text['message-connection']['sv-se'] = "Anslutning till Händelse misslyckades";
$text['message-connection']['uk-ua'] = "Помилка підключення до сокета подій.";
@ -36,8 +44,11 @@ $text['message-connection']['uk-ua'] = "Помилка підключення д
$text['message-click_to_unmute']['en-us'] = "Click to Unmute Member";
$text['message-click_to_unmute']['ar-eg'] = "";
$text['message-click_to_unmute']['de-at'] = "Klicken Sie hier um die Stummschaltung zu deaktivieren";
$text['message-click_to_unmute']['de-ch'] = "";
$text['message-click_to_unmute']['de-de'] = "";
$text['message-click_to_unmute']['es-cl'] = "Haga clic para desactivar el silencio miembro";
$text['message-click_to_unmute']['es-mx'] = "";
$text['message-click_to_unmute']['fr-ca'] = "";
$text['message-click_to_unmute']['fr-fr'] = "Cliquez pour Réactiver membres";
$text['message-click_to_unmute']['he-il'] = "";
$text['message-click_to_unmute']['it-it'] = "";
@ -45,6 +56,7 @@ $text['message-click_to_unmute']['nl-nl'] = "";
$text['message-click_to_unmute']['pl-pl'] = "Kliknij, aby wyłączyć wyciszenie uczestnika";
$text['message-click_to_unmute']['pt-br'] = "Clique para desativar o mudo";
$text['message-click_to_unmute']['pt-pt'] = "Clique para microf Estados";
$text['message-click_to_unmute']['ro-ro'] = "";
$text['message-click_to_unmute']['ru-ru'] = "Нажмите, чтобы включить микрофон участника";
$text['message-click_to_unmute']['sv-se'] = "Klicka för att Aktivera Deltagares Mikrofon";
$text['message-click_to_unmute']['uk-ua'] = "Натисніть, щоб включити учасника";
@ -52,8 +64,11 @@ $text['message-click_to_unmute']['uk-ua'] = "Натисніть, щоб вклю
$text['message-click_to_mute']['en-us'] = "Click to mute Member";
$text['message-click_to_mute']['ar-eg'] = "";
$text['message-click_to_mute']['de-at'] = "Klicken Sie hier um den Teilnehmer stumm zu schalten";
$text['message-click_to_mute']['de-ch'] = "";
$text['message-click_to_mute']['de-de'] = "Klicken Sie hier um den Teilnehmer stumm zu schalten";
$text['message-click_to_mute']['es-cl'] = "Haga clic en silencio miembro";
$text['message-click_to_mute']['es-mx'] = "";
$text['message-click_to_mute']['fr-ca'] = "";
$text['message-click_to_mute']['fr-fr'] = "Cliquez sur muet Membres";
$text['message-click_to_mute']['he-il'] = "";
$text['message-click_to_mute']['it-it'] = "";
@ -61,6 +76,7 @@ $text['message-click_to_mute']['nl-nl'] = "";
$text['message-click_to_mute']['pl-pl'] = "Kliknij, aby wyciszyć uczestnika";
$text['message-click_to_mute']['pt-br'] = "Clique para ativar o mudo";
$text['message-click_to_mute']['pt-pt'] = "Clique para silenciar Estados";
$text['message-click_to_mute']['ro-ro'] = "";
$text['message-click_to_mute']['ru-ru'] = "Нажмите, чтобы отключить микрофон участника";
$text['message-click_to_mute']['sv-se'] = "Klicka för att Stänga Av Deltagares Mikrofon";
$text['message-click_to_mute']['uk-ua'] = "Натисніть, щоб вилючити учасника";
@ -68,8 +84,11 @@ $text['message-click_to_mute']['uk-ua'] = "Натисніть, щоб вилюч
$text['label-yes']['en-us'] = "Yes";
$text['label-yes']['ar-eg'] = "";
$text['label-yes']['de-at'] = "Ja";
$text['label-yes']['de-ch'] = "";
$text['label-yes']['de-de'] = "Ja";
$text['label-yes']['es-cl'] = "Si";
$text['label-yes']['es-mx'] = "";
$text['label-yes']['fr-ca'] = "";
$text['label-yes']['fr-fr'] = "Oui";
$text['label-yes']['he-il'] = "";
$text['label-yes']['it-it'] = "";
@ -77,6 +96,7 @@ $text['label-yes']['nl-nl'] = "";
$text['label-yes']['pl-pl'] = "Tak";
$text['label-yes']['pt-br'] = "Sim";
$text['label-yes']['pt-pt'] = "Sim";
$text['label-yes']['ro-ro'] = "";
$text['label-yes']['ru-ru'] = "Да";
$text['label-yes']['sv-se'] = "Ja";
$text['label-yes']['uk-ua'] = "Так";
@ -84,8 +104,11 @@ $text['label-yes']['uk-ua'] = "Так";
$text['label-volume']['en-us'] = "Vol";
$text['label-volume']['ar-eg'] = "";
$text['label-volume']['de-at'] = "Lautstärke";
$text['label-volume']['de-ch'] = "";
$text['label-volume']['de-de'] = "Lautstärke";
$text['label-volume']['es-cl'] = "Vol";
$text['label-volume']['es-mx'] = "";
$text['label-volume']['fr-ca'] = "";
$text['label-volume']['fr-fr'] = "Vol";
$text['label-volume']['he-il'] = "";
$text['label-volume']['it-it'] = "";
@ -93,6 +116,7 @@ $text['label-volume']['nl-nl'] = "";
$text['label-volume']['pl-pl'] = "Głośność";
$text['label-volume']['pt-br'] = "Volume";
$text['label-volume']['pt-pt'] = "Vol";
$text['label-volume']['ro-ro'] = "";
$text['label-volume']['ru-ru'] = "Громкость";
$text['label-volume']['sv-se'] = "Vol";
$text['label-volume']['uk-ua'] = "";
@ -100,8 +124,11 @@ $text['label-volume']['uk-ua'] = "";
$text['label-video']['en-us'] = "Video";
$text['label-video']['ar-eg'] = "";
$text['label-video']['de-at'] = "Video";
$text['label-video']['de-ch'] = "";
$text['label-video']['de-de'] = "Video";
$text['label-video']['es-cl'] = "Video";
$text['label-video']['es-mx'] = "";
$text['label-video']['fr-ca'] = "";
$text['label-video']['fr-fr'] = "Vidéo";
$text['label-video']['he-il'] = "";
$text['label-video']['it-it'] = "";
@ -109,6 +136,7 @@ $text['label-video']['nl-nl'] = "";
$text['label-video']['pl-pl'] = "Wideo";
$text['label-video']['pt-br'] = "Video";
$text['label-video']['pt-pt'] = "Vídeo";
$text['label-video']['ro-ro'] = "";
$text['label-video']['ru-ru'] = "Видео";
$text['label-video']['sv-se'] = "Video";
$text['label-video']['uk-ua'] = "Відео";
@ -116,8 +144,11 @@ $text['label-video']['uk-ua'] = "Відео";
$text['label-unmute-all']['en-us'] = "Unmute All";
$text['label-unmute-all']['ar-eg'] = "";
$text['label-unmute-all']['de-at'] = "Stummschaltung deaktivieren, alle";
$text['label-unmute-all']['de-ch'] = "";
$text['label-unmute-all']['de-de'] = "Stummschaltung deaktivieren, alle";
$text['label-unmute-all']['es-cl'] = "Desilenciar a todos";
$text['label-unmute-all']['es-mx'] = "";
$text['label-unmute-all']['fr-ca'] = "";
$text['label-unmute-all']['fr-fr'] = "tous sonore";
$text['label-unmute-all']['he-il'] = "";
$text['label-unmute-all']['it-it'] = "";
@ -125,6 +156,7 @@ $text['label-unmute-all']['nl-nl'] = "";
$text['label-unmute-all']['pl-pl'] = "Wyłącz wyciszenie wszystkim";
$text['label-unmute-all']['pt-br'] = "Todos com som";
$text['label-unmute-all']['pt-pt'] = "Todos com som";
$text['label-unmute-all']['ro-ro'] = "";
$text['label-unmute-all']['ru-ru'] = "Включить все микрофоны";
$text['label-unmute-all']['sv-se'] = "Aktivera Allas Mikrofoner";
$text['label-unmute-all']['uk-ua'] = "Unmute All ";
@ -132,8 +164,11 @@ $text['label-unmute-all']['uk-ua'] = "Unmute All ";
$text['label-unmute']['en-us'] = "Unmute";
$text['label-unmute']['ar-eg'] = "";
$text['label-unmute']['de-at'] = "Stummschaltung deaktivieren";
$text['label-unmute']['de-ch'] = "";
$text['label-unmute']['de-de'] = "Stummschaltung deaktivieren";
$text['label-unmute']['es-cl'] = "Desilenciar";
$text['label-unmute']['es-mx'] = "";
$text['label-unmute']['fr-ca'] = "";
$text['label-unmute']['fr-fr'] = "sonore";
$text['label-unmute']['he-il'] = "";
$text['label-unmute']['it-it'] = "";
@ -141,6 +176,7 @@ $text['label-unmute']['nl-nl'] = "";
$text['label-unmute']['pl-pl'] = "Wyłącz wyciszenie";
$text['label-unmute']['pt-br'] = "Com som";
$text['label-unmute']['pt-pt'] = "Com som";
$text['label-unmute']['ro-ro'] = "";
$text['label-unmute']['ru-ru'] = "Включить микрофон";
$text['label-unmute']['sv-se'] = "Mikrofon Aktiv";
$text['label-unmute']['uk-ua'] = "Unmute ";
@ -148,8 +184,11 @@ $text['label-unmute']['uk-ua'] = "Unmute ";
$text['label-unlock']['en-us'] = "Unlock";
$text['label-unlock']['ar-eg'] = "";
$text['label-unlock']['de-at'] = "Entsperren";
$text['label-unlock']['de-ch'] = "";
$text['label-unlock']['de-de'] = "Entsperren";
$text['label-unlock']['es-cl'] = "Desbloquear";
$text['label-unlock']['es-mx'] = "";
$text['label-unlock']['fr-ca'] = "";
$text['label-unlock']['fr-fr'] = "Débloqué";
$text['label-unlock']['he-il'] = "";
$text['label-unlock']['it-it'] = "";
@ -157,6 +196,7 @@ $text['label-unlock']['nl-nl'] = "";
$text['label-unlock']['pl-pl'] = "Odblokuj";
$text['label-unlock']['pt-br'] = "Desbloquear";
$text['label-unlock']['pt-pt'] = "Desbloquear";
$text['label-unlock']['ro-ro'] = "";
$text['label-unlock']['ru-ru'] = "Разблокировать";
$text['label-unlock']['sv-se'] = "Lås Upp";
$text['label-unlock']['uk-ua'] = "Розблокувати";
@ -164,8 +204,11 @@ $text['label-unlock']['uk-ua'] = "Розблокувати";
$text['label-undeaf']['en-us'] = "Undeaf";
$text['label-undeaf']['ar-eg'] = "";
$text['label-undeaf']['de-at'] = "Hörbarkeit";
$text['label-undeaf']['de-ch'] = "";
$text['label-undeaf']['de-de'] = "Hörbarkeit";
$text['label-undeaf']['es-cl'] = "Deshacer Sordo";
$text['label-undeaf']['es-mx'] = "";
$text['label-undeaf']['fr-ca'] = "";
$text['label-undeaf']['fr-fr'] = "entandant";
$text['label-undeaf']['he-il'] = "";
$text['label-undeaf']['it-it'] = "";
@ -173,6 +216,7 @@ $text['label-undeaf']['nl-nl'] = "";
$text['label-undeaf']['pl-pl'] = "Undeaf ";
$text['label-undeaf']['pt-br'] = "Desensurdecer ";
$text['label-undeaf']['pt-pt'] = "Desensurdecer";
$text['label-undeaf']['ro-ro'] = "";
$text['label-undeaf']['ru-ru'] = "Undeaf";
$text['label-undeaf']['sv-se'] = "Hörbarhet";
$text['label-undeaf']['uk-ua'] = "";
@ -180,8 +224,11 @@ $text['label-undeaf']['uk-ua'] = "";
$text['label-tools']['en-us'] = "Tools";
$text['label-tools']['ar-eg'] = "";
$text['label-tools']['de-at'] = "Werkzeuge";
$text['label-tools']['de-ch'] = "";
$text['label-tools']['de-de'] = "Werkzeuge";
$text['label-tools']['es-cl'] = "Herramientas";
$text['label-tools']['es-mx'] = "";
$text['label-tools']['fr-ca'] = "";
$text['label-tools']['fr-fr'] = "Outils";
$text['label-tools']['he-il'] = "";
$text['label-tools']['it-it'] = "";
@ -189,6 +236,7 @@ $text['label-tools']['nl-nl'] = "";
$text['label-tools']['pl-pl'] = "Narzędzia";
$text['label-tools']['pt-br'] = "Ferramentas";
$text['label-tools']['pt-pt'] = "Ferramentas";
$text['label-tools']['ro-ro'] = "";
$text['label-tools']['ru-ru'] = "Утилиты";
$text['label-tools']['sv-se'] = "Verktyg";
$text['label-tools']['uk-ua'] = "Параметри";
@ -196,8 +244,11 @@ $text['label-tools']['uk-ua'] = "Параметри";
$text['label-tool']['en-us'] = "Tools";
$text['label-tool']['ar-eg'] = "";
$text['label-tool']['de-at'] = "Werkzeug";
$text['label-tool']['de-ch'] = "";
$text['label-tool']['de-de'] = "Werkzeug";
$text['label-tool']['es-cl'] = "Herramientas";
$text['label-tool']['es-mx'] = "";
$text['label-tool']['fr-ca'] = "";
$text['label-tool']['fr-fr'] = "Outils";
$text['label-tool']['he-il'] = "";
$text['label-tool']['it-it'] = "";
@ -205,6 +256,7 @@ $text['label-tool']['nl-nl'] = "";
$text['label-tool']['pl-pl'] = "Narzędzia";
$text['label-tool']['pt-br'] = "Ferramentas";
$text['label-tool']['pt-pt'] = "Ferramentas";
$text['label-tool']['ro-ro'] = "";
$text['label-tool']['ru-ru'] = "Утилиты";
$text['label-tool']['sv-se'] = "Verktyg";
$text['label-tool']['uk-ua'] = "Параметри";
@ -212,8 +264,11 @@ $text['label-tool']['uk-ua'] = "Параметри";
$text['label-talking']['en-us'] = "Talking";
$text['label-talking']['ar-eg'] = "";
$text['label-talking']['de-at'] = "spricht";
$text['label-talking']['de-ch'] = "";
$text['label-talking']['de-de'] = "spricht";
$text['label-talking']['es-cl'] = "Hablando";
$text['label-talking']['es-mx'] = "";
$text['label-talking']['fr-ca'] = "";
$text['label-talking']['fr-fr'] = "parle";
$text['label-talking']['he-il'] = "";
$text['label-talking']['it-it'] = "";
@ -221,6 +276,7 @@ $text['label-talking']['nl-nl'] = "";
$text['label-talking']['pl-pl'] = "Mówiący";
$text['label-talking']['pt-br'] = "Falando";
$text['label-talking']['pt-pt'] = "Falando";
$text['label-talking']['ro-ro'] = "";
$text['label-talking']['ru-ru'] = "Разговривайте";
$text['label-talking']['sv-se'] = "Talande";
$text['label-talking']['uk-ua'] = "Розмова";
@ -228,8 +284,11 @@ $text['label-talking']['uk-ua'] = "Розмова";
$text['label-speak']['en-us'] = "Speak";
$text['label-speak']['ar-eg'] = "";
$text['label-speak']['de-at'] = "sprechen";
$text['label-speak']['de-ch'] = "";
$text['label-speak']['de-de'] = "sprechen";
$text['label-speak']['es-cl'] = "Hablar";
$text['label-speak']['es-mx'] = "";
$text['label-speak']['fr-ca'] = "";
$text['label-speak']['fr-fr'] = "parler";
$text['label-speak']['he-il'] = "";
$text['label-speak']['it-it'] = "";
@ -237,6 +296,7 @@ $text['label-speak']['nl-nl'] = "";
$text['label-speak']['pl-pl'] = "Mów";
$text['label-speak']['pt-br'] = "Falar";
$text['label-speak']['pt-pt'] = "Falar";
$text['label-speak']['ro-ro'] = "";
$text['label-speak']['ru-ru'] = "Говорите";
$text['label-speak']['sv-se'] = "Tala";
$text['label-speak']['uk-ua'] = "Говорити";
@ -244,8 +304,11 @@ $text['label-speak']['uk-ua'] = "Говорити";
$text['label-recording']['en-us'] = "Recording";
$text['label-recording']['ar-eg'] = "";
$text['label-recording']['de-at'] = "Aufnahme";
$text['label-recording']['de-ch'] = "";
$text['label-recording']['de-de'] = "Aufnahme";
$text['label-recording']['es-cl'] = "Grabando";
$text['label-recording']['es-mx'] = "";
$text['label-recording']['fr-ca'] = "";
$text['label-recording']['fr-fr'] = "Enregistré";
$text['label-recording']['he-il'] = "";
$text['label-recording']['it-it'] = "";
@ -253,6 +316,7 @@ $text['label-recording']['nl-nl'] = "";
$text['label-recording']['pl-pl'] = "Nagrywanie";
$text['label-recording']['pt-br'] = "Gravando";
$text['label-recording']['pt-pt'] = "Gravando";
$text['label-recording']['ro-ro'] = "";
$text['label-recording']['ru-ru'] = "Запись";
$text['label-recording']['sv-se'] = "Inspelning";
$text['label-recording']['uk-ua'] = "Запис";
@ -260,8 +324,11 @@ $text['label-recording']['uk-ua'] = "Запис";
$text['label-quiet']['en-us'] = "Quiet";
$text['label-quiet']['ar-eg'] = "";
$text['label-quiet']['de-at'] = "Leise";
$text['label-quiet']['de-ch'] = "";
$text['label-quiet']['de-de'] = "Leise";
$text['label-quiet']['es-cl'] = "Tranquilo";
$text['label-quiet']['es-mx'] = "";
$text['label-quiet']['fr-ca'] = "";
$text['label-quiet']['fr-fr'] = "Calme";
$text['label-quiet']['he-il'] = "";
$text['label-quiet']['it-it'] = "";
@ -269,6 +336,7 @@ $text['label-quiet']['nl-nl'] = "";
$text['label-quiet']['pl-pl'] = "Cichy";
$text['label-quiet']['pt-br'] = "Tranquilo";
$text['label-quiet']['pt-pt'] = "Tranquilo";
$text['label-quiet']['ro-ro'] = "";
$text['label-quiet']['ru-ru'] = "Тихо";
$text['label-quiet']['sv-se'] = "Tyst";
$text['label-quiet']['uk-ua'] = "";
@ -276,8 +344,11 @@ $text['label-quiet']['uk-ua'] = "";
$text['label-participant-pin']['en-us'] = "Participant PIN";
$text['label-participant-pin']['ar-eg'] = "";
$text['label-participant-pin']['de-at'] = "Teilnehmer PIN";
$text['label-participant-pin']['de-ch'] = "";
$text['label-participant-pin']['de-de'] = "Teilnehmer PIN";
$text['label-participant-pin']['es-cl'] = "Participante PIN";
$text['label-participant-pin']['es-mx'] = "";
$text['label-participant-pin']['fr-ca'] = "";
$text['label-participant-pin']['fr-fr'] = "Code Participant";
$text['label-participant-pin']['he-il'] = "";
$text['label-participant-pin']['it-it'] = "";
@ -285,6 +356,7 @@ $text['label-participant-pin']['nl-nl'] = "";
$text['label-participant-pin']['pl-pl'] = "Numer PIN uczestnika";
$text['label-participant-pin']['pt-br'] = "Participante";
$text['label-participant-pin']['pt-pt'] = "Participante PIN";
$text['label-participant-pin']['ro-ro'] = "";
$text['label-participant-pin']['ru-ru'] = "PIN участника";
$text['label-participant-pin']['sv-se'] = "PIN Deltagare";
$text['label-participant-pin']['uk-ua'] = "PIN учасника";
@ -292,8 +364,11 @@ $text['label-participant-pin']['uk-ua'] = "PIN учасника";
$text['label-participant']['en-us'] = "Participant";
$text['label-participant']['ar-eg'] = "";
$text['label-participant']['de-at'] = "Teilnehmer";
$text['label-participant']['de-ch'] = "";
$text['label-participant']['de-de'] = "Teilnehmer";
$text['label-participant']['es-cl'] = "Participante";
$text['label-participant']['es-mx'] = "";
$text['label-participant']['fr-ca'] = "";
$text['label-participant']['fr-fr'] = "Participant";
$text['label-participant']['he-il'] = "";
$text['label-participant']['it-it'] = "";
@ -301,6 +376,7 @@ $text['label-participant']['nl-nl'] = "";
$text['label-participant']['pl-pl'] = "Uczestnik";
$text['label-participant']['pt-br'] = "Participante";
$text['label-participant']['pt-pt'] = "Participante";
$text['label-participant']['ro-ro'] = "";
$text['label-participant']['ru-ru'] = "Участник";
$text['label-participant']['sv-se'] = "Deltagare";
$text['label-participant']['uk-ua'] = "Учасник";
@ -308,8 +384,11 @@ $text['label-participant']['uk-ua'] = "Учасник";
$text['label-not-recording']['en-us'] = "Not Recording";
$text['label-not-recording']['ar-eg'] = "";
$text['label-not-recording']['de-at'] = "Nicht Aufnehmen";
$text['label-not-recording']['de-ch'] = "";
$text['label-not-recording']['de-de'] = "Nicht Aufnehmen";
$text['label-not-recording']['es-cl'] = "Sin grabar";
$text['label-not-recording']['es-mx'] = "";
$text['label-not-recording']['fr-ca'] = "";
$text['label-not-recording']['fr-fr'] = "Non Enregistré";
$text['label-not-recording']['he-il'] = "";
$text['label-not-recording']['it-it'] = "";
@ -317,6 +396,7 @@ $text['label-not-recording']['nl-nl'] = "";
$text['label-not-recording']['pl-pl'] = "Nie nagrywa";
$text['label-not-recording']['pt-br'] = "Não gravando";
$text['label-not-recording']['pt-pt'] = "Não Gravando";
$text['label-not-recording']['ro-ro'] = "";
$text['label-not-recording']['ru-ru'] = "Не записывается";
$text['label-not-recording']['sv-se'] = "Spelar inte in";
$text['label-not-recording']['uk-ua'] = "";
@ -324,8 +404,11 @@ $text['label-not-recording']['uk-ua'] = "";
$text['label-no']['en-us'] = "No";
$text['label-no']['ar-eg'] = "";
$text['label-no']['de-at'] = "Nein";
$text['label-no']['de-ch'] = "";
$text['label-no']['de-de'] = "Nein";
$text['label-no']['es-cl'] = "No";
$text['label-no']['es-mx'] = "";
$text['label-no']['fr-ca'] = "";
$text['label-no']['fr-fr'] = "Non";
$text['label-no']['he-il'] = "";
$text['label-no']['it-it'] = "";
@ -333,6 +416,7 @@ $text['label-no']['nl-nl'] = "";
$text['label-no']['pl-pl'] = "Nie";
$text['label-no']['pt-br'] = "Não ";
$text['label-no']['pt-pt'] = "Não";
$text['label-no']['ro-ro'] = "";
$text['label-no']['ru-ru'] = "Нет";
$text['label-no']['sv-se'] = "Nej";
$text['label-no']['uk-ua'] = "Ні";
@ -340,8 +424,11 @@ $text['label-no']['uk-ua'] = "Ні";
$text['label-mute-all-alt']['en-us'] = "Mute all Participants.";
$text['label-mute-all-alt']['ar-eg'] = "";
$text['label-mute-all-alt']['de-at'] = "Alle Teilnehmer stumm schalten.";
$text['label-mute-all-alt']['de-ch'] = "";
$text['label-mute-all-alt']['de-de'] = "Alle Teilnehmer stumm schalten.";
$text['label-mute-all-alt']['es-cl'] = "Silenciar a todos excepto al moderador.";
$text['label-mute-all-alt']['es-mx'] = "";
$text['label-mute-all-alt']['fr-ca'] = "";
$text['label-mute-all-alt']['fr-fr'] = "muets sauf le moderateur.";
$text['label-mute-all-alt']['he-il'] = "";
$text['label-mute-all-alt']['it-it'] = "";
@ -349,6 +436,7 @@ $text['label-mute-all-alt']['nl-nl'] = "";
$text['label-mute-all-alt']['pl-pl'] = "Wycisz wszystkich uczestników";
$text['label-mute-all-alt']['pt-br'] = "Silenciar todos menos o moderador";
$text['label-mute-all-alt']['pt-pt'] = "Silenciar tudo menos o moderador.";
$text['label-mute-all-alt']['ro-ro'] = "";
$text['label-mute-all-alt']['ru-ru'] = "Отключить микрофоны всем участникам.";
$text['label-mute-all-alt']['sv-se'] = "Stäng av Deltagares mikrofon";
$text['label-mute-all-alt']['uk-ua'] = "";
@ -356,8 +444,11 @@ $text['label-mute-all-alt']['uk-ua'] = "";
$text['label-mute-all']['en-us'] = "Mute All";
$text['label-mute-all']['ar-eg'] = "";
$text['label-mute-all']['de-at'] = "Alle stummschalten";
$text['label-mute-all']['de-ch'] = "";
$text['label-mute-all']['de-de'] = "Alle stummschalten";
$text['label-mute-all']['es-cl'] = "Silenciar a todos";
$text['label-mute-all']['es-mx'] = "";
$text['label-mute-all']['fr-ca'] = "";
$text['label-mute-all']['fr-fr'] = "tous muets";
$text['label-mute-all']['he-il'] = "";
$text['label-mute-all']['it-it'] = "";
@ -365,6 +456,7 @@ $text['label-mute-all']['nl-nl'] = "";
$text['label-mute-all']['pl-pl'] = "Wycisz wszystkich";
$text['label-mute-all']['pt-br'] = "Silenciar todos";
$text['label-mute-all']['pt-pt'] = "Silenciar tudo";
$text['label-mute-all']['ro-ro'] = "";
$text['label-mute-all']['ru-ru'] = "Отключить все микрофоны";
$text['label-mute-all']['sv-se'] = "Stäng av Allas mikrofon";
$text['label-mute-all']['uk-ua'] = "";
@ -372,8 +464,11 @@ $text['label-mute-all']['uk-ua'] = "";
$text['label-mute']['en-us'] = "Mute";
$text['label-mute']['ar-eg'] = "";
$text['label-mute']['de-at'] = "Stummschalten";
$text['label-mute']['de-ch'] = "";
$text['label-mute']['de-de'] = "Stummschalten";
$text['label-mute']['es-cl'] = "Silenciar";
$text['label-mute']['es-mx'] = "";
$text['label-mute']['fr-ca'] = "";
$text['label-mute']['fr-fr'] = "muet";
$text['label-mute']['he-il'] = "";
$text['label-mute']['it-it'] = "";
@ -381,6 +476,7 @@ $text['label-mute']['nl-nl'] = "";
$text['label-mute']['pl-pl'] = "Wycisz";
$text['label-mute']['pt-br'] = "Silenciar";
$text['label-mute']['pt-pt'] = "Silenciar";
$text['label-mute']['ro-ro'] = "";
$text['label-mute']['ru-ru'] = "Отключить микрофон";
$text['label-mute']['sv-se'] = "Stäng av mikrofon";
$text['label-mute']['uk-ua'] = "";
@ -388,8 +484,11 @@ $text['label-mute']['uk-ua'] = "";
$text['label-moderator']['en-us'] = "Moderator";
$text['label-moderator']['ar-eg'] = "";
$text['label-moderator']['de-at'] = "Moderator";
$text['label-moderator']['de-ch'] = "";
$text['label-moderator']['de-de'] = "Moderator";
$text['label-moderator']['es-cl'] = "Moderador";
$text['label-moderator']['es-mx'] = "";
$text['label-moderator']['fr-ca'] = "";
$text['label-moderator']['fr-fr'] = "Modérateur";
$text['label-moderator']['he-il'] = "";
$text['label-moderator']['it-it'] = "";
@ -397,6 +496,7 @@ $text['label-moderator']['nl-nl'] = "";
$text['label-moderator']['pl-pl'] = "Moderator";
$text['label-moderator']['pt-br'] = "Administrador";
$text['label-moderator']['pt-pt'] = "Moderador";
$text['label-moderator']['ro-ro'] = "";
$text['label-moderator']['ru-ru'] = "Модератор";
$text['label-moderator']['sv-se'] = "Värd";
$text['label-moderator']['uk-ua'] = "Модератор";
@ -404,8 +504,11 @@ $text['label-moderator']['uk-ua'] = "Модератор";
$text['label-message']['en-us'] = "Message";
$text['label-message']['ar-eg'] = "";
$text['label-message']['de-at'] = "Nachricht";
$text['label-message']['de-ch'] = "";
$text['label-message']['de-de'] = "Nachricht";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['es-mx'] = "";
$text['label-message']['fr-ca'] = "";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['he-il'] = "";
$text['label-message']['it-it'] = "";
@ -413,6 +516,7 @@ $text['label-message']['nl-nl'] = "";
$text['label-message']['pl-pl'] = "Wiadomość";
$text['label-message']['pt-br'] = "Mensagem";
$text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['ro-ro'] = "";
$text['label-message']['ru-ru'] = "Сообщение";
$text['label-message']['sv-se'] = "Meddelande";
$text['label-message']['uk-ua'] = "Повідомлення";
@ -420,8 +524,11 @@ $text['label-message']['uk-ua'] = "Повідомлення";
$text['label-members']['en-us'] = "Members";
$text['label-members']['ar-eg'] = "";
$text['label-members']['de-at'] = "Teilnehmer";
$text['label-members']['de-ch'] = "";
$text['label-members']['de-de'] = "Teilnehmer";
$text['label-members']['es-cl'] = "Miembros";
$text['label-members']['es-mx'] = "";
$text['label-members']['fr-ca'] = "";
$text['label-members']['fr-fr'] = "Membres";
$text['label-members']['he-il'] = "";
$text['label-members']['it-it'] = "";
@ -429,6 +536,7 @@ $text['label-members']['nl-nl'] = "";
$text['label-members']['pl-pl'] = "Uczestnicy";
$text['label-members']['pt-br'] = "Total";
$text['label-members']['pt-pt'] = "Deputados";
$text['label-members']['ro-ro'] = "";
$text['label-members']['ru-ru'] = "Участники";
$text['label-members']['sv-se'] = "Deltagare";
$text['label-members']['uk-ua'] = "Учасники";
@ -436,8 +544,11 @@ $text['label-members']['uk-ua'] = "Учасники";
$text['label-member-count']['en-us'] = "Member Count";
$text['label-member-count']['ar-eg'] = "";
$text['label-member-count']['de-at'] = "Anzahl Teilnehmer";
$text['label-member-count']['de-ch'] = "";
$text['label-member-count']['de-de'] = "Anzahl Teilnehmer";
$text['label-member-count']['es-cl'] = "Conteo de Miembros";
$text['label-member-count']['es-mx'] = "";
$text['label-member-count']['fr-ca'] = "";
$text['label-member-count']['fr-fr'] = "Décompte des participants";
$text['label-member-count']['he-il'] = "";
$text['label-member-count']['it-it'] = "";
@ -445,6 +556,7 @@ $text['label-member-count']['nl-nl'] = "";
$text['label-member-count']['pl-pl'] = "Liczba uczestników";
$text['label-member-count']['pt-br'] = "Total de membros";
$text['label-member-count']['pt-pt'] = "Total de membros";
$text['label-member-count']['ro-ro'] = "";
$text['label-member-count']['ru-ru'] = "Количество участников";
$text['label-member-count']['sv-se'] = "Antal Deltagare";
$text['label-member-count']['uk-ua'] = "Кількість учасиків";
@ -452,8 +564,11 @@ $text['label-member-count']['uk-ua'] = "Кількість учасиків";
$text['label-lock']['en-us'] = "Lock";
$text['label-lock']['ar-eg'] = "";
$text['label-lock']['de-at'] = "Sperren";
$text['label-lock']['de-ch'] = "";
$text['label-lock']['de-de'] = "Sperren";
$text['label-lock']['es-cl'] = "Bloquear";
$text['label-lock']['es-mx'] = "";
$text['label-lock']['fr-ca'] = "";
$text['label-lock']['fr-fr'] = "Bloqué";
$text['label-lock']['he-il'] = "";
$text['label-lock']['it-it'] = "";
@ -461,6 +576,7 @@ $text['label-lock']['nl-nl'] = "";
$text['label-lock']['pl-pl'] = "Zablokowany";
$text['label-lock']['pt-br'] = "Bloquear";
$text['label-lock']['pt-pt'] = "Bloquear";
$text['label-lock']['ro-ro'] = "";
$text['label-lock']['ru-ru'] = "Заблокировать";
$text['label-lock']['sv-se'] = "Lås";
$text['label-lock']['uk-ua'] = "Блокувати";
@ -468,8 +584,11 @@ $text['label-lock']['uk-ua'] = "Блокувати";
$text['label-kick']['en-us'] = "Kick";
$text['label-kick']['ar-eg'] = "";
$text['label-kick']['de-at'] = "Rauswerfen";
$text['label-kick']['de-ch'] = "";
$text['label-kick']['de-de'] = "Rauswerfen";
$text['label-kick']['es-cl'] = "Echar";
$text['label-kick']['es-mx'] = "";
$text['label-kick']['fr-ca'] = "";
$text['label-kick']['fr-fr'] = "jeter";
$text['label-kick']['he-il'] = "";
$text['label-kick']['it-it'] = "";
@ -477,15 +596,19 @@ $text['label-kick']['nl-nl'] = "";
$text['label-kick']['pl-pl'] = "Kick ";
$text['label-kick']['pt-br'] = "Ejetar";
$text['label-kick']['pt-pt'] = "Ejectar";
$text['label-kick']['ro-ro'] = "";
$text['label-kick']['ru-ru'] = "Выкинуть";
$text['label-kick']['sv-se'] = "Kick";
$text['label-kick']['sv-se'] = "Sparka Ut";
$text['label-kick']['uk-ua'] = "";
$text['label-joined']['en-us'] = "Joined";
$text['label-joined']['ar-eg'] = "";
$text['label-joined']['de-at'] = "Verbunden";
$text['label-joined']['de-ch'] = "";
$text['label-joined']['de-de'] = "Verbunden";
$text['label-joined']['es-cl'] = "Unido";
$text['label-joined']['es-mx'] = "";
$text['label-joined']['fr-ca'] = "";
$text['label-joined']['fr-fr'] = "a joint";
$text['label-joined']['he-il'] = "";
$text['label-joined']['it-it'] = "";
@ -493,6 +616,7 @@ $text['label-joined']['nl-nl'] = "";
$text['label-joined']['pl-pl'] = "Dołączył";
$text['label-joined']['pt-br'] = "Entrou";
$text['label-joined']['pt-pt'] = "Entrou";
$text['label-joined']['ro-ro'] = "";
$text['label-joined']['ru-ru'] = "Подключился";
$text['label-joined']['sv-se'] = "Blev medlem";
$text['label-joined']['uk-ua'] = "";
@ -500,8 +624,11 @@ $text['label-joined']['uk-ua'] = "";
$text['label-interactive']['en-us'] = "Interactive Conference";
$text['label-interactive']['ar-eg'] = "";
$text['label-interactive']['de-at'] = "Inaktive Konferenz";
$text['label-interactive']['de-ch'] = "";
$text['label-interactive']['de-de'] = "Inaktive Konferenz";
$text['label-interactive']['es-cl'] = "Conferencia Interactiva";
$text['label-interactive']['es-mx'] = "";
$text['label-interactive']['fr-ca'] = "";
$text['label-interactive']['fr-fr'] = "Conférence Interactive";
$text['label-interactive']['he-il'] = "";
$text['label-interactive']['it-it'] = "";
@ -509,6 +636,7 @@ $text['label-interactive']['nl-nl'] = "";
$text['label-interactive']['pl-pl'] = "Interaktywna rozmowa konferencyjna";
$text['label-interactive']['pt-br'] = "Conferência interativa";
$text['label-interactive']['pt-pt'] = "Conferência Interactiva";
$text['label-interactive']['ro-ro'] = "";
$text['label-interactive']['ru-ru'] = "Интерактивная конференция";
$text['label-interactive']['sv-se'] = "Interaktiv Konferens";
$text['label-interactive']['uk-ua'] = "";
@ -516,8 +644,11 @@ $text['label-interactive']['uk-ua'] = "";
$text['label-id']['en-us'] = "ID";
$text['label-id']['ar-eg'] = "";
$text['label-id']['de-at'] = "ID";
$text['label-id']['de-ch'] = "";
$text['label-id']['de-de'] = "";
$text['label-id']['es-cl'] = "ID";
$text['label-id']['es-mx'] = "";
$text['label-id']['fr-ca'] = "";
$text['label-id']['fr-fr'] = "ID";
$text['label-id']['he-il'] = "";
$text['label-id']['it-it'] = "";
@ -525,6 +656,7 @@ $text['label-id']['nl-nl'] = "";
$text['label-id']['pl-pl'] = "ID";
$text['label-id']['pt-br'] = "ID";
$text['label-id']['pt-pt'] = "ID";
$text['label-id']['ro-ro'] = "";
$text['label-id']['ru-ru'] = "ID";
$text['label-id']['sv-se'] = "ID";
$text['label-id']['uk-ua'] = "ID";
@ -532,8 +664,11 @@ $text['label-id']['uk-ua'] = "ID";
$text['label-hear']['en-us'] = "Hear";
$text['label-hear']['ar-eg'] = "";
$text['label-hear']['de-at'] = "hören";
$text['label-hear']['de-ch'] = "";
$text['label-hear']['de-de'] = "hören";
$text['label-hear']['es-cl'] = "Escuchar";
$text['label-hear']['es-mx'] = "";
$text['label-hear']['fr-ca'] = "";
$text['label-hear']['fr-fr'] = "écouter";
$text['label-hear']['he-il'] = "";
$text['label-hear']['it-it'] = "";
@ -541,6 +676,7 @@ $text['label-hear']['nl-nl'] = "";
$text['label-hear']['pl-pl'] = "Usłysz";
$text['label-hear']['pt-br'] = "Ouvir";
$text['label-hear']['pt-pt'] = "Ouvir";
$text['label-hear']['ro-ro'] = "";
$text['label-hear']['ru-ru'] = "Слушать";
$text['label-hear']['sv-se'] = "Höra";
$text['label-hear']['uk-ua'] = "";
@ -548,8 +684,11 @@ $text['label-hear']['uk-ua'] = "";
$text['label-gain']['en-us'] = "Gain";
$text['label-gain']['ar-eg'] = "";
$text['label-gain']['de-at'] = "Verstärkung";
$text['label-gain']['de-ch'] = "";
$text['label-gain']['de-de'] = "Verstärkung";
$text['label-gain']['es-cl'] = "Ganancia";
$text['label-gain']['es-mx'] = "";
$text['label-gain']['fr-ca'] = "";
$text['label-gain']['fr-fr'] = "Gain";
$text['label-gain']['he-il'] = "";
$text['label-gain']['it-it'] = "";
@ -557,6 +696,7 @@ $text['label-gain']['nl-nl'] = "";
$text['label-gain']['pl-pl'] = "Przyrost";
$text['label-gain']['pt-br'] = "Ganho";
$text['label-gain']['pt-pt'] = "Ganho";
$text['label-gain']['ro-ro'] = "";
$text['label-gain']['ru-ru'] = "Усиление";
$text['label-gain']['sv-se'] = "Förstärka";
$text['label-gain']['uk-ua'] = "";
@ -564,8 +704,11 @@ $text['label-gain']['uk-ua'] = "";
$text['label-floor']['en-us'] = "Has Floor";
$text['label-floor']['ar-eg'] = "";
$text['label-floor']['de-at'] = "Hat das Wort";
$text['label-floor']['de-ch'] = "";
$text['label-floor']['de-de'] = "Hat das Wort";
$text['label-floor']['es-cl'] = "Tiene Piso";
$text['label-floor']['es-mx'] = "";
$text['label-floor']['fr-ca'] = "";
$text['label-floor']['fr-fr'] = "A la parole";
$text['label-floor']['he-il'] = "";
$text['label-floor']['it-it'] = "";
@ -573,6 +716,7 @@ $text['label-floor']['nl-nl'] = "";
$text['label-floor']['pl-pl'] = "Posiada piętro";
$text['label-floor']['pt-br'] = "Derrubar";
$text['label-floor']['pt-pt'] = "Floor";
$text['label-floor']['ro-ro'] = "";
$text['label-floor']['ru-ru'] = "Has Floor";
$text['label-floor']['sv-se'] = "Har Ordet";
$text['label-floor']['uk-ua'] = "";
@ -580,8 +724,11 @@ $text['label-floor']['uk-ua'] = "";
$text['label-energy']['en-us'] = "Energy";
$text['label-energy']['ar-eg'] = "";
$text['label-energy']['de-at'] = "Energie";
$text['label-energy']['de-ch'] = "";
$text['label-energy']['de-de'] = "Energie";
$text['label-energy']['es-cl'] = "Energía";
$text['label-energy']['es-mx'] = "";
$text['label-energy']['fr-ca'] = "";
$text['label-energy']['fr-fr'] = "Energie";
$text['label-energy']['he-il'] = "";
$text['label-energy']['it-it'] = "";
@ -589,6 +736,7 @@ $text['label-energy']['nl-nl'] = "";
$text['label-energy']['pl-pl'] = "Energia";
$text['label-energy']['pt-br'] = "Energia";
$text['label-energy']['pt-pt'] = "Energia";
$text['label-energy']['ro-ro'] = "";
$text['label-energy']['ru-ru'] = "Энергия";
$text['label-energy']['sv-se'] = "Energi";
$text['label-energy']['uk-ua'] = "";
@ -596,8 +744,11 @@ $text['label-energy']['uk-ua'] = "";
$text['label-end-conference']['en-us'] = "End Conference";
$text['label-end-conference']['ar-eg'] = "";
$text['label-end-conference']['de-at'] = "Konferenz beenden";
$text['label-end-conference']['de-ch'] = "";
$text['label-end-conference']['de-de'] = "Konferenz beenden";
$text['label-end-conference']['es-cl'] = "Terminar Conferencia";
$text['label-end-conference']['es-mx'] = "";
$text['label-end-conference']['fr-ca'] = "";
$text['label-end-conference']['fr-fr'] = "finir la conférence";
$text['label-end-conference']['he-il'] = "";
$text['label-end-conference']['it-it'] = "";
@ -605,6 +756,7 @@ $text['label-end-conference']['nl-nl'] = "";
$text['label-end-conference']['pl-pl'] = "Zakończ rozmowę konferencyjna";
$text['label-end-conference']['pt-br'] = "Finalizar conferência";
$text['label-end-conference']['pt-pt'] = "Terminar conferência";
$text['label-end-conference']['ro-ro'] = "";
$text['label-end-conference']['ru-ru'] = "Закончить конференцию";
$text['label-end-conference']['sv-se'] = "Avsluta Konferens";
$text['label-end-conference']['uk-ua'] = "";
@ -612,8 +764,11 @@ $text['label-end-conference']['uk-ua'] = "";
$text['label-deaf']['en-us'] = "Deaf";
$text['label-deaf']['ar-eg'] = "";
$text['label-deaf']['de-at'] = "Taub";
$text['label-deaf']['de-ch'] = "";
$text['label-deaf']['de-de'] = "Taub";
$text['label-deaf']['es-cl'] = "Sordo";
$text['label-deaf']['es-mx'] = "";
$text['label-deaf']['fr-ca'] = "";
$text['label-deaf']['fr-fr'] = "sourd";
$text['label-deaf']['he-il'] = "";
$text['label-deaf']['it-it'] = "";
@ -621,6 +776,7 @@ $text['label-deaf']['nl-nl'] = "";
$text['label-deaf']['pl-pl'] = "Głuchy";
$text['label-deaf']['pt-br'] = "Ensurdecer ";
$text['label-deaf']['pt-pt'] = "Ensurdecer";
$text['label-deaf']['ro-ro'] = "";
$text['label-deaf']['ru-ru'] = "Deaf";
$text['label-deaf']['sv-se'] = "Hör inte";
$text['label-deaf']['uk-ua'] = "";
@ -628,8 +784,11 @@ $text['label-deaf']['uk-ua'] = "";
$text['label-cid-num']['en-us'] = "CID Number";
$text['label-cid-num']['ar-eg'] = "";
$text['label-cid-num']['de-at'] = "Anrufer Nummer";
$text['label-cid-num']['de-ch'] = "";
$text['label-cid-num']['de-de'] = "Anrufer Nummer";
$text['label-cid-num']['es-cl'] = "Número de Caller ID";
$text['label-cid-num']['es-mx'] = "";
$text['label-cid-num']['fr-ca'] = "";
$text['label-cid-num']['fr-fr'] = "Numéro d'appelant";
$text['label-cid-num']['he-il'] = "";
$text['label-cid-num']['it-it'] = "";
@ -637,6 +796,7 @@ $text['label-cid-num']['nl-nl'] = "";
$text['label-cid-num']['pl-pl'] = "Prezentacja numeru dzwoniącego";
$text['label-cid-num']['pt-br'] = "Número de destino";
$text['label-cid-num']['pt-pt'] = "Número do Chamador";
$text['label-cid-num']['ro-ro'] = "";
$text['label-cid-num']['ru-ru'] = "Номер Caller ID";
$text['label-cid-num']['sv-se'] = "CID, nummerpresentation";
$text['label-cid-num']['uk-ua'] = "CID Номер";
@ -644,8 +804,11 @@ $text['label-cid-num']['uk-ua'] = "CID Номер";
$text['label-cid-name']['en-us'] = "CID Name";
$text['label-cid-name']['ar-eg'] = "";
$text['label-cid-name']['de-at'] = "Anrufer Name";
$text['label-cid-name']['de-ch'] = "";
$text['label-cid-name']['de-de'] = "Anrufer Name";
$text['label-cid-name']['es-cl'] = "Nombre de Caller ID";
$text['label-cid-name']['es-mx'] = "";
$text['label-cid-name']['fr-ca'] = "";
$text['label-cid-name']['fr-fr'] = "Nom d'appelant";
$text['label-cid-name']['he-il'] = "";
$text['label-cid-name']['it-it'] = "";
@ -653,15 +816,19 @@ $text['label-cid-name']['nl-nl'] = "";
$text['label-cid-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
$text['label-cid-name']['pt-br'] = "Nome CID";
$text['label-cid-name']['pt-pt'] = "Nome do Chamador";
$text['label-cid-name']['ro-ro'] = "";
$text['label-cid-name']['ru-ru'] = "CID Имя";
$text['label-cid-name']['sv-se'] = "CID, namnpresentation";
$text['label-cid-name']['sv-se'] = "CID, Namnpresentation";
$text['label-cid-name']['uk-ua'] = "CID Ім’я";
$text['label-capabilities']['en-us'] = "Capabilities";
$text['label-capabilities']['ar-eg'] = "";
$text['label-capabilities']['de-at'] = "Möglichkeiten";
$text['label-capabilities']['de-ch'] = "";
$text['label-capabilities']['de-de'] = "Möglichkeiten";
$text['label-capabilities']['es-cl'] = "Capacidades";
$text['label-capabilities']['es-mx'] = "";
$text['label-capabilities']['fr-ca'] = "";
$text['label-capabilities']['fr-fr'] = "Capacités";
$text['label-capabilities']['he-il'] = "";
$text['label-capabilities']['it-it'] = "";
@ -669,6 +836,7 @@ $text['label-capabilities']['nl-nl'] = "";
$text['label-capabilities']['pl-pl'] = "Możliwości";
$text['label-capabilities']['pt-br'] = "Capacidades";
$text['label-capabilities']['pt-pt'] = "Capacidades";
$text['label-capabilities']['ro-ro'] = "";
$text['label-capabilities']['ru-ru'] = "Возможности";
$text['label-capabilities']['sv-se'] = "Möjligheter";
$text['label-capabilities']['uk-ua'] = "Можливості";
@ -676,8 +844,11 @@ $text['label-capabilities']['uk-ua'] = "Можливості";
$text['label-active']['en-us'] = "Active Conferences";
$text['label-active']['ar-eg'] = "";
$text['label-active']['de-at'] = "Aktive Konferenzen";
$text['label-active']['de-ch'] = "";
$text['label-active']['de-de'] = "Aktive Konferenzen";
$text['label-active']['es-cl'] = "Conferencias Activas";
$text['label-active']['es-mx'] = "";
$text['label-active']['fr-ca'] = "";
$text['label-active']['fr-fr'] = "Conférences Avtives";
$text['label-active']['he-il'] = "";
$text['label-active']['it-it'] = "";
@ -685,6 +856,7 @@ $text['label-active']['nl-nl'] = "";
$text['label-active']['pl-pl'] = "Aktywne konferencje";
$text['label-active']['pt-br'] = "Conferências ativas";
$text['label-active']['pt-pt'] = "Conferências Activas";
$text['label-active']['ro-ro'] = "";
$text['label-active']['ru-ru'] = "Активные конференции";
$text['label-active']['sv-se'] = "Aktiva Konferenser";
$text['label-active']['uk-ua'] = "Активні кноференції";
@ -692,8 +864,11 @@ $text['label-active']['uk-ua'] = "Активні кноференції";
$text['description-interactive']['en-us'] = "Use this to monitor and interact with the members of the conference.";
$text['description-interactive']['ar-eg'] = "";
$text['description-interactive']['de-at'] = "Teilnehmer der Konferenz überwachen und aktiv eingreifen.";
$text['description-interactive']['de-ch'] = "";
$text['description-interactive']['de-de'] = "Teilnehmer der Konferenz überwachen und aktiv eingreifen.";
$text['description-interactive']['es-cl'] = "Utilice esta herramienta para monitorear e interactuar con los miembros de las conferencia.";
$text['description-interactive']['es-mx'] = "";
$text['description-interactive']['fr-ca'] = "";
$text['description-interactive']['fr-fr'] = "Superviser et interagir avec les participants de la conférence";
$text['description-interactive']['he-il'] = "";
$text['description-interactive']['it-it'] = "";
@ -701,6 +876,7 @@ $text['description-interactive']['nl-nl'] = "";
$text['description-interactive']['pl-pl'] = "Użyj tej funkcji do monitorowania i interakcji z uczestnikami konferencji.";
$text['description-interactive']['pt-br'] = "Para interagir e monitorar os membros da conferência clique aqui";
$text['description-interactive']['pt-pt'] = "Use isto para monitorizar e interagir com os membros da conferência.";
$text['description-interactive']['ro-ro'] = "";
$text['description-interactive']['ru-ru'] = "Используйте это, чтобы наблюдать и взаимодействовать с участниками конференции.";
$text['description-interactive']['sv-se'] = "Använd detta för att Monitorera och Interagera med deltagare i Konferensen";
$text['description-interactive']['uk-ua'] = "";
@ -708,8 +884,11 @@ $text['description-interactive']['uk-ua'] = "";
$text['description-active']['en-us'] = "List all the conferences that are currently active with one or more members.";
$text['description-active']['ar-eg'] = "";
$text['description-active']['de-at'] = "Liste alle aktiven Konferenzen mit einem oder mehreren Teilnehmern.";
$text['description-active']['de-ch'] = "";
$text['description-active']['de-de'] = "Liste alle aktiven Konferenzen mit einem oder mehreren Teilnehmern.";
$text['description-active']['es-cl'] = "Listar todas las conferencia que tienen uno o más miembros activos.";
$text['description-active']['es-mx'] = "";
$text['description-active']['fr-ca'] = "";
$text['description-active']['fr-fr'] = "Liste toutes les conférences actives avec un ou plusieurs participants.";
$text['description-active']['he-il'] = "";
$text['description-active']['it-it'] = "";
@ -717,6 +896,7 @@ $text['description-active']['nl-nl'] = "";
$text['description-active']['pl-pl'] = "Lista wszystkich aktywnych konferencji z przynajmniej jednym uczestnikiem.";
$text['description-active']['pt-br'] = "Lista com todas as conferência que estão atualmente ativa com um ou mais mebros";
$text['description-active']['pt-pt'] = "Listar todas as conferências que estão actualmente activas com um ou mais membros.";
$text['description-active']['ro-ro'] = "";
$text['description-active']['ru-ru'] = "Список всех активных конференций с по крайней мере одним участником.";
$text['description-active']['sv-se'] = "Lista alla Konferenser som är aktiva med en eller fler deltagare";
$text['description-active']['uk-ua'] = "";
@ -724,8 +904,11 @@ $text['description-active']['uk-ua'] = "";
$text['button-stop-rec']['en-us'] = "Stop Record";
$text['button-stop-rec']['ar-eg'] = "";
$text['button-stop-rec']['de-at'] = "Aufnahme beenden";
$text['button-stop-rec']['de-ch'] = "";
$text['button-stop-rec']['de-de'] = "Aufnahme beenden";
$text['button-stop-rec']['es-cl'] = "Detener Grabación";
$text['button-stop-rec']['es-mx'] = "";
$text['button-stop-rec']['fr-ca'] = "";
$text['button-stop-rec']['fr-fr'] = "Arrêter l'Enregistrement";
$text['button-stop-rec']['he-il'] = "";
$text['button-stop-rec']['it-it'] = "";
@ -733,6 +916,7 @@ $text['button-stop-rec']['nl-nl'] = "";
$text['button-stop-rec']['pl-pl'] = "Zatrzymanie nagrywania";
$text['button-stop-rec']['pt-br'] = "Pausar gravação";
$text['button-stop-rec']['pt-pt'] = "Parar gravação";
$text['button-stop-rec']['ro-ro'] = "";
$text['button-stop-rec']['ru-ru'] = "Остановить запись";
$text['button-stop-rec']['sv-se'] = "Stoppa Inspelning";
$text['button-stop-rec']['uk-ua'] = "Зупинити";
@ -740,8 +924,11 @@ $text['button-stop-rec']['uk-ua'] = "Зупинити";
$text['button-start-rec']['en-us'] = "Start Record";
$text['button-start-rec']['ar-eg'] = "";
$text['button-start-rec']['de-at'] = "Aufnahme starten";
$text['button-start-rec']['de-ch'] = "";
$text['button-start-rec']['de-de'] = "Aufnahme starten";
$text['button-start-rec']['es-cl'] = "Iniciar Grabación";
$text['button-start-rec']['es-mx'] = "";
$text['button-start-rec']['fr-ca'] = "";
$text['button-start-rec']['fr-fr'] = "Commencer l'Enregistrement";
$text['button-start-rec']['he-il'] = "";
$text['button-start-rec']['it-it'] = "";
@ -749,8 +936,9 @@ $text['button-start-rec']['nl-nl'] = "";
$text['button-start-rec']['pl-pl'] = "Początek nagrywania";
$text['button-start-rec']['pt-br'] = "Iniciar gravação";
$text['button-start-rec']['pt-pt'] = "Começar gravação";
$text['button-start-rec']['ro-ro'] = "";
$text['button-start-rec']['ru-ru'] = "Включить запись";
$text['button-start-rec']['sv-se'] = "Starta Inspelning";
$text['button-start-rec']['uk-ua'] = "Записувати";
?>
?>

View File

@ -1,21 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Conferences";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias Activas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Conférences en cours";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Conferencias Activas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Conferência ativa";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne rozmowy konferencyjne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Конференции Активные";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Konferenser";
$apps[$x]['menu'][0]['title']['uk'] = "Активні конференції";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Konferenzen";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Konferenzen";
$apps[$x]['menu'][0]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conferences_active/conferences_active.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Konferenzen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias Activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences en cours";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne rozmowy konferencyjne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Conferência ativa";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Conferencias Activas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Активные";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Konferenser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні конференції";
$apps[$x]['menu'][$y]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "04481e0e-a478-c559-adad-52bd4174574c";
$apps[$x]['category'] = "CRM";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['es-cl'] = "Provee un lugar para almacenar información de los contactos, para individuos u organizaciones";
$apps[$x]['description']['de-de'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern.";
$apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Bietet einen Ort um Kontaktinformationen von Personen und Firmen zu speichern.";
$apps[$x]['description']['es-cl'] = "Provee un lugar para almacenar información de los contactos, para individuos u organizaciones";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "C'est un endroit pour posser information des contacts, personnes ou organizations.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Fornece um local para armazenar informações de contato para indivíduos e organizações.";
$apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Fornece um local para armazenar informações de contato para indivíduos e organizações.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -190,20 +199,19 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'contact_time_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "contact_time_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'contact_time_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "contact_time_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'contact_time_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "contact_time_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'contact_time_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "contact_time_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_contacts";
@ -309,7 +317,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_user";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_addresses";
@ -391,7 +398,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "address_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_phones";
@ -461,7 +467,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_notes";
@ -521,7 +526,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_user";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_users";
@ -560,7 +564,6 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_users";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_groups";
@ -600,7 +603,6 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_groups";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "group_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_settings";
@ -692,7 +694,6 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_contacts";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "contact_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_emails";
@ -738,7 +739,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "email_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email description.";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_urls";
@ -788,53 +788,51 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "url_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the URL description.";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_contact_times";
$apps[$x]['db'][$y]['table']['parent'] = "v_contacts";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_time_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_time_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contact';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_contact";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "contact_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_users';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'user_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_users";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'time_start';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Start';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "time_start";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Start";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'time_stop';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Stop';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'time_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Description';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "time_stop";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Stop";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "time_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Description";
?>
?>

View File

@ -78,7 +78,7 @@ $text['title-contact_time_add']['pl-pl'] = "Czas Dodawania";
$text['title-contact_time_add']['pt-br'] = "Time Adicionar";
$text['title-contact_time_add']['pt-pt'] = "Time Adicionar";
$text['title-contact_time_add']['ru-ru'] = "Добавить Время";
$text['title-contact_time_add']['sv-se'] = "Time Lägg";
$text['title-contact_time_add']['sv-se'] = "Lägg Till Tid";
$text['title-contact_time_add']['uk-ua'] = "час додавання";
$text['title-contact_setting_edit']['en-us'] = "Contact Setting Edit";
@ -1294,7 +1294,7 @@ $text['label-phone_speed_dial']['pl-pl'] = "";
$text['label-phone_speed_dial']['pt-br'] = "";
$text['label-phone_speed_dial']['pt-pt'] = "";
$text['label-phone_speed_dial']['ru-ru'] = "Быстрый Набор";
$text['label-phone_speed_dial']['sv-se'] = "";
$text['label-phone_speed_dial']['sv-se'] = "Snabb Nummer";
$text['label-phone_speed_dial']['uk-ua'] = "";
$text['label-phone_numbers']['en-us'] = "Numbers";
@ -1518,7 +1518,7 @@ $text['label-import_data']['pl-pl'] = "";
$text['label-import_data']['pt-br'] = "";
$text['label-import_data']['pt-pt'] = "Dados";
$text['label-import_data']['ru-ru'] = "Данные";
$text['label-import_data']['sv-se'] = "";
$text['label-import_data']['sv-se'] = "Data";
$text['label-import_data']['uk-ua'] = "";
$text['label-import_delimiter']['en-us'] = "Delimiter";
@ -3006,7 +3006,7 @@ $text['description-phone_speed_dial']['pl-pl'] = "";
$text['description-phone_speed_dial']['pt-br'] = "";
$text['description-phone_speed_dial']['pt-pt'] = "";
$text['description-phone_speed_dial']['ru-ru'] = "Введите номер быстрого набора.";
$text['description-phone_speed_dial']['sv-se'] = "";
$text['description-phone_speed_dial']['sv-se'] = "Ange snabbknappens nummer.";
$text['description-phone_speed_dial']['uk-ua'] = "";
$text['description-phone_number']['en-us'] = "Enter the phone number.";
@ -3150,7 +3150,7 @@ $text['description-import_data']['pl-pl'] = "";
$text['description-import_data']['pt-br'] = "";
$text['description-import_data']['pt-pt'] = "Copie e cole os dados separados por vírgula para iniciar a importação.";
$text['description-import_data']['ru-ru'] = "Скопируйте и вставьте данные с разделителями-запятыми в текстовую область, чтобы начать импорт.";
$text['description-import_data']['sv-se'] = "";
$text['description-import_data']['sv-se'] = "Kopiera och klistra in din kommaseparerade data i textområdet för att börja importera.";
$text['description-import_data']['uk-ua'] = "";
$text['description-import_delimiter']['en-us'] = "Select the delimiter (comma or pipe).";

View File

@ -1,22 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Contacts";
$apps[$x]['menu'][0]['title']['pt-br'] = "Contatos";
$apps[$x]['menu'][0]['title']['pl'] = "Kontakty";
$apps[$x]['menu'][0]['title']['uk'] = "Контакти";
$apps[$x]['menu'][0]['title']['sv-se'] = "Kontakter";
$apps[$x]['menu'][0]['title']['es-cl'] = "Contactos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Contacts";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Contactos";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Контакты";
$apps[$x]['menu'][0]['title']['de-de'] = "Kontakte";
$apps[$x]['menu'][0]['title']['de-at'] = "Kontakte";
$apps[$x]['menu'][0]['title']['he'] = "אנשי קשר";
$apps[$x]['menu'][0]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/contacts/contacts.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Contacts";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontakte";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Kontakte";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Contactos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contacts";
$apps[$x]['menu'][$y]['title']['he-il'] = "אנשי קשר";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontakty";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contatos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contactos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контакты";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontakter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Контакти";
$apps[$x]['menu'][$y]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -1,34 +1,53 @@
<?php
//application details
$apps[$x]['name'] = 'Database Transactions';
$apps[$x]['uuid'] = 'de47783c-1caa-4b3e-9b51-ad6c9e69215c';
$apps[$x]['category'] = '';
$apps[$x]['subcategory'] = '';
$apps[$x]['version'] = '';
$apps[$x]['license'] = 'Mozilla Public License 1.1';
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = '';
$apps[$x]['name'] = "Database Transactions";
$apps[$x]['uuid'] = "de47783c-1caa-4b3e-9b51-ad6c9e69215c";
$apps[$x]['category'] = "";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = 'database_transaction_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "database_transaction_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'database_transaction_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "database_transaction_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'database_transaction_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
//$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "database_transaction_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'database_transaction_delete';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "database_transaction_delete";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
//schema details
@ -36,63 +55,68 @@
$apps[$x]['db'][$y]['table']['name'] = "v_database_transactions";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'database_transaction_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "database_transaction_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'User transaction.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "User transaction.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'app_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Application name.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "app_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Application name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'app_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Application ID';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "app_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Application ID";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_code';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Transaction code.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_code";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Transaction code.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_address';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'IP address of the user.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_address";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "IP address of the user.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_type';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Type: insert, update, delete, select';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_type";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Type: insert, update, delete, select";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_date';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Transaction date.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_date";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Transaction date.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_old';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Before the transaction.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_old";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "longtext";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Before the transaction.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_new';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'After the transaction.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'transaction_result';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Result of the transaction.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_new";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "longtext";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "After the transaction.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_result";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "longtext";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Result of the transaction.";
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 4th of June 2017 08:29:50 AM UTC
$text['title-database_transactions']['en-us'] = "Database Transactions";
$text['title-database_transactions']['ar-eg'] = "";
$text['title-database_transactions']['de-at'] = "Datenbank Transaktionen";
$text['title-database_transactions']['de-ch'] = "";
$text['title-database_transactions']['de-de'] = "Datenbank Transaktionen";
$text['title-database_transactions']['es-cl'] = "";
$text['title-database_transactions']['es-mx'] = "";
$text['title-database_transactions']['fr-ca'] = "";
$text['title-database_transactions']['fr-fr'] = "";
$text['title-database_transactions']['he-il'] = "";
$text['title-database_transactions']['it-it'] = "";
@ -13,15 +16,19 @@ $text['title-database_transactions']['nl-nl'] = "";
$text['title-database_transactions']['pl-pl'] = "";
$text['title-database_transactions']['pt-br'] = "";
$text['title-database_transactions']['pt-pt'] = "";
$text['title-database_transactions']['ro-ro'] = "";
$text['title-database_transactions']['ru-ru'] = "Изменения в Базе данных";
$text['title-database_transactions']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-database_transaction']['de-at'] = "Datenbank Transaktionen";
$text['title-database_transaction']['de-ch'] = "";
$text['title-database_transaction']['de-de'] = "Datenbank Transaktionen";
$text['title-database_transaction']['es-cl'] = "";
$text['title-database_transaction']['es-mx'] = "";
$text['title-database_transaction']['fr-ca'] = "";
$text['title-database_transaction']['fr-fr'] = "";
$text['title-database_transaction']['he-il'] = "";
$text['title-database_transaction']['it-it'] = "";
@ -29,31 +36,19 @@ $text['title-database_transaction']['nl-nl'] = "";
$text['title-database_transaction']['pl-pl'] = "";
$text['title-database_transaction']['pt-br'] = "";
$text['title-database_transaction']['pt-pt'] = "";
$text['title-database_transaction']['ro-ro'] = "";
$text['title-database_transaction']['ru-ru'] = "Изменение в Базе данных";
$text['title-database_transaction']['sv-se'] = "";
$text['title-database_transaction']['sv-se'] = "Transaktionsdatabas";
$text['title-database_transaction']['uk-ua'] = "";
$text['title_description-database_transaction']['en-us'] = "";
$text['title_description-database_transaction']['ar-eg'] = "";
$text['title_description-database_transaction']['de-at'] = "Datenbank Transaktion";
$text['title_description-database_transaction']['de-de'] = "Datenbank Transaktion";
$text['title_description-database_transaction']['es-cl'] = "";
$text['title_description-database_transaction']['fr-fr'] = "";
$text['title_description-database_transaction']['he-il'] = "";
$text['title_description-database_transaction']['it-it'] = "";
$text['title_description-database_transaction']['nl-nl'] = "";
$text['title_description-database_transaction']['pl-pl'] = "";
$text['title_description-database_transaction']['pt-br'] = "";
$text['title_description-database_transaction']['pt-pt'] = "";
$text['title_description-database_transaction']['ru-ru'] = "Транзакций Базы Данных";
$text['title_description-database_transaction']['sv-se'] = "";
$text['title_description-database_transaction']['uk-ua'] = "";
$text['label-user_uuid']['en-us'] = "User";
$text['label-user_uuid']['ar-eg'] = "";
$text['label-user_uuid']['de-at'] = "Benutzer";
$text['label-user_uuid']['de-ch'] = "";
$text['label-user_uuid']['de-de'] = "Benutzer";
$text['label-user_uuid']['es-cl'] = "";
$text['label-user_uuid']['es-mx'] = "";
$text['label-user_uuid']['fr-ca'] = "";
$text['label-user_uuid']['fr-fr'] = "";
$text['label-user_uuid']['he-il'] = "";
$text['label-user_uuid']['it-it'] = "";
@ -61,15 +56,19 @@ $text['label-user_uuid']['nl-nl'] = "";
$text['label-user_uuid']['pl-pl'] = "";
$text['label-user_uuid']['pt-br'] = "";
$text['label-user_uuid']['pt-pt'] = "";
$text['label-user_uuid']['ro-ro'] = "";
$text['label-user_uuid']['ru-ru'] = "Пользователь";
$text['label-user_uuid']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-user_uuid']['de-at'] = "Benutzer Transaktion";
$text['description-user_uuid']['de-ch'] = "";
$text['description-user_uuid']['de-de'] = "Benutzer Transaktion";
$text['description-user_uuid']['es-cl'] = "";
$text['description-user_uuid']['es-mx'] = "";
$text['description-user_uuid']['fr-ca'] = "";
$text['description-user_uuid']['fr-fr'] = "";
$text['description-user_uuid']['he-il'] = "";
$text['description-user_uuid']['it-it'] = "";
@ -77,15 +76,19 @@ $text['description-user_uuid']['nl-nl'] = "";
$text['description-user_uuid']['pl-pl'] = "";
$text['description-user_uuid']['pt-br'] = "";
$text['description-user_uuid']['pt-pt'] = "";
$text['description-user_uuid']['ro-ro'] = "";
$text['description-user_uuid']['ru-ru'] = "Транзакции Пользователя.";
$text['description-user_uuid']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-app_name']['de-at'] = "Anwendung";
$text['label-app_name']['de-ch'] = "";
$text['label-app_name']['de-de'] = "Anwendung";
$text['label-app_name']['es-cl'] = "";
$text['label-app_name']['es-mx'] = "";
$text['label-app_name']['fr-ca'] = "";
$text['label-app_name']['fr-fr'] = "";
$text['label-app_name']['he-il'] = "";
$text['label-app_name']['it-it'] = "";
@ -93,15 +96,19 @@ $text['label-app_name']['nl-nl'] = "";
$text['label-app_name']['pl-pl'] = "";
$text['label-app_name']['pt-br'] = "";
$text['label-app_name']['pt-pt'] = "";
$text['label-app_name']['ro-ro'] = "";
$text['label-app_name']['ru-ru'] = "Приложение";
$text['label-app_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-app_name']['de-at'] = "Anwendungs-Name.";
$text['description-app_name']['de-ch'] = "";
$text['description-app_name']['de-de'] = "Anwendungs-Name.";
$text['description-app_name']['es-cl'] = "";
$text['description-app_name']['es-mx'] = "";
$text['description-app_name']['fr-ca'] = "";
$text['description-app_name']['fr-fr'] = "";
$text['description-app_name']['he-il'] = "";
$text['description-app_name']['it-it'] = "";
@ -109,15 +116,19 @@ $text['description-app_name']['nl-nl'] = "";
$text['description-app_name']['pl-pl'] = "";
$text['description-app_name']['pt-br'] = "";
$text['description-app_name']['pt-pt'] = "";
$text['description-app_name']['ro-ro'] = "";
$text['description-app_name']['ru-ru'] = "Имя Приложения.";
$text['description-app_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-app_uuid']['de-at'] = "Anwendungs-ID";
$text['label-app_uuid']['de-ch'] = "";
$text['label-app_uuid']['de-de'] = "Anwendungs-ID";
$text['label-app_uuid']['es-cl'] = "";
$text['label-app_uuid']['es-mx'] = "";
$text['label-app_uuid']['fr-ca'] = "";
$text['label-app_uuid']['fr-fr'] = "";
$text['label-app_uuid']['he-il'] = "";
$text['label-app_uuid']['it-it'] = "";
@ -125,15 +136,19 @@ $text['label-app_uuid']['nl-nl'] = "";
$text['label-app_uuid']['pl-pl'] = "";
$text['label-app_uuid']['pt-br'] = "";
$text['label-app_uuid']['pt-pt'] = "";
$text['label-app_uuid']['ro-ro'] = "";
$text['label-app_uuid']['ru-ru'] = "Id Приложения";
$text['label-app_uuid']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-app_uuid']['de-at'] = "Anwendungs-Name.";
$text['description-app_uuid']['de-ch'] = "";
$text['description-app_uuid']['de-de'] = "Anwendungs-Name.";
$text['description-app_uuid']['es-cl'] = "";
$text['description-app_uuid']['es-mx'] = "";
$text['description-app_uuid']['fr-ca'] = "";
$text['description-app_uuid']['fr-fr'] = "";
$text['description-app_uuid']['he-il'] = "";
$text['description-app_uuid']['it-it'] = "";
@ -141,15 +156,19 @@ $text['description-app_uuid']['nl-nl'] = "";
$text['description-app_uuid']['pl-pl'] = "";
$text['description-app_uuid']['pt-br'] = "";
$text['description-app_uuid']['pt-pt'] = "";
$text['description-app_uuid']['ro-ro'] = "";
$text['description-app_uuid']['ru-ru'] = "Имя приложения.";
$text['description-app_uuid']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-transaction_code']['de-at'] = "Code";
$text['label-transaction_code']['de-ch'] = "";
$text['label-transaction_code']['de-de'] = "Code";
$text['label-transaction_code']['es-cl'] = "";
$text['label-transaction_code']['es-mx'] = "";
$text['label-transaction_code']['fr-ca'] = "";
$text['label-transaction_code']['fr-fr'] = "";
$text['label-transaction_code']['he-il'] = "";
$text['label-transaction_code']['it-it'] = "";
@ -157,15 +176,19 @@ $text['label-transaction_code']['nl-nl'] = "";
$text['label-transaction_code']['pl-pl'] = "";
$text['label-transaction_code']['pt-br'] = "";
$text['label-transaction_code']['pt-pt'] = "";
$text['label-transaction_code']['ro-ro'] = "";
$text['label-transaction_code']['ru-ru'] = "Код";
$text['label-transaction_code']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-transaction_code']['de-at'] = "Transaktions-Code";
$text['description-transaction_code']['de-ch'] = "";
$text['description-transaction_code']['de-de'] = "Transaktions-Code";
$text['description-transaction_code']['es-cl'] = "";
$text['description-transaction_code']['es-mx'] = "";
$text['description-transaction_code']['fr-ca'] = "";
$text['description-transaction_code']['fr-fr'] = "";
$text['description-transaction_code']['he-il'] = "";
$text['description-transaction_code']['it-it'] = "";
@ -173,15 +196,19 @@ $text['description-transaction_code']['nl-nl'] = "";
$text['description-transaction_code']['pl-pl'] = "";
$text['description-transaction_code']['pt-br'] = "";
$text['description-transaction_code']['pt-pt'] = "";
$text['description-transaction_code']['ro-ro'] = "";
$text['description-transaction_code']['ru-ru'] = "Код Транзакции.";
$text['description-transaction_code']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-transaction_address']['de-at'] = "IP Adresse";
$text['label-transaction_address']['de-ch'] = "";
$text['label-transaction_address']['de-de'] = "IP Adresse";
$text['label-transaction_address']['es-cl'] = "";
$text['label-transaction_address']['es-mx'] = "";
$text['label-transaction_address']['fr-ca'] = "";
$text['label-transaction_address']['fr-fr'] = "";
$text['label-transaction_address']['he-il'] = "";
$text['label-transaction_address']['it-it'] = "";
@ -189,15 +216,19 @@ $text['label-transaction_address']['nl-nl'] = "";
$text['label-transaction_address']['pl-pl'] = "";
$text['label-transaction_address']['pt-br'] = "";
$text['label-transaction_address']['pt-pt'] = "";
$text['label-transaction_address']['ro-ro'] = "";
$text['label-transaction_address']['ru-ru'] = "IP Адреса";
$text['label-transaction_address']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-transaction_address']['de-at'] = "IP Adresse des Anwenders";
$text['description-transaction_address']['de-ch'] = "";
$text['description-transaction_address']['de-de'] = "IP Adresse des Anwenders";
$text['description-transaction_address']['es-cl'] = "";
$text['description-transaction_address']['es-mx'] = "";
$text['description-transaction_address']['fr-ca'] = "";
$text['description-transaction_address']['fr-fr'] = "";
$text['description-transaction_address']['he-il'] = "";
$text['description-transaction_address']['it-it'] = "";
@ -205,15 +236,19 @@ $text['description-transaction_address']['nl-nl'] = "";
$text['description-transaction_address']['pl-pl'] = "";
$text['description-transaction_address']['pt-br'] = "";
$text['description-transaction_address']['pt-pt'] = "";
$text['description-transaction_address']['ro-ro'] = "";
$text['description-transaction_address']['ru-ru'] = "IP Адреса пользователя.";
$text['description-transaction_address']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-transaction_type']['de-at'] = "Typ";
$text['label-transaction_type']['de-ch'] = "";
$text['label-transaction_type']['de-de'] = "Typ";
$text['label-transaction_type']['es-cl'] = "";
$text['label-transaction_type']['es-mx'] = "";
$text['label-transaction_type']['fr-ca'] = "";
$text['label-transaction_type']['fr-fr'] = "";
$text['label-transaction_type']['he-il'] = "";
$text['label-transaction_type']['it-it'] = "";
@ -221,15 +256,19 @@ $text['label-transaction_type']['nl-nl'] = "";
$text['label-transaction_type']['pl-pl'] = "";
$text['label-transaction_type']['pt-br'] = "";
$text['label-transaction_type']['pt-pt'] = "";
$text['label-transaction_type']['ro-ro'] = "";
$text['label-transaction_type']['ru-ru'] = "Тип";
$text['label-transaction_type']['sv-se'] = "";
$text['label-transaction_type']['sv-se'] = "Typ";
$text['label-transaction_type']['uk-ua'] = "";
$text['description-transaction_type']['en-us'] = "Type: insert, update, delete, select";
$text['description-transaction_type']['ar-eg'] = "";
$text['description-transaction_type']['de-at'] = "Typ: insert, update, delete, select";
$text['description-transaction_type']['de-ch'] = "";
$text['description-transaction_type']['de-de'] = "Typ: insert, update, delete, select";
$text['description-transaction_type']['es-cl'] = "";
$text['description-transaction_type']['es-mx'] = "";
$text['description-transaction_type']['fr-ca'] = "";
$text['description-transaction_type']['fr-fr'] = "";
$text['description-transaction_type']['he-il'] = "";
$text['description-transaction_type']['it-it'] = "";
@ -237,15 +276,19 @@ $text['description-transaction_type']['nl-nl'] = "";
$text['description-transaction_type']['pl-pl'] = "";
$text['description-transaction_type']['pt-br'] = "";
$text['description-transaction_type']['pt-pt'] = "";
$text['description-transaction_type']['ro-ro'] = "";
$text['description-transaction_type']['ru-ru'] = "Тип: вставка, обновление, удаление, выбор";
$text['description-transaction_type']['sv-se'] = "";
$text['description-transaction_type']['sv-se'] = "Typ: lägg till, ändra, ta bort, välj";
$text['description-transaction_type']['uk-ua'] = "";
$text['label-transaction_date']['en-us'] = "Date";
$text['label-transaction_date']['ar-eg'] = "";
$text['label-transaction_date']['de-at'] = "Datum";
$text['label-transaction_date']['de-ch'] = "";
$text['label-transaction_date']['de-de'] = "Datum";
$text['label-transaction_date']['es-cl'] = "";
$text['label-transaction_date']['es-mx'] = "";
$text['label-transaction_date']['fr-ca'] = "";
$text['label-transaction_date']['fr-fr'] = "";
$text['label-transaction_date']['he-il'] = "";
$text['label-transaction_date']['it-it'] = "";
@ -253,15 +296,19 @@ $text['label-transaction_date']['nl-nl'] = "";
$text['label-transaction_date']['pl-pl'] = "";
$text['label-transaction_date']['pt-br'] = "";
$text['label-transaction_date']['pt-pt'] = "";
$text['label-transaction_date']['ro-ro'] = "";
$text['label-transaction_date']['ru-ru'] = "Дата";
$text['label-transaction_date']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-transaction_date']['de-at'] = "Transaktions-Datum";
$text['description-transaction_date']['de-ch'] = "";
$text['description-transaction_date']['de-de'] = "Transaktions-Datum";
$text['description-transaction_date']['es-cl'] = "";
$text['description-transaction_date']['es-mx'] = "";
$text['description-transaction_date']['fr-ca'] = "";
$text['description-transaction_date']['fr-fr'] = "";
$text['description-transaction_date']['he-il'] = "";
$text['description-transaction_date']['it-it'] = "";
@ -269,15 +316,19 @@ $text['description-transaction_date']['nl-nl'] = "";
$text['description-transaction_date']['pl-pl'] = "";
$text['description-transaction_date']['pt-br'] = "";
$text['description-transaction_date']['pt-pt'] = "";
$text['description-transaction_date']['ro-ro'] = "";
$text['description-transaction_date']['ru-ru'] = "Дата Транзакции.";
$text['description-transaction_date']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-transaction_old']['de-at'] = "Vor";
$text['label-transaction_old']['de-ch'] = "";
$text['label-transaction_old']['de-de'] = "Vor";
$text['label-transaction_old']['es-cl'] = "";
$text['label-transaction_old']['es-mx'] = "";
$text['label-transaction_old']['fr-ca'] = "";
$text['label-transaction_old']['fr-fr'] = "";
$text['label-transaction_old']['he-il'] = "";
$text['label-transaction_old']['it-it'] = "";
@ -285,15 +336,19 @@ $text['label-transaction_old']['nl-nl'] = "";
$text['label-transaction_old']['pl-pl'] = "";
$text['label-transaction_old']['pt-br'] = "";
$text['label-transaction_old']['pt-pt'] = "";
$text['label-transaction_old']['ro-ro'] = "";
$text['label-transaction_old']['ru-ru'] = "До";
$text['label-transaction_old']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-transaction_old']['de-at'] = "Array vor der Transaktion.";
$text['description-transaction_old']['de-ch'] = "";
$text['description-transaction_old']['de-de'] = "Array vor der Transaktion.";
$text['description-transaction_old']['es-cl'] = "";
$text['description-transaction_old']['es-mx'] = "";
$text['description-transaction_old']['fr-ca'] = "";
$text['description-transaction_old']['fr-fr'] = "";
$text['description-transaction_old']['he-il'] = "";
$text['description-transaction_old']['it-it'] = "";
@ -301,15 +356,19 @@ $text['description-transaction_old']['nl-nl'] = "";
$text['description-transaction_old']['pl-pl'] = "";
$text['description-transaction_old']['pt-br'] = "";
$text['description-transaction_old']['pt-pt'] = "";
$text['description-transaction_old']['ro-ro'] = "";
$text['description-transaction_old']['ru-ru'] = "Массив перед транзакцией.";
$text['description-transaction_old']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-transaction_new']['de-at'] = "Nach";
$text['label-transaction_new']['de-ch'] = "";
$text['label-transaction_new']['de-de'] = "Nach";
$text['label-transaction_new']['es-cl'] = "";
$text['label-transaction_new']['es-mx'] = "";
$text['label-transaction_new']['fr-ca'] = "";
$text['label-transaction_new']['fr-fr'] = "";
$text['label-transaction_new']['he-il'] = "";
$text['label-transaction_new']['it-it'] = "";
@ -317,15 +376,19 @@ $text['label-transaction_new']['nl-nl'] = "";
$text['label-transaction_new']['pl-pl'] = "";
$text['label-transaction_new']['pt-br'] = "";
$text['label-transaction_new']['pt-pt'] = "";
$text['label-transaction_new']['ro-ro'] = "";
$text['label-transaction_new']['ru-ru'] = "После";
$text['label-transaction_new']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-transaction_new']['de-at'] = "Array nach der Transaktion.";
$text['description-transaction_new']['de-ch'] = "";
$text['description-transaction_new']['de-de'] = "Array nach der Transaktion.";
$text['description-transaction_new']['es-cl'] = "";
$text['description-transaction_new']['es-mx'] = "";
$text['description-transaction_new']['fr-ca'] = "";
$text['description-transaction_new']['fr-fr'] = "";
$text['description-transaction_new']['he-il'] = "";
$text['description-transaction_new']['it-it'] = "";
@ -333,15 +396,19 @@ $text['description-transaction_new']['nl-nl'] = "";
$text['description-transaction_new']['pl-pl'] = "";
$text['description-transaction_new']['pt-br'] = "";
$text['description-transaction_new']['pt-pt'] = "";
$text['description-transaction_new']['ro-ro'] = "";
$text['description-transaction_new']['ru-ru'] = "Массив после транзакции.";
$text['description-transaction_new']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-transaction_result']['de-at'] = "Ergebnis";
$text['label-transaction_result']['de-ch'] = "";
$text['label-transaction_result']['de-de'] = "Ergebnis";
$text['label-transaction_result']['es-cl'] = "";
$text['label-transaction_result']['es-mx'] = "";
$text['label-transaction_result']['fr-ca'] = "";
$text['label-transaction_result']['fr-fr'] = "";
$text['label-transaction_result']['he-il'] = "";
$text['label-transaction_result']['it-it'] = "";
@ -349,15 +416,19 @@ $text['label-transaction_result']['nl-nl'] = "";
$text['label-transaction_result']['pl-pl'] = "";
$text['label-transaction_result']['pt-br'] = "";
$text['label-transaction_result']['pt-pt'] = "";
$text['label-transaction_result']['ro-ro'] = "";
$text['label-transaction_result']['ru-ru'] = "Результат.";
$text['label-transaction_result']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-transaction_result']['de-at'] = "Ergebnis der Transaktion.";
$text['description-transaction_result']['de-ch'] = "";
$text['description-transaction_result']['de-de'] = "Ergebnis der Transaktion.";
$text['description-transaction_result']['es-cl'] = "";
$text['description-transaction_result']['es-mx'] = "";
$text['description-transaction_result']['fr-ca'] = "";
$text['description-transaction_result']['fr-fr'] = "";
$text['description-transaction_result']['he-il'] = "";
$text['description-transaction_result']['it-it'] = "";
@ -365,15 +436,19 @@ $text['description-transaction_result']['nl-nl'] = "";
$text['description-transaction_result']['pl-pl'] = "";
$text['description-transaction_result']['pt-br'] = "";
$text['description-transaction_result']['pt-pt'] = "";
$text['description-transaction_result']['ro-ro'] = "";
$text['description-transaction_result']['ru-ru'] = "Результат транзакции.";
$text['description-transaction_result']['sv-se'] = "";
$text['description-transaction_result']['sv-se'] = "Resultat av transaktionen.";
$text['description-transaction_result']['uk-ua'] = "";
$text['label-true']['en-us'] = "true";
$text['label-true']['ar-eg'] = "";
$text['label-true']['de-at'] = "wahr";
$text['label-true']['de-ch'] = "";
$text['label-true']['de-de'] = "wahr";
$text['label-true']['es-cl'] = "";
$text['label-true']['es-mx'] = "";
$text['label-true']['fr-ca'] = "";
$text['label-true']['fr-fr'] = "";
$text['label-true']['he-il'] = "";
$text['label-true']['it-it'] = "";
@ -381,15 +456,19 @@ $text['label-true']['nl-nl'] = "";
$text['label-true']['pl-pl'] = "";
$text['label-true']['pt-br'] = "";
$text['label-true']['pt-pt'] = "";
$text['label-true']['ro-ro'] = "";
$text['label-true']['ru-ru'] = "Да";
$text['label-true']['sv-se'] = "";
$text['label-true']['sv-se'] = "sann";
$text['label-true']['uk-ua'] = "";
$text['label-false']['en-us'] = "false";
$text['label-false']['ar-eg'] = "";
$text['label-false']['de-at'] = "aus";
$text['label-false']['de-ch'] = "";
$text['label-false']['de-de'] = "aus";
$text['label-false']['es-cl'] = "falso";
$text['label-false']['es-mx'] = "";
$text['label-false']['fr-ca'] = "";
$text['label-false']['fr-fr'] = "falso";
$text['label-false']['he-il'] = "";
$text['label-false']['it-it'] = "";
@ -397,15 +476,19 @@ $text['label-false']['nl-nl'] = "";
$text['label-false']['pl-pl'] = "";
$text['label-false']['pt-br'] = "";
$text['label-false']['pt-pt'] = "falso";
$text['label-false']['ro-ro'] = "";
$text['label-false']['ru-ru'] = "Нет";
$text['label-false']['sv-se'] = "";
$text['label-false']['sv-se'] = "falsk";
$text['label-false']['uk-ua'] = "";
$text['button-add']['en-us'] = "Add";
$text['button-add']['ar-eg'] = "";
$text['button-add']['de-at'] = "Hinzufügen";
$text['button-add']['de-ch'] = "";
$text['button-add']['de-de'] = "Hinzufügen";
$text['button-add']['es-cl'] = "";
$text['button-add']['es-mx'] = "";
$text['button-add']['fr-ca'] = "";
$text['button-add']['fr-fr'] = "";
$text['button-add']['he-il'] = "";
$text['button-add']['it-it'] = "";
@ -413,15 +496,19 @@ $text['button-add']['nl-nl'] = "";
$text['button-add']['pl-pl'] = "";
$text['button-add']['pt-br'] = "";
$text['button-add']['pt-pt'] = "";
$text['button-add']['ro-ro'] = "";
$text['button-add']['ru-ru'] = "Добавить";
$text['button-add']['sv-se'] = "";
$text['button-add']['sv-se'] = "Lägg Till";
$text['button-add']['uk-ua'] = "";
$text['button-edit']['en-us'] = "Edit";
$text['button-edit']['ar-eg'] = "";
$text['button-edit']['de-at'] = "Bearbeiten";
$text['button-edit']['de-ch'] = "";
$text['button-edit']['de-de'] = "Bearbeiten";
$text['button-edit']['es-cl'] = "";
$text['button-edit']['es-mx'] = "";
$text['button-edit']['fr-ca'] = "";
$text['button-edit']['fr-fr'] = "";
$text['button-edit']['he-il'] = "";
$text['button-edit']['it-it'] = "";
@ -429,15 +516,19 @@ $text['button-edit']['nl-nl'] = "";
$text['button-edit']['pl-pl'] = "";
$text['button-edit']['pt-br'] = "";
$text['button-edit']['pt-pt'] = "";
$text['button-edit']['ro-ro'] = "";
$text['button-edit']['ru-ru'] = "Редактировать";
$text['button-edit']['sv-se'] = "";
$text['button-edit']['sv-se'] = "Ändra";
$text['button-edit']['uk-ua'] = "";
$text['button-delete']['en-us'] = "Delete";
$text['button-delete']['ar-eg'] = "";
$text['button-delete']['de-at'] = "Löschen";
$text['button-delete']['de-ch'] = "";
$text['button-delete']['de-de'] = "Löschen";
$text['button-delete']['es-cl'] = "";
$text['button-delete']['es-mx'] = "";
$text['button-delete']['fr-ca'] = "";
$text['button-delete']['fr-fr'] = "";
$text['button-delete']['he-il'] = "";
$text['button-delete']['it-it'] = "";
@ -445,15 +536,19 @@ $text['button-delete']['nl-nl'] = "";
$text['button-delete']['pl-pl'] = "";
$text['button-delete']['pt-br'] = "";
$text['button-delete']['pt-pt'] = "";
$text['button-delete']['ro-ro'] = "";
$text['button-delete']['ru-ru'] = "Удалить";
$text['button-delete']['sv-se'] = "";
$text['button-delete']['sv-se'] = "Ta Bort";
$text['button-delete']['uk-ua'] = "";
$text['button-save']['en-us'] = "Save";
$text['button-save']['ar-eg'] = "";
$text['button-save']['de-at'] = "Speichern";
$text['button-save']['de-ch'] = "";
$text['button-save']['de-de'] = "Speichern";
$text['button-save']['es-cl'] = "";
$text['button-save']['es-mx'] = "";
$text['button-save']['fr-ca'] = "";
$text['button-save']['fr-fr'] = "";
$text['button-save']['he-il'] = "";
$text['button-save']['it-it'] = "";
@ -461,15 +556,19 @@ $text['button-save']['nl-nl'] = "";
$text['button-save']['pl-pl'] = "";
$text['button-save']['pt-br'] = "";
$text['button-save']['pt-pt'] = "Guardar";
$text['button-save']['ro-ro'] = "";
$text['button-save']['ru-ru'] = "Сохранить";
$text['button-save']['sv-se'] = "";
$text['button-save']['sv-se'] = "Spara";
$text['button-save']['uk-ua'] = "";
$text['button-view']['en-us'] = "View";
$text['button-view']['ar-eg'] = "";
$text['button-view']['de-at'] = "Anzeigen";
$text['button-view']['de-ch'] = "";
$text['button-view']['de-de'] = "Anzeigen";
$text['button-view']['es-cl'] = "";
$text['button-view']['es-mx'] = "";
$text['button-view']['fr-ca'] = "";
$text['button-view']['fr-fr'] = "";
$text['button-view']['he-il'] = "";
$text['button-view']['it-it'] = "";
@ -477,15 +576,19 @@ $text['button-view']['nl-nl'] = "";
$text['button-view']['pl-pl'] = "";
$text['button-view']['pt-br'] = "";
$text['button-view']['pt-pt'] = "";
$text['button-view']['ro-ro'] = "";
$text['button-view']['ru-ru'] = "Просмотрт";
$text['button-view']['sv-se'] = "";
$text['button-view']['sv-se'] = "Visa";
$text['button-view']['uk-ua'] = "";
$text['button-back']['en-us'] = "Back";
$text['button-back']['ar-eg'] = "";
$text['button-back']['de-at'] = "Zurück";
$text['button-back']['de-ch'] = "";
$text['button-back']['de-de'] = "Zurück";
$text['button-back']['es-cl'] = "";
$text['button-back']['es-mx'] = "";
$text['button-back']['fr-ca'] = "";
$text['button-back']['fr-fr'] = "";
$text['button-back']['he-il'] = "";
$text['button-back']['it-it'] = "";
@ -493,15 +596,19 @@ $text['button-back']['nl-nl'] = "";
$text['button-back']['pl-pl'] = "";
$text['button-back']['pt-br'] = "";
$text['button-back']['pt-pt'] = "Voltar";
$text['button-back']['ro-ro'] = "";
$text['button-back']['ru-ru'] = "Назад";
$text['button-back']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete']['de-ch'] = "";
$text['confirm-delete']['de-de'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete']['es-cl'] = "";
$text['confirm-delete']['es-mx'] = "";
$text['confirm-delete']['fr-ca'] = "";
$text['confirm-delete']['fr-fr'] = "";
$text['confirm-delete']['he-il'] = "";
$text['confirm-delete']['it-it'] = "";
@ -509,15 +616,19 @@ $text['confirm-delete']['nl-nl'] = "";
$text['confirm-delete']['pl-pl'] = "";
$text['confirm-delete']['pt-br'] = "";
$text['confirm-delete']['pt-pt'] = "";
$text['confirm-delete']['ro-ro'] = "";
$text['confirm-delete']['ru-ru'] = "Вы действительно хотите удалить это?";
$text['confirm-delete']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['message-add']['de-at'] = "Erfolgreich hinzugefügt";
$text['message-add']['de-ch'] = "";
$text['message-add']['de-de'] = "Erfolgreich hinzugefügt";
$text['message-add']['es-cl'] = "";
$text['message-add']['es-mx'] = "";
$text['message-add']['fr-ca'] = "";
$text['message-add']['fr-fr'] = "";
$text['message-add']['he-il'] = "";
$text['message-add']['it-it'] = "";
@ -525,15 +636,19 @@ $text['message-add']['nl-nl'] = "";
$text['message-add']['pl-pl'] = "";
$text['message-add']['pt-br'] = "";
$text['message-add']['pt-pt'] = "";
$text['message-add']['ro-ro'] = "";
$text['message-add']['ru-ru'] = "Добавление Выполнено";
$text['message-add']['sv-se'] = "";
$text['message-add']['sv-se'] = "Tillagd";
$text['message-add']['uk-ua'] = "";
$text['message-update']['en-us'] = "Update Completed";
$text['message-update']['ar-eg'] = "";
$text['message-update']['de-at'] = "Aktualisierung durchgeführt";
$text['message-update']['de-ch'] = "";
$text['message-update']['de-de'] = "Aktualisierung durchgeführt";
$text['message-update']['es-cl'] = "";
$text['message-update']['es-mx'] = "";
$text['message-update']['fr-ca'] = "";
$text['message-update']['fr-fr'] = "";
$text['message-update']['he-il'] = "";
$text['message-update']['it-it'] = "";
@ -541,15 +656,19 @@ $text['message-update']['nl-nl'] = "";
$text['message-update']['pl-pl'] = "";
$text['message-update']['pt-br'] = "";
$text['message-update']['pt-pt'] = "";
$text['message-update']['ro-ro'] = "";
$text['message-update']['ru-ru'] = "Обновление Выполнено";
$text['message-update']['sv-se'] = "";
$text['message-update']['sv-se'] = "Ändring utförd";
$text['message-update']['uk-ua'] = "";
$text['message-delete']['en-us'] = "Delete Completed";
$text['message-delete']['ar-eg'] = "";
$text['message-delete']['de-at'] = "Erfolgreich gelöscht";
$text['message-delete']['de-ch'] = "";
$text['message-delete']['de-de'] = "Erfolgreich gelöscht";
$text['message-delete']['es-cl'] = "";
$text['message-delete']['es-mx'] = "";
$text['message-delete']['fr-ca'] = "";
$text['message-delete']['fr-fr'] = "";
$text['message-delete']['he-il'] = "";
$text['message-delete']['it-it'] = "";
@ -557,15 +676,19 @@ $text['message-delete']['nl-nl'] = "";
$text['message-delete']['pl-pl'] = "";
$text['message-delete']['pt-br'] = "";
$text['message-delete']['pt-pt'] = "";
$text['message-delete']['ro-ro'] = "";
$text['message-delete']['ru-ru'] = "Удаление Выполнено";
$text['message-delete']['sv-se'] = "";
$text['message-delete']['sv-se'] = "Borttagning utförd";
$text['message-delete']['uk-ua'] = "";
$text['message-required']['en-us'] = "Please provide: ";
$text['message-required']['ar-eg'] = "";
$text['message-required']['de-at'] = "Bitte geben Sie folgendes an:";
$text['message-required']['de-ch'] = "";
$text['message-required']['de-de'] = "Bitte geben Sie folgendes an:";
$text['message-required']['es-cl'] = "";
$text['message-required']['es-mx'] = "";
$text['message-required']['fr-ca'] = "";
$text['message-required']['fr-fr'] = "";
$text['message-required']['he-il'] = "";
$text['message-required']['it-it'] = "";
@ -573,8 +696,9 @@ $text['message-required']['nl-nl'] = "";
$text['message-required']['pl-pl'] = "";
$text['message-required']['pt-br'] = "";
$text['message-required']['pt-pt'] = "";
$text['message-required']['ro-ro'] = "";
$text['message-required']['ru-ru'] = "Пожалуйста предоставьте:";
$text['message-required']['sv-se'] = "";
$text['message-required']['sv-se'] = "Var god ange: ";
$text['message-required']['uk-ua'] = "";
?>
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "5ec89622-b19c-3559-64f0-afde802ab139";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Wird verwendet um externe Ziele zu definieren.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Wird verwendet um externe Ziele zu definieren.";
$apps[$x]['description']['es-cl'] = "Utilizado para definir números de destino externos.";
$apps[$x]['description']['es-mx'] = "Utilizado para definir numeros destinos externos.";
$apps[$x]['description']['de-de'] = "Wird verwendet um externe Ziele zu definieren.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Wird verwendet um externe Ziele zu definieren.";
$apps[$x]['description']['fr-fr'] = "Défini les numéros externes.";
$apps[$x]['description']['fr-ca'] = "Usé pour définir cibler nombres externe.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Utilizado para definir os números de destino externos.";
$apps[$x]['description']['fr-fr'] = "Défini les numéros externes.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Utilizado para definir os números de destino externos.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -55,23 +63,21 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'destination_domain';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'destination_all';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "destination_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y = 0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '70d8538a-89ab-4db6-87b1-f5e447680283';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'destinations';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "70d8538a-89ab-4db6-87b1-f5e447680283";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "destinations";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//schema details
$y=0;
@ -159,6 +165,5 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_accountcode";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the accountcode.";
$z++;
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 4th of June 2017 08:29:50 AM UTC
$text['title-destinations']['en-us'] = "Destinations";
$text['title-destinations']['ar-eg'] = "جهات الأتصال";
$text['title-destinations']['de-at'] = "Ziele";
$text['title-destinations']['de-ch'] = "";
$text['title-destinations']['de-de'] = "Ziele";
$text['title-destinations']['es-cl'] = "Destinos";
$text['title-destinations']['es-mx'] = "";
$text['title-destinations']['fr-ca'] = "";
$text['title-destinations']['fr-fr'] = "Destinations";
$text['title-destinations']['he-il'] = "יעדים";
$text['title-destinations']['it-it'] = "Destinazioni";
@ -13,6 +16,7 @@ $text['title-destinations']['nl-nl'] = "";
$text['title-destinations']['pl-pl'] = "Destynacje";
$text['title-destinations']['pt-br'] = "Destinos";
$text['title-destinations']['pt-pt'] = "Destinos";
$text['title-destinations']['ro-ro'] = "Destinații";
$text['title-destinations']['ru-ru'] = "Направления";
$text['title-destinations']['sv-se'] = "Destinationer";
$text['title-destinations']['uk-ua'] = "Номери";
@ -20,8 +24,11 @@ $text['title-destinations']['uk-ua'] = "Номери";
$text['title-destination-edit']['en-us'] = "Destination";
$text['title-destination-edit']['ar-eg'] = "جهه الأتصال";
$text['title-destination-edit']['de-at'] = "Ziel";
$text['title-destination-edit']['de-ch'] = "";
$text['title-destination-edit']['de-de'] = "Ziel";
$text['title-destination-edit']['es-cl'] = "Editar Destino";
$text['title-destination-edit']['es-mx'] = "";
$text['title-destination-edit']['fr-ca'] = "";
$text['title-destination-edit']['fr-fr'] = "Editer la Destination";
$text['title-destination-edit']['he-il'] = "יעד";
$text['title-destination-edit']['it-it'] = "Destinazioni";
@ -29,6 +36,7 @@ $text['title-destination-edit']['nl-nl'] = "";
$text['title-destination-edit']['pl-pl'] = "Destynacja";
$text['title-destination-edit']['pt-br'] = "Editar destino";
$text['title-destination-edit']['pt-pt'] = "Editar Desvio";
$text['title-destination-edit']['ro-ro'] = "Destinație";
$text['title-destination-edit']['ru-ru'] = "Направление";
$text['title-destination-edit']['sv-se'] = "Destination";
$text['title-destination-edit']['uk-ua'] = "Номер";
@ -36,8 +44,11 @@ $text['title-destination-edit']['uk-ua'] = "Номер";
$text['title-destination-add']['en-us'] = "Destination";
$text['title-destination-add']['ar-eg'] = "جهه الأتصال";
$text['title-destination-add']['de-at'] = "Ziel";
$text['title-destination-add']['de-ch'] = "";
$text['title-destination-add']['de-de'] = "Ziel";
$text['title-destination-add']['es-cl'] = "Agregar Destino";
$text['title-destination-add']['es-mx'] = "";
$text['title-destination-add']['fr-ca'] = "";
$text['title-destination-add']['fr-fr'] = "Ajouter une Destination";
$text['title-destination-add']['he-il'] = "יעד";
$text['title-destination-add']['it-it'] = "Destinazione";
@ -45,6 +56,7 @@ $text['title-destination-add']['nl-nl'] = "";
$text['title-destination-add']['pl-pl'] = "Destynacja";
$text['title-destination-add']['pt-br'] = "Adicionar destino";
$text['title-destination-add']['pt-pt'] = "Adicionar Desvio";
$text['title-destination-add']['ro-ro'] = "Destinație";
$text['title-destination-add']['ru-ru'] = "Направление";
$text['title-destination-add']['sv-se'] = "Destination";
$text['title-destination-add']['uk-ua'] = "Номер";
@ -52,8 +64,11 @@ $text['title-destination-add']['uk-ua'] = "Номер";
$text['select-global']['en-us'] = "Global";
$text['select-global']['ar-eg'] = "";
$text['select-global']['de-at'] = "Global";
$text['select-global']['de-ch'] = "";
$text['select-global']['de-de'] = "Global";
$text['select-global']['es-cl'] = "Global";
$text['select-global']['es-mx'] = "";
$text['select-global']['fr-ca'] = "";
$text['select-global']['fr-fr'] = "Mondial";
$text['select-global']['he-il'] = "כללי";
$text['select-global']['it-it'] = "Globale";
@ -61,6 +76,7 @@ $text['select-global']['nl-nl'] = "";
$text['select-global']['pl-pl'] = "Globalny";
$text['select-global']['pt-br'] = "Global";
$text['select-global']['pt-pt'] = "Global";
$text['select-global']['ro-ro'] = "Global";
$text['select-global']['ru-ru'] = "Глобальный";
$text['select-global']['sv-se'] = "Global";
$text['select-global']['uk-ua'] = "Глобальний";
@ -68,8 +84,11 @@ $text['select-global']['uk-ua'] = "Глобальний";
$text['option-type_outbound']['en-us'] = "Outbound";
$text['option-type_outbound']['ar-eg'] = "صادر";
$text['option-type_outbound']['de-at'] = "Ausgehend";
$text['option-type_outbound']['de-ch'] = "";
$text['option-type_outbound']['de-de'] = "Ausgehend";
$text['option-type_outbound']['es-cl'] = "Saliente";
$text['option-type_outbound']['es-mx'] = "";
$text['option-type_outbound']['fr-ca'] = "";
$text['option-type_outbound']['fr-fr'] = "Sortant";
$text['option-type_outbound']['he-il'] = "יוצא";
$text['option-type_outbound']['it-it'] = "In Uscita";
@ -77,6 +96,7 @@ $text['option-type_outbound']['nl-nl'] = "";
$text['option-type_outbound']['pl-pl'] = "Wychodzący";
$text['option-type_outbound']['pt-br'] = "Saída";
$text['option-type_outbound']['pt-pt'] = "Saída";
$text['option-type_outbound']['ro-ro'] = "";
$text['option-type_outbound']['ru-ru'] = "Исходящий";
$text['option-type_outbound']['sv-se'] = "Utgående";
$text['option-type_outbound']['uk-ua'] = "Вихідний";
@ -84,8 +104,11 @@ $text['option-type_outbound']['uk-ua'] = "Вихідний";
$text['option-type_inbound']['en-us'] = "Inbound";
$text['option-type_inbound']['ar-eg'] = "وارد";
$text['option-type_inbound']['de-at'] = "Eingehend";
$text['option-type_inbound']['de-ch'] = "";
$text['option-type_inbound']['de-de'] = "Eingehend";
$text['option-type_inbound']['es-cl'] = "Entrante";
$text['option-type_inbound']['es-mx'] = "";
$text['option-type_inbound']['fr-ca'] = "";
$text['option-type_inbound']['fr-fr'] = "Entrant";
$text['option-type_inbound']['he-il'] = "נכנס";
$text['option-type_inbound']['it-it'] = "In Entrata";
@ -93,6 +116,7 @@ $text['option-type_inbound']['nl-nl'] = "";
$text['option-type_inbound']['pl-pl'] = "Przychodzący";
$text['option-type_inbound']['pt-br'] = "Entrada";
$text['option-type_inbound']['pt-pt'] = "Entrada";
$text['option-type_inbound']['ro-ro'] = "";
$text['option-type_inbound']['ru-ru'] = "Входящий";
$text['option-type_inbound']['sv-se'] = "Inkommande";
$text['option-type_inbound']['uk-ua'] = "Вхідний";
@ -100,8 +124,11 @@ $text['option-type_inbound']['uk-ua'] = "Вхідний";
$text['message-maximum_destinations']['en-us'] = "Maximum Destinations:";
$text['message-maximum_destinations']['ar-eg'] = "الحد الأقصي لجهات الأتصال";
$text['message-maximum_destinations']['de-at'] = "Maximale Anzahl an Ziele:";
$text['message-maximum_destinations']['de-ch'] = "";
$text['message-maximum_destinations']['de-de'] = "Maximale Anzahl an Ziele:";
$text['message-maximum_destinations']['es-cl'] = "Destinos Máximo Permitido:";
$text['message-maximum_destinations']['es-mx'] = "";
$text['message-maximum_destinations']['fr-ca'] = "";
$text['message-maximum_destinations']['fr-fr'] = "Destinations Maximum Autorisé:";
$text['message-maximum_destinations']['he-il'] = "מקסימיום יעדים";
$text['message-maximum_destinations']['it-it'] = "Destinazioni Massime Permesse:";
@ -109,6 +136,7 @@ $text['message-maximum_destinations']['nl-nl'] = "";
$text['message-maximum_destinations']['pl-pl'] = "Maksymalna ilość destynacji";
$text['message-maximum_destinations']['pt-br'] = "Destino máximo permitido";
$text['message-maximum_destinations']['pt-pt'] = "Destinos Máximo Permitido:";
$text['message-maximum_destinations']['ro-ro'] = "";
$text['message-maximum_destinations']['ru-ru'] = "Максимальное количество направлений:";
$text['message-maximum_destinations']['sv-se'] = "Max Antal Destinationer";
$text['message-maximum_destinations']['uk-ua'] = "Максимум номерів:";
@ -116,8 +144,11 @@ $text['message-maximum_destinations']['uk-ua'] = "Максимум номері
$text['message-duplicate']['en-us'] = "Duplicate detected";
$text['message-duplicate']['ar-eg'] = "";
$text['message-duplicate']['de-at'] = "Bereits vorhanden";
$text['message-duplicate']['de-ch'] = "";
$text['message-duplicate']['de-de'] = "Bereits vorhanden";
$text['message-duplicate']['es-cl'] = "Duplicar detectado";
$text['message-duplicate']['es-mx'] = "";
$text['message-duplicate']['fr-ca'] = "";
$text['message-duplicate']['fr-fr'] = "Dupliquer détecté";
$text['message-duplicate']['he-il'] = "זוהתה כפילות";
$text['message-duplicate']['it-it'] = "Individuato duplicato";
@ -125,6 +156,7 @@ $text['message-duplicate']['nl-nl'] = "";
$text['message-duplicate']['pl-pl'] = "Wykryto duplikat";
$text['message-duplicate']['pt-br'] = "Detectado uma dubplicidade";
$text['message-duplicate']['pt-pt'] = "Duplicar detectado";
$text['message-duplicate']['ro-ro'] = "";
$text['message-duplicate']['ru-ru'] = "Обнаружено дублирование";
$text['message-duplicate']['sv-se'] = "Dubblett Upptäckt";
$text['message-duplicate']['uk-ua'] = "Знайдено дублікат";
@ -132,8 +164,11 @@ $text['message-duplicate']['uk-ua'] = "Знайдено дублікат";
$text['label-monthly_price_buy']['en-us'] = "Monthly buy price";
$text['label-monthly_price_buy']['ar-eg'] = "";
$text['label-monthly_price_buy']['de-at'] = "Monatlicher Einkaufspreis";
$text['label-monthly_price_buy']['de-ch'] = "";
$text['label-monthly_price_buy']['de-de'] = "Monatlicher Einkaufspreis";
$text['label-monthly_price_buy']['es-cl'] = "Precio mensual de compra";
$text['label-monthly_price_buy']['es-mx'] = "";
$text['label-monthly_price_buy']['fr-ca'] = "";
$text['label-monthly_price_buy']['fr-fr'] = "Prix mensuel d'achat";
$text['label-monthly_price_buy']['he-il'] = "קנייה חודשית";
$text['label-monthly_price_buy']['it-it'] = "Prezzo di acquisto mensile";
@ -141,6 +176,7 @@ $text['label-monthly_price_buy']['nl-nl'] = "";
$text['label-monthly_price_buy']['pl-pl'] = "Miesięczna cena zakupu";
$text['label-monthly_price_buy']['pt-br'] = "Preço mensal de compra";
$text['label-monthly_price_buy']['pt-pt'] = "Preço mensal compra";
$text['label-monthly_price_buy']['ro-ro'] = "";
$text['label-monthly_price_buy']['ru-ru'] = "Месячный тариф покупки";
$text['label-monthly_price_buy']['sv-se'] = "Inköpspris / Månad";
$text['label-monthly_price_buy']['uk-ua'] = "Щомісячна ціна купівлі";
@ -148,8 +184,11 @@ $text['label-monthly_price_buy']['uk-ua'] = "Щомісячна ціна куп
$text['label-monthly_price']['en-us'] = "Monthly selling price";
$text['label-monthly_price']['ar-eg'] = "";
$text['label-monthly_price']['de-at'] = "Monatlicher Verkaufspreis";
$text['label-monthly_price']['de-ch'] = "";
$text['label-monthly_price']['de-de'] = "Monatlicher Verkaufspreis";
$text['label-monthly_price']['es-cl'] = "Precio mensual de venta";
$text['label-monthly_price']['es-mx'] = "";
$text['label-monthly_price']['fr-ca'] = "";
$text['label-monthly_price']['fr-fr'] = "Prix mensuel à vendre";
$text['label-monthly_price']['he-il'] = "מכירה חודשית";
$text['label-monthly_price']['it-it'] = "Prezzo di vendita mensile";
@ -157,6 +196,7 @@ $text['label-monthly_price']['nl-nl'] = "";
$text['label-monthly_price']['pl-pl'] = "Miesięczna cena sprzedaży";
$text['label-monthly_price']['pt-br'] = "Preço mensal de venda";
$text['label-monthly_price']['pt-pt'] = "Preço mensal de venta";
$text['label-monthly_price']['ro-ro'] = "";
$text['label-monthly_price']['ru-ru'] = "Месячный тариф продажи";
$text['label-monthly_price']['sv-se'] = "Säljpris / Månad";
$text['label-monthly_price']['uk-ua'] = "Щомісячна ціна продажу";
@ -164,8 +204,11 @@ $text['label-monthly_price']['uk-ua'] = "Щомісячна ціна прода
$text['label-fax_uuid']['en-us'] = "Fax Detection";
$text['label-fax_uuid']['ar-eg'] = "";
$text['label-fax_uuid']['de-at'] = "Fax Erkennung";
$text['label-fax_uuid']['de-ch'] = "";
$text['label-fax_uuid']['de-de'] = "Fax Erkennung";
$text['label-fax_uuid']['es-cl'] = "Detección de Fax";
$text['label-fax_uuid']['es-mx'] = "";
$text['label-fax_uuid']['fr-ca'] = "";
$text['label-fax_uuid']['fr-fr'] = "Détection de Fax";
$text['label-fax_uuid']['he-il'] = "זיהוי פקסים";
$text['label-fax_uuid']['it-it'] = "Rilevamento Fax";
@ -173,6 +216,7 @@ $text['label-fax_uuid']['nl-nl'] = "";
$text['label-fax_uuid']['pl-pl'] = "Wykrywanie faksu";
$text['label-fax_uuid']['pt-br'] = "Detecção de FAX";
$text['label-fax_uuid']['pt-pt'] = "Detecção de fax";
$text['label-fax_uuid']['ro-ro'] = "";
$text['label-fax_uuid']['ru-ru'] = "Обнаружение факсов";
$text['label-fax_uuid']['sv-se'] = "Fax Detektering";
$text['label-fax_uuid']['uk-ua'] = "Виявлення факсу";
@ -180,8 +224,11 @@ $text['label-fax_uuid']['uk-ua'] = "Виявлення факсу";
$text['label-domain-name']['en-us'] = "Domain Name";
$text['label-domain-name']['ar-eg'] = "اسم النطاق";
$text['label-domain-name']['de-at'] = "Domänen Name";
$text['label-domain-name']['de-ch'] = "";
$text['label-domain-name']['de-de'] = "Domänen Name";
$text['label-domain-name']['es-cl'] = "Nombre de Dominio";
$text['label-domain-name']['es-mx'] = "";
$text['label-domain-name']['fr-ca'] = "";
$text['label-domain-name']['fr-fr'] = "Nom de Domaine";
$text['label-domain-name']['he-il'] = "שם דומיין";
$text['label-domain-name']['it-it'] = "Nome Dominio";
@ -189,6 +236,7 @@ $text['label-domain-name']['nl-nl'] = "";
$text['label-domain-name']['pl-pl'] = "Nazwa domeny";
$text['label-domain-name']['pt-br'] = "Nome do Dominio";
$text['label-domain-name']['pt-pt'] = "Nome de Domínio";
$text['label-domain-name']['ro-ro'] = "";
$text['label-domain-name']['ru-ru'] = "Имя Домена";
$text['label-domain-name']['sv-se'] = "Domän Namn";
$text['label-domain-name']['uk-ua'] = "Назва домену";
@ -196,8 +244,11 @@ $text['label-domain-name']['uk-ua'] = "Назва домену";
$text['label-domain']['en-us'] = "Domain";
$text['label-domain']['ar-eg'] = "النطاق";
$text['label-domain']['de-at'] = "Domäne";
$text['label-domain']['de-ch'] = "";
$text['label-domain']['de-de'] = "Domäne";
$text['label-domain']['es-cl'] = "Dominio";
$text['label-domain']['es-mx'] = "";
$text['label-domain']['fr-ca'] = "";
$text['label-domain']['fr-fr'] = "Domaine";
$text['label-domain']['he-il'] = "תחום";
$text['label-domain']['it-it'] = "Dominio";
@ -205,6 +256,7 @@ $text['label-domain']['nl-nl'] = "";
$text['label-domain']['pl-pl'] = "Domena";
$text['label-domain']['pt-br'] = "Dominio";
$text['label-domain']['pt-pt'] = "Domínio";
$text['label-domain']['ro-ro'] = "Domeniu";
$text['label-domain']['ru-ru'] = "Домен";
$text['label-domain']['sv-se'] = "Domän";
$text['label-domain']['uk-ua'] = "Домен";
@ -212,8 +264,11 @@ $text['label-domain']['uk-ua'] = "Домен";
$text['label-detail_action']['en-us'] = "Actions";
$text['label-detail_action']['ar-eg'] = "الأفعال";
$text['label-detail_action']['de-at'] = "Aktionen";
$text['label-detail_action']['de-ch'] = "";
$text['label-detail_action']['de-de'] = "Aktionen";
$text['label-detail_action']['es-cl'] = "Accións";
$text['label-detail_action']['es-mx'] = "";
$text['label-detail_action']['fr-ca'] = "";
$text['label-detail_action']['fr-fr'] = "Actions";
$text['label-detail_action']['he-il'] = "פעולות";
$text['label-detail_action']['it-it'] = "Azioni";
@ -221,6 +276,7 @@ $text['label-detail_action']['nl-nl'] = "";
$text['label-detail_action']['pl-pl'] = "Operacje (gdzie przesłać rozmowę).";
$text['label-detail_action']['pt-br'] = "Ações";
$text['label-detail_action']['pt-pt'] = "Ações";
$text['label-detail_action']['ro-ro'] = "";
$text['label-detail_action']['ru-ru'] = "Действия";
$text['label-detail_action']['sv-se'] = "Åtgärder";
$text['label-detail_action']['uk-ua'] = "Дії";
@ -228,8 +284,11 @@ $text['label-detail_action']['uk-ua'] = "Дії";
$text['label-destination_type']['en-us'] = "Type";
$text['label-destination_type']['ar-eg'] = "النوع";
$text['label-destination_type']['de-at'] = "Art";
$text['label-destination_type']['de-ch'] = "";
$text['label-destination_type']['de-de'] = "Art";
$text['label-destination_type']['es-cl'] = "Tipo";
$text['label-destination_type']['es-mx'] = "";
$text['label-destination_type']['fr-ca'] = "";
$text['label-destination_type']['fr-fr'] = "Type";
$text['label-destination_type']['he-il'] = "סוג";
$text['label-destination_type']['it-it'] = "Tipo";
@ -237,6 +296,7 @@ $text['label-destination_type']['nl-nl'] = "";
$text['label-destination_type']['pl-pl'] = "Typ";
$text['label-destination_type']['pt-br'] = "Tipo";
$text['label-destination_type']['pt-pt'] = "Tipo";
$text['label-destination_type']['ro-ro'] = "";
$text['label-destination_type']['ru-ru'] = "Тип";
$text['label-destination_type']['sv-se'] = "Typ";
$text['label-destination_type']['uk-ua'] = "Тип";
@ -244,8 +304,11 @@ $text['label-destination_type']['uk-ua'] = "Тип";
$text['label-destination_number']['en-us'] = "Destination";
$text['label-destination_number']['ar-eg'] = "جهه الأتصال";
$text['label-destination_number']['de-at'] = "Ziel";
$text['label-destination_number']['de-ch'] = "";
$text['label-destination_number']['de-de'] = "Ziel";
$text['label-destination_number']['es-cl'] = "Destino";
$text['label-destination_number']['es-mx'] = "";
$text['label-destination_number']['fr-ca'] = "";
$text['label-destination_number']['fr-fr'] = "Destination";
$text['label-destination_number']['he-il'] = "יעד";
$text['label-destination_number']['it-it'] = "Destinazione";
@ -253,6 +316,7 @@ $text['label-destination_number']['nl-nl'] = "";
$text['label-destination_number']['pl-pl'] = "Destynacja";
$text['label-destination_number']['pt-br'] = "Desvio";
$text['label-destination_number']['pt-pt'] = "Desvio";
$text['label-destination_number']['ro-ro'] = "";
$text['label-destination_number']['ru-ru'] = "Направление";
$text['label-destination_number']['sv-se'] = "Destination";
$text['label-destination_number']['uk-ua'] = "Номер";
@ -260,8 +324,11 @@ $text['label-destination_number']['uk-ua'] = "Номер";
$text['label-destination_enabled']['en-us'] = "Enabled";
$text['label-destination_enabled']['ar-eg'] = "مفعل";
$text['label-destination_enabled']['de-at'] = "Aktiviert";
$text['label-destination_enabled']['de-ch'] = "";
$text['label-destination_enabled']['de-de'] = "Aktiviert";
$text['label-destination_enabled']['es-cl'] = "Activado";
$text['label-destination_enabled']['es-mx'] = "";
$text['label-destination_enabled']['fr-ca'] = "";
$text['label-destination_enabled']['fr-fr'] = "Actif";
$text['label-destination_enabled']['he-il'] = "מופעל";
$text['label-destination_enabled']['it-it'] = "Attivo";
@ -269,6 +336,7 @@ $text['label-destination_enabled']['nl-nl'] = "";
$text['label-destination_enabled']['pl-pl'] = "Włączona";
$text['label-destination_enabled']['pt-br'] = "Ativado";
$text['label-destination_enabled']['pt-pt'] = "Activado";
$text['label-destination_enabled']['ro-ro'] = "";
$text['label-destination_enabled']['ru-ru'] = "Включено";
$text['label-destination_enabled']['sv-se'] = "Aktiverad";
$text['label-destination_enabled']['uk-ua'] = "Включено";
@ -276,8 +344,11 @@ $text['label-destination_enabled']['uk-ua'] = "Включено";
$text['label-destination_description']['en-us'] = "Description";
$text['label-destination_description']['ar-eg'] = "الوصف";
$text['label-destination_description']['de-at'] = "Beschreibung";
$text['label-destination_description']['de-ch'] = "";
$text['label-destination_description']['de-de'] = "Beschreibung";
$text['label-destination_description']['es-cl'] = "Descripción";
$text['label-destination_description']['es-mx'] = "";
$text['label-destination_description']['fr-ca'] = "";
$text['label-destination_description']['fr-fr'] = "Description";
$text['label-destination_description']['he-il'] = "תאור";
$text['label-destination_description']['it-it'] = "Descrizione";
@ -285,6 +356,7 @@ $text['label-destination_description']['nl-nl'] = "";
$text['label-destination_description']['pl-pl'] = "Opis";
$text['label-destination_description']['pt-br'] = "Descrição";
$text['label-destination_description']['pt-pt'] = "Descrição";
$text['label-destination_description']['ro-ro'] = "";
$text['label-destination_description']['ru-ru'] = "Описание";
$text['label-destination_description']['sv-se'] = "Beskrivning";
$text['label-destination_description']['uk-ua'] = "Опис";
@ -292,8 +364,11 @@ $text['label-destination_description']['uk-ua'] = "Опис";
$text['label-destination_context']['en-us'] = "Context";
$text['label-destination_context']['ar-eg'] = "";
$text['label-destination_context']['de-at'] = "Kontext";
$text['label-destination_context']['de-ch'] = "";
$text['label-destination_context']['de-de'] = "Kontext";
$text['label-destination_context']['es-cl'] = "Contexto";
$text['label-destination_context']['es-mx'] = "";
$text['label-destination_context']['fr-ca'] = "";
$text['label-destination_context']['fr-fr'] = "Contexte";
$text['label-destination_context']['he-il'] = "תוכן";
$text['label-destination_context']['it-it'] = "Contesto";
@ -301,6 +376,7 @@ $text['label-destination_context']['nl-nl'] = "";
$text['label-destination_context']['pl-pl'] = "Kontekst";
$text['label-destination_context']['pt-br'] = "Contexto";
$text['label-destination_context']['pt-pt'] = "Contexto";
$text['label-destination_context']['ro-ro'] = "";
$text['label-destination_context']['ru-ru'] = "Контекст";
$text['label-destination_context']['sv-se'] = "Context";
$text['label-destination_context']['uk-ua'] = "Контекст";
@ -308,8 +384,11 @@ $text['label-destination_context']['uk-ua'] = "Контекст";
$text['label-destination_cid_name_prefix']['en-us'] = "Caller ID Name Prefix";
$text['label-destination_cid_name_prefix']['ar-eg'] = "";
$text['label-destination_cid_name_prefix']['de-at'] = "Präfix für Anruferkennung (Name)";
$text['label-destination_cid_name_prefix']['de-ch'] = "";
$text['label-destination_cid_name_prefix']['de-de'] = "Präfix für Anruferkennung (Name)";
$text['label-destination_cid_name_prefix']['es-cl'] = "Prefijo de Nombre de Caller ID";
$text['label-destination_cid_name_prefix']['es-mx'] = "";
$text['label-destination_cid_name_prefix']['fr-ca'] = "";
$text['label-destination_cid_name_prefix']['fr-fr'] = "Préfixe ajouté au nom de l'appelant";
$text['label-destination_cid_name_prefix']['he-il'] = "";
$text['label-destination_cid_name_prefix']['it-it'] = "Prefisso Nome Caller ID";
@ -317,6 +396,7 @@ $text['label-destination_cid_name_prefix']['nl-nl'] = "";
$text['label-destination_cid_name_prefix']['pl-pl'] = "Prefiks prezentacji nazwy dzwoniącego";
$text['label-destination_cid_name_prefix']['pt-br'] = "Nome do discador";
$text['label-destination_cid_name_prefix']['pt-pt'] = "Nome do Chamador";
$text['label-destination_cid_name_prefix']['ro-ro'] = "";
$text['label-destination_cid_name_prefix']['ru-ru'] = "Префикс имени (Caller ID) вызывающего абонента";
$text['label-destination_cid_name_prefix']['sv-se'] = "Caller ID Namn Prefix ";
$text['label-destination_cid_name_prefix']['uk-ua'] = "Caller ID Префікс імені";
@ -324,8 +404,11 @@ $text['label-destination_cid_name_prefix']['uk-ua'] = "Caller ID Префікс
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
$text['label-destination_caller_id_number']['ar-eg'] = "رقم المتصل";
$text['label-destination_caller_id_number']['de-at'] = "Anruferkennung (Nummer)";
$text['label-destination_caller_id_number']['de-ch'] = "";
$text['label-destination_caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
$text['label-destination_caller_id_number']['es-cl'] = "Número de Caller ID";
$text['label-destination_caller_id_number']['es-mx'] = "";
$text['label-destination_caller_id_number']['fr-ca'] = "";
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
$text['label-destination_caller_id_number']['he-il'] = "";
$text['label-destination_caller_id_number']['it-it'] = "Numero Caller ID";
@ -333,6 +416,7 @@ $text['label-destination_caller_id_number']['nl-nl'] = "";
$text['label-destination_caller_id_number']['pl-pl'] = "Prezentaca numeru dzwoniącego";
$text['label-destination_caller_id_number']['pt-br'] = "Número do discador";
$text['label-destination_caller_id_number']['pt-pt'] = "Número do chamador";
$text['label-destination_caller_id_number']['ro-ro'] = "";
$text['label-destination_caller_id_number']['ru-ru'] = "Префикс номера (Caller ID) вызывающего абонента";
$text['label-destination_caller_id_number']['sv-se'] = "Caller ID Nummer";
$text['label-destination_caller_id_number']['uk-ua'] = "Caller ID Номер";
@ -340,8 +424,11 @@ $text['label-destination_caller_id_number']['uk-ua'] = "Caller ID Номер";
$text['label-destination_caller_id_name']['en-us'] = "Caller ID Name";
$text['label-destination_caller_id_name']['ar-eg'] = "اسم المتصل";
$text['label-destination_caller_id_name']['de-at'] = "Anruferkennung (Name)";
$text['label-destination_caller_id_name']['de-ch'] = "";
$text['label-destination_caller_id_name']['de-de'] = "Anruferkennung (Name)";
$text['label-destination_caller_id_name']['es-cl'] = "Nombre de Caller ID";
$text['label-destination_caller_id_name']['es-mx'] = "";
$text['label-destination_caller_id_name']['fr-ca'] = "";
$text['label-destination_caller_id_name']['fr-fr'] = "Caller ID Name";
$text['label-destination_caller_id_name']['he-il'] = "";
$text['label-destination_caller_id_name']['it-it'] = "Nome Caller ID";
@ -349,6 +436,7 @@ $text['label-destination_caller_id_name']['nl-nl'] = "";
$text['label-destination_caller_id_name']['pl-pl'] = "Prezentaca nazwy dzwoniącego";
$text['label-destination_caller_id_name']['pt-br'] = "Nome do discador";
$text['label-destination_caller_id_name']['pt-pt'] = "Nome do chamador";
$text['label-destination_caller_id_name']['ro-ro'] = "";
$text['label-destination_caller_id_name']['ru-ru'] = "Имя идентификатора (Caller ID) вызывающего абонента";
$text['label-destination_caller_id_name']['sv-se'] = "Caller ID Namn";
$text['label-destination_caller_id_name']['uk-ua'] = "Caller ID Ім’я";
@ -356,8 +444,11 @@ $text['label-destination_caller_id_name']['uk-ua'] = "Caller ID Ім’я";
$text['label-carrier']['en-us'] = "Carrier name";
$text['label-carrier']['ar-eg'] = "";
$text['label-carrier']['de-at'] = "Provider Name";
$text['label-carrier']['de-ch'] = "";
$text['label-carrier']['de-de'] = "Provider Name";
$text['label-carrier']['es-cl'] = "Nombre del carrier";
$text['label-carrier']['es-mx'] = "";
$text['label-carrier']['fr-ca'] = "";
$text['label-carrier']['fr-fr'] = "Nom du carrier";
$text['label-carrier']['he-il'] = "שם מפעיל";
$text['label-carrier']['it-it'] = "Nome Carrier";
@ -365,6 +456,7 @@ $text['label-carrier']['nl-nl'] = "";
$text['label-carrier']['pl-pl'] = "Nazwa operatora";
$text['label-carrier']['pt-br'] = "Nome do transporte";
$text['label-carrier']['pt-pt'] = "Nombre del carrier";
$text['label-carrier']['ro-ro'] = "";
$text['label-carrier']['ru-ru'] = "Название оператора";
$text['label-carrier']['sv-se'] = "Operatör";
$text['label-carrier']['uk-ua'] = "Назва оператора";
@ -372,8 +464,11 @@ $text['label-carrier']['uk-ua'] = "Назва оператора";
$text['label-account_code']['en-us'] = "Account Code";
$text['label-account_code']['ar-eg'] = "";
$text['label-account_code']['de-at'] = "Kontoschlüssel";
$text['label-account_code']['de-ch'] = "";
$text['label-account_code']['de-de'] = "Kontoschlüssel";
$text['label-account_code']['es-cl'] = "Código de Cuenta";
$text['label-account_code']['es-mx'] = "";
$text['label-account_code']['fr-ca'] = "";
$text['label-account_code']['fr-fr'] = "Code de Compte";
$text['label-account_code']['he-il'] = "קוד חשבון";
$text['label-account_code']['it-it'] = "Codice Account";
@ -381,6 +476,7 @@ $text['label-account_code']['nl-nl'] = "";
$text['label-account_code']['pl-pl'] = "Numer konta bilingowego";
$text['label-account_code']['pt-br'] = "Código da conta";
$text['label-account_code']['pt-pt'] = "Código de Conta";
$text['label-account_code']['ro-ro'] = "";
$text['label-account_code']['ru-ru'] = "Код Учетной Записи";
$text['label-account_code']['sv-se'] = "Account Code";
$text['label-account_code']['uk-ua'] = "Код облікового запису";
@ -388,8 +484,11 @@ $text['label-account_code']['uk-ua'] = "Код облікового запису
$text['header-destinations']['en-us'] = "Destinations";
$text['header-destinations']['ar-eg'] = "جهات الأتصال";
$text['header-destinations']['de-at'] = "Ziele";
$text['header-destinations']['de-ch'] = "";
$text['header-destinations']['de-de'] = "Ziele";
$text['header-destinations']['es-cl'] = "Destinos";
$text['header-destinations']['es-mx'] = "";
$text['header-destinations']['fr-ca'] = "";
$text['header-destinations']['fr-fr'] = "Destinations";
$text['header-destinations']['he-il'] = "יעדים";
$text['header-destinations']['it-it'] = "Destinazioni";
@ -397,6 +496,7 @@ $text['header-destinations']['nl-nl'] = "";
$text['header-destinations']['pl-pl'] = "Destynacje";
$text['header-destinations']['pt-br'] = "Destinos";
$text['header-destinations']['pt-pt'] = "Destinos";
$text['header-destinations']['ro-ro'] = "";
$text['header-destinations']['ru-ru'] = "Направления";
$text['header-destinations']['sv-se'] = "Destinationer";
$text['header-destinations']['uk-ua'] = "Номери";
@ -404,8 +504,11 @@ $text['header-destinations']['uk-ua'] = "Номери";
$text['header-destination-edit']['en-us'] = "Destination";
$text['header-destination-edit']['ar-eg'] = "جهه الأتصال";
$text['header-destination-edit']['de-at'] = "Ziel";
$text['header-destination-edit']['de-ch'] = "";
$text['header-destination-edit']['de-de'] = "Ziel";
$text['header-destination-edit']['es-cl'] = "Editar Destino";
$text['header-destination-edit']['es-mx'] = "";
$text['header-destination-edit']['fr-ca'] = "";
$text['header-destination-edit']['fr-fr'] = "Editer la Destination";
$text['header-destination-edit']['he-il'] = "יעד";
$text['header-destination-edit']['it-it'] = "Destinazione";
@ -413,6 +516,7 @@ $text['header-destination-edit']['nl-nl'] = "";
$text['header-destination-edit']['pl-pl'] = "Destynacja";
$text['header-destination-edit']['pt-br'] = "Editar destino";
$text['header-destination-edit']['pt-pt'] = "Editar Desvio";
$text['header-destination-edit']['ro-ro'] = "";
$text['header-destination-edit']['ru-ru'] = "Направление";
$text['header-destination-edit']['sv-se'] = "Destination";
$text['header-destination-edit']['uk-ua'] = "Номер";
@ -420,8 +524,11 @@ $text['header-destination-edit']['uk-ua'] = "Номер";
$text['header-destination-add']['en-us'] = "Destination";
$text['header-destination-add']['ar-eg'] = "جهه الأتصال";
$text['header-destination-add']['de-at'] = "Ziel";
$text['header-destination-add']['de-ch'] = "";
$text['header-destination-add']['de-de'] = "Ziel";
$text['header-destination-add']['es-cl'] = "Agregar Destino";
$text['header-destination-add']['es-mx'] = "";
$text['header-destination-add']['fr-ca'] = "";
$text['header-destination-add']['fr-fr'] = "Ajouter une Destination";
$text['header-destination-add']['he-il'] = "יעד";
$text['header-destination-add']['it-it'] = "Destinazione";
@ -429,6 +536,7 @@ $text['header-destination-add']['nl-nl'] = "";
$text['header-destination-add']['pl-pl'] = "Destynacja";
$text['header-destination-add']['pt-br'] = "Adicionar desvio";
$text['header-destination-add']['pt-pt'] = "Adicionar Desvio";
$text['header-destination-add']['ro-ro'] = "";
$text['header-destination-add']['ru-ru'] = "Направление";
$text['header-destination-add']['sv-se'] = "Destination";
$text['header-destination-add']['uk-ua'] = "Номер";
@ -436,8 +544,11 @@ $text['header-destination-add']['uk-ua'] = "Номер";
$text['description-monthly_price_buy']['en-us'] = "Enter monthly price you pay for this destination (only when inbound)";
$text['description-monthly_price_buy']['ar-eg'] = "";
$text['description-monthly_price_buy']['de-at'] = "Geben Sie den monatlichen Einkaufspreis für dieses Ziel an (nur wenn eingehend)";
$text['description-monthly_price_buy']['de-ch'] = "";
$text['description-monthly_price_buy']['de-de'] = "Geben Sie den monatlichen Einkaufspreis für dieses Ziel an (nur wenn eingehend)";
$text['description-monthly_price_buy']['es-cl'] = "Ingrese el precio mensual que usted paga por este destino (sólo entrante)";
$text['description-monthly_price_buy']['es-mx'] = "";
$text['description-monthly_price_buy']['fr-ca'] = "";
$text['description-monthly_price_buy']['fr-fr'] = "Entrez prix mensuel de projet de achat pour cette destination (uniquement lorsque entrant)";
$text['description-monthly_price_buy']['he-il'] = "";
$text['description-monthly_price_buy']['it-it'] = "Inserire il prezzo mensile pagato per questa destinazione (solo quando In Entrata)";
@ -445,15 +556,19 @@ $text['description-monthly_price_buy']['nl-nl'] = "";
$text['description-monthly_price_buy']['pl-pl'] = "Wpisz kwotę, która ty płacisz miesięcznie za tę destynacje (tylko przychodzące)";
$text['description-monthly_price_buy']['pt-br'] = "Digite o preço mensal para este destino (Apenas quando for entrada)";
$text['description-monthly_price_buy']['pt-pt'] = "Digite o preço mensal de paga para este destino (somente quando entrada)";
$text['description-monthly_price_buy']['ro-ro'] = "";
$text['description-monthly_price_buy']['ru-ru'] = "Введите ежемесячную цену, которую вы платите за это направление (только за входящие)";
$text['description-monthly_price_buy']['sv-se'] = "Ange pris per månad som du betslar för denna destination (endast vid inkommande)";
$text['description-monthly_price_buy']['sv-se'] = "Ange pris per månad som du betalar för denna destination (endast vid inkommande)";
$text['description-monthly_price_buy']['uk-ua'] = "Введіть щомісячний тариф, який оплачуєте за цей номер (тільки для вхідних)";
$text['description-monthly_price']['en-us'] = "Enter monthly price to bill for this destination (only when inbound)";
$text['description-monthly_price']['ar-eg'] = "";
$text['description-monthly_price']['de-at'] = "Geben Sie den monatlichen Verkaufspreis für dieses Ziel an (nur wenn eingehend)";
$text['description-monthly_price']['de-ch'] = "";
$text['description-monthly_price']['de-de'] = "Geben Sie den monatlichen Verkaufspreis für dieses Ziel an (nur wenn eingehend)";
$text['description-monthly_price']['es-cl'] = "Ingrese el precio mensual a cobrar por este destino (sólo entrante)";
$text['description-monthly_price']['es-mx'] = "";
$text['description-monthly_price']['fr-ca'] = "";
$text['description-monthly_price']['fr-fr'] = "Entrez prix mensuel de projet de loi pour cette destination (uniquement lorsque entrant)";
$text['description-monthly_price']['he-il'] = "";
$text['description-monthly_price']['it-it'] = "Inserire il prezzo di vendita per questa destinazione (solo quando In Entrata)";
@ -461,6 +576,7 @@ $text['description-monthly_price']['nl-nl'] = "";
$text['description-monthly_price']['pl-pl'] = "Wpisz kwotę, która ty płacisz miesięcznie za tę destynacje (tylko wychodzące)";
$text['description-monthly_price']['pt-br'] = "Digite o preço mensal da conta para este destino";
$text['description-monthly_price']['pt-pt'] = "Digite o preço mensal de conta para este destino (somente quando entrada)";
$text['description-monthly_price']['ro-ro'] = "";
$text['description-monthly_price']['ru-ru'] = "Введите месячную цену для выставления счета для этого пункта назначения (только за входящие)";
$text['description-monthly_price']['sv-se'] = "Ange pris per månad till kund för denna destination (endast vid inkommande)";
$text['description-monthly_price']['uk-ua'] = "Введіть щомісячний тариф для абонентів за цей номер (тільки для вхідних)";
@ -468,8 +584,11 @@ $text['description-monthly_price']['uk-ua'] = "Введіть щомісячни
$text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. ";
$text['description-fax_uuid']['ar-eg'] = "";
$text['description-fax_uuid']['de-at'] = "Wählen Sie einen Fax Server um Faxerkennung für eingehende Anrufe zu aktivieren.";
$text['description-fax_uuid']['de-ch'] = "";
$text['description-fax_uuid']['de-de'] = "Wählen Sie einen Fax Server um Faxerkennung für eingehende Anrufe zu aktivieren.";
$text['description-fax_uuid']['es-cl'] = "Seleccione el destino de fax para activar su detección";
$text['description-fax_uuid']['es-mx'] = "";
$text['description-fax_uuid']['fr-ca'] = "";
$text['description-fax_uuid']['fr-fr'] = "Insérer la destination Fax afin d'activer la détection de Fax.";
$text['description-fax_uuid']['he-il'] = "";
$text['description-fax_uuid']['it-it'] = "Selezionare la destinazione fax per attivare il riconoscimento fax. ";
@ -477,31 +596,19 @@ $text['description-fax_uuid']['nl-nl'] = "";
$text['description-fax_uuid']['pl-pl'] = "Wybierz destynację faksu aby włączyć wykrywanie faksu.";
$text['description-fax_uuid']['pt-br'] = "Selecione o destino de FAX para ativar a detecção de FAX";
$text['description-fax_uuid']['pt-pt'] = "Seleccione o destino de fax para activar a detecção de fax.";
$text['description-fax_uuid']['ro-ro'] = "";
$text['description-fax_uuid']['ru-ru'] = "Выберите адресат факса, чтобы включить его обнаружение.";
$text['description-fax_uuid']['sv-se'] = "Ange fax destination för att aktivera fax deteketering.";
$text['description-fax_uuid']['uk-ua'] = "Виберіть номер для факсу, щоб дозволити його виявлення";
$text['description-domain']['en-us'] = "";
$text['description-domain']['ar-eg'] = "";
$text['description-domain']['de-at'] = "";
$text['description-domain']['de-de'] = "";
$text['description-domain']['es-cl'] = "";
$text['description-domain']['fr-fr'] = "";
$text['description-domain']['he-il'] = "";
$text['description-domain']['it-it'] = "";
$text['description-domain']['nl-nl'] = "";
$text['description-domain']['pl-pl'] = "";
$text['description-domain']['pt-br'] = "";
$text['description-domain']['pt-pt'] = "";
$text['description-domain']['ru-ru'] = "";
$text['description-domain']['sv-se'] = "";
$text['description-domain']['uk-ua'] = "";
$text['description-destinations']['en-us'] = "Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.";
$text['description-destinations']['ar-eg'] = "";
$text['description-destinations']['de-at'] = "Eingehende Ziele sind DID/DDI, DNIS oder alternative Nummern für eingehende Anrufe";
$text['description-destinations']['de-ch'] = "";
$text['description-destinations']['de-de'] = "Eingehende Ziele sind DID/DDI, DNIS oder alternative Nummern für eingehende Anrufe";
$text['description-destinations']['es-cl'] = "Destinos entrantes son los DID/DDI, DNIS o un alias para llamadas entrantes";
$text['description-destinations']['es-mx'] = "";
$text['description-destinations']['fr-ca'] = "";
$text['description-destinations']['fr-fr'] = "Les destinations entrantes sont des SDA/DDI, DNIS ou des Aliases.";
$text['description-destinations']['he-il'] = "";
$text['description-destinations']['it-it'] = "Le destinazioni sono DID/DDI, DNIS or Alias per le chiamate in entrata.";
@ -509,6 +616,7 @@ $text['description-destinations']['nl-nl'] = "";
$text['description-destinations']['pl-pl'] = "Destynacjami przychodzącymi są: DID/DDI, DNIS, alias lub rozmowy przychodzące.";
$text['description-destinations']['pt-br'] = "Destinos de entrada são os DID/DDI, DNIS";
$text['description-destinations']['pt-pt'] = "Destinos de entrada são os DID/DDI, DNIS ou Alias para as chamadas de entrada.";
$text['description-destinations']['ro-ro'] = "";
$text['description-destinations']['ru-ru'] = "Входящие адресаты - это DID / DDI, DNIS или Псевдоним для входящих вызовов.";
$text['description-destinations']['sv-se'] = "Inkommande destinationer är DID / DDI , DNIS eller Alias för inkommande samtal.";
$text['description-destinations']['uk-ua'] = "Вхідні номери можуть бути таких типів: DID/DDI, DNIS або Alias для вхідних дзвінків";
@ -516,8 +624,11 @@ $text['description-destinations']['uk-ua'] = "Вхідні номери можу
$text['description-destination_type']['en-us'] = "Select the type.";
$text['description-destination_type']['ar-eg'] = "اختر النوع";
$text['description-destination_type']['de-at'] = "Wählen Sie die Art.";
$text['description-destination_type']['de-ch'] = "";
$text['description-destination_type']['de-de'] = "Wählen Sie die Art.";
$text['description-destination_type']['es-cl'] = "Seleccione el tipo.";
$text['description-destination_type']['es-mx'] = "";
$text['description-destination_type']['fr-ca'] = "";
$text['description-destination_type']['fr-fr'] = "Choisir le type.";
$text['description-destination_type']['he-il'] = "בחר את הסוג";
$text['description-destination_type']['it-it'] = "Seleziona il tipo.";
@ -525,6 +636,7 @@ $text['description-destination_type']['nl-nl'] = "";
$text['description-destination_type']['pl-pl'] = "Wybierz typ";
$text['description-destination_type']['pt-br'] = "Selecionar o tipo";
$text['description-destination_type']['pt-pt'] = "Seleccionar o tipo.";
$text['description-destination_type']['ro-ro'] = "";
$text['description-destination_type']['ru-ru'] = "Выберите Тип.";
$text['description-destination_type']['sv-se'] = "Välj typ";
$text['description-destination_type']['uk-ua'] = "Виберіть тип";
@ -532,8 +644,11 @@ $text['description-destination_type']['uk-ua'] = "Виберіть тип";
$text['description-destination_number']['en-us'] = "Enter the destination.";
$text['description-destination_number']['ar-eg'] = "أدخل جهه الأتصال";
$text['description-destination_number']['de-at'] = "Geben Sie das Ziel an.";
$text['description-destination_number']['de-ch'] = "";
$text['description-destination_number']['de-de'] = "Geben Sie das Ziel an.";
$text['description-destination_number']['es-cl'] = "Ingrese el destino.";
$text['description-destination_number']['es-mx'] = "";
$text['description-destination_number']['fr-ca'] = "";
$text['description-destination_number']['fr-fr'] = "Indiquer la destination.";
$text['description-destination_number']['he-il'] = "הכנס יעד";
$text['description-destination_number']['it-it'] = "Inserisci la destinazione.";
@ -541,6 +656,7 @@ $text['description-destination_number']['nl-nl'] = "";
$text['description-destination_number']['pl-pl'] = "Wpisz destynację (np. numer DDI).";
$text['description-destination_number']['pt-br'] = "Insira o destino";
$text['description-destination_number']['pt-pt'] = "Introduza o desvio.";
$text['description-destination_number']['ro-ro'] = "";
$text['description-destination_number']['ru-ru'] = "Введите номер назначения.";
$text['description-destination_number']['sv-se'] = "Ange destinationen.";
$text['description-destination_number']['uk-ua'] = "Введіть номер";
@ -548,8 +664,11 @@ $text['description-destination_number']['uk-ua'] = "Введіть номер";
$text['description-destination_enabled']['en-us'] = "Set the current status of this destination.";
$text['description-destination_enabled']['ar-eg'] = "";
$text['description-destination_enabled']['de-at'] = "Setzen Sie den derzeitigen Status des Ziels.";
$text['description-destination_enabled']['de-ch'] = "";
$text['description-destination_enabled']['de-de'] = "Setzen Sie den derzeitigen Status des Ziels.";
$text['description-destination_enabled']['es-cl'] = "Configure el estado actual de este destino";
$text['description-destination_enabled']['es-mx'] = "";
$text['description-destination_enabled']['fr-ca'] = "";
$text['description-destination_enabled']['fr-fr'] = "Choisir l'état courant de la destination.";
$text['description-destination_enabled']['he-il'] = "";
$text['description-destination_enabled']['it-it'] = "Imposta lo stato attuale della destinazione.";
@ -557,6 +676,7 @@ $text['description-destination_enabled']['nl-nl'] = "";
$text['description-destination_enabled']['pl-pl'] = "Ustaw obecny stan destynacji";
$text['description-destination_enabled']['pt-br'] = "Selecione o destino";
$text['description-destination_enabled']['pt-pt'] = "Escolha o estado corrente deste destino.";
$text['description-destination_enabled']['ro-ro'] = "";
$text['description-destination_enabled']['ru-ru'] = "Установите текущий статус этого пункта назначения.";
$text['description-destination_enabled']['sv-se'] = "Ange den nuvarande statusen för denna destination.";
$text['description-destination_enabled']['uk-ua'] = "Виберіть поточний статус для номера";
@ -564,8 +684,11 @@ $text['description-destination_enabled']['uk-ua'] = "Виберіть поточ
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
$text['description-destination_description']['ar-eg'] = "";
$text['description-destination_description']['de-at'] = "Geben Sie eine Beschreibung für dieses Ziel an (optional).";
$text['description-destination_description']['de-ch'] = "";
$text['description-destination_description']['de-de'] = "Geben Sie eine Beschreibung für dieses Ziel an (optional).";
$text['description-destination_description']['es-cl'] = "Ingrese una descripción para este destino (opcional)";
$text['description-destination_description']['es-mx'] = "";
$text['description-destination_description']['fr-ca'] = "";
$text['description-destination_description']['fr-fr'] = "Entrez une description pour cette destination (facultative).";
$text['description-destination_description']['he-il'] = "";
$text['description-destination_description']['it-it'] = "Inserisci una descrizione per la destinazione (opzionale).";
@ -573,6 +696,7 @@ $text['description-destination_description']['nl-nl'] = "";
$text['description-destination_description']['pl-pl'] = "Wpisz opis tej destynacji (opcjonalne)";
$text['description-destination_description']['pt-br'] = "Insira uma descrição para este destino (opcional)";
$text['description-destination_description']['pt-pt'] = "Introduza uma descrição para este destino (opcional).";
$text['description-destination_description']['ro-ro'] = "";
$text['description-destination_description']['ru-ru'] = "Введите описание для этого места назначения (опционально).";
$text['description-destination_description']['sv-se'] = "Ange en beskrivning för denna destination (frivillig).";
$text['description-destination_description']['uk-ua'] = "Введіть опис для номера (не обов’язково)";
@ -580,8 +704,11 @@ $text['description-destination_description']['uk-ua'] = "Введіть опис
$text['description-destination_context']['en-us'] = "Enter the context.";
$text['description-destination_context']['ar-eg'] = "";
$text['description-destination_context']['de-at'] = "Geben Sie den Kontext an.";
$text['description-destination_context']['de-ch'] = "";
$text['description-destination_context']['de-de'] = "Geben Sie den Kontext an.";
$text['description-destination_context']['es-cl'] = "Ingrese el contexto";
$text['description-destination_context']['es-mx'] = "";
$text['description-destination_context']['fr-ca'] = "";
$text['description-destination_context']['fr-fr'] = "Entrer le context.";
$text['description-destination_context']['he-il'] = "";
$text['description-destination_context']['it-it'] = "Inserisci il contesto.";
@ -589,6 +716,7 @@ $text['description-destination_context']['nl-nl'] = "";
$text['description-destination_context']['pl-pl'] = "Wpisz kontekst";
$text['description-destination_context']['pt-br'] = "Insira o contexto";
$text['description-destination_context']['pt-pt'] = "Introduza o contexto.";
$text['description-destination_context']['ro-ro'] = "";
$text['description-destination_context']['ru-ru'] = "Введите контекст.";
$text['description-destination_context']['sv-se'] = "Ange Context.";
$text['description-destination_context']['uk-ua'] = "Контекст";
@ -596,8 +724,11 @@ $text['description-destination_context']['uk-ua'] = "Контекст";
$text['description-destination_cid_name_prefix']['en-us'] = "Set a prefix on the caller ID name.";
$text['description-destination_cid_name_prefix']['ar-eg'] = "";
$text['description-destination_cid_name_prefix']['de-at'] = "Geben Sie ein Präfix für die Anruferkennung (Name) an.";
$text['description-destination_cid_name_prefix']['de-ch'] = "";
$text['description-destination_cid_name_prefix']['de-de'] = "Geben Sie ein Präfix für die Anruferkennung (Name) an.";
$text['description-destination_cid_name_prefix']['es-cl'] = "Configurar el prefijo del nombre de Caller ID.";
$text['description-destination_cid_name_prefix']['es-mx'] = "";
$text['description-destination_cid_name_prefix']['fr-ca'] = "";
$text['description-destination_cid_name_prefix']['fr-fr'] = "Choisir un préfixe à ajouter au nom de l'appelant.";
$text['description-destination_cid_name_prefix']['he-il'] = "";
$text['description-destination_cid_name_prefix']['it-it'] = "Imposta un prefisso sul nome Caller Id.";
@ -605,6 +736,7 @@ $text['description-destination_cid_name_prefix']['nl-nl'] = "";
$text['description-destination_cid_name_prefix']['pl-pl'] = "Ustaw prefiks prezentacji nazwy dzwoniącego";
$text['description-destination_cid_name_prefix']['pt-br'] = "Escolha um prefixo e adicione ao nome do discador ";
$text['description-destination_cid_name_prefix']['pt-pt'] = "Escolha um prefixo a adicionar ao nome do chamador.";
$text['description-destination_cid_name_prefix']['ro-ro'] = "";
$text['description-destination_cid_name_prefix']['ru-ru'] = "Задайте префикс имени (caller ID) идентификатора вызывающего абонента.";
$text['description-destination_cid_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID Namn.";
$text['description-destination_cid_name_prefix']['uk-ua'] = "Введіть префікс для імені Caller ID";
@ -612,8 +744,11 @@ $text['description-destination_cid_name_prefix']['uk-ua'] = "Введіть пр
$text['description-destination_caller_id_number']['en-us'] = "Enter the caller ID number.";
$text['description-destination_caller_id_number']['ar-eg'] = "أدخل رقم المتصل";
$text['description-destination_caller_id_number']['de-at'] = "Geben Sie die Anruferkennung (Nummer) an.";
$text['description-destination_caller_id_number']['de-ch'] = "";
$text['description-destination_caller_id_number']['de-de'] = "Geben Sie die Anruferkennung (Nummer) an.";
$text['description-destination_caller_id_number']['es-cl'] = "Ingrese el número de Caller ID";
$text['description-destination_caller_id_number']['es-mx'] = "";
$text['description-destination_caller_id_number']['fr-ca'] = "";
$text['description-destination_caller_id_number']['fr-fr'] = "Insérer le numéro d'appelant.";
$text['description-destination_caller_id_number']['he-il'] = "";
$text['description-destination_caller_id_number']['it-it'] = "Inserisci il numero Caller ID.";
@ -621,6 +756,7 @@ $text['description-destination_caller_id_number']['nl-nl'] = "";
$text['description-destination_caller_id_number']['pl-pl'] = "Wpisz prezentację numeru dzwoniącego";
$text['description-destination_caller_id_number']['pt-br'] = "Insira o número do discador";
$text['description-destination_caller_id_number']['pt-pt'] = "Introduza o número do chamador";
$text['description-destination_caller_id_number']['ro-ro'] = "";
$text['description-destination_caller_id_number']['ru-ru'] = "Введите идентификационный номер (caller ID) вызывающего абонента.";
$text['description-destination_caller_id_number']['sv-se'] = "Ange Caller ID Nummer.";
$text['description-destination_caller_id_number']['uk-ua'] = "Введіть номер Caller ID";
@ -628,8 +764,11 @@ $text['description-destination_caller_id_number']['uk-ua'] = "Введіть н
$text['description-destination_caller_id_name']['en-us'] = "Enter the caller ID name.";
$text['description-destination_caller_id_name']['ar-eg'] = "أدخل اسم المتصل";
$text['description-destination_caller_id_name']['de-at'] = "Geben Sie die Anruferkennung (Name) an.";
$text['description-destination_caller_id_name']['de-ch'] = "";
$text['description-destination_caller_id_name']['de-de'] = "Geben Sie die Anruferkennung (Name) an.";
$text['description-destination_caller_id_name']['es-cl'] = "Ingrese el nombre de caller ID";
$text['description-destination_caller_id_name']['es-mx'] = "";
$text['description-destination_caller_id_name']['fr-ca'] = "";
$text['description-destination_caller_id_name']['fr-fr'] = "Insérer le nom d'appelant.";
$text['description-destination_caller_id_name']['he-il'] = "";
$text['description-destination_caller_id_name']['it-it'] = "Inserisci il nome Caller ID.";
@ -637,6 +776,7 @@ $text['description-destination_caller_id_name']['nl-nl'] = "";
$text['description-destination_caller_id_name']['pl-pl'] = "Wpisz prezentację nazwy dzwoniącego";
$text['description-destination_caller_id_name']['pt-br'] = "Insira o nome do discador";
$text['description-destination_caller_id_name']['pt-pt'] = "Introduza o nome do chamador";
$text['description-destination_caller_id_name']['ro-ro'] = "";
$text['description-destination_caller_id_name']['ru-ru'] = "Введите имя (caller ID) вызывающего абонента.";
$text['description-destination_caller_id_name']['sv-se'] = "Ange Caller ID Namn.";
$text['description-destination_caller_id_name']['uk-ua'] = "Введіть ім’я Caller ID";
@ -644,8 +784,11 @@ $text['description-destination_caller_id_name']['uk-ua'] = "Введіть ім
$text['description-carrier']['en-us'] = "Enter the carrier name. This is use to keep track incase billing";
$text['description-carrier']['ar-eg'] = "";
$text['description-carrier']['de-at'] = "Geben Sie den Providernamen an. Dies wird für das Abrechnungsmodul verwendet.";
$text['description-carrier']['de-ch'] = "";
$text['description-carrier']['de-de'] = "Geben Sie den Providernamen an. Dies wird für das Abrechnungsmodul verwendet.";
$text['description-carrier']['es-cl'] = "Introduzca el nombre del carrier. Esto se utiliza para realizar un seguimiento en caso de facturación";
$text['description-carrier']['es-mx'] = "";
$text['description-carrier']['fr-ca'] = "";
$text['description-carrier']['fr-fr'] = "Entrez le nom du transporteur. Ceci est utilise pour garder une trace encas facturation";
$text['description-carrier']['he-il'] = "";
$text['description-carrier']['it-it'] = "Inserisci il nome del carrier. Questo è usato per tener traccia nel caso di fatturazione";
@ -653,6 +796,7 @@ $text['description-carrier']['nl-nl'] = "";
$text['description-carrier']['pl-pl'] = "Wpisz nazwę operatora. Może ona być pomocna przy rozliczeniach";
$text['description-carrier']['pt-br'] = "Digite o nome da operadora. Isto é usado para manter o controle sobre o faturamento";
$text['description-carrier']['pt-pt'] = "Digite o nome da operadora. Isto é usado para manter o controle meter faturamento";
$text['description-carrier']['ro-ro'] = "";
$text['description-carrier']['ru-ru'] = "Введите имя оператора. Это используется для тарификации";
$text['description-carrier']['sv-se'] = "Ange operatörens namn. Detta används för att hålla reda på debitering.";
$text['description-carrier']['uk-ua'] = "Введіть назву оператора. Використовується для тарифікації";
@ -660,8 +804,11 @@ $text['description-carrier']['uk-ua'] = "Введіть назву операт
$text['description-account_code']['en-us'] = "Enter account code.";
$text['description-account_code']['ar-eg'] = "";
$text['description-account_code']['de-at'] = "Geben Sie einen Kontoschlüssel an.";
$text['description-account_code']['de-ch'] = "";
$text['description-account_code']['de-de'] = "Geben Sie einen Kontoschlüssel an.";
$text['description-account_code']['es-cl'] = "Ingrese el código de cuenta.";
$text['description-account_code']['es-mx'] = "";
$text['description-account_code']['fr-ca'] = "";
$text['description-account_code']['fr-fr'] = "Entrez nom de client.";
$text['description-account_code']['he-il'] = "הכנס קוד חשבון";
$text['description-account_code']['it-it'] = "Inserisci il codice account.";
@ -669,6 +816,7 @@ $text['description-account_code']['nl-nl'] = "";
$text['description-account_code']['pl-pl'] = "Wpisz numer konta bilingowego (nagłówek dodany do SIP INVITE).";
$text['description-account_code']['pt-br'] = "Digite o código de conta";
$text['description-account_code']['pt-pt'] = "Digite o código de conta.";
$text['description-account_code']['ro-ro'] = "";
$text['description-account_code']['ru-ru'] = "Введите код учетной записи.";
$text['description-account_code']['sv-se'] = "Ange 'account code'.";
$text['description-account_code']['uk-ua'] = "Введіть код облікового запису";
@ -676,8 +824,11 @@ $text['description-account_code']['uk-ua'] = "Введіть код обліко
$text['billing-warning']['en-us'] = "If you are using fusionpbx billing application, make sure to add accountcode and carrier variables.";
$text['billing-warning']['ar-eg'] = "";
$text['billing-warning']['de-at'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account-Code und Betreiber-Variablen gesetzt sind.";
$text['billing-warning']['de-ch'] = "";
$text['billing-warning']['de-de'] = "Wenn Sie die Fusionpbx Abrechnung verwenden, stellen Sie sicher, dass Account-Code und Betreiber-Variablen gesetzt sind.";
$text['billing-warning']['es-cl'] = "Si está utilizando la aplicación de facturación fusionpbx, asegúrese de agregar lasvariables accountcode y carrier";
$text['billing-warning']['es-mx'] = "";
$text['billing-warning']['fr-ca'] = "";
$text['billing-warning']['fr-fr'] = "Si vous utilisez l'application de facturation fusionpbx, assurez-vous d'ajouter des variables de accountcode et carrier";
$text['billing-warning']['he-il'] = "";
$text['billing-warning']['it-it'] = "Se stai usando l'applicazione di fatturazione fusionpbx, accertati di inserire il codice account e il carrier.";
@ -685,8 +836,9 @@ $text['billing-warning']['nl-nl'] = "";
$text['billing-warning']['pl-pl'] = "Jeżeli używasz platformę billingowa z Fusionpbx, dodaj numer konta billingowego oraz zmienne operatora";
$text['billing-warning']['pt-br'] = "Se você estiver usando o aplicativo de faturamento, certifique-se em adicionar as variáveis de transporte";
$text['billing-warning']['pt-pt'] = "Se você estiver usando o aplicativo de faturamento fusionpbx, certifique-se de adicionar variáveis accountcode e carrier";
$text['billing-warning']['ro-ro'] = "";
$text['billing-warning']['ru-ru'] = "Если вы используете приложение биллинга FusionPBX, обязательно добавьте код учетной записи и переменные-несущие.";
$text['billing-warning']['sv-se'] = "Om du använder fusionpbx fakturering program, se till att lägga till 'account code' och operatör variabler";
$text['billing-warning']['uk-ua'] = "Якщо ви користуєтеся додатком для тарифікації в fusionpbx, то переконайтеся, щоб додано змінні код облікового запису і оператора. ";
?>
?>

View File

@ -1,26 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Destinations";
$apps[$x]['menu'][0]['title']['es-cl'] = "Destinos";
$apps[$x]['menu'][0]['title']['es-mx'] = "Destinos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Destinations";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Cibler";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Destinos";
$apps[$x]['menu'][0]['title']['pt-br'] = "Destinos";
$apps[$x]['menu'][0]['title']['pl'] = "Destynacje";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Направления";
$apps[$x]['menu'][0]['title']['sv-se'] = "Destinationer";
$apps[$x]['menu'][0]['title']['uk'] = "Номери";
$apps[$x]['menu'][0]['title']['ro'] = "Destinații";
$apps[$x]['menu'][0]['title']['de-de'] = "Ziele";
$apps[$x]['menu'][0]['title']['de-at'] = "Ziele";
$apps[$x]['menu'][0]['title']['ar-eg'] = "جهات الأتصال";
$apps[$x]['menu'][0]['title']['he'] = "יעד";
$apps[$x]['menu'][0]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Destinations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال";
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Ziele";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Cibler";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Destinations";
$apps[$x]['menu'][$y]['title']['he-il'] = "יעד";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Destynacje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Destinos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Destinos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Destinații";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Направления";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Номери";
$apps[$x]['menu'][$y]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>

View File

@ -5,21 +5,28 @@
$apps[$x]['uuid'] = "4efa1a1a-32e7-bf83-534b-6c8299958a8e";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Geräte die verwaltet werden sollen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Geräte die verwaltet werden sollen.";
$apps[$x]['description']['es-cl'] = "Provicionamiento de dispositivos.";
$apps[$x]['description']['es-mx'] = "Provicionamiento de dispositivos.";
$apps[$x]['description']['de-de'] = "Geräte die verwaltet werden sollen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Geräte die verwaltet werden sollen.";
$apps[$x]['description']['fr-fr'] = "Equipements pour provisioning.";
$apps[$x]['description']['fr-ca'] = "Dispositifs pour provisionnement.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Lista de provisionamento de Telefone.";
$apps[$x]['description']['fr-fr'] = "Equipements pour provisioning.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Lista de provisionamento de Telefone.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Устройства для автопровижинга";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -40,21 +47,21 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_mac_address';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_mac_address";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_label';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_label";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_template';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_template";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_files';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_files";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "device_extension_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
@ -88,38 +95,38 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_server_address';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_line_server_address";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_password';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_line_password";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_auth_id';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_auth_id";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_transport';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_transport";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_register_expires';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_register_expires";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_line';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_key_line";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_extension';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_key_extension";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_primary';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_outbound_proxy_primary";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_secondary';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_outbound_proxy_secondary";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "device_setting_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
@ -133,44 +140,44 @@
$apps[$x]['permissions'][$y]['name'] = "device_setting_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_key_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_key_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_key_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_id';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_key_id";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_key_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_key_protected';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_key_protected";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_domain';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_user';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_user";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_username_password';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_username_password";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_alternate';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_alternate";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "device_profile_view";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
@ -188,83 +195,81 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_profile_domain';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_profile_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_all';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_model';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_model";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_firmware';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_firmware";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_enable';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_enable";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_description';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_description";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_restore';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_restore";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_vendor_function_group_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y = 0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'e05a4745-ea59-47a7-8e7f-5db7d2a5c273';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'devices';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e05a4745-ea59-47a7-8e7f-5db7d2a5c273";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "devices";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//schema details
$y=0;
@ -469,7 +474,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_device_settings";
@ -532,33 +536,32 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_device_profiles";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_profile_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_device_keys";
$apps[$x]['db'][$y]['table']['parent'] = "v_devices";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_devices';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'device_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_devices";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
@ -569,60 +572,59 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_profile_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the key ID.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the key ID.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_category';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_category";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the type.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_vendor';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the vendor.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_vendor";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the vendor.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_type';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_type";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the type.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_line';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_line";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_value';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_value";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_extension';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_extension";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_protected';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select whether to protect this key from the user group.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_label';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_protected";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to protect this key from the user group.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_key_label";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label.";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_device_profiles";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_profile_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
@ -635,69 +637,66 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_profile_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_device_vendors";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_vendor_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_vendor_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the vendor.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the vendor.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_device_vendor_functions";
$apps[$x]['db'][$y]['table']['parent'] = "v_device_vendors";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_vendor_function_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_vendor_function_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_vendor_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_device_vendor';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'device_vendor_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_vendor_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_device_vendor";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_vendor_uuid";
$z++;
//$apps[$x]['db'][$y]['fields'][$z]['name'] = 'label';
//$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
//$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label.';
//$apps[$x]['db'][$y]['fields'][$z]['name'] = "label";
//$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
//$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label.";
//$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'value';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "value";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the function.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the function.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_device_vendor_function_groups";
@ -1074,7 +1073,6 @@
$vendors[$y]['functions'][$z]['value'] = "66";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$y++;
$vendors[$y]['uuid'] = "8b0ce477-92c7-4bbc-a4fd-ee09c261fa2e";
@ -1233,7 +1231,6 @@
$vendors[$y]['functions'][$z]['value'] = "recorder";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$y++;
$vendors[$y]['uuid'] = "6baf1a7e-7a43-4a66-9007-bbb911bf947b";
@ -1760,7 +1757,6 @@
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$vendors[$y]['functions'][$z]['description'] = "Hot Desking";
$z++;
$y++;
$vendors[$y]['uuid'] = "c486dd68-1462-4128-901e-d902d17d1951";
@ -2221,29 +2217,30 @@
$vendors[$y]['functions'][$z]['value'] = "47";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$y++; //vendors array index
$vendors[$y]['uuid'] = "c4a8bfa2-e91f-4adb-a1df-24c51ef506c7";
$vendors[$y]['name'] = "audiocodes";
$vendors[$y]['uuid'] = "c4a8bfa2-e91f-4adb-a1df-24c51ef506c7";
$vendors[$y]['name'] = "audiocodes";
$z=0; //functions array index
$vendors[$y]['functions'][$z]['uuid'] = "297a5086-5b4e-4c1e-8cfd-121a3c2897b6";
$vendors[$y]['functions'][$z]['label'] = "label-blf";
$vendors[$y]['functions'][$z]['name'] = "blf";
$vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL_BLF";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$vendors[$y]['functions'][$z]['label'] = "label-blf";
$vendors[$y]['functions'][$z]['name'] = "blf";
$vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL_BLF";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$vendors[$y]['functions'][$z]['uuid'] = "91197b89-4732-496a-9613-dd8ce866103f";
$vendors[$y]['functions'][$z]['label'] = "label-speed_dial";
$vendors[$y]['functions'][$z]['name'] = "speed_dial";
$vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$vendors[$y]['functions'][$z]['label'] = "label-speed_dial";
$vendors[$y]['functions'][$z]['name'] = "speed_dial";
$vendors[$y]['functions'][$z]['value'] = "SPEED_DIAL";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$vendors[$y]['functions'][$z]['uuid'] = "abd132d4-9ab4-4a74-8cc7-35094f262fe6";
$vendors[$y]['functions'][$z]['label'] = "label-page";
$vendors[$y]['functions'][$z]['name'] = "page";
$vendors[$y]['functions'][$z]['value'] = "PAGING";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
?>
$vendors[$y]['functions'][$z]['label'] = "label-page";
$vendors[$y]['functions'][$z]['name'] = "page";
$vendors[$y]['functions'][$z]['value'] = "PAGING";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Devices";
$apps[$x]['menu'][0]['title']['es-cl'] = "Dispositivos";
$apps[$x]['menu'][0]['title']['es-mx'] = "Dispositivos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Equipements";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Dispositifs";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Telefones";
$apps[$x]['menu'][0]['title']['pt-br'] = "Telefones";
$apps[$x]['menu'][0]['title']['pl'] = "Urządzenia";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Устройства";
$apps[$x]['menu'][0]['title']['uk'] = "Пристрої";
$apps[$x]['menu'][0]['title']['sv-se'] = "Enheter";
$apps[$x]['menu'][0]['title']['ro'] = "Dispozitive";
$apps[$x]['menu'][0]['title']['de-de'] = "Geräte";
$apps[$x]['menu'][0]['title']['de-at'] = "Geräte";
$apps[$x]['menu'][0]['title']['he'] = "התקנים";
$apps[$x]['menu'][0]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Devices";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Geräte";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Geräte";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dispositivos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Dispositivos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Dispositifs";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Equipements";
$apps[$x]['menu'][$y]['title']['he-il'] = "התקנים";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Urządzenia";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Telefones";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Telefones";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Dispozitive";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Устройства";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Enheter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Пристрої";
$apps[$x]['menu'][$y]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "742714e5-8cdf-32fd-462c-cbe7e3d655db";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['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'] = "";
$apps[$x]['description']['de-de'] = "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']['es-cl'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino.";
$apps[$x]['description']['es-mx'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino.";
$apps[$x]['description']['de-de'] = "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'] = "";
$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']['fr-fr'] = "Les dialplans son utilisés pour configurer les destinations d'appels selon des conditions et contextes. Vous pouvez en utiliser pour diriger les appels vers les passerelles, IVR, numéross exterieurs ou tout autre destination.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "O dialplan é usado para configurar destinos de chamada com base nas condições e contexto. Você pode usar o dialplan para enviar chamadas para gateways, atendedores automáticos, números externos, para scripts, ou qualquer destino.";
$apps[$x]['description']['fr-fr'] = "Les dialplans son utilisés pour configurer les destinations d'appels selon des conditions et contextes. Vous pouvez en utiliser pour diriger les appels vers les passerelles, IVR, numéross exterieurs ou tout autre destination.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "O dialplan é usado para configurar destinos de chamada com base nas condições e contexto. Você pode usar o dialplan para enviar chamadas para gateways, atendedores automáticos, números externos, para scripts, ou qualquer destino.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -49,15 +57,12 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "dialplan_detail_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "dialplan_detail_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'dialplan_domain';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = "dialplan_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//schema details
$y=0;

File diff suppressed because it is too large Load Diff

View File

@ -1,44 +1,58 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pt-br'] = "Dialplan";
$apps[$x]['menu'][0]['title']['pl'] = "Dialplan";
$apps[$x]['menu'][0]['title']['ru-ru'] = "План нумерации";
$apps[$x]['menu'][0]['title']['uk'] = "Маршрутизація";
$apps[$x]['menu'][0]['title']['sv-se'] = "Nummerplan";
$apps[$x]['menu'][0]['title']['de-de'] = "Wählplan";
$apps[$x]['menu'][0]['title']['de-at'] = "Wählplan";
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['icon'] = "glyphicon-transfer";
$apps[$x]['menu'][0]['path'] = "";
$apps[$x]['menu'][0]['order'] = "15";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager";
$apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][1]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][1]['title']['pl'] = "Menadżer dialplanu";
$apps[$x]['menu'][1]['title']['ru-ru'] = "Управление планом нумерации";
$apps[$x]['menu'][1]['title']['uk'] = "Керування маршрутизацією";
$apps[$x]['menu'][1]['title']['sv-se'] = "Nummerplan Inställningar";
$apps[$x]['menu'][1]['title']['de-de'] = "Wählplan Einstellungen";
$apps[$x]['menu'][1]['title']['de-at'] = "Wählplan Einstellungen";
$apps[$x]['menu'][1]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][1]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/dialplan/dialplans.php";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "План нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Маршрутизація";
$apps[$x]['menu'][$y]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['parent_uuid'] = "";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "glyphicon-transfer";
$apps[$x]['menu'][$y]['path'] = "";
$apps[$x]['menu'][$y]['order'] = "15";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Wählplan Einstellungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Gest. de Plan de Marcado";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Administrateur de Dialplan";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion du Plan de Numérotation";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menadżer dialplanu";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Dialplan";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Dialplan";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление планом нумерации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Nummerplan Inställningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Керування маршрутизацією";
$apps[$x]['menu'][$y]['uuid'] = "52929fee-81d3-4d94-50b7-64842d9393c2";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['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'] = "";
$apps[$x]['description']['de-de'] = "Der öffentliche Wählplan wird verwendet um eingehende Anrufe anhand von einer oder mehreren Bedingungen und Kontext an die Ziele weiterzuleiten.";
$apps[$x]['description']['es-cl'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto.";
$apps[$x]['description']['es-mx'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto.";
$apps[$x]['description']['de-de'] = "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'] = "";
$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']['fr-fr'] = "Les routes publiques sont utilisés pour diriger les appels entrants en fonction d'une ou plusieures conditions et contextes.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "O dialplan público é usado para encaminhar chamadas recebidas para destinos com base em uma ou mais condições e contexto.";
$apps[$x]['description']['fr-fr'] = "Les routes publiques sont utilisés pour diriger les appels entrants en fonction d'une ou plusieures conditions et contextes.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "O dialplan público é usado para encaminhar chamadas recebidas para destinos com base em uma ou mais condições e contexto.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -44,4 +52,4 @@
$apps[$x]['permissions'][$y]['name'] = "inbound_route_copy";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-dialplan-inbound-add']['en-us'] = "Inbound Call Routing";
$text['title-dialplan-inbound-add']['ar-eg'] = "";
$text['title-dialplan-inbound-add']['de-at'] = "Routing eingehender Anrufe";
$text['title-dialplan-inbound-add']['de-ch'] = "";
$text['title-dialplan-inbound-add']['de-de'] = "Routing eingehender Anrufe";
$text['title-dialplan-inbound-add']['es-cl'] = "Ruteo de Llamadas Entrantes";
$text['title-dialplan-inbound-add']['es-mx'] = "";
$text['title-dialplan-inbound-add']['fr-ca'] = "";
$text['title-dialplan-inbound-add']['fr-fr'] = "Routage des appels entrant";
$text['title-dialplan-inbound-add']['he-il'] = "";
$text['title-dialplan-inbound-add']['it-it'] = "Instradamento Chiamate in Ingresso";
@ -13,15 +16,19 @@ $text['title-dialplan-inbound-add']['nl-nl'] = "";
$text['title-dialplan-inbound-add']['pl-pl'] = "Przesyłanie (routing) rozmów przychodzących";
$text['title-dialplan-inbound-add']['pt-br'] = "";
$text['title-dialplan-inbound-add']['pt-pt'] = "Encaminhamento de chamadas de entrada";
$text['title-dialplan-inbound-add']['ro-ro'] = "";
$text['title-dialplan-inbound-add']['ru-ru'] = "Маршрутизация входящих вызовов";
$text['title-dialplan-inbound-add']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['option-uuid']['de-at'] = "UUID";
$text['option-uuid']['de-ch'] = "";
$text['option-uuid']['de-de'] = "UUID";
$text['option-uuid']['es-cl'] = "UUID";
$text['option-uuid']['es-mx'] = "";
$text['option-uuid']['fr-ca'] = "";
$text['option-uuid']['fr-fr'] = "UUID";
$text['option-uuid']['he-il'] = "";
$text['option-uuid']['it-it'] = "UUID";
@ -29,15 +36,19 @@ $text['option-uuid']['nl-nl'] = "";
$text['option-uuid']['pl-pl'] = "UUID";
$text['option-uuid']['pt-br'] = "";
$text['option-uuid']['pt-pt'] = "UUID";
$text['option-uuid']['ro-ro'] = "";
$text['option-uuid']['ru-ru'] = "UUID";
$text['option-uuid']['sv-se'] = "";
$text['option-uuid']['sv-se'] = "UUID";
$text['option-uuid']['uk-ua'] = "UUID";
$text['option-username']['en-us'] = "Username";
$text['option-username']['ar-eg'] = "";
$text['option-username']['de-at'] = "Benutzername";
$text['option-username']['de-ch'] = "";
$text['option-username']['de-de'] = "Benutzername";
$text['option-username']['es-cl'] = "Nombre de usuario";
$text['option-username']['es-mx'] = "";
$text['option-username']['fr-ca'] = "";
$text['option-username']['fr-fr'] = "Utilisateur";
$text['option-username']['he-il'] = "";
$text['option-username']['it-it'] = "Nome utente";
@ -45,15 +56,19 @@ $text['option-username']['nl-nl'] = "";
$text['option-username']['pl-pl'] = "Użytkownik";
$text['option-username']['pt-br'] = "";
$text['option-username']['pt-pt'] = "Nome de Utilizador";
$text['option-username']['ro-ro'] = "";
$text['option-username']['ru-ru'] = "Имя Пользователя";
$text['option-username']['sv-se'] = "";
$text['option-username']['sv-se'] = "Användarnamn";
$text['option-username']['uk-ua'] = "Користувач";
$text['option-source']['en-us'] = "Source";
$text['option-source']['ar-eg'] = "";
$text['option-source']['de-at'] = "Quelle";
$text['option-source']['de-ch'] = "";
$text['option-source']['de-de'] = "Quelle";
$text['option-source']['es-cl'] = "Fuente";
$text['option-source']['es-mx'] = "";
$text['option-source']['fr-ca'] = "";
$text['option-source']['fr-fr'] = "Source";
$text['option-source']['he-il'] = "";
$text['option-source']['it-it'] = "Sorgente";
@ -61,15 +76,19 @@ $text['option-source']['nl-nl'] = "";
$text['option-source']['pl-pl'] = "Źródło";
$text['option-source']['pt-br'] = "";
$text['option-source']['pt-pt'] = "Fonte";
$text['option-source']['ro-ro'] = "";
$text['option-source']['ru-ru'] = "Источник";
$text['option-source']['sv-se'] = "";
$text['option-source']['sv-se'] = "Källa";
$text['option-source']['uk-ua'] = "Джерело";
$text['option-rdnis']['en-us'] = "RDNIS";
$text['option-rdnis']['ar-eg'] = "";
$text['option-rdnis']['de-at'] = "RDNIS";
$text['option-rdnis']['de-ch'] = "";
$text['option-rdnis']['de-de'] = "RDNIS";
$text['option-rdnis']['es-cl'] = "RDNIS";
$text['option-rdnis']['es-mx'] = "";
$text['option-rdnis']['fr-ca'] = "";
$text['option-rdnis']['fr-fr'] = "RDNIS";
$text['option-rdnis']['he-il'] = "";
$text['option-rdnis']['it-it'] = "RDNIS";
@ -77,15 +96,19 @@ $text['option-rdnis']['nl-nl'] = "";
$text['option-rdnis']['pl-pl'] = "RDNIS";
$text['option-rdnis']['pt-br'] = "";
$text['option-rdnis']['pt-pt'] = "RDNIS";
$text['option-rdnis']['ro-ro'] = "";
$text['option-rdnis']['ru-ru'] = "RDNIS";
$text['option-rdnis']['sv-se'] = "";
$text['option-rdnis']['sv-se'] = "RDNIS";
$text['option-rdnis']['uk-ua'] = "RDNIS";
$text['option-public']['en-us'] = "Public";
$text['option-public']['ar-eg'] = "";
$text['option-public']['de-at'] = "Öffentlich";
$text['option-public']['de-ch'] = "";
$text['option-public']['de-de'] = "Öffentlich";
$text['option-public']['es-cl'] = "Público";
$text['option-public']['es-mx'] = "";
$text['option-public']['fr-ca'] = "";
$text['option-public']['fr-fr'] = "";
$text['option-public']['he-il'] = "";
$text['option-public']['it-it'] = "Pubblico";
@ -93,15 +116,19 @@ $text['option-public']['nl-nl'] = "";
$text['option-public']['pl-pl'] = "Publiczny";
$text['option-public']['pt-br'] = "";
$text['option-public']['pt-pt'] = "Público";
$text['option-public']['ro-ro'] = "";
$text['option-public']['ru-ru'] = "Публичный";
$text['option-public']['sv-se'] = "";
$text['option-public']['sv-se'] = "Publik";
$text['option-public']['uk-ua'] = "Публічний";
$text['option-network_addr']['en-us'] = "Network Address";
$text['option-network_addr']['ar-eg'] = "";
$text['option-network_addr']['de-at'] = "Netzwerk Adresse";
$text['option-network_addr']['de-ch'] = "";
$text['option-network_addr']['de-de'] = "Netzwerk Adresse";
$text['option-network_addr']['es-cl'] = "Dirección de Red";
$text['option-network_addr']['es-mx'] = "";
$text['option-network_addr']['fr-ca'] = "";
$text['option-network_addr']['fr-fr'] = "Adresse Réseau";
$text['option-network_addr']['he-il'] = "";
$text['option-network_addr']['it-it'] = "Indirizzo di Rete";
@ -109,15 +136,19 @@ $text['option-network_addr']['nl-nl'] = "";
$text['option-network_addr']['pl-pl'] = "Adres sieci";
$text['option-network_addr']['pt-br'] = "";
$text['option-network_addr']['pt-pt'] = "Endereço de Rede";
$text['option-network_addr']['ro-ro'] = "";
$text['option-network_addr']['ru-ru'] = "Сетевой адрес";
$text['option-network_addr']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['option-destination_number']['de-at'] = "Ziel Rufnummer";
$text['option-destination_number']['de-ch'] = "";
$text['option-destination_number']['de-de'] = "Ziel Rufnummer";
$text['option-destination_number']['es-cl'] = "Número de Destino";
$text['option-destination_number']['es-mx'] = "";
$text['option-destination_number']['fr-ca'] = "";
$text['option-destination_number']['fr-fr'] = "Numéro de Destination";
$text['option-destination_number']['he-il'] = "";
$text['option-destination_number']['it-it'] = "Numero Destinazione";
@ -125,15 +156,19 @@ $text['option-destination_number']['nl-nl'] = "";
$text['option-destination_number']['pl-pl'] = "Numer destynacji";
$text['option-destination_number']['pt-br'] = "";
$text['option-destination_number']['pt-pt'] = "Número de Destino";
$text['option-destination_number']['ro-ro'] = "";
$text['option-destination_number']['ru-ru'] = "Целевой номер";
$text['option-destination_number']['sv-se'] = "";
$text['option-destination_number']['sv-se'] = "Destination Nummer";
$text['option-destination_number']['uk-ua'] = "Номер призначення";
$text['option-context']['en-us'] = "Context";
$text['option-context']['ar-eg'] = "";
$text['option-context']['de-at'] = "Kontext";
$text['option-context']['de-ch'] = "";
$text['option-context']['de-de'] = "Kontext";
$text['option-context']['es-cl'] = "Contexto";
$text['option-context']['es-mx'] = "";
$text['option-context']['fr-ca'] = "";
$text['option-context']['fr-fr'] = "Contexte";
$text['option-context']['he-il'] = "";
$text['option-context']['it-it'] = "Contesto";
@ -141,15 +176,19 @@ $text['option-context']['nl-nl'] = "";
$text['option-context']['pl-pl'] = "Kontekst";
$text['option-context']['pt-br'] = "";
$text['option-context']['pt-pt'] = "Contexto";
$text['option-context']['ro-ro'] = "";
$text['option-context']['ru-ru'] = "Контекст";
$text['option-context']['sv-se'] = "";
$text['option-context']['sv-se'] = "Context";
$text['option-context']['uk-ua'] = "Контекст";
$text['option-chan_name']['en-us'] = "Channel Name";
$text['option-chan_name']['ar-eg'] = "";
$text['option-chan_name']['de-at'] = "Kanal Name";
$text['option-chan_name']['de-ch'] = "";
$text['option-chan_name']['de-de'] = "Kanal Name";
$text['option-chan_name']['es-cl'] = "Nombre de Canal";
$text['option-chan_name']['es-mx'] = "";
$text['option-chan_name']['fr-ca'] = "";
$text['option-chan_name']['fr-fr'] = "Nom de canal";
$text['option-chan_name']['he-il'] = "";
$text['option-chan_name']['it-it'] = "Nome Canale";
@ -157,15 +196,19 @@ $text['option-chan_name']['nl-nl'] = "";
$text['option-chan_name']['pl-pl'] = "Nazwa kanału";
$text['option-chan_name']['pt-br'] = "";
$text['option-chan_name']['pt-pt'] = "Nome do Canal";
$text['option-chan_name']['ro-ro'] = "";
$text['option-chan_name']['ru-ru'] = "Имя Канала";
$text['option-chan_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['de-ch'] = "";
$text['option-caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
$text['option-caller_id_number']['es-cl'] = "Número de Caller ID";
$text['option-caller_id_number']['es-mx'] = "";
$text['option-caller_id_number']['fr-ca'] = "";
$text['option-caller_id_number']['fr-fr'] = "Numéro d'appelant";
$text['option-caller_id_number']['he-il'] = "";
$text['option-caller_id_number']['it-it'] = "Numero Caller ID";
@ -173,15 +216,19 @@ $text['option-caller_id_number']['nl-nl'] = "";
$text['option-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
$text['option-caller_id_number']['pt-br'] = "";
$text['option-caller_id_number']['pt-pt'] = "Número do Chamador";
$text['option-caller_id_number']['ro-ro'] = "";
$text['option-caller_id_number']['ru-ru'] = "Идентификационный Номер (Caller ID) вызывающего абонента";
$text['option-caller_id_number']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['option-caller_id_name']['de-at'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['de-ch'] = "";
$text['option-caller_id_name']['de-de'] = "Anruferkennung (Name)";
$text['option-caller_id_name']['es-cl'] = "Nombre de Caller ID";
$text['option-caller_id_name']['es-mx'] = "";
$text['option-caller_id_name']['fr-ca'] = "";
$text['option-caller_id_name']['fr-fr'] = "Nom d'appelant";
$text['option-caller_id_name']['he-il'] = "";
$text['option-caller_id_name']['it-it'] = "Nome Caller ID";
@ -189,15 +236,19 @@ $text['option-caller_id_name']['nl-nl'] = "";
$text['option-caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
$text['option-caller_id_name']['pt-br'] = "";
$text['option-caller_id_name']['pt-pt'] = "Nome do Chamador";
$text['option-caller_id_name']['ro-ro'] = "";
$text['option-caller_id_name']['ru-ru'] = "Идентификационный Имя (Caller ID) вызывающего абонента";
$text['option-caller_id_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['option-ani2']['de-at'] = "ANI2";
$text['option-ani2']['de-ch'] = "";
$text['option-ani2']['de-de'] = "ANI2";
$text['option-ani2']['es-cl'] = "ANI2";
$text['option-ani2']['es-mx'] = "";
$text['option-ani2']['fr-ca'] = "";
$text['option-ani2']['fr-fr'] = "ANI2";
$text['option-ani2']['he-il'] = "";
$text['option-ani2']['it-it'] = "ANI2";
@ -205,15 +256,19 @@ $text['option-ani2']['nl-nl'] = "";
$text['option-ani2']['pl-pl'] = "ANI2";
$text['option-ani2']['pt-br'] = "";
$text['option-ani2']['pt-pt'] = "ANI2";
$text['option-ani2']['ro-ro'] = "";
$text['option-ani2']['ru-ru'] = "ANI2";
$text['option-ani2']['sv-se'] = "";
$text['option-ani2']['sv-se'] = "ANI2";
$text['option-ani2']['uk-ua'] = "ANI2";
$text['option-ani']['en-us'] = "ANI";
$text['option-ani']['ar-eg'] = "";
$text['option-ani']['de-at'] = "ANI";
$text['option-ani']['de-ch'] = "";
$text['option-ani']['de-de'] = "ANI";
$text['option-ani']['es-cl'] = "ANI";
$text['option-ani']['es-mx'] = "";
$text['option-ani']['fr-ca'] = "";
$text['option-ani']['fr-fr'] = "ANI";
$text['option-ani']['he-il'] = "";
$text['option-ani']['it-it'] = "ANI";
@ -221,15 +276,19 @@ $text['option-ani']['nl-nl'] = "";
$text['option-ani']['pl-pl'] = "ANI";
$text['option-ani']['pt-br'] = "";
$text['option-ani']['pt-pt'] = "ANI";
$text['option-ani']['ro-ro'] = "";
$text['option-ani']['ru-ru'] = "ANI";
$text['option-ani']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-select-inbound-destination-number']['de-at'] = "Wählen Sie die Zielnummer für eingehende Anrufe.";
$text['label-select-inbound-destination-number']['de-ch'] = "";
$text['label-select-inbound-destination-number']['de-de'] = "Wählen Sie die Zielnummer für eingehende Anrufe.";
$text['label-select-inbound-destination-number']['es-cl'] = "Seleccione el número de destino entrante.";
$text['label-select-inbound-destination-number']['es-mx'] = "";
$text['label-select-inbound-destination-number']['fr-ca'] = "";
$text['label-select-inbound-destination-number']['fr-fr'] = "";
$text['label-select-inbound-destination-number']['he-il'] = "";
$text['label-select-inbound-destination-number']['it-it'] = "Seleziona il numero di destinazione in ingresso.";
@ -237,15 +296,19 @@ $text['label-select-inbound-destination-number']['nl-nl'] = "";
$text['label-select-inbound-destination-number']['pl-pl'] = "Wybierz destynację numeru przychodzącego.";
$text['label-select-inbound-destination-number']['pt-br'] = "";
$text['label-select-inbound-destination-number']['pt-pt'] = "Escolha um número de entrada.";
$text['label-select-inbound-destination-number']['ro-ro'] = "";
$text['label-select-inbound-destination-number']['ru-ru'] = "Выберите номер входящего набора.";
$text['label-select-inbound-destination-number']['sv-se'] = "";
$text['label-select-inbound-destination-number']['sv-se'] = "Välj inkommande destinations nummer.";
$text['label-select-inbound-destination-number']['uk-ua'] = "Виберіть вхідний номер";
$text['label-required-domain_uuid']['en-us'] = "Please provide: domain_uuid";
$text['label-required-domain_uuid']['ar-eg'] = "";
$text['label-required-domain_uuid']['de-at'] = "Bitte angeben: domain_uuid";
$text['label-required-domain_uuid']['de-ch'] = "";
$text['label-required-domain_uuid']['de-de'] = "Bitte angeben: domain_uuid";
$text['label-required-domain_uuid']['es-cl'] = "Por favor indique: domain_uuid";
$text['label-required-domain_uuid']['es-mx'] = "";
$text['label-required-domain_uuid']['fr-ca'] = "";
$text['label-required-domain_uuid']['fr-fr'] = "Merci d'indiquer: domain_uuid";
$text['label-required-domain_uuid']['he-il'] = "";
$text['label-required-domain_uuid']['it-it'] = "Inserisci: domain_uuid";
@ -253,15 +316,19 @@ $text['label-required-domain_uuid']['nl-nl'] = "";
$text['label-required-domain_uuid']['pl-pl'] = "Label 10";
$text['label-required-domain_uuid']['pt-br'] = "";
$text['label-required-domain_uuid']['pt-pt'] = "Por favor indique: domain_uuid";
$text['label-required-domain_uuid']['ro-ro'] = "";
$text['label-required-domain_uuid']['ru-ru'] = "Пожалуйста укажите: domain_uuid";
$text['label-required-domain_uuid']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-required-dialplan_name']['de-at'] = "Bitte angeben: Namen der Nebenstelle";
$text['label-required-dialplan_name']['de-ch'] = "";
$text['label-required-dialplan_name']['de-de'] = "Bitte angeben: Namen der Nebenstelle";
$text['label-required-dialplan_name']['es-cl'] = "Por favor indique: Nombre Extensión";
$text['label-required-dialplan_name']['es-mx'] = "";
$text['label-required-dialplan_name']['fr-ca'] = "";
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom d'extension";
$text['label-required-dialplan_name']['he-il'] = "";
$text['label-required-dialplan_name']['it-it'] = "Inserisci: Nome Interno";
@ -269,15 +336,19 @@ $text['label-required-dialplan_name']['nl-nl'] = "";
$text['label-required-dialplan_name']['pl-pl'] = "Wprowadź: Nazwę numeru wewnętrznego";
$text['label-required-dialplan_name']['pt-br'] = "";
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
$text['label-required-dialplan_name']['ro-ro'] = "";
$text['label-required-dialplan_name']['ru-ru'] = "Пожалуйста укажите: Имя Внутреннего Номера";
$text['label-required-dialplan_name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-required-condition_field_1']['de-at'] = "Bitte angeben: Feld für Bedingung";
$text['label-required-condition_field_1']['de-ch'] = "";
$text['label-required-condition_field_1']['de-de'] = "Bitte angeben: Feld für Bedingung";
$text['label-required-condition_field_1']['es-cl'] = "Por favor indique: Campo de Condición";
$text['label-required-condition_field_1']['es-mx'] = "";
$text['label-required-condition_field_1']['fr-ca'] = "";
$text['label-required-condition_field_1']['fr-fr'] = "Merci d'indiquer: Champs Condition";
$text['label-required-condition_field_1']['he-il'] = "";
$text['label-required-condition_field_1']['it-it'] = "Inserisci: Campo Condizione";
@ -285,15 +356,19 @@ $text['label-required-condition_field_1']['nl-nl'] = "";
$text['label-required-condition_field_1']['pl-pl'] = "Wprowadź: pole warunku";
$text['label-required-condition_field_1']['pt-br'] = "";
$text['label-required-condition_field_1']['pt-pt'] = "Por favor indique: Condição";
$text['label-required-condition_field_1']['ro-ro'] = "";
$text['label-required-condition_field_1']['ru-ru'] = "Пожалуйста укажите: Условия участия";
$text['label-required-condition_field_1']['sv-se'] = "";
$text['label-required-condition_field_1']['sv-se'] = "Var god ange: Villkor Fält";
$text['label-required-condition_field_1']['uk-ua'] = "Будь ласка, надайте поле умови";
$text['label-required-condition_expression_1']['en-us'] = "Please provide: Condition Expression";
$text['label-required-condition_expression_1']['ar-eg'] = "";
$text['label-required-condition_expression_1']['de-at'] = "Bitte angeben: Ausdruck für Bedingung";
$text['label-required-condition_expression_1']['de-ch'] = "";
$text['label-required-condition_expression_1']['de-de'] = "Bitte angeben: Ausdruck für Bedingung";
$text['label-required-condition_expression_1']['es-cl'] = "Por favor indique: Expresión de Condición";
$text['label-required-condition_expression_1']['es-mx'] = "";
$text['label-required-condition_expression_1']['fr-ca'] = "";
$text['label-required-condition_expression_1']['fr-fr'] = "Merci d'indiquer: Expression Condition";
$text['label-required-condition_expression_1']['he-il'] = "";
$text['label-required-condition_expression_1']['it-it'] = "Inserisci: Espressione condizione";
@ -301,15 +376,19 @@ $text['label-required-condition_expression_1']['nl-nl'] = "";
$text['label-required-condition_expression_1']['pl-pl'] = "Wprowadź: warunek wyrażenia";
$text['label-required-condition_expression_1']['pt-br'] = "";
$text['label-required-condition_expression_1']['pt-pt'] = "Por favor indique: Expressão para Condição";
$text['label-required-condition_expression_1']['ro-ro'] = "";
$text['label-required-condition_expression_1']['ru-ru'] = "Пожалуйста укажите: выражение условия";
$text['label-required-condition_expression_1']['sv-se'] = "";
$text['label-required-condition_expression_1']['sv-se'] = "Var god ange: Villkor Uttryck";
$text['label-required-condition_expression_1']['uk-ua'] = "Будь ласка, надайте вираз умови";
$text['label-required-action_application_1']['en-us'] = "Please provide: Action Application";
$text['label-required-action_application_1']['ar-eg'] = "";
$text['label-required-action_application_1']['de-at'] = "Bitte angeben: Anwendung für Aktion";
$text['label-required-action_application_1']['de-ch'] = "";
$text['label-required-action_application_1']['de-de'] = "Bitte angeben: Anwendung für Aktion";
$text['label-required-action_application_1']['es-cl'] = "Por favor indique: Aplicación de Acción";
$text['label-required-action_application_1']['es-mx'] = "";
$text['label-required-action_application_1']['fr-ca'] = "";
$text['label-required-action_application_1']['fr-fr'] = "Merci d'indiquer: Application Action";
$text['label-required-action_application_1']['he-il'] = "";
$text['label-required-action_application_1']['it-it'] = "Inserisci: Applicazione";
@ -317,15 +396,19 @@ $text['label-required-action_application_1']['nl-nl'] = "";
$text['label-required-action_application_1']['pl-pl'] = "Wprowadź:aplikację operacji";
$text['label-required-action_application_1']['pt-br'] = "";
$text['label-required-action_application_1']['pt-pt'] = "Por favor indique: Acção para Aplicação";
$text['label-required-action_application_1']['ro-ro'] = "";
$text['label-required-action_application_1']['ru-ru'] = "Пожалуйста укажите: Применение приложения";
$text['label-required-action_application_1']['sv-se'] = "";
$text['label-required-action_application_1']['sv-se'] = "Var god ange: Action Applikation";
$text['label-required-action_application_1']['uk-ua'] = "Будь ласка, надайте додаток для дії";
$text['label-caller-id-number-prefix']['en-us'] = "Caller ID Number Prefix";
$text['label-caller-id-number-prefix']['ar-eg'] = "";
$text['label-caller-id-number-prefix']['de-at'] = "Präfix für Anruferkennung";
$text['label-caller-id-number-prefix']['de-ch'] = "";
$text['label-caller-id-number-prefix']['de-de'] = "Präfix für Anruferkennung";
$text['label-caller-id-number-prefix']['es-cl'] = "Redial prefijo de salida";
$text['label-caller-id-number-prefix']['es-mx'] = "";
$text['label-caller-id-number-prefix']['fr-ca'] = "";
$text['label-caller-id-number-prefix']['fr-fr'] = "Bis préfixe pour sortant";
$text['label-caller-id-number-prefix']['he-il'] = "";
$text['label-caller-id-number-prefix']['it-it'] = "Prefisso Numero Caller ID";
@ -333,15 +416,19 @@ $text['label-caller-id-number-prefix']['nl-nl'] = "";
$text['label-caller-id-number-prefix']['pl-pl'] = "Prefiks ponownego wybierania";
$text['label-caller-id-number-prefix']['pt-br'] = "";
$text['label-caller-id-number-prefix']['pt-pt'] = "Remarcar prefixo de saída";
$text['label-caller-id-number-prefix']['ro-ro'] = "";
$text['label-caller-id-number-prefix']['ru-ru'] = "Префикс номера (Caller ID) вызывающего абонента";
$text['label-caller-id-number-prefix']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-limit']['de-at'] = "Obergrenze";
$text['label-limit']['de-ch'] = "";
$text['label-limit']['de-de'] = "Obergrenze";
$text['label-limit']['es-cl'] = "Límite";
$text['label-limit']['es-mx'] = "";
$text['label-limit']['fr-ca'] = "";
$text['label-limit']['fr-fr'] = "Limite";
$text['label-limit']['he-il'] = "";
$text['label-limit']['it-it'] = "Limite";
@ -349,15 +436,19 @@ $text['label-limit']['nl-nl'] = "";
$text['label-limit']['pl-pl'] = "Limit";
$text['label-limit']['pt-br'] = "";
$text['label-limit']['pt-pt'] = "Limite";
$text['label-limit']['ro-ro'] = "";
$text['label-limit']['ru-ru'] = "Лимит";
$text['label-limit']['sv-se'] = "";
$text['label-limit']['sv-se'] = "Begränsning";
$text['label-limit']['uk-ua'] = "Обмеження";
$text['label-field']['en-us'] = "Field";
$text['label-field']['ar-eg'] = "";
$text['label-field']['de-at'] = "Feld";
$text['label-field']['de-ch'] = "";
$text['label-field']['de-de'] = "Feld";
$text['label-field']['es-cl'] = "Campo";
$text['label-field']['es-mx'] = "";
$text['label-field']['fr-ca'] = "";
$text['label-field']['fr-fr'] = "Champs";
$text['label-field']['he-il'] = "";
$text['label-field']['it-it'] = "Campo";
@ -365,15 +456,19 @@ $text['label-field']['nl-nl'] = "";
$text['label-field']['pl-pl'] = "Pole";
$text['label-field']['pt-br'] = "";
$text['label-field']['pt-pt'] = "Campo";
$text['label-field']['ro-ro'] = "";
$text['label-field']['ru-ru'] = "Поле";
$text['label-field']['sv-se'] = "";
$text['label-field']['sv-se'] = "Fält";
$text['label-field']['uk-ua'] = "Поле";
$text['label-expression']['en-us'] = "Expression";
$text['label-expression']['ar-eg'] = "";
$text['label-expression']['de-at'] = "Ausdruck";
$text['label-expression']['de-ch'] = "";
$text['label-expression']['de-de'] = "Ausdruck";
$text['label-expression']['es-cl'] = "Expresión";
$text['label-expression']['es-mx'] = "";
$text['label-expression']['fr-ca'] = "";
$text['label-expression']['fr-fr'] = "Expression";
$text['label-expression']['he-il'] = "";
$text['label-expression']['it-it'] = "Espressione";
@ -381,15 +476,19 @@ $text['label-expression']['nl-nl'] = "";
$text['label-expression']['pl-pl'] = "Wyrażenie";
$text['label-expression']['pt-br'] = "";
$text['label-expression']['pt-pt'] = "Expressão";
$text['label-expression']['ro-ro'] = "";
$text['label-expression']['ru-ru'] = "Выражение";
$text['label-expression']['sv-se'] = "";
$text['label-expression']['sv-se'] = "Uttryck";
$text['label-expression']['uk-ua'] = "Вираз";
$text['label-destination-number']['en-us'] = "Destination Number";
$text['label-destination-number']['ar-eg'] = "";
$text['label-destination-number']['de-at'] = "Zielrufnummer";
$text['label-destination-number']['de-ch'] = "";
$text['label-destination-number']['de-de'] = "Zielrufnummer";
$text['label-destination-number']['es-cl'] = "Número de destino";
$text['label-destination-number']['es-mx'] = "";
$text['label-destination-number']['fr-ca'] = "";
$text['label-destination-number']['fr-fr'] = "Numéro de Destination";
$text['label-destination-number']['he-il'] = "";
$text['label-destination-number']['it-it'] = "Numero Destinazione";
@ -397,15 +496,19 @@ $text['label-destination-number']['nl-nl'] = "";
$text['label-destination-number']['pl-pl'] = "Numer destynacji";
$text['label-destination-number']['pt-br'] = "";
$text['label-destination-number']['pt-pt'] = "Número de Destino";
$text['label-destination-number']['ro-ro'] = "";
$text['label-destination-number']['ru-ru'] = "Целевой номер";
$text['label-destination-number']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-condition_2']['de-at'] = "Bedingung 2";
$text['label-condition_2']['de-ch'] = "";
$text['label-condition_2']['de-de'] = "Bedingung 2";
$text['label-condition_2']['es-cl'] = "Condición 2";
$text['label-condition_2']['es-mx'] = "";
$text['label-condition_2']['fr-ca'] = "";
$text['label-condition_2']['fr-fr'] = "Condition 2";
$text['label-condition_2']['he-il'] = "";
$text['label-condition_2']['it-it'] = "Condizione 2";
@ -413,15 +516,19 @@ $text['label-condition_2']['nl-nl'] = "";
$text['label-condition_2']['pl-pl'] = "Warunek 2";
$text['label-condition_2']['pt-br'] = "";
$text['label-condition_2']['pt-pt'] = "Condição 2";
$text['label-condition_2']['ro-ro'] = "";
$text['label-condition_2']['ru-ru'] = "Условие 2";
$text['label-condition_2']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-condition_1']['de-at'] = "Bedingung 1";
$text['label-condition_1']['de-ch'] = "";
$text['label-condition_1']['de-de'] = "Bedingung 1";
$text['label-condition_1']['es-cl'] = "Condición 1";
$text['label-condition_1']['es-mx'] = "";
$text['label-condition_1']['fr-ca'] = "";
$text['label-condition_1']['fr-fr'] = "Condition 1";
$text['label-condition_1']['he-il'] = "";
$text['label-condition_1']['it-it'] = "Condizione 1";
@ -429,15 +536,19 @@ $text['label-condition_1']['nl-nl'] = "";
$text['label-condition_1']['pl-pl'] = "Warunek 1";
$text['label-condition_1']['pt-br'] = "";
$text['label-condition_1']['pt-pt'] = "Condição 1";
$text['label-condition_1']['ro-ro'] = "";
$text['label-condition_1']['ru-ru'] = "Условие 1";
$text['label-condition_1']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-action_2']['de-at'] = "Aktion 2";
$text['label-action_2']['de-ch'] = "";
$text['label-action_2']['de-de'] = "Aktion 2";
$text['label-action_2']['es-cl'] = "Acción 2";
$text['label-action_2']['es-mx'] = "";
$text['label-action_2']['fr-ca'] = "";
$text['label-action_2']['fr-fr'] = "Action 2";
$text['label-action_2']['he-il'] = "";
$text['label-action_2']['it-it'] = "Azione 2";
@ -445,15 +556,19 @@ $text['label-action_2']['nl-nl'] = "";
$text['label-action_2']['pl-pl'] = "Operacja 2";
$text['label-action_2']['pt-br'] = "";
$text['label-action_2']['pt-pt'] = "Acção 2";
$text['label-action_2']['ro-ro'] = "";
$text['label-action_2']['ru-ru'] = "Действие 2";
$text['label-action_2']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-action_1']['de-at'] = "Aktion 1";
$text['label-action_1']['de-ch'] = "";
$text['label-action_1']['de-de'] = "Aktion 1";
$text['label-action_1']['es-cl'] = "Acción 1";
$text['label-action_1']['es-mx'] = "";
$text['label-action_1']['fr-ca'] = "";
$text['label-action_1']['fr-fr'] = "Action 1";
$text['label-action_1']['he-il'] = "";
$text['label-action_1']['it-it'] = "Azione 1";
@ -461,15 +576,19 @@ $text['label-action_1']['nl-nl'] = "";
$text['label-action_1']['pl-pl'] = "Operacja 1";
$text['label-action_1']['pt-br'] = "";
$text['label-action_1']['pt-pt'] = "Acção 1";
$text['label-action_1']['ro-ro'] = "";
$text['label-action_1']['ru-ru'] = "Действие 1";
$text['label-action_1']['sv-se'] = "";
$text['label-action_1']['sv-se'] = "Action 1";
$text['label-action_1']['uk-ua'] = "Дія 1";
$text['label-action']['en-us'] = "Action";
$text['label-action']['ar-eg'] = "";
$text['label-action']['de-at'] = "Aktion";
$text['label-action']['de-ch'] = "";
$text['label-action']['de-de'] = "Aktion";
$text['label-action']['es-cl'] = "Acción";
$text['label-action']['es-mx'] = "";
$text['label-action']['fr-ca'] = "";
$text['label-action']['fr-fr'] = "Action";
$text['label-action']['he-il'] = "";
$text['label-action']['it-it'] = "Azione";
@ -477,15 +596,19 @@ $text['label-action']['nl-nl'] = "";
$text['label-action']['pl-pl'] = "Operacja (gdzie przesłać rozmowę).";
$text['label-action']['pt-br'] = "";
$text['label-action']['pt-pt'] = "Acção";
$text['label-action']['ro-ro'] = "";
$text['label-action']['ru-ru'] = "Действие";
$text['label-action']['sv-se'] = "";
$text['label-action']['sv-se'] = "Action";
$text['label-action']['uk-ua'] = "Дія";
$text['label-access-denied']['en-us'] = "access denied";
$text['label-access-denied']['ar-eg'] = "";
$text['label-access-denied']['de-at'] = "Zugriff verweigert";
$text['label-access-denied']['de-ch'] = "";
$text['label-access-denied']['de-de'] = "Zugriff verweigert";
$text['label-access-denied']['es-cl'] = "acceso denegado";
$text['label-access-denied']['es-mx'] = "";
$text['label-access-denied']['fr-ca'] = "";
$text['label-access-denied']['fr-fr'] = "accès refusé";
$text['label-access-denied']['he-il'] = "";
$text['label-access-denied']['it-it'] = "accesso negato";
@ -493,15 +616,19 @@ $text['label-access-denied']['nl-nl'] = "";
$text['label-access-denied']['pl-pl'] = "brak dostępu";
$text['label-access-denied']['pt-br'] = "";
$text['label-access-denied']['pt-pt'] = "acesso negado";
$text['label-access-denied']['ro-ro'] = "";
$text['label-access-denied']['ru-ru'] = "доступ закрыт";
$text['label-access-denied']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-caller-id-number-prefix']['de-at'] = "Präfix für Anruferkennung (Nummer) setzen.";
$text['description-caller-id-number-prefix']['de-ch'] = "";
$text['description-caller-id-number-prefix']['de-de'] = "Präfix für Anruferkennung (Nummer) setzen.";
$text['description-caller-id-number-prefix']['es-cl'] = "";
$text['description-caller-id-number-prefix']['es-mx'] = "";
$text['description-caller-id-number-prefix']['fr-ca'] = "";
$text['description-caller-id-number-prefix']['fr-fr'] = "";
$text['description-caller-id-number-prefix']['he-il'] = "";
$text['description-caller-id-number-prefix']['it-it'] = "Imposta un prefisso sul numero Caller ID.";
@ -509,15 +636,19 @@ $text['description-caller-id-number-prefix']['nl-nl'] = "";
$text['description-caller-id-number-prefix']['pl-pl'] = "";
$text['description-caller-id-number-prefix']['pt-br'] = "";
$text['description-caller-id-number-prefix']['pt-pt'] = "";
$text['description-caller-id-number-prefix']['ro-ro'] = "";
$text['description-caller-id-number-prefix']['ru-ru'] = "Задайте префикс идентификатора (caller ID) вызывающего абонента.";
$text['description-caller-id-number-prefix']['sv-se'] = "";
$text['description-caller-id-number-prefix']['sv-se'] = "Ange ett prefix för caller iID nummer.";
$text['description-caller-id-number-prefix']['uk-ua'] = "";
$text['description-name']['en-us'] = "Please enter an inbound route name.";
$text['description-name']['ar-eg'] = "";
$text['description-name']['de-at'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
$text['description-name']['de-ch'] = "";
$text['description-name']['de-de'] = "Bitte geben Sie einen Namen für die eingehende Route an.";
$text['description-name']['es-cl'] = "Por favor infrese un nombre de ruta entrante.";
$text['description-name']['es-mx'] = "";
$text['description-name']['fr-ca'] = "";
$text['description-name']['fr-fr'] = "Merci d'entrer le nom d'une route entrante";
$text['description-name']['he-il'] = "";
$text['description-name']['it-it'] = "Inserisci un nome per la rotta in ingresso.";
@ -525,15 +656,19 @@ $text['description-name']['nl-nl'] = "";
$text['description-name']['pl-pl'] = "Wprowadź nazwę";
$text['description-name']['pt-br'] = "";
$text['description-name']['pt-pt'] = "Por favor introduza um nome para a rota de entrada.";
$text['description-name']['ro-ro'] = "";
$text['description-name']['ru-ru'] = "Введите название входящего маршрута.";
$text['description-name']['sv-se'] = "";
$text['description-name']['sv-se'] = "Var god ange ett namn för inkommande route.";
$text['description-name']['uk-ua'] = "Введіть назву меню";
$text['description-dialplan-inbound-add']['en-us'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.";
$text['description-dialplan-inbound-add']['ar-eg'] = "";
$text['description-dialplan-inbound-add']['de-at'] = "Der öffentliche Wählplan wird verwendet, um eingehende Anrufe anhand von einem oder mehrere Bedingungen an bestimmte Ziele weiter zu leiten.";
$text['description-dialplan-inbound-add']['de-ch'] = "";
$text['description-dialplan-inbound-add']['de-de'] = "Der öffentliche Wählplan wird verwendet, um eingehende Anrufe anhand von einem oder mehrere Bedingungen an bestimmte Ziele weiter zu leiten.";
$text['description-dialplan-inbound-add']['es-cl'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto. Puede enviar llamadas entrantes a un IVR, grupo, extensión, número externo o un script";
$text['description-dialplan-inbound-add']['es-mx'] = "";
$text['description-dialplan-inbound-add']['fr-ca'] = "";
$text['description-dialplan-inbound-add']['fr-fr'] = "Le plan de numérotation public est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script.";
$text['description-dialplan-inbound-add']['he-il'] = "";
$text['description-dialplan-inbound-add']['it-it'] = "Il piano di chiamata è usato per instradare le chiamate in ingresso alle destinazioni in base ad una o più condizioni. Può ad esempio inviare le chiamate ad un risponditore vocale, ad un gruppo di suoneria, ad un interno, ad un numero esterno o aduno script.";
@ -541,6 +676,7 @@ $text['description-dialplan-inbound-add']['nl-nl'] = "";
$text['description-dialplan-inbound-add']['pl-pl'] = "Dialplan publiczny jest używany do przesyłania polaczeń przychodzących do miejsc przeznaczenia na podstawie jednego lub kilku warunków i kontekstu. Można je wysyłać do Zapowiedzi Głosowych (IVR), grup telefonów, numerów wewnętrznych/zewnętrznych lub skryptu.";
$text['description-dialplan-inbound-add']['pt-br'] = "";
$text['description-dialplan-inbound-add']['pt-pt'] = "O dialplan público é usado para encaminhar chamadas de entrada para destinos baseados em uma ou mais condições. As chamadas de entrada podem ser enviadas para um atendimento automático, um huntgroup, uma extensão, um número externo, ou um script.";
$text['description-dialplan-inbound-add']['ro-ro'] = "";
$text['description-dialplan-inbound-add']['ru-ru'] = "Общедоступный План Нумерации используется для маршрутизации входящих вызовов в пункты назначения на основе одного или нескольких условий и контекста. Он может отправлять входящие вызовы автосекретарю, группе поиска, внутреннему номеру, внешнему номеру или сценарию";
$text['description-dialplan-inbound-add']['sv-se'] = "";
$text['description-dialplan-inbound-add']['uk-ua'] = "Маршрутизація спрямовує вхідні дзвінки в напрямку відповідно до умов і контексту. Можна спрямувати вхідні виклики на групи, автоматичне обслуговування, зовнішні номери, сценарії або інші напрямки. ";
@ -548,8 +684,11 @@ $text['description-dialplan-inbound-add']['uk-ua'] = "Маршрутизація
$text['confirm-update-complete']['en-us'] = "Update Complete";
$text['confirm-update-complete']['ar-eg'] = "";
$text['confirm-update-complete']['de-at'] = "Aktualisierung abgeschlossen";
$text['confirm-update-complete']['de-ch'] = "";
$text['confirm-update-complete']['de-de'] = "Aktualisierung abgeschlossen";
$text['confirm-update-complete']['es-cl'] = "Actualización Completa";
$text['confirm-update-complete']['es-mx'] = "";
$text['confirm-update-complete']['fr-ca'] = "";
$text['confirm-update-complete']['fr-fr'] = "Mis à jour";
$text['confirm-update-complete']['he-il'] = "";
$text['confirm-update-complete']['it-it'] = "Aggiornamento completato";
@ -557,8 +696,9 @@ $text['confirm-update-complete']['nl-nl'] = "";
$text['confirm-update-complete']['pl-pl'] = "Potwierdź";
$text['confirm-update-complete']['pt-br'] = "";
$text['confirm-update-complete']['pt-pt'] = "Actualização Efectuada";
$text['confirm-update-complete']['ro-ro'] = "";
$text['confirm-update-complete']['ru-ru'] = "Обновление завершено";
$text['confirm-update-complete']['sv-se'] = "";
$text['confirm-update-complete']['sv-se'] = "Ändring Utförd";
$text['confirm-update-complete']['uk-ua'] = "Оновлення завершено";
?>
?>

View File

@ -1,19 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Inbound Routes";
$apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de entrada";
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de entrada";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Routes Entrantes";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Entrada";
$apps[$x]['menu'][0]['title']['pl'] = "Trasy przychodzące";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация входящих";
$apps[$x]['menu'][0]['title']['uk'] = "Вхідні маршрути";
$apps[$x]['menu'][0]['title']['de-de'] = "Eingehendes Routing";
$apps[$x]['menu'][0]['title']['de-at'] = "Eingehendes Routing";
$apps[$x]['menu'][0]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Eingehendes Routing";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de entrada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de entrada";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Entrantes";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy przychodzące";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Entrada";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация входящих";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вхідні маршрути";
$apps[$x]['menu'][$y]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['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'] = "";
$apps[$x]['description']['de-de'] = "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']['es-cl'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada.";
$apps[$x]['description']['es-mx'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada.";
$apps[$x]['description']['de-de'] = "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'] = "";
$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']['fr-fr'] = "Les routes sortantes acheminent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passerelle correspondante.";
$apps[$x]['description']['fr-ca'] = "Les routes sortantes ont une ou plus conditions qui devent répondre. Quand les conditions son tout répondres, l'appel est dirigers vers la passarelle séléctioné.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Dialplans de saída tem uma ou mais condições que são compatíveis com os atributos de uma chamada. Quando uma chamada coincide com as condições da chamada é então encaminhado para o gateway.";
$apps[$x]['description']['fr-fr'] = "Les routes sortantes acheminent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passerelle correspondante.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Dialplans de saída tem uma ou mais condições que são compatíveis com os atributos de uma chamada. Quando uma chamada coincide com as condições da chamada é então encaminhado para o gateway.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -44,4 +52,4 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "outbound_route_toll_allow_lua";
?>
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Outbound Routes";
$apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de salida";
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de salida";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Routes Sortantes";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Saída";
$apps[$x]['menu'][0]['title']['pl'] = "Trasy wyjściowe";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Маршрутизация исходящих";
$apps[$x]['menu'][0]['title']['uk'] = "Вихідні маршрути";
$apps[$x]['menu'][0]['title']['de-de'] = "Ausgehendes Routing";
$apps[$x]['menu'][0]['title']['de-at'] = "Ausgehendes Routing";
$apps[$x]['menu'][0]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Ausgehendes Routing";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Rutas de salida";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Rutas de salida";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Routes Sortantes";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Trasy wyjściowe";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Rotas de Saída";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Маршрутизация исходящих";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Вихідні маршрути";
$apps[$x]['menu'][$y]['uuid'] = "17e14094-1d57-1106-db2a-a787d34015e9";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "17e628ee-ccfa-49c0-29ca-9894a0384b9b";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Script Editor can be used to edit lua, javascript or other scripts.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Der Skript-Editor kann verwendet werden um Lua, Javaskripte oder andere Skripte zu bearbeiten.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Der Skript-Editor kann verwendet werden um Lua, Javaskripte oder andere Skripte zu bearbeiten.";
$apps[$x]['description']['es-cl'] = "Editor de scripts. Puede ser utilizado para editar archivos lua, javascript, etc.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Der Skript-Editor kann verwendet werden um Lua, Javaskripte oder andere Skripte zu bearbeiten.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Der Skript-Editor kann verwendet werden um Lua, Javaskripte oder andere Skripte zu bearbeiten.";
$apps[$x]['description']['fr-fr'] = "L'éditeur permet de modifier les scripts lua, javascript ou autres.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Editor de script pode ser usado para editar lua, javascript ou outros scripts.";
$apps[$x]['description']['fr-fr'] = "L'éditeur permet de modifier les scripts lua, javascript ou autres.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Editor de script pode ser usado para editar lua, javascript ou outros scripts.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -73,54 +81,53 @@
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '2e217303-53ff-4dda-b74e-7f07738d83c2';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'editor';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'font_size';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '14px';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default text size for Editor.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "2e217303-53ff-4dda-b74e-7f07738d83c2";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "editor";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "font_size";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "14px";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default text size for Editor.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8701cdca-64a1-4ff4-85a1-a09b1389ce92';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'editor';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'indent_guides';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default visibility of indent guides for Editor.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8701cdca-64a1-4ff4-85a1-a09b1389ce92";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "editor";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "indent_guides";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default visibility of indent guides for Editor.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '5669f8cf-f0a0-4d9c-ad75-caf239e9f5cd';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'editor';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'invisibles';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default state of invisible characters for Editor.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "5669f8cf-f0a0-4d9c-ad75-caf239e9f5cd";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "editor";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "invisibles";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default state of invisible characters for Editor.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7122cb30-d557-4001-af94-d8d21f964a63';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'editor';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'line_numbers';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default visibility of line numbers for Editor.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7122cb30-d557-4001-af94-d8d21f964a63";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "editor";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "line_numbers";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default visibility of line numbers for Editor.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '62cfc1ac-6566-45ba-8c7d-f4234ab1b31e';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'editor';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'live_previews';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Enable or disable live previewing of syntax, text size and theme changes.';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7b403afd-e4d6-4e96-8c8f-2cf5d6187191';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'editor';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'theme';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'Cobalt';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default theme.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "62cfc1ac-6566-45ba-8c7d-f4234ab1b31e";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "editor";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "live_previews";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable or disable live previewing of syntax, text size and theme changes.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7b403afd-e4d6-4e96-8c8f-2cf5d6187191";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "editor";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "theme";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "Cobalt";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default theme.";
//schema details
$y=0;
@ -158,4 +165,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-manage-files']['en-us'] = "Manage Files";
$text['title-manage-files']['ar-eg'] = "";
$text['title-manage-files']['de-at'] = "Dateien verwalten";
$text['title-manage-files']['de-ch'] = "";
$text['title-manage-files']['de-de'] = "Dateien verwalten";
$text['title-manage-files']['es-cl'] = "Gestión de Archivos";
$text['title-manage-files']['es-mx'] = "";
$text['title-manage-files']['fr-ca'] = "";
$text['title-manage-files']['fr-fr'] = "Gérer les Fichiers";
$text['title-manage-files']['he-il'] = "";
$text['title-manage-files']['it-it'] = "Gestione File";
@ -13,15 +16,19 @@ $text['title-manage-files']['nl-nl'] = "";
$text['title-manage-files']['pl-pl'] = "";
$text['title-manage-files']['pt-br'] = "";
$text['title-manage-files']['pt-pt'] = "Gerenciar Arquivos";
$text['title-manage-files']['ro-ro'] = "";
$text['title-manage-files']['ru-ru'] = "Управление файлами";
$text['title-manage-files']['sv-se'] = "";
$text['title-manage-files']['sv-se'] = "Hantera Filer";
$text['title-manage-files']['uk-ua'] = "";
$text['title-manage-clips']['en-us'] = "Manage Clips";
$text['title-manage-clips']['ar-eg'] = "";
$text['title-manage-clips']['de-at'] = "Clips verwalten";
$text['title-manage-clips']['de-ch'] = "";
$text['title-manage-clips']['de-de'] = "Clips verwalten";
$text['title-manage-clips']['es-cl'] = "Gestión de Clips";
$text['title-manage-clips']['es-mx'] = "";
$text['title-manage-clips']['fr-ca'] = "";
$text['title-manage-clips']['fr-fr'] = "Gérer Clips";
$text['title-manage-clips']['he-il'] = "";
$text['title-manage-clips']['it-it'] = "Gestione Clip";
@ -29,15 +36,19 @@ $text['title-manage-clips']['nl-nl'] = "";
$text['title-manage-clips']['pl-pl'] = "";
$text['title-manage-clips']['pt-br'] = "";
$text['title-manage-clips']['pt-pt'] = "Gerir Clipes";
$text['title-manage-clips']['ro-ro'] = "";
$text['title-manage-clips']['ru-ru'] = "Управление клипами";
$text['title-manage-clips']['sv-se'] = "";
$text['title-manage-clips']['sv-se'] = "Hantera Klipp";
$text['title-manage-clips']['uk-ua'] = "";
$text['label-folder']['en-us'] = "Folder:";
$text['label-folder']['ar-eg'] = "";
$text['label-folder']['de-at'] = "Ordner:";
$text['label-folder']['de-ch'] = "";
$text['label-folder']['de-de'] = "Ordner:";
$text['label-folder']['es-cl'] = "Carpeta:";
$text['label-folder']['es-mx'] = "";
$text['label-folder']['fr-ca'] = "";
$text['label-folder']['fr-fr'] = "Répertoire:";
$text['label-folder']['he-il'] = "";
$text['label-folder']['it-it'] = "Cartella:";
@ -45,15 +56,19 @@ $text['label-folder']['nl-nl'] = "";
$text['label-folder']['pl-pl'] = "";
$text['label-folder']['pt-br'] = "";
$text['label-folder']['pt-pt'] = "Ficheiro:";
$text['label-folder']['ro-ro'] = "";
$text['label-folder']['ru-ru'] = "Папка:";
$text['label-folder']['sv-se'] = "";
$text['label-folder']['sv-se'] = "Mapp:";
$text['label-folder']['uk-ua'] = "";
$text['label-before-selection']['en-us'] = "Before Selection:";
$text['label-before-selection']['ar-eg'] = "";
$text['label-before-selection']['de-at'] = "Vor der Auswahl:";
$text['label-before-selection']['de-ch'] = "";
$text['label-before-selection']['de-de'] = "Vor der Auswahl:";
$text['label-before-selection']['es-cl'] = "Antes de seleccionar:";
$text['label-before-selection']['es-mx'] = "";
$text['label-before-selection']['fr-ca'] = "";
$text['label-before-selection']['fr-fr'] = "Avant la Selection:";
$text['label-before-selection']['he-il'] = "";
$text['label-before-selection']['it-it'] = "Prima della Selezione:";
@ -61,15 +76,19 @@ $text['label-before-selection']['nl-nl'] = "";
$text['label-before-selection']['pl-pl'] = "";
$text['label-before-selection']['pt-br'] = "";
$text['label-before-selection']['pt-pt'] = "Antes da Selecção:";
$text['label-before-selection']['ro-ro'] = "";
$text['label-before-selection']['ru-ru'] = "Перед выбором:";
$text['label-before-selection']['sv-se'] = "";
$text['label-before-selection']['sv-se'] = "Före Val:";
$text['label-before-selection']['uk-ua'] = "";
$text['label-after-selection']['en-us'] = "After Selection:";
$text['label-after-selection']['ar-eg'] = "";
$text['label-after-selection']['de-at'] = "Nach der Auswahl:";
$text['label-after-selection']['de-ch'] = "";
$text['label-after-selection']['de-de'] = "Nach der Auswahl:";
$text['label-after-selection']['es-cl'] = "Despues de seleccionar:";
$text['label-after-selection']['es-mx'] = "";
$text['label-after-selection']['fr-ca'] = "";
$text['label-after-selection']['fr-fr'] = "Après la Selection:";
$text['label-after-selection']['he-il'] = "";
$text['label-after-selection']['it-it'] = "Dopo la Selezione:";
@ -77,15 +96,19 @@ $text['label-after-selection']['nl-nl'] = "";
$text['label-after-selection']['pl-pl'] = "";
$text['label-after-selection']['pt-br'] = "";
$text['label-after-selection']['pt-pt'] = "Depois da Selecção:";
$text['label-after-selection']['ro-ro'] = "";
$text['label-after-selection']['ru-ru'] = "После выбора:";
$text['label-after-selection']['sv-se'] = "";
$text['label-after-selection']['sv-se'] = "Efter Val:";
$text['label-after-selection']['uk-ua'] = "";
$text['label-notes']['en-us'] = "Notes:";
$text['label-notes']['ar-eg'] = "";
$text['label-notes']['de-at'] = "Notiz:";
$text['label-notes']['de-ch'] = "";
$text['label-notes']['de-de'] = "Notiz:";
$text['label-notes']['es-cl'] = "Notas:";
$text['label-notes']['es-mx'] = "";
$text['label-notes']['fr-ca'] = "";
$text['label-notes']['fr-fr'] = "Notes:";
$text['label-notes']['he-il'] = "";
$text['label-notes']['it-it'] = "Note:";
@ -93,15 +116,19 @@ $text['label-notes']['nl-nl'] = "";
$text['label-notes']['pl-pl'] = "";
$text['label-notes']['pt-br'] = "";
$text['label-notes']['pt-pt'] = "Notas:";
$text['label-notes']['ro-ro'] = "";
$text['label-notes']['ru-ru'] = "Заметки:";
$text['label-notes']['sv-se'] = "";
$text['label-notes']['sv-se'] = "Noteringar:";
$text['label-notes']['uk-ua'] = "";
$text['message-give-up']['en-us'] = "Giving up :( Cannot create an XMLHTTP instance";
$text['message-give-up']['ar-eg'] = "";
$text['message-give-up']['de-at'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
$text['message-give-up']['de-ch'] = "";
$text['message-give-up']['de-de'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
$text['message-give-up']['es-cl'] = "Cancelando, no se puede crear una instancia XMLHTTP";
$text['message-give-up']['es-mx'] = "";
$text['message-give-up']['fr-ca'] = "";
$text['message-give-up']['fr-fr'] = "Abandon :( Ne peut pas créer un instance XMLHTTP";
$text['message-give-up']['he-il'] = "";
$text['message-give-up']['it-it'] = "Annullamento :( Impossibile creare un istanza XMLHTTP";
@ -109,15 +136,19 @@ $text['message-give-up']['nl-nl'] = "";
$text['message-give-up']['pl-pl'] = "";
$text['message-give-up']['pt-br'] = "";
$text['message-give-up']['pt-pt'] = "Desistindo :( Não é possível criar uma instância XMLHTTP";
$text['message-give-up']['ro-ro'] = "";
$text['message-give-up']['ru-ru'] = "Операция отменена :( Невозможно создать XMLHTTP экземпляр";
$text['message-give-up']['sv-se'] = "";
$text['message-give-up']['sv-se'] = "Ger upp :( Kan inte skapa en XMLHTTP instans";
$text['message-give-up']['uk-ua'] = "";
$text['message-problem']['en-us'] = "There was a problem with the request.";
$text['message-problem']['ar-eg'] = "";
$text['message-problem']['de-at'] = "Es gab ein Problem mit der Anfrage.";
$text['message-problem']['de-ch'] = "";
$text['message-problem']['de-de'] = "Es gab ein Problem mit der Anfrage.";
$text['message-problem']['es-cl'] = "Hubo un problema con la petición.";
$text['message-problem']['es-mx'] = "";
$text['message-problem']['fr-ca'] = "";
$text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête.";
$text['message-problem']['he-il'] = "";
$text['message-problem']['it-it'] = "Si è verificato un problema con la richiesta.";
@ -125,15 +156,19 @@ $text['message-problem']['nl-nl'] = "";
$text['message-problem']['pl-pl'] = "";
$text['message-problem']['pt-br'] = "";
$text['message-problem']['pt-pt'] = "Ocorreu um problema com o pedido.";
$text['message-problem']['ro-ro'] = "";
$text['message-problem']['ru-ru'] = "Возникла проблема с запросом.";
$text['message-problem']['sv-se'] = "";
$text['message-problem']['sv-se'] = "Det uppstod ett problem med begäran.";
$text['message-problem']['uk-ua'] = "";
$text['label-clip-library']['en-us'] = "Clip Library";
$text['label-clip-library']['ar-eg'] = "";
$text['label-clip-library']['de-at'] = "Clip Bibliothek";
$text['label-clip-library']['de-ch'] = "";
$text['label-clip-library']['de-de'] = "Clip Bibliothek";
$text['label-clip-library']['es-cl'] = "Librería de Clips";
$text['label-clip-library']['es-mx'] = "";
$text['label-clip-library']['fr-ca'] = "";
$text['label-clip-library']['fr-fr'] = "Clip Libraries";
$text['label-clip-library']['he-il'] = "";
$text['label-clip-library']['it-it'] = "Libreria Clip";
@ -141,15 +176,19 @@ $text['label-clip-library']['nl-nl'] = "";
$text['label-clip-library']['pl-pl'] = "";
$text['label-clip-library']['pt-br'] = "";
$text['label-clip-library']['pt-pt'] = "Biblioteca de Clips";
$text['label-clip-library']['ro-ro'] = "";
$text['label-clip-library']['ru-ru'] = "Библиотека клипов";
$text['label-clip-library']['sv-se'] = "";
$text['label-clip-library']['sv-se'] = "Klipp Bibliotek";
$text['label-clip-library']['uk-ua'] = "";
$text['label-selected-clip']['en-us'] = "Selected Clip";
$text['label-selected-clip']['ar-eg'] = "";
$text['label-selected-clip']['de-at'] = "Ausgewählter Clip";
$text['label-selected-clip']['de-ch'] = "";
$text['label-selected-clip']['de-de'] = "Ausgewählter Clip";
$text['label-selected-clip']['es-cl'] = "Clip Seleccionado";
$text['label-selected-clip']['es-mx'] = "";
$text['label-selected-clip']['fr-ca'] = "";
$text['label-selected-clip']['fr-fr'] = "Clip Sélectionné";
$text['label-selected-clip']['he-il'] = "";
$text['label-selected-clip']['it-it'] = "Clip Selezionati";
@ -157,6 +196,7 @@ $text['label-selected-clip']['nl-nl'] = "";
$text['label-selected-clip']['pl-pl'] = "";
$text['label-selected-clip']['pt-br'] = "";
$text['label-selected-clip']['pt-pt'] = "Clipe Selecionado";
$text['label-selected-clip']['ro-ro'] = "";
$text['label-selected-clip']['ru-ru'] = "Выбранный клип";
$text['label-selected-clip']['sv-se'] = "";
$text['label-selected-clip']['uk-ua'] = "";
@ -164,8 +204,11 @@ $text['label-selected-clip']['uk-ua'] = "";
$text['button-edit-clip']['en-us'] = "Edit Clip";
$text['button-edit-clip']['ar-eg'] = "";
$text['button-edit-clip']['de-at'] = "Clip bearbeiten";
$text['button-edit-clip']['de-ch'] = "";
$text['button-edit-clip']['de-de'] = "Clip bearbeiten";
$text['button-edit-clip']['es-cl'] = "Editar Clip";
$text['button-edit-clip']['es-mx'] = "";
$text['button-edit-clip']['fr-ca'] = "";
$text['button-edit-clip']['fr-fr'] = "Editer le Clip";
$text['button-edit-clip']['he-il'] = "";
$text['button-edit-clip']['it-it'] = "Modifica Clip";
@ -173,15 +216,19 @@ $text['button-edit-clip']['nl-nl'] = "";
$text['button-edit-clip']['pl-pl'] = "";
$text['button-edit-clip']['pt-br'] = "";
$text['button-edit-clip']['pt-pt'] = "Editar Clip";
$text['button-edit-clip']['ro-ro'] = "";
$text['button-edit-clip']['ru-ru'] = "Редактировать клип";
$text['button-edit-clip']['sv-se'] = "";
$text['button-edit-clip']['sv-se'] = "Ändra Klipp";
$text['button-edit-clip']['uk-ua'] = "";
$text['button-add-clip']['en-us'] = "Add Clip";
$text['button-add-clip']['ar-eg'] = "";
$text['button-add-clip']['de-at'] = "Clip hinzufügen";
$text['button-add-clip']['de-ch'] = "";
$text['button-add-clip']['de-de'] = "Clip hinzufügen";
$text['button-add-clip']['es-cl'] = "Agregar Clip";
$text['button-add-clip']['es-mx'] = "";
$text['button-add-clip']['fr-ca'] = "";
$text['button-add-clip']['fr-fr'] = "Ajouter un Clip";
$text['button-add-clip']['he-il'] = "";
$text['button-add-clip']['it-it'] = "Aggiungi Clip";
@ -189,15 +236,19 @@ $text['button-add-clip']['nl-nl'] = "";
$text['button-add-clip']['pl-pl'] = "";
$text['button-add-clip']['pt-br'] = "";
$text['button-add-clip']['pt-pt'] = "Adicionar Clip";
$text['button-add-clip']['ro-ro'] = "";
$text['button-add-clip']['ru-ru'] = "Добавить клип";
$text['button-add-clip']['sv-se'] = "";
$text['button-add-clip']['sv-se'] = "Lägg Till Klipp";
$text['button-add-clip']['uk-ua'] = "";
$text['message-delete-clip']['en-us'] = "Are you sure you want to delete the selected clip?";
$text['message-delete-clip']['ar-eg'] = "";
$text['message-delete-clip']['de-at'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
$text['message-delete-clip']['de-ch'] = "";
$text['message-delete-clip']['de-de'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
$text['message-delete-clip']['es-cl'] = "¿Realmente desea eliminar el clip seleccionado?";
$text['message-delete-clip']['es-mx'] = "";
$text['message-delete-clip']['fr-ca'] = "";
$text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
$text['message-delete-clip']['he-il'] = "";
$text['message-delete-clip']['it-it'] = "Sei sicuro di voler cancellare la clip selezionata?";
@ -205,15 +256,19 @@ $text['message-delete-clip']['nl-nl'] = "";
$text['message-delete-clip']['pl-pl'] = "";
$text['message-delete-clip']['pt-br'] = "";
$text['message-delete-clip']['pt-pt'] = "Tem a certeza que pretende remover o clip seleccionado?";
$text['message-delete-clip']['ro-ro'] = "";
$text['message-delete-clip']['ru-ru'] = "Вы действительно хотите удалить выбранный клип?";
$text['message-delete-clip']['sv-se'] = "";
$text['message-delete-clip']['sv-se'] = "Är du säker på att du vill radera det valda klippet?";
$text['message-delete-clip']['uk-ua'] = "";
$text['button-close']['en-us'] = "Close";
$text['button-close']['ar-eg'] = "";
$text['button-close']['de-at'] = "Schließen";
$text['button-close']['de-ch'] = "";
$text['button-close']['de-de'] = "Schließen";
$text['button-close']['es-cl'] = "Cerrar";
$text['button-close']['es-mx'] = "";
$text['button-close']['fr-ca'] = "";
$text['button-close']['fr-fr'] = "Fermé";
$text['button-close']['he-il'] = "";
$text['button-close']['it-it'] = "Chiudi";
@ -221,15 +276,19 @@ $text['button-close']['nl-nl'] = "";
$text['button-close']['pl-pl'] = "";
$text['button-close']['pt-br'] = "";
$text['button-close']['pt-pt'] = "Fechar";
$text['button-close']['ro-ro'] = "";
$text['button-close']['ru-ru'] = "Закрыть";
$text['button-close']['sv-se'] = "";
$text['button-close']['sv-se'] = "Stäng";
$text['button-close']['uk-ua'] = "";
$text['label-path']['en-us'] = "Path:";
$text['label-path']['ar-eg'] = "";
$text['label-path']['de-at'] = "Pfad:";
$text['label-path']['de-ch'] = "";
$text['label-path']['de-de'] = "Pfad:";
$text['label-path']['es-cl'] = "Ruta:";
$text['label-path']['es-mx'] = "";
$text['label-path']['fr-ca'] = "";
$text['label-path']['fr-fr'] = "Chemin:";
$text['label-path']['he-il'] = "";
$text['label-path']['it-it'] = "Percorso:";
@ -237,15 +296,19 @@ $text['label-path']['nl-nl'] = "";
$text['label-path']['pl-pl'] = "";
$text['label-path']['pt-br'] = "";
$text['label-path']['pt-pt'] = "Caminho:";
$text['label-path']['ro-ro'] = "";
$text['label-path']['ru-ru'] = "Путь:";
$text['label-path']['sv-se'] = "";
$text['label-path']['sv-se'] = "Sökväg:";
$text['label-path']['uk-ua'] = "";
$text['label-file-name']['en-us'] = "File Name:";
$text['label-file-name']['ar-eg'] = "";
$text['label-file-name']['de-at'] = "Dateiname:";
$text['label-file-name']['de-ch'] = "";
$text['label-file-name']['de-de'] = "Dateiname:";
$text['label-file-name']['es-cl'] = "Nombre de Archivo:";
$text['label-file-name']['es-mx'] = "";
$text['label-file-name']['fr-ca'] = "";
$text['label-file-name']['fr-fr'] = "Nom du Fichier:";
$text['label-file-name']['he-il'] = "";
$text['label-file-name']['it-it'] = "Nome File:";
@ -253,15 +316,19 @@ $text['label-file-name']['nl-nl'] = "";
$text['label-file-name']['pl-pl'] = "";
$text['label-file-name']['pt-br'] = "";
$text['label-file-name']['pt-pt'] = "Nome do ficheiro:";
$text['label-file-name']['ro-ro'] = "";
$text['label-file-name']['ru-ru'] = "Имя Файла:";
$text['label-file-name']['sv-se'] = "";
$text['label-file-name']['sv-se'] = "Filnamn:";
$text['label-file-name']['uk-ua'] = "";
$text['button-new-file']['en-us'] = "New File";
$text['button-new-file']['ar-eg'] = "";
$text['button-new-file']['de-at'] = "Neue Datei";
$text['button-new-file']['de-ch'] = "";
$text['button-new-file']['de-de'] = "Neue Datei";
$text['button-new-file']['es-cl'] = "Nuevo Archivo";
$text['button-new-file']['es-mx'] = "";
$text['button-new-file']['fr-ca'] = "";
$text['button-new-file']['fr-fr'] = "Nouveau Fichier";
$text['button-new-file']['he-il'] = "";
$text['button-new-file']['it-it'] = "Nuovo File";
@ -269,15 +336,19 @@ $text['button-new-file']['nl-nl'] = "";
$text['button-new-file']['pl-pl'] = "";
$text['button-new-file']['pt-br'] = "";
$text['button-new-file']['pt-pt'] = "Novo Ficheiro";
$text['button-new-file']['ro-ro'] = "";
$text['button-new-file']['ru-ru'] = "Новый Файл";
$text['button-new-file']['sv-se'] = "";
$text['button-new-file']['sv-se'] = "Ny Fil";
$text['button-new-file']['uk-ua'] = "";
$text['label-file-name-orig']['en-us'] = "Original File Name:";
$text['label-file-name-orig']['ar-eg'] = "";
$text['label-file-name-orig']['de-at'] = "Ursprünglicher Dateiname:";
$text['label-file-name-orig']['de-ch'] = "";
$text['label-file-name-orig']['de-de'] = "Ursprünglicher Dateiname:";
$text['label-file-name-orig']['es-cl'] = "Nombre de Archivo Original:";
$text['label-file-name-orig']['es-mx'] = "";
$text['label-file-name-orig']['fr-ca'] = "";
$text['label-file-name-orig']['fr-fr'] = "Nom du Fichier Original:";
$text['label-file-name-orig']['he-il'] = "";
$text['label-file-name-orig']['it-it'] = "Nome File originario:";
@ -285,15 +356,19 @@ $text['label-file-name-orig']['nl-nl'] = "";
$text['label-file-name-orig']['pl-pl'] = "";
$text['label-file-name-orig']['pt-br'] = "";
$text['label-file-name-orig']['pt-pt'] = "Nome do Ficheiro Original:";
$text['label-file-name-orig']['ro-ro'] = "";
$text['label-file-name-orig']['ru-ru'] = "Оригинальное Имя Файла:";
$text['label-file-name-orig']['sv-se'] = "";
$text['label-file-name-orig']['sv-se'] = "Original Filnamn:";
$text['label-file-name-orig']['uk-ua'] = "";
$text['label-rename-file-to']['en-us'] = "Rename File To:";
$text['label-rename-file-to']['ar-eg'] = "";
$text['label-rename-file-to']['de-at'] = "Datei umbenennen in:";
$text['label-rename-file-to']['de-ch'] = "";
$text['label-rename-file-to']['de-de'] = "Datei umbenennen in:";
$text['label-rename-file-to']['es-cl'] = "Renombrar a:";
$text['label-rename-file-to']['es-mx'] = "";
$text['label-rename-file-to']['fr-ca'] = "";
$text['label-rename-file-to']['fr-fr'] = "Renommer le Fichier en:";
$text['label-rename-file-to']['he-il'] = "";
$text['label-rename-file-to']['it-it'] = "Rinomina il File in:";
@ -301,15 +376,19 @@ $text['label-rename-file-to']['nl-nl'] = "";
$text['label-rename-file-to']['pl-pl'] = "";
$text['label-rename-file-to']['pt-br'] = "";
$text['label-rename-file-to']['pt-pt'] = "Renomear Ficheiro Para:";
$text['label-rename-file-to']['ro-ro'] = "";
$text['label-rename-file-to']['ru-ru'] = "Переименовать Файл:";
$text['label-rename-file-to']['sv-se'] = "";
$text['label-rename-file-to']['sv-se'] = "Ändra Filnamn Till:";
$text['label-rename-file-to']['uk-ua'] = "";
$text['label-files']['en-us'] = "Files";
$text['label-files']['ar-eg'] = "";
$text['label-files']['de-at'] = "Dateien";
$text['label-files']['de-ch'] = "";
$text['label-files']['de-de'] = "Dateien";
$text['label-files']['es-cl'] = "Archivos";
$text['label-files']['es-mx'] = "";
$text['label-files']['fr-ca'] = "";
$text['label-files']['fr-fr'] = "Fichiers";
$text['label-files']['he-il'] = "";
$text['label-files']['it-it'] = "Files";
@ -317,15 +396,19 @@ $text['label-files']['nl-nl'] = "";
$text['label-files']['pl-pl'] = "";
$text['label-files']['pt-br'] = "";
$text['label-files']['pt-pt'] = "Ficheiros";
$text['label-files']['ro-ro'] = "";
$text['label-files']['ru-ru'] = "Файлы";
$text['label-files']['sv-se'] = "";
$text['label-files']['sv-se'] = "Filer";
$text['label-files']['uk-ua'] = "";
$text['button-add-file']['en-us'] = "Add File";
$text['button-add-file']['ar-eg'] = "";
$text['button-add-file']['de-at'] = "Datei hinzufügen";
$text['button-add-file']['de-ch'] = "";
$text['button-add-file']['de-de'] = "Datei hinzufügen";
$text['button-add-file']['es-cl'] = "";
$text['button-add-file']['es-mx'] = "";
$text['button-add-file']['fr-ca'] = "";
$text['button-add-file']['fr-fr'] = "Ajouter Fichier";
$text['button-add-file']['he-il'] = "";
$text['button-add-file']['it-it'] = "Aggiungi File";
@ -333,15 +416,19 @@ $text['button-add-file']['nl-nl'] = "";
$text['button-add-file']['pl-pl'] = "";
$text['button-add-file']['pt-br'] = "";
$text['button-add-file']['pt-pt'] = "Adicionar Ficheiro";
$text['button-add-file']['ro-ro'] = "";
$text['button-add-file']['ru-ru'] = "Добавить Файл";
$text['button-add-file']['sv-se'] = "";
$text['button-add-file']['sv-se'] = "Lägg Till Fil";
$text['button-add-file']['uk-ua'] = "";
$text['button-add-dir']['en-us'] = "Add Dir";
$text['button-add-dir']['ar-eg'] = "";
$text['button-add-dir']['de-at'] = "Verzeichnis erstellen";
$text['button-add-dir']['de-ch'] = "";
$text['button-add-dir']['de-de'] = "Verzeichnis erstellen";
$text['button-add-dir']['es-cl'] = "Agregar Carpeta";
$text['button-add-dir']['es-mx'] = "";
$text['button-add-dir']['fr-ca'] = "";
$text['button-add-dir']['fr-fr'] = "Ajouter un Répertoire";
$text['button-add-dir']['he-il'] = "";
$text['button-add-dir']['it-it'] = "Aggiungi Cartella";
@ -349,15 +436,19 @@ $text['button-add-dir']['nl-nl'] = "";
$text['button-add-dir']['pl-pl'] = "";
$text['button-add-dir']['pt-br'] = "";
$text['button-add-dir']['pt-pt'] = "Adicionar Directoria";
$text['button-add-dir']['ro-ro'] = "";
$text['button-add-dir']['ru-ru'] = "Добавить Каталог";
$text['button-add-dir']['sv-se'] = "";
$text['button-add-dir']['sv-se'] = "Lägg Till Katalog";
$text['button-add-dir']['uk-ua'] = "";
$text['button-rename-file']['en-us'] = "Rename File";
$text['button-rename-file']['ar-eg'] = "";
$text['button-rename-file']['de-at'] = "Datei umbenennen";
$text['button-rename-file']['de-ch'] = "";
$text['button-rename-file']['de-de'] = "Datei umbenennen";
$text['button-rename-file']['es-cl'] = "Renombrar Archivo";
$text['button-rename-file']['es-mx'] = "";
$text['button-rename-file']['fr-ca'] = "";
$text['button-rename-file']['fr-fr'] = "Renommer le Fichier";
$text['button-rename-file']['he-il'] = "";
$text['button-rename-file']['it-it'] = "Rinomina File";
@ -365,15 +456,19 @@ $text['button-rename-file']['nl-nl'] = "";
$text['button-rename-file']['pl-pl'] = "";
$text['button-rename-file']['pt-br'] = "";
$text['button-rename-file']['pt-pt'] = "Renomear Ficheiro";
$text['button-rename-file']['ro-ro'] = "";
$text['button-rename-file']['ru-ru'] = "Переименовать Файл";
$text['button-rename-file']['sv-se'] = "";
$text['button-rename-file']['sv-se'] = "Namnändra Fil";
$text['button-rename-file']['uk-ua'] = "";
$text['message-delete-file']['en-us'] = "Are you sure you want to delete the selected file?";
$text['message-delete-file']['ar-eg'] = "";
$text['message-delete-file']['de-at'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?";
$text['message-delete-file']['de-ch'] = "";
$text['message-delete-file']['de-de'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?";
$text['message-delete-file']['es-cl'] = "¿Realmente desea eliminar el archivo seleccionado?";
$text['message-delete-file']['es-mx'] = "";
$text['message-delete-file']['fr-ca'] = "";
$text['message-delete-file']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?";
$text['message-delete-file']['he-il'] = "";
$text['message-delete-file']['it-it'] = "Sei sicuro di voler cancellare il file selezionato?";
@ -381,15 +476,19 @@ $text['message-delete-file']['nl-nl'] = "";
$text['message-delete-file']['pl-pl'] = "";
$text['message-delete-file']['pt-br'] = "";
$text['message-delete-file']['pt-pt'] = "Tem a certeza que pretende remover o ficheiro seleccionado?";
$text['message-delete-file']['ro-ro'] = "";
$text['message-delete-file']['ru-ru'] = "Вы уверены, что хотите удалить выбранный файл?";
$text['message-delete-file']['sv-se'] = "";
$text['message-delete-file']['sv-se'] = "Är du säker på att du vill radera den valda filen?";
$text['message-delete-file']['uk-ua'] = "";
$text['button-del-file']['en-us'] = "Delete File";
$text['button-del-file']['ar-eg'] = "";
$text['button-del-file']['de-at'] = "Datei löschen";
$text['button-del-file']['de-ch'] = "";
$text['button-del-file']['de-de'] = "Datei löschen";
$text['button-del-file']['es-cl'] = "Eliminar Archivo";
$text['button-del-file']['es-mx'] = "";
$text['button-del-file']['fr-ca'] = "";
$text['button-del-file']['fr-fr'] = "Supprimer le Fichier";
$text['button-del-file']['he-il'] = "";
$text['button-del-file']['it-it'] = "Cancella File";
@ -397,15 +496,19 @@ $text['button-del-file']['nl-nl'] = "";
$text['button-del-file']['pl-pl'] = "";
$text['button-del-file']['pt-br'] = "";
$text['button-del-file']['pt-pt'] = "Remover Ficheiro";
$text['button-del-file']['ro-ro'] = "";
$text['button-del-file']['ru-ru'] = "Удалить Файл";
$text['button-del-file']['sv-se'] = "";
$text['button-del-file']['sv-se'] = "Ta Bort Fil";
$text['button-del-file']['uk-ua'] = "";
$text['message-delete-folder']['en-us'] = "Are you sure you want to delete the selected folder?";
$text['message-delete-folder']['ar-eg'] = "";
$text['message-delete-folder']['de-at'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?";
$text['message-delete-folder']['de-ch'] = "";
$text['message-delete-folder']['de-de'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?";
$text['message-delete-folder']['es-cl'] = "¿Realmente desea eliminar la carpeta seleccionada?";
$text['message-delete-folder']['es-mx'] = "";
$text['message-delete-folder']['fr-ca'] = "";
$text['message-delete-folder']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?";
$text['message-delete-folder']['he-il'] = "";
$text['message-delete-folder']['it-it'] = "Sei sicuro di voler cancellare la cartella selezionata?";
@ -413,15 +516,19 @@ $text['message-delete-folder']['nl-nl'] = "";
$text['message-delete-folder']['pl-pl'] = "";
$text['message-delete-folder']['pt-br'] = "";
$text['message-delete-folder']['pt-pt'] = "Tem a certeza que pretende remover a pasta seleccionada?";
$text['message-delete-folder']['ro-ro'] = "";
$text['message-delete-folder']['ru-ru'] = "Вы действительно хотите удалить выбранный Каталог?";
$text['message-delete-folder']['sv-se'] = "";
$text['message-delete-folder']['sv-se'] = "Är du säker på att du vill radera den valda mappen?";
$text['message-delete-folder']['uk-ua'] = "";
$text['button-del-dir']['en-us'] = "Delete Dir";
$text['button-del-dir']['ar-eg'] = "";
$text['button-del-dir']['de-at'] = "Verzeichnis löschen";
$text['button-del-dir']['de-ch'] = "";
$text['button-del-dir']['de-de'] = "Verzeichnis löschen";
$text['button-del-dir']['es-cl'] = "Eliminar Carpeta";
$text['button-del-dir']['es-mx'] = "";
$text['button-del-dir']['fr-ca'] = "";
$text['button-del-dir']['fr-fr'] = "Supprimer le Répertoire";
$text['button-del-dir']['he-il'] = "";
$text['button-del-dir']['it-it'] = "Cancella Cartella";
@ -429,15 +536,19 @@ $text['button-del-dir']['nl-nl'] = "";
$text['button-del-dir']['pl-pl'] = "";
$text['button-del-dir']['pt-br'] = "";
$text['button-del-dir']['pt-pt'] = "Remover Directoria";
$text['button-del-dir']['ro-ro'] = "";
$text['button-del-dir']['ru-ru'] = "Удалить Каталог";
$text['button-del-dir']['sv-se'] = "";
$text['button-del-dir']['sv-se'] = "Ta Bort Mapp";
$text['button-del-dir']['uk-ua'] = "";
$text['message-error']['en-us'] = "Error!!";
$text['message-error']['ar-eg'] = "";
$text['message-error']['de-at'] = "Fehler!!";
$text['message-error']['de-ch'] = "";
$text['message-error']['de-de'] = "Fehler!!";
$text['message-error']['es-cl'] = "Error";
$text['message-error']['es-mx'] = "";
$text['message-error']['fr-ca'] = "";
$text['message-error']['fr-fr'] = "Erreur!!";
$text['message-error']['he-il'] = "";
$text['message-error']['it-it'] = "Errore!!";
@ -445,15 +556,19 @@ $text['message-error']['nl-nl'] = "";
$text['message-error']['pl-pl'] = "";
$text['message-error']['pt-br'] = "";
$text['message-error']['pt-pt'] = "Erro!!";
$text['message-error']['ro-ro'] = "";
$text['message-error']['ru-ru'] = "Ошибка!!";
$text['message-error']['sv-se'] = "";
$text['message-error']['sv-se'] = "Fel!!";
$text['message-error']['uk-ua'] = "";
$text['label-folder-name']['en-us'] = "Folder Name:";
$text['label-folder-name']['ar-eg'] = "";
$text['label-folder-name']['de-at'] = "Verzeichnis Name:";
$text['label-folder-name']['de-ch'] = "";
$text['label-folder-name']['de-de'] = "Verzeichnis Name:";
$text['label-folder-name']['es-cl'] = "Nombre de Carpeta:";
$text['label-folder-name']['es-mx'] = "";
$text['label-folder-name']['fr-ca'] = "";
$text['label-folder-name']['fr-fr'] = "Nom du Répertoire:";
$text['label-folder-name']['he-il'] = "";
$text['label-folder-name']['it-it'] = "Nome Cartella:";
@ -461,15 +576,19 @@ $text['label-folder-name']['nl-nl'] = "";
$text['label-folder-name']['pl-pl'] = "";
$text['label-folder-name']['pt-br'] = "";
$text['label-folder-name']['pt-pt'] = "Nome da Pasta:";
$text['label-folder-name']['ro-ro'] = "";
$text['label-folder-name']['ru-ru'] = "Имя Каталога";
$text['label-folder-name']['sv-se'] = "";
$text['label-folder-name']['sv-se'] = "Katalog Namn:";
$text['label-folder-name']['uk-ua'] = "";
$text['button-new-folder']['en-us'] = "New Folder";
$text['button-new-folder']['ar-eg'] = "";
$text['button-new-folder']['de-at'] = "Neues Verzeichnis";
$text['button-new-folder']['de-ch'] = "";
$text['button-new-folder']['de-de'] = "Neues Verzeichnis";
$text['button-new-folder']['es-cl'] = "Nueva Carpeta";
$text['button-new-folder']['es-mx'] = "";
$text['button-new-folder']['fr-ca'] = "";
$text['button-new-folder']['fr-fr'] = "Nouveau Répertoire";
$text['button-new-folder']['he-il'] = "";
$text['button-new-folder']['it-it'] = "Nuova Cartella";
@ -477,15 +596,19 @@ $text['button-new-folder']['nl-nl'] = "";
$text['button-new-folder']['pl-pl'] = "";
$text['button-new-folder']['pt-br'] = "";
$text['button-new-folder']['pt-pt'] = "Novo Ficheiro";
$text['button-new-folder']['ro-ro'] = "";
$text['button-new-folder']['ru-ru'] = "Новый Каталогr";
$text['button-new-folder']['sv-se'] = "";
$text['button-new-folder']['sv-se'] = "Ny Mapp";
$text['button-new-folder']['uk-ua'] = "";
$text['button-delete-this']['en-us'] = "Are you sure want to delete this?";
$text['button-delete-this']['ar-eg'] = "";
$text['button-delete-this']['de-at'] = "Sind Sie sicher, dass Sie dieses löschen möchten?";
$text['button-delete-this']['de-ch'] = "";
$text['button-delete-this']['de-de'] = "Sind Sie sicher, dass Sie dieses löschen möchten?";
$text['button-delete-this']['es-cl'] = "¿Realmente desea eliminar esto?";
$text['button-delete-this']['es-mx'] = "";
$text['button-delete-this']['fr-ca'] = "";
$text['button-delete-this']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
$text['button-delete-this']['he-il'] = "";
$text['button-delete-this']['it-it'] = "Sei sicuro di voler eliminare questo elemento?";
@ -493,15 +616,19 @@ $text['button-delete-this']['nl-nl'] = "";
$text['button-delete-this']['pl-pl'] = "";
$text['button-delete-this']['pt-br'] = "";
$text['button-delete-this']['pt-pt'] = "Tem a certeza que pretende remover isto?";
$text['button-delete-this']['ro-ro'] = "";
$text['button-delete-this']['ru-ru'] = "Вы действительно хотите удалить это?";
$text['button-delete-this']['sv-se'] = "";
$text['button-delete-this']['sv-se'] = "Vill du verkligen ta bort det här?";
$text['button-delete-this']['uk-ua'] = "";
$text['label-file']['en-us'] = "File:";
$text['label-file']['ar-eg'] = "";
$text['label-file']['de-at'] = "Datei:";
$text['label-file']['de-ch'] = "";
$text['label-file']['de-de'] = "Datei:";
$text['label-file']['es-cl'] = "Archivo:";
$text['label-file']['es-mx'] = "";
$text['label-file']['fr-ca'] = "";
$text['label-file']['fr-fr'] = "Fichier:";
$text['label-file']['he-il'] = "";
$text['label-file']['it-it'] = "File:";
@ -509,8 +636,9 @@ $text['label-file']['nl-nl'] = "";
$text['label-file']['pl-pl'] = "";
$text['label-file']['pt-br'] = "";
$text['label-file']['pt-pt'] = "Ficheiro:";
$text['label-file']['ro-ro'] = "";
$text['label-file']['ru-ru'] = "Файл:";
$text['label-file']['sv-se'] = "";
$text['label-file']['sv-se'] = "Fil:";
$text['label-file']['uk-ua'] = "";
?>
?>

View File

@ -1,19 +1,25 @@
<?php
$y = 0;
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Skript Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "Skript Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор скриптов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -22,18 +28,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "XML Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор XML";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -42,18 +54,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Bereitstellungs Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "Bereitstellungs Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор шаблонов автоконфигурации";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -62,18 +80,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "PHP Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор PHP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";
@ -82,18 +106,24 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Grammatik Editor";
$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор грамматики";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "external";

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "bd64f590-9a24-468d-951f-6639ac728694";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Fehlgeschlagene Email Benachrichtigungen verwalten.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Fehlgeschlagene Email Benachrichtigungen verwalten.";
$apps[$x]['description']['es-cl'] = "Gestionar los mensajes fallidos.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Fehlgeschlagene Email Benachrichtigungen verwalten.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Fehlgeschlagene Email Benachrichtigungen verwalten.";
$apps[$x]['description']['fr-fr'] = "GÈrer les messages Èlectroniques ÈchouÈ.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Gerenciar mensagens de e-mail falhou.";
$apps[$x]['description']['fr-fr'] = "GÈrer les messages Èlectroniques ÈchouÈ.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Gerenciar mensagens de e-mail falhou.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -40,7 +48,6 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "emails_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//schema details
$y=0;
@ -90,4 +97,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-view_email']['en-us'] = "View Email";
$text['title-view_email']['ar-eg'] = "";
$text['title-view_email']['de-at'] = "Email anzeigen";
$text['title-view_email']['de-ch'] = "";
$text['title-view_email']['de-de'] = "Email anzeigen";
$text['title-view_email']['es-cl'] = "Ver Email";
$text['title-view_email']['es-mx'] = "";
$text['title-view_email']['fr-ca'] = "";
$text['title-view_email']['fr-fr'] = "Visualiser Courriel";
$text['title-view_email']['he-il'] = "";
$text['title-view_email']['it-it'] = "Visualizza Email";
@ -13,6 +16,7 @@ $text['title-view_email']['nl-nl'] = "";
$text['title-view_email']['pl-pl'] = "Widok e0maili";
$text['title-view_email']['pt-br'] = "Ver email";
$text['title-view_email']['pt-pt'] = "Ver Email";
$text['title-view_email']['ro-ro'] = "";
$text['title-view_email']['ru-ru'] = "Просмотр Электронной Почты";
$text['title-view_email']['sv-se'] = "Visa E-post";
$text['title-view_email']['uk-ua'] = "";
@ -20,8 +24,11 @@ $text['title-view_email']['uk-ua'] = "";
$text['title-emails']['en-us'] = "Emails";
$text['title-emails']['ar-eg'] = "";
$text['title-emails']['de-at'] = "Emails";
$text['title-emails']['de-ch'] = "";
$text['title-emails']['de-de'] = "Emails";
$text['title-emails']['es-cl'] = "Los Correos Electrónicos";
$text['title-emails']['es-mx'] = "";
$text['title-emails']['fr-ca'] = "";
$text['title-emails']['fr-fr'] = "Courriels";
$text['title-emails']['he-il'] = "";
$text['title-emails']['it-it'] = "Emails";
@ -29,6 +36,7 @@ $text['title-emails']['nl-nl'] = "";
$text['title-emails']['pl-pl'] = "E-maile";
$text['title-emails']['pt-br'] = "Emails";
$text['title-emails']['pt-pt'] = "Emails";
$text['title-emails']['ro-ro'] = "";
$text['title-emails']['ru-ru'] = "Электронная Почта";
$text['title-emails']['sv-se'] = "E-post";
$text['title-emails']['uk-ua'] = "";
@ -36,8 +44,11 @@ $text['title-emails']['uk-ua'] = "";
$text['message-resend_failed']['en-us'] = "Resend Failed";
$text['message-resend_failed']['ar-eg'] = "";
$text['message-resend_failed']['de-at'] = "Erneutes Senden Fehlgeschlagen";
$text['message-resend_failed']['de-ch'] = "";
$text['message-resend_failed']['de-de'] = "Erneutes Senden Fehlgeschlagen";
$text['message-resend_failed']['es-cl'] = "Vuelva a enviar Error";
$text['message-resend_failed']['es-mx'] = "";
$text['message-resend_failed']['fr-ca'] = "";
$text['message-resend_failed']['fr-fr'] = "Le renvoi du message a échoué";
$text['message-resend_failed']['he-il'] = "";
$text['message-resend_failed']['it-it'] = "Reinvia Fallite";
@ -45,6 +56,7 @@ $text['message-resend_failed']['nl-nl'] = "";
$text['message-resend_failed']['pl-pl'] = "Próba ponownego wysłania nie powiodła się.";
$text['message-resend_failed']['pt-br'] = "Reenviar falha";
$text['message-resend_failed']['pt-pt'] = "Reenviar Falha";
$text['message-resend_failed']['ro-ro'] = "";
$text['message-resend_failed']['ru-ru'] = "Повторная отправка не удалась";
$text['message-resend_failed']['sv-se'] = "Skicka Misslyckade Igen";
$text['message-resend_failed']['uk-ua'] = "";
@ -52,8 +64,11 @@ $text['message-resend_failed']['uk-ua'] = "";
$text['message-message_resent']['en-us'] = "Message Resent";
$text['message-message_resent']['ar-eg'] = "";
$text['message-message_resent']['de-at'] = "Nachricht erneut gesendet";
$text['message-message_resent']['de-ch'] = "";
$text['message-message_resent']['de-de'] = "Nachricht erneut gesendet";
$text['message-message_resent']['es-cl'] = "Mensaje Resent";
$text['message-message_resent']['es-mx'] = "";
$text['message-message_resent']['fr-ca'] = "";
$text['message-message_resent']['fr-fr'] = "Le message a été renvoyé";
$text['message-message_resent']['he-il'] = "";
$text['message-message_resent']['it-it'] = "Messaggio Reinviato";
@ -61,6 +76,7 @@ $text['message-message_resent']['nl-nl'] = "";
$text['message-message_resent']['pl-pl'] = "Wiadomość została wysłana ponownie";
$text['message-message_resent']['pt-br'] = "Mensagem reenviada";
$text['message-message_resent']['pt-pt'] = "Mensagem Reenviada";
$text['message-message_resent']['ro-ro'] = "";
$text['message-message_resent']['ru-ru'] = "Это сообщение было отправлено повторно";
$text['message-message_resent']['sv-se'] = "Meddelande Skickades";
$text['message-message_resent']['uk-ua'] = "";
@ -68,8 +84,11 @@ $text['message-message_resent']['uk-ua'] = "";
$text['message-invalid_email']['en-us'] = "Invalid Email";
$text['message-invalid_email']['ar-eg'] = "";
$text['message-invalid_email']['de-at'] = "Ungültige Email-Adresse";
$text['message-invalid_email']['de-ch'] = "";
$text['message-invalid_email']['de-de'] = "Ungültige Email-Adresse";
$text['message-invalid_email']['es-cl'] = "No Válida de Correo Electrónico";
$text['message-invalid_email']['es-mx'] = "";
$text['message-invalid_email']['fr-ca'] = "";
$text['message-invalid_email']['fr-fr'] = "Adresse de courriel invalide";
$text['message-invalid_email']['he-il'] = "";
$text['message-invalid_email']['it-it'] = "Email non valida";
@ -77,6 +96,7 @@ $text['message-invalid_email']['nl-nl'] = "";
$text['message-invalid_email']['pl-pl'] = "Nieprawidłowy adres email";
$text['message-invalid_email']['pt-br'] = "Endereço de E-mail Inválido";
$text['message-invalid_email']['pt-pt'] = "E-mail Inválido";
$text['message-invalid_email']['ro-ro'] = "";
$text['message-invalid_email']['ru-ru'] = "Несуществующий адрес электронной почты";
$text['message-invalid_email']['sv-se'] = "Ogiltig E-postadress";
$text['message-invalid_email']['uk-ua'] = "";
@ -84,8 +104,11 @@ $text['message-invalid_email']['uk-ua'] = "";
$text['message-decoding_error']['en-us'] = "MIME Message Decoding Error";
$text['message-decoding_error']['ar-eg'] = "";
$text['message-decoding_error']['de-at'] = "Fehler bei der Dekodierung der MIME Nachricht";
$text['message-decoding_error']['de-ch'] = "";
$text['message-decoding_error']['de-de'] = "";
$text['message-decoding_error']['es-cl'] = "MIME Mensaje Descodificación de error";
$text['message-decoding_error']['es-mx'] = "";
$text['message-decoding_error']['fr-ca'] = "";
$text['message-decoding_error']['fr-fr'] = "Erreur de décodage du message MIME";
$text['message-decoding_error']['he-il'] = "";
$text['message-decoding_error']['it-it'] = "Errore di Decodifica del MIME type";
@ -93,6 +116,7 @@ $text['message-decoding_error']['nl-nl'] = "";
$text['message-decoding_error']['pl-pl'] = "Błąd dekodowania wiadomości MIME";
$text['message-decoding_error']['pt-br'] = "MIME mensagem decoding erro";
$text['message-decoding_error']['pt-pt'] = "MIME Mensagem Decoding erro";
$text['message-decoding_error']['ro-ro'] = "";
$text['message-decoding_error']['ru-ru'] = "Ошибка декодирования MIME сообщения";
$text['message-decoding_error']['sv-se'] = "MIME Message Decoding Erro";
$text['message-decoding_error']['uk-ua'] = "";
@ -100,8 +124,11 @@ $text['message-decoding_error']['uk-ua'] = "";
$text['label-type_voicemail']['en-us'] = "Voicemail";
$text['label-type_voicemail']['ar-eg'] = "";
$text['label-type_voicemail']['de-at'] = "Mailbox";
$text['label-type_voicemail']['de-ch'] = "";
$text['label-type_voicemail']['de-de'] = "Mailbox";
$text['label-type_voicemail']['es-cl'] = "Correo de Voz";
$text['label-type_voicemail']['es-mx'] = "";
$text['label-type_voicemail']['fr-ca'] = "";
$text['label-type_voicemail']['fr-fr'] = "Messagerie vocale";
$text['label-type_voicemail']['he-il'] = "";
$text['label-type_voicemail']['it-it'] = "Casella Vocale";
@ -109,6 +136,7 @@ $text['label-type_voicemail']['nl-nl'] = "";
$text['label-type_voicemail']['pl-pl'] = "Poczta głosowa";
$text['label-type_voicemail']['pt-br'] = "Correio de voz";
$text['label-type_voicemail']['pt-pt'] = "Correio de Voz";
$text['label-type_voicemail']['ro-ro'] = "";
$text['label-type_voicemail']['ru-ru'] = "Голосовая Почта";
$text['label-type_voicemail']['sv-se'] = "Röstbrevlåda";
$text['label-type_voicemail']['uk-ua'] = "";
@ -116,8 +144,11 @@ $text['label-type_voicemail']['uk-ua'] = "";
$text['label-type_email2fax']['en-us'] = "Email to fax report";
$text['label-type_email2fax']['ar-eg'] = "";
$text['label-type_email2fax']['de-at'] = "Email zu Fax Auswertung";
$text['label-type_email2fax']['de-ch'] = "";
$text['label-type_email2fax']['de-de'] = "Email zu Fax Auswertung";
$text['label-type_email2fax']['es-cl'] = "";
$text['label-type_email2fax']['es-mx'] = "";
$text['label-type_email2fax']['fr-ca'] = "";
$text['label-type_email2fax']['fr-fr'] = "";
$text['label-type_email2fax']['he-il'] = "";
$text['label-type_email2fax']['it-it'] = "Report Email to fax";
@ -125,15 +156,19 @@ $text['label-type_email2fax']['nl-nl'] = "";
$text['label-type_email2fax']['pl-pl'] = "";
$text['label-type_email2fax']['pt-br'] = "";
$text['label-type_email2fax']['pt-pt'] = "";
$text['label-type_email2fax']['ro-ro'] = "";
$text['label-type_email2fax']['ru-ru'] = "Отчет Электронной Почты на факс";
$text['label-type_email2fax']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-type']['de-at'] = "Art";
$text['label-type']['de-ch'] = "";
$text['label-type']['de-de'] = "Art";
$text['label-type']['es-cl'] = "Tipo";
$text['label-type']['es-mx'] = "";
$text['label-type']['fr-ca'] = "";
$text['label-type']['fr-fr'] = "Type";
$text['label-type']['he-il'] = "";
$text['label-type']['it-it'] = "Tipo";
@ -141,6 +176,7 @@ $text['label-type']['nl-nl'] = "";
$text['label-type']['pl-pl'] = "Typ";
$text['label-type']['pt-br'] = "Tipo";
$text['label-type']['pt-pt'] = "Tipo";
$text['label-type']['ro-ro'] = "";
$text['label-type']['ru-ru'] = "Тип";
$text['label-type']['sv-se'] = "Typ";
$text['label-type']['uk-ua'] = "";
@ -148,8 +184,11 @@ $text['label-type']['uk-ua'] = "";
$text['label-to']['en-us'] = "To";
$text['label-to']['ar-eg'] = "";
$text['label-to']['de-at'] = "An";
$text['label-to']['de-ch'] = "";
$text['label-to']['de-de'] = "An";
$text['label-to']['es-cl'] = "Final";
$text['label-to']['es-mx'] = "";
$text['label-to']['fr-ca'] = "";
$text['label-to']['fr-fr'] = "À";
$text['label-to']['he-il'] = "";
$text['label-to']['it-it'] = "A";
@ -157,6 +196,7 @@ $text['label-to']['nl-nl'] = "";
$text['label-to']['pl-pl'] = "Do";
$text['label-to']['pt-br'] = "Final";
$text['label-to']['pt-pt'] = "Final";
$text['label-to']['ro-ro'] = "";
$text['label-to']['ru-ru'] = "To";
$text['label-to']['sv-se'] = "Till";
$text['label-to']['uk-ua'] = "";
@ -164,8 +204,11 @@ $text['label-to']['uk-ua'] = "";
$text['label-subject']['en-us'] = "Subject";
$text['label-subject']['ar-eg'] = "";
$text['label-subject']['de-at'] = "Betreff";
$text['label-subject']['de-ch'] = "";
$text['label-subject']['de-de'] = "Betreff";
$text['label-subject']['es-cl'] = "Sujeto";
$text['label-subject']['es-mx'] = "";
$text['label-subject']['fr-ca'] = "";
$text['label-subject']['fr-fr'] = "Sujet";
$text['label-subject']['he-il'] = "";
$text['label-subject']['it-it'] = "Oggetto";
@ -173,6 +216,7 @@ $text['label-subject']['nl-nl'] = "";
$text['label-subject']['pl-pl'] = "Tytuł";
$text['label-subject']['pt-br'] = "Assunto";
$text['label-subject']['pt-pt'] = "Assunto";
$text['label-subject']['ro-ro'] = "";
$text['label-subject']['ru-ru'] = "Предмет";
$text['label-subject']['sv-se'] = "Ämne";
$text['label-subject']['uk-ua'] = "";
@ -180,8 +224,11 @@ $text['label-subject']['uk-ua'] = "";
$text['label-status_failed']['en-us'] = "Failed";
$text['label-status_failed']['ar-eg'] = "";
$text['label-status_failed']['de-at'] = "Fehlgeschlagen";
$text['label-status_failed']['de-ch'] = "";
$text['label-status_failed']['de-de'] = "Fehlgeschlagen";
$text['label-status_failed']['es-cl'] = "Fracasado";
$text['label-status_failed']['es-mx'] = "";
$text['label-status_failed']['fr-ca'] = "";
$text['label-status_failed']['fr-fr'] = "Échoué";
$text['label-status_failed']['he-il'] = "";
$text['label-status_failed']['it-it'] = "Fallita";
@ -189,6 +236,7 @@ $text['label-status_failed']['nl-nl'] = "";
$text['label-status_failed']['pl-pl'] = "Nie udało się";
$text['label-status_failed']['pt-br'] = "Falha";
$text['label-status_failed']['pt-pt'] = "Fracassado";
$text['label-status_failed']['ro-ro'] = "";
$text['label-status_failed']['ru-ru'] = "Не удалось";
$text['label-status_failed']['sv-se'] = "Misslyckades";
$text['label-status_failed']['uk-ua'] = "";
@ -196,8 +244,11 @@ $text['label-status_failed']['uk-ua'] = "";
$text['label-status']['en-us'] = "Status";
$text['label-status']['ar-eg'] = "";
$text['label-status']['de-at'] = "Status";
$text['label-status']['de-ch'] = "";
$text['label-status']['de-de'] = "Status";
$text['label-status']['es-cl'] = "Estado";
$text['label-status']['es-mx'] = "";
$text['label-status']['fr-ca'] = "";
$text['label-status']['fr-fr'] = "Statut";
$text['label-status']['he-il'] = "";
$text['label-status']['it-it'] = "Stato";
@ -205,6 +256,7 @@ $text['label-status']['nl-nl'] = "";
$text['label-status']['pl-pl'] = "Status";
$text['label-status']['pt-br'] = "Estado";
$text['label-status']['pt-pt'] = "Estado";
$text['label-status']['ro-ro'] = "";
$text['label-status']['ru-ru'] = "Статус";
$text['label-status']['sv-se'] = "Status";
$text['label-status']['uk-ua'] = "";
@ -212,8 +264,11 @@ $text['label-status']['uk-ua'] = "";
$text['label-sent']['en-us'] = "Sent";
$text['label-sent']['ar-eg'] = "";
$text['label-sent']['de-at'] = "Gesendet";
$text['label-sent']['de-ch'] = "";
$text['label-sent']['de-de'] = "Gesendet";
$text['label-sent']['es-cl'] = "Enviado";
$text['label-sent']['es-mx'] = "";
$text['label-sent']['fr-ca'] = "";
$text['label-sent']['fr-fr'] = "Expédié";
$text['label-sent']['he-il'] = "";
$text['label-sent']['it-it'] = "Inviata";
@ -221,6 +276,7 @@ $text['label-sent']['nl-nl'] = "";
$text['label-sent']['pl-pl'] = "Wysłano";
$text['label-sent']['pt-br'] = "Enviados";
$text['label-sent']['pt-pt'] = "Enviados";
$text['label-sent']['ro-ro'] = "";
$text['label-sent']['ru-ru'] = "Отправленный";
$text['label-sent']['sv-se'] = "Skickat";
$text['label-sent']['uk-ua'] = "";
@ -228,8 +284,11 @@ $text['label-sent']['uk-ua'] = "";
$text['label-resend']['en-us'] = "Resend";
$text['label-resend']['ar-eg'] = "";
$text['label-resend']['de-at'] = "Erneut senden";
$text['label-resend']['de-ch'] = "";
$text['label-resend']['de-de'] = "Erneut senden";
$text['label-resend']['es-cl'] = "Vuelva a Enviar";
$text['label-resend']['es-mx'] = "";
$text['label-resend']['fr-ca'] = "";
$text['label-resend']['fr-fr'] = "Renvoyer";
$text['label-resend']['he-il'] = "";
$text['label-resend']['it-it'] = "Reinvia";
@ -237,6 +296,7 @@ $text['label-resend']['nl-nl'] = "";
$text['label-resend']['pl-pl'] = "Wyślij ponownie";
$text['label-resend']['pt-br'] = "Reenviar";
$text['label-resend']['pt-pt'] = "Reenviar";
$text['label-resend']['ro-ro'] = "";
$text['label-resend']['ru-ru'] = "Отправить";
$text['label-resend']['sv-se'] = "Skicka Igen";
$text['label-resend']['uk-ua'] = "";
@ -244,8 +304,11 @@ $text['label-resend']['uk-ua'] = "";
$text['label-reference_cdr']['en-us'] = "CDR";
$text['label-reference_cdr']['ar-eg'] = "";
$text['label-reference_cdr']['de-at'] = "CDR";
$text['label-reference_cdr']['de-ch'] = "";
$text['label-reference_cdr']['de-de'] = "CDR";
$text['label-reference_cdr']['es-cl'] = "RDL";
$text['label-reference_cdr']['es-mx'] = "";
$text['label-reference_cdr']['fr-ca'] = "";
$text['label-reference_cdr']['fr-fr'] = "Historique Des Appels";
$text['label-reference_cdr']['he-il'] = "";
$text['label-reference_cdr']['it-it'] = "Registro chiamate";
@ -253,6 +316,7 @@ $text['label-reference_cdr']['nl-nl'] = "";
$text['label-reference_cdr']['pl-pl'] = "Wykaz rozmów";
$text['label-reference_cdr']['pt-br'] = "RC";
$text['label-reference_cdr']['pt-pt'] = "RC";
$text['label-reference_cdr']['ro-ro'] = "";
$text['label-reference_cdr']['ru-ru'] = "CDR - История Вызовов";
$text['label-reference_cdr']['sv-se'] = "CDR";
$text['label-reference_cdr']['uk-ua'] = "";
@ -260,8 +324,11 @@ $text['label-reference_cdr']['uk-ua'] = "";
$text['label-reference']['en-us'] = "Reference";
$text['label-reference']['ar-eg'] = "";
$text['label-reference']['de-at'] = "Referenz";
$text['label-reference']['de-ch'] = "";
$text['label-reference']['de-de'] = "Referenz";
$text['label-reference']['es-cl'] = "Referencia";
$text['label-reference']['es-mx'] = "";
$text['label-reference']['fr-ca'] = "";
$text['label-reference']['fr-fr'] = "Référence";
$text['label-reference']['he-il'] = "";
$text['label-reference']['it-it'] = "Riferimento";
@ -269,6 +336,7 @@ $text['label-reference']['nl-nl'] = "";
$text['label-reference']['pl-pl'] = "Odniesienie";
$text['label-reference']['pt-br'] = "Referência";
$text['label-reference']['pt-pt'] = "Referencia";
$text['label-reference']['ro-ro'] = "";
$text['label-reference']['ru-ru'] = "Справка";
$text['label-reference']['sv-se'] = "Referens";
$text['label-reference']['uk-ua'] = "";
@ -276,8 +344,11 @@ $text['label-reference']['uk-ua'] = "";
$text['label-message_view']['en-us'] = "View";
$text['label-message_view']['ar-eg'] = "";
$text['label-message_view']['de-at'] = "Anzeigen";
$text['label-message_view']['de-ch'] = "";
$text['label-message_view']['de-de'] = "Anzeigen";
$text['label-message_view']['es-cl'] = "Ver";
$text['label-message_view']['es-mx'] = "";
$text['label-message_view']['fr-ca'] = "";
$text['label-message_view']['fr-fr'] = "Voir";
$text['label-message_view']['he-il'] = "";
$text['label-message_view']['it-it'] = "Visualizza";
@ -285,6 +356,7 @@ $text['label-message_view']['nl-nl'] = "";
$text['label-message_view']['pl-pl'] = "Widok";
$text['label-message_view']['pt-br'] = "Visualizar";
$text['label-message_view']['pt-pt'] = "Vista";
$text['label-message_view']['ro-ro'] = "";
$text['label-message_view']['ru-ru'] = "Посмотреть";
$text['label-message_view']['sv-se'] = "Visa";
$text['label-message_view']['uk-ua'] = "";
@ -292,8 +364,11 @@ $text['label-message_view']['uk-ua'] = "";
$text['label-message']['en-us'] = "Message";
$text['label-message']['ar-eg'] = "";
$text['label-message']['de-at'] = "Nachricht";
$text['label-message']['de-ch'] = "";
$text['label-message']['de-de'] = "Nachricht";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['es-mx'] = "";
$text['label-message']['fr-ca'] = "";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['he-il'] = "";
$text['label-message']['it-it'] = "Messaggio";
@ -301,6 +376,7 @@ $text['label-message']['nl-nl'] = "";
$text['label-message']['pl-pl'] = "Wiadomość";
$text['label-message']['pt-br'] = "Mensagem";
$text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['ro-ro'] = "";
$text['label-message']['ru-ru'] = "Сообщение";
$text['label-message']['sv-se'] = "Meddelande";
$text['label-message']['uk-ua'] = "";
@ -308,8 +384,11 @@ $text['label-message']['uk-ua'] = "";
$text['label-from']['en-us'] = "From";
$text['label-from']['ar-eg'] = "";
$text['label-from']['de-at'] = "Von";
$text['label-from']['de-ch'] = "";
$text['label-from']['de-de'] = "Von";
$text['label-from']['es-cl'] = "Desde";
$text['label-from']['es-mx'] = "";
$text['label-from']['fr-ca'] = "";
$text['label-from']['fr-fr'] = "De";
$text['label-from']['he-il'] = "";
$text['label-from']['it-it'] = "Da";
@ -317,6 +396,7 @@ $text['label-from']['nl-nl'] = "";
$text['label-from']['pl-pl'] = "Od";
$text['label-from']['pt-br'] = "Começo";
$text['label-from']['pt-pt'] = "A Partir De";
$text['label-from']['ro-ro'] = "";
$text['label-from']['ru-ru'] = "Из";
$text['label-from']['sv-se'] = "Från";
$text['label-from']['uk-ua'] = "";
@ -324,8 +404,11 @@ $text['label-from']['uk-ua'] = "";
$text['label-download']['en-us'] = "Download";
$text['label-download']['ar-eg'] = "";
$text['label-download']['de-at'] = "Herunterladen";
$text['label-download']['de-ch'] = "";
$text['label-download']['de-de'] = "Herunterladen";
$text['label-download']['es-cl'] = "Descargar";
$text['label-download']['es-mx'] = "";
$text['label-download']['fr-ca'] = "";
$text['label-download']['fr-fr'] = "Télécharger";
$text['label-download']['he-il'] = "";
$text['label-download']['it-it'] = "Scarica";
@ -333,6 +416,7 @@ $text['label-download']['nl-nl'] = "";
$text['label-download']['pl-pl'] = "Pobierz";
$text['label-download']['pt-br'] = "Download";
$text['label-download']['pt-pt'] = "Descarregar";
$text['label-download']['ro-ro'] = "";
$text['label-download']['ru-ru'] = "Загрузить";
$text['label-download']['sv-se'] = "Ladda Ned";
$text['label-download']['uk-ua'] = "";
@ -340,8 +424,11 @@ $text['label-download']['uk-ua'] = "";
$text['label-attachment']['en-us'] = "Attachment";
$text['label-attachment']['ar-eg'] = "";
$text['label-attachment']['de-at'] = "Anhang";
$text['label-attachment']['de-ch'] = "";
$text['label-attachment']['de-de'] = "Anhang";
$text['label-attachment']['es-cl'] = "Accesorio";
$text['label-attachment']['es-mx'] = "";
$text['label-attachment']['fr-ca'] = "";
$text['label-attachment']['fr-fr'] = "Pièce jointe";
$text['label-attachment']['he-il'] = "";
$text['label-attachment']['it-it'] = "Allegato";
@ -349,6 +436,7 @@ $text['label-attachment']['nl-nl'] = "";
$text['label-attachment']['pl-pl'] = "Załącznik";
$text['label-attachment']['pt-br'] = "Acessório";
$text['label-attachment']['pt-pt'] = "Accesorio";
$text['label-attachment']['ro-ro'] = "";
$text['label-attachment']['ru-ru'] = "Приложение";
$text['label-attachment']['sv-se'] = "Bifogat";
$text['label-attachment']['uk-ua'] = "";
@ -356,8 +444,11 @@ $text['label-attachment']['uk-ua'] = "";
$text['header-view_email']['en-us'] = "View Email";
$text['header-view_email']['ar-eg'] = "";
$text['header-view_email']['de-at'] = "Email anzeigen";
$text['header-view_email']['de-ch'] = "";
$text['header-view_email']['de-de'] = "Email anzeigen";
$text['header-view_email']['es-cl'] = "Ver Email";
$text['header-view_email']['es-mx'] = "";
$text['header-view_email']['fr-ca'] = "";
$text['header-view_email']['fr-fr'] = "Visualiser le courriel";
$text['header-view_email']['he-il'] = "";
$text['header-view_email']['it-it'] = "Visualizza Email";
@ -365,6 +456,7 @@ $text['header-view_email']['nl-nl'] = "";
$text['header-view_email']['pl-pl'] = "Podgląd e-maili";
$text['header-view_email']['pt-br'] = "Visualizar email";
$text['header-view_email']['pt-pt'] = "Ver Email";
$text['header-view_email']['ro-ro'] = "";
$text['header-view_email']['ru-ru'] = "Просмотр Электронной Почты";
$text['header-view_email']['sv-se'] = "Visa E-post";
$text['header-view_email']['uk-ua'] = "";
@ -372,8 +464,11 @@ $text['header-view_email']['uk-ua'] = "";
$text['header-emails']['en-us'] = "Emails";
$text['header-emails']['ar-eg'] = "";
$text['header-emails']['de-at'] = "Emails";
$text['header-emails']['de-ch'] = "";
$text['header-emails']['de-de'] = "Emails";
$text['header-emails']['es-cl'] = "Los Correos Electrónico";
$text['header-emails']['es-mx'] = "";
$text['header-emails']['fr-ca'] = "";
$text['header-emails']['fr-fr'] = "Courriels";
$text['header-emails']['he-il'] = "";
$text['header-emails']['it-it'] = "Emails";
@ -381,6 +476,7 @@ $text['header-emails']['nl-nl'] = "";
$text['header-emails']['pl-pl'] = "E-maile";
$text['header-emails']['pt-br'] = "Emails";
$text['header-emails']['pt-pt'] = "Emails";
$text['header-emails']['ro-ro'] = "";
$text['header-emails']['ru-ru'] = "Сообщения Электронной Почты";
$text['header-emails']['sv-se'] = "E-post";
$text['header-emails']['uk-ua'] = "";
@ -388,8 +484,11 @@ $text['header-emails']['uk-ua'] = "";
$text['description-emails']['en-us'] = "Manage failed email messages.";
$text['description-emails']['ar-eg'] = "";
$text['description-emails']['de-at'] = "Fehlgeschlagene Email-Nachrichten verwalten.";
$text['description-emails']['de-ch'] = "";
$text['description-emails']['de-de'] = "Fehlgeschlagene Email-Nachrichten verwalten.";
$text['description-emails']['es-cl'] = "Gestionar los mensajes fallidos.";
$text['description-emails']['es-mx'] = "";
$text['description-emails']['fr-ca'] = "";
$text['description-emails']['fr-fr'] = "Gérer les courriels échoués.";
$text['description-emails']['he-il'] = "";
$text['description-emails']['it-it'] = "Gestisci le email fallite.";
@ -397,6 +496,7 @@ $text['description-emails']['nl-nl'] = "";
$text['description-emails']['pl-pl'] = "Zarządzaj wiadomościami e-mail, które nie zostały wysłane.";
$text['description-emails']['pt-br'] = "Gerenciar mensagens de email que falharam ";
$text['description-emails']['pt-pt'] = "Gerenciar mensagens de e-mail falhou.";
$text['description-emails']['ro-ro'] = "";
$text['description-emails']['ru-ru'] = "Управление ошибочными сообщениями электронной почты.";
$text['description-emails']['sv-se'] = "Hantera misslyckade e-post meddelanden.";
$text['description-emails']['uk-ua'] = "";
@ -404,8 +504,11 @@ $text['description-emails']['uk-ua'] = "";
$text['button-resend']['en-us'] = "Resend";
$text['button-resend']['ar-eg'] = "";
$text['button-resend']['de-at'] = "Erneut senden";
$text['button-resend']['de-ch'] = "";
$text['button-resend']['de-de'] = "Erneut senden";
$text['button-resend']['es-cl'] = "Vuelva a Enviar";
$text['button-resend']['es-mx'] = "";
$text['button-resend']['fr-ca'] = "";
$text['button-resend']['fr-fr'] = "Renvoyer";
$text['button-resend']['he-il'] = "";
$text['button-resend']['it-it'] = "Reinvia";
@ -413,8 +516,9 @@ $text['button-resend']['nl-nl'] = "";
$text['button-resend']['pl-pl'] = "Wyślij ponownie";
$text['button-resend']['pt-br'] = "Reenviar";
$text['button-resend']['pt-pt'] = "Reenviar";
$text['button-resend']['ro-ro'] = "";
$text['button-resend']['ru-ru'] = "Повторно Отправить";
$text['button-resend']['sv-se'] = "Skicka Igen";
$text['button-resend']['uk-ua'] = "";
?>
?>

View File

@ -1,20 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Emails";
$apps[$x]['menu'][0]['title']['es-cl'] = "Los Correos Electrónico";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Courriels";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Emails";
$apps[$x]['menu'][0]['title']['pt-br'] = "Emails";
$apps[$x]['menu'][0]['title']['pl'] = "E-maile";
$apps[$x]['menu'][0]['title']['sv-se'] = "E-post";
$apps[$x]['menu'][0]['title']['de-de'] = "Emails";
$apps[$x]['menu'][0]['title']['de-at'] = "Emails";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Электронная почта";
$apps[$x]['menu'][0]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/emails/emails.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Emails";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Emails";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Los Correos Electrónico";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Courriels";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "E-maile";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Emails";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Emails";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Электронная почта";
$apps[$x]['menu'][$y]['title']['sv-se'] = "E-post";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/emails/emails.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "1dd98ca6-95f1-e728-7e8f-137fe18dc23c";
$apps[$x]['category'] = "System";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
$apps[$x]['description']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
$apps[$x]['description']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
$apps[$x]['description']['de-de'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
$apps[$x]['description']['fr-fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch.";
$apps[$x]['description']['fr-ca'] = "Il offre un mode d'exécuter des commandes du système, PHP ou switch.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Ofereçe uma forma conveniente para executar comandos de sistema, PHP e switch.";
$apps[$x]['description']['fr-fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Ofereçe uma forma conveniente para executar comandos de sistema, PHP e switch.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -41,4 +49,4 @@
$apps[$x]['permissions'][$y]['name'] = "exec_sql_backup";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-databases']['en-us'] = "Databases";
$text['title-databases']['ar-eg'] = "";
$text['title-databases']['de-at'] = "Datenbanken";
$text['title-databases']['de-ch'] = "";
$text['title-databases']['de-de'] = "Datenbanken";
$text['title-databases']['es-cl'] = "Bases de datos";
$text['title-databases']['es-mx'] = "";
$text['title-databases']['fr-ca'] = "";
$text['title-databases']['fr-fr'] = "Bases de données";
$text['title-databases']['he-il'] = "";
$text['title-databases']['it-it'] = "Database";
@ -13,6 +16,7 @@ $text['title-databases']['nl-nl'] = "";
$text['title-databases']['pl-pl'] = "Bazy danych";
$text['title-databases']['pt-br'] = "Base de dados";
$text['title-databases']['pt-pt'] = "Bases de Dados";
$text['title-databases']['ro-ro'] = "";
$text['title-databases']['ru-ru'] = "Базы даных";
$text['title-databases']['sv-se'] = "Databaser";
$text['title-databases']['uk-ua'] = "Бази даних";
@ -20,8 +24,11 @@ $text['title-databases']['uk-ua'] = "Бази даних";
$text['title-command']['en-us'] = "Command";
$text['title-command']['ar-eg'] = "";
$text['title-command']['de-at'] = "Befehl";
$text['title-command']['de-ch'] = "";
$text['title-command']['de-de'] = "Befehl";
$text['title-command']['es-cl'] = "Comando";
$text['title-command']['es-mx'] = "";
$text['title-command']['fr-ca'] = "";
$text['title-command']['fr-fr'] = "Commande";
$text['title-command']['he-il'] = "";
$text['title-command']['it-it'] = "Comando";
@ -29,6 +36,7 @@ $text['title-command']['nl-nl'] = "";
$text['title-command']['pl-pl'] = "Polecenie";
$text['title-command']['pt-br'] = "Comando";
$text['title-command']['pt-pt'] = "Comando";
$text['title-command']['ro-ro'] = "";
$text['title-command']['ru-ru'] = "Команды";
$text['title-command']['sv-se'] = "Kommando";
$text['title-command']['uk-ua'] = "Команди";
@ -36,8 +44,11 @@ $text['title-command']['uk-ua'] = "Команди";
$text['option-result_type_view']['en-us'] = "View";
$text['option-result_type_view']['ar-eg'] = "";
$text['option-result_type_view']['de-at'] = "Ansicht";
$text['option-result_type_view']['de-ch'] = "";
$text['option-result_type_view']['de-de'] = "Ansicht";
$text['option-result_type_view']['es-cl'] = "Ver";
$text['option-result_type_view']['es-mx'] = "";
$text['option-result_type_view']['fr-ca'] = "";
$text['option-result_type_view']['fr-fr'] = "Voir";
$text['option-result_type_view']['he-il'] = "";
$text['option-result_type_view']['it-it'] = "Visualizza";
@ -45,6 +56,7 @@ $text['option-result_type_view']['nl-nl'] = "";
$text['option-result_type_view']['pl-pl'] = "Widok";
$text['option-result_type_view']['pt-br'] = "Visualizar";
$text['option-result_type_view']['pt-pt'] = "Ver";
$text['option-result_type_view']['ro-ro'] = "";
$text['option-result_type_view']['ru-ru'] = "Просмотр";
$text['option-result_type_view']['sv-se'] = "Granska";
$text['option-result_type_view']['uk-ua'] = "Перегляд";
@ -52,8 +64,11 @@ $text['option-result_type_view']['uk-ua'] = "Перегляд";
$text['option-result_type_insert']['en-us'] = "SQL";
$text['option-result_type_insert']['ar-eg'] = "";
$text['option-result_type_insert']['de-at'] = "SQL";
$text['option-result_type_insert']['de-ch'] = "";
$text['option-result_type_insert']['de-de'] = "SQL";
$text['option-result_type_insert']['es-cl'] = "SQL";
$text['option-result_type_insert']['es-mx'] = "";
$text['option-result_type_insert']['fr-ca'] = "";
$text['option-result_type_insert']['fr-fr'] = "SQL";
$text['option-result_type_insert']['he-il'] = "";
$text['option-result_type_insert']['it-it'] = "SQL";
@ -61,6 +76,7 @@ $text['option-result_type_insert']['nl-nl'] = "";
$text['option-result_type_insert']['pl-pl'] = "SQL";
$text['option-result_type_insert']['pt-br'] = "SQL";
$text['option-result_type_insert']['pt-pt'] = "SQL";
$text['option-result_type_insert']['ro-ro'] = "";
$text['option-result_type_insert']['ru-ru'] = "SQL";
$text['option-result_type_insert']['sv-se'] = "SQL";
$text['option-result_type_insert']['uk-ua'] = "SQL ";
@ -68,8 +84,11 @@ $text['option-result_type_insert']['uk-ua'] = "SQL ";
$text['option-result_type_csv']['en-us'] = "CSV";
$text['option-result_type_csv']['ar-eg'] = "";
$text['option-result_type_csv']['de-at'] = "CSV";
$text['option-result_type_csv']['de-ch'] = "";
$text['option-result_type_csv']['de-de'] = "CSV";
$text['option-result_type_csv']['es-cl'] = "CSV";
$text['option-result_type_csv']['es-mx'] = "";
$text['option-result_type_csv']['fr-ca'] = "";
$text['option-result_type_csv']['fr-fr'] = "CSV";
$text['option-result_type_csv']['he-il'] = "";
$text['option-result_type_csv']['it-it'] = "CSV";
@ -77,6 +96,7 @@ $text['option-result_type_csv']['nl-nl'] = "";
$text['option-result_type_csv']['pl-pl'] = "CSV";
$text['option-result_type_csv']['pt-br'] = "CSV";
$text['option-result_type_csv']['pt-pt'] = "CSV";
$text['option-result_type_csv']['ro-ro'] = "";
$text['option-result_type_csv']['ru-ru'] = "CSV";
$text['option-result_type_csv']['sv-se'] = "CSV";
$text['option-result_type_csv']['uk-ua'] = "CSV ";
@ -84,8 +104,11 @@ $text['option-result_type_csv']['uk-ua'] = "CSV ";
$text['label-table']['en-us'] = "Table";
$text['label-table']['ar-eg'] = "";
$text['label-table']['de-at'] = "Tabelle";
$text['label-table']['de-ch'] = "";
$text['label-table']['de-de'] = "Tabelle";
$text['label-table']['es-cl'] = "Tabla";
$text['label-table']['es-mx'] = "";
$text['label-table']['fr-ca'] = "";
$text['label-table']['fr-fr'] = "Table";
$text['label-table']['he-il'] = "";
$text['label-table']['it-it'] = "Tabella";
@ -93,6 +116,7 @@ $text['label-table']['nl-nl'] = "";
$text['label-table']['pl-pl'] = "Tabela";
$text['label-table']['pt-br'] = "Tabela";
$text['label-table']['pt-pt'] = "Tabela";
$text['label-table']['ro-ro'] = "";
$text['label-table']['ru-ru'] = "Таблица";
$text['label-table']['sv-se'] = "TAbell";
$text['label-table']['uk-ua'] = "Таблиця";
@ -100,8 +124,11 @@ $text['label-table']['uk-ua'] = "Таблиця";
$text['label-switch']['en-us'] = "Switch";
$text['label-switch']['ar-eg'] = "";
$text['label-switch']['de-at'] = "Switch";
$text['label-switch']['de-ch'] = "";
$text['label-switch']['de-de'] = "Switch";
$text['label-switch']['es-cl'] = "Comando de switch";
$text['label-switch']['es-mx'] = "";
$text['label-switch']['fr-ca'] = "";
$text['label-switch']['fr-fr'] = "Commande CLI Freeswitch";
$text['label-switch']['he-il'] = "";
$text['label-switch']['it-it'] = "Switch";
@ -109,6 +136,7 @@ $text['label-switch']['nl-nl'] = "";
$text['label-switch']['pl-pl'] = "PBX";
$text['label-switch']['pt-br'] = "Comando Freeswitch ";
$text['label-switch']['pt-pt'] = "Comando Freeswitch";
$text['label-switch']['ro-ro'] = "";
$text['label-switch']['ru-ru'] = "Команды CLI Freeswitch";
$text['label-switch']['sv-se'] = "Switch";
$text['label-switch']['uk-ua'] = "FreeSwitch";
@ -116,8 +144,11 @@ $text['label-switch']['uk-ua'] = "FreeSwitch";
$text['label-shell']['en-us'] = "Shell";
$text['label-shell']['ar-eg'] = "";
$text['label-shell']['de-at'] = "Shell";
$text['label-shell']['de-ch'] = "";
$text['label-shell']['de-de'] = "Shell";
$text['label-shell']['es-cl'] = "Terminal de Comandos";
$text['label-shell']['es-mx'] = "";
$text['label-shell']['fr-ca'] = "";
$text['label-shell']['fr-fr'] = "Commande Shell";
$text['label-shell']['he-il'] = "";
$text['label-shell']['it-it'] = "Terminale dei Comandi";
@ -125,6 +156,7 @@ $text['label-shell']['nl-nl'] = "";
$text['label-shell']['pl-pl'] = "Powłoka (shell)";
$text['label-shell']['pt-br'] = "Comando Shell ";
$text['label-shell']['pt-pt'] = "Comando Shell";
$text['label-shell']['ro-ro'] = "";
$text['label-shell']['ru-ru'] = "Консоль";
$text['label-shell']['sv-se'] = "Shell";
$text['label-shell']['uk-ua'] = "Консоль";
@ -132,8 +164,11 @@ $text['label-shell']['uk-ua'] = "Консоль";
$text['label-results']['en-us'] = "Results";
$text['label-results']['ar-eg'] = "";
$text['label-results']['de-at'] = "Ergebnisse";
$text['label-results']['de-ch'] = "";
$text['label-results']['de-de'] = "Ergebnisse";
$text['label-results']['es-cl'] = "Resultados";
$text['label-results']['es-mx'] = "";
$text['label-results']['fr-ca'] = "";
$text['label-results']['fr-fr'] = "Résultats";
$text['label-results']['he-il'] = "";
$text['label-results']['it-it'] = "Risultati";
@ -141,6 +176,7 @@ $text['label-results']['nl-nl'] = "";
$text['label-results']['pl-pl'] = "Rezultaty";
$text['label-results']['pt-br'] = "Resultados";
$text['label-results']['pt-pt'] = "Resultados";
$text['label-results']['ro-ro'] = "";
$text['label-results']['ru-ru'] = "Результаты";
$text['label-results']['sv-se'] = "Resultat";
$text['label-results']['uk-ua'] = "Результати";
@ -148,8 +184,11 @@ $text['label-results']['uk-ua'] = "Результати";
$text['label-result_type']['en-us'] = "Result";
$text['label-result_type']['ar-eg'] = "";
$text['label-result_type']['de-at'] = "Ergebnis";
$text['label-result_type']['de-ch'] = "";
$text['label-result_type']['de-de'] = "Ergebnis";
$text['label-result_type']['es-cl'] = "Resultado";
$text['label-result_type']['es-mx'] = "";
$text['label-result_type']['fr-ca'] = "";
$text['label-result_type']['fr-fr'] = "Résultat";
$text['label-result_type']['he-il'] = "";
$text['label-result_type']['it-it'] = "Risultati";
@ -157,6 +196,7 @@ $text['label-result_type']['nl-nl'] = "";
$text['label-result_type']['pl-pl'] = "Rezultat";
$text['label-result_type']['pt-br'] = "Resultado";
$text['label-result_type']['pt-pt'] = "Resultado";
$text['label-result_type']['ro-ro'] = "";
$text['label-result_type']['ru-ru'] = "Результат";
$text['label-result_type']['sv-se'] = "Resultat";
$text['label-result_type']['uk-ua'] = "Результат";
@ -164,8 +204,11 @@ $text['label-result_type']['uk-ua'] = "Результат";
$text['label-response']['en-us'] = "Response";
$text['label-response']['ar-eg'] = "";
$text['label-response']['de-at'] = "Antwort";
$text['label-response']['de-ch'] = "";
$text['label-response']['de-de'] = "Antwort";
$text['label-response']['es-cl'] = "Respuesta";
$text['label-response']['es-mx'] = "";
$text['label-response']['fr-ca'] = "";
$text['label-response']['fr-fr'] = "Réponse";
$text['label-response']['he-il'] = "";
$text['label-response']['it-it'] = "Risposta";
@ -173,6 +216,7 @@ $text['label-response']['nl-nl'] = "";
$text['label-response']['pl-pl'] = "Odpowiedź";
$text['label-response']['pt-br'] = "Resposta";
$text['label-response']['pt-pt'] = "Resposta";
$text['label-response']['ro-ro'] = "";
$text['label-response']['ru-ru'] = "Ответ";
$text['label-response']['sv-se'] = "Respons";
$text['label-response']['uk-ua'] = "Відповідь";
@ -180,8 +224,11 @@ $text['label-response']['uk-ua'] = "Відповідь";
$text['label-reset']['en-us'] = "Reset";
$text['label-reset']['ar-eg'] = "إعادة تعيين";
$text['label-reset']['de-at'] = "Zurücksetzen";
$text['label-reset']['de-ch'] = "";
$text['label-reset']['de-de'] = "Zurücksetzen";
$text['label-reset']['es-cl'] = "Reajustar";
$text['label-reset']['es-mx'] = "";
$text['label-reset']['fr-ca'] = "";
$text['label-reset']['fr-fr'] = "Remettre";
$text['label-reset']['he-il'] = "אפס";
$text['label-reset']['it-it'] = "Reimposta";
@ -189,6 +236,7 @@ $text['label-reset']['nl-nl'] = "";
$text['label-reset']['pl-pl'] = "Resetuj";
$text['label-reset']['pt-br'] = "Restabelecer";
$text['label-reset']['pt-pt'] = "Restabelecer";
$text['label-reset']['ro-ro'] = "Inițializare";
$text['label-reset']['ru-ru'] = "Сбросить";
$text['label-reset']['sv-se'] = "Återställ";
$text['label-reset']['uk-ua'] = "Скинути";
@ -196,8 +244,11 @@ $text['label-reset']['uk-ua'] = "Скинути";
$text['label-records']['en-us'] = "Records";
$text['label-records']['ar-eg'] = "";
$text['label-records']['de-at'] = "Einträge";
$text['label-records']['de-ch'] = "";
$text['label-records']['de-de'] = "Einträge";
$text['label-records']['es-cl'] = "Archivos";
$text['label-records']['es-mx'] = "";
$text['label-records']['fr-ca'] = "";
$text['label-records']['fr-fr'] = "Enregistrements";
$text['label-records']['he-il'] = "";
$text['label-records']['it-it'] = "Records";
@ -205,6 +256,7 @@ $text['label-records']['nl-nl'] = "";
$text['label-records']['pl-pl'] = "Dokumentacja";
$text['label-records']['pt-br'] = "Registros";
$text['label-records']['pt-pt'] = "Registros";
$text['label-records']['ro-ro'] = "";
$text['label-records']['ru-ru'] = "Записи";
$text['label-records']['sv-se'] = "Uppgifter";
$text['label-records']['uk-ua'] = "документація";
@ -212,8 +264,11 @@ $text['label-records']['uk-ua'] = "документація";
$text['label-sql']['en-us'] = "SQL";
$text['label-sql']['ar-eg'] = "";
$text['label-sql']['de-at'] = "SQL";
$text['label-sql']['de-ch'] = "";
$text['label-sql']['de-de'] = "SQL";
$text['label-sql']['es-cl'] = "SQL";
$text['label-sql']['es-mx'] = "";
$text['label-sql']['fr-ca'] = "";
$text['label-sql']['fr-fr'] = "SQL";
$text['label-sql']['he-il'] = "";
$text['label-sql']['it-it'] = "SQL";
@ -221,6 +276,7 @@ $text['label-sql']['nl-nl'] = "";
$text['label-sql']['pl-pl'] = "SQL";
$text['label-sql']['pt-br'] = "SQL";
$text['label-sql']['pt-pt'] = "SQL";
$text['label-sql']['ro-ro'] = "";
$text['label-sql']['ru-ru'] = "SQL";
$text['label-sql']['sv-se'] = "SQL";
$text['label-sql']['uk-ua'] = "SQL";
@ -228,8 +284,11 @@ $text['label-sql']['uk-ua'] = "SQL";
$text['label-php']['en-us'] = "PHP";
$text['label-php']['ar-eg'] = "";
$text['label-php']['de-at'] = "PHP";
$text['label-php']['de-ch'] = "";
$text['label-php']['de-de'] = "PHP";
$text['label-php']['es-cl'] = "Comando PHP";
$text['label-php']['es-mx'] = "";
$text['label-php']['fr-ca'] = "";
$text['label-php']['fr-fr'] = "Commande PHP";
$text['label-php']['he-il'] = "";
$text['label-php']['it-it'] = "PHP";
@ -237,6 +296,7 @@ $text['label-php']['nl-nl'] = "";
$text['label-php']['pl-pl'] = "PHP";
$text['label-php']['pt-br'] = "Comandos PHP ";
$text['label-php']['pt-pt'] = "Comandos PHP";
$text['label-php']['ro-ro'] = "";
$text['label-php']['ru-ru'] = "Команды PHP";
$text['label-php']['sv-se'] = "PHP";
$text['label-php']['uk-ua'] = "PHP";
@ -244,8 +304,11 @@ $text['label-php']['uk-ua'] = "PHP";
$text['label-execute']['en-us'] = "Execute Command";
$text['label-execute']['ar-eg'] = "";
$text['label-execute']['de-at'] = "Befehl Ausführen";
$text['label-execute']['de-ch'] = "";
$text['label-execute']['de-de'] = "Befehl Ausführen";
$text['label-execute']['es-cl'] = "Ejecutar Comando";
$text['label-execute']['es-mx'] = "";
$text['label-execute']['fr-ca'] = "";
$text['label-execute']['fr-fr'] = "Executer la Commande";
$text['label-execute']['he-il'] = "";
$text['label-execute']['it-it'] = "Esegui Comando";
@ -253,6 +316,7 @@ $text['label-execute']['nl-nl'] = "";
$text['label-execute']['pl-pl'] = "Wykonywanie poleceń";
$text['label-execute']['pt-br'] = "Executar";
$text['label-execute']['pt-pt'] = "Executar Comando";
$text['label-execute']['ro-ro'] = "";
$text['label-execute']['ru-ru'] = "Выполнить команду";
$text['label-execute']['sv-se'] = "Utför Kommando";
$text['label-execute']['uk-ua'] = "Виконання команд";
@ -260,8 +324,11 @@ $text['label-execute']['uk-ua'] = "Виконання команд";
$text['label-error']['en-us'] = "Error";
$text['label-error']['ar-eg'] = "";
$text['label-error']['de-at'] = "Fehler";
$text['label-error']['de-ch'] = "";
$text['label-error']['de-de'] = "Fehler";
$text['label-error']['es-cl'] = "Error";
$text['label-error']['es-mx'] = "";
$text['label-error']['fr-ca'] = "";
$text['label-error']['fr-fr'] = "Erreur";
$text['label-error']['he-il'] = "";
$text['label-error']['it-it'] = "Errore";
@ -269,6 +336,7 @@ $text['label-error']['nl-nl'] = "";
$text['label-error']['pl-pl'] = "Błąd";
$text['label-error']['pt-br'] = "Erro";
$text['label-error']['pt-pt'] = "Erro";
$text['label-error']['ro-ro'] = "";
$text['label-error']['ru-ru'] = "Ошибка";
$text['label-error']['sv-se'] = "Fel";
$text['label-error']['uk-ua'] = "Помилка";
@ -276,8 +344,11 @@ $text['label-error']['uk-ua'] = "Помилка";
$text['header-databases']['en-us'] = "Databases";
$text['header-databases']['ar-eg'] = "";
$text['header-databases']['de-at'] = "Datenbanken";
$text['header-databases']['de-ch'] = "";
$text['header-databases']['de-de'] = "Datenbanken";
$text['header-databases']['es-cl'] = "Bases de datos";
$text['header-databases']['es-mx'] = "";
$text['header-databases']['fr-ca'] = "";
$text['header-databases']['fr-fr'] = "Bases de données";
$text['header-databases']['he-il'] = "";
$text['header-databases']['it-it'] = "Databases";
@ -285,6 +356,7 @@ $text['header-databases']['nl-nl'] = "";
$text['header-databases']['pl-pl'] = "Bazy danych";
$text['header-databases']['pt-br'] = "Base de dados";
$text['header-databases']['pt-pt'] = "Bases de Dados";
$text['header-databases']['ro-ro'] = "";
$text['header-databases']['ru-ru'] = "База Данных";
$text['header-databases']['sv-se'] = "Databaser";
$text['header-databases']['uk-ua'] = "Бази даних";
@ -292,8 +364,11 @@ $text['header-databases']['uk-ua'] = "Бази даних";
$text['description-switch']['en-us'] = "Switch CLI. View valid commands with: 'help'.";
$text['description-switch']['ar-eg'] = "";
$text['description-switch']['de-at'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
$text['description-switch']['de-ch'] = "";
$text['description-switch']['de-de'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
$text['description-switch']['es-cl'] = "Para un listado de comandos válidos use: help";
$text['description-switch']['es-mx'] = "";
$text['description-switch']['fr-ca'] = "";
$text['description-switch']['fr-fr'] = "Pour la liste des commandes valides, utiliser : help";
$text['description-switch']['he-il'] = "";
$text['description-switch']['it-it'] = "Switch CLI. Visualizza i comandi validi digitando: 'help'.";
@ -301,6 +376,7 @@ $text['description-switch']['nl-nl'] = "";
$text['description-switch']['pl-pl'] = "Aby uzyskać listę poprawnych poleceń użyj pomocy";
$text['description-switch']['pt-br'] = "Para verificar a lista de comandos válidos utilize: Ajuda";
$text['description-switch']['pt-pt'] = "Para uma lista dos comandos válidos utilize: help";
$text['description-switch']['ro-ro'] = "";
$text['description-switch']['ru-ru'] = "Switch CLI.Для получения списка доступных команд, используйте:'help'.";
$text['description-switch']['sv-se'] = "För en lista med giltiga kommandon använd: help";
$text['description-switch']['uk-ua'] = "Для перегляду списку команд виконайте команду: help";
@ -308,8 +384,11 @@ $text['description-switch']['uk-ua'] = "Для перегляду списку
$text['description-shell']['en-us'] = "Execute system commands.";
$text['description-shell']['ar-eg'] = "";
$text['description-shell']['de-at'] = "System Befehle ausführen";
$text['description-shell']['de-ch'] = "";
$text['description-shell']['de-de'] = "System Befehle ausführen";
$text['description-shell']['es-cl'] = "Comandos de sistema";
$text['description-shell']['es-mx'] = "";
$text['description-shell']['fr-ca'] = "";
$text['description-shell']['fr-fr'] = "Commande Système";
$text['description-shell']['he-il'] = "";
$text['description-shell']['it-it'] = "Esegui comandi di sistema.";
@ -317,6 +396,7 @@ $text['description-shell']['nl-nl'] = "";
$text['description-shell']['pl-pl'] = "Polecenia systemowe.";
$text['description-shell']['pt-br'] = "Comando do sistema";
$text['description-shell']['pt-pt'] = "Comandos do sistema.";
$text['description-shell']['ro-ro'] = "";
$text['description-shell']['ru-ru'] = "Выполните системные команды.";
$text['description-shell']['sv-se'] = "System Kommandon.";
$text['description-shell']['uk-ua'] = "Системні команди";
@ -324,8 +404,11 @@ $text['description-shell']['uk-ua'] = "Системні команди";
$text['description-sql']['en-us'] = "Execute statements against the database.";
$text['description-sql']['ar-eg'] = "";
$text['description-sql']['de-at'] = "Abfragen gegen die Datenbank ausführen.";
$text['description-sql']['de-ch'] = "";
$text['description-sql']['de-de'] = "";
$text['description-sql']['es-cl'] = "Ejecutar instrucciones de consulta contra la base de datos.";
$text['description-sql']['es-mx'] = "";
$text['description-sql']['fr-ca'] = "";
$text['description-sql']['fr-fr'] = "Exécuter les instructions de requête contre la base de données.";
$text['description-sql']['he-il'] = "";
$text['description-sql']['it-it'] = "Esegue istruzioni nel database.";
@ -333,6 +416,7 @@ $text['description-sql']['nl-nl'] = "";
$text['description-sql']['pl-pl'] = "Wykonać polecenie zapytania do bazy danych.";
$text['description-sql']['pt-br'] = "Executar instruções de consulta no banco de dados.";
$text['description-sql']['pt-pt'] = "Executar instruções de consulta no banco de dados.";
$text['description-sql']['ro-ro'] = "";
$text['description-sql']['ru-ru'] = "Выполнение запросов для базы данных.";
$text['description-sql']['sv-se'] = "Utför fråge uttalanden mot databasen.";
$text['description-sql']['uk-ua'] = "Виконання операторів запитів до бази даних.";
@ -340,8 +424,11 @@ $text['description-sql']['uk-ua'] = "Виконання операторів з
$text['description-php']['en-us'] = "Execute PHP commands. See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
$text['description-php']['ar-eg'] = "";
$text['description-php']['de-at'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>";
$text['description-php']['de-ch'] = "";
$text['description-php']['de-de'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>";
$text['description-php']['es-cl'] = "Utilice el siguiente enlace como referencia para PHP: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>";
$text['description-php']['es-mx'] = "";
$text['description-php']['fr-ca'] = "";
$text['description-php']['fr-fr'] = "Utiliser le lien suivant comme référence pour le PHP: <a href='http://php.net/manual/' target='_blank'>Manuel PHP</a>";
$text['description-php']['he-il'] = "";
$text['description-php']['it-it'] = "Esegui comandi PHP. Visualizza: <a href='http://php.net/manual/' target='_blank'>Manuale PHP</a>";
@ -349,6 +436,7 @@ $text['description-php']['nl-nl'] = "";
$text['description-php']['pl-pl'] = "Aby użyć odniesienia do PHP kliknij na ten link: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
$text['description-php']['pt-br'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
$text['description-php']['pt-pt'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
$text['description-php']['ro-ro'] = "";
$text['description-php']['ru-ru'] = "Выполнение PHP команд. Смотрите: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
$text['description-php']['sv-se'] = "Använd följande länk som en referens gällande PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
$text['description-php']['uk-ua'] = "Посилання на довідку PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
@ -356,8 +444,11 @@ $text['description-php']['uk-ua'] = "Посилання на довідку PHP:
$text['description-execute']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands.";
$text['description-execute']['ar-eg'] = "";
$text['description-execute']['de-at'] = "Bietet die Möglichkeit System, PHP, Switch und SQL Befehle auszuführen.";
$text['description-execute']['de-ch'] = "";
$text['description-execute']['de-de'] = "Bietet die Möglichkeit System, PHP, Switch und SQL Befehle auszuführen.";
$text['description-execute']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
$text['description-execute']['es-mx'] = "";
$text['description-execute']['fr-ca'] = "";
$text['description-execute']['fr-fr'] = "Fournir un moyen pour executer des commandes système, PHP et switch. ";
$text['description-execute']['he-il'] = "";
$text['description-execute']['it-it'] = "Offre un modo comodo per eseguire comandi di sistema, PHP, switch e SQL.";
@ -365,6 +456,7 @@ $text['description-execute']['nl-nl'] = "";
$text['description-execute']['pl-pl'] = "Ta funkcja zapewnia dogodny sposób wykonywania poleceń systemowych, PHP oraz switch.";
$text['description-execute']['pt-br'] = "Utilize facilmente a execução de comandos do sistema, PHP e switch ";
$text['description-execute']['pt-pt'] = "Oferece uma maneira fácil de executar comandos de sistema, PHP, e switch.";
$text['description-execute']['ro-ro'] = "";
$text['description-execute']['ru-ru'] = "Обеспечивает удобный способ выполнения команд системы, PHP, FreeSwitch и SQL.";
$text['description-execute']['sv-se'] = "Erbjuder ett smidigt sätt att köra system, PHP och switch kommandon.";
$text['description-execute']['uk-ua'] = "Забезпечує зручний спосіб виконати команди PHP, switch, а також системні команди";
@ -372,8 +464,11 @@ $text['description-execute']['uk-ua'] = "Забезпечує зручний с
$text['description-databases']['en-us'] = "Select the database to execute SQL query statements against.";
$text['description-databases']['ar-eg'] = "";
$text['description-databases']['de-at'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
$text['description-databases']['de-ch'] = "";
$text['description-databases']['de-de'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
$text['description-databases']['es-cl'] = "Seleccione la base de datos para ejecutar la consulta SQL.";
$text['description-databases']['es-mx'] = "";
$text['description-databases']['fr-ca'] = "";
$text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
$text['description-databases']['he-il'] = "";
$text['description-databases']['it-it'] = "Seleziona il database su cui eseguire la query SQL.";
@ -381,6 +476,7 @@ $text['description-databases']['nl-nl'] = "";
$text['description-databases']['pl-pl'] = "Informacje o bazie danych.";
$text['description-databases']['pt-br'] = "Informações sobre a base de dados";
$text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
$text['description-databases']['ro-ro'] = "";
$text['description-databases']['ru-ru'] = "Выберите базу данных для выполнения SQL-запросов.";
$text['description-databases']['sv-se'] = "Välj databas att använda för SQL Fråga.";
$text['description-databases']['uk-ua'] = "Інформація про базу даних.";
@ -388,8 +484,11 @@ $text['description-databases']['uk-ua'] = "Інформація про базу
$text['button-select_database']['en-us'] = "Select Database";
$text['button-select_database']['ar-eg'] = "";
$text['button-select_database']['de-at'] = "Datenbank auswählen";
$text['button-select_database']['de-ch'] = "";
$text['button-select_database']['de-de'] = "Datenbank auswählen";
$text['button-select_database']['es-cl'] = "Seleccionar Base de Datos";
$text['button-select_database']['es-mx'] = "";
$text['button-select_database']['fr-ca'] = "";
$text['button-select_database']['fr-fr'] = "Choisir la Base de données";
$text['button-select_database']['he-il'] = "";
$text['button-select_database']['it-it'] = "Seleziona Database";
@ -397,6 +496,7 @@ $text['button-select_database']['nl-nl'] = "";
$text['button-select_database']['pl-pl'] = "Wybierz bazę danych";
$text['button-select_database']['pt-br'] = "Selecionar base de dados";
$text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
$text['button-select_database']['ro-ro'] = "";
$text['button-select_database']['ru-ru'] = "Выберите Базу Данных";
$text['button-select_database']['sv-se'] = "Välj Databas";
$text['button-select_database']['uk-ua'] = "Вибрати БД";
@ -404,8 +504,11 @@ $text['button-select_database']['uk-ua'] = "Вибрати БД";
$text['button-manage']['en-us'] = "Manage";
$text['button-manage']['ar-eg'] = "";
$text['button-manage']['de-at'] = "Verwalten";
$text['button-manage']['de-ch'] = "";
$text['button-manage']['de-de'] = "Verwalten";
$text['button-manage']['es-cl'] = "Administrar";
$text['button-manage']['es-mx'] = "";
$text['button-manage']['fr-ca'] = "";
$text['button-manage']['fr-fr'] = "Gérer";
$text['button-manage']['he-il'] = "";
$text['button-manage']['it-it'] = "Gestisci";
@ -413,6 +516,7 @@ $text['button-manage']['nl-nl'] = "";
$text['button-manage']['pl-pl'] = "Zarządzaj";
$text['button-manage']['pt-br'] = "Gerenciar";
$text['button-manage']['pt-pt'] = "Gerir";
$text['button-manage']['ro-ro'] = "";
$text['button-manage']['ru-ru'] = "Управление";
$text['button-manage']['sv-se'] = "Hantera";
$text['button-manage']['uk-ua'] = "Керувати";
@ -420,8 +524,11 @@ $text['button-manage']['uk-ua'] = "Керувати";
$text['button-backup']['en-us'] = "Backup";
$text['button-backup']['ar-eg'] = "";
$text['button-backup']['de-at'] = "Sichern";
$text['button-backup']['de-ch'] = "";
$text['button-backup']['de-de'] = "Sichern";
$text['button-backup']['es-cl'] = "Respaldar";
$text['button-backup']['es-mx'] = "";
$text['button-backup']['fr-ca'] = "";
$text['button-backup']['fr-fr'] = "Sauvegarder";
$text['button-backup']['he-il'] = "";
$text['button-backup']['it-it'] = "Backup";
@ -429,8 +536,9 @@ $text['button-backup']['nl-nl'] = "";
$text['button-backup']['pl-pl'] = "Kopia Zapasowa";
$text['button-backup']['pt-br'] = "Backup";
$text['button-backup']['pt-pt'] = "Backup";
$text['button-backup']['ro-ro'] = "";
$text['button-backup']['ru-ru'] = "Резервное Копирование";
$text['button-backup']['sv-se'] = "Backup";
$text['button-backup']['uk-ua'] = "Резервна копія";
?>
?>

View File

@ -1,22 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Command";
$apps[$x]['menu'][0]['title']['es-cl'] = "Comando";
$apps[$x]['menu'][0]['title']['es-mx'] = "Comando";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Commande";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Command";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Comandos";
$apps[$x]['menu'][0]['title']['pt-br'] = "Comandos";
$apps[$x]['menu'][0]['title']['pl'] = "Polecenie";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Выполнение команд";
$apps[$x]['menu'][0]['title']['sv-se'] = "Kommando";
$apps[$x]['menu'][0]['title']['uk'] = "Команди";
$apps[$x]['menu'][0]['title']['de-de'] = "Befehle";
$apps[$x]['menu'][0]['title']['de-at'] = "Befehle";
$apps[$x]['menu'][0]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/exec/exec.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Command";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Befehle";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Befehle";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Comando";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Comando";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Command";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Commande";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Polecenie";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Comandos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Comandos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Выполнение команд";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kommando";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Команди";
$apps[$x]['menu'][$y]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/exec/exec.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "e68d9689-2769-e013-28fa-6214bf47fca3";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren.";
$apps[$x]['description']['es-cl'] = "Utilizado para configurar Extensiones SIP.";
$apps[$x]['description']['es-mx'] = "Utilizado para configurar Extensiones SIP.";
$apps[$x]['description']['de-de'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Wird verwendet um SIP Nebenstellen zu konfigurieren.";
$apps[$x]['description']['fr-fr'] = "Utilisé pour configurer des extentions SIP";
$apps[$x]['description']['fr-ca'] = "Utilisé pour configurer des éxtentions SIP";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Utilizado para configurar extensões SIP.";
$apps[$x]['description']['fr-fr'] = "Utilisé pour configurer des extentions SIP";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Utilizado para configurar extensões SIP.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -140,26 +148,24 @@
$apps[$x]['permissions'][$y]['name'] = "extension_force_ping";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'db3290e5-d3fb-4bcd-b2a8-a0061aa02532';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'domain';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'dial_string';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '{sip_invite_domain=${domain_name},leg_timeout=${call_timeout},presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})}';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '3eeb3757-f7bb-437a-9021-8ccf3f27c98b';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'extensions';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "db3290e5-d3fb-4bcd-b2a8-a0061aa02532";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "domain";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "dial_string";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "{sip_invite_domain=\${domain_name},leg_timeout=\${call_timeout},presence_id=\${dialed_user}@\${dialed_domain}}\${sofia_contact(\*/\${dialed_user}@\${dialed_domain})}";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3eeb3757-f7bb-437a-9021-8ccf3f27c98b";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "extensions";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//schema details
$y=0;
@ -379,40 +385,40 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "do_not_disturb";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_all_destination";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_forward_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_all_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_busy_destination";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_busy_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_destination";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_user_not_registered_destination";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_user_not_registered_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";

View File

@ -1,5 +1,5 @@
<?php
#This file was last reorganized on 19th of May 2017 01:29:06 PM UTC
#This file was last reorganized on 2nd of June 2017 09:57:46 AM UTC
$text['title-extensions']['en-us'] = "Extensions";
$text['title-extensions']['ar-eg'] = "الأرقام الداخلية";
@ -13,6 +13,7 @@ $text['title-extensions']['nl-nl'] = "";
$text['title-extensions']['pl-pl'] = "Numery wewnętrzne";
$text['title-extensions']['pt-br'] = "Extensões";
$text['title-extensions']['pt-pt'] = "Extensões";
$text['title-extensions']['ro-ro'] = "";
$text['title-extensions']['ru-ru'] = "";
$text['title-extensions']['sv-se'] = "Anknytningar";
$text['title-extensions']['uk-ua'] = "Розширення";
@ -29,6 +30,7 @@ $text['title-extension-edit']['nl-nl'] = "";
$text['title-extension-edit']['pl-pl'] = "Numer wewnętrzny";
$text['title-extension-edit']['pt-br'] = "Extensão";
$text['title-extension-edit']['pt-pt'] = "Extensão";
$text['title-extension-edit']['ro-ro'] = "";
$text['title-extension-edit']['ru-ru'] = "Внутренний Номер";
$text['title-extension-edit']['sv-se'] = "Anknytning";
$text['title-extension-edit']['uk-ua'] = "Розширення";
@ -45,6 +47,7 @@ $text['title-extension-add']['nl-nl'] = "";
$text['title-extension-add']['pl-pl'] = "Dodaj numer wewnętrzny";
$text['title-extension-add']['pt-br'] = "Adicionar extensão";
$text['title-extension-add']['pt-pt'] = "Adicionar Extensão";
$text['title-extension-add']['ro-ro'] = "";
$text['title-extension-add']['ru-ru'] = "Добавить Внутренний Номер";
$text['title-extension-add']['sv-se'] = "Lägg Till Anknytning";
$text['title-extension-add']['uk-ua'] = "Додавання розширення";
@ -61,6 +64,7 @@ $text['title-call_groups']['nl-nl'] = "";
$text['title-call_groups']['pl-pl'] = "Grupa odbiorców rozmowy";
$text['title-call_groups']['pt-br'] = "Grupo";
$text['title-call_groups']['pt-pt'] = "Grupo";
$text['title-call_groups']['ro-ro'] = "";
$text['title-call_groups']['ru-ru'] = "Группы Вызовов";
$text['title-call_groups']['sv-se'] = "Ring Grupp";
$text['title-call_groups']['uk-ua'] = "";
@ -77,6 +81,7 @@ $text['option-voicemail_file_listen']['nl-nl'] = "";
$text['option-voicemail_file_listen']['pl-pl'] = "Link do odsłuchu (po zalogowaniu)";
$text['option-voicemail_file_listen']['pt-br'] = "Arquivo Voicemail";
$text['option-voicemail_file_listen']['pt-pt'] = "Ouça Link (login requerido)";
$text['option-voicemail_file_listen']['ro-ro'] = "";
$text['option-voicemail_file_listen']['ru-ru'] = "Ссылка для прослушивания (требуется вход в систему)";
$text['option-voicemail_file_listen']['sv-se'] = "Lyssna-länk (Måste Logga In)";
$text['option-voicemail_file_listen']['uk-ua'] = "Посилання на прослуховування (Входити обов’язково)";
@ -93,6 +98,7 @@ $text['option-voicemail_file_link']['nl-nl'] = "";
$text['option-voicemail_file_link']['pl-pl'] = "Link do pobrania (logowanie nie jest wymagane)";
$text['option-voicemail_file_link']['pt-br'] = "Link para download (Não é necessário login)";
$text['option-voicemail_file_link']['pt-pt'] = "Link para download (Não é necessário login)";
$text['option-voicemail_file_link']['ro-ro'] = "";
$text['option-voicemail_file_link']['ru-ru'] = "Ссылка для скачивания (не требуется вход в систему)";
$text['option-voicemail_file_link']['sv-se'] = "Nedladdnings-länk (Ingen Inloggning Krävs)";
$text['option-voicemail_file_link']['uk-ua'] = "Посилання на завантаження (Входити не обов’язково)";
@ -109,6 +115,7 @@ $text['option-voicemail_file_attach']['nl-nl'] = "";
$text['option-voicemail_file_attach']['pl-pl'] = "Załącznik pliku audio";
$text['option-voicemail_file_attach']['pt-br'] = "Anexo de arquivo de áudio";
$text['option-voicemail_file_attach']['pt-pt'] = "Anexo de arquivo de áudio";
$text['option-voicemail_file_attach']['ro-ro'] = "";
$text['option-voicemail_file_attach']['ru-ru'] = "Прикрепить Аудиофайл";
$text['option-voicemail_file_attach']['sv-se'] = "Ljudfil Bifogad";
$text['option-voicemail_file_attach']['uk-ua'] = "Приєднати аудіофайл";
@ -125,6 +132,7 @@ $text['message-number_alias']['nl-nl'] = "";
$text['message-number_alias']['pl-pl'] = "Wprowadź nowy alias numerowy";
$text['message-number_alias']['pt-br'] = "Insira um identificador ao número";
$text['message-number_alias']['pt-pt'] = "Introuza a nova Alias númérico...";
$text['message-number_alias']['ro-ro'] = "";
$text['message-number_alias']['ru-ru'] = "Введите новый альтернативный номер ...";
$text['message-number_alias']['sv-se'] = "Fyll i det nya Nummer Alias...";
$text['message-number_alias']['uk-ua'] = "Введіть новий псевдонім номера...";
@ -141,6 +149,7 @@ $text['message-maximum_extensions']['nl-nl'] = "";
$text['message-maximum_extensions']['pl-pl'] = "Maksymalna liczba numerów wewnętrznych";
$text['message-maximum_extensions']['pt-br'] = "Extensões máximo permitido:";
$text['message-maximum_extensions']['pt-pt'] = "Extensões Máximo Permitido:";
$text['message-maximum_extensions']['ro-ro'] = "";
$text['message-maximum_extensions']['ru-ru'] = "Максимальное количество Внутренних Номеров";
$text['message-maximum_extensions']['sv-se'] = "Maximum Antal Anknytningar:";
$text['message-maximum_extensions']['uk-ua'] = "Максимальна кількість розширень";
@ -157,6 +166,7 @@ $text['message-extension']['nl-nl'] = "";
$text['message-extension']['pl-pl'] = "Wpisz nowy numer wewnętrzny";
$text['message-extension']['pt-br'] = "Insira uma nova extensão";
$text['message-extension']['pt-pt'] = "Introuza a nova Extensão...";
$text['message-extension']['ro-ro'] = "";
$text['message-extension']['ru-ru'] = "Введите новый Внутренний Номер...";
$text['message-extension']['sv-se'] = "Fyll i den nya Anknytningen...";
$text['message-extension']['uk-ua'] = "Введіть нове розширення";
@ -173,6 +183,7 @@ $text['label-voicemail_password']['nl-nl'] = "";
$text['label-voicemail_password']['pl-pl'] = "Hasło poczty głosowej";
$text['label-voicemail_password']['pt-br'] = "Senha do correio de voz";
$text['label-voicemail_password']['pt-pt'] = "Password do Correio de Voz";
$text['label-voicemail_password']['ro-ro'] = "";
$text['label-voicemail_password']['ru-ru'] = "Пароль Голосовй Почты";
$text['label-voicemail_password']['sv-se'] = "Röstbrevlåda Lösenord";
$text['label-voicemail_password']['uk-ua'] = "Пароль на голосову пошту";
@ -189,6 +200,7 @@ $text['label-voicemail_mail_to']['nl-nl'] = "";
$text['label-voicemail_mail_to']['pl-pl'] = "Wyślij pocztę głosową na email";
$text['label-voicemail_mail_to']['pt-br'] = "Enviar correio de voz para";
$text['label-voicemail_mail_to']['pt-pt'] = "Enviar correio de voz para";
$text['label-voicemail_mail_to']['ro-ro'] = "";
$text['label-voicemail_mail_to']['ru-ru'] = "Голосовая почта на адрес Электронной Почты";
$text['label-voicemail_mail_to']['sv-se'] = "Röstbrevlåda E-post Till";
$text['label-voicemail_mail_to']['uk-ua'] = "Надсилати голосову пошту на E-Mail";
@ -205,6 +217,7 @@ $text['label-voicemail_local_after_email']['nl-nl'] = "";
$text['label-voicemail_local_after_email']['pl-pl'] = "Zachowaj na dysku pocztę głosową ";
$text['label-voicemail_local_after_email']['pt-br'] = "Manter mensagem de correio de voz depois de enviado o email";
$text['label-voicemail_local_after_email']['pt-pt'] = "Manter mensagem de correio de voz depois de enviado o email";
$text['label-voicemail_local_after_email']['ro-ro'] = "";
$text['label-voicemail_local_after_email']['ru-ru'] = "Сообщение хранится локально после отправки Электронной Почтой";
$text['label-voicemail_local_after_email']['sv-se'] = "Röstbrevlåda Behåll Lokalt";
$text['label-voicemail_local_after_email']['uk-ua'] = "Залишати голосову пошту локально";
@ -221,6 +234,7 @@ $text['label-voicemail_file']['nl-nl'] = "";
$text['label-voicemail_file']['pl-pl'] = "Plik poczty głosowej";
$text['label-voicemail_file']['pt-br'] = "Arquivo Voicemail";
$text['label-voicemail_file']['pt-pt'] = "Voicemail Arquivo";
$text['label-voicemail_file']['ro-ro'] = "";
$text['label-voicemail_file']['ru-ru'] = "Файл Голосовой Почты";
$text['label-voicemail_file']['sv-se'] = "Röstbrevlåda Fil";
$text['label-voicemail_file']['uk-ua'] = "Файл голосової пошти";
@ -237,6 +251,7 @@ $text['label-voicemail_enabled']['nl-nl'] = "";
$text['label-voicemail_enabled']['pl-pl'] = "Włączona poczta głosowa";
$text['label-voicemail_enabled']['pt-br'] = "Correio de voz habilitado";
$text['label-voicemail_enabled']['pt-pt'] = "Correio de Voz Habilitado";
$text['label-voicemail_enabled']['ro-ro'] = "";
$text['label-voicemail_enabled']['ru-ru'] = "Голосовая Почта Включена";
$text['label-voicemail_enabled']['sv-se'] = "Röstbrevlåda Aktiverad";
$text['label-voicemail_enabled']['uk-ua'] = "Голосову пошту включено";
@ -253,6 +268,7 @@ $text['label-user_record_outbound']['nl-nl'] = "";
$text['label-user_record_outbound']['pl-pl'] = "Wychodzące";
$text['label-user_record_outbound']['pt-br'] = "Saída";
$text['label-user_record_outbound']['pt-pt'] = "Saída";
$text['label-user_record_outbound']['ro-ro'] = "";
$text['label-user_record_outbound']['ru-ru'] = "Исходящая";
$text['label-user_record_outbound']['sv-se'] = "Utgående";
$text['label-user_record_outbound']['uk-ua'] = "Вихідний";
@ -269,6 +285,7 @@ $text['label-user_record_none']['nl-nl'] = "";
$text['label-user_record_none']['pl-pl'] = "Wyłączone";
$text['label-user_record_none']['pt-br'] = "Nenhum";
$text['label-user_record_none']['pt-pt'] = "Nenhum";
$text['label-user_record_none']['ro-ro'] = "";
$text['label-user_record_none']['ru-ru'] = "Выключено";
$text['label-user_record_none']['sv-se'] = "Inaktiverad";
$text['label-user_record_none']['uk-ua'] = "Відключено";
@ -285,6 +302,7 @@ $text['label-user_record_local']['nl-nl'] = "";
$text['label-user_record_local']['pl-pl'] = "Lokalne";
$text['label-user_record_local']['pt-br'] = "Local";
$text['label-user_record_local']['pt-pt'] = "Local";
$text['label-user_record_local']['ro-ro'] = "";
$text['label-user_record_local']['ru-ru'] = "Локальный";
$text['label-user_record_local']['sv-se'] = "Lokal";
$text['label-user_record_local']['uk-ua'] = "Локальний";
@ -301,6 +319,7 @@ $text['label-user_record_inbound']['nl-nl'] = "";
$text['label-user_record_inbound']['pl-pl'] = "Przychodzaące";
$text['label-user_record_inbound']['pt-br'] = "Entrada";
$text['label-user_record_inbound']['pt-pt'] = "Entrada";
$text['label-user_record_inbound']['ro-ro'] = "";
$text['label-user_record_inbound']['ru-ru'] = "Входяший";
$text['label-user_record_inbound']['sv-se'] = "Inkommande";
$text['label-user_record_inbound']['uk-ua'] = "Вхідний";
@ -317,6 +336,7 @@ $text['label-user_record_all']['nl-nl'] = "";
$text['label-user_record_all']['pl-pl'] = "Wszystkie";
$text['label-user_record_all']['pt-br'] = "Tudo";
$text['label-user_record_all']['pt-pt'] = "Tudo";
$text['label-user_record_all']['ro-ro'] = "";
$text['label-user_record_all']['ru-ru'] = "Все";
$text['label-user_record_all']['sv-se'] = "Allt";
$text['label-user_record_all']['uk-ua'] = "Всі";
@ -333,6 +353,7 @@ $text['label-user_record']['nl-nl'] = "";
$text['label-user_record']['pl-pl'] = "Czy i jakie rozmowy nagrywać.";
$text['label-user_record']['pt-br'] = "Registro";
$text['label-user_record']['pt-pt'] = "Registro";
$text['label-user_record']['ro-ro'] = "";
$text['label-user_record']['ru-ru'] = "Запись разговора";
$text['label-user_record']['sv-se'] = "Spela In";
$text['label-user_record']['uk-ua'] = "Запис розмов";
@ -349,6 +370,7 @@ $text['label-users']['nl-nl'] = "";
$text['label-users']['pl-pl'] = "Lista użytkowników";
$text['label-users']['pt-br'] = "Utilizadores";
$text['label-users']['pt-pt'] = "Utilizadores";
$text['label-users']['ro-ro'] = "";
$text['label-users']['ru-ru'] = "Пользователи";
$text['label-users']['sv-se'] = "Användar-lista";
$text['label-users']['uk-ua'] = "Список користувачів";
@ -365,6 +387,7 @@ $text['label-user_context']['nl-nl'] = "";
$text['label-user_context']['pl-pl'] = "Kontekst";
$text['label-user_context']['pt-br'] = "Contexto";
$text['label-user_context']['pt-pt'] = "Contexto";
$text['label-user_context']['ro-ro'] = "";
$text['label-user_context']['ru-ru'] = "Контекст";
$text['label-user_context']['sv-se'] = "Sammanhang";
$text['label-user_context']['uk-ua'] = "Контекст";
@ -381,6 +404,7 @@ $text['label-url']['nl-nl'] = "";
$text['label-url']['pl-pl'] = "URL";
$text['label-url']['pt-br'] = "URL";
$text['label-url']['pt-pt'] = "URL";
$text['label-url']['ro-ro'] = "";
$text['label-url']['ru-ru'] = "URL-адрес";
$text['label-url']['sv-se'] = "URL";
$text['label-url']['uk-ua'] = "URL";
@ -397,6 +421,7 @@ $text['label-toll_allow']['nl-nl'] = "";
$text['label-toll_allow']['pl-pl'] = "Zezwalaj na drogie/szczególwe połaczenia";
$text['label-toll_allow']['pt-br'] = "Permissões";
$text['label-toll_allow']['pt-pt'] = "Permissões";
$text['label-toll_allow']['ro-ro'] = "";
$text['label-toll_allow']['ru-ru'] = "Разрешить Платное Соединение";
$text['label-toll_allow']['sv-se'] = "Toll Allow";
$text['label-toll_allow']['uk-ua'] = "";
@ -413,6 +438,7 @@ $text['label-text']['nl-nl'] = "";
$text['label-text']['pl-pl'] = "Tekst";
$text['label-text']['pt-br'] = "Texto";
$text['label-text']['pt-pt'] = "Texto";
$text['label-text']['ro-ro'] = "";
$text['label-text']['ru-ru'] = "Текст";
$text['label-text']['sv-se'] = "Text";
$text['label-text']['uk-ua'] = "текст";
@ -429,6 +455,7 @@ $text['label-sip_force_expires']['nl-nl'] = "";
$text['label-sip_force_expires']['pl-pl'] = "Nagłówek SIP 'Force Expires '";
$text['label-sip_force_expires']['pt-br'] = "Forçar o tempo de expiração SIP";
$text['label-sip_force_expires']['pt-pt'] = "Forçar o tempo de expiração SIP";
$text['label-sip_force_expires']['ro-ro'] = "";
$text['label-sip_force_expires']['ru-ru'] = "SIP Force Expires";
$text['label-sip_force_expires']['sv-se'] = "SIP Force Expires";
$text['label-sip_force_expires']['uk-ua'] = "";
@ -445,6 +472,7 @@ $text['label-sip_force_contact']['nl-nl'] = "";
$text['label-sip_force_contact']['pl-pl'] = "Nagłówek SIP 'Force Contact '";
$text['label-sip_force_contact']['pt-br'] = "Forçar contato SIP";
$text['label-sip_force_contact']['pt-pt'] = "Forçar Contacto SIP";
$text['label-sip_force_contact']['ro-ro'] = "";
$text['label-sip_force_contact']['ru-ru'] = "SIP Force Contact";
$text['label-sip_force_contact']['sv-se'] = "SIP Force Contact";
$text['label-sip_force_contact']['uk-ua'] = "";
@ -461,6 +489,7 @@ $text['label-sip_bypass_media']['nl-nl'] = "";
$text['label-sip_bypass_media']['pl-pl'] = "Nagłówek SIP 'Bypass Media'";
$text['label-sip_bypass_media']['pt-br'] = "Fazer Bypass a medida SIP";
$text['label-sip_bypass_media']['pt-pt'] = "Fazer Bypass à media SIP";
$text['label-sip_bypass_media']['ro-ro'] = "";
$text['label-sip_bypass_media']['ru-ru'] = "SIP Bypass Media";
$text['label-sip_bypass_media']['sv-se'] = "SIP Bypass Media";
$text['label-sip_bypass_media']['uk-ua'] = "";
@ -477,6 +506,7 @@ $text['label-absolute_codec_string']['nl-nl'] = "";
$text['label-absolute_codec_string']['pl-pl'] = "";
$text['label-absolute_codec_string']['pt-br'] = "";
$text['label-absolute_codec_string']['pt-pt'] = "";
$text['label-absolute_codec_string']['ro-ro'] = "";
$text['label-absolute_codec_string']['ru-ru'] = "Absolute Codec String";
$text['label-absolute_codec_string']['sv-se'] = "";
$text['label-absolute_codec_string']['uk-ua'] = "";
@ -493,8 +523,9 @@ $text['label-force_ping']['nl-nl'] = "";
$text['label-force_ping']['pl-pl'] = "";
$text['label-force_ping']['pt-br'] = "";
$text['label-force_ping']['pt-pt'] = "";
$text['label-force_ping']['ro-ro'] = "";
$text['label-force_ping']['ru-ru'] = "Force ping";
$text['label-force_ping']['sv-se'] = "";
$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";
@ -509,6 +540,7 @@ $text['label-rewrite_tls_contact_port']['nl-nl'] = "";
$text['label-rewrite_tls_contact_port']['pl-pl'] = "Zamień nagłówek 'TLS Contact Port'";
$text['label-rewrite_tls_contact_port']['pt-br'] = "Porta TLS";
$text['label-rewrite_tls_contact_port']['pt-pt'] = "Reescreva Contacto Porto TLS";
$text['label-rewrite_tls_contact_port']['ro-ro'] = "";
$text['label-rewrite_tls_contact_port']['ru-ru'] = "Переписать Порт контактов TLS";
$text['label-rewrite_tls_contact_port']['sv-se'] = "Rewrite TLS Contact Port";
$text['label-rewrite_tls_contact_port']['uk-ua'] = "";
@ -525,6 +557,7 @@ $text['label-rewrite_contact_ip_and_port_2']['nl-nl'] = "";
$text['label-rewrite_contact_ip_and_port_2']['pl-pl'] = "Zamień nagłówek 'Contact IP and Port 2.0'";
$text['label-rewrite_contact_ip_and_port_2']['pt-br'] = "Porta IP contato 2.0";
$text['label-rewrite_contact_ip_and_port_2']['pt-pt'] = "Reescreva Contato IP e Porta 2.0";
$text['label-rewrite_contact_ip_and_port_2']['ro-ro'] = "";
$text['label-rewrite_contact_ip_and_port_2']['ru-ru'] = "Переписать IP-адрес и порт 2.0";
$text['label-rewrite_contact_ip_and_port_2']['sv-se'] = "Rewrite Contact IP and Port 2.0";
$text['label-rewrite_contact_ip_and_port_2']['uk-ua'] = "";
@ -541,6 +574,7 @@ $text['label-rewrite_contact_ip_and_port']['nl-nl'] = "";
$text['label-rewrite_contact_ip_and_port']['pl-pl'] = "Zamień nagłówek 'Contact IP and Port'";
$text['label-rewrite_contact_ip_and_port']['pt-br'] = "Porta IP contato";
$text['label-rewrite_contact_ip_and_port']['pt-pt'] = "Reescreva Contato IP e Porta";
$text['label-rewrite_contact_ip_and_port']['ro-ro'] = "";
$text['label-rewrite_contact_ip_and_port']['ru-ru'] = "Переписать IP-адрес и порт";
$text['label-rewrite_contact_ip_and_port']['sv-se'] = "Rewrite Contact IP and Port";
$text['label-rewrite_contact_ip_and_port']['uk-ua'] = "";
@ -557,6 +591,7 @@ $text['label-range']['nl-nl'] = "";
$text['label-range']['pl-pl'] = "Zakres";
$text['label-range']['pt-br'] = "Canal";
$text['label-range']['pt-pt'] = "Gama";
$text['label-range']['ro-ro'] = "";
$text['label-range']['ru-ru'] = "Диапазон";
$text['label-range']['sv-se'] = "Intervall";
$text['label-range']['uk-ua'] = "Діапазон";
@ -573,6 +608,7 @@ $text['label-proxy_media']['nl-nl'] = "";
$text['label-proxy_media']['pl-pl'] = "Proxy Media ";
$text['label-proxy_media']['pt-br'] = "Proxy Midia";
$text['label-proxy_media']['pt-pt'] = "Proxy Mídia";
$text['label-proxy_media']['ro-ro'] = "";
$text['label-proxy_media']['ru-ru'] = "Proxy Media";
$text['label-proxy_media']['sv-se'] = "Proxy Media";
$text['label-proxy_media']['uk-ua'] = "";
@ -589,6 +625,7 @@ $text['label-provisioning']['nl-nl'] = "";
$text['label-provisioning']['pl-pl'] = "Automatyczna konfiguracja urządzeń";
$text['label-provisioning']['pt-br'] = "Provisionamento do dispositivo";
$text['label-provisioning']['pt-pt'] = "Aprovisionamento do Dispositivo";
$text['label-provisioning']['ro-ro'] = "";
$text['label-provisioning']['ru-ru'] = "Автоконфигурация устройств";
$text['label-provisioning']['sv-se'] = "Enhet Provisionering";
$text['label-provisioning']['uk-ua'] = "";
@ -605,6 +642,7 @@ $text['label-password']['nl-nl'] = "";
$text['label-password']['pl-pl'] = "Hasło";
$text['label-password']['pt-br'] = "Senha";
$text['label-password']['pt-pt'] = "Password";
$text['label-password']['ro-ro'] = "";
$text['label-password']['ru-ru'] = "Пароль";
$text['label-password']['sv-se'] = "Lösenord";
$text['label-password']['uk-ua'] = "Пароль";
@ -621,8 +659,9 @@ $text['label-caller_id']['nl-nl'] = "";
$text['label-caller_id']['pl-pl'] = "";
$text['label-caller_id']['pt-br'] = "público";
$text['label-caller_id']['pt-pt'] = "público";
$text['label-caller_id']['ro-ro'] = "";
$text['label-caller_id']['ru-ru'] = "";
$text['label-caller_id']['sv-se'] = "Utgående";
$text['label-caller_id']['sv-se'] = "Nummerpresentation";
$text['label-caller_id']['uk-ua'] = "";
$text['label-caller_id_number']['en-us'] = "Caller ID";
@ -637,8 +676,9 @@ $text['label-caller_id_number']['nl-nl'] = "";
$text['label-caller_id_number']['pl-pl'] = "";
$text['label-caller_id_number']['pt-br'] = "público";
$text['label-caller_id_number']['pt-pt'] = "público";
$text['label-caller_id_number']['ro-ro'] = "";
$text['label-caller_id_number']['ru-ru'] = "";
$text['label-caller_id_number']['sv-se'] = "Utgående";
$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";
@ -653,8 +693,9 @@ $text['label-outbound_caller_id_number']['nl-nl'] = "";
$text['label-outbound_caller_id_number']['pl-pl'] = "Numer prezentowany w rozmowach wychodzacych ";
$text['label-outbound_caller_id_number']['pt-br'] = "Número público";
$text['label-outbound_caller_id_number']['pt-pt'] = "Número público";
$text['label-outbound_caller_id_number']['ro-ro'] = "";
$text['label-outbound_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера вызывающего абонента";
$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummervisning";
$text['label-outbound_caller_id_number']['sv-se'] = "Utgående Nummerpresentation";
$text['label-outbound_caller_id_number']['uk-ua'] = "";
$text['label-outbound_caller_id_name']['en-us'] = "Outbound Caller ID Name";
@ -669,8 +710,9 @@ $text['label-outbound_caller_id_name']['nl-nl'] = "";
$text['label-outbound_caller_id_name']['pl-pl'] = "Nazwa prezentowana w rozmowach wychodzacych";
$text['label-outbound_caller_id_name']['pt-br'] = "Nome público";
$text['label-outbound_caller_id_name']['pt-pt'] = "Nome público";
$text['label-outbound_caller_id_name']['ro-ro'] = "";
$text['label-outbound_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени вызывающего абонента";
$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnvisning";
$text['label-outbound_caller_id_name']['sv-se'] = "Utgående Namnpresentation";
$text['label-outbound_caller_id_name']['uk-ua'] = "";
$text['label-number_alias']['en-us'] = "Number Alias";
@ -685,6 +727,7 @@ $text['label-number_alias']['nl-nl'] = "";
$text['label-number_alias']['pl-pl'] = "Alias numeru";
$text['label-number_alias']['pt-br'] = "Identificador numérico";
$text['label-number_alias']['pt-pt'] = "Alias númérico";
$text['label-number_alias']['ro-ro'] = "";
$text['label-number_alias']['ru-ru'] = "Псевдоним номера";
$text['label-number_alias']['sv-se'] = "Nummer Alias";
$text['label-number_alias']['uk-ua'] = "Псевдонім номера";
@ -701,6 +744,7 @@ $text['label-nibble_account']['nl-nl'] = "";
$text['label-nibble_account']['pl-pl'] = "Konto Nibble";
$text['label-nibble_account']['pt-br'] = "Conta Nibble";
$text['label-nibble_account']['pt-pt'] = "Conta Nibble";
$text['label-nibble_account']['ro-ro'] = "";
$text['label-nibble_account']['ru-ru'] = "Nibble Account";
$text['label-nibble_account']['sv-se'] = "Nibble Konto";
$text['label-nibble_account']['uk-ua'] = "";
@ -717,6 +761,7 @@ $text['label-mwi_account']['nl-nl'] = "";
$text['label-mwi_account']['pl-pl'] = "Konto powiadomienia oczekującej poczty głosowej (MWI)";
$text['label-mwi_account']['pt-br'] = "Conta MWI";
$text['label-mwi_account']['pt-pt'] = "Conta MWI";
$text['label-mwi_account']['ro-ro'] = "";
$text['label-mwi_account']['ru-ru'] = "MWI Account";
$text['label-mwi_account']['sv-se'] = "MWI Konto";
$text['label-mwi_account']['uk-ua'] = "";
@ -733,6 +778,7 @@ $text['label-missed_call']['nl-nl'] = "";
$text['label-missed_call']['pl-pl'] = "Nieodebrane Połączenie";
$text['label-missed_call']['pt-br'] = "Chamada Perdida";
$text['label-missed_call']['pt-pt'] = "Chamada Perdida";
$text['label-missed_call']['ro-ro'] = "";
$text['label-missed_call']['ru-ru'] = "Пропущенный вызов";
$text['label-missed_call']['sv-se'] = "Missat Samtal";
$text['label-missed_call']['uk-ua'] = "пропущений Дзвінок";
@ -749,6 +795,7 @@ $text['label-line']['nl-nl'] = "";
$text['label-line']['pl-pl'] = "Numer lini";
$text['label-line']['pt-br'] = "Linha";
$text['label-line']['pt-pt'] = "Linha";
$text['label-line']['ro-ro'] = "";
$text['label-line']['ru-ru'] = "Линия";
$text['label-line']['sv-se'] = "Linje";
$text['label-line']['uk-ua'] = "";
@ -765,6 +812,7 @@ $text['label-limit_max']['nl-nl'] = "";
$text['label-limit_max']['pl-pl'] = "Maksymalna liczba kanałów";
$text['label-limit_max']['pt-br'] = "Limite máximo";
$text['label-limit_max']['pt-pt'] = "Limite Máximo";
$text['label-limit_max']['ro-ro'] = "";
$text['label-limit_max']['ru-ru'] = "Максимальное количество каналов";
$text['label-limit_max']['sv-se'] = "Max Begränsning";
$text['label-limit_max']['uk-ua'] = "";
@ -781,6 +829,7 @@ $text['label-limit_destination']['nl-nl'] = "";
$text['label-limit_destination']['pl-pl'] = "Alternatywny numer docelowy";
$text['label-limit_destination']['pt-br'] = "Limitar destino";
$text['label-limit_destination']['pt-pt'] = "Limitar Destino";
$text['label-limit_destination']['ro-ro'] = "";
$text['label-limit_destination']['ru-ru'] = "Альтернативный номер назначения";
$text['label-limit_destination']['sv-se'] = "Begränsad Destination";
$text['label-limit_destination']['uk-ua'] = "";
@ -797,6 +846,7 @@ $text['label-hold_music']['nl-nl'] = "";
$text['label-hold_music']['pl-pl'] = "Muzyka na czekanie";
$text['label-hold_music']['pt-br'] = "Música em espera";
$text['label-hold_music']['pt-pt'] = "Música em Espera";
$text['label-hold_music']['ro-ro'] = "";
$text['label-hold_music']['ru-ru'] = "Музыка на Удержании";
$text['label-hold_music']['sv-se'] = "Vänt-musik";
$text['label-hold_music']['uk-ua'] = "";
@ -813,6 +863,7 @@ $text['label-extension']['nl-nl'] = "";
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
$text['label-extension']['pt-br'] = "Ramal";
$text['label-extension']['pt-pt'] = "Extensão";
$text['label-extension']['ro-ro'] = "";
$text['label-extension']['ru-ru'] = "Внутренний Номер";
$text['label-extension']['sv-se'] = "Anknytning";
$text['label-extension']['uk-ua'] = "Розширення";
@ -829,8 +880,9 @@ $text['label-emergency_caller_id_number']['nl-nl'] = "";
$text['label-emergency_caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego (emergency)";
$text['label-emergency_caller_id_number']['pt-br'] = "Número de emergência do discador";
$text['label-emergency_caller_id_number']['pt-pt'] = "Número de Emergência do Chamador";
$text['label-emergency_caller_id_number']['ro-ro'] = "";
$text['label-emergency_caller_id_number']['ru-ru'] = "Идентификатор (Caller ID) номера экстренного вызова";
$text['label-emergency_caller_id_number']['sv-se'] = "Nöd Nummervisning";
$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";
@ -845,8 +897,9 @@ $text['label-emergency_caller_id_name']['nl-nl'] = "";
$text['label-emergency_caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego (emergency)";
$text['label-emergency_caller_id_name']['pt-br'] = "Nome de emergência do discador";
$text['label-emergency_caller_id_name']['pt-pt'] = "Nome de Emergência do Chamador";
$text['label-emergency_caller_id_name']['ro-ro'] = "";
$text['label-emergency_caller_id_name']['ru-ru'] = "Идентификатор (Caller ID) имени экстренного вызова";
$text['label-emergency_caller_id_name']['sv-se'] = "Nöd Namnvisning";
$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";
@ -861,6 +914,7 @@ $text['label-email']['nl-nl'] = "";
$text['label-email']['pl-pl'] = "Email";
$text['label-email']['pt-br'] = "Email";
$text['label-email']['pt-pt'] = "Email";
$text['label-email']['ro-ro'] = "";
$text['label-email']['ru-ru'] = "Электронная Почта";
$text['label-email']['sv-se'] = "E-post";
$text['label-email']['uk-ua'] = "Електронна пошта";
@ -877,8 +931,9 @@ $text['label-effective_caller_id_number']['nl-nl'] = "";
$text['label-effective_caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego (rozmowy wew)";
$text['label-effective_caller_id_number']['pt-br'] = "Número interno";
$text['label-effective_caller_id_number']['pt-pt'] = "Número interno";
$text['label-effective_caller_id_number']['ro-ro'] = "";
$text['label-effective_caller_id_number']['ru-ru'] = "Эффективный идентификатор (Caller ID) номера вызывающего абонента";
$text['label-effective_caller_id_number']['sv-se'] = "Effektiv Nummervisning";
$text['label-effective_caller_id_number']['sv-se'] = "Effektiv Nummerpresentation";
$text['label-effective_caller_id_number']['uk-ua'] = "";
$text['label-effective_caller_id_name']['en-us'] = "Effective Caller ID Name";
@ -893,8 +948,9 @@ $text['label-effective_caller_id_name']['nl-nl'] = "";
$text['label-effective_caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego (rozmowy wew)";
$text['label-effective_caller_id_name']['pt-br'] = "Nome interno";
$text['label-effective_caller_id_name']['pt-pt'] = "Nome Interno";
$text['label-effective_caller_id_name']['ro-ro'] = "";
$text['label-effective_caller_id_name']['ru-ru'] = "Эффективный идентификатор (Caller ID) имени вызывающего абонента";
$text['label-effective_caller_id_name']['sv-se'] = "Effektiv Namnvisning";
$text['label-effective_caller_id_name']['sv-se'] = "Effektiv Namnpresentation";
$text['label-effective_caller_id_name']['uk-ua'] = "";
$text['label-domain']['en-us'] = "Domain";
@ -909,6 +965,7 @@ $text['label-domain']['nl-nl'] = "";
$text['label-domain']['pl-pl'] = "Domena";
$text['label-domain']['pt-br'] = "Dominio";
$text['label-domain']['pt-pt'] = "Domínio";
$text['label-domain']['ro-ro'] = "";
$text['label-domain']['ru-ru'] = "Домен";
$text['label-domain']['sv-se'] = "Domän";
$text['label-domain']['uk-ua'] = "Домен";
@ -925,6 +982,7 @@ $text['label-directory_visible']['nl-nl'] = "";
$text['label-directory_visible']['pl-pl'] = "Czy ma być widoczny w książce telefonicznej?";
$text['label-directory_visible']['pt-br'] = "Diretorio visivel";
$text['label-directory_visible']['pt-pt'] = "Directório Visível";
$text['label-directory_visible']['ro-ro'] = "";
$text['label-directory_visible']['ru-ru'] = "Видимый каталог";
$text['label-directory_visible']['sv-se'] = "Synlig I Katalog";
$text['label-directory_visible']['uk-ua'] = "";
@ -941,6 +999,7 @@ $text['label-directory_full_name']['nl-nl'] = "";
$text['label-directory_full_name']['pl-pl'] = "Nazwa w książce telefonicznej";
$text['label-directory_full_name']['pt-br'] = "Nome do diretório completo";
$text['label-directory_full_name']['pt-pt'] = "Nome de Directório Completo";
$text['label-directory_full_name']['ro-ro'] = "";
$text['label-directory_full_name']['ru-ru'] = "Полное имя каталога";
$text['label-directory_full_name']['sv-se'] = "Hela Namnet I Katalog";
$text['label-directory_full_name']['uk-ua'] = "";
@ -957,8 +1016,9 @@ $text['label-directory_exten_visible']['nl-nl'] = "";
$text['label-directory_exten_visible']['pl-pl'] = "Czy numer wew książki telefonicznej jest widoczny? ";
$text['label-directory_exten_visible']['pt-br'] = "Extensão do diretório visivel";
$text['label-directory_exten_visible']['pt-pt'] = "Extensão do Directório Visível";
$text['label-directory_exten_visible']['ro-ro'] = "";
$text['label-directory_exten_visible']['ru-ru'] = "Расширение видимого каталога";
$text['label-directory_exten_visible']['sv-se'] = "Anknytning Synlig I Katalog";
$text['label-directory_exten_visible']['sv-se'] = "Fullständigt Namn I Katalogen";
$text['label-directory_exten_visible']['uk-ua'] = "";
$text['label-dial_string']['en-us'] = "Dial String";
@ -973,8 +1033,9 @@ $text['label-dial_string']['nl-nl'] = "";
$text['label-dial_string']['pl-pl'] = "Opcje polecenia DIAL";
$text['label-dial_string']['pt-br'] = "Dial String";
$text['label-dial_string']['pt-pt'] = "Dial String";
$text['label-dial_string']['ro-ro'] = "";
$text['label-dial_string']['ru-ru'] = "Строка набора";
$text['label-dial_string']['sv-se'] = "Ringa Sträng";
$text['label-dial_string']['sv-se'] = "Dial String";
$text['label-dial_string']['uk-ua'] = "";
$text['label-device_template']['en-us'] = "Template";
@ -989,6 +1050,7 @@ $text['label-device_template']['nl-nl'] = "";
$text['label-device_template']['pl-pl'] = "Szablon";
$text['label-device_template']['pt-br'] = "Template";
$text['label-device_template']['pt-pt'] = "Template";
$text['label-device_template']['ro-ro'] = "";
$text['label-device_template']['ru-ru'] = "Шаблон";
$text['label-device_template']['sv-se'] = "Mall";
$text['label-device_template']['uk-ua'] = "";
@ -1005,6 +1067,7 @@ $text['label-device_mac_address']['nl-nl'] = "";
$text['label-device_mac_address']['pl-pl'] = "Adres MAC";
$text['label-device_mac_address']['pt-br'] = "Endereço MAC";
$text['label-device_mac_address']['pt-pt'] = "Endereço MAC";
$text['label-device_mac_address']['ro-ro'] = "";
$text['label-device_mac_address']['ru-ru'] = "MAC Адреса";
$text['label-device_mac_address']['sv-se'] = "MAC-adress";
$text['label-device_mac_address']['uk-ua'] = "";
@ -1021,6 +1084,7 @@ $text['label-description']['nl-nl'] = "";
$text['label-description']['pl-pl'] = "Opis";
$text['label-description']['pt-br'] = "Descrição";
$text['label-description']['pt-pt'] = "Descrição";
$text['label-description']['ro-ro'] = "";
$text['label-description']['ru-ru'] = "Описание";
$text['label-description']['sv-se'] = "Beskrivning";
$text['label-description']['uk-ua'] = "Опис";
@ -1037,6 +1101,7 @@ $text['label-cidr']['nl-nl'] = "";
$text['label-cidr']['pl-pl'] = "CIDR";
$text['label-cidr']['pt-br'] = "CIDR";
$text['label-cidr']['pt-pt'] = "CIDR";
$text['label-cidr']['ro-ro'] = "";
$text['label-cidr']['ru-ru'] = "";
$text['label-cidr']['sv-se'] = "CIDR";
$text['label-cidr']['uk-ua'] = "";
@ -1053,8 +1118,9 @@ $text['label-call_timeout']['nl-nl'] = "";
$text['label-call_timeout']['pl-pl'] = "Limit czasu rozmowy";
$text['label-call_timeout']['pt-br'] = "Timeout da chamada";
$text['label-call_timeout']['pt-pt'] = "Timeout da Chamada";
$text['label-call_timeout']['ro-ro'] = "";
$text['label-call_timeout']['ru-ru'] = "Тайм-аут вызова";
$text['label-call_timeout']['sv-se'] = "Ring Tidsgräns";
$text['label-call_timeout']['sv-se'] = "Call Timeout";
$text['label-call_timeout']['uk-ua'] = "";
$text['label-call_screen_enabled']['en-us'] = "Call Screen";
@ -1069,8 +1135,9 @@ $text['label-call_screen_enabled']['nl-nl'] = "";
$text['label-call_screen_enabled']['pl-pl'] = "";
$text['label-call_screen_enabled']['pt-br'] = "";
$text['label-call_screen_enabled']['pt-pt'] = "";
$text['label-call_screen_enabled']['ro-ro'] = "";
$text['label-call_screen_enabled']['ru-ru'] = "Экран вызова";
$text['label-call_screen_enabled']['sv-se'] = "";
$text['label-call_screen_enabled']['sv-se'] = "Call Screen";
$text['label-call_screen_enabled']['uk-ua'] = "";
$text['label-call_group']['en-us'] = "Call Group";
@ -1085,6 +1152,7 @@ $text['label-call_group']['nl-nl'] = "";
$text['label-call_group']['pl-pl'] = "Grupa odbiorców rozmowy";
$text['label-call_group']['pt-br'] = "Grupo";
$text['label-call_group']['pt-pt'] = "Grupo";
$text['label-call_group']['ro-ro'] = "";
$text['label-call_group']['ru-ru'] = "Вызов Группы";
$text['label-call_group']['sv-se'] = "Ring Grupp";
$text['label-call_group']['uk-ua'] = "";
@ -1101,6 +1169,7 @@ $text['label-bypass_media_after_bridge']['nl-nl'] = "";
$text['label-bypass_media_after_bridge']['pl-pl'] = "Obejście strumienia głosu po BRIDGE";
$text['label-bypass_media_after_bridge']['pt-br'] = "Ponte de midia Bypass";
$text['label-bypass_media_after_bridge']['pt-pt'] = "Depois de Ponte de mídia Bypass";
$text['label-bypass_media_after_bridge']['ro-ro'] = "";
$text['label-bypass_media_after_bridge']['ru-ru'] = "Bypass Media After Bridge";
$text['label-bypass_media_after_bridge']['sv-se'] = "Bypass Media After Bridge";
$text['label-bypass_media_after_bridge']['uk-ua'] = "";
@ -1117,6 +1186,7 @@ $text['label-bypass_media']['nl-nl'] = "";
$text['label-bypass_media']['pl-pl'] = "Obejście strumienia głosu";
$text['label-bypass_media']['pt-br'] = "Media Bypass";
$text['label-bypass_media']['pt-pt'] = "Fazer Bypass à media";
$text['label-bypass_media']['ro-ro'] = "";
$text['label-bypass_media']['ru-ru'] = "Обходной носитель";
$text['label-bypass_media']['sv-se'] = "Bypass Media";
$text['label-bypass_media']['uk-ua'] = "";
@ -1133,6 +1203,7 @@ $text['label-billing_warning']['nl-nl'] = "";
$text['label-billing_warning']['pl-pl'] = "Billing został zainstalowany. Konto musi być doładowane aby tworzyć numery wewnętrzne";
$text['label-billing_warning']['pt-br'] = "Para instalar o pacote por favor, necessário saldo minimo para criar extensões.";
$text['label-billing_warning']['pt-pt'] = "A coleção é instalado, por favor, note que você precisa saldo suficiente para criar extensões.";
$text['label-billing_warning']['ro-ro'] = "";
$text['label-billing_warning']['ru-ru'] = "Установлена оплата, обратите внимание, что вам нужно иметь достаточный баланс для создания Внутренних Номеров.";
$text['label-billing_warning']['sv-se'] = "Fakturerings program är installerat, tänk på att du måste ha rätt balans för att kunna skapa anknytningar.";
$text['label-billing_warning']['uk-ua'] = "";
@ -1149,6 +1220,7 @@ $text['label-auth_acl']['nl-nl'] = "";
$text['label-auth_acl']['pl-pl'] = "Lista kontroli dostępu (ACL)";
$text['label-auth_acl']['pt-br'] = "Atualização ACL";
$text['label-auth_acl']['pt-pt'] = "Autorização ACL";
$text['label-auth_acl']['ro-ro'] = "";
$text['label-auth_acl']['ru-ru'] = "Список контроля доступа ACL";
$text['label-auth_acl']['sv-se'] = "Auth ACL";
$text['label-auth_acl']['uk-ua'] = "";
@ -1165,6 +1237,7 @@ $text['label-accountcode']['nl-nl'] = "";
$text['label-accountcode']['pl-pl'] = "Numer konta billingowego";
$text['label-accountcode']['pt-br'] = "Código da conta";
$text['label-accountcode']['pt-pt'] = "Código de Conta";
$text['label-accountcode']['ro-ro'] = "";
$text['label-accountcode']['ru-ru'] = "Код Учетной Записи";
$text['label-accountcode']['sv-se'] = "Kontokod";
$text['label-accountcode']['uk-ua'] = "";
@ -1181,8 +1254,9 @@ $text['label-is_registered']['nl-nl'] = "";
$text['label-is_registered']['pl-pl'] = "";
$text['label-is_registered']['pt-br'] = "";
$text['label-is_registered']['pt-pt'] = "";
$text['label-is_registered']['ro-ro'] = "";
$text['label-is_registered']['ru-ru'] = "Зарегистрировано";
$text['label-is_registered']['sv-se'] = "";
$text['label-is_registered']['sv-se'] = "Registrerad";
$text['label-is_registered']['uk-ua'] = "";
$text['header-extensions']['en-us'] = "Extensions";
@ -1197,6 +1271,7 @@ $text['header-extensions']['nl-nl'] = "";
$text['header-extensions']['pl-pl'] = "Numery wewnętrzne";
$text['header-extensions']['pt-br'] = "Extensões";
$text['header-extensions']['pt-pt'] = "Extensões";
$text['header-extensions']['ro-ro'] = "";
$text['header-extensions']['ru-ru'] = "Внутренние Номера";
$text['header-extensions']['sv-se'] = "Anknytningar";
$text['header-extensions']['uk-ua'] = "Розширення";
@ -1213,6 +1288,7 @@ $text['header-extension-edit']['nl-nl'] = "";
$text['header-extension-edit']['pl-pl'] = "Numer wewnętrzny";
$text['header-extension-edit']['pt-br'] = "Extensão";
$text['header-extension-edit']['pt-pt'] = "Extensão";
$text['header-extension-edit']['ro-ro'] = "";
$text['header-extension-edit']['ru-ru'] = "Внутренний Номер";
$text['header-extension-edit']['sv-se'] = "Anknytning";
$text['header-extension-edit']['uk-ua'] = "Розширення";
@ -1229,6 +1305,7 @@ $text['header-extension-add']['nl-nl'] = "";
$text['header-extension-add']['pl-pl'] = "Dodaj numer wewnętrzny";
$text['header-extension-add']['pt-br'] = "Adiicionar extensão";
$text['header-extension-add']['pt-pt'] = "Adicionar Extensão";
$text['header-extension-add']['ro-ro'] = "";
$text['header-extension-add']['ru-ru'] = "Добавить Внутренний Номер";
$text['header-extension-add']['sv-se'] = "Lägg Till Anknytning";
$text['header-extension-add']['uk-ua'] = "Додавання розширення";
@ -1245,6 +1322,7 @@ $text['description-voicemail_password']['nl-nl'] = "";
$text['description-voicemail_password']['pl-pl'] = "Dodaj numeryczne hasło poczty głosowej ";
$text['description-voicemail_password']['pt-br'] = "Introduza uma senha númerica para o correio de voz aqui";
$text['description-voicemail_password']['pt-pt'] = "Introduza uma password numérica para o correio de voz aqui.";
$text['description-voicemail_password']['ro-ro'] = "";
$text['description-voicemail_password']['ru-ru'] = "Введите номер Голосовой Почты и Пароль к ней.";
$text['description-voicemail_password']['sv-se'] = "Ange det numeriska röstbrevlåde-lösenordet här.";
$text['description-voicemail_password']['uk-ua'] = "";
@ -1261,6 +1339,7 @@ $text['description-voicemail_mail_to']['nl-nl'] = "";
$text['description-voicemail_mail_to']['pl-pl'] = "Dodaj adres email na który będą wysyłane pliki poczty głosowej";
$text['description-voicemail_mail_to']['pt-br'] = "Insira o endereço de email para enviar o correio de voz (opcional)";
$text['description-voicemail_mail_to']['pt-pt'] = "Introduza o endereço de email para enviar o correio de voz (opcional).";
$text['description-voicemail_mail_to']['ro-ro'] = "";
$text['description-voicemail_mail_to']['ru-ru'] = "Введите адрес электронной почты, чтобы отправить голосовую почту (опционально).";
$text['description-voicemail_mail_to']['sv-se'] = "Ange E-post adressen för röstbrevlådan (valfritt).";
$text['description-voicemail_mail_to']['uk-ua'] = "";
@ -1277,6 +1356,7 @@ $text['description-voicemail_local_after_email']['nl-nl'] = "";
$text['description-voicemail_local_after_email']['pl-pl'] = "Wybierz czy zachować plik poczty głosowej na dysku po wysłaniu go e-mailem.";
$text['description-voicemail_local_after_email']['pt-br'] = "Selecione de desjea manter o correio de voz no sistema, após o envio de notificações de e-mail";
$text['description-voicemail_local_after_email']['pt-pt'] = "Escolha se quer manter o correio de voz no sistema após o envio da notificação de e-mail.";
$text['description-voicemail_local_after_email']['ro-ro'] = "";
$text['description-voicemail_local_after_email']['ru-ru'] = "Выберите, следует ли сохранять голосовую почту в системе, после отправки сообщения по электронной почте.";
$text['description-voicemail_local_after_email']['sv-se'] = "Välj om du vill behålla röstmeddelande i systemet efter att e-postmeddelandet skickats.";
$text['description-voicemail_local_after_email']['uk-ua'] = "";
@ -1293,6 +1373,7 @@ $text['description-voicemail_file']['nl-nl'] = "";
$text['description-voicemail_file']['pl-pl'] = "Wybierz opcje odsłuchania poczty głosowej w wysłanym e-mailu.";
$text['description-voicemail_file']['pt-br'] = "Selecione dentre as opções qual áudio deseja incluir a notificação de e-mail";
$text['description-voicemail_file']['pt-pt'] = "Escolha qual opção de escuta para incluir com a notificação de e-mail.";
$text['description-voicemail_file']['ro-ro'] = "";
$text['description-voicemail_file']['ru-ru'] = "Выберите вариант прослушивания, который нужно включить в сообщение отправленное по электронной почте.";
$text['description-voicemail_file']['sv-se'] = "Välj ett alternativ för avlyssning i e-postmeddelandet.";
$text['description-voicemail_file']['uk-ua'] = "";
@ -1309,6 +1390,7 @@ $text['description-voicemail_enabled']['nl-nl'] = "";
$text['description-voicemail_enabled']['pl-pl'] = "Włącz/wyłącz pocztę głosowa.";
$text['description-voicemail_enabled']['pt-br'] = "Habilitar/Desabilitar o correio de voz para esta extensão";
$text['description-voicemail_enabled']['pt-pt'] = "Habilitar/Desabilitar o correio de voz para esta extensão.";
$text['description-voicemail_enabled']['ro-ro'] = "";
$text['description-voicemail_enabled']['ru-ru'] = "Включиь / Выключить Голосовую Почту для Внутреннего Номера.";
$text['description-voicemail_enabled']['sv-se'] = "Aktivera/Inaktivera röstbrevlåda för denna anknytning.";
$text['description-voicemail_enabled']['uk-ua'] = "";
@ -1325,6 +1407,7 @@ $text['description-user_record']['nl-nl'] = "";
$text['description-user_record']['pl-pl'] = "Włącz/wyłącz nagrywanie rozmów (lokalne, przychodzące, wychodzące, wszystkie)";
$text['description-user_record']['pt-br'] = "Selecione inbound, outbound para gravar todas as chamadas";
$text['description-user_record']['pt-pt'] = "Selecione inbound, outbound ou para gravar todas as chamadas.";
$text['description-user_record']['ro-ro'] = "";
$text['description-user_record']['ru-ru'] = "Укажите, следует ли записывать локальные, входящие, исходящие или все.";
$text['description-user_record']['sv-se'] = "Välj om lokala, inkommande, utgående eller alla samtal skall spelas in.";
$text['description-user_record']['uk-ua'] = "";
@ -1341,6 +1424,7 @@ $text['description-user_list']['nl-nl'] = "";
$text['description-user_list']['pl-pl'] = "Przypisz użytkowników do tego numeru wewnętrznego";
$text['description-user_list']['pt-br'] = "Atribua os utilizadores que estão associados a essa extensão";
$text['description-user_list']['pt-pt'] = "Atribuir os utilizadores que estão associados a esta extensão.";
$text['description-user_list']['ro-ro'] = "";
$text['description-user_list']['ru-ru'] = "Назначьте пользователей, данному Внутреннему Номеру. ";
$text['description-user_list']['sv-se'] = "Tilldela användare till denna anknytning.";
$text['description-user_list']['uk-ua'] = "";
@ -1357,6 +1441,7 @@ $text['description-user_context']['nl-nl'] = "";
$text['description-user_context']['pl-pl'] = "Wpisz kontekst użytkownika.";
$text['description-user_context']['pt-br'] = "Insira o contexto do utilizador aqui";
$text['description-user_context']['pt-pt'] = "Introduza o contexto do utilizador aqui.";
$text['description-user_context']['ro-ro'] = "";
$text['description-user_context']['ru-ru'] = "Введите контекст для данного Пользователя.";
$text['description-user_context']['sv-se'] = "Ange 'user context' här.";
$text['description-user_context']['uk-ua'] = "";
@ -1373,6 +1458,7 @@ $text['description-toll_allow']['nl-nl'] = "";
$text['description-toll_allow']['pl-pl'] = "Wpisz wartość drogich/szczegółowych połączeń.";
$text['description-toll_allow']['pt-br'] = "Insira as permissões aqui. (Exemplos: Internacional, Local)";
$text['description-toll_allow']['pt-pt'] = "Introduza as permissões aqui. (Exemplos: internacional, local)";
$text['description-toll_allow']['ro-ro'] = "";
$text['description-toll_allow']['ru-ru'] = "Введите здесь доступные значения. (Примеры: domestic,international,local)";
$text['description-toll_allow']['sv-se'] = "Ange 'toll allow' värde här. (Exempel: domestic,international,local)";
$text['description-toll_allow']['uk-ua'] = "";
@ -1389,6 +1475,7 @@ $text['description-sip_force_expires']['nl-nl'] = "";
$text['description-sip_force_expires']['pl-pl'] = "Aby zapobiec zastałym rejestracjom włącz SIP 'Force expires'. Nagłówek 'Expires' zostanie nadpisany.";
$text['description-sip_force_expires']['pt-br'] = "Selecione para forçar o registro do SIP";
$text['description-sip_force_expires']['pt-pt'] = "Para prevenir registos SIP 'agarrados', o forçar do tempo de expiração pode sobrepor-se ao tempo de expiração do cliente.";
$text['description-sip_force_expires']['ro-ro'] = "";
$text['description-sip_force_expires']['ru-ru'] = "Чтобы предотвратить частую регистрацию, срок действия SIP Force может отменять истечение срока действия клиента.";
$text['description-sip_force_expires']['sv-se'] = "För att förhindra inaktuella registreringar ”SIP Force expires” kan åsidosätta ”klient expire”.";
$text['description-sip_force_expires']['uk-ua'] = "";
@ -1405,6 +1492,7 @@ $text['description-sip_force_contact']['nl-nl'] = "";
$text['description-sip_force_contact']['pl-pl'] = "Wybierz, czy nadpisać SIP „Contact Port” lub nadpisać zarówno SIP „Contact IP” oraz SIP „Port”.";
$text['description-sip_force_contact']['pt-br'] = "Selecione de pretende forçar sobreescrever o endereço IP e porta";
$text['description-sip_force_contact']['pt-pt'] = "Escolha se pretende reescrever o porto do contacto ou reescrever o endereço IP e o porto.";
$text['description-sip_force_contact']['ro-ro'] = "";
$text['description-sip_force_contact']['ru-ru'] = "Выберите, следует ли перезаписывать контактный порт или переписать IP-адрес и порт для связи.";
$text['description-sip_force_contact']['sv-se'] = "Välj om 'contact port' skall skrivas om eller om både 'contact IP och Port' skall skrivas om.";
$text['description-sip_force_contact']['uk-ua'] = "";
@ -1421,6 +1509,7 @@ $text['description-sip_bypass_media']['nl-nl'] = "";
$text['description-sip_bypass_media']['pl-pl'] = "Wybierz, czy wysłać strumień głosu bezpośrednio miedzy urządzeniami SIP lub w trybie transparent proxy";
$text['description-sip_bypass_media']['pt-br'] = "Selecione caso deseja enviar via stream ponto a ponto ou via proxy em modo invisivel";
$text['description-sip_bypass_media']['pt-pt'] = "Escolha se pretende enviar a stream de media ponto a ponto ou via proxy em modo transparente.";
$text['description-sip_bypass_media']['ro-ro'] = "";
$text['description-sip_bypass_media']['ru-ru'] = "Выберите режим передачи потока (точка-точка) или через прозрачный прокси-сервер.";
$text['description-sip_bypass_media']['sv-se'] = "Välj om media strömmen skall skickas 'point to point' eller i 'ransparent proxy mode'.";
$text['description-sip_bypass_media']['uk-ua'] = "";
@ -1437,6 +1526,7 @@ $text['description-range']['nl-nl'] = "";
$text['description-range']['pl-pl'] = "Wpisz liczbę numerów wewnętrznych do stworzenia. Przyrost o wartość 1.";
$text['description-range']['pt-br'] = "Insira o número de extensões para criar. Insira 1 a cada extensão";
$text['description-range']['pt-pt'] = "Introduza o número de extensões a criar. Incrementa 1 a cada extensão.";
$text['description-range']['ro-ro'] = "";
$text['description-range']['ru-ru'] = "Введите число создаваемых Внутренних Номеров. Увеличивает каждый Внутренний Номер на 1.";
$text['description-range']['sv-se'] = "Ange hur många anknytningar som skall skapas. Adderar 1 på varje anknytning.";
$text['description-range']['uk-ua'] = "";
@ -1453,6 +1543,7 @@ $text['description-provisioning']['nl-nl'] = "";
$text['description-provisioning']['pl-pl'] = "Wybierz urządzenie oraz numer linii, które mają zostać przypisane do tego numeru wewnętrznego.";
$text['description-provisioning']['pt-br'] = "Escolha um dispositivo e um número para atribuir a esta extensão";
$text['description-provisioning']['pt-pt'] = "Escolha um dispositivo e um número para atribuir a esta extensão.";
$text['description-provisioning']['ro-ro'] = "";
$text['description-provisioning']['ru-ru'] = "Выберите устройство и номер линии, которые будут назначены этому Внутреннего Номера.";
$text['description-provisioning']['sv-se'] = "Välj en enhet och linje nummer att tilldela till denna anknytning.";
$text['description-provisioning']['uk-ua'] = "";
@ -1469,6 +1560,7 @@ $text['description-password']['nl-nl'] = "";
$text['description-password']['pl-pl'] = "Wpisz hasło";
$text['description-password']['pt-br'] = "Introduza a senha";
$text['description-password']['pt-pt'] = "Introduza a password aqui.";
$text['description-password']['ro-ro'] = "";
$text['description-password']['ru-ru'] = "Введите Пароль.";
$text['description-password']['sv-se'] = "Fyll i lösenord.";
$text['description-password']['uk-ua'] = "";
@ -1485,6 +1577,7 @@ $text['description-outbound_caller_id_number-select']['nl-nl'] = "";
$text['description-outbound_caller_id_number-select']['pl-pl'] = "Wybierz numer prezentowany w rozmowach wychodzących (na zewnątrz systemu)";
$text['description-outbound_caller_id_number-select']['pt-br'] = "Escolha o número externo (público) do discador";
$text['description-outbound_caller_id_number-select']['pt-pt'] = "Escolha o número externo (público) do chamador.";
$text['description-outbound_caller_id_number-select']['ro-ro'] = "";
$text['description-outbound_caller_id_number-select']['ru-ru'] = "Выберите внешний (публичный) caller ID номер.";
$text['description-outbound_caller_id_number-select']['sv-se'] = "Välj det externa (publikt) nummervisningen här.";
$text['description-outbound_caller_id_number-select']['uk-ua'] = "";
@ -1501,6 +1594,7 @@ $text['description-outbound_caller_id_number-custom']['nl-nl'] = "";
$text['description-outbound_caller_id_number-custom']['pl-pl'] = "Wpisz numer prezentowany w rozmowach wychodzących (na zewnątrz systemu)";
$text['description-outbound_caller_id_number-custom']['pt-br'] = "Insira o número externo (público) do discador aqui";
$text['description-outbound_caller_id_number-custom']['pt-pt'] = "Introduza o número externo (público) do chamador aqui.";
$text['description-outbound_caller_id_number-custom']['ro-ro'] = "";
$text['description-outbound_caller_id_number-custom']['ru-ru'] = "Введите внешний (публичный) caller ID номер.";
$text['description-outbound_caller_id_number-custom']['sv-se'] = "Ange det externa (publikt) nummervisningen här.";
$text['description-outbound_caller_id_number-custom']['uk-ua'] = "";
@ -1517,6 +1611,7 @@ $text['description-outbound_caller_id_name-select']['nl-nl'] = "";
$text['description-outbound_caller_id_name-select']['pl-pl'] = "Wybierz nazwę prezentowaną w rozmowach wychodzących (na zewnątrz systemu)";
$text['description-outbound_caller_id_name-select']['pt-br'] = "Escolha o nome externo (público) do discador";
$text['description-outbound_caller_id_name-select']['pt-pt'] = "Escolha o nome externo (público) do chamador.";
$text['description-outbound_caller_id_name-select']['ro-ro'] = "";
$text['description-outbound_caller_id_name-select']['ru-ru'] = "Выберите внешнее (публичное) caller ID Имя.";
$text['description-outbound_caller_id_name-select']['sv-se'] = "Välj det externa (publikt) namnvisningen här.";
$text['description-outbound_caller_id_name-select']['uk-ua'] = "";
@ -1533,6 +1628,7 @@ $text['description-outbound_caller_id_name-custom']['nl-nl'] = "";
$text['description-outbound_caller_id_name-custom']['pl-pl'] = "Wpisz nazwę prezentowaną w rozmowach wychodzących (na zewnątrz systemu)";
$text['description-outbound_caller_id_name-custom']['pt-br'] = "Insira o nome externo (público) do discador aqui";
$text['description-outbound_caller_id_name-custom']['pt-pt'] = "Introduza o nome externo (público) do chamador aqui.";
$text['description-outbound_caller_id_name-custom']['ro-ro'] = "";
$text['description-outbound_caller_id_name-custom']['ru-ru'] = "Введите внешнее (публичное) caller ID Имя.";
$text['description-outbound_caller_id_name-custom']['sv-se'] = "Ange det externa (publikt) namnvisningen här.";
$text['description-outbound_caller_id_name-custom']['uk-ua'] = "";
@ -1549,6 +1645,7 @@ $text['description-number_alias']['nl-nl'] = "";
$text['description-number_alias']['pl-pl'] = "Jeżeli numer wewnętrzny jest numeryczny alias jest opcjonalny.";
$text['description-number_alias']['pt-br'] = "Se a extensão é um número descreve aqui (Opcional)";
$text['description-number_alias']['pt-pt'] = "Se a extensão é numérica o alias é opcional.";
$text['description-number_alias']['ro-ro'] = "";
$text['description-number_alias']['ru-ru'] = "Добавочный номер. Дополнительно, если абонент находится в цифровом формате.";
$text['description-number_alias']['sv-se'] = "Om anknytningen är numerisk då är nummer alias valfritt.";
$text['description-number_alias']['uk-ua'] = "";
@ -1565,6 +1662,7 @@ $text['description-nibble_account']['nl-nl'] = "";
$text['description-nibble_account']['pl-pl'] = "Wpisz numer konta Nibblebill.";
$text['description-nibble_account']['pt-br'] = "Insira o número de conta nibblebill";
$text['description-nibble_account']['pt-pt'] = "Introduza o número de conta nibblebill.";
$text['description-nibble_account']['ro-ro'] = "";
$text['description-nibble_account']['ru-ru'] = "Введите номер учетной записи для использования nibblebill.";
$text['description-nibble_account']['sv-se'] = "Ange konto nummer för 'nibblebill' som skall användas.";
$text['description-nibble_account']['uk-ua'] = "";
@ -1581,6 +1679,7 @@ $text['description-mwi_account']['nl-nl'] = "";
$text['description-mwi_account']['pl-pl'] = "Konto powiadomienia oczekującej uzytkownik@domena moitorowanej poczty głosowej";
$text['description-mwi_account']['pt-br'] = "Conta MWI com utilizador@dominio do correio de voz";
$text['description-mwi_account']['pt-pt'] = "Conta MWI com utilizador@domínio do correio de voz a monitorizar.";
$text['description-mwi_account']['ro-ro'] = "";
$text['description-mwi_account']['ru-ru'] = "MWI Учетная Запись user@domain для мониторинга Голосовой Почты.";
$text['description-mwi_account']['sv-se'] = "MWI konto med user@domain för den röstbrevlåda som skall monitoreras.";
$text['description-mwi_account']['uk-ua'] = "";
@ -1597,8 +1696,9 @@ $text['description-absolute_codec_string']['nl-nl'] = "";
$text['description-absolute_codec_string']['pl-pl'] = "";
$text['description-absolute_codec_string']['pt-br'] = "";
$text['description-absolute_codec_string']['pt-pt'] = "";
$text['description-absolute_codec_string']['ro-ro'] = "";
$text['description-absolute_codec_string']['ru-ru'] = "Последовательность выбора кодеков для Внутреннего Номера";
$text['description-absolute_codec_string']['sv-se'] = "";
$text['description-absolute_codec_string']['sv-se'] = "Absolut Codec String för anknytningen";
$text['description-absolute_codec_string']['uk-ua'] = "";
$text['description-force_ping']['en-us'] = "Use OPTIONS to detect if extension is reacheable";
@ -1613,8 +1713,9 @@ $text['description-force_ping']['nl-nl'] = "";
$text['description-force_ping']['pl-pl'] = "";
$text['description-force_ping']['pt-br'] = "";
$text['description-force_ping']['pt-pt'] = "";
$text['description-force_ping']['ro-ro'] = "";
$text['description-force_ping']['ru-ru'] = "Использовать OPTIONS, чтобы определить доступность Внутреннего Номера";
$text['description-force_ping']['sv-se'] = "";
$text['description-force_ping']['sv-se'] = "Använd OPTIONS för att avgöra om anknytningen är nåbar";
$text['description-force_ping']['uk-ua'] = "";
$text['description-missed_call']['en-us'] = "Select the notification type, and enter the appropriate destination.";
@ -1629,6 +1730,7 @@ $text['description-missed_call']['nl-nl'] = "";
$text['description-missed_call']['pl-pl'] = "Wybierz typ powiadomienia, i wpisz odpowiednie miejsce przeznaczenia.";
$text['description-missed_call']['pt-br'] = "Selecione o tipo de notificação e digite o destino apropriado.";
$text['description-missed_call']['pt-pt'] = "Selecione o tipo de notificação e digite o destino apropriado.";
$text['description-missed_call']['ro-ro'] = "";
$text['description-missed_call']['ru-ru'] = "Выберите тип уведомления и введите соответствующий пункт назначения.";
$text['description-missed_call']['sv-se'] = "Välj typ anmälan, och ange lämplig destination.";
$text['description-missed_call']['uk-ua'] = "Виберіть тип повідомлення, і ввести відповідний пункт призначення.";
@ -1645,6 +1747,7 @@ $text['description-limit_max']['nl-nl'] = "";
$text['description-limit_max']['pl-pl'] = "Wpisz maksymalną dozwoloną ilość rozmów wychodzących z tego numeru wew.";
$text['description-limit_max']['pt-br'] = "Insira o número máximo de chamadas de saída para este usuário";
$text['description-limit_max']['pt-pt'] = "Introduza o número máximo de chamadas de saída para este utilizador.";
$text['description-limit_max']['ro-ro'] = "";
$text['description-limit_max']['ru-ru'] = "Введите максимальное количество исходящих вызовов для этого пользователя.";
$text['description-limit_max']['sv-se'] = "Ange max antal utgående samtal för denna anknytning.";
$text['description-limit_max']['uk-ua'] = "";
@ -1661,6 +1764,7 @@ $text['description-limit_destination']['nl-nl'] = "";
$text['description-limit_destination']['pl-pl'] = "Wprowadź destynację rozmowy w przypadku osiągnięcia maksymalnej liczby połączeń wychodzących.";
$text['description-limit_destination']['pt-br'] = "Insira o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido";
$text['description-limit_destination']['pt-pt'] = "Introduza o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido.";
$text['description-limit_destination']['ro-ro'] = "";
$text['description-limit_destination']['ru-ru'] = "Введите получателя для отправки вызовов, когда достигнуто максимальное количество исходящих вызовов.";
$text['description-limit_destination']['sv-se'] = "Ange destination dit samtal skickas när max antal utgående samtals gränsen har nåtts.";
$text['description-limit_destination']['uk-ua'] = "";
@ -1677,6 +1781,7 @@ $text['description-hold_music']['nl-nl'] = "";
$text['description-hold_music']['pl-pl'] = "Wybierz kategorie muzyki na czekanie.";
$text['description-hold_music']['pt-br'] = "Escolha a categoria MOH da música.";
$text['description-hold_music']['pt-pt'] = "Escolha a categoria MOH da música aqui.";
$text['description-hold_music']['ro-ro'] = "";
$text['description-hold_music']['ru-ru'] = "Выберите мелодию Музыки на Ожидании (MOH).";
$text['description-hold_music']['sv-se'] = "Välj MOH Kategori här.";
$text['description-hold_music']['uk-ua'] = "";
@ -1693,6 +1798,7 @@ $text['description-extensions']['nl-nl'] = "";
$text['description-extensions']['pl-pl'] = "Konfiguracja numerów wewnętrznych.";
$text['description-extensions']['pt-br'] = "Utilize para configurar as suas extensões SIP";
$text['description-extensions']['pt-pt'] = "Utilize isto para configurar as suas extensões SIP";
$text['description-extensions']['ro-ro'] = "";
$text['description-extensions']['ru-ru'] = "Используйте это для настройки Внутренних Номеров SIP.";
$text['description-extensions']['sv-se'] = "Använd detta för att konfigurera dina SIP anknytningar.";
$text['description-extensions']['uk-ua'] = "";
@ -1709,6 +1815,7 @@ $text['description-extension']['nl-nl'] = "";
$text['description-extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne ";
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
$text['description-extension']['pt-pt'] = "Introduza uma extensão alfanumérica. A configuração por omissão prmite extensões de 2 - 7 dígitos.";
$text['description-extension']['ro-ro'] = "";
$text['description-extension']['ru-ru'] = "Введите буквенно-цифровой Внутренний Номер. Конфигурация по умолчанию позволяет 2-7-значные Внутренние Номера.";
$text['description-extension']['sv-se'] = "Tilldela anknytning och linje nummer till enheten.";
$text['description-extension']['uk-ua'] = "";
@ -1725,6 +1832,7 @@ $text['description-enabled']['nl-nl'] = "";
$text['description-enabled']['pl-pl'] = "Ustaw status numeru wewnętrznego.";
$text['description-enabled']['pt-br'] = "Escolha o estado desta definição";
$text['description-enabled']['pt-pt'] = "Defina o estado da extensão.";
$text['description-enabled']['ro-ro'] = "";
$text['description-enabled']['ru-ru'] = "Установите статус Внутреннего Номера.";
$text['description-enabled']['sv-se'] = "Välj status på denna standardinställning.";
$text['description-enabled']['uk-ua'] = "";
@ -1741,6 +1849,7 @@ $text['description-emergency_caller_id_number']['nl-nl'] = "";
$text['description-emergency_caller_id_number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (emergency)";
$text['description-emergency_caller_id_number']['pt-br'] = "Insira o número de emergência do discador";
$text['description-emergency_caller_id_number']['pt-pt'] = "Introduza o número de emergência do chamador aqui.";
$text['description-emergency_caller_id_number']['ro-ro'] = "";
$text['description-emergency_caller_id_number']['ru-ru'] = "Введите идентификтор (caller ID) номера при экстренном вызове.";
$text['description-emergency_caller_id_number']['sv-se'] = "Ange nummer som skall visas vid nödsamtal.";
$text['description-emergency_caller_id_number']['uk-ua'] = "";
@ -1757,6 +1866,7 @@ $text['description-emergency_caller_id_name']['nl-nl'] = "";
$text['description-emergency_caller_id_name']['pl-pl'] = "Wprowadź prezentację nazwy dzwoniącego (emergency)";
$text['description-emergency_caller_id_name']['pt-br'] = "Insira o nome de emergência do discador";
$text['description-emergency_caller_id_name']['pt-pt'] = "Introduza o nome de emergência do chamador aqui.";
$text['description-emergency_caller_id_name']['ro-ro'] = "";
$text['description-emergency_caller_id_name']['ru-ru'] = "Введите идентификтор (caller ID) Имени при экстренном вызове.";
$text['description-emergency_caller_id_name']['sv-se'] = "Ange namn som skall visas vid nödsamtal.";
$text['description-emergency_caller_id_name']['uk-ua'] = "";
@ -1773,6 +1883,7 @@ $text['description-effective_caller_id_number']['nl-nl'] = "";
$text['description-effective_caller_id_number']['pl-pl'] = "Wprowadź prezentację numeru dzwoniącego (rozmowy wew)";
$text['description-effective_caller_id_number']['pt-br'] = "Insira o número interno do discador";
$text['description-effective_caller_id_number']['pt-pt'] = "Introduza o número interno do chamador aqui.";
$text['description-effective_caller_id_number']['ro-ro'] = "";
$text['description-effective_caller_id_number']['ru-ru'] = "Введите внутренний идентификатор (caller ID) номера.";
$text['description-effective_caller_id_number']['sv-se'] = "Ange numret som skall visas internt.";
$text['description-effective_caller_id_number']['uk-ua'] = "";
@ -1789,26 +1900,11 @@ $text['description-effective_caller_id_name']['nl-nl'] = "";
$text['description-effective_caller_id_name']['pl-pl'] = "Wprowadź prezentację nazwy dzwoniącego (rozmowy wew)";
$text['description-effective_caller_id_name']['pt-br'] = "Insira o nome interno do discador";
$text['description-effective_caller_id_name']['pt-pt'] = "Introduza o nome interno do chamador aqui.";
$text['description-effective_caller_id_name']['ro-ro'] = "";
$text['description-effective_caller_id_name']['ru-ru'] = "Введите внутренний идентификатор (caller ID) Имени.";
$text['description-effective_caller_id_name']['sv-se'] = "Ange namn som skall visas internt.";
$text['description-effective_caller_id_name']['uk-ua'] = "";
$text['description-domain']['en-us'] = "";
$text['description-domain']['ar-eg'] = "";
$text['description-domain']['de-at'] = "";
$text['description-domain']['de-de'] = "";
$text['description-domain']['es-cl'] = "";
$text['description-domain']['fr-fr'] = "";
$text['description-domain']['he-il'] = "";
$text['description-domain']['it-it'] = "";
$text['description-domain']['nl-nl'] = "";
$text['description-domain']['pl-pl'] = "";
$text['description-domain']['pt-br'] = "";
$text['description-domain']['pt-pt'] = "";
$text['description-domain']['ru-ru'] = "";
$text['description-domain']['sv-se'] = "";
$text['description-domain']['uk-ua'] = "";
$text['description-directory_visible']['en-us'] = "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.";
@ -1821,8 +1917,9 @@ $text['description-directory_visible']['nl-nl'] = "";
$text['description-directory_visible']['pl-pl'] = "Wybierz czy ukryć imię i nazwisko w książce telefonicznej.";
$text['description-directory_visible']['pt-br'] = "Escolha se deseja ou não ocultar o nome do diretório";
$text['description-directory_visible']['pt-pt'] = "Escolha se deseja ou não ocultar o nome do directório.";
$text['description-directory_visible']['ro-ro'] = "";
$text['description-directory_visible']['ru-ru'] = "Выберите, следует ли скрыть имя каталога.";
$text['description-directory_visible']['sv-se'] = "Välj om namn skall gömas i katalogen.";
$text['description-directory_visible']['sv-se'] = "Välj om namnet inte skall visas i katalogen.";
$text['description-directory_visible']['uk-ua'] = "";
$text['description-directory_full_name']['en-us'] = "Enter the first name followed by the last name.";
@ -1837,6 +1934,7 @@ $text['description-directory_full_name']['nl-nl'] = "";
$text['description-directory_full_name']['pl-pl'] = "Wprowadź imię i nazwisko";
$text['description-directory_full_name']['pt-br'] = "Insira o primeiro nome seguido do ultimo.";
$text['description-directory_full_name']['pt-pt'] = "Introduza o primeiro nome seguido do último.";
$text['description-directory_full_name']['ro-ro'] = "";
$text['description-directory_full_name']['ru-ru'] = "Введите имя и фамилию.";
$text['description-directory_full_name']['sv-se'] = "Ange förnamn följt av efternamn.";
$text['description-directory_full_name']['uk-ua'] = "";
@ -1853,6 +1951,7 @@ $text['description-directory_exten_visible']['nl-nl'] = "";
$text['description-directory_exten_visible']['pl-pl'] = "Wybierz, czy ogłosić numer wewnętrzny podczas wyszukiwania w książce telefonicznej";
$text['description-directory_exten_visible']['pt-br'] = "Escolha se deseja anunciar a extensão no diretório";
$text['description-directory_exten_visible']['pt-pt'] = "Escolha se deseja anunciar a extensão no directório.";
$text['description-directory_exten_visible']['ro-ro'] = "";
$text['description-directory_exten_visible']['ru-ru'] = "Выберите, следует ли отображать Внутренний Номер в каталоге.";
$text['description-directory_exten_visible']['sv-se'] = "Välj om anknytningen skall anges när katalogen rings upp.";
$text['description-directory_exten_visible']['uk-ua'] = "";
@ -1869,6 +1968,7 @@ $text['description-dial_string']['nl-nl'] = "";
$text['description-dial_string']['pl-pl'] = "Lokalizacja klienta SIP";
$text['description-dial_string']['pt-br'] = "Lolicação do ponto final";
$text['description-dial_string']['pt-pt'] = "Localização do endpoint.";
$text['description-dial_string']['ro-ro'] = "";
$text['description-dial_string']['ru-ru'] = "Местоположение конечной точки.";
$text['description-dial_string']['sv-se'] = "Plats för enheten.";
$text['description-dial_string']['uk-ua'] = "";
@ -1885,6 +1985,7 @@ $text['description-cidr']['nl-nl'] = "";
$text['description-cidr']['pl-pl'] = "Wpisz CIDR";
$text['description-cidr']['pt-br'] = "Insira o CIDR ";
$text['description-cidr']['pt-pt'] = "Introduza o CIDR aqui.";
$text['description-cidr']['ro-ro'] = "";
$text['description-cidr']['ru-ru'] = "Введите IP-адрес (например, 1.2.3.4/32).";
$text['description-cidr']['sv-se'] = "Ange CIDR här.";
$text['description-cidr']['uk-ua'] = "";
@ -1901,6 +2002,7 @@ $text['description-call_timeout']['nl-nl'] = "";
$text['description-call_timeout']['pl-pl'] = "Wpisz limit czasu rozmowy";
$text['description-call_timeout']['pt-br'] = "Insira o tempo final da chamada";
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
$text['description-call_timeout']['ro-ro'] = "";
$text['description-call_timeout']['ru-ru'] = "Введите время ожидания вызова";
$text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
$text['description-call_timeout']['uk-ua'] = "";
@ -1917,8 +2019,9 @@ $text['description-call_screen_enabled']['nl-nl'] = "";
$text['description-call_screen_enabled']['pl-pl'] = "";
$text['description-call_screen_enabled']['pt-br'] = "";
$text['description-call_screen_enabled']['pt-pt'] = "";
$text['description-call_screen_enabled']['ro-ro'] = "";
$text['description-call_screen_enabled']['ru-ru'] = "Укажите, следует ли включать или отключать проверку вызовов.";
$text['description-call_screen_enabled']['sv-se'] = "";
$text['description-call_screen_enabled']['sv-se'] = "Välj om du vill aktivera eller inaktivera call screening.";
$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.";
@ -1933,6 +2036,7 @@ $text['description-call_group']['nl-nl'] = "";
$text['description-call_group']['pl-pl'] = "Tutaj wprowadź grupę rozmówców użytkownika. Dostępne są następujące Grupy domyślne: sprzedaż, wsparcie, billing.";
$text['description-call_group']['pt-br'] = "Insira o grupo a associar ao usuário, Grupos disponiveis: vendas, suporte, financeiro";
$text['description-call_group']['pt-pt'] = "Introduza o grupo a associar ao utilizador aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";
$text['description-call_group']['ro-ro'] = "";
$text['description-call_group']['ru-ru'] = "Войдите в группу пользователей. Группы доступные по умолчанию: sales, support, billing.";
$text['description-call_group']['sv-se'] = "Ange användarens ring grupp här. Grupper som är tillgängliga från start: sales, support, billing.";
$text['description-call_group']['uk-ua'] = "";
@ -1949,6 +2053,7 @@ $text['description-auth_acl']['nl-nl'] = "";
$text['description-auth_acl']['pl-pl'] = "Wpisz listę kontroli dostępu.";
$text['description-auth_acl']['pt-br'] = "Insira a autorização ACL";
$text['description-auth_acl']['pt-pt'] = "Introduza a autorização ACL aqui.";
$text['description-auth_acl']['ro-ro'] = "";
$text['description-auth_acl']['ru-ru'] = "Введите ACL для проверки подлинности";
$text['description-auth_acl']['sv-se'] = "Ange Auth ACL här.";
$text['description-auth_acl']['uk-ua'] = "";
@ -1965,6 +2070,7 @@ $text['description-accountcode']['nl-nl'] = "";
$text['description-accountcode']['pl-pl'] = "Wpisz numer billingowy (nagłówek dodany do SIP INVITE).";
$text['description-accountcode']['pt-br'] = "Insira a autorização da conta";
$text['description-accountcode']['pt-pt'] = "Introduza o código de conta aqui.";
$text['description-accountcode']['ro-ro'] = "";
$text['description-accountcode']['ru-ru'] = "Введите здесь код счета.";
$text['description-accountcode']['sv-se'] = "Ange 'account code' här.";
$text['description-accountcode']['uk-ua'] = "";
@ -1981,6 +2087,7 @@ $text['checkbox-range']['nl-nl'] = "";
$text['checkbox-range']['pl-pl'] = " Wygeneruj użytkownika z numerem wewnętrznym jako login.";
$text['checkbox-range']['pt-br'] = "Gerar automaticamente o usuário com extensão nome e login";
$text['checkbox-range']['pt-pt'] = "Geração Automática do utilizador com a extensão como nome de login";
$text['checkbox-range']['ro-ro'] = "";
$text['checkbox-range']['ru-ru'] = "Автоматическая генерация Пользователю Внутреннего Номера Логина и Имени";
$text['checkbox-range']['sv-se'] = "Auto-generera användare med anknytning som inloggningsnamn.";
$text['checkbox-range']['uk-ua'] = "";
@ -1997,6 +2104,7 @@ $text['button-call_routing']['nl-nl'] = "";
$text['button-call_routing']['pl-pl'] = "Call Routing";
$text['button-call_routing']['pt-br'] = "";
$text['button-call_routing']['pt-pt'] = "roteamento de chamadas";
$text['button-call_routing']['ro-ro'] = "";
$text['button-call_routing']['ru-ru'] = "Маршрутизация Вызовов";
$text['button-call_routing']['sv-se'] = "Call Routing";
$text['button-call_routing']['uk-ua'] = "маршрутизація викликів";

View File

@ -1,26 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Extensions";
$apps[$x]['menu'][0]['title']['es-cl'] = "Extensiones";
$apps[$x]['menu'][0]['title']['es-mx'] = "Extensiones";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Extensions";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Post téléphonique";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Extensões";
$apps[$x]['menu'][0]['title']['pt-br'] = "Extensões";
$apps[$x]['menu'][0]['title']['pl'] = "Numery wewnętrzne";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Внутренние номера";
$apps[$x]['menu'][0]['title']['uk'] = "Розширення";
$apps[$x]['menu'][0]['title']['sv-se'] = "Anknytningar";
$apps[$x]['menu'][0]['title']['ro'] = "Extensii";
$apps[$x]['menu'][0]['title']['de-de'] = "Nebenstellen";
$apps[$x]['menu'][0]['title']['de-at'] = "Nebenstellen";
$apps[$x]['menu'][0]['title']['ar-eg'] = "الأرقام الداخلية";
$apps[$x]['menu'][0]['title']['he'] = "שלוחות";
$apps[$x]['menu'][0]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/extensions/extensions.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Extensions";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الأرقام الداخلية";
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Extensiones";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Extensiones";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Post téléphonique";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Extensions";
$apps[$x]['menu'][$y]['title']['he-il'] = "שלוחות";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numery wewnętrzne";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensões";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extensões";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Extensii";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Внутренние номера";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytningar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення";
$apps[$x]['menu'][$y]['uuid'] = "d3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/extensions/extensions.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,21 +5,28 @@
$apps[$x]['uuid'] = "24108154-4ac3-1db6-1551-4731703a4440";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "m 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'] = "";
$apps[$x]['description']['de-de'] = "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']['es-cl'] = "Para recibir un FAX, configure una extensión y después asigne un número a esta o puede detectar el tono de FAX utilizando la pestaña Público.";
$apps[$x]['description']['es-mx'] = "Para recibir un FAX, configure una extensión y después asigne un número a esta.";
$apps[$x]['description']['de-de'] = "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'] = "";
$apps[$x]['description']['de-at'] = "m 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']['fr-fr'] = "Pour recevoir un fax, configurez une extension du FAX et après diriger un numéro vers lui.";
$apps[$x]['description']['fr-ca'] = "Pour recevoir un fax, configurez un éxtension du FAX et après dirigers un nombre vers lui.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Para receber uma configuração de fax uma extensão de fax e, em seguida, direcionar o fax com um número dedicado ou você pode detectar o tom de fax, usando na guia Pública.";
$apps[$x]['description']['fr-fr'] = "Pour recevoir un fax, configurez une extension du FAX et après diriger un numéro vers lui.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Para receber uma configuração de fax uma extensão de fax e, em seguida, direcionar o fax com um número dedicado ou você pode detectar o tom de fax, usando na guia Pública.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Чтобы принять факс, добавьте внутренний номер для факсов и направьте входящий вызовы на выделенный номер, или вы можете обнаружить FAX-тон, используя вкладку 'Общие'.";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -130,201 +137,200 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_file_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "fax_file_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_file_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "fax_file_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_file_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "fax_file_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_file_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "fax_file_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_active_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "fax_active_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_active_all';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "fax_active_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '6840bdb0-eb9d-45bd-a79a-ccb64d08fd97';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'allowed_extension';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'array';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '.pdf';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6840bdb0-eb9d-45bd-a79a-ccb64d08fd97";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "allowed_extension";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
$apps[$x]['default_settings'][$y]['default_setting_value'] = ".pdf";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7031d8ec-4610-4696-b5b4-9b5f89f2bff1';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'allowed_extension';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'array';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '.tif';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7031d8ec-4610-4696-b5b4-9b5f89f2bff1";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "allowed_extension";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
$apps[$x]['default_settings'][$y]['default_setting_value'] = ".tif";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'c3c4487d-62f1-48d1-9fda-048fca830fb9';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'allowed_extension';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'array';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '.tiff';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c3c4487d-62f1-48d1-9fda-048fca830fb9";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "allowed_extension";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
$apps[$x]['default_settings'][$y]['default_setting_value'] = ".tiff";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'cec88775-8aaf-4667-a04d-414b3274e545';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'cover_logo';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Path to image/logo file displayed in the header of the cover sheet.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "cec88775-8aaf-4667-a04d-414b3274e545";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "cover_logo";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Path to image/logo file displayed in the header of the cover sheet.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '6aba55ae-ced9-4853-81d0-33667be763e5';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'cover_font';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'times';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Font used to generate cover page. Can be full path to .ttf file or font name alredy installed.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6aba55ae-ced9-4853-81d0-33667be763e5";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "cover_font";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "times";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Font used to generate cover page. Can be full path to .ttf file or font name alredy installed.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '549f8854-2377-448f-892c-58a85ac83a56';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'cover_footer';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "549f8854-2377-448f-892c-58a85ac83a56";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "cover_footer";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "The information contained in this facsimile is intended for the sole confidential use of the recipient(s) designated above, and may contain confidential and legally privileged information. If you are not the intended recipient, you are hereby notified that the review, disclosure, dissemination, distribution, copying, duplication in any form, and taking of any action in regards to the contents of this document - except with respect to its direct delivery to the intended recipient - is strictly prohibited. Please notify the sender immediately and destroy this cover sheet and all attachments. If stored or viewed electronically, please permanently delete it from your system.";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Notice displayed in the footer of the cover sheet.';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Notice displayed in the footer of the cover sheet.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'e907df99-6b3a-4864-bd11-681888f20289';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'cover_header';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Default information displayed beneath the logo in the header of the cover sheet.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e907df99-6b3a-4864-bd11-681888f20289";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "cover_header";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Default information displayed beneath the logo in the header of the cover sheet.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '8338a404-3966-416e-b4f9-a1ac36c37bd1';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'page_size';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'letter';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default page size of new faxes.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "8338a404-3966-416e-b4f9-a1ac36c37bd1";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "page_size";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "letter";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default page size of new faxes.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '9fd6cb5f-5824-4cbb-89b2-53066649272e';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'resolution';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'normal';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Set the default transmission quality of new faxes.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9fd6cb5f-5824-4cbb-89b2-53066649272e";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "resolution";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "normal";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default transmission quality of new faxes.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '63e55b19-8bf2-4aaa-b7df-a514c62ecfcc';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'variable';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'array';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'fax_enable_t38=true';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Enable T.38';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "63e55b19-8bf2-4aaa-b7df-a514c62ecfcc";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "variable";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "fax_enable_t38=true";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable T.38";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '0f07d24a-296a-4798-8478-e6ef1a59f54f';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'variable';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'array';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'fax_enable_t38_request=false';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Send a T38 reinvite when a fax tone is detected.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "0f07d24a-296a-4798-8478-e6ef1a59f54f";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "variable";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "fax_enable_t38_request=false";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Send a T38 reinvite when a fax tone is detected.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '7681e5d8-1462-420b-9276-acf4b2156982';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'variable';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'array';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'ignore_early_media=true';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Ignore ringing to improve fax success rate.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7681e5d8-1462-420b-9276-acf4b2156982";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "variable";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "ignore_early_media=true";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Ignore ringing to improve fax success rate.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '80eee263-a22c-4ec9-9df1-397908a274f6';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'keep_local';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'boolean';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Keep the file after sending or receiving the fax.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "80eee263-a22c-4ec9-9df1-397908a274f6";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "keep_local";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Keep the file after sending or receiving the fax.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '63d2cb3c-708a-43c2-b233-a3f4e3367224';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_mode';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'queue';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "63d2cb3c-708a-43c2-b233-a3f4e3367224";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_mode";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "queue";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'd2977fe1-ee7e-4403-b44f-8d86aeb5f310';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_retry_limit';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '5';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Number of attempts to send fax (count only calls with answer)';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d2977fe1-ee7e-4403-b44f-8d86aeb5f310";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_retry_limit";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "5";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Number of attempts to send fax (count only calls with answer)";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '6ca1712b-5a53-4c54-ba53-b2046c89280d';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_retry_interval';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '15';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Delay before we make next call after answered call';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6ca1712b-5a53-4c54-ba53-b2046c89280d";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_retry_interval";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "15";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Delay before we make next call after answered call";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '2c5640d0-493f-4426-b76d-04e378c86d76';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_no_answer_retry_limit';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Number of unanswered attempts in sequence';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "2c5640d0-493f-4426-b76d-04e378c86d76";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_no_answer_retry_limit";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Number of unanswered attempts in sequence";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '03820df1-f242-4358-950f-ede87f502e9a';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_no_answer_retry_interval';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '30';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Delay before we make next call after no answered call';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "03820df1-f242-4358-950f-ede87f502e9a";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_no_answer_retry_interval";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "30";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Delay before we make next call after no answered call";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '9ed2e73c-6b82-4a79-83db-b7588f78c675';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_no_answer_limit';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Giveup reach the destination after this number of sequences';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9ed2e73c-6b82-4a79-83db-b7588f78c675";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_no_answer_limit";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Giveup reach the destination after this number of sequences";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'c97457b7-da9a-44a6-a4a4-442dbf5fa4fa';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'send_no_answer_interval';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '300';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Delay before next call sequence';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '325e3b06-1199-40e0-8703-8adf7efd9f4f';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'fax';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'storage_type';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'text';
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'base64';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = 'Store FAX in base64.';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c97457b7-da9a-44a6-a4a4-442dbf5fa4fa";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "send_no_answer_interval";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "300";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Delay before next call sequence";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "325e3b06-1199-40e0-8703-8adf7efd9f4f";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "storage_type";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "base64";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Store FAX in base64.";
//schema details
$y=0;
@ -529,66 +535,65 @@
$apps[$x]['db'][$y]['table']['name'] = "v_fax_files";
$apps[$x]['db'][$y]['table']['parent'] = "v_fax";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_file_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_file_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'FAX server primary key';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "FAX server primary key";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_mode';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'rx / tx - Rx means receive and Tx means transmit.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_mode";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "rx / tx - Rx means receive and Tx means transmit.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_destination';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'tx - fax transmission';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_destination";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "tx - fax transmission";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_file_type';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'TIF / PDF';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_file_type";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "TIF / PDF";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_file_path';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_file_path";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_caller_id_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_caller_id_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_caller_id_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_caller_id_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_date';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_date";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "date";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_epoch';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "bigint";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_base64';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_base64";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_fax_logs";
@ -610,13 +615,13 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_fax';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'fax_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_fax";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "fax_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_success";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
@ -696,77 +701,76 @@
$apps[$x]['db'][$y]['table']['name'] = "v_fax_tasks";
$apps[$x]['db'][$y]['table']['parent'] = "v_fax";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_task_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_task_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_fax';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'fax_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'FAX server primary key';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_fax";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "fax_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "FAX server primary key";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_next_time';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_next_time";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_lock_time';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'timestamp';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_lock_time";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_fax_file';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_fax_file";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_wav_file';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_wav_file";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_uri';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_uri";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_dial_string';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_dial_string";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_dtmf';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_dtmf";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_reply_address';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_reply_address";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_interrupted';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_interrupted";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_status';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_status";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_no_answer_counter';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_no_answer_counter";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_no_answer_retry_counter';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_no_answer_retry_counter";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_retry_counter';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'task_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_retry_counter";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "task_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,27 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Fax Server";
$apps[$x]['menu'][0]['title']['es-cl'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['es-mx'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['de-de'] = "Faxserver";
$apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver";
$apps[$x]['menu'][0]['title']['de-de'] = "Fax Server";
$apps[$x]['menu'][0]['title']['de-at'] = "Fax Server";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Serveur Fax";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Serveur du fax";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['pt-br'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['pl'] = "Serwer faksowy";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Сервер факсов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Fax Server";
$apps[$x]['menu'][0]['title']['ro'] = "Server Fax";
$apps[$x]['menu'][0]['title']['he'] = "שרת פקסים";
$apps[$x]['menu'][0]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/fax/fax.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
$apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Serveur du fax";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
$apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwer faksowy";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Servidor de Fax";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Server Fax";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "16589224-c876-aeb3-f59f-523a1c0801f7";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['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'] = "";
$apps[$x]['description']['de-de'] = "Warteschlangen werden verwendet um Warteschleifen für Anrufer bereit zu stellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
$apps[$x]['description']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.";
$apps[$x]['description']['es-mx'] = "Las cosas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.";
$apps[$x]['description']['de-de'] = "Warteschlangen werden verwendet um Warteschleifen für Anrufer bereit zu stellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
$apps[$x]['description']['de-ch'] = "";
$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']['fr-fr'] = "Les queues sont utilisés pour configurer les salles d'attente (FIFO).";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "As filas são usadospara configurar as filas de espera para chamadores. Também conhecida como filas FIFO.";
$apps[$x]['description']['fr-fr'] = "Les queues sont utilisés pour configurer les salles d'attente (FIFO).";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "As filas são usadospara configurar as filas de espera para chamadores. Também conhecida como filas FIFO.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -38,4 +46,4 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-queues']['en-us'] = "Queues";
$text['title-queues']['ar-eg'] = "";
$text['title-queues']['de-at'] = "Warteschlangen";
$text['title-queues']['de-ch'] = "";
$text['title-queues']['de-de'] = "Warteschlangen";
$text['title-queues']['es-cl'] = "Colas";
$text['title-queues']['es-mx'] = "";
$text['title-queues']['fr-ca'] = "";
$text['title-queues']['fr-fr'] = "Queues";
$text['title-queues']['he-il'] = "";
$text['title-queues']['it-it'] = "";
@ -13,15 +16,19 @@ $text['title-queues']['nl-nl'] = "";
$text['title-queues']['pl-pl'] = "Kolejki";
$text['title-queues']['pt-br'] = "";
$text['title-queues']['pt-pt'] = "Filas";
$text['title-queues']['ro-ro'] = "";
$text['title-queues']['ru-ru'] = "Очереди";
$text['title-queues']['sv-se'] = "";
$text['title-queues']['sv-se'] = "Kö:er";
$text['title-queues']['uk-ua'] = "";
$text['title-queue_edit']['en-us'] = "Queue Edit";
$text['title-queue_edit']['ar-eg'] = "";
$text['title-queue_edit']['de-at'] = "Warteschlangen bearbeiten";
$text['title-queue_edit']['de-ch'] = "";
$text['title-queue_edit']['de-de'] = "Warteschlangen bearbeiten";
$text['title-queue_edit']['es-cl'] = "Editar Cola";
$text['title-queue_edit']['es-mx'] = "";
$text['title-queue_edit']['fr-ca'] = "";
$text['title-queue_edit']['fr-fr'] = "Editer la Queue";
$text['title-queue_edit']['he-il'] = "";
$text['title-queue_edit']['it-it'] = "";
@ -29,15 +36,19 @@ $text['title-queue_edit']['nl-nl'] = "";
$text['title-queue_edit']['pl-pl'] = "Edytuj kolejkę";
$text['title-queue_edit']['pt-br'] = "";
$text['title-queue_edit']['pt-pt'] = "Editar Fila";
$text['title-queue_edit']['ro-ro'] = "";
$text['title-queue_edit']['ru-ru'] = "Редактирование очереди";
$text['title-queue_edit']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-queue_detail_edit']['de-at'] = "Warteschlangen Details bearbeiten";
$text['title-queue_detail_edit']['de-ch'] = "";
$text['title-queue_detail_edit']['de-de'] = "Warteschlangen Details bearbeiten";
$text['title-queue_detail_edit']['es-cl'] = "Editar Detalle de Cola";
$text['title-queue_detail_edit']['es-mx'] = "";
$text['title-queue_detail_edit']['fr-ca'] = "";
$text['title-queue_detail_edit']['fr-fr'] = "Editer Détails";
$text['title-queue_detail_edit']['he-il'] = "";
$text['title-queue_detail_edit']['it-it'] = "";
@ -45,15 +56,19 @@ $text['title-queue_detail_edit']['nl-nl'] = "";
$text['title-queue_detail_edit']['pl-pl'] = "Edytuj szczegóły kolejki.";
$text['title-queue_detail_edit']['pt-br'] = "";
$text['title-queue_detail_edit']['pt-pt'] = "Editar Detalhes da Fila";
$text['title-queue_detail_edit']['ro-ro'] = "";
$text['title-queue_detail_edit']['ru-ru'] = "Редактирование очереди";
$text['title-queue_detail_edit']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-queue_detail_add']['de-at'] = "Warteschlangen Details hinzufügen.";
$text['title-queue_detail_add']['de-ch'] = "";
$text['title-queue_detail_add']['de-de'] = "Warteschlangen Details hinzufügen.";
$text['title-queue_detail_add']['es-cl'] = "Agregar Detalle de Cola";
$text['title-queue_detail_add']['es-mx'] = "";
$text['title-queue_detail_add']['fr-ca'] = "";
$text['title-queue_detail_add']['fr-fr'] = "Ajouter Détails";
$text['title-queue_detail_add']['he-il'] = "";
$text['title-queue_detail_add']['it-it'] = "";
@ -61,15 +76,19 @@ $text['title-queue_detail_add']['nl-nl'] = "";
$text['title-queue_detail_add']['pl-pl'] = "Dodaj szczegóły kolejki.";
$text['title-queue_detail_add']['pt-br'] = "";
$text['title-queue_detail_add']['pt-pt'] = "Adicionar Detalhes à Fila";
$text['title-queue_detail_add']['ro-ro'] = "";
$text['title-queue_detail_add']['ru-ru'] = "Добавление детали в очередь";
$text['title-queue_detail_add']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['title-queue_add']['de-at'] = "Warteschlange hinzufügen";
$text['title-queue_add']['de-ch'] = "";
$text['title-queue_add']['de-de'] = "Warteschlange hinzufügen";
$text['title-queue_add']['es-cl'] = "Cola Agregar";
$text['title-queue_add']['es-mx'] = "";
$text['title-queue_add']['fr-ca'] = "";
$text['title-queue_add']['fr-fr'] = "Ajouter une Queue Add";
$text['title-queue_add']['he-il'] = "";
$text['title-queue_add']['it-it'] = "";
@ -77,15 +96,19 @@ $text['title-queue_add']['nl-nl'] = "";
$text['title-queue_add']['pl-pl'] = "Dodaj kolejkę";
$text['title-queue_add']['pt-br'] = "";
$text['title-queue_add']['pt-pt'] = "Adicionar Fila";
$text['title-queue_add']['ro-ro'] = "";
$text['title-queue_add']['ru-ru'] = "Добавить Очередь";
$text['title-queue_add']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['option-true']['de-at'] = "Ein";
$text['option-true']['de-ch'] = "";
$text['option-true']['de-de'] = "Ein";
$text['option-true']['es-cl'] = "verdadero";
$text['option-true']['es-mx'] = "";
$text['option-true']['fr-ca'] = "";
$text['option-true']['fr-fr'] = "Oui";
$text['option-true']['he-il'] = "";
$text['option-true']['it-it'] = "";
@ -93,15 +116,19 @@ $text['option-true']['nl-nl'] = "";
$text['option-true']['pl-pl'] = "Tak";
$text['option-true']['pt-br'] = "";
$text['option-true']['pt-pt'] = "Sim";
$text['option-true']['ro-ro'] = "";
$text['option-true']['ru-ru'] = "Да";
$text['option-true']['sv-se'] = "";
$text['option-true']['sv-se'] = "Sann";
$text['option-true']['uk-ua'] = "";
$text['option-parameter']['en-us'] = "Parameter";
$text['option-parameter']['ar-eg'] = "";
$text['option-parameter']['de-at'] = "Parameter";
$text['option-parameter']['de-ch'] = "";
$text['option-parameter']['de-de'] = "Parameter";
$text['option-parameter']['es-cl'] = "Parámetro";
$text['option-parameter']['es-mx'] = "";
$text['option-parameter']['fr-ca'] = "";
$text['option-parameter']['fr-fr'] = "Paramètre";
$text['option-parameter']['he-il'] = "";
$text['option-parameter']['it-it'] = "";
@ -109,15 +136,19 @@ $text['option-parameter']['nl-nl'] = "";
$text['option-parameter']['pl-pl'] = "Parametr";
$text['option-parameter']['pt-br'] = "";
$text['option-parameter']['pt-pt'] = "Parâmetro";
$text['option-parameter']['ro-ro'] = "";
$text['option-parameter']['ru-ru'] = "Параметр";
$text['option-parameter']['sv-se'] = "";
$text['option-parameter']['sv-se'] = "Parameter";
$text['option-parameter']['uk-ua'] = "";
$text['option-false']['en-us'] = "False";
$text['option-false']['ar-eg'] = "";
$text['option-false']['de-at'] = "Aus";
$text['option-false']['de-ch'] = "";
$text['option-false']['de-de'] = "Aus";
$text['option-false']['es-cl'] = "falso";
$text['option-false']['es-mx'] = "";
$text['option-false']['fr-ca'] = "";
$text['option-false']['fr-fr'] = "Non";
$text['option-false']['he-il'] = "";
$text['option-false']['it-it'] = "";
@ -125,15 +156,19 @@ $text['option-false']['nl-nl'] = "";
$text['option-false']['pl-pl'] = "Nie";
$text['option-false']['pt-br'] = "";
$text['option-false']['pt-pt'] = "Não";
$text['option-false']['ro-ro'] = "";
$text['option-false']['ru-ru'] = "Нет";
$text['option-false']['sv-se'] = "";
$text['option-false']['sv-se'] = "Falsk";
$text['option-false']['uk-ua'] = "";
$text['option-condition']['en-us'] = "Condition";
$text['option-condition']['ar-eg'] = "";
$text['option-condition']['de-at'] = "Bedingung";
$text['option-condition']['de-ch'] = "";
$text['option-condition']['de-de'] = "Bedingung";
$text['option-condition']['es-cl'] = "Condición";
$text['option-condition']['es-mx'] = "";
$text['option-condition']['fr-ca'] = "";
$text['option-condition']['fr-fr'] = "Condition";
$text['option-condition']['he-il'] = "";
$text['option-condition']['it-it'] = "";
@ -141,15 +176,19 @@ $text['option-condition']['nl-nl'] = "";
$text['option-condition']['pl-pl'] = "Warunek";
$text['option-condition']['pt-br'] = "";
$text['option-condition']['pt-pt'] = "Condição";
$text['option-condition']['ro-ro'] = "";
$text['option-condition']['ru-ru'] = "Состояние";
$text['option-condition']['sv-se'] = "";
$text['option-condition']['sv-se'] = "Skick";
$text['option-condition']['uk-ua'] = "";
$text['option-anti-action']['en-us'] = "Anti-Action";
$text['option-anti-action']['ar-eg'] = "";
$text['option-anti-action']['de-at'] = "Anti-Aktion";
$text['option-anti-action']['de-ch'] = "";
$text['option-anti-action']['de-de'] = "Anti-Aktion";
$text['option-anti-action']['es-cl'] = "Anti-Acción";
$text['option-anti-action']['es-mx'] = "";
$text['option-anti-action']['fr-ca'] = "";
$text['option-anti-action']['fr-fr'] = "Anti-Action";
$text['option-anti-action']['he-il'] = "";
$text['option-anti-action']['it-it'] = "";
@ -157,15 +196,19 @@ $text['option-anti-action']['nl-nl'] = "";
$text['option-anti-action']['pl-pl'] = "Anty-Operacja";
$text['option-anti-action']['pt-br'] = "";
$text['option-anti-action']['pt-pt'] = "Anti-Acção";
$text['option-anti-action']['ro-ro'] = "";
$text['option-anti-action']['ru-ru'] = "Anti-Action";
$text['option-anti-action']['sv-se'] = "";
$text['option-anti-action']['sv-se'] = "Anti-Action";
$text['option-anti-action']['uk-ua'] = "";
$text['option-action']['en-us'] = "Action";
$text['option-action']['ar-eg'] = "";
$text['option-action']['de-at'] = "Aktion";
$text['option-action']['de-ch'] = "";
$text['option-action']['de-de'] = "Aktion";
$text['option-action']['es-cl'] = "Acción";
$text['option-action']['es-mx'] = "";
$text['option-action']['fr-ca'] = "";
$text['option-action']['fr-fr'] = "Action";
$text['option-action']['he-il'] = "";
$text['option-action']['it-it'] = "";
@ -173,15 +216,19 @@ $text['option-action']['nl-nl'] = "";
$text['option-action']['pl-pl'] = "Operacja";
$text['option-action']['pt-br'] = "";
$text['option-action']['pt-pt'] = "Acção";
$text['option-action']['ro-ro'] = "";
$text['option-action']['ru-ru'] = "Действие";
$text['option-action']['sv-se'] = "";
$text['option-action']['sv-se'] = "Action";
$text['option-action']['uk-ua'] = "";
$text['label-tag']['en-us'] = "Tag";
$text['label-tag']['ar-eg'] = "";
$text['label-tag']['de-at'] = "Kennzeichnen";
$text['label-tag']['de-ch'] = "";
$text['label-tag']['de-de'] = "Kennzeichnen";
$text['label-tag']['es-cl'] = "Etiqueta";
$text['label-tag']['es-mx'] = "";
$text['label-tag']['fr-ca'] = "";
$text['label-tag']['fr-fr'] = "Tag";
$text['label-tag']['he-il'] = "";
$text['label-tag']['it-it'] = "";
@ -189,15 +236,19 @@ $text['label-tag']['nl-nl'] = "";
$text['label-tag']['pl-pl'] = "Tag";
$text['label-tag']['pt-br'] = "";
$text['label-tag']['pt-pt'] = "Tag";
$text['label-tag']['ro-ro'] = "";
$text['label-tag']['ru-ru'] = "Тег";
$text['label-tag']['sv-se'] = "";
$text['label-tag']['sv-se'] = "Tag";
$text['label-tag']['uk-ua'] = "";
$text['label-field']['en-us'] = "Field";
$text['label-field']['ar-eg'] = "";
$text['label-field']['de-at'] = "Feld";
$text['label-field']['de-ch'] = "";
$text['label-field']['de-de'] = "Feld";
$text['label-field']['es-cl'] = "Campo";
$text['label-field']['es-mx'] = "";
$text['label-field']['fr-ca'] = "";
$text['label-field']['fr-fr'] = "Champs";
$text['label-field']['he-il'] = "";
$text['label-field']['it-it'] = "";
@ -205,15 +256,19 @@ $text['label-field']['nl-nl'] = "";
$text['label-field']['pl-pl'] = "Pole";
$text['label-field']['pt-br'] = "";
$text['label-field']['pt-pt'] = "Campo";
$text['label-field']['ro-ro'] = "";
$text['label-field']['ru-ru'] = "Поле";
$text['label-field']['sv-se'] = "";
$text['label-field']['sv-se'] = "Fält";
$text['label-field']['uk-ua'] = "";
$text['label-extension']['en-us'] = "Extension";
$text['label-extension']['ar-eg'] = "";
$text['label-extension']['de-at'] = "Nebenstelle";
$text['label-extension']['de-ch'] = "";
$text['label-extension']['de-de'] = "Nebenstelle";
$text['label-extension']['es-cl'] = "Extensión";
$text['label-extension']['es-mx'] = "";
$text['label-extension']['fr-ca'] = "";
$text['label-extension']['fr-fr'] = "Extension";
$text['label-extension']['he-il'] = "";
$text['label-extension']['it-it'] = "";
@ -221,15 +276,19 @@ $text['label-extension']['nl-nl'] = "";
$text['label-extension']['pl-pl'] = "Numer wewnętrzny";
$text['label-extension']['pt-br'] = "";
$text['label-extension']['pt-pt'] = "Extensão";
$text['label-extension']['ro-ro'] = "";
$text['label-extension']['ru-ru'] = "Внутренний Номер";
$text['label-extension']['sv-se'] = "";
$text['label-extension']['sv-se'] = "Anknytning";
$text['label-extension']['uk-ua'] = "";
$text['label-expression']['en-us'] = "Expression";
$text['label-expression']['ar-eg'] = "";
$text['label-expression']['de-at'] = "Ausdruck";
$text['label-expression']['de-ch'] = "";
$text['label-expression']['de-de'] = "Ausdruck";
$text['label-expression']['es-cl'] = "Expresión";
$text['label-expression']['es-mx'] = "";
$text['label-expression']['fr-ca'] = "";
$text['label-expression']['fr-fr'] = "Expression";
$text['label-expression']['he-il'] = "";
$text['label-expression']['it-it'] = "";
@ -237,15 +296,19 @@ $text['label-expression']['nl-nl'] = "";
$text['label-expression']['pl-pl'] = "Wyrażenie";
$text['label-expression']['pt-br'] = "";
$text['label-expression']['pt-pt'] = "Expressão";
$text['label-expression']['ro-ro'] = "";
$text['label-expression']['ru-ru'] = "Выражение";
$text['label-expression']['sv-se'] = "";
$text['label-expression']['sv-se'] = "Uttryck";
$text['label-expression']['uk-ua'] = "";
$text['label-data']['en-us'] = "Data";
$text['label-data']['ar-eg'] = "";
$text['label-data']['de-at'] = "Daten";
$text['label-data']['de-ch'] = "";
$text['label-data']['de-de'] = "Daten";
$text['label-data']['es-cl'] = "Datos";
$text['label-data']['es-mx'] = "";
$text['label-data']['fr-ca'] = "";
$text['label-data']['fr-fr'] = "Données";
$text['label-data']['he-il'] = "";
$text['label-data']['it-it'] = "";
@ -253,15 +316,19 @@ $text['label-data']['nl-nl'] = "";
$text['label-data']['pl-pl'] = "Dane";
$text['label-data']['pt-br'] = "";
$text['label-data']['pt-pt'] = "Data";
$text['label-data']['ro-ro'] = "";
$text['label-data']['ru-ru'] = "Дата";
$text['label-data']['sv-se'] = "";
$text['label-data']['sv-se'] = "Data";
$text['label-data']['uk-ua'] = "";
$text['label-continue']['en-us'] = "Continue";
$text['label-continue']['ar-eg'] = "";
$text['label-continue']['de-at'] = "Fortsetzen";
$text['label-continue']['de-ch'] = "";
$text['label-continue']['de-de'] = "Fortsetzen";
$text['label-continue']['es-cl'] = "Continuar";
$text['label-continue']['es-mx'] = "";
$text['label-continue']['fr-ca'] = "";
$text['label-continue']['fr-fr'] = "Continue";
$text['label-continue']['he-il'] = "";
$text['label-continue']['it-it'] = "";
@ -269,15 +336,19 @@ $text['label-continue']['nl-nl'] = "";
$text['label-continue']['pl-pl'] = "Kontynuuj";
$text['label-continue']['pt-br'] = "";
$text['label-continue']['pt-pt'] = "Continuar";
$text['label-continue']['ro-ro'] = "";
$text['label-continue']['ru-ru'] = "Продолжить";
$text['label-continue']['sv-se'] = "";
$text['label-continue']['sv-se'] = "Fortsätt";
$text['label-continue']['uk-ua'] = "";
$text['label-application']['en-us'] = "Application";
$text['label-application']['ar-eg'] = "";
$text['label-application']['de-at'] = "Anwendung";
$text['label-application']['de-ch'] = "";
$text['label-application']['de-de'] = "Anwendung";
$text['label-application']['es-cl'] = "Aplicación";
$text['label-application']['es-mx'] = "";
$text['label-application']['fr-ca'] = "";
$text['label-application']['fr-fr'] = "Application";
$text['label-application']['he-il'] = "";
$text['label-application']['it-it'] = "";
@ -285,15 +356,19 @@ $text['label-application']['nl-nl'] = "";
$text['label-application']['pl-pl'] = "Aplikacja";
$text['label-application']['pt-br'] = "";
$text['label-application']['pt-pt'] = "Aplicação";
$text['label-application']['ro-ro'] = "";
$text['label-application']['ru-ru'] = "Заявка";
$text['label-application']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-agent_queue_extension']['de-at'] = "Nebenstelle der Warteschlange";
$text['label-agent_queue_extension']['de-ch'] = "";
$text['label-agent_queue_extension']['de-de'] = "Nebenstelle der Warteschlange";
$text['label-agent_queue_extension']['es-cl'] = "Número de Extensión de Cola";
$text['label-agent_queue_extension']['es-mx'] = "";
$text['label-agent_queue_extension']['fr-ca'] = "";
$text['label-agent_queue_extension']['fr-fr'] = "Numéro de la file";
$text['label-agent_queue_extension']['he-il'] = "";
$text['label-agent_queue_extension']['it-it'] = "";
@ -301,15 +376,19 @@ $text['label-agent_queue_extension']['nl-nl'] = "";
$text['label-agent_queue_extension']['pl-pl'] = "Numer wew kolejki.";
$text['label-agent_queue_extension']['pt-br'] = "";
$text['label-agent_queue_extension']['pt-pt'] = "Número da Extensão da Fila";
$text['label-agent_queue_extension']['ro-ro'] = "";
$text['label-agent_queue_extension']['ru-ru'] = "Очередь Внутренних Номеров";
$text['label-agent_queue_extension']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['label-agent_loginout_extension']['de-at'] = "Nebenstelle für Anmeldung/Abmeldung";
$text['label-agent_loginout_extension']['de-ch'] = "";
$text['label-agent_loginout_extension']['de-de'] = "Nebenstelle für Anmeldung/Abmeldung";
$text['label-agent_loginout_extension']['es-cl'] = "Número de Extensión de Conexión/Desconexión";
$text['label-agent_loginout_extension']['es-mx'] = "";
$text['label-agent_loginout_extension']['fr-ca'] = "";
$text['label-agent_loginout_extension']['fr-fr'] = "Numéro de Login/Logout";
$text['label-agent_loginout_extension']['he-il'] = "";
$text['label-agent_loginout_extension']['it-it'] = "";
@ -317,15 +396,19 @@ $text['label-agent_loginout_extension']['nl-nl'] = "";
$text['label-agent_loginout_extension']['pl-pl'] = "Włączony/wyłączony numer wewnętrzny";
$text['label-agent_loginout_extension']['pt-br'] = "";
$text['label-agent_loginout_extension']['pt-pt'] = "Login/Logout Número de Extensão";
$text['label-agent_loginout_extension']['ro-ro'] = "";
$text['label-agent_loginout_extension']['ru-ru'] = "Внутренний номер вход / выход";
$text['label-agent_loginout_extension']['sv-se'] = "";
$text['label-agent_loginout_extension']['sv-se'] = "Logga In/Logga Ut Anknytningsnummer";
$text['label-agent_loginout_extension']['uk-ua'] = "";
$text['header-queues']['en-us'] = "Queues";
$text['header-queues']['ar-eg'] = "";
$text['header-queues']['de-at'] = "Warteschlangen";
$text['header-queues']['de-ch'] = "";
$text['header-queues']['de-de'] = "Warteschlangen";
$text['header-queues']['es-cl'] = "Colas";
$text['header-queues']['es-mx'] = "";
$text['header-queues']['fr-ca'] = "";
$text['header-queues']['fr-fr'] = "Queues";
$text['header-queues']['he-il'] = "";
$text['header-queues']['it-it'] = "";
@ -333,15 +416,19 @@ $text['header-queues']['nl-nl'] = "";
$text['header-queues']['pl-pl'] = "Kolejki";
$text['header-queues']['pt-br'] = "";
$text['header-queues']['pt-pt'] = "Filas";
$text['header-queues']['ro-ro'] = "";
$text['header-queues']['ru-ru'] = "Очереди";
$text['header-queues']['sv-se'] = "";
$text['header-queues']['sv-se'] = "Kö:er";
$text['header-queues']['uk-ua'] = "";
$text['header-queue_edit']['en-us'] = "Queue Edit";
$text['header-queue_edit']['ar-eg'] = "";
$text['header-queue_edit']['de-at'] = "Warteschlange bearbeiten";
$text['header-queue_edit']['de-ch'] = "";
$text['header-queue_edit']['de-de'] = "Warteschlange bearbeiten";
$text['header-queue_edit']['es-cl'] = "Editar Cola";
$text['header-queue_edit']['es-mx'] = "";
$text['header-queue_edit']['fr-ca'] = "";
$text['header-queue_edit']['fr-fr'] = "Editer Queue";
$text['header-queue_edit']['he-il'] = "";
$text['header-queue_edit']['it-it'] = "";
@ -349,15 +436,19 @@ $text['header-queue_edit']['nl-nl'] = "";
$text['header-queue_edit']['pl-pl'] = "Edytuj kolejkę";
$text['header-queue_edit']['pt-br'] = "";
$text['header-queue_edit']['pt-pt'] = "Editar Fila";
$text['header-queue_edit']['ro-ro'] = "";
$text['header-queue_edit']['ru-ru'] = "редиктирование Очереди";
$text['header-queue_edit']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['header-queue_detail_edit']['de-at'] = "Warteschlange Details bearbeiten";
$text['header-queue_detail_edit']['de-ch'] = "";
$text['header-queue_detail_edit']['de-de'] = "Warteschlange Details bearbeiten";
$text['header-queue_detail_edit']['es-cl'] = "Editar Detalle de Cola";
$text['header-queue_detail_edit']['es-mx'] = "";
$text['header-queue_detail_edit']['fr-ca'] = "";
$text['header-queue_detail_edit']['fr-fr'] = "Editer Détails";
$text['header-queue_detail_edit']['he-il'] = "";
$text['header-queue_detail_edit']['it-it'] = "";
@ -365,15 +456,19 @@ $text['header-queue_detail_edit']['nl-nl'] = "";
$text['header-queue_detail_edit']['pl-pl'] = "Edytuj szczegóły kolejki";
$text['header-queue_detail_edit']['pt-br'] = "";
$text['header-queue_detail_edit']['pt-pt'] = "Editar Detalhes da Fila";
$text['header-queue_detail_edit']['ro-ro'] = "";
$text['header-queue_detail_edit']['ru-ru'] = "Редактирование деталей Очереди";
$text['header-queue_detail_edit']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['header-queue_detail_add']['de-at'] = "Warteschlange Details hinzufügen";
$text['header-queue_detail_add']['de-ch'] = "";
$text['header-queue_detail_add']['de-de'] = "Warteschlange Details hinzufügen";
$text['header-queue_detail_add']['es-cl'] = "Agregar Detalle de Cola";
$text['header-queue_detail_add']['es-mx'] = "";
$text['header-queue_detail_add']['fr-ca'] = "";
$text['header-queue_detail_add']['fr-fr'] = "Ajouter Détails";
$text['header-queue_detail_add']['he-il'] = "";
$text['header-queue_detail_add']['it-it'] = "";
@ -381,15 +476,19 @@ $text['header-queue_detail_add']['nl-nl'] = "";
$text['header-queue_detail_add']['pl-pl'] = "Dodaj szczegóły kolejki";
$text['header-queue_detail_add']['pt-br'] = "";
$text['header-queue_detail_add']['pt-pt'] = "Adicionado Detalhes da Fila";
$text['header-queue_detail_add']['ro-ro'] = "";
$text['header-queue_detail_add']['ru-ru'] = "Добавление деталей в Очередь";
$text['header-queue_detail_add']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['header-queue_add']['de-at'] = "Warteschlange hinzufügen";
$text['header-queue_add']['de-ch'] = "";
$text['header-queue_add']['de-de'] = "Warteschlange hinzufügen";
$text['header-queue_add']['es-cl'] = "Agregar Cola";
$text['header-queue_add']['es-mx'] = "";
$text['header-queue_add']['fr-ca'] = "";
$text['header-queue_add']['fr-fr'] = "Ajouter une Queue";
$text['header-queue_add']['he-il'] = "";
$text['header-queue_add']['it-it'] = "";
@ -397,15 +496,19 @@ $text['header-queue_add']['nl-nl'] = "";
$text['header-queue_add']['pl-pl'] = "Dodaj kolejkę";
$text['header-queue_add']['pt-br'] = "";
$text['header-queue_add']['pt-pt'] = "Adicionar Fila";
$text['header-queue_add']['ro-ro'] = "";
$text['header-queue_add']['ru-ru'] = "Добавить Очередь";
$text['header-queue_add']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['header-conditions_and_actions']['de-at'] = "Bedingungen und Aktionen";
$text['header-conditions_and_actions']['de-ch'] = "";
$text['header-conditions_and_actions']['de-de'] = "Bedingungen und Aktionen";
$text['header-conditions_and_actions']['es-cl'] = "Condiciones y Acciones";
$text['header-conditions_and_actions']['es-mx'] = "";
$text['header-conditions_and_actions']['fr-ca'] = "";
$text['header-conditions_and_actions']['fr-fr'] = "Conditions et Actions";
$text['header-conditions_and_actions']['he-il'] = "";
$text['header-conditions_and_actions']['it-it'] = "";
@ -413,15 +516,19 @@ $text['header-conditions_and_actions']['nl-nl'] = "";
$text['header-conditions_and_actions']['pl-pl'] = "Warunki i operacje";
$text['header-conditions_and_actions']['pt-br'] = "";
$text['header-conditions_and_actions']['pt-pt'] = "Condições e Acções";
$text['header-conditions_and_actions']['ro-ro'] = "";
$text['header-conditions_and_actions']['ru-ru'] = "Условия и действия";
$text['header-conditions_and_actions']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['header-agent_details']['de-at'] = "Agenten Details";
$text['header-agent_details']['de-ch'] = "";
$text['header-agent_details']['de-de'] = "Agenten Details";
$text['header-agent_details']['es-cl'] = "Detalles de Agente";
$text['header-agent_details']['es-mx'] = "";
$text['header-agent_details']['fr-ca'] = "";
$text['header-agent_details']['fr-fr'] = "Détails de l'Agent";
$text['header-agent_details']['he-il'] = "";
$text['header-agent_details']['it-it'] = "";
@ -429,15 +536,19 @@ $text['header-agent_details']['nl-nl'] = "";
$text['header-agent_details']['pl-pl'] = "Szczegóły agenta";
$text['header-agent_details']['pt-br'] = "";
$text['header-agent_details']['pt-pt'] = "Detalhes do Agente";
$text['header-agent_details']['ro-ro'] = "";
$text['header-agent_details']['ru-ru'] = "Сведения об агенте";
$text['header-agent_details']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['header-additional_information']['de-at'] = "Weiterführende Informationen";
$text['header-additional_information']['de-ch'] = "";
$text['header-additional_information']['de-de'] = "Weiterführende Informationen";
$text['header-additional_information']['es-cl'] = "Información Adicional";
$text['header-additional_information']['es-mx'] = "";
$text['header-additional_information']['fr-ca'] = "";
$text['header-additional_information']['fr-fr'] = "Informations Additionnelles";
$text['header-additional_information']['he-il'] = "";
$text['header-additional_information']['it-it'] = "";
@ -445,15 +556,19 @@ $text['header-additional_information']['nl-nl'] = "";
$text['header-additional_information']['pl-pl'] = "Informacje dodatkowe";
$text['header-additional_information']['pt-br'] = "";
$text['header-additional_information']['pt-pt'] = "Informação Adicional";
$text['header-additional_information']['ro-ro'] = "";
$text['header-additional_information']['ru-ru'] = "Дополнительная информация";
$text['header-additional_information']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-queues']['de-at'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
$text['description-queues']['de-ch'] = "";
$text['description-queues']['de-de'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
$text['description-queues']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.";
$text['description-queues']['es-mx'] = "";
$text['description-queues']['fr-ca'] = "";
$text['description-queues']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
$text['description-queues']['he-il'] = "";
$text['description-queues']['it-it'] = "";
@ -461,15 +576,19 @@ $text['description-queues']['nl-nl'] = "";
$text['description-queues']['pl-pl'] = "Kolejki są używane do konfiguracji linii oczekiwania dla wielu jednoczesnych rozmówców. Znane one są również jako kolejki FIFO.";
$text['description-queues']['pt-br'] = "";
$text['description-queues']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para os originadores das chamadas. Também são chamadas de filas FIFO.";
$text['description-queues']['ro-ro'] = "";
$text['description-queues']['ru-ru'] = "Очереди используются для установки ожидающих линий для вызывающих абонентов. Также известны как очереди FIFO.";
$text['description-queues']['sv-se'] = "";
$text['description-queues']['sv-se'] = "Köer används för att konfigurera väntelinjer för uppringare. Även känd som FIFO Kö:er.";
$text['description-queues']['uk-ua'] = "";
$text['description-queue_edit']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
$text['description-queue_edit']['ar-eg'] = "";
$text['description-queue_edit']['de-at'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
$text['description-queue_edit']['de-ch'] = "";
$text['description-queue_edit']['de-de'] = "Warteschlangen werden verwendt um Warteschleifen für Anrufer zu erstellen. Diese sind auch als FIFO-Warteschlangen bekannt.";
$text['description-queue_edit']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO.";
$text['description-queue_edit']['es-mx'] = "";
$text['description-queue_edit']['fr-ca'] = "";
$text['description-queue_edit']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
$text['description-queue_edit']['he-il'] = "";
$text['description-queue_edit']['it-it'] = "";
@ -477,15 +596,19 @@ $text['description-queue_edit']['nl-nl'] = "";
$text['description-queue_edit']['pl-pl'] = "Kolejki są używane do konfiguracji linii oczekiwania dla wielu jednoczesnych rozmówców. Znane one są również jako kolejki FIFO.";
$text['description-queue_edit']['pt-br'] = "";
$text['description-queue_edit']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para os originadores de chamadas.";
$text['description-queue_edit']['ro-ro'] = "";
$text['description-queue_edit']['ru-ru'] = "Очереди используются для установки ожидающих линий для вызывающих абонентов. Также известны как очереди FIFO.";
$text['description-queue_edit']['sv-se'] = "";
$text['description-queue_edit']['sv-se'] = "Köer används för att konfigurera väntelinjer för uppringare. Även känd som FIFO Kö:er.";
$text['description-queue_edit']['uk-ua'] = "";
$text['description-queue_add']['en-us'] = "In simple terms queues are holding patterns for callers to wait until someone is available to take the call. Also known as FIFO Queues.";
$text['description-queue_add']['ar-eg'] = "";
$text['description-queue_add']['de-at'] = "Einfach ausgedrückt sind WarteschlangenWarteschlangen in denen die Anruf gehalten werden, bit jemand verfügbar ist, der den Anruf annehmen kann. Diese sind als FIFO-Warteschlangen bekannt.";
$text['description-queue_add']['de-ch'] = "";
$text['description-queue_add']['de-de'] = "Einfach ausgedrückt sind WarteschlangenWarteschlangen in denen die Anruf gehalten werden, bit jemand verfügbar ist, der den Anruf annehmen kann. Diese sind als FIFO-Warteschlangen bekannt.";
$text['description-queue_add']['es-cl'] = "En términos simples, las colas son patrones para mantener en espera hasta que alguien está disponible para tomar la llamada. Son conocidas como colas FIFO.";
$text['description-queue_add']['es-mx'] = "";
$text['description-queue_add']['fr-ca'] = "";
$text['description-queue_add']['fr-fr'] = "En résumé, ces files d'attente diffusent un média aux appelants en attendant que quelqu'un soit disponible pour traiter cet appel.";
$text['description-queue_add']['he-il'] = "";
$text['description-queue_add']['it-it'] = "";
@ -493,15 +616,19 @@ $text['description-queue_add']['nl-nl'] = "";
$text['description-queue_add']['pl-pl'] = "Kolejki przetrzymują dzwoniących aż do momentu, gdy któryś z agentów będzie mógł odebrać rozmowę. Znane one są również jako kolejki FIFO.";
$text['description-queue_add']['pt-br'] = "";
$text['description-queue_add']['pt-pt'] = "As filas implementam padrões que permitem aos originadores das chamadas esperar até que algum agente fique disponível para atender a chamada.";
$text['description-queue_add']['ro-ro'] = "";
$text['description-queue_add']['ru-ru'] = "Говоря простыми словами, очереди удерживают звонящих на линии, пока кто-то не сможет принять вызов. Также известны как очереди FIFO.";
$text['description-queue_add']['sv-se'] = "";
$text['description-queue_add']['sv-se'] = "Enkelt förklarat så är kö:er en vänt plats för inkommande samtal fram tills någon kan ta samtalet. Även känt som FIFO Kö:er.";
$text['description-queue_add']['uk-ua'] = "";
$text['description-name']['en-us'] = "The name the queue will be assigned.";
$text['description-name']['ar-eg'] = "";
$text['description-name']['de-at'] = "Der Name, welcher der Warteschlange zugeordnet werden soll.";
$text['description-name']['de-ch'] = "";
$text['description-name']['de-de'] = "Der Name, welcher der Warteschlange zugeordnet werden soll.";
$text['description-name']['es-cl'] = "El nombre al que la cola que va a ser asignada.";
$text['description-name']['es-mx'] = "";
$text['description-name']['fr-ca'] = "";
$text['description-name']['fr-fr'] = "Le nom donné à la queue.";
$text['description-name']['he-il'] = "";
$text['description-name']['it-it'] = "";
@ -509,15 +636,19 @@ $text['description-name']['nl-nl'] = "";
$text['description-name']['pl-pl'] = " Nazwa kolejki.";
$text['description-name']['pt-br'] = "";
$text['description-name']['pt-pt'] = "O nome que será atribuído à fila.";
$text['description-name']['ro-ro'] = "";
$text['description-name']['ru-ru'] = "Имя очереди будет присвоено.";
$text['description-name']['sv-se'] = "";
$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']['ar-eg'] = "";
$text['description-extension']['de-at'] = "Die Rufnummer, die der Warteschlange zugeordnet werden soll.";
$text['description-extension']['de-ch'] = "";
$text['description-extension']['de-de'] = "Die Rufnummer, die der Warteschlange zugeordnet werden soll.";
$text['description-extension']['es-cl'] = "El número al que será asignada la cola.";
$text['description-extension']['es-mx'] = "";
$text['description-extension']['fr-ca'] = "";
$text['description-extension']['fr-fr'] = "Numéro d'extension pour joindre la queue. ";
$text['description-extension']['he-il'] = "";
$text['description-extension']['it-it'] = "";
@ -525,15 +656,19 @@ $text['description-extension']['nl-nl'] = "";
$text['description-extension']['pl-pl'] = "Numer wew kolejki.";
$text['description-extension']['pt-br'] = "";
$text['description-extension']['pt-pt'] = "O número que será atribuído à fila.";
$text['description-extension']['ro-ro'] = "";
$text['description-extension']['ru-ru'] = "Номер, который будет назначен очереди.";
$text['description-extension']['sv-se'] = "";
$text['description-extension']['sv-se'] = "Numret som kommer att kopplas till kö:n.";
$text['description-extension']['uk-ua'] = "";
$text['description-continue']['en-us'] = "Continue in most cases should be set to false.";
$text['description-continue']['ar-eg'] = "";
$text['description-continue']['de-at'] = "Die Option Weiterführen sollte in der Regel auf Aus stehen.";
$text['description-continue']['de-ch'] = "";
$text['description-continue']['de-de'] = "Die Option Weiterführen sollte in der Regel auf Aus stehen.";
$text['description-continue']['es-cl'] = "Continuar en la mayoría de los casos debería configurarse como falso.";
$text['description-continue']['es-mx'] = "";
$text['description-continue']['fr-ca'] = "";
$text['description-continue']['fr-fr'] = "Continuer, Dans la plus part des cas à Non.";
$text['description-continue']['he-il'] = "";
$text['description-continue']['it-it'] = "";
@ -541,15 +676,19 @@ $text['description-continue']['nl-nl'] = "";
$text['description-continue']['pl-pl'] = "Kontynuacja w większości przypadków jest ustawiona na NIE.";
$text['description-continue']['pt-br'] = "";
$text['description-continue']['pt-pt'] = "A acção Continuar deverá ser, na maioria dos casos, definida a false.";
$text['description-continue']['ro-ro'] = "";
$text['description-continue']['ru-ru'] = "Для продолжения в большинстве случаев должно быть установлено значение Нет.";
$text['description-continue']['sv-se'] = "";
$text['description-continue']['sv-se'] = "Fortsätt i de flesta fall bör detta vara inställd på falsk.";
$text['description-continue']['uk-ua'] = "";
$text['description-conditions_and_actions']['en-us'] = "The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order until you reach the action dialplan_detail_tag which tells what action to perform. You are not limited to only one condition or action dialplan_detail_tag for a given extension.";
$text['description-conditions_and_actions']['ar-eg'] = "";
$text['description-conditions_and_actions']['de-at'] = "Die nachfolgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan verwendet, um den Anruf-Fluss zu steuern. Jeder Anruf wird sequentiell abgearbeitet, bis die Aktion dialplan_detail_tag erreicht wird, welche die auszuführende Aktion bestimmt. Es können mehrere Bedingungen und Aktionen vom Typ dialplan_detail_tag pro Nebenstelle angegeben werden.";
$text['description-conditions_and_actions']['de-ch'] = "";
$text['description-conditions_and_actions']['de-de'] = "Die nachfolgenden Bedingungen, Aktionen und Anti-Aktionen werden im Wählplan verwendet, um den Anruf-Fluss zu steuern. Jeder Anruf wird sequentiell abgearbeitet, bis die Aktion dialplan_detail_tag erreicht wird, welche die auszuführende Aktion bestimmt. Es können mehrere Bedingungen und Aktionen vom Typ dialplan_detail_tag pro Nebenstelle angegeben werden.";
$text['description-conditions_and_actions']['es-cl'] = "Las siguientes condiciones, acciones y anti-acciones son usada en el plan de marcado para dirigir el flujo de llamado. Cada uno es procesado en orden hasta que se alcanza la accion dialplan_detail_tag, el cual indica la acción a ejecutar. No está limitado a solo una condición o acción dialplan_detail_tag para una extensión dada.";
$text['description-conditions_and_actions']['es-mx'] = "";
$text['description-conditions_and_actions']['fr-ca'] = "";
$text['description-conditions_and_actions']['fr-fr'] = "Les conditions suivantes, actions et anti-actions sont utilisées par le plan de nuémrotation pour acheminer l'appel. Chaque appel est géré dans l'ordre jusqu'à atteindre l'action 'dialplan_detail_tag' qui décide de l'action à effectuer. Il n'y a pas de limite sur le nombre de condition ou d'action pour chaque extension.";
$text['description-conditions_and_actions']['he-il'] = "";
$text['description-conditions_and_actions']['it-it'] = "";
@ -557,15 +696,19 @@ $text['description-conditions_and_actions']['nl-nl'] = "";
$text['description-conditions_and_actions']['pl-pl'] = "Następujące warunki, akcje i anty-akcje są używane przez dialplan do przesyłania rozmów. Każdy z nich jest wykonywany we wcześniej zdefiniowanej kolejności. Użyj tyle warunków, akcji lub anty-akcji ile jest potrzebne do osiągniecia żądanego końcowego przeznaczenia.";
$text['description-conditions_and_actions']['pt-br'] = "";
$text['description-conditions_and_actions']['pt-pt'] = "As seguintes condições, acções e anti-acções são utilizadas no dialplan para encaminhar as chamadas. Cada condição, acção ou anti-acção é processada por ordem até ser atingida a acção a tomar. Podem ser tomadas mais do que uma condição ou acção para uma determinada extensão.";
$text['description-conditions_and_actions']['ro-ro'] = "";
$text['description-conditions_and_actions']['ru-ru'] = "Следующие условия, действия и антидействия используются в диалплане для направления потока вызовов. Каждый обрабатывается по порядку, пока не будет достигнуто действие dialplan_detail_tag, которое сообщает, какое действие выполнить. Вы не ограничены только одним условием или действием dialplan_detail_tag для данного расширения.";
$text['description-conditions_and_actions']['sv-se'] = "";
$text['description-conditions_and_actions']['sv-se'] = "Följande villkor, åtgärder och anti-handlingar används i nummerplanen för att styra ett samtals flöde. Varje steg bearbetas i ordning tills du når steget dialplan_detail_tag som berättar vilken åtgärd som ska utföras. Du är inte begränsad till endast ett villkor eller åtgärd dialplan_detail_tag för en viss anknytning.";
$text['description-conditions_and_actions']['uk-ua'] = "";
$text['description-agent_queue_extension']['en-us'] = "The extension number for the Agent FIFO Queue. This is the holding pattern for agents waiting to service calls in the caller FIFO queue.";
$text['description-agent_queue_extension']['ar-eg'] = "";
$text['description-agent_queue_extension']['de-at'] = "Die Nebenstelle für die Agent FIFO Warteschlange.";
$text['description-agent_queue_extension']['de-ch'] = "";
$text['description-agent_queue_extension']['de-de'] = "Die Nebenstelle für die Agent FIFO Warteschlange.";
$text['description-agent_queue_extension']['es-cl'] = "El número de extensión para la cola del Agente FIFO. Este es el patrón de espera para agentes esperando servir llamadas en la cola.";
$text['description-agent_queue_extension']['es-mx'] = "";
$text['description-agent_queue_extension']['fr-ca'] = "";
$text['description-agent_queue_extension']['fr-fr'] = "Numéro de la queue pour l'agent. Ce sera le numéro entré par l'agent pour souscrire aux appels de cette queue. ";
$text['description-agent_queue_extension']['he-il'] = "";
$text['description-agent_queue_extension']['it-it'] = "";
@ -573,15 +716,19 @@ $text['description-agent_queue_extension']['nl-nl'] = "";
$text['description-agent_queue_extension']['pl-pl'] = "Numer wew agenta w kolejce FIFO. To jest przykład ustawienia agentów oczekujących na rozmowy.";
$text['description-agent_queue_extension']['pt-br'] = "";
$text['description-agent_queue_extension']['pt-pt'] = "O número de extensão para o agente da fila. Este é o procedimento para que os agentes possam receber chamadas da fila.";
$text['description-agent_queue_extension']['ro-ro'] = "";
$text['description-agent_queue_extension']['ru-ru'] = "Внутренний номер очереди агента FIFO. Это шаблон ожидания для операторов, ожидающих обслуживания вызовов в очереди FIFO вызывающего абонента.";
$text['description-agent_queue_extension']['sv-se'] = "";
$text['description-agent_queue_extension']['sv-se'] = "Anknytningsnumret för Agent FIFO Queue. Detta är väntplatsen för agenter som väntar på att betjäna samtal i den uppringande FIFO-köen.";
$text['description-agent_queue_extension']['uk-ua'] = "";
$text['description-agent_loginout_extension']['en-us'] = "Agents use this extension number to login or logout of the Queue. After logging into the agent will be ready to receive calls from the Queue.";
$text['description-agent_loginout_extension']['ar-eg'] = "";
$text['description-agent_loginout_extension']['de-at'] = "Der Agent verwendet diese Nebenstelle um sich bei der Warteschlange an oder ab zu melden. Nach der Anmeldung kann der Agent Anrufe aus der Warteschlange entgegennehmen.";
$text['description-agent_loginout_extension']['de-ch'] = "";
$text['description-agent_loginout_extension']['de-de'] = "Der Agent verwendet diese Nebenstelle um sich bei der Warteschlange an oder ab zu melden. Nach der Anmeldung kann der Agent Anrufe aus der Warteschlange entgegennehmen.";
$text['description-agent_loginout_extension']['es-cl'] = "Los agentes usan este número de extensión para conectarse o desconectarse en la cola. Despues de conectarse, el agente estará listo para recibir llamadas desde la cola.";
$text['description-agent_loginout_extension']['es-mx'] = "";
$text['description-agent_loginout_extension']['fr-ca'] = "";
$text['description-agent_loginout_extension']['fr-fr'] = "Numéro utilisé par l'agent pour se connecter/déconnecter de la queue. Après s'être connecté, l'agent sera prêt à recevoir des les appels de la queue.";
$text['description-agent_loginout_extension']['he-il'] = "";
$text['description-agent_loginout_extension']['it-it'] = "";
@ -589,8 +736,10 @@ $text['description-agent_loginout_extension']['nl-nl'] = "";
$text['description-agent_loginout_extension']['pl-pl'] = "Agenci używają numeru wew aby się zalogować lub wylogować z kolejki. Po zalogowaniu agent jest gotowy do odbierania rozmów.";
$text['description-agent_loginout_extension']['pt-br'] = "";
$text['description-agent_loginout_extension']['pt-pt'] = "Os agentes utilizam este número de extensão para entrarem ou sairem da fila. Depois desta configuração o agente receberá chamadas com destino a esta fila.";
$text['description-agent_loginout_extension']['ro-ro'] = "";
$text['description-agent_loginout_extension']['ru-ru'] = "Агенты используют этот внутренний номер для входа или выхода из очереди. После входа в агент будет готов принимать вызовы из очереди.";
$text['description-agent_loginout_extension']['sv-se'] = "";
$text['description-agent_loginout_extension']['sv-se'] = "
Agenter använder det här anknytningsnumret för att logga in eller logga ut från köen. Efter att du loggat in i agenten kommer du att vara redo att ta emot samtal från köen.";
$text['description-agent_loginout_extension']['uk-ua'] = "";
?>
?>

View File

@ -1,23 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Queues";
$apps[$x]['menu'][0]['title']['es-cl'] = "Colas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Colas";
$apps[$x]['menu'][0]['title']['de-de'] = "Warteschlangen";
$apps[$x]['menu'][0]['title']['de-ch'] = "Warteschlangen";
$apps[$x]['menu'][0]['title']['de-at'] = "Warteschlangen";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Queues";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Filas";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['pl'] = "Kolejki";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Очереди";
$apps[$x]['menu'][0]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Queues";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Warteschlangen";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Warteschlangen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Warteschlangen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kolejki";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Очереди";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "c535ac0b-1da1-0f9c-4653-7934c6f4732c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/dialplan/dialplans.php?app_uuid=16589224-c876-aeb3-f59f-523a1c0801f7";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "fcd0afab-164b-abd7-3971-d613598fe3da";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf.";
$apps[$x]['description']['es-cl'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera.";
$apps[$x]['description']['es-mx'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera.";
$apps[$x]['description']['de-de'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Führt alle Warteschlangen mit einem oder mehrere aktive Anrufer auf.";
$apps[$x]['description']['fr-fr'] = "Liste toutes les files d'attente actuellement utilisées avec une ou plus des personnes en attend.";
$apps[$x]['description']['fr-ca'] = "Il liste toutes les queues qui sont maintenant utilisés avec une ou plus des personnes en attend.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Liste todas as filas que estão atualmente ativas com um ou mais interlocutores.";
$apps[$x]['description']['fr-fr'] = "Liste toutes les files d'attente actuellement utilisées avec une ou plus des personnes en attend.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Liste todas as filas que estão atualmente ativas com um ou mais interlocutores.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -39,4 +47,4 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['title-queue']['en-us'] = "Queue";
$text['title-queue']['ar-eg'] = "";
$text['title-queue']['de-at'] = "Warteschlange";
$text['title-queue']['de-ch'] = "";
$text['title-queue']['de-de'] = "Warteschlange";
$text['title-queue']['es-cl'] = "Cola";
$text['title-queue']['es-mx'] = "";
$text['title-queue']['fr-ca'] = "";
$text['title-queue']['fr-fr'] = "File";
$text['title-queue']['he-il'] = "";
$text['title-queue']['it-it'] = "";
@ -13,6 +16,7 @@ $text['title-queue']['nl-nl'] = "";
$text['title-queue']['pl-pl'] = "Kolejka";
$text['title-queue']['pt-br'] = "Fila";
$text['title-queue']['pt-pt'] = "Fila";
$text['title-queue']['ro-ro'] = "";
$text['title-queue']['ru-ru'] = "Очередь";
$text['title-queue']['sv-se'] = "";
$text['title-queue']['uk-ua'] = "Черга";
@ -20,8 +24,11 @@ $text['title-queue']['uk-ua'] = "Черга";
$text['title-active_queues']['en-us'] = "Active Queues";
$text['title-active_queues']['ar-eg'] = "";
$text['title-active_queues']['de-at'] = "Aktive Warteschlangen";
$text['title-active_queues']['de-ch'] = "";
$text['title-active_queues']['de-de'] = "Aktive Warteschlangen";
$text['title-active_queues']['es-cl'] = "Colas Activas";
$text['title-active_queues']['es-mx'] = "";
$text['title-active_queues']['fr-ca'] = "";
$text['title-active_queues']['fr-fr'] = "Files Actives";
$text['title-active_queues']['he-il'] = "";
$text['title-active_queues']['it-it'] = "";
@ -29,6 +36,7 @@ $text['title-active_queues']['nl-nl'] = "";
$text['title-active_queues']['pl-pl'] = "Aktywne kolejki";
$text['title-active_queues']['pt-br'] = "Filas ativas";
$text['title-active_queues']['pt-pt'] = "Filas Activas";
$text['title-active_queues']['ro-ro'] = "";
$text['title-active_queues']['ru-ru'] = "Активные Очереди";
$text['title-active_queues']['sv-se'] = "Aktiva Köer";
$text['title-active_queues']['uk-ua'] = "Активні черги";
@ -36,8 +44,11 @@ $text['title-active_queues']['uk-ua'] = "Активні черги";
$text['label-waiting_count']['en-us'] = "Waiting Count";
$text['label-waiting_count']['ar-eg'] = "";
$text['label-waiting_count']['de-at'] = "Anzahl Wartend";
$text['label-waiting_count']['de-ch'] = "";
$text['label-waiting_count']['de-de'] = "Anzahl Wartend";
$text['label-waiting_count']['es-cl'] = "Conteo de Espera";
$text['label-waiting_count']['es-mx'] = "";
$text['label-waiting_count']['fr-ca'] = "";
$text['label-waiting_count']['fr-fr'] = "Décompte attente";
$text['label-waiting_count']['he-il'] = "";
$text['label-waiting_count']['it-it'] = "";
@ -45,6 +56,7 @@ $text['label-waiting_count']['nl-nl'] = "";
$text['label-waiting_count']['pl-pl'] = "Ilość oczekujących";
$text['label-waiting_count']['pt-br'] = "Total em espera";
$text['label-waiting_count']['pt-pt'] = "Total em Espera";
$text['label-waiting_count']['ro-ro'] = "";
$text['label-waiting_count']['ru-ru'] = "Счетчик ожиданий";
$text['label-waiting_count']['sv-se'] = "Antal Väntande";
$text['label-waiting_count']['uk-ua'] = "Кількість в очікуванні";
@ -52,8 +64,11 @@ $text['label-waiting_count']['uk-ua'] = "Кількість в очікуван
$text['label-view']['en-us'] = "View";
$text['label-view']['ar-eg'] = "";
$text['label-view']['de-at'] = "Ansicht";
$text['label-view']['de-ch'] = "";
$text['label-view']['de-de'] = "Ansicht";
$text['label-view']['es-cl'] = "Ver";
$text['label-view']['es-mx'] = "";
$text['label-view']['fr-ca'] = "";
$text['label-view']['fr-fr'] = "Voir";
$text['label-view']['he-il'] = "";
$text['label-view']['it-it'] = "";
@ -61,6 +76,7 @@ $text['label-view']['nl-nl'] = "";
$text['label-view']['pl-pl'] = "Widok";
$text['label-view']['pt-br'] = "Visualizar";
$text['label-view']['pt-pt'] = "Vista";
$text['label-view']['ro-ro'] = "";
$text['label-view']['ru-ru'] = "Просмотр";
$text['label-view']['sv-se'] = "Visa";
$text['label-view']['uk-ua'] = "Перегляд";
@ -68,8 +84,11 @@ $text['label-view']['uk-ua'] = "Перегляд";
$text['label-username']['en-us'] = "Username";
$text['label-username']['ar-eg'] = "";
$text['label-username']['de-at'] = "Benutzername";
$text['label-username']['de-ch'] = "";
$text['label-username']['de-de'] = "Benutzername";
$text['label-username']['es-cl'] = "Nombre de Usuario";
$text['label-username']['es-mx'] = "";
$text['label-username']['fr-ca'] = "";
$text['label-username']['fr-fr'] = "Utilisateur";
$text['label-username']['he-il'] = "";
$text['label-username']['it-it'] = "";
@ -77,6 +96,7 @@ $text['label-username']['nl-nl'] = "";
$text['label-username']['pl-pl'] = "Użytkownik";
$text['label-username']['pt-br'] = "Nome do Usuário";
$text['label-username']['pt-pt'] = "Nome de Utilizador";
$text['label-username']['ro-ro'] = "";
$text['label-username']['ru-ru'] = "Имя Пользователя";
$text['label-username']['sv-se'] = "Användarnamn";
$text['label-username']['uk-ua'] = "Ім’я користувача";
@ -84,8 +104,11 @@ $text['label-username']['uk-ua'] = "Ім’я користувача";
$text['label-status']['en-us'] = "Status";
$text['label-status']['ar-eg'] = "";
$text['label-status']['de-at'] = "Status";
$text['label-status']['de-ch'] = "";
$text['label-status']['de-de'] = "Status";
$text['label-status']['es-cl'] = "Estado";
$text['label-status']['es-mx'] = "";
$text['label-status']['fr-ca'] = "";
$text['label-status']['fr-fr'] = "Statut";
$text['label-status']['he-il'] = "";
$text['label-status']['it-it'] = "";
@ -93,6 +116,7 @@ $text['label-status']['nl-nl'] = "";
$text['label-status']['pl-pl'] = "Status";
$text['label-status']['pt-br'] = "Estado";
$text['label-status']['pt-pt'] = "Estado";
$text['label-status']['ro-ro'] = "";
$text['label-status']['ru-ru'] = "Статус";
$text['label-status']['sv-se'] = "Status";
$text['label-status']['uk-ua'] = "Стан";
@ -100,8 +124,11 @@ $text['label-status']['uk-ua'] = "Стан";
$text['label-priority']['en-us'] = "Priority";
$text['label-priority']['ar-eg'] = "";
$text['label-priority']['de-at'] = "Priorität";
$text['label-priority']['de-ch'] = "";
$text['label-priority']['de-de'] = "Priorität";
$text['label-priority']['es-cl'] = "Prioridad";
$text['label-priority']['es-mx'] = "";
$text['label-priority']['fr-ca'] = "";
$text['label-priority']['fr-fr'] = "Priorité";
$text['label-priority']['he-il'] = "";
$text['label-priority']['it-it'] = "";
@ -109,6 +136,7 @@ $text['label-priority']['nl-nl'] = "";
$text['label-priority']['pl-pl'] = "Priorytet";
$text['label-priority']['pt-br'] = "Prioridade";
$text['label-priority']['pt-pt'] = "Prioridade";
$text['label-priority']['ro-ro'] = "";
$text['label-priority']['ru-ru'] = "Приоритет";
$text['label-priority']['sv-se'] = "Prioritet";
$text['label-priority']['uk-ua'] = "Пріоритет";
@ -116,8 +144,11 @@ $text['label-priority']['uk-ua'] = "Пріоритет";
$text['label-position']['en-us'] = "Position";
$text['label-position']['ar-eg'] = "";
$text['label-position']['de-at'] = "Position";
$text['label-position']['de-ch'] = "";
$text['label-position']['de-de'] = "Position";
$text['label-position']['es-cl'] = "Posición";
$text['label-position']['es-mx'] = "";
$text['label-position']['fr-ca'] = "";
$text['label-position']['fr-fr'] = "Position";
$text['label-position']['he-il'] = "";
$text['label-position']['it-it'] = "";
@ -125,6 +156,7 @@ $text['label-position']['nl-nl'] = "";
$text['label-position']['pl-pl'] = "Pozycja";
$text['label-position']['pt-br'] = "Posição";
$text['label-position']['pt-pt'] = "Posição";
$text['label-position']['ro-ro'] = "";
$text['label-position']['ru-ru'] = "Позиция";
$text['label-position']['sv-se'] = "Position";
$text['label-position']['uk-ua'] = "Позиція";
@ -132,8 +164,11 @@ $text['label-position']['uk-ua'] = "Позиція";
$text['label-name']['en-us'] = "Name";
$text['label-name']['ar-eg'] = "";
$text['label-name']['de-at'] = "Name";
$text['label-name']['de-ch'] = "";
$text['label-name']['de-de'] = "Name";
$text['label-name']['es-cl'] = "Nombre";
$text['label-name']['es-mx'] = "";
$text['label-name']['fr-ca'] = "";
$text['label-name']['fr-fr'] = "Nom";
$text['label-name']['he-il'] = "";
$text['label-name']['it-it'] = "";
@ -141,6 +176,7 @@ $text['label-name']['nl-nl'] = "";
$text['label-name']['pl-pl'] = "Nazwa";
$text['label-name']['pt-br'] = "Nome";
$text['label-name']['pt-pt'] = "Nome";
$text['label-name']['ro-ro'] = "";
$text['label-name']['ru-ru'] = "Имя";
$text['label-name']['sv-se'] = "Namn";
$text['label-name']['uk-ua'] = "Назва";
@ -148,8 +184,11 @@ $text['label-name']['uk-ua'] = "Назва";
$text['label-language']['en-us'] = "Language";
$text['label-language']['ar-eg'] = "";
$text['label-language']['de-at'] = "Sprache";
$text['label-language']['de-ch'] = "";
$text['label-language']['de-de'] = "Sprache";
$text['label-language']['es-cl'] = "Lenguaje";
$text['label-language']['es-mx'] = "";
$text['label-language']['fr-ca'] = "";
$text['label-language']['fr-fr'] = "Langue";
$text['label-language']['he-il'] = "";
$text['label-language']['it-it'] = "";
@ -157,6 +196,7 @@ $text['label-language']['nl-nl'] = "";
$text['label-language']['pl-pl'] = "Język";
$text['label-language']['pt-br'] = "Lingua";
$text['label-language']['pt-pt'] = "Linguagem";
$text['label-language']['ro-ro'] = "";
$text['label-language']['ru-ru'] = "Язык";
$text['label-language']['sv-se'] = "Språk";
$text['label-language']['uk-ua'] = "Мова";
@ -164,8 +204,11 @@ $text['label-language']['uk-ua'] = "Мова";
$text['label-importance']['en-us'] = "Importance";
$text['label-importance']['ar-eg'] = "";
$text['label-importance']['de-at'] = "Wichtigkeit";
$text['label-importance']['de-ch'] = "";
$text['label-importance']['de-de'] = "Wichtigkeit";
$text['label-importance']['es-cl'] = "Importancia";
$text['label-importance']['es-mx'] = "";
$text['label-importance']['fr-ca'] = "";
$text['label-importance']['fr-fr'] = "Importance";
$text['label-importance']['he-il'] = "";
$text['label-importance']['it-it'] = "";
@ -173,6 +216,7 @@ $text['label-importance']['nl-nl'] = "";
$text['label-importance']['pl-pl'] = "Znaczenie";
$text['label-importance']['pt-br'] = "Importância";
$text['label-importance']['pt-pt'] = "Importância";
$text['label-importance']['ro-ro'] = "";
$text['label-importance']['ru-ru'] = "Важность";
$text['label-importance']['sv-se'] = "Betydelse";
$text['label-importance']['uk-ua'] = "Важливість";
@ -180,8 +224,11 @@ $text['label-importance']['uk-ua'] = "Важливість";
$text['label-duration']['en-us'] = "Duration";
$text['label-duration']['ar-eg'] = "";
$text['label-duration']['de-at'] = "Dauer";
$text['label-duration']['de-ch'] = "";
$text['label-duration']['de-de'] = "Dauer";
$text['label-duration']['es-cl'] = "Duración";
$text['label-duration']['es-mx'] = "";
$text['label-duration']['fr-ca'] = "";
$text['label-duration']['fr-fr'] = "Durée";
$text['label-duration']['he-il'] = "";
$text['label-duration']['it-it'] = "";
@ -189,6 +236,7 @@ $text['label-duration']['nl-nl'] = "";
$text['label-duration']['pl-pl'] = "Czas oczekiwania";
$text['label-duration']['pt-br'] = "Duração";
$text['label-duration']['pt-pt'] = "Duração";
$text['label-duration']['ro-ro'] = "";
$text['label-duration']['ru-ru'] = "Продолжительность";
$text['label-duration']['sv-se'] = "Samtalstid";
$text['label-duration']['uk-ua'] = "Тривалість";
@ -196,8 +244,11 @@ $text['label-duration']['uk-ua'] = "Тривалість";
$text['label-destination_number']['en-us'] = "Destination Number";
$text['label-destination_number']['ar-eg'] = "";
$text['label-destination_number']['de-at'] = "Zielnummer";
$text['label-destination_number']['de-ch'] = "";
$text['label-destination_number']['de-de'] = "Zielnummer";
$text['label-destination_number']['es-cl'] = "Número de Destino";
$text['label-destination_number']['es-mx'] = "";
$text['label-destination_number']['fr-ca'] = "";
$text['label-destination_number']['fr-fr'] = "Numéro Destination";
$text['label-destination_number']['he-il'] = "";
$text['label-destination_number']['it-it'] = "";
@ -205,6 +256,7 @@ $text['label-destination_number']['nl-nl'] = "";
$text['label-destination_number']['pl-pl'] = "Destynacja";
$text['label-destination_number']['pt-br'] = "Desvio";
$text['label-destination_number']['pt-pt'] = "Número de Destino";
$text['label-destination_number']['ro-ro'] = "";
$text['label-destination_number']['ru-ru'] = "Целевой номер";
$text['label-destination_number']['sv-se'] = "Destination Nummer";
$text['label-destination_number']['uk-ua'] = "Номер";
@ -212,8 +264,11 @@ $text['label-destination_number']['uk-ua'] = "Номер";
$text['label-consumer_count']['en-us'] = "Consumer Count";
$text['label-consumer_count']['ar-eg'] = "";
$text['label-consumer_count']['de-at'] = "Anzahl Verbraucher";
$text['label-consumer_count']['de-ch'] = "";
$text['label-consumer_count']['de-de'] = "Anzahl Verbraucher";
$text['label-consumer_count']['es-cl'] = "Conteo de Consumo";
$text['label-consumer_count']['es-mx'] = "";
$text['label-consumer_count']['fr-ca'] = "";
$text['label-consumer_count']['fr-fr'] = "Décompte Client";
$text['label-consumer_count']['he-il'] = "";
$text['label-consumer_count']['it-it'] = "";
@ -221,6 +276,7 @@ $text['label-consumer_count']['nl-nl'] = "";
$text['label-consumer_count']['pl-pl'] = "Liczba konsumentów";
$text['label-consumer_count']['pt-br'] = "Total consumidas";
$text['label-consumer_count']['pt-pt'] = "Total Consumidas";
$text['label-consumer_count']['ro-ro'] = "";
$text['label-consumer_count']['ru-ru'] = "Количество клиентов";
$text['label-consumer_count']['sv-se'] = "Förbrukat Antal";
$text['label-consumer_count']['uk-ua'] = "Кількість споживачів";
@ -228,8 +284,11 @@ $text['label-consumer_count']['uk-ua'] = "Кількість споживачі
$text['label-caller_id_number']['en-us'] = "Caller ID Number";
$text['label-caller_id_number']['ar-eg'] = "";
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer";
$text['label-caller_id_number']['de-ch'] = "";
$text['label-caller_id_number']['de-de'] = "Anrufer Nummer";
$text['label-caller_id_number']['es-cl'] = "Número de Caller ID";
$text['label-caller_id_number']['es-mx'] = "";
$text['label-caller_id_number']['fr-ca'] = "";
$text['label-caller_id_number']['fr-fr'] = "Numéro d'appelant";
$text['label-caller_id_number']['he-il'] = "";
$text['label-caller_id_number']['it-it'] = "";
@ -237,6 +296,7 @@ $text['label-caller_id_number']['nl-nl'] = "";
$text['label-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
$text['label-caller_id_number']['pt-br'] = "Número CID";
$text['label-caller_id_number']['pt-pt'] = "Número do Chamador";
$text['label-caller_id_number']['ro-ro'] = "";
$text['label-caller_id_number']['ru-ru'] = "Caller ID Номера";
$text['label-caller_id_number']['sv-se'] = "Inringande ID Nummer";
$text['label-caller_id_number']['uk-ua'] = "Caller ID Номер";
@ -244,8 +304,11 @@ $text['label-caller_id_number']['uk-ua'] = "Caller ID Номер";
$text['label-caller_id_name']['en-us'] = "Caller ID Name";
$text['label-caller_id_name']['ar-eg'] = "";
$text['label-caller_id_name']['de-at'] = "Anrufer Name";
$text['label-caller_id_name']['de-ch'] = "";
$text['label-caller_id_name']['de-de'] = "Anrufer Name";
$text['label-caller_id_name']['es-cl'] = "Nombre de Caller ID";
$text['label-caller_id_name']['es-mx'] = "";
$text['label-caller_id_name']['fr-ca'] = "";
$text['label-caller_id_name']['fr-fr'] = "Nom d'appelant";
$text['label-caller_id_name']['he-il'] = "";
$text['label-caller_id_name']['it-it'] = "";
@ -253,6 +316,7 @@ $text['label-caller_id_name']['nl-nl'] = "";
$text['label-caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
$text['label-caller_id_name']['pt-br'] = "Nome CID";
$text['label-caller_id_name']['pt-pt'] = "Nome do Chamador";
$text['label-caller_id_name']['ro-ro'] = "";
$text['label-caller_id_name']['ru-ru'] = "Caller ID Имя";
$text['label-caller_id_name']['sv-se'] = "Inringande ID Namn";
$text['label-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
@ -260,8 +324,11 @@ $text['label-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
$text['label-caller_count']['en-us'] = "Caller Count";
$text['label-caller_count']['ar-eg'] = "";
$text['label-caller_count']['de-at'] = "Anzahl Anrufer";
$text['label-caller_count']['de-ch'] = "";
$text['label-caller_count']['de-de'] = "Anzahl Anrufer";
$text['label-caller_count']['es-cl'] = "Conteo de Llamadas";
$text['label-caller_count']['es-mx'] = "";
$text['label-caller_count']['fr-ca'] = "";
$text['label-caller_count']['fr-fr'] = "Décompte appelant";
$text['label-caller_count']['he-il'] = "";
$text['label-caller_count']['it-it'] = "";
@ -269,6 +336,7 @@ $text['label-caller_count']['nl-nl'] = "";
$text['label-caller_count']['pl-pl'] = "Ilość dzwoniących";
$text['label-caller_count']['pt-br'] = "Total de chamada";
$text['label-caller_count']['pt-pt'] = "Total em Chamada";
$text['label-caller_count']['ro-ro'] = "";
$text['label-caller_count']['ru-ru'] = "Количество абонентов";
$text['label-caller_count']['sv-se'] = "Antal samtal";
$text['label-caller_count']['uk-ua'] = "Кількість абонентів";
@ -276,8 +344,11 @@ $text['label-caller_count']['uk-ua'] = "Кількість абонентів";
$text['header-queue']['en-us'] = "Queue";
$text['header-queue']['ar-eg'] = "";
$text['header-queue']['de-at'] = "Warteschlange";
$text['header-queue']['de-ch'] = "";
$text['header-queue']['de-de'] = "Warteschlange";
$text['header-queue']['es-cl'] = "Cola";
$text['header-queue']['es-mx'] = "";
$text['header-queue']['fr-ca'] = "";
$text['header-queue']['fr-fr'] = "File";
$text['header-queue']['he-il'] = "";
$text['header-queue']['it-it'] = "";
@ -285,6 +356,7 @@ $text['header-queue']['nl-nl'] = "";
$text['header-queue']['pl-pl'] = "Kolejka";
$text['header-queue']['pt-br'] = "Fila";
$text['header-queue']['pt-pt'] = "Fila";
$text['header-queue']['ro-ro'] = "";
$text['header-queue']['ru-ru'] = "Очередь";
$text['header-queue']['sv-se'] = "";
$text['header-queue']['uk-ua'] = "Черга";
@ -292,8 +364,11 @@ $text['header-queue']['uk-ua'] = "Черга";
$text['header-active_queues']['en-us'] = "Active Queues";
$text['header-active_queues']['ar-eg'] = "";
$text['header-active_queues']['de-at'] = "Aktive Warteschlangen";
$text['header-active_queues']['de-ch'] = "";
$text['header-active_queues']['de-de'] = "Aktive Warteschlangen";
$text['header-active_queues']['es-cl'] = "Colas Activas";
$text['header-active_queues']['es-mx'] = "";
$text['header-active_queues']['fr-ca'] = "";
$text['header-active_queues']['fr-fr'] = "Files Actives";
$text['header-active_queues']['he-il'] = "";
$text['header-active_queues']['it-it'] = "";
@ -301,6 +376,7 @@ $text['header-active_queues']['nl-nl'] = "";
$text['header-active_queues']['pl-pl'] = "Aktywne kolejki";
$text['header-active_queues']['pt-br'] = "Fila ativa";
$text['header-active_queues']['pt-pt'] = "Filas Activas";
$text['header-active_queues']['ro-ro'] = "";
$text['header-active_queues']['ru-ru'] = "Активные Очереди";
$text['header-active_queues']['sv-se'] = "Aktiva Köer";
$text['header-active_queues']['uk-ua'] = "Активні черги";
@ -308,8 +384,11 @@ $text['header-active_queues']['uk-ua'] = "Активні черги";
$text['description-queue']['en-us'] = "Use this page to monitor the queue activity.";
$text['description-queue']['ar-eg'] = "";
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
$text['description-queue']['de-ch'] = "";
$text['description-queue']['de-de'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
$text['description-queue']['es-cl'] = "Utilice esta página para monitorear la actividad de la cola.";
$text['description-queue']['es-mx'] = "";
$text['description-queue']['fr-ca'] = "";
$text['description-queue']['fr-fr'] = "Utiliser cette page pour superviser l'activité des files d'attente.";
$text['description-queue']['he-il'] = "";
$text['description-queue']['it-it'] = "";
@ -317,6 +396,7 @@ $text['description-queue']['nl-nl'] = "";
$text['description-queue']['pl-pl'] = "Aktualna lista oczekujących rozmówców w kolejce.";
$text['description-queue']['pt-br'] = "Lista de chamada na fila";
$text['description-queue']['pt-pt'] = "Utilize esta página para monitorizar a actividade da fila.";
$text['description-queue']['ro-ro'] = "";
$text['description-queue']['ru-ru'] = "Используйте эту страницу для мониторинга активности очереди.";
$text['description-queue']['sv-se'] = "Använd denna sida för att monitorera kö aktivitet";
$text['description-queue']['uk-ua'] = "Використовуйте цю сторінку, щоб стежити за активністю черги.";
@ -324,8 +404,11 @@ $text['description-queue']['uk-ua'] = "Використовуйте цю сто
$text['description-active_queues']['en-us'] = "List all the queues that are currently active with one or more callers.";
$text['description-active_queues']['ar-eg'] = "";
$text['description-active_queues']['de-at'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern.";
$text['description-active_queues']['de-ch'] = "";
$text['description-active_queues']['de-de'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern.";
$text['description-active_queues']['es-cl'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera.";
$text['description-active_queues']['es-mx'] = "";
$text['description-active_queues']['fr-ca'] = "";
$text['description-active_queues']['fr-fr'] = "Liste de toutes les files d'attente actuellement actives avec un ou plusieurs appels";
$text['description-active_queues']['he-il'] = "";
$text['description-active_queues']['it-it'] = "";
@ -333,8 +416,9 @@ $text['description-active_queues']['nl-nl'] = "";
$text['description-active_queues']['pl-pl'] = "Wyświetl wszystkie aktywne kolejki z przynajmniej jednym uczestnikiem";
$text['description-active_queues']['pt-br'] = "Lista com todas as filas que estão atualmente ativas com um ou mais chamadas";
$text['description-active_queues']['pt-pt'] = "Lista todas as filas que estão actualmente activas com uma ou mais chamadas.";
$text['description-active_queues']['ro-ro'] = "";
$text['description-active_queues']['ru-ru'] = "Список всех очередей, которые в данный момент активны, с одним или несколькими вызывающими абонентами.";
$text['description-active_queues']['sv-se'] = "Lista alla köer med en eller fler aktiva samtal";
$text['description-active_queues']['uk-ua'] = "Перелік всіх черг, в яких в даний час є активні абоненти.";
?>
?>

View File

@ -1,23 +1,30 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Active Queues";
$apps[$x]['menu'][0]['title']['es-cl'] = "Colas activas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Colas activas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Queues Actives";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Queues actives";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Filas Activas";
$apps[$x]['menu'][0]['title']['pt-br'] = "Filas ativas";
$apps[$x]['menu'][0]['title']['pl'] = "Aktywne kolejki";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Активные Очереди";
$apps[$x]['menu'][0]['title']['sv-se'] = "Aktiva Köer";
$apps[$x]['menu'][0]['title']['uk'] = "Активні черги";
$apps[$x]['menu'][0]['title']['de-de'] = "Aktive Warteschlangen";
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Warteschlangen";
$apps[$x]['menu'][0]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/fifo_list/fifo_list.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Warteschlangen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Colas activas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Colas activas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Queues actives";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Queues Actives";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne kolejki";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Filas ativas";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Filas Activas";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Очереди";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Köer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні черги";
$apps[$x]['menu'][$y]['uuid'] = "450f1225-9187-49ac-a119-87bc26025f7d";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/fifo_list/fifo_list.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,19 +5,28 @@
$apps[$x]['uuid'] = "f5210fba-337d-4e05-86b6-7a2fd9dc7c42";
$apps[$x]['category'] = "";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Follow Me";
$apps[$x]['description']['en-us'] = "Define alternate inbound call handling for extensions.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Follow Me";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -81,7 +90,6 @@
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = "follow_me_cid_set";
$y++;
//schema details
$y=0;
@ -104,24 +112,24 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cid_name_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cid_number_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_prompt";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dial_string";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_caller_id_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
@ -130,12 +138,11 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_destinations";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "destination_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_ignore_busy";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
//schema details
$y++;
@ -166,23 +173,22 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_destination";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_delay";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_timeout";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_order";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

View File

@ -1,22 +1,31 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Follow Me";
$apps[$x]['menu'][0]['title']['es-mx'] = "Sígueme";
$apps[$x]['menu'][0]['title']['de-de'] = "Follow Me";
$apps[$x]['menu'][0]['title']['de-ch'] = "Follow Me";
$apps[$x]['menu'][0]['title']['de-at'] = "Follow Me";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Follow Me";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Следуй за мной";
$apps[$x]['menu'][0]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "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";
$apps[$x]['menu'][$y]['title']['de-de'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Sígueme";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Follow Me";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Следуй за мной";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "a1144e12-873e-4722-9818-02da1adb6ba3";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "297ab33e-2c2f-8196-552c-f3567d2caaf8";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$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']['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'] = "";
$apps[$x]['description']['de-de'] = "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']['es-cl'] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP.";
$apps[$x]['description']['es-mx'] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP.";
$apps[$x]['description']['de-de'] = "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'] = "";
$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']['fr-fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP";
$apps[$x]['description']['fr-ca'] = "Les passerelles donnent access autres réseaux vocaux. Elles pouvent être d'autre furnisseur ou autre système avec la régistration SIP.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "As Gateways garatem o acesso a redes de voz fornecidas por outros operdadores. Estes podem ser os operadores de voz ou outros sistemas que exigem registo SIP.";
$apps[$x]['description']['fr-fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "As Gateways garatem o acesso a redes de voz fornecidas por outros operdadores. Estes podem ser os operadores de voz ou outros sistemas que exigem registo SIP.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -56,18 +64,17 @@
$apps[$x]['permissions'][$y]['name'] = "gateway_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
//default settings
$y = 0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'df031ab4-087d-4e0e-92ac-e96f5d0aa55d';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'gateways';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "df031ab4-087d-4e0e-92ac-e96f5d0aa55d";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "gateways";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//schema details
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_gateways";
$apps[$x]['db'][$y]['table']['parent'] = "";
@ -214,4 +221,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways";
$apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Passerelles";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][0]['title']['pt-br'] = "Gateways";
$apps[$x]['menu'][0]['title']['pl'] = "Brama wyjściowa ";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Шлюзы";
$apps[$x]['menu'][0]['title']['uk'] = "Шлюзи";
$apps[$x]['menu'][0]['title']['sv-se'] = "Gateways";
$apps[$x]['menu'][0]['title']['de-de'] = "Gateways";
$apps[$x]['menu'][0]['title']['de-at'] = "Gateways";
$apps[$x]['menu'][0]['title']['ar-eg'] = "البوابات";
$apps[$x]['menu'][0]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Gateways";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "البوابات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Gateways";
$apps[$x]['menu'][$y]['title']['de-de'] = "Gateways";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Pasarelas";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Passerelles";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Brama wyjściowa ";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gateways";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gateways";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Шлюзы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Gateways";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Шлюзи";
$apps[$x]['menu'][$y]['uuid'] = "237a512a-f8fe-1ce4-b5d7-e71c401d7159";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/gateways/gateways.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "a5788e9b-58bc-bd1b-df59-fff5d51253ab";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, IVR menus, hunt groups, FAX extensions, and more.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein.";
$apps[$x]['description']['es-cl'] = "El menú IVR reproduce una grabación o una frase predefinida que presenta opciones para elegir. Cada opción corresponde a un destino. Los destinos pueden ser extensiones, correo de voz, IVR, grupos, fax entre otros.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Anrufzentralen spielen eine Aufnahme oder vordefinierte Phrasen ab und bieten denm Anrufer verschieden Optionen zur Auswahl. Jede Option hat ei dazugehöriges Ziel. Diese können Nebenstellen, Autromatische Zentralen, Hunt Groups, Fax Nebenstellen und anderes sein.";
$apps[$x]['description']['fr-fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ...";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "O menu IVR toca uma gravação ou uma frase pré-definidos, que são apresentados ao chamador na forma de opções para escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, outros IVRs, grupos, extensões de fax, etc.";
$apps[$x]['description']['fr-fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ...";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "O menu IVR toca uma gravação ou uma frase pré-definidos, que são apresentados ao chamador na forma de opções para escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, outros IVRs, grupos, extensões de fax, etc.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//destination details
$y=0;
@ -33,17 +41,17 @@
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}";
$apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name}";
//if ($_SESSION['ivr_menu']['application']['text'] != "lua") {
// $y++;
// $apps[$x]['destinations'][$y]['type'] = "sql";
// $apps[$x]['destinations'][$y]['label'] = "ivr_menus_sub";
// $apps[$x]['destinations'][$y]['name'] = "ivr_menus";
// $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ivr_menu_enabled = 'true' ";
// $apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc";
// $apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name";
// $apps[$x]['destinations'][$y]['field']['uuid'] = "ivr_menu_uuid";
// $y++;
// $apps[$x]['destinations'][$y]['type'] = "sql";
// $apps[$x]['destinations'][$y]['label'] = "ivr_menus_sub";
// $apps[$x]['destinations'][$y]['name'] = "ivr_menus";
// $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ivr_menu_enabled = 'true' ";
// $apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc";
// $apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name";
// $apps[$x]['destinations'][$y]['field']['uuid'] = "ivr_menu_uuid";
// //$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "ivr:\${ivr_menu_uuid}";
// $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-sub:\${uuid}";
// $apps[$x]['destinations'][$y]['select_label'] = "\${name}";
// $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-sub:\${uuid}";
// $apps[$x]['destinations'][$y]['select_label'] = "\${name}";
//}
//menu-top
//menu-exit
@ -87,30 +95,29 @@
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = 'ce17d7af-650a-49c0-b3e4-3bb8c1dad566';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'ivr_menu';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'option_add_rows';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '5';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "ce17d7af-650a-49c0-b3e4-3bb8c1dad566";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "ivr_menu";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "option_add_rows";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "5";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '74376817-89de-49e1-bddd-868a8ebb49ec';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'ivr_menu';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'option_edit_rows';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '1';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = '26984efd-2445-4ac9-b459-bb7bda4217c6';
$apps[$x]['default_settings'][$y]['default_setting_category'] = 'limit';
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'ivr_menus';
$apps[$x]['default_settings'][$y]['default_setting_name'] = 'numeric';
$apps[$x]['default_settings'][$y]['default_setting_value'] = '3';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false';
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "74376817-89de-49e1-bddd-868a8ebb49ec";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "ivr_menu";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "option_edit_rows";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "26984efd-2445-4ac9-b459-bb7bda4217c6";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "limit";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "ivr_menus";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "3";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//schema details
$y=0;
@ -247,7 +254,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "ivr_menu_desc";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y++;
$apps[$x]['db'][$y]['table']['name'] = "v_ivr_menu_options";
@ -320,6 +326,5 @@
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "ivr_menu_options_desc";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
?>
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,20 +1,29 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "IVR Menu";
$apps[$x]['menu'][0]['title']['es-cl'] = "Menú IVR";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Menu SVI";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Menu de IVR";
$apps[$x]['menu'][0]['title']['pt-br'] = "Menu de IVR";
$apps[$x]['menu'][0]['title']['pl'] = "Zapowiedzi głosowe (IVR)";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовые меню (IVR)";
$apps[$x]['menu'][0]['title']['sv-se'] = "IVR Meny";
$apps[$x]['menu'][0]['title']['de-de'] = "Automatische Vermittlung";
$apps[$x]['menu'][0]['title']['de-at'] = "Automatische Vermittlung";
$apps[$x]['menu'][0]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/ivr_menus/ivr_menus.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "IVR Menu";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Automatische Vermittlung";
$apps[$x]['menu'][$y]['title']['de-de'] = "Automatische Vermittlung";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Menu SVI";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapowiedzi głosowe (IVR)";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu de IVR";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Menu de IVR";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовые меню (IVR)";
$apps[$x]['menu'][$y]['title']['sv-se'] = "IVR Meny";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = "72259497-a67b-e5aa-cac2-0f2dcef16308";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/ivr_menus/ivr_menus.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

@ -5,20 +5,28 @@
$apps[$x]['uuid'] = "159a2724-77e1-2782-9366-db08b3750e06";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Display the switch logs.";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "Zeigt die Switch-Logs an.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "Zeigt die Switch-Logs an.";
$apps[$x]['description']['es-cl'] = "Muestra los registros del switch";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "Zeigt die Switch-Logs an.";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "Zeigt die Switch-Logs an.";
$apps[$x]['description']['fr-fr'] = "Logs du switch.";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Exibir os logs de switch.";
$apps[$x]['description']['fr-fr'] = "Logs du switch.";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Exibir os logs de switch.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//permission details
$y=0;
@ -32,4 +40,4 @@
$apps[$x]['permissions'][$y]['name'] = "log_path_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
?>

View File

@ -1,11 +1,14 @@
<?php
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
#This file was last reorganized on 2nd of June 2017 04:38:28 PM UTC
$text['label-syntax']['en-us'] = "Syntax Highlighted";
$text['label-syntax']['ar-eg'] = "";
$text['label-syntax']['de-at'] = "Syntax Highlighted";
$text['label-syntax']['de-ch'] = "";
$text['label-syntax']['de-de'] = "Syntax Highlighted";
$text['label-syntax']['es-cl'] = "Destacar Sintaxis";
$text['label-syntax']['es-mx'] = "";
$text['label-syntax']['fr-ca'] = "";
$text['label-syntax']['fr-fr'] = "Coloration Syntaxique";
$text['label-syntax']['he-il'] = "";
$text['label-syntax']['it-it'] = "Sintassi Evidenziata";
@ -13,6 +16,7 @@ $text['label-syntax']['nl-nl'] = "";
$text['label-syntax']['pl-pl'] = "Składnia wyróżniona";
$text['label-syntax']['pt-br'] = "Realçar a sintaxe";
$text['label-syntax']['pt-pt'] = "Realçar a Sintaxe";
$text['label-syntax']['ro-ro'] = "";
$text['label-syntax']['ru-ru'] = "Выделение Синтаксиса";
$text['label-syntax']['sv-se'] = "Syntax Markerad";
$text['label-syntax']['uk-ua'] = "Підсвічування синтаксису";
@ -20,8 +24,11 @@ $text['label-syntax']['uk-ua'] = "Підсвічування синтаксис
$text['label-sort']['en-us'] = "Sort Descending";
$text['label-sort']['ar-eg'] = "";
$text['label-sort']['de-at'] = "Absteigend sortiert";
$text['label-sort']['de-ch'] = "";
$text['label-sort']['de-de'] = "Absteigend sortiert";
$text['label-sort']['es-cl'] = "Mostrar en orden descendente";
$text['label-sort']['es-mx'] = "";
$text['label-sort']['fr-ca'] = "";
$text['label-sort']['fr-fr'] = "Affichage ordre descendant";
$text['label-sort']['he-il'] = "";
$text['label-sort']['it-it'] = "Visualizza in ordine decrescente";
@ -29,6 +36,7 @@ $text['label-sort']['nl-nl'] = "";
$text['label-sort']['pl-pl'] = "Sortuj malejąco";
$text['label-sort']['pt-br'] = "Ordenar por tipo";
$text['label-sort']['pt-pt'] = "Ordenar Descendetemente";
$text['label-sort']['ro-ro'] = "";
$text['label-sort']['ru-ru'] = "Сортировка по убыванию";
$text['label-sort']['sv-se'] = "Sortera Fallande";
$text['label-sort']['uk-ua'] = "Сортувати за спаданням";
@ -36,8 +44,11 @@ $text['label-sort']['uk-ua'] = "Сортувати за спаданням";
$text['label-open-file']['en-us'] = "opening entire file";
$text['label-open-file']['ar-eg'] = "";
$text['label-open-file']['de-at'] = "gesamte Datei öffnen";
$text['label-open-file']['de-ch'] = "";
$text['label-open-file']['de-de'] = "gesamte Datei öffnen";
$text['label-open-file']['es-cl'] = "Abrir el archivo completo";
$text['label-open-file']['es-mx'] = "";
$text['label-open-file']['fr-ca'] = "";
$text['label-open-file']['fr-fr'] = "Ouvrir le fichier entier";
$text['label-open-file']['he-il'] = "";
$text['label-open-file']['it-it'] = "apri l'intero file";
@ -45,6 +56,7 @@ $text['label-open-file']['nl-nl'] = "";
$text['label-open-file']['pl-pl'] = "otwarcie całego pliku";
$text['label-open-file']['pt-br'] = "Abrir um arquivo todo";
$text['label-open-file']['pt-pt'] = "abrir o ficheiro todo";
$text['label-open-file']['ro-ro'] = "";
$text['label-open-file']['ru-ru'] = "Открытие всего файла";
$text['label-open-file']['sv-se'] = "Öppnar hela filen";
$text['label-open-file']['uk-ua'] = "відкрито весь файл";
@ -52,8 +64,11 @@ $text['label-open-file']['uk-ua'] = "відкрито весь файл";
$text['label-open-at']['en-us'] = "opening at";
$text['label-open-at']['ar-eg'] = "";
$text['label-open-at']['de-at'] = "öffnen";
$text['label-open-at']['de-ch'] = "";
$text['label-open-at']['de-de'] = "öffnen";
$text['label-open-at']['es-cl'] = "Abrir en";
$text['label-open-at']['es-mx'] = "";
$text['label-open-at']['fr-ca'] = "";
$text['label-open-at']['fr-fr'] = "Ouvrir à";
$text['label-open-at']['he-il'] = "";
$text['label-open-at']['it-it'] = "apri a";
@ -61,6 +76,7 @@ $text['label-open-at']['nl-nl'] = "";
$text['label-open-at']['pl-pl'] = "otwarcie na";
$text['label-open-at']['pt-br'] = "Abrir";
$text['label-open-at']['pt-pt'] = "abrir";
$text['label-open-at']['ro-ro'] = "";
$text['label-open-at']['ru-ru'] = "Открытие на";
$text['label-open-at']['sv-se'] = "Öppnar vid";
$text['label-open-at']['uk-ua'] = "відкрито о";
@ -68,8 +84,11 @@ $text['label-open-at']['uk-ua'] = "відкрито о";
$text['label-log-viewer']['en-us'] = "Log Viewer";
$text['label-log-viewer']['ar-eg'] = "";
$text['label-log-viewer']['de-at'] = "Log Datei";
$text['label-log-viewer']['de-ch'] = "";
$text['label-log-viewer']['de-de'] = "Log Datei";
$text['label-log-viewer']['es-cl'] = "Visor de Eventos";
$text['label-log-viewer']['es-mx'] = "";
$text['label-log-viewer']['fr-ca'] = "";
$text['label-log-viewer']['fr-fr'] = "Afficher les Logs";
$text['label-log-viewer']['he-il'] = "";
$text['label-log-viewer']['it-it'] = "Visualizzatore Log";
@ -77,6 +96,7 @@ $text['label-log-viewer']['nl-nl'] = "";
$text['label-log-viewer']['pl-pl'] = "Podgląd logów freeswitcha";
$text['label-log-viewer']['pt-br'] = "Visualizar os logs";
$text['label-log-viewer']['pt-pt'] = "Visualização de Logs";
$text['label-log-viewer']['ro-ro'] = "";
$text['label-log-viewer']['ru-ru'] = "Просмотр Логов";
$text['label-log-viewer']['sv-se'] = "Log Viewer";
$text['label-log-viewer']['uk-ua'] = "Логи";
@ -84,8 +104,11 @@ $text['label-log-viewer']['uk-ua'] = "Логи";
$text['label-line-num']['en-us'] = "Show Line Numbers";
$text['label-line-num']['ar-eg'] = "";
$text['label-line-num']['de-at'] = "Zeilennummern anzeigen";
$text['label-line-num']['de-ch'] = "";
$text['label-line-num']['de-de'] = "Zeilennummern anzeigen";
$text['label-line-num']['es-cl'] = "Mostrar números de línea";
$text['label-line-num']['es-mx'] = "";
$text['label-line-num']['fr-ca'] = "";
$text['label-line-num']['fr-fr'] = "Afficher les numéros de ligne";
$text['label-line-num']['he-il'] = "";
$text['label-line-num']['it-it'] = "Mostra il numero di linea";
@ -93,6 +116,7 @@ $text['label-line-num']['nl-nl'] = "";
$text['label-line-num']['pl-pl'] = "Pokaż numery wierszy";
$text['label-line-num']['pt-br'] = "Mostrar números das linhas";
$text['label-line-num']['pt-pt'] = "Mostrar Números das Linhas";
$text['label-line-num']['ro-ro'] = "";
$text['label-line-num']['ru-ru'] = "Показывать номера строк";
$text['label-line-num']['sv-se'] = "Visa Linje Nummer";
$text['label-line-num']['uk-ua'] = "Нумерація рядків";
@ -100,8 +124,11 @@ $text['label-line-num']['uk-ua'] = "Нумерація рядків";
$text['label-kb']['en-us'] = "KB";
$text['label-kb']['ar-eg'] = "";
$text['label-kb']['de-at'] = "KB";
$text['label-kb']['de-ch'] = "";
$text['label-kb']['de-de'] = "KB";
$text['label-kb']['es-cl'] = "KB";
$text['label-kb']['es-mx'] = "";
$text['label-kb']['fr-ca'] = "";
$text['label-kb']['fr-fr'] = "KB";
$text['label-kb']['he-il'] = "";
$text['label-kb']['it-it'] = "KB";
@ -109,6 +136,7 @@ $text['label-kb']['nl-nl'] = "";
$text['label-kb']['pl-pl'] = "KB";
$text['label-kb']['pt-br'] = "KB";
$text['label-kb']['pt-pt'] = "KB";
$text['label-kb']['ro-ro'] = "";
$text['label-kb']['ru-ru'] = "KB";
$text['label-kb']['sv-se'] = "KB";
$text['label-kb']['uk-ua'] = "КБ";
@ -116,8 +144,11 @@ $text['label-kb']['uk-ua'] = "КБ";
$text['label-filter']['en-us'] = "Filter";
$text['label-filter']['ar-eg'] = "";
$text['label-filter']['de-at'] = "Filter";
$text['label-filter']['de-ch'] = "";
$text['label-filter']['de-de'] = "Filter";
$text['label-filter']['es-cl'] = "Filtrar";
$text['label-filter']['es-mx'] = "";
$text['label-filter']['fr-ca'] = "";
$text['label-filter']['fr-fr'] = "Filtre";
$text['label-filter']['he-il'] = "";
$text['label-filter']['it-it'] = "Filtro";
@ -125,6 +156,7 @@ $text['label-filter']['nl-nl'] = "";
$text['label-filter']['pl-pl'] = "Filtr";
$text['label-filter']['pt-br'] = "Filtro";
$text['label-filter']['pt-pt'] = "Filtro";
$text['label-filter']['ro-ro'] = "";
$text['label-filter']['ru-ru'] = "Фильтр";
$text['label-filter']['sv-se'] = "Filter";
$text['label-filter']['uk-ua'] = "Фільтр";
@ -132,8 +164,11 @@ $text['label-filter']['uk-ua'] = "Фільтр";
$text['label-displaying']['en-us'] = "Displaying the last";
$text['label-displaying']['ar-eg'] = "";
$text['label-displaying']['de-at'] = "letztes anzeigen";
$text['label-displaying']['de-ch'] = "";
$text['label-displaying']['de-de'] = "letztes anzeigen";
$text['label-displaying']['es-cl'] = "Mostrando últimos eventos";
$text['label-displaying']['es-mx'] = "";
$text['label-displaying']['fr-ca'] = "";
$text['label-displaying']['fr-fr'] = "Afficher les derniers";
$text['label-displaying']['he-il'] = "";
$text['label-displaying']['it-it'] = "Visualizzando gli ultimi";
@ -141,6 +176,7 @@ $text['label-displaying']['nl-nl'] = "";
$text['label-displaying']['pl-pl'] = "Wyświetlanie od ostatniego";
$text['label-displaying']['pt-br'] = "Mostrar o último";
$text['label-displaying']['pt-pt'] = "Mostrar o último";
$text['label-displaying']['ro-ro'] = "";
$text['label-displaying']['ru-ru'] = "Отображение последнего";
$text['label-displaying']['sv-se'] = "Visar den sista";
$text['label-displaying']['uk-ua'] = "Показувати останні";
@ -148,8 +184,11 @@ $text['label-displaying']['uk-ua'] = "Показувати останні";
$text['label-bytes']['en-us'] = "bytes";
$text['label-bytes']['ar-eg'] = "";
$text['label-bytes']['de-at'] = "bytes";
$text['label-bytes']['de-ch'] = "";
$text['label-bytes']['de-de'] = "bytes";
$text['label-bytes']['es-cl'] = "bytes";
$text['label-bytes']['es-mx'] = "";
$text['label-bytes']['fr-ca'] = "";
$text['label-bytes']['fr-fr'] = "bytes";
$text['label-bytes']['he-il'] = "";
$text['label-bytes']['it-it'] = "bytes";
@ -157,6 +196,7 @@ $text['label-bytes']['nl-nl'] = "";
$text['label-bytes']['pl-pl'] = "bajtów";
$text['label-bytes']['pt-br'] = "bytes";
$text['label-bytes']['pt-pt'] = "bytes";
$text['label-bytes']['ro-ro'] = "";
$text['label-bytes']['ru-ru'] = "байты";
$text['label-bytes']['sv-se'] = "bytes";
$text['label-bytes']['uk-ua'] = "байти";
@ -164,8 +204,11 @@ $text['label-bytes']['uk-ua'] = "байти";
$text['error-open-file']['en-us'] = "Unable to open file!";
$text['error-open-file']['ar-eg'] = "";
$text['error-open-file']['de-at'] = "Datei kann nicht geöffnet werden!";
$text['error-open-file']['de-ch'] = "";
$text['error-open-file']['de-de'] = "Datei kann nicht geöffnet werden!";
$text['error-open-file']['es-cl'] = "¡Imposible abrir el archivo!";
$text['error-open-file']['es-mx'] = "";
$text['error-open-file']['fr-ca'] = "";
$text['error-open-file']['fr-fr'] = "Impossible d'ouvrir le fichier!";
$text['error-open-file']['he-il'] = "";
$text['error-open-file']['it-it'] = "Impossibile aprire il file!";
@ -173,6 +216,7 @@ $text['error-open-file']['nl-nl'] = "";
$text['error-open-file']['pl-pl'] = "Nie można otworzyć pliku!";
$text['error-open-file']['pt-br'] = "Impossivel abrir o arquivo";
$text['error-open-file']['pt-pt'] = "Impossível abrir o ficheiro!";
$text['error-open-file']['ro-ro'] = "";
$text['error-open-file']['ru-ru'] = "Невозможно открыть файл!";
$text['error-open-file']['sv-se'] = "Kan inte öppna fil!";
$text['error-open-file']['uk-ua'] = "Неможливо відкрити файл!";
@ -180,8 +224,11 @@ $text['error-open-file']['uk-ua'] = "Неможливо відкрити фай
$text['description-filter']['en-us'] = "Filtering the log with the text:";
$text['description-filter']['ar-eg'] = "";
$text['description-filter']['de-at'] = "Log Datei nach Text filtern:";
$text['description-filter']['de-ch'] = "";
$text['description-filter']['de-de'] = "Log Datei nach Text filtern:";
$text['description-filter']['es-cl'] = "Filtrar el registro con el texto:";
$text['description-filter']['es-mx'] = "";
$text['description-filter']['fr-ca'] = "";
$text['description-filter']['fr-fr'] = "Filtrer les logs avec le texte:";
$text['description-filter']['he-il'] = "";
$text['description-filter']['it-it'] = "Filtrando il log con il testo:";
@ -189,8 +236,9 @@ $text['description-filter']['nl-nl'] = "";
$text['description-filter']['pl-pl'] = "Filtrowanie logu z tekstem:";
$text['description-filter']['pt-br'] = "Filtrar o log com o seguinte texto:";
$text['description-filter']['pt-pt'] = "Filtrar o log com o seguinte texto:";
$text['description-filter']['ro-ro'] = "";
$text['description-filter']['ru-ru'] = "Фильтрация журнала с текстом:";
$text['description-filter']['sv-se'] = "Filtrerar loggen med texten:";
$text['description-filter']['uk-ua'] = "Фільтрування логів по тексту";
?>
?>

View File

@ -1,20 +1,28 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Log Viewer";
$apps[$x]['menu'][0]['title']['es-cl'] = "Visor de eventos";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Voir les Logs";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Visualizar Log";
$apps[$x]['menu'][0]['title']['pt-br'] = "Visualizar Log";
$apps[$x]['menu'][0]['title']['pl'] = "Podgląd logów";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Просмотр логов";
$apps[$x]['menu'][0]['title']['sv-se'] = "Log Viewer ";
$apps[$x]['menu'][0]['title']['uk'] = "Логи";
$apps[$x]['menu'][0]['title']['de-de'] = "Log Betrachter";
$apps[$x]['menu'][0]['title']['de-at'] = "Log Betrachter";
$apps[$x]['menu'][0]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/log_viewer/log_viewer.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Log Viewer ";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи";
$apps[$x]['menu'][$y]['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/log_viewer/log_viewer.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

Some files were not shown because too many files have changed in this diff Show More