Major changes to pt-br language. (#1835)
* Um teste por hora * asd * Edited and Added PT-BR language. Minor and major fixes to pt-br translate. 2 fixes to mistyped english words. * Create AgregarDeveloper.md * Deleted wrong file placement Deleted wrong file placement
This commit is contained in:
parent
3db9077326
commit
15a6d67a41
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>fusionbpx</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
|
@ -69,14 +69,17 @@
|
|||
$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';
|
||||
$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.';
|
||||
$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';
|
||||
|
||||
$y = 1; //table array index
|
||||
$z = 0; //field array index
|
||||
|
|
@ -106,17 +109,21 @@
|
|||
$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.';
|
||||
$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.';
|
||||
$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.';
|
||||
$z++;
|
||||
?>
|
||||
|
|
@ -108,7 +108,7 @@ $text['label-deny']['en-us'] = "deny";
|
|||
$text['label-deny']['es-cl'] = "Negar";
|
||||
$text['label-deny']['pt-pt'] = "negar";
|
||||
$text['label-deny']['fr-fr'] = " nier";
|
||||
$text['label-deny']['pt-br'] = "Negar";
|
||||
$text['label-deny']['pt-br'] = "negar";
|
||||
$text['label-deny']['he'] = "להכחיש";
|
||||
$text['label-deny']['de-at'] = " leugnen";
|
||||
$text['label-deny']['pl'] = "zaprzeczać";
|
||||
|
|
@ -251,7 +251,7 @@ $text['description-access_control_description']['en-us'] = "Enter the descriptio
|
|||
$text['description-access_control_description']['es-cl'] = "Introduzca la descripción";
|
||||
$text['description-access_control_description']['pt-pt'] = "Digite a descrição";
|
||||
$text['description-access_control_description']['fr-fr'] = "Entrez la description.";
|
||||
$text['description-access_control_description']['pt-br'] = "Digite a descrição";
|
||||
$text['description-access_control_description']['pt-br'] = "Digite a descrição.";
|
||||
$text['description-access_control_description']['he'] = " הזן את התיאור";
|
||||
$text['description-access_control_description']['de-at'] = "Geben Sie die Beschreibung";
|
||||
$text['description-access_control_description']['pl'] = "Wprowadź opis";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
$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'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Adminer";
|
||||
$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";
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ $text['message-restore_failed_upload']['en-us'] = "Restore Failed - File Upload
|
|||
$text['message-restore_failed_upload']['es-cl'] = "Falló la recup - Cargar archivo Error";
|
||||
$text['message-restore_failed_upload']['pt-pt'] = "Falha de restauração - Upload de arquivo falhou";
|
||||
$text['message-restore_failed_upload']['fr-fr'] = "Echec de la restauration - Echec du téléchargement";
|
||||
$text['message-restore_failed_upload']['pt-br'] = "Falha de restauração - Atualização de arquivo falhou ";
|
||||
$text['message-restore_failed_upload']['pt-br'] = "Falha de restauração - Upload de arquivo falhou ";
|
||||
$text['message-restore_failed_upload']['pl'] = "Przywracanie oraz przesłanie pliku nie powiodło się";
|
||||
$text['message-restore_failed_upload']['sv-se'] = "Återställning Misslyckades - Filöverföring misslyckades";
|
||||
$text['message-restore_failed_upload']['uk'] = "Помилка відновлення: неможливо завантажити файл";
|
||||
|
|
@ -54,7 +54,7 @@ $text['message-restore_completed']['en-us'] = "Restore Completed";
|
|||
$text['message-restore_completed']['es-cl'] = "Restaurar Completado";
|
||||
$text['message-restore_completed']['pt-pt'] = "Concluída a Restauração";
|
||||
$text['message-restore_completed']['fr-fr'] = "Restaurer Terminé";
|
||||
$text['message-restore_completed']['pt-br'] = "Concluida a restauração";
|
||||
$text['message-restore_completed']['pt-br'] = "Restauração Concluída";
|
||||
$text['message-restore_completed']['pl'] = "Przywracanie zakończono pomyślnie.";
|
||||
$text['message-restore_completed']['sv-se'] = "Återställning Genomförd";
|
||||
$text['message-restore_completed']['uk'] = "Відновлено";
|
||||
|
|
@ -94,7 +94,7 @@ $text['label-source_paths']['en-us'] = "Source Paths";
|
|||
$text['label-source_paths']['es-cl'] = "Fuente Caminos";
|
||||
$text['label-source_paths']['pt-pt'] = "Fonte Caminhos";
|
||||
$text['label-source_paths']['fr-fr'] = "Chemins Source";
|
||||
$text['label-source_paths']['pt-br'] = "Destino da fonte";
|
||||
$text['label-source_paths']['pt-br'] = "Destino de origem";
|
||||
$text['label-source_paths']['pl'] = " Ścieżki źródłowe";
|
||||
$text['label-source_paths']['sv-se'] = "Källa Sökväg";
|
||||
$text['label-source_paths']['uk'] = "Об’єкти для резервного копіювання";
|
||||
|
|
@ -104,7 +104,7 @@ $text['label-select_backup']['en-us'] = "Select Backup File";
|
|||
$text['label-select_backup']['es-cl'] = "Seleccione Copia de Seguridad";
|
||||
$text['label-select_backup']['pt-pt'] = "Selecione Backup";
|
||||
$text['label-select_backup']['fr-fr'] = "Sélectionnez le Fichier de Sauvegarde";
|
||||
$text['label-select_backup']['pt-br'] = "Selecione o Backup";
|
||||
$text['label-select_backup']['pt-br'] = "Selecione o arquivo de Backup";
|
||||
$text['label-select_backup']['pl'] = "Wybierz plik kopii zapasowej";
|
||||
$text['label-select_backup']['sv-se'] = "Välj Backup Fil";
|
||||
$text['label-select_backup']['uk'] = "Виберіть файл резервної копії";
|
||||
|
|
@ -164,7 +164,7 @@ $text['description-restore']['en-us'] = "To restore a backup from a file on your
|
|||
$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']['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']['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']['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_[YYMMDD]_[HHMMSS].tgz'), então clique no botão 'Restaurar'. ";
|
||||
$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']['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']['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'] = "Для відновлення резервної копії з файлу, натисніть кнопку 'Огляд' і виберіть потрібний файл резервної копії, а потім натисніть кнопку 'Відновити '.";
|
||||
|
|
@ -174,7 +174,7 @@ $text['description-backup']['en-us'] = "To create a backup of the Source Paths b
|
|||
$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']['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']['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']['pt-br'] = "Para criar uma cópia de segurança do caminhos de origem abaixo (definidos em Default Settings), selecione o formato de arquivo desejado e Target Type. ";
|
||||
$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']['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']['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'] = "Щоб створити резервну копію вказаних нижче об’єктів (вказано у налаштуваннях за замовчуванням), виберіть потрібний формат і призначення";
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
$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']['sv-se'] = "Backup";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Резервна копія";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Sicherung";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "Uma ferramenta para bloquear números que entram.";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
|
|
@ -63,30 +63,36 @@
|
|||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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++;
|
||||
|
||||
?>
|
||||
|
|
@ -19,7 +19,7 @@ $text['prompt-block_recent_name']['es-cl'] = "Bloqueo de llamadas recientes - Ed
|
|||
$text['prompt-block_recent_name']['pt-pt'] = "Bloquear Chamadas Recentes - Edite o nome, se desejar...";
|
||||
$text['prompt-block_recent_name']['fr-fr'] = "Bloquer appels récents - Modifiez le nom, si vous le souhaitez...";
|
||||
$text['prompt-block_recent_name']['nl-nl'] = "";
|
||||
$text['prompt-block_recent_name']['pt-br'] = "Bloquear chamadas recentes, edite o nome se assim desejar";
|
||||
$text['prompt-block_recent_name']['pt-br'] = "Bloquear chamadas recentes, edite o nome se assim desejar...";
|
||||
$text['prompt-block_recent_name']['pl'] = "Zablokuj ostatnią rozmowę. Edytuj nazwę";
|
||||
$text['prompt-block_recent_name']['sv-se'] = "Blockera Senaste Samtal, meditera namnet om nödvändigt...";
|
||||
$text['prompt-block_recent_name']['uk'] = "Блокувати недавній дзвінок. Відредагуйте назву за бажанням";
|
||||
|
|
@ -33,7 +33,7 @@ $text['label-update-complete']['es-cl'] = "Actualización Completa";
|
|||
$text['label-update-complete']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['label-update-complete']['fr-fr'] = "Mise à jour effectuée";
|
||||
$text['label-update-complete']['nl-nl'] = "";
|
||||
$text['label-update-complete']['pt-br'] = "Atualização efetuada";
|
||||
$text['label-update-complete']['pt-br'] = "Atualização Completa";
|
||||
$text['label-update-complete']['pl'] = "Zaktualizowano poprawnie";
|
||||
$text['label-update-complete']['sv-se'] = "Uppdatering Klar";
|
||||
$text['label-update-complete']['uk'] = "Оновлено";
|
||||
|
|
@ -61,7 +61,7 @@ $text['label-provide-number']['es-cl'] = "Por favor agregue: Número";
|
|||
$text['label-provide-number']['pt-pt'] = "Por favor indique: Número";
|
||||
$text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro";
|
||||
$text['label-provide-number']['nl-nl'] = "";
|
||||
$text['label-provide-number']['pt-br'] = "Por favor indique um número";
|
||||
$text['label-provide-number']['pt-br'] = "Por favor indique: Número";
|
||||
$text['label-provide-number']['pl'] = " Wprowadź numer";
|
||||
$text['label-provide-number']['sv-se'] = "Ange: Nummer";
|
||||
$text['label-provide-number']['uk'] = "Введіть номер";
|
||||
|
|
@ -75,7 +75,7 @@ $text['label-provide-name']['es-cl'] = "Por favor agregue: Nombre";
|
|||
$text['label-provide-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
$text['label-provide-name']['nl-nl'] = "";
|
||||
$text['label-provide-name']['pt-br'] = "Por favor indique um nome";
|
||||
$text['label-provide-name']['pt-br'] = "Por favor indique: Nome";
|
||||
$text['label-provide-name']['pl'] = " Wprowadź nazwę ";
|
||||
$text['label-provide-name']['sv-se'] = "Ange: Namn";
|
||||
$text['label-provide-name']['uk'] = "Введіть назву";
|
||||
|
|
@ -89,7 +89,7 @@ $text['label-provide-enabled']['es-cl'] = "Por favor agregue: Activo";
|
|||
$text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado";
|
||||
$text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
$text['label-provide-enabled']['nl-nl'] = "";
|
||||
$text['label-provide-enabled']['pt-br'] = "Por favor indique se esta ativado";
|
||||
$text['label-provide-enabled']['pt-br'] = "Por favor indique se está habilitado";
|
||||
$text['label-provide-enabled']['pl'] = " Wprowadź: Włączony";
|
||||
$text['label-provide-enabled']['sv-se'] = "Ange: Aktiverad";
|
||||
$text['label-provide-enabled']['uk'] = "Включити/відключити";
|
||||
|
|
@ -243,7 +243,7 @@ $text['label-date-added']['es-cl'] = "Fecha de ingreso";
|
|||
$text['label-date-added']['pt-pt'] = "Data adicionada";
|
||||
$text['label-date-added']['fr-fr'] = "Date d'ajout";
|
||||
$text['label-date-added']['nl-nl'] = "";
|
||||
$text['label-date-added']['pt-br'] = "Data acionada";
|
||||
$text['label-date-added']['pt-br'] = "Data adicionada";
|
||||
$text['label-date-added']['pl'] = "Dodano datę";
|
||||
$text['label-date-added']['sv-se'] = "Datum Tillagt";
|
||||
$text['label-date-added']['uk'] = "Додано";
|
||||
|
|
@ -299,7 +299,7 @@ $text['label-hold']['es-cl'] = "";
|
|||
$text['label-hold']['pt-pt'] = "";
|
||||
$text['label-hold']['fr-fr'] = "";
|
||||
$text['label-hold']['nl-nl'] = "";
|
||||
$text['label-hold']['pt-br'] = "";
|
||||
$text['label-hold']['pt-br'] = "Espera";
|
||||
$text['label-hold']['pl'] = "";
|
||||
$text['label-hold']['sv-se'] = "";
|
||||
$text['label-hold']['uk'] = "";
|
||||
|
|
@ -366,7 +366,7 @@ $text['description-number']['es-cl'] = "Ingrese el nú exacto.";
|
|||
$text['description-number']['pt-pt'] = "Introduza o número exacto.";
|
||||
$text['description-number']['fr-fr'] = "Entrer le numéro exact.";
|
||||
$text['description-number']['nl-nl'] = "";
|
||||
$text['description-number']['pt-br'] = "Insira o número exato";
|
||||
$text['description-number']['pt-br'] = "Insira o número exato.";
|
||||
$text['description-number']['pl'] = "Wprowadź dokładny numer.";
|
||||
$text['description-number']['sv-se'] = "Ange det exakta numret";
|
||||
$text['description-number']['uk'] = "Введіть точний номер";
|
||||
|
|
@ -380,7 +380,7 @@ $text['description-name']['es-cl'] = "Introduzca el nombre.";
|
|||
$text['description-name']['pt-pt'] = "Digite o nome.";
|
||||
$text['description-name']['fr-fr'] = "Entrez le nom.";
|
||||
$text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-br'] = "Insira o nome.";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet.";
|
||||
$text['description-name']['uk'] = "Введіть назву меню";
|
||||
|
|
@ -394,7 +394,7 @@ $text['description-enable']['es-cl'] = "Seleccione verdadero para activar el blo
|
|||
$text['description-enable']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número.";
|
||||
$text['description-enable']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel.";
|
||||
$text['description-enable']['nl-nl'] = "";
|
||||
$text['description-enable']['pt-br'] = "Escolha sim para ativar o bloqueio de chamadas para este número";
|
||||
$text['description-enable']['pt-br'] = "Escolha 'sim' para ativar o bloqueio de chamadas para este número.";
|
||||
$text['description-enable']['pl'] = "Ustaw wartość na TAK, aby umożliwić blokowanie tego numeru ";
|
||||
$text['description-enable']['sv-se'] = "Välj Sann för att blockera detta nummer.";
|
||||
$text['description-enable']['uk'] = "Виберіть 'Так', щоб блокувати дзвінки з даного номера.";
|
||||
|
|
@ -422,7 +422,7 @@ $text['description-action']['es-cl'] = "Configurar una acción para llamadas des
|
|||
$text['description-action']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número.";
|
||||
$text['description-action']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro.";
|
||||
$text['description-action']['nl-nl'] = "";
|
||||
$text['description-action']['pt-br'] = "Escolha uma ação para chamadas com origem neste número";
|
||||
$text['description-action']['pt-br'] = "Escolha uma ação para chamadas reailzadas por este número.";
|
||||
$text['description-action']['pl'] = "Ustaw co zrobić w przypadku polaczeń z tego numeru.";
|
||||
$text['description-action']['sv-se'] = "Välj en aktion för samtal från detta nummer.";
|
||||
$text['description-action']['uk'] = "Встановіть дію для дзвінків з цього номера.";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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']['pt-br'] = "";
|
||||
$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.";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = "call_broadcast_view";
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ $text['label-has-been']['en-us'] = "has been started";
|
|||
$text['label-has-been']['es-cl'] = "iniciada";
|
||||
$text['label-has-been']['pt-pt'] = "foi inicializada";
|
||||
$text['label-has-been']['fr-fr'] = "a commencé";
|
||||
$text['label-has-been']['pt-br'] = "Foi inicializada";
|
||||
$text['label-has-been']['pt-br'] = "foi inicializada";
|
||||
$text['label-has-been']['pl'] = "rozpoczęto";
|
||||
$text['label-has-been']['sv-se'] = "har startat";
|
||||
$text['label-has-been']['uk'] = "було запущено";
|
||||
|
|
@ -103,7 +103,7 @@ $text['label-concurrent-limit']['en-us'] = "Concurrent Limit";
|
|||
$text['label-concurrent-limit']['es-cl'] = "Límite de concurrencia";
|
||||
$text['label-concurrent-limit']['pt-pt'] = "Limite de chamadas concorrentes";
|
||||
$text['label-concurrent-limit']['fr-fr'] = "Appels Simultanés";
|
||||
$text['label-concurrent-limit']['pt-br'] = "Limite de chamadas concorrentes";
|
||||
$text['label-concurrent-limit']['pt-br'] = "Limite de chamadas simultâneas";
|
||||
$text['label-concurrent-limit']['pl'] = "Limit jednoczesnych rozmów";
|
||||
$text['label-concurrent-limit']['sv-se'] = "Samtidig Gräns";
|
||||
$text['label-concurrent-limit']['uk'] = "Обмеження одночасної кількості";
|
||||
|
|
@ -178,7 +178,7 @@ $text['label-accountcode']['he'] = "קוד חשבון";
|
|||
|
||||
$text['description-timeout']['en-us'] = "";
|
||||
$text['description-timeout']['es-cl'] = "";
|
||||
$text['description-timeout']['pt-pt'] = "";
|
||||
$text['description-timeout']['pt-pt'] = "Limite de tempo (em milissegundos) de espera após reproduzir gravações ou confirmar a macro.";
|
||||
$text['description-timeout']['fr-fr'] = "";
|
||||
$text['description-timeout']['pt-br'] = "";
|
||||
$text['description-timeout']['pl'] = "Ilość milisekund oczekiwania po odtworzeniu nagrania lub potwierdzenia makro.";
|
||||
|
|
@ -191,7 +191,7 @@ $text['description-phone']['en-us'] = "Optional, set a list of phone numbers one
|
|||
$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']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome";
|
||||
$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']['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-br'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 210000000 | Apelido, Primeiro Nome.";
|
||||
$text['description-phone']['pl'] = "Opcjonalne - ułóż listę numerów (jeden pod drugim) w formacie: 123-123-1234|Nazwisko, Imię";
|
||||
$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'] = "Додатково, задайте список телефонних номерів по одному на рядок в наступному форматі: 123-123-1234 | Прізвище, ім'я";
|
||||
|
|
@ -202,7 +202,7 @@ $text['description-name']['en-us'] = "Enter the name here.";
|
|||
$text['description-name']['es-cl'] = "Ingrese el nombre aquí.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome aqui.";
|
||||
$text['description-name']['fr-fr'] = "Insérer le Nom.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do broadcast.";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet här.";
|
||||
$text['description-name']['uk'] = "Введіть назву";
|
||||
|
|
@ -235,7 +235,7 @@ $text['description-concurrent-limit']['en-us'] = "Limit the approximate number o
|
|||
$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']['pt-pt'] = "Limitar o número de chamadas concurrentes. Deixe este campo em branco para não ter limite.";
|
||||
$text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité.";
|
||||
$text['description-concurrent-limit']['pt-br'] = "Limitar o número de chamadas concorrentes. Deixe este campo em branco para não ter limite. ";
|
||||
$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']['pl'] = "Ogranicz liczbę równoczesnych połączeń. Aby nie było limitu zostaw to pole puste.";
|
||||
$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'] = "Обмеження приблизної кількості одночасних дзвінків. Якщо пусто - без обмежень";
|
||||
|
|
@ -245,7 +245,7 @@ $text['description-concurrent-limit']['he'] = "";
|
|||
$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']['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']['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']['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-br'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000.";
|
||||
$text['description-caller-id-number']['pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację numeru. Standardowo prezentacja jest w formacie: 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'] = "Стосується, якщо постачальник, дозволяє надсилати номер абонента (Caller ID номер). За замовчуванням: 0000000000";
|
||||
|
|
@ -256,7 +256,7 @@ $text['description-caller-id-name']['en-us'] = "Applicable if the provider allow
|
|||
$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']['pt-pt'] = "Aplicável se o provedor permitir o envio do nome do originador das chamadas. Omissão: anonymous";
|
||||
$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']['pt-br'] = "Aplicar se o provedor ";
|
||||
$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']['pl'] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację nazwy. Standardowo prezentacja jest w formacie: 0000000000";
|
||||
$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'] = "Стосується, якщо постачальник, дозволяє надсилати ім’я абонента (Caller ID Ім’я). За замовчуванням: anonymous";
|
||||
|
|
@ -267,7 +267,7 @@ $text['description-avmd']['en-us'] = "Select whether to enable or disable the de
|
|||
$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']['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']['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']['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-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']['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']['sv-se'] = "Välj om deteketering av röstbrevlåda skall användas.";
|
||||
$text['description-avmd']['uk'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача.";
|
||||
|
|
@ -289,7 +289,7 @@ $text['confirm-name']['en-us'] = "Please provide: Name";
|
|||
$text['confirm-name']['es-cl'] = "Por favor agregue: Nombre";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
$text['confirm-name']['pt-br'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['pt-br'] = "Por favor insira: Nome";
|
||||
$text['confirm-name']['pl'] = "Wprowadź: Nazwę";
|
||||
$text['confirm-name']['sv-se'] = "Ange: Namn";
|
||||
$text['confirm-name']['uk'] = "Введіть назву";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "Mostra as chamadas ativas, e os agentes na fila do Call Center.";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = "call_center_active_view";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ $text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity
|
|||
$text['title-call_center_queue_activity']['es-cl'] = "Actividad de Cola del Centro de Llamados";
|
||||
$text['title-call_center_queue_activity']['fr-fr'] = "Activité des files d'attente du centre d'appel";
|
||||
$text['title-call_center_queue_activity']['pt-pt'] = "Actividade das filas do Call Center";
|
||||
$text['title-call_center_queue_activity']['pt-br'] = "Atividade das filas do call center";
|
||||
$text['title-call_center_queue_activity']['pt-br'] = "Atividade das filas do Call Center";
|
||||
$text['title-call_center_queue_activity']['pl'] = "Aktywność kolejek w Call Center ";
|
||||
$text['title-call_center_queue_activity']['sv-se'] = "Call Center Grupp Aktivitet";
|
||||
$text['title-call_center_queue_activity']['de-at'] = "Callcenter Warteschlangen Aktivität";
|
||||
|
|
@ -15,7 +15,7 @@ $text['title-active_call_center']['en-us'] = "Active Call Center";
|
|||
$text['title-active_call_center']['es-cl'] = "Centro de Llamados Activo";
|
||||
$text['title-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['title-active_call_center']['pt-pt'] = "Atividade do Call Center";
|
||||
$text['title-active_call_center']['pt-br'] = "Atividade do callcenter";
|
||||
$text['title-active_call_center']['pt-br'] = "Atividade do Call Center";
|
||||
$text['title-active_call_center']['pl'] = "Aktywność w Call Center ";
|
||||
$text['title-active_call_center']['sv-se'] = "Aktivt Call Center";
|
||||
$text['title-active_call_center']['de-at'] = "Aktive Callcenter";
|
||||
|
|
@ -36,7 +36,7 @@ $text['message-confirm']['he'] = "";
|
|||
$text['label-waiting']['en-us'] = "Waiting";
|
||||
$text['label-waiting']['es-cl'] = "Esperando";
|
||||
$text['label-waiting']['fr-fr'] = "d'attente";
|
||||
$text['label-waiting']['pt-pt'] = "Espera";
|
||||
$text['label-waiting']['pt-pt'] = "Esperando";
|
||||
$text['label-waiting']['pt-br'] = "Esperar";
|
||||
$text['label-waiting']['pl'] = "Oczekiwanie";
|
||||
$text['label-waiting']['sv-se'] = "Väntar";
|
||||
|
|
@ -47,7 +47,7 @@ $text['label-waiting']['he'] = "";
|
|||
$text['label-trying']['en-us'] = "Trying";
|
||||
$text['label-trying']['es-cl'] = "Intentando";
|
||||
$text['label-trying']['fr-fr'] = "d'essais";
|
||||
$text['label-trying']['pt-pt'] = "Tentar";
|
||||
$text['label-trying']['pt-pt'] = "Tentando";
|
||||
$text['label-trying']['pt-br'] = "Tentando";
|
||||
$text['label-trying']['pl'] = "Próba";
|
||||
$text['label-trying']['sv-se'] = "Försöker";
|
||||
|
|
@ -59,7 +59,7 @@ $text['label-transfer']['en-us'] = "Transfer";
|
|||
$text['label-transfer']['es-cl'] = "Transferir";
|
||||
$text['label-transfer']['fr-fr'] = "Transfert";
|
||||
$text['label-transfer']['pt-pt'] = "Transferir";
|
||||
$text['label-transfer']['pt-br'] = "Tranferência";
|
||||
$text['label-transfer']['pt-br'] = "Transferir";
|
||||
$text['label-transfer']['pl'] = "Transferowanie";
|
||||
$text['label-transfer']['sv-se'] = "Överför";
|
||||
$text['label-transfer']['de-at'] = "Weiterleiten";
|
||||
|
|
@ -103,7 +103,7 @@ $text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
|||
$text['label-tier_rules_apply']['es-cl'] = "Aplicar Reglas de Nivel";
|
||||
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer les règles du Niveau";
|
||||
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar as Regras do Nível";
|
||||
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nivel";
|
||||
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível";
|
||||
$text['label-tier_rules_apply']['pl'] = "Zastosuj zasadę poziomów";
|
||||
$text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller";
|
||||
$text['label-tier_rules_apply']['de-at'] = "Ebenen Regeln werden angewendet";
|
||||
|
|
@ -114,7 +114,7 @@ $text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second";
|
|||
$text['label-tier_rule_wait_second']['es-cl'] = "Regla de nível segundo de espera";
|
||||
$text['label-tier_rule_wait_second']['fr-fr'] = "Attente en secondes de la règle du Niveau";
|
||||
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
|
||||
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nivel de espera";
|
||||
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera";
|
||||
$text['label-tier_rule_wait_second']['pl'] = "Poziomowa zasada czekania";
|
||||
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder";
|
||||
$text['label-tier_rule_wait_second']['de-at'] = "Ebenen Regel Wartezeit";
|
||||
|
|
@ -125,7 +125,7 @@ $text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply
|
|||
$text['label-tier_rule_wait_multiply_level']['es-cl'] = "Regla de nivel multiplicar nivel de espera";
|
||||
$text['label-tier_rule_wait_multiply_level']['fr-fr'] = "Règle d'attente multipliée par Niveau";
|
||||
$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']['pt-br'] = "Regra de espera multiplicado pelo nivel";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível";
|
||||
$text['label-tier_rule_wait_multiply_level']['pl'] = "Poziomowa zasada przemnożenia";
|
||||
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden";
|
||||
$text['label-tier_rule_wait_multiply_level']['de-at'] = "Ebenen Regel Wartezeit Multiplikator Level";
|
||||
|
|
@ -136,7 +136,7 @@ $text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait
|
|||
$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']['fr-fr'] = "Règle du Niveau Pas d'agent, pas d'attente";
|
||||
$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']['pt-br'] = "Regra de nivel sem espera do agente";
|
||||
$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']['pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania";
|
||||
$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']['de-at'] = "Ebenen Regel kein Agent nicht warten";
|
||||
|
|
@ -224,7 +224,7 @@ $text['label-record_template']['en-us'] = "Record Template";
|
|||
$text['label-record_template']['es-cl'] = "Plantilla de Grabación";
|
||||
$text['label-record_template']['fr-fr'] = "Modèle d'enregistrement";
|
||||
$text['label-record_template']['pt-pt'] = "Gravar template";
|
||||
$text['label-record_template']['pt-br'] = "Gravar";
|
||||
$text['label-record_template']['pt-br'] = "Modelo de gravação";
|
||||
$text['label-record_template']['pl'] = "Nagraj";
|
||||
$text['label-record_template']['sv-se'] = "Spela In Mall";
|
||||
$text['label-record_template']['de-at'] = "Aufnahme Vorlage";
|
||||
|
|
@ -301,7 +301,7 @@ $text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No Age
|
|||
$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']['fr-fr'] = "Max d'attente sans Agent";
|
||||
$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']['pt-br'] = "Tempo máximo sem agente";
|
||||
$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']['pl'] = "Maks czas oczekiwania bez agenta";
|
||||
$text['label-max_wait_time_with_no_agent']['sv-se'] = "Max Vänt Tid (Ingen Agent)";
|
||||
$text['label-max_wait_time_with_no_agent']['de-at'] = "Maximale Wartezeit ohne Agent";
|
||||
|
|
@ -389,7 +389,7 @@ $text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
|||
$text['label-abandoned_resume_allowed']['es-cl'] = "Permitir Reanudación de Abandono";
|
||||
$text['label-abandoned_resume_allowed']['fr-fr'] = "Authoriser la reprise des abandonnés";
|
||||
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
|
||||
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo autorizado";
|
||||
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo abandonado permidito";
|
||||
$text['label-abandoned_resume_allowed']['pl'] = "Odbieranie odrzuconych rozmów jest dozwolone";
|
||||
$text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Övergivna Tillåtet";
|
||||
$text['label-abandoned_resume_allowed']['de-at'] = "Wiederaufnahme nach Zurückweisung erlaubt";
|
||||
|
|
@ -411,7 +411,7 @@ $text['header-active_call_center']['en-us'] = "Active Call Center";
|
|||
$text['header-active_call_center']['es-cl'] = "Centro de Llamados Activo";
|
||||
$text['header-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['header-active_call_center']['pt-pt'] = "Atividade do Call Center";
|
||||
$text['header-active_call_center']['pt-br'] = "Atividade do call center";
|
||||
$text['header-active_call_center']['pt-br'] = "Atividade do Call Center";
|
||||
$text['header-active_call_center']['pl'] = "Aktywność w Call Center ";
|
||||
$text['header-active_call_center']['sv-se'] = "Aktivt Call Center";
|
||||
$text['header-active_call_center']['de-at'] = "Aktives Callcenter";
|
||||
|
|
@ -422,7 +422,7 @@ $text['description-queue']['en-us'] = "A current list of callers in the queue is
|
|||
$text['description-queue']['es-cl'] = "Un listado de los llamantes en cola se muestra a continuación.";
|
||||
$text['description-queue']['fr-fr'] = "Liste des appelants dans la file.";
|
||||
$text['description-queue']['pt-pt'] = "Lista de chamadas na fila.";
|
||||
$text['description-queue']['pt-br'] = "Lista de chamada na fila";
|
||||
$text['description-queue']['pt-br'] = "Lista atual das chamadas em fila abaixo.";
|
||||
$text['description-queue']['pl'] = "Aktualna lista rozmówców w kolejce jest poniżej .";
|
||||
$text['description-queue']['sv-se'] = "Aktuell lista på köande samtal enligt nedan ";
|
||||
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
|
|
@ -433,7 +433,7 @@ $text['description-agents']['en-us'] = "A current list of agents is below.";
|
|||
$text['description-agents']['es-cl'] = "Un listado de los agentes actuales de muestra a continuación.";
|
||||
$text['description-agents']['fr-fr'] = "Liste des agents";
|
||||
$text['description-agents']['pt-pt'] = "Lista de agentes.";
|
||||
$text['description-agents']['pt-br'] = "Lista de agentes";
|
||||
$text['description-agents']['pt-br'] = "Lista dos atuais agentes abaixo.";
|
||||
$text['description-agents']['pl'] = "Aktualna lista agentów jest poniżej ";
|
||||
$text['description-agents']['sv-se'] = "Aktuell lista på Agenter enligt nedan";
|
||||
$text['description-agents']['de-at'] = "Eine aktuelle Liste der Agenten sehen sie unten.";
|
||||
|
|
@ -444,7 +444,7 @@ $text['description-active_call_center']['en-us'] = "Select a Call Center Queue f
|
|||
$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']['fr-fr'] = "Choisir une file d'attente dans la liste pour voir son activité.";
|
||||
$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']['pt-br'] = "Selecione uma fila de call center a partir da lista embaixo para ver a sua atividade";
|
||||
$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']['pl'] = "Aby zobaczyć aktywność kolejki w Call Center wybierz ja z poniższej listy.";
|
||||
$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']['de-at'] = "Wählen Sie eine Callcenter Warteschlange aus der Liste unten um die Aktivität zu beobachten.";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ $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'] = "Centro de chamadas ativas";
|
||||
$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']['sv-se'] = "Aktivt Call Center";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "Aktive Callcenter";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "As filas servem para gerenciar as chamadas que entram e encaminhar as mesmas para os agentes disponíveis.";
|
||||
|
||||
//destination details
|
||||
$y = 0;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ $text['title-call_centers']['es-cl'] = "Centro de Llamadas";
|
|||
$text['title-call_centers']['fr-fr'] = "Centre d'appel";
|
||||
$text['title-call_centers']['fr-ca'] = "Centre d' appels";
|
||||
$text['title-call_centers']['pt-pt'] = "Centro de Chamadas";
|
||||
$text['title-call_centers']['pt-br'] = "Centro de chamadas";
|
||||
$text['title-call_centers']['pt-br'] = "Call Center";
|
||||
$text['title-call_centers']['pl'] = "Call Center ";
|
||||
$text['title-call_centers']['sv-se'] = "Call Center";
|
||||
$text['title-call_centers']['uk'] = "Кол-центр";
|
||||
|
|
@ -15,7 +15,7 @@ $text['title-call_center_tier_edit']['en-us'] = "Call Center Tier";
|
|||
$text['title-call_center_tier_edit']['es-cl'] = "Editar Nivel de Centro de Llamados";
|
||||
$text['title-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
|
||||
$text['title-call_center_tier_edit']['fr-fr'] = "Editer un Niveau du Centre d'Appel";
|
||||
$text['title-call_center_tier_edit']['pt-br'] = "Editar nivel do call center";
|
||||
$text['title-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center";
|
||||
$text['title-call_center_tier_edit']['pl'] = "Poziom w Call Center ";
|
||||
$text['title-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
|
||||
$text['title-call_center_tier_edit']['uk'] = "Рівень кол-центра";
|
||||
|
|
@ -24,7 +24,7 @@ $text['title-call_center_tier_edit']['de-at'] = "Callcenter Ebene";
|
|||
$text['title-call_center_queues_edit']['en-us'] = "Edit Call Center Queue";
|
||||
$text['title-call_center_queues_edit']['es-cl'] = "Editar Cola de Centro de Llamados";
|
||||
$text['title-call_center_queues_edit']['pt-pt'] = "Editar Fila de Call Center";
|
||||
$text['title-call_center_queues_edit']['pt-br'] = "Editar fila de call center";
|
||||
$text['title-call_center_queues_edit']['pt-br'] = "Editar fila de Call Center";
|
||||
$text['title-call_center_queues_edit']['pl'] = "";
|
||||
$text['title-call_center_queues_edit']['sv-se'] = "";
|
||||
$text['title-call_center_queues_edit']['uk'] = "";
|
||||
|
|
@ -34,7 +34,7 @@ $text['title-call_center_queues_edit']['de-at'] = "";
|
|||
$text['title-call_center_queues_add']['en-us'] = "Add Call Center Queue";
|
||||
$text['title-call_center_queues_add']['es-cl'] = "Agregar Cola de Centro de Llamados";
|
||||
$text['title-call_center_queues_add']['pt-pt'] = "Adicionar Fila de Call Center";
|
||||
$text['title-call_center_queues_add']['pt-br'] = "Adicionar fila de call center";
|
||||
$text['title-call_center_queues_add']['pt-br'] = "Adicionar filas de Call Center";
|
||||
$text['title-call_center_queues_add']['pl'] = "";
|
||||
$text['title-call_center_queues_add']['sv-se'] = "";
|
||||
$text['title-call_center_queues_add']['uk'] = "";
|
||||
|
|
@ -45,7 +45,7 @@ $text['title-call_center_queues']['en-us'] = "Call Center Queues";
|
|||
$text['title-call_center_queues']['es-cl'] = "Colas de Centro de Llamados";
|
||||
$text['title-call_center_queues']['pt-pt'] = "Filas de Call Center";
|
||||
$text['title-call_center_queues']['fr-fr'] = "Queues du Centre d'appels";
|
||||
$text['title-call_center_queues']['pt-br'] = "Filas de call center";
|
||||
$text['title-call_center_queues']['pt-br'] = "Filas de Call Center";
|
||||
$text['title-call_center_queues']['pl'] = "Kolejki w Call Center ";
|
||||
$text['title-call_center_queues']['sv-se'] = "Call Center Kö:er";
|
||||
$text['title-call_center_queues']['uk'] = "Черги кол-центра";
|
||||
|
|
@ -53,7 +53,7 @@ $text['title-call_center_queues']['de-at'] = "Callcenter Warteschlangen";
|
|||
|
||||
$text['title-call_center_queue_edit']['en-us'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_edit']['fr-fr'] = "Editer une Queue";
|
||||
$text['title-call_center_queue_edit']['pt-br'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_edit']['pt-br'] = "Editar fila de Call Center";
|
||||
$text['title-call_center_queue_edit']['pl'] = "Kolejka w Call Center ";
|
||||
$text['title-call_center_queue_edit']['sv-se'] = "Call Center Kö";
|
||||
$text['title-call_center_queue_edit']['uk'] = "Черга кол-центра";
|
||||
|
|
@ -63,7 +63,7 @@ $text['title-call_center_queue_edit']['de-at'] = "Callcenter Warteschlange";
|
|||
|
||||
$text['title-call_center_queue_add']['en-us'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_add']['fr-fr'] = "Ajouter une Queue";
|
||||
$text['title-call_center_queue_add']['pt-br'] = "Call Center Queue";
|
||||
$text['title-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center";
|
||||
$text['title-call_center_queue_add']['pl'] = "Kolejka w Call Center ";
|
||||
$text['title-call_center_queue_add']['sv-se'] = "Call Center Kö";
|
||||
$text['title-call_center_queue_add']['uk'] = "Черга кол-центра";
|
||||
|
|
@ -85,7 +85,7 @@ $text['title-call_center_agent_status']['en-us'] = "Call Center Agent Status";
|
|||
$text['title-call_center_agent_status']['es-cl'] = "Estado de Agente de Centro de Llamados";
|
||||
$text['title-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center";
|
||||
$text['title-call_center_agent_status']['fr-fr'] = "Etat de l'Agent";
|
||||
$text['title-call_center_agent_status']['pt-br'] = "Estado do agente call center";
|
||||
$text['title-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center";
|
||||
$text['title-call_center_agent_status']['pl'] = "Status agentów w Call Center";
|
||||
$text['title-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
|
||||
$text['title-call_center_agent_status']['uk'] = "Статус оператора кол-центра";
|
||||
|
|
@ -95,7 +95,7 @@ $text['title-call_center_agent_edit']['en-us'] = "Call Center Agent";
|
|||
$text['title-call_center_agent_edit']['es-cl'] = "Editar Agente de Centro de Llamados";
|
||||
$text['title-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
|
||||
$text['title-call_center_agent_edit']['fr-fr'] = "Editer un Agent";
|
||||
$text['title-call_center_agent_edit']['pt-br'] = "Editar agente do call center";
|
||||
$text['title-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center";
|
||||
$text['title-call_center_agent_edit']['pl'] = "Agent w Call Center";
|
||||
$text['title-call_center_agent_edit']['sv-se'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_edit']['uk'] = "Оператор кол-центра";
|
||||
|
|
@ -105,7 +105,7 @@ $text['title-call_center_agent_add']['en-us'] = "Call Center Agent";
|
|||
$text['title-call_center_agent_add']['es-cl'] = "Agregar Agente de Centro de Llamados";
|
||||
$text['title-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
|
||||
$text['title-call_center_agent_add']['fr-fr'] = "Ajouter un Agent";
|
||||
$text['title-call_center_agent_add']['pt-br'] = "Adicionar agente ao call center";
|
||||
$text['title-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center";
|
||||
$text['title-call_center_agent_add']['pl'] = "Agent w Call Center";
|
||||
$text['title-call_center_agent_add']['sv-se'] = "Call Center Agent";
|
||||
$text['title-call_center_agent_add']['uk'] = "Оператор кол-центра";
|
||||
|
|
@ -116,7 +116,7 @@ $text['title-call_center']['es-cl'] = "Centro de Llamadas";
|
|||
$text['title-call_center']['fr-fr'] = "Centre d'appel";
|
||||
$text['title-call_center']['fr-ca'] = "Centre d' appels";
|
||||
$text['title-call_center']['pt-pt'] = "Centro de Chamadas";
|
||||
$text['title-call_center']['pt-br'] = "Centro de chamadas";
|
||||
$text['title-call_center']['pt-br'] = "Call Center";
|
||||
$text['title-call_center']['pl'] = "Call Center ";
|
||||
$text['title-call_center']['sv-se'] = "Call Center";
|
||||
$text['title-call_center']['uk'] = "Кол-центр";
|
||||
|
|
@ -126,7 +126,7 @@ $text['option-usring']['en-us'] = "us-ring";
|
|||
$text['option-usring']['es-cl'] = "us-ring";
|
||||
$text['option-usring']['pt-pt'] = "us-ring";
|
||||
$text['option-usring']['fr-fr'] = "us-ring";
|
||||
$text['option-usring']['pt-br'] = "USRing";
|
||||
$text['option-usring']['pt-br'] = "us-ring";
|
||||
$text['option-usring']['pl'] = "us-ring";
|
||||
$text['option-usring']['sv-se'] = "us-ring";
|
||||
$text['option-usring']['uk'] = "us-ring ";
|
||||
|
|
@ -136,7 +136,7 @@ $text['option-ukring']['en-us'] = "uk-ring";
|
|||
$text['option-ukring']['es-cl'] = "uk-ring";
|
||||
$text['option-ukring']['pt-pt'] = "uk-ring";
|
||||
$text['option-ukring']['fr-fr'] = "uk-ring";
|
||||
$text['option-ukring']['pt-br'] = "UKRing";
|
||||
$text['option-ukring']['pt-br'] = "uk-ring";
|
||||
$text['option-ukring']['pl'] = "uk-ring";
|
||||
$text['option-ukring']['sv-se'] = "uk-ring";
|
||||
$text['option-ukring']['uk'] = "uk-ring ";
|
||||
|
|
@ -196,7 +196,7 @@ $text['option-rsring']['en-us'] = "rs-ring";
|
|||
$text['option-rsring']['es-cl'] = "rs-ring";
|
||||
$text['option-rsring']['pt-pt'] = "rs-ring";
|
||||
$text['option-rsring']['fr-fr'] = "rs-ring";
|
||||
$text['option-rsring']['pt-br'] = "RSRing";
|
||||
$text['option-rsring']['pt-br'] = "rs-ring";
|
||||
$text['option-rsring']['pl'] = "rs-ring";
|
||||
$text['option-rsring']['sv-se'] = "rs-ring";
|
||||
$text['option-rsring']['uk'] = "rs-ring";
|
||||
|
|
@ -245,7 +245,7 @@ $text['option-queue']['de-at'] = "Warteschlange";
|
|||
$text['option-ptring']['en-us'] = "pt-ring";
|
||||
$text['option-ptring']['pt-pt'] = "pt-ring";
|
||||
$text['option-ptring']['fr-fr'] = "pt-ring";
|
||||
$text['option-ptring']['pt-br'] = "PTRing";
|
||||
$text['option-ptring']['pt-br'] = "pt-ring";
|
||||
$text['option-ptring']['pl'] = "pt-ring";
|
||||
$text['option-ptring']['sv-se'] = "pt-ring";
|
||||
$text['option-ptring']['uk'] = "pt-ring";
|
||||
|
|
@ -286,7 +286,7 @@ $text['option-logged_out']['en-us'] = "Logged Out";
|
|||
$text['option-logged_out']['es-cl'] = "Desconectado";
|
||||
$text['option-logged_out']['pt-pt'] = "Desconectado";
|
||||
$text['option-logged_out']['fr-fr'] = "Déconnecté";
|
||||
$text['option-logged_out']['pt-br'] = "Desligado";
|
||||
$text['option-logged_out']['pt-br'] = "Desconectado";
|
||||
$text['option-logged_out']['pl'] = "Wylogowany";
|
||||
$text['option-logged_out']['sv-se'] = "Utloggad";
|
||||
$text['option-logged_out']['uk'] = "Вийшов";
|
||||
|
|
@ -296,7 +296,7 @@ $text['option-itring']['en-us'] = "it-ring";
|
|||
$text['option-itring']['es-cl'] = "it-ring";
|
||||
$text['option-itring']['pt-pt'] = "it-ring";
|
||||
$text['option-itring']['fr-fr'] = "it-ring";
|
||||
$text['option-itring']['pt-br'] = "ITRing";
|
||||
$text['option-itring']['pt-br'] = "it_ring";
|
||||
$text['option-itring']['pl'] = "it-ring";
|
||||
$text['option-itring']['sv-se'] = "it-ring";
|
||||
$text['option-itring']['uk'] = "it-ring ";
|
||||
|
|
@ -306,7 +306,7 @@ $text['option-frring']['en-us'] = "fr-ring";
|
|||
$text['option-frring']['es-cl'] = "fr-ring";
|
||||
$text['option-frring']['pt-pt'] = "fr-ring";
|
||||
$text['option-frring']['fr-fr'] = "fr-ring";
|
||||
$text['option-frring']['pt-br'] = "FRRing";
|
||||
$text['option-frring']['pt-br'] = "fr-ring";
|
||||
$text['option-frring']['pl'] = "fr-ring";
|
||||
$text['option-frring']['sv-se'] = "fr-ring";
|
||||
$text['option-frring']['uk'] = "fr-ring ";
|
||||
|
|
@ -326,7 +326,7 @@ $text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
|
|||
$text['option-do_not_disturb']['es-cl'] = "No Molestar";
|
||||
$text['option-do_not_disturb']['pt-pt'] = "Não incomodar";
|
||||
$text['option-do_not_disturb']['fr-fr'] = "Ne Pas Derranger";
|
||||
$text['option-do_not_disturb']['pt-br'] = "Não perturbe";
|
||||
$text['option-do_not_disturb']['pt-br'] = "Não perturbe (DND)";
|
||||
$text['option-do_not_disturb']['pl'] = "Nie przeszkadzaj (DND)";
|
||||
$text['option-do_not_disturb']['sv-se'] = "Stör Ej";
|
||||
$text['option-do_not_disturb']['uk'] = "Не турбувати";
|
||||
|
|
@ -336,7 +336,7 @@ $text['option-available_on_demand']['en-us'] = "Available (On Demand)";
|
|||
$text['option-available_on_demand']['es-cl'] = "Disponible (Bajo Demanda)";
|
||||
$text['option-available_on_demand']['pt-pt'] = "Disponível (On Demand)";
|
||||
$text['option-available_on_demand']['fr-fr'] = "Disponible (Sur Demande)";
|
||||
$text['option-available_on_demand']['pt-br'] = "Disponivel (A pedido)";
|
||||
$text['option-available_on_demand']['pt-br'] = "Disponível (Sob demanda)";
|
||||
$text['option-available_on_demand']['pl'] = "Dostępny (na żądanie)";
|
||||
$text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
|
||||
$text['option-available_on_demand']['uk'] = "Доступний (на вимогу)";
|
||||
|
|
@ -376,7 +376,7 @@ $text['message-maximum_queues']['en-us'] = "Maximum Queues:";
|
|||
$text['message-maximum_queues']['es-cl'] = "Colas Máximo Permitido:";
|
||||
$text['message-maximum_queues']['pt-pt'] = "Filas Máximo Permitido:";
|
||||
$text['message-maximum_queues']['fr-fr'] = "Files d'attente Maximum Autorisé:";
|
||||
$text['message-maximum_queues']['pt-br'] = "Máximo de filas permitido";
|
||||
$text['message-maximum_queues']['pt-br'] = "Máximo de filas permitido:";
|
||||
$text['message-maximum_queues']['pl'] = "Maksymalna ilość kolejek:";
|
||||
$text['message-maximum_queues']['sv-se'] = "Max Antal Kö:er:";
|
||||
$text['message-maximum_queues']['uk'] = "Максимальна кількість черг:";
|
||||
|
|
@ -386,7 +386,7 @@ $text['message-duplicate_agent_id']['en-us'] = "Duplicate Agent ID Detected";
|
|||
$text['message-duplicate_agent_id']['es-cl'] = "Duplicar ID de Agente detectada";
|
||||
$text['message-duplicate_agent_id']['pt-pt'] = "Duplicar Agent ID Detectado";
|
||||
$text['message-duplicate_agent_id']['fr-fr'] = "Dupliquer Agent ID détecté";
|
||||
$text['message-duplicate_agent_id']['pt-br'] = "Duplicar Agent ID Detectado";
|
||||
$text['message-duplicate_agent_id']['pt-br'] = "Duplicar ID do agente detectado";
|
||||
$text['message-duplicate_agent_id']['pl'] = "Duplikat Wykryto Agenta ID";
|
||||
$text['message-duplicate_agent_id']['uk'] = "Повторювані Ідентифікатор агента Виявлено";
|
||||
$text['message-duplicate_agent_id']['sv-se'] = "Duplicate Agent-ID Funnet";
|
||||
|
|
@ -436,7 +436,7 @@ $text['label-tiers']['en-us'] = "Tiers";
|
|||
$text['label-tiers']['es-cl'] = "Niveles de Centro de Llamados";
|
||||
$text['label-tiers']['pt-pt'] = "Níveis do Call Center";
|
||||
$text['label-tiers']['fr-fr'] = "Niveaux du Centre d'Appel";
|
||||
$text['label-tiers']['pt-br'] = "Niveis do call center";
|
||||
$text['label-tiers']['pt-br'] = "Niveis do Call Center";
|
||||
$text['label-tiers']['pl'] = "Poziomy";
|
||||
$text['label-tiers']['sv-se'] = "Kunskap";
|
||||
$text['label-tiers']['uk'] = "";
|
||||
|
|
@ -446,7 +446,7 @@ $text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
|||
$text['label-tier_rules_apply']['es-cl'] = "Aplicar Reglas de Nivel";
|
||||
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar Regras de Nível";
|
||||
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer la Règle du Niveau";
|
||||
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nivel";
|
||||
$text['label-tier_rules_apply']['pt-br'] = "Aplicar regas de nível";
|
||||
$text['label-tier_rules_apply']['pl'] = "Zastosuj zasadę poziomów";
|
||||
$text['label-tier_rules_apply']['sv-se'] = "Kunskap Regler Gäller";
|
||||
$text['label-tier_rules_apply']['uk'] = "";
|
||||
|
|
@ -456,7 +456,7 @@ $text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second";
|
|||
$text['label-tier_rule_wait_second']['es-cl'] = "Regla de nível segundo de espera";
|
||||
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
|
||||
$text['label-tier_rule_wait_second']['fr-fr'] = "Attente, en seconde, de la Règle du Tier";
|
||||
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nivel de espera";
|
||||
$text['label-tier_rule_wait_second']['pt-br'] = "Regra de segundo nível de espera";
|
||||
$text['label-tier_rule_wait_second']['pl'] = "Poziomowa zasada czekania";
|
||||
$text['label-tier_rule_wait_second']['sv-se'] = "Kunskap Regel Väntetid i Sekunder";
|
||||
$text['label-tier_rule_wait_second']['uk'] = "";
|
||||
|
|
@ -466,7 +466,7 @@ $text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply
|
|||
$text['label-tier_rule_wait_multiply_level']['es-cl'] = "Regla de nivel multiplicar nivel de espera";
|
||||
$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']['fr-fr'] = "Règle d'Attente du Niveau Multipliée par Niveau";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nivel";
|
||||
$text['label-tier_rule_wait_multiply_level']['pt-br'] = "Regra de espera multiplicado pelo nível";
|
||||
$text['label-tier_rule_wait_multiply_level']['pl'] = "Poziomowa zasada przemnożenia";
|
||||
$text['label-tier_rule_wait_multiply_level']['sv-se'] = "Kunskap Regel Väntetid Multipla Värden";
|
||||
$text['label-tier_rule_wait_multiply_level']['uk'] = "";
|
||||
|
|
@ -476,7 +476,7 @@ $text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait
|
|||
$text['label-tier_rule_no_agent_no_wait']['es-cl'] = "Regla de nivel No espera Sin 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']['fr-fr'] = "Règle du Niveau Pas d'Agent, Pas d'attente";
|
||||
$text['label-tier_rule_no_agent_no_wait']['pt-br'] = "Regra de nivel sem espera do agente";
|
||||
$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']['pl'] = "Zasada poziomowa - nie ma agentów, nie ma czekania";
|
||||
$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'] = "";
|
||||
|
|
@ -486,7 +486,7 @@ $text['label-tier_position']['en-us'] = "Tier Position";
|
|||
$text['label-tier_position']['es-cl'] = "Posición de Nivel";
|
||||
$text['label-tier_position']['pt-pt'] = "Posição no Nível";
|
||||
$text['label-tier_position']['fr-fr'] = "Position du Niveau";
|
||||
$text['label-tier_position']['pt-br'] = "Nivel da posição";
|
||||
$text['label-tier_position']['pt-br'] = "Nível da posição";
|
||||
$text['label-tier_position']['pl'] = "Pozycja poziomu";
|
||||
$text['label-tier_position']['sv-se'] = "Kunskap Position";
|
||||
$text['label-tier_position']['uk'] = "";
|
||||
|
|
@ -496,7 +496,7 @@ $text['label-tier_level']['en-us'] = "Tier Level";
|
|||
$text['label-tier_level']['es-cl'] = "Nivel";
|
||||
$text['label-tier_level']['pt-pt'] = "Nível da Camada";
|
||||
$text['label-tier_level']['fr-fr'] = "Niveau";
|
||||
$text['label-tier_level']['pt-br'] = "Nivel da camada";
|
||||
$text['label-tier_level']['pt-br'] = "Nível da camada";
|
||||
$text['label-tier_level']['pl'] = "Tier Level ";
|
||||
$text['label-tier_level']['sv-se'] = "Kunskap Nivå";
|
||||
$text['label-tier_level']['uk'] = "";
|
||||
|
|
@ -576,7 +576,7 @@ $text['label-music_on_hold']['en-us'] = "Music on Hold";
|
|||
$text['label-music_on_hold']['es-cl'] = "Música en Espera";
|
||||
$text['label-music_on_hold']['pt-pt'] = "Música em Espera";
|
||||
$text['label-music_on_hold']['fr-fr'] = "Mise de Garde";
|
||||
$text['label-music_on_hold']['pt-br'] = "Música de espera";
|
||||
$text['label-music_on_hold']['pt-br'] = "Música em espera";
|
||||
$text['label-music_on_hold']['pl'] = "Muzyka na czekanie";
|
||||
$text['label-music_on_hold']['sv-se'] = "Väntmusik";
|
||||
$text['label-music_on_hold']['uk'] = "Мелодія на утримуванні";
|
||||
|
|
@ -636,7 +636,7 @@ $text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
|||
$text['label-discard_abandoned_after']['es-cl'] = "Descartar Abandono Despues de";
|
||||
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['fr-fr'] = "Ecarter les Abandons fait Après";
|
||||
$text['label-discard_abandoned_after']['pt-br'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['pt-br'] = "Descartar depois de abandonado";
|
||||
$text['label-discard_abandoned_after']['pl'] = "Odrzuć opuszczoną rozmowę po";
|
||||
$text['label-discard_abandoned_after']['sv-se'] = "Uteslut Ej Besvarat Efter";
|
||||
$text['label-discard_abandoned_after']['uk'] = "";
|
||||
|
|
@ -646,7 +646,7 @@ $text['label-default_status']['en-us'] = "Default Status";
|
|||
$text['label-default_status']['es-cl'] = "Estado Predeterminado";
|
||||
$text['label-default_status']['pt-pt'] = "Estado Predeterminado";
|
||||
$text['label-default_status']['fr-fr'] = "Statut Prédéterminée";
|
||||
$text['label-default_status']['pt-br'] = "Estado Predeterminado";
|
||||
$text['label-default_status']['pt-br'] = "Estado Padrão";
|
||||
$text['label-default_status']['pl'] = "z góry określony status";
|
||||
$text['label-default_status']['sv-se'] = "i förväg fastställda status";
|
||||
$text['label-default_status']['uk'] = "Статус за замовчуванням";
|
||||
|
|
@ -673,7 +673,7 @@ $text['label-caller_id_name_prefix']['uk'] = "";
|
|||
$text['label-caller_id_name_prefix']['de-at'] = "Anruferkennung (Name) Prefix";
|
||||
|
||||
$text['label-caller_announce_sound']['en-us'] = "Announce Sound";
|
||||
$text['label-caller_announce_sound']['pt-br'] = "Som Anuncie";
|
||||
$text['label-caller_announce_sound']['pt-br'] = "Som de anuncio";
|
||||
$text['label-caller_announce_sound']['pl'] = "Zapowiedź głośowa";
|
||||
$text['label-caller_announce_sound']['sv-se'] = "Meddelande Ljud";
|
||||
$text['label-caller_announce_sound']['uk'] = "";
|
||||
|
|
@ -683,7 +683,7 @@ $text['label-caller_announce_sound']['fr-fr'] = "Annoncer Sonore";
|
|||
$text['label-caller_announce_sound']['de-at'] = "Ankündigung Ton";
|
||||
|
||||
$text['label-caller_announce_frequency']['en-us'] = "Announce Frequency";
|
||||
$text['label-caller_announce_frequency']['pt-br'] = "o Frequency Anuncie";
|
||||
$text['label-caller_announce_frequency']['pt-br'] = "Frequência do anuncio";
|
||||
$text['label-caller_announce_frequency']['pl'] = "Częstotliwość zapowiedzi";
|
||||
$text['label-caller_announce_frequency']['sv-se'] = "Meddelande Frekvens";
|
||||
$text['label-caller_announce_frequency']['uk'] = "";
|
||||
|
|
@ -694,7 +694,7 @@ $text['label-caller_announce_frequency']['de-at'] = "Ankündigung Häufigkeit";
|
|||
|
||||
$text['label-call_timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call_timeout']['es-cl'] = "Timeout de Llamada";
|
||||
$text['label-call_timeout']['pt-pt'] = "Timeout da chamada";
|
||||
$text['label-call_timeout']['pt-pt'] = "Tempo limite da chamada";
|
||||
$text['label-call_timeout']['fr-fr'] = "Timeout d'appel";
|
||||
$text['label-call_timeout']['pt-br'] = "Timeout da chamada";
|
||||
$text['label-call_timeout']['pl'] = "Limit czasu rozmowy";
|
||||
|
|
@ -716,7 +716,7 @@ $text['label-agent_password']['en-us'] = "Agent Password";
|
|||
$text['label-agent_password']['es-cl'] = "Agente de Password";
|
||||
$text['label-agent_password']['pt-pt'] = "Agente Senha";
|
||||
$text['label-agent_password']['fr-fr'] = "Agent Mot de passe";
|
||||
$text['label-agent_password']['pt-br'] = "Agente Senha";
|
||||
$text['label-agent_password']['pt-br'] = "Agente de Senha";
|
||||
$text['label-agent_password']['pl'] = "Środek Hasło";
|
||||
$text['label-agent_password']['sv-se'] = "Środek Hasło";
|
||||
$text['label-agent_password']['uk'] = "";
|
||||
|
|
@ -746,7 +746,7 @@ $text['label-agent_id']['en-us'] = "Agent ID";
|
|||
$text['label-agent_id']['es-cl'] = "Agente de identidad";
|
||||
$text['label-agent_id']['pt-pt'] = "Identidade Agent";
|
||||
$text['label-agent_id']['fr-fr'] = "Identification Agent";
|
||||
$text['label-agent_id']['pt-br'] = "Identidade Agent";
|
||||
$text['label-agent_id']['pt-br'] = "Identidade do agente";
|
||||
$text['label-agent_id']['pl'] = "Tożsamość agenta";
|
||||
$text['label-agent_id']['sv-se'] = "Agent Identitet";
|
||||
$text['label-agent_id']['uk'] = "";
|
||||
|
|
@ -766,7 +766,7 @@ $text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
|||
$text['label-abandoned_resume_allowed']['es-cl'] = "Permitir Reanudación de Abandono";
|
||||
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
|
||||
$text['label-abandoned_resume_allowed']['fr-fr'] = "Recupération Permise des Abandons";
|
||||
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo autorizado";
|
||||
$text['label-abandoned_resume_allowed']['pt-br'] = "Resumo de abandonos autorizados";
|
||||
$text['label-abandoned_resume_allowed']['pl'] = "Odbieranie odrzuconych rozmów jest dozwolone";
|
||||
$text['label-abandoned_resume_allowed']['sv-se'] = "Återuppta Ej Besvarade Tillåtet";
|
||||
$text['label-abandoned_resume_allowed']['uk'] = "";
|
||||
|
|
@ -776,7 +776,7 @@ $text['header-call_center_tier_edit']['en-us'] = "Call Center Tier";
|
|||
$text['header-call_center_tier_edit']['es-cl'] = "Editar Nivel de Centro de Llamados";
|
||||
$text['header-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
|
||||
$text['header-call_center_tier_edit']['fr-fr'] = "Editer un Niveau du Centre d'Appel";
|
||||
$text['header-call_center_tier_edit']['pt-br'] = "Editar nivel do call center";
|
||||
$text['header-call_center_tier_edit']['pt-br'] = "Editar nível do Call Center";
|
||||
$text['header-call_center_tier_edit']['pl'] = "Poziom w Call Center ";
|
||||
$text['header-call_center_tier_edit']['sv-se'] = "Call Center Kunskap";
|
||||
$text['header-call_center_tier_edit']['uk'] = "";
|
||||
|
|
@ -806,7 +806,7 @@ $text['header-call_center_queue_add']['en-us'] = "Call Center Queue";
|
|||
$text['header-call_center_queue_add']['es-cl'] = "Agregar Cola de Centro de Llamados";
|
||||
$text['header-call_center_queue_add']['pt-pt'] = "Adicionar Fila ao Call Center";
|
||||
$text['header-call_center_queue_add']['fr-fr'] = "Ajouter une Queue";
|
||||
$text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao call center";
|
||||
$text['header-call_center_queue_add']['pt-br'] = "Adicionar fila ao Call Center";
|
||||
$text['header-call_center_queue_add']['pl'] = "Kolejka w Call Center ";
|
||||
$text['header-call_center_queue_add']['sv-se'] = "Call Center Kö";
|
||||
$text['header-call_center_queue_add']['uk'] = "";
|
||||
|
|
@ -816,7 +816,7 @@ $text['header-call_center_agents']['en-us'] = "Call Center Agents";
|
|||
$text['header-call_center_agents']['es-cl'] = "Agentes de Centro de Llamados";
|
||||
$text['header-call_center_agents']['pt-pt'] = "Agentes do Call Center";
|
||||
$text['header-call_center_agents']['fr-fr'] = "Agents du Centre d'appels";
|
||||
$text['header-call_center_agents']['pt-br'] = "Agentes do call center";
|
||||
$text['header-call_center_agents']['pt-br'] = "Agentes do Call Center";
|
||||
$text['header-call_center_agents']['pl'] = "Agenci w Call Center ";
|
||||
$text['header-call_center_agents']['sv-se'] = "Call Center Agenter";
|
||||
$text['header-call_center_agents']['uk'] = "";
|
||||
|
|
@ -826,7 +826,7 @@ $text['header-call_center_agent_status']['en-us'] = "Call Center Agent Status";
|
|||
$text['header-call_center_agent_status']['es-cl'] = "Estado de Agente de Centro de Llamados";
|
||||
$text['header-call_center_agent_status']['pt-pt'] = "Estado do Agente do Call Center";
|
||||
$text['header-call_center_agent_status']['fr-fr'] = "Etat de l'agent du Centre d'Appel";
|
||||
$text['header-call_center_agent_status']['pt-br'] = "Estado do agente do call center";
|
||||
$text['header-call_center_agent_status']['pt-br'] = "Estado do agente do Call Center";
|
||||
$text['header-call_center_agent_status']['pl'] = "Status agentów w Call Center ";
|
||||
$text['header-call_center_agent_status']['sv-se'] = "Call Center Agent Status";
|
||||
$text['header-call_center_agent_status']['uk'] = "";
|
||||
|
|
@ -836,7 +836,7 @@ $text['header-call_center_agent_edit']['en-us'] = "Call Center Agent";
|
|||
$text['header-call_center_agent_edit']['es-cl'] = "Editar Agente de Centro de Llamados";
|
||||
$text['header-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
|
||||
$text['header-call_center_agent_edit']['fr-fr'] = "Editer un agent du Centre d'Appel";
|
||||
$text['header-call_center_agent_edit']['pt-br'] = "Editar agente do call center";
|
||||
$text['header-call_center_agent_edit']['pt-br'] = "Editar agente do Call Center";
|
||||
$text['header-call_center_agent_edit']['pl'] = "Agent w Call Center ";
|
||||
$text['header-call_center_agent_edit']['sv-se'] = "Call Center Agent";
|
||||
$text['header-call_center_agent_edit']['uk'] = "";
|
||||
|
|
@ -846,7 +846,7 @@ $text['header-call_center_agent_add']['en-us'] = "Call Center Agents";
|
|||
$text['header-call_center_agent_add']['es-cl'] = "Agregar Agente de Centro de Llamados";
|
||||
$text['header-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
|
||||
$text['header-call_center_agent_add']['fr-fr'] = "Ajouter un agent du Centre d'Appel";
|
||||
$text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao call center";
|
||||
$text['header-call_center_agent_add']['pt-br'] = "Adicionar agente ao Call Center";
|
||||
$text['header-call_center_agent_add']['pl'] = "Agenci w Call Center ";
|
||||
$text['header-call_center_agent_add']['sv-se'] = "Call Center Agenter";
|
||||
$text['header-call_center_agent_add']['uk'] = "";
|
||||
|
|
@ -856,7 +856,7 @@ $text['description-wrap_up_time']['en-us'] = "Enter the wrap up time.";
|
|||
$text['description-wrap_up_time']['es-cl'] = "Introduzca el tiempo de preparación.";
|
||||
$text['description-wrap_up_time']['pt-pt'] = "Introduza o tempo de preparação.";
|
||||
$text['description-wrap_up_time']['fr-fr'] = "choisir le temps de wrap up.";
|
||||
$text['description-wrap_up_time']['pt-br'] = "Insira o tempo de preparação";
|
||||
$text['description-wrap_up_time']['pt-br'] = "Insira o tempo de preparação.";
|
||||
$text['description-wrap_up_time']['pl'] = "Wpisz dostępny czas po zakończeniu rozmowy";
|
||||
$text['description-wrap_up_time']['sv-se'] = "Ange 'Wrap Up' tid.";
|
||||
$text['description-wrap_up_time']['uk'] = "";
|
||||
|
|
@ -876,7 +876,7 @@ $text['description-timeout_action']['en-us'] = "Set the action to perform when t
|
|||
$text['description-timeout_action']['es-cl'] = "Defina una acción a realizar cuando el tiempo máximo es alcanzado.";
|
||||
$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']['fr-fr'] = "Choisir l'action à faire quand le temps max d'attente est atteint.";
|
||||
$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-br'] = "Defina a ação para realizar quando o tempo máximo de espera for atingido.";
|
||||
$text['description-timeout_action']['pl'] = "Ustaw operację do wykonania po osiągnięciu maks czas oczekiwania.";
|
||||
$text['description-timeout_action']['sv-se'] = "Ange aktion som skall utföras när max vänttid är nådd.";
|
||||
$text['description-timeout_action']['uk'] = "";
|
||||
|
|
@ -886,7 +886,7 @@ $text['description-time_base_score']['en-us'] = "Select the time base score.";
|
|||
$text['description-time_base_score']['es-cl'] = "Seleccione el tiempo base";
|
||||
$text['description-time_base_score']['pt-pt'] = "Seleccione o tempo base ";
|
||||
$text['description-time_base_score']['fr-fr'] = "Sélection du score sur base de temps.";
|
||||
$text['description-time_base_score']['pt-br'] = "Selecione o tempo base";
|
||||
$text['description-time_base_score']['pt-br'] = "Selecione o tempo base.";
|
||||
$text['description-time_base_score']['pl'] = "Wybierz wynik oparty na okresie czasowym";
|
||||
$text['description-time_base_score']['sv-se'] = "Ange tids-baserad poäng.";
|
||||
$text['description-time_base_score']['uk'] = "";
|
||||
|
|
@ -896,7 +896,7 @@ $text['description-tiers']['en-us'] = "Tiers assign agents to queues.";
|
|||
$text['description-tiers']['es-cl'] = "Lista todos los niveles. Los niveles asignan agentes a las colas.";
|
||||
$text['description-tiers']['pt-pt'] = "Lista todos os níveis. Os níveis atribuem agentes às filas.";
|
||||
$text['description-tiers']['fr-fr'] = "Liste tous les Niveaux. Les Niveaux permettent d'affecter les agents aux queues.";
|
||||
$text['description-tiers']['pt-br'] = "Listar todos os niveis. Os niveis atribuem agentes na fila";
|
||||
$text['description-tiers']['pt-br'] = "Lista todos os níveis. Os níveis atribuem agentes na fila.";
|
||||
$text['description-tiers']['pl'] = "Poziomy przypisują operatorów do usługi kolejkowania polaczeń";
|
||||
$text['description-tiers']['sv-se'] = "Kunskap tilldelar agenter till kö:er.";
|
||||
$text['description-tiers']['uk'] = "";
|
||||
|
|
@ -906,7 +906,7 @@ $text['description-tier_rules_apply']['en-us'] = "Set the tier rule rules apply
|
|||
$text['description-tier_rules_apply']['es-cl'] = "Defina las reglas de nivel como verdaero o falso.";
|
||||
$text['description-tier_rules_apply']['pt-pt'] = "Defina a regra de nível a verdadeiro ou falso.";
|
||||
$text['description-tier_rules_apply']['fr-fr'] = "Choisir l'activation de la règle du Niveau à oui ou non.";
|
||||
$text['description-tier_rules_apply']['pt-br'] = "Defina a regra de nivel verdadeira ou falso";
|
||||
$text['description-tier_rules_apply']['pt-br'] = "Defina a regra de nível verdadeira ou falso.";
|
||||
$text['description-tier_rules_apply']['pl'] = "Ustaw regułę poziomów za pomocą zwrotów TAK i NIE";
|
||||
$text['description-tier_rules_apply']['sv-se'] = "Välj om Kunskap Regler Gäller skall vara sann/falsk.";
|
||||
$text['description-tier_rules_apply']['uk'] = "";
|
||||
|
|
@ -916,7 +916,7 @@ $text['description-tier_rule_wait_second']['en-us'] = "Enter the tier rule wait
|
|||
$text['description-tier_rule_wait_second']['es-cl'] = "Introduzca los segundos de espera de la regla de nivel.";
|
||||
$text['description-tier_rule_wait_second']['pt-pt'] = "Introduza os segundos de espera da regra de nível.";
|
||||
$text['description-tier_rule_wait_second']['fr-fr'] = "Entrer le temps d'attente du niveau en secondes.";
|
||||
$text['description-tier_rule_wait_second']['pt-br'] = "Insira os segundos de espera para esse nivel";
|
||||
$text['description-tier_rule_wait_second']['pt-br'] = "Insira os segundos de espera para esse nível.";
|
||||
$text['description-tier_rule_wait_second']['pl'] = "Ustaw regułę poziomów – czas oczekiwania w sekundach";
|
||||
$text['description-tier_rule_wait_second']['sv-se'] = "Ange kunskaps-regel vänt-tid (sekunder)";
|
||||
$text['description-tier_rule_wait_second']['uk'] = "";
|
||||
|
|
@ -925,7 +925,7 @@ $text['description-tier_rule_wait_second']['de-at'] = "Geben Sie die Ebenen Rege
|
|||
$text['description-tier_rule_wait_multiply_level']['en-us'] = "Set the tier rule wait multiply level to true or false.";
|
||||
$text['description-tier_rule_wait_multiply_level']['pt-pt'] = "Defina a Regra de nível de espera multiplicado pelo nível.";
|
||||
$text['description-tier_rule_wait_multiply_level']['fr-fr'] = "Choisir la multiplication du temps d'attente par niveau à oui ou non.";
|
||||
$text['description-tier_rule_wait_multiply_level']['pt-br'] = "Defina a regra de nivel de espera multiplicado pelo nivel";
|
||||
$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']['pl'] = "Ustaw regułę poziomów – czas oczekiwania w wielu poziomach (TAK lub NIE)";
|
||||
$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'] = "";
|
||||
|
|
@ -936,7 +936,7 @@ $text['description-tier_rule_no_agent_no_wait']['en-us'] = "Enter the tier rule
|
|||
$text['description-tier_rule_no_agent_no_wait']['es-cl'] = "Introduzca la regla de nivel sin agente sin 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']['fr-fr'] = "Entrer la règle du niveau pas d'agent, pas d'attente.";
|
||||
$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-br'] = "Insira a regra sem agente na espera.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['pl'] = "Ustaw regułę poziomów – brak czasu oczekiwania w przypadku braku operatora.";
|
||||
$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'] = "";
|
||||
|
|
@ -946,7 +946,7 @@ $text['description-tier_position']['en-us'] = "Select the tier position.";
|
|||
$text['description-tier_position']['es-cl'] = "Seleccione el nivel de posición.";
|
||||
$text['description-tier_position']['pt-pt'] = "Seleccione a posição no nível.";
|
||||
$text['description-tier_position']['fr-fr'] = "Choisir la position du niveau.";
|
||||
$text['description-tier_position']['pt-br'] = "Selecione o nivel da posição";
|
||||
$text['description-tier_position']['pt-br'] = "Selecione o nível da posição.";
|
||||
$text['description-tier_position']['pl'] = "Wpisz pozycję poziomu";
|
||||
$text['description-tier_position']['sv-se'] = "Välj Kunskaps position.";
|
||||
$text['description-tier_position']['uk'] = "";
|
||||
|
|
@ -956,7 +956,7 @@ $text['description-tier_level']['en-us'] = "Select the tier level.";
|
|||
$text['description-tier_level']['es-cl'] = "Seleccione el nivel de llamada.";
|
||||
$text['description-tier_level']['pt-pt'] = "Seleccione o nível da camada.";
|
||||
$text['description-tier_level']['fr-fr'] = "Choisir le niveau de l'appel.";
|
||||
$text['description-tier_level']['pt-br'] = "Selecione o nivel da camada";
|
||||
$text['description-tier_level']['pt-br'] = "Selecione o nível da camada.";
|
||||
$text['description-tier_level']['pl'] = "Wybierz rodzaj poziomu";
|
||||
$text['description-tier_level']['sv-se'] = "Välj Kunskaps-nivå";
|
||||
$text['description-tier_level']['uk'] = "";
|
||||
|
|
@ -966,7 +966,7 @@ $text['description-strategy']['en-us'] = "Select the queue ring strategy.";
|
|||
$text['description-strategy']['es-cl'] = "Seleccione la estratégia de cola anillada.";
|
||||
$text['description-strategy']['pt-pt'] = "Seleccione a estratégia da fila.";
|
||||
$text['description-strategy']['fr-fr'] = "Sélection de la stratégie de sonnerie";
|
||||
$text['description-strategy']['pt-br'] = "Selecione a estraétia da fila";
|
||||
$text['description-strategy']['pt-br'] = "Selecione a estratégia da fila";
|
||||
$text['description-strategy']['pl'] = "Wybierz strategię";
|
||||
$text['description-strategy']['sv-se'] = "Välj strategi för ringflöde i kö:n.";
|
||||
$text['description-strategy']['uk'] = "";
|
||||
|
|
@ -976,7 +976,7 @@ $text['description-status']['en-us'] = "Select the default agent status.";
|
|||
$text['description-status']['es-cl'] = "Seleccione el estado del agente.";
|
||||
$text['description-status']['pt-pt'] = "Seleccione o estado do agente.";
|
||||
$text['description-status']['fr-fr'] = "Choisir le statut de l'agent.";
|
||||
$text['description-status']['pt-br'] = "Escolha o estado do usuário.";
|
||||
$text['description-status']['pt-br'] = "Escolha o padrão do agente.";
|
||||
$text['description-status']['pl'] = "Wybierz status użytkownika";
|
||||
$text['description-status']['sv-se'] = "Välj agentens status";
|
||||
$text['description-status']['uk'] = "Виберіть статус користувача";
|
||||
|
|
@ -986,7 +986,7 @@ $text['description-reject_delay_time']['en-us'] = "Enter the reject delay time."
|
|||
$text['description-reject_delay_time']['es-cl'] = "Introduzca el tiempo de espera de rechazo.";
|
||||
$text['description-reject_delay_time']['pt-pt'] = "Introduza o tempo de atraso de rejeição.";
|
||||
$text['description-reject_delay_time']['fr-fr'] = "Choisir le délais de rejet.";
|
||||
$text['description-reject_delay_time']['pt-br'] = "Insira o tempo de atraso e rejeição";
|
||||
$text['description-reject_delay_time']['pt-br'] = "Insira o tempo de atraso para rejeição.";
|
||||
$text['description-reject_delay_time']['pl'] = "Wpisz opóźnienie czasowe w przypadku odrzucenia rozmowy";
|
||||
$text['description-reject_delay_time']['sv-se'] = "Ange 'neka' tids-fördröjning.";
|
||||
$text['description-reject_delay_time']['uk'] = "";
|
||||
|
|
@ -996,7 +996,7 @@ $text['description-record_template']['en-us'] = "Save the recording.";
|
|||
$text['description-record_template']['es-cl'] = "Guardar la grabación.";
|
||||
$text['description-record_template']['pt-pt'] = "Salve a gravação.";
|
||||
$text['description-record_template']['fr-fr'] = "Sauvegarder l'enregistrement.";
|
||||
$text['description-record_template']['pt-br'] = "Salva a gravação";
|
||||
$text['description-record_template']['pt-br'] = "Salva a gravação.";
|
||||
$text['description-record_template']['pl'] = "Zachowaj nagranie";
|
||||
$text['description-record_template']['sv-se'] = "Spara inspelningen.";
|
||||
$text['description-record_template']['uk'] = "";
|
||||
|
|
@ -1006,7 +1006,7 @@ $text['description-queue_name']['en-us'] = "Enter the queue name.";
|
|||
$text['description-queue_name']['es-cl'] = "Introduzca el Nombre de Cola.";
|
||||
$text['description-queue_name']['pt-pt'] = "Introduza o nome da fila.";
|
||||
$text['description-queue_name']['fr-fr'] = "Entrer le nom de la queue";
|
||||
$text['description-queue_name']['pt-br'] = "Insira o nome da fila";
|
||||
$text['description-queue_name']['pt-br'] = "Insira o nome da fila.";
|
||||
$text['description-queue_name']['pl'] = "Wpisz nazwę kolejki";
|
||||
$text['description-queue_name']['sv-se'] = "Ange kö namn.";
|
||||
$text['description-queue_name']['uk'] = "";
|
||||
|
|
@ -1016,7 +1016,7 @@ $text['description-options']['en-us'] = "Select the queue name.";
|
|||
$text['description-options']['es-cl'] = "Seleccione el nombre de cola.";
|
||||
$text['description-options']['pt-pt'] = "Seleccione o nome da fila.";
|
||||
$text['description-options']['fr-fr'] = "Choisir le nom de la queue.";
|
||||
$text['description-options']['pt-br'] = "Selecione o nome da fila";
|
||||
$text['description-options']['pt-br'] = "Selecione o nome da fila.";
|
||||
$text['description-options']['pl'] = "Zdefiniuj opcje dzwoniącego w menu IVR";
|
||||
$text['description-options']['sv-se'] = "Välj kö namn.";
|
||||
$text['description-options']['uk'] = "";
|
||||
|
|
@ -1026,7 +1026,7 @@ $text['description-no_answer_delay_time']['en-us'] = "Enter the agent no answer
|
|||
$text['description-no_answer_delay_time']['es-cl'] = "Introduzca el tiempo de espera sin responder del agente en 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']['fr-fr'] = "Choisir le delais de non réponse de l'agent.";
|
||||
$text['description-no_answer_delay_time']['pt-br'] = "Insira o tempo de resposta em segundos do agente que não atende";
|
||||
$text['description-no_answer_delay_time']['pt-br'] = "Insira o tempo sem resposta do agente em segundos.";
|
||||
$text['description-no_answer_delay_time']['pl'] = "Wprowadź maks czas nieodbierania rozmowy (sek)";
|
||||
$text['description-no_answer_delay_time']['sv-se'] = "Ange 'Inget svar Agent fördröjning' i sekunder.";
|
||||
$text['description-no_answer_delay_time']['uk'] = "";
|
||||
|
|
@ -1036,7 +1036,7 @@ $text['description-music_on_hold']['en-us'] = "Select the desired hold music.";
|
|||
$text['description-music_on_hold']['es-cl'] = "Seleccione una música de espera.";
|
||||
$text['description-music_on_hold']['pt-pt'] = "Seleccione uma música de espera.";
|
||||
$text['description-music_on_hold']['fr-fr'] = "Sélection de la musique de garde.";
|
||||
$text['description-music_on_hold']['pt-br'] = "Selecione uma música de espera";
|
||||
$text['description-music_on_hold']['pt-br'] = "Selecione uma música de espera.";
|
||||
$text['description-music_on_hold']['pl'] = "Wybierz rodzaj muzyki na czekanie";
|
||||
$text['description-music_on_hold']['sv-se'] = "Välj önskad vänt-musik.";
|
||||
$text['description-music_on_hold']['uk'] = "";
|
||||
|
|
@ -1046,7 +1046,7 @@ $text['description-max_wait_time_with_no_agent_time_reached']['en-us'] = "Enter
|
|||
$text['description-max_wait_time_with_no_agent_time_reached']['es-cl'] = "Introduzca el tiempo máximo de espera sin agente alcanzado.";
|
||||
$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']['fr-fr'] = " Entrez le temps d'attente maximum avec un rien de temps de l'agent atteint.";
|
||||
$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-br'] = "Insira o tempo máximo de espera atingido sem o agente.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['pl'] = "Wprowadź maks upłyniety czas oczekiwania bez agenta";
|
||||
$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'] = "";
|
||||
|
|
@ -1056,7 +1056,7 @@ $text['description-max_wait_time_with_no_agent']['en-us'] = "Enter the max wait
|
|||
$text['description-max_wait_time_with_no_agent']['es-cl'] = "Introduzca el tiempo máximo de espera sin 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']['fr-fr'] = "Entrer le temps max d'attente sans agent.";
|
||||
$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-br'] = "Insira o tempo máximo de espera sem agente.";
|
||||
$text['description-max_wait_time_with_no_agent']['pl'] = "Wprowadź maks czas oczekiwania bez agenta";
|
||||
$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'] = "";
|
||||
|
|
@ -1066,7 +1066,7 @@ $text['description-max_wait_time']['en-us'] = "Enter the max wait time.";
|
|||
$text['description-max_wait_time']['es-cl'] = "Introduzca el tiempo máximo de espera.";
|
||||
$text['description-max_wait_time']['pt-pt'] = "Introduzia o tempo máximo de espera.";
|
||||
$text['description-max_wait_time']['fr-fr'] = "Entrer le temps max d'attente.";
|
||||
$text['description-max_wait_time']['pt-br'] = "Insira o tempo máximo de espera";
|
||||
$text['description-max_wait_time']['pt-br'] = "Insira o tempo máximo de espera.";
|
||||
$text['description-max_wait_time']['pl'] = "Wprowadź maks czas oczekiwania";
|
||||
$text['description-max_wait_time']['sv-se'] = "Ange max vänt-tid.";
|
||||
$text['description-max_wait_time']['uk'] = "";
|
||||
|
|
@ -1076,7 +1076,7 @@ $text['description-max_no_answer']['en-us'] = "Enter max no answer.";
|
|||
$text['description-max_no_answer']['es-cl'] = "Introduza el máximo de no respuestas.";
|
||||
$text['description-max_no_answer']['pt-pt'] = "Introduza o máximo de não antedidas.";
|
||||
$text['description-max_no_answer']['fr-fr'] = "Choisr le nom max de non réponses.";
|
||||
$text['description-max_no_answer']['pt-br'] = "Insira o máximo de chamadas não atendidas";
|
||||
$text['description-max_no_answer']['pt-br'] = "Insira o máximo de chamadas não atendidas.";
|
||||
$text['description-max_no_answer']['pl'] = "Wprowadź maks czas nieodbierania rozmowy";
|
||||
$text['description-max_no_answer']['sv-se'] = "Ange max inget svar.";
|
||||
$text['description-max_no_answer']['uk'] = "";
|
||||
|
|
@ -1086,7 +1086,7 @@ $text['description-extension']['en-us'] = "Enter the extension number.";
|
|||
$text['description-extension']['es-cl'] = "Introduzca el número de extensión.";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "Entrer un numéro d'extension";
|
||||
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
|
||||
$text['description-extension']['pt-br'] = "Atribua um ramal ao dispositivo";
|
||||
$text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-extension']['uk'] = "";
|
||||
|
|
@ -1096,7 +1096,7 @@ $text['description-discard_abandoned_after']['en-us'] = "Set the discard abandon
|
|||
$text['description-discard_abandoned_after']['es-cl'] = "Defina la cantidad de segundos para el abandono de descarte.";
|
||||
$text['description-discard_abandoned_after']['pt-pt'] = "Defina a rejeição abandonada segundos depois.";
|
||||
$text['description-discard_abandoned_after']['fr-fr'] = "Choisir d'écartrer les abandons après un nombre de secondes.";
|
||||
$text['description-discard_abandoned_after']['pt-br'] = "Defina o tempo em segundos";
|
||||
$text['description-discard_abandoned_after']['pt-br'] = "Defina o tempo em segundos para descartar após abandonado.";
|
||||
$text['description-discard_abandoned_after']['pl'] = "Ustaw czas po którym opuszczona rozmowa zostanie odrzucona";
|
||||
$text['description-discard_abandoned_after']['sv-se'] = "Ange uteslut Ej Besvarade efter sekunder.";
|
||||
$text['description-discard_abandoned_after']['uk'] = "";
|
||||
|
|
@ -1106,7 +1106,7 @@ $text['description-contact']['en-us'] = "Select the contact number.";
|
|||
$text['description-contact']['es-cl'] = "Seleccione el número de contacto.";
|
||||
$text['description-contact']['pt-pt'] = "Seleccione o número de contacto.";
|
||||
$text['description-contact']['fr-fr'] = "Choisir le numéro du contact.";
|
||||
$text['description-contact']['pt-br'] = "Atribui um contato a esta conta de usuário";
|
||||
$text['description-contact']['pt-br'] = "Atribui um contato a esta conta de usuário.";
|
||||
$text['description-contact']['pl'] = "Wybierz numer";
|
||||
$text['description-contact']['sv-se'] = "Välj kontakt numret.";
|
||||
$text['description-contact']['uk'] = "Призначити контакт в цей обліковий запис користувача.";
|
||||
|
|
@ -1116,24 +1116,24 @@ $text['description-caller_id_name_prefix']['en-us'] = "Set a prefix on the calle
|
|||
$text['description-caller_id_name_prefix']['es-cl'] = "Defina un prefijo para el nombre de quien llama.";
|
||||
$text['description-caller_id_name_prefix']['pt-pt'] = "Defina um prefixo no nome do originador.";
|
||||
$text['description-caller_id_name_prefix']['fr-fr'] = "Choisir un préfixe pour le nom d'appelant.";
|
||||
$text['description-caller_id_name_prefix']['pt-br'] = "Defina um prefixo no nome do originador";
|
||||
$text['description-caller_id_name_prefix']['pt-br'] = "Defina um prefixo no nome do originador da chamada.";
|
||||
$text['description-caller_id_name_prefix']['pl'] = "Ustaw prefiks nazwy abonenta dzwoniącego.";
|
||||
$text['description-caller_id_name_prefix']['sv-se'] = "Ange ett prefix för Caller ID namn.";
|
||||
$text['description-caller_id_name_prefix']['uk'] = "";
|
||||
$text['description-caller_id_name_prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Name).";
|
||||
|
||||
$text['description-caller_announce_sound']['en-us'] = "A sound to play to a caller every announce sound seconds. Needs the full path to the wav file.";
|
||||
$text['description-caller_announce_sound']['pt-br'] = "Um som para tocar a uma cada vez chamador anunciar segundos de som. Precisa o caminho completo para o arquivo wav. ";
|
||||
$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']['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']['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'] = "";
|
||||
$text['description-caller_announce_sound']['es-cl'] = " Translate from: English Un sonido jugar a un cada persona que llama anunciar segundos de sonido. Necesita la ruta completa al archivo wav.";
|
||||
$text['description-caller_announce_sound']['pt-pt'] = "Um som para tocar a uma cada vez chamador anunciar segundos de som. 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']['fr-fr'] = " Un son à jouer à un appelant chaque annoncer secondes sonores. Besoins le chemin complet vers le fichier wav.";
|
||||
$text['description-caller_announce_sound']['de-at'] = "Eine Datei, die nach jeder ";
|
||||
|
||||
$text['description-caller_announce_frequency']['en-us'] = "How often should we play the announce sound. Enter a number in seconds";
|
||||
$text['description-caller_announce_frequency']['pt-br'] = "Com que freqüência devemos reproduzir o som anunciar. Digite um número em segundos";
|
||||
$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']['pl'] = "Wprowadź wartość w sekundach jak często ma być odtwarzany dźwięk powitania.";
|
||||
$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'] = "";
|
||||
|
|
@ -1146,7 +1146,7 @@ $text['description-call_timeout']['en-us'] = "Enter the call timeout.";
|
|||
$text['description-call_timeout']['es-cl'] = "Introduzca el timeout de la llamada.";
|
||||
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
|
||||
$text['description-call_timeout']['fr-fr'] = "Choisir le timeout de l'appel.";
|
||||
$text['description-call_timeout']['pt-br'] = "Insira o tempo final da chamada";
|
||||
$text['description-call_timeout']['pt-br'] = "Insira o tempo limite da chamada";
|
||||
$text['description-call_timeout']['pl'] = "Wpisz limit czasu rozmowy";
|
||||
$text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
|
||||
$text['description-call_timeout']['uk'] = "";
|
||||
|
|
@ -1156,7 +1156,7 @@ $text['description-call_center_queues']['en-us'] = "List of queues for the call
|
|||
$text['description-call_center_queues']['es-cl'] = "Lista de Colas de Centro de Llamados.";
|
||||
$text['description-call_center_queues']['pt-pt'] = "Lista de Filas do Call Center.";
|
||||
$text['description-call_center_queues']['fr-fr'] = "Liste des Queues du Centre d'Appel";
|
||||
$text['description-call_center_queues']['pt-br'] = "Lista de filas do call center";
|
||||
$text['description-call_center_queues']['pt-br'] = "Lista de filas para o Call Center";
|
||||
$text['description-call_center_queues']['pl'] = "Lista kolejek w Call Center";
|
||||
$text['description-call_center_queues']['sv-se'] = "Lista med kö:er för Call Center";
|
||||
$text['description-call_center_queues']['uk'] = "";
|
||||
|
|
@ -1166,7 +1166,7 @@ $text['description-call_center_agents']['en-us'] = "List of call center agents."
|
|||
$text['description-call_center_agents']['es-cl'] = "Lista de Agentes de Centro de Llamados.";
|
||||
$text['description-call_center_agents']['pt-pt'] = "Lista de Agentes do Call Center.";
|
||||
$text['description-call_center_agents']['fr-fr'] = "Liste des agents du Centre d'Appel";
|
||||
$text['description-call_center_agents']['pt-br'] = "Lista de agentes do call center";
|
||||
$text['description-call_center_agents']['pt-br'] = "Lista de agentes do Call Center";
|
||||
$text['description-call_center_agents']['pl'] = "Lista agentów w Call Center";
|
||||
$text['description-call_center_agents']['sv-se'] = "Lista med Call Center Agenter";
|
||||
$text['description-call_center_agents']['uk'] = "";
|
||||
|
|
@ -1176,7 +1176,7 @@ $text['description-call_center_agent_status']['en-us'] = "List all the call cent
|
|||
$text['description-call_center_agent_status']['es-cl'] = "Lista todos los agentes del Centro de Llamados con la opción de modificar el estado de uno o más 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']['fr-fr'] = "Liste tous les agents du centre d'appel avec la possibilité de modifier l'état d'un ou plusieurs agents.";
|
||||
$text['description-call_center_agent_status']['pt-br'] = "Listar com 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']['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']['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']['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'] = "";
|
||||
|
|
@ -1186,7 +1186,7 @@ $text['description-busy_delay_time']['en-us'] = "Enter the agent busy delay time
|
|||
$text['description-busy_delay_time']['es-cl'] = "Introduzca el tiempo de espera de agente ocupado.";
|
||||
$text['description-busy_delay_time']['pt-pt'] = "Introduza o tempo de atraso do agente ocupado.";
|
||||
$text['description-busy_delay_time']['fr-fr'] = "Choisir le temps d'attente quand l'agent est occupé.";
|
||||
$text['description-busy_delay_time']['pt-br'] = "Insira o tempo de resposta do agente ocupado";
|
||||
$text['description-busy_delay_time']['pt-br'] = "Insira o tempo para atraso do agente ocupado.";
|
||||
$text['description-busy_delay_time']['pl'] = "Wprowadź wartość czasowego opóźnienia w przypadku, gdy agent jest zajęty.";
|
||||
$text['description-busy_delay_time']['sv-se'] = "Ange Agent Upptagen Fördröjnings-tid.";
|
||||
$text['description-busy_delay_time']['uk'] = "";
|
||||
|
|
@ -1216,7 +1216,7 @@ $text['description-agent_logout']['en-us'] = "Enter the auto agent logout time i
|
|||
$text['description-agent_logout']['es-cl'] = "Introduzca el tiempo de desconexión automático de agente en formato 00:00. Requiere un servicio para forzar la desconexión.";
|
||||
$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']['fr-fr'] = "Entrer l'heure de déconnexion automatique de l'agent au format 00:00. Nécessite un service pour forcer la déconnexion.";
|
||||
$text['description-agent_logout']['pt-br'] = "Insira o tempo de login automatico do agente no formato 00:00. Isto requer um serviço dedicado para foçar o logout";
|
||||
$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']['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']['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'] = "";
|
||||
|
|
@ -1236,7 +1236,7 @@ $text['description-agent']['en-us'] = "Select the agent name.";
|
|||
$text['description-agent']['es-cl'] = "Seleccione el nombre del agente.";
|
||||
$text['description-agent']['pt-pt'] = "Seleccione o nome do agente.";
|
||||
$text['description-agent']['fr-fr'] = "Choisir le nom de l'agent.";
|
||||
$text['description-agent']['pt-br'] = "Selecione o nome do agente";
|
||||
$text['description-agent']['pt-br'] = "Selecione o nome do agente.";
|
||||
$text['description-agent']['pl'] = "Wybierz nazwe agenta.";
|
||||
$text['description-agent']['sv-se'] = "Välj Agent namnet.";
|
||||
$text['description-agent']['uk'] = "Виберіть ім’я оператора";
|
||||
|
|
@ -1246,7 +1246,7 @@ $text['description-abandoned_resume_allowed']['en-us'] = "Set the abandoned resu
|
|||
$text['description-abandoned_resume_allowed']['es-cl'] = "Defina el permiso para permitir la continuación de abandono a verdadero o falso.";
|
||||
$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']['fr-fr'] = "choisir l'autorisation de reprise d'abandon à oui ou non.";
|
||||
$text['description-abandoned_resume_allowed']['pt-br'] = "Defina permissão para desistencia, verdadeira ou falso";
|
||||
$text['description-abandoned_resume_allowed']['pt-br'] = "Defina permissão para desistência (SIM/NÃO).";
|
||||
$text['description-abandoned_resume_allowed']['pl'] = "Ustaw czy odbieranie odrzuconych rozmów jest dozwolone (TAK/NIE)";
|
||||
$text['description-abandoned_resume_allowed']['sv-se'] = "Välj 'Ej Besvarat Återtagning' till sann/falsk.";
|
||||
$text['description-abandoned_resume_allowed']['uk'] = "";
|
||||
|
|
@ -1276,7 +1276,7 @@ $text['button-tiers']['en-us'] = "Tiers";
|
|||
$text['button-tiers']['es-cl'] = "Niveles";
|
||||
$text['button-tiers']['pt-pt'] = "Níveis";
|
||||
$text['button-tiers']['fr-fr'] = "Tiers";
|
||||
$text['button-tiers']['pt-br'] = "Niveis ";
|
||||
$text['button-tiers']['pt-br'] = "Níveis ";
|
||||
$text['button-tiers']['pl'] = "Poziomy";
|
||||
$text['button-tiers']['sv-se'] = "Kunskap";
|
||||
$text['button-tiers']['uk'] = "Рівні";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ $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'] = "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']['sv-se'] = "Call Center";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Кол-центр";
|
||||
|
|
|
|||
|
|
@ -83,64 +83,79 @@
|
|||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
$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.";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ $text['label-destination_label']['en-us'] = "Destination Label";
|
|||
$text['label-destination_label']['es-cl'] = "Etiqueta de Destino";
|
||||
$text['label-destination_label']['pt-pt'] = "Destino";
|
||||
$text['label-destination_label']['fr-fr'] = "Label de la destination";
|
||||
$text['label-destination_label']['pt-br'] = "Destino";
|
||||
$text['label-destination_label']['pt-br'] = "Etiqueta de destino";
|
||||
$text['label-destination_label']['pl'] = "Etykieta destynacji";
|
||||
$text['label-destination_label']['sv-se'] = "Destination Etikett";
|
||||
$text['label-destination_label']['uk'] = "призначення етикетки";
|
||||
|
|
@ -134,7 +134,7 @@ $text['label-alternate_sound']['en-us'] = "Alternate Sound";
|
|||
$text['label-alternate_sound']['es-cl'] = "sonido alternativo";
|
||||
$text['label-alternate_sound']['pt-pt'] = "som alternativo";
|
||||
$text['label-alternate_sound']['fr-fr'] = "son suppléant";
|
||||
$text['label-alternate_sound']['pt-br'] = "som alternativo";
|
||||
$text['label-alternate_sound']['pt-br'] = "Som alternativo";
|
||||
$text['label-alternate_sound']['pl'] = "Alternatywny dźwięk";
|
||||
$text['label-alternate_sound']['sv-se'] = "alternativt ljud";
|
||||
$text['label-alternate_sound']['uk'] = "альтернативний звук";
|
||||
|
|
@ -174,7 +174,7 @@ $text['description-status']['en-us'] = "Select the status.";
|
|||
$text['description-status']['es-cl'] = "Seleccione el estado.";
|
||||
$text['description-status']['pt-pt'] = "Seleccione o estado.";
|
||||
$text['description-status']['fr-fr'] = "Choisir le statut.";
|
||||
$text['description-status']['pt-br'] = "Escolha o estado do usuário.";
|
||||
$text['description-status']['pt-br'] = "Escolha o estado.";
|
||||
$text['description-status']['pl'] = "Wybierz status użytkownika";
|
||||
$text['description-status']['sv-se'] = "Välj Status";
|
||||
$text['description-status']['uk'] = "Виберіть статус користувача";
|
||||
|
|
@ -184,7 +184,7 @@ $text['description-pin_number']['en-us'] = "Enter the pin number.";
|
|||
$text['description-pin_number']['es-cl'] = "Ingrese el número PIN.";
|
||||
$text['description-pin_number']['pt-pt'] = "Introduza o código PIN";
|
||||
$text['description-pin_number']['fr-fr'] = "Choisir le code PIN.";
|
||||
$text['description-pin_number']['pt-br'] = "Insira o código PIN";
|
||||
$text['description-pin_number']['pt-br'] = "Insira o código PIN.";
|
||||
$text['description-pin_number']['pl'] = "Wprowadź numer PIN";
|
||||
$text['description-pin_number']['sv-se'] = "Ange PIN Kod.";
|
||||
$text['description-pin_number']['uk'] = "Введіть пін - код.";
|
||||
|
|
@ -194,7 +194,7 @@ $text['description-name']['en-us'] = "Enter the name.";
|
|||
$text['description-name']['es-cl'] = "Ingrese el nombre.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome.";
|
||||
$text['description-name']['fr-fr'] = "Choisr le nom.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-br'] = "Insira o nome.";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['sv-se'] = "Ange Namn.";
|
||||
$text['description-name']['uk'] = "Введіть назву меню";
|
||||
|
|
@ -204,7 +204,7 @@ $text['description-feature_code']['en-us'] = "Enter the feature code.";
|
|||
$text['description-feature_code']['es-cl'] = "Ingrese el código distintivo.";
|
||||
$text['description-feature_code']['pt-pt'] = "Introduza o código de função.";
|
||||
$text['description-feature_code']['fr-fr'] = "Choisir le code la fonction";
|
||||
$text['description-feature_code']['pt-br'] = "Insira o código de função";
|
||||
$text['description-feature_code']['pt-br'] = "Insira o código de função.";
|
||||
$text['description-feature_code']['pl'] = "Dodaj specjalny kod";
|
||||
$text['description-feature_code']['sv-se'] = "Ange Funktionskoden.";
|
||||
$text['description-feature_code']['uk'] = "Введіть код об'єкта.";
|
||||
|
|
@ -214,7 +214,7 @@ $text['description-extension']['en-us'] = "Enter the extension number.";
|
|||
$text['description-extension']['es-cl'] = "Ingrese el número de extensión.";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
|
||||
$text['description-extension']['pt-br'] = "Atribua o número de ramal.";
|
||||
$text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-extension']['uk'] = "Введіть номер розширення.";
|
||||
|
|
@ -224,7 +224,7 @@ $text['description-destination_label']['en-us'] = "Enter the destination label."
|
|||
$text['description-destination_label']['es-cl'] = "Ingrese la etiqueta de destino.";
|
||||
$text['description-destination_label']['pt-pt'] = "Introduza o destino.";
|
||||
$text['description-destination_label']['fr-fr'] = "Choisir le label de la destination.";
|
||||
$text['description-destination_label']['pt-br'] = "Insira o destino";
|
||||
$text['description-destination_label']['pt-br'] = "Insira o destino.";
|
||||
$text['description-destination_label']['pl'] = "Wprowadź opis destynacji";
|
||||
$text['description-destination_label']['sv-se'] = "Ange Destinations Etiketten.";
|
||||
$text['description-destination_label']['uk'] = "Введіть мітку призначення.";
|
||||
|
|
@ -234,7 +234,7 @@ $text['description-destination']['en-us'] = "Select the destination.";
|
|||
$text['description-destination']['es-cl'] = "Seleccione el destino.";
|
||||
$text['description-destination']['pt-pt'] = "Seleccione o destino.";
|
||||
$text['description-destination']['fr-fr'] = "Choisir la destination.";
|
||||
$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-br'] = "Selecionar o destino da chamada.";
|
||||
$text['description-destination']['pl'] = "Wybierz numer docelowy.";
|
||||
$text['description-destination']['sv-se'] = "Välj destinationen.";
|
||||
$text['description-destination']['uk'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
|
|
@ -244,7 +244,7 @@ $text['description-context']['en-us'] = "Enter the context.";
|
|||
$text['description-context']['es-cl'] = "Ingrese el contexto.";
|
||||
$text['description-context']['pt-pt'] = "Introduza o contexto";
|
||||
$text['description-context']['fr-fr'] = "Choisir le contexte.";
|
||||
$text['description-context']['pt-br'] = "Insira o contexto";
|
||||
$text['description-context']['pt-br'] = "Insira o contexto.";
|
||||
$text['description-context']['pl'] = "Wprowadź kontekst";
|
||||
$text['description-context']['sv-se'] = "Ange Context.";
|
||||
$text['description-context']['uk'] = "Введіть контекст.";
|
||||
|
|
@ -254,7 +254,7 @@ $text['description-call_flows']['en-us'] = "Direct calls between two destination
|
|||
$text['description-call_flows']['es-cl'] = "Llamadas directas entre dos destinatarios llamando a un código distintivo.";
|
||||
$text['description-call_flows']['pt-pt'] = "Chamadas directas entre dois destinos recorrendo a um código de função.";
|
||||
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destinations en appelant une fonction.";
|
||||
$text['description-call_flows']['pt-br'] = "Para chamadas direta entre dois destinos utilize um código ";
|
||||
$text['description-call_flows']['pt-br'] = "Chamadas diretas para dois dispositivos utilizando o código de função.";
|
||||
$text['description-call_flows']['pl'] = "Kieruj rozmowy bezpośrednio pomiędzy dwoma destynacjami poprzez prowadzenie specjalnego kodu.";
|
||||
$text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer genom att ringa en funktionskod.";
|
||||
$text['description-call_flows']['uk'] = "Прямі виклики між двома пунктами шляхом виклику коду функції.";
|
||||
|
|
@ -264,7 +264,7 @@ $text['description-alternate_label']['en-us'] = "Enter the alternate destination
|
|||
$text['description-alternate_label']['es-cl'] = "Ingrese la etiqueta de destino alternativo.";
|
||||
$text['description-alternate_label']['pt-pt'] = "Introduza um destino alternativo.";
|
||||
$text['description-alternate_label']['fr-fr'] = "Choisir le label de la destination alternative.";
|
||||
$text['description-alternate_label']['pt-br'] = "Insira um destino alternativo";
|
||||
$text['description-alternate_label']['pt-br'] = "Insira um destino alternativo.";
|
||||
$text['description-alternate_label']['pl'] = "Wprowadź alternatywny opis destynacji";
|
||||
$text['description-alternate_label']['sv-se'] = "Ange den alternativa destinations etiketten.";
|
||||
$text['description-alternate_label']['uk'] = "Введіть альтернативний ярлик призначення.";
|
||||
|
|
@ -274,7 +274,7 @@ $text['description-alternate_destination']['en-us'] = "Select the alternate dest
|
|||
$text['description-alternate_destination']['es-cl'] = "Seleccione el destino alternativo.";
|
||||
$text['description-alternate_destination']['pt-pt'] = "Seleccione um destino alternativo.";
|
||||
$text['description-alternate_destination']['fr-fr'] = "Choisir la destination alternative.";
|
||||
$text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo";
|
||||
$text['description-alternate_destination']['pt-br'] = "Selecione um destino alternativo.";
|
||||
$text['description-alternate_destination']['pl'] = "Wybierz alternatywną destynację";
|
||||
$text['description-alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
|
||||
$text['description-alternate_destination']['uk'] = "Виберіть інше розташування.";
|
||||
|
|
@ -284,7 +284,7 @@ $text['description-sound']['en-us'] = "Select the sound to play when the status
|
|||
$text['description-sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino.";
|
||||
$text['description-sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino.";
|
||||
$text['description-sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination.";
|
||||
$text['description-sound']['pt-br'] = "Selecione o som para tocar quando o status é definido como o destino.";
|
||||
$text['description-sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino.";
|
||||
$text['description-sound']['pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony do miejsca przeznaczenia.";
|
||||
$text['description-sound']['sv-se'] = "Välj ljud att spela när status är inställd på destinationen.";
|
||||
$text['description-sound']['uk'] = "Виберіть звук для відтворення , коли статус встановлений в пункти призначення.";
|
||||
|
|
@ -294,7 +294,7 @@ $text['description-alternate_sound']['en-us'] = "Select the sound to play when s
|
|||
$text['description-alternate_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino alternativo.";
|
||||
$text['description-alternate_sound']['pt-pt'] = "Selecione o som para tocar quando o status é definido como o destino alternativo.";
|
||||
$text['description-alternate_sound']['fr-fr'] = "Sélectionnez le son à jouer lorsque l'état est réglé sur la destination alternative.";
|
||||
$text['description-alternate_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido como o destino alternativo.";
|
||||
$text['description-alternate_sound']['pt-br'] = "Selecione o som para tocar quando o status é definido para o destino alternativo.";
|
||||
$text['description-alternate_sound']['pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony na alternatywnego przeznaczenia.";
|
||||
$text['description-alternate_sound']['sv-se'] = "Välj ljud att spela när status är inställd på den alternativa destinationen.";
|
||||
$text['description-alternate_sound']['uk'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення.";
|
||||
|
|
@ -304,7 +304,7 @@ $text['recordings']['en-us'] = "Recordings";
|
|||
$text['recordings']['es-cl'] = "grabaciones";
|
||||
$text['recordings']['pt-pt'] = "gravações";
|
||||
$text['recordings']['fr-fr'] = "Recordings";
|
||||
$text['recordings']['pt-br'] = "gravações";
|
||||
$text['recordings']['pt-br'] = "Gravações";
|
||||
$text['recordings']['pl'] = "nagrania";
|
||||
$text['recordings']['sv-se'] = "inspelningar";
|
||||
$text['recordings']['uk'] = "записи";
|
||||
|
|
@ -314,7 +314,7 @@ $text['miscellaneous']['en-us'] = "Miscellaneous";
|
|||
$text['miscellaneous']['es-cl'] = "Diverso";
|
||||
$text['miscellaneous']['pt-pt'] = "Variado";
|
||||
$text['miscellaneous']['fr-fr'] = "Divers";
|
||||
$text['miscellaneous']['pt-br'] = "Variado";
|
||||
$text['miscellaneous']['pt-br'] = "Diversos";
|
||||
$text['miscellaneous']['pl'] = "Różne";
|
||||
$text['miscellaneous']['sv-se'] = "Diverse";
|
||||
$text['miscellaneous']['uk'] = "Різне";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?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";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "Desvio de chamadas, Siga-me e Não perturbe (DND).";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][$y]['name'] = "follow_me";
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$text['title']['en-us'] = "Call Routing";
|
||||
$text['title']['es-cl'] = "enrutamiento de llamadas";
|
||||
$text['title']['pt-pt'] = "roteamento de chamadas";
|
||||
$text['title']['pt-pt'] = "Roteamento de chamadas";
|
||||
$text['title']['fr-fr'] = "routage des appels";
|
||||
$text['title']['uk'] = "маршрутизація викликів";
|
||||
$text['title']['pl'] = "Call Routing";
|
||||
|
|
@ -76,7 +76,7 @@ $text['label-ring-delay']['en-us'] = "Delay";
|
|||
$text['label-ring-delay']['es-cl'] = "Retardo";
|
||||
$text['label-ring-delay']['pt-pt'] = "Atraso";
|
||||
$text['label-ring-delay']['fr-fr'] = "Délais";
|
||||
$text['label-ring-delay']['pt-br'] = "Delay";
|
||||
$text['label-ring-delay']['pt-br'] = "Atraso";
|
||||
$text['label-ring-delay']['pl'] = "Opóznienie";
|
||||
$text['label-ring-delay']['sv-se'] = "Fördröjning ";
|
||||
$text['label-ring-delay']['uk'] = "Затримка";
|
||||
|
|
@ -129,7 +129,7 @@ $text['label-not_registered']['es-cl'] = "";
|
|||
$text['label-not_registered']['pt-pt'] = "";
|
||||
$text['label-not_registered']['fr-fr'] = "";
|
||||
$text['label-not_registered']['it-it'] = "";
|
||||
$text['label-not_registered']['pt-br'] = "";
|
||||
$text['label-not_registered']['pt-br'] = "Sem registro";
|
||||
$text['label-not_registered']['pl'] = "";
|
||||
$text['label-not_registered']['sv-se'] = "";
|
||||
$text['label-not_registered']['uk'] = "";
|
||||
|
|
@ -140,7 +140,7 @@ $text['label-ignore-busy']['es-cl'] = "";
|
|||
$text['label-ignore-busy']['pt-pt'] = "";
|
||||
$text['label-ignore-busy']['fr-fr'] = "";
|
||||
$text['label-ignore-busy']['it-it'] = "";
|
||||
$text['label-ignore-busy']['pt-br'] = "";
|
||||
$text['label-ignore-busy']['pt-br'] = "Ignorar ocupado";
|
||||
$text['label-ignore-busy']['pl'] = "";
|
||||
$text['label-ignore-busy']['sv-se'] = "";
|
||||
$text['label-ignore-busy']['uk'] = "";
|
||||
|
|
@ -160,7 +160,7 @@ $text['label-dnd']['en-us'] = "Do Not Disturb";
|
|||
$text['label-dnd']['es-cl'] = "No Molestar";
|
||||
$text['label-dnd']['pt-pt'] = "Não Perturbar";
|
||||
$text['label-dnd']['fr-fr'] = "Ne pas déranger";
|
||||
$text['label-dnd']['pt-br'] = "Não Pertube";
|
||||
$text['label-dnd']['pt-br'] = "Não Pertube (DND)";
|
||||
$text['label-dnd']['pl'] = "Nie przeszkadzaj (DND)";
|
||||
$text['label-dnd']['sv-se'] = "Stör Ej ";
|
||||
$text['label-dnd']['uk'] = "Не турбувати";
|
||||
|
|
@ -180,7 +180,7 @@ $text['label-destination_timeout']['en-us'] = "Timeout";
|
|||
$text['label-destination_timeout']['es-cl'] = "Timeout";
|
||||
$text['label-destination_timeout']['fr-fr'] = "Timeout";
|
||||
$text['label-destination_timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-destination_timeout']['pt-br'] = "Tempo de saída";
|
||||
$text['label-destination_timeout']['pt-br'] = "Tempo limite";
|
||||
$text['label-destination_timeout']['pl'] = "Limit czasowy";
|
||||
$text['label-destination_timeout']['sv-se'] = "Tidsgräns ";
|
||||
$text['label-destination_timeout']['uk'] = "Таймаут";
|
||||
|
|
@ -220,7 +220,7 @@ $text['label-destination_number']['en-us'] = "Destination";
|
|||
$text['label-destination_number']['es-cl'] = "Destino";
|
||||
$text['label-destination_number']['fr-fr'] = "Destination";
|
||||
$text['label-destination_number']['pt-pt'] = "Destino";
|
||||
$text['label-destination_number']['pt-br'] = "Desvio";
|
||||
$text['label-destination_number']['pt-br'] = "Destino";
|
||||
$text['label-destination_number']['pl'] = "Destynacja";
|
||||
$text['label-destination_number']['sv-se'] = "Destination Nummer ";
|
||||
$text['label-destination_number']['uk'] = "Номер";
|
||||
|
|
@ -230,7 +230,7 @@ $text['label-destination_delay']['en-us'] = "Delay";
|
|||
$text['label-destination_delay']['es-cl'] = "Retraso";
|
||||
$text['label-destination_delay']['fr-fr'] = "Délais";
|
||||
$text['label-destination_delay']['pt-pt'] = "Atraso";
|
||||
$text['label-destination_delay']['pt-br'] = "Delay";
|
||||
$text['label-destination_delay']['pt-br'] = "Atraso";
|
||||
$text['label-destination_delay']['pl'] = "Opóźnienie";
|
||||
$text['label-destination_delay']['sv-se'] = "Fördröjning ";
|
||||
$text['label-destination_delay']['uk'] = "Затримка";
|
||||
|
|
@ -260,7 +260,7 @@ $text['label-cid-name-prefix']['en-us'] = "Caller ID Name";
|
|||
$text['label-cid-name-prefix']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-cid-name-prefix']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-cid-name-prefix']['fr-fr'] = "Préfixe de l'appelant";
|
||||
$text['label-cid-name-prefix']['pt-br'] = "Nome do discador";
|
||||
$text['label-cid-name-prefix']['pt-br'] = "Nome (ID) de origem";
|
||||
$text['label-cid-name-prefix']['pl'] = "Prefiks prezentacji nazwy dzwoniącego";
|
||||
$text['label-cid-name-prefix']['sv-se'] = "Namnpresentation ";
|
||||
$text['label-cid-name-prefix']['uk'] = "Caller ID Ім’я";
|
||||
|
|
@ -270,7 +270,7 @@ $text['label-call-prompt']['en-us'] = "Call Prompt";
|
|||
$text['label-call-prompt']['es-cl'] = "Aviso de Llamadas";
|
||||
$text['label-call-prompt']['pt-pt'] = "Espoletar Chamada";
|
||||
$text['label-call-prompt']['fr-fr'] = "Annonce d'appel";
|
||||
$text['label-call-prompt']['pt-br'] = "Prompt chamada";
|
||||
$text['label-call-prompt']['pt-br'] = "Prompt de chamada";
|
||||
$text['label-call-prompt']['pl'] = "Potwierdź przed odebraniem rozmowy";
|
||||
$text['label-call-prompt']['sv-se'] = "Samtals Verifiering ";
|
||||
$text['label-call-prompt']['uk'] = "";
|
||||
|
|
@ -305,7 +305,7 @@ $text['description-on-busy']['es-cl'] = "Si está habilitada, anula el valor del
|
|||
$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']['fr-fr'] = "Remplace la messagerie vocale si activé.";
|
||||
$text['description-on-busy']['it-it'] = "Se abilitato, esegue l'override del valore di abilitazione voicemail nell'estensione.";
|
||||
$text['description-on-busy']['pt-br'] = "Se ativado, substitui o valor do correio de voz permitindo uma extensão quando estiver ocupado";
|
||||
$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']['pl'] = "Jeżeli włączone, ustawienie włączenia poczty głosowej zostaje nadpisane.";
|
||||
$text['description-on-busy']['sv-se'] = "Om aktiverad, så tar den överhand framför röstbrevlåda hos anknytningen. ";
|
||||
$text['description-on-busy']['uk'] = "";
|
||||
|
|
@ -327,7 +327,7 @@ $text['description-not_registered']['es-cl'] = "";
|
|||
$text['description-not_registered']['pt-pt'] = "";
|
||||
$text['description-not_registered']['fr-fr'] = "";
|
||||
$text['description-not_registered']['it-it'] = "";
|
||||
$text['description-not_registered']['pt-br'] = "";
|
||||
$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']['pl'] = "";
|
||||
$text['description-not_registered']['sv-se'] = "";
|
||||
$text['description-not_registered']['uk'] = "";
|
||||
|
|
@ -336,7 +336,7 @@ $text['description-not_registered']['de-at'] = "";
|
|||
$text['description-cid-number-prefix']['en-us'] = "Set the caller ID number prefix.";
|
||||
$text['description-cid-number-prefix']['es-cl'] = "Configure el prefijo de número de caller ID.";
|
||||
$text['description-cid-number-prefix']['pt-pt'] = "Defina o número do Chamador";
|
||||
$text['description-cid-number-prefix']['pt-br'] = "Defina o número do prefixo";
|
||||
$text['description-cid-number-prefix']['pt-br'] = "Defina o número do prefixo.";
|
||||
$text['description-cid-number-prefix']['pl'] = "Prefiks prezentacji numeru dzwoniącego.";
|
||||
$text['description-cid-number-prefix']['sv-se'] = "Ange nummerpresentation prefix. ";
|
||||
$text['description-cid-number-prefix']['uk'] = "";
|
||||
|
|
@ -347,7 +347,7 @@ $text['description-cid-name-prefix']['en-us'] = "Set the caller ID name prefix."
|
|||
$text['description-cid-name-prefix']['es-cl'] = "Configure el prefijo de nombre de caller ID";
|
||||
$text['description-cid-name-prefix']['pt-pt'] = "Defina o nome do Chamador";
|
||||
$text['description-cid-name-prefix']['fr-fr'] = "Choisr le péfixe du nom d'appelant.";
|
||||
$text['description-cid-name-prefix']['pt-br'] = "Defina o nome do discador";
|
||||
$text['description-cid-name-prefix']['pt-br'] = "Defina o nome (ID) do discador.";
|
||||
$text['description-cid-name-prefix']['pl'] = "Prefiks prezentacji nazwy dzwoniącego.";
|
||||
$text['description-cid-name-prefix']['sv-se'] = "Ange namnpresentation prefix. ";
|
||||
$text['description-cid-name-prefix']['uk'] = "";
|
||||
|
|
@ -357,7 +357,7 @@ $text['description-call-prompt']['en-us'] = "Prompt to accept the call for exter
|
|||
$text['description-call-prompt']['es-cl'] = "Preguntar para aceptar un llamado para destinos externos";
|
||||
$text['description-call-prompt']['pt-pt'] = "Aceitar chamada para destinos externos.";
|
||||
$text['description-call-prompt']['fr-fr'] = "Annonce pour accepter l'appel venant de destinations externes.";
|
||||
$text['description-call-prompt']['pt-br'] = "Aceiter chamada para destinos externos";
|
||||
$text['description-call-prompt']['pt-br'] = "Perguntar para aceitar chamados de destinatários externos.";
|
||||
$text['description-call-prompt']['pl'] = "Zapytaj czy akceptować rozmowę do zewnętrznych destynacji.";
|
||||
$text['description-call-prompt']['sv-se'] = "Kräv verifiering för att ta emot samtal för externa destinationer. ";
|
||||
$text['description-call-prompt']['uk'] = "";
|
||||
|
|
@ -367,7 +367,7 @@ $text['description-call_routing']['en-us'] = "Define alternate inbound call hand
|
|||
$text['description-call_routing']['es-cl'] = "Definir alternativa para el manejo de las siguientes extensiones de llamadas entrantes.";
|
||||
$text['description-call_routing']['pt-pt'] = "Definir alternativo chamada de entrada assistência para as seguintes extensões.";
|
||||
$text['description-call_routing']['fr-fr'] = "Définir la manipulation pour les extensions suivantes alternent appel entrant.";
|
||||
$text['description-call_routing']['pt-br'] = "Definir alternativo chamada de entrada assistência para as seguintes extensões.";
|
||||
$text['description-call_routing']['pt-br'] = "Defina o tratamento de entradas alternativas para os seguintes ramais. ";
|
||||
$text['description-call_routing']['pl'] = "Definiowanie alternatywnego połączenia przychodzącego obsługi dla następujących rozszerzeń.";
|
||||
$text['description-call_routing']['sv-se'] = "Definiera alternativa inkommande samtalshantering för följande tillägg.";
|
||||
$text['description-call_routing']['uk'] = "Визначити обробку для наступних розширень альтернативного вхідного дзвінка.";
|
||||
|
|
@ -377,7 +377,7 @@ $text['description']['en-us'] = "Directs incoming calls for extension:";
|
|||
$text['description']['es-cl'] = "Dirige las llamadas entrantes hacia una extensión:";
|
||||
$text['description']['pt-pt'] = "Direciona as chamadas recebidas para a extensão:";
|
||||
$text['description']['fr-fr'] = "Rediriger les appels entrant pour l'extension:";
|
||||
$text['description']['pt-br'] = "Editar informações da conta.";
|
||||
$text['description']['pt-br'] = "Direciona as chamadas que estão entrando para um ramal.";
|
||||
$text['description']['pl'] = "Kieruj rozmowy przychodzące na numer wewnętrzny:";
|
||||
$text['description']['sv-se'] = "Styr inkommande samtal för anknytning: ";
|
||||
$text['description']['uk'] = "Керування вхідними дзвінками для розширення";
|
||||
|
|
@ -430,7 +430,7 @@ $text['ckeck-false']['uk'] = "";
|
|||
$text['ckeck-false']['de-at'] = "";
|
||||
|
||||
$text['check-true']['en-us'] = "True";
|
||||
$text['check-true']['pt-br'] = "";
|
||||
$text['check-true']['pt-br'] = "Sim";
|
||||
$text['check-true']['pl'] = "Tak";
|
||||
$text['check-true']['sv-se'] = "Sann ";
|
||||
$text['check-true']['uk'] = "Так";
|
||||
|
|
@ -439,7 +439,7 @@ $text['check-true']['de-at'] = "An";
|
|||
|
||||
$text['check-simultaneous']['en-us'] = "simultaneous";
|
||||
$text['check-simultaneous']['fr-fr'] = "simultanément";
|
||||
$text['check-simultaneous']['pt-br'] = "";
|
||||
$text['check-simultaneous']['pt-br'] = "Simultâneo";
|
||||
$text['check-simultaneous']['pl'] = "jednoczesne";
|
||||
$text['check-simultaneous']['sv-se'] = "Samtidiga ";
|
||||
$text['check-simultaneous']['uk'] = "одночасно";
|
||||
|
|
@ -447,14 +447,14 @@ $text['check-simultaneous']['de-at'] = "gleichzeitig";
|
|||
|
||||
$text['check-sequence']['en-us'] = "sequence";
|
||||
$text['check-sequence']['fr-fr'] = "séquence";
|
||||
$text['check-sequence']['pt-br'] = "";
|
||||
$text['check-sequence']['pt-br'] = "Sequência";
|
||||
$text['check-sequence']['pl'] = "kolejność";
|
||||
$text['check-sequence']['sv-se'] = "sekvens ";
|
||||
$text['check-sequence']['uk'] = "послідовно";
|
||||
$text['check-sequence']['de-at'] = "sequenziell";
|
||||
|
||||
$text['check-false']['en-us'] = "False";
|
||||
$text['check-false']['pt-br'] = "";
|
||||
$text['check-false']['pt-br'] = "Não";
|
||||
$text['check-false']['pl'] = "Nie";
|
||||
$text['check-false']['sv-se'] = "Falsk ";
|
||||
$text['check-false']['uk'] = "Ні";
|
||||
|
|
@ -464,6 +464,7 @@ $text['check-false']['de-at'] = "Aus";
|
|||
$text['button-view_all']['en-us'] = "View All";
|
||||
$text['button-view_all']['es-cl'] = "Mostrar Todos";
|
||||
$text['button-view_all']['pt-pt'] = "Mostrar Todos";
|
||||
$text['button-view_all']['pt-br'] = "Mostrar Todos";
|
||||
$text['button-view_all']['fr-fr'] = "Tout Montrer";
|
||||
$text['button-view_all']['pl'] = "Pokaż wszystkie";
|
||||
$text['button-view_all']['uk'] = "Показати всі";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
$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-pt'] = "Roteamento de chamadas";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "roteamento de chamadas";
|
||||
$apps[$x]['menu'][0]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Canais ativos no sistema.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "Canais ativos no sistema.";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = "call_active_view";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ $text['title-2']['en-us'] = "Active Extensions";
|
|||
$text['title-2']['es-cl'] = "Extensiones Activas";
|
||||
$text['title-2']['fr-fr'] = "Extensions Actives";
|
||||
$text['title-2']['pt-pt'] = "Extensões Ativas";
|
||||
$text['title-2']['pt-br'] = "Extensões ativas";
|
||||
$text['title-2']['pt-br'] = "Ramais ativos";
|
||||
$text['title-2']['pl'] = "Aktywne numery wewnętrzne";
|
||||
$text['title-2']['sv-se'] = "Aktiva anknytningar";
|
||||
$text['title-2']['uk'] = "Активні розширення";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "Gera chamadas a partir de um URL";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = "click_to_call_view";
|
||||
|
|
|
|||
|
|
@ -29,151 +29,181 @@
|
|||
$text['label-click2call']['en-us'] = "Click to Call";
|
||||
$text['label-click2call']['es-cl'] = "Pulse para Llamar";
|
||||
$text['label-click2call']['pt-pt'] = "Clique para chamar";
|
||||
$text['label-click2call']['pt-br'] = "Clique para chamar";
|
||||
$text['label-click2call']['fr-fr'] = "Click to Call";
|
||||
|
||||
$text['desc-click2call']['en-us'] = "Provide the following information to make a call from the source number to the destination number.";
|
||||
$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']['pt-pt'] = "Forneça a informação seguinte para realizar uma chamada com uma determinada origem para um determinado destino.";
|
||||
$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']['fr-fr'] = "Fournissez les informations suivantes afin de lancer un appel d'un numéro vers un autre.";
|
||||
|
||||
$text['label-src-caller-id-nam']['en-us'] = "Source Caller ID Name";
|
||||
$text['label-src-caller-id-nam']['es-cl'] = "Nombre de Caller ID de origen";
|
||||
$text['label-src-caller-id-nam']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-src-caller-id-nam']['pt-br'] = "Nome de origem";
|
||||
$text['label-src-caller-id-nam']['fr-fr'] = "Nom de l'appelant";
|
||||
|
||||
$text['desc-src-caller-id-nam']['en-us'] = "Enter the Caller ID name to send to your phone.";
|
||||
$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']['pt-pt'] = "Introduza o nome do chamador para ser enviado para o seu telefone.";
|
||||
$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']['fr-fr'] = "Choisir le nom d'appelant à émettre à votre téléphone.";
|
||||
|
||||
$text['label-src-caller-id-num']['en-us'] = "Source Caller ID Number";
|
||||
$text['label-src-caller-id-num']['es-cl'] = "Número de Caller ID de origen";
|
||||
$text['label-src-caller-id-num']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-src-caller-id-num']['pt-br'] = "Número de origem";
|
||||
$text['label-src-caller-id-num']['fr-fr'] = "Numéro de l'appelant";
|
||||
|
||||
$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']['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']['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']['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']['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['label-dest-caller-id-nam']['en-us'] = "Destination Caller ID Name";
|
||||
$text['label-dest-caller-id-nam']['es-cl'] = "Nombre de Caller ID de destino";
|
||||
$text['label-dest-caller-id-nam']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-dest-caller-id-nam']['pt-br'] = "Identificação do destino";
|
||||
$text['label-dest-caller-id-nam']['fr-fr'] = "Nom de l'appelant";
|
||||
|
||||
$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']['es-cl'] = "Ingrese el nombre de Caller ID para enviar al 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']['pt-br'] = "Entre com a identificação a ser enviada para o número de destino.";
|
||||
$text['desc-dest-caller-id-nam']['fr-fr'] = "Choisir le nom d'appelant à émettre à la destination";
|
||||
|
||||
$text['label-dest-caller-id-num']['en-us'] = "Destination Caller ID Number";
|
||||
$text['label-dest-caller-id-num']['es-cl'] = "Número de Caller ID de destino";
|
||||
$text['label-dest-caller-id-num']['pt-pt'] = "Número a apresentar no destino";
|
||||
$text['label-dest-caller-id-num']['pt-br'] = "Número de destino";
|
||||
$text['label-dest-caller-id-num']['fr-fr'] = "Numéro de l'appelant";
|
||||
|
||||
$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']['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']['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']['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']['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['label-src-num']['en-us'] = "Source Number";
|
||||
$text['label-src-num']['es-cl'] = "Número de origen";
|
||||
$text['label-src-num']['pt-pt'] = "Número de origem";
|
||||
$text['label-src-num']['pt-br'] = "Número de origem";
|
||||
$text['label-src-num']['fr-fr'] = "Numéro Source";
|
||||
|
||||
$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']['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']['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']['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']['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['label-dest-num']['en-us'] = "Destination Number";
|
||||
$text['label-dest-num']['es-cl'] = "Número de destino";
|
||||
$text['label-dest-num']['pt-pt'] = "Número do Destino";
|
||||
$text['label-dest-num']['pt-br'] = "Número do Destino";
|
||||
$text['label-dest-num']['fr-fr'] = "Numéro Destination";
|
||||
|
||||
$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']['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']['pt-pt'] = "Introduza o número para chamar. Poderá ser uma extensão do sistema, outro número, ou um SIP URI. Os SIP URI's respeitam a seguinte nomenclatura: +351210000000@voip.example.com";
|
||||
$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']['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['label-auto-answer']['en-us'] = "Auto Answer";
|
||||
$text['label-auto-answer']['es-cl'] = "respuesta automática";
|
||||
$text['label-auto-answer']['pt-pt'] = "Resposta Automática";
|
||||
$text['label-auto-answer']['pt-br'] = "Resposta Automática";
|
||||
$text['label-auto-answer']['fr-fr'] = "Réponse Auto";
|
||||
|
||||
$text['desc-auto-answer']['en-us'] = "Select whether to enable auto answer.";
|
||||
$text['desc-auto-answer']['es-cl'] = "Indique si desea activar la respuesta automática.";
|
||||
$text['desc-auto-answer']['pt-pt'] = "Activar ou Desactivar a resposta automática.";
|
||||
$text['desc-auto-answer']['pt-br'] = "Ativar ou desativar a resposta automática.";
|
||||
$text['desc-auto-answer']['fr-fr'] = "Activer ou non la réponse automatique.";
|
||||
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['es-cl'] = "Grabar";
|
||||
$text['label-record']['pt-pt'] = "Gravar";
|
||||
$text['label-record']['pt-br'] = "Gravar";
|
||||
$text['label-record']['fr-fr'] = "Enregistrer";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['es-cl'] = "verdadero";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['pt-br'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['es-cl'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "non";
|
||||
|
||||
$text['desc-record']['en-us'] = "Select whether to record the call.";
|
||||
$text['desc-record']['es-cl'] = "Indique si desea grabar la llamada.";
|
||||
$text['desc-record']['pt-pt'] = "Escolha se quer gravar chamada.";
|
||||
$text['desc-record']['pt-br'] = "Escolha se quer gravar chamada.";
|
||||
$text['desc-record']['fr-fr'] = "Choisir si vous voulez enregistrer l'appel.";
|
||||
|
||||
$text['label-ringback']['en-us'] = "Ring Back";
|
||||
$text['label-ringback']['es-cl'] = "Regresar tono";
|
||||
$text['label-ringback']['pt-pt'] = "Ring Back";
|
||||
$text['label-ringback']['pt-br'] = "Tocar de volta (Ring Back)";
|
||||
$text['label-ringback']['fr-fr'] = "Retour de sonnerie";
|
||||
|
||||
$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']['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']['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']['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']['fr-fr'] = "Défini ce vous entendrez pendant que la destination sera appelée. Les choix sont musique (musique de garde) sonnerie.";
|
||||
|
||||
$text['opt-usring']['en-us'] = "us-ring";
|
||||
$text['opt-usring']['es-cl'] = "us-ring";
|
||||
$text['opt-usring']['pt-pt'] = "us-ring";
|
||||
$text['opt-usring']['pt-br'] = "us-ring";
|
||||
$text['opt-usring']['fr-fr'] = "us-ring";
|
||||
|
||||
$text['opt-frring']['en-us'] = "fr-ring";
|
||||
$text['opt-frring']['es-cl'] = "fr-ring";
|
||||
$text['opt-frring']['pt-pt'] = "fr-ring";
|
||||
$text['opt-frring']['pt-br'] = "fr-ring";
|
||||
$text['opt-frring']['fr-fr'] = "fr-ring";
|
||||
|
||||
$text['opt-ptring']['en-us'] = "pt-ring";
|
||||
$text['opt-ptring']['es-cl'] = "pt-ring";
|
||||
$text['opt-ptring']['pt-pt'] = "pt-ring";
|
||||
$text['opt-ptring']['pt-br'] = "pt-ring";
|
||||
$text['opt-ptring']['fr-fr'] = "pt-ring";
|
||||
|
||||
$text['opt-ukring']['en-us'] = "uk-ring";
|
||||
$text['opt-ukring']['es-cl'] = "uk-ring";
|
||||
$text['opt-ukring']['pt-pt'] = "uk-ring";
|
||||
$text['opt-ukring']['pt-br'] = "uk-ring";
|
||||
$text['opt-ukring']['fr-fr'] = "uk-ring";
|
||||
|
||||
$text['opt-rsring']['en-us'] = "rs-ring";
|
||||
$text['opt-rsring']['es-cl'] = "rs-ring";
|
||||
$text['opt-rsring']['pt-pt'] = "rs-ring";
|
||||
$text['opt-rsring']['pt-br'] = "rs-ring";
|
||||
$text['opt-rsring']['fr-fr'] = "rs-ring";
|
||||
|
||||
$text['opt-itring']['en-us'] = "it-ring";
|
||||
$text['opt-itring']['es-cl'] = "it-ring";
|
||||
$text['opt-itring']['pt-pt'] = "it-ring";
|
||||
$text['opt-itring']['pt-br'] = "it-ring";
|
||||
$text['opt-itring']['fr-fr'] = "it-ring";
|
||||
|
||||
$text['opt-moh']['en-us'] = "music";
|
||||
$text['opt-moh']['es-cl'] = "musica";
|
||||
$text['opt-moh']['pt-pt'] = "música";
|
||||
$text['opt-moh']['pt-br'] = "música";
|
||||
$text['opt-moh']['fr-fr'] = "musique";
|
||||
|
||||
$text['button-call']['en-us'] = "Call";
|
||||
$text['button-call']['es-cl'] = "Llamar";
|
||||
$text['button-call']['pt-pt'] = "Chamada";
|
||||
$text['button-call']['pt-br'] = "Chamada";
|
||||
$text['button-call']['fr-fr'] = "appel";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
$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']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "O centro de conferências permite gerir uma ou mais salas de conferência de audio e vídeo.";
|
||||
|
||||
//destination details
|
||||
$y = 0;
|
||||
|
|
@ -196,26 +196,32 @@
|
|||
$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; //table array index
|
||||
$z = 0; //field array index
|
||||
|
|
@ -242,6 +248,7 @@
|
|||
$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";
|
||||
|
|
@ -251,63 +258,79 @@
|
|||
$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++;
|
||||
$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; //table array index
|
||||
|
|
@ -335,22 +358,27 @@
|
|||
$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; //table array index
|
||||
|
|
@ -386,40 +414,49 @@
|
|||
$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++;
|
||||
|
||||
?>
|
||||
|
|
@ -44,7 +44,7 @@ $text['title-conference_centers']['en-us'] = "Conference Centers";
|
|||
$text['title-conference_centers']['es-cl'] = "Centro de Conferencias";
|
||||
$text['title-conference_centers']['pt-pt'] = "Centro de Conferências";
|
||||
$text['title-conference_centers']['fr-fr'] = "Conférences";
|
||||
$text['title-conference_centers']['pt-br'] = "Centro de conferências ";
|
||||
$text['title-conference_centers']['pt-br'] = "Centros de conferência";
|
||||
$text['title-conference_centers']['pl'] = "Centra Konferencyjne";
|
||||
$text['title-conference_centers']['sv-se'] = "Konferenscenter";
|
||||
$text['title-conference_centers']['uk'] = "Конференц-центри";
|
||||
|
|
@ -64,7 +64,7 @@ $text['message-unique_participant_pin']['en-us'] = "Please provide a unique Part
|
|||
$text['message-unique_participant_pin']['es-cl'] = "Por favor ingrese su número PIN participante único.";
|
||||
$text['message-unique_participant_pin']['pt-pt'] = "Por favor, forneça um número PIN Participante único.";
|
||||
$text['message-unique_participant_pin']['fr-fr'] = "Se il vous plaît fournir un numéro unique PIN de participant.";
|
||||
$text['message-unique_participant_pin']['pt-br'] = "Por favor, forneça um número PIN para participar da conferência";
|
||||
$text['message-unique_participant_pin']['pt-br'] = "Por favor, forneça um PIN único de participante.";
|
||||
$text['message-unique_participant_pin']['pl'] = "Wprowadź unikalny numer PIN uczestnika";
|
||||
$text['message-unique_participant_pin']['sv-se'] = "Ange en unik PIN kod för deltagare.";
|
||||
$text['message-unique_participant_pin']['uk'] = "Будь ласка, надайте унікальний PIN-код для учасника";
|
||||
|
|
@ -84,7 +84,7 @@ $text['message-non_unique_pin']['en-us'] = "Moderator and Participant PIN number
|
|||
$text['message-non_unique_pin']['es-cl'] = "Moderador números PIN y participante deben ser únicos.";
|
||||
$text['message-non_unique_pin']['pt-pt'] = "Moderador números e PIN Participante deve ser exclusivo.";
|
||||
$text['message-non_unique_pin']['fr-fr'] = "Numéros de modérateur et de PIN de participant doivent être uniques.";
|
||||
$text['message-non_unique_pin']['pt-br'] = "O número do PIN de participante deve ser exclusivo";
|
||||
$text['message-non_unique_pin']['pt-br'] = "O número do PIN de participante deve ser único";
|
||||
$text['message-non_unique_pin']['pl'] = "Numery PIN uczestnika i moderatora muszą buć unikalne.";
|
||||
$text['message-non_unique_pin']['sv-se'] = "Moderator och Deltagar PIN koder måste vara unika.";
|
||||
$text['message-non_unique_pin']['uk'] = "PIN-коди модератора і учасника повинні бути унікальними.";
|
||||
|
|
@ -94,7 +94,7 @@ $text['message-minimum_pin_length']['en-us'] = "Minimum PIN length required:";
|
|||
$text['message-minimum_pin_length']['es-cl'] = "Longitud PIN mínima requerida:";
|
||||
$text['message-minimum_pin_length']['pt-pt'] = "Comprimento PIN Requisitos mínimos:";
|
||||
$text['message-minimum_pin_length']['fr-fr'] = "Longueur de PIN minimum requis:";
|
||||
$text['message-minimum_pin_length']['pt-br'] = "Tamanho minimo do PIN";
|
||||
$text['message-minimum_pin_length']['pt-br'] = "Tamanho mínimo do PIN:";
|
||||
$text['message-minimum_pin_length']['pl'] = "Minimalna długość kodu PIN:";
|
||||
$text['message-minimum_pin_length']['sv-se'] = "Minimum läng på PIN:";
|
||||
$text['message-minimum_pin_length']['uk'] = "Мінімальна довжина PIN-коду:";
|
||||
|
|
@ -104,7 +104,7 @@ $text['label-wait_moderator']['en-us'] = "Secure";
|
|||
$text['label-wait_moderator']['es-cl'] = "Seguro";
|
||||
$text['label-wait_moderator']['pt-pt'] = "Proteger";
|
||||
$text['label-wait_moderator']['fr-fr'] = "Assurer";
|
||||
$text['label-wait_moderator']['pt-br'] = "Proteger";
|
||||
$text['label-wait_moderator']['pt-br'] = "Seguro";
|
||||
$text['label-wait_moderator']['pl'] = "Zabezpieczenie";
|
||||
$text['label-wait_moderator']['sv-se'] = "Säker";
|
||||
$text['label-wait_moderator']['uk'] = "Захищено";
|
||||
|
|
@ -114,7 +114,7 @@ $text['label-wait_for_moderator']['en-us'] = "Wait for Moderator";
|
|||
$text['label-wait_for_moderator']['es-cl'] = "Esperar un Moderador";
|
||||
$text['label-wait_for_moderator']['pt-pt'] = "Esperar pelo Moderador";
|
||||
$text['label-wait_for_moderator']['fr-fr'] = "Attente du Modérateur";
|
||||
$text['label-wait_for_moderator']['pt-br'] = "Esperar pelo administrador";
|
||||
$text['label-wait_for_moderator']['pt-br'] = "Esperar pelo moderador";
|
||||
$text['label-wait_for_moderator']['pl'] = "Zaczekaj na moderatora";
|
||||
$text['label-wait_for_moderator']['sv-se'] = "Vänta på Moderator";
|
||||
$text['label-wait_for_moderator']['uk'] = "Очікування на модератора";
|
||||
|
|
@ -134,7 +134,7 @@ $text['label-uuid']['en-us'] = "UUID";
|
|||
$text['label-uuid']['es-cl'] = "UUID";
|
||||
$text['label-uuid']['pt-pt'] = "UUID";
|
||||
$text['label-uuid']['fr-fr'] = "UUID";
|
||||
$text['label-uuid']['pt-br'] = "UUID";
|
||||
$text['label-uuid']['pt-br'] = "UUID (Identificador único)";
|
||||
$text['label-uuid']['pl'] = "UUID";
|
||||
$text['label-uuid']['sv-se'] = "UUID";
|
||||
$text['label-uuid']['uk'] = "UUID";
|
||||
|
|
@ -174,7 +174,7 @@ $text['label-to']['en-us'] = "To";
|
|||
$text['label-to']['es-cl'] = "Final";
|
||||
$text['label-to']['pt-pt'] = "Final";
|
||||
$text['label-to']['fr-fr'] = "Fin";
|
||||
$text['label-to']['pt-br'] = "Final";
|
||||
$text['label-to']['pt-br'] = "Até";
|
||||
$text['label-to']['pl'] = "Do";
|
||||
$text['label-to']['sv-se'] = "Till";
|
||||
$text['label-to']['uk'] = "До";
|
||||
|
|
@ -184,7 +184,7 @@ $text['label-time']['en-us'] = "Time";
|
|||
$text['label-time']['es-cl'] = "Hora";
|
||||
$text['label-time']['pt-pt'] = "Hora";
|
||||
$text['label-time']['fr-fr'] = "Heure";
|
||||
$text['label-time']['pt-br'] = "Fuso Horário";
|
||||
$text['label-time']['pt-br'] = "Hora";
|
||||
$text['label-time']['pl'] = "Strefa czasowa";
|
||||
$text['label-time']['sv-se'] = "Tid";
|
||||
$text['label-time']['uk'] = "Час";
|
||||
|
|
@ -224,7 +224,7 @@ $text['label-schedule']['en-us'] = "Schedule";
|
|||
$text['label-schedule']['es-cl'] = "Horario";
|
||||
$text['label-schedule']['pt-pt'] = "Horário";
|
||||
$text['label-schedule']['fr-fr'] = "Calendrier";
|
||||
$text['label-schedule']['pt-br'] = "Horário";
|
||||
$text['label-schedule']['pt-br'] = "Cronograma";
|
||||
$text['label-schedule']['pl'] = "Harmonogram";
|
||||
$text['label-schedule']['sv-se'] = "Schema";
|
||||
$text['label-schedule']['uk'] = "Розклад";
|
||||
|
|
@ -254,7 +254,7 @@ $text['label-record']['en-us'] = "Record";
|
|||
$text['label-record']['es-cl'] = "Grabar";
|
||||
$text['label-record']['pt-pt'] = "Gravar";
|
||||
$text['label-record']['fr-fr'] = "Enregistrer";
|
||||
$text['label-record']['pt-br'] = "Registro";
|
||||
$text['label-record']['pt-br'] = "Gravar";
|
||||
$text['label-record']['pl'] = "Nagraj";
|
||||
$text['label-record']['sv-se'] = "Spela In";
|
||||
$text['label-record']['uk'] = "Запис";
|
||||
|
|
@ -274,7 +274,7 @@ $text['label-play']['en-us'] = "Play";
|
|||
$text['label-play']['es-cl'] = "Reproducir";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
$text['label-play']['pt-br'] = "Tocar";
|
||||
$text['label-play']['pt-br'] = "Reproduzir";
|
||||
$text['label-play']['pl'] = "Odtwórz";
|
||||
$text['label-play']['sv-se'] = "Spela Upp";
|
||||
$text['label-play']['uk'] = "Відтворити";
|
||||
|
|
@ -374,7 +374,7 @@ $text['label-member-pin']['en-us'] = "PIN Numbers";
|
|||
$text['label-member-pin']['es-cl'] = "Números PIN";
|
||||
$text['label-member-pin']['pt-pt'] = "Números PIN";
|
||||
$text['label-member-pin']['fr-fr'] = "Code Membre";
|
||||
$text['label-member-pin']['pt-br'] = "Número PIUN";
|
||||
$text['label-member-pin']['pt-br'] = "Número PIN";
|
||||
$text['label-member-pin']['pl'] = "Numery PIN";
|
||||
$text['label-member-pin']['sv-se'] = "PIN Kod";
|
||||
$text['label-member-pin']['uk'] = "PIN ";
|
||||
|
|
@ -404,7 +404,7 @@ $text['label-from']['en-us'] = "From";
|
|||
$text['label-from']['es-cl'] = "Desde";
|
||||
$text['label-from']['pt-pt'] = "A Partir De";
|
||||
$text['label-from']['fr-fr'] = "A Partir De";
|
||||
$text['label-from']['pt-br'] = "Começo";
|
||||
$text['label-from']['pt-br'] = "De";
|
||||
$text['label-from']['pl'] = "Od";
|
||||
$text['label-from']['sv-se'] = "Från";
|
||||
$text['label-from']['uk'] = "Від";
|
||||
|
|
@ -424,7 +424,7 @@ $text['label-exit-sound']['en-us'] = "Exit Sound";
|
|||
$text['label-exit-sound']['es-cl'] = "Sonido de salida";
|
||||
$text['label-exit-sound']['pt-pt'] = "Desligar Som";
|
||||
$text['label-exit-sound']['fr-fr'] = "Sons de sortie";
|
||||
$text['label-exit-sound']['pt-br'] = "Desligar som";
|
||||
$text['label-exit-sound']['pt-br'] = "Som de saída";
|
||||
$text['label-exit-sound']['pl'] = "Dźwięk przy wyjściu";
|
||||
$text['label-exit-sound']['sv-se'] = "Avslutningsljud";
|
||||
$text['label-exit-sound']['uk'] = "Мелодія при виході";
|
||||
|
|
@ -504,7 +504,7 @@ $text['label-caller-id-number']['en-us'] = "Caller ID Number";
|
|||
$text['label-caller-id-number']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-caller-id-number']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-caller-id-number']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['label-caller-id-number']['pt-br'] = "Número da pessoa que chama";
|
||||
$text['label-caller-id-number']['pt-br'] = "Número (ID) da pessoa que chama";
|
||||
$text['label-caller-id-number']['pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-caller-id-number']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-caller-id-number']['uk'] = "Caller ID Номер";
|
||||
|
|
@ -514,7 +514,7 @@ $text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
|||
$text['label-caller-id-name']['es-cl'] = "Nombre de Caller ID";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['label-caller-id-name']['pt-br'] = "Nome do discador";
|
||||
$text['label-caller-id-name']['pt-br'] = "Nome de quem chama";
|
||||
$text['label-caller-id-name']['pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-caller-id-name']['sv-se'] = "Namnpresentation";
|
||||
$text['label-caller-id-name']['uk'] = "Caller ID Ім’я";
|
||||
|
|
@ -534,7 +534,7 @@ $text['description-users']['en-us'] = "Assign additional users as administrators
|
|||
$text['description-users']['es-cl'] = "Asignar usuarios adicionales como administradores de esta sala de conferencia.";
|
||||
$text['description-users']['pt-pt'] = "Atribuir utilizadores adicionais como administradores da sala de conferência.";
|
||||
$text['description-users']['fr-fr'] = "Ajouter des utilisateurs comme administrateurs des cette salle de conférence.";
|
||||
$text['description-users']['pt-br'] = "Atribuir usuários adicionais como administradores da sala de conferência. ";
|
||||
$text['description-users']['pt-br'] = "Atribuir usuários adicionais como administradores da sala de conferência.";
|
||||
$text['description-users']['pl'] = "'Dodaj dodatkowych użytkowników jako administratorów tego pokoju konferencyjnego.";
|
||||
$text['description-users']['sv-se'] = "Lägg till ytterligare användare som administratörer för detta konferensrum.";
|
||||
$text['description-users']['uk'] = "Зв'язати додаткових користувачів як адміністраторів цього конференц-залу.";
|
||||
|
|
@ -544,7 +544,7 @@ $text['description-schedule']['en-us'] = "Set a start and stop date/time for thi
|
|||
$text['description-schedule']['es-cl'] = "Establezca un inicio y parada de fecha/hora para esta sala.";
|
||||
$text['description-schedule']['pt-pt'] = "Definir uma partida e parada de data/hora para este quarto.";
|
||||
$text['description-schedule']['fr-fr'] = "Définir un démarrage et d'arrêt de date/heure pour cette chambre.";
|
||||
$text['description-schedule']['pt-br'] = "Defnir inicio e fim (Data/Hora) para este quarto";
|
||||
$text['description-schedule']['pt-br'] = "Defnir inicio e fim (Data/Hora) para esta sala.";
|
||||
$text['description-schedule']['pl'] = "Ustaw czas i datę rozpoczęcia i zakończenia rozmowy w tym pokoju.";
|
||||
$text['description-schedule']['sv-se'] = "Sätt en start och stopp datum/tid för detta rum.";
|
||||
$text['description-schedule']['uk'] = "Встановіть час початку/завершення для цієї кімнати.";
|
||||
|
|
@ -564,7 +564,7 @@ $text['description-profile']['en-us'] = "Conference Profile is a collection of s
|
|||
$text['description-profile']['es-cl'] = "El Perfil de Conferencia es una colección de ajustes para el centro de conferencia.";
|
||||
$text['description-profile']['pt-pt'] = "Perfil da Conferência é um conjunto de definições para o centro de conferência.";
|
||||
$text['description-profile']['fr-fr'] = "Le profile de conférence est une liste de configuration pour les conférences. ";
|
||||
$text['description-profile']['pt-br'] = "Defina as configurações para este perfil";
|
||||
$text['description-profile']['pt-br'] = "Perfil de conferência é uma coleção de configurações para o centro de conferência.";
|
||||
$text['description-profile']['pl'] = "Zdefiniuj ustawienia tego profilu";
|
||||
$text['description-profile']['sv-se'] = "Konferensprofil är en samling av inställningar för konferens centret.";
|
||||
$text['description-profile']['uk'] = "Профіль конференції є колекція налаштувань для конференц-центру.";
|
||||
|
|
@ -574,7 +574,7 @@ $text['description-pin-length']['en-us'] = "Enter the minimum PIN length.";
|
|||
$text['description-pin-length']['es-cl'] = "Ingrese el largo de PIN requerido.";
|
||||
$text['description-pin-length']['pt-pt'] = "Introduza o tamanho do código PIN";
|
||||
$text['description-pin-length']['fr-fr'] = "Choisir la longueur requise pour le code d'authentification.";
|
||||
$text['description-pin-length']['pt-br'] = "Insira o tamanho do código PIN";
|
||||
$text['description-pin-length']['pt-br'] = "Insira o tamanho mínimo do código PIN.";
|
||||
$text['description-pin-length']['pl'] = "Wprowadź minimalną długość numeru PIN";
|
||||
$text['description-pin-length']['sv-se'] = "Ange minimum PIN längd.";
|
||||
$text['description-pin-length']['uk'] = "Введіть мінімальну довжину PIN-коду.";
|
||||
|
|
@ -584,7 +584,7 @@ $text['description-participant-pin']['en-us'] = "Pin number for the participants
|
|||
$text['description-participant-pin']['es-cl'] = "Número PIN para participantes";
|
||||
$text['description-participant-pin']['pt-pt'] = "Número PIN para os participantes.";
|
||||
$text['description-participant-pin']['fr-fr'] = "Code PIN des participants.";
|
||||
$text['description-participant-pin']['pt-br'] = "Número PIN";
|
||||
$text['description-participant-pin']['pt-br'] = "Número PIN para os participantes.";
|
||||
$text['description-participant-pin']['pl'] = "Numer PIN dla uczestników";
|
||||
$text['description-participant-pin']['sv-se'] = "PIN kod för deltagare";
|
||||
$text['description-participant-pin']['uk'] = "PIN-код для учасників.";
|
||||
|
|
@ -594,7 +594,7 @@ $text['description-name']['en-us'] = "Enter the conference center name.";
|
|||
$text['description-name']['es-cl'] = "Ingrese el nombre del centro de conferencia";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do centro de conferência";
|
||||
$text['description-name']['fr-fr'] = "Choisir le nom de la conférence.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do centro de conferência.";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę";
|
||||
$text['description-name']['sv-se'] = "Ange namn på konferenscenter.";
|
||||
$text['description-name']['uk'] = "Введіть назву конференц-ценру";
|
||||
|
|
@ -604,7 +604,7 @@ $text['description-moderator_pin']['en-us'] = "Pin number for the moderators.";
|
|||
$text['description-moderator_pin']['es-cl'] = "Número PIN para moderadores";
|
||||
$text['description-moderator_pin']['pt-pt'] = "Número PIN para os moderadores.";
|
||||
$text['description-moderator_pin']['fr-fr'] = "Code PIN des modérateurs.";
|
||||
$text['description-moderator_pin']['pt-br'] = "Número PIN para os usuários";
|
||||
$text['description-moderator_pin']['pt-br'] = "Número PIN para os moderadores.";
|
||||
$text['description-moderator_pin']['pl'] = "Numer PIN dla moderatorów";
|
||||
$text['description-moderator_pin']['sv-se'] = "PIN kod för moderator.";
|
||||
$text['description-moderator_pin']['uk'] = "PIN-код для модераторів.";
|
||||
|
|
@ -614,7 +614,7 @@ $text['description-greeting']['en-us'] = "Select the greeting that is played bef
|
|||
$text['description-greeting']['es-cl'] = "Seleccione el saludo que se juega antes de unirse a la sala de conferencias.";
|
||||
$text['description-greeting']['pt-pt'] = "Selecione a saudação que é jogado antes de entrar para a sala de conferência.";
|
||||
$text['description-greeting']['fr-fr'] = "Sélectionnez le message qui a joué avant de rejoindre la salle de conférence.";
|
||||
$text['description-greeting']['pt-br'] = "Selecione a mensagem que será exibida antes de entrar na sala de conferência";
|
||||
$text['description-greeting']['pt-br'] = "Selecione a mensagem de boas-vindas que será exibida antes de entrar na sala de conferência.";
|
||||
$text['description-greeting']['pl'] = "Wybierz powitanie odtwarzane przed wejściem do pokoju konferencyjnego.";
|
||||
$text['description-greeting']['sv-se'] = "Välj hälsningsmeddelande som skall spelas upp före anslutning till konferensrummet.";
|
||||
$text['description-greeting']['uk'] = "Виберіть привітання, яке грає до вступу в конференц-зал.";
|
||||
|
|
@ -624,7 +624,7 @@ $text['description-extension']['en-us'] = "Enter the conference center extension
|
|||
$text['description-extension']['es-cl'] = "Ingrese el número de extensión del centro de conferencia";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão do centro de conferência.";
|
||||
$text['description-extension']['fr-fr'] = "Choisir le numéro de la conférence. ";
|
||||
$text['description-extension']['pt-br'] = "Atribua a extensão e números ao dispositivo";
|
||||
$text['description-extension']['pt-br'] = "Entre com o ramal do centro de conferência.";
|
||||
$text['description-extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-extension']['sv-se'] = "Ange konferenscenter anknytningsnummer.";
|
||||
$text['description-extension']['uk'] = "Введіть номер розширення конференц-центру.";
|
||||
|
|
@ -634,7 +634,7 @@ $text['description-enabled']['en-us'] = "Select whether to enable or disable the
|
|||
$text['description-enabled']['es-cl'] = "Indique si desea activar o desactivar el centro de conferencia.";
|
||||
$text['description-enabled']['pt-pt'] = "Active ou Desactive o centro de conferência";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir d'activer ou non la conférence.";
|
||||
$text['description-enabled']['pt-br'] = "Escolha o estado desta definição";
|
||||
$text['description-enabled']['pt-br'] = "Escolhe se deseja habilitar ou desabilitar o centro de conferência.";
|
||||
$text['description-enabled']['pl'] = "Ustaw status numeru wewnętrznego.";
|
||||
$text['description-enabled']['sv-se'] = "Välj om konferenscenter skall vara aktiv eller ej.";
|
||||
$text['description-enabled']['uk'] = "Виберіть, щоб включити або відключити конференц-центр.";
|
||||
|
|
@ -654,7 +654,7 @@ $text['description-conference_session_details']['en-us'] = "Conference Sessions
|
|||
$text['description-conference_session_details']['es-cl'] = "Las Sesiones de Conferencia son un registro detallado de las llamadas de conferencia";
|
||||
$text['description-conference_session_details']['pt-pt'] = "As sessões das conferências representam os detalhes dos logs das chamadas.";
|
||||
$text['description-conference_session_details']['fr-fr'] = "Sessions de conférences sont les détails des logs sur les conférences.";
|
||||
$text['description-conference_session_details']['pt-br'] = "Logs das sessões de camada";
|
||||
$text['description-conference_session_details']['pt-br'] = "Logs das sessões de chamada das conferências";
|
||||
$text['description-conference_session_details']['pl'] = "Sesje Konferencyjne są to logi o rozmowach konferencyjnych.";
|
||||
$text['description-conference_session_details']['sv-se'] = "Konferenssessioner är detaljerad log om konferenserna.";
|
||||
$text['description-conference_session_details']['uk'] = "Сесії конференції є відомості з журналу викликів конференцій.";
|
||||
|
|
@ -664,7 +664,7 @@ $text['description-conference_centers']['en-us'] = "Conference Centers are a gro
|
|||
$text['description-conference_centers']['es-cl'] = "Los Centros de Conferencias son un grupo de salas de conferencias. Estas se organizan por centro de costo, geográficamente u otro criterio.";
|
||||
$text['description-conference_centers']['pt-pt'] = "Centros de Conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio.";
|
||||
$text['description-conference_centers']['fr-fr'] = "Ce sont des groupes de salles de conférences. Pouvant être organisés par centre de coût, lieu géographique, ou tout autre critère.";
|
||||
$text['description-conference_centers']['pt-br'] = "Centros de conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio. ";
|
||||
$text['description-conference_centers']['pt-br'] = "Centros de conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio.";
|
||||
$text['description-conference_centers']['pl'] = "'Centra konferencyjne składają się z pokoi konferencyjnych. Mogą one być przypisane do konkretnych centrów kosztów, rejonów geograficznych lub do innych grup.";
|
||||
$text['description-conference_centers']['sv-se'] = "Konferenscenter är en grupp med konferensrum. De kan sorteras på kostnadscenter, geografisk placering eller andra kriterier.";
|
||||
$text['description-conference_centers']['uk'] = "Конференц-центри є група конференц-залів. Вони можуть бути організовані МВЗ, географічно або інших критеріїв.";
|
||||
|
|
@ -674,7 +674,7 @@ $text['description-conference_center']['en-us'] = "Conference Center is used to
|
|||
$text['description-conference_center']['es-cl'] = "El Centro de Conferencia se usa para configurar una o más salas con un nombre, número de extensión, un largo de número pin requerido y una descripción.";
|
||||
$text['description-conference_center']['pt-pt'] = "Centro de Conferência é usado para configurar uma ou mais salas de conferência com um nome, número de extensão, tamanho do código pin e uma descrição.";
|
||||
$text['description-conference_center']['fr-fr'] = "Il est possible de configurer une ou plusieures salles de conférence avec un nom, un neméro, une taille de code d'identification et une description.";
|
||||
$text['description-conference_center']['pt-br'] = "Centro de conferência é usado para configurar uma ou mais salas de conferência com um nome, número de extensão, tamanho do código pin e uma descrição. ";
|
||||
$text['description-conference_center']['pt-br'] = "Centro de conferência é usado para configurar uma ou mais salas de conferência com um nome, número de ramal, tamanho do código PIN e uma descrição.";
|
||||
$text['description-conference_center']['pl'] = "Centrum Konferencyjne jest używane do tworzenia pokoi konferencyjnych. Każdy z nich otrzymuje numer wewnętrzny, nazwę, numer PIN oraz opis.";
|
||||
$text['description-conference_center']['sv-se'] = "Konferenscenter används för att sätt aupp en eller fler konferensrum med ett namn, anknytningsnummer, PIN kod och en beskrivning.";
|
||||
$text['description-conference_center']['uk'] = "Конференц-центр використовується для установки одного або декількох конференц-залів з ім'ям, додатковий номер, в необхідної довжини контактний номер та опис.";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ $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'] = "Conferência";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Centro de Conferência";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Centrum Konferencyjne";
|
||||
$apps[$x]['menu'][0]['title']['sv-se'] = "Konferenscenter";
|
||||
$apps[$x]['menu'][0]['title']['uk'] = "Конференц-центр";
|
||||
|
|
|
|||
|
|
@ -62,14 +62,17 @@
|
|||
$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 statsu of the control.';
|
||||
$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; //table array index
|
||||
$z = 0; //field array index
|
||||
|
|
@ -91,17 +94,21 @@
|
|||
$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++;
|
||||
?>
|
||||
|
|
@ -4,122 +4,146 @@
|
|||
$text['title-conference_controls']['en-us'] = 'Conference Controls';
|
||||
$text['title-conference_controls']['es-cl'] = '';
|
||||
$text['title-conference_controls']['pt-pt'] = '';
|
||||
$text['title-conference_controls']['pt-br'] = 'Controles de conferência';
|
||||
$text['title-conference_controls']['fr-fr'] = '';
|
||||
|
||||
$text['title-conference_control']['en-us'] = 'Conference Control';
|
||||
$text['title-conference_control']['es-cl'] = '';
|
||||
$text['title-conference_control']['pt-pt'] = '';
|
||||
$text['title-conference_control']['pt-br'] = 'Controle de conferência';
|
||||
$text['title-conference_control']['fr-fr'] = '';
|
||||
|
||||
$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']['es-cl'] = '';
|
||||
$text['title_description-conference_control']['pt-pt'] = '';
|
||||
$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']['fr-fr'] = '';
|
||||
|
||||
$text['label-control_name']['en-us'] = 'Name';
|
||||
$text['label-control_name']['es-cl'] = '';
|
||||
$text['label-control_name']['pt-pt'] = '';
|
||||
$text['label-control_name']['pt-br'] = 'Nome';
|
||||
$text['label-control_name']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_name']['en-us'] = 'Enter the conference control name.';
|
||||
$text['description-control_name']['es-cl'] = '';
|
||||
$text['description-control_name']['pt-pt'] = '';
|
||||
$text['description-control_name']['pt-br'] = 'Entre com o nome do controle de conferência.';
|
||||
$text['description-control_name']['fr-fr'] = '';
|
||||
|
||||
$text['label-control_enabled']['en-us'] = 'Enabled';
|
||||
$text['label-control_enabled']['es-cl'] = '';
|
||||
$text['label-control_enabled']['pt-pt'] = '';
|
||||
$text['label-control_enabled']['pt-br'] = 'Habilitado';
|
||||
$text['label-control_enabled']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_enabled']['en-us'] = 'Set the statsu of the control.';
|
||||
$text['description-control_enabled']['en-us'] = 'Set the stats of the control.';
|
||||
$text['description-control_enabled']['es-cl'] = '';
|
||||
$text['description-control_enabled']['pt-pt'] = '';
|
||||
$text['description-control_enabled']['pt-br'] = 'Atribua o estado do controle.';
|
||||
$text['description-control_enabled']['fr-fr'] = '';
|
||||
|
||||
$text['label-control_description']['en-us'] = 'Description';
|
||||
$text['label-control_description']['es-cl'] = '';
|
||||
$text['label-control_description']['pt-pt'] = '';
|
||||
$text['label-control_description']['pt-br'] = 'Descrição';
|
||||
$text['label-control_description']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_description']['en-us'] = 'Enter the description.';
|
||||
$text['description-control_description']['es-cl'] = '';
|
||||
$text['description-control_description']['pt-pt'] = '';
|
||||
$text['description-control_description']['pt-br'] = 'Entre com a descrição.';
|
||||
$text['description-control_description']['fr-fr'] = '';
|
||||
|
||||
$text['label-true']['en-us'] = 'true';
|
||||
$text['label-true']['es-cl'] = '';
|
||||
$text['label-true']['pt-pt'] = '';
|
||||
$text['label-true']['pt-br'] = 'Sim';
|
||||
$text['label-true']['fr-fr'] = '';
|
||||
|
||||
$text['label-false']['en-us'] = 'false';
|
||||
$text['label-false']['es-cl'] = 'falso';
|
||||
$text['label-false']['pt-pt'] = 'falso';
|
||||
$text['label-false']['pt-br'] = 'Não';
|
||||
$text['label-false']['fr-fr'] = 'falso';
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['es-cl'] = '';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['pt-br'] = 'Adicionar';
|
||||
$text['button-add']['fr-fr'] = '';
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['es-cl'] = '';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['pt-br'] = 'Editar';
|
||||
$text['button-edit']['fr-fr'] = '';
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['es-cl'] = '';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['pt-br'] = 'Deletar';
|
||||
$text['button-delete']['fr-fr'] = '';
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['es-cl'] = '';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['pt-br'] = 'Salvar';
|
||||
$text['button-save']['fr-fr'] = '';
|
||||
|
||||
$text['button-view']['en-us'] = 'View';
|
||||
$text['button-view']['es-cl'] = '';
|
||||
$text['button-view']['pt-pt'] = '';
|
||||
$text['button-view']['pt-br'] = 'Visualizar';
|
||||
$text['button-view']['fr-fr'] = '';
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['es-cl'] = '';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['pt-br'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = '';
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['es-cl'] = '';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$text['confirm-delete']['pt-br'] = 'Você realmente deseja excluir?';
|
||||
$text['confirm-delete']['fr-fr'] = '';
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['es-cl'] = '';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['pt-br'] = 'Adicionar concluído';
|
||||
$text['message-add']['fr-fr'] = '';
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['es-cl'] = '';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['pt-br'] = 'Atualização concluída';
|
||||
$text['message-update']['fr-fr'] = '';
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['es-cl'] = '';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['pt-br'] = 'Exclusão concluída';
|
||||
$text['message-delete']['fr-fr'] = '';
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['es-cl'] = '';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['pt-br'] = 'Por favor, informe: ';
|
||||
$text['message-required']['fr-fr'] = '';
|
||||
|
||||
//Controls
|
||||
$text['title-conference_control_details']['en-us'] = 'Controls';
|
||||
$text['title-conference_control_details']['es-cl'] = '';
|
||||
$text['title-conference_control_details']['pt-pt'] = '';
|
||||
$text['title-conference_control_details']['pt-br'] = 'Controles';
|
||||
$text['title-conference_control_details']['fr-fr'] = '';
|
||||
|
||||
$text['title-conference_control_detail']['en-us'] = 'Control';
|
||||
$text['title-conference_control_detail']['es-cl'] = '';
|
||||
$text['title-conference_control_detail']['pt-pt'] = '';
|
||||
$text['title-conference_control_detail']['pt-br'] = 'Controle';
|
||||
$text['title-conference_control_detail']['fr-fr'] = '';
|
||||
|
||||
$text['title_description-conference_control_detail']['en-us'] = '';
|
||||
|
|
@ -130,41 +154,49 @@
|
|||
$text['label-control_digits']['en-us'] = 'Digits';
|
||||
$text['label-control_digits']['es-cl'] = '';
|
||||
$text['label-control_digits']['pt-pt'] = '';
|
||||
$text['label-control_digits']['pt-br'] = 'Digitos';
|
||||
$text['label-control_digits']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_digits']['en-us'] = 'Enter the digits.';
|
||||
$text['description-control_digits']['es-cl'] = '';
|
||||
$text['description-control_digits']['pt-pt'] = '';
|
||||
$text['description-control_digits']['pt-br'] = 'Entre com os digitos';
|
||||
$text['description-control_digits']['fr-fr'] = '';
|
||||
|
||||
$text['label-control_action']['en-us'] = 'Action';
|
||||
$text['label-control_action']['es-cl'] = '';
|
||||
$text['label-control_action']['pt-pt'] = '';
|
||||
$text['label-control_action']['pt-br'] = 'Ação';
|
||||
$text['label-control_action']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_action']['en-us'] = 'Enter the action.';
|
||||
$text['description-control_action']['es-cl'] = '';
|
||||
$text['description-control_action']['pt-pt'] = '';
|
||||
$text['description-control_action']['pt-br'] = 'Informe uma ação.';
|
||||
$text['description-control_action']['fr-fr'] = '';
|
||||
|
||||
$text['label-control_data']['en-us'] = 'Data';
|
||||
$text['label-control_data']['es-cl'] = '';
|
||||
$text['label-control_data']['pt-pt'] = '';
|
||||
$text['label-control_data']['pt-br'] = 'Dados';
|
||||
$text['label-control_data']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_data']['en-us'] = 'Enter the data.';
|
||||
$text['description-control_data']['es-cl'] = '';
|
||||
$text['description-control_data']['pt-pt'] = '';
|
||||
$text['description-control_data']['pt-br'] = 'Informe os dados.';
|
||||
$text['description-control_data']['fr-fr'] = '';
|
||||
|
||||
$text['label-control_enabled']['en-us'] = 'Enabled';
|
||||
$text['label-control_enabled']['es-cl'] = '';
|
||||
$text['label-control_enabled']['pt-pt'] = '';
|
||||
$text['label-control_enabled']['pt-br'] = 'Habilitado';
|
||||
$text['label-control_enabled']['fr-fr'] = '';
|
||||
|
||||
$text['description-control_enabled']['en-us'] = 'Set the status of the control.';
|
||||
$text['description-control_enabled']['es-cl'] = '';
|
||||
$text['description-control_enabled']['pt-pt'] = '';
|
||||
$text['description-control_enabled']['pt-br'] = 'Atribua o estado do controle.';
|
||||
$text['description-control_enabled']['fr-fr'] = '';
|
||||
|
||||
?>
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
$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'] = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue