2012-10-06 20:02:46 +02:00
|
|
|
|
<?php
|
|
|
|
|
|
|
2012-10-15 21:43:00 +02:00
|
|
|
|
//xml_cdr
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['title']['en-us'] = 'Call Detail Records';
|
|
|
|
|
|
$text['title']['pt-pt'] = 'Detalhes da Gravação de Chamadas';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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.';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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.';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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.';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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".';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
|
|
|
|
$text['label-description']['pt-pt'] = 'Descrição';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-cid-name']['en-us'] = 'CID Name';
|
|
|
|
|
|
$text['label-cid-name']['pt-pt'] = 'Nome CID';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-inbound']['en-us'] = 'inbound';
|
|
|
|
|
|
$text['label-inbound']['pt-pt'] = 'entrada';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-outbound']['en-us'] = 'outbound';
|
|
|
|
|
|
$text['label-outbound']['pt-pt'] = 'saida';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-local']['en-us'] = 'local';
|
|
|
|
|
|
$text['label-local']['pt-pt'] = 'local';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-source']['en-us'] = 'Source';
|
|
|
|
|
|
$text['label-source']['pt-pt'] = 'Origem';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-destination']['en-us'] = 'Destination';
|
|
|
|
|
|
$text['label-destination']['pt-pt'] = 'Destino';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-start']['en-us'] = 'Start';
|
|
|
|
|
|
$text['label-start']['pt-pt'] = 'Inicio';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-status']['en-us'] = 'Status';
|
|
|
|
|
|
$text['label-status']['pt-pt'] = 'Estado';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
|
|
|
|
$text['label-name']['pt-pt'] = 'Nome';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-number']['en-us'] = 'Number';
|
|
|
|
|
|
$text['label-number']['pt-pt'] = 'Numero';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-length']['en-us'] = 'Length';
|
|
|
|
|
|
$text['label-length']['pt-pt'] = 'Comprimento';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-tools']['en-us'] = 'Tools';
|
|
|
|
|
|
$text['label-tools']['pt-pt'] = '';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-play']['en-us'] = 'Play';
|
|
|
|
|
|
$text['label-play']['pt-pt'] = '';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-download']['en-us'] = 'Download';
|
|
|
|
|
|
$text['label-download']['pt-pt'] = '';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-statistics']['en-us'] = 'Statistics';
|
|
|
|
|
|
$text['label-statistics']['pt-pt'] = 'Estatisticas';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-15 21:43:00 +02:00
|
|
|
|
//xml_cdr_details
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['title2']['en-us'] = 'Call Details';
|
|
|
|
|
|
$text['title2']['pt-pt'] = 'Detalhes das Chamadas';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
|
|
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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.';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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, ';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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.';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-summary']['en-us'] = 'Summary';
|
|
|
|
|
|
$text['label-summary']['pt-pt'] = 'Sumario';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-direction']['en-us'] = 'Direction';
|
|
|
|
|
|
$text['table-direction']['pt-pt'] = 'Direcção';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-name']['en-us'] = 'Name (play)';
|
|
|
|
|
|
$text['table-name']['pt-pt'] = 'None (executar)';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-download']['en-us'] = 'Number (download)';
|
|
|
|
|
|
$text['table-download']['pt-pt'] = 'Numero (descarregar)';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-end']['en-us'] = 'End';
|
|
|
|
|
|
$text['table-end']['pt-pt'] = 'Final';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-channel']['en-us'] = 'Channel Data';
|
|
|
|
|
|
$text['label-channel']['pt-pt'] = 'Dados de Canal';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-value']['en-us'] = 'Value';
|
|
|
|
|
|
$text['label-value']['pt-pt'] = 'Valor';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-application-log']['en-us'] = 'Application Log';
|
|
|
|
|
|
$text['label-application-log']['pt-pt'] = 'Log de Aplicação';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-data']['en-us'] = 'Data';
|
|
|
|
|
|
$text['label-data']['pt-pt'] = 'Dados';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-call-flow']['en-us'] = 'Call Flow: Attributes';
|
|
|
|
|
|
$text['label-call-flow']['pt-pt'] = 'Fluxos de chamada: Atributos';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-call-flow-2']['en-us'] = 'Call Flow: Extension: Attributes';
|
|
|
|
|
|
$text['label-call-flow-2']['pt-pt'] = 'Fluxos de chamada: Extensão: Atributos';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-call-flow-4']['en-us'] = 'Call Flow: Caller Profile';
|
|
|
|
|
|
$text['label-call-flow-4']['pt-pt'] = 'Fluxos de chamada: Perfil de chamador';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-call-flow-5']['en-us'] = 'Call Flow: Times';
|
|
|
|
|
|
$text['label-call-flow-5']['pt-pt'] = 'Fluxos de chamada: Tempos';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-15 21:43:00 +02:00
|
|
|
|
//xml_cdr_statistics
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['label-call-statistics']['en-us'] = 'Call Detail Record Statistics';
|
|
|
|
|
|
$text['label-call-statistics']['pt-pt'] = 'Estatisticas dos Detalhes da Gravação de Chamadas';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$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.';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-hours']['en-us'] = 'Hours';
|
|
|
|
|
|
$text['table-hours']['pt-pt'] = 'Horas';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-date']['en-us'] = 'Date';
|
|
|
|
|
|
$text['table-date']['pt-pt'] = 'Data';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-time']['en-us'] = 'Time';
|
|
|
|
|
|
$text['table-time']['pt-pt'] = 'Tempo';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-minutes']['en-us'] = 'Minutes';
|
|
|
|
|
|
$text['table-minutes']['pt-pt'] = 'Minutos';
|
2012-10-15 21:43:00 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-calls-per-minute']['en-us'] = 'Calls Per Min';
|
|
|
|
|
|
$text['table-calls-per-minute']['pt-pt'] = 'Chamadas por minuto';
|
2012-10-15 21:43:00 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-missed']['en-us'] = 'Missed';
|
|
|
|
|
|
$text['table-missed']['pt-pt'] = 'Perdidas';
|
2012-10-15 21:43:00 +02:00
|
|
|
|
|
2012-10-24 09:35:01 +02:00
|
|
|
|
$text['table-days']['en-us'] = 'Days';
|
|
|
|
|
|
$text['table-days']['pt-pt'] = 'Dias';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
|
|
|
|
|
?>
|