106 lines
3.7 KiB
PHP
106 lines
3.7 KiB
PHP
<?php
|
|
|
|
//v_calls_active
|
|
$text['title']['en-us'] = 'Active Calls';
|
|
$text['title']['pt-pt'] = 'Chamadas Activas';
|
|
|
|
$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.';
|
|
|
|
//v_calls_active_extensions
|
|
$text['title-2']['en-us'] = 'Active Extensions';
|
|
$text['title-2']['pt-pt'] = 'Extensões Activas';
|
|
|
|
$text['label-status']['en-us'] = 'Status';
|
|
$text['label-status']['pt-pt'] = 'Estado';
|
|
|
|
$text['label-transfer']['en-us'] = 'Transfer To';
|
|
$text['label-transfer']['pt-pt'] = 'Transferir para';
|
|
|
|
$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['check-available-status']['en-us'] = 'Available';
|
|
$text['check-available-status']['pt-pt'] = 'Disponível';
|
|
|
|
$text['check-available-on-demand-status']['en-us'] = 'Available (On Demand)';
|
|
$text['check-available-on-demand-status']['pt-pt'] = 'Disponível (A pedido)';
|
|
|
|
$text['check-loggedout-status']['en-us'] = 'Logged Out';
|
|
$text['check-loggedout-status']['pt-pt'] = 'Desligado';
|
|
|
|
$text['check-onbreak-status']['en-us'] = 'On Break';
|
|
$text['check-onbreak-status']['pt-pt'] = 'Em Pausa';
|
|
|
|
$text['check-do-not-disturb-status']['en-us'] = 'Do Not Disturb';
|
|
$text['check-do-not-disturb-status']['pt-pt'] = 'Não Perturbar';
|
|
|
|
//v_calls_active_assigned_extensions_inc
|
|
$text['label-time']['en-us'] = 'Time';
|
|
$text['label-time']['pt-pt'] = 'Tempo';
|
|
|
|
$text['label-cid-name']['en-us'] = 'CID Name';
|
|
$text['label-cid-name']['pt-pt'] = 'Nome CID';
|
|
|
|
$text['label-cid-number']['en-us'] = 'CID Number';
|
|
$text['label-cid-number']['pt-pt'] = 'Numero CID';
|
|
|
|
$text['label-destination']['en-us'] = 'Dest';
|
|
$text['label-destination']['pt-pt'] = 'Destino';
|
|
|
|
$text['label-app']['en-us'] = 'Application';
|
|
$text['label-app']['pt-pt'] = 'Aplicação';
|
|
|
|
$text['label-secure']['en-us'] = 'Secure';
|
|
$text['label-secure']['pt-pt'] = 'Seguro';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-name']['pt-pt'] = 'Nome';
|
|
|
|
$text['label-opt']['en-us'] = 'Options';
|
|
$text['label-opt']['pt-pt'] = 'Opções';
|
|
|
|
$text['label-transfer']['en-us'] = 'Transfer';
|
|
$text['label-transfer']['pt-pt'] = 'Transferir';
|
|
|
|
$text['label-park']['en-us'] = 'park';
|
|
$text['label-park']['pt-pt'] = 'parquear';
|
|
|
|
$text['confirm-hangup']['en-us'] = 'Do you really want to hangup this call?';
|
|
$text['confirm-hangup']['pt-pt'] = 'Quer realmente terminar esta chamada?';
|
|
|
|
$text['label-hangup']['en-us'] = 'hangup';
|
|
$text['label-hangup']['pt-pt'] = 'terminar';
|
|
|
|
$text['label-stop']['en-us'] = 'stop record';
|
|
$text['label-stop']['pt-pt'] = 'parar de gravar';
|
|
|
|
$text['label-start']['en-us'] = 'start record';
|
|
$text['label-start']['pt-pt'] = 'iniciar a gravação';
|
|
|
|
//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['label-message']['en-us'] = 'Message';
|
|
$text['label-message']['pt-pt'] = 'Mensagem';
|
|
|
|
$text['label-ext']['en-us'] = 'Ext';
|
|
$text['label-ext']['pt-pt'] = 'Extensão';
|
|
|
|
$text['label-park-extension']['en-us'] = 'Park';
|
|
$text['label-park-extension']['pt-pt'] = 'Parquear Extensão';
|
|
|
|
$text['label-profile']['en-us'] = 'Profile';
|
|
$text['label-profile']['pt-pt'] = 'Perfil';
|
|
|
|
$text['label-created']['en-us'] = 'Created';
|
|
$text['label-created']['pt-pt'] = 'Criado';
|
|
|
|
$text['label-number']['en-us'] = 'Number';
|
|
$text['label-number']['pt-pt'] = 'Numero';
|
|
|
|
$text['label-codec']['en-us'] = 'Read / Write Codec';
|
|
$text['label-codec']['pt-pt'] = 'Codec de Leitura / Escrita ';
|
|
|
|
?>
|