2012-10-06 20:00:11 +02:00
|
|
|
<?php
|
|
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['title']['en-us'] = 'Calls';
|
|
|
|
|
$text['title']['pt-pt'] = 'Chamadas';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['title']['fr-fr'] = "Appels";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['description']['en-us'] = 'Directs incoming calls for extension:';
|
|
|
|
|
$text['description']['pt-pt'] = 'Direciona as chamadas recebidas para a extensão:';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description']['fr-fr'] = "Rediriger les appels entrant pour l'extension:";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$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.';
|
2013-10-01 13:13:32 +02:00
|
|
|
$text['description-2']['fr-fr'] = "Utiliser les liens afin de configurer le renvoi \"follow me\", ou ne pas déranger.";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-3']['fr-fr'] = "Ici la liste des extensions assignées à cet usager.";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-call-forward']['en-us'] = 'Call Forward';
|
|
|
|
|
$text['label-call-forward']['pt-pt'] = 'Encaminhamento de Chamadas';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-call-forward']['fr-fr'] = "Renvoi d'appel";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
|
|
|
$text['label-enabled']['pt-pt'] = 'Activo';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-enabled']['fr-fr'] = 'Actif';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-enable']['en-us'] = 'Enable';
|
|
|
|
|
$text['label-enable']['pt-pt'] = 'Activar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-enable']['fr-fr'] = 'Activé';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-11-21 06:59:07 +01:00
|
|
|
$text['label-disable']['en-us'] = 'Disable';
|
|
|
|
|
$text['label-disable']['pt-pt'] = 'Desactivo';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-disable']['fr-fr'] = 'Désactiver';
|
2012-11-21 06:59:07 +01:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-disabled']['en-us'] = 'Disabled';
|
|
|
|
|
$text['label-disabled']['pt-pt'] = 'Desactivo';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-disabled']['fr-fr'] = 'Desactivé';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-number']['en-us'] = 'Number';
|
|
|
|
|
$text['label-number']['pt-pt'] = 'Número';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-number']['fr-fr'] = 'Numéro';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-follow-me']['en-us'] = 'Follow Me';
|
|
|
|
|
$text['label-follow-me']['pt-pt'] = 'Segue-me';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-follow-me']['fr-fr'] = 'Follow Me';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-ring-1']['en-us'] = 'Ring 1st Number';
|
|
|
|
|
$text['label-ring-1']['pt-pt'] = '1º Número a Tocar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-1']['fr-fr'] = 'Sonner le 1er Numéro';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-ring-2']['en-us'] = 'Ring 2nd Number';
|
|
|
|
|
$text['label-ring-2']['pt-pt'] = '2º Número a Tocar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-2']['fr-fr'] = 'Sonner le 2nd Numéro';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-ring-3']['en-us'] = 'Ring 3rd Number';
|
|
|
|
|
$text['label-ring-3']['pt-pt'] = '3º Número a Tocar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-3']['fr-fr'] = 'Sonner le 3ème Numéro';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-ring-4']['en-us'] = 'Ring 4th Number';
|
|
|
|
|
$text['label-ring-4']['pt-pt'] = '4º Número a Tocar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-4']['fr-fr'] = 'Sonner le 4ème Numéro';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-ring-5']['en-us'] = 'Ring 5th Number';
|
|
|
|
|
$text['label-ring-5']['pt-pt'] = '5º Número a Tocar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-5']['fr-fr'] = 'Sonner le 5ème Numéro';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2013-09-30 17:22:35 +02:00
|
|
|
$text['label-cid-name-prefix']['en-us'] = 'Caller ID Name';
|
2013-05-01 19:05:53 +02:00
|
|
|
$text['label-cid-name-prefix']['pt-pt'] = '';
|
2013-09-30 18:21:08 +02:00
|
|
|
$text['label-cid-name-prefix']['fr-fr'] = "Préfixe de l'appelant";
|
2012-12-18 08:13:49 +01:00
|
|
|
|
2013-05-01 19:05:53 +02:00
|
|
|
$text['description-cid-name-prefix']['en-us'] = 'Set the caller ID name prefix.';
|
|
|
|
|
$text['description-cid-name-prefix']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-cid-name-prefix']['fr-fr'] = '';
|
2013-09-28 23:07:23 +02:00
|
|
|
|
2013-09-30 18:21:08 +02:00
|
|
|
$text['label-cid-number-prefix']['en-us'] = 'Caller ID Number';
|
|
|
|
|
$text['label-cid-number-prefix']['pt-pt'] = '';
|
2013-09-30 17:22:35 +02:00
|
|
|
|
2013-09-30 18:21:08 +02:00
|
|
|
$text['description-cid-number-prefix']['en-us'] = 'Set the caller ID number prefix.';
|
|
|
|
|
$text['description-cid-number-prefix']['pt-pt'] = '';
|
2013-09-30 17:22:35 +02:00
|
|
|
|
2012-12-18 08:13:49 +01:00
|
|
|
$text['label-call-prompt']['en-us'] = 'Call Prompt';
|
|
|
|
|
$text['label-call-prompt']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-call-prompt']['fr-fr'] = "Annonce d'appel";
|
2012-12-18 08:13:49 +01:00
|
|
|
|
|
|
|
|
$text['description-call-prompt']['en-us'] = 'Prompt to accept the call for external destinations.';
|
|
|
|
|
$text['description-call-prompt']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-call-prompt']['fr-fr'] = "Annonce pour accepter l'appel venant de destinations externes.";
|
2012-12-18 08:13:49 +01:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-ring-order']['en-us'] = 'Ring Order';
|
|
|
|
|
$text['label-ring-order']['pt-pt'] = 'Pedir Chamada';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-order']['fr-fr'] = 'Ordre de sonnerie';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-11-21 06:59:07 +01:00
|
|
|
$text['label-ring-delay']['en-us'] = 'Delay';
|
|
|
|
|
$text['label-ring-delay']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-delay']['fr-fr'] = 'Délais';
|
2012-11-21 06:59:07 +01:00
|
|
|
|
|
|
|
|
$text['label-ring-timeout']['en-us'] = 'Timeout';
|
|
|
|
|
$text['label-ring-timeout']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-ring-timeout']['fr-fr'] = 'Timeout';
|
2012-11-21 06:59:07 +01:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['check-sequence']['en-us'] = 'sequence';
|
|
|
|
|
$text['ckeck-sequence']['pt-pt'] = 'sequêncial';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['check-sequence']['fr-fr'] = 'sequence';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['check-simultaneous']['en-us'] = 'simultaneous';
|
|
|
|
|
$text['ckeck-simultaneous']['pt-pt'] = 'simultâneo';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['check-simultaneous']['fr-fr'] = 'simultanément';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-prompt']['en-us'] = 'Prompt to accept the call';
|
|
|
|
|
$text['label-prompt']['pt-pt'] = 'Perguntar para aceitar a chamada';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-prompt']['fr-fr'] = "Annonce pour accepter l'appel";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['check-true']['en-us'] = 'true';
|
|
|
|
|
$text['ckeck-true']['pt-pt'] = 'verdadeiro';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['ckeck-true']['fr-fr'] = 'Oui';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['check-false']['en-us'] = 'false';
|
|
|
|
|
$text['ckeck-false']['pt-pt'] = 'falso';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['ckeck-false']['fr-fr'] = 'Non';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['label-dnd']['en-us'] = 'Do Not Disturb';
|
|
|
|
|
$text['label-dnd']['pt-pt'] = 'Não Perturbar';
|
2013-10-01 13:13:32 +02:00
|
|
|
$text['label-dnd']['fr-fr'] = "Ne pas déranger";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
|
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-back']['fr-fr'] = 'Retour';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
|
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['confirm-update']['en-us'] = 'Update Complete';
|
|
|
|
|
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['confirm-update']['fr-fr'] = "Mis à jour";
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['table-extension']['en-us'] = 'Extension';
|
|
|
|
|
$text['table-extension']['pt-pt'] = 'Extensão';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['table-extension']['fr-fr'] = 'Extension';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['table-tools']['en-us'] = 'Tools';
|
|
|
|
|
$text['table-tools']['pt-pt'] = 'Ferramentas';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['table-tools']['fr-fr'] = 'Outils';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2012-10-24 10:08:36 +02:00
|
|
|
$text['table-description']['en-us'] = 'Description';
|
|
|
|
|
$text['table-description']['pt-pt'] = 'Descrição';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['table-description']['fr-fr'] = 'Description';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
?>
|