language translations for pt-pt and some other minor fixes and updates
This commit is contained in:
parent
4f5d744612
commit
0fa9d61ee1
|
|
@ -1,137 +1,137 @@
|
|||
<?php
|
||||
// call_block.php
|
||||
$text['title-call-block']['en-us'] = "Call Block";
|
||||
$text['title-call-block']['pt-pt'] = "";
|
||||
$text['title-call-block']['pt-pt'] = "Bloqueio de Chamadas";
|
||||
$text['title-call-block']['fr-fr'] = "Bloquage d'appel";
|
||||
|
||||
$text['description-call-block']['en-us'] = "A list of numbers from which to block calls.";
|
||||
$text['description-call-block']['pt-pt'] = "";
|
||||
$text['description-call-block']['pt-pt'] = "Uma lista de números que deseje bloquear as chamadas";
|
||||
$text['description-call-block']['fr-fr'] = "Une liste de numéro dont on veut bloquer les appels";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['pt-pt'] = "";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-Count']['en-us'] = "Count";
|
||||
$text['label-Count']['pt-pt'] = "";
|
||||
$text['label-Count']['pt-pt'] = "Contagem";
|
||||
$text['label-Count']['fr-fr'] = "Décompte";
|
||||
|
||||
$text['label-date-added']['en-us'] = "Date Added";
|
||||
$text['label-date-added']['pt-pt'] = "";
|
||||
$text['label-date-added']['pt-pt'] = "Data adicionada";
|
||||
$text['label-date-added']['fr-fr'] = "Date Ajoutée";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['pt-pt'] = "";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
// call_block_cdr_add.php
|
||||
$text['label-add-complete']['en-us'] = "Add Complete";
|
||||
$text['label-add-complete']['pt-pt'] = "";
|
||||
$text['label-add-complete']['pt-pt'] = "Adição Efectuada";
|
||||
$text['label-add-complete']['fr-fr'] = "Ajouté";
|
||||
|
||||
// call_block_delete.php
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['pt-pt'] = "";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['label-delete-complete']['en-us'] = "Delete Complete";
|
||||
$text['label-delete-complete']['pt-pt'] = "";
|
||||
$text['label-delete-complete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['label-delete-complete']['fr-fr'] = "Supprimé";
|
||||
|
||||
// call_block_edit.php
|
||||
$text['label-provide-name']['en-us'] = "Please provide: Name";
|
||||
$text['label-provide-name']['pt-pt'] = "";
|
||||
$text['label-provide-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
|
||||
$text['label-provide-number']['en-us'] = "Please provide: Number";
|
||||
$text['label-provide-number']['pt-pt'] = "";
|
||||
$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-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['label-provide-enabled']['pt-pt'] = "";
|
||||
$text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado";
|
||||
$text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
|
||||
$text['label-update-complete']['en-us'] = "Update Complete";
|
||||
$text['label-update-complete']['pt-pt'] = "";
|
||||
$text['label-update-complete']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['label-update-complete']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['label-called-on']['en-us'] = "Called on";
|
||||
$text['label-called-on']['pt-pt'] = "";
|
||||
$text['label-called-on']['pt-pt'] = "Chamado em";
|
||||
$text['label-called-on']['fr-fr'] = "Appelé sur";
|
||||
|
||||
$text['label-edit-add']['en-us'] = "Call Block Add";
|
||||
$text['label-edit-add']['pt-pt'] = "";
|
||||
$text['label-edit-add']['pt-pt'] = "Adicionar Bloqueio de Chamadas";
|
||||
$text['label-edit-add']['fr-fr'] = "Ajouter bloquage d'appel";
|
||||
|
||||
$text['label-edit-edit']['en-us'] = "Call Block Edit";
|
||||
$text['label-edit-edit']['pt-pt'] = "";
|
||||
$text['label-edit-edit']['pt-pt'] = "Editar Bloqueio de Chamadas";
|
||||
$text['label-edit-edit']['fr-fr'] = "Editer le bloquage d'appel";
|
||||
|
||||
$text['label-add-note']['en-us'] = "Block calls from a number. Either select a number from the list above or enter the number, name and enable below.";
|
||||
$text['label-add-note']['pt-pt'] = "";
|
||||
$text['label-add-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Seleccione um número a partir da lista indicada ou introduza um número, nome e active.";
|
||||
$text['label-add-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Choisissez un numéro dans liste ou entrez un numéro, nom et activer le.";
|
||||
|
||||
$text['label-edit-note']['en-us'] = "Block calls from a number. Edit the name and enable/disable below.";
|
||||
$text['label-edit-note']['pt-pt'] = "";
|
||||
$text['label-edit-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Edite o nome e active/desactive.";
|
||||
$text['label-edit-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous.";
|
||||
|
||||
$text['label-exact-number']['en-us'] = "Enter the exact number.";
|
||||
$text['label-exact-number']['pt-pt'] = "";
|
||||
$text['label-exact-number']['pt-pt'] = "Introduza o número exacto.";
|
||||
$text['label-exact-number']['fr-fr'] = "Entrer le numéro exact.";
|
||||
|
||||
$text['label-reject']['en-us'] = "Reject";
|
||||
$text['label-reject']['pt-pt'] = "";
|
||||
$text['label-reject']['pt-pt'] = "Rejeitar";
|
||||
$text['label-reject']['fr-fr'] = "Rejeter.";
|
||||
|
||||
$text['label-busy']['en-us'] = "Busy";
|
||||
$text['label-busy']['pt-pt'] = "";
|
||||
$text['label-busy']['pt-pt'] = "Ocupado";
|
||||
$text['label-busy']['fr-fr'] = "Occupé";
|
||||
|
||||
$text['label-action-message']['en-us'] = "Set an action for calls from this number.";
|
||||
$text['label-action-message']['pt-pt'] = "";
|
||||
$text['label-action-message']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número.";
|
||||
$text['label-action-message']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro.";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-enable-message']['en-us'] = "Set to true to enable call blocking for this number.";
|
||||
$text['label-enable-message']['pt-pt'] = "";
|
||||
$text['label-enable-message']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número.";
|
||||
$text['label-enable-message']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel. ";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
//v_call_broadcast
|
||||
$text['title']['en-us'] = "Call Broadcasts";
|
||||
$text['title']['pt-pt'] = "Chamadas Broadcasts";
|
||||
$text['title']['pt-pt'] = "Chamadas de Broadcast";
|
||||
$text['title']['fr-fr'] = "Appels de Masse";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-concurrent-limit']['en-us'] = "Concurrent Limit";
|
||||
$text['label-concurrent-limit']['pt-pt'] = "Limite de concorrencia";
|
||||
$text['label-concurrent-limit']['pt-pt'] = "Limite de chamadas concorrentes";
|
||||
$text['label-concurrent-limit']['fr-fr'] = "Limite concurrents";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
|
|
@ -18,33 +18,33 @@
|
|||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['confirm-delete-info']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete-info']['pt-pt'] = "Deseja realmente eliminar isto?";
|
||||
$text['confirm-delete-info']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete-info']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
//v_call_broadcast_delete
|
||||
$text['confirm-delete']['en-us'] = "Delete Complete";
|
||||
$text['confirm-delete']['pt-pt'] = "Eliminação Completa";
|
||||
$text['confirm-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['confirm-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
//v_call_broadcast_edit
|
||||
$text['confirm-name']['en-us'] = "Please provide: Name";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor, forneça: Nome";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Completa";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['confirm-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Completa";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['label-call-broadcasts']['en-us'] = "Call Broadcasts";
|
||||
$text['label-call-broadcasts']['pt-pt'] = "Chamada Broadcasts";
|
||||
$text['label-call-broadcasts']['pt-pt'] = "Chamadas de Broadcast";
|
||||
$text['label-call-broadcasts']['fr-fr'] = "Diffusions d'appels";
|
||||
|
||||
$text['label-call-broadcast']['en-us'] = "Call Broadcast";
|
||||
$text['label-call-broadcast']['pt-pt'] = "Chamada Broadcast";
|
||||
$text['label-call-broadcast']['pt-pt'] = "Chamada de Broadcast";
|
||||
$text['label-call-broadcast']['fr-fr'] = "Diffusion d'appels";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -52,43 +52,43 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the name here.";
|
||||
$text['description-name']['pt-pt'] = "Insira aqui o nome.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome aqui.";
|
||||
$text['description-name']['fr-fr'] = "Insérer le Nom.";
|
||||
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['pt-pt'] = "Tempo Limite";
|
||||
$text['label-timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-timeout']['fr-fr'] = "Timeout";
|
||||
|
||||
$text['description-timeout']['en-us'] = "Limit the length of the call. Leave this empty for no limit.";
|
||||
$text['description-timeout']['pt-pt'] = "Limitar a duração da chamada. Deixe em branco para não ter limite.";
|
||||
$text['description-timeout']['pt-pt'] = "Limitar a duração da chamada. Deixe este campo em branco para não ter limite.";
|
||||
$text['description-timeout']['fr-fr'] = "Limiter la durée de l'appel. Laisser vide pour illimité.";
|
||||
|
||||
$text['description-concurrent-limit']['en-us'] = "Limit the approximate number of concurrent calls. Leave this empty for no limit.";
|
||||
$text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.";
|
||||
$text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas concurrentes. Deixe este campo em branco para não ter limite.";
|
||||
$text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité.";
|
||||
|
||||
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome de Origem";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
|
||||
|
||||
$text['label-callerid-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-callerid-number']['pt-pt'] = "Numero de Origem";
|
||||
$text['label-callerid-number']['pt-pt'] = "Número do Originador";
|
||||
$text['label-callerid-number']['fr-fr'] = "Numéro d'appelant";
|
||||
|
||||
$text['description-caller-id-name']['en-us'] = "Applicable if the provider allow the Caller ID Name to be set. default: anonymous";
|
||||
$text['description-caller-id-name']['pt-pt'] = "Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous";
|
||||
$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-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 numero de origem para serem eninationviadas as chamadas. padrão: 0000000000";
|
||||
$text['description-caller-id-number']['pt-pt'] = "Aplicável se o provedor permitir o envio do número do originador das chamadas. Omissão: 0000000000";
|
||||
$text['description-caller-id-number']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination Number";
|
||||
$text['label-destination']['pt-pt'] = "Numero de Destino";
|
||||
$text['label-destination']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination']['fr-fr'] = "Numéro de Destination";
|
||||
|
||||
$text['description-destination']['en-us'] = "Send the call to the extension an IVR Menu, Conference Room, or any other number.";
|
||||
$text['description-destination']['pt-pt'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.";
|
||||
$text['description-destination']['pt-pt'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência ou qualquer outro número.";
|
||||
$text['description-destination']['fr-fr'] = "Emettre l'appel vers un SVI, salle de conférence, ou tout autre numéro.";
|
||||
|
||||
$text['label-phone']['en-us'] = "Phone Number List";
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
$text['label-phone']['fr-fr'] = "Liste de Numéros de téléphone.";
|
||||
|
||||
$text['description-phone']['en-us'] = "Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name";
|
||||
$text['description-phone']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha no seguinte formato: 123-123-1234 | Sobrenome, Nome";
|
||||
$text['description-phone']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha, no seguinte formato: 123-123-1234 | Apelido, Primeiro Nome";
|
||||
$text['description-phone']['fr-fr'] = "Optionnél, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-info']['en-us'] = "Enter the description here.";
|
||||
$text['description-info']['pt-pt'] = "Insira aqui a descrição";
|
||||
$text['description-info']['pt-pt'] = "Insira a descrição aqui.";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
|
||||
$text['button-send']['en-us'] = "Send Broadcast";
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
$text['label-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['label-has-been']['en-us'] = "has been started";
|
||||
$text['label-has-been']['pt-pt'] = "foi iniciada";
|
||||
$text['label-has-been']['pt-pt'] = "foi inicializada";
|
||||
$text['label-has-been']['fr-fr'] = "a commencé";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,279 +1,411 @@
|
|||
<?php
|
||||
|
||||
$text['title-call_center_queues']['en-us'] = "Call Center Queues";
|
||||
$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_queue_add']['en-us'] = "Call Center Queue Add";
|
||||
$text['title-call_center_queues_add']['pt-pt'] = "Adicionar Fila de Call Center";
|
||||
$text['title-call_center_queue_add']['fr-fr'] = "Ajouter un Queue";
|
||||
$text['title-call_center_queue_edit']['en-us'] = "Call Center Queue Edit";
|
||||
$text['title-call_center_queues_edit']['pt-pt'] = "Editar Fila de Call Center";
|
||||
$text['title-call_center_queue_edit']['fr-fr'] = "Editer une queue";
|
||||
$text['title-call_center_agents']['en-us'] = "Call Center Agents";
|
||||
$text['title-call_center_agents']['pt-pt'] = "Agentes do Call Center";
|
||||
$text['title-call_center_agents']['fr-fr'] = "Agents du Centre d'appels";
|
||||
$text['title-call_center_agent_add']['en-us'] = "Call Center Agent Add";
|
||||
$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_edit']['en-us'] = "Call Center Agent Edit";
|
||||
$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_status']['en-us'] = "Call Center Agent Status";
|
||||
$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_tiers']['en-us'] = "Call Center Tiers";
|
||||
$text['title-call_center_tiers']['pt-pt'] = "Níveis do Call Center";
|
||||
$text['title-call_center_tiers']['fr-fr'] = "Tiers";
|
||||
$text['title-call_center_tier_add']['en-us'] = "Call Center Tier Add";
|
||||
$text['title-call_center_tier_add']['pt-pt'] = "Adicionar Nível ao Call Center";
|
||||
$text['title-call_center_tier_add']['fr-fr'] = "Ajouter un Tier";
|
||||
$text['title-call_center_tier_edit']['en-us'] = "Call Center Tier Edit";
|
||||
$text['title-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
|
||||
$text['title-call_center_tier_edit']['fr-fr'] = "Editer un Tier";
|
||||
|
||||
$text['header-call_center_queues']['en-us'] = "Call Center Queues";
|
||||
$text['header-call_center_queues']['pt-pt'] = "Filas do Call Center";
|
||||
$text['header-call_center_queues']['fr-fr'] = "Queues du Centre d'appels";
|
||||
$text['header-call_center_queue_add']['en-us'] = "Call Center Queue Add";
|
||||
$text['header-call_center_queue_add']['pt-pt'] = "Adicionar Fila ao Call Center";
|
||||
$text['header-call_center_queue_add']['fr-fr'] = "Ajouter un Queue";
|
||||
$text['header-call_center_queue_edit']['en-us'] = "Call Center Queue Edit";
|
||||
$text['header-call_center_queue_edit']['pt-pt'] = "Editar Fila do Call Center";
|
||||
$text['header-call_center_queue_edit']['fr-fr'] = "Editer une queue";
|
||||
$text['header-call_center_agents']['en-us'] = "Call Center Agents";
|
||||
$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_agent_add']['en-us'] = "Call Center Agent Add";
|
||||
$text['header-call_center_agent_add']['pt-pt'] = "Adicionar Agente ao Call Center";
|
||||
$text['header-call_center_agent_add']['fr-fr'] = "Ajouter un agent";
|
||||
$text['header-call_center_agent_edit']['en-us'] = "Call Center Agent Edit";
|
||||
$text['header-call_center_agent_edit']['pt-pt'] = "Editar Agente do Call Center";
|
||||
$text['header-call_center_agent_edit']['fr-fr'] = "Editer un agent";
|
||||
$text['header-call_center_agent_status']['en-us'] = "Call Center Agent Status";
|
||||
$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";
|
||||
$text['header-call_center_tiers']['en-us'] = "Call Center Tiers";
|
||||
$text['header-call_center_tiers']['pt-pt'] = "Níveis do Call Center";
|
||||
$text['header-call_center_tiers']['fr-fr'] = "Tiers";
|
||||
$text['header-call_center_tier_add']['en-us'] = "Call Center Tier Add";
|
||||
$text['header-call_center_tier_add']['pt-pt'] = "Adicionar Nível ao Call Center";
|
||||
$text['header-call_center_tier_add']['fr-fr'] = "Ajouter un Tier";
|
||||
$text['header-call_center_tier_edit']['en-us'] = "Call Center Tier Edit";
|
||||
$text['header-call_center_tier_edit']['pt-pt'] = "Editar Nível do Call Center";
|
||||
$text['header-call_center_queues']['pt-pt'] = "Filas do Call Center";
|
||||
$text['header-call_center_tier_edit']['fr-fr'] = "Editer un Tier";
|
||||
|
||||
$text['description-call_center_queues']['en-us'] = "List of queues for the call center.";
|
||||
$text['description-call_center_queues']['pt-pt'] = "Lista de Filas do Call Center.";
|
||||
$text['description-call_center_queues']['fr-fr'] = "Liste des Queues";
|
||||
$text['description-call_center_agents']['en-us'] = "List of call center agents.";
|
||||
$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'appels";
|
||||
$text['description-call_center_agent_status']['en-us'] = "List all the call center agents with the option to change the status of one or more agents.";
|
||||
$text['description-call_center_agent_status']['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 plusieur agent.";
|
||||
$text['description-call_center_tiers']['en-us'] = "List all tiers. Tiers assign agents to queues.";
|
||||
$text['description-call_center_tiers']['pt-pt'] = "Lista todos os níveis. Os níveis atribuem agentes às filas.";
|
||||
$text['description-call_center_tiers']['fr-fr'] = "Liste tous les Tiers. Les Tiers permettent d'affecter les agents aux queues.";
|
||||
|
||||
|
||||
$text['label-queue_name']['en-us'] = "Queue Name";
|
||||
$text['label-queue_name']['pt-pt'] = "Nome da Fila";
|
||||
$text['label-queue_name']['fr-fr'] = "Nom de la queue";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['pt-pt'] = "Estratégia";
|
||||
$text['label-strategy']['fr-fr'] = "Strategie";
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['pt-pt'] = "Música em Espera";
|
||||
$text['label-music_on_hold']['fr-fr'] = "Mise de Garde";
|
||||
$text['label-record_template']['en-us'] = "Record Template";
|
||||
$text['label-record_template']['pt-pt'] = "Gravar Template";
|
||||
$text['label-record_template']['fr-fr'] = "Modèle d'enregistrement";
|
||||
$text['label-time_base_score']['en-us'] = "Time Base Score";
|
||||
$text['label-time_base_score']['pt-pt'] = "Pontuação baseada no tempo";
|
||||
$text['label-time_base_score']['fr-fr'] = "Score basé sur le temps";
|
||||
$text['label-max_wait_time']['en-us'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['pt-pt'] = "Tempo máximo de espera";
|
||||
$text['label-max_wait_time']['fr-fr'] = "Max attente";
|
||||
$text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No 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']['fr-fr'] = "Max attente sans agent";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['en-us'] = "Max Wait Time with No Agent Time Reached";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Tempo máximo de espera sem agente atingido";
|
||||
$text['label-max_wait_time_with_no_agent_time_reached']['fr-fr'] = "Max attente sans temps de l'agent atteint ";
|
||||
$text['label-timeout_action']['en-us'] = "Timeout Action";
|
||||
$text['label-timeout_action']['pt-pt'] = "Acção de Timeout";
|
||||
$text['label-timeout_action']['fr-fr'] = "Action sur Timeout";
|
||||
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar Regras de Nível";
|
||||
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer la Règle de Tier";
|
||||
$text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second";
|
||||
$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 de Tier";
|
||||
$text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply Level";
|
||||
$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 du Tier Attente multipliée par niveau";
|
||||
$text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait";
|
||||
$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 Tier Pas d'Agent, Pas d'attente";
|
||||
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['fr-fr'] = "Déclarer abandonné après";
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
|
||||
$text['label-abandoned_resume_allowed']['fr-fr'] = "Recupération permise des Abandons";
|
||||
$text['label-caller_id_name_prefix']['en-us'] = "Caller ID Name Prefix";
|
||||
$text['label-caller_id_name_prefix']['en-us'] = "Prefixo do nome do chamador";
|
||||
$text['label-caller_id_name_prefix']['fr-fr'] = "Préfixe sur le nom d'appelant";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-agent_name']['en-us'] = "Agent Name";
|
||||
$text['label-agent_name']['pt-pt'] = "Nome do Agente";
|
||||
$text['label-agent_name']['fr-fr'] = "Nom d'agent";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-call_timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call_timeout']['pt-pt'] = "Timeout da chamada";
|
||||
$text['label-call_timeout']['fr-fr'] = "Timeout d'appel";
|
||||
$text['label-contact']['en-us'] = "Contact";
|
||||
$text['label-contact']['pt-pt'] = "Contacto";
|
||||
$text['label-contact']['fr-fr'] = "Contact";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
$text['label-no_answer_delay_time']['en-us'] = "No Answer Delay Time";
|
||||
$text['label-no_answer_delay_time']['pt-pt'] = "Sem Resposta Atraso Temporal ";
|
||||
$text['label-no_answer_delay_time']['fr-fr'] = "Delais de No Réponse";
|
||||
$text['label-max_no_answer']['en-us'] = "Max No Answer";
|
||||
$text['label-max_no_answer']['pt-pt'] = "Número máximo de não respondidas";
|
||||
$text['label-max_no_answer']['fr-fr'] = "Max non réponses";
|
||||
$text['label-wrap_up_time']['en-us'] = "Wrap Up Time";
|
||||
$text['label-wrap_up_time']['pt-pt'] = "Tempo de preparação";
|
||||
$text['label-wrap_up_time']['fr-fr'] = "temps de Wrap Up";
|
||||
$text['label-reject_delay_time']['en-us'] = "Reject Delay Time";
|
||||
$text['label-reject_delay_time']['pt-pt'] = "Tempo de espera para rejeitar";
|
||||
$text['label-reject_delay_time']['fr-fr'] = "Délais pour le rejet";
|
||||
$text['label-busy_delay_time']['en-us'] = "Busy Delay Time";
|
||||
$text['label-busy_delay_time']['pt-pt'] = "Tempo de espera para ocupado";
|
||||
$text['label-busy_delay_time']['fr-fr'] = "Délais d'occupation";
|
||||
$text['label-agent_logout']['en-us'] = "Agent Logout";
|
||||
$text['label-agent_logout']['pt-pt'] = "Logout do Agente";
|
||||
$text['label-agent_logout']['fr-fr'] = "Déconnexion d'agent";
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['pt-pt'] = "Agente";
|
||||
$text['label-agent']['fr-fr'] = "Agent";
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['pt-pt'] = "Opções";
|
||||
$text['label-options']['fr-fr'] = "Options";
|
||||
$text['label-tier_level']['en-us'] = "Tier Level";
|
||||
$text['label-tier_level']['pt-pt'] = "Nível da Camada";
|
||||
$text['label-tier_level']['fr-fr'] = "Niveau du Tier";
|
||||
$text['label-tier_position']['en-us'] = "Tier Position";
|
||||
$text['label-tier_position']['pt-pt'] = "Posição no Nível";
|
||||
$text['label-tier_position']['fr-fr'] = "Position du Tier";
|
||||
|
||||
|
||||
$text['description-queue_name']['en-us'] = "Enter the queue name.";
|
||||
$text['description-queue_name']['pt-pt'] = "Introduza o nome da fila.";
|
||||
$text['description-queue_name']['fr-fr'] = "";
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "";
|
||||
$text['description-strategy']['en-us'] = "Select the queue ring strategy.";
|
||||
$text['description-strategy']['pt-pt'] = "Seleccione a estratégia da fila.";
|
||||
$text['description-strategy']['fr-fr'] = "";
|
||||
$text['description-music_on_hold']['en-us'] = "Select the desired hold music.";
|
||||
$text['description-music_on_hold']['pt-pt'] = "Seleccione uma música de espera.";
|
||||
$text['description-music_on_hold']['fr-fr'] = "";
|
||||
$text['description-record_template']['en-us'] = "Enter a record template. \$\${base_dir}/recordings/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.wav";
|
||||
$text['description-record_template']['pt-pt'] = "Introduza um template de gravação. \$\${base_dir}/recordings/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.wav";
|
||||
$text['description-record_template']['fr-fr'] = "Entrer un modèle d\'enregistrement. \$\${base_dir}/recordings/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.wav";
|
||||
$text['description-time_base_score']['en-us'] = "Select the time base score.";
|
||||
$text['description-time_base_score']['pt-pt'] = "Seleccione o tempo base ";
|
||||
$text['description-time_base_score']['fr-fr'] = "";
|
||||
$text['description-max_wait_time']['en-us'] = "Enter the max wait time.";
|
||||
$text['description-max_wait_time']['pt-pt'] = "Introduzia o tempo máximo de espera.";
|
||||
$text['description-max_wait_time']['fr-fr'] = "";
|
||||
$text['description-max_wait_time_with_no_agent']['en-us'] = "Enter the max wait time with no agent.";
|
||||
$text['description-max_wait_time_with_no_agent']['pt-pt'] = "Introduza o tempo máximo de espera sem agente.";
|
||||
$text['description-max_wait_time_with_no_agent']['fr-fr'] = "";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['en-us'] = "Enter the max wait time with no agent time reached.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['pt-pt'] = "Introduza o tempo máximo de espera atingido sem agente.";
|
||||
$text['description-max_wait_time_with_no_agent_time_reached']['fr-fr'] = "";
|
||||
$text['description-timeout_action']['en-us'] = "Set the action to perform when the max wait time is reached.";
|
||||
$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'] = "";
|
||||
$text['description-tier_rules_apply']['en-us'] = "Set the tier rule rules apply to true or false.";
|
||||
$text['description-tier_rules_apply']['pt-pt'] = "Defina a regra de nível a verdadeiro ou falso.";
|
||||
$text['description-tier_rules_apply']['fr-fr'] = "";
|
||||
$text['description-tier_rule_wait_second']['en-us'] = "Enter the tier rule wait seconds.";
|
||||
$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'] = "";
|
||||
$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'] = "";
|
||||
$text['description-tier_rule_no_agent_no_wait']['en-us'] = "Enter the tier rule no agent no wait.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['pt-pt'] = "Introduza a regra sem agente sem espera.";
|
||||
$text['description-tier_rule_no_agent_no_wait']['fr-fr'] = "";
|
||||
$text['description-discard_abandoned_after']['en-us'] = "Set the discard abandoned after seconds.";
|
||||
$text['description-discard_abandoned_after']['pt-pt'] = "Defina a rejeição abandonada segundos depois.";
|
||||
$text['description-discard_abandoned_after']['fr-fr'] = "";
|
||||
$text['description-abandoned_resume_allowed']['en-us'] = "Set the abandoned resume allowed to true or false.";
|
||||
$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'] = "";
|
||||
$text['description-caller_id_name_prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-caller_id_name_prefix']['pt-pt'] = "Defina um prefixo no nome do originador.";
|
||||
$text['description-caller_id_name_prefix']['fr-fr'] = "";
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza uma descrição, se desejar.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
$text['description-agent_name']['en-us'] = "Select the agents name.";
|
||||
$text['description-agent_name']['pt-pt'] = "Seleccione o nome dos agentes.";
|
||||
$text['description-agent_name']['fr-fr'] = "";
|
||||
$text['description-type']['en-us'] = "Enter the agent type.";
|
||||
$text['description-type']['pt-pt'] = "Introduza o tipo do agente.";
|
||||
$text['description-type']['fr-fr'] = "";
|
||||
$text['description-call_timeout']['en-us'] = "Enter the call timeout.";
|
||||
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
|
||||
$text['description-call_timeout']['fr-fr'] = "";
|
||||
$text['description-contact']['en-us'] = "Select the contact number.";
|
||||
$text['description-contact']['pt-pt'] = "Seleccione o número de contacto.";
|
||||
$text['description-contact']['fr-fr'] = "";
|
||||
$text['description-status']['en-us'] = "Select the agent status.";
|
||||
$text['description-status']['pt-pt'] = "Seleccione o estado do agente.";
|
||||
$text['description-status']['fr-fr'] = "";
|
||||
$text['description-no_answer_delay_time']['en-us'] = "Enter the agent no answer delay time in seconds.";
|
||||
$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'] = "";
|
||||
$text['description-max_no_answer']['en-us'] = "Enter max no answer.";
|
||||
$text['description-max_no_answer']['pt-pt'] = "Introduza o máximo de não antedidas.";
|
||||
$text['description-max_no_answer']['fr-fr'] = "";
|
||||
$text['description-wrap_up_time']['en-us'] = "Enter the wrap up time.";
|
||||
$text['description-wrap_up_time']['pt-pt'] = "Introduza o tempo de preparação.";
|
||||
$text['description-wrap_up_time']['fr-fr'] = "";
|
||||
$text['description-reject_delay_time']['en-us'] = "Enter the reject delay time.";
|
||||
$text['description-reject_delay_time']['pt-pt'] = "Introduza o tempo de atraso de rejeição.";
|
||||
$text['description-reject_delay_time']['fr-fr'] = "";
|
||||
$text['description-busy_delay_time']['en-us'] = "Enter the agent busy delay time.";
|
||||
$text['description-busy_delay_time']['pt-pt'] = "Introduza o tempo de atraso do agente ocupado.";
|
||||
$text['description-busy_delay_time']['fr-fr'] = "";
|
||||
$text['description-agent_logout']['en-us'] = "Enter the auto agent logout time in 00:00 format. Requires a service to enforce the logout time.";
|
||||
$text['description-agent_logout']['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']['en-us'] = "Select the agent name.";
|
||||
$text['description-agent']['pt-pt'] = "Seleccione o nome do agente.";
|
||||
$text['description-agent']['fr-fr'] = "";
|
||||
$text['description-options']['en-us'] = "Select the queue name.";
|
||||
$text['description-options']['pt-pt'] = "Seleccione o nome da fila.";
|
||||
$text['description-options']['fr-fr'] = "";
|
||||
$text['description-tier_level']['en-us'] = "Select the tier level.";
|
||||
$text['description-tier_level']['pt-pt'] = "Seleccione o nível da camada.";
|
||||
$text['description-tier_level']['fr-fr'] = "";
|
||||
$text['description-tier_position']['en-us'] = "Select the tier position.";
|
||||
$text['description-tier_position']['pt-pt'] = "Seleccione a posição no nível.";
|
||||
$text['description-tier_position']['fr-fr'] = "";
|
||||
|
||||
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "False";
|
||||
$text['option-ring_all']['en-us'] = "Ring All";
|
||||
$text['option-ring_all']['pt-pt'] = "Tocar em todos";
|
||||
$text['option-ring_all']['fr-fr'] = "Sonner tous";
|
||||
$text['option-longest_idle_agent']['en-us'] = "Longest Idle Agent";
|
||||
$text['option-longest_idle_agent']['pt-pt'] = "Agente desocupado há mais tempo";
|
||||
$text['option-longest_idle_agent']['fr-fr'] = "Agent logué depuis le plus lontemps";
|
||||
$text['option-round_robin']['en-us'] = "Round Robin";
|
||||
$text['option-round_robin']['pt-pt'] = "Round Robin";
|
||||
$text['option-round_robin']['fr-fr'] = "Round Robin";
|
||||
$text['option-top_down']['en-us'] = "Top Down";
|
||||
$text['option-top_down']['pt-pt'] = "Top Down";
|
||||
$text['option-top_down']['fr-fr'] = "Haut bas";
|
||||
$text['option-agent_with_least_talk_time']['en-us'] = "Agent With Least Talk Time";
|
||||
$text['option-agent_with_least_talk_time']['pt-pt'] = "Agente com o menor tempo de comunicação";
|
||||
$text['option-agent_with_least_talk_time']['fr-fr'] = "Agent ayant le plus petit temps de parole";
|
||||
$text['option-agent_with_fewest_calls']['en-us'] = "Agent With Fewest Calls";
|
||||
$text['option-agent_with_fewest_calls']['pt-pt'] = "Agente com o menor número de chamadas";
|
||||
$text['option-agent_with_fewest_calls']['fr-fr'] = "Agent avec le moins d'appels";
|
||||
$text['option-sequentially_by_agent_order']['en-us'] = "Sequentially By Agent Order";
|
||||
$text['option-sequentially_by_agent_order']['pt-pt'] = "Sequencialmente pela ordem dos agentes";
|
||||
$text['option-sequentially_by_agent_order']['fr-fr'] = "Séquentiel par ordre d'agent";
|
||||
$text['option-sequentially_by_next_agent_order']['en-us'] = "Sequentially By Next Agent Order";
|
||||
$text['option-sequentially_by_next_agent_order']['pt-pt'] = "Sequencialmente pela ordem do próximo agente";
|
||||
$text['option-sequentially_by_next_agent_order']['fr-fr'] = "Séquentiel par ordre d'agent suivant";
|
||||
$text['option-random']['en-us'] = "Random";
|
||||
$text['option-random']['pt-pt'] = "Aleatório";
|
||||
$text['option-random']['fr-fr'] = "Aléatoire";
|
||||
$text['option-system']['en-us'] = "System";
|
||||
$text['option-system']['pt-pt'] = "sistema";
|
||||
$text['option-system']['fr-fr'] = "Système";
|
||||
$text['option-queue']['en-us'] = "Queue";
|
||||
$text['option-queue']['pt-pt'] = "Fila";
|
||||
$text['option-queue']['fr-fr'] = "Queue";
|
||||
$text['option-logged_out']['en-us'] = "Logged Out";
|
||||
$text['option-logged_out']['pt-pt'] = "Desconectado";
|
||||
$text['option-logged_out']['fr-fr'] = "Déconnecté";
|
||||
$text['option-available']['en-us'] = "Available";
|
||||
$text['option-available']['pt-pt'] = "Disponível";
|
||||
$text['option-available']['fr-fr'] = "Disponible";
|
||||
$text['option-available_on_demand']['en-us'] = "Available (On Demand)";
|
||||
$text['option-available_on_demand']['pt-pt'] = "Disponível (On Demand)";
|
||||
$text['option-available_on_demand']['fr-fr'] = "Disponible (Sur Demande)";
|
||||
$text['option-on_break']['en-us'] = "On Break";
|
||||
$text['option-on_break']['pt-pt'] = "On Break";
|
||||
$text['option-on_break']['fr-fr'] = "En Pause";
|
||||
$text['option-no_change']['en-us'] = "No Change";
|
||||
$text['option-no_change']['pt-pt'] = "No Change";
|
||||
$text['option-no_change']['fr-fr'] = "Pas de Changement";
|
||||
$text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
|
||||
$text['option-do_not_disturb']['pt-pt'] = "Não incomodar";
|
||||
$text['option-do_not_disturb']['fr-fr'] = "Ne Pas Derranger";
|
||||
|
||||
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Avancé";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['pt-pt'] = "Copiar";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-agents']['en-us'] = "Agents";
|
||||
$text['button-agents']['pt-pt'] = "Agentes";
|
||||
$text['button-agents']['fr-fr'] = "Agents";
|
||||
$text['button-tiers']['en-us'] = "Tiers";
|
||||
$text['button-tiers']['pt-pt'] = "Níveis";
|
||||
$text['button-tiers']['fr-fr'] = "Tiers";
|
||||
$text['button-status']['en-us'] = "Status";
|
||||
$text['button-status']['pt-pt'] = "Estado";
|
||||
$text['button-status']['fr-fr'] = "Etat";
|
||||
$text['button-update_status']['en-us'] = "Update Status";
|
||||
$text['button-update_status']['pt-pt'] = "Actualizar Estado";
|
||||
$text['button-update_status']['fr-fr'] = "Mis à jour état";
|
||||
$text['button-refresh']['en-us'] = "Refresh";
|
||||
$text['button-refresh']['pt-pt'] = "Actualizar";
|
||||
$text['button-refresh']['fr-fr'] = "Rafraîchir";
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['pt-pt'] = "Ver";
|
||||
$text['button-view']['fr-fr'] = "Voir";
|
||||
$text['button-load']['en-us'] = "Load";
|
||||
$text['button-load']['pt-pt'] = "Carregar";
|
||||
$text['button-load']['fr-fr'] = "charger";
|
||||
$text['button-unload']['en-us'] = "Unload";
|
||||
$text['button-unload']['pt-pt'] = "Descarregar";
|
||||
$text['button-unload']['fr-fr'] = "décharger";
|
||||
$text['button-reload']['en-us'] = "Reload";
|
||||
$text['button-reload']['pt-pt'] = "Recarregar";
|
||||
$text['button-reload']['fr-fr'] = "recharger";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['en-us'] = "Cópia Efectuada";
|
||||
$text['message-copy']['fr-fr'] = "Copié";
|
||||
$text['message-required']['en-us'] = "Please provide:";
|
||||
$text['message-required']['en-us'] = "Por favor indique:";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,101 +1,145 @@
|
|||
<?php
|
||||
|
||||
$text['title-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['title-active_call_center']['pt-pt'] = "Call Center Activo";
|
||||
$text['title-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['title-call_center_queue_activity']['en-us'] = "Call Center Queue Activity";
|
||||
$text['title-call_center_queue_activity']['pt-pt'] = "Actividade das filas do Call Center";
|
||||
$text['title-call_center_queue_activity']['fr-fr'] = "Activité des files d'attente du centre d'appel";
|
||||
|
||||
$text['header-active_call_center']['en-us'] = "Active Call Center";
|
||||
$text['header-active_call_center']['pt-pt'] = "Call Center Activo";
|
||||
$text['header-active_call_center']['fr-fr'] = "Centre d'appel Actif";
|
||||
$text['header-agents']['en-us'] = "Agents";
|
||||
$text['header-agents']['pt-pt'] = "Agentes";
|
||||
$text['header-agents']['fr-fr'] = "Agents";
|
||||
|
||||
$text['description-active_call_center']['en-us'] = "Select a Call Center Queue from the list below to view its activity.";
|
||||
$text['description-active_call_center']['pt-pt'] = "Seleccione uma fila de Call Center a partir da lista em baixo para ver a sua actividade.";
|
||||
$text['description-active_call_center']['fr-fr'] = "Choisir une file d'attente dans la liste pour voir son activité.";
|
||||
$text['description-agents']['en-us'] = "A current list of agents is below.";
|
||||
$text['description-agents']['pt-pt'] = "Lista de agentes.";
|
||||
$text['description-agents']['fr-fr'] = "Liste des agents";
|
||||
$text['description-queue']['en-us'] = "A current list of callers in the queue is below.";
|
||||
$text['description-queue']['pt-pt'] = "Lista de chamadas na fila.";
|
||||
$text['description-queue']['fr-fr'] = "Liste des appelants dans la file.";
|
||||
|
||||
$text['label-queue_name']['en-us'] = "Queue Name";
|
||||
$text['label-queue_name']['pt-pt'] = "Nome da Fila";
|
||||
$text['label-queue_name']['fr-fr'] = " Nom de la file";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['pt-pt'] = "Estratégia";
|
||||
$text['label-strategy']['fr-fr'] = "Stratégie";
|
||||
$text['label-music_on_hold']['en-us'] = "Music on Hold";
|
||||
$text['label-music_on_hold']['pt-pt'] = "Música em espera";
|
||||
$text['label-music_on_hold']['fr-fr'] = "Musique de Garde";
|
||||
$text['label-record_template']['en-us'] = "Record Template";
|
||||
$text['label-record_template']['pt-pt'] = "Gravar template";
|
||||
$text['label-record_template']['fr-fr'] = "Modèle d'enregistrement";
|
||||
$text['label-time_base_score']['en-us'] = "Time Base Score";
|
||||
$text['label-time_base_score']['pt-pt'] = "Pontuação baseada no tempo";
|
||||
$text['label-time_base_score']['fr-fr'] = "Score basé sur le temps";
|
||||
$text['label-max_wait_time']['en-us'] = "Max Wait Time";
|
||||
$text['label-max_wait_time']['pt-pt'] = "Tempo máximo de espera";
|
||||
$text['label-max_wait_time']['fr-fr'] = "Max d'attente";
|
||||
$text['label-max_wait_time_with_no_agent']['en-us'] = "Max Wait Time with No 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']['fr-fr'] = "Max d'attente sans Agent";
|
||||
$text['label-tier_rules_apply']['en-us'] = "Tier Rules Apply";
|
||||
$text['label-tier_rules_apply']['pt-pt'] = "Aplicar as Regras do Nível";
|
||||
$text['label-tier_rules_apply']['fr-fr'] = "Appliquer les règles de Tier";
|
||||
$text['label-tier_rule_wait_second']['en-us'] = "Tier Rule Wait Second";
|
||||
$text['label-tier_rule_wait_second']['pt-pt'] = "Regra de nível segundo espera";
|
||||
$text['label-tier_rule_wait_second']['fr-fr'] = "Attente en secondes de la règle du Tier";
|
||||
$text['label-tier_rule_no_agent_no_wait']['en-us'] = "Tier Rule No Agent No Wait";
|
||||
$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 de Tier Pas d'agent, pas d'attente";
|
||||
$text['label-discard_abandoned_after']['en-us'] = "Discard Abandoned After";
|
||||
$text['label-discard_abandoned_after']['pt-pt'] = "Rejeição abandonada depois";
|
||||
$text['label-discard_abandoned_after']['fr-fr'] = "Ecarter les appels abandonnés après";
|
||||
$text['label-abandoned_resume_allowed']['en-us'] = "Abandoned Resume Allowed";
|
||||
$text['label-abandoned_resume_allowed']['pt-pt'] = "Resume Autorizado";
|
||||
$text['label-abandoned_resume_allowed']['fr-fr'] = "Authoriser la reprise des abandonnés";
|
||||
$text['label-tier_rule_wait_multiply_level']['en-us'] = "Tier Rule Wait Multiply Level";
|
||||
$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'] = "Niveaux multipliés d'attente des Règle de Tier";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "status";
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['pt-pt'] = "Estado";
|
||||
$text['label-state']['fr-fr'] = "Etat";
|
||||
$text['label-status_change']['en-us'] = "Status Change";
|
||||
$text['label-status_change']['pt-pt'] = "Mundança de Estado";
|
||||
$text['label-status_change']['fr-fr'] = "Change Status";
|
||||
$text['label-missed']['en-us'] = "Missed";
|
||||
$text['label-missed']['pt-pt'] = "Perdidas";
|
||||
$text['label-missed']['fr-fr'] = "Raté";
|
||||
$text['label-answered']['en-us'] = "Answered";
|
||||
$text['label-answered']['pt-pt'] = "Respondidas";
|
||||
$text['label-answered']['fr-fr'] = "Répondu";
|
||||
$text['label-tier_state']['en-us'] = "Tier State";
|
||||
$text['label-tier_state']['pt-pt'] = "Estado do Nível";
|
||||
$text['label-tier_state']['fr-fr'] = "Etat du Tier";
|
||||
$text['label-tier_level']['en-us'] = "Tier Level";
|
||||
$text['label-tier_level']['pt-pt'] = "Nível do Tier";
|
||||
$text['label-tier_level']['fr-fr'] = "Niveau du Tier";
|
||||
$text['label-tier_position']['en-us'] = "Tier Position";
|
||||
$text['label-tier_position']['pt-pt'] = "Posição do Tier";
|
||||
$text['label-tier_position']['fr-fr'] = "Position Tier";
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['pt-pt'] = "Opções";
|
||||
$text['label-options']['fr-fr'] = "Options";
|
||||
$text['label-eavesdrop']['en-us'] = "Eavesdrop";
|
||||
$text['label-eavesdrop']['pt-pt'] = "Escutar";
|
||||
$text['label-eavesdrop']['fr-fr'] = "Espionnage";
|
||||
$text['label-transfer']['en-us'] = "Transfer";
|
||||
$text['label-transfer']['en-us'] = "Transferir";
|
||||
$text['label-transfer']['fr-fr'] = "Transfert";
|
||||
$text['label-call']['en-us'] = "Call";
|
||||
$text['label-call']['pt-pt'] = "Chamada";
|
||||
$text['label-call']['fr-fr'] = "Appel";
|
||||
$text['label-queue']['en-us'] = "Queue";
|
||||
$text['label-queue']['pt-pt'] = "Fila";
|
||||
$text['label-queue']['fr-fr'] = "File";
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['pt-pt'] = "Tempo";
|
||||
$text['label-time']['fr-fr'] = "Temps";
|
||||
$text['label-system']['en-us'] = "System";
|
||||
$text['label-system']['pt-pt'] = "Sistema";
|
||||
$text['label-system']['fr-fr'] = "Système";
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['pt-pt'] = "Agente";
|
||||
$text['label-agent']['fr-fr'] = "Agent";
|
||||
$text['label-total_waiting']['en-us'] = "Total Waiting";
|
||||
$text['label-total_waiting']['pt-pt'] = "Total em Espera";
|
||||
$text['label-total_waiting']['fr-fr'] = "Total d'attente";
|
||||
$text['label-total_trying']['en-us'] = "Total Trying";
|
||||
$text['label-total_trying']['pt-pt'] = "Total a Tentar";
|
||||
$text['label-total_trying']['fr-fr'] = "Total d'essais";
|
||||
$text['label-total_answered']['en-us'] = "Total Answered";
|
||||
$text['label-total_answered']['pt-pt'] = "Total Atendidas";
|
||||
$text['label-total_answered']['fr-fr'] = "Total répondu";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['message-confirm']['en-us'] = "Do you really want to do this?";
|
||||
$text['message-confirm']['pt-pt'] = "Deseja realmente fazer isto?";
|
||||
$text['message-confirm']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,149 +2,149 @@
|
|||
|
||||
//Call Flows
|
||||
$text['title-call_flows']['en-us'] = "Call Flows";
|
||||
$text['title-call_flows']['pt-pt'] = "";
|
||||
$text['title-call_flows']['pt-pt'] = "Fluxos de Chamadas";
|
||||
$text['title-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
|
||||
$text['header-call_flows']['en-us'] = "Call Flows";
|
||||
$text['header-call_flows']['pt-pt'] = "";
|
||||
$text['header-call_flows']['pt-pt'] = "Fluxos de Chamadas";
|
||||
$text['header-call_flows']['fr-fr'] = "Flux d'appel";
|
||||
|
||||
$text['description-call_flows']['en-us'] = "Direct calls between two destinations by calling a feature code.";
|
||||
$text['description-call_flows']['pt-pt'] = "";
|
||||
$text['description-call_flows']['pt-pt'] = "Chamadas directas entre dois destinos através da chamada de um feature code.";
|
||||
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destionation en appelant une fonction via un code. ";
|
||||
|
||||
$text['title-call_flow-edit']['en-us'] = "Call Flow Edit";
|
||||
$text['title-call_flow-edit']['pt-pt'] = "";
|
||||
$text['title-call_flow-edit']['pt-pt'] = "Editar Fluxo de Chamada";
|
||||
$text['title-call_flow-edit']['fr-fr'] = "Editer le flux";
|
||||
|
||||
$text['header-call_flow-edit']['en-us'] = "Call Flow Edit";
|
||||
$text['header-call_flow-edit']['pt-pt'] = "";
|
||||
$text['header-call_flow-edit']['pt-pt'] = "Editar Fluxo de Chamada";
|
||||
$text['header-call_flow-edit']['fr-fr'] = "Editer le flux";
|
||||
|
||||
$text['title-call_flow-add']['en-us'] = "Call Flow Add";
|
||||
$text['title-call_flow-add']['pt-pt'] = "";
|
||||
$text['title-call_flow-add']['pt-pt'] = "Adicionar Fluxo de Chamada";
|
||||
$text['title-call_flow-add']['fr-fr'] = "Ajouter un flux";
|
||||
|
||||
$text['header-call_flow-add']['en-us'] = "Call Flow Add";
|
||||
$text['header-call_flow-add']['pt-pt'] = "";
|
||||
$text['header-call_flow-add']['pt-pt'] = "Adicionar Fluxo de Chamada";
|
||||
$text['header-call_flow-add']['fr-fr'] = "Ajouter un flux";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the name.";
|
||||
$text['description-name']['pt-pt'] = "";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome.";
|
||||
$text['description-name']['fr-fr'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['pt-pt'] = "";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "";
|
||||
|
||||
$text['label-feature_code']['en-us'] = "Feature Code";
|
||||
$text['label-feature_code']['pt-pt'] = "";
|
||||
$text['label-feature_code']['pt-pt'] = "Feature Code";
|
||||
$text['label-feature_code']['fr-fr'] = "Code Fonction";
|
||||
|
||||
$text['description-feature_code']['en-us'] = "Enter the feature code.";
|
||||
$text['description-feature_code']['pt-pt'] = "";
|
||||
$text['description-feature_code']['pt-pt'] = "Introduza a feature code.";
|
||||
$text['description-feature_code']['fr-fr'] = "";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['pt-pt'] = "";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['description-context']['en-us'] = "Enter the context.";
|
||||
$text['description-context']['pt-pt'] = "";
|
||||
$text['description-context']['pt-pt'] = "Introduza o contexto";
|
||||
$text['description-context']['fr-fr'] = "";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
|
||||
$text['description-status']['en-us'] = "Select the status.";
|
||||
$text['description-status']['pt-pt'] = "";
|
||||
$text['description-status']['pt-pt'] = "Seleccione o estado.";
|
||||
$text['description-status']['fr-fr'] = "";
|
||||
|
||||
$text['label-pin_number']['en-us'] = "PIN Number";
|
||||
$text['label-pin_number']['pt-pt'] = "";
|
||||
$text['label-pin_number']['pt-pt'] = "Código PIN";
|
||||
$text['label-pin_number']['fr-fr'] = "Code PIN";
|
||||
|
||||
$text['description-pin_number']['en-us'] = "Enter the pin number.";
|
||||
$text['description-pin_number']['pt-pt'] = "";
|
||||
$text['description-pin_number']['pt-pt'] = "Introduza o código PIN";
|
||||
$text['description-pin_number']['fr-fr'] = "";
|
||||
|
||||
$text['label-destination_label']['en-us'] = "Destination Label";
|
||||
$text['label-destination_label']['pt-pt'] = "";
|
||||
$text['label-destination_label']['pt-pt'] = "Destino";
|
||||
$text['label-destination_label']['fr-fr'] = "Label de la destination";
|
||||
|
||||
$text['description-destination_label']['en-us'] = "Enter the destination label.";
|
||||
$text['description-destination_label']['pt-pt'] = "";
|
||||
$text['description-destination_label']['pt-pt'] = "Introduza o destino.";
|
||||
$text['description-destination_label']['fr-fr'] = "";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['pt-pt'] = "";
|
||||
$text['label-destination']['pt-pt'] = "Destino";
|
||||
$text['label-destination']['fr-fr'] = "Destination";
|
||||
|
||||
$text['description-destination']['en-us'] = "Select the destination.";
|
||||
$text['description-destination']['pt-pt'] = "";
|
||||
$text['description-destination']['pt-pt'] = "Seleccione o destino.";
|
||||
$text['description-destination']['fr-fr'] = "";
|
||||
|
||||
$text['label-alternate_label']['en-us'] = "Alternate Label";
|
||||
$text['label-alternate_label']['pt-pt'] = "";
|
||||
$text['label-alternate_label']['pt-pt'] = "Label Alternativo";
|
||||
$text['label-alternate_label']['fr-fr'] = "Label alternatif";
|
||||
|
||||
$text['description-alternate_label']['en-us'] = "Enter the alternate destination label.";
|
||||
$text['description-alternate_label']['pt-pt'] = "";
|
||||
$text['description-alternate_label']['pt-pt'] = "Introduza um destino alternativo.";
|
||||
$text['description-alternate_label']['fr-fr'] = "";
|
||||
|
||||
$text['label-alternate_destination']['en-us'] = "Alternate Destination";
|
||||
$text['label-alternate_destination']['pt-pt'] = "";
|
||||
$text['label-alternate_destination']['pt-pt'] = "Destino Alternativo";
|
||||
$text['label-alternate_destination']['fr-fr'] = "Destination alternative";
|
||||
|
||||
$text['description-alternate_destination']['en-us'] = "Select the alternate destination.";
|
||||
$text['description-alternate_destination']['pt-pt'] = "";
|
||||
$text['description-alternate_destination']['pt-pt'] = "Seleccione um destino alternativo.";
|
||||
$text['description-alternate_destination']['fr-fr'] = "";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['pt-pt'] = "Introduza uma descrição, se desejar.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-none']['en-us'] = "None";
|
||||
$text['label-none']['pt-pt'] = "";
|
||||
$text['label-none']['pt-pt'] = "Nenhum";
|
||||
$text['label-none']['fr-fr'] = "Aucun";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vour vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -156,23 +156,23 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
$text['description']['fr-fr'] = "Rediriger les appels entrant pour l'extension:";
|
||||
|
||||
$text['description-2']['en-us'] = "Use the links to configure call forward follow me, or do no disturb.";
|
||||
$text['description-2']['pt-pt'] = "Utilizar os links para definir as funcinalidades de encaminhamento de chamada, segue-me, ou de não perturbar.";
|
||||
$text['description-2']['pt-pt'] = "Utilizar os links para definir as funcinalidades de encaminhamento de chamada, seguimento ou de não perturbar.";
|
||||
$text['description-2']['fr-fr'] = "Utiliser les liens afin de configurer le renvoi \"follow me\", ou ne pas déranger.";
|
||||
|
||||
$text['description-3']['en-us'] = "The following list the extensions that have been assigned to this user account.";
|
||||
$text['description-3']['pt-pt'] = "A tabela a seguir lista as extensões que foram atribuídas a esta conta de utilizador.";
|
||||
$text['description-3']['pt-pt'] = "A tabela seguinte lista as extensões que foram atribuídas a esta conta de utilizador.";
|
||||
$text['description-3']['fr-fr'] = "Ici la liste des extensions assignées à cet usager.";
|
||||
|
||||
$text['label-call-forward']['en-us'] = "Call Forward";
|
||||
|
|
@ -65,25 +65,25 @@
|
|||
$text['label-ring-5']['fr-fr'] = "Sonner le 5ème Numéro";
|
||||
|
||||
$text['label-cid-name-prefix']['en-us'] = "Caller ID Name";
|
||||
$text['label-cid-name-prefix']['pt-pt'] = "";
|
||||
$text['label-cid-name-prefix']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-cid-name-prefix']['fr-fr'] = "Préfixe de l'appelant";
|
||||
|
||||
$text['description-cid-name-prefix']['en-us'] = "Set the caller ID name prefix.";
|
||||
$text['description-cid-name-prefix']['pt-pt'] = "";
|
||||
$text['description-cid-name-prefix']['pt-pt'] = "Defina o nome do Originador";
|
||||
$text['description-cid-name-prefix']['fr-fr'] = "";
|
||||
|
||||
$text['label-cid-number-prefix']['en-us'] = "Caller ID Number";
|
||||
$text['label-cid-number-prefix']['pt-pt'] = "";
|
||||
$text['label-cid-number-prefix']['pt-pt'] = "Número do Originador";
|
||||
|
||||
$text['description-cid-number-prefix']['en-us'] = "Set the caller ID number prefix.";
|
||||
$text['description-cid-number-prefix']['pt-pt'] = "";
|
||||
$text['description-cid-number-prefix']['pt-pt'] = "Defina o número do Originador";
|
||||
|
||||
$text['label-call-prompt']['en-us'] = "Call Prompt";
|
||||
$text['label-call-prompt']['pt-pt'] = "";
|
||||
$text['label-call-prompt']['pt-pt'] = "Espoletar Chamada";
|
||||
$text['label-call-prompt']['fr-fr'] = "Annonce d'appel";
|
||||
|
||||
$text['description-call-prompt']['en-us'] = "Prompt to accept the call for external destinations.";
|
||||
$text['description-call-prompt']['pt-pt'] = "";
|
||||
$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['label-ring-order']['en-us'] = "Ring Order";
|
||||
|
|
@ -91,15 +91,15 @@
|
|||
$text['label-ring-order']['fr-fr'] = "Ordre de sonnerie";
|
||||
|
||||
$text['label-ring-delay']['en-us'] = "Delay";
|
||||
$text['label-ring-delay']['pt-pt'] = "";
|
||||
$text['label-ring-delay']['pt-pt'] = "Atraso";
|
||||
$text['label-ring-delay']['fr-fr'] = "Délais";
|
||||
|
||||
$text['label-ring-timeout']['en-us'] = "Timeout";
|
||||
$text['label-ring-timeout']['pt-pt'] = "";
|
||||
$text['label-ring-timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-ring-timeout']['fr-fr'] = "Timeout";
|
||||
|
||||
$text['check-sequence']['en-us'] = "sequence";
|
||||
$text['ckeck-sequence']['pt-pt'] = "sequêncial";
|
||||
$text['ckeck-sequence']['pt-pt'] = "sequência";
|
||||
$text['check-sequence']['fr-fr'] = "sequence";
|
||||
|
||||
$text['check-simultaneous']['en-us'] = "simultaneous";
|
||||
|
|
@ -111,11 +111,11 @@
|
|||
$text['label-prompt']['fr-fr'] = "Annonce pour accepter l'appel";
|
||||
|
||||
$text['check-true']['en-us'] = "true";
|
||||
$text['ckeck-true']['pt-pt'] = "verdadeiro";
|
||||
$text['ckeck-true']['pt-pt'] = "Sim";
|
||||
$text['ckeck-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['check-false']['en-us'] = "false";
|
||||
$text['ckeck-false']['pt-pt'] = "falso";
|
||||
$text['ckeck-false']['pt-pt'] = "Não";
|
||||
$text['ckeck-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-dnd']['en-us'] = "Do Not Disturb";
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Completa";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['table-extension']['en-us'] = "Extension";
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
$text['title']['fr-fr'] = "Communications Actives";
|
||||
|
||||
$text['description']['en-us'] = "Use this to monitor and interact with the active calls.";
|
||||
$text['description']['pt-pt'] = "Utilize este menu para monitorizar e interagir com as chamadas ativas.";
|
||||
$text['description']['pt-pt'] = "Utilize este menu para monitorizar e interagir com as chamadas activas.";
|
||||
$text['description']['fr-fr'] = "Superviser et interagir avec les Communications Actives.";
|
||||
|
||||
//v_calls_active_extensions
|
||||
|
|
@ -19,11 +19,11 @@
|
|||
$text['label-status']['fr-fr'] = "Etat";
|
||||
|
||||
$text['label-transfer']['en-us'] = "Transfer To";
|
||||
$text['label-transfer']['pt-pt'] = "Transferir para";
|
||||
$text['label-transfer']['pt-pt'] = "Transferir Para";
|
||||
$text['label-transfer']['fr-fr'] = "Transférer à";
|
||||
|
||||
$text['description-2']['en-us'] = "Use this to view all extensions and monitor and interact with active calls.";
|
||||
$text['description-2']['pt-pt'] = "Utilize este menu para ver todas as extensões, monitorizar e interagir com as chamadas ativas.";
|
||||
$text['description-2']['pt-pt'] = "Utilize este menu para ver todas as extensões, monitorizar e interagir com as chamadas activas.";
|
||||
$text['description-2']['fr-fr'] = "Voir toutes les extensions, superviser et interagir avec les Communications Actives.";
|
||||
|
||||
$text['check-available-status']['en-us'] = "Available";
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
$text['label-park']['fr-fr'] = "Parquer";
|
||||
|
||||
$text['confirm-hangup']['en-us'] = "Do you really want to hangup this call?";
|
||||
$text['confirm-hangup']['pt-pt'] = "Quer realmente terminar esta chamada?";
|
||||
$text['confirm-hangup']['pt-pt'] = "Deseja realmente terminar esta chamada?";
|
||||
$text['confirm-hangup']['fr-fr'] = "Voulez-vous vraiment raccrocher cette communication?";
|
||||
|
||||
$text['label-hangup']['en-us'] = "hangup";
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
//v_calls_active_extensions_inc
|
||||
$text['confirm-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['confirm-socket']['pt-pt'] = "Conexão com socket falhou.";
|
||||
$text['confirm-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
|
||||
$text['confirm-socket']['fr-fr'] = "la Connexion au Event Socket a échoué.";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
|
|
|
|||
|
|
@ -27,89 +27,117 @@
|
|||
*/
|
||||
|
||||
$text['label-click2call']['en-us'] = "Click to Call";
|
||||
$text['label-click2call']['pt-pt'] = "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']['pt-pt'] = "Forneça a informação seguinte para realizar uma chamada do originador para o destinatário.";
|
||||
$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']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-src-caller-id-nam']['fr-fr'] = "Nom Caller ID Source";
|
||||
|
||||
$text['desc-src-caller-id-nam']['en-us'] = "Enter the Caller ID name to send to your phone.";
|
||||
$text['desc-src-caller-id-nam']['pt-pt'] = "Introduza o nome do Originador para ser enviado para o 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']['pt-pt'] = "Número do Originador";
|
||||
$text['label-src-caller-id-num']['fr-fr'] = "Numéro Caller ID Source";
|
||||
|
||||
$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']['fr-fr'] = "Choisir le numéro d'appelant à émettre à votre téléphone (Il est en général le même que le numéro de destination.)";
|
||||
$text['desc-src-caller-id-num']['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']['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']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-dest-caller-id-nam']['fr-fr'] = "Nom Caller ID Destination";
|
||||
|
||||
$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']['pt-pt'] = "Introduza o identificador do originador a ser enviado para o destinatário.";
|
||||
$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']['pt-pt'] = "Número a apresentar no destino";
|
||||
$text['label-dest-caller-id-num']['fr-fr'] = "Numéro Caller ID Destination";
|
||||
|
||||
$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']['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']['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']['pt-pt'] = "Número do Originador";
|
||||
$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']['en-us'] = "Enter your phone number. This can be an extension on the system, or another number (eg: mobile phone).";
|
||||
$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']['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']['pt-pt'] = "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']['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 são da seguinte forma: 5551234567@voip.example.com:5080 (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']['pt-pt'] = "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']['pt-pt'] = "Activar ou Desactivar 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']['pt-pt'] = "Gravar";
|
||||
$text['label-record']['fr-fr'] = "Enregistré";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$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']['pt-pt'] = "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']['pt-pt'] = "Ring Back";
|
||||
$text['label-ringback']['fr-fr'] = "Retoure de sonnerie";
|
||||
|
||||
$text['desc-ringback']['en-us'] = "Defines what the you will hear while destination is being called. The choices are music (music on hold) ring (ring tone.)";
|
||||
$text['desc-ringback']['en-us'] = "Defines what the you will hear while destination is being called. The choices are music (music on hold) ring (ring tone).";
|
||||
$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']['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']['pt-pt'] = "us-ring";
|
||||
$text['opt-usring']['fr-fr'] = "us-ring";
|
||||
|
||||
$text['opt-frring']['en-us'] = "fr-ring";
|
||||
$text['opt-frring']['pt-pt'] = "fr-ring";
|
||||
$text['opt-frring']['fr-fr'] = "fr-ring";
|
||||
|
||||
$text['opt-ukring']['en-us'] = "uk-ring";
|
||||
$text['opt-ukring']['pt-pt'] = "uk-ring";
|
||||
$text['opt-ukring']['fr-fr'] = "uk-ring";
|
||||
|
||||
$text['opt-rsring']['en-us'] = "rs-ring";
|
||||
$text['opt-rsring']['pt-pt'] = "rs-ring";
|
||||
$text['opt-rsring']['fr-fr'] = "rs-ring";
|
||||
|
||||
$text['opt-moh']['en-us'] = "music";
|
||||
$text['opt-moh']['pt-pt'] = "música";
|
||||
$text['opt-moh']['fr-fr'] = "musique";
|
||||
|
||||
$text['button-call']['en-us'] = "Call";
|
||||
$text['button-call']['pt-pt'] = "Chamada";
|
||||
$text['button-call']['fr-fr'] = "appel";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,88 +2,88 @@
|
|||
|
||||
//conference centers
|
||||
$text['title-conference-centers']['en-us'] = "Conference Centers";
|
||||
$text['title-conference-centers']['pt-pt'] = "";
|
||||
$text['title-conference-centers']['pt-pt'] = "Centro de Conferências";
|
||||
$text['title-conference-centers']['fr-fr'] = "Conférences";
|
||||
|
||||
$text['description-conference-centers']['en-us'] = "Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.";
|
||||
$text['description-conference-centers']['pt-pt'] = "";
|
||||
$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['title-conference-center']['en-us'] = "Conference Center";
|
||||
$text['title-conference-center']['pt-pt'] = "";
|
||||
$text['title-conference-center']['pt-pt'] = "Centro de Conferência";
|
||||
$text['title-conference-center']['fr-fr'] = "Conférence";
|
||||
|
||||
$text['description-conference-center']['en-us'] = "Conference Center is used to setup one or more conference rooms with a name, extension number, a required pin number length, and a description.";
|
||||
$text['description-conference-center']['pt-pt'] = "";
|
||||
$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['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['label-pin-length']['en-us'] = "PIN Length";
|
||||
$text['label-pin-length']['pt-pt'] = "";
|
||||
$text['label-pin-length']['pt-pt'] = "Tamanho do PIN";
|
||||
$text['label-pin-length']['fr-fr'] = "Code Nb digits";
|
||||
|
||||
$text['label-delete']['en-us'] = "Delete";
|
||||
$text['label-delete']['pt-pt'] = "";
|
||||
$text['label-delete']['pt-pt'] = "Remover";
|
||||
$text['label-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['label-edit']['en-us'] = "Edit";
|
||||
$text['label-edit']['pt-pt'] = "";
|
||||
$text['label-edit']['pt-pt'] = "Editar";
|
||||
$text['label-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the conference center name.";
|
||||
$text['description-name']['pt-pt'] = "";
|
||||
$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-extension']['en-us'] = "Enter the conference center extension number.";
|
||||
$text['description-extension']['pt-pt'] = "";
|
||||
$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-pin-length']['en-us'] = "Enter the required PIN length.";
|
||||
$text['description-pin-length']['pt-pt'] = "";
|
||||
$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-enabled']['en-us'] = "Select whether to enable or disable the conference center.";
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$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-description']['en-us'] = "Enter the description.";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['pt-pt'] = "Introduza uma descrição.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
//conference rooms
|
||||
$text['title-conference-rooms']['en-us'] = "Conference Rooms";
|
||||
$text['title-conference-rooms']['pt-pt'] = "";
|
||||
$text['title-conference-rooms']['pt-pt'] = "Salas de Conferência";
|
||||
$text['title-conference-rooms']['fr-fr'] = "Salles de conférence";
|
||||
|
||||
$text['title-conference-room']['en-us'] = "Conference Room";
|
||||
$text['title-conference-room']['pt-pt'] = "";
|
||||
$text['title-conference-room']['pt-pt'] = "Sala de Conferência";
|
||||
$text['title-conference-room']['fr-fr'] = "Salle de conférence";
|
||||
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['pt-pt'] = "";
|
||||
$text['label-profile']['pt-pt'] = "Perfil";
|
||||
$text['label-profile']['fr-fr'] = "Profile";
|
||||
|
||||
$text['label-record']['en-us'] = "Record";
|
||||
$text['label-record']['pt-pt'] = "";
|
||||
$text['label-record']['pt-pt'] = "Gravar";
|
||||
$text['label-record']['fr-fr'] = "Enregistrer";
|
||||
|
||||
$text['label-wait-moderator']['en-us'] = "Secure";
|
||||
$text['label-wait-moderator']['pt-pt'] = "";
|
||||
$text['label-wait-moderator']['pt-pt'] = "Proteger";
|
||||
$text['label-wait-moderator']['fr-fr'] = "Assurer";
|
||||
|
||||
$text['label-announce']['en-us'] = "Announce";
|
||||
$text['label-announce']['pt-pt'] = "";
|
||||
$text['label-announce']['pt-pt'] = "Anunciar";
|
||||
$text['label-announce']['fr-fr'] = "Annonce";
|
||||
|
||||
$text['label-mute']['en-us'] = "Mute";
|
||||
$text['label-mute']['pt-pt'] = "";
|
||||
$text['label-mute']['pt-pt'] = "Silenciar";
|
||||
$text['label-mute']['fr-fr'] = "Entrée Micro désactivé";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
|
|
@ -91,11 +91,11 @@
|
|||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-sounds']['en-us'] = "Sounds";
|
||||
$text['label-sounds']['pt-pt'] = "";
|
||||
$text['label-sounds']['pt-pt'] = "Sons";
|
||||
$text['label-sounds']['fr-fr'] = "Sons";
|
||||
|
||||
$text['label-members']['en-us'] = "Count";
|
||||
$text['label-members']['pt-pt'] = "";
|
||||
$text['label-members']['pt-pt'] = "Total";
|
||||
$text['label-members']['fr-fr'] = "Décompte";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
|
|
@ -103,19 +103,19 @@
|
|||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['pt-pt'] = "";
|
||||
$text['label-view']['pt-pt'] = "Vista";
|
||||
$text['label-view']['fr-fr'] = "Vue";
|
||||
|
||||
$text['label-sessions']['en-us'] = "Sessions";
|
||||
$text['label-sessions']['pt-pt'] = "";
|
||||
$text['label-sessions']['pt-pt'] = "Sessões";
|
||||
$text['label-sessions']['fr-fr'] = "Sessions";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "verdadeiro";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
|
|
@ -124,15 +124,15 @@
|
|||
|
||||
//conference room edit
|
||||
$text['button-rooms']['en-us'] = "Rooms";
|
||||
$text['button-rooms']['pt-pt'] = "";
|
||||
$text['button-rooms']['pt-pt'] = "Salas";
|
||||
$text['button-rooms']['fr-fr'] = "Salles";
|
||||
|
||||
$text['button-sessions']['en-us'] = "Sessions";
|
||||
$text['button-sessions']['pt-pt'] = "";
|
||||
$text['button-sessions']['pt-pt'] = "Sessões";
|
||||
$text['button-sessions']['fr-fr'] = "Sessions";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['pt-pt'] = "Vista";
|
||||
$text['button-view']['fr-fr'] = "Vue";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -140,75 +140,75 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Completa";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['label-conference-name']['en-us'] = "Conference Name";
|
||||
$text['label-conference-name']['pt-pt'] = "";
|
||||
$text['label-conference-name']['pt-pt'] = "Nome da Conferência";
|
||||
$text['label-conference-name']['fr-fr'] = "Nom de la Conférence";
|
||||
|
||||
$text['label-users']['en-us'] = "Users";
|
||||
$text['label-users']['pt-pt'] = "";
|
||||
$text['label-users']['pt-pt'] = "Utilizadores";
|
||||
$text['label-users']['fr-fr'] = "Utilisateurs";
|
||||
|
||||
$text['description-users']['en-us'] = "Assign additional users as administrators of this conference room.";
|
||||
$text['description-users']['pt-pt'] = "";
|
||||
$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['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['label-moderator-pin']['en-us'] = "Moderator";
|
||||
$text['label-moderator-pin']['pt-pt'] = "";
|
||||
$text['label-moderator-pin']['pt-pt'] = "Moderador";
|
||||
$text['label-moderator-pin']['fr-fr'] = "Modérateur";
|
||||
|
||||
$text['label-participant-pin']['en-us'] = "Participant";
|
||||
$text['label-participant-pin']['pt-pt'] = "";
|
||||
$text['label-participant-pin']['pt-pt'] = "Participante";
|
||||
$text['label-participant-pin']['fr-fr'] = "Participant";
|
||||
|
||||
$text['label-member-pin']['en-us'] = "PIN Numbers";
|
||||
$text['label-member-pin']['pt-pt'] = "";
|
||||
$text['label-member-pin']['pt-pt'] = "Números PIN";
|
||||
$text['label-member-pin']['fr-fr'] = "Code Membre";
|
||||
|
||||
$text['description-moderator-pin']['en-us'] = "Pin number for the moderators.";
|
||||
$text['description-moderator-pin']['pt-pt'] = "";
|
||||
$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-participant-pin']['en-us'] = "Pin number for the participants.";
|
||||
$text['description-participant-pin']['pt-pt'] = "";
|
||||
$text['description-participant-pin']['pt-pt'] = "Número PIN para os participantes.";
|
||||
$text['description-participant-pin']['fr-fr'] = "Code PIN des participants.";
|
||||
|
||||
$text['label-member-type-moderator']['en-us'] = "moderator";
|
||||
$text['label-member-type-moderator']['pt-pt'] = "";
|
||||
$text['label-member-type-moderator']['pt-pt'] = "moderador";
|
||||
$text['label-member-type-moderator']['fr-fr'] = "modérateur";
|
||||
|
||||
$text['label-member-type-participant']['en-us'] = "participant";
|
||||
$text['label-member-type-participant']['pt-pt'] = "";
|
||||
$text['label-member-type-participant']['pt-pt'] = "participante";
|
||||
$text['label-member-type-participant']['fr-fr'] = "participant";
|
||||
|
||||
$text['description-profile']['en-us'] = "Conference Profile is a collection of settings for the conference center.";
|
||||
$text['description-profile']['pt-pt'] = "";
|
||||
$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['label-max-members']['en-us'] = "Max Members";
|
||||
$text['label-max-members']['pt-pt'] = "";
|
||||
$text['label-max-members']['pt-pt'] = "Nº máximo de membros";
|
||||
$text['label-max-members']['fr-fr'] = "Membres Max";
|
||||
|
||||
$text['label-wait-for-moderator']['en-us'] = "Wait for Moderator";
|
||||
$text['label-wait-for-moderator']['pt-pt'] = "";
|
||||
$text['label-wait-for-moderator']['pt-pt'] = "Esperar pelo Moderador";
|
||||
$text['label-wait-for-moderator']['fr-fr'] = "Attente du Modérateur";
|
||||
|
||||
$text['label-enter-sound']['en-us'] = "Enter Sound";
|
||||
$text['label-enter-sound']['pt-pt'] = "";
|
||||
$text['label-enter-sound']['pt-pt'] = "Introduza Som";
|
||||
$text['label-enter-sound']['fr-fr'] = "Sons d'arrivée";
|
||||
|
||||
$text['label-exit-sound']['en-us'] = "Exit Sound";
|
||||
$text['label-exit-sound']['pt-pt'] = "";
|
||||
$text['label-exit-sound']['pt-pt'] = "Desligar Som";
|
||||
$text['label-exit-sound']['fr-fr'] = "Sons de sortie";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -216,104 +216,104 @@
|
|||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['pt-pt'] = "";
|
||||
$text['button-search']['pt-pt'] = "Pesquisar";
|
||||
$text['button-save']['fr-fr'] = "Chercher";
|
||||
|
||||
//Conference Sessions
|
||||
$text['title-conference-sessions']['en-us'] = "Conference Sessions";
|
||||
$text['title-conference-sessions']['pt-pt'] = "";
|
||||
$text['title-conference-sessions']['pt-pt'] = "Sessões";
|
||||
$text['title-conference-sessions']['fr-fr'] = "Sessions de conférences";
|
||||
|
||||
$text['description-conference-sessions']['en-us'] = "Conference Sessions are log details about the conferences.";
|
||||
$text['description-conference-sessions']['pt-pt'] = "";
|
||||
$text['description-conference-sessions']['pt-pt'] = "As sessões das conferências representam os detalhes dos logs das conferências.";
|
||||
$text['description-conference-sessions']['fr-fr'] = "Sessions de conférences sont les détails des logs sur les conférences.";
|
||||
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['pt-pt'] = "";
|
||||
$text['label-time']['pt-pt'] = "Tempo";
|
||||
$text['label-time']['fr-fr'] = "Heure";
|
||||
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['pt-pt'] = "";
|
||||
$text['label-start']['pt-pt'] = "Início";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
|
||||
$text['label-end']['en-us'] = "End";
|
||||
$text['label-end']['pt-pt'] = "";
|
||||
$text['label-end']['pt-pt'] = "Fim";
|
||||
$text['label-end']['fr-fr'] = "Fin";
|
||||
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['pt-pt'] = "";
|
||||
$text['label-profile']['pt-pt'] = "Perfil";
|
||||
$text['label-profile']['fr-fr'] = "Profile";
|
||||
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['pt-pt'] = "";
|
||||
$text['label-recording']['pt-pt'] = "Gravando";
|
||||
$text['label-recording']['fr-fr'] = "Enregistrement";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['pt-pt'] = "";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-details']['en-us'] = "Details";
|
||||
$text['label-details']['pt-pt'] = "";
|
||||
$text['label-details']['pt-pt'] = "Detalhes";
|
||||
$text['label-details']['fr-fr'] = "Détails";
|
||||
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['pt-pt'] = "";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
|
||||
//Conference Sessions Details
|
||||
$text['title-conference-session-details']['en-us'] = "Conference Session Details";
|
||||
$text['title-conference-session-details']['pt-pt'] = "";
|
||||
$text['title-conference-session-details']['pt-pt'] = "Detalhes da Sessão de Conferência";
|
||||
$text['title-conference-session-details']['fr-fr'] = "Détails de Sessions de Conference";
|
||||
|
||||
$text['description-conference-session-details']['en-us'] = "Conference Sessions are log details of the conferences calls.";
|
||||
$text['description-conference-session-details']['pt-pt'] = "";
|
||||
$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['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "";
|
||||
$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Nom d'Utilisateur";
|
||||
|
||||
$text['label-uuid']['en-us'] = "UUID";
|
||||
$text['label-uuid']['pt-pt'] = "";
|
||||
$text['label-uuid']['pt-pt'] = "UUID";
|
||||
$text['label-uuid']['fr-fr'] = "UUID";
|
||||
|
||||
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['pt-pt'] = "";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
|
||||
|
||||
$text['label-caller-id-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller-id-number']['pt-pt'] = "";
|
||||
$text['label-caller-id-number']['pt-pt'] = "Número do Originador";
|
||||
$text['label-caller-id-number']['fr-fr'] = "Numéro d'appelant";
|
||||
|
||||
$text['label-moderator']['en-us'] = "Moderator";
|
||||
$text['label-moderator']['pt-pt'] = "";
|
||||
$text['label-moderator']['pt-pt'] = "Moderador";
|
||||
$text['label-moderator']['fr-fr'] = "Modérateur";
|
||||
|
||||
$text['label-network-address']['en-us'] = "Network Address";
|
||||
$text['label-network-address']['pt-pt'] = "";
|
||||
$text['label-network-address']['pt-pt'] = "Endereço de Rede";
|
||||
$text['label-network-address']['fr-fr'] = "Adresse Réseau";
|
||||
|
||||
$text['label-time']['en-us'] = "Time";
|
||||
$text['label-time']['pt-pt'] = "";
|
||||
$text['label-time']['pt-pt'] = "Hora";
|
||||
$text['label-time']['fr-fr'] = "Heure";
|
||||
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['pt-pt'] = "";
|
||||
$text['label-start']['pt-pt'] = "Início";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
|
||||
$text['label-end']['en-us'] = "End";
|
||||
$text['label-end']['pt-pt'] = "";
|
||||
$text['label-end']['pt-pt'] = "Fim";
|
||||
$text['label-end']['fr-fr'] = "Fin";
|
||||
|
||||
$text['label-details']['en-us'] = "Details";
|
||||
$text['label-details']['pt-pt'] = "";
|
||||
$text['label-details']['pt-pt'] = "Detalhes";
|
||||
$text['label-details']['fr-fr'] = "Détails";
|
||||
|
||||
$text['label-cdr']['en-us'] = "CDR";
|
||||
$text['label-cdr']['pt-pt'] = "";
|
||||
$text['label-cdr']['pt-pt'] = "Detalhes das Chamadas";
|
||||
$text['label-cdr']['fr-fr'] = "Historique d'appels";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
$text['title']['fr-fr'] = "Conférences";
|
||||
|
||||
$text['description']['en-us'] = "Conferences is used to setup conference rooms with a name, description, and optional pin number.";
|
||||
$text['description']['pt-pt'] = "As conferências são utilizadas para configurar salas de conferências com um nome, descrição e número pin opcional.";
|
||||
$text['description']['pt-pt'] = "As conferências são utilizadas para configurar salas de conferência com um nome, descrição e número pin opcional.";
|
||||
$text['description']['fr-fr'] = "Ce menu est utilisé pour créer des salles de conférence avec un nom, une description et en option un code PIN.";
|
||||
|
||||
$text['title-2']['en-us'] = "Active Conferences";
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
$text['title-3']['fr-fr'] = "Conférence actives";
|
||||
|
||||
$text['description-2']['en-us'] = "and then select a conference to monitor and interact with it.";
|
||||
$text['description-2']['pt-pt'] = "e selecione uma conferência para monitorizar e interagir com ele.";
|
||||
$text['description-2']['pt-pt'] = "e selecione uma conferência para monitorizar e poder interagir.";
|
||||
$text['description-2']['fr-fr'] = "et ensuite sélectionner la conférence à superviser et à gérer.";
|
||||
|
||||
$text['table-name']['en-us'] = "Name";
|
||||
|
|
@ -47,32 +47,32 @@
|
|||
|
||||
//conferences_delete
|
||||
$text['confirm-delete']['en-us'] = "Delete Complete";
|
||||
$text['confirm-delete']['pt-pt'] = "Eliminação Completa";
|
||||
$text['confirm-delete']['pt-pt'] = "Remoçãp Efectuada";
|
||||
$text['confirm-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
//conferences_add
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Completa";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['confirm-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Completa";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mis a jour";
|
||||
|
||||
$text['confirm-name']['en-us'] = "Please provide: Name";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor, forneça: Nome";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
|
||||
$text['confirm-extension']['en-us'] = "Please provide: Extension";
|
||||
$text['confirm-extension']['pt-pt'] = "Por favor, forneça: Extensão";
|
||||
$text['confirm-extension']['pt-pt'] = "Por favor indique: Extensão";
|
||||
$text['confirm-extension']['fr-fr'] = "Merci d'indiquer: Extension";
|
||||
|
||||
$text['confirm-profile']['en-us'] = "Please provide: Profile";
|
||||
$text['confirm-profile']['pt-pt'] = "Por favor, forneça: Perfil";
|
||||
$text['confirm-profile']['pt-pt'] = "Por favor indique: Perfil";
|
||||
$text['confirm-profile']['fr-fr'] = "Merci d'indiquer: Profile";
|
||||
|
||||
$text['confirm-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['confirm-enabled']['pt-pt'] = "Por favor, forneça: Ativado";
|
||||
$text['confirm-enabled']['pt-pt'] = "Por favor indique: Ativado";
|
||||
$text['confirm-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
|
||||
$text['label-conference-add']['en-us'] = "Conferences Add";
|
||||
|
|
@ -108,11 +108,11 @@
|
|||
$text['description-3']['fr-fr'] = "Superviser et interagir avec la salle de conférence.";
|
||||
|
||||
$text['label-pin']['en-us'] = "Pin Number";
|
||||
$text['label-pin']['pt-pt'] = "Numero Pin";
|
||||
$text['label-pin']['pt-pt'] = "Código Pin";
|
||||
$text['label-pin']['fr-fr'] = "Code Pin";
|
||||
|
||||
$text['description-pin']['en-us'] = "Optional pin number to secure access to the conference.";
|
||||
$text['description-pin']['pt-pt'] = "Número de pin opcional para garantir o acesso à conferência.";
|
||||
$text['description-pin']['pt-pt'] = "Código pin opcional para garantir o acesso à conferência.";
|
||||
$text['description-pin']['fr-fr'] = "Numéro d'identifiant pour sécuriser l'accès à la conf. (Optionnel)";
|
||||
|
||||
$text['confirm-delete-2']['en-us'] = "Do you really want to delete this?";
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
$text['description-info']['fr-fr'] = "";
|
||||
|
||||
$text['description-conference-enable']['en-us'] = "Select whether to enable or disable the conference.";
|
||||
$text['description-conference-enable']['pt-pt'] = "Selecione se deseja ativar ou desativar a conferência.";
|
||||
$text['description-conference-enable']['pt-pt'] = "Seleccione se deseja ativar ou desativar a conferência.";
|
||||
$text['description-conference-enable']['fr-fr'] = "Choisir d'activer ou non la conférence.";
|
||||
|
||||
$text['description-order']['en-us'] = "Enter the order number.";
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['description-user-add']['en-us'] = "Assign the users that are can manage this conference extension.";
|
||||
$text['description-user-add']['pt-pt'] = "Atribuir os utilizadores que podem gerir esta extensão de conferência.";
|
||||
$text['description-user-add']['pt-pt'] = "Atribuir utilizadores que podem gerir esta extensão de conferência.";
|
||||
$text['description-user-add']['fr-fr'] = "Selectionner les usagers pouvant gérer cette conférence.";
|
||||
|
||||
$text['description-profile']['en-us'] = "Conference Profile is a collection of settings for the conference.";
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
$text['description-profile']['fr-fr'] = "Le profile de la conférence est une liste de paramètres pour la conférence.";
|
||||
|
||||
$text['description-flags']['en-us'] = "Optional conference flags. examples: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['pt-pt'] = "Flags opcionais de conferências. exemplos: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['pt-pt'] = "Flags opcionais de conferências. Exemplos: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['fr-fr'] = "Flags Optionnels de la conférence. exemple: mute|deaf|waste|moderator";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,132 +26,174 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-denied']['en-us'] = "access denied";
|
||||
$text['message-denied']['pt-pt'] = "Acesso negado";
|
||||
$text['message-denied']['fr-fr'] = "Accès non authorisé";
|
||||
|
||||
$text['label-interactive']['en-us'] = "Interactive Conference";
|
||||
$text['label-interactive']['pt-pt'] = "Conferência Interactiva";
|
||||
$text['label-interactive']['fr-fr'] = "Conférence Interactive";
|
||||
|
||||
$text['description-interactive']['en-us'] = "Use this to monitor and interact with the members of the conference.";
|
||||
$text['description-interactive']['pt-pt'] = "Use isto para monitorizar e interagir com os membros da conferência.";
|
||||
$text['description-interactive']['fr-fr'] = "Superviser et interagir avec les participants de la conférence";
|
||||
|
||||
$text['message-connection']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['message-connection']['pt-pt'] = "Conexão à Event Socket falhou.";
|
||||
$text['message-connection']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['button-start-rec']['en-us'] = "Start Record";
|
||||
$text['button-start-rec']['pt-pt'] = "Começar gravação";
|
||||
$text['button-start-rec']['fr-fr'] = "Commencer l'Enregistrement";
|
||||
|
||||
$text['button-stop-rec']['en-us'] = "Stop Record";
|
||||
$text['button-stop-rec']['pt-pt'] = "Parar gravação";
|
||||
$text['button-stop-rec']['fr-fr'] = "Arrêter l'Enregistrement";
|
||||
|
||||
$text['label-recording']['en-us'] = "Recording";
|
||||
$text['label-recording']['pt-pt'] = "Gravando";
|
||||
$text['label-recording']['fr-fr'] = "Enregistré";
|
||||
|
||||
$text['label-not-recording']['en-us'] = "Not Recording";
|
||||
$text['label-not-recording']['pt-pt'] = "Não Gravando";
|
||||
$text['label-not-recording']['fr-fr'] = "Non Enregistré";
|
||||
|
||||
$text['label-unlock']['en-us'] = "Unlock";
|
||||
$text['label-unlock']['pt-pt'] = "Desbloquear";
|
||||
$text['label-unlock']['fr-fr'] = "Débloqué";
|
||||
|
||||
$text['label-lock']['en-us'] = "Lock";
|
||||
$text['label-lock']['en-us'] = "Bloquear";
|
||||
$text['label-lock']['fr-fr'] = "Bloqué";
|
||||
|
||||
$text['label-id']['en-us'] = "ID";
|
||||
$text['label-id']['pt-pt'] = "ID";
|
||||
$text['label-id']['fr-fr'] = "ID";
|
||||
|
||||
$text['label-cid-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-cid-name']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-cid-name']['fr-fr'] = "Nom d'appelant";
|
||||
|
||||
$text['label-cid-num']['en-us'] = "Caller ID Number";
|
||||
$text['label-cid-num']['pt-pt'] = "Número do Originador";
|
||||
$text['label-cid-num']['fr-fr'] = "Numéro d'appelant";
|
||||
|
||||
$text['label-moderator']['en-us'] = "Moderator";
|
||||
$text['label-moderator']['pt-pt'] = "Moderador";
|
||||
$text['label-moderator']['fr-fr'] = "Modérateur";
|
||||
|
||||
$text['label-joined']['en-us'] = "Joined";
|
||||
$text['label-joined']['pt-pt'] = "Entrou";
|
||||
$text['label-joined']['fr-fr'] = "a joint";
|
||||
|
||||
$text['label-hear']['en-us'] = "Hear";
|
||||
$text['label-hear']['pt-pt'] = "Ouvir";
|
||||
$text['label-hear']['fr-fr'] = "écouter";
|
||||
|
||||
$text['label-speak']['en-us'] = "Speak";
|
||||
$text['label-speak']['pt-pt'] = "Falar";
|
||||
$text['label-speak']['fr-fr'] = "parler";
|
||||
|
||||
$text['label-talking']['en-us'] = "Talking";
|
||||
$text['label-talking']['pt-pt'] = "Falando";
|
||||
$text['label-talking']['fr-fr'] = "parle";
|
||||
|
||||
$text['label-last-talk']['en-us'] = "Last Talked";
|
||||
$text['label-last-talk']['pt-pt'] = "Último a falar";
|
||||
$text['label-last-talk']['fr-fr'] = "dernier parlant";
|
||||
|
||||
$text['label-video']['en-us'] = "Video";
|
||||
$text['label-video']['pt-pt'] = "Vídeo";
|
||||
$text['label-video']['fr-fr'] = "Vidéo";
|
||||
|
||||
$text['label-floor']['en-us'] = "Has Floor";
|
||||
$text['label-floor']['pt-pt'] = "Floor";
|
||||
$text['label-floor']['fr-fr'] = "A la parole";
|
||||
|
||||
$text['label-tool']['en-us'] = "Tools";
|
||||
$text['label-tool']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tool']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-yes']['en-us'] = "yes";
|
||||
$text['label-yes']['pt-pt'] = "sim";
|
||||
$text['label-yes']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-no']['en-us'] = "no";
|
||||
$text['label-no']['pt-pt'] = "não";
|
||||
$text['label-no']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-energy']['en-us'] = "Energy";
|
||||
$text['label-energy']['pt-pt'] = "Energia";
|
||||
$text['label-energy']['fr-fr'] = "Energie";
|
||||
|
||||
$text['label-volume']['en-us'] = "Vol";
|
||||
$text['label-volume']['pt-pt'] = "Vol";
|
||||
$text['label-volume']['fr-fr'] = "Vol";
|
||||
|
||||
$text['label-gain']['en-us'] = "Gain";
|
||||
$text['label-gain']['pt-pt'] = "Ganho";
|
||||
$text['label-gain']['fr-fr'] = "Gain";
|
||||
|
||||
$text['label-mute']['en-us'] = "Mute";
|
||||
$text['label-mute']['pt-pt'] = "Silenciar";
|
||||
$text['label-mute']['fr-fr'] = "muet";
|
||||
|
||||
$text['label-unmute']['en-us'] = "Unmute";
|
||||
$text['label-unmute']['pt-pt'] = "Com som";
|
||||
$text['label-unmute']['fr-fr'] = "sonore";
|
||||
|
||||
$text['label-mute-all']['en-us'] = "Mute All";
|
||||
$text['label-mute-all']['pt-pt'] = "Silenciar tudo";
|
||||
$text['label-mute-all']['fr-fr'] = "tous muets";
|
||||
|
||||
$text['label-mute-all-alt']['en-us'] = "Mute all but moderator.";
|
||||
$text['label-mute-all-alt']['pt-pt'] = "Silenciar tudo mas moderador.";
|
||||
$text['label-mute-all-alt']['fr-fr'] = "muets sauf le moderateur.";
|
||||
|
||||
$text['label-unmute-all']['en-us'] = "Unmute All";
|
||||
$text['label-unmute-all']['pt-pt'] = "Todos com som";
|
||||
$text['label-unmute-all']['fr-fr'] = "tous sonore";
|
||||
|
||||
$text['label-end-conference']['en-us'] = "End Conference";
|
||||
$text['label-end-conference']['pt-pt'] = "Terminar conferência";
|
||||
$text['label-end-conference']['fr-fr'] = "finir la conférence";
|
||||
|
||||
$text['label-deaf']['en-us'] = "Deaf";
|
||||
$text['label-deaf']['pt-pt'] = "Ensurdecer";
|
||||
$text['label-deaf']['fr-fr'] = "sourd";
|
||||
|
||||
$text['label-undeaf']['en-us'] = "Undeaf";
|
||||
$text['label-undeaf']['pt-pt'] = "Desensurdecer";
|
||||
$text['label-undeaf']['fr-fr'] = "entandant";
|
||||
|
||||
$text['label-kick']['en-us'] = "Kick";
|
||||
$text['label-kick']['pt-pt'] = "Ejectar";
|
||||
$text['label-kick']['fr-fr'] = "jeter";
|
||||
|
||||
$text['label-active']['en-us'] = "Active Conferences";
|
||||
$text['label-active']['pt-pt'] = "Conferências Activas";
|
||||
$text['label-active']['fr-fr'] = "Conférences Avtives";
|
||||
|
||||
$text['description-active']['en-us'] = "List all the conferences that are currently active with one or more members.";
|
||||
$text['description-active']['pt-pt'] = "Listar todas as conferências que estão actualmente activas com um ou mais membros.";
|
||||
$text['description-active']['fr-fr'] = "Liste toutes les conférences actives avec un ou plusieurs participants.";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-member-count']['en-us'] = "Member Count";
|
||||
$text['label-member-count']['pt-pt'] = "Total de membros";
|
||||
$text['label-member-count']['fr-fr'] = "Décompte des participants";
|
||||
|
||||
$text['button-view']['en-us'] = "view";
|
||||
$text['button-view']['pt-pt'] = "vista";
|
||||
$text['button-view']['fr-fr'] = "Voir";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,163 +3,163 @@
|
|||
// Contacts
|
||||
|
||||
$text['title-contacts']['en-us'] = "Contacts";
|
||||
$text['title-contacts']['pt-pt'] = "";
|
||||
$text['title-contacts']['pt-pt'] = "Contactos";
|
||||
$text['title-contacts']['fr-fr'] = "Contacts";
|
||||
|
||||
$text['header-contacts']['en-us'] = "Contacts";
|
||||
$text['header-contacts']['pt-pt'] = "";
|
||||
$text['header-contacts']['pt-pt'] = "Contactos";
|
||||
$text['header-contacts']['fr-fr'] = "Contacts";
|
||||
|
||||
$text['description-contacts']['en-us'] = "The contact is a list of individuals and organizations.";
|
||||
$text['description-contacts']['pt-pt'] = "";
|
||||
$text['description-contacts']['pt-pt'] = "O contacto é uma lista de indivíduos e organizações.";
|
||||
$text['description-contacts']['fr-fr'] = "Fourni une liste d'individus et d'organisations.";
|
||||
|
||||
|
||||
$text['button-import']['en-us'] = "Import";
|
||||
$text['button-import']['pt-pt'] = "";
|
||||
$text['button-import']['pt-pt'] = "Importat";
|
||||
$text['button-import']['fr-fr'] = "Importer";
|
||||
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['pt-pt'] = "";
|
||||
$text['button-search']['pt-pt'] = "Pesquisar";
|
||||
$text['button-search']['fr-fr'] = "Chercher";
|
||||
|
||||
// contact
|
||||
|
||||
$text['title-contact-add']['en-us'] = "Contact Add";
|
||||
$text['title-contact-add']['pt-pt'] = "";
|
||||
$text['title-contact-add']['pt-pt'] = "Adicionar Contacto";
|
||||
$text['title-contact-add']['fr-fr'] = "Ajouter Contact";
|
||||
|
||||
$text['header-contact-add']['en-us'] = "Contact Add";
|
||||
$text['header-contact-add']['pt-pt'] = "";
|
||||
$text['header-contact-add']['pt-pt'] = "Adicionar Contacto";
|
||||
$text['header-contact-add']['fr-fr'] = "Ajouter Contact";
|
||||
|
||||
$text['description-contact-add']['en-us'] = "The contact is a list of individuals and organizations.";
|
||||
$text['description-contact-add']['pt-pt'] = "";
|
||||
$text['description-contact-add']['pt-pt'] = "O contacto é uma lista de indivíduos e organizações.";
|
||||
$text['description-contact-add']['fr-fr'] = "Fourni une liste d'individus et d'organisations.";
|
||||
|
||||
$text['title-contact-edit']['en-us'] = "Contact Edit";
|
||||
$text['title-contact-edit']['pt-pt'] = "";
|
||||
$text['title-contact-edit']['pt-pt'] = "Editar Contacto";
|
||||
$text['title-contact-edit']['fr-fr'] = "Editer Contact";
|
||||
|
||||
$text['header-contact-edit']['en-us'] = "Contact Edit";
|
||||
$text['header-contact-edit']['pt-pt'] = "";
|
||||
$text['header-contact-edit']['pt-pt'] = "Editar Contacto";
|
||||
$text['header-contact-edit']['fr-fr'] = "Editer Contact";
|
||||
|
||||
$text['description-contact-edit']['en-us'] = "The contact is a list of individuals and organizations.";
|
||||
$text['description-contact-edit']['pt-pt'] = "";
|
||||
$text['description-contact-edit']['pt-pt'] = "O contacto é uma lista de indivíduos e organizações.";
|
||||
$text['description-contact-edit']['fr-fr'] = "Fourni une liste d'individus et d'organisations.";
|
||||
|
||||
|
||||
$text['label-contact_type']['en-us'] = "Type";
|
||||
$text['label-contact_type']['pt-pt'] = "";
|
||||
$text['label-contact_type']['pt-pt'] = "Tipo";
|
||||
$text['label-contact_type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-contact_type']['en-us'] = "Select the contact type.";
|
||||
$text['description-contact_type']['pt-pt'] = "";
|
||||
$text['description-contact_type']['pt-pt'] = "Seleccionar o tipo de contacto.";
|
||||
$text['description-contact_type']['fr-fr'] = "Choisir le type de contact.";
|
||||
|
||||
$text['label-contact_organization']['en-us'] = "Organization";
|
||||
$text['label-contact_organization']['pt-pt'] = "";
|
||||
$text['label-contact_organization']['pt-pt'] = "Organização";
|
||||
$text['label-contact_organization']['fr-fr'] = "Organisation";
|
||||
|
||||
$text['description-contact_organization']['en-us'] = "Enter the organization.";
|
||||
$text['description-contact_organization']['pt-pt'] = "";
|
||||
$text['description-contact_organization']['pt-pt'] = "Introduzir a organização.";
|
||||
$text['description-contact_organization']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_name']['en-us'] = "Name";
|
||||
$text['label-contact_name']['pt-pt'] = "";
|
||||
$text['label-contact_name']['pt-pt'] = "Nome";
|
||||
$text['label-contact_name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-contact_name_given']['en-us'] = "First Name";
|
||||
$text['label-contact_name_given']['pt-pt'] = "";
|
||||
$text['label-contact_name_given']['pt-pt'] = "Primeiro Nome";
|
||||
$text['label-contact_name_given']['fr-fr'] = "Prénom";
|
||||
|
||||
$text['description-contact_name_given']['en-us'] = "Enter the given name.";
|
||||
$text['description-contact_name_given']['pt-pt'] = "";
|
||||
$text['description-contact_name_given']['pt-pt'] = "Introduzir o nome";
|
||||
$text['description-contact_name_given']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_name_family']['en-us'] = "Last Name";
|
||||
$text['label-contact_name_family']['pt-pt'] = "";
|
||||
$text['label-contact_name_family']['pt-pt'] = "Último nome";
|
||||
$text['label-contact_name_family']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-contact_name_family']['en-us'] = "Enter the family name.";
|
||||
$text['description-contact_name_family']['pt-pt'] = "";
|
||||
$text['description-contact_name_family']['pt-pt'] = "Introduzir o nome de família";
|
||||
$text['description-contact_name_family']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_nickname']['en-us'] = "Nickname";
|
||||
$text['label-contact_nickname']['pt-pt'] = "";
|
||||
$text['label-contact_nickname']['pt-pt'] = "Nickname";
|
||||
$text['label-contact_nickname']['fr-fr'] = "Surnom";
|
||||
|
||||
$text['description-contact_nickname']['en-us'] = "Enter the nickname.";
|
||||
$text['description-contact_nickname']['pt-pt'] = "";
|
||||
$text['description-contact_nickname']['pt-pt'] = "Introduza o nickname.";
|
||||
$text['description-contact_nickname']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_title']['en-us'] = "Title";
|
||||
$text['label-contact_title']['pt-pt'] = "";
|
||||
$text['label-contact_title']['pt-pt'] = "Título";
|
||||
$text['label-contact_title']['fr-fr'] = "Titre";
|
||||
|
||||
$text['description-contact_title']['en-us'] = "Enter the title.";
|
||||
$text['description-contact_title']['pt-pt'] = "";
|
||||
$text['description-contact_title']['pt-pt'] = "Introduza o título.";
|
||||
$text['description-contact_title']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_category']['en-us'] = "Category";
|
||||
$text['label-contact_category']['pt-pt'] = "";
|
||||
$text['label-contact_category']['pt-pt'] = "Categoria";
|
||||
$text['label-contact_category']['fr-fr'] = "Catégorie";
|
||||
|
||||
$text['description-contact_category']['en-us'] = "Enter the category.";
|
||||
$text['description-contact_category']['pt-pt'] = "";
|
||||
$text['description-contact_category']['pt-pt'] = "Introduza a categoria.";
|
||||
$text['description-contact_category']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_role']['en-us'] = "Role";
|
||||
$text['label-contact_role']['pt-pt'] = "";
|
||||
$text['label-contact_role']['pt-pt'] = "Papel";
|
||||
$text['label-contact_role']['fr-fr'] = "Rôle";
|
||||
|
||||
$text['description-contact_role']['en-us'] = "Enter the role.";
|
||||
$text['description-contact_role']['pt-pt'] = "";
|
||||
$text['description-contact_role']['pt-pt'] = "Introduza o papel desempenhado";
|
||||
$text['description-contact_role']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_email']['en-us'] = "Email";
|
||||
$text['label-contact_email']['pt-pt'] = "";
|
||||
$text['label-contact_email']['pt-pt'] = "Email";
|
||||
$text['label-contact_email']['fr-fr'] = "Courriel";
|
||||
|
||||
$text['description-contact_email']['en-us'] = "Enter the email address.";
|
||||
$text['description-contact_email']['pt-pt'] = "";
|
||||
$text['description-contact_email']['pt-pt'] = "Introduza o endereço de email.";
|
||||
$text['description-contact_email']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_url']['en-us'] = "URL";
|
||||
$text['label-contact_url']['pt-pt'] = "";
|
||||
$text['label-contact_url']['pt-pt'] = "URL";
|
||||
$text['label-contact_url']['fr-fr'] = "URL";
|
||||
|
||||
$text['description-contact_url']['en-us'] = "Enter the website address.";
|
||||
$text['description-contact_url']['pt-pt'] = "";
|
||||
$text['description-contact_url']['pt-pt'] = "Introduza o endereço do website.";
|
||||
$text['description-contact_url']['fr-fr'] = "Entrer l'adresse du site internet.";
|
||||
|
||||
$text['label-contact_time_zone']['en-us'] = "Time Zone";
|
||||
$text['label-contact_time_zone']['pt-pt'] = "";
|
||||
$text['label-contact_time_zone']['pt-pt'] = "Time Zone";
|
||||
$text['label-contact_time_zone']['fr-fr'] = "Fuseau Horaire";
|
||||
|
||||
$text['description-contact_time_zone']['en-us'] = "Enter the time zone.";
|
||||
$text['description-contact_time_zone']['pt-pt'] = "";
|
||||
$text['description-contact_time_zone']['pt-pt'] = "Introduza o time zone.";
|
||||
$text['description-contact_time_zone']['fr-fr'] = "";
|
||||
|
||||
$text['label-contact_note']['en-us'] = "Note";
|
||||
$text['label-contact_note']['pt-pt'] = "";
|
||||
$text['label-contact_note']['pt-pt'] = "Nota";
|
||||
$text['label-contact_note']['fr-fr'] = "Note";
|
||||
|
||||
$text['description-contact_note']['en-us'] = "Enter a note.";
|
||||
$text['description-contact_note']['pt-pt'] = "";
|
||||
$text['description-contact_note']['pt-pt'] = "Introduza uma nota.";
|
||||
$text['description-contact_note']['fr-fr'] = "";
|
||||
|
||||
$text['button-qr_code']['en-us'] = "QR Code";
|
||||
$text['button-qr_code']['pt-pt'] = "";
|
||||
$text['button-qr_code']['pt-pt'] = "Código QR.";
|
||||
$text['button-qr_code']['fr-fr'] = "Code QR";
|
||||
|
||||
$text['button-vcard']['en-us'] = "vCard";
|
||||
$text['button-vcard']['pt-pt'] = "";
|
||||
$text['button-vcard']['pt-pt'] = "vCard";
|
||||
$text['button-vcard']['fr-fr'] = "vCard";
|
||||
|
||||
$text['button-invoices']['en-us'] = "Invoices";
|
||||
$text['button-invoices']['pt-pt'] = "";
|
||||
$text['button-invoices']['pt-pt'] = "Facturas";
|
||||
$text['button-invoices']['fr-fr'] = "Factures";
|
||||
|
||||
|
||||
|
|
@ -167,180 +167,180 @@
|
|||
// contact phones
|
||||
|
||||
$text['title-contact_phones-add']['en-us'] = "Contact Phone Add";
|
||||
$text['title-contact_phones-add']['pt-pt'] = "";
|
||||
$text['title-contact_phones-add']['pt-pt'] = "Adicionar contacto telefónico";
|
||||
$text['title-contact_phones-add']['fr-fr'] = "Ajouter un téléphone au Contact";
|
||||
|
||||
$text['header-contact_phones-add']['en-us'] = "Contact Phone Add";
|
||||
$text['header-contact_phones-add']['pt-pt'] = "";
|
||||
$text['header-contact_phones-add']['pt-pt'] = "Adicionar contacto telefónico";
|
||||
$text['header-contact_phones-add']['fr-fr'] = "Ajouter un téléphone au Contact";
|
||||
|
||||
$text['title-contact_phones-edit']['en-us'] = "Contact Phone Edit";
|
||||
$text['title-contact_phones-edit']['pt-pt'] = "";
|
||||
$text['title-contact_phones-edit']['pt-pt'] = "Editar contacto telefónico";
|
||||
$text['title-contact_phones-edit']['fr-fr'] = "Editer le téléphone du Contact";
|
||||
|
||||
$text['header-contact_phones-edit']['en-us'] = "Contact Phone Edit";
|
||||
$text['header-contact_phones-edit']['pt-pt'] = "";
|
||||
$text['header-contact_phones-edit']['pt-pt'] = "Editar contacto telefónico";
|
||||
$text['header-contact_phones-edit']['fr-fr'] = "Editer le téléphone du Contact";
|
||||
|
||||
|
||||
$text['label-phone_numbers']['en-us'] = "Phone Numbers";
|
||||
$text['label-phone_numbers']['pt-pt'] = "";
|
||||
$text['label-phone_numbers']['pt-pt'] = "Números de telefone";
|
||||
$text['label-phone_numbers']['fr-fr'] = "Numéros de téléphone";
|
||||
|
||||
$text['label-phone_type']['en-us'] = "Type";
|
||||
$text['label-phone_type']['pt-pt'] = "";
|
||||
$text['label-phone_type']['pt-pt'] = "Tipo";
|
||||
$text['label-phone_type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-phone_type']['en-us'] = "Select the phone type.";
|
||||
$text['description-phone_type']['pt-pt'] = "";
|
||||
$text['description-phone_type']['pt-pt'] = "Seleccionar tipo de telefone";
|
||||
$text['description-phone_type']['fr-fr'] = "";
|
||||
|
||||
$text['label-phone_number']['en-us'] = "Number";
|
||||
$text['label-phone_number']['pt-pt'] = "";
|
||||
$text['label-phone_number']['pt-pt'] = "Número";
|
||||
$text['label-phone_number']['fr-fr'] = "Numéro";
|
||||
|
||||
$text['description-phone_number']['en-us'] = "Enter the phone number.";
|
||||
$text['description-phone_number']['pt-pt'] = "";
|
||||
$text['description-phone_number']['pt-pt'] = "Introduza o número de telefone";
|
||||
$text['description-phone_number']['fr-fr'] = "";
|
||||
|
||||
$text['label-phone_extension']['en-us'] = "Extension";
|
||||
$text['label-phone_extension']['pt-pt'] = "";
|
||||
$text['label-phone_extension']['pt-pt'] = "Extensão";
|
||||
$text['label-phone_extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['description-phone_extension']['en-us'] = "Enter the extension.";
|
||||
$text['description-phone_extension']['pt-pt'] = "";
|
||||
$text['description-phone_extension']['pt-pt'] = "Introduza a extensão";
|
||||
$text['description-phone_extension']['fr-fr'] = "";
|
||||
|
||||
$text['label-phone_description']['en-us'] = "Description";
|
||||
$text['label-phone_description']['pt-pt'] = "";
|
||||
$text['label-phone_description']['pt-pt'] = "Descrição";
|
||||
$text['label-phone_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-phone_description']['en-us'] = "Enter the description.";
|
||||
$text['description-phone_description']['pt-pt'] = "";
|
||||
$text['description-phone_description']['pt-pt'] = "Introduza a descrição";
|
||||
$text['description-phone_description']['fr-fr'] = "";
|
||||
|
||||
$text['label-phone_tools']['en-us'] = "Tools";
|
||||
$text['label-phone_tools']['pt-pt'] = "";
|
||||
$text['label-phone_tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-phone_tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-phone_call']['en-us'] = "Call";
|
||||
$text['label-phone_call']['pt-pt'] = "";
|
||||
$text['label-phone_call']['pt-pt'] = "Chamada";
|
||||
$text['label-phone_call']['fr-fr'] = "Appel";
|
||||
|
||||
|
||||
// contact addresses
|
||||
|
||||
$text['title-contact_addresses-add']['en-us'] = "Contact Address Add";
|
||||
$text['title-contact_addresses-add']['pt-pt'] = "";
|
||||
$text['title-contact_addresses-add']['pt-pt'] = "Adicionar endereço do contacto";
|
||||
$text['title-contact_addresses-add']['fr-fr'] = "Ajouter une adresse au contact";
|
||||
|
||||
$text['header-contact_addresses-add']['en-us'] = "Contact Address Add";
|
||||
$text['header-contact_addresses-add']['pt-pt'] = "";
|
||||
$text['header-contact_addresses-add']['pt-pt'] = "Adicionar endereço do contacto";
|
||||
$text['header-contact_addresses-add']['fr-fr'] = "Ajouter une adresse au contact";
|
||||
|
||||
$text['description-contact_addresses-add']['en-us'] = "Contact address information.";
|
||||
$text['description-contact_addresses-add']['pt-pt'] = "";
|
||||
$text['description-contact_addresses-add']['pt-pt'] = "Informação de endereço do contacto";
|
||||
$text['description-contact_addresses-add']['fr-fr'] = "Informations sur l'adresse du contact.";
|
||||
|
||||
$text['title-contact_addresses-edit']['en-us'] = "Contact Address Edit";
|
||||
$text['title-contact_addresses-edit']['pt-pt'] = "";
|
||||
$text['title-contact_addresses-edit']['pt-pt'] = "Editar endereço do contacto";
|
||||
$text['title-contact_addresses-edit']['fr-fr'] = "Editer l'adresse du contact";
|
||||
|
||||
$text['header-contact_addresses-edit']['en-us'] = "Contact Address Edit";
|
||||
$text['header-contact_addresses-edit']['pt-pt'] = "";
|
||||
$text['header-contact_addresses-edit']['pt-pt'] = "Editar endereço do contacto";
|
||||
$text['header-contact_addresses-edit']['fr-fr'] = "Editer l'adresse du contact";
|
||||
|
||||
$text['description-contact_addresses-edit']['en-us'] = "Contact address information.";
|
||||
$text['description-contact_addresses-edit']['pt-pt'] = "";
|
||||
$text['description-contact_addresses-edit']['pt-pt'] = "Informação de endereço do contacto";
|
||||
$text['description-contact_addresses-edit']['fr-fr'] = "Informations sur l'adresse du contact.";
|
||||
|
||||
|
||||
$text['label-addresses']['en-us'] = "Addresses";
|
||||
$text['label-addresses']['pt-pt'] = "";
|
||||
$text['label-addresses']['pt-pt'] = "Endereços";
|
||||
$text['label-addresses']['fr-fr'] = "Adresses";
|
||||
|
||||
$text['label-address_type']['en-us'] = "Type";
|
||||
$text['label-address_type']['pt-pt'] = "";
|
||||
$text['label-address_type']['pt-pt'] = "Tipo";
|
||||
$text['label-address_type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-address_type']['en-us'] = "Enter the address type.";
|
||||
$text['description-address_type']['pt-pt'] = "";
|
||||
$text['description-address_type']['pt-pt'] = "Introduza o tipo de endereço";
|
||||
$text['description-address_type']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_street']['en-us'] = "Street Address";
|
||||
$text['label-address_street']['pt-pt'] = "";
|
||||
$text['label-address_street']['pt-pt'] = "Rua";
|
||||
$text['label-address_street']['fr-fr'] = "Rue";
|
||||
|
||||
$text['description-address_street']['en-us'] = "Enter the street address.";
|
||||
$text['description-address_street']['pt-pt'] = "";
|
||||
$text['description-address_street']['pt-pt'] = "Introduza o endereço da rua";
|
||||
$text['description-address_street']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_extended']['en-us'] = "Extended Address";
|
||||
$text['label-address_extended']['pt-pt'] = "";
|
||||
$text['label-address_extended']['pt-pt'] = "Mais informações";
|
||||
$text['label-address_extended']['fr-fr'] = "Autres infos";
|
||||
|
||||
$text['description-address_extended']['en-us'] = "Enter the extended address.";
|
||||
$text['description-address_extended']['pt-pt'] = "";
|
||||
$text['description-address_extended']['pt-pt'] = "Introduza mais informações relativamente ao endereço.";
|
||||
$text['description-address_extended']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_locality']['en-us'] = "City";
|
||||
$text['label-address_locality']['pt-pt'] = "";
|
||||
$text['label-address_locality']['pt-pt'] = "Cidade";
|
||||
$text['label-address_locality']['fr-fr'] = "Ville";
|
||||
|
||||
$text['description-address_locality']['en-us'] = "Enter the city.";
|
||||
$text['description-address_locality']['pt-pt'] = "";
|
||||
$text['description-address_locality']['pt-pt'] = "Introduza a cidade.";
|
||||
$text['description-address_locality']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_region']['en-us'] = "Region";
|
||||
$text['label-address_region']['pt-pt'] = "";
|
||||
$text['label-address_region']['pt-pt'] = "Região";
|
||||
$text['label-address_region']['fr-fr'] = "Département";
|
||||
|
||||
$text['description-address_region']['en-us'] = "Enter the state or province.";
|
||||
$text['description-address_region']['pt-pt'] = "";
|
||||
$text['description-address_region']['pt-pt'] = "Introduza o estado ou província.";
|
||||
$text['description-address_region']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_postal_code']['en-us'] = "Postal Code";
|
||||
$text['label-address_postal_code']['pt-pt'] = "";
|
||||
$text['label-address_postal_code']['pt-pt'] = "Código Postal";
|
||||
$text['label-address_postal_code']['fr-fr'] = "Code Postal";
|
||||
|
||||
$text['description-address_postal_code']['en-us'] = "Enter the postal code.";
|
||||
$text['description-address_postal_code']['pt-pt'] = "";
|
||||
$text['description-address_postal_code']['pt-pt'] = "Introduza o código postal.";
|
||||
$text['description-address_postal_code']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_country']['en-us'] = "Country";
|
||||
$text['label-address_country']['pt-pt'] = "";
|
||||
$text['label-address_country']['pt-pt'] = "País";
|
||||
$text['label-address_country']['fr-fr'] = "Pays";
|
||||
|
||||
$text['description-address_country']['en-us'] = "Enter the country.";
|
||||
$text['description-address_country']['pt-pt'] = "";
|
||||
$text['description-address_country']['pt-pt'] = "Introduza o país.";
|
||||
$text['description-address_country']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_latitude']['en-us'] = "Latitude";
|
||||
$text['label-address_latitude']['pt-pt'] = "";
|
||||
$text['label-address_latitude']['pt-pt'] = "Latitude";
|
||||
$text['label-address_latitude']['fr-fr'] = "Latitude";
|
||||
|
||||
$text['description-address_latitude']['en-us'] = "Enter the latitude.";
|
||||
$text['description-address_latitude']['pt-pt'] = "";
|
||||
$text['description-address_latitude']['pt-pt'] = "Introduza a latitude.";
|
||||
$text['description-address_latitude']['fr-fr'] = "Coordonnées GPS: latitude.";
|
||||
|
||||
$text['label-address_longitude']['en-us'] = "Longitude";
|
||||
$text['label-address_longitude']['pt-pt'] = "";
|
||||
$text['label-address_longitude']['pt-pt'] = "Longitude";
|
||||
$text['label-address_longitude']['fr-fr'] = "Longitude";
|
||||
|
||||
$text['description-address_longitude']['en-us'] = "Enter the longitude.";
|
||||
$text['description-address_longitude']['pt-pt'] = "";
|
||||
$text['description-address_longitude']['pt-pt'] = "Introduza a longitude.";
|
||||
$text['description-address_longitude']['fr-fr'] = "Coordonnées GPS: longitude.";
|
||||
|
||||
$text['label-address_description']['en-us'] = "Description";
|
||||
$text['label-address_description']['pt-pt'] = "";
|
||||
$text['label-address_description']['pt-pt'] = "Descrição";
|
||||
$text['label-address_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-address_description']['en-us'] = "Enter a description.";
|
||||
$text['description-address_description']['pt-pt'] = "";
|
||||
$text['description-address_description']['pt-pt'] = "Introduza uma descrição.";
|
||||
$text['description-address_description']['fr-fr'] = "";
|
||||
|
||||
$text['label-address_tools']['en-us'] = "Tools";
|
||||
$text['label-address_tools']['pt-pt'] = "";
|
||||
$text['label-address_tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-address_tools']['fr-fr'] = "Outils";
|
||||
|
||||
|
||||
|
|
@ -348,11 +348,11 @@
|
|||
// contact notes
|
||||
|
||||
$text['title-contact_notes-add']['en-us'] = "Contact Note Add";
|
||||
$text['title-contact_notes-add']['pt-pt'] = "";
|
||||
$text['title-contact_notes-add']['pt-pt'] = "Adicionar nota de contacto";
|
||||
$text['title-contact_notes-add']['fr-fr'] = "Ajouter une note au contact";
|
||||
|
||||
$text['header-contact_notes-add']['en-us'] = "Contact Note Add";
|
||||
$text['header-contact_notes-add']['pt-pt'] = "";
|
||||
$text['header-contact_notes-add']['pt-pt'] = "Adicionar nota de contacto";
|
||||
$text['header-contact_notes-add']['fr-fr'] = "Ajouter une note au contact";
|
||||
|
||||
$text['description-contact_notes-add']['en-us'] = "";
|
||||
|
|
@ -360,11 +360,11 @@
|
|||
$text['description-contact_notes-add']['fr-fr'] = "";
|
||||
|
||||
$text['title-contact_notes-edit']['en-us'] = "Contact Note Edit";
|
||||
$text['title-contact_notes-edit']['pt-pt'] = "";
|
||||
$text['title-contact_notes-edit']['pt-pt'] = "Editar notas de contacto";
|
||||
$text['title-contact_notes-edit']['fr-fr'] = "Editer la note du contact";
|
||||
|
||||
$text['header-contact_notes-edit']['en-us'] = "Contact Note Edit";
|
||||
$text['header-contact_notes-edit']['pt-pt'] = "";
|
||||
$text['header-contact_notes-edit']['pt-pt'] = "Editar notas de contacto";
|
||||
$text['header-contact_notes-edit']['fr-fr'] = "Editer la note du contact";
|
||||
|
||||
$text['description-contact_notes-edit']['en-us'] = ".";
|
||||
|
|
@ -373,11 +373,11 @@
|
|||
|
||||
|
||||
$text['label-contact_notes']['en-us'] = "Notes";
|
||||
$text['label-contact_notes']['pt-pt'] = "";
|
||||
$text['label-contact_notes']['pt-pt'] = "Notas";
|
||||
$text['label-contact_notes']['fr-fr'] = "Notes";
|
||||
|
||||
$text['label-contact_note']['en-us'] = "Note";
|
||||
$text['label-contact_note']['pt-pt'] = "";
|
||||
$text['label-contact_note']['pt-pt'] = "Nota";
|
||||
$text['label-contact_note']['fr-fr'] = "Note";
|
||||
|
||||
$text['description-contact_note']['en-us'] = "";
|
||||
|
|
@ -389,44 +389,44 @@
|
|||
// contact import
|
||||
|
||||
$text['title-contacts_import']['en-us'] = "Import Contacts";
|
||||
$text['title-contacts_import']['pt-pt'] = "";
|
||||
$text['title-contacts_import']['pt-pt'] = "Importar Contactos";
|
||||
$text['title-contacts_import']['fr-fr'] = "Importe des Contacts";
|
||||
|
||||
$text['header-contacts_import']['en-us'] = "Import Contacts";
|
||||
$text['header-contacts_import']['pt-pt'] = "";
|
||||
$text['header-contacts_import']['pt-pt'] = "Importar Contactos";
|
||||
$text['header-contacts_import']['fr-fr'] = "Importe des Contacts";
|
||||
|
||||
$text['description-contacts_import']['en-us'] = "Export your contacts from outlook to a comma delimitted csv file. Then use this tool to upload and add the contacts from that file.";
|
||||
$text['description-contacts_import']['pt-pt'] = "";
|
||||
$text['description-contacts_import']['pt-pt'] = "Exportar os seus contactos do outlook para um ficheiro csv. Esta ferramenta pode ser utilizada para fazer submeter e adicionar contactos a partir do ficheiro.";
|
||||
$text['description-contacts_import']['fr-fr'] = "Exporter vos contacts à partir d'outlook vers un fichier CSV. Puis utiliser cet outil pour télécharger et ajouter les contacts à partir de précédent CSV.";
|
||||
|
||||
$text['label-import_delimiter']['en-us'] = "Delimiter";
|
||||
$text['label-import_delimiter']['pt-pt'] = "";
|
||||
$text['label-import_delimiter']['pt-pt'] = "Delimitador de campos";
|
||||
$text['label-import_delimiter']['fr-fr'] = "Délimiteur de champs";
|
||||
|
||||
$text['description-import_delimiter']['en-us'] = "Select the delimiter (comma or pipe).";
|
||||
$text['description-import_delimiter']['pt-pt'] = "";
|
||||
$text['description-import_delimiter']['pt-pt'] = "Seleccione o delimitador ( ',' ou '|' ).";
|
||||
$text['description-import_delimiter']['fr-fr'] = "Choisir le séparateur de champs (virgule ou pipe).";
|
||||
|
||||
$text['label-import_enclosure']['en-us'] = "Enclosure";
|
||||
$text['label-import_enclosure']['pt-pt'] = "";
|
||||
$text['label-import_enclosure']['pt-pt'] = "Delimitador de texto";
|
||||
$text['label-import_enclosure']['fr-fr'] = "Délimiteur de texte";
|
||||
|
||||
$text['description-import_enclosure']['en-us'] = "Select the enclosure of text (double-quotes or nothing).";
|
||||
$text['description-import_enclosure']['pt-pt'] = "";
|
||||
$text['description-import_enclosure']['pt-pt'] = "Seleccione o delimitador de texto (aspas ou nada).";
|
||||
$text['description-import_enclosure']['fr-fr'] = "Choisir le séparateur de texte (guillements ou rien).";
|
||||
|
||||
$text['label-import_file_upload']['en-us'] = "File to Upload";
|
||||
$text['label-import_file_upload']['pt-pt'] = "";
|
||||
$text['label-import_file_upload']['pt-pt'] = "Ficheiro para submeter";
|
||||
$text['label-import_file_upload']['fr-fr'] = "Fichier à télécharger";
|
||||
|
||||
|
||||
$text['button-upload']['en-us'] = "Upload";
|
||||
$text['button-upload']['pt-pt'] = "";
|
||||
$text['button-upload']['pt-pt'] = "Submeter";
|
||||
$text['button-upload']['fr-fr'] = "Télécharger";
|
||||
|
||||
$text['message-results']['en-us'] = "The following contacts were successfully imported from the uploaded CSV file:";
|
||||
$text['message-results']['pt-pt'] = "";
|
||||
$text['message-results']['pt-pt'] = "Os seguintes contactos foram importados com sucesso a partir do ficheiro CSV submetido:";
|
||||
$text['message-results']['fr-fr'] = "Les contacts suivants ont été téléchargés correctement à partir di fichier CSV:";
|
||||
|
||||
|
||||
|
|
@ -434,15 +434,15 @@
|
|||
// general labels
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -454,23 +454,23 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,123 +26,163 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['title-rss']['en-us'] = "RSS Feed";
|
||||
$text['title-rss']['pt-pt'] = "RSS Feed";
|
||||
$text['title-rss']['fr-fr'] = "RSS Feed";
|
||||
|
||||
$text['description-rss']['en-us'] = "Task List for RSS...";
|
||||
$text['description-rss']['pt-pt'] = "Lista de tarefas para RSS...";
|
||||
$text['description-rss']['fr-fr'] = "Liste de Tâches pour RSS...";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "ajouté";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-public']['en-us'] = "public";
|
||||
$text['button-public']['pt-pt'] = "público";
|
||||
$text['button-public']['fr-fr'] = "public";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-content']['en-us'] = "Content";
|
||||
$text['label-content']['pt-pt'] = "Conteúdo";
|
||||
$text['label-content']['fr-fr'] = "Contenu";
|
||||
|
||||
$text['button-add-title']['en-us'] = "Add";
|
||||
$text['button-add-title']['pt-pt'] = "Adicionar";
|
||||
$text['button-add-title']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['message-delete-done']['en-us'] = "Delete Completed";
|
||||
$text['message-delete-done']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete-done']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['label-list']['en-us'] = "List";
|
||||
$text['label-list']['pt-pt'] = "Lista";
|
||||
$text['label-list']['fr-fr'] = "Liste";
|
||||
|
||||
$text['label-title']['en-us'] = "Title";
|
||||
$text['label-title']['pt-pt'] = "Título";
|
||||
$text['label-title']['fr-fr'] = "Titre";
|
||||
|
||||
$text['label-link']['en-us'] = "Link";
|
||||
$text['label-link']['pt-pt'] = "Link";
|
||||
$text['label-link']['fr-fr'] = "Lien";
|
||||
|
||||
$text['label-group']['en-us'] = "Group";
|
||||
$text['label-group']['pt-pt'] = "Grupo";
|
||||
$text['label-group']['fr-fr'] = "Groupe";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-edit']['en-us'] = "Edit";
|
||||
$text['label-edit']['pt-pt'] = "Editar";
|
||||
$text['label-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['message-confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['message-confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['message-confirm-delete']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
||||
|
||||
$text['message-item-down']['en-us'] = "Item Moved Down";
|
||||
$text['message-item-down']['pt-pt'] = "Item Movido para baixo";
|
||||
$text['message-item-down']['fr-fr'] = "Objet descendu";
|
||||
|
||||
$text['message-item-up']['en-us'] = "Item Moved Up";
|
||||
$text['message-item-up']['pt-pt'] = "Item Movido para cima";
|
||||
$text['message-item-up']['fr-fr'] = "Objet remonté";
|
||||
|
||||
$text['label-search']['en-us'] = "Search Results";
|
||||
$text['label-search']['pt-pt'] = "Resultados da pesquisa";
|
||||
$text['label-search']['fr-fr'] = "Resultats de la recherche";
|
||||
|
||||
$text['label-id']['en-us'] = "ID";
|
||||
$text['label-id']['en-us'] = "ID";
|
||||
$text['label-id']['fr-fr'] = "ID";
|
||||
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Categorie";
|
||||
|
||||
$text['label-sub-category']['en-us'] = "Sub Category";
|
||||
$text['label-sub-category']['pt-pt'] = "Sub-Categoria";
|
||||
$text['label-sub-category']['fr-fr'] = "Sous Categorie";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['pt-pt'] = "Pesquisa";
|
||||
$text['button-search']['fr-fr'] = "recherche";
|
||||
|
||||
$text['label-rss-category']['en-us'] = "RSS Category";
|
||||
$text['label-rss-category']['pt-pt'] = "Categoria RSS";
|
||||
$text['label-rss-category']['fr-fr'] = "RSS Categorie";
|
||||
|
||||
$text['button-update']['en-us'] = "Update";
|
||||
$text['button-update']['pt-pt'] = "Actualização";
|
||||
$text['button-update']['fr-fr'] = "Mise à Jour";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
|
||||
$text['label-details']['en-us'] = "Details";
|
||||
$text['label-details']['pt-pt'] = "Detalhes";
|
||||
$text['label-details']['fr-fr'] = "Détails";
|
||||
|
||||
$text['label-template']['en-us'] = "Template";
|
||||
$text['label-template']['pt-pt'] = "Template";
|
||||
$text['label-template']['fr-fr'] = "Template";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['label-sub-id']['en-us'] = "Sub ID";
|
||||
$text['label-sub-id']['pt-pt'] = "Sub-ID";
|
||||
$text['label-sub-id']['fr-fr'] = "Sous ID";
|
||||
|
||||
$text['label-sub-title']['en-us'] = "Sub Title";
|
||||
$text['label-sub-title']['pt-pt'] = "Sub-Título";
|
||||
$text['label-sub-title']['fr-fr'] = "Sous Titre";
|
||||
|
||||
$text['label-sub-link']['en-us'] = "Sub Link";
|
||||
$text['label-sub-link']['pt-pt'] = "Sub-Link";
|
||||
$text['label-sub-link']['fr-fr'] = "Sub Link";
|
||||
|
||||
$text['label-sub-desc']['en-us'] = "Sub Description";
|
||||
$text['label-sub-desc']['pt-pt'] = "Sub-descrição";
|
||||
$text['label-sub-desc']['fr-fr'] = "Sub Description";
|
||||
|
||||
$text['message-error-missing']['en-us'] = "Error missing";
|
||||
$text['message-error-missing']['pt-pt'] = "Error missing";
|
||||
$text['message-error-missing']['fr-fr'] = "Erreur missing";
|
||||
|
||||
$text['message-description']['en-us'] = "Please provide a description.";
|
||||
$text['message-description']['pt-pt'] = "Por favor indique uma descrição.";
|
||||
$text['message-description']['fr-fr'] = "Merci d'écrire une description.";
|
||||
|
||||
$text['label-content-edit']['en-us'] = "Content Edit";
|
||||
$text['label-content-edit']['pt-pt'] = "Editar conteúdo";
|
||||
$text['label-content-edit']['fr-fr'] = "Edition du contenu";
|
||||
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
|
||||
$text['label-on-off']['en-us'] = "on/off";
|
||||
$text['label-on-off']['pt-pt'] = "on/off";
|
||||
$text['label-on-off']['fr-fr'] = "on/off";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarde";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,123 +3,123 @@
|
|||
//Destinations
|
||||
|
||||
$text['title-destinations']['en-us'] = "Destinations";
|
||||
$text['title-destinations']['pt-pt'] = "";
|
||||
$text['title-destinations']['pt-pt'] = "Destinos";
|
||||
$text['title-destinations']['fr-fr'] = "Destinations";
|
||||
|
||||
$text['title-destination-edit']['en-us'] = "Destination Edit";
|
||||
$text['title-destination-edit']['pt-pt'] = "";
|
||||
$text['title-destination-edit']['pt-pt'] = "Editar destinos";
|
||||
$text['title-destination-edit']['fr-fr'] = "Editer la Destination";
|
||||
|
||||
$text['title-destination-add']['en-us'] = "Destination Add";
|
||||
$text['title-destination-add']['pt-pt'] = "";
|
||||
$text['title-destination-add']['pt-pt'] = "Adicionar destinos";
|
||||
$text['title-destination-add']['fr-fr'] = "Ajouter une Destination";
|
||||
|
||||
$text['header-destinations']['en-us'] = "Destinations";
|
||||
$text['header-destinations']['pt-pt'] = "";
|
||||
$text['header-destinations']['pt-pt'] = "Destinos";
|
||||
$text['header-destinations']['fr-fr'] = "Destinations";
|
||||
|
||||
$text['description-destinations']['en-us'] = "Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.";
|
||||
$text['description-destinations']['pt-pt'] = "";
|
||||
$text['description-destinations']['pt-pt'] = "Destinos de entrada são os DID/DDI, DNIS ou Alias para as chamadas de entrada.";
|
||||
$text['description-destinations']['fr-fr'] = "Les destinations entrantes sont des SDA/DDI, DNIS ou des Aliases.";
|
||||
|
||||
$text['header-destination-edit']['en-us'] = "Destination Edit";
|
||||
$text['header-destination-edit']['pt-pt'] = "";
|
||||
$text['header-destination-edit']['pt-pt'] = "Editar destino";
|
||||
$text['header-destination-edit']['fr-fr'] = "Editer la Destination";
|
||||
|
||||
$text['header-destination-add']['en-us'] = "Destination Add";
|
||||
$text['header-destination-add']['pt-pt'] = "";
|
||||
$text['header-destination-add']['pt-pt'] = "Adicionar destino";
|
||||
$text['header-destination-add']['fr-fr'] = "Ajouter une Destination";
|
||||
|
||||
$text['label-destination_type']['en-us'] = "Type";
|
||||
$text['label-destination_type']['pt-pt'] = "";
|
||||
$text['label-destination_type']['pt-pt'] = "Tipo";
|
||||
$text['label-destination_type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-destination_type']['en-us'] = "Select the type.";
|
||||
$text['description-destination_type']['pt-pt'] = "";
|
||||
$text['description-destination_type']['pt-pt'] = "Seleccionar o tipo.";
|
||||
$text['description-destination_type']['fr-fr'] = "Choisir le type.";
|
||||
|
||||
$text['option-type_inbound']['en-us'] = "Inbound";
|
||||
$text['option-type_inbound']['pt-pt'] = "";
|
||||
$text['option-type_inbound']['pt-pt'] = "Entrada";
|
||||
$text['option-type_inbound']['fr-fr'] = "Entrant";
|
||||
|
||||
$text['option-type_outbound']['en-us'] = "Outbound";
|
||||
$text['option-type_outbound']['pt-pt'] = "";
|
||||
$text['option-type_outbound']['pt-pt'] = "Saída";
|
||||
$text['option-type_outbound']['fr-fr'] = "Sortant";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['pt-pt'] = "";
|
||||
$text['label-destination_number']['pt-pt'] = "Destino";
|
||||
$text['label-destination_number']['fr-fr'] = "Destination";
|
||||
|
||||
$text['description-destination_number']['en-us'] = "Enter the destination.";
|
||||
$text['description-destination_number']['pt-pt'] = "";
|
||||
$text['description-destination_number']['pt-pt'] = "Introduza o destino.";
|
||||
$text['description-destination_number']['fr-fr'] = "Indiquer la destination.";
|
||||
|
||||
$text['label-destination_caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-destination_caller_id_name']['pt-pt'] = "";
|
||||
$text['label-destination_caller_id_name']['pt-pt'] = "Nome do originador";
|
||||
$text['label-destination_caller_id_name']['fr-fr'] = "Caller ID Name";
|
||||
|
||||
$text['description-destination_caller_id_name']['en-us'] = "Enter the caller ID name.";
|
||||
$text['description-destination_caller_id_name']['pt-pt'] = "";
|
||||
$text['description-destination_caller_id_name']['pt-pt'] = "Introduza o nome do originador";
|
||||
$text['description-destination_caller_id_name']['fr-fr'] = "Insérer le nom d'appelant.";
|
||||
|
||||
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['pt-pt'] = "";
|
||||
$text['label-destination_caller_id_number']['pt-pt'] = "Número do originador";
|
||||
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
|
||||
|
||||
$text['description-destination_caller_id_number']['en-us'] = "Enter the caller ID number.";
|
||||
$text['description-destination_caller_id_number']['pt-pt'] = "";
|
||||
$text['description-destination_caller_id_number']['pt-pt'] = "Introduza o número do originador";
|
||||
$text['description-destination_caller_id_number']['fr-fr'] = "Insérer le numéro d'appelant.";
|
||||
|
||||
$text['label-destination_context']['en-us'] = "Context";
|
||||
$text['label-destination_context']['pt-pt'] = "";
|
||||
$text['label-destination_context']['pt-pt'] = "Contexto";
|
||||
$text['label-destination_context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['description-destination_context']['en-us'] = "Enter the context.";
|
||||
$text['description-destination_context']['pt-pt'] = "";
|
||||
$text['description-destination_context']['pt-pt'] = "Introduza o cotnexto.";
|
||||
$text['description-destination_context']['fr-fr'] = "Entrer le context.";
|
||||
|
||||
$text['label-fax_uuid']['en-us'] = "Fax Destination";
|
||||
$text['label-fax_uuid']['pt-pt'] = "";
|
||||
$text['label-fax_uuid']['pt-pt'] = "Destino de fax";
|
||||
$text['label-fax_uuid']['fr-fr'] = "Destination Fax";
|
||||
|
||||
$text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. ";
|
||||
$text['description-fax_uuid']['pt-pt'] = "";
|
||||
$text['description-fax_uuid']['pt-pt'] = "Seleccione o destino de fax para activar a detecção de fax.";
|
||||
$text['description-fax_uuid']['fr-fr'] = "Insérer la destination Fax afin d'activer la détection de Fax.";
|
||||
|
||||
$text['label-destination_enabled']['en-us'] = "Enabled";
|
||||
$text['label-destination_enabled']['pt-pt'] = "";
|
||||
$text['label-destination_enabled']['pt-pt'] = "Activado";
|
||||
$text['label-destination_enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-destination_enabled']['en-us'] = "Set the current status of this destination.";
|
||||
$text['description-destination_enabled']['pt-pt'] = "";
|
||||
$text['description-destination_enabled']['pt-pt'] = "Escolha o estado corrente deste destino.";
|
||||
$text['description-destination_enabled']['fr-fr'] = "Choisir l'état courant de la destination.";
|
||||
|
||||
$text['label-destination_description']['en-us'] = "Description";
|
||||
$text['label-destination_description']['pt-pt'] = "";
|
||||
$text['label-destination_description']['pt-pt'] = "Descrição";
|
||||
$text['label-destination_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
|
||||
$text['description-destination_description']['pt-pt'] = "";
|
||||
$text['description-destination_description']['pt-pt'] = "Introduza uma descrição para este destino (opcional).";
|
||||
$text['description-destination_description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remoção";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -131,23 +131,23 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Realizada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Realizada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Realizada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor forneça: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,155 +2,155 @@
|
|||
|
||||
//Devices
|
||||
$text['title-devices']['en-us'] = "Devices";
|
||||
$text['title-devices']['pt-pt'] = "";
|
||||
$text['title-devices']['pt-pt'] = "Dispositivos";
|
||||
$text['title-devices']['fr-fr'] = "Equipements";
|
||||
|
||||
$text['header-devices']['en-us'] = "Devices";
|
||||
$text['header-devices']['pt-pt'] = "";
|
||||
$text['header-devices']['pt-pt'] = "Dispositivos";
|
||||
$text['header-devices']['fr-fr'] = "Equipements";
|
||||
|
||||
$text['description-devices']['en-us'] = "Devices are endpoints that register to one or more extensions. They are added to the list manually or automatically when the device requests the provisioning information over HTTP/HTTPS.";
|
||||
$text['description-devices']['pt-pt'] = "";
|
||||
$text['description-devices']['pt-pt'] = "Os dispositivos são endpoints que registam numa ou mais extensões. São adicionadas à lista manualmente ou automaticamente quando o dispositivo realiza um pedido de aprovisionamento através de HTTP/HTTPS.";
|
||||
$text['description-devices']['fr-fr'] = "Ce sont les équipements qui enregistrent une ou plusieures extensions. Elles sont ajoutées manuellement ou automatiquement à la liste quand l'équipement fait une demande de provisioning par HTTP/HTTPS";
|
||||
|
||||
$text['header-device']['en-us'] = "Device";
|
||||
$text['header-device']['pt-pt'] = "";
|
||||
$text['header-device']['pt-pt'] = "Dispositivo";
|
||||
$text['header-device']['fr-fr'] = "Equipement";
|
||||
|
||||
$text['description-device']['en-us'] = "The following information is used to provision endpoints.";
|
||||
$text['description-device']['pt-pt'] = "";
|
||||
$text['description-device']['pt-pt'] = "A seguinte informação é usada para aprovisionar endpoints.";
|
||||
$text['description-device']['fr-fr'] = "Les informations suivantes servent à enregistrer les Equipements.";
|
||||
|
||||
$text['label-device_mac_address']['en-us'] = "MAC Address";
|
||||
$text['label-device_mac_address']['pt-pt'] = "";
|
||||
$text['label-device_mac_address']['pt-pt'] = "Endereço MAC";
|
||||
$text['label-device_mac_address']['fr-fr'] = "Adresse MAC";
|
||||
|
||||
$text['description-device_mac_address']['en-us'] = "Enter the MAC address.";
|
||||
$text['description-device_mac_address']['pt-pt'] = "";
|
||||
$text['description-device_mac_address']['pt-pt'] = "Introduza o endereço MAC.";
|
||||
$text['description-device_mac_address']['fr-fr'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extensions";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensões";
|
||||
$text['label-extension']['fr-fr'] = "Extensions";
|
||||
|
||||
$text['description-extension']['en-us'] = "Assign the extension and line numbers to the device.";
|
||||
$text['description-extension']['pt-pt'] = "";
|
||||
$text['description-extension']['pt-pt'] = "Atribuir a extensão e números ao dispositivo.";
|
||||
$text['description-extension']['fr-fr'] = "Assigner l'extension et le nombre de lignes à l'équipement.";
|
||||
|
||||
$text['label-device_label']['en-us'] = "Label";
|
||||
$text['label-device_label']['pt-pt'] = "";
|
||||
$text['label-device_label']['pt-pt'] = "Rótulo";
|
||||
$text['label-device_label']['fr-fr'] = "Label";
|
||||
|
||||
$text['description-device_label']['en-us'] = "Enter the device label.";
|
||||
$text['description-device_label']['pt-pt'] = "";
|
||||
$text['description-device_label']['pt-pt'] = "Introduza o rótulo do dispositivo.";
|
||||
$text['description-device_label']['fr-fr'] = "";
|
||||
|
||||
$text['label-device_vendor']['en-us'] = "Vendor";
|
||||
$text['label-device_vendor']['pt-pt'] = "";
|
||||
$text['label-device_vendor']['pt-pt'] = "Fabricante";
|
||||
$text['label-device_vendor']['fr-fr'] = "Fabriquant";
|
||||
|
||||
$text['description-device_vendor']['en-us'] = "Enter the venodr name.";
|
||||
$text['description-device_vendor']['pt-pt'] = "";
|
||||
$text['description-device_vendor']['en-us'] = "Enter the vendor name.";
|
||||
$text['description-device_vendor']['pt-pt'] = "Introduza o nome do fabricante.";
|
||||
$text['description-device_vendor']['fr-fr'] = "Entrer le nom du Fabriquant";
|
||||
|
||||
$text['label-device_model']['en-us'] = "Model";
|
||||
$text['label-device_model']['pt-pt'] = "";
|
||||
$text['label-device_model']['pt-pt'] = "Modelo";
|
||||
$text['label-device_model']['fr-fr'] = "Modèle";
|
||||
|
||||
$text['description-device_model']['en-us'] = "Enter the model name or number.";
|
||||
$text['description-device_model']['pt-pt'] = "";
|
||||
$text['description-device_model']['pt-pt'] = "Introduza o nome do modelo ou número.";
|
||||
$text['description-device_model']['fr-fr'] = "Entrer le nom ou le numéro du modèle";
|
||||
|
||||
$text['label-device_firmware_version']['en-us'] = "Firmware Version";
|
||||
$text['label-device_firmware_version']['pt-pt'] = "";
|
||||
$text['label-device_firmware_version']['pt-pt'] = "Versão do Firmware";
|
||||
$text['label-device_firmware_version']['fr-fr'] = "Version Firmware";
|
||||
|
||||
$text['description-device_firmware_version']['en-us'] = "Enter the firmware version.";
|
||||
$text['description-device_firmware_version']['pt-pt'] = "";
|
||||
$text['description-device_firmware_version']['pt-pt'] = "Introduza a versão do firmware.";
|
||||
$text['description-device_firmware_version']['fr-fr'] = "Entrer la version du firmware.";
|
||||
|
||||
$text['label-device_provision_enable']['en-us'] = "Enabled";
|
||||
$text['label-device_provision_enable']['pt-pt'] = "";
|
||||
$text['label-device_provision_enable']['pt-pt'] = "Activado";
|
||||
$text['label-device_provision_enable']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-device_provision_enable']['en-us'] = "Enable or disable provisioning for this device.";
|
||||
$text['description-device_provision_enable']['pt-pt'] = "";
|
||||
$text['description-device_provision_enable']['pt-pt'] = "Active ou Desactive o aprovisionamento para este dispositivo.";
|
||||
$text['description-device_provision_enable']['fr-fr'] = "";
|
||||
|
||||
$text['label-device_template']['en-us'] = "Template";
|
||||
$text['label-device_template']['pt-pt'] = "";
|
||||
$text['label-device_template']['pt-pt'] = "Template";
|
||||
$text['label-device_template']['fr-fr'] = "Template";
|
||||
|
||||
$text['description-device_template']['en-us'] = "Select a template.";
|
||||
$text['description-device_template']['pt-pt'] = "";
|
||||
$text['description-device_template']['pt-pt'] = "Seleccione um template.";
|
||||
$text['description-device_template']['fr-fr'] = "";
|
||||
|
||||
$text['label-lines']['en-us'] = "Lines";
|
||||
$text['label-lines']['pt-pt'] = "";
|
||||
$text['label-lines']['pt-pt'] = "Linhas";
|
||||
$text['label-lines']['fr-fr'] = "Lignes";
|
||||
|
||||
$text['label-line']['en-us'] = "Line";
|
||||
$text['label-line']['pt-pt'] = "";
|
||||
$text['label-line']['pt-pt'] = "Linha";
|
||||
$text['label-line']['fr-fr'] = "Ligne";
|
||||
|
||||
$text['label-line_number']['en-us'] = "Line Number";
|
||||
$text['label-line_number']['pt-pt'] = "";
|
||||
$text['label-line_number']['pt-pt'] = "Número";
|
||||
$text['label-line_number']['fr-fr'] = "Nombre de Lignes";
|
||||
|
||||
$text['description-line_number']['en-us'] = "Select a line number.";
|
||||
$text['description-line_number']['pt-pt'] = "";
|
||||
$text['description-line_number']['pt-pt'] = "Selecciona um número.";
|
||||
$text['description-line_number']['fr-fr'] = "Choisir un numéro de ligne.";
|
||||
|
||||
$text['label-server_address']['en-us'] = "Server Address";
|
||||
$text['label-server_address']['pt-pt'] = "";
|
||||
$text['label-server_address']['pt-pt'] = "Endereço do Servidor";
|
||||
$text['label-server_address']['fr-fr'] = "Adresse du Serveur";
|
||||
|
||||
$text['description-server_address']['en-us'] = "Select a server address.";
|
||||
$text['description-server_address']['pt-pt'] = "";
|
||||
$text['description-server_address']['pt-pt'] = "Seleccione um endereço de servidor.";
|
||||
$text['description-server_address']['fr-fr'] = "";
|
||||
|
||||
$text['description-server_address']['en-us'] = "Select a server address.";
|
||||
$text['description-server_address']['pt-pt'] = "";
|
||||
$text['description-server_address']['pt-pt'] = "Seleccione um endereço de servidor.";
|
||||
$text['description-server_address']['fr-fr'] = "";
|
||||
|
||||
$text['label-outbound_proxy']['en-us'] = "Outbound Proxy";
|
||||
$text['label-outbound_proxy']['pt-pt'] = "";
|
||||
$text['label-outbound_proxy']['pt-pt'] = "Outbound Proxy";
|
||||
$text['label-outbound_proxy']['fr-fr'] = "Proxy Sortant";
|
||||
|
||||
$text['description-outbound_proxy']['en-us'] = "Enter the outbound proxy.";
|
||||
$text['description-outbound_proxy']['pt-pt'] = "";
|
||||
$text['description-outbound_proxy']['pt-pt'] = "Introduza o outbound proxy.";
|
||||
$text['description-outbound_proxy']['fr-fr'] = "";
|
||||
|
||||
$text['label-display_name']['en-us'] = "Display Name";
|
||||
$text['label-display_name']['pt-pt'] = "";
|
||||
$text['label-display_name']['pt-pt'] = "Nome no visor";
|
||||
$text['label-display_name']['fr-fr'] = "Nom affiché";
|
||||
|
||||
$text['description-display_name']['en-us'] = "Enter the display name.";
|
||||
$text['description-display_name']['pt-pt'] = "";
|
||||
$text['description-display_name']['pt-pt'] = "Introduza o nome no visor.";
|
||||
$text['description-display_name']['fr-fr'] = "";
|
||||
|
||||
$text['label-user_id']['en-us'] = "User ID";
|
||||
$text['label-user_id']['pt-pt'] = "";
|
||||
$text['label-user_id']['pt-pt'] = "ID do utilizador";
|
||||
$text['label-user_id']['fr-fr'] = "Usager ID";
|
||||
|
||||
$text['description-user_id']['en-us'] = "Enter the user ID.";
|
||||
$text['description-user_id']['pt-pt'] = "";
|
||||
$text['description-user_id']['pt-pt'] = "Introduza o ID do utilizador.";
|
||||
$text['description-user_id']['fr-fr'] = "";
|
||||
|
||||
$text['label-auth_id']['en-us'] = "Auth ID";
|
||||
$text['label-auth_id']['pt-pt'] = "";
|
||||
$text['label-auth_id']['pt-pt'] = "Auth ID";
|
||||
$text['label-auth_id']['fr-fr'] = "Auth ID";
|
||||
|
||||
$text['description-auth_id']['en-us'] = "Enter the auth ID.";
|
||||
$text['description-auth_id']['pt-pt'] = "";
|
||||
$text['description-auth_id']['pt-pt'] = "Introduza o auth ID.";
|
||||
$text['description-auth_id']['fr-fr'] = "";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "";
|
||||
$text['label-password']['pt-pt'] = "Password";
|
||||
$text['label-password']['fr-fr'] = "Mot de Passe";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the password.";
|
||||
$text['description-password']['pt-pt'] = "";
|
||||
$text['description-password']['pt-pt'] = "Introduza a password.";
|
||||
$text['description-password']['fr-fr'] = "";
|
||||
|
||||
//$text['label-device_username']['en-us'] = "Username";
|
||||
|
|
@ -170,39 +170,39 @@
|
|||
//$text['description-device_password']['fr-fr'] = "";
|
||||
|
||||
$text['label-device_time_zone']['en-us'] = "Time Zone";
|
||||
$text['label-device_time_zone']['pt-pt'] = "";
|
||||
$text['label-device_time_zone']['pt-pt'] = "Time Zone";
|
||||
$text['label-device_time_zone']['fr-fr'] = "Fuseau Horaire";
|
||||
|
||||
$text['description-device_time_zone']['en-us'] = "Enter the time zone.";
|
||||
$text['description-device_time_zone']['pt-pt'] = "";
|
||||
$text['description-device_time_zone']['pt-pt'] = "Introduza o time zone.";
|
||||
$text['description-device_time_zone']['fr-fr'] = "";
|
||||
|
||||
$text['label-device_description']['en-us'] = "Description";
|
||||
$text['label-device_description']['pt-pt'] = "";
|
||||
$text['label-device_description']['pt-pt'] = "Descrição";
|
||||
$text['label-device_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-device_description']['en-us'] = "Enter the description.";
|
||||
$text['description-device_description']['pt-pt'] = "";
|
||||
$text['description-device_description']['pt-pt'] = "Introduza a descrição.";
|
||||
$text['description-device_description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['pt-pt'] = "Vista";
|
||||
$text['button-view']['fr-fr'] = "Voir";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -218,23 +218,23 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajout Complet";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mise à Jour Complète";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Suppression Complète";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,207 +3,306 @@
|
|||
//Dialplan
|
||||
|
||||
$text['title-dialplan_manager']['en-us'] = "Dialplan Manager";
|
||||
$text['title-dialplan_manager']['pt-pt'] = "Gestor de Dialplans";
|
||||
$text['title-dialplan_manager']['fr-fr'] = "Gestion du plan de numérotation";
|
||||
$text['title-inbound_routes']['en-us'] = "Inbound Routes";
|
||||
$text['title-inbound_routes']['pt-pt'] = "Rotas de Entrada";
|
||||
$text['title-inbound_routes']['fr-fr'] = "Routes Entrantes";
|
||||
$text['title-outbound_routes']['en-us'] = "Outbound Routes";
|
||||
$text['title-outbound_routes']['pt-pt'] = "Rotas de Saídas";
|
||||
$text['title-outbound_routes']['fr-fr'] = "Routes Sortantes";
|
||||
$text['title-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['title-time_conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['title-time_conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['title-dialplan_add']['en-us'] = "Dialplan Add";
|
||||
$text['title-dialplan_add']['pt-pt'] = "Adicionar Dialplan";
|
||||
$text['title-dialplan_add']['fr-fr'] = "Ajout au plan de num";
|
||||
$text['title-dialplan_edit']['en-us'] = "Dialplan Edit";
|
||||
$text['title-dialplan_edit']['pt-pt'] = "Editar Dialplan";
|
||||
$text['title-dialplan_edit']['fr-fr'] = "Edition du plan de num";
|
||||
$text['title-dialplan_detail']['en-us'] = "Dialplan Detail";
|
||||
$text['title-dialplan_detail']['pt-pt'] = "Detalhes dos Dialplans";
|
||||
$text['title-dialplan_detail']['fr-fr'] = "Détail du plan de num";
|
||||
$text['title-default_dialplan']['en-us'] = "Default Dialplan";
|
||||
$text['title-default_dialplan']['pt-pt'] = "Dialplan por omissão";
|
||||
$text['title-default_dialplan']['fr-fr'] = "Plan de num par Défaut";
|
||||
|
||||
$text['header-dialplan_manager']['en-us'] = "Dialplan Manager";
|
||||
$text['header-dialplan_manager']['pt-pt'] = "Gestor de Dialplans";
|
||||
$text['header-dialplan_manager']['fr-fr'] = "Gestion du plan de numérotation";
|
||||
$text['header-inbound_routes']['en-us'] = "Inbound Routes";
|
||||
$text['header-inbound_routes']['pt-pt'] = "Rotas de Entrada";
|
||||
$text['header-inbound_routes']['fr-fr'] = "Routes Entrantes";
|
||||
$text['header-outbound_routes']['en-us'] = "Outbound Routes";
|
||||
$text['header-outbound_routes']['pt-pt'] = "Rotas de Saída";
|
||||
$text['header-outbound_routes']['fr-fr'] = "Routes Sortantes";
|
||||
$text['header-time_conditions']['en-us'] = "Time Conditions";
|
||||
$text['header-time_conditions']['pt-pt'] = "Condições Temporais";
|
||||
$text['header-time_conditions']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['header-dialplan-add']['en-us'] = "Dialplan Add";
|
||||
$text['header-dialplan-add']['pt-pt'] = "Adicionar Dialplan";
|
||||
$text['header-dialplan-add']['fr-fr'] = "Ajout au plan de num";
|
||||
$text['header-dialplan-edit']['en-us'] = "Dialplan Edit";
|
||||
$text['header-dialplan-edit']['pt-pt'] = "Editar Dialplan";
|
||||
$text['header-dialplan-edit']['fr-fr'] = "Edition du plan de num";
|
||||
$text['header-conditions_and_actions']['en-us'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['pt-pt'] = "Condições e Acções";
|
||||
$text['header-conditions_and_actions']['fr-fr'] = "Conditions et Actions";
|
||||
$text['header-dialplan_detail']['en-us'] = "Dialplan Detail";
|
||||
$text['header-dialplan_detail']['pt-pt'] = "Detalhes dos Dialplans";
|
||||
$text['header-dialplan_detail']['fr-fr'] = "Détail du plan de num";
|
||||
$text['header-default_dialplan']['en-us'] = "Default Dialplan";
|
||||
$text['header-default_dialplan']['pt-pt'] = "Dialplan por omissão";
|
||||
$text['header-default_dialplan']['fr-fr'] = "Plan de num par Défaut";
|
||||
$text['header-queues']['en-us'] = "Queues";
|
||||
$text['header-queues']['pt-pt'] = "Filas";
|
||||
|
||||
$text['description-dialplan_manager']['en-us'] = "The dialplan provides a view of some of the feature codes, as well as the IVR Menu, Conferences, Queues and other destinations.";
|
||||
$text['description-dialplan_manager']['pt-pt'] = "O Dialplan fornece uma perspectiva de alguns dos feature codes, bem como dos menus de IVR, Conferências, Filas e outros destinos.";
|
||||
$text['description-dialplan_manager']['fr-fr'] = "Le plan de numérotation donne une vue des services, menus SVI, Conférences, Files d'attente et tout autre destination.";
|
||||
$text['description-dialplan_manager-superadmin']['en-us'] = "The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$text['description-dialplan_manager-superadmin']['pt-pt'] = "O Dialplan é usado para configurar destinos de chamadas baseados em condições específicas. Pode ser utilizado para encaminhar chamadas para gateways, atendimento automático, números externos, scrips ou qualquer destino.";
|
||||
$text['description-dialplan_manager-superadmin']['fr-fr'] = "Le plan de numérotation sert à sélectionner des destinations en fonction de différentes conditions et contextes. Le plan de numérotation est utilisé pour acheminer les appels aux passerelles, opératrices auto, numéros externes, scripts ou tout autre destination.";
|
||||
$text['description-inbound_routes']['en-us'] = "Route incoming calls to destinations based on one or more conditions. It can send incoming calls to an IVR Menu, Call Group, Extension, External Number, Script. Order is important when an anti-action is used or when there are multiple conditions that match.";
|
||||
$text['description-inbound_routes']['pt-pt'] = "Encaminhamento de chamadas de entrada para os respectivos destinos baseados em uma ou mais condições. As chamadas internas podem ser enviadas para menus de IVR, grupos, extensões, números externos, scripts. A ordem é importante quando é utilizada uma anti-acção ou quando existem múltiplas condições que funcionam.";
|
||||
$text['description-inbound_routes']['fr-fr'] = "Acheminer les appels entrants en fonction d'une ou plusieures conditions. Ces appels peuvent être acheminés à un menu SVI, un groupe d'appel, une extension, un numéro externe, un script. L'ordre est important quand une anti-action est utilisée ou que plusieures conditions sont remplies.";
|
||||
$text['description-outbound_routes']['en-us'] = "Route outbound calls to gateways, tdm, enum and more. When a call matches the conditions the call to outbound routes.";
|
||||
$text['description-outbound_routes']['pt-pt'] = "Encaminhamento de chamadas externas para gateways, tdm, enum e mais.";
|
||||
$text['description-outbound_routes']['fr-fr'] = "Acheminer les appels sortant sur une passerelle, RTC, enum ou autre. Lorsqu'un appel rempli les conditions, l'appel utilise la route sortante.";
|
||||
$text['description-time_conditions']['en-us'] = "Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations.";
|
||||
$text['description-time_conditions']['pt-pt'] = "As Condições Temporais encaminham as chamadas com base no tempo. Podem ser usadas para enviar chamadas para menus de IVR, números externos, scripts ou outros destinos.";
|
||||
$text['description-time_conditions']['fr-fr'] = "Achemine les appels en fonction des Conditions Temporelles tels que la date, la jour de la semaine, l'heure, minutes... Ces appels peuvent être acheminés à un menu SVI, un numéro externe, un script ou tout autre numéro.";
|
||||
$text['description-dialplan-edit']['en-us'] = "Dialplan include general settings.";
|
||||
$text['description-dialplan-edit']['pt-pt'] = "O Dialplan inclui definições globais.";
|
||||
$text['description-dialplan-edit']['fr-fr'] = "Le Plan de numérotation incluant les configurations générales.";
|
||||
$text['description-conditions_and_actions']['en-us'] = "The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order that it is given. Use as many conditions, actions or anti-actions as needed.";
|
||||
$text['description-conditions_and_actions']['pt-pt'] = "As seguintes condições, acções e anti-acções são usadas no dialplan para direccionar o fluxo da chamada. Cada uma é processada pela ordem em que aparece. Utilize tantas condições, acções e anti-acções quantas precise.";
|
||||
$text['description-conditions_and_actions']['fr-fr'] = "Les conditions suivantes, actions et anti-actions sont utilisées dans le dialplan pour acheminer les appels. Elles sont traitées dans l'ordre donné. Utiliser autant de conditions, actions ou anti-actions que nécessaire.";
|
||||
$text['description-default_dialplan']['en-us'] = "The default dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.";
|
||||
$text['description-default_dialplan']['pt-pt'] = "O dialplan por omissão é utilizado para configurar destinos da chamada baseados em condições e contexto. Pode utilizar o dialplan para enviar chamadas para gateways, atendimento automático, números externos, scripts ou para qualquer outro destino.";
|
||||
$text['description-default_dialplan']['fr-fr'] = "Le plan de numérotation par défaut est utilisé pour configurer les destinations en fonction de conditions et du contexte. Le plan de numérotation ser à acheminer les appels aux passerelles, opératrices auto, numéros externes, script, ou tout autre destination.";
|
||||
$text['description-queues']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$text['description-queues']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para chamadas externas. Também são conhecidas como filas FIFO.";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-condition_1']['en-us'] = "Condition 1";
|
||||
$text['label-condition_1']['pt-pt'] = "condição 1";
|
||||
$text['label-condition_1']['fr-fr'] = "Condition 1";
|
||||
$text['label-condition_2']['en-us'] = "Condition 2";
|
||||
$text['label-condition_2']['pt-pt'] = "Condição 2";
|
||||
$text['label-condition_2']['fr-fr'] = "Condition 2";
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['pt-pt'] = "Campo";
|
||||
$text['label-field']['fr-fr'] = "Champs";
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['pt-pt'] = "Expressão";
|
||||
$text['label-expression']['fr-fr'] = "Expression";
|
||||
$text['label-action_1']['en-us'] = "Action 1";
|
||||
$text['label-action_1']['pt-pt'] = "Acção 1";
|
||||
$text['label-action_1']['fr-fr'] = "Action 1";
|
||||
$text['label-action_2']['pt-pt'] = "Acção 2";
|
||||
$text['label-action_2']['en-us'] = "Action 2";
|
||||
$text['label-action_2']['fr-fr'] = "Action 2";
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
$text['label-continue']['en-us'] = "Continue";
|
||||
$text['label-continue']['pt-pt'] = "Continuar";
|
||||
$text['label-continue']['fr-fr'] = "Continue";
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Activé";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-tag']['en-us'] = "Tag";
|
||||
$text['label-tag']['pt-pt'] = "Tag";
|
||||
$text['label-tag']['fr-fr'] = "Tag";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['pt-pt'] = "Data";
|
||||
$text['label-data']['fr-fr'] = "Donnée";
|
||||
$text['label-group']['en-us'] = "Group";
|
||||
$text['label-group']['pt-pt'] = "Grupo";
|
||||
$text['label-group']['fr-fr'] = "Groupe";
|
||||
$text['label-break']['en-us'] = "Break";
|
||||
$text['label-break']['pt-pt'] = "Parar";
|
||||
$text['label-break']['fr-fr'] = "Pause";
|
||||
$text['label-inline']['en-us'] = "Inline";
|
||||
$text['label-inline']['pt-pt'] = "Em linha";
|
||||
$text['label-inline']['fr-fr'] = "Inline";
|
||||
$text['label-application']['en-us'] = "Application";
|
||||
$text['label-application']['pt-pt'] = "Aplicação";
|
||||
$text['label-application']['fr-fr'] = "Application";
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['pt-pt'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
|
||||
$text['optgroup-conditions_or_regular_expressions']['en-us'] = "Conditions or Regular Expressions";
|
||||
$text['optgroup-conditions_or_regular_expressions']['pt-pt'] = "Condições ou Expressões Regulares";
|
||||
$text['optgroup-conditions_or_regular_expressions']['fr-fr'] = "Conditions ou Expressions Régulières";
|
||||
$text['optgroup-applications']['en-us'] = "Applications";
|
||||
$text['optgroup-applications']['pt-pt'] = "Aplicações";
|
||||
$text['optgroup-applications']['fr-fr'] = "Applications";
|
||||
$text['option-context']['en-us'] = "Context";
|
||||
$text['option-context']['pt-pt'] = "Contexto";
|
||||
$text['option-context']['fr-fr'] = "Context";
|
||||
$text['option-username']['en-us'] = "Username";
|
||||
$text['option-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['option-username']['fr-fr'] = "Username";
|
||||
$text['option-rdnis']['en-us'] = "RDNIS";
|
||||
$text['option-rdnis']['pt-pt'] = "RDNIS";
|
||||
$text['option-rdnis']['fr-fr'] = "RDNIS";
|
||||
$text['option-destination_number']['en-us'] = "Destination Number";
|
||||
$text['option-destination_number']['pt-pt'] = "Número de Destino";
|
||||
$text['option-destination_number']['fr-fr'] = "Numéro de Destination";
|
||||
$text['option-dialplan']['en-us'] = "Dialplan";
|
||||
$text['option-dialplan']['pt-pt'] = "Dialplan";
|
||||
$text['option-dialplan']['fr-fr'] = "Plan de Num";
|
||||
$text['option-public']['en-us'] = "Public";
|
||||
$text['option-public']['pt-pt'] = "Público";
|
||||
$text['option-public']['fr-fr'] = "Public";
|
||||
$text['option-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['pt-pt'] = "Nome do Originador";
|
||||
$text['option-caller_id_name']['fr-fr'] = "Caller ID Name";
|
||||
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['pt-pt'] = "Número do Originador";
|
||||
$text['option-caller_id_number']['fr-fr'] = "Caller ID Number";
|
||||
$text['option-ani']['en-us'] = "ANI";
|
||||
$text['option-ani']['pt-pt'] = "ANI";
|
||||
$text['option-ani']['fr-fr'] = "ANI";
|
||||
$text['option-ani2']['en-us'] = "ANI2";
|
||||
$text['option-ani2']['pt-pt'] = "ANI2";
|
||||
$text['option-ani2']['fr-fr'] = "ANI2";
|
||||
$text['option-uuid']['en-us'] = "UUID";
|
||||
$text['option-uuid']['pt-pt'] = "UUID";
|
||||
$text['option-uuid']['fr-fr'] = "UUID";
|
||||
$text['option-source']['en-us'] = "Source";
|
||||
$text['option-source']['pt-pt'] = "Fonte";
|
||||
$text['option-source']['fr-fr'] = "Source";
|
||||
$text['option-chan_name']['en-us'] = "Channel Name";
|
||||
$text['option-chan_name']['pt-pt'] = "Nome do Canal";
|
||||
$text['option-chan_name']['fr-fr'] = "Nom du Canal";
|
||||
$text['option-network_addr']['en-us'] = "Network Address";
|
||||
$text['option-network_addr']['pt-pt'] = "Endereço de Rede";
|
||||
$text['option-network_addr']['fr-fr'] = "Adresse Réseau";
|
||||
$text['option-hour']['en-us'] = "Hour";
|
||||
$text['option-hour']['pt-pt'] = "Hora";
|
||||
$text['option-hour']['fr-fr'] = "Heure";
|
||||
$text['option-minute']['en-us'] = "Minute";
|
||||
$text['option-minute']['pt-pt'] = "Minuto";
|
||||
$text['option-minute']['fr-fr'] = "Minute";
|
||||
$text['option-minute_of_day']['en-us'] = "Minute of Day";
|
||||
$text['option-minute_of_day']['pt-pt'] = "Minuto do Dia";
|
||||
$text['option-minute_of_day']['fr-fr'] = "Minute de la journée";
|
||||
$text['option-day_of_month']['en-us'] = "Day of Month";
|
||||
$text['option-day_of_month']['pt-pt'] = "Dia do Mês";
|
||||
$text['option-day_of_month']['fr-fr'] = "Jour du Mois";
|
||||
$text['option-week_of_month']['en-us'] = "Week of Month";
|
||||
$text['option-week_of_month']['pt-pt'] = "Semana do Mês";
|
||||
$text['option-week_of_month']['fr-fr'] = "Semaine du Mois";
|
||||
$text['option-month']['en-us'] = "Month";
|
||||
$text['option-month']['pt-pt'] = "Mês";
|
||||
$text['option-month']['fr-fr'] = "Mois";
|
||||
$text['option-day_of_year']['en-us'] = "Day of Year";
|
||||
$text['option-day_of_year']['pt-pt'] = "Dia do Ano";
|
||||
$text['option-day_of_year']['fr-fr'] = "Jour de l'année";
|
||||
$text['option-year']['en-us'] = "Year";
|
||||
$text['option-year']['pt-pt'] = "Ano";
|
||||
$text['option-year']['fr-fr'] = "Année";
|
||||
$text['option-day_of_week']['en-us'] = "Day of Week";
|
||||
$text['option-day_of_week']['pt-pt'] = "Dia da Semana";
|
||||
$text['option-day_of_week']['fr-fr'] = "Jour de la Semaine";
|
||||
$text['option-week']['en-us'] = "Week";
|
||||
$text['option-week']['pt-pt'] = "Semana";
|
||||
$text['option-week']['fr-fr'] = "Semaine";
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
$text['option-condition']['en-us'] = "Condition";
|
||||
$text['option-condition']['pt-pt'] = "Condição";
|
||||
$text['option-condition']['fr-fr'] = "Condition";
|
||||
$text['option-action']['en-us'] = "Action";
|
||||
$text['option-action']['pt-pt'] = "Acção";
|
||||
$text['option-action']['fr-fr'] = "Action";
|
||||
$text['option-anti-action']['en-us'] = "Anti-Action";
|
||||
$text['option-anti-action']['pt-pt'] = "Anti-Acção";
|
||||
$text['option-anti-action']['fr-fr'] = "Anti-Action";
|
||||
$text['option-regex']['en-us'] = "Regular Expression";
|
||||
$text['option-regex']['pt-pt'] = "Expressão Regular";
|
||||
$text['option-regex']['fr-fr'] = "Expression Régulière";
|
||||
$text['option-on_true']['en-us'] = "On True";
|
||||
$text['option-on_true']['pt-pt'] = "Quando Verdadeiro";
|
||||
$text['option-on_true']['fr-fr'] = "On True";
|
||||
$text['option-on_false']['en-us'] = "On False";
|
||||
$text['option-on_false']['pt-pt'] = "Quando Falso";
|
||||
$text['option-on_false']['fr-fr'] = "On False";
|
||||
$text['option-always']['en-us'] = "Always";
|
||||
$text['option-always']['pt-pt'] = "Sempre";
|
||||
$text['option-always']['fr-fr'] = "Toujours";
|
||||
$text['option-never']['en-us'] = "Never";
|
||||
$text['option-never']['pt-pt'] = "Nunca";
|
||||
$text['option-never']['fr-fr'] = "Jamais";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Avancé";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['pt-pt'] = "Copiar";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-restore']['en-us'] = "Restore Default";
|
||||
$text['button-restore']['pt-pt'] = "Restaurar Defaults";
|
||||
$text['button-restore']['fr-fr'] = "Restaurer conf par défaut";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['pt-pt'] = "Cópia Efectuada";
|
||||
$text['message-copy']['fr-fr'] = "Copié";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,183 +2,183 @@
|
|||
|
||||
// main
|
||||
$text['title-dialplan-inbound-add']['en-us'] = "Inbound Call Routing";
|
||||
$text['title-dialplan-inbound-add']['pt-pt'] = "";
|
||||
$text['title-dialplan-inbound-add']['pt-pt'] = "Encaminhamento de chamadas de entrada";
|
||||
$text['title-dialplan-inbound-add']['fr-fr'] = "Routage des appels entrant";
|
||||
|
||||
$text['description-dialplan-inbound-add']['en-us'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.";
|
||||
$text['description-dialplan-inbound-add']['pt-pt'] = "";
|
||||
$text['description-dialplan-inbound-add']['pt-pt'] = "O dialplan público é usado para encaminhar chamadas de entrada para destinos baseados em uma ou mais condições. As chamadas de entrada podem ser enviadas para um atendimento automático, um huntgroup, uma extensão, um número externo, ou um script.";
|
||||
$text['description-dialplan-inbound-add']['fr-fr'] = "Le plan de numérotation publique est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script.";
|
||||
|
||||
$text['label-access-denied']['en-us'] = "access denied";
|
||||
$text['label-access-denied']['pt-pt'] = "";
|
||||
$text['label-access-denied']['pt-pt'] = "Acesso negado";
|
||||
$text['label-access-denied']['fr-fr'] = "accès refusé";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
// basic
|
||||
$text['button-basic']['en-us'] = "Basic";
|
||||
$text['button-basic']['pt-pt'] = "";
|
||||
$text['button-basic']['pt-pt'] = "Básico";
|
||||
$text['button-basic']['fr-fr'] = "Basique";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-name']['en-us'] = "Please enter an inbound route name.";
|
||||
$text['description-name']['pt-pt'] = "";
|
||||
$text['description-name']['pt-pt'] = "Por favor introduza um nome para a rota de entrada.";
|
||||
$text['description-name']['fr-fr'] = "Merci d'entrer le nom d'une route entrante";
|
||||
|
||||
$text['label-destination-number']['en-us'] = "Destination Number";
|
||||
$text['label-destination-number']['pt-pt'] = "";
|
||||
$text['label-destination-number']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination-number']['fr-fr'] = "Numéro de Destination";
|
||||
|
||||
$text['label-select-inbound-destination-number']['en-us'] = "Select the inbound destination number.";
|
||||
$text['label-select-inbound-destination-number']['pt-pt'] = "";
|
||||
$text['label-select-inbound-destination-number']['pt-pt'] = "Escolha um número de entrada.";
|
||||
$text['label-select-inbound-destination-number']['fr-fr'] = "";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['pt-pt'] = "";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
|
||||
$text['label-limit']['en-us'] = "Limit";
|
||||
$text['label-limit']['pt-pt'] = "";
|
||||
$text['label-limit']['pt-pt'] = "Limite";
|
||||
$text['label-limit']['fr-fr'] = "Limite";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
|
||||
// advanced
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Avancé";
|
||||
|
||||
$text['label-condition_1']['en-us'] = "Condition 1";
|
||||
$text['label-condition_1']['pt-pt'] = "";
|
||||
$text['label-condition_1']['pt-pt'] = "Condição 1";
|
||||
$text['label-condition_1']['fr-fr'] = "Condition 1";
|
||||
|
||||
$text['label-condition_2']['en-us'] = "Condition 2";
|
||||
$text['label-condition_2']['pt-pt'] = "";
|
||||
$text['label-condition_2']['pt-pt'] = "Condição 2";
|
||||
$text['label-condition_2']['fr-fr'] = "Condition 2";
|
||||
|
||||
$text['label-action_1']['en-us'] = "Action 1";
|
||||
$text['label-action_1']['pt-pt'] = "";
|
||||
$text['label-action_1']['pt-pt'] = "Acção 1";
|
||||
$text['label-action_1']['fr-fr'] = "Action 1";
|
||||
|
||||
$text['label-action_2']['en-us'] = "Action 2";
|
||||
$text['label-action_2']['pt-pt'] = "";
|
||||
$text['label-action_2']['pt-pt'] = "Acção 2";
|
||||
$text['label-action_2']['fr-fr'] = "Action 2";
|
||||
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['pt-pt'] = "";
|
||||
$text['label-field']['pt-pt'] = "Campo";
|
||||
$text['label-field']['fr-fr'] = "Champs";
|
||||
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['pt-pt'] = "";
|
||||
$text['label-expression']['pt-pt'] = "Expressão";
|
||||
$text['label-expression']['fr-fr'] = "Expression";
|
||||
|
||||
$text['option-context']['en-us'] = "Context";
|
||||
$text['option-context']['pt-pt'] = "";
|
||||
$text['option-context']['pt-pt'] = "Contexto";
|
||||
$text['option-context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['option-username']['en-us'] = "Username";
|
||||
$text['option-username']['pt-pt'] = "";
|
||||
$text['option-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['option-username']['fr-fr'] = "Utilisateur";
|
||||
|
||||
$text['option-rdnis']['en-us'] = "RDNIS";
|
||||
$text['option-rdnis']['pt-pt'] = "";
|
||||
$text['option-rdnis']['pt-pt'] = "RDNIS";
|
||||
$text['option-rdnis']['fr-fr'] = "RDNIS";
|
||||
|
||||
$text['option-destination_number']['en-us'] = "Destination Number";
|
||||
$text['option-destination_number']['pt-pt'] = "";
|
||||
$text['option-destination_number']['pt-pt'] = "Número de Destino";
|
||||
$text['option-destination_number']['fr-fr'] = "Numéro de Destination";
|
||||
|
||||
$text['option-public']['en-us'] = "Public";
|
||||
$text['option-public']['pt-pt'] = "";
|
||||
$text['option-public']['pt-pt'] = "Público";
|
||||
$text['option-public']['fr-fr'] = "";
|
||||
|
||||
$text['option-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['option-caller_id_name']['pt-pt'] = "";
|
||||
$text['option-caller_id_name']['pt-pt'] = "Nome do Originador";
|
||||
$text['option-caller_id_name']['fr-fr'] = "Nom d'appelant";
|
||||
|
||||
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['pt-pt'] = "";
|
||||
$text['option-caller_id_number']['pt-pt'] = "Número do Originador";
|
||||
$text['option-caller_id_number']['fr-fr'] = "Numéro d'appelant";
|
||||
|
||||
$text['option-ani']['en-us'] = "ANI";
|
||||
$text['option-ani']['pt-pt'] = "";
|
||||
$text['option-ani']['pt-pt'] = "ANI";
|
||||
$text['option-ani']['fr-fr'] = "ANI";
|
||||
|
||||
$text['option-ani2']['en-us'] = "ANI2";
|
||||
$text['option-ani2']['pt-pt'] = "";
|
||||
$text['option-ani2']['pt-pt'] = "ANI2";
|
||||
$text['option-ani2']['fr-fr'] = "ANI2";
|
||||
|
||||
$text['option-uuid']['en-us'] = "UUID";
|
||||
$text['option-uuid']['pt-pt'] = "";
|
||||
$text['option-uuid']['pt-pt'] = "UUID";
|
||||
$text['option-uuid']['fr-fr'] = "UUID";
|
||||
|
||||
$text['option-source']['en-us'] = "Source";
|
||||
$text['option-source']['pt-pt'] = "";
|
||||
$text['option-source']['pt-pt'] = "Fonte";
|
||||
$text['option-source']['fr-fr'] = "Source";
|
||||
|
||||
$text['option-chan_name']['en-us'] = "Channel Name";
|
||||
$text['option-chan_name']['pt-pt'] = "";
|
||||
$text['option-chan_name']['pt-pt'] = "Nome do Canal";
|
||||
$text['option-chan_name']['fr-fr'] = "Nom de canal";
|
||||
|
||||
$text['option-network_addr']['en-us'] = "Network Address";
|
||||
$text['option-network_addr']['pt-pt'] = "";
|
||||
$text['option-network_addr']['pt-pt'] = "Endereço de Rede";
|
||||
$text['option-network_addr']['fr-fr'] = "Adresse Réseau";
|
||||
|
||||
// general
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarde";
|
||||
|
||||
$text['label-required-domain_uuid']['en-us'] = "Please provide: domain_uuid";
|
||||
$text['label-required-domain_uuid']['pt-pt'] = "";
|
||||
$text['label-required-domain_uuid']['pt-pt'] = "Por favor indique: domain_uuid";
|
||||
$text['label-required-domain_uuid']['fr-fr'] = "Merci d'indiquer: domain_uuid";
|
||||
|
||||
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom d'extension";
|
||||
|
||||
$text['label-required-condition_field_1']['en-us'] = "Please provide: Condition Field";
|
||||
$text['label-required-condition_field_1']['pt-pt'] = "";
|
||||
$text['label-required-condition_field_1']['pt-pt'] = "Por favor indique: Condição";
|
||||
$text['label-required-condition_field_1']['fr-fr'] = "Merci d'indiquer: Champs Condition";
|
||||
|
||||
$text['label-required-condition_expression_1']['en-us'] = "Please provide: Condition Expression";
|
||||
$text['label-required-condition_expression_1']['pt-pt'] = "";
|
||||
$text['label-required-condition_expression_1']['pt-pt'] = "Por favor indique: Condição Expressão";
|
||||
$text['label-required-condition_expression_1']['fr-fr'] = "Merci d'indiquer: Expression Condition";
|
||||
|
||||
$text['label-required-action_application_1']['en-us'] = "Please provide: Action Application";
|
||||
$text['label-required-action_application_1']['pt-pt'] = "";
|
||||
$text['label-required-action_application_1']['pt-pt'] = "Por favor indique: Acção Aplicação";
|
||||
$text['label-required-action_application_1']['fr-fr'] = "Merci d'indiquer: Application Action";
|
||||
|
||||
$text['confirm-update-complete']['en-us'] = "Update Complete";
|
||||
$text['confirm-update-complete']['pt-pt'] = "";
|
||||
$text['confirm-update-complete']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update-complete']['fr-fr'] = "Mis à jour";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,183 +27,243 @@
|
|||
*/
|
||||
|
||||
$text['title-dialplan-outbound-add']['en-us'] = "Outbound Call Routing";
|
||||
$text['title-dialplan-outbound-add']['pt-pt'] = "Encaminhamento de chamadas de saída";
|
||||
$text['title-dialplan-outbound-add']['fr-fr'] = "Routage d'appel sortant";
|
||||
|
||||
$text['message-provide']['en-us'] = "Please Provide";
|
||||
$text['message-provide']['pt-pt'] = "Por favor indique";
|
||||
$text['message-provide']['fr-fr'] = "Merci d'indiquer";
|
||||
|
||||
$text['label-gateway-name']['en-us'] = "Gateway Name";
|
||||
$text['label-gateway-name']['pt-pt'] = "Nome do Gateway";
|
||||
$text['label-gateway-name']['fr-fr'] = "Nom de la passerelle";
|
||||
|
||||
$text['label-dialplan-expression']['en-us'] = "Dialplan Expression";
|
||||
$text['label-dialplan-expression']['pt-pt'] = "Expressão do dialplan";
|
||||
$text['label-dialplan-expression']['fr-fr'] = "Expression du Plan de numérotation";
|
||||
|
||||
$text['label-2d']['en-us'] = "2 Digits";
|
||||
$text['label-2d']['pt-pt'] = "2 Dígitos";
|
||||
$text['label-2d']['fr-fr'] = "2 Digits";
|
||||
|
||||
$text['label-3d']['en-us'] = "3 Digits";
|
||||
$text['label-3d']['pt-pt'] = "3 Dígitos";
|
||||
$text['label-3d']['fr-fr'] = "3 Digits";
|
||||
|
||||
$text['label-4d']['en-us'] = "4 Digits";
|
||||
$text['label-4d']['pt-pt'] = "4 Dígitos";
|
||||
$text['label-4d']['fr-fr'] = "4 Digits";
|
||||
|
||||
$text['label-5d']['en-us'] = "5 Digits";
|
||||
$text['label-5d']['pt-pt'] = "5 Dígitos";
|
||||
$text['label-5d']['fr-fr'] = "5 Digits";
|
||||
|
||||
$text['label-6d']['en-us'] = "6 Digits";
|
||||
$text['label-6d']['pt-pt'] = "6 Dígitos";
|
||||
$text['label-6d']['fr-fr'] = "6 Digits";
|
||||
|
||||
$text['label-7d']['en-us'] = "7 Digits Local";
|
||||
$text['label-7d']['pt-pt'] = "7 Dígitos Local";
|
||||
$text['label-7d']['fr-fr'] = "7 Digits Local";
|
||||
|
||||
$text['label-8d']['en-us'] = "8 Digits";
|
||||
$text['label-8d']['pt-pt'] = "8 Dígitos";
|
||||
$text['label-8d']['fr-fr'] = "8 Digits";
|
||||
|
||||
$text['label-9d']['en-us'] = "9 Digits";
|
||||
$text['label-9d']['pt-pt'] = "9 Dígitos";
|
||||
$text['label-9d']['fr-fr'] = "9 Digits";
|
||||
|
||||
$text['label-10d']['en-us'] = "10 Digits Long Distance";
|
||||
$text['label-10d']['pt-pt'] = "10 Dígitos";
|
||||
$text['label-10d']['fr-fr'] = "10 Digits";
|
||||
|
||||
$text['label-11d']['en-us'] = "11 Digits Long Distance";
|
||||
$text['label-11d']['pt-pt'] = "11 Dígitos";
|
||||
$text['label-11d']['fr-fr'] = "11 Digits";
|
||||
|
||||
$text['label-north-america']['en-us'] = "North America";
|
||||
$text['label-north-america']['pt-pt'] = "América do Norte";
|
||||
$text['label-north-america']['fr-fr'] = "Amérique du Nord";
|
||||
|
||||
$text['label-north-america-intl']['en-us'] = "North America International";
|
||||
$text['label-north-america-intl']['pt-pt'] = "América do Norte Internacional";
|
||||
$text['label-north-america-intl']['fr-fr'] = "Amérique du Nord International";
|
||||
|
||||
$text['label-intl']['en-us'] = "International";
|
||||
$text['label-intl']['pt-pt'] = "Internacional";
|
||||
$text['label-intl']['fr-fr'] = "International";
|
||||
|
||||
$text['label-311']['en-us'] = "311 Information";
|
||||
$text['label-311']['pt-pt'] = "311 Informação";
|
||||
$text['label-311']['fr-fr'] = "311 Information";
|
||||
|
||||
$text['label-411']['en-us'] = "411 Information";
|
||||
$text['label-411']['pt-pt'] = "411 Informação";
|
||||
$text['label-411']['fr-fr'] = "411 Information";
|
||||
|
||||
$text['label-911']['en-us'] = "911 Emergency";
|
||||
$text['label-911']['pt-pt'] = "911 Emergência";
|
||||
$text['label-911']['fr-fr'] = "911 Emergency";
|
||||
|
||||
$text['label-9d2']['en-us'] = "Dial 9, then 2 Digits";
|
||||
$text['label-9d2']['pt-pt'] = "Marque 9, seguido de 2 Dígitos";
|
||||
$text['label-9d2']['fr-fr'] = "Compose 9, puis 2 Digits";
|
||||
|
||||
$text['label-9d3']['en-us'] = "Dial 9, then 3 Digits";
|
||||
$text['label-9d3']['pt-pt'] = "Marque 9, seguido de 3 Dígitos";
|
||||
$text['label-9d3']['fr-fr'] = "Compose 9, puis 3 Digits";
|
||||
|
||||
$text['label-9d4']['en-us'] = "Dial 9, then 4 Digits";
|
||||
$text['label-9d4']['pt-pt'] = "Marque 9, seguido de 4 Dígitos";
|
||||
$text['label-9d4']['fr-fr'] = "Compose 9, puis 4 Digits";
|
||||
|
||||
$text['label-9d5']['en-us'] = "Dial 9, then 5 Digits";
|
||||
$text['label-9d5']['pt-pt'] = "Marque 9, seguido de 5 Dígitos";
|
||||
$text['label-9d5']['fr-fr'] = "Compose 9, puis 5 Digits";
|
||||
|
||||
$text['label-9d6']['en-us'] = "Dial 9, then 6 Digits";
|
||||
$text['label-9d6']['pt-pt'] = "Marque 9, seguido de 6 Dígitos";
|
||||
$text['label-9d6']['fr-fr'] = "Compose 9, puis 6 Digits";
|
||||
|
||||
$text['label-9d7']['en-us'] = "Dial 9, then 7 Digits";
|
||||
$text['label-9d7']['pt-pt'] = "Marque 9, seguido de 7 Dígitos";
|
||||
$text['label-9d7']['fr-fr'] = "Compose 9, puis 7 Digits";
|
||||
|
||||
$text['label-9d8']['en-us'] = "Dial 9, then 8 Digits";
|
||||
$text['label-9d8']['pt-pt'] = "Marque 9, seguido de 8 Dígitos";
|
||||
$text['label-9d8']['fr-fr'] = "Compose 9, puis 8 Digits";
|
||||
|
||||
$text['label-9d9']['en-us'] = "Dial 9, then 9 Digits";
|
||||
$text['label-9d9']['pt-pt'] = "Marque 9, seguido de 9 Dígitos";
|
||||
$text['label-9d9']['fr-fr'] = "Compose 9, puis 9 Digits";
|
||||
|
||||
$text['label-9d10']['en-us'] = "Dial 9, then 10 Digits";
|
||||
$text['label-9d10']['pt-pt'] = "Marque 9, seguido de 10 Dígitos";
|
||||
$text['label-9d10']['fr-fr'] = "Compose 9, puis 10 Digits";
|
||||
|
||||
$text['label-9d11']['en-us'] = "Dial 9, then 11 Digits";
|
||||
$text['label-9d11']['pt-pt'] = "Maruqe 9, seguido de 11 Dígitos";
|
||||
$text['label-9d11']['fr-fr'] = "Compose 9, puis 11 Digits";
|
||||
|
||||
$text['label-9d.12-20']['en-us'] = "Dial 9, then International";
|
||||
$text['label-9d.12-20']['pt-pt'] = "Marque 9, seguido de Internacional";
|
||||
$text['label-9d.12-20']['fr-fr'] = "Compose 9, puis International";
|
||||
|
||||
$text['label-800']['en-us'] = "Toll-Free";
|
||||
$text['label-800']['pt-pt'] = "Sem Custo";
|
||||
$text['label-800']['fr-fr'] = "Sans Charge";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['label-outbound-routes']['en-us'] = "Outbound Routes";
|
||||
$text['label-outbound-routes']['pt-pt'] = "Rotas de Saída";
|
||||
$text['label-outbound-routes']['fr-fr'] = "Routes Sortantes";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['description-outbound-routes']['en-us'] = "Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.";
|
||||
$text['description-outbound-routes']['pt-pt'] = " Dialplans de saída têm uma ou mais condições que se encontram nos atributos da chamada. Quando uma chamada verifica as condições a chamada é encaminhada para o gateway.";
|
||||
$text['description-outbound-routes']['fr-fr'] = "les Plan de numérotation sortant doivent remplir une ou plusieures conditions afin d'acheminer un appel. Lorsqu'un appel rempli la ou des conditions, l'appel est alors acheminé à la passerelle.";
|
||||
|
||||
$text['label-gateway']['en-us'] = "Gateway";
|
||||
$text['label-gateway']['pt-pt'] = "Gateway";
|
||||
$text['label-gateway']['fr-fr'] = "Passerelle";
|
||||
|
||||
$text['label-sip-gateway']['en-us'] = "SIP Gateways";
|
||||
$text['label-sip-gateway']['pt-pt'] = "SIP Gateways";
|
||||
$text['label-sip-gateway']['fr-fr'] = "Passerelle SIP";
|
||||
|
||||
$text['label-add-options']['en-us'] = "Additional Options";
|
||||
$text['label-add-options']['pt-pt'] = "Opções Adicionais";
|
||||
$text['label-add-options']['fr-fr'] = "Autres Options";
|
||||
|
||||
$text['message-add-options']['en-us'] = "Select the gateway to use with this outbound route.";
|
||||
$text['message-add-options']['pt-pt'] = "Seleccione o gateway para usar nesta rota de saída.";
|
||||
$text['message-add-options']['fr-fr'] = "Choisir la passerelle utilisée par cette route sortante.";
|
||||
|
||||
$text['label-alt1']['en-us'] = "Alternate 1";
|
||||
$text['label-alt1']['pt-pt'] = "Alternativa 1";
|
||||
$text['label-alt1']['fr-fr'] = "Alternative 1";
|
||||
|
||||
$text['message-add-options1']['en-us'] = "Select another gateway as an alternative to use if the first one fails.";
|
||||
$text['message-add-options1']['pt-pt'] = "Escolha outro gateway como alternativa ao primeiro no caso de falha.";
|
||||
$text['message-add-options1']['fr-fr'] = "Choisir une autre passerelle comme alternative si la première échoue.";
|
||||
|
||||
$text['label-alt2']['en-us'] = "Alternate 2";
|
||||
$text['label-alt2']['pt-pt'] = "Alternativa 2";
|
||||
$text['label-alt2']['fr-fr'] = "Alternative 2";
|
||||
|
||||
$text['message-add-options2']['en-us'] = "Select another gateway as an alternative to use if the second one fails.";
|
||||
$text['message-add-options2']['pt-pt'] = "Escolha outro gateway como alternativa ao segundo no caso de falha.";
|
||||
$text['message-add-options2']['fr-fr'] = "Choisir une autre passerelle comme alternative si la seconde échoue.";
|
||||
|
||||
$text['description-shortcut']['en-us'] = "Shortcut to create the outbound dialplan entries for this Gateway.";
|
||||
$text['description-shortcut']['pt-pt'] = "Atalho para criar entradas no dialplan de saída para este Gateway.";
|
||||
$text['description-shortcut']['fr-fr'] = "Raccourci pour créer l'entrée de cette passerelle dans le plan de numérotation sortant.";
|
||||
|
||||
$text['label-prefix']['en-us'] = "Prefix";
|
||||
$text['label-prefix']['pt-pt'] = "Prefixo";
|
||||
$text['label-prefix']['fr-fr'] = "Préfixe";
|
||||
|
||||
$text['description-enter-prefix']['en-us'] = "Enter a prefix number to add to the beginning of the destination number.";
|
||||
$text['description-enter-prefix']['pt-pt'] = "Introduza um número de prefixo para adicionar ao início do número de destino.";
|
||||
$text['description-enter-prefix']['fr-fr'] = "Choisir un préfixe à ajouter en début de numérotation pour joindre la destination.";
|
||||
|
||||
$text['label-limit']['en-us'] = "Limit";
|
||||
$text['label-limit']['pt-pt'] = "Limite";
|
||||
$text['label-limit']['fr-fr'] = "Limite";
|
||||
|
||||
$text['description-limit']['en-us'] = "Enter limit to restrict the number of outbound calls.";
|
||||
$text['description-limit']['pt-pt'] = "Introduza o limite máximo de número de chamadas de saída.";
|
||||
$text['description-limit']['fr-fr'] = "Choisir une limite afin de limiter le noombre d'appel sortants.";
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Account Code";
|
||||
$text['label-accountcode']['pt-pt'] = "Conta";
|
||||
$text['label-accountcode']['fr-fr'] = "Centre de Frais";
|
||||
|
||||
$text['description-accountcode']['en-us'] = "Enter the accountcode.";
|
||||
$text['description-accountcode']['pt-pt'] = "Introduza a conta.";
|
||||
$text['description-accountcode']['fr-fr'] = "";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['description-order']['en-us'] = "Select the order number. The order number determines the order of the outbound routes when there is more than one.";
|
||||
$text['description-order']['pt-pt'] = "Seleccione o número de ordem. O número de ordem determina a ordem das rotas de saída sempre que haja mais do que uma.";
|
||||
$text['description-order']['fr-fr'] = "Choisir le numéro d'ordre. Ce nombre détermine l'ordre dans le quel cette route sera utilisées si plusieurs routes correspondant aux conditions de l'appel existent.";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Choose to enable or disable the outbound route.";
|
||||
$text['description-enabled']['pt-pt'] = "Active ou desactive a rota de saída.";
|
||||
$text['description-enabled']['fr-fr'] = "";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = "Enter a description for the outbound route.";
|
||||
$text['description-description']['pt-pt'] = "Introduza uma descrição para a rota de saída.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,74 +26,109 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['label-folder']['en-us'] = "Folder:";
|
||||
$text['label-folder']['pt-pt'] = "Ficheiro:";
|
||||
$text['label-folder']['fr-fr'] = "Répertoire:";
|
||||
$text['label-before-selection']['en-us'] = "Before Selection:";
|
||||
$text['label-before-selection']['pt-pt'] = "Antes da Selecção:";
|
||||
$text['label-before-selection']['fr-fr'] = "Avant la Selection:";
|
||||
$text['label-after-selection']['en-us'] = "After Selection:";
|
||||
$text['label-after-selection']['pt-pt'] = "Depois da Selecção:";
|
||||
$text['label-after-selection']['fr-fr'] = "Après la Selection:";
|
||||
$text['label-notes']['en-us'] = "Notes:";
|
||||
$text['label-notes']['pt-pt'] = "Notas:";
|
||||
$text['label-notes']['fr-fr'] = "Notes:";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-give-up']['en-us'] = "Giving up :( Cannot create an XMLHTTP instance";
|
||||
$text['message-give-up']['pt-pt'] = "Desistindo :( Não é possível criar uma instância do XMLHTTP";
|
||||
$text['message-give-up']['fr-fr'] = "Abandon :( Ne peut pas créer un instance XMLHTTP";
|
||||
$text['message-problem']['en-us'] = "There was a problem with the request.";
|
||||
$text['message-problem']['pt-pt'] = "Ocorreu um problema com o pedido.";
|
||||
$text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête.";
|
||||
$text['label-clip-library']['en-us'] = "Clip Library";
|
||||
$text['label-clip-library']['pt-pt'] = "Biblioteca de Clips";
|
||||
$text['label-clip-library']['fr-fr'] = "Clip Libraries";
|
||||
$text['button-edit-clip']['en-us'] = "Edit Clip";
|
||||
$text['button-edit-clip']['pt-pt'] = "Editar Clip";
|
||||
$text['button-edit-clip']['fr-fr'] = "Editer le Clip";
|
||||
$text['button-add-clip']['en-us'] = "Add Clip";
|
||||
$text['button-add-clip']['pt-pt'] = "Adicionar Clip";
|
||||
$text['button-add-clip']['fr-fr'] = "Ajouter un Clip";
|
||||
$text['message-delete-clip']['en-us'] = "Are you sure you want to delete the selected clip?";
|
||||
$text['message-delete-clip']['pt-pt'] = "Tem a certeza que pretende remover o clip seleccionado?";
|
||||
$text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
|
||||
$text['button-delete']['en-us'] = " Delete ";
|
||||
$text['button-delete']['pt-pt'] = " Apagar ";
|
||||
$text['button-delete']['fr-fr'] = " Supprimé ";
|
||||
$text['button-close']['en-us'] = " Close ";
|
||||
$text['button-close']['pt-pt'] = " Fechar ";
|
||||
$text['button-close']['fr-fr'] = " Fermé ";
|
||||
$text['label-path']['en-us'] = "Path:";
|
||||
$text['label-path']['pt-pt'] = "Caminho:";
|
||||
$text['label-path']['fr-fr'] = "Chemin:";
|
||||
$text['label-file-name']['en-us'] = "File Name:";
|
||||
$text['label-file-name']['pt-pt'] = "Nome do ficheiro:";
|
||||
$text['label-file-name']['fr-fr'] = "Nom du Fichier:";
|
||||
$text['button-new-file']['en-us'] = "New File";
|
||||
$text['button-new-file']['pt-pt'] = "Novo Ficheiro";
|
||||
$text['button-new-file']['fr-fr'] = "Nouveau Fichier";
|
||||
$text['label-file-name-orig']['en-us'] = "Original File Name:";
|
||||
$text['label-file-name-orig']['pt-pt'] = "Nome do Ficheiro Original:";
|
||||
$text['label-file-name-orig']['fr-fr'] = "Nom du Fichier Original:";
|
||||
$text['label-rename-file-to']['en-us'] = "Rename File To:";
|
||||
$text['label-rename-file-to']['pt-pt'] = "Renomear Ficheiro Para:";
|
||||
$text['label-rename-file-to']['fr-fr'] = "Renommer le Fichier en:";
|
||||
$text['label-files']['en-us'] = "Files";
|
||||
$text['label-files']['pt-pt'] = "Ficheiros";
|
||||
$text['label-files']['fr-fr'] = "Fichiers";
|
||||
$text['button-add-file']['en-us'] = "Add File";
|
||||
$text['button-add-file']['pt-pt'] = "Adicionar Ficheiro";
|
||||
$text['button-add-file']['fr-fr'] = "Ajouter Fichier";
|
||||
$text['button-add-dir']['en-us'] = "Add Dir"; //add directory
|
||||
$text['button-add-dir']['pt-pt'] = "Adicionar Directoria"; //add directory
|
||||
$text['button-add-dir']['fr-fr'] = "Ajouter un Répertoire"; //add directory
|
||||
$text['button-rename-file']['en-us'] = "Rename File";
|
||||
$text['button-rename-file']['pt-pt'] = "Renomear Ficheiro";
|
||||
$text['button-rename-file']['fr-fr'] = "Renommer le Fichier";
|
||||
$text['message-delete-file']['en-us'] = "Are you sure you want to delete the selected file?";
|
||||
$text['message-delete-file']['pt-pt'] = "Tem a certeza que pretende remover o ficheiro seleccionado?";
|
||||
$text['message-delete-file']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?";
|
||||
$text['button-del-file']['en-us'] = "Delete File";
|
||||
$text['button-del-file']['pt-pt'] = "Remover Ficheiro";
|
||||
$text['button-del-file']['fr-fr'] = "Supprimer le Fichier";
|
||||
$text['message-delete-folder']['en-us'] = "Are you sure you want to delete the selected folder?";
|
||||
$text['message-delete-folder']['pt-pt'] = "Tem a certeza que pretende remover a pasta seleccionada?";
|
||||
$text['message-delete-folder']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?";
|
||||
$text['button-del-dir']['en-us'] = "Delete Dir"; //delete directory
|
||||
$text['button-del-dir']['pt-pt'] = "Remover Directoria"; //delete directory
|
||||
$text['button-del-dir']['fr-fr'] = "Supprimer le répertoire"; //delete directory
|
||||
$text['message-error']['en-us'] = "Error!!";
|
||||
$text['message-error']['pt-pt'] = "Erro!!";
|
||||
$text['message-error']['fr-fr'] = "Erreur!!";
|
||||
$text['label-folder-name']['en-us'] = "Folder Name:";
|
||||
$text['label-folder-name']['pt-pt'] = "Nome da Pasta:";
|
||||
$text['label-folder-name']['fr-fr'] = "Nom du Répertoire:";
|
||||
$text['button-new-folder']['en-us'] = "New Folder";
|
||||
$text['button-new-folder']['pt-pt'] = "Novo Ficheiro";
|
||||
$text['button-new-folder']['fr-fr'] = "Nouveau Répertoire";
|
||||
$text['button-delete-this']['en-us'] = "Are you sure want to delete this?";
|
||||
$text['button-delete-this']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['button-delete-this']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['pt-pt'] = "Pesquisar";
|
||||
$text['button-search']['fr-fr'] = "Chercher";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['label-file']['en-us'] = "File:";
|
||||
$text['label-file']['pt-pt'] = "Ficheiro:";
|
||||
$text['label-file']['fr-fr'] = "Fichier:";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,39 +27,39 @@
|
|||
*/
|
||||
|
||||
$text['label-execute']['en-us'] = "Execute Command";
|
||||
$text['label-execute']['pt-pt'] = "";
|
||||
$text['label-execute']['pt-pt'] = "Executar Comando";
|
||||
$text['label-execute']['fr-fr'] = "Executer la Commande";
|
||||
|
||||
$text['description-execute']['en-us'] = "Provides a conventient way to execute system, PHP, and switch commands.";
|
||||
$text['description-execute']['pt-pt'] = "";
|
||||
$text['description-execute']['pt-pt'] = "Oferece uma maneira fácil de executar no sistema, PHP, e comandos do freeswitch.";
|
||||
$text['description-execute']['fr-fr'] = "Fournir un moyen pour executer des commandes système, PHP et freeswitch. ";
|
||||
|
||||
$text['label-shell']['en-us'] = "Shell command";
|
||||
$text['label-shell']['pt-pt'] = "";
|
||||
$text['label-shell']['pt-pt'] = "Comando Shell";
|
||||
$text['label-shell']['fr-fr'] = "Comamnde Shell";
|
||||
|
||||
$text['description-shell']['en-us'] = "System commands.";
|
||||
$text['description-shell']['pt-pt'] = "";
|
||||
$text['description-shell']['pt-pt'] = "Comandos do sistema.";
|
||||
$text['description-shell']['fr-fr'] = "Commande Système";
|
||||
|
||||
$text['label-php']['en-us'] = "PHP command";
|
||||
$text['label-php']['pt-pt'] = "";
|
||||
$text['label-php']['pt-pt'] = "Comandos PHP";
|
||||
$text['label-php']['fr-fr'] = "Commande PHP";
|
||||
|
||||
$text['description-php']['en-us'] = "Use the following link as a reference for PHP: <a href='http://php.net/manual/en/index.php' target='_blank'>PHP Manual";
|
||||
$text['description-php']['pt-pt'] = "";
|
||||
$text['description-php']['pt-pt'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/en/index.php' target='_blank'>PHP Manual";
|
||||
$text['description-php']['fr-fr'] = "Utiliser le lien suivant comme référence pour le PHP: <a href='http://php.net/manual/fr/index.php' target='_blank'>Manuel PHP";
|
||||
|
||||
$text['label-switch']['en-us'] = "Switch Command";
|
||||
$text['label-switch']['pt-pt'] = "";
|
||||
$text['label-switch']['pt-pt'] = "Comando Freeswitch";
|
||||
$text['label-switch']['fr-fr'] = "Commande CLI Freeswitch";
|
||||
|
||||
$text['description-switch']['en-us'] = "For a list of the valid commands use: help";
|
||||
$text['description-switch']['pt-pt'] = "";
|
||||
$text['description-switch']['pt-pt'] = "Para uma lista dos comandos válidos utilize: help";
|
||||
$text['description-switch']['fr-fr'] = "Pour la liste des commandes valides, utiliser : help";
|
||||
|
||||
$text['button-execute']['en-us'] = "Execute";
|
||||
$text['button-execute']['pt-pt'] = "";
|
||||
$text['button-execute']['pt-pt'] = "Executar";
|
||||
$text['button-execute']['fr-fr'] = "Executer";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,344 +3,343 @@
|
|||
//Extensions
|
||||
|
||||
$text['title-extensions']['en-us'] = "Extensions";
|
||||
$text['title-extensions']['pt-pt'] = "";
|
||||
$text['title-extensions']['pt-pt'] = "Extensões";
|
||||
$text['title-extensions']['fr-fr'] = "Extensions";
|
||||
|
||||
$text['title-extension-edit']['en-us'] = "Extension Edit";
|
||||
$text['title-extension-edit']['pt-pt'] = "";
|
||||
$text['title-extension-edit']['pt-pt'] = "Editar Extensão";
|
||||
$text['title-extension-edit']['fr-fr'] = "Edition de l'Extension";
|
||||
|
||||
$text['title-extension-add']['en-us'] = "Extension Add";
|
||||
$text['title-extension-add']['pt-pt'] = "";
|
||||
$text['title-extension-add']['pt-pt'] = "Adicionar Extensão";
|
||||
$text['title-extension-add']['fr-fr'] = "Ajout d'une extension";
|
||||
|
||||
$text['header-extensions']['en-us'] = "Extensions";
|
||||
$text['header-extensions']['pt-pt'] = "";
|
||||
$text['header-extensions']['pt-pt'] = "Extensões";
|
||||
$text['header-extensions']['fr-fr'] = "Extensions";
|
||||
|
||||
$text['description-extensions']['en-us'] = "Use this to configure your SIP extensions.";
|
||||
$text['description-extensions']['pt-pt'] = "";
|
||||
$text['description-extensions']['pt-pt'] = "Utilize isto para configurar as suas extensões SIP";
|
||||
$text['description-extensions']['fr-fr'] = "Page de configuration des extensions SIP.";
|
||||
|
||||
$text['header-extension-edit']['en-us'] = "Extension Edit";
|
||||
$text['header-extension-edit']['pt-pt'] = "";
|
||||
$text['header-extension-edit']['pt-pt'] = "Editar Extensão";
|
||||
$text['header-extension-edit']['fr-fr'] = "Editer l'extension";
|
||||
|
||||
$text['header-extension-add']['en-us'] = "Extension Add";
|
||||
$text['header-extension-add']['pt-pt'] = "";
|
||||
$text['header-extension-add']['pt-pt'] = "Adicionar Extensão";
|
||||
$text['header-extension-add']['fr-fr'] = "Ajouter une extension";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the alphanumeric extension. The default configuration allows 2 - 7 digit extensions.";
|
||||
$text['description-extension']['pt-pt'] = "";
|
||||
$text['description-extension']['pt-pt'] = "Introduza uma extensão alfanumérica. A configuração por omissão prmite extensões de 2 - 7 dígitos.";
|
||||
$text['description-extension']['fr-fr'] = "Insérer l'extension au format numéique ou alphanumérique. La configuration par défaut autorise des extension de 2 à 7 digits.";
|
||||
|
||||
$text['label-number_alias']['en-us'] = "Number Alias";
|
||||
$text['label-number_alias']['pt-pt'] = "";
|
||||
$text['label-number_alias']['pt-pt'] = "Número Alias";
|
||||
$text['label-number_alias']['fr-fr'] = "Alias";
|
||||
|
||||
$text['description-number_alias']['en-us'] = "If the extension is numeric then number alias is optional.";
|
||||
$text['description-number_alias']['pt-pt'] = "";
|
||||
$text['description-number_alias']['pt-pt'] = "Se a extensão é numérica o número alias é opcional.";
|
||||
$text['description-number_alias']['fr-fr'] = "Le numéro de l'extension. Optionnel si l'extension est au format numérique.";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "";
|
||||
$text['label-password']['pt-pt'] = "Password";
|
||||
$text['label-password']['fr-fr'] = "Mot de passe";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the password here.";
|
||||
$text['description-password']['pt-pt'] = "";
|
||||
$text['description-password']['pt-pt'] = "Introduza a password aqui.";
|
||||
$text['description-password']['fr-fr'] = "";
|
||||
|
||||
$text['label-range']['en-us'] = "Range";
|
||||
$text['label-range']['pt-pt'] = "";
|
||||
$text['label-range']['pt-pt'] = "Alcance";
|
||||
$text['label-range']['fr-fr'] = "Nombre";
|
||||
|
||||
$text['description-range']['en-us'] = "Enter the number of extensions to create. Increments each extension by 1.";
|
||||
$text['description-range']['pt-pt'] = "";
|
||||
$text['description-range']['pt-pt'] = "Introduza o número de extensões a criar. Incrementa 1 a cada extensão.";
|
||||
$text['description-range']['fr-fr'] = "Choisir le nombre d'extensions à créer. Leur numéro s'incrémentent unitairement.";
|
||||
|
||||
$text['checkbox-range']['en-us'] = "Auto-generate user with extension as login name";
|
||||
$text['checkbox-range']['pt-pt'] = "";
|
||||
$text['checkbox-range']['pt-pt'] = "Geração Automática do utilizador com a extensão como nome de login";
|
||||
$text['checkbox-range']['fr-fr'] = "Auto-générer l'usager avec l'extension comme ID de login";
|
||||
|
||||
$text['label-user_list']['en-us'] = "User List";
|
||||
$text['label-user_list']['pt-pt'] = "";
|
||||
$text['label-user_list']['pt-pt'] = "Lista de Utilizadores";
|
||||
$text['label-user_list']['fr-fr'] = "Liste des utilisateurs";
|
||||
|
||||
$text['description-user_list']['en-us'] = "Assign the users that are assigned to this extension. ";
|
||||
$text['description-user_list']['pt-pt'] = "";
|
||||
$text['description-user_list']['pt-pt'] = "Atribuir os utilizadores que estão associados a esta extensão.";
|
||||
$text['description-user_list']['fr-fr'] = "Assigner cette extension aux utilisateur.";
|
||||
|
||||
$text['label-vm_password']['en-us'] = "Voicemail Password";
|
||||
$text['label-vm_password']['pt-pt'] = "";
|
||||
$text['label-vm_password']['pt-pt'] = "Password do Voicemail";
|
||||
$text['label-vm_password']['fr-fr'] = "Mot de passe de la messagerie vocale";
|
||||
|
||||
$text['description-vm_password']['en-us'] = "Enter the numeric voicemail password here.";
|
||||
$text['description-vm_password']['pt-pt'] = "";
|
||||
$text['description-vm_password']['pt-pt'] = "Introduza uma password numérica para o voicemail aqui.";
|
||||
$text['description-vm_password']['fr-fr'] = "Insérer un mot de passe numérique pour la messagerie vocale.";
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Account Code";
|
||||
$text['label-accountcode']['pt-pt'] = "";
|
||||
$text['label-accountcode']['pt-pt'] = "Conta";
|
||||
$text['label-accountcode']['fr-fr'] = "Centre de frais";
|
||||
|
||||
$text['description-accountcode']['en-us'] = "Enter the account code here.";
|
||||
$text['description-accountcode']['pt-pt'] = "";
|
||||
$text['description-accountcode']['pt-pt'] = "Introduza a conta aqui.";
|
||||
$text['description-accountcode']['fr-fr'] = "";
|
||||
|
||||
$text['label-effective_caller_id_name']['en-us'] = "Effective Caller ID Name";
|
||||
$text['label-effective_caller_id_name']['pt-pt'] = "";
|
||||
$text['label-effective_caller_id_name']['pt-pt'] = "Nome Efectivo do Originador";
|
||||
$text['label-effective_caller_id_name']['fr-fr'] = "Nom interne";
|
||||
|
||||
$text['description-effective_caller_id_name']['en-us'] = "Enter the internal caller ID name here.";
|
||||
$text['description-effective_caller_id_name']['pt-pt'] = "";
|
||||
$text['description-effective_caller_id_name']['pt-pt'] = "Introduza o nome interno do originador aqui.";
|
||||
$text['description-effective_caller_id_name']['fr-fr'] = "Nom d'appelant affiché pour les appels internes";
|
||||
|
||||
$text['label-effective_caller_id_number']['en-us'] = "Effective Caller ID Number";
|
||||
$text['label-effective_caller_id_number']['pt-pt'] = "";
|
||||
$text['label-effective_caller_id_number']['pt-pt'] = "Número Efectivo do Originador";
|
||||
$text['label-effective_caller_id_number']['fr-fr'] = "Numéro interne";
|
||||
|
||||
$text['description-effective_caller_id_number']['en-us'] = "Enter the internal caller ID number here.";
|
||||
$text['description-effective_caller_id_number']['pt-pt'] = "";
|
||||
$text['description-effective_caller_id_number']['pt-pt'] = "Introduza o número interno do originador aqui.";
|
||||
$text['description-effective_caller_id_number']['fr-fr'] = "Numéro d'appelant affiché pour les appels internes";
|
||||
|
||||
$text['label-outbound_caller_id_name']['en-us'] = "Outbound Caller ID Name";
|
||||
$text['label-outbound_caller_id_name']['pt-pt'] = "";
|
||||
$text['label-outbound_caller_id_name']['pt-pt'] = "Nome de Saída do Originador";
|
||||
$text['label-outbound_caller_id_name']['fr-fr'] = "Nom publique";
|
||||
|
||||
$text['description-outbound_caller_id_name-select']['en-us'] = "Select the external (public) caller ID name.";
|
||||
$text['description-outbound_caller_id_name-select']['pt-pt'] = "";
|
||||
$text['description-outbound_caller_id_name-select']['pt-pt'] = "Escolha o nome externo (público) do originador.";
|
||||
$text['description-outbound_caller_id_name-select']['fr-fr'] = "Choisir le nom d'appelant affiché pour les appels externes (public).";
|
||||
|
||||
$text['description-outbound_caller_id_name-custom']['en-us'] = "Enter the external (public) caller ID name here.";
|
||||
$text['description-outbound_caller_id_name-custom']['pt-pt'] = "";
|
||||
$text['description-outbound_caller_id_name-custom']['pt-pt'] = "Introduza o nome externo (público) do originador aqui.";
|
||||
$text['description-outbound_caller_id_name-custom']['fr-fr'] = "Nom d'appelant affiché pour les appels externes (public).";
|
||||
|
||||
$text['label-outbound_caller_id_number']['en-us'] = "Outbound Caller ID Number";
|
||||
$text['label-outbound_caller_id_number']['pt-pt'] = "";
|
||||
$text['label-outbound_caller_id_number']['pt-pt'] = "Número de Saída do Originador";
|
||||
$text['label-outbound_caller_id_number']['fr-fr'] = "Numéro publique";
|
||||
|
||||
$text['description-outbound_caller_id_number-select']['en-us'] = "Select the external (public) caller ID number.";
|
||||
$text['description-outbound_caller_id_number-select']['pt-pt'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['pt-pt'] = "";
|
||||
$text['description-outbound_caller_id_number-select']['pt-pt'] = "Escolha o número externo (público) do originador.";
|
||||
$text['description-outbound_caller_id_number-select']['fr-fr'] = "Choisir le numéro d'appelant affiché pour les appels externes (public).";
|
||||
|
||||
$text['description-outbound_caller_id_number-custom']['en-us'] = "Enter the external (public) caller ID number here.";
|
||||
$text['description-outbound_caller_id_number-custom']['pt-pt'] = "";
|
||||
$text['description-outbound_caller_id_number-custom']['pt-pt'] = "Introduza o número externo (público) do originador aqui.";
|
||||
$text['description-outbound_caller_id_number-custom']['fr-fr'] = "Numéro d'appelant affiché pour les appels externes (public).";
|
||||
|
||||
$text['label-emergency_caller_id_number']['en-us'] = "Emergency Caller ID Number";
|
||||
$text['label-emergency_caller_id_number']['pt-pt'] = "";
|
||||
$text['label-emergency_caller_id_number']['pt-pt'] = "Número de Emergência do Originador";
|
||||
$text['label-emergency_caller_id_number']['fr-fr'] = "Numéro d'appelant pour les Urgences";
|
||||
|
||||
$text['description-emergency_caller_id_number']['en-us'] = "Enter the emergency caller ID number here.";
|
||||
$text['description-emergency_caller_id_number']['pt-pt'] = "";
|
||||
$text['description-emergency_caller_id_number']['pt-pt'] = "Introduza o número de emergência do originador aqui.";
|
||||
$text['description-emergency_caller_id_number']['fr-fr'] = "";
|
||||
|
||||
$text['label-directory_full_name']['en-us'] = "Directory Full Name";
|
||||
$text['label-directory_full_name']['pt-pt'] = "";
|
||||
$text['label-directory_full_name']['pt-pt'] = "Nome do Directório";
|
||||
$text['label-directory_full_name']['fr-fr'] = "Nom pour annuaire";
|
||||
|
||||
$text['description-directory_full_name']['en-us'] = "Enter the first name followed by the last name.";
|
||||
$text['description-directory_full_name']['pt-pt'] = "";
|
||||
$text['description-directory_full_name']['pt-pt'] = "Introduza o primeiro nome seguido do último.";
|
||||
$text['description-directory_full_name']['fr-fr'] = "prénom suivi du nom.";
|
||||
|
||||
$text['label-directory_visible']['en-us'] = "Directory Visible";
|
||||
$text['label-directory_visible']['pt-pt'] = "";
|
||||
$text['label-directory_visible']['pt-pt'] = "Directório Visível";
|
||||
$text['label-directory_visible']['fr-fr'] = "Nom Visible";
|
||||
|
||||
$text['description-directory_visible']['en-us'] = "Select whether to hide the name from the directory.";
|
||||
$text['description-directory_visible']['pt-pt'] = "";
|
||||
$text['description-directory_visible']['pt-pt'] = "Escolha se deseja ou não ocultar o nome do directório.";
|
||||
$text['description-directory_visible']['fr-fr'] = "Choisir si le nom sera visible dans l'annuaire.";
|
||||
|
||||
$text['label-directory_exten_visible']['en-us'] = "Directory Extension Visible";
|
||||
$text['label-directory_exten_visible']['pt-pt'] = "";
|
||||
$text['label-directory_exten_visible']['pt-pt'] = "Extensão do Directório Visível";
|
||||
$text['label-directory_exten_visible']['fr-fr'] = "Numéro Visible";
|
||||
|
||||
$text['description-directory_exten_visible']['en-us'] = "Select whether announce the extension when calling the directory.";
|
||||
$text['description-directory_exten_visible']['pt-pt'] = "";
|
||||
$text['description-directory_exten_visible']['pt-pt'] = "Escolha se deseja anunciar a extensão no directório.";
|
||||
$text['description-directory_exten_visible']['fr-fr'] = "Choisir si l'extension sera visible dans l'annuaire.";
|
||||
|
||||
$text['label-limit_max']['en-us'] = "Limit Max";
|
||||
$text['label-limit_max']['pt-pt'] = "";
|
||||
$text['label-limit_max']['pt-pt'] = "Limite Máximo";
|
||||
$text['label-limit_max']['fr-fr'] = "Limite Max";
|
||||
|
||||
$text['description-limit_max']['en-us'] = "Enter the max number of outgoing calls for this user.";
|
||||
$text['description-limit_max']['pt-pt'] = "";
|
||||
$text['description-limit_max']['pt-pt'] = "Introduza o número máximo de chamadas de saída para este utilizador.";
|
||||
$text['description-limit_max']['fr-fr'] = "Insérer le maximum d'appel sortants autorisés pour cet utilisateur.";
|
||||
|
||||
$text['label-limit_destination']['en-us'] = "Limit Destination";
|
||||
$text['label-limit_destination']['pt-pt'] = "";
|
||||
$text['label-limit_destination']['pt-pt'] = "Limite Destino";
|
||||
$text['label-limit_destination']['fr-fr'] = "Limite Destination";
|
||||
|
||||
$text['description-limit_destination']['en-us'] = "Enter the destination to send the calls when the max number of outgoing calls has been reached.";
|
||||
$text['description-limit_destination']['pt-pt'] = "";
|
||||
$text['description-limit_destination']['pt-pt'] = "Introduza o destino para enviar as chamadas quando o número máximo de chamadas de saída for atingido.";
|
||||
$text['description-limit_destination']['fr-fr'] = "Insérer la destination où déborder quand la limite des appels sortant est atteinte.";
|
||||
|
||||
$text['label-provisioning']['en-us'] = "Phone Provisioning";
|
||||
$text['label-provisioning']['pt-pt'] = "";
|
||||
$text['label-provisioning']['pt-pt'] = "Aprovisionamento do Telefone";
|
||||
$text['label-provisioning']['fr-fr'] = "Provisioning du Téléphone";
|
||||
|
||||
$text['description-provisioning']['en-us'] = "Select a device and line number to assign to this extension.";
|
||||
$text['description-provisioning']['pt-pt'] = "";
|
||||
$text['description-provisioning']['pt-pt'] = "Escolha um dispositivo e um número para atribuir a esta extensão.";
|
||||
$text['description-provisioning']['fr-fr'] = "Choisir un équipement et un nombre de lignes a assigner à cette extension.";
|
||||
|
||||
$text['label-vm_enabled']['en-us'] = "Voicemail Enabled";
|
||||
$text['label-vm_enabled']['pt-pt'] = "";
|
||||
$text['label-vm_enabled']['pt-pt'] = "Voicemail Activado";
|
||||
$text['label-vm_enabled']['fr-fr'] = "Messagerie Vocale Active";
|
||||
|
||||
$text['description-vm_enabled']['en-us'] = "Enable/disable voicemail for this extension.";
|
||||
$text['description-vm_enabled']['pt-pt'] = "";
|
||||
$text['description-vm_enabled']['pt-pt'] = "Activar/Desactivar o voicemail para esta extensão.";
|
||||
$text['description-vm_enabled']['fr-fr'] = "Messagerie Vocale disponible ou non pour cette extension.";
|
||||
|
||||
$text['label-vm_mailto']['en-us'] = "Voicemail Mail To";
|
||||
$text['label-vm_mailto']['pt-pt'] = "";
|
||||
$text['label-vm_mailto']['pt-pt'] = "Enviar Voicemail Para";
|
||||
$text['label-vm_mailto']['fr-fr'] = "Courriel destination";
|
||||
|
||||
$text['description-vm_mailto']['en-us'] = "Enter the email address to send voicemail to (optional).";
|
||||
$text['description-vm_mailto']['pt-pt'] = "";
|
||||
$text['description-vm_mailto']['pt-pt'] = "Introduza o endereço de email para enviar o voicemail (opcional).";
|
||||
$text['description-vm_mailto']['fr-fr'] = "Insérer le courriel où sera envoyé le message de notification (optionnel).";
|
||||
|
||||
$text['label-vm_attach_file']['en-us'] = "Voicemail Attach File";
|
||||
$text['label-vm_attach_file']['pt-pt'] = "";
|
||||
$text['label-vm_attach_file']['pt-pt'] = "Ficheiro Áudio";
|
||||
$text['label-vm_attach_file']['fr-fr'] = "Fichier Audio";
|
||||
|
||||
$text['description-vm_attach_file']['en-us'] = "Choose whether to attach the voicemail to the email as an audio file.";
|
||||
$text['description-vm_attach_file']['pt-pt'] = "";
|
||||
$text['description-vm_attach_file']['pt-pt'] = "Escolha se deseja anexar o voicemail ao email como um ficheiro de áudio.";
|
||||
$text['description-vm_attach_file']['fr-fr'] = "Choisir si l'enregistrement audio est attaché au courriel.";
|
||||
|
||||
$text['label-vm_keep_local_after_email']['en-us'] = "VM Keep Local After Email";
|
||||
$text['label-vm_keep_local_after_email']['pt-pt'] = "";
|
||||
$text['label-vm_keep_local_after_email']['pt-pt'] = "Manter mensagem de voicemail depois de enviado o email";
|
||||
$text['label-vm_keep_local_after_email']['fr-fr'] = "Message gardé en local après courriel";
|
||||
|
||||
$text['description-vm_keep_local_after_email']['en-us'] = "Keep local file after sending the email.";
|
||||
$text['description-vm_keep_local_after_email']['pt-pt'] = "";
|
||||
$text['description-vm_keep_local_after_email']['pt-pt'] = "Manter o ficheiro local depois de enviar o email.";
|
||||
$text['description-vm_keep_local_after_email']['fr-fr'] = "Conserver ou non le message sur la messagerie vocale après l'envoi du courriel.";
|
||||
|
||||
$text['label-toll_allow']['en-us'] = "Toll Allow";
|
||||
$text['label-toll_allow']['pt-pt'] = "";
|
||||
$text['label-toll_allow']['pt-pt'] = "Permissões";
|
||||
$text['label-toll_allow']['fr-fr'] = "droits";
|
||||
|
||||
$text['description-toll_allow']['en-us'] = "Enter the toll allow value here. (Examples: domestic,international,local)";
|
||||
$text['description-toll_allow']['pt-pt'] = "";
|
||||
$text['description-toll_allow']['pt-pt'] = "Introduza as permissões aqui. (Exemplos: internacional, local)";
|
||||
$text['description-toll_allow']['fr-fr'] = "Insérer les droits d'accès. (Exemples: domestic,international,local)";
|
||||
|
||||
$text['label-call_timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call_timeout']['pt-pt'] = "";
|
||||
$text['label-call_timeout']['pt-pt'] = "Timeout da Chamada";
|
||||
$text['label-call_timeout']['fr-fr'] = "Durée max d'appel";
|
||||
|
||||
$text['description-call_timeout']['en-us'] = "Enter the call timeout.";
|
||||
$text['description-call_timeout']['pt-pt'] = "";
|
||||
$text['description-call_timeout']['pt-pt'] = "Introduza o timeout da chamada.";
|
||||
$text['description-call_timeout']['fr-fr'] = "Insérer la durée max d'un message vocal.";
|
||||
|
||||
$text['label-call_group']['en-us'] = "Call Group";
|
||||
$text['label-call_group']['pt-pt'] = "";
|
||||
$text['label-call_group']['pt-pt'] = "Grupo de Chamadas";
|
||||
$text['label-call_group']['fr-fr'] = "Groupe d'appel";
|
||||
|
||||
$text['description-call_group']['en-us'] = "Enter the user call group here. Groups available by default: sales, support, billing.";
|
||||
$text['description-call_group']['pt-pt'] = "";
|
||||
$text['description-call_group']['pt-pt'] = "Introduza o utilizador do grupo de chamadas aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";
|
||||
$text['description-call_group']['fr-fr'] = "Insérer le groupe d'appel de l'utilisateur. Les groupes disponibles par défaut sont: sales, support, billing.";
|
||||
|
||||
$text['label-hold_music']['en-us'] = "Hold Music";
|
||||
$text['label-hold_music']['pt-pt'] = "";
|
||||
$text['label-hold_music']['pt-pt'] = "Música em Espera";
|
||||
$text['label-hold_music']['fr-fr'] = "Musique de Garde";
|
||||
|
||||
$text['description-hold_music']['en-us'] = "Select the MOH Category here.";
|
||||
$text['description-hold_music']['pt-pt'] = "";
|
||||
$text['description-hold_music']['pt-pt'] = "Escolha a categoria MOH da música aqui.";
|
||||
$text['description-hold_music']['fr-fr'] = "Choisir la catégorie de musique de garde.";
|
||||
|
||||
$text['label-user_context']['en-us'] = "User Context";
|
||||
$text['label-user_context']['pt-pt'] = "";
|
||||
$text['label-user_context']['pt-pt'] = "Contexto do Utilizador";
|
||||
$text['label-user_context']['fr-fr'] = "Contexte Utilisateur";
|
||||
|
||||
$text['description-user_context']['en-us'] = "Enter the user context here.";
|
||||
$text['description-user_context']['pt-pt'] = "";
|
||||
$text['description-user_context']['pt-pt'] = "Introduza o contexto do utilizador aqui.";
|
||||
$text['description-user_context']['fr-fr'] = "Insérer le contexte utilisateur. Surpasse le contexte du domaine. ";
|
||||
|
||||
$text['label-show_advanced']['en-us'] = "Show Advanced";
|
||||
$text['label-show_advanced']['pt-pt'] = "";
|
||||
$text['label-show_advanced']['pt-pt'] = "Mostrar Opções Avançadas";
|
||||
$text['label-show_advanced']['fr-fr'] = "Paramètres Avancés";
|
||||
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Afficher les paramètres avancés";
|
||||
|
||||
$text['label-auth_acl']['en-us'] = "Auth ACL";
|
||||
$text['label-auth_acl']['pt-pt'] = "";
|
||||
$text['label-auth_acl']['pt-pt'] = "Autorização ACL";
|
||||
$text['label-auth_acl']['fr-fr'] = "Auth ACL";
|
||||
|
||||
$text['description-auth_acl']['en-us'] = "Enter the Auth ACL here.";
|
||||
$text['description-auth_acl']['pt-pt'] = "";
|
||||
$text['description-auth_acl']['pt-pt'] = "Introduza a autorização ACL aqui.";
|
||||
$text['description-auth_acl']['fr-fr'] = "ACL authorisée pour l'extension. De la forme abc.def.ghi.jkl/mask ";
|
||||
|
||||
$text['label-cidr']['en-us'] = "CIDR";
|
||||
$text['label-cidr']['pt-pt'] = "";
|
||||
$text['label-cidr']['pt-pt'] = "CIDR";
|
||||
$text['label-cidr']['fr-fr'] = "CIDR";
|
||||
|
||||
$text['description-cidr']['en-us'] = "Enter the CIDR here.";
|
||||
$text['description-cidr']['pt-pt'] = "";
|
||||
$text['description-cidr']['pt-pt'] = "Introduza o CIRD aqui.";
|
||||
$text['description-cidr']['fr-fr'] = "Classless Inter-Domain Routing. De la forme abc.def.ghi.jkl/mask";
|
||||
|
||||
$text['label-sip_force_contact']['en-us'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['pt-pt'] = "";
|
||||
$text['label-sip_force_contact']['pt-pt'] = "SIP Force Contact";
|
||||
$text['label-sip_force_contact']['fr-fr'] = "SIP Force Contact";
|
||||
|
||||
$text['description-sip_force_contact']['en-us'] = "Choose whether to rewrite the contact port, or rewrite both the contact IP and port.";
|
||||
$text['description-sip_force_contact']['pt-pt'] = "";
|
||||
$text['description-sip_force_contact']['pt-pt'] = "Escolha se pretende reescrever o porto de contacto ou reescrever o endereço IP e o porto.";
|
||||
$text['description-sip_force_contact']['fr-fr'] = "Choisir de ré-écrire le contact ou non.";
|
||||
|
||||
$text['label-sip_force_expires']['en-us'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['pt-pt'] = "";
|
||||
$text['label-sip_force_expires']['pt-pt'] = "SIP Force Expires";
|
||||
$text['label-sip_force_expires']['fr-fr'] = "SIP Force Expires";
|
||||
|
||||
$text['description-sip_force_expires']['en-us'] = "Choose whether to rewrite the contact port, or rewrite both the contact IP and port.";
|
||||
$text['description-sip_force_expires']['pt-pt'] = "";
|
||||
$text['description-sip_force_expires']['pt-pt'] = "Escolha se deseja reescrever o porto de contacto ou reescrever o endereço IP e o porto.";
|
||||
$text['description-sip_force_expires']['fr-fr'] = "Choisir de forcer l'expiration de l'enregistrement de l'enxtension ou non.";
|
||||
|
||||
$text['label-nibble_account']['en-us'] = "Nibble Account";
|
||||
$text['label-nibble_account']['pt-pt'] = "";
|
||||
$text['label-nibble_account']['pt-pt'] = "Nibble Account";
|
||||
$text['label-nibble_account']['fr-fr'] = "Compte Nibble";
|
||||
|
||||
$text['description-nibble_account']['en-us'] = "Enter the account number for nibblebill to use.";
|
||||
$text['description-nibble_account']['pt-pt'] = "";
|
||||
$text['description-nibble_account']['pt-pt'] = "Introduza o número de conta.";
|
||||
$text['description-nibble_account']['fr-fr'] = "Insérer un compte Nibble pour la facturation. Pour cela Nibble doit être installé.";
|
||||
|
||||
$text['label-mwi_account']['en-us'] = "MWI Account";
|
||||
$text['label-mwi_account']['pt-pt'] = "";
|
||||
$text['label-mwi_account']['pt-pt'] = "MWI Account";
|
||||
$text['label-mwi_account']['fr-fr'] = "Compte MWI";
|
||||
|
||||
$text['description-mwi_account']['en-us'] = "MWI Account with user@domain of the voicemail to monitor.";
|
||||
$text['description-mwi_account']['pt-pt'] = "";
|
||||
$text['description-mwi_account']['pt-pt'] = "MWI Account with user@domain of the voicemail to monitor.";
|
||||
$text['description-mwi_account']['fr-fr'] = "Récupérer les informations de message en attente. User@domain de la messagerie vocale à gérer.";
|
||||
|
||||
$text['label-sip_bypass_media']['en-us'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['pt-pt'] = "";
|
||||
$text['label-sip_bypass_media']['pt-pt'] = "SIP Bypass Media";
|
||||
$text['label-sip_bypass_media']['fr-fr'] = "SIP Bypass Media";
|
||||
|
||||
$text['description-sip_bypass_media']['en-us'] = "Choose whether to send the media stream point to point or in transparent proxy mode.";
|
||||
$text['description-sip_bypass_media']['pt-pt'] = "";
|
||||
$text['description-sip_bypass_media']['pt-pt'] = "Escolha se pretende enviar a stream de media ponto a ponto ou via proxy em modo transparente.";
|
||||
$text['description-sip_bypass_media']['fr-fr'] = "Choisir de transferer le flux media en direct (point à point) ou via le proxy en mode transparent (pas de transcodage).";
|
||||
|
||||
$text['label-dial_string']['en-us'] = "Dial String";
|
||||
$text['label-dial_string']['pt-pt'] = "";
|
||||
$text['label-dial_string']['pt-pt'] = "Dial String";
|
||||
$text['label-dial_string']['fr-fr'] = "Dial String";
|
||||
|
||||
$text['description-dial_string']['en-us'] = "Location of the endpoint.";
|
||||
$text['description-dial_string']['pt-pt'] = "";
|
||||
$text['description-dial_string']['pt-pt'] = "Localização do endpoint.";
|
||||
$text['description-dial_string']['fr-fr'] = "Location of the endpoint.";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Set the status of the extension.";
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$text['description-enabled']['pt-pt'] = "Defina o estado da extensão.";
|
||||
$text['description-enabled']['fr-fr'] = "Etat de l'extension.";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = "";
|
||||
|
|
@ -348,27 +347,27 @@
|
|||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -376,11 +375,11 @@
|
|||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['pt-pt'] = "";
|
||||
$text['button-copy']['pt-pt'] = "Copiar";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['pt-pt'] = "";
|
||||
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -388,31 +387,31 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['pt-pt'] = "";
|
||||
$text['message-copy']['pt-pt'] = "Cópia Efectuada";
|
||||
$text['message-copy']['fr-fr'] = "Copié";
|
||||
|
||||
$text['message_extension']['en-us'] = "# Enter the new Extension to use...";
|
||||
$text['message_extension']['pt-pt'] = "";
|
||||
$text['message_extension']['pt-pt'] = "# Introuza a nova Extensão a utilizar...";
|
||||
$text['message_extension']['fr-fr'] = "# Insérer la nouvelle Extension à utiliser...";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor forneça: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
$text['title']['fr-fr'] = "Serveur de Fax";
|
||||
|
||||
$text['description']['en-us'] = "To receive a FAX setup a fax extension and then direct the incoming to it.";
|
||||
$text['description']['pt-pt'] = "Para receber um FAX, configure uma extensão de fax e encaminhe o tráfego de entrada para essa extensão.";
|
||||
$text['description']['pt-pt'] = "Para receber um FAX configure uma extensão de fax e encaminhe o tráfego de entrada para essa extensão.";
|
||||
$text['description']['fr-fr'] = "Afin de recevoir un Fax, configurer une extension et rediriger l'appel sur celle-ci.";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Are you sure you want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende apagar?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que deseja remover?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
|
|
@ -17,23 +17,23 @@
|
|||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['label-destination-number']['en-us'] = "Destination Number";
|
||||
$text['label-destination-number']['pt-pt'] = "";
|
||||
$text['label-destination-number']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination-number']['fr-fr'] = "Numéro d'appelant";
|
||||
|
||||
$text['label-inbox']['en-us'] = "Inbox";
|
||||
$text['label-inbox']['pt-pt'] = "";
|
||||
$text['label-inbox']['pt-pt'] = "Entrada";
|
||||
$text['label-inbox']['fr-fr'] = "";
|
||||
|
||||
$text['label-sent']['en-us'] = "Sent";
|
||||
$text['label-sent']['pt-pt'] = "";
|
||||
$text['label-inbox']['fr-fr'] = "";
|
||||
$text['label-sent']['pt-pt'] = "Enviado";
|
||||
$text['label-sent']['fr-fr'] = "";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-email']['en-us'] = "Email";
|
||||
$text['label-email']['pt-pt'] = "E-mail";
|
||||
$text['label-email']['pt-pt'] = "Email";
|
||||
$text['label-email']['fr-fr'] = "Courriel";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
$text['label-upload']['fr-fr'] = "Télécharegr";
|
||||
|
||||
$text['description-upload']['en-us'] = "Select the file to upload and send as a fax.";
|
||||
$text['description-upload']['pt-pt'] = "Selecione o ficheiro para fazer o upload e enviar por fax.";
|
||||
$text['description-upload']['pt-pt'] = "Selecione o ficheiro a carregar para enviar por fax.";
|
||||
$text['description-upload']['fr-fr'] = "Choisir un fichier à télécharger pour être émis en tant que Fax.";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -70,29 +70,29 @@
|
|||
|
||||
//fax_copy
|
||||
$text['confirm-copy']['en-us'] = "Copy Complete";
|
||||
$text['confirm-copy']['pt-pt'] = "Cópia Completa";
|
||||
$text['confirm-copy']['pt-pt'] = "Cópia Efectuada";
|
||||
$text['confirm-copy']['fr-fr'] = "Copié";
|
||||
|
||||
//fax_delete
|
||||
$text['confirm-delete']['en-us'] = "Delete Complete";
|
||||
$text['confirm-delete']['pt-pt'] = "Eliminação Completa";
|
||||
$text['confirm-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['confirm-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
//fax_edit
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Completa";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['confirm-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Completa";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['confirm-ext']['en-us'] = "Please provide: Extension";
|
||||
$text['confirm-ext']['pt-pt'] = "Por favor, forneça: Extensão";
|
||||
$text['confirm-ext']['pt-pt'] = "Por favor indique: Extensão";
|
||||
$text['confirm-ext']['fr-fr'] = "Merci d'indiquer: Extension";
|
||||
|
||||
$text['confirm-fax']['en-us'] = "Please provide: A file to Fax";
|
||||
$text['confirm-fax']['pt-pt'] = "Por favor forneça: um ficheiro para enviar Fax";
|
||||
$text['confirm-fax']['pt-pt'] = "Por favor indique: um ficheiro para enviar Fax";
|
||||
$text['confirm-fax']['fr-fr'] = "Merci d'indiquer: Un Fichier à émettre";
|
||||
|
||||
$text['confirm-fax-add']['en-us'] = "Fax Add";
|
||||
|
|
@ -112,43 +112,43 @@
|
|||
$text['description-name']['fr-fr'] = "Choisir un nom.";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the fax extension here.";
|
||||
$text['description-extension']['pt-pt'] = "Insira aqui a extensão do fax";
|
||||
$text['description-extension']['pt-pt'] = "Introduza aqui a extensão do fax";
|
||||
$text['description-extension']['fr-fr'] = "Choisir un numéro d'extension.";
|
||||
|
||||
$text['description-destination-number']['en-us'] = "Enter the fax destination number";
|
||||
$text['description-destination-number']['pt-pt'] = "Insira o número de fax para onde pretende enviar";
|
||||
$text['description-destination-number']['pt-pt'] = "Introduza o número de fax para onde pretende enviar";
|
||||
$text['description-destination-number']['fr-fr'] = "";
|
||||
|
||||
$text['description-email']['en-us'] = "Enter the email address to send the FAX to.";
|
||||
$text['description-email']['pt-pt'] = "Insira o endereço de e-mail para enviar o fax.";
|
||||
$text['description-email']['pt-pt'] = "Introduza o endereço de email para enviar o fax.";
|
||||
$text['description-email']['fr-fr'] = "Choisir un courriel où envoyer le Fax.";
|
||||
|
||||
$text['description-info']['en-us'] = "Enter the description here.";
|
||||
$text['description-info']['pt-pt'] = "Insira aqui a descrição";
|
||||
$text['description-info']['pt-pt'] = "Introduza aqui a descrição";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
|
||||
$text['label-pin']['en-us'] = "PIN Number";
|
||||
$text['label-pin']['pt-pt'] = "Numero PIN";
|
||||
$text['label-pin']['pt-pt'] = "Código PIN";
|
||||
$text['label-pin']['fr-fr'] = "Code PIN";
|
||||
|
||||
$text['description-pin']['en-us'] = "Enter the PIN number here.";
|
||||
$text['description-pin']['pt-pt'] = "Insira aqui o número do PIN.";
|
||||
$text['description-pin']['pt-pt'] = "Introduza aqui o código PIN.";
|
||||
$text['description-pin']['fr-fr'] = "Choisir un code d'identification.";
|
||||
|
||||
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome de Origem";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-caller-id-name']['fr-fr'] = "Nom affiché";
|
||||
|
||||
$text['label-caller-id-number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller-id-number']['pt-pt'] = "Número de Origem";
|
||||
$text['label-caller-id-number']['pt-pt'] = "Número do Originador";
|
||||
$text['label-caller-id-number']['fr-fr'] = "Numéro affiché";
|
||||
|
||||
$text['description-caller-id-name']['en-us'] = "Enter the Caller ID name here.";
|
||||
$text['description-caller-id-name']['pt-pt'] = "Insira aqui o nome de origem.";
|
||||
$text['description-caller-id-name']['pt-pt'] = "Introduza aqui o nome do originador.";
|
||||
$text['description-caller-id-name']['fr-fr'] = "Choisir le nom affiché en entête du Fax émis";
|
||||
|
||||
$text['description-caller-id-number']['en-us'] = "Enter the Caller ID number here.";
|
||||
$text['description-caller-id-number']['pt-pt'] = "Insira aqui o número de origem.";
|
||||
$text['description-caller-id-number']['pt-pt'] = "Introduza aqui o número do originador.";
|
||||
$text['description-caller-id-number']['fr-fr'] = "Choisir le numéro affiché en entête du Fax émis";
|
||||
|
||||
$text['label-forward']['en-us'] = "Forward Number";
|
||||
|
|
@ -156,11 +156,11 @@
|
|||
$text['label-forward']['fr-fr'] = "Numéro de renvoi";
|
||||
|
||||
$text['description-forward-number']['en-us'] = "Enter the forward number here. Used to forward the fax to a registered extension or external number.";
|
||||
$text['description-forward-number']['pt-pt'] = "Insira aqui o número de encaminhamento. Utilizado para encaminhar o fax para uma extensão registada ou número externo.";
|
||||
$text['description-forward-number']['pt-pt'] = "Introduza aqui o número de encaminhamento. Utilizado para encaminhar o fax para uma extensão registada ou número externo.";
|
||||
$text['description-forward-number']['fr-fr'] = "Choisir un numéro de renvoi en cas de besoins. Si inséré, après réception, le Fax sera ré-émis à ce numéro.";
|
||||
|
||||
$text['label-user-list']['en-us'] = "User List";
|
||||
$text['label-user-list']['pt-pt'] = "Lista de utilizadores";
|
||||
$text['label-user-list']['pt-pt'] = "Lista de Utilizadores";
|
||||
$text['label-user-list']['fr-fr'] = "Liste Usagers";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
|
|
@ -176,11 +176,11 @@
|
|||
$text['label-file']['fr-fr'] = "Fichier non trové";
|
||||
|
||||
$text['description-2']['en-us'] = "To send a fax you can upload a .tif file or if ghost script has been installed then you can also send a fax by uploading a PDF.";
|
||||
$text['description-2']['pt-pt'] = "Para enviar um fax, pode carregar um ficheiro .tif ou se o ghost script foi instalado, então também pode enviar um fax, carregando um ficheiro .pdf.";
|
||||
$text['description-2']['pt-pt'] = "Para enviar um fax pode carregar um ficheiro .tif ou, se o ghost script tiver sido instalado, enviar um fax, carregando um ficheiro .pdf.";
|
||||
$text['description-2']['fr-fr'] = "Pour envoyer un fax, vous pouvez télécharger un fichier <b>TIF</b>. Si ghost script a été installé, vous pouvez également utiliser un fichier <b>PDF</b>.";
|
||||
|
||||
$text['description-3']['en-us'] = "When sending a fax you can view status of the transmission by viewing the logs from the Status tab or by watching the response from the console.";
|
||||
$text['description-3']['pt-pt'] = "Ao enviar um fax, pode ver o estado da transmissão, visualizando os logs da tab Status ou assistindo a resposta através da consola.";
|
||||
$text['description-3']['pt-pt'] = "Ao enviar um fax pode ver o estado da transmissão, visualizando os logs da tab Estado ou visualizando a resposta através da consola.";
|
||||
$text['description-3']['fr-fr'] = "";
|
||||
|
||||
$text['label-fax-number']['en-us'] = "Fax Number";
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
$text['label-fax-number']['fr-fr'] = "Numéro de Fax";
|
||||
|
||||
$text['description-fax-number']['en-us'] = "Enter the number here.";
|
||||
$text['description-fax-number']['pt-pt'] = "Insira aqui o numero.";
|
||||
$text['description-fax-number']['pt-pt'] = "Introduza aqui o número.";
|
||||
$text['description-fax-number']['fr-fr'] = "";
|
||||
|
||||
$text['label-location']['en-us'] = "location";
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
$text['label-location']['fr-fr'] = "Localisation";
|
||||
|
||||
$text['table-file']['en-us'] = "File Name (download)";
|
||||
$text['table-file']['pt-pt'] = "Nome do Ficheiro (descarregado)";
|
||||
$text['table-file']['pt-pt'] = "Nome do Ficheiro (descarregar)";
|
||||
$text['table-file']['fr-fr'] = "Nom du fichier (télécharger";
|
||||
|
||||
$text['table-view']['en-us'] = "View";
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
$text['table-view']['fr-fr'] = "voir";
|
||||
|
||||
$text['table-modified']['en-us'] = "Last Modified";
|
||||
$text['table-modified']['pt-pt'] = "Última alteração";
|
||||
$text['table-modified']['pt-pt'] = "Última Alteração";
|
||||
$text['table-modified']['fr-fr'] = "Dernière modification";
|
||||
|
||||
$text['table-size']['en-us'] = "Size";
|
||||
|
|
|
|||
|
|
@ -3,122 +3,177 @@
|
|||
// queues
|
||||
|
||||
$text['title-queues']['en-us'] = "Queues";
|
||||
$text['title-queues']['pt-pt'] = "Filas";
|
||||
$text['title-queues']['fr-fr'] = "Queues";
|
||||
$text['title-queue_add']['en-us'] = "Queue Add";
|
||||
$text['title-queue_add']['pt-pt'] = "Adicionar Fila";
|
||||
$text['title-queue_add']['fr-fr'] = "Ajouter une Queue Add";
|
||||
$text['title-queue_edit']['pt-pt'] = "Editar Fila";
|
||||
$text['title-queue_edit']['en-us'] = "Queue Edit";
|
||||
$text['title-queue_edit']['fr-fr'] = "Editer la Queue";
|
||||
$text['title-queue_detail_add']['en-us'] = "Queue Detail Add";
|
||||
$text['title-queue_detail_add']['pt-pt'] = "Adicionar Detalhes à Fila";
|
||||
$text['title-queue_detail_add']['fr-fr'] = "Ajouter Détails";
|
||||
$text['title-queue_detail_edit']['en-us'] = "Queue Detail Edit";
|
||||
$text['title-queue_detail_edit']['pt-pt'] = "Editar Detalhes da Fila";
|
||||
$text['title-queue_detail_edit']['fr-fr'] = "Editer Détails";
|
||||
|
||||
$text['header-queues']['en-us'] = "Queues";
|
||||
$text['header-queues']['pt-pt'] = "Filas";
|
||||
$text['header-queues']['fr-fr'] = "Queues";
|
||||
$text['header-queue_add']['en-us'] = "Queue Add";
|
||||
$text['header-queue_add']['pt-pt'] = "Adicionar Fila";
|
||||
$text['header-queue_add']['fr-fr'] = "Ajouter une Queue";
|
||||
$text['header-queue_edit']['en-us'] = "Queue Edit";
|
||||
$text['header-queue_edit']['pt-pt'] = "Editar Fila";
|
||||
$text['header-queue_edit']['fr-fr'] = "Editer Queue";
|
||||
$text['header-agent_details']['en-us'] = "Agent Details";
|
||||
$text['header-agent_details']['pt-pt'] = "Detalhes do Agente";
|
||||
$text['header-agent_details']['fr-fr'] = "Détails de l'Agent";
|
||||
$text['header-conditions_and_actions']['en-us'] = "Conditions and Actions";
|
||||
$text['header-conditions_and_actions']['pt-pt'] = "Condições e Acções";
|
||||
$text['header-conditions_and_actions']['fr-fr'] = "Conditions et Actions";
|
||||
$text['header-queue_detail_add']['en-us'] = "Queue Detail Add";
|
||||
$text['header-queue_detail_add']['pt-pt'] = "Adicionado Detalhes da Fila";
|
||||
$text['header-queue_detail_add']['fr-fr'] = "Ajouter Détails";
|
||||
$text['header-queue_detail_edit']['en-us'] = "Queue Detail Edit";
|
||||
$text['header-queue_detail_edit']['pt-pt'] = "Editar Detalhes da Fila";
|
||||
$text['header-queue_detail_edit']['fr-fr'] = "Editer Détails";
|
||||
$text['header-additional_information']['en-us'] = "Additional Information";
|
||||
$text['header-additional_information']['pt-pt'] = "Informação Adicional";
|
||||
$text['header-additional_information']['fr-fr'] = "Informations Additionnelles";
|
||||
|
||||
$text['description-queues']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$text['description-queues']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para os originadores das chamadas. Também são chamadas de filas FIFO.";
|
||||
$text['description-queues']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
|
||||
$text['description-queue_add']['en-us'] = "In simple terms queues are holding patterns for callers to wait until someone is available to take the call. Also known as FIFO Queues.";
|
||||
$text['description-queue_add']['pt-pt'] = "As filas implementam padrões que permitem aos originadores das chamadas esperar até que algum agente fique disponível para atender a chamada.";
|
||||
$text['description-queue_add']['fr-fr'] = "En résumé, ces files d'attente diffusent un média aux appelants en attendant que quelqu'un soit disponible pour traiter cet appel.";
|
||||
$text['description-queue_edit']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues.";
|
||||
$text['description-queue_edit']['pt-pt'] = "As filas são utilizadas para configurar linhas de espera para os originadores de chamadas.";
|
||||
$text['description-queue_edit']['fr-fr'] = "Les queues sont également appelées files d'attentes ou FIFO queues.";
|
||||
$text['description-conditions_and_actions']['en-us'] = "The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order until you reach the action dialplan_detail_tag which tells what action to perform. You are not limited to only one condition or action dialplan_detail_tag for a given extension.";
|
||||
$text['description-conditions_and_actions']['pt-pt'] = "As seguintes condições, acções e anti-acções são utilizadas no dialplan para encaminhar as chamadas. Cada condição, acção ou anti-acção é processada por ordem até ser atingida a acção a tomar. Podem ser tomadas mais do que uma condição ou acção para uma determinada extensão.";
|
||||
$text['description-conditions_and_actions']['fr-fr'] = "Les conditions suivantes, actions et anti-actions sont utilisées par le plan de nuémrotation pour acheminer l'appel. Chaque appel est géré dans l'ordre jusqu'à atteindre l'action \"dialplan_detail_tag\" qui décide de l'action à effectuer. Il n'y a pas de limite sur le nombre de condition ou d'action pour chaque extension.";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
$text['label-continue']['en-us'] = "Continue";
|
||||
$text['label-continue']['pt-pt'] = "Continuar";
|
||||
$text['label-continue']['fr-fr'] = "Continue";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-agent_queue_extension']['en-us'] = "Queue Extension Number";
|
||||
$text['label-agent_queue_extension']['pt-pt'] = "Número da Extensão da Fila";
|
||||
$text['label-agent_queue_extension']['fr-fr'] = "Numéro de la file";
|
||||
$text['label-agent_loginout_extension']['en-us'] = "Login/Logout Extension Number";
|
||||
$text['label-agent_loginout_extension']['pt-pt'] = "Login/Logout Número de Extensão";
|
||||
$text['label-agent_loginout_extension']['fr-fr'] = "Numéro de Login/Logout";
|
||||
$text['label-tag']['en-us'] = "Tag";
|
||||
$text['label-tag']['pt-pt'] = "Tag";
|
||||
$text['label-tag']['fr-fr'] = "Tag";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['pt-pt'] = "Data";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
$text['label-field']['en-us'] = "Field";
|
||||
$text['label-field']['pt-pt'] = "Campo";
|
||||
$text['label-field']['fr-fr'] = "Champs";
|
||||
$text['label-expression']['en-us'] = "Expression";
|
||||
$text['label-expression']['pt-pt'] = "Expressão";
|
||||
$text['label-expression']['fr-fr'] = "Expression";
|
||||
$text['label-application']['en-us'] = "Application";
|
||||
$text['label-application']['pt-pt'] = "Aplicação";
|
||||
$text['label-application']['fr-fr'] = "Application";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['pt-pt'] = "Data";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['pt-pt'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
|
||||
$text['description-name']['en-us'] = "The name the queue will be assigned.";
|
||||
$text['description-name']['pt-pt'] = "O nome que será atribuído à fila.";
|
||||
$text['description-name']['fr-fr'] = "Le nom donné à la queue.";
|
||||
$text['description-extension']['en-us'] = "The number that will be assigned to the queue.";
|
||||
$text['description-extension']['pt-pt'] = "O número que será atribuído à fila.";
|
||||
$text['description-extension']['fr-fr'] = "Numéro d'extension pour joindre la queue. ";
|
||||
$text['description-agent_queue_extension']['en-us'] = "The extension number for the Agent FIFO Queue. This is the holding pattern for agents waiting to service calls in the caller FIFO queue.";
|
||||
$text['description-agent_queue_extension']['pt-pt'] = "O número de extensão para o agente da fila. Este é o procedimento para que os agentes possam receber chamadas da fila.";
|
||||
$text['description-agent_queue_extension']['fr-fr'] = "Numéro de la queue pour l'agent. Ce sera le numéro entré par l'agent pour souscrire aux appels de cette queue. ";
|
||||
$text['description-agent_loginout_extension']['en-us'] = "Agents use this extension number to login or logout of the Queue. After logging into the agent will be ready to receive calls from the Queue.";
|
||||
$text['description-agent_loginout_extension']['pt-pt'] = "Os agentes utilizam este número de extensão para entrarem ou sairem da fila. Depois desta configuração o agente receberá chamadas com destino a esta fila.";
|
||||
$text['description-agent_loginout_extension']['fr-fr'] = "Numéro utilisé par l'agent pour se connecter/déconnecter de la queue. Après s'être connecté, l'agent sera prêt à recevoir des les appels de la queue.";
|
||||
$text['description-continue']['en-us'] = "Continue in most cases should be set to false.";
|
||||
$text['description-continue']['pt-pt'] = "A acção Continuar deverá ser, na maioria dos casos, definida a false.";
|
||||
$text['description-continue']['fr-fr'] = "Continuer, Dans la plus part des cas à Non.";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
$text['option-condition']['en-us'] = "Condition";
|
||||
$text['option-condition']['pt-pt'] = "Condição";
|
||||
$text['option-condition']['fr-fr'] = "Condition";
|
||||
$text['option-action']['en-us'] = "Action";
|
||||
$text['option-action']['pt-pt'] = "Acção";
|
||||
$text['option-action']['fr-fr'] = "Action";
|
||||
$text['option-anti-action']['en-us'] = "Anti-Action";
|
||||
$text['option-anti-action']['pt-pt'] = "Anti-Acção";
|
||||
$text['option-anti-action']['fr-fr'] = "Anti-Action";
|
||||
$text['option-parameter']['en-us'] = "Parameter";
|
||||
$text['option-parameter']['pt-pt'] = "Parâmetro";
|
||||
$text['option-parameter']['fr-fr'] = "Paramètre";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Desja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,49 +1,70 @@
|
|||
<?php
|
||||
|
||||
$text['title-active_queues']['en-us'] = "Active Queues";
|
||||
$text['title-active_queues']['pt-pt'] = "Filas Activas";
|
||||
$text['title-active_queues']['fr-fr'] = "Files Actives";
|
||||
$text['title-queue']['en-us'] = "Queue";
|
||||
$text['title-queue']['pt-pt'] = "Fila";
|
||||
$text['title-queue']['fr-fr'] = "File";
|
||||
|
||||
$text['header-active_queues']['en-us'] = "Active Queues";
|
||||
$text['header-active_queues']['pt-pt'] = "Filas Activas";
|
||||
$text['header-active_queues']['fr-fr'] = "Files Actives";
|
||||
$text['header-queue']['en-us'] = "Queue";
|
||||
$text['header-queue']['pt-pt'] = "Fila";
|
||||
$text['header-queue']['fr-fr'] = "File";
|
||||
|
||||
$text['description-active_queues']['en-us'] = "List all the queues that are currently active with one or more callers.";
|
||||
$text['description-active_queues']['pt-pt'] = "Lista todas as filas que estão actualmente activas com uma ou mais chamadas.";
|
||||
$text['description-active_queues']['fr-fr'] = "Liste de toutes les files d'attente actuellement actives avec un ou plusieurs appels";
|
||||
$text['description-queue']['en-us'] = "Use this page to monitor the queue activity.";
|
||||
$text['description-queue']['pt-pt'] = "Utilize esta página para monitorizar a actividade da fila.";
|
||||
$text['description-queue']['fr-fr'] = "Utiliser cette page pour superviser l'activité des files d'attente.";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-consumer_count']['en-us'] = "Consumer Count";
|
||||
$text['label-consumer_count']['pt-pt'] = "Total Consumidas";
|
||||
$text['label-consumer_count']['fr-fr'] = "Décompte Client";
|
||||
$text['label-caller_count']['en-us'] = "Caller Count";
|
||||
$text['label-caller_count']['pt-pt'] = "Total em Chamada";
|
||||
$text['label-caller_count']['fr-fr'] = "Décompte appelant";
|
||||
$text['label-waiting_count']['en-us'] = "Waiting Count";
|
||||
$text['label-waiting_count']['pt-pt'] = "Total em Espera";
|
||||
$text['label-waiting_count']['fr-fr'] = "Décompte attente";
|
||||
$text['label-importance']['en-us'] = "Importance";
|
||||
$text['label-importance']['pt-pt'] = "Importância";
|
||||
$text['label-importance']['fr-fr'] = "Importance";
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['pt-pt'] = "Vista";
|
||||
$text['label-view']['fr-fr'] = "Voir";
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Utilisateur";
|
||||
$text['label-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller_id_name']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-caller_id_name']['fr-fr'] = "Nom d'appelant";
|
||||
$text['label-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller_id_number']['pt-pt'] = "Número do Originador";
|
||||
$text['label-caller_id_number']['fr-fr'] = "Numéro d'appelant";
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['pt-pt'] = "Linguagem";
|
||||
$text['label-language']['fr-fr'] = "Langue";
|
||||
$text['label-destination_number']['en-us'] = "Destination Number";
|
||||
$text['label-destination_number']['pt-pt'] = "Número de Destino";
|
||||
$text['label-destination_number']['fr-fr'] = "Numéro Destination";
|
||||
$text['label-position']['en-us'] = "Position";
|
||||
$text['label-position']['pt-pt'] = "Posição";
|
||||
$text['label-position']['fr-fr'] = "Position";
|
||||
$text['label-priority']['en-us'] = "Priority";
|
||||
$text['label-priority']['pt-pt'] = "Prioridade";
|
||||
$text['label-priority']['fr-fr'] = "Priorité";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['pt-pt'] = "Duração";
|
||||
$text['label-duration']['fr-fr'] = "Durée";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,185 +1,185 @@
|
|||
<?php
|
||||
|
||||
$text['title-gateways']['en-us'] = "Gateways";
|
||||
$text['title-gateways']['pt-pt'] = "";
|
||||
$text['title-gateways']['pt-pt'] = "Gateways";
|
||||
$text['title-gateways']['fr-fr'] = "Passerelles";
|
||||
|
||||
$text['title-gateway']['en-us'] = "Gateway";
|
||||
$text['title-gateway']['pt-pt'] = "";
|
||||
$text['title-gateway']['pt-pt'] = "Gateway";
|
||||
$text['title-gateway']['fr-fr'] = "Passerelle";
|
||||
|
||||
$text['description-gateway']['en-us'] = "Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.";
|
||||
$text['description-gateway']['pt-pt'] = "";
|
||||
$text['description-gateway']['pt-pt'] = "Os Gateways oferecem acesso a outras redes de voz. Podem pertencer a provedores de voz ou outros sistmas que requeiram registos SIP.";
|
||||
$text['description-gateway']['fr-fr'] = "Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP.";
|
||||
|
||||
$text['description-gateway-edit']['en-us'] = "Defines a connections to a SIP Provider or another SIP server.";
|
||||
$text['description-gateway-edit']['pt-pt'] = "";
|
||||
$text['description-gateway-edit']['pt-pt'] = "Define uma conexão a um provedor SIP ou outro servidor SIP.";
|
||||
$text['description-gateway-edit']['fr-fr'] = "Défini une connexion à un fourniiser SIP ou un autre serveur SIP.";
|
||||
|
||||
$text['label-gateway']['en-us'] = "Gateway";
|
||||
$text['label-gateway']['pt-pt'] = "";
|
||||
$text['label-gateway']['pt-pt'] = "Gateway";
|
||||
$text['label-gateway']['fr-fr'] = "Passerelle";
|
||||
|
||||
$text['description-gateway-name']['en-us'] = "Enter the gateway name here.";
|
||||
$text['description-gateway-name']['pt-pt'] = "";
|
||||
$text['description-gateway-name']['pt-pt'] = "Introduzir o nome do gateway aqui.";
|
||||
$text['description-gateway-name']['fr-fr'] = "Mettre ici le nom de la passerelle.";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "";
|
||||
$text['label-username']['pt-pt'] = "Nome do Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Utilisateur";
|
||||
|
||||
$text['description-username']['en-us'] = "Enter the username here.";
|
||||
$text['description-username']['pt-pt'] = "";
|
||||
$text['description-username']['pt-pt'] = "Introduza o nome de utilizador aqui.";
|
||||
$text['description-username']['fr-fr'] = "";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "";
|
||||
$text['label-password']['pt-pt'] = "Password";
|
||||
$text['label-password']['fr-fr'] = "Mot de Passe";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the password here.";
|
||||
$text['description-password']['pt-pt'] = "";
|
||||
$text['description-password']['pt-pt'] = "Introduza a password aqui.";
|
||||
$text['description-password']['fr-fr'] = "";
|
||||
|
||||
$text['label-distinct_to']['en-us'] = "Distinct To";
|
||||
$text['label-distinct_to']['pt-pt'] = "";
|
||||
$text['label-distinct_to']['pt-pt'] = "Distinto Para";
|
||||
$text['label-distinct_to']['fr-fr'] = "Disctinct_To";
|
||||
|
||||
$text['description-distinct_to']['en-us'] = "Enter the distinct_to here.";
|
||||
$text['description-distinct_to']['pt-pt'] = "";
|
||||
$text['description-distinct_to']['pt-pt'] = "Introduza o distinct_to aqui.";
|
||||
$text['description-distinct_to']['fr-fr'] = "Insére ici le distinct_to.";
|
||||
|
||||
$text['label-auth_username']['en-us'] = "Auth Username";
|
||||
$text['label-auth_username']['pt-pt'] = "";
|
||||
$text['label-auth_username']['pt-pt'] = "Nome de Utilizador Autorizado";
|
||||
$text['label-auth_username']['fr-fr'] = "Auth Username";
|
||||
|
||||
$text['description-auth_username']['en-us'] = "Enter the auth-username here.";
|
||||
$text['description-auth_username']['pt-pt'] = "";
|
||||
$text['description-auth_username']['pt-pt'] = "Introduza o nome de utilizador autorizado aqui.";
|
||||
$text['description-auth_username']['fr-fr'] = "Insérer l'utilisateur d'authentification";
|
||||
|
||||
$text['label-realm']['en-us'] = "Realm";
|
||||
$text['label-realm']['pt-pt'] = "";
|
||||
$text['label-realm']['pt-pt'] = "Realm";
|
||||
$text['label-realm']['pt-pt'] = "Royaume";
|
||||
|
||||
$text['description-realm']['en-us'] = "Enter the realm here.";
|
||||
$text['description-realm']['pt-pt'] = "";
|
||||
$text['description-realm']['pt-pt'] = "Introduza o realm aqui.";
|
||||
$text['description-realm']['fr-fr'] = "Insérer le Royaume d'authentification";
|
||||
|
||||
$text['label-from_user']['en-us'] = "From User";
|
||||
$text['label-from_user']['pt-pt'] = "";
|
||||
$text['label-from_user']['pt-pt'] = "From User";
|
||||
$text['label-from_user']['fr-fr'] = "From User";
|
||||
|
||||
$text['description-from_user']['en-us'] = "Enter the from-user here.";
|
||||
$text['description-from_user']['pt-pt'] = "";
|
||||
$text['description-from_user']['pt-pt'] = "Introduza o from-user aqui.";
|
||||
$text['description-from_user']['fr-fr'] = "Partie Utilisateur du header SIP From.";
|
||||
|
||||
$text['label-from_domain']['en-us'] = "From Domain";
|
||||
$text['label-from_domain']['pt-pt'] = "";
|
||||
$text['label-from_domain']['pt-pt'] = "From Domain";
|
||||
$text['label-from_domain']['fr-fr'] = "From Domain";
|
||||
|
||||
$text['description-from_domain']['en-us'] = "Enter the from-domain here.";
|
||||
$text['description-from_domain']['pt-pt'] = "";
|
||||
$text['description-from_domain']['pt-pt'] = "Introduza o from-domain aqui.";
|
||||
$text['description-from_domain']['fr-fr'] = "Partie Domaine du header SIP From.";
|
||||
|
||||
$text['label-proxy']['en-us'] = "Proxy";
|
||||
$text['label-proxy']['pt-pt'] = "";
|
||||
$text['label-proxy']['pt-pt'] = "Proxy";
|
||||
$text['label-proxy']['fr-fr'] = "Proxy";
|
||||
|
||||
$text['description-proxy']['en-us'] = "Enter the domain or IP address of the proxy.";
|
||||
$text['description-proxy']['pt-pt'] = "";
|
||||
$text['description-proxy']['pt-pt'] = "Introduza o domínio ou endereço IP do proxy.";
|
||||
$text['description-proxy']['fr-fr'] = "Le domain ou l'adresse IP du Proxy.";
|
||||
|
||||
$text['label-register_proxy']['en-us'] = "Register Proxy";
|
||||
$text['label-register_proxy']['pt-pt'] = "";
|
||||
$text['label-register_proxy']['pt-pt'] = "Registar Proxy";
|
||||
$text['label-register_proxy']['fr-fr'] = "Proxy d'enregistrement";
|
||||
|
||||
$text['description-register_proxy']['en-us'] = "Enter the register proxy here.";
|
||||
$text['description-register_proxy']['pt-pt'] = "";
|
||||
$text['description-register_proxy']['pt-pt'] = "Introduza o registo do proxy aqui.";
|
||||
$text['description-register_proxy']['fr-fr'] = "Insérer ici le proxy d'enregistrement.";
|
||||
|
||||
$text['label-outbound_proxy']['en-us'] = "Outbound Proxy";
|
||||
$text['label-outbound_proxy']['pt-pt'] = "";
|
||||
$text['label-outbound_proxy']['pt-pt'] = "Outbound Proxy";
|
||||
$text['label-outbound_proxy']['fr-fr'] = "Proxy Sortant";
|
||||
|
||||
$text['description-outbound_proxy']['en-us'] = "Enter the outbound proxy here.";
|
||||
$text['description-outbound_proxy']['pt-pt'] = "";
|
||||
$text['description-outbound_proxy']['pt-pt'] = "Introduza o outound proxy aqui.";
|
||||
$text['description-outbound_proxy']['fr-fr'] = "Insérer ici le proxy sortant.";
|
||||
|
||||
$text['label-expire_seconds']['en-us'] = "Expire Seconds";
|
||||
$text['label-expire_seconds']['pt-pt'] = "";
|
||||
$text['label-expire_seconds']['pt-pt'] = "Tempo de validade";
|
||||
$text['label-expire_seconds']['fr-fr'] = "Tempo d'expiration";
|
||||
|
||||
$text['description-expire_seconds']['en-us'] = "Enter the expire-seconds here.";
|
||||
$text['description-expire_seconds']['pt-pt'] = "";
|
||||
$text['description-expire_seconds']['pt-pt'] = "Introduza o tempo de validade (em segundos) aqui.";
|
||||
$text['description-expire_seconds']['fr-fr'] = "Tempo d'enregistrement en secondes (avant de déclarer le proxy HS).";
|
||||
|
||||
$text['label-register']['en-us'] = "Register";
|
||||
$text['label-register']['pt-pt'] = "";
|
||||
$text['label-register']['pt-pt'] = "Registar";
|
||||
$text['label-register']['fr-fr'] = "Register";
|
||||
|
||||
$text['description-register']['en-us'] = "Choose whether to register.";
|
||||
$text['description-register']['pt-pt'] = "";
|
||||
$text['description-register']['pt-pt'] = "Escolha se pretende registar.";
|
||||
$text['description-register']['fr-fr'] = "Activer l'enregistrement";
|
||||
|
||||
$text['label-register_transport']['en-us'] = "Register Transport";
|
||||
$text['label-register_transport']['pt-pt'] = "";
|
||||
$text['label-register_transport']['pt-pt'] = "Registar Transporte";
|
||||
$text['label-register_transport']['fr-fr'] = "Transport de l'enregistrement";
|
||||
|
||||
$text['description-register_transport']['en-us'] = "Choose whether to register-transport.";
|
||||
$text['description-register_transport']['pt-pt'] = "";
|
||||
$text['description-register_transport']['pt-pt'] = "Introduza o tipo de transporte a utilizar.";
|
||||
$text['description-register_transport']['fr-fr'] = "Insére ici le type de transport utilisé.";
|
||||
|
||||
$text['label-retry_seconds']['en-us'] = "Retry Seconds";
|
||||
$text['label-retry_seconds']['pt-pt'] = "";
|
||||
$text['label-retry_seconds']['pt-pt'] = "Tempo de Reconexão";
|
||||
$text['label-retry_seconds']['fr-fr'] = "Tempo reconnexion";
|
||||
|
||||
$text['description-retry_seconds']['en-us'] = "Enter the retry-seconds here.";
|
||||
$text['description-retry_seconds']['pt-pt'] = "";
|
||||
$text['description-retry_seconds']['pt-pt'] = "Introduza o tempo de reconexão (em segundos) aqui.";
|
||||
$text['description-retry_seconds']['fr-fr'] = "Insérer ici la tempo en secondes de tentative de reconnexion après un timeout ou un échec.";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension here.";
|
||||
$text['description-extension']['pt-pt'] = "";
|
||||
$text['description-extension']['pt-pt'] = "Introduza a extensão aqui.";
|
||||
$text['description-extension']['fr-fr'] = "";
|
||||
|
||||
$text['label-ping']['en-us'] = "Ping";
|
||||
$text['label-ping']['pt-pt'] = "";
|
||||
$text['label-ping']['pt-pt'] = "Ping";
|
||||
$text['label-ping']['fr-fr'] = "Ping";
|
||||
|
||||
$text['description-ping']['en-us'] = "Enter the ping interval here in seconds.";
|
||||
$text['description-ping']['pt-pt'] = "";
|
||||
$text['description-ping']['pt-pt'] = "Introduza aqui o intervalo de ping em segundos.";
|
||||
$text['description-ping']['fr-fr'] = "Insérer ici la fréquence de ping en secondes.";
|
||||
|
||||
$text['label-channels']['en-us'] = "Channels:";
|
||||
$text['label-channels']['pt-pt'] = "Canais:";
|
||||
$text['label-channels']['en-us'] = "Channels";
|
||||
$text['label-channels']['pt-pt'] = "Canais";
|
||||
|
||||
$text['description-channels']['en-us'] = "Maximum number of simultaneous channels available in the gateway.";
|
||||
$text['description-channels']['pt-pt'] = "Número máximo de canais simultâneos no gateway.";
|
||||
|
||||
$text['label-caller_id_in_from']['en-us'] = "Caller Id In From";
|
||||
$text['label-caller_id_in_from']['pt-pt'] = "";
|
||||
$text['label-caller_id_in_from']['pt-pt'] = "Caller Id In From";
|
||||
$text['label-caller_id_in_from']['fr-fr'] = "Caller Id In From";
|
||||
|
||||
$text['description-caller_id_in_from']['en-us'] = "Enter the caller-id-in-from.";
|
||||
$text['description-caller_id_in_from']['pt-pt'] = "";
|
||||
$text['description-caller_id_in_from']['pt-pt'] = "Introduza o caller-id-in-from";
|
||||
$text['description-caller_id_in_from']['fr-fr'] = "Insérer ici la partie Caller-id à utiliser dans le header SIP From.";
|
||||
|
||||
$text['label-supress_cng']['en-us'] = "Supress Cng";
|
||||
$text['label-supress_cng']['pt-pt'] = "";
|
||||
$text['label-supress_cng']['pt-pt'] = "Supress Cng";
|
||||
$text['label-supress_cng']['fr-fr'] = "suppression du silence";
|
||||
|
||||
$text['description-supress_cng']['en-us'] = "Enter the supress-cng";
|
||||
$text['description-supress_cng']['pt-pt'] = "";
|
||||
$text['description-supress_cng']['pt-pt'] = "Introduza o supress-cng";
|
||||
$text['description-supress_cng']['fr-fr'] = "Afin de sauvegarder de la bande passante RTP, on n'envoit pas de RTP pour le silence.";
|
||||
|
||||
$text['label-sip_cid_type']['en-us'] = "Sip CID Type";
|
||||
$text['label-sip_cid_type']['pt-pt'] = "";
|
||||
$text['label-sip_cid_type']['pt-pt'] = "CallerID SIP Type";
|
||||
$text['label-sip_cid_type']['fr-fr'] = "CallerID SIP type";
|
||||
|
||||
$text['description-sip_cid_type']['en-us'] = "Enter the sip cid type: none, pid, and rpid.";
|
||||
$text['description-sip_cid_type']['pt-pt'] = "";
|
||||
$text['description-sip_cid_type']['pt-pt'] = "Introduza o tipo do SIP CID: none, pid (P-Asserted-Identity header) and rpid (remote-Party-ID header).";
|
||||
$text['description-sip_cid_type']['fr-fr'] = "Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header).";
|
||||
|
||||
$text['label-codec_prefs']['en-us'] = "Codec Preferences";
|
||||
|
|
@ -191,91 +191,91 @@
|
|||
$text['description-codec_prefs']['fr-fr'] = "";
|
||||
|
||||
$text['label-extension_in_contact']['en-us'] = "Extension In Contact";
|
||||
$text['label-extension_in_contact']['pt-pt'] = "";
|
||||
$text['label-extension_in_contact']['pt-pt'] = "A extensão em Contacto";
|
||||
$text['label-extension_in_contact']['fr-fr'] = "L'extension dans Contact";
|
||||
|
||||
$text['description-extension_in_contact']['en-us'] = "Enter the Extension In Contact";
|
||||
$text['description-extension_in_contact']['pt-pt'] = "";
|
||||
$text['description-extension_in_contact']['pt-pt'] = "Introduza a extensão em contacto";
|
||||
$text['description-extension_in_contact']['fr-fr'] = "Insérer l'Extension dans le Contact.";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['pt-pt'] = "";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['description-context']['en-us'] = "Enter the context here.";
|
||||
$text['description-context']['pt-pt'] = "";
|
||||
$text['description-context']['pt-pt'] = "Introduza o contexto aqui.";
|
||||
$text['description-context']['fr-fr'] = "";
|
||||
|
||||
$text['label-profile']['en-us'] = "Profile";
|
||||
$text['label-profile']['pt-pt'] = "";
|
||||
$text['label-profile']['pt-pt'] = "Perfil";
|
||||
$text['label-profile']['fr-fr'] = "Profile";
|
||||
|
||||
$text['description-profile']['en-us'] = "Enter the profile here.";
|
||||
$text['description-profile']['pt-pt'] = "";
|
||||
$text['description-profile']['pt-pt'] = "Introduza o perfil aqui.";
|
||||
$text['description-profile']['fr-fr'] = "";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Enable or Disable the Gateway";
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$text['description-enabled']['pt-pt'] = "Active ou Desactive o Gateway";
|
||||
$text['description-enabled']['fr-fr'] = "Activer ou non la Passerelle.";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = "Enter the description of the gateway here.";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição do gateway aqui.";
|
||||
$text['description-description']['fr-fr'] = "Insérer ici la description de la passerelle.";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
|
||||
$text['label-status-stopped']['en-us'] = "Stopped";
|
||||
$text['label-status-stopped']['pt-pt'] = "";
|
||||
$text['label-status-stopped']['pt-pt'] = "Parado";
|
||||
$text['label-status-stopped']['fr-fr'] = "Arrété";
|
||||
|
||||
$text['label-status-running']['en-us'] = "Running";
|
||||
$text['label-status-running']['pt-pt'] = "";
|
||||
$text['label-status-running']['pt-pt'] = "Em execução";
|
||||
$text['label-status-running']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['pt-pt'] = "";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
|
||||
$text['label-action-start']['en-us'] = "Start";
|
||||
$text['label-action-start']['pt-pt'] = "";
|
||||
$text['label-action-start']['pt-pt'] = "Início";
|
||||
$text['label-action-start']['fr-fr'] = "démarrer";
|
||||
|
||||
$text['label-action-stop']['en-us'] = "Stop";
|
||||
$text['label-action-stop']['pt-pt'] = "";
|
||||
$text['label-action-stop']['pt-pt'] = "Parar";
|
||||
$text['label-action-stop']['fr-fr'] = "Arrêter";
|
||||
|
||||
$text['label-state']['en-us'] = "State";
|
||||
$text['label-state']['pt-pt'] = "";
|
||||
$text['label-state']['pt-pt'] = "Estado";
|
||||
$text['label-state']['fr-fr'] = "Etat";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remoção";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -283,7 +283,7 @@
|
|||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['pt-pt'] = "Ver";
|
||||
$text['button-view']['fr-fr'] = "Voir";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -291,43 +291,43 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-refresh']['en-us'] = "Refresh";
|
||||
$text['button-refresh']['pt-pt'] = "";
|
||||
$text['button-refresh']['pt-pt'] = "Actualizar";
|
||||
$text['button-refresh']['fr-fr'] = "Rafraîchir";
|
||||
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['pt-pt'] = "";
|
||||
$text['button-copy']['pt-pt'] = "Cópia";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Afficher les Paramètres Avancés";
|
||||
|
||||
$text['button-advanced-show']['en-us'] = "Show Advanced";
|
||||
$text['button-advanced-show']['pt-pt'] = "";
|
||||
$text['button-advanced-show']['pt-pt'] = "Mostrar Avançadas";
|
||||
$text['button-advanced-show']['fr-fr'] = "Paramètres Avancés";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['pt-pt'] = "";
|
||||
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,64 +3,91 @@
|
|||
//Hot Desking
|
||||
|
||||
$text['title-hot_desking']['en-us'] = "Hot Desking";
|
||||
$text['title-hot_desking']['pt-pt'] = "Hot Desking";
|
||||
$text['title-hot_desking']['fr-fr'] = "Itinérance";
|
||||
|
||||
$text['header-hot_desking']['en-us'] = "Hot Desking";
|
||||
$text['header-hot_desking']['pt-pt'] = "Hot Desking";
|
||||
$text['header-hot_desking']['fr-fr'] = "Itinérance";
|
||||
$text['header-message']['en-us'] = "Message";
|
||||
$text['header-message']['pt-pt'] = "Mensagem";
|
||||
$text['header-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['description-hot_desking']['en-us'] = "Log in to hot desking with a unique ID and your voicemail password to direct your calls to a remote extension. Then, make and receive calls as if you were at your extension.";
|
||||
$text['description-hot_desking']['pt-pt'] = "Entre no hot desking com o único ID e a sua password do voicemail para encaminhar as suas chamadas para uma extensão remota. Depois, faça e receba chamadas como se estivesse na sua extensão.";
|
||||
$text['description-hot_desking']['fr-fr'] = "Se connecter à l'itinérance avec votre Identifiant et votre mot de passe de messagerie pour rediriger vos appels vers une extensions distante. Alors, passez et recevez des appels comme si vous étiez sur votre extensions. ";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-unique_id']['en-us'] = "Unique ID";
|
||||
$text['label-unique_id']['pt-pt'] = "ID Único";
|
||||
$text['label-unique_id']['fr-fr'] = "Unique ID";
|
||||
$text['label-forward_to']['en-us'] = "Forward To";
|
||||
$text['label-forward_to']['pt-pt'] = "Encaminhar Para";
|
||||
$text['label-forward_to']['fr-fr'] = "Renvoyé vers";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-voicemail_password']['en-us'] = "Voicemail Password";
|
||||
$text['label-voicemail_password']['pt-pt'] = "Password do Voicemail";
|
||||
$text['label-voicemail_password']['fr-fr'] = "Mot de passe de la messagerie";
|
||||
$text['label-dial_string']['en-us'] = "Dial String";
|
||||
$text['label-dial_string']['pt-pt'] = "Dial String";
|
||||
$text['label-dial_string']['fr-fr'] = "numérotation";
|
||||
|
||||
$text['description-extension-add']['en-us'] = "Select the extension number.";
|
||||
$text['description-extension-add']['pt-pt'] = "Escolha o número da extensão.";
|
||||
$text['description-extension-add']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
$text['description-extension-edit']['en-us'] = "Extension number.";
|
||||
$text['description-extension-edit']['pt-pt'] = "Número da Extensão.";
|
||||
$text['description-extension-edit']['fr-fr'] = "Numéro d'extension.";
|
||||
$text['description-unique_id']['en-us'] = "A unique NUMERIC ID to identify the extension and domain.";
|
||||
$text['description-unique_id']['pt-pt'] = "Um ID único numérico para identificar a extensão e o domínio.";
|
||||
$text['description-unique_id']['fr-fr'] = "Un Identifiant numérique Unique afin d'identifier l'extension et le domaine.";
|
||||
$text['description-voicemail_password']['en-us'] = "Enter the voicemail password here.";
|
||||
$text['description-voicemail_password']['pt-pt'] = "Introduza a password do voicemail aqui.";
|
||||
$text['description-voicemail_password']['fr-fr'] = "Insérer le Mot de passe de la messagerie ici.";
|
||||
$text['description-password']['en-us'] = "Password";
|
||||
$text['description-password']['pt-pt'] = "Password";
|
||||
$text['description-password']['fr-fr'] = "Mot de passe";
|
||||
$text['description-dial_string']['en-us'] = "Location of the endpoint.";
|
||||
$text['description-dial_string']['pt-pt'] = "Localização do endpoint.";
|
||||
$text['description-dial_string']['fr-fr'] = "Localisation de l'équipement.";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
$text['message-unique']['en-us'] = "The Unique ID is not unique. Please provide a numeric ID not already in use by a different extension.";
|
||||
$text['message-unique']['pt-pt'] = "O ID único não é único. Por favor indique um ID numérico que ainda não esteja em uso por uma extensão diferente.";
|
||||
$text['message-unique']['fr-fr'] = "Le \"Unique ID\" n'est pas unique. Merci d'indiquer un identifiant numérique n'étant pas déjà utilisé par une autre extension.";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,177 +1,259 @@
|
|||
<?php
|
||||
|
||||
$text['title-ivr_menus']['en-us'] = "IVR Menus";
|
||||
$text['title-ivr_menus']['pt-pt'] = "Menus de IVR";
|
||||
$text['title-ivr_menus']['fr-fr'] = "Menus SVI";
|
||||
$text['title-ivr_menu']['en-us'] = "IVR Menu";
|
||||
$text['title-ivr_menu']['pt-pt'] = "Menu de IVR";
|
||||
$text['title-ivr_menu']['fr-fr'] = "Menu SVI";
|
||||
$text['title-option_add']['en-us'] = "IVR Menu Option Add";
|
||||
$text['title-option_add']['pt-pt'] = "Menu IVR Adicionar uma Opção";
|
||||
$text['title-option_add']['fr-fr'] = "Menu SVI Ajouter une Option";
|
||||
$text['title-option_edit']['en-us'] = "IVR Menu Option Edit";
|
||||
$text['title-option_edit']['pt-pt'] = "Menu IVR Editar uma Opção";
|
||||
$text['title-option_edit']['fr-fr'] = "Menu SVI Editer un Option";
|
||||
|
||||
$text['header-ivr_menus']['en-us'] = "IVR Menus";
|
||||
$text['header-ivr_menus']['pt-pt'] = "IVR Menus";
|
||||
$text['header-ivr_menus']['fr-fr'] = "Menus SVI";
|
||||
$text['header-ivr_menu']['en-us'] = "IVR Menu";
|
||||
$text['header-ivr_menu']['pt-pt'] = "IVR Menu";
|
||||
$text['header-ivr_menu']['fr-fr'] = "Menu SVI";
|
||||
$text['header-option_list']['en-us'] = "Option List";
|
||||
$text['header-option_list']['pt-pt'] = "Lista de Opções";
|
||||
$text['header-option_list']['fr-fr'] = "Liste d'Option";
|
||||
$text['header-option_add']['en-us'] = "IVR Menu Option Add";
|
||||
$text['header-option_add']['pt-pt'] = "IVR Menu Adicionar uma Opção";
|
||||
$text['header-option_add']['fr-fr'] = "Menu SVI Ajouter une Option";
|
||||
$text['header-option_edit']['en-us'] = "IVR Menu Option Edit";
|
||||
$text['header-option_edit']['pt-pt'] = "IVR Menu Editar uma Opção";
|
||||
$text['header-option_edit']['fr-fr'] = "Menu SVI Editer un Option";
|
||||
|
||||
$text['description-ivr_menus']['en-us'] = "The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, other IVR menus, call groups, FAX extensions, and more.";
|
||||
$text['description-ivr_menus']['pt-pt'] = "O Menu de IVR toca uma gravação ou uma frase pré-definida que indica ao originador as opções que pode escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, voicemail, outros menus de IVR, grupos de chamdas, extensões de FAX, entre outros.";
|
||||
$text['description-ivr_menus']['fr-fr'] = "Le Menu SVI joue un guide vocal ou un texte prédéfini qui présente à l'appelant des options à choisir. Chaque option est configurée avec une destination correspondante. Ces destnations peuvent être des extensions, messageries vocales, d'autres menus SVI, groupes d'appel, Fax, ou autres.";
|
||||
$text['description-ivr_menu']['en-us'] = "The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, other IVR menus, call groups, FAX extensions, and more.";
|
||||
$text['description-ivr_menu']['pt-pt'] = ".";
|
||||
$text['description-ivr_menu']['fr-fr'] = "Le Menu SVI joue un guide vocal ou un texte prédéfini qui présente à l'appelant des options à choisir. Chaque option est configurée avec une destination correspondante. Ces destnations peuvent être des extensions, messageries vocales, d'autres menus SVI, groupes d'appel, Fax, ou autres.";
|
||||
$text['description-option_list']['en-us'] = "The recording presents options to the caller. Options match key presses (DTMF digits) from the caller which directs the call to the destinations.";
|
||||
$text['description-option_list']['pt-pt'] = "O Menu de IVR toca uma gravação ou uma frase pré-definida que indica ao originador as opções que pode escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, voicemail, outros menus de IVR, grupos de chamdas, extensões de FAX, entre outros.";
|
||||
$text['description-option_list']['fr-fr'] = "Le guide vocal présente les options possibles à l'appelant. Ces options correspondent aux digits (DTMF) émises par l'appelant et lui permettant de choisir une destination.";
|
||||
$text['description-option_add_edit']['en-us'] = "The recording presents options to the caller. Options match key presses (DTMF digits) from the caller which directs the call to the destinations. ";
|
||||
$text['description-option_add_edit']['pt-pt'] = "A gravação apresenta opções ao originador da chamada. O originador atinge as opções que pretende através da marcação de dígitos (DTMF) que redireccionam a chamada para os respectivos destinos.";
|
||||
$text['description-option_add_edit']['fr-fr'] = "Le guide vocal présente les options possibles à l'appelant. Ces options correspondent aux digits (DTMF) émises par l'appelant et lui permettant de choisir une destination.";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-greet_long']['en-us'] = "Greet Long";
|
||||
$text['label-greet_long']['pt-pt'] = "Longa Saudação";
|
||||
$text['label-greet_long']['fr-fr'] = "Message Long";
|
||||
$text['label-greet_short']['en-us'] = "Greet Short";
|
||||
$text['label-greet_short']['pt-pt'] = "Pequena Saudação";
|
||||
$text['label-greet_short']['fr-fr'] = "Message Court";
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-timeout']['fr-fr'] = "Timeout";
|
||||
$text['label-exit_action']['en-us'] = "Exit Action";
|
||||
$text['label-exit_action']['pt-pt'] = "Acção de Saída";
|
||||
$text['label-exit_action']['fr-fr'] = "Action de Sortie";
|
||||
$text['label-direct_dial']['en-us'] = "Direct Dial";
|
||||
$text['label-direct_dial']['pt-pt'] = "Ligação Directa";
|
||||
$text['label-direct_dial']['fr-fr'] = "Appel Direct";
|
||||
$text['label-ring_back']['en-us'] = "Ring Back";
|
||||
$text['label-ring_back']['pt-pt'] = "Tom de Chamada";
|
||||
$text['label-ring_back']['fr-fr'] = "Retour de Sonnerie";
|
||||
$text['label-caller_id_name_prefix']['en-us'] = "Caller ID Name Prefix";
|
||||
$text['label-caller_id_name_prefix']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-caller_id_name_prefix']['fr-fr'] = "Préfixe ajouté au nom de l'appelant";
|
||||
$text['label-invalid_sound']['en-us'] = "Invalid Sound";
|
||||
$text['label-invalid_sound']['pt-pt'] = "Som Inválido";
|
||||
$text['label-invalid_sound']['fr-fr'] = "Audio si Invalide";
|
||||
$text['label-exit_sound']['en-us'] = "Exit Sound";
|
||||
$text['label-exit_sound']['pt-pt'] = "Som de Saída";
|
||||
$text['label-exit_sound']['fr-fr'] = "Audio de sortie";
|
||||
$text['label-comfirm_macro']['en-us'] = "Confirm Macro";
|
||||
$text['label-comfirm_macro']['pt-pt'] = "Confirmar Macro";
|
||||
$text['label-comfirm_macro']['fr-fr'] = "Macro de Confirmation";
|
||||
$text['label-comfirm_key']['en-us'] = "Confirm Key";
|
||||
$text['label-comfirm_key']['pt-pt'] = "Confirmar Chave";
|
||||
$text['label-comfirm_key']['fr-fr'] = "Touche de Confirmation";
|
||||
$text['label-tts_engine']['en-us'] = "TTS Engine";
|
||||
$text['label-tts_engine']['pt-pt'] = "Motor TTS";
|
||||
$text['label-tts_engine']['fr-fr'] = "Moteur TTS";
|
||||
$text['label-tts_voice']['en-us'] = "TTS Voice";
|
||||
$text['label-tts_voice']['pt-pt'] = "Voz TTS";
|
||||
$text['label-tts_voice']['fr-fr'] = "Voix TTS";
|
||||
|
||||
$text['label-comfirm_attempts']['en-us'] = "Confirm Attempts";
|
||||
$text['label-comfirm_attempts']['pt-pt'] = "Confirmar Tentativas";
|
||||
$text['label-comfirm_attempts']['fr-fr'] = "Essais de Confirmation";
|
||||
$text['label-inter-digit_timeout']['en-us'] = "Inter-Digit Timeout";
|
||||
$text['label-inter-digit_timeout']['pt-pt'] = "Timeout Entre-Dígitos";
|
||||
$text['label-inter-digit_timeout']['fr-fr'] = "Timeout Inter-Digit";
|
||||
$text['label-max_failures']['en-us'] = "Max Failures";
|
||||
$text['label-max_failures']['pt-pt'] = "Máximo Nº Falhas";
|
||||
$text['label-max_failures']['fr-fr'] = "Echecs Max";
|
||||
$text['label-max_timeouts']['en-us'] = "Max Timeouts";
|
||||
$text['label-max_timeouts']['pt-pt'] = "Máximo Nº Timeouts";
|
||||
$text['label-max_timeouts']['fr-fr'] = "Timeouts Max";
|
||||
$text['label-digit_length']['en-us'] = "Digit Length";
|
||||
$text['label-digit_length']['pt-pt'] = "Número de Dígitos";
|
||||
$text['label-digit_length']['fr-fr'] = "Nombre de Digits";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-advanced']['en-us'] = "Show Advanced";
|
||||
$text['label-advanced']['pt-pt'] = "Opções Avançadas";
|
||||
$text['label-advanced']['fr-fr'] = "Paramètres Avancés";
|
||||
$text['label-option']['en-us'] = "Option";
|
||||
$text['label-option']['pt-pt'] = "Opção";
|
||||
$text['label-option']['fr-fr'] = "Option";
|
||||
$text['label-options']['en-us'] = "Options";
|
||||
$text['label-options']['pt-pt'] = "Opções";
|
||||
$text['label-options']['fr-fr'] = "Options";
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['pt-pt'] = "Destino";
|
||||
$text['label-destination']['fr-fr'] = "Destination";
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter a name for the IVR menu.";
|
||||
$text['description-name']['pt-pt'] = "Introduza um nome para o menu de IVR.";
|
||||
$text['description-name']['fr-fr'] = "Choisir un nom pour le menu SVI";
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$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-greet_long']['en-us'] = "The long greeting is played when entering the menu.";
|
||||
$text['description-greet_long']['pt-pt'] = "A longa saudação é tocada quando se entra no menu.";
|
||||
$text['description-greet_long']['fr-fr'] = "Le message long est joué une fois lorsque l'on entre dans le menu.";
|
||||
$text['description-greet_short']['en-us'] = "The short greeting is played when returning to the menu.";
|
||||
$text['description-greet_short']['pt-pt'] = "A pequena saudação é tocada quando ao retornar ao menu.";
|
||||
$text['description-greet_short']['fr-fr'] = "Le message court est joué lors du retour dans le menu, donc à la suite du message long.";
|
||||
$text['description-timeout']['en-us'] = "The number of milliseconds to wait after playing the greeting or the confirm macro.";
|
||||
$text['description-timeout']['pt-pt'] = "O número em milissegundos a esperar depois de tocar a saudação.";
|
||||
$text['description-timeout']['fr-fr'] = "Le temps en millisecondes à attendre après le message ou la marco de confirmation.";
|
||||
$text['description-exit_action']['en-us'] = "Select the exit action to be performed if the IVR exits.";
|
||||
$text['description-exit_action']['pt-pt'] = "Escolher a acção de saída a realizar se o IVR existir.";
|
||||
$text['description-exit_action']['fr-fr'] = "Choisir l'action à executer en sortie si on sort du SVI par ailleurs qu'un des choix proposé.";
|
||||
$text['description-direct_dial']['en-us'] = "Define whether callers can dial directly to extensions and feature codes.";
|
||||
$text['description-direct_dial']['pt-pt'] = "Defina se os originadores de chamadas podem ligar directamente para extensões.";
|
||||
$text['description-direct_dial']['fr-fr'] = "Défini si on peut appeler directement le SVI via une extension ou un code.";
|
||||
$text['description-ring_back']['en-us'] = "Defines what the caller will hear while the destination is being called.";
|
||||
$text['description-ring_back']['pt-pt'] = "Defina o que é que o originador da chamada ouvirá enquanto o destino estiver a ser chamado.";
|
||||
$text['description-ring_back']['fr-fr'] = "Défini ce que l'appelant entendra lorsque la destination sera en sonnerie.";
|
||||
$text['description-caller_id_name_prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-caller_id_name_prefix']['pt-pt'] = "Escolha um prefixo a adicionar ao nome do originador de chamada.";
|
||||
$text['description-caller_id_name_prefix']['fr-fr'] = "Choisie un préfixe à ajouter au nom de l'appelant.";
|
||||
$text['description-invalid_sound']['en-us'] = "Played when and invalid option is chosen.";
|
||||
$text['description-invalid_sound']['pt-pt'] = "É tocado quando é escolhida uma opção inválida.";
|
||||
$text['description-invalid_sound']['fr-fr'] = "Joué quand une option invalide est choisie.";
|
||||
$text['description-exit_sound']['en-us'] = "Played when leaving the menu.";
|
||||
$text['description-exit_sound']['pt-pt'] = "É tocado quando se abandona o menu.";
|
||||
$text['description-exit_sound']['fr-fr'] = "Joué lorsque l'on quitte ce menu.";
|
||||
$text['description-comfirm_macro']['en-us'] = "Enter the confirm macro.";
|
||||
$text['description-comfirm_macro']['pt-pt'] = "Introduza a confirmação de macro.";
|
||||
$text['description-comfirm_macro']['fr-fr'] = "Entrer la Macro de Confirmation.";
|
||||
$text['description-comfirm_key']['en-us'] = "Enter the confirm key.";
|
||||
$text['description-comfirm_key']['pt-pt'] = "Introduza a chave de confirmação.";
|
||||
$text['description-comfirm_key']['fr-fr'] = "Entrer la touche de confirmation.";
|
||||
$text['description-tts_engine']['en-us'] = "Text to speech engine.";
|
||||
$text['description-tts_engine']['pt-pt'] = "Motor de Text-To-Speech (texto para áudio).";
|
||||
$text['description-tts_engine']['fr-fr'] = "Moteur du Text-To-Speech (texte vers parole)";
|
||||
$text['description-tts_voice']['en-us'] = "Text to speech voice.";
|
||||
$text['description-tts_voice']['pt-pt'] = "Voz do Text-to-Speech.";
|
||||
$text['description-tts_voice']['fr-fr'] = "Voix du Text-To-Speech (texte vers parole)";
|
||||
$text['description-comfirm_attempts']['en-us'] = "The maximum number of confirm attempts allowed.";
|
||||
$text['description-comfirm_attempts']['pt-pt'] = "Número máximo de tentativas permitidas.";
|
||||
$text['description-comfirm_attempts']['fr-fr'] = "Nombre maximum de tentatives de confirmation authorisées.";
|
||||
$text['description-inter-digit_timeout']['en-us'] = "The number of milliseconds to wait between digits.";
|
||||
$text['description-inter-digit_timeout']['pt-pt'] = "Número de milissegundos a esperar entre dígitos.";
|
||||
$text['description-inter-digit_timeout']['fr-fr'] = "Le temps en millisecondes à attendre entre deux digits.";
|
||||
$text['description-max_failures']['en-us'] = "Maximum number of retries before exit.";
|
||||
$text['description-max_failures']['pt-pt'] = "Número máximo de tentativas antes de sair.";
|
||||
$text['description-max_failures']['fr-fr'] = "Nombre maximum de tentatives avant de sortir.";
|
||||
$text['description-max_timeouts']['en-us'] = "Maximum number of timeouts before exit.";
|
||||
$text['description-max_timeouts']['pt-pt'] = "Número máximo de timeouts antes de sair.";
|
||||
$text['description-max_timeouts']['fr-fr'] = "Nombre maximum de timeouts avant de sortir.";
|
||||
$text['description-digit_length']['en-us'] = "Maximum number of digits allowed.";
|
||||
$text['description-digit_length']['pt-pt'] = "Número máximo de dígitos permitido.";
|
||||
$text['description-digit_length']['fr-fr'] = "Nombre maximum ed digits authorisés.";
|
||||
$text['description-enabled']['en-us'] = "Set the status of this IVR Menu.";
|
||||
$text['description-enabled']['pt-pt'] = "Escolha o estado deste menu de IVR.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce menu.";
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza uma descrição, caso deseje.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
$text['description-option']['en-us'] = "Any number between 1-5 digits or regular expressions.";
|
||||
$text['description-option']['pt-pt'] = "Qualquer número entre 1-5 dígitos ou expressão regular.";
|
||||
$text['description-option']['fr-fr'] = "N'importe quel numéro entre 1 et 5 digits, ou une expression régulière.";
|
||||
$text['description-destination']['en-us'] = "Select the destination.";
|
||||
$text['description-destination']['pt-pt'] = "Introduza um destino.";
|
||||
$text['description-destination']['fr-fr'] = "Choisir la destination.";
|
||||
$text['description-order']['en-us'] = "Select the order.";
|
||||
$text['description-order']['pt-pt'] = "Escolha a ordem.";
|
||||
$text['description-order']['fr-fr'] = "Choisir l'ordre.";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Afficher les paramètres avancés";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['pt-pt'] = "Copiar";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-restore']['en-us'] = "Restore Default";
|
||||
$text['button-restore']['pt-pt'] = "Restaurar por omissão.";
|
||||
$text['button-restore']['fr-fr'] = "Restaurer les paramètres par défaut";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['pt-pt'] = "Cópia Efectuada";
|
||||
$text['message-copy']['fr-fr'] = "Copié";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,32 +27,46 @@
|
|||
*/
|
||||
|
||||
$text['label-log-viewer']['en-us'] = "Log Viewer";
|
||||
$text['label-log-viewer']['pt-pt'] = "Visualização de Logs";
|
||||
$text['label-log-viewer']['fr-fr'] = "Afficher les Logs";
|
||||
$text['label-line-num']['en-us'] = "Show Line Numbers";
|
||||
$text['label-line-num']['pt-pt'] = "Mostrar Números das Linhas";
|
||||
$text['label-line-num']['fr-fr'] = "Afficher les numéros de ligne";
|
||||
$text['label-sort']['en-us'] = "Sort Descending";
|
||||
$text['label-sort']['pt-pt'] = "Ordenar Descendetemente";
|
||||
$text['label-sort']['fr-fr'] = "Affichage ordre descendant";
|
||||
$text['label-filter']['en-us'] = "Filter";
|
||||
$text['label-filter']['pt-pt'] = "Filtro";
|
||||
$text['label-filter']['fr-fr'] = "Filtre";
|
||||
$text['description-filter']['en-us'] = "Filtering the log with the text:";
|
||||
$text['description-filter']['pt-pt'] = "Filtrar o log com o seguinte texto:";
|
||||
$text['description-filter']['fr-fr'] = "Filtrer les logs avec le texte:";
|
||||
$text['button-reload']['en-us'] = "Reload";
|
||||
$text['button-reload']['pt-pt'] = "Recarregar";
|
||||
$text['button-reload']['fr-fr'] = "Recharger";
|
||||
$text['label-kb']['en-us'] = "KB"; //KiloBytes
|
||||
$text['label-kb']['pt-pt'] = "KB"; //KiloBytes
|
||||
$text['label-kb']['fr-fr'] = "KB"; //KiloBytes
|
||||
$text['button-download']['en-us'] = "Download Logs";
|
||||
$text['button-download']['pt-pt'] = "Descarregar Logs";
|
||||
$text['button-download']['fr-fr'] = "Télécharger les Logs";
|
||||
$text['label-displaying']['en-us'] = "Displaying the last";
|
||||
$text['label-displaying']['pt-pt'] = "Mostrar o último";
|
||||
$text['label-displaying']['fr-fr'] = "Afficher les derniers";
|
||||
$text['label-bytes']['en-us'] = "bytes";
|
||||
$text['label-bytes']['pt-pt'] = "bytes";
|
||||
$text['label-bytes']['fr-fr'] = "bytes";
|
||||
$text['label-syntax']['en-us'] = "Syntax Highlighted";
|
||||
$text['label-syntax']['pt-pt'] = "Realçar a Sintaxe";
|
||||
$text['label-syntax']['fr-fr'] = "Coloration Syntaxique";
|
||||
$text['label-open-at']['en-us'] = "opening at";
|
||||
$text['label-open-at']['pt-pt'] = "abrir";
|
||||
$text['label-open-at']['fr-fr'] = "Ouvrir à";
|
||||
$text['label-open-file']['en-us'] = "opening entire file";
|
||||
$text['label-open-file']['pt-pt'] = "abrir o ficheiro todo";
|
||||
$text['label-open-file']['fr-fr'] = "Ouvrir le fichier entier";
|
||||
$text['error-open-file']['en-us'] = "Unable to open file!";
|
||||
$text['error-open-file']['pt-pt'] = "Impossível abrir o ficheiro!";
|
||||
$text['error-open-file']['fr-fr'] = "Impossible d'ouvrir le fichier!";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,79 +3,113 @@
|
|||
//Modules
|
||||
|
||||
$text['title-modules']['en-us'] = "Modules";
|
||||
$text['title-modules']['pt-pt'] = "Módulos";
|
||||
$text['title-modules']['fr-fr'] = "Modules";
|
||||
$text['title-module_add']['en-us'] = "Module Add";
|
||||
$text['title-module_add']['pt-pt'] = "Adicionado Módulo";
|
||||
$text['title-module_add']['fr-fr'] = "Ajouter un Module";
|
||||
$text['title-module_edit']['en-us'] = "Module Edit";
|
||||
$text['title-module_edit']['pt-pt'] = "Editar Módulo";
|
||||
$text['title-module_edit']['fr-fr'] = "Editer le Module";
|
||||
|
||||
$text['header-modules']['en-us'] = "Modules";
|
||||
$text['header-modules']['pt-pt'] = "Módulos";
|
||||
$text['header-modules']['fr-fr'] = "Modules";
|
||||
$text['header-module_add']['en-us'] = "Module Add";
|
||||
$text['header-module_add']['pt-pt'] = "Adicionar Módulo";
|
||||
$text['header-module_add']['fr-fr'] = "Ajouter un Module";
|
||||
$text['header-module_edit']['en-us'] = "Module Edit";
|
||||
$text['header-module_edit']['pt-pt'] = "Editar Módulo";
|
||||
$text['header-module_edit']['fr-fr'] = "Editer le Module";
|
||||
|
||||
$text['description-modules']['en-us'] = "Modules extend the features of the system. Use this page to enable or disable modules.";
|
||||
$text['description-modules']['pt-pt'] = "Os módulos extendem características do sistema. Utilize esta página para activar ou desactivar módulos.";
|
||||
$text['description-modules']['fr-fr'] = "Les modules augmentent les fonctionnalités du système. Cette page permet de les activer ou les désactiver.";
|
||||
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['pt-pt'] = "Rótulo";
|
||||
$text['label-label']['fr-fr'] = "Label";
|
||||
$text['label-module_name']['en-us'] = "Module Name";
|
||||
$text['label-module_name']['pt-pt'] = "Nome do Módulo";
|
||||
$text['label-module_name']['fr-fr'] = "Nom du Module";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-module_category']['en-us'] = "Module Category";
|
||||
$text['label-module_category']['pt-pt'] = "Categoria do Módulo";
|
||||
$text['label-module_category']['fr-fr'] = "Catégorie du Module";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['pt-pt'] = "Acção";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-default_enabled']['en-us'] = "Default Enabled";
|
||||
$text['label-default_enabled']['pt-pt'] = "Activado por omissão";
|
||||
$text['label-default_enabled']['fr-fr'] = "Activé par Défaut";
|
||||
$text['label-stopped']['en-us'] = "Stopped";
|
||||
$text['label-stopped']['pt-pt'] = "Parado";
|
||||
$text['label-stopped']['fr-fr'] = "Arrété";
|
||||
$text['label-running']['en-us'] = "Running";
|
||||
$text['label-running']['pt-pt'] = "Em execução";
|
||||
$text['label-running']['fr-fr'] = "Actif";
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['pt-pt'] = "Iniciar";
|
||||
$text['label-start']['fr-fr'] = "Démarrer";
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['pt-pt'] = "Parar";
|
||||
$text['label-stop']['fr-fr'] = "Stop";
|
||||
$text['label-unload_module']['en-us'] = "Unload Module";
|
||||
$text['label-unload_module']['pt-pt'] = "Desligar Módulo";
|
||||
$text['label-unload_module']['fr-fr'] = "Décharger le Module";
|
||||
$text['label-load_module']['en-us'] = "Load Module";
|
||||
$text['label-load_module']['pt-pt'] = "Carregar Módulo";
|
||||
$text['label-load_module']['fr-fr'] = "charger le Module";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,53 +27,75 @@
|
|||
*/
|
||||
|
||||
$text['label-moh']['en-us'] = "Music on Hold";
|
||||
$text['label-moh']['pt-pt'] = "Música em Espera";
|
||||
$text['label-moh']['fr-fr'] = "Musique de Garde";
|
||||
$text['desc-moh']['en-us'] = "Music on hold can be in WAV or MP3 format. To play an MP3 file you must have mod_shout enabled on the 'Modules' tab. You can adjust the volume of the MP3 audio from the 'Settings' tab. For best performance upload 16 bit, 8/16/32/48 kHz <i>mono</i> WAV files.";
|
||||
$text['desc-moh']['pt-pt'] = "Música em espera pode ser com base em ficheiros com o formato WAV ou MP3. Para ouvir um ficheiro MP3 deverá ter o mod_shout activado na tab 'Módulos'. Pode ajustar o volume do áudio MP3 a partir da tab 'Definições'. Para um melhor desempenho carregue ficheiros WAV de 16 bit, 8/16/32/48 kHz <i>mono</i>.";
|
||||
$text['desc-moh']['fr-fr'] = "La Musique de Garde peut être en WAV ou en MP3. Pour le MP3, mod_shout doit être activé dans la partie modules. Le Volume peut être réglé dans la partie configuration. Pour de meilleures performances, utiliser des fichiers WAV 16 bit, 8/16/32/48 kHz <i>mono</i>.";
|
||||
$text['label-upload-moh']['en-us'] = "Upload Music";
|
||||
$text['label-upload-moh']['pt-pt'] = "Carregar Música";
|
||||
$text['label-upload-moh']['fr-fr'] = "Télécharger de la Musique";
|
||||
$text['label-file-path']['en-us'] = "File Path";
|
||||
$text['label-file-path']['pt-pt'] = "Caminho do Ficheiro";
|
||||
$text['label-file-path']['fr-fr'] = "Chemin du Fichier";
|
||||
$text['button-clear']['en-us'] = "Clear";
|
||||
$text['button-clear']['pt-pt'] = "Apagar";
|
||||
$text['button-clear']['fr-fr'] = "Nettoyer";
|
||||
$text['label-sampling']['en-us'] = "Sampling";
|
||||
$text['label-sampling']['pt-pt'] = "Amostragem";
|
||||
$text['label-sampling']['fr-ca'] = "échatillage";
|
||||
$text['label-sampling']['fr-fr'] = "échantillonnage";
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Categorie";
|
||||
$text['opt-default']['en-us'] = "Default";
|
||||
$text['opt-default']['en-us'] = "Défaut";
|
||||
$text['opt-default']['pt-pt'] = "Omissão";
|
||||
$text['opt-default']['fr-fr'] = "Défaut";
|
||||
|
||||
$text['opt-new']['en-us'] = "New...";
|
||||
$text['opt-new']['pt-pt'] = "Novo...";
|
||||
$text['opt-new']['fr-fr'] = "Nouveau...";
|
||||
$text['message-click-select']['en-us'] = "Double-Click to Select an Existing Category";
|
||||
$text['message-click-select']['pt-pt'] = "Duplo-Clique para Seleccionar uma Categoria Existente";
|
||||
$text['message-click-select']['fr-fr'] = "Double-Click pour choisir une Catégorie existante";
|
||||
$text['button-upload']['en-us'] = "Upload";
|
||||
$text['button-upload']['pt-pt'] = "Carregar";
|
||||
$text['button-upload']['fr-fr'] = "envoyer";
|
||||
$text['message-available-to-all']['en-us'] = "Available to All Domains";
|
||||
$text['message-available-to-all']['pt-pt'] = "Disponível para Todos os Domínios";
|
||||
$text['message-available-to-all']['fr-fr'] = "Disponible pour tous Domaines";
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['pt-pt'] = "Ouvir";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
$text['label-uploaded']['en-us'] = "Uploaded";
|
||||
$text['label-uploaded']['pt-pt'] = "Carregado";
|
||||
$text['label-uploaded']['fr-fr'] = "Envoyé";
|
||||
$text['label-file-size']['en-us'] = "File Size";
|
||||
$text['label-file-size']['pt-pt'] = "Tamanho do Ficheiro";
|
||||
$text['label-file-size']['fr-fr'] = "Taille de Fichier";
|
||||
$text['label-sampling']['en-us'] = "Sampling";
|
||||
$text['label-sampling']['pt-pt'] = "Amostragem";
|
||||
$text['label-sampling']['fr-fr'] = "Echantillonage";
|
||||
$text['message-delete']['en-us'] = "Do you really want to delete this file?";
|
||||
$text['message-delete']['pt-pt'] = "Deseja realmente remover este ficheiro?";
|
||||
$text['message-delete']['fr-fr'] = "Voulez-vous vraiment supprimer ce fichier?";
|
||||
$text['message-nofiles']['en-us'] = "No files found.";
|
||||
$text['message-nofiles']['pt-pt'] = "Não foram encontrados ficheiros.";
|
||||
$text['message-nofiles']['fr-fr'] = "Pas de fichier trouvé.";
|
||||
$text['label-delete-category']['en-us'] = "Delete Category";
|
||||
$text['label-delete-category']['pt-pt'] = "Remover Categoria";
|
||||
$text['label-delete-category']['fr-fr'] = "Supprimer la Categorie";
|
||||
$text['label-location']['en-us'] = "Location";
|
||||
$text['label-location']['pt-pt'] = "Localização";
|
||||
$text['label-location']['fr-fr'] = "endroit";
|
||||
$text['label-default']['en-us'] = "Default";
|
||||
$text['label-default']['pt-pt'] = "Omissão";
|
||||
$text['label-default']['fr-fr'] = "Défaut";
|
||||
$text['message-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['message-event-socket']['pt-pt'] = "A Conexão ao Event Socket falhou.";
|
||||
$text['message-event-socket']['fr-fr'] = "Connexion à Event Socket echoué.";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,44 +26,64 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-uploaded']['en-us'] = "Uploaded file to";
|
||||
$text['message-uploaded']['pt-pt'] = "Ficheiro carregado para";
|
||||
$text['message-uploaded']['fr-fr'] = "Fichier téléchargé";
|
||||
$text['title']['en-us'] = "Recordings";
|
||||
$text['title']['pt-pt'] = "Gravações";
|
||||
$text['title']['fr-fr'] = "Guides Vocaux";
|
||||
$text['description']['en-us'] = "To make a recording dial *732 or you can make a 16bit 8khz/16khz Mono WAV file then copy it to the following directory then refresh the page to play it back. Click on the \'Filename\' to download it or the \'Recording Name\' to play the audio.";
|
||||
$text['description']['pt-pt'] = "Para fazer uma gravação marque *732 ou crie um ficheiro WAV de 16bit 8khz/16khz e copie-o para a seguinte directoria e actualize a página para o ouvir. Clique em \'Filename\' para descarregá-lo ou em \'Recording Name\' para ouvir o áudio.";
|
||||
$text['description']['fr-fr'] = "Pour créer un guide vocal, composer le *732 ou créer un fichier audio WAV 16bit 8khz/16khz Mono et ensuite le copier dans le répertoire qui suit. Rafraîchir ensuite cette page pour le voir apparaitre.";
|
||||
$text['label-upload']['en-us'] = "File to upload:";
|
||||
$text['label-upload']['pt-pt'] = "Ficheiro a carregar:";
|
||||
$text['label-upload']['fr-fr'] = "Fichier à déposer:";
|
||||
$text['button-upload']['en-us'] = "Upload";
|
||||
$text['button-upload']['pt-pt'] = "Carregar";
|
||||
$text['button-upload']['fr-fr'] = "déposer";
|
||||
$text['label-file']['en-us'] = "Filename (download)";
|
||||
$text['label-file']['pt-pt'] = "Nome do Ficheiro (descarregar)";
|
||||
$text['label-file']['fr-fr'] = "Nom du fichier (Télécharger)";
|
||||
$text['description-file']['en-us'] = "Name of the file. example.wav";
|
||||
$text['description-file']['pt-pt'] = "Nome do ficheiro. exemplo.wav";
|
||||
$text['description-file']['fr-fr'] = "Nom du fichier. exemple.wav";
|
||||
$text['label-recording']['en-us'] = "Recording Name (play)";
|
||||
$text['label-recording']['pt-pt'] = "Nome da gravação (tocar)";
|
||||
$text['label-recording']['fr-fr'] = "Nom de l'enregistrement (jouer)";
|
||||
$text['description-recording']['en-us'] = "Recording Name. example: recording_x";
|
||||
$text['description-recording']['pt-pt'] = "Nome da gravação. exemplo: recording_x";
|
||||
$text['description-recording']['fr-fr'] = "Nom de l'enregistrement. exemple: enregistrement_x";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['description-description']['en-us'] = "You may enter a description here for your reference (not parsed).";
|
||||
$text['description-description']['pt-pt'] = "Deverá introduzir uma descrição para sua referência.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
$text['message-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['message-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['message-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['label-edit-file']['en-us'] = "Please provide: Filename (download)";
|
||||
$text['label-edit-file']['pt-pt'] = "Por favor indique: Nome do ficheiro (descarregar)";
|
||||
$text['label-edit-file']['fr-fr'] = "Merci d'indiquer: nom de fichier (Télécharger)";
|
||||
$text['label-edit-recording']['en-us'] = "Please provide: Recording Name (play)";
|
||||
$text['label-edit-recording']['pt-pt'] = "Por favor indique: Nome da Gravação (tocar)";
|
||||
$text['label-edit-recording']['fr-fr'] = "Merci d'indiquer: nom de l'enregistrement (jouer)";
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['title-add']['en-us'] = "Add Recording";
|
||||
$text['title-add']['pt-pt'] = "Adicionar Gravação";
|
||||
$text['title-add']['fr-fr'] = "Ajouter un Guide";
|
||||
$text['title-edit']['en-us'] = "Edit Recording";
|
||||
$text['title-edit']['pt-pt'] = "Editar Gravação";
|
||||
$text['title-edit']['fr-fr'] = "Editer le Guide";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Gravar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,24 +26,34 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
|
||||
$text['error-event-socket']['fr-fr'] = "Connexion a l'Event Socket en echec.";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['label-message']['en-us'] = "Invalid Profile!";
|
||||
$text['label-message']['pt-pt'] = "Perfil Inválido!";
|
||||
$text['label-message']['fr-fr'] = "Profile Invalide!";
|
||||
$text['button-back']['en-us'] = "back";
|
||||
$text['button-back']['pt-pt'] = "voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-user']['en-us'] = "User";
|
||||
$text['label-user']['pt-pt'] = "Utilizador";
|
||||
$text['label-user']['fr-fr'] = "Usager";
|
||||
$text['label-agent']['en-us'] = "Agent";
|
||||
$text['label-agent']['pt-pt'] = "Agente";
|
||||
$text['label-agent']['fr-fr'] = "Agent";
|
||||
$text['label-ip']['en-us'] = "IP";
|
||||
$text['label-ip']['pt-pt'] = "IP";
|
||||
$text['label-ip']['fr-fr'] = "IP";
|
||||
$text['label-port']['en-us'] = "Port";
|
||||
$text['label-port']['pt-pt'] = "Porto";
|
||||
$text['label-port']['fr-fr'] = "Port";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,267 +27,267 @@
|
|||
*/
|
||||
|
||||
$text['title']['en-us'] = "Ring Groups";
|
||||
$text['title']['pt-pt'] = "";
|
||||
$text['title']['pt-pt'] = "Grupos de Ring";
|
||||
$text['title']['fr-fr'] = "Groupes de Sonnerie";
|
||||
|
||||
$text['description']['en-us'] = "A ring group is a set of destinations that can be called with a ring strategy.";
|
||||
$text['description']['pt-pt'] = "";
|
||||
$text['description']['pt-pt'] = "Um grupo de ring é um conjunto de destinatários que podem ser chamados segunda uma determinada estratégia.";
|
||||
$text['description']['fr-fr'] = "Un groupe de sonnerie est un groupe de destinations pouvant être appelé via une stratégie de sonnerie.";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['label-ring-group-extension']['en-us'] = "Ring Group Extension";
|
||||
$text['label-ring-group-extension']['pt-pt'] = "";
|
||||
$text['label-ring-group-extension']['pt-pt'] = "Extensão associada ao grupo de ring";
|
||||
$text['label-ring-group-extension']['fr-fr'] = "Extension du groupe de sonnerie";
|
||||
|
||||
$text['header-ring-group-forward']['en-us'] = "Ring Group Forward";
|
||||
$text['header-ring-group-forward']['pt-pt'] = "";
|
||||
$text['header-ring-group-forward']['pt-pt'] = "Referência ao Grupo de Ring";
|
||||
$text['header-ring-group-forward']['fr-fr'] = "Renvoi du groupe de sonnerie";
|
||||
|
||||
$text['description-ring-group-forward']['en-us'] = "Forwards calls to an alternate destination for extension ";
|
||||
$text['description-ring-group-forward']['pt-pt'] = "";
|
||||
$text['description-ring-group-forward']['pt-pt'] = "Encaminhamento das chamadas para uma destino alternativo.";
|
||||
$text['description-ring-group-forward']['fr-fr'] = "Renvoyer les appels vers une destination alternative ";
|
||||
|
||||
$text['link-call-forward']['en-us'] = "Call Forward";
|
||||
$text['link-call-forward']['pt-pt'] = "";
|
||||
$text['link-call-forward']['pt-pt'] = "Encaminhamento de Chamada";
|
||||
$text['link-call-forward']['fr-fr'] = "Renvoi d'Appel";
|
||||
|
||||
$text['label-call-forward']['en-us'] = "Call Forward:";
|
||||
$text['label-call-forward']['pt-pt'] = "";
|
||||
$text['label-call-forward']['pt-pt'] = "Encaminhamento de Chamada:";
|
||||
$text['label-call-forward']['fr-fr'] = "Renvoi d'Appel:";
|
||||
|
||||
$text['label-forward_destination']['en-us'] = "Number:";
|
||||
$text['label-forward_destination']['pt-pt'] = "";
|
||||
$text['label-forward_destination']['pt-pt'] = "Número:";
|
||||
$text['label-forward_destination']['fr-fr'] = "Numéro:";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['pt-pt'] = "";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-name']['en-us'] = "Please provide: Name";
|
||||
$text['message-name']['pt-pt'] = "";
|
||||
$text['message-name']['pt-pt'] = "Por favor indique: Nome";
|
||||
$text['message-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
|
||||
$text['message-strategy']['en-us'] = "Please provide: Strategy";
|
||||
$text['message-strategy']['pt-pt'] = "";
|
||||
$text['message-strategy']['pt-pt'] = "Por favor indique: Estratégia";
|
||||
$text['message-strategy']['fr-fr'] = "Merci d'indiquer: Stratégie";
|
||||
|
||||
$text['message-timeout']['en-us'] = "Please provide: Timeout";
|
||||
$text['message-timeout']['pt-pt'] = "";
|
||||
$text['message-timeout']['pt-pt'] = "Por favor indique: Timeout";
|
||||
$text['message-timeout']['fr-fr'] = "Merci d'indiquer: Timeout";
|
||||
|
||||
$text['message-timeout-action']['en-us'] = "Please provide: Timeout Action";
|
||||
$text['message-timeout-action']['pt-pt'] = "";
|
||||
$text['message-timeout-action']['pt-pt'] = "Por favor indique: Acção de Timeout";
|
||||
$text['message-timeout-action']['fr-fr'] = "Merci d'indiquer: Action sur timeout";
|
||||
|
||||
$text['message-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['message-enabled']['pt-pt'] = "";
|
||||
$text['message-enabled']['pt-pt'] = "Por favor indique: Activado";
|
||||
$text['message-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['label-ring-group']['en-us'] = "Ring Group";
|
||||
$text['label-ring-group']['pt-pt'] = "";
|
||||
$text['label-ring-group']['pt-pt'] = "Grupo de Ring";
|
||||
$text['label-ring-group']['fr-fr'] = "Groupe de sonnerie";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter a name.";
|
||||
$text['description-name']['pt-pt'] = "";
|
||||
$text['description-name']['pt-pt'] = "Introduza um nome.";
|
||||
$text['description-name']['fr-fr'] = "Insérer un nom.";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['pt-pt'] = "";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Context";
|
||||
|
||||
$text['description-enter-context']['en-us'] = "Enter the context.";
|
||||
$text['description-enter-context']['pt-pt'] = "";
|
||||
$text['description-enter-context']['pt-pt'] = "Introduza um contexto.";
|
||||
$text['description-enter-context']['fr-fr'] = "";
|
||||
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['pt-pt'] = "";
|
||||
$text['label-strategy']['pt-pt'] = "Estratégia";
|
||||
$text['label-strategy']['fr-fr'] = "Stratégie";
|
||||
|
||||
$text['option-sequence']['en-us'] = "Sequence";
|
||||
$text['option-sequence']['pt-pt'] = "";
|
||||
$text['option-sequence']['pt-pt'] = "Sequência";
|
||||
$text['option-sequence']['fr-fr'] = "Séquence";
|
||||
|
||||
$text['option-simultaneous']['en-us'] = "Simultaneous";
|
||||
$text['option-simultaneous']['pt-pt'] = "";
|
||||
$text['option-simultaneous']['pt-pt'] = "Simultâneo";
|
||||
$text['option-simultaneous']['fr-fr'] = "Simultané";
|
||||
|
||||
$text['option-enterprise']['en-us'] = "Enterprise";
|
||||
$text['option-enterprise']['pt-pt'] = "";
|
||||
$text['option-enterprise']['pt-pt'] = "Empresa";
|
||||
$text['option-enterprise']['fr-fr'] = "Entreprise";
|
||||
|
||||
$text['description-strategy']['en-us'] = "Select the ring strategy.";
|
||||
$text['description-strategy']['pt-pt'] = "";
|
||||
$text['description-strategy']['pt-pt'] = "Escolha o tipo de estratégia de ring.";
|
||||
$text['description-strategy']['fr-fr'] = "Choisir la statégie de sonnerie.";
|
||||
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['pt-pt'] = "";
|
||||
$text['label-duration']['pt-pt'] = "Duração";
|
||||
$text['label-duration']['fr-fr'] = "Durée";
|
||||
|
||||
$text['label-call-timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call-timeout']['pt-pt'] = "";
|
||||
$text['label-call-timeout']['pt-pt'] = "Timeout da Chamada";
|
||||
$text['label-call-timeout']['fr-fr'] = "Timeout d'Appel";
|
||||
|
||||
$text['description-timeout']['en-us'] = "Enter the total call timeout in seconds";
|
||||
$text['description-timeout']['pt-pt'] = "";
|
||||
$text['description-timeout']['pt-pt'] = "Introduza o timeout da chamada em segundos";
|
||||
$text['description-timeout']['fr-fr'] = "Temps total du timeout sur l'appel en secondes";
|
||||
|
||||
$text['label-timeout_destination']['en-us'] = "Timeout Destination";
|
||||
$text['label-timeout_destination']['pt-pt'] = "";
|
||||
$text['label-timeout_destination']['pt-pt'] = "Destino Timeout";
|
||||
$text['label-timeout_destination']['fr-fr'] = "Timeout Destination";
|
||||
|
||||
$text['description-timeout_destination']['en-us'] = "Select the timeout destination for this ring group.";
|
||||
$text['description-timeout_destination']['pt-pt'] = "";
|
||||
$text['description-timeout_destination']['pt-pt'] = "Escolha destino no caso de timeout para o grupo de ring.";
|
||||
$text['description-timeout_destination']['fr-fr'] = "";
|
||||
|
||||
$text['label-cid-prefix']['en-us'] = "CID Prefix";
|
||||
$text['label-cid-prefix']['pt-pt'] = "";
|
||||
$text['label-cid-prefix']['pt-pt'] = "Prefixo CID";
|
||||
$text['label-cid-prefix']['fr-fr'] = "CID Préfixe";
|
||||
|
||||
$text['description-cid-prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-cid-prefix']['pt-pt'] = "";
|
||||
$text['description-cid-prefix']['pt-pt'] = "Escolha um prefixo para o nome do originador da chamada.";
|
||||
$text['description-cid-prefix']['fr-fr'] = "Choisir un préfixe pour le nom de l'appelant.";
|
||||
|
||||
$text['label-ringback']['en-us'] = "Ring Back";
|
||||
$text['label-ringback']['pt-pt'] = "";
|
||||
$text['label-ringback']['pt-pt'] = "Tom de Chamada";
|
||||
$text['label-ringback']['fr-fr'] = "tonalité en retour d'appel";
|
||||
|
||||
$text['option-usring']['en-us'] = "us-ring";
|
||||
$text['option-usring']['pt-pt'] = "";
|
||||
$text['option-usring']['pt-pt'] = "us-ring";
|
||||
$text['option-usring']['fr-fr'] = "us-ring";
|
||||
|
||||
$text['option-frring']['en-us'] = "fr-ring";
|
||||
$text['option-frring']['pt-pt'] = "";
|
||||
$text['option-frring']['pt-pt'] = "fr-ring";
|
||||
$text['option-frring']['fr-fr'] = "fr-ring";
|
||||
|
||||
$text['option-ukring']['en-us'] = "uk-ring";
|
||||
$text['option-ukring']['pt-pt'] = "";
|
||||
$text['option-ukring']['pt-pt'] = "uk-ring";
|
||||
$text['option-ukring']['fr-fr'] = "uk-ring";
|
||||
|
||||
$text['option-rsring']['en-us'] = "rs-ring";
|
||||
$text['option-rsring']['pt-pt'] = "";
|
||||
$text['option-rsring']['pt-pt'] = "rs-ring";
|
||||
$text['option-rsring']['fr-fr'] = "rs-ring";
|
||||
|
||||
$text['description-ringback']['en-us'] = "Defines what the caller will hear while the destination is being called.";
|
||||
$text['description-ringback']['pt-pt'] = "";
|
||||
$text['description-ringback']['pt-pt'] = "Definir o que é que o originador da chamada irá ouvir enquanto estiver a chamar o destinatário.";
|
||||
$text['description-ringback']['fr-fr'] = "Définir le retour de sonnerie entendu par l'appelant tant que la destination est en alerte.";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-user_list']['en-us'] = "User List";
|
||||
$text['label-user_list']['pt-pt'] = "";
|
||||
$text['label-user_list']['pt-pt'] = "Lista de Utilizadores";
|
||||
$text['label-user_list']['fr-fr'] = "Liste d'Usagers";
|
||||
|
||||
$text['description-user_list']['en-us'] = "Assign the users that are assigned to this ring group. ";
|
||||
$text['description-user_list']['pt-pt'] = "";
|
||||
$text['description-user_list']['pt-pt'] = "Associar os utilizadores ao grupo de ring.";
|
||||
$text['description-user_list']['fr-fr'] = "Associer les utilisateurs à ce groupe de sonnerie. ";
|
||||
|
||||
$text['description-enabled']['en-us'] ='Set the status of this ring group.';
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$text['description-enabled']['pt-pt'] = "Escolher o estado do grupo de ring.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce groupe de sonnerie";
|
||||
|
||||
$text['description-description']['en-us'] = "Enter a description (optional).";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['pt-pt'] = "Introduzir uma descrição (opcional)";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-delay']['en-us'] = "Delay";
|
||||
$text['label-delay']['pt-pt'] = "";
|
||||
$text['label-delay']['pt-pt'] = "Atraso";
|
||||
$text['label-delay']['fr-fr'] = "Délais";
|
||||
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['pt-pt'] = "";
|
||||
$text['label-timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-timeout']['fr-fr'] = "Timeout";
|
||||
|
||||
$text['label-destinations']['en-us'] = "Destinations";
|
||||
$text['label-destinations']['pt-pt'] = "";
|
||||
$text['label-destinations']['pt-pt'] = "Destinos";
|
||||
$text['label-destinations']['fr-fr'] = "Destinations";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['pt-pt'] = "";
|
||||
$text['label-destination_number']['pt-pt'] = "Destino";
|
||||
$text['label-destination_number']['fr-fr'] = "Destination";
|
||||
|
||||
$text['label-destination_delay']['en-us'] = "Delay";
|
||||
$text['label-destination_delay']['pt-pt'] = "";
|
||||
$text['label-destination_delay']['pt-pt'] = "Atraso";
|
||||
$text['label-destination_delay']['fr-fr'] = "Délais";
|
||||
|
||||
$text['label-destination_timeout']['en-us'] = "Timeout";
|
||||
$text['label-destination_timeout']['pt-pt'] = "";
|
||||
$text['label-destination_timeout']['pt-pt'] = "Timeout";
|
||||
$text['label-destination_timeout']['fr-fr'] = "Timeout";
|
||||
|
||||
$text['label-destination_prompt']['en-us'] = "Prompt";
|
||||
$text['label-destination_prompt']['pt-pt'] = "";
|
||||
$text['label-destination_prompt']['pt-pt'] = "Prompt";
|
||||
$text['label-destination_prompt']['fr-fr'] = "Prompt";
|
||||
|
||||
$text['label-destination_prompt_confirm']['en-us'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['pt-pt'] = "";
|
||||
$text['label-destination_prompt_confirm']['pt-pt'] = "Confirmar";
|
||||
$text['label-destination_prompt_confirm']['fr-fr'] = "Confirmer";
|
||||
|
||||
$text['label-destination_prompt_announce']['en-us'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['pt-pt'] = "";
|
||||
$text['label-destination_prompt_announce']['pt-pt'] = "Anunciar";
|
||||
$text['label-destination_prompt_announce']['fr-fr'] = "Annonce";
|
||||
|
||||
$text['description-destinations']['en-us'] = "Add destinations and parameters to the ring group.";
|
||||
$text['description-destinations']['pt-pt'] = "";
|
||||
$text['description-destinations']['pt-pt'] = "Adicionar destinos e parâmetros ao grupo de ring.";
|
||||
$text['description-destinations']['fr-fr'] = "Ajouter des destinations et des paramètres au groupe de sonnerie.";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['en-pt'] = "";
|
||||
$text['confirm-copy']['en-pt'] = "Tem a certeza que pretende copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['option-enabled']['en-us'] = "Enabled";
|
||||
$text['option-enabled']['pt-pt'] = "";
|
||||
$text['option-enabled']['pt-pt'] = "Activado";
|
||||
$text['option-enabled']['fr-fr'] = "Activé";
|
||||
|
||||
$text['option-disabled']['en-us'] = "Disabled";
|
||||
$text['option-disabled']['pt-pt'] = "";
|
||||
$text['option-disabled']['pt-pt'] = "Desactivado";
|
||||
$text['option-disabled']['fr-fr'] = "Désactivé";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,227 +1,327 @@
|
|||
<?php
|
||||
|
||||
$text['title-schemas']['en-us'] = "Schemas";
|
||||
$text['title-schemas']['pt-pt'] = "Esquemas de Base de Dados";
|
||||
$text['title-schemas']['fr-fr'] = "Schémas";
|
||||
$text['title-schema']['en-us'] = "Schema";
|
||||
$text['title-schema']['pt-pt'] = "Esquema de Base de Dados";
|
||||
$text['title-schema']['fr-fr'] = "Schéma";
|
||||
$text['title-field']['en-us'] = "Field";
|
||||
$text['title-field']['pt-pt'] = "Campo";
|
||||
$text['title-field']['fr-fr'] = "Champs";
|
||||
$text['title-name_value']['en-us'] = "Select Box Option";
|
||||
$text['title-name_value']['pt-pt'] = "Escolha a Opção";
|
||||
$text['title-name_value']['fr-fr'] = "Choisir l'Option";
|
||||
$text['title-data_view']['en-us'] = "Schema Data View";
|
||||
$text['title-data_view']['pt-pt'] = "Visualização do Esquema de Dados";
|
||||
$text['title-data_view']['fr-fr'] = "Affichage des données";
|
||||
$text['title-data']['en-us'] = "Schema Data";
|
||||
$text['title-data']['pt-pt'] = "Esquema de Dados";
|
||||
$text['title-data']['fr-fr'] = "Données";
|
||||
$text['title-import']['en-us'] = "Schema Import";
|
||||
$text['title-import']['pt-pt'] = "Importar Esquema";
|
||||
$text['title-import']['fr-fr'] = "Importer Schéma";
|
||||
$text['title-import_results']['en-us'] = "Schema Import Results";
|
||||
$text['title-import_results']['pt-pt'] = "Resutlados da Importação do Esquema";
|
||||
$text['title-import_results']['fr-fr'] = "Résultat de l'import";
|
||||
|
||||
$text['header-schemas']['en-us'] = "Schemas";
|
||||
$text['header-schemas']['pt-pt'] = "Esquemas da Base de Dados";
|
||||
$text['header-schemas']['fr-fr'] = "Schémas";
|
||||
$text['header-schema']['en-us'] = "Schema";
|
||||
$text['header-schema']['pt-pt'] = "Esquema da Base de Dados";
|
||||
$text['header-schema']['fr-fr'] = "Schéma";
|
||||
$text['header-fields']['en-us'] = "Fields";
|
||||
$text['header-fields']['pt-pt'] = "Campos";
|
||||
$text['header-fields']['fr-fr'] = "Champs";
|
||||
$text['header-field']['en-us'] = "Field";
|
||||
$text['header-field']['pt-pt'] = "Campo";
|
||||
$text['header-field']['fr-fr'] = "Champs";
|
||||
$text['header-name_values']['en-us'] = "Select Box Options";
|
||||
$text['header-name_values']['pt-pt'] = "Escolher a Opção";
|
||||
$text['header-name_values']['fr-fr'] = "Choisir l'option";
|
||||
$text['header-name_value']['en-us'] = "Select Box Option";
|
||||
$text['header-name_value']['pt-pt'] = "Escolha a Opção";
|
||||
$text['header-name_value']['fr-fr'] = "Choisir l'option";
|
||||
$text['header-data_view']['en-us'] = "Schema Data View";
|
||||
$text['header-data_view']['pt-pt'] = "Visualização do Esquema de Dados";
|
||||
$text['header-data_view']['fr-fr'] = "Affichage des données";
|
||||
$text['header-data']['en-us'] = "Schema Data";
|
||||
$text['header-data']['pt-pt'] = "Esquema de Dados";
|
||||
$text['header-data']['fr-fr'] = "Données";
|
||||
$text['header-import']['en-us'] = "Schema Import";
|
||||
$text['header-import']['pt-pt'] = "Importar Esquema";
|
||||
$text['header-import']['fr-fr'] = "Importer Schéma";
|
||||
$text['header-import_results']['en-us'] = "Schema Import Results";
|
||||
$text['header-import_results']['pt-pt'] = "Resultados da Importação do Esquema";
|
||||
$text['header-import_results']['fr-fr'] = "Résultat de l'import";
|
||||
|
||||
$text['description-schemas']['en-us'] = "Provides the ability to quickly define information to store and dynamically makes tools available to view, add, edit, delete, and search.";
|
||||
$text['description-schemas']['pt-pt'] = "Oferece a possibilidade de definir rapidamente a informação a guardar e criar ferramentas para visualizar, adicionar, editar, remover e pesquisar.";
|
||||
$text['description-schemas']['fr-fr'] = "Permet de rapidement de stocker des informations et créer dynamiquement de soutils pour voir, ajouter, éditer, supprimer et chercher.";
|
||||
$text['description-schema']['en-us'] = "Define the properties of the schema below.";
|
||||
$text['description-schema']['pt-pt'] = "Definir as propriedades para o esquema em baixo.";
|
||||
$text['description-schema']['fr-fr'] = "Définir les propriétés du schéma ci-dessous.";
|
||||
$text['description-fields']['en-us'] = "Lists the fields in the database.";
|
||||
$text['description-fields']['pt-pt'] = "Lista os campos da base de dados.";
|
||||
$text['description-fields']['fr-fr'] = "Liste les champs de la base de données.";
|
||||
$text['description-field']['en-us'] = "Define the properties of the field below.";
|
||||
$text['description-field']['pt-pt'] = "Define as propriedades do campo em baixo.";
|
||||
$text['description-field']['fr-fr'] = "Définir les propriétés des champs ci-dessous";
|
||||
$text['description-name_values']['en-us'] = "Name and value pairs of the Select Box.";
|
||||
$text['description-name_values']['pt-pt'] = "Pares nome-valor da caixa de opções.";
|
||||
$text['description-name_values']['fr-fr'] = "Nom et valeur de la sélection.";
|
||||
$text['description-name_value']['en-us'] = "Define a name and value pair for the Select Box.";
|
||||
$text['description-name_value']['pt-pt'] = "Define um par nome-valor para a caixa de opções.";
|
||||
$text['description-name_value']['fr-fr'] = "Définir le nom et la valeur de la sélection.";
|
||||
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Catégorie";
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['pt-pt'] = "Rótulo";
|
||||
$text['label-label']['fr-fr'] = "Label";
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-schema_name']['en-us'] = "Schema Name";
|
||||
$text['label-schema_name']['pt-pt'] = "Nome do Esquema";
|
||||
$text['label-schema_name']['fr-fr'] = "Nom du schéma";
|
||||
$text['label-authentication']['en-us'] = "Authentication";
|
||||
$text['label-authentication']['pt-pt'] = "Autenticação";
|
||||
$text['label-authentication']['fr-fr'] = "Authentification";
|
||||
$text['label-parent_schema']['en-us'] = "Parent Schema";
|
||||
$text['label-parent_schema']['pt-pt'] = "Esquema Pai";
|
||||
$text['label-parent_schema']['fr-fr'] = "Schéma parent";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-field_label']['en-us'] = "Label";
|
||||
$text['label-field_label']['pt-pt'] = "Rótulo";
|
||||
$text['label-field_label']['fr-fr'] = "Label";
|
||||
$text['label-field_name']['en-us'] = "Name";
|
||||
$text['label-field_name']['pt-pt'] = "Nome";
|
||||
$text['label-field_name']['fr-fr'] = "Nom";
|
||||
$text['label-field_type']['en-us'] = "Type";
|
||||
$text['label-field_type']['pt-pt'] = "Tipo";
|
||||
$text['label-field_type']['fr-fr'] = "Type";
|
||||
$text['label-field_value']['en-us'] = "Value";
|
||||
$text['label-field_value']['pt-pt'] = "Valor";
|
||||
$text['label-field_value']['fr-fr'] = "Valeur";
|
||||
$text['label-field_visibility']['en-us'] = "Visibility";
|
||||
$text['label-field_visibility']['pt-pt'] = "Visibilidade";
|
||||
$text['label-field_visibility']['fr-fr'] = "Visible";
|
||||
$text['label-field_column']['en-us'] = "Column";
|
||||
$text['label-field_column']['pt-pt'] = "Coluna";
|
||||
$text['label-field_column']['fr-fr'] = "Colone";
|
||||
$text['label-field_required']['en-us'] = "Required";
|
||||
$text['label-field_required']['pt-pt'] = "Obrigatório";
|
||||
$text['label-field_required']['fr-fr'] = "Requis";
|
||||
$text['label-field_search_by']['en-us'] = "Search By";
|
||||
$text['label-field_search_by']['pt-pt'] = "Pesquisar Por";
|
||||
$text['label-field_search_by']['fr-fr'] = "Rechercher Par";
|
||||
$text['label-field_order']['en-us'] = "Field Order";
|
||||
$text['label-field_order']['pt-pt'] = "Ordem dos Campos";
|
||||
$text['label-field_order']['fr-fr'] = "Ordre des Champs";
|
||||
$text['label-field_tab_order']['en-us'] = "Tab Order";
|
||||
$text['label-field_tab_order']['pt-pt'] = "Ordem das Tabs";
|
||||
$text['label-field_tab_order']['fr-fr'] = "Odre des onglets";
|
||||
$text['label-field_description']['en-us'] = "Description";
|
||||
$text['label-field_description']['pt-pt'] = "Descrição";
|
||||
$text['label-field_description']['fr-fr'] = "Description";
|
||||
$text['label-name_value_name']['en-us'] = "Name";
|
||||
$text['label-name_value_name']['pt-pt'] = "Nome";
|
||||
$text['label-name_value_name']['fr-fr'] = "Nom";
|
||||
$text['label-name_value_value']['en-us'] = "Value";
|
||||
$text['label-name_value_value']['pt-pt'] = "Valor";
|
||||
$text['label-name_value_value']['fr-fr'] = "Valeur";
|
||||
$text['label-import_data']['en-us'] = "Data";
|
||||
$text['label-import_data']['pt-pt'] = "Dados";
|
||||
$text['label-import_data']['fr-fr'] = "Donnée";
|
||||
$text['label-import_delimiter']['en-us'] = "Delimiter";
|
||||
$text['label-import_delimiter']['pt-pt'] = "Separador";
|
||||
$text['label-import_delimiter']['fr-fr'] = "Séparateur de champs";
|
||||
$text['label-import_enclosure']['en-us'] = "Enclosure";
|
||||
$text['label-import_enclosure']['pt-pt'] = "Entre Campos";
|
||||
$text['label-import_enclosure']['fr-fr'] = "Champs entre";
|
||||
|
||||
$text['description-category']['en-us'] = "Select the category.";
|
||||
$text['description-category']['pt-pt'] = "Escolha a categoria.";
|
||||
$text['description-category']['fr-fr'] = "Choisir la catégorie.";
|
||||
$text['description-label']['en-us'] = "Enter the label.";
|
||||
$text['description-label']['pt-pt'] = "Introduza o rótulo.";
|
||||
$text['description-label']['fr-fr'] = "Choisir le label";
|
||||
$text['description-name']['en-us'] = "Enter the schema name.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do esquema.";
|
||||
$text['description-name']['fr-fr'] = "Choisir le nom du schéma.";
|
||||
$text['description-authentication']['en-us'] = "Choose whether to require authentication.";
|
||||
$text['description-authentication']['pt-pt'] = "Escolha se deseja ter autenticação.";
|
||||
$text['description-authentication']['fr-fr'] = "Choisir si l'authentification est nécessaire.";
|
||||
$text['description-parent_schema']['en-us'] = "Select a parent schema.";
|
||||
$text['description-parent_schema']['pt-pt'] = "Escolha um esquema pai.";
|
||||
$text['description-parent_schema']['fr-fr'] = "Choisir un schéma parent.";
|
||||
$text['description-description']['en-us'] = "Enter a description (optional).";
|
||||
$text['description-description']['en-us'] = "Introduza uma descrição (opcional).";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
$text['description-field_label']['en-us'] = "Enter the field label.";
|
||||
$text['description-field_label']['pt-pt'] = "Introduza o rótulo do campo.";
|
||||
$text['description-field_label']['fr-fr'] = "Choisil un label pour le champs";
|
||||
$text['description-field_name']['en-us'] = "Enter field name.";
|
||||
$text['description-field_name']['pt-pt'] = "Introduza o nome do campo.";
|
||||
$text['description-field_name']['fr-fr'] = "Choisir un nom pour le champs";
|
||||
$text['description-field_type']['en-us'] = "Select the field type.";
|
||||
$text['description-field_type']['pt-pt'] = "Introduza o tipo do campo.";
|
||||
$text['description-field_type']['fr-fr'] = "Choisir un type de champs";
|
||||
$text['description-field_value']['en-us'] = "Enter the default value.";
|
||||
$text['description-field_value']['pt-pt'] = "Introduza o valor por omissão.";
|
||||
$text['description-field_value']['fr-fr'] = "Choisir la valeur par défaut";
|
||||
$text['description-field_visibility']['en-us'] = "Choose whether the field is hidden from the list.";
|
||||
$text['description-field_visibility']['pt-pt'] = "Escolha se pretende que o campo esteja escondido da lista.";
|
||||
$text['description-field_visibility']['fr-fr'] = "choisir si le champs est caché";
|
||||
$text['description-field_search_by']['en-us'] = "Choose whether the field will be used for searches.";
|
||||
$text['description-field_search_by']['pt-pt'] = "Escolha que campo será utilizado para pesquisar.";
|
||||
$text['description-field_search_by']['fr-fr'] = "Choisir si le champs sera utilisé pour la recherche";
|
||||
$text['description-field_column']['en-us'] = "Determines which column to show the field in.";
|
||||
$text['description-field_column']['pt-pt'] = "Determina qual a coluna para visualizar o respectivo campo.";
|
||||
$text['description-field_column']['fr-fr'] = "Déterminer la colonne où afficher le champs";
|
||||
$text['description-field_required']['en-us'] = "Choose whether the field is required.";
|
||||
$text['description-field_required']['pt-pt'] = "Escolha se o campo é obrigatório.";
|
||||
$text['description-field_required']['fr-fr'] = "Choisir sir le champs est obligatoire";
|
||||
$text['description-field_order']['en-us'] = "Enter the order of the field.";
|
||||
$text['description-field_order']['pt-pt'] = "Introduza a ordem do campo.";
|
||||
$text['description-field_order']['fr-fr'] = "Choisir l'ordre des champs";
|
||||
$text['description-field_tab_order']['en-us'] = "Enter the tab order.";
|
||||
$text['description-field_tab_order']['pt-pt'] = "Introduza a ordem do tab.";
|
||||
$text['description-field_tab_order']['fr-fr'] = "Choisir l'ordre des onglets";
|
||||
$text['description-field_description']['en-us'] = "Enter the description (optional).";
|
||||
$text['description-field_description']['pt-pt'] = "Introduza uma descrição (opcional).";
|
||||
$text['description-field_description']['fr-fr'] = "";
|
||||
$text['description-name_value_name']['en-us'] = "Enter the option text.";
|
||||
$text['description-name_value_name']['pt-pt'] = "Introduza o texto da opção.";
|
||||
$text['description-name_value_name']['fr-fr'] = "Choisire le text de l'option.";
|
||||
$text['description-name_value_value']['en-us'] = "Enter the option value.";
|
||||
$text['description-name_value_value']['pt-pt'] = "Introduza o valor da opção.";
|
||||
$text['description-name_value_value']['fr-fr'] = "Choisir la valeur de l'option.";
|
||||
$text['description-import_data']['en-us'] = "Copy and paste the comma delimitted data into the text area to begin the import.";
|
||||
$text['description-import_data']['pt-pt'] = "Copie e cole os dados separados por vírgula para iniciar a importação.";
|
||||
$text['description-import_data']['fr-fr'] = "Copier et coller les données séparées par une virgule ou un \"pipe\" dans la zone de texte pour commencer l'import.";
|
||||
$text['description-import_delimiter']['en-us'] = "Select the field/column delimiter.";
|
||||
$text['description-import_delimiter']['pt-pt'] = "Escolha o separador de campo/coluna.";
|
||||
$text['description-import_delimiter']['fr-fr'] = "Choisir le séparateur de champs/colonne";
|
||||
$text['description-import_enclosure']['en-us'] = "Select the field/column data enclosure.";
|
||||
$text['description-import_enclosure']['pt-pt'] = "Escolha o conteúdo do campo/coluna.";
|
||||
$text['description-import_enclosure']['fr-fr'] = "Choisir le conteneur de champs/colonne";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
$text['option-fusionpbx']['en-us'] = "FusionPBX";
|
||||
$text['option-fusionpbx']['pt-pt'] = "FusionPBX";
|
||||
$text['option-fusionpbx']['fr-fr'] = "FusionPX";
|
||||
$text['option-other']['en-us'] = "Other";
|
||||
$text['option-other']['pt-pt'] = "Outro";
|
||||
$text['option-other']['fr-fr'] = "Autre";
|
||||
$text['option-visible']['en-us'] = "Visible";
|
||||
$text['option-visible']['pt-pt'] = "Visível";
|
||||
$text['option-visible']['fr-fr'] = "Visible";
|
||||
$text['option-hidden']['en-us'] = "Hidden";
|
||||
$text['option-hidden']['pt-pt'] = "Escondido";
|
||||
$text['option-hidden']['fr-fr'] = "Caché";
|
||||
$text['option-text']['en-us'] = "Text";
|
||||
$text['option-text']['pt-pt'] = "Texto";
|
||||
$text['option-text']['fr-fr'] = "Texte";
|
||||
$text['option-number']['en-us'] = "Number";
|
||||
$text['option-number']['pt-pt'] = "Número";
|
||||
$text['option-number']['fr-fr'] = "Numéro";
|
||||
$text['option-date']['en-us'] = "Date";
|
||||
$text['option-date']['pt-pt'] = "Data";
|
||||
$text['option-date']['fr-fr'] = "Date";
|
||||
$text['option-email']['en-us'] = "Email";
|
||||
$text['option-email']['pt-pt'] = "Email";
|
||||
$text['option-email']['fr-fr'] = "Courriel";
|
||||
$text['option-label']['en-us'] = "Label";
|
||||
$text['option-label']['pt-pt'] = "Rótulo";
|
||||
$text['option-label']['fr-fr'] = "Label";
|
||||
$text['option-phone']['en-us'] = "Phone";
|
||||
$text['option-phone']['pt-pt'] = "Telefone";
|
||||
$text['option-phone']['fr-fr'] = "Téléphone";
|
||||
$text['option-check_box']['en-us'] = "Check Box";
|
||||
$text['option-check_box']['pt-pt'] = "Opção";
|
||||
$text['option-check_box']['fr-fr'] = "option";
|
||||
$text['option-text_area']['en-us'] = "Text Area";
|
||||
$text['option-text_area']['pt-pt'] = "Área de Texto";
|
||||
$text['option-text_area']['fr-fr'] = "Zone de Texte";
|
||||
$text['option-select']['en-us'] = "Select";
|
||||
$text['option-select']['pt-pt'] = "Escolher";
|
||||
$text['option-select']['fr-fr'] = "Choisir";
|
||||
$text['option-hidden']['en-us'] = "Hidden";
|
||||
$text['option-hidden']['pt-pt'] = "Esconder";
|
||||
$text['option-hidden']['fr-fr'] = "Caché";
|
||||
$text['option-uuid']['en-us'] = "UUID";
|
||||
$text['option-uuid']['pt-pt'] = "UUID";
|
||||
$text['option-uuid']['fr-fr'] = "UUID";
|
||||
$text['option-password']['en-us'] = "Password";
|
||||
$text['option-password']['pt-pt'] = "Password";
|
||||
$text['option-password']['fr-fr'] = "Mot de Passe";
|
||||
$text['option-pin_number']['en-us'] = "PIN Number";
|
||||
$text['option-pin_number']['pt-pt'] = "Código PIN";
|
||||
$text['option-pin_number']['fr-fr'] = "Code PIN";
|
||||
$text['option-image_upload']['en-us'] = "Image Upload";
|
||||
$text['option-image_upload']['pt-pt'] = "Carregar Imagem";
|
||||
$text['option-image_upload']['fr-fr'] = "Télécharger une Image";
|
||||
$text['option-file_upload']['en-us'] = "File Upload";
|
||||
$text['option-file_upload']['pt-pt'] = "Carregar Ficheiro";
|
||||
$text['option-file_upload']['fr-fr'] = "Télécharger un Fichier";
|
||||
$text['option-url']['en-us'] = "URL";
|
||||
$text['option-url']['pt-pt'] = "URL";
|
||||
$text['option-url']['fr-fr'] = "URL";
|
||||
$text['option-modified_date']['en-us'] = "Modified Date";
|
||||
$text['option-modified_date']['pt-pt'] = "Data de Alteração";
|
||||
$text['option-modified_date']['fr-fr'] = "Date de Modification";
|
||||
$text['option-modified_user']['en-us'] = "Modified User";
|
||||
$text['option-modified_user']['pt-pt'] = "Utilizador Alterado";
|
||||
$text['option-modified_user']['fr-fr'] = "Usager Modifié";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['pt-pt'] = "Ver";
|
||||
$text['button-view']['fr-fr'] = "Voir";
|
||||
$text['button-import']['en-us'] = "Import";
|
||||
$text['button-import']['pt-pt'] = "Importar";
|
||||
$text['button-import']['fr-fr'] = "Importer";
|
||||
$text['button-search_all']['en-us'] = "Search All";
|
||||
$text['button-search_all']['pt-pt'] = "Pesquisar Tudo";
|
||||
$text['button-search_all']['fr-fr'] = "Rechercher tout";
|
||||
$text['button-prev']['en-us'] = "Previous";
|
||||
$text['button-prev']['pt-pt'] = "Anterior";
|
||||
$text['button-prev']['fr-fr'] = "Précédent";
|
||||
$text['button-next']['en-us'] = "Next";
|
||||
$text['button-next']['pt-pt'] = "Seguinte";
|
||||
$text['button-next']['fr-fr'] = "Suivant";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende removre isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Alteração Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Télécharger";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,39 +26,56 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['title']['en-us'] = "Service Add";
|
||||
$text['title']['pt-pt'] = "Adicionar Serviço";
|
||||
$text['title']['fr-fr'] = "Ajouter Service";
|
||||
|
||||
$text['description']['en-us'] = "Shows a list of processes and provides ability to start and stop them.";
|
||||
$text['description']['pt-pt'] = "Mostra uma lista dos processos e oferece a possibilidade de os arrancar e parar.";
|
||||
$text['description']['fr-fr'] = "Affiche la liste des processus et permet de les démarrer et les arrêter.";
|
||||
$text['label-name']['en-us'] = "Name:";
|
||||
$text['label-name']['pt-pt'] = "Nome:";
|
||||
$text['label-name']['fr-fr'] = "Nom:";
|
||||
$text['description-name']['en-us'] = "Enter the service name.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do serviço.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du service.";
|
||||
$text['label-type']['en-us'] = "Type:";
|
||||
$text['label-type']['pt-pt'] = "Tipo:";
|
||||
$text['label-type']['fr-fr'] = "Type:";
|
||||
$text['description-type']['en-us'] = "Select the service type.";
|
||||
$text['description-type']['pt-pt'] = "Select the service type.";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de service.";
|
||||
$text['label-data']['en-us'] = 'Data:';
|
||||
$text['label-data']['pt-pt'] = 'Data:';
|
||||
$text['label-data']['fr-fr'] = 'Données:';
|
||||
$text['description-data']['en-us'] = "Enter the service data.";
|
||||
$text['description-data']['pt-pt'] = "Enter the service data.";
|
||||
$text['description-data']['fr-fr'] = "Entrer les données du service.";
|
||||
$text['label-start']['en-us'] = "Start Command:";
|
||||
$text['label-start']['pt-pt'] = "Start Command:";
|
||||
$text['label-start']['fr-fr'] = "Commande démarrage:";
|
||||
$text['description-start']['en-us'] = "Enter the command to start the service.";
|
||||
$text['description-start']['pt-pt'] = "Introduza o comando para arrancar o serviço.";
|
||||
$text['description-start']['fr-fr'] = "Entrer la commande pour démarrer le service.";
|
||||
$text['label-stop']['en-us'] = "Stop Comand";
|
||||
$text['label-stop']['pt-pt'] = "Comando de Paragem";
|
||||
$text['label-stop']['fr-fr'] = "Comande d'arrêt";
|
||||
$text['description-stop']['en-us'] = "Enter the command to stop the service.";
|
||||
$text['description-stop']['pt-pt'] = "Introduza o comando para parar o serviço.";
|
||||
$text['description-stop']['fr-fr'] = "Entrer la commande pour arrêter le service.";
|
||||
$text['label-description']['en-us'] = "Description:";
|
||||
$text['label-description']['pt-pt'] = "Descrição:";
|
||||
$text['label-description']['fr-fr'] = "Description:";
|
||||
$text['description-description']['en-us'] = "Enter the service description.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição do serviço.";
|
||||
$text['description-description']['fr-fr'] = "Entrer la description du service.";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,47 +26,66 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['title-settings']['en-us'] = "Setting Update";
|
||||
$text['title-settings']['pt-pt'] = "Actualiza a Configuração";
|
||||
$text['title-settings']['fr-fr'] = "Mise à jour de la configuration";
|
||||
|
||||
$text['label-event-socket-ip']['en-us'] = "Event Socket IP Address:";
|
||||
$text['label-event-socket-ip']['pt-pt'] = "Endreço IP do Event Socket:";
|
||||
$text['label-event-socket-ip']['fr-fr'] = "Adresse IP pour Event Socket:";
|
||||
$text['description-event-socket-ip']['en-us'] = "Enter the event socket IP address. default: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['pt-pt'] = "Introduza o endereço IP do event socket. omissão: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['fr-fr'] = "Adresse IP pour le module Event Socket. défaut: 127.0.0.1";
|
||||
|
||||
$text['label-event-socket-port']['en-us'] = "Event Socket Port:";
|
||||
$text['label-event-socket-port']['pt-pt'] = "Porto do Event Socket:";
|
||||
$text['label-event-socket-port']['fr-fr'] = "Event Socket Port:";
|
||||
$text['description-event-socket-port']['en-us'] = "Enter the event socket port. default: 8021";
|
||||
$text['description-event-socket-port']['pt-pt'] = "Introduza o porto do event socket. omissão: 8021";
|
||||
$text['description-event-socket-port']['fr-fr'] = "Port du module Event Socket. défaut: 8021";
|
||||
|
||||
$text['label-event-socket-pw']['en-us'] = "Event Socket Password:";
|
||||
$text['label-event-socket-pw']['pt-pt'] = "Palavra-chave do Event Socket:";
|
||||
$text['label-event-socket-pw']['fr-fr'] = "Mot de Passe Event Socket:";
|
||||
$text['description-event-socket-pw']['en-us'] = "Enter the event socket password.";
|
||||
$text['description-event-socket-pw']['pt-pt'] = "Introduza a palavra-chave do event socket.";
|
||||
$text['description-event-socket-pw']['fr-fr'] = "Mot de passe pour se connecter au module Event Socket.";
|
||||
|
||||
$text['label-xml-rpc-port']['en-us'] = "XML RPC HTTP Port:";
|
||||
$text['label-xml-rpc-port']['pt-pt'] = "Porto HTTP do XML RPC:";
|
||||
$text['label-xml-rpc-port']['fr-fr'] = "XML RPC HTTP Port:";
|
||||
$text['description-xml-rpc-port']['en-us'] = "Enter the XML RPC HTTP Port. default: 8787";
|
||||
$text['description-xml-rpc-port']['pt-pt'] = "Introduza o porto HTTP para o XML RPC. omissão: 8787";
|
||||
$text['description-xml-rpc-port']['fr-fr'] = "Port pour joindre le service XML RPC HTTP. défaut: 8787";
|
||||
$text['label-xml-rpc-realm']['en-us'] = "XML RPC Auth Realm:";
|
||||
$text['label-xml-rpc-realm']['pt-pt'] = "Realm de autenticação do XML RPC:";
|
||||
$text['label-xml-rpc-realm']['fr-fr'] = "XML RPC Auth Realm:";
|
||||
$text['description-xml-rpc-realm']['en-us'] = "Enter the XML RPC Auth Realm. default: freeswitch";
|
||||
$text['description-xml-rpc-realm']['pt-pt'] = "Introduza o Realm de autenticação do XML RPC. omissão: freeswitch";
|
||||
$text['description-xml-rpc-realm']['fr-fr'] = "Royaume d'authentification XML RPC. défaut: freeswitch";
|
||||
$text['label-xml-rpc-user']['en-us'] = "XML RPC Auth User:";
|
||||
$text['label-xml-rpc-user']['pt-pt'] = "Utilizador de autenticação de XML RPC:";
|
||||
$text['label-xml-rpc-user']['fr-fr'] = "Auth usager XML RPC:";
|
||||
$text['description-xml-rpc-user']['en-us'] = "Enter the XML RPC Auth User. default: xmlrpc";
|
||||
$text['description-xml-rpc-user']['pt-pt'] = "Introduza o utilizador de autenticação do XML RPC. omissão: xmlrpc";
|
||||
$text['description-xml-rpc-user']['fr-fr'] = "Usager XML RPC. défaut: xmlrpc";
|
||||
$text['label-xml-rpc-pw']['en-us'] = "XML RPC Auth Password:";
|
||||
$text['label-xml-rpc-pw']['pt-pt'] = "Palavra-passe de autenticação do XML RPC:";
|
||||
$text['label-xml-rpc-pw']['fr-fr'] = "Mot de passe XML RPC:";
|
||||
$text['description-xml-rpc-pw']['en-us'] = "Enter the XML RPC Auth Password.";
|
||||
$text['description-xml-rpc-pw']['pt-pt'] = "Introduza a palavra-passe de autenticação do XML RPC.";
|
||||
$text['description-xml-rpc-pw']['fr-fr'] = "Mot de passe pour XML RPC.";
|
||||
|
||||
$text['label-shout-decoder']['en-us'] = "Mod Shout Decoder:";
|
||||
$text['label-shout-decoder']['pt-pt'] = "Descodificador do Mod Shout (MP3):";
|
||||
$text['label-shout-decoder']['fr-fr'] = "Décodeur Mod Shout (MP3):";
|
||||
$text['description-shout-decoder']['en-us'] = "Ender the Decoder. default: i386";
|
||||
$text['description-shout-decoder']['pt-pt'] = "Tipo de descodificador. omissão: i386";
|
||||
$text['description-shout-decoder']['fr-fr'] = "Type de Decoder. défaut: i386";
|
||||
$text['label-shout-volume']['en-us'] = "Mod Shout Volume:";
|
||||
$text['label-shout-volume']['pt-pt'] = "Volume do Mod Shout:";
|
||||
$text['label-shout-volume']['fr-fr'] = "Mod Shout Volume:";
|
||||
$text['description-shout-volume']['en-us'] = "Enter Mod Shout Volume.";
|
||||
$text['description-shout-volume']['pt-pt'] = "Introduza o volume do Mod Shout.";
|
||||
$text['description-shout-volume']['fr-fr'] = "Choisir l'amplification du volume pour Mod Shout.";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,84 +3,120 @@
|
|||
//SIP Profiles
|
||||
|
||||
$text['title-sip_profiles']['en-us'] = "SIP Profiles";
|
||||
$text['title-sip_profiles']['pt-pt'] = "Perfis SIP";
|
||||
$text['title-sip_profiles']['fr-fr'] = "Profiles SIP";
|
||||
$text['title-sip_profile']['en-us'] = "SIP Profile";
|
||||
$text['title-sip_profile']['pt-pt'] = "Perfil SIP";
|
||||
$text['title-sip_profile']['fr-fr'] = "Profile SIP";
|
||||
$text['title-setting']['en-us'] = "Profile Setting";
|
||||
$text['title-setting']['pt-pt'] = "Definições de Perfil";
|
||||
$text['title-setting']['fr-fr'] = "Paramètres du Profile";
|
||||
|
||||
$text['header-sip_profiles']['en-us'] = "SIP Profiles";
|
||||
$text['header-sip_profiles']['pt-pt'] = "Perfis SIP";
|
||||
$text['header-sip_profiles']['fr-fr'] = "Profiles SIP";
|
||||
$text['header-sip_profile']['en-us'] = "SIP Profile";
|
||||
$text['header-sip_profile']['pt-pt'] = "Perfil SIP";
|
||||
$text['header-sip_profile']['fr-fr'] = "Profile SIP";
|
||||
$text['header_settings']['en-us'] = "Settings";
|
||||
$text['header_settings']['pt-pt'] = "Definições";
|
||||
$text['header_settings']['fr-fr'] = "Paramètres";
|
||||
$text['header-setting']['en-us'] = "Profile Setting";
|
||||
$text['header-setting']['pt-pt'] = "Definições de Perfil";
|
||||
$text['header-setting']['fr-fr'] = "Paramètres du Profile";
|
||||
|
||||
$text['description-sip_profiles']['en-us'] = "Manage settings for SIP profiles.";
|
||||
$text['description-sip_profiles']['pt-pt'] = "Gerir definições para os perfis SIP.";
|
||||
$text['description-sip_profiles']['fr-fr'] = "Gérer les paramètres du profile SIP";
|
||||
$text['description-sip_profile']['en-us'] = "Manage settings for the SIP profile.";
|
||||
$text['description-sip_profile']['pt-pt'] = "Gerir definições para o perfil SIP.";
|
||||
$text['description-sip_profile']['fr-fr'] = "Gérer les paramètres du profile SIP";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-setting_name']['en-us'] = "Name";
|
||||
$text['label-setting_name']['pt-pt'] = "Nome";
|
||||
$text['label-setting_name']['fr-fr'] = "Nom";
|
||||
$text['label-setting_value']['en-us'] = "Value";
|
||||
$text['label-setting_value']['pt-pt'] = "Valor";
|
||||
$text['label-setting_value']['fr-fr'] = "Valeur";
|
||||
$text['label-setting_enabled']['en-us'] = "Enabled";
|
||||
$text['label-setting_enabled']['pt-pt'] = "Activado";
|
||||
$text['label-setting_enabled']['fr-fr'] = "Actif";
|
||||
$text['label-setting_description']['en-us'] = "Description";
|
||||
$text['label-setting_description']['pt-pt'] = "Descrição";
|
||||
$text['label-setting_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the SIP Profile name.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do perfil SIP.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du Profile SIP.";
|
||||
$text['description-description']['en-us'] = "Enter the description.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição.";
|
||||
$text['description-description']['fr-fr'] = "Entrer la description.";
|
||||
$text['description-setting_name']['en-us'] = "Enter the name.";
|
||||
$text['description-setting_name']['pt-pt'] = "Introduza o nome.";
|
||||
$text['description-setting_name']['fr-fr'] = "Entrer le nom.";
|
||||
$text['description-setting_value']['en-us'] = "Enter the value.";
|
||||
$text['description-setting_value']['pt-pt'] = "Introduza o valor.";
|
||||
$text['description-setting_value']['fr-fr'] = "Entrer la valeur.";
|
||||
$text['description-setting_enabled']['en-us'] = "Choose to enable or disable this.";
|
||||
$text['description-setting_enabled']['pt-pt'] = "Escolha se o parâmetro será activo ou desactivo.";
|
||||
$text['description-setting_enabled']['fr-fr'] = "Choisir si le paramètre sera actif ou non.";
|
||||
$text['description-setting_description']['en-us'] = "Enter the description.";
|
||||
$text['description-setting_description']['pt-pt'] = "Introduza uma descrição.";
|
||||
$text['description-setting_description']['fr-fr'] = "Entrer la description.";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['pt-pt'] = "Copiar";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['pt-pt'] = "Tem a certeza que pretende copiar isto?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['pt-pt'] = "Cópia Efectuada";
|
||||
$text['message-copy']['fr-fr'] = "Copié";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -26,13 +26,18 @@
|
|||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
|
||||
$text['error-event-socket']['pt-pt'] = "A ligação ao Event Socket falhou.";
|
||||
$text['error-event-socket']['fr-fr'] = "Connexion à l'Event Socket en echec.";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
$text['title-sofia-status']['en-us'] = "sofia status";
|
||||
$text['title-sofia-status']['pt-pt'] = "estado do módulo sofia";
|
||||
$text['title-sofia-status']['fr-fr'] = "sofia statut";
|
||||
$text['title-sofia-status-profile']['en-us'] = "sofia status profile";
|
||||
$text['title-sofia-status-profile']['pt-pt'] = "estado do perfil do módulo sofia";
|
||||
$text['title-sofia-status-profile']['fr-fr'] = "profile statut sofia";
|
||||
$text['title-status']['en-us'] = "status";
|
||||
$text['title-status']['pt-pt'] = "estado";
|
||||
$text['title-status']['fr-fr'] = "statut";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,54 +3,77 @@
|
|||
//SQL Query
|
||||
|
||||
$text['title-sql_query']['en-us'] = "SQL Query";
|
||||
$text['title-sql_query']['pt-pt'] = "Query SQL";
|
||||
$text['title-sql_query']['fr-fr'] = "Requête SQL";
|
||||
$text['title-databases']['en-us'] = "Databases";
|
||||
$text['title-databases']['pt-pt'] = "Bases de Dados";
|
||||
$text['title-databases']['fr-fr'] = "Bases de données";
|
||||
|
||||
$text['header-sql_query']['en-us'] = "SQL Query";
|
||||
$text['header-sql_query']['pt-pt'] = "Query SQL";
|
||||
$text['header-sql_query']['fr-fr'] = "Requêtes SQL";
|
||||
$text['header-databases']['en-us'] = "Databases";
|
||||
$text['header-databases']['pt-pt'] = "Bases de Dados";
|
||||
$text['header-databases']['fr-fr'] = "Bases de données";
|
||||
|
||||
$text['description-databases']['en-us'] = "Select the database to use with SQL Query.";
|
||||
$text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
|
||||
$text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
|
||||
|
||||
$text['label-sql_query']['en-us'] = "SQL Query";
|
||||
$text['label-sql_query']['pt-pt'] = "Consulta SQL";
|
||||
$text['label-sql_query']['fr-fr'] = "Requête SQL";
|
||||
$text['label-table']['en-us'] = "Table";
|
||||
$text['label-table']['pt-pt'] = "Tabela";
|
||||
$text['label-table']['fr-fr'] = "Table";
|
||||
$text['label-result_type']['en-us'] = "Result";
|
||||
$text['label-result_type']['pt-pt'] = "Resultado";
|
||||
$text['label-result_type']['fr-fr'] = "Résultat";
|
||||
$text['label-results']['en-us'] = "Results";
|
||||
$text['label-results']['pt-pt'] = "Resultados";
|
||||
$text['label-results']['fr-fr'] = "Résultats";
|
||||
$text['label-error']['en-us'] = "Error";
|
||||
$text['label-error']['pt-pt'] = "Erro";
|
||||
$text['label-error']['fr-fr'] = "Erreur";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-host']['en-us'] = "Host";
|
||||
$text['label-host']['pt-pt'] = "Host";
|
||||
$text['label-host']['fr-fr'] = "Hôte";
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['option-result_type_view']['en-us'] = "View";
|
||||
$text['option-result_type_view']['pt-pt'] = "Vista";
|
||||
$text['option-result_type_view']['fr-fr'] = "Voir";
|
||||
$text['option-result_type_csv']['en-us'] = "CSV Download";
|
||||
$text['option-result_type_csv']['pt-pt'] = "Descarregar CSV";
|
||||
$text['option-result_type_csv']['fr-fr'] = "Télécharger le CSV";
|
||||
$text['option-result_type_insert']['en-us'] = "SQL Inserts";
|
||||
$text['option-result_type_insert']['pt-pt'] = "Inserções SQL";
|
||||
$text['option-result_type_insert']['fr-fr'] = "Insertion SQL";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-backup']['en-us'] = "Backup";
|
||||
$text['button-backup']['pt-pt'] = "Voltar";
|
||||
$text['button-backup']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-select_database']['en-us'] = "Select Database";
|
||||
$text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
|
||||
$text['button-select_database']['fr-fr'] = "Choisir la Base de données";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-execute']['en-us'] = "Execute";
|
||||
$text['button-execute']['pt-pt'] = "Executar";
|
||||
$text['button-execute']['fr-fr'] = "Exécuter";
|
||||
$text['button-manage']['en-us'] = "Manage";
|
||||
$text['button-manage']['pt-pt'] = "Gerir";
|
||||
$text['button-manage']['fr-fr'] = "Gérer";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -27,25 +27,36 @@
|
|||
*/
|
||||
|
||||
$text['title-sys-info']['en-us'] = "System Information";
|
||||
$text['title-sys-info']['pt-pt'] = "Informação do Sistema";
|
||||
$text['title-sys-info']['fr-fr'] = "Info Système";
|
||||
$text['label-os']['en-us'] = "Operating System:";
|
||||
$text['label-os']['pt-pt'] = "Sistema Operativo:";
|
||||
$text['label-os']['fr-fr'] = "Operating System:";
|
||||
$text['title-mem']['en-us'] = "Memory Information";
|
||||
$text['title-mem']['pt-pt'] = "Informação da Memória";
|
||||
$text['title-mem']['fr-fr'] = "Information Mémoire";
|
||||
$text['label-mem']['en-us'] = "Memory Status:";
|
||||
$text['label-mem']['pt-pt'] = "Estado da Memória:";
|
||||
$text['label-mem']['fr-fr'] = "Statut Mémoire:";
|
||||
$text['title-cpu']['en-us'] = "CPU Information";
|
||||
$text['title-cpu']['pt-pt'] = "Informação de CPU";
|
||||
$text['title-cpu']['fr-fr'] = "Info CPU";
|
||||
$text['label-cpu']['en-us'] = "CPU Status:";
|
||||
$text['label-cpu']['pt-pt'] = "Estado do CPU:";
|
||||
$text['label-cpu']['fr-fr'] = "CPU Statut:";
|
||||
$text['title-drive']['en-us'] = "Drive Information";
|
||||
$text['title-drive']['pt-pt'] = "Informação do Disco";
|
||||
$text['title-drive']['fr-fr'] = "Info Disque";
|
||||
$text['label-drive']['en-us'] = "Drive Space:";
|
||||
$text['label-drive']['pt-pt'] = "Espaço do Disco:";
|
||||
$text['label-drive']['fr-fr'] = "Espace Disque:";
|
||||
$text['label-drive-capacity']['en-us'] = "Capacity:";
|
||||
$text['label-drive-capacity']['pt-pt'] = "Capacidade:";
|
||||
$text['label-drive-capacity']['fr-fr'] = "Capacité:";
|
||||
$text['label-drive-free']['en-us'] = "Free Space:";
|
||||
$text['label-drive-free']['pt-pt'] = "Espaço Livre:";
|
||||
$text['label-drive-free']['fr-fr'] = "Espace Libre:";
|
||||
$text['label-drive-percent']['en-us'] = "Percent Free:";
|
||||
$text['label-drive-percent']['pt-pt'] = "Percentagem Livre:";
|
||||
$text['label-drive-percent']['fr-fr'] = "Pourcent Libre:";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,148 +1,204 @@
|
|||
<?php
|
||||
|
||||
$text['title-time-condition-add']['en-us'] = "Time Conditions";
|
||||
$text['title-time-condition-add']['pt-pt'] = "Condições Temporais";
|
||||
$text['title-time-condition-add']['fr-fr'] = "Conditions Temporelles";
|
||||
$text['description-time-condition-add']['en-us'] = "Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations.";
|
||||
$text['description-time-condition-add']['pt-pt'] = "As condições temporais encaminham as chamadas com base no tempo. Pode utilizar as condições temporais para enviar chamadas para um menu de IVR, números externos, scripts, ou outros destinos.";
|
||||
$text['description-time-condition-add']['fr-fr'] = "Configurer l'acheminement d'apppel en fonction de conditions temporelles. Ces conditions temporelles permettent de diriger les appels vers un menu SVI, un numéro externe, un script, ou tout autre destination.";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['description-name']['en-us'] = "Enter the name for the time condition.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da condição temporal.";
|
||||
$text['description-name']['fr-fr'] = "Choisir un nom pour cette condition temporelle.";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-extension']['fr-fr'] = "Choisir le numéro d'extension.";
|
||||
|
||||
$text['label-template']['en-us'] = "Template";
|
||||
$text['label-template']['pt-pt'] = "Template";
|
||||
$text['label-template']['fr-fr'] = "Modèle";
|
||||
$text['description-template']['en-us'] = "The templates provides a list of preset time conditions.";
|
||||
$text['description-template']['pt-pt'] = "Os templates oferecem uma lista condições temporais.";
|
||||
$text['description-template']['fr-fr'] = "Le modèle fourni une liste de présélection.";
|
||||
|
||||
//begin: Template options
|
||||
$text['label-optgroup-office']['en-us'] = "Office";
|
||||
$text['label-optgroup-office']['pt-pt'] = "Escritório";
|
||||
$text['label-optgroup-office']['fr-fr'] = "Bureau";
|
||||
$text['label-option-office-8am-5pm']['en-us'] = "Office Hours Mon-Fri 8am-5pm";
|
||||
$text['label-option-office-8am-5pm']['pt-pt'] = "Horas de Trabalho Seg-Sex 8h-17h";
|
||||
$text['label-option-office-8am-5pm']['fr-fr'] = "Heures de Bureau Lun-Ven 8h-17h";
|
||||
$text['label-option-office-9am-6pm']['en-us'] = "Office Hours Mon-Fri 9am-6pm";
|
||||
$text['label-option-office-9am-6pm']['pt-pt'] = "Horas de Trabalho Seg-Sex 9h-18h";
|
||||
$text['label-option-office-9am-6pm']['fr-fr'] = "Heures de Bureau Lun-Ven 9h-18h";
|
||||
|
||||
$text['label-optgroup-us-holidays']['en-us'] = "US Holidays";
|
||||
$text['label-optgroup-us-holidays']['pt-pt'] = "Férias US";
|
||||
$text['label-optgroup-us-holidays']['fr-fr'] = "Vacances US";
|
||||
$text['label-option-us-holidays-new-year']['en-us'] = "New Year\'s Day";
|
||||
$text['label-option-us-holidays-new-year']['pt-pt'] = "Dia de Ano Novo";
|
||||
$text['label-option-us-holidays-new-year']['fr-fr'] = "Nouvel an";
|
||||
$text['label-option-us-holidays-martin-luther-king']['en-us'] = "Martin Luther King Jr Day";
|
||||
$text['label-option-us-holidays-martin-luther-king']['pt-pt'] = "Dia de Martin Luther King Jr";
|
||||
$text['label-option-us-holidays-martin-luther-king']['fr-fr'] = "Martin Luther King Jr Day";
|
||||
$text['label-option-us-holidays-president']['en-us'] = "Presidents Day";
|
||||
$text['label-option-us-holidays-president']['pt-pt'] = "Dia dos Presidentes";
|
||||
$text['label-option-us-holidays-president']['fr-fr'] = "Presidents Day";
|
||||
$text['label-option-us-holidays-memorial']['en-us'] = "Memorial Day";
|
||||
$text['label-option-us-holidays-memorial']['pt-pt'] = "Dia do Memorial";
|
||||
$text['label-option-us-holidays-memorial']['fr-fr'] = "Memorial Day";
|
||||
$text['label-option-us-holidays-independence']['en-us'] = "Independence Day";
|
||||
$text['label-option-us-holidays-independence']['pt-pt'] = "Dia da Independência";
|
||||
$text['label-option-us-holidays-independence']['fr-fr'] = "Independence Day";
|
||||
$text['label-option-us-holidays-labor']['en-us'] = "Labor Day";
|
||||
$text['label-option-us-holidays-labor']['pt-pt'] = "Dia do Trabalho";
|
||||
$text['label-option-us-holidays-labor']['fr-fr'] = "Labor Day";
|
||||
$text['label-option-us-holidays-columbus']['en-us'] = "Columbus Day";
|
||||
$text['label-option-us-holidays-columbus']['pt-pt'] = "Dia de Colombo";
|
||||
$text['label-option-us-holidays-columbus']['fr-fr'] = "Columbus Day";
|
||||
$text['label-option-us-holidays-veteran']['en-us'] = "Veteran\'s Day";
|
||||
$text['label-option-us-holidays-veteran']['pt-pt'] = "Dia dos Veteranos";
|
||||
$text['label-option-us-holidays-veteran']['fr-fr'] = "Veteran\'s Day";
|
||||
$text['label-option-us-holidays-thanksgiving']['en-us'] = "Thanksgiving";
|
||||
$text['label-option-us-holidays-thanksgiving']['pt-pt'] = "Thanksgiving";
|
||||
$text['label-option-us-holidays-thanksgiving']['fr-fr'] = "Thanksgiving";
|
||||
$text['label-option-us-holidays-christmas']['en-us'] = "Christmas";
|
||||
$text['label-option-us-holidays-christmas']['pt-pt'] = "Natal";
|
||||
$text['label-option-us-holidays-christmas']['fr-fr'] = "Noël";
|
||||
//end: TemplateOptions
|
||||
|
||||
$text['label-day-of-month']['en-us'] = "Day of Month";
|
||||
$text['label-day-of-month']['pt-pt'] = "Dia do Mês";
|
||||
$text['label-day-of-month']['fr-fr'] = "Jour du Mois";
|
||||
$text['description-day-of-month']['en-us'] = "Enter the day of the month.";
|
||||
$text['description-day-of-month']['pt-pt'] = "Introduza o dia do mês.";
|
||||
$text['description-day-of-month']['fr-fr'] = "Choisir le jour du mois.";
|
||||
|
||||
$text['label-day-of-week']['en-us'] = "Day of Week";
|
||||
$text['label-day-of-week']['pt-pt'] = "Dia da Semana";
|
||||
$text['label-day-of-week']['fr-fr'] = "Jour de la semaine";
|
||||
$text['description-day-of-week']['en-us'] = "Enter the day of the week. 1-7 (Sun=1, Mon=2, Tues=3)";
|
||||
$text['description-day-of-week']['pt-pt'] = "Introduza o dia da semana. 1-7 (Dom=1, Seg=2, Ter=3)";
|
||||
$text['description-day-of-week']['fr-fr'] = "Choisir le jour de la semaine. 1-7 (Dim=1, Lun=2, Mar=3).";
|
||||
|
||||
$text['label-minute-of-day']['en-us'] = "Minute of Day";
|
||||
$text['label-minute-of-day']['pt-pt'] = "Minuto do Dia";
|
||||
$text['label-minute-of-day']['fr-fr'] = "Minute de la journée";
|
||||
$text['description-minute-of-day']['en-us'] = "Enter the minute of the day. 1-1440 (midnight = 1, 8am=480, 9am=540, 6pm=1080)";
|
||||
$text['description-minute-of-day']['pt-pt'] = "Introduza o minuto do dia. 1-1440 (meia-noite = 1, 8h=480, 9h=540, 18h=1080)";
|
||||
$text['description-minute-of-day']['fr-fr'] = "Choisir la minute de la journée. 1-1440 (minuit = 1, 8h=480, 9h=540, 6h=1080)";
|
||||
|
||||
$text['label-month']['en-us'] = "Month";
|
||||
$text['label-month']['pt-pt'] = "Mês";
|
||||
$text['label-month']['fr-fr'] = "Mois";
|
||||
$text['description-month']['en-us'] = "Enter the month. 1-12 (Jan=1, Feb=2, Mar=3, April=4, May=5, Jun=6, July=7 etc.)";
|
||||
$text['description-month']['pt-pt'] = "Introduza o mês. 1-12 (Jan=1, Fev=2, Mar=3, Abr=4, Maio=5, Junho=6, Julho=7 etc.)";
|
||||
$text['description-month']['fr-fr'] = "Choisir le mois. 1-12 (Jan=1, Fev=2, Mar=3, Avr=4, Mai=5, etc.).";
|
||||
|
||||
$text['label-week-of-month']['en-us'] = "Week of Month";
|
||||
$text['label-week-of-month']['pt-pt'] = "Semana do Mês";
|
||||
$text['label-week-of-month']['fr-fr'] = "Semaine du Mois";
|
||||
$text['description-week-of-month']['en-us'] = "Enter the week of the month.";
|
||||
$text['description-week-of-month']['pt-pt'] = "Introduza a semana do mês.";
|
||||
$text['description-week-of-month']['fr-fr'] = "Choisir le numéro de la semaine dans le mois";
|
||||
|
||||
//begin: show_advanced
|
||||
$text['label-show-advanced']['en-us'] = "Show Advanced";
|
||||
$text['label-show-advanced']['pt-pt'] = "Opções Avançadas";
|
||||
$text['label-show-advanced']['fr-fr'] = "Paramètres avancés";
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Afficher les paramètres avancés";
|
||||
|
||||
$text['label-day-of-year']['en-us'] = "Day of Year";
|
||||
$text['label-day-of-year']['pt-pt'] = "Dia do Ano";
|
||||
$text['label-day-of-year']['fr-fr'] = "Jour de l'année";
|
||||
$text['description-day-of-year']['en-us'] = "Enter the day of the year.";
|
||||
$text['description-day-of-year']['pt-pt'] = "Introduza o dia do ano.";
|
||||
$text['description-day-of-year']['fr-fr'] = "Choisir le numéro du jour de l'année.";
|
||||
|
||||
$text['label-hour']['en-us'] = "Hour";
|
||||
$text['label-hour']['pt-pt'] = "Hora";
|
||||
$text['label-hour']['fr-fr'] = "Heure";
|
||||
$text['description-hour']['en-us'] = "Enter the hour.";
|
||||
$text['description-hour']['pt-pt'] = "Introduza a hora.";
|
||||
$text['description-hour']['fr-fr'] = "Choisir l'heure.";
|
||||
|
||||
$text['label-minute']['en-us'] = "Minute";
|
||||
$text['label-minute']['pt-pt'] = "Minuto";
|
||||
$text['label-minute']['fr-fr'] = "Minute";
|
||||
$text['description-minute']['en-us'] = "Enter the minute.";
|
||||
$text['description-minute']['pt-pt'] = "Introduza o minuto.";
|
||||
$text['description-minute']['fr-fr'] = "Choisir la minute.";
|
||||
|
||||
$text['label-week']['en-us'] = "Week";
|
||||
$text['label-week']['pt-pt'] = "Semana";
|
||||
$text['label-week']['fr-fr'] = "Semaine";
|
||||
$text['description-week']['en-us'] = "Enter the week.";
|
||||
$text['description-week']['pt-pt'] = "Introduza a semana.";
|
||||
$text['description-week']['fr-fr'] = "Choisir le numéro de la semaine.";
|
||||
|
||||
$text['label-year']['en-us'] = "Year";
|
||||
$text['label-year']['pt-pt'] = "Ano";
|
||||
$text['label-year']['fr-fr'] = "Année";
|
||||
$text['description-year']['en-us'] = "Enter the year.";
|
||||
$text['description-year']['pt-pt'] = "Introduza o ano.";
|
||||
$text['description-year']['fr-fr'] = "Choisir l'année.";
|
||||
//end: show_advanced
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-action-when-true']['en-us'] = "Action when True";
|
||||
$text['label-action-when-true']['pt-pt'] = "Acção quando Verdadeiro";
|
||||
$text['label-action-when-true']['fr-fr'] = "Action quand Vrai";
|
||||
|
||||
$text['label-action-when-false']['en-us'] = "Action when False";
|
||||
$text['label-action-when-false']['pt-pt'] = "Acção quando Falso";
|
||||
$text['label-action-when-false']['fr-fr'] = "Action quand Faux";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['label-required-domain_uuid']['en-us'] = "Please provide: domain_uuid";
|
||||
$text['label-required-domain_uuid']['pt-pt'] = "Por favor indique: domain_uuid";
|
||||
$text['label-required-domain_uuid']['fr-fr'] = "Merci d'indiquer: domain_uuid";
|
||||
|
||||
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
|
||||
$text['label-required-dialplan_name']['pt-pt'] = "Por favor indique: Nome da Extensão";
|
||||
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom de l'extension";
|
||||
|
||||
$text['confirm-update-complete']['en-us'] = "Update Complete";
|
||||
$text['confirm-update-complete']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update-complete']['fr-fr'] = "Mis à jour";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -3,23 +3,23 @@
|
|||
//traffic_graph
|
||||
|
||||
$text['title-traffic_graph']['en-us'] = "Traffic Graph";
|
||||
$text['title-traffic_graph']['pt-pt'] = "";
|
||||
$text['title-traffic_graph']['pt-pt'] = "Gráfico do Tráfego";
|
||||
$text['title-traffic_graph']['fr-fr'] = "Graphique de Traffic";
|
||||
|
||||
$text['header-traffic_graph']['en-us'] = "Traffic Graph";
|
||||
$text['header-traffic_graph']['pt-pt'] = "";
|
||||
$text['header-traffic_graph']['pt-pt'] = "Gráfico do Tráfego";
|
||||
$text['header-traffic_graph']['fr-fr'] = "Graphique de Traffic";
|
||||
|
||||
$text['description-traffic_graph']['en-us'] = "A browser (or plugin) that supports Scalable Vector Graphics (SVG) is required to view the traffic graph below.";
|
||||
$text['description-traffic_graph']['pt-pt'] = "";
|
||||
$text['description-traffic_graph']['pt-pt'] = "Um browser (ou plugin) que suporte SVG (Scalable Vector Graphics) é necessário para ver o gráfico do tráfego abaixo.";
|
||||
$text['description-traffic_graph']['fr-fr'] = "Un explorateur (ou plugin) qui support le Graphique Vectoriel Evolutif (SVG) est nécessaire pour afficher les graphique ci-dessous.";
|
||||
|
||||
$text['label-interface']['en-us'] = "Interface";
|
||||
$text['label-interface']['pt-pt'] = "";
|
||||
$text['label-interface']['pt-pt'] = "Interface";
|
||||
$text['label-interface']['fr-fr'] = "Interface";
|
||||
|
||||
$text['description-no_svg']['en-us'] = "Unfortunately your browser does not currently support Scalable Vector Graphics (SVG). To view the traffic graph, please use a browser (or plugin) that supports Scalable Vector Graphics (SVG).";
|
||||
$text['description-no_svg']['pt-pt'] = "";
|
||||
$text['description-no_svg']['pt-pt'] = "Infelizmente o seu browser não suporta SVG (Scalable Vector Graphics). Para ver o gráfico do tráfego por favor utilize um browser (ou plugin) que suporte SVG.";
|
||||
$text['description-no_svg']['fr-fr'] = "Malheureusement votre explorateur ne ssupporte pas le Graphique Vectoriel Evolutif (SVG). Pour voir le graphique, merci d'utiliser un explorateur (ou plugin) qui le supporte.";
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,79 +3,112 @@
|
|||
//Variables
|
||||
|
||||
$text['title-variables']['en-us'] = "Switch Variables";
|
||||
$text['title-variables']['pt-pt'] = "Variáveis do Freeswitch";
|
||||
$text['title-variables']['fr-fr'] = "Variables Système";
|
||||
$text['title-variable_add']['en-us'] = "Variable Add";
|
||||
$text['title-variable_add']['pt-pt'] = "Adicionar Variável";
|
||||
$text['title-variable_add']['fr-fr'] = "Ajouter une Variable";
|
||||
$text['title-variable_edit']['en-us'] = "Variable Edit";
|
||||
$text['title-variable_edit']['pt-pt'] = "Editar Variável";
|
||||
$text['title-variable_edit']['fr-fr'] = "Editer la Variable";
|
||||
$text['title-variables_advanced']['en-us'] = "Switch Variables: Advanced";
|
||||
$text['title-variables_advanced']['pt-pt'] = "Variáveis do Freeswitch: Avançadas";
|
||||
$text['title-variables_advanced']['fr-fr'] = "Variables Système: Avancé";
|
||||
|
||||
$text['header-variables']['en-us'] = "Switch Variables";
|
||||
$text['header-variables']['pt-pt'] = "Variáveis do Freeswitch";
|
||||
$text['header-variables']['fr-fr'] = "Variables Système";
|
||||
$text['header-variable_add']['en-us'] = "Variable Add";
|
||||
$text['header-variable_add']['pt-pt'] = "Adicionar variável";
|
||||
$text['header-variable_add']['fr-fr'] = "Ajouter une Variable";
|
||||
$text['header-variable_edit']['en-us'] = "Variable Edit";
|
||||
$text['header-variable_edit']['pt-pt'] = "Editar variável";
|
||||
$text['header-variable_edit']['fr-fr'] = "Editer la Variable";
|
||||
$text['header-variables_advanced']['en-us'] = "Switch Variables: Advanced";
|
||||
$text['header-variables_advanced']['pt-pt'] = "Variáveis do Freeswitch: Avançadas";
|
||||
$text['header-variables_advanced']['fr-fr'] = "Variables Système: Avancé";
|
||||
|
||||
$text['description-variables']['en-us'] = "Define preprocessor variables here.";
|
||||
$text['description-variables']['pt-pt'] = "Defina as variáveis aqui.";
|
||||
$text['description-variables']['fr-fr'] = "Définir ici les variables préprocessées.";
|
||||
$text['description-variables_advanced']['en-us'] = "Define preprocessor variables here. Can be accessed in the xml configation with $${var_name}.";
|
||||
$text['description-variables_advanced']['en-us'] = "Define preprocessor variables here. Can be accessed in the xml configuration with $${var_name}.";
|
||||
$text['description-variables_advanced']['pt-pt'] = "Defina as variáveis aqui. Podem ser acedidas na configuração xml com $${var_name}.";
|
||||
$text['description-variables_advanced']['fr-fr'] = "Définir ici les variables préprocessées. Se retrouve dans la configuration XML avec $${var_name}.";
|
||||
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['pt-pt'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Cateégorie";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['pt-pt'] = "Ordem";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-codec_information']['en-us'] = "Codec Information";
|
||||
$text['label-codec_information']['pt-pt'] = "Informação do Codec";
|
||||
$text['label-codec_information']['fr-fr'] = "Codec Information";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the variable name.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da variável.";
|
||||
$text['description-name']['fr-fr'] = "";
|
||||
$text['description-value']['en-us'] = "Enter the variable value.";
|
||||
$text['description-value']['pt-pt'] = "Introduza o valor da variável.";
|
||||
$text['description-value']['fr-fr'] = "";
|
||||
$text['description-category']['en-us'] = "Select the category.";
|
||||
$text['description-category']['pt-pt'] = "Escolha a categoria.";
|
||||
$text['description-category']['fr-fr'] = "";
|
||||
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-restore']['en-us'] = "Restore Default";
|
||||
$text['button-restore']['pt-pt'] = "Restaurar Valores";
|
||||
$text['button-restore']['fr-fr'] = "Restaurer";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
$text['title']['fr-fr'] = "Salutations de la messagerie";
|
||||
|
||||
$text['description']['en-us'] = "Select the active greeting message to play for extension:";
|
||||
$text['description']['pt-pt'] = "Selecione e active mensagem de saudação para executar na extensão:";
|
||||
$text['description']['pt-pt'] = "Escolha e active uma mensagem de saudação a tocar na extensão:";
|
||||
$text['description']['fr-fr'] = "Choisir le message de salutation à jouer pour l'extension:";
|
||||
|
||||
$text['label-upload']['en-us'] = "File to Upload";
|
||||
|
|
@ -43,20 +43,20 @@
|
|||
|
||||
//voicemail_greeting_delete
|
||||
$text['confirm-delete']['en-us'] = "Delete Complete";
|
||||
$text['confirm-delete']['pt-pt'] = "Eliminação Completa";
|
||||
$text['confirm-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['confirm-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
//voicemail_greeting_edit
|
||||
$text['confirm-name']['en-us'] = "Please provide: Greeting Name (play)";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor, forneça: Nome da saudação (execução)";
|
||||
$text['confirm-name']['pt-pt'] = "Por favor indique: Nome da saudação (tocar)";
|
||||
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom de salutation (jouer)";
|
||||
|
||||
$text['confirm-add']['en-us'] = "Add Complete";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Completa";
|
||||
$text['confirm-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['confirm-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Completa";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['label-add']['en-us'] = "Add Greeting";
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-info']['en-us'] = "You may enter a description here for your reference (not parsed).";
|
||||
$text['description-info']['pt-pt'] = "Pode inserir aqui uma descrição para referência.";
|
||||
$text['description-info']['pt-pt'] = "Pode inserir uma descrição para referência futura aqui.";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,83 +2,83 @@
|
|||
|
||||
//Voicemails
|
||||
$text['title-voicemails']['en-us'] = "Voicemails";
|
||||
$text['title-voicemails']['pt-pt'] = "";
|
||||
$text['title-voicemails']['pt-pt'] = "Correios de Voz";
|
||||
$text['title-voicemails']['fr-fr'] = "Messageries Vocales";
|
||||
|
||||
$text['title-voicemail']['en-us'] = "Voicemail";
|
||||
$text['title-voicemail']['pt-pt'] = "";
|
||||
$text['title-voicemail']['pt-pt'] = "Correio de Voz";
|
||||
$text['title-voicemail']['fr-fr'] = "Messagerie Vocale";
|
||||
|
||||
$text['description-voicemail']['en-us'] = "Voicemail settings.";
|
||||
$text['description-voicemail']['pt-pt'] = "";
|
||||
$text['description-voicemail']['pt-pt'] = "Saudações de Correio de Voz";
|
||||
$text['description-voicemail']['fr-fr'] = "Configuration messagerie.";
|
||||
|
||||
$text['label-voicemail_id']['en-us'] = "Voicemail ID";
|
||||
$text['label-voicemail_id']['pt-pt'] = "";
|
||||
$text['label-voicemail_id']['pt-pt'] = "ID de Correio de Voz";
|
||||
$text['label-voicemail_id']['fr-fr'] = "ID de Messagerie";
|
||||
|
||||
$text['description-voicemail_id']['en-us'] = "Enter the Voicemail ID";
|
||||
$text['description-voicemail_id']['pt-pt'] = "";
|
||||
$text['description-voicemail_id']['pt-pt'] = "Introduza o ID do Correio de Voz";
|
||||
$text['description-voicemail_id']['fr-fr'] = "Choisir l'indentifiant de la messagerie vocale.";
|
||||
|
||||
$text['label-voicemail_password']['en-us'] = "Password";
|
||||
$text['label-voicemail_password']['pt-pt'] = "";
|
||||
$text['label-voicemail_password']['pt-pt'] = "Palavra-passe";
|
||||
$text['label-voicemail_password']['fr-fr'] = "Mot de Passe";
|
||||
|
||||
$text['description-voicemail_password']['en-us'] = "Enter the Password";
|
||||
$text['description-voicemail_password']['pt-pt'] = "";
|
||||
$text['description-voicemail_password']['pt-pt'] = "Introduza a Palavra-passe";
|
||||
$text['description-voicemail_password']['fr-fr'] = "";
|
||||
|
||||
$text['label-greeting_id']['en-us'] = "Greeting ID";
|
||||
$text['label-greeting_id']['pt-pt'] = "";
|
||||
$text['label-greeting_id']['pt-pt'] = "ID de Saudação";
|
||||
$text['label-greeting_id']['fr-fr'] = "ID de Salutation";
|
||||
|
||||
$text['description-greeting_id']['en-us'] = "Enter the Greeting ID";
|
||||
$text['description-greeting_id']['pt-pt'] = "";
|
||||
$text['description-greeting_id']['pt-pt'] = "Introduza o ID da Saudação";
|
||||
$text['description-greeting_id']['fr-fr'] = "Choisir le numéro de message vocal de salutation.";
|
||||
|
||||
$text['label-voicemail_mail_to']['en-us'] = "Mail To";
|
||||
$text['label-voicemail_mail_to']['pt-pt'] = "";
|
||||
$text['label-voicemail_mail_to']['pt-pt'] = "Email Para";
|
||||
$text['label-voicemail_mail_to']['fr-fr'] = "Courriel de réception";
|
||||
|
||||
$text['description-voicemail_mail_to']['en-us'] = "Enter the email address to send voicemail to. ";
|
||||
$text['description-voicemail_mail_to']['pt-pt'] = "";
|
||||
$text['description-voicemail_mail_to']['pt-pt'] = "Introduza o endereço de email para enviar o correio de voz.";
|
||||
$text['description-voicemail_mail_to']['fr-fr'] = "Choisir un courriel lié à cette messagerie vocale.";
|
||||
|
||||
$text['label-voicemail_attach_file']['en-us'] = "Attach File";
|
||||
$text['label-voicemail_attach_file']['pt-pt'] = "";
|
||||
$text['label-voicemail_attach_file']['pt-pt'] = "Anexar Ficheiro";
|
||||
$text['label-voicemail_attach_file']['fr-fr'] = "Fichier attaché";
|
||||
|
||||
$text['description-voicemail_attach_file']['en-us'] = "Choose whether to attach the file to the email.";
|
||||
$text['description-voicemail_attach_file']['pt-pt'] = "";
|
||||
$text['description-voicemail_attach_file']['pt-pt'] = "Escolha se pretende anexar o ficheiro de voz ao email.";
|
||||
$text['description-voicemail_attach_file']['fr-fr'] = "Attacher le fichier audio au courriel.";
|
||||
|
||||
$text['label-voicemail_local_after_email']['en-us'] = "Local After Email";
|
||||
$text['label-voicemail_local_after_email']['pt-pt'] = "";
|
||||
$text['label-voicemail_local_after_email']['pt-pt'] = "Conservar Mensagem de Voz";
|
||||
$text['label-voicemail_local_after_email']['fr-fr'] = "Conserver le message";
|
||||
|
||||
$text['description-voicemail_local_after_email']['en-us'] = "Choose to keep the voicemail file after sending the email.";
|
||||
$text['description-voicemail_local_after_email']['pt-pt'] = "";
|
||||
$text['description-voicemail_local_after_email']['pt-pt'] = "Escolha se pretende manter o ficheiro de correio de voz depois de enviar email.";
|
||||
$text['description-voicemail_local_after_email']['fr-fr'] = "Garder le message vocal dans la boite vocale après l'envoi du courriel.";
|
||||
|
||||
$text['label-voicemail_enabled']['en-us'] = "Enabled";
|
||||
$text['label-voicemail_enabled']['pt-pt'] = "";
|
||||
$text['label-voicemail_enabled']['pt-pt'] = "Activado";
|
||||
$text['label-voicemail_enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-voicemail_enabled']['en-us'] = "Select to enable or disable this voicemail.";
|
||||
$text['description-voicemail_enabled']['pt-pt'] = "";
|
||||
$text['description-voicemail_enabled']['pt-pt'] = "Escolha se pretende activar ou desactivar este correio de voz.";
|
||||
$text['description-voicemail_enabled']['fr-fr'] ="Messagerie Vocale activée ou non.";
|
||||
|
||||
$text['label-voicemail_description']['en-us'] = "Description";
|
||||
$text['label-voicemail_description']['pt-pt'] = "";
|
||||
$text['label-voicemail_description']['pt-pt'] = "Descrição";
|
||||
$text['label-voicemail_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-voicemail_description']['en-us'] = "Enter the description.";
|
||||
$text['description-voicemail_description']['pt-pt'] = "";
|
||||
$text['description-voicemail_description']['pt-pt'] = "Introduza a descrição";
|
||||
$text['description-voicemail_description']['fr-fr'] = "";
|
||||
|
||||
$text['label-count']['en-us'] = "Count";
|
||||
$text['label-count']['pt-pt'] = "";
|
||||
$text['label-count']['pt-pt'] = "Total";
|
||||
$text['label-count']['fr-fr'] = "Compter";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
|
|
@ -86,51 +86,51 @@
|
|||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-message_size']['en-us'] = "Size";
|
||||
$text['label-message_size']['pt-pt'] = "";
|
||||
$text['label-message_size']['pt-pt'] = "Tamanho";
|
||||
$text['label-message_size']['fr-fr'] = "Taille";
|
||||
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['pt-pt'] = "";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['pt-pt'] = "";
|
||||
$text['label-view']['pt-pt'] = "Vista";
|
||||
$text['label-view']['fr-fr'] = "Voir";
|
||||
|
||||
$text['label-true']['en-us'] = "true";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "false";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-greetings']['en-us'] = "Greetings";
|
||||
$text['label-greetings']['pt-pt'] = "";
|
||||
$text['label-greetings']['pt-pt'] = "Saudações";
|
||||
$text['label-greetings']['fr-fr'] = "Salutations";
|
||||
|
||||
$text['button-greetings']['en-us'] = "Greetings";
|
||||
$text['button-greetings']['pt-pt'] = "";
|
||||
$text['button-greetings']['pt-pt'] = "Saudações";
|
||||
$text['button-greetings']['fr-fr'] = "Salutations";
|
||||
|
||||
$text['button-settings']['en-us'] = "Settings";
|
||||
$text['button-settings']['pt-pt'] = "";
|
||||
$text['button-settings']['pt-pt'] = "Definições";
|
||||
$text['button-settings']['fr-fr'] = "Configurations";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-view']['en-us'] = "View";
|
||||
$text['button-view']['pt-pt'] = "";
|
||||
$text['button-view']['pt-pt'] = "Ver";
|
||||
$text['button-view']['fr-fr'] = "Voir";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
|
|
@ -146,92 +146,92 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
//Voicemail Messages
|
||||
$text['title-voicemail_messages']['en-us'] = "Voicemail Messages";
|
||||
$text['title-voicemail_messages']['pt-pt'] = "";
|
||||
$text['title-voicemail_messages']['pt-pt'] = "Mensagens de Correio de Voz";
|
||||
$text['title-voicemail_messages']['fr-fr'] = "Messages vocaux";
|
||||
|
||||
$text['title-voicemail_message']['en-us'] = "Voicemail Message";
|
||||
$text['title-voicemail_message']['pt-pt'] = "";
|
||||
$text['title-voicemail_message']['pt-pt'] = "Mensagem de Correio de Voz";
|
||||
$text['title-voicemail_message']['fr-fr'] = "Message vocal";
|
||||
|
||||
$text['description-voicemail_message']['en-us'] = "A list of recorded voice messages which shows when the message was created, caller ID information, length, file size and download or delete the message.";
|
||||
$text['description-voicemail_message']['pt-pt'] = "";
|
||||
$text['description-voicemail_message']['pt-pt'] = "Uma lista de mensagens gravadas que mostra quando uma mensagem foi criada, o ID fo chamador, a duração, o tamanho do ficheiro e opção de descarregar ou remover a mensagem.";
|
||||
$text['description-voicemail_message']['fr-fr'] = "Liste des messages vocaux et les details tels que la date de création, les informations sur l'appelant, la durée, la taille du fichier et la possibilité de télécharger ou supprimer le message.";
|
||||
|
||||
$text['label-mailbox']['en-us'] = "Mailbox";
|
||||
$text['label-mailbox']['pt-pt'] = "";
|
||||
$text['label-mailbox']['pt-pt'] = "Caixa de Email";
|
||||
$text['label-mailbox']['fr-fr'] = "Boite mail";
|
||||
|
||||
$text['label-voicemail_uuid']['en-us'] = "Voicemail UUID";
|
||||
$text['label-voicemail_uuid']['pt-pt'] = "";
|
||||
$text['label-voicemail_uuid']['pt-pt'] = "UUID do Correio de Voz";
|
||||
$text['label-voicemail_uuid']['fr-fr'] = "UUID Messagerie Vocale";
|
||||
|
||||
$text['description-voicemail_uuid']['en-us'] = "Voicemail UUID";
|
||||
$text['description-voicemail_uuid']['pt-pt'] = "";
|
||||
$text['description-voicemail_uuid']['pt-pt'] = "UUID do Correio de Voz";
|
||||
$text['description-voicemail_uuid']['fr-fr'] = "";
|
||||
|
||||
$text['label-created_epoch']['en-us'] = "Created";
|
||||
$text['label-created_epoch']['pt-pt'] = "";
|
||||
$text['label-created_epoch']['pt-pt'] = "Criada";
|
||||
$text['label-created_epoch']['fr-fr'] = "créé";
|
||||
|
||||
$text['description-created_epoch']['en-us'] = "Created";
|
||||
$text['description-created_epoch']['pt-pt'] = "";
|
||||
$text['description-created_epoch']['pt-pt'] = "Criada";
|
||||
$text['description-created_epoch']['fr-fr'] = "Date de création";
|
||||
|
||||
$text['label-read_epoch']['en-us'] = "Read";
|
||||
$text['label-read_epoch']['pt-pt'] = "";
|
||||
$text['label-read_epoch']['pt-pt'] = "Ler";
|
||||
$text['label-read_epoch']['fr-fr'] = "Lire";
|
||||
|
||||
$text['description-read_epoch']['en-us'] = "Read";
|
||||
$text['description-read_epoch']['pt-pt'] = "";
|
||||
$text['description-read_epoch']['pt-pt'] = "Ler";
|
||||
$text['description-read_epoch']['fr-fr'] = "Lire";
|
||||
|
||||
$text['label-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller_id_name']['pt-pt'] = "";
|
||||
$text['label-caller_id_name']['pt-pt'] = "Nome do Originador";
|
||||
$text['label-caller_id_name']['fr-fr'] = "Nom d'appelant";
|
||||
|
||||
$text['description-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['description-caller_id_name']['pt-pt'] = "";
|
||||
$text['description-caller_id_name']['pt-pt'] = "Nome do Originador";
|
||||
$text['description-caller_id_name']['fr-fr'] = "";
|
||||
|
||||
$text['label-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller_id_number']['pt-pt'] = "";
|
||||
$text['label-caller_id_number']['pt-pt'] = "Número do Originador";
|
||||
$text['label-caller_id_number']['fr-fr'] = "Numéro d'appelant";
|
||||
|
||||
$text['description-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['description-caller_id_number']['pt-pt'] = "";
|
||||
$text['description-caller_id_number']['pt-pt'] = "Número do Originador";
|
||||
$text['description-caller_id_number']['fr-fr'] = "";
|
||||
|
||||
$text['label-message_length']['en-us'] = "Length";
|
||||
$text['label-message_length']['pt-pt'] = "";
|
||||
$text['label-message_length']['pt-pt'] = "Duração";
|
||||
$text['label-message_length']['fr-fr'] = "Durée";
|
||||
|
||||
$text['description-message_length']['en-us'] = "Length";
|
||||
$text['description-message_length']['pt-pt'] = "";
|
||||
$text['description-message_length']['pt-pt'] = "Duração";
|
||||
$text['description-message_length']['fr-fr'] = "";
|
||||
|
||||
$text['label-message_status']['en-us'] = "Status";
|
||||
$text['label-message_status']['pt-pt'] = "";
|
||||
$text['label-message_status']['pt-pt'] = "Estado";
|
||||
$text['label-message_status']['fr-fr'] = "Etat";
|
||||
|
||||
$text['description-message_status']['en-us'] = "Status";
|
||||
|
|
@ -239,11 +239,11 @@
|
|||
$text['description-message_status']['fr-fr'] = "Etat";
|
||||
|
||||
$text['label-message_priority']['en-us'] = "Priority";
|
||||
$text['label-message_priority']['pt-pt'] = "";
|
||||
$text['label-message_priority']['pt-pt'] = "Prioridade";
|
||||
$text['label-message_priority']['fr-fr'] = "Priorité";
|
||||
|
||||
$text['description-message_priority']['en-us'] = "Priority";
|
||||
$text['description-message_priority']['pt-pt'] = "";
|
||||
$text['description-message_priority']['pt-pt'] = "Prioridade";
|
||||
$text['description-message_priority']['fr-fr'] = "Priorité";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,23 +2,23 @@
|
|||
|
||||
//xml_cdr
|
||||
$text['title']['en-us'] = "Call Detail Records";
|
||||
$text['title']['pt-pt'] = "Detalhes da Gravação de Chamadas";
|
||||
$text['title']['pt-pt'] = "Registo Detalhado de Chamadas";
|
||||
$text['title']['fr-fr'] = "Historique détaillé des appels";
|
||||
|
||||
$text['description']['en-us'] = "Call Detail Records (CDRs) are detailed information on the calls.";
|
||||
$text['description']['pt-pt'] = "Detalhes da Gravação de Chamadas, são informações detalhadas sobre as chamadas.";
|
||||
$text['description']['pt-pt'] = "O registo detalhado de chamadas mostra informações detalhadas sobre as chamadas.";
|
||||
$text['description']['fr-fr'] = "Ici se trouve l'historique des tous les appels passés sur cette plateforme. En Anglais: Call Detail Records (CDR).";
|
||||
|
||||
$text['description-2']['en-us'] = "The information contains source, destination, duration, and other useful call details.";
|
||||
$text['description-2']['pt-pt'] = "A informação contém fonte, destino, duração e outros detalhes úteis da chamada.";
|
||||
$text['description-2']['pt-pt'] = "A informação contem fonte, destino, duração e outros detalhes úteis da chamada.";
|
||||
$text['description-2']['fr-fr'] = "Les informations contiennent la source, la destination, la durée et pleins d'autres informations utiles.";
|
||||
|
||||
$text['description-3']['en-us'] = "Use the fields to filter the information for the specific call records that are desired.";
|
||||
$text['description-3']['pt-pt'] = "Utilize os campos para filtrar a informação para os registos de chamadas específicas que são desejados.";
|
||||
$text['description-3']['pt-pt'] = "Utilize os campos para filtrar a informação sobre os registos de chamadas desejados.";
|
||||
$text['description-3']['fr-fr'] = "Utiliser les filtres pour afficher les appels désirés. ";
|
||||
|
||||
$text['description-4']['en-us'] = "Then view the calls in the list or download them as comma seperated file by using the 'csv' button.";
|
||||
$text['description-4']['pt-pt'] = "Então pode ver as chamadas na lista ou descarrega-las como arquivo separadas por vírgulas usando o botão 'csv'.";
|
||||
$text['description-4']['pt-pt'] = "Veja as chamadas na lista ou descarregue-as como arquivo, separadas por vírgulas, usando o botão 'csv'.";
|
||||
$text['description-4']['fr-fr'] = "Ensuite visualisez les informations dans la liste ci-dessous, ou téléchargez les sous forme d'un fichier CSV.";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
$text['label-inbound']['fr-fr'] = "entrant";
|
||||
|
||||
$text['label-outbound']['en-us'] = "outbound";
|
||||
$text['label-outbound']['pt-pt'] = "saida";
|
||||
$text['label-outbound']['pt-pt'] = "saída";
|
||||
$text['label-outbound']['fr-fr'] = "sortant";
|
||||
|
||||
$text['label-local']['en-us'] = "local";
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
$text['label-destination']['fr-fr'] = "Destination";
|
||||
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['pt-pt'] = "Inicio";
|
||||
$text['label-start']['pt-pt'] = "Início";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
|
|
@ -62,27 +62,27 @@
|
|||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-number']['en-us'] = "Number";
|
||||
$text['label-number']['pt-pt'] = "Numero";
|
||||
$text['label-number']['pt-pt'] = "Número";
|
||||
$text['label-number']['fr-fr'] = "Numéro";
|
||||
|
||||
$text['label-length']['en-us'] = "Length";
|
||||
$text['label-length']['pt-pt'] = "Comprimento";
|
||||
$text['label-length']['pt-pt'] = "Duração";
|
||||
$text['label-length']['fr-fr'] = "Durée";
|
||||
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['pt-pt'] = "";
|
||||
$text['label-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-play']['en-us'] = "Play";
|
||||
$text['label-play']['pt-pt'] = "";
|
||||
$text['label-play']['pt-pt'] = "Tocar";
|
||||
$text['label-play']['fr-fr'] = "Jouer";
|
||||
|
||||
$text['label-download']['en-us'] = "Download";
|
||||
$text['label-download']['pt-pt'] = "";
|
||||
$text['label-download']['pt-pt'] = "Descarregar";
|
||||
$text['label-download']['fr-fr'] = "Télécharger";
|
||||
|
||||
$text['button-statistics']['en-us'] = "Statistics";
|
||||
$text['button-statistics']['pt-pt'] = "Estatisticas";
|
||||
$text['button-statistics']['pt-pt'] = "Estatísticas";
|
||||
$text['button-statistics']['fr-fr'] = "Statistiques";
|
||||
|
||||
$text['button-missed']['en-us'] = "Missed Calls";
|
||||
|
|
@ -99,19 +99,19 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['description-5']['en-us'] = "A detailed view of the call and all information regarding it.";
|
||||
$text['description-5']['pt-pt'] = "Uma visão detalhada da chamada e todas as informações sobre ela.";
|
||||
$text['description-5']['pt-pt'] = "Uma visão detalhada da chamada e de todas as informações sobre ela.";
|
||||
$text['description-5']['fr-fr'] = "Une vue détaillée de l'appel et toutes les informations en relation.";
|
||||
|
||||
$text['description-6']['en-us'] = "The information contains caller id name and number, channel data, ";
|
||||
$text['description-6']['pt-pt'] = "A informação contém o nome e numero de origem, dados do canal, ";
|
||||
$text['description-6']['pt-pt'] = "A informação contem o nome e o número de origem, dados do canal, ";
|
||||
$text['description-6']['fr-fr'] = "L'information contient le nom et le numéro d'appelant, données du canal, ";
|
||||
|
||||
$text['description-7']['en-us'] = "call variables, call flow, timing information, and other useful call details.";
|
||||
$text['description-7']['pt-pt'] = "variáveis de chamada, fluxo da chamada, informações de tempo e outros detalhes úteis da chamada.";
|
||||
$text['description-7']['pt-pt'] = "variáveis de chamada, fluxo da chamada, informações de tempo e outras informações úteis.";
|
||||
$text['description-7']['fr-fr'] = "les variables de l'appel, le chemin, les temporisations et d'autres détails.";
|
||||
|
||||
$text['label-summary']['en-us'] = "Summary";
|
||||
$text['label-summary']['pt-pt'] = "Sumario";
|
||||
$text['label-summary']['pt-pt'] = "Resumo";
|
||||
$text['label-summary']['fr-fr'] = "Résumé";
|
||||
|
||||
$text['table-direction']['en-us'] = "Direction";
|
||||
|
|
@ -119,19 +119,19 @@
|
|||
$text['table-direction']['fr-fr'] = "Direction";
|
||||
|
||||
$text['table-name']['en-us'] = "Name (play)";
|
||||
$text['table-name']['pt-pt'] = "None (executar)";
|
||||
$text['table-name']['pt-pt'] = "Nome (tocar)";
|
||||
$text['table-name']['fr-fr'] = "Nom (jouer)";
|
||||
|
||||
$text['table-download']['en-us'] = "Number (download)";
|
||||
$text['table-download']['pt-pt'] = "Numero (descarregar)";
|
||||
$text['table-download']['pt-pt'] = "Número (descarregar)";
|
||||
$text['table-download']['fr-fr'] = "Numéro (télécharger)";
|
||||
|
||||
$text['table-end']['en-us'] = "End";
|
||||
$text['table-end']['pt-pt'] = "Final";
|
||||
$text['table-end']['pt-pt'] = "Fim";
|
||||
$text['table-end']['fr-fr'] = "Fin";
|
||||
|
||||
$text['label-channel']['en-us'] = "Channel Data";
|
||||
$text['label-channel']['pt-pt'] = "Dados de Canal";
|
||||
$text['label-channel']['pt-pt'] = "Dados do Canal";
|
||||
$text['label-channel']['fr-fr'] = "Données de canal";
|
||||
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
|
|
@ -147,32 +147,32 @@
|
|||
$text['label-data']['fr-fr'] = "Données";
|
||||
|
||||
$text['label-call-flow']['en-us'] = "Call Flow: Attributes";
|
||||
$text['label-call-flow']['pt-pt'] = "Fluxos de chamada: Atributos";
|
||||
$text['label-call-flow']['pt-pt'] = "Fluxo de chamada: Atributos";
|
||||
$text['label-call-flow']['fr-fr'] = "Flux d'appel: Attibuts";
|
||||
|
||||
$text['label-call-flow-2']['en-us'] = "Call Flow: Extension: Attributes";
|
||||
$text['label-call-flow-2']['pt-pt'] = "Fluxos de chamada: Extensão: Atributos";
|
||||
$text['label-call-flow-2']['pt-pt'] = "Fluxo de chamada: Extensão: Atributos";
|
||||
$text['label-call-flow-2']['fr-fr'] = "Flux d'appel: Extension: Attibuts";
|
||||
|
||||
$text['label-call-flow-3']['en-us'] = "Call Flow: Extension: Application";
|
||||
$text['label-call-flow-3']['pt-pt'] = "Fluxos de chamada: Extensão: Aplicação";
|
||||
$text['label-call-flow-3']['pt-pt'] = "Fluxo de chamada: Extensão: Aplicação";
|
||||
$text['label-call-flow-3']['fr-fr'] = "Flux d'appel: Extension: Application";
|
||||
|
||||
$text['label-call-flow-4']['en-us'] = "Call Flow: Caller Profile";
|
||||
$text['label-call-flow-4']['pt-pt'] = "Fluxos de chamada: Perfil de chamador";
|
||||
$text['label-call-flow-4']['pt-pt'] = "Fluxo de chamada: Perfil do Originador";
|
||||
$text['label-call-flow-4']['fr-fr'] = "Flux d'appel: Profile de l'appelant";
|
||||
|
||||
$text['label-call-flow-5']['en-us'] = "Call Flow: Times";
|
||||
$text['label-call-flow-5']['pt-pt'] = "Fluxos de chamada: Tempos";
|
||||
$text['label-call-flow-5']['pt-pt'] = "Fluxo de chamada: Tempos";
|
||||
$text['label-call-flow-5']['fr-fr'] = "Flux d'appel: temporisations ";
|
||||
|
||||
//xml_cdr_statistics
|
||||
$text['label-call-statistics']['en-us'] = "Call Detail Record Statistics";
|
||||
$text['label-call-statistics']['pt-pt'] = "Estatisticas dos Detalhes da Gravação de Chamadas";
|
||||
$text['label-call-statistics']['pt-pt'] = "Estatísticas do Registo Detalhado de Chamadas";
|
||||
$text['label-call-statistics']['fr-fr'] = "Statistiques sur l'historique des appels";
|
||||
|
||||
$text['label-call-statistics-description']['en-us'] = "Call Detail Records Statics summarize the call information.";
|
||||
$text['label-call-statistics-description']['pt-pt'] = "As Estatisticas dos Detalhes da Gravação de Chamadas resumem as informações da chamada.";
|
||||
$text['label-call-statistics-description']['pt-pt'] = "As Estatisticas do Registo Detalhado de Chamadas resume as informações da chamada.";
|
||||
$text['label-call-statistics-description']['fr-fr'] = "Résumé de l'historique des appels.";
|
||||
|
||||
$text['table-hours']['en-us'] = "Hours";
|
||||
|
|
|
|||
|
|
@ -3,212 +3,212 @@
|
|||
//XMPP
|
||||
|
||||
$text['title-xmpp']['en-us'] = "XMPP Manager";
|
||||
$text['title-xmpp']['pt-pt'] = "";
|
||||
$text['title-xmpp']['pt-pt'] = "Gestor XMPP";
|
||||
$text['title-xmpp']['fr-fr'] = "Gestion XMPP";
|
||||
|
||||
$text['title-xmpp-edit']['en-us'] = "Profile Edit";
|
||||
$text['title-xmpp-edit']['pt-pt'] = "";
|
||||
$text['title-xmpp-edit']['pt-pt'] = "Editar Perfil";
|
||||
$text['title-xmpp-edit']['fr-fr'] = "Edition du Profile";
|
||||
|
||||
$text['title-xmpp-add']['en-us'] = "Profile Add";
|
||||
$text['title-xmpp-add']['pt-pt'] = "";
|
||||
$text['title-xmpp-add']['pt-pt'] = "Adicionar Perfil";
|
||||
$text['title-xmpp-add']['fr-fr'] = "Ajouter un Profile";
|
||||
|
||||
$text['header-xmpp']['en-us'] = "XMPP Manager";
|
||||
$text['header-xmpp']['pt-pt'] = "";
|
||||
$text['header-xmpp']['pt-pt'] = "Gestor XMPP";
|
||||
$text['header-xmpp']['fr-fr'] = "Gestion XMPP";
|
||||
|
||||
$text['header-xmpp-edit']['en-us'] = "Profile Edit";
|
||||
$text['header-xmpp-edit']['pt-pt'] = "";
|
||||
$text['header-xmpp-edit']['pt-pt'] = "Editar Perfil";
|
||||
$text['header-xmpp-edit']['fr-fr'] = "Editer le profile";
|
||||
|
||||
$text['header-xmpp-add']['en-us'] = "Profile Add";
|
||||
$text['header-xmpp-add']['pt-pt'] = "";
|
||||
$text['header-xmpp-add']['pt-pt'] = "Adicionar Perfil";
|
||||
$text['header-xmpp-add']['fr-fr'] = "Ajouter un profile";
|
||||
|
||||
$text['description-xmpp-list']['en-us'] = "Utilizes the Jingle protocol. Jingle is an extension to the Jabber/XMPP protocol.";
|
||||
$text['description-xmpp-list']['pt-pt'] = "";
|
||||
$text['description-xmpp-list']['pt-pt'] = "Utiliza o protocolo Jingle. O Jingle é uma extensão ao protocolo Jabber/XMPP.";
|
||||
$text['description-xmpp-list']['fr-fr'] = "Utilise le protocle Jingle. Jingle est une extension du protocol Jabber/ XMPP.";
|
||||
|
||||
$text['description-xmpp-edit-add']['en-us'] = "Defines a connections to a Jabber, GTalk, or other XMPP Provider server.";
|
||||
$text['description-xmpp-edit-add']['pt-pt'] = "";
|
||||
$text['description-xmpp-edit-add']['en-us'] = "Defines a connection to a Jabber, GTalk, or other XMPP Provider server.";
|
||||
$text['description-xmpp-edit-add']['pt-pt'] = "Define uma ligação ao Jabber, GTalk, ou outro provedor de XMPP.";
|
||||
$text['description-xmpp-edit-add']['fr-fr'] = "Définir une connexion à Jabber, GTalk ou tout autre fournissuer de service XMPP.";
|
||||
|
||||
$text['label-profile_name']['en-us'] = "Profile Name";
|
||||
$text['label-profile_name']['pt-pt'] = "";
|
||||
$text['label-profile_name']['pt-pt'] = "Nome";
|
||||
$text['label-profile_name']['fr-fr'] = "Nom du Profile";
|
||||
|
||||
$text['description-profile_name']['en-us'] = "Enter the profile name here.";
|
||||
$text['description-profile_name']['pt-pt'] = "";
|
||||
$text['description-profile_name']['pt-pt'] = "Introduza o nome do perfil aqui.";
|
||||
$text['description-profile_name']['fr-fr'] = "Insérer le nom du profile.";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "";
|
||||
$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Nom d'utilisateur";
|
||||
|
||||
$text['description-username']['en-us'] = "Enter the XMPP username here.";
|
||||
$text['description-username']['pt-pt'] = "";
|
||||
$text['description-username']['pt-pt'] = "Introduza o nome do utilizador XMPP aqui.";
|
||||
$text['description-username']['fr-fr'] = "Insérer l'utilisateur XMPP.";
|
||||
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "";
|
||||
$text['label-password']['pt-pt'] = "Palavra-passe";
|
||||
$text['label-password']['fr-fr'] = "Mot de Passe";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the password here.";
|
||||
$text['description-password']['pt-pt'] = "";
|
||||
$text['description-password']['pt-pt'] = "Introduza a palavra-passe aqui.";
|
||||
$text['description-password']['fr-fr'] = "Insérer le mot de passe XMPP.";
|
||||
|
||||
$text['label-auto_login']['en-us'] = "Auto-Login";
|
||||
$text['label-auto_login']['pt-pt'] = "";
|
||||
$text['label-auto_login']['pt-pt'] = "Login Automático";
|
||||
$text['label-auto_login']['fr-fr'] = "Login Auto";
|
||||
|
||||
$text['description-auto_login']['en-us'] = "Choose whether to automatically login.";
|
||||
$text['description-auto_login']['pt-pt'] = "";
|
||||
$text['description-auto_login']['pt-pt'] = "Escolha se pretende login automático.";
|
||||
$text['description-auto_login']['fr-fr'] = "Choisir un mode de connexion automatique ou non.";
|
||||
|
||||
$text['label-xmpp_server']['en-us'] = "XMPP Server";
|
||||
$text['label-xmpp_server']['pt-pt'] = "";
|
||||
$text['label-xmpp_server']['pt-pt'] = "Servidor XMPP";
|
||||
$text['label-xmpp_server']['fr-fr'] = "Serveur XMPP";
|
||||
|
||||
$text['description-xmpp_server']['en-us'] = "Enter the alternate XMPP server if not the same as specified in the Username field above (e.g. GoogleTalk is: talk.google.com).";
|
||||
$text['description-xmpp_server']['pt-pt'] = "";
|
||||
$text['description-xmpp_server']['pt-pt'] = "Introduza um servidor XMPP alternativo diferente do especificado no campo Nome de Utilizador acima (ex: GoogleTalk é: talk.google.com).";
|
||||
$text['description-xmpp_server']['fr-fr'] = "Insérer le serveur XMPP alternatif si ce n'est pas le même que celui renseigné dans le nom d'utilisateur précédent (e.g. GoogleTalk est talk.google.com).";
|
||||
|
||||
$text['label-default_exten']['en-us'] = "Default Extension";
|
||||
$text['label-default_exten']['pt-pt'] = "";
|
||||
$text['label-default_exten']['pt-pt'] = "Extensão por Omissão";
|
||||
$text['label-default_exten']['fr-fr'] = "Extension par Défaut";
|
||||
|
||||
$text['description-default_exten']['en-us'] = "Default extension (if one cannot be determined) .";
|
||||
$text['description-default_exten']['pt-pt'] = "";
|
||||
$text['description-default_exten']['pt-pt'] = "Extensão por Omissão";
|
||||
$text['description-default_exten']['fr-fr'] = "Extension par défaut (si aucune ne peut être déterminé).";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['pt-pt'] = "";
|
||||
$text['label-context']['pt-pt'] = "Contexto";
|
||||
$text['label-context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['description-context']['en-us'] = "Enter the context here.";
|
||||
$text['description-context']['pt-pt'] = "";
|
||||
$text['description-context']['pt-pt'] = "Introduza o contexo aqui.";
|
||||
$text['description-context']['fr-fr'] = "";
|
||||
|
||||
$text['label-rtp_ip']['en-us'] = "RTP IP";
|
||||
$text['label-rtp_ip']['pt-pt'] = "";
|
||||
$text['label-rtp_ip']['pt-pt'] = "IP do RTP";
|
||||
$text['label-rtp_ip']['fr-fr'] = "RTP IP";
|
||||
|
||||
$text['description-rtp_ip']['en-us'] = "IP Address for RTP.";
|
||||
$text['description-rtp_ip']['pt-pt'] = "";
|
||||
$text['description-rtp_ip']['pt-pt'] = "Endereço IP para o RTP.";
|
||||
$text['description-rtp_ip']['fr-fr'] = "Adresse IP du proxy RTP.";
|
||||
|
||||
$text['label-ext_rtp_ip']['en-us'] = "External RTP IP";
|
||||
$text['label-ext_rtp_ip']['pt-pt'] = "";
|
||||
$text['label-ext_rtp_ip']['pt-pt'] = "IP Externo do RTP";
|
||||
$text['label-ext_rtp_ip']['pt-pt'] = "";
|
||||
$text['label-ext_rtp_ip']['fr-fr'] = "RTP IP Externe";
|
||||
|
||||
$text['description-ext_rtp_ip']['en-us'] = "External IP Address for RTP.";
|
||||
$text['description-ext_rtp_ip']['pt-pt'] = "";
|
||||
$text['description-ext_rtp_ip']['pt-pt'] = "Endereço IP Externo para o RTP.";
|
||||
$text['description-ext_rtp_ip']['fr-fr'] = "Adresse externe IP du proxy RTP.";
|
||||
|
||||
$text['label-sasl_type']['en-us'] = "SASL Type";
|
||||
$text['label-sasl_type']['pt-pt'] = "";
|
||||
$text['label-sasl_type']['pt-pt'] = "Tipo do SASL";
|
||||
$text['label-sasl_type']['fr-fr'] = "Type SASL";
|
||||
|
||||
$text['description-sasl_type']['en-us'] = "Select an SASL type.";
|
||||
$text['description-sasl_type']['pt-pt'] = "";
|
||||
$text['description-sasl_type']['pt-pt'] = "Introduza um tipo de SASL";
|
||||
$text['description-sasl_type']['fr-fr'] = "Choisir un type de SASL.";
|
||||
|
||||
$text['label-tls_enable']['en-us'] = "Enable TLS";
|
||||
$text['label-tls_enable']['pt-pt'] = "";
|
||||
$text['label-tls_enable']['pt-pt'] = "Activar TLS";
|
||||
$text['label-tls_enable']['fr-fr'] = "Activer TLS";
|
||||
|
||||
$text['description-tls_enable']['en-us'] = "Set the status of TLS support.";
|
||||
$text['description-tls_enable']['pt-pt'] = "";
|
||||
$text['description-tls_enable']['pt-pt'] = "Escolha o estado suporte TLS.";
|
||||
$text['description-tls_enable']['fr-fr'] = "Choisir le statut du support TLS.";
|
||||
|
||||
$text['label-use_rtp_timer']['en-us'] = "Use RTP Timer";
|
||||
$text['label-use_rtp_timer']['pt-pt'] = "";
|
||||
$text['label-use_rtp_timer']['pt-pt'] = "Utilize um temporizador RTP";
|
||||
$text['label-use_rtp_timer']['fr-fr'] = "Utilise le timer RTP";
|
||||
|
||||
$text['description-use_rtp_timer']['en-us'] = "Disable to trade async for more calls.";
|
||||
$text['description-use_rtp_timer']['pt-pt'] = "";
|
||||
$text['description-use_rtp_timer']['pt-pt'] = "Desactive a sincronização para mais chamadas";
|
||||
$text['description-use_rtp_timer']['fr-fr'] = "désactiver la synchronisation pour augmenter le nombre d'appels";
|
||||
|
||||
$text['label-vad']['en-us'] = "Voice Activity Detection (VAD)";
|
||||
$text['label-vad']['pt-pt'] = "";
|
||||
$text['label-vad']['pt-pt'] = "Detecção de Actividade de Voz (VAD)";
|
||||
$text['label-vad']['fr-fr'] = "Dectection d'activité voix (VAD)";
|
||||
|
||||
$text['description-vad']['en-us'] = "The direction for which VAD should be enabled.";
|
||||
$text['description-vad']['pt-pt'] = "";
|
||||
$text['description-vad']['pt-pt'] = "Escolha a direcção para a qual a VAD deverá ser activada.";
|
||||
$text['description-vad']['fr-fr'] = "Choisir la direction pour la quelle la VAD doit être activée.";
|
||||
|
||||
$text['option-vad_none']['en-us'] = "None";
|
||||
$text['option-vad_none']['pt-pt'] = "";
|
||||
$text['option-vad_none']['pt-pt'] = "Nenhum";
|
||||
$text['option-vad_none']['fr-fr'] = "Aucune";
|
||||
|
||||
$text['option-vad_in']['en-us'] = "In";
|
||||
$text['option-vad_in']['pt-pt'] = "";
|
||||
$text['option-vad_in']['pt-pt'] = "Entrada";
|
||||
$text['option-vad_in']['fr-fr'] = "Entrant";
|
||||
|
||||
$text['option-vad_out']['en-us'] = "Out";
|
||||
$text['option-vad_out']['pt-pt'] = "";
|
||||
$text['option-vad_out']['pt-pt'] = "Saída";
|
||||
$text['option-vad_out']['fr-fr'] = "Sortant";
|
||||
|
||||
$text['option-vad_both']['en-us'] = "Both";
|
||||
$text['option-vad_both']['pt-pt'] = "";
|
||||
$text['option-vad_both']['pt-pt'] = "Ambas";
|
||||
$text['option-vad_both']['fr-fr'] = "Les Deux";
|
||||
|
||||
$text['label-candidate_acl']['en-us'] = "Candidate ACL";
|
||||
$text['label-candidate_acl']['pt-pt'] = "";
|
||||
$text['label-candidate_acl']['pt-pt'] = "Candidato ACL";
|
||||
$text['label-candidate_acl']['fr-fr'] = "ACL Candidat";
|
||||
|
||||
$text['description-candidate_acl']['en-us'] = "Candidate access control list.";
|
||||
$text['description-candidate_acl']['pt-pt'] = "";
|
||||
$text['description-candidate_acl']['pt-pt'] = "Candidato à lista de controlo de acesso";
|
||||
$text['description-candidate_acl']['fr-fr'] = "Candidat aux listes de contrôle d'accès";
|
||||
|
||||
$text['label-local_network_acl']['en-us'] = "Local Network ACL";
|
||||
$text['label-local_network_acl']['pt-pt'] = "";
|
||||
$text['label-local_network_acl']['pt-pt'] = "Rede Local ACL";
|
||||
$text['label-local_network_acl']['fr-fr'] = "ACL Réseau local";
|
||||
|
||||
$text['description-local_network_acl']['en-us'] = "Local network access control list.";
|
||||
$text['description-local_network_acl']['pt-pt'] = "";
|
||||
$text['description-local_network_acl']['pt-pt'] = "Lista de controlo de acesso da Rede Local.";
|
||||
$text['description-local_network_acl']['fr-fr'] = "listes de contrôle d'accès du Réseau local";
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Set the current status of this profile.";
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$text['description-enabled']['pt-pt'] = "Escolha o estado actual deste perfil.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir le statut actuel de ce profile.";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = "Enter the description for the Profile here (optional).";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição para o perfil aqui (opcional).";
|
||||
$text['description-description']['fr-fr'] = "Mettre ici la description du profile (optionnel).";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "falso";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
|
|
@ -220,31 +220,31 @@
|
|||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-advanced']['en-us'] = "Advanced";
|
||||
$text['button-advanced']['pt-pt'] = "";
|
||||
$text['button-advanced']['pt-pt'] = "Avançadas";
|
||||
$text['button-advanced']['fr-fr'] = "Afficher les paramètres avancés";
|
||||
|
||||
$text['label-advanced']['en-us'] = "Show Advanced";
|
||||
$text['label-advanced']['pt-pt'] = "";
|
||||
$text['label-advanced']['pt-pt'] = "Opções Avançadas";
|
||||
$text['label-advanced']['fr-fr'] = "Paramètres Avancés";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer:";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,92 +2,91 @@
|
|||
|
||||
//Apps
|
||||
|
||||
$text['title-apps']['en-us'] = 'App Manager';
|
||||
$text['title-apps']['pt-pt'] = '';
|
||||
$text['title-apps']['fr-fr'] = 'Gestionnaire App';
|
||||
$text['title-apps']['en-us'] = "App Manager";
|
||||
$text['title-apps']['pt-pt'] = "Gestor de Aplicações";
|
||||
$text['title-apps']['fr-fr'] = "Gestionnaire App";
|
||||
|
||||
$text['header-apps']['en-us'] = 'App Manager';
|
||||
$text['header-apps']['pt-pt'] = '';
|
||||
$text['header-apps']['fr-fr'] = 'Gestionnaire App';
|
||||
$text['header-apps']['en-us'] = "App Manager";
|
||||
$text['header-apps']['pt-pt'] = "Gestor de Aplicações";
|
||||
$text['header-apps']['fr-fr'] = "Gestionnaire App";
|
||||
|
||||
$text['description-apps']['en-us'] = 'Manage the applications that are installed.';
|
||||
$text['description-apps']['pt-pt'] = '';
|
||||
$text['description-apps']['fr-fr'] = 'Gérer les applications installées.';
|
||||
$text['description-apps']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-apps']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-apps']['fr-fr'] = "Gérer les applications installées.";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-app-edit']['en-us'] = 'App Edit';
|
||||
$text['title-app-edit']['pt-pt'] = '';
|
||||
$text['title-app-edit']['en-us'] = "App Edit";
|
||||
$text['title-app-edit']['pt-pt'] = "Editar a Aplicação";
|
||||
$text['title-app-edit']['fr-fr'] = "Editer l'application";
|
||||
|
||||
$text['header-app-edit']['en-us'] = 'App Edit';
|
||||
$text['header-app-edit']['pt-pt'] = '';
|
||||
$text['header-app-edit']['en-us'] = "App Edit";
|
||||
$text['header-app-edit']['pt-pt'] = "Editar a Aplicação";
|
||||
$text['header-app-edit']['fr-fr'] = "Editer l'application";
|
||||
|
||||
$text['description-app-edit']['en-us'] = 'Manage the applications that are installed.';
|
||||
$text['description-app-edit']['pt-pt'] = '';
|
||||
$text['description-app-edit']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-app-edit']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = '';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-category']['en-us'] = 'Category';
|
||||
$text['label-category']['pt-pt'] = '';
|
||||
$text['label-category']['fr-fr'] = 'Catégories';
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Catégories";
|
||||
|
||||
$text['label-subcategory']['en-us'] = 'Subcategory';
|
||||
$text['label-subcategory']['pt-pt'] = '';
|
||||
$text['label-subcategory']['fr-fr'] = 'Sous-catégories';
|
||||
$text['label-subcategory']['en-us'] = "Subcategory";
|
||||
$text['label-subcategory']['pt-pt'] = "Subcategoria";
|
||||
$text['label-subcategory']['fr-fr'] = "Sous-catégories";
|
||||
|
||||
$text['label-version']['en-us'] = 'Version';
|
||||
$text['label-version']['pt-pt'] = '';
|
||||
$text['label-version']['fr-fr'] = 'Version';
|
||||
$text['label-version']['en-us'] = "Version";
|
||||
$text['label-version']['pt-pt'] = "Versão";
|
||||
$text['label-version']['fr-fr'] = "Version";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descripção";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['fr-fr'] = 'Ajouté';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que deseja eliminar?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['message-message']['en-us'] = 'Message';
|
||||
$text['message-message']['pt-pt'] = '';
|
||||
$text['message-message']['fr-fr'] = 'Message';
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,164 +2,164 @@
|
|||
|
||||
//Databases
|
||||
|
||||
$text['title-databases']['en-us'] = 'Databases';
|
||||
$text['title-databases']['pt-pt'] = '';
|
||||
$text['title-databases']['fr-fr'] = 'Bases de données';
|
||||
$text['title-databases']['en-us'] = "Databases";
|
||||
$text['title-databases']['pt-pt'] = "Bases de Dados";
|
||||
$text['title-databases']['fr-fr'] = "Bases de données";
|
||||
|
||||
$text['header-databases']['en-us'] = 'Databases';
|
||||
$text['header-databases']['pt-pt'] = '';
|
||||
$text['header-databases']['fr-fr'] = 'Bases de données';
|
||||
$text['header-databases']['en-us'] = "Databases";
|
||||
$text['header-databases']['pt-pt'] = "Bases de Dados";
|
||||
$text['header-databases']['fr-fr'] = "Bases de données";
|
||||
|
||||
$text['description-databases']['en-us'] = 'Database information.';
|
||||
$text['description-databases']['pt-pt'] = '';
|
||||
$text['description-databases']['fr-fr'] = 'Informations sur les bases de données';
|
||||
$text['description-databases']['en-us'] = "Database information.";
|
||||
$text['description-databases']['pt-pt'] = "Informações da Base de Dados";
|
||||
$text['description-databases']['fr-fr'] = "Informations sur les bases de données";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-database-edit']['en-us'] = 'Database Edit';
|
||||
$text['title-database-edit']['pt-pt'] = '';
|
||||
$text['title-database-edit']['fr-fr'] = 'Editer la Base de données';
|
||||
$text['title-database-edit']['en-us'] = "Database Edit";
|
||||
$text['title-database-edit']['pt-pt'] = "Editar a Base de Dados";
|
||||
$text['title-database-edit']['fr-fr'] = "Editer la Base de données";
|
||||
|
||||
$text['header-database-edit']['en-us'] = 'Database Edit';
|
||||
$text['header-database-edit']['pt-pt'] = '';
|
||||
$text['header-database-edit']['fr-fr'] = 'Editer la Base de données';
|
||||
$text['header-database-edit']['en-us'] = "Database Edit";
|
||||
$text['header-database-edit']['pt-pt'] = "Editar a Base de Dados";
|
||||
$text['header-database-edit']['fr-fr'] = "Editer la Base de données";
|
||||
|
||||
$text['description-database-edit']['en-us'] = 'Database connection information.';
|
||||
$text['description-database-edit']['pt-pt'] = '';
|
||||
$text['description-database-edit']['fr-fr'] = 'Informations de connexion à la Base';
|
||||
$text['description-database-edit']['en-us'] = "Database connection information.";
|
||||
$text['description-database-edit']['pt-pt'] = "Informação da Conexão à Base de Dados.";
|
||||
$text['description-database-edit']['fr-fr'] = "Informations de connexion à la Base";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-database-add']['en-us'] = 'Database Add';
|
||||
$text['title-database-add']['pt-pt'] = '';
|
||||
$text['title-database-add']['fr-fr'] = 'Ajouter une Base de données';
|
||||
$text['title-database-add']['en-us'] = "Database Add";
|
||||
$text['title-database-add']['pt-pt'] = "Adicionar Base de Dados";
|
||||
$text['title-database-add']['fr-fr'] = "Ajouter une Base de données";
|
||||
|
||||
$text['header-database-add']['en-us'] = 'Database Add';
|
||||
$text['header-database-add']['pt-pt'] = '';
|
||||
$text['header-database-add']['fr-fr'] = 'Ajouter une Base de données';
|
||||
$text['header-database-add']['en-us'] = "Database Add";
|
||||
$text['header-database-add']['pt-pt'] = "Adicionar Base de Dados";
|
||||
$text['header-database-add']['fr-fr'] = "Ajouter une Base de données";
|
||||
|
||||
$text['description-database-add']['en-us'] = 'Database connection information.';
|
||||
$text['description-database-add']['pt-pt'] = '';
|
||||
$text['description-database-add']['fr-fr'] = 'Informations de connexion à la Base.';
|
||||
$text['description-database-add']['en-us'] = "Database connection information.";
|
||||
$text['description-database-add']['pt-pt'] = "Informação da Conexão à Base de Dados.";
|
||||
$text['description-database-add']['fr-fr'] = "Informations de connexion à la Base.";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-driver']['en-us'] = 'Driver';
|
||||
$text['label-driver']['pt-pt'] = '';
|
||||
$text['label-driver']['fr-fr'] = 'Driver';
|
||||
$text['label-driver']['en-us'] = "Driver";
|
||||
$text['label-driver']['pt-pt'] = "Driver";
|
||||
$text['label-driver']['fr-fr'] = "Driver";
|
||||
|
||||
$text['description-driver']['en-us'] = 'Select the database driver.';
|
||||
$text['description-driver']['pt-pt'] = '';
|
||||
$text['description-driver']['fr-fr'] = 'Choisir le driver de la Base de données.';
|
||||
$text['description-driver']['en-us'] = "Select the database driver.";
|
||||
$text['description-driver']['pt-pt'] = "Escolha o driver da Base de Dados";
|
||||
$text['description-driver']['fr-fr'] = "Choisir le driver de la Base de données.";
|
||||
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['pt-pt'] = '';
|
||||
$text['label-type']['fr-fr'] = 'Type';
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-type']['en-us'] = 'Select the database type.';
|
||||
$text['description-type']['pt-pt'] = '';
|
||||
$text['description-type']['fr-fr'] = 'Choisir le type de Base de données.';
|
||||
$text['description-type']['en-us'] = "Select the database type.";
|
||||
$text['description-type']['pt-pt'] = "Escolha o tipo de Base de Dados.";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de Base de données.";
|
||||
|
||||
$text['label-host']['en-us'] = 'Host';
|
||||
$text['label-host']['pt-pt'] = '';
|
||||
$text['label-host']['fr-fr'] = 'Hôte';
|
||||
$text['label-host']['en-us'] = "Host";
|
||||
$text['label-host']['pt-pt'] = "Máquina";
|
||||
$text['label-host']['fr-fr'] = "Hôte";
|
||||
|
||||
$text['description-host']['en-us'] = 'Enter the host name.';
|
||||
$text['description-host']['pt-pt'] = '';
|
||||
$text['description-host']['en-us'] = "Enter the host name.";
|
||||
$text['description-host']['pt-pt'] = "Introduza o nome da máquina.";
|
||||
$text['description-host']['fr-fr'] = "Entrer le nom de l'hôte.";
|
||||
|
||||
$text['label-port']['en-us'] = 'Port';
|
||||
$text['label-port']['pt-pt'] = '';
|
||||
$text['label-port']['fr-fr'] = 'Port';
|
||||
$text['label-port']['en-us'] = "Port";
|
||||
$text['label-port']['pt-pt'] = "Porto";
|
||||
$text['label-port']['fr-fr'] = "Port";
|
||||
|
||||
$text['description-port']['en-us'] = 'Enter the port number.';
|
||||
$text['description-port']['pt-pt'] = '';
|
||||
$text['description-port']['fr-fr'] = 'Entrer le numéro de port.';
|
||||
$text['description-port']['en-us'] = "Enter the port number.";
|
||||
$text['description-port']['pt-pt'] = "Introduza o número do porto.";
|
||||
$text['description-port']['fr-fr'] = "Entrer le numéro de port.";
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = '';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-name']['en-us'] = 'Enter the database name.';
|
||||
$text['description-name']['pt-pt'] = '';
|
||||
$text['description-name']['fr-fr'] = 'Entrer le nom de la Base de données.';
|
||||
$text['description-name']['en-us'] = "Enter the database name.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da Base de Dados.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom de la Base de données.";
|
||||
|
||||
$text['label-username']['en-us'] = 'Username';
|
||||
$text['label-username']['pt-pt'] = '';
|
||||
$text['label-username']['fr-fr'] = 'Utilisateur';
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Utilisateur";
|
||||
|
||||
$text['description-username']['en-us'] = 'Enter the database username.';
|
||||
$text['description-username']['pt-pt'] = '';
|
||||
$text['description-username']['en-us'] = "Enter the database username.";
|
||||
$text['description-username']['pt-pt'] = "Introduza o utilizador da Base de Dados.";
|
||||
$text['description-username']['fr-fr'] = "Entrer le nom d'utilisateur de la Base de données.";
|
||||
|
||||
$text['label-password']['en-us'] = 'Password';
|
||||
$text['label-password']['pt-pt'] = '';
|
||||
$text['label-password']['fr-fr'] = 'Mot de Passe';
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "Palavra-Chave";
|
||||
$text['label-password']['fr-fr'] = "Mot de Passe";
|
||||
|
||||
$text['description-password']['en-us'] = 'Enter the database password.';
|
||||
$text['description-password']['pt-pt'] = '';
|
||||
$text['description-password']['fr-fr'] = 'Entrer le mot de passe pour la Base de données.';
|
||||
$text['description-password']['en-us'] = "Enter the database password.";
|
||||
$text['description-password']['pt-pt'] = "Introduza a palavra-chave da Base de Dados.";
|
||||
$text['description-password']['fr-fr'] = "Entrer le mot de passe pour la Base de données.";
|
||||
|
||||
$text['label-path']['en-us'] = 'Path';
|
||||
$text['label-path']['pt-pt'] = '';
|
||||
$text['label-path']['fr-fr'] = 'Chemin';
|
||||
$text['label-path']['en-us'] = "Path";
|
||||
$text['label-path']['pt-pt'] = "Caminho";
|
||||
$text['label-path']['fr-fr'] = "Chemin";
|
||||
|
||||
$text['description-path']['en-us'] = 'Enter the database file path (SQLite only).';
|
||||
$text['description-path']['pt-pt'] = '';
|
||||
$text['description-path']['fr-fr'] = 'Entrer le chemin du fichier Base de données (Spécifique SQLite).';
|
||||
$text['description-path']['en-us'] = "Enter the database file path (SQLite only).";
|
||||
$text['description-path']['pt-pt'] = "Introduza o caminho da Base de Dados (apenas SQLite)";
|
||||
$text['description-path']['fr-fr'] = "Entrer le chemin du fichier Base de données (Spécifique SQLite).";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description for this database, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = 'Entrer une description pour cette Base de données. (optionnel)';
|
||||
$text['description-description']['en-us'] = "Enter a description for this database, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição para a Base de Dados (opcional).";
|
||||
$text['description-description']['fr-fr'] = "Entrer une description pour cette Base de données. (optionnel)";
|
||||
|
||||
//------
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['message-message']['en-us'] = 'Message';
|
||||
$text['message-message']['pt-pt'] = '';
|
||||
$text['message-message']['fr-fr'] = 'Message';
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,150 +2,150 @@
|
|||
|
||||
//Default Settings
|
||||
|
||||
$text['title-default_settings']['en-us'] = 'Default Settings';
|
||||
$text['title-default_settings']['pt-pt'] = '';
|
||||
$text['title-default_settings']['en-us'] = "Default Settings";
|
||||
$text['title-default_settings']['pt-pt'] = "Definições por Omissão";
|
||||
$text['title-default_settings']['fr-fr'] = "Configurations par Défaut";
|
||||
|
||||
$text['header-default_settings']['en-us'] = 'Default Settings';
|
||||
$text['header-default_settings']['pt-pt'] = '';
|
||||
$text['header-default_settings']['en-us'] = "Default Settings";
|
||||
$text['header-default_settings']['pt-pt'] = "Definições por Omissão";
|
||||
$text['header-default_settings']['fr-fr'] = "Configurations par Défaut";
|
||||
|
||||
$text['description-default_settings']['en-us'] = 'Settings used for all domains.';
|
||||
$text['description-default_settings']['pt-pt'] = '';
|
||||
$text['description-default_settings']['fr-fr'] = 'Configurations communes à tous les domaines.';
|
||||
$text['description-default_settings']['en-us'] = "Settings used for all domains.";
|
||||
$text['description-default_settings']['pt-pt'] = "Definições comuns a todos os domínios.";
|
||||
$text['description-default_settings']['fr-fr'] = "Configurations communes à tous les domaines.";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-default_setting-edit']['en-us'] = 'Default Setting Edit';
|
||||
$text['title-default_setting-edit']['pt-pt'] = '';
|
||||
$text['title-default_setting-edit']['fr-fr'] = 'Editer les Configurations par Défaut';
|
||||
$text['title-default_setting-edit']['en-us'] = "Default Setting Edit";
|
||||
$text['title-default_setting-edit']['pt-pt'] = "Editar Definições por Omissão";
|
||||
$text['title-default_setting-edit']['fr-fr'] = "Editer les Configurations par Défaut";
|
||||
|
||||
$text['header-default_setting-edit']['en-us'] = 'Default Setting Edit';
|
||||
$text['header-default_setting-edit']['pt-pt'] = '';
|
||||
$text['header-default_setting-edit']['fr-fr'] = 'Editer les Configurations par Défaut';
|
||||
$text['header-default_setting-edit']['en-us'] = "Default Setting Edit";
|
||||
$text['header-default_setting-edit']['pt-pt'] = "Editar Definições por Omissão";
|
||||
$text['header-default_setting-edit']['fr-fr'] = "Editer les Configurations par Défaut";
|
||||
|
||||
$text['description-default_setting-edit']['en-us'] = 'Settings used for all domains.';
|
||||
$text['description-default_setting-edit']['pt-pt'] = '';
|
||||
$text['description-default_setting-edit']['fr-fr'] = 'Configurations communes à tous les domaines';
|
||||
$text['description-default_setting-edit']['en-us'] = "Settings used for all domains.";
|
||||
$text['description-default_setting-edit']['pt-pt'] = "Definições comuns a todos os domínios.";
|
||||
$text['description-default_setting-edit']['fr-fr'] = "Configurations communes à tous les domaines";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-default_setting-add']['en-us'] = 'Default Setting Add';
|
||||
$text['title-default_setting-add']['pt-pt'] = '';
|
||||
$text['title-default_setting-add']['fr-fr'] = 'Ajouter une configuration per défaut';
|
||||
$text['title-default_setting-add']['en-us'] = "Default Setting Add";
|
||||
$text['title-default_setting-add']['pt-pt'] = "Adicionar Definição por Omissão";
|
||||
$text['title-default_setting-add']['fr-fr'] = "Ajouter une configuration per défaut";
|
||||
|
||||
$text['header-default_setting-add']['en-us'] = 'Default Setting Add';
|
||||
$text['header-default_setting-add']['pt-pt'] = '';
|
||||
$text['header-default_setting-add']['fr-fr'] = 'Ajouter une configuration per défaut';
|
||||
$text['header-default_setting-add']['en-us'] = "Default Setting Add";
|
||||
$text['header-default_setting-add']['pt-pt'] = "Adicionar Definição por Omissão ";
|
||||
$text['header-default_setting-add']['fr-fr'] = "Ajouter une configuration per défaut";
|
||||
|
||||
$text['description-default_setting-add']['en-us'] = 'Settings used for all domains.';
|
||||
$text['description-default_setting-add']['pt-pt'] = '';
|
||||
$text['description-default_setting-add']['fr-fr'] = 'Configurations communes à tous les domaines';
|
||||
$text['description-default_setting-add']['en-us'] = "Settings used for all domains.";
|
||||
$text['description-default_setting-add']['pt-pt'] = "Definições comuns a todos os domínios.";
|
||||
$text['description-default_setting-add']['fr-fr'] = "Configurations communes à tous les domaines";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-category']['en-us'] = 'Category';
|
||||
$text['label-category']['pt-pt'] = '';
|
||||
$text['label-category']['fr-fr'] = 'Catégorie';
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Catégorie";
|
||||
|
||||
$text['description-category']['en-us'] = 'Enter the category.';
|
||||
$text['description-category']['pt-pt'] = '';
|
||||
$text['description-category']['fr-fr'] = 'Entrer la Catégorie.';
|
||||
$text['description-category']['en-us'] = "Enter the category.";
|
||||
$text['description-category']['pt-pt'] = "Introduza a categoria.";
|
||||
$text['description-category']['fr-fr'] = "Entrer la Catégorie.";
|
||||
|
||||
$text['label-subcategory']['en-us'] = 'Subcategory';
|
||||
$text['label-subcategory']['pt-pt'] = '';
|
||||
$text['label-subcategory']['fr-fr'] = 'Sous-Catégorie';
|
||||
$text['label-subcategory']['en-us'] = "Subcategory";
|
||||
$text['label-subcategory']['pt-pt'] = "Subcategoria";
|
||||
$text['label-subcategory']['fr-fr'] = "Sous-Catégorie";
|
||||
|
||||
$text['description-subcategory']['en-us'] = 'Enter the subcategory.';
|
||||
$text['description-subcategory']['pt-pt'] = '';
|
||||
$text['description-subcategory']['fr-fr'] = 'Entrer la Sous-Catégorie.';
|
||||
$text['description-subcategory']['en-us'] = "Enter the subcategory.";
|
||||
$text['description-subcategory']['pt-pt'] = "Introduza a subcategoria.";
|
||||
$text['description-subcategory']['fr-fr'] = "Entrer la Sous-Catégorie.";
|
||||
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['pt-pt'] = '';
|
||||
$text['label-type']['fr-fr'] = 'Type';
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-type']['en-us'] = 'Enter the setting type (ie. uuid, name, var, dir, etc).';
|
||||
$text['description-type']['pt-pt'] = '';
|
||||
$text['description-type']['fr-fr'] = 'Choisir le type de paramètre (ie. uuid, nom, var, dir, etc).';
|
||||
$text['description-type']['en-us'] = "Enter the setting type (ie. uuid, name, var, dir, etc).";
|
||||
$text['description-type']['pt-pt'] = "Introduza o tipo de definição (ex: uuid, name, var, dir, etc)";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de paramètre (ie. uuid, nom, var, dir, etc).";
|
||||
|
||||
$text['label-value']['en-us'] = 'Value';
|
||||
$text['label-value']['pt-pt'] = '';
|
||||
$text['label-value']['fr-fr'] = 'Valeur';
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['pt-pt'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
|
||||
$text['description-value']['en-us'] = 'Enter the value of this setting.';
|
||||
$text['description-value']['pt-pt'] = '';
|
||||
$text['description-value']['fr-fr'] = 'Entrer la valeur de ce paramètre.';
|
||||
$text['description-value']['en-us'] = "Enter the value of this setting.";
|
||||
$text['description-value']['pt-pt'] = "Insira o valor desta definição.";
|
||||
$text['description-value']['fr-fr'] = "Entrer la valeur de ce paramètre.";
|
||||
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-enabled']['pt-pt'] = '';
|
||||
$text['label-enabled']['fr-fr'] = 'Actif';
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-enabled']['en-us'] = 'Set the status of this default setting.';
|
||||
$text['description-enabled']['pt-pt'] = '';
|
||||
$text['description-enabled']['en-us'] = "Set the status of this default setting.";
|
||||
$text['description-enabled']['pt-pt'] = "Escolha o estado desta definição por omissão.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce paraètre";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Insira a descrição. (opcional) ";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = 'True';
|
||||
$text['label-true']['pt-pt'] = '';
|
||||
$text['label-true']['fr-fr'] = 'Oui';
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = 'False';
|
||||
$text['label-false']['pt-pt'] = 'falso';
|
||||
$text['label-false']['fr-fr'] = 'Non';
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-none']['en-us'] = 'None';
|
||||
$text['label-none']['pt-pt'] = '';
|
||||
$text['label-none']['fr-fr'] = 'Aucun';
|
||||
$text['label-none']['en-us'] = "None";
|
||||
$text['label-none']['pt-pt'] = "Nenhum";
|
||||
$text['label-none']['fr-fr'] = "Aucun";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['message-message']['en-us'] = 'Message';
|
||||
$text['message-message']['pt-pt'] = '';
|
||||
$text['message-message']['fr-fr'] = 'Message';
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,209 +2,209 @@
|
|||
|
||||
//Domains
|
||||
|
||||
$text['title-domains']['en-us'] = 'Domains';
|
||||
$text['title-domains']['pt-pt'] = '';
|
||||
$text['title-domains']['en-us'] = "Domains";
|
||||
$text['title-domains']['pt-pt'] = "Domínios";
|
||||
$text['title-domains']['fr-fr'] = "Domaines";
|
||||
|
||||
$text['header-domains']['en-us'] = 'Domains';
|
||||
$text['header-domains']['pt-pt'] = '';
|
||||
$text['header-domains']['en-us'] = "Domains";
|
||||
$text['header-domains']['pt-pt'] = "Domínios";
|
||||
$text['header-domains']['fr-fr'] = "Domaines";
|
||||
|
||||
$text['description-domains']['en-us'] = 'Control the list of domains to manage.';
|
||||
$text['description-domains']['pt-pt'] = '';
|
||||
$text['description-domains']['en-us'] = "Control the list of domains to manage.";
|
||||
$text['description-domains']['pt-pt'] = "Controlar a lista dos domínios a gerir";
|
||||
$text['description-domains']['fr-fr'] = "Contrôler la liste des domaines à gérer";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-domain-edit']['en-us'] = 'Domain Edit';
|
||||
$text['title-domain-edit']['pt-pt'] = '';
|
||||
$text['title-domain-edit']['en-us'] = "Domain Edit";
|
||||
$text['title-domain-edit']['pt-pt'] = "Editar Domínio";
|
||||
$text['title-domain-edit']['fr-fr'] = "Editer le Domaines";
|
||||
|
||||
$text['header-domain-edit']['en-us'] = 'Domain Edit';
|
||||
$text['header-domain-edit']['pt-pt'] = '';
|
||||
$text['header-domain-edit']['en-us'] = "Domain Edit";
|
||||
$text['header-domain-edit']['pt-pt'] = "Editar Domínio";
|
||||
$text['header-domain-edit']['fr-fr'] = "Editer le Domaine";
|
||||
|
||||
$text['description-domain-edit']['en-us'] = 'Edit the details of this domain.';
|
||||
$text['description-domain-edit']['pt-pt'] = '';
|
||||
$text['description-domain-edit']['en-us'] = "Edit the details of this domain.";
|
||||
$text['description-domain-edit']['pt-pt'] = "Editar detalhes deste domínio.";
|
||||
$text['description-domain-edit']['fr-fr'] = "Editer les détaisl de ce domaine. ";
|
||||
|
||||
$text['header-settings']['en-us'] = 'Settings';
|
||||
$text['header-settings']['pt-pt'] = '';
|
||||
$text['header-settings']['en-us'] = "Settings";
|
||||
$text['header-settings']['pt-pt'] = "Definições";
|
||||
$text['header-settings']['fr-fr'] = "Paramètres";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-domain-add']['en-us'] = 'Domain Add';
|
||||
$text['title-domain-add']['pt-pt'] = '';
|
||||
$text['title-domain-add']['en-us'] = "Domain Add";
|
||||
$text['title-domain-add']['pt-pt'] = "Adicionar Domínio";
|
||||
$text['title-domain-add']['fr-fr'] = "Ajouter un Domaine";
|
||||
|
||||
$text['header-domain-add']['en-us'] = 'Domain Add';
|
||||
$text['header-domain-add']['pt-pt'] = '';
|
||||
$text['header-domain-add']['en-us'] = "Domain Add";
|
||||
$text['header-domain-add']['pt-pt'] = "Adicionar Domínio";
|
||||
$text['header-domain-add']['fr-fr'] = "Ajouter un Domaine";
|
||||
|
||||
$text['description-domain-add']['en-us'] = 'Enter the domain details below.';
|
||||
$text['description-domain-add']['pt-pt'] = '';
|
||||
$text['description-domain-add']['en-us'] = "Enter the domain details below.";
|
||||
$text['description-domain-add']['pt-pt'] = "Introduza os detalhes do domínio em baixo.";
|
||||
$text['description-domain-add']['fr-fr'] = "Entrer les détails du domaine ci-dessous.";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-domain']['en-us'] = 'Domain';
|
||||
$text['label-domain']['pt-pt'] = '';
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = '';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-name']['en-us'] = 'Enter the name of the domain.';
|
||||
$text['description-name']['pt-pt'] = '';
|
||||
$text['description-name']['en-us'] = "Enter the name of the domain.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do domínio.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du domaine.";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description for this domain, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['en-us'] = "Enter a description for this domain, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição deste domínio, caso queira.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
//------ settings
|
||||
|
||||
$text['title-domain_setting-edit']['en-us'] = 'Domain Setting Edit';
|
||||
$text['title-domain_setting-edit']['pt-pt'] = '';
|
||||
$text['title-domain_setting-edit']['en-us'] = "Domain Setting Edit";
|
||||
$text['title-domain_setting-edit']['pt-pt'] = "Editar Definições do Domínio";
|
||||
$text['title-domain_setting-edit']['fr-fr'] = "Editer les paramètres du domaine";
|
||||
|
||||
$text['header-domain_setting-edit']['en-us'] = 'Domain Setting Edit';
|
||||
$text['header-domain_setting-edit']['pt-pt'] = '';
|
||||
$text['header-domain_setting-edit']['en-us'] = "Domain Setting Edit";
|
||||
$text['header-domain_setting-edit']['pt-pt'] = "Editar Definições do Domínio";
|
||||
$text['header-domain_setting-edit']['fr-fr'] = "Editer les paramètres du domaine";
|
||||
|
||||
$text['description-domain_setting-edit']['en-us'] = 'Edit a setting for this domain.';
|
||||
$text['description-domain_setting-edit']['pt-pt'] = '';
|
||||
$text['description-domain_setting-edit']['en-us'] = "Edit a setting for this domain.";
|
||||
$text['description-domain_setting-edit']['pt-pt'] = "Editar uma definição deste domínio.";
|
||||
$text['description-domain_setting-edit']['fr-fr'] = "Editer un paramètre du domaine.";
|
||||
|
||||
|
||||
//------
|
||||
|
||||
$text['title-domain_setting-add']['en-us'] = 'Domain Setting Add';
|
||||
$text['title-domain_setting-add']['pt-pt'] = '';
|
||||
$text['title-domain_setting-add']['en-us'] = "Domain Setting Add";
|
||||
$text['title-domain_setting-add']['pt-pt'] = "Adicionar Definição ao Domínio";
|
||||
$text['title-domain_setting-add']['fr-fr'] = "Ajouter un paramètre au domaine";
|
||||
|
||||
$text['header-domain_setting-add']['en-us'] = 'Domain Setting Add';
|
||||
$text['header-domain_setting-add']['pt-pt'] = '';
|
||||
$text['header-domain_setting-add']['en-us'] = "Domain Setting Add";
|
||||
$text['header-domain_setting-add']['pt-pt'] = "Adicionar Definição ao Domínio";
|
||||
$text['header-domain_setting-add']['fr-fr'] = "Ajouter un paramètre au domaine";
|
||||
|
||||
$text['description-domain_setting-add']['en-us'] = 'Add a setting for this domain.';
|
||||
$text['description-domain_setting-add']['pt-pt'] = '';
|
||||
$text['description-domain_setting-add']['en-us'] = "Add a setting for this domain.";
|
||||
$text['description-domain_setting-add']['pt-pt'] = "Adicionar uma definição a este domínio.";
|
||||
$text['description-domain_setting-add']['fr-fr'] = "";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-category']['en-us'] = 'Category';
|
||||
$text['label-category']['pt-pt'] = '';
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Catégorie";
|
||||
|
||||
$text['description-category']['en-us'] = 'Enter the category.';
|
||||
$text['description-category']['pt-pt'] = '';
|
||||
$text['description-category']['en-us'] = "Enter the category.";
|
||||
$text['description-category']['pt-pt'] = "Introduza a categoria.";
|
||||
$text['description-category']['fr-fr'] = "";
|
||||
|
||||
$text['label-subcategory']['en-us'] = 'Subcategory';
|
||||
$text['label-subcategory']['pt-pt'] = '';
|
||||
$text['label-subcategory']['en-us'] = "Subcategory";
|
||||
$text['label-subcategory']['pt-pt'] = "Subcategoria";
|
||||
$text['label-subcategory']['fr-fr'] = "Sous-Catégorie";
|
||||
|
||||
$text['description-subcategory']['en-us'] = 'Enter the subcategory.';
|
||||
$text['description-subcategory']['pt-pt'] = '';
|
||||
$text['description-subcategory']['en-us'] = "Enter the subcategory.";
|
||||
$text['description-subcategory']['pt-pt'] = "Introduza a subcategoria";
|
||||
$text['description-subcategory']['fr-fr'] = "";
|
||||
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['pt-pt'] = '';
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
|
||||
$text['description-type']['en-us'] = 'Enter the setting type (ie. uuid, name, var, dir, etc).';
|
||||
$text['description-type']['pt-pt'] = '';
|
||||
$text['description-type']['en-us'] = "Enter the setting type (ie. uuid, name, var, dir, etc).";
|
||||
$text['description-type']['pt-pt'] = "Introduza o tipo de definição (ex: uuid, name, var, dir, etc).";
|
||||
$text['description-type']['fr-fr'] = "Entrer le type du paramètre (ie. uuid, nom, var, dir, etc).";
|
||||
|
||||
$text['label-value']['en-us'] = 'Value';
|
||||
$text['label-value']['pt-pt'] = '';
|
||||
$text['label-value']['en-us'] = "Value";
|
||||
$text['label-value']['pt-pt'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
|
||||
$text['description-value']['en-us'] = 'Enter the value of this setting.';
|
||||
$text['description-value']['pt-pt'] = '';
|
||||
$text['description-value']['en-us'] = "Enter the value of this setting.";
|
||||
$text['description-value']['pt-pt'] = "Introduza o valor desta definição.";
|
||||
$text['description-value']['fr-fr'] = "";
|
||||
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-enabled']['pt-pt'] = '';
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['description-enabled']['en-us'] = 'Set the status of this default setting.';
|
||||
$text['description-enabled']['pt-pt'] = '';
|
||||
$text['description-enabled']['en-us'] = "Set the status of this default setting.";
|
||||
$text['description-enabled']['pt-pt'] = "Escolha o estado desta definição por omissão.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce paramètre";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza uma descrição, caso queira.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = 'True';
|
||||
$text['label-true']['pt-pt'] = '';
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = 'False';
|
||||
$text['label-false']['pt-pt'] = 'falso';
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-none']['en-us'] = 'None';
|
||||
$text['label-none']['pt-pt'] = '';
|
||||
$text['label-none']['en-us'] = "None";
|
||||
$text['label-none']['pt-pt'] = "Nenhum";
|
||||
$text['label-none']['fr-fr'] = "Aucun";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-export']['en-us'] = 'Export';
|
||||
$text['button-export']['pt-pt'] = '';
|
||||
$text['button-export']['en-us'] = "Export";
|
||||
$text['button-export']['pt-pt'] = "Exportar";
|
||||
$text['button-export']['fr-fr'] = "Exporter";
|
||||
|
||||
$text['message-message']['en-us'] = 'Message';
|
||||
$text['message-message']['pt-pt'] = '';
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,257 +2,257 @@
|
|||
|
||||
// Menus
|
||||
|
||||
$text['title-menus']['en-us'] = 'Menu Manager';
|
||||
$text['title-menus']['pt-pt'] = '';
|
||||
$text['title-menus']['fr-fr'] = 'Gestion des Menus';
|
||||
$text['title-menus']['en-us'] = "Menu Manager";
|
||||
$text['title-menus']['pt-pt'] = "Gestor de Menus";
|
||||
$text['title-menus']['fr-fr'] = "Gestion des Menus";
|
||||
|
||||
$text['header-menus']['en-us'] = 'Menu Manager';
|
||||
$text['header-menus']['pt-pt'] = '';
|
||||
$text['header-menus']['fr-fr'] = 'Gestion des Menus';
|
||||
$text['header-menus']['en-us'] = "Menu Manager";
|
||||
$text['header-menus']['pt-pt'] = "Gestor de Menus";
|
||||
$text['header-menus']['fr-fr'] = "Gestion des Menus";
|
||||
|
||||
$text['description-menus']['en-us'] = 'Used to customize one or more menus.';
|
||||
$text['description-menus']['pt-pt'] = '';
|
||||
$text['description-menus']['fr-fr'] = 'Personnaliser un ou plusieurs menus.';
|
||||
$text['description-menus']['en-us'] = "Used to customize one or more menus.";
|
||||
$text['description-menus']['pt-pt'] = "Utilizado para customizar um ou mais menus.";
|
||||
$text['description-menus']['fr-fr'] = "Personnaliser un ou plusieurs menus.";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-menu-edit']['en-us'] = 'Menu Edit';
|
||||
$text['title-menu-edit']['pt-pt'] = '';
|
||||
$text['title-menu-edit']['fr-fr'] = 'Editer le Menu';
|
||||
$text['title-menu-edit']['en-us'] = "Menu Edit";
|
||||
$text['title-menu-edit']['pt-pt'] = "Editar Menu";
|
||||
$text['title-menu-edit']['fr-fr'] = "Editer le Menu";
|
||||
|
||||
$text['header-menu-edit']['en-us'] = 'Menu Edit';
|
||||
$text['header-menu-edit']['pt-pt'] = '';
|
||||
$text['header-menu-edit']['fr-fr'] = 'Editer le Menu';
|
||||
$text['header-menu-edit']['en-us'] = "Menu Edit";
|
||||
$text['header-menu-edit']['pt-pt'] = "Editar Menu";
|
||||
$text['header-menu-edit']['fr-fr'] = "Editer le Menu";
|
||||
|
||||
$text['description-menu-edit']['en-us'] = 'Used to customize one or more menus.';
|
||||
$text['description-menu-edit']['pt-pt'] = '';
|
||||
$text['description-menu-edit']['fr-fr'] = 'Personnaliser un ou plusieurs menus.';
|
||||
$text['description-menu-edit']['en-us'] = "Used to customize one or more menus.";
|
||||
$text['description-menu-edit']['pt-pt'] = "Utilizado para customizar um ou mais menus.";
|
||||
$text['description-menu-edit']['fr-fr'] = "Personnaliser un ou plusieurs menus.";
|
||||
|
||||
//------
|
||||
|
||||
$text['title-menu-add']['en-us'] = 'Menu Add';
|
||||
$text['title-menu-add']['pt-pt'] = '';
|
||||
$text['title-menu-add']['fr-fr'] = 'Ajouter un menu';
|
||||
$text['title-menu-add']['en-us'] = "Menu Add";
|
||||
$text['title-menu-add']['pt-pt'] = "Adicionar Menu";
|
||||
$text['title-menu-add']['fr-fr'] = "Ajouter un menu";
|
||||
|
||||
$text['header-menu-add']['en-us'] = 'Menu Add';
|
||||
$text['header-menu-add']['pt-pt'] = '';
|
||||
$text['header-menu-add']['fr-fr'] = 'Ajouter un menu';
|
||||
$text['header-menu-add']['en-us'] = "Menu Add";
|
||||
$text['header-menu-add']['pt-pt'] = "Adicionar Menu";
|
||||
$text['header-menu-add']['fr-fr'] = "Ajouter un menu";
|
||||
|
||||
$text['description-menu-add']['en-us'] = 'Used to customize one or more menus.';
|
||||
$text['description-menu-add']['pt-pt'] = '';
|
||||
$text['description-menu-add']['fr-fr'] = 'Personnaliser un ou plusieurs menus.';
|
||||
$text['description-menu-add']['en-us'] = "Used to customize one or more menus.";
|
||||
$text['description-menu-add']['pt-pt'] = "Utilizado para customizar um ou mais menus.";
|
||||
$text['description-menu-add']['fr-fr'] = "Personnaliser un ou plusieurs menus.";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = '';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['description-name']['en-us'] = 'Enter the name of the menu.';
|
||||
$text['description-name']['pt-pt'] = '';
|
||||
$text['description-name']['fr-fr'] = 'Entrer le nom du menu.';
|
||||
$text['description-name']['en-us'] = "Enter the name of the menu.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do menu.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du menu.";
|
||||
|
||||
$text['label-language']['en-us'] = 'Language';
|
||||
$text['label-language']['pt-pt'] = '';
|
||||
$text['label-language']['fr-fr'] = 'Langue';
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['pt-pt'] = "Língua";
|
||||
$text['label-language']['fr-fr'] = "Langue";
|
||||
|
||||
$text['description-language']['en-us'] = 'Enter the language.';
|
||||
$text['description-language']['pt-pt'] = '';
|
||||
$text['description-language']['fr-fr'] = 'Entrer la langue.';
|
||||
$text['description-language']['en-us'] = "Enter the language.";
|
||||
$text['description-language']['pt-pt'] = "Introduza a língua.";
|
||||
$text['description-language']['fr-fr'] = "Entrer la langue.";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description for this menu, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
$text['description-description']['en-us'] = "Enter a description for this menu, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição para este menu, caso deseje.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
//------ items
|
||||
|
||||
$text['title-menu_item-edit']['en-us'] = 'Menu Item Edit';
|
||||
$text['title-menu_item-edit']['pt-pt'] = '';
|
||||
$text['title-menu_item-edit']['en-us'] = "Menu Item Edit";
|
||||
$text['title-menu_item-edit']['pt-pt'] = "Editar o Item do Menu";
|
||||
$text['title-menu_item-edit']['fr-fr'] = "Editer l'objet menu";
|
||||
|
||||
$text['header-menu_item-edit']['en-us'] = 'Menu Item Edit';
|
||||
$text['header-menu_item-edit']['pt-pt'] = '';
|
||||
$text['header-menu_item-edit']['en-us'] = "Menu Item Edit";
|
||||
$text['header-menu_item-edit']['pt-pt'] = "Editar o Item Menu";
|
||||
$text['header-menu_item-edit']['fr-fr'] = "Editer l'objet menu";
|
||||
|
||||
$text['description-menu_item-edit']['en-us'] = '';
|
||||
$text['description-menu_item-edit']['pt-pt'] = '';
|
||||
$text['description-menu_item-edit']['fr-fr'] = '';
|
||||
$text['description-menu_item-edit']['en-us'] = "";
|
||||
$text['description-menu_item-edit']['pt-pt'] = "";
|
||||
$text['description-menu_item-edit']['fr-fr'] = "";
|
||||
|
||||
|
||||
//------
|
||||
|
||||
$text['title-menu_item-add']['en-us'] = 'Menu Item Add';
|
||||
$text['title-menu_item-add']['pt-pt'] = '';
|
||||
$text['title-menu_item-add']['en-us'] = "Menu Item Add";
|
||||
$text['title-menu_item-add']['pt-pt'] = "Adicionar um Item ao Menu";
|
||||
$text['title-menu_item-add']['fr-fr'] = "Ajouter un objet menu";
|
||||
|
||||
$text['header-menu_item-add']['en-us'] = 'Menu Item Add';
|
||||
$text['header-menu_item-add']['pt-pt'] = '';
|
||||
$text['header-menu_item-add']['en-us'] = "Menu Item Add";
|
||||
$text['header-menu_item-add']['pt-pt'] = "Adicionar um Item ao Menu";
|
||||
$text['header-menu_item-add']['fr-fr'] = "Ajouter un objet menu";
|
||||
|
||||
$text['description-menu_item-add']['en-us'] = '';
|
||||
$text['description-menu_item-add']['pt-pt'] = '';
|
||||
$text['description-menu_item-add']['fr-fr'] = '';
|
||||
$text['description-menu_item-add']['en-us'] = "";
|
||||
$text['description-menu_item-add']['pt-pt'] = "";
|
||||
$text['description-menu_item-add']['fr-fr'] = "";
|
||||
|
||||
//------
|
||||
|
||||
$text['label-title']['en-us'] = 'Title';
|
||||
$text['label-title']['pt-pt'] = '';
|
||||
$text['label-title']['fr-fr'] = 'Titre';
|
||||
$text['label-title']['en-us'] = "Title";
|
||||
$text['label-title']['pt-pt'] = "Título";
|
||||
$text['label-title']['fr-fr'] = "Titre";
|
||||
|
||||
$text['description-title']['en-us'] = '';
|
||||
$text['description-title']['pt-pt'] = '';
|
||||
$text['description-title']['fr-fr'] = '';
|
||||
$text['description-title']['en-us'] = "";
|
||||
$text['description-title']['pt-pt'] = "";
|
||||
$text['description-title']['fr-fr'] = "";
|
||||
|
||||
$text['label-link']['en-us'] = 'Link';
|
||||
$text['label-link']['pt-pt'] = '';
|
||||
$text['label-link']['fr-fr'] = 'Lien';
|
||||
$text['label-link']['en-us'] = "Link";
|
||||
$text['label-link']['pt-pt'] = "Ligação";
|
||||
$text['label-link']['fr-fr'] = "Lien";
|
||||
|
||||
$text['description-link']['en-us'] = '';
|
||||
$text['description-link']['pt-pt'] = '';
|
||||
$text['description-link']['fr-fr'] = '';
|
||||
$text['description-link']['en-us'] = "";
|
||||
$text['description-link']['pt-pt'] = "";
|
||||
$text['description-link']['fr-fr'] = "";
|
||||
|
||||
$text['label-category']['en-us'] = 'Target';
|
||||
$text['label-category']['pt-pt'] = '';
|
||||
$text['label-category']['fr-fr'] = 'Cible';
|
||||
$text['label-category']['en-us'] = "Target";
|
||||
$text['label-category']['pt-pt'] = "Alvo";
|
||||
$text['label-category']['fr-fr'] = "Cible";
|
||||
|
||||
$text['description-category']['en-us'] = '';
|
||||
$text['description-category']['pt-pt'] = '';
|
||||
$text['description-category']['fr-fr'] = '';
|
||||
$text['description-category']['en-us'] = "";
|
||||
$text['description-category']['pt-pt'] = "";
|
||||
$text['description-category']['fr-fr'] = "";
|
||||
|
||||
$text['option-internal']['en-us'] = 'Internal';
|
||||
$text['option-internal']['pt-pt'] = '';
|
||||
$text['option-internal']['fr-fr'] = 'Interne';
|
||||
$text['option-internal']['en-us'] = "Internal";
|
||||
$text['option-internal']['pt-pt'] = "Interno";
|
||||
$text['option-internal']['fr-fr'] = "Interne";
|
||||
|
||||
$text['option-external']['en-us'] = 'External';
|
||||
$text['option-external']['pt-pt'] = '';
|
||||
$text['option-external']['fr-fr'] = 'Externe';
|
||||
$text['option-external']['en-us'] = "External";
|
||||
$text['option-external']['pt-pt'] = "Externo";
|
||||
$text['option-external']['fr-fr'] = "Externe";
|
||||
|
||||
$text['option-email']['en-us'] = 'E-mail';
|
||||
$text['option-email']['pt-pt'] = '';
|
||||
$text['option-email']['fr-fr'] = 'Courriel';
|
||||
$text['option-email']['en-us'] = "E-mail";
|
||||
$text['option-email']['pt-pt'] = "Email";
|
||||
$text['option-email']['fr-fr'] = "Courriel";
|
||||
|
||||
$text['label-parent_menu']['en-us'] = 'Parent Menu';
|
||||
$text['label-parent_menu']['pt-pt'] = '';
|
||||
$text['label-parent_menu']['fr-fr'] = 'Menu Parent';
|
||||
$text['label-parent_menu']['en-us'] = "Parent Menu";
|
||||
$text['label-parent_menu']['pt-pt'] = "Menu Pai";
|
||||
$text['label-parent_menu']['fr-fr'] = "Menu Parent";
|
||||
|
||||
$text['description-parent_menu']['en-us'] = '';
|
||||
$text['description-parent_menu']['pt-pt'] = '';
|
||||
$text['description-parent_menu']['fr-fr'] = '';
|
||||
$text['description-parent_menu']['en-us'] = "";
|
||||
$text['description-parent_menu']['pt-pt'] = "";
|
||||
$text['description-parent_menu']['fr-fr'] = "";
|
||||
|
||||
$text['label-groups']['en-us'] = 'Groups';
|
||||
$text['label-groups']['pt-pt'] = '';
|
||||
$text['label-groups']['fr-fr'] = 'Groupes';
|
||||
$text['label-groups']['en-us'] = "Groups";
|
||||
$text['label-groups']['pt-pt'] = "Grupos";
|
||||
$text['label-groups']['fr-fr'] = "Groupes";
|
||||
|
||||
$text['description-groups']['en-us'] = '';
|
||||
$text['description-groups']['pt-pt'] = '';
|
||||
$text['description-groups']['fr-fr'] = '';
|
||||
$text['description-groups']['en-us'] = "";
|
||||
$text['description-groups']['pt-pt'] = "";
|
||||
$text['description-groups']['fr-fr'] = "";
|
||||
|
||||
$text['button-restore_default']['en-us'] = 'Restore Default';
|
||||
$text['button-restore_default']['pt-pt'] = '';
|
||||
$text['button-restore_default']['fr-fr'] = 'Restaurer';
|
||||
$text['button-restore_default']['en-us'] = "Restore Default";
|
||||
$text['button-restore_default']['pt-pt'] = "Restaurar Definições";
|
||||
$text['button-restore_default']['fr-fr'] = "Restaurer";
|
||||
|
||||
$text['button-restore_all']['en-us'] = 'Restore All';
|
||||
$text['button-restore_all']['pt-pt'] = 'Repor Tudo';
|
||||
$text['button-restore_all']['fr-fr'] = 'Tout restaurer';
|
||||
$text['button-restore_all']['en-us'] = "Restore All";
|
||||
$text['button-restore_all']['pt-pt'] = "Restaurar Tudo";
|
||||
$text['button-restore_all']['fr-fr'] = "Tout restaurer";
|
||||
|
||||
$text['label-protected']['en-us'] = 'Protected';
|
||||
$text['label-protected']['pt-pt'] = '';
|
||||
$text['label-protected']['fr-fr'] = 'Proteger';
|
||||
$text['label-protected']['en-us'] = "Protected";
|
||||
$text['label-protected']['pt-pt'] = "Protegido";
|
||||
$text['label-protected']['fr-fr'] = "Proteger";
|
||||
|
||||
$text['description-protected']['en-us'] = "Enable this to protect the menu item from being removed by '".$text['button-restore_default']['en-us']."'.";
|
||||
$text['description-protected']['pt-pt'] = '';
|
||||
$text['description-protected']['pt-pt'] = "Active isto para proteger os items do menu de serem removidos por '".$text['button-restore_default']['pt-pt']."'.";
|
||||
$text['description-protected']['fr-fr'] = "Activer cette fonctionnalité pour que ce menu ne soit pas supprimé en cas d'activation de la fonction '".$text['button-restore_default']['fr-fr']."'.";
|
||||
|
||||
$text['label-menu_order']['en-us'] = 'Order';
|
||||
$text['label-menu_order']['pt-pt'] = '';
|
||||
$text['label-menu_order']['fr-fr'] = 'Ordre';
|
||||
$text['label-menu_order']['en-us'] = "Order";
|
||||
$text['label-menu_order']['pt-pt'] = "Ordem";
|
||||
$text['label-menu_order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['description-menu_order']['en-us'] = '';
|
||||
$text['description-menu_order']['pt-pt'] = '';
|
||||
$text['description-menu_order']['fr-fr'] = '';
|
||||
$text['description-menu_order']['en-us'] = "";
|
||||
$text['description-menu_order']['pt-pt'] = "";
|
||||
$text['description-menu_order']['fr-fr'] = "";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
$text['description-description']['en-us'] = "Enter a description, if desired.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição, caso pretenda.";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-true']['en-us'] = 'True';
|
||||
$text['label-true']['pt-pt'] = '';
|
||||
$text['label-true']['fr-fr'] = 'Oui';
|
||||
$text['label-true']['en-us'] = "True";
|
||||
$text['label-true']['pt-pt'] = "Sim";
|
||||
$text['label-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['label-false']['en-us'] = 'False';
|
||||
$text['label-false']['pt-pt'] = 'falso';
|
||||
$text['label-false']['fr-fr'] = 'Non';
|
||||
$text['label-false']['en-us'] = "False";
|
||||
$text['label-false']['pt-pt'] = "Não";
|
||||
$text['label-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-move_up']['en-us'] = 'Move Up';
|
||||
$text['button-move_up']['pt-pt'] = '';
|
||||
$text['button-move_up']['fr-fr'] = 'Monter';
|
||||
$text['button-move_up']['en-us'] = "Move Up";
|
||||
$text['button-move_up']['pt-pt'] = "Mover para Cima";
|
||||
$text['button-move_up']['fr-fr'] = "Monter";
|
||||
|
||||
$text['button-move_down']['en-us'] = 'Move Down';
|
||||
$text['button-move_down']['pt-pt'] = '';
|
||||
$text['button-move_down']['fr-fr'] = 'Descendre';
|
||||
$text['button-move_down']['en-us'] = "Move Down";
|
||||
$text['button-move_down']['pt-pt'] = "Mover para Baixo";
|
||||
$text['button-move_down']['fr-fr'] = "Descendre";
|
||||
|
||||
$text['message-moved_up']['en-us'] = 'Item Moved Up';
|
||||
$text['message-moved_up']['pt-pt'] = '';
|
||||
$text['message-moved_up']['en-us'] = "Item Moved Up";
|
||||
$text['message-moved_up']['pt-pt'] = "Item Movido para Cima";
|
||||
$text['message-moved_up']['fr-fr'] = "Monter l'objet";
|
||||
|
||||
$text['message-moved_down']['en-us'] = 'Item Moved Down';
|
||||
$text['message-moved_down']['pt-pt'] = '';
|
||||
$text['message-moved_down']['en-us'] = "Item Moved Down";
|
||||
$text['message-moved_down']['pt-pt'] = "Item Movido para Baixo";
|
||||
$text['message-moved_down']['fr-fr'] = "Descendre l'objet";
|
||||
|
||||
$text['message-message']['en-us'] = 'Message';
|
||||
$text['message-message']['pt-pt'] = '';
|
||||
$text['message-message']['fr-fr'] = 'Message';
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-restore']['en-us'] = 'Restore Completed';
|
||||
$text['message-restore']['pt-pt'] = '';
|
||||
$text['message-restore']['fr-fr'] = 'Restauré';
|
||||
$text['message-restore']['en-us'] = "Restore Completed";
|
||||
$text['message-restore']['pt-pt'] = "Reposição Efectuada";
|
||||
$text['message-restore']['fr-fr'] = "Restauré";
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,40 +2,56 @@
|
|||
|
||||
// Upgrade Schema
|
||||
|
||||
$text['title-upgrade_schema']['en-us'] = 'Upgrade Schema';
|
||||
$text['title-upgrade_schema']['fr-fr'] = 'Mise à jour du Schéma';
|
||||
$text['title-upgrade_schema']['en-us'] = "Upgrade Schema";
|
||||
$text['title-upgrade_schema']['pt-pt'] = "Actualizar Esquema";
|
||||
$text['title-upgrade_schema']['fr-fr'] = "Mise à jour du Schéma";
|
||||
|
||||
$text['header-database_type']['en-us'] = 'Database Type';
|
||||
$text['header-database_type']['fr-fr'] = 'Type de base de données';
|
||||
$text['header-message']['en-us'] = 'Message';
|
||||
$text['header-message']['fr-fr'] = 'Message';
|
||||
$text['header-database_type']['en-us'] = "Database Type";
|
||||
$text['header-database_type']['pt-pt'] = "Tipo de Base de Dados";
|
||||
$text['header-database_type']['fr-fr'] = "Type de base de données";
|
||||
$text['header-message']['en-us'] = "Message";
|
||||
$text['header-message']['pt-pt'] = "Mensagem";
|
||||
$text['header-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['label-sql_changes']['en-us'] = 'SQL Changes';
|
||||
$text['label-sql_changes']['fr-fr'] = 'Modifications SQL';
|
||||
$text['label-table']['en-us'] = 'Table';
|
||||
$text['label-table']['fr-fr'] = 'Table';
|
||||
$text['label-exists']['en-us'] = 'Exists';
|
||||
$text['label-exists']['fr-fr'] = 'Existe';
|
||||
$text['label-details']['en-us'] = 'Details';
|
||||
$text['label-details']['fr-fr'] = 'Détails';
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['fr-fr'] = 'Type';
|
||||
$text['label-upgrade']['en-us'] = 'Upgrade';
|
||||
$text['label-upgrade']['fr-fr'] = 'Mise à jour';
|
||||
$text['label-database']['en-us'] = 'Database';
|
||||
$text['label-database']['fr-fr'] = 'Base de Données';
|
||||
$text['label-schema']['en-us'] = 'Schema';
|
||||
$text['label-schema']['fr-fr'] = 'Schéma';
|
||||
$text['label-no_change']['en-us'] = 'No Change';
|
||||
$text['label-no_change']['fr-fr'] = 'Pas de changement';
|
||||
$text['label-sql_changes']['en-us'] = "SQL Changes";
|
||||
$text['label-sql_changes']['pt-pt'] = "Modificações SQL";
|
||||
$text['label-sql_changes']['fr-fr'] = "Modifications SQL";
|
||||
$text['label-table']['en-us'] = "Table";
|
||||
$text['label-table']['pt-pt'] = "Tabela";
|
||||
$text['label-table']['fr-fr'] = "Table";
|
||||
$text['label-exists']['en-us'] = "Exists";
|
||||
$text['label-exists']['pt-pt'] = "Existe";
|
||||
$text['label-exists']['fr-fr'] = "Existe";
|
||||
$text['label-details']['en-us'] = "Details";
|
||||
$text['label-details']['pt-pt'] = "Detalhes";
|
||||
$text['label-details']['fr-fr'] = "Détails";
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-upgrade']['en-us'] = "Upgrade";
|
||||
$text['label-upgrade']['pt-pt'] = "Actualizar";
|
||||
$text['label-upgrade']['fr-fr'] = "Mise à jour";
|
||||
$text['label-database']['en-us'] = "Database";
|
||||
$text['label-database']['pt-pt'] = "Base de Dados";
|
||||
$text['label-database']['fr-fr'] = "Base de Données";
|
||||
$text['label-schema']['en-us'] = "Schema";
|
||||
$text['label-schema']['pt-pt'] = "Esquema";
|
||||
$text['label-schema']['fr-fr'] = "Schéma";
|
||||
$text['label-no_change']['en-us'] = "No Change";
|
||||
$text['label-no_change']['pt-pt'] = "Sem Mudança";
|
||||
$text['label-no_change']['fr-fr'] = "Pas de changement";
|
||||
|
||||
$text['option-true']['en-us'] = 'True';
|
||||
$text['option-true']['fr-fr'] = 'Oui';
|
||||
$text['option-false']['en-us'] = 'False';
|
||||
$text['option-false']['fr-fr'] = 'Non';
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['message-upgrade']['en-us'] = 'Upgrade Completed';
|
||||
$text['message-upgrade']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-upgrade']['en-us'] = "Upgrade Completed";
|
||||
$text['message-upgrade']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-upgrade']['fr-fr'] = "Mis à jour";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,130 +1,130 @@
|
|||
<?php
|
||||
|
||||
$text['title']['en-us'] = 'Account Settings';
|
||||
$text['title']['pt-pt'] = 'Configurações de Conta';
|
||||
$text['title']['fr-fr'] = 'Personalisation du compte';
|
||||
$text['title']['en-us'] = "Account Settings";
|
||||
$text['title']['pt-pt'] = "Configurações de Conta";
|
||||
$text['title']['fr-fr'] = "Personalisation du compte";
|
||||
|
||||
$text['description']['en-us'] = 'Edit account information.';
|
||||
$text['description']['pt-pt'] = 'Editar informações de conta.';
|
||||
$text['description']['fr-fr'] = 'Editer les informations du compte.';
|
||||
$text['description']['en-us'] = "Edit account information.";
|
||||
$text['description']['pt-pt'] = "Editar informações de conta.";
|
||||
$text['description']['fr-fr'] = "Editer les informations du compte.";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr-fr'] = 'retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "retour";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['table-title']['en-us'] = 'User Info';
|
||||
$text['table-title']['pt-pt'] = 'Informações de Utilizador';
|
||||
$text['table-title']['en-us'] = "User Info";
|
||||
$text['table-title']['pt-pt'] = "Informações de Utilizador";
|
||||
$text['table-title']['fr-fr'] = "Informations de l'usager";
|
||||
|
||||
$text['label-username']['en-us'] = 'Username';
|
||||
$text['label-username']['pt-pt'] = 'Nome de Utilizador';
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Nom de l'utilisateur";
|
||||
|
||||
$text['label-password']['en-us'] = 'Password';
|
||||
$text['label-password']['pt-pt'] = 'Palavra passe';
|
||||
$text['label-password']['fr-fr'] = 'Mot de passe';
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "Palavra-Chave";
|
||||
$text['label-password']['fr-fr'] = "Mot de passe";
|
||||
|
||||
$text['label-domain']['en-us'] = 'Domain';
|
||||
$text['label-domain']['pt-pt'] = '';
|
||||
$text['label-domain']['fr-fr'] = 'Domaine';
|
||||
$text['label-domain']['en-us'] = "Domain";
|
||||
$text['label-domain']['pt-pt'] = "Domínio";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
|
||||
$text['button-login']['en-us'] = 'Login';
|
||||
$text['button-login']['pt-pt'] = '';
|
||||
$text['button-login']['fr-fr'] = 'connexion';
|
||||
$text['button-login']['en-us'] = "Login";
|
||||
$text['button-login']['pt-pt'] = "Iniciar Sessão";
|
||||
$text['button-login']['fr-fr'] = "connexion";
|
||||
|
||||
$text['label-confirm-password']['en-us'] = 'Confirm Password';
|
||||
$text['label-confirm-password']['pt-pt'] = 'Confirme Palavra Chave';
|
||||
$text['label-confirm-password']['fr-fr'] = 'Confirmation du mot de passe';
|
||||
$text['label-confirm-password']['en-us'] = "Confirm Password";
|
||||
$text['label-confirm-password']['pt-pt'] = "Confirmar Palavra-Passe";
|
||||
$text['label-confirm-password']['fr-fr'] = "Confirmation du mot de passe";
|
||||
|
||||
$text['label-extension']['en-us'] = 'Extension';
|
||||
$text['label-extension']['pt-pt'] = 'Extensão';
|
||||
$text['label-extension']['fr-fr'] = 'Extension';
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "Extensão";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['table2-title']['en-us'] = 'Additional Info';
|
||||
$text['table2-title']['pt-pt'] = 'Informações Adicionais';
|
||||
$text['table2-title']['fr-fr'] = 'Informations aditionnelles';
|
||||
$text['table2-title']['en-us'] = "Additional Info";
|
||||
$text['table2-title']['pt-pt'] = "Informações Adicionais";
|
||||
$text['table2-title']['fr-fr'] = "Informations aditionnelles";
|
||||
|
||||
$text['label-status']['en-us'] = 'Status';
|
||||
$text['label-status']['pt-pt'] = 'Estado';
|
||||
$text['label-status']['fr-fr'] = 'Etat';
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
|
||||
$text['description-status']['en-us'] = 'Select a the user status.';
|
||||
$text['description-status']['pt-pt'] = 'Selecione um estado para o utilizador.';
|
||||
$text['description-status']['en-us'] = "Select a the user status.";
|
||||
$text['description-status']['pt-pt'] = "Escolha um estado para o utilizador.";
|
||||
$text['description-status']['fr-fr'] = "Sélection de l'état de l'usager.";
|
||||
|
||||
$text['check-available-status']['en-us'] = 'Available';
|
||||
$text['check-available-status']['pt-pt'] = 'Disponível';
|
||||
$text['check-available-status']['fr-fr'] = 'Disponible';
|
||||
$text['check-available-status']['en-us'] = "Available";
|
||||
$text['check-available-status']['pt-pt'] = "Disponível";
|
||||
$text['check-available-status']['fr-fr'] = "Disponible";
|
||||
|
||||
$text['check-available-ondemand-status']['en-us'] = 'Available (On Demand)';
|
||||
$text['check-available-ondemand-status']['pt-pt'] = 'Disponível (A pedido)';
|
||||
$text['check-available-ondemand-status']['fr-fr'] = 'Disponble (sur demande)';
|
||||
$text['check-available-ondemand-status']['en-us'] = "Available (On Demand)";
|
||||
$text['check-available-ondemand-status']['pt-pt'] = "Disponível (On Demand)";
|
||||
$text['check-available-ondemand-status']['fr-fr'] = "Disponble (sur demande)";
|
||||
|
||||
$text['check-loggedout-status']['en-us'] = 'Logged Out';
|
||||
$text['check-loggedout-status']['pt-pt'] = 'Desligado';
|
||||
$text['check-loggedout-status']['fr-fr'] = 'Déconnexion';
|
||||
$text['check-loggedout-status']['en-us'] = "Logged Out";
|
||||
$text['check-loggedout-status']['pt-pt'] = "Desligado";
|
||||
$text['check-loggedout-status']['fr-fr'] = "Déconnexion";
|
||||
|
||||
$text['check-onbreak-status']['en-us'] = 'On Break';
|
||||
$text['check-onbreak-status']['pt-pt'] = 'Em Pausa';
|
||||
$text['check-onbreak-status']['fr-fr'] = 'En Pause';
|
||||
$text['check-onbreak-status']['en-us'] = "On Break";
|
||||
$text['check-onbreak-status']['pt-pt'] = "Em Pausa";
|
||||
$text['check-onbreak-status']['fr-fr'] = "En Pause";
|
||||
|
||||
$text['check-do-not-disturb-status']['en-us'] = 'Do Not Disturb';
|
||||
$text['check-do-not-disturb-status']['pt-pt'] = 'Não Perturbar';
|
||||
$text['check-do-not-disturb-status']['fr-fr'] = 'Ne pas déranger';
|
||||
$text['check-do-not-disturb-status']['en-us'] = "Do Not Disturb";
|
||||
$text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar";
|
||||
$text['check-do-not-disturb-status']['fr-fr'] = "Ne pas déranger";
|
||||
|
||||
$text['label-time']['en-us'] = 'Time Zone';
|
||||
$text['label-time']['pt-pt'] = 'Fuso Horário';
|
||||
$text['label-time']['fr-fr'] = 'Fuseau Horaire';
|
||||
$text['label-time']['en-us'] = "Time Zone";
|
||||
$text['label-time']['pt-pt'] = "Fuso Horário";
|
||||
$text['label-time']['fr-fr'] = "Fuseau Horaire";
|
||||
|
||||
$text['description-timezone']['en-us'] = 'Select the default time zone.';
|
||||
$text['description-timezone']['pt-pt'] = 'Selecione o fuso horário padrão.';
|
||||
$text['description-timezone']['fr-fr'] = 'Sélection du Fuseau Horaire par défaut.';
|
||||
$text['description-timezone']['en-us'] = "Select the default time zone.";
|
||||
$text['description-timezone']['pt-pt'] = "Selecione o fuso horário por omissão.";
|
||||
$text['description-timezone']['fr-fr'] = "Sélection du Fuseau Horaire par défaut.";
|
||||
|
||||
$text['confirm-password']['en-us'] = 'Passwords did not match.';
|
||||
$text['confirm-password']['pt-pt'] = 'As palavras chave não coincidem.';
|
||||
$text['confirm-password']['fr-fr'] = 'Les mots de passe ne sont pas les mêmes.';
|
||||
$text['confirm-password']['en-us'] = "Passwords did not match.";
|
||||
$text['confirm-password']['pt-pt'] = "As palavras-chave não coincidem.";
|
||||
$text['confirm-password']['fr-fr'] = "Les mots de passe ne sont pas les mêmes.";
|
||||
|
||||
$text['confirm-update']['en-us'] = 'Update Complete';
|
||||
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
$text['confirm-update']['fr-fr'] = 'Mise à jour terminée';
|
||||
$text['confirm-update']['en-us'] = "Update Complete";
|
||||
$text['confirm-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['confirm-update']['fr-fr'] = "Mise à jour terminée";
|
||||
|
||||
$text['title-user-settings']['en-us'] = 'User Information';
|
||||
$text['title-user-settings']['pt-pt'] = 'Informação do Utilizador';
|
||||
$text['title-user-settings']['en-us'] = "User Information";
|
||||
$text['title-user-settings']['pt-pt'] = "Informação do Utilizador";
|
||||
$text['title-user-settings']['fr-fr'] = "Informations de l'usager";
|
||||
|
||||
$text['label-voicemail']['en-us'] = 'Voicemail';
|
||||
$text['label-voicemail']['pt-pt'] = 'Correio de Voz';
|
||||
$text['label-voicemail']['fr-fr'] = 'messagerie vocale';
|
||||
$text['label-voicemail']['en-us'] = "Voicemail";
|
||||
$text['label-voicemail']['pt-pt'] = "Correio de Voz";
|
||||
$text['label-voicemail']['fr-fr'] = "messagerie vocale";
|
||||
|
||||
$text['label-view-messages']['en-us'] = 'View Messages';
|
||||
$text['label-view-messages']['pt-pt'] = 'Ver Mensagens';
|
||||
$text['label-view-messages']['fr-fr'] = 'Voir les messages';
|
||||
$text['label-view-messages']['en-us'] = "View Messages";
|
||||
$text['label-view-messages']['pt-pt'] = "Ver Mensagens";
|
||||
$text['label-view-messages']['fr-fr'] = "Voir les messages";
|
||||
|
||||
$text['table-extension']['en-us'] = 'Extension';
|
||||
$text['table-extension']['pt-pt'] = 'Extensão';
|
||||
$text['table-extension']['fr-fr'] = 'Extension';
|
||||
$text['table-extension']['en-us'] = "Extension";
|
||||
$text['table-extension']['pt-pt'] = "Extensão";
|
||||
$text['table-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['table-tools']['en-us'] = 'Tools';
|
||||
$text['table-tools']['pt-pt'] = 'Ferramentas';
|
||||
$text['table-tools']['fr-fr'] = 'Outils';
|
||||
$text['table-tools']['en-us'] = "Tools";
|
||||
$text['table-tools']['pt-pt'] = "Ferramentas";
|
||||
$text['table-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['table-description']['en-us'] = 'Description';
|
||||
$text['table-description']['pt-pt'] = 'Descrição';
|
||||
$text['table-description']['fr-fr'] = 'Description';
|
||||
$text['table-description']['en-us'] = "Description";
|
||||
$text['table-description']['pt-pt'] = "Descrição";
|
||||
$text['table-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['label-callforward']['en-us'] = 'Call Forward';
|
||||
$text['label-callforward']['pt-pt'] = 'Encaminhamento de Chamadas';
|
||||
$text['label-callforward']['en-us'] = "Call Forward";
|
||||
$text['label-callforward']['pt-pt'] = "Encaminhamento de Chamadas";
|
||||
$text['label-callforward']['fr-fr'] = "Renvoi d'appel";
|
||||
|
||||
$text['label-followme']['en-us'] = 'Follow Me';
|
||||
$text['label-followme']['pt-pt'] = 'Segue-me';
|
||||
$text['label-followme']['fr-fr'] = 'Follow Me';
|
||||
$text['label-followme']['en-us'] = "Follow Me";
|
||||
$text['label-followme']['pt-pt'] = "Segue-me";
|
||||
$text['label-followme']['fr-fr'] = "Follow Me";
|
||||
|
||||
$text['label-dnd']['en-us'] = 'Do Not Disturb';
|
||||
$text['label-dnd']['pt-pt'] = 'Não Perturbar';
|
||||
$text['label-dnd']['fr-fr'] = 'Ne Pas Déranger';
|
||||
$text['label-dnd']['en-us'] = "Do Not Disturb";
|
||||
$text['label-dnd']['pt-pt'] = "Não Perturbar";
|
||||
$text['label-dnd']['fr-fr'] = "Ne Pas Déranger";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -2,151 +2,220 @@
|
|||
|
||||
// user / group manager
|
||||
|
||||
$text['title-user_manager']['en-us'] = 'User Manager';
|
||||
$text['title-user_manager']['en-us'] = "User Manager";
|
||||
$text['title-user_manager']['pt-pt'] = "Gestor de Utilizadores";
|
||||
$text['title-user_manager']['fr-fr'] = "Gestion Usagers";
|
||||
$text['title-user_add']['en-us'] = 'User Add';
|
||||
$text['title-user_add']['en-us'] = "User Add";
|
||||
$text['title-user_add']['pt-pt'] = "Adicionar Utilizador";
|
||||
$text['title-user_add']['fr-fr'] = "Ajout de l'Usager";
|
||||
$text['title-user_edit']['en-us'] = 'User Edit';
|
||||
$text['title-user_edit']['en-us'] = "User Edit";
|
||||
$text['title-user_edit']['pt-pt'] = "Editar Utilizador";
|
||||
$text['title-user_edit']['fr-fr'] = "Edition de l'Usager";
|
||||
$text['title-group_manager']['en-us'] = 'Group Manager';
|
||||
$text['title-group_manager']['fr-fr'] = 'Gestion de Groupe';
|
||||
$text['title-group_add']['en-us'] = 'Group Add';
|
||||
$text['title-group_add']['fr-fr'] = 'Ajout de Groupe';
|
||||
$text['title-group_permissions']['en-us'] = 'Group Permissions';
|
||||
$text['title-group_permissions']['fr-fr'] = 'Permissions du Groupe';
|
||||
$text['title-group_members']['en-us'] = 'Group Members';
|
||||
$text['title-group_members']['fr-fr'] = 'Membres du Groupe';
|
||||
$text['title-group_manager']['en-us'] = "Group Manager";
|
||||
$text['title-group_manager']['pt-pt'] = "Gestor de Grupos";
|
||||
$text['title-group_manager']['fr-fr'] = "Gestion de Groupe";
|
||||
$text['title-group_add']['en-us'] = "Group Add";
|
||||
$text['title-group_add']['pt-pt'] = "Adicionar Grupo";
|
||||
$text['title-group_add']['fr-fr'] = "Ajout de Groupe";
|
||||
$text['title-group_permissions']['en-us'] = "Group Permissions";
|
||||
$text['title-group_permissions']['pt-pt'] = "Permissões do Grupo";
|
||||
$text['title-group_permissions']['fr-fr'] = "Permissions du Groupe";
|
||||
$text['title-group_members']['en-us'] = "Group Members";
|
||||
$text['title-group_members']['pt-pt'] = "Membros do Grupo";
|
||||
$text['title-group_members']['fr-fr'] = "Membres du Groupe";
|
||||
|
||||
$text['header-user_manager']['en-us'] = 'User Manager';
|
||||
$text['header-user_manager']['en-us'] = "User Manager";
|
||||
$text['header-user_manager']['pt-pt'] = "Gestor de Utilizadores";
|
||||
$text['header-user_manager']['fr-fr'] = "Gestion Usagers";
|
||||
$text['header-user_add']['en-us'] = 'User Add';
|
||||
$text['header-user_add']['en-us'] = "User Add";
|
||||
$text['header-user_add']['pt-pt'] = "Adicionar Utilizador";
|
||||
$text['header-user_add']['fr-fr'] = "Ajout de l'Usager";
|
||||
$text['header-user_edit']['en-us'] = 'User Edit';
|
||||
$text['header-user_edit']['en-us'] = "User Edit";
|
||||
$text['header-user_edit']['pt-pt'] = "Editar Utilizador";
|
||||
$text['header-user_edit']['fr-fr'] = "Edition de l'Usager";
|
||||
$text['header-group_manager']['en-us'] = 'Group Manager';
|
||||
$text['header-group_manager']['fr-fr'] = 'Gestion de Groupe';
|
||||
$text['header-group_add']['en-us'] = 'Group Add';
|
||||
$text['header-group_add']['fr-fr'] = 'Ajout de Groupe';
|
||||
$text['header-group_permissions']['en-us'] = 'Group Permissions: ';
|
||||
$text['header-group_permissions']['fr-fr'] = 'Permissions du Groupe';
|
||||
$text['header-group_members']['en-us'] = 'Group Members';
|
||||
$text['header-group_members']['fr-fr'] = 'Membres du Groupe';
|
||||
$text['header-group_manager']['en-us'] = "Group Manager";
|
||||
$text['header-group_manager']['pt-pt'] = "Gestor de Grupos";
|
||||
$text['header-group_manager']['fr-fr'] = "Gestion de Groupe";
|
||||
$text['header-group_add']['en-us'] = "Group Add";
|
||||
$text['header-group_add']['pt-pt'] = "Adicionar Grupo";
|
||||
$text['header-group_add']['fr-fr'] = "Ajout de Groupe";
|
||||
$text['header-group_permissions']['en-us'] = "Group Permissions: ";
|
||||
$text['header-group_permissions']['pt-pt'] = "Permissões do Grupo";
|
||||
$text['header-group_permissions']['fr-fr'] = "Permissions du Groupe";
|
||||
$text['header-group_members']['en-us'] = "Group Members";
|
||||
$text['header-group_members']['pt-pt'] = "Membros do Grupo";
|
||||
$text['header-group_members']['fr-fr'] = "Membres du Groupe";
|
||||
|
||||
$text['description-user_manager']['en-us'] = 'Add, edit, delete, and search users. ';
|
||||
$text['description-user_manager']['fr-fr'] = 'Ajouter, éditer, supprimer et chercher des utilisateurs. ';
|
||||
$text['description-user_add']['en-us'] = 'To add a user, please fill out this form completely. All fields are required. ';
|
||||
$text['description-user_manager']['en-us'] = "Add, edit, delete, and search users. ";
|
||||
$text['description-user_manager']['pt-pt'] = "Adicionar, editar, remover e pesquisar utilizadores. ";
|
||||
$text['description-user_manager']['fr-fr'] = "Ajouter, éditer, supprimer et chercher des utilisateurs. ";
|
||||
$text['description-user_add']['en-us'] = "To add a user, please fill out this form completely. All fields are required. ";
|
||||
$text['description-user_add']['pt-pt'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. ";
|
||||
$text['description-user_add']['fr-fr'] = "Afin d'ajouter des utilisateurs, remplissez complètement ce formulaire. Tous les champs sont requis. ";
|
||||
$text['description-user_edit']['en-us'] = 'Edit user information and group membership. ';
|
||||
$text['description-user_edit']['en-us'] = "Edit user information and group membership. ";
|
||||
$text['description-user_edit']['pt-pt'] = "Editar a informação do utilizador e os membros do grupo. ";
|
||||
$text['description-user_edit']['fr-fr'] = "Editer les informations de l'utilisateur et l'appartenance au groupe.";
|
||||
$text['description-group_add']['en-us'] = 'Please choose a group name.';
|
||||
$text['description-group_add']['en-us'] = "Please choose a group name.";
|
||||
$text['description-group_add']['pt-pt'] = "Por favor escolha um nome para o grupo.";
|
||||
$text['description-group_add']['fr-fr'] = "Choisir un nom pour le groupe.";
|
||||
$text['description-group_permissions']['en-us'] = 'Assign permissions for this group.';
|
||||
$text['description-group_permissions']['en-us'] = "Assign permissions for this group.";
|
||||
$text['description-group_permissions']['pt-pt'] = "Atribua permissões para este grupo.";
|
||||
$text['description-group_permissions']['fr-fr'] = "Assigner des permissions à ce groupe.";
|
||||
|
||||
$text['label-search_by']['en-us'] = 'Search by';
|
||||
$text['label-search_by']['fr-fr'] = 'Chercher par';
|
||||
$text['label-username']['en-us'] = 'Username';
|
||||
$text['label-search_by']['en-us'] = "Search by";
|
||||
$text['label-search_by']['pt-pt'] = "Pesquisar por";
|
||||
$text['label-search_by']['fr-fr'] = "Chercher par";
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
||||
$text['label-username']['fr-fr'] = "Nom d'Utilisateur";
|
||||
$text['label-password']['en-us'] = 'Password';
|
||||
$text['label-password']['en-us'] = "Password";
|
||||
$text['label-password']['pt-pt'] = "Palavra-Passe";
|
||||
$text['label-password']['fr-fr'] = "Mot de passe";
|
||||
$text['label-confirm_password']['en-us'] = 'Confirm Password';
|
||||
$text['label-confirm_password']['en-us'] = "Confirm Password";
|
||||
$text['label-confirm_password']['pt-pt'] = "Confirmar Palavra-Passe";
|
||||
$text['label-confirm_password']['fr-fr'] = "Confirmer le mot de passe";
|
||||
$text['label-email']['en-us'] = 'Email';
|
||||
$text['label-email']['fr-fr'] = 'Courriel';
|
||||
$text['label-first_name']['en-us'] = 'First Name';
|
||||
$text['label-email']['en-us'] = "Email";
|
||||
$text['label-email']['pt-pt'] = "Email";
|
||||
$text['label-email']['fr-fr'] = "Courriel";
|
||||
$text['label-first_name']['en-us'] = "First Name";
|
||||
$text['label-first_name']['pt-pt'] = "Primeiro Nome";
|
||||
$text['label-first_name']['fr-fr'] = "Prénom";
|
||||
$text['label-last_name']['en-us'] = 'Last Name';
|
||||
$text['label-last_name']['en-us'] = "Last Name";
|
||||
$text['label-last_name']['pt-pt'] = "Último Nome";
|
||||
$text['label-last_name']['fr-fr'] = "Nom";
|
||||
$text['label-company_name']['en-us'] = 'Company Name';
|
||||
$text['label-company_name']['en-us'] = "Company Name";
|
||||
$text['label-company_name']['pt-pt'] = "Nome da Empresa";
|
||||
$text['label-company_name']['fr-fr'] = "Compagnie";
|
||||
$text['label-user_info']['en-us'] = 'User Info';
|
||||
$text['label-user_info']['en-us'] = "User Info";
|
||||
$text['label-user_info']['pt-pt'] = "Informação do Utilizador";
|
||||
$text['label-user_info']['fr-fr'] = "Informations sur l'utilisateur";
|
||||
$text['label-groups']['en-us'] = 'Groups';
|
||||
$text['label-groups']['fr-fr'] = 'Groupes';
|
||||
$text['label-additional_info']['en-us'] = 'Additional Info';
|
||||
$text['label-groups']['en-us'] = "Groups";
|
||||
$text['label-groups']['pt-pt'] = "Grupos";
|
||||
$text['label-groups']['fr-fr'] = "Groupes";
|
||||
$text['label-additional_info']['en-us'] = "Additional Info";
|
||||
$text['label-additional_info']['pt-pt'] = "Informação Adicional";
|
||||
$text['label-additional_info']['fr-fr'] = "Informations additionnelles";
|
||||
$text['label-contact']['en-us'] = 'Contact';
|
||||
$text['label-contact']['fr-fr'] = 'Contact';
|
||||
$text['label-status']['en-us'] = 'Status';
|
||||
$text['label-status']['fr-fr'] = 'Etat';
|
||||
$text['label-time_zone']['en-us'] = 'Time Zone';
|
||||
$text['label-time_zone']['fr-fr'] = 'Fuseau Horaire';
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-enabled']['fr-fr'] = 'Actif';
|
||||
$text['label-group_name']['en-us'] = 'Name';
|
||||
$text['label-group_name']['fr-fr'] = 'Nom';
|
||||
$text['label-group_description']['en-us'] = 'Description';
|
||||
$text['label-group_description']['fr-fr'] = 'Description';
|
||||
$text['label-group_permissions']['en-us'] = 'Permissions';
|
||||
$text['label-group_permissions']['fr-fr'] = 'Permissions';
|
||||
$text['label-group_members']['en-us'] = 'Members';
|
||||
$text['label-group_members']['fr-fr'] = 'Membres';
|
||||
$text['label-permission_permissions']['en-us'] = 'Permissions';
|
||||
$text['label-permission_permissions']['fr-fr'] = 'Permissions';
|
||||
$text['label-permission_description']['en-us'] = 'Description';
|
||||
$text['label-permission_description']['fr-fr'] = 'Description';
|
||||
$text['label-contact']['en-us'] = "Contact";
|
||||
$text['label-contact']['pt-pt'] = "Contacto";
|
||||
$text['label-contact']['fr-fr'] = "Contact";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
$text['label-time_zone']['en-us'] = "Time Zone";
|
||||
$text['label-time_zone']['pt-pt'] = "Fuso Horário";
|
||||
$text['label-time_zone']['fr-fr'] = "Fuseau Horaire";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-group_name']['en-us'] = "Name";
|
||||
$text['label-group_name']['pt-pt'] = "Nome";
|
||||
$text['label-group_name']['fr-fr'] = "Nom";
|
||||
$text['label-group_description']['en-us'] = "Description";
|
||||
$text['label-group_description']['pt-pt'] = "Descrição";
|
||||
$text['label-group_description']['fr-fr'] = "Description";
|
||||
$text['label-group_permissions']['en-us'] = "Permissions";
|
||||
$text['label-group_permissions']['pt-pt'] = "Permissões";
|
||||
$text['label-group_permissions']['fr-fr'] = "Permissions";
|
||||
$text['label-group_members']['en-us'] = "Members";
|
||||
$text['label-group_members']['pt-pt'] = "Membros";
|
||||
$text['label-group_members']['fr-fr'] = "Membres";
|
||||
$text['label-permission_permissions']['en-us'] = "Permissions";
|
||||
$text['label-permission_permissions']['pt-pt'] = "Permissões";
|
||||
$text['label-permission_permissions']['fr-fr'] = "Permissions";
|
||||
$text['label-permission_description']['en-us'] = "Description";
|
||||
$text['label-permission_description']['pt-pt'] = "Descrição";
|
||||
$text['label-permission_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-contact']['en-us'] = 'Assign a contact to this user account.';
|
||||
$text['description-contact']['en-us'] = "Assign a contact to this user account.";
|
||||
$text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador.";
|
||||
$text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";
|
||||
$text['description-contact_view']['en-us'] = 'View';
|
||||
$text['description-contact_view']['fr-fr'] = 'Voir';
|
||||
$text['description-status']['en-us'] = 'Set the user\'s presence.';
|
||||
$text['description-contact_view']['en-us'] = "View";
|
||||
$text['description-contact_view']['pt-pt'] = "Vista";
|
||||
$text['description-contact_view']['fr-fr'] = "Voir";
|
||||
$text['description-status']['en-us'] = "Set the user\'s presence.";
|
||||
$text['description-status']['pt-pt'] = "Escolher o estado de presença do utilizador.";
|
||||
$text['description-status']['fr-fr'] = "Choisir l'état de présence de l'utilisateur.";
|
||||
$text['description-time_zone']['en-us'] = 'Select the default time zone.';
|
||||
$text['description-time_zone']['en-us'] = "Select the default time zone.";
|
||||
$text['description-time_zone']['pt-pt'] = "Escolha o time zone por omissão.";
|
||||
$text['description-time_zone']['fr-fr'] = "Choisir le fuseau horaire par défaut.";
|
||||
$text['description-enabled']['en-us'] = 'Set the status of this account.';
|
||||
$text['description-enabled']['en-us'] = "Set the status of this account.";
|
||||
$text['description-enabled']['pt-pt'] = "Escolha o estado desta conta.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir le statut de ce compte.";
|
||||
|
||||
$text['option-true']['en-us'] = 'True';
|
||||
$text['option-true']['fr-fr'] = 'Oui';
|
||||
$text['option-false']['en-us'] = 'False';
|
||||
$text['option-false']['fr-fr'] = 'Non';
|
||||
$text['option-available']['en-us'] = 'Available';
|
||||
$text['option-available']['fr-fr'] = 'Disponible';
|
||||
$text['option-available_on_demand']['en-us'] = 'Available (On Demand)';
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "Sim";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "Não";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
$text['option-available']['en-us'] = "Available";
|
||||
$text['option-available']['pt-pt'] = "Disponível";
|
||||
$text['option-available']['fr-fr'] = "Disponible";
|
||||
$text['option-available_on_demand']['en-us'] = "Available (On Demand)";
|
||||
$text['option-available_on_demand']['pt-pt'] = "Disponível (On Demand)";
|
||||
$text['option-available_on_demand']['fr-fr'] = "Disponible (sur demande)";
|
||||
$text['option-logged_out']['en-us'] = 'Logged Out';
|
||||
$text['option-logged_out']['fr-fr'] = 'Déconnecté';
|
||||
$text['option-on_break']['en-us'] = 'On Break';
|
||||
$text['option-on_break']['fr-fr'] = 'En Pause';
|
||||
$text['option-do_not_disturb']['en-us'] = 'Do Not Disturb';
|
||||
$text['option-do_not_disturb']['fr-fr'] = 'Ne pas Déranger';
|
||||
$text['option-logged_out']['en-us'] = "Logged Out";
|
||||
$text['option-logged_out']['pt-pt'] = "Desligado";
|
||||
$text['option-logged_out']['fr-fr'] = "Déconnecté";
|
||||
$text['option-on_break']['en-us'] = "On Break";
|
||||
$text['option-on_break']['pt-pt'] = "Em Pausa";
|
||||
$text['option-on_break']['fr-fr'] = "En Pause";
|
||||
$text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
|
||||
$text['option-do_not_disturb']['pt-pt'] = "Não Perturbar";
|
||||
$text['option-do_not_disturb']['fr-fr'] = "Ne pas Déranger";
|
||||
|
||||
$text['button-search']['en-us'] = 'Search';
|
||||
$text['button-search']['fr-fr'] = 'Chercher';
|
||||
$text['button-create_account']['en-us'] = 'Create Account';
|
||||
$text['button-create_account']['fr-fr'] = 'Créé le Compte';
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-restore']['en-us'] = 'Restore Default';
|
||||
$text['button-restore']['fr-fr'] = 'Restaurer';
|
||||
$text['button-add_member']['en-us'] = 'Add Member';
|
||||
$text['button-add_member']['fr-fr'] = 'Ajouter un Membre';
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['pt-pt'] = "Pesquisar";
|
||||
$text['button-search']['fr-fr'] = "Chercher";
|
||||
$text['button-create_account']['en-us'] = "Create Account";
|
||||
$text['button-create_account']['pt-pt'] = "Criar Conta";
|
||||
$text['button-create_account']['fr-fr'] = "Créé le Compte";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['pt-pt'] = "Remoção";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-restore']['en-us'] = "Restore Default";
|
||||
$text['button-restore']['pt-pt'] = "Restaurar Valores por Omissão";
|
||||
$text['button-restore']['fr-fr'] = "Restaurer";
|
||||
$text['button-add_member']['en-us'] = "Add Member";
|
||||
$text['button-add_member']['pt-pt'] = "Adicionar Membro";
|
||||
$text['button-add_member']['fr-fr'] = "Ajouter un Membre";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['fr-fr'] = 'Mis à Jour';
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-restore']['en-us'] = 'Restore Completed';
|
||||
$text['message-restore']['fr-fr'] = 'Restauré';
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-restore']['en-us'] = "Restore Completed";
|
||||
$text['message-restore']['pt-pt'] = "Restauração Efectuada";
|
||||
$text['message-restore']['fr-fr'] = "Restauré";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['pt-pt'] = "Por favor indique: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
$text['message-password_blank']['en-us'] = 'Password cannot be blank.';
|
||||
$text['message-password_blank']['en-us'] = "Password cannot be blank.";
|
||||
$text['message-password_blank']['pt-pt'] = "O campo password não pode ser vazio.";
|
||||
$text['message-password_blank']['fr-fr'] = "Le mot de passe ne peut pas être vide.";
|
||||
$text['message-password_mismatch']['en-us'] = 'Passwords did not match.';
|
||||
$text['message-password_mismatch']['en-us'] = "Passwords did not match.";
|
||||
$text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem.";
|
||||
$text['message-password_mismatch']['fr-fr'] = "les mots de passe ne correspondent pas";
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue