96 lines
3.4 KiB
PHP
96 lines
3.4 KiB
PHP
<?php
|
|
|
|
$text['title']['en-us'] = 'Calls';
|
|
$text['title']['pt-pt'] = 'Chamadas';
|
|
|
|
$text['description']['en-us'] = 'Directs incoming calls for extension:';
|
|
$text['description']['pt-pt'] = 'Direciona as chamadas recebidas para a extensão:';
|
|
|
|
$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-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['label-call-forward']['en-us'] = 'Call Forward';
|
|
$text['label-call-forward']['pt-pt'] = 'Encaminhamento de Chamadas';
|
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
$text['label-enabled']['pt-pt'] = 'Activo';
|
|
|
|
$text['label-enable']['en-us'] = 'Enable';
|
|
$text['label-enable']['pt-pt'] = 'Activar';
|
|
|
|
$text['label-disable']['en-us'] = 'Disable';
|
|
$text['label-disable']['pt-pt'] = 'Desactivo';
|
|
|
|
$text['label-disabled']['en-us'] = 'Disabled';
|
|
$text['label-disabled']['pt-pt'] = 'Desactivo';
|
|
|
|
$text['label-number']['en-us'] = 'Number';
|
|
$text['label-number']['pt-pt'] = 'Número';
|
|
|
|
$text['label-follow-me']['en-us'] = 'Follow Me';
|
|
$text['label-follow-me']['pt-pt'] = 'Segue-me';
|
|
|
|
$text['label-ring-1']['en-us'] = 'Ring 1st Number';
|
|
$text['label-ring-1']['pt-pt'] = '1º Número a Tocar';
|
|
|
|
$text['label-ring-2']['en-us'] = 'Ring 2nd Number';
|
|
$text['label-ring-2']['pt-pt'] = '2º Número a Tocar';
|
|
|
|
$text['label-ring-3']['en-us'] = 'Ring 3rd Number';
|
|
$text['label-ring-3']['pt-pt'] = '3º Número a Tocar';
|
|
|
|
$text['label-ring-4']['en-us'] = 'Ring 4th Number';
|
|
$text['label-ring-4']['pt-pt'] = '4º Número a Tocar';
|
|
|
|
$text['label-ring-5']['en-us'] = 'Ring 5th Number';
|
|
$text['label-ring-5']['pt-pt'] = '5º Número a Tocar';
|
|
|
|
$text['label-ring-order']['en-us'] = 'Ring Order';
|
|
$text['label-ring-order']['pt-pt'] = 'Pedir Chamada';
|
|
|
|
$text['label-ring-delay']['en-us'] = 'Delay';
|
|
$text['label-ring-delay']['pt-pt'] = '';
|
|
|
|
$text['label-ring-timeout']['en-us'] = 'Timeout';
|
|
$text['label-ring-timeout']['pt-pt'] = '';
|
|
|
|
$text['check-sequence']['en-us'] = 'sequence';
|
|
$text['ckeck-sequence']['pt-pt'] = 'sequêncial';
|
|
|
|
$text['check-simultaneous']['en-us'] = 'simultaneous';
|
|
$text['ckeck-simultaneous']['pt-pt'] = 'simultâneo';
|
|
|
|
$text['label-prompt']['en-us'] = 'Prompt to accept the call';
|
|
$text['label-prompt']['pt-pt'] = 'Perguntar para aceitar a chamada';
|
|
|
|
$text['check-true']['en-us'] = 'true';
|
|
$text['ckeck-true']['pt-pt'] = 'verdadeiro';
|
|
|
|
$text['check-false']['en-us'] = 'false';
|
|
$text['ckeck-false']['pt-pt'] = 'falso';
|
|
|
|
$text['label-dnd']['en-us'] = 'Do Not Disturb';
|
|
$text['label-dnd']['pt-pt'] = 'Não Perturbar';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
|
|
|
$text['confirm-update']['en-us'] = 'Update Complete';
|
|
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
|
|
|
|
$text['table-extension']['en-us'] = 'Extension';
|
|
$text['table-extension']['pt-pt'] = 'Extensão';
|
|
|
|
$text['table-tools']['en-us'] = 'Tools';
|
|
$text['table-tools']['pt-pt'] = 'Ferramentas';
|
|
|
|
$text['table-description']['en-us'] = 'Description';
|
|
$text['table-description']['pt-pt'] = 'Descrição';
|
|
|
|
?>
|