2012-10-06 20:02:46 +02:00
< ? php
2012-10-15 21:43:00 +02:00
//xml_cdr
$content_cdr [ 'title' ][ 'en-us' ] = 'Call Detail Records' ;
$content_cdr [ 'title' ][ 'pt-pt' ] = 'Detalhes da Gravação de Chamadas' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'description' ][ 'en-us' ] = 'Call Detail Records (CDRs) are detailed information on the calls.' ;
$content_cdr [ '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-15 21:43:00 +02:00
$content_cdr [ 'description2' ][ 'en-us' ] = 'The information contains source, destination, duration, and other useful call details.' ;
$content_cdr [ 'description2' ][ '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-15 21:43:00 +02:00
$content_cdr [ 'description3' ][ 'en-us' ] = 'Use the fields to filter the information for the specific call records that are desired.' ;
$content_cdr [ 'description3' ][ '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-15 21:43:00 +02:00
$content_cdr [ 'description4' ][ 'en-us' ] = 'Then view the calls in the list or download them as comma seperated file by using the "csv" button.' ;
$content_cdr [ 'description4' ][ '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-15 21:43:00 +02:00
$content_cdr [ 'label-description' ][ 'en-us' ] = 'Description' ;
$content_cdr [ 'label-description' ][ 'pt-pt' ] = 'Descrição' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-cid-name' ][ 'en-us' ] = 'CID Name' ;
$content_cdr [ 'label-cid-name' ][ 'pt-pt' ] = 'Nome CID' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-inbound' ][ 'en-us' ] = 'inbound' ;
$content_cdr [ 'label-inbound' ][ 'pt-pt' ] = 'entrada' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-outbound' ][ 'en-us' ] = 'outbound' ;
$content_cdr [ 'label-outbound' ][ 'pt-pt' ] = 'saida' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-local' ][ 'en-us' ] = 'local' ;
$content_cdr [ 'label-local' ][ 'pt-pt' ] = 'local' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-source' ][ 'en-us' ] = 'Source' ;
$content_cdr [ 'label-source' ][ 'pt-pt' ] = 'Origem' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-destination' ][ 'en-us' ] = 'Destination' ;
$content_cdr [ 'label-destination' ][ 'pt-pt' ] = 'Destino' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-start' ][ 'en-us' ] = 'Start' ;
$content_cdr [ 'label-start' ][ 'pt-pt' ] = 'Inicio' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-status' ][ 'en-us' ] = 'Status' ;
$content_cdr [ 'label-status' ][ 'pt-pt' ] = 'Estado' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-name' ][ 'en-us' ] = 'Name' ;
$content_cdr [ 'label-name' ][ 'pt-pt' ] = 'Nome' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-number' ][ 'en-us' ] = 'Number' ;
$content_cdr [ 'label-number' ][ 'pt-pt' ] = 'Numero' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-length' ][ 'en-us' ] = 'Length' ;
$content_cdr [ 'label-length' ][ 'pt-pt' ] = 'Comprimento' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-tools' ][ 'en-us' ] = 'Tools' ;
$content_cdr [ 'label-tools' ][ 'pt-pt' ] = '' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-play' ][ 'en-us' ] = 'Play' ;
$content_cdr [ 'label-play' ][ 'pt-pt' ] = '' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-download' ][ 'en-us' ] = 'Download' ;
$content_cdr [ 'label-download' ][ 'pt-pt' ] = '' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-statistics' ][ 'en-us' ] = 'Statistics' ;
$content_cdr [ 'label-statistics' ][ 'pt-pt' ] = 'Estatisticas' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
//xml_cdr_details
$content_cdr [ 'title2' ][ 'en-us' ] = 'Call Details' ;
$content_cdr [ 'title2' ][ 'pt-pt' ] = 'Detalhes das Chamadas' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'button-back' ][ 'en-us' ] = 'Back' ;
$content_cdr [ 'button-back' ][ 'pt-pt' ] = 'Voltar' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'description5' ][ 'en-us' ] = 'A detailed view of the call and all information regarding it.' ;
$content_cdr [ 'description5' ][ '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-15 21:43:00 +02:00
$content_cdr [ 'description6' ][ 'en-us' ] = 'The information contains caller id name and number, channel data, ' ;
$content_cdr [ 'description6' ][ '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-15 21:43:00 +02:00
$content_cdr [ 'description7' ][ 'en-us' ] = 'call variables, call flow, timing information, and other useful call details.' ;
$content_cdr [ 'description7' ][ '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-15 21:43:00 +02:00
$content_cdr [ 'label-summary' ][ 'en-us' ] = 'Summary' ;
$content_cdr [ 'label-summary' ][ 'pt-pt' ] = 'Sumario' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-direction' ][ 'en-us' ] = 'Direction' ;
$content_cdr [ 'table-direction' ][ 'pt-pt' ] = 'Direcção' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-name' ][ 'en-us' ] = 'Name (play)' ;
$content_cdr [ 'table-name' ][ 'pt-pt' ] = 'None (executar)' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-download' ][ 'en-us' ] = 'Number (download)' ;
$content_cdr [ 'table-download' ][ 'pt-pt' ] = 'Numero (descarregar)' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-end' ][ 'en-us' ] = 'End' ;
$content_cdr [ 'table-end' ][ 'pt-pt' ] = 'Final' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-channel' ][ 'en-us' ] = 'Channel Data' ;
$content_cdr [ 'label-channel' ][ 'pt-pt' ] = 'Dados de Canal' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-value' ][ 'en-us' ] = 'Value' ;
$content_cdr [ 'label-value' ][ 'pt-pt' ] = 'Valor' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-applog' ][ 'en-us' ] = 'Application Log' ;
$content_cdr [ 'label-applog' ][ 'pt-pt' ] = 'Log de Aplicação' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-data' ][ 'en-us' ] = 'Data' ;
$content_cdr [ 'label-data' ][ 'pt-pt' ] = 'Dados' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-callflow' ][ 'en-us' ] = 'Call Flow: Attributes' ;
$content_cdr [ 'label-callflow' ][ 'pt-pt' ] = 'Fluxos de chamada: Atributos' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-callflow2' ][ 'en-us' ] = 'Call Flow: Extension: Attributes' ;
$content_cdr [ 'label-callflow2' ][ 'pt-pt' ] = 'Fluxos de chamada: Extensão: Atributos' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-callflow3' ][ 'en-us' ] = 'Call Flow: Extension: Application' ;
$content_cdr [ 'label-callflow3' ][ 'pt-pt' ] = 'Fluxos de chamada: Extensão: Aplicação' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-callflow4' ][ 'en-us' ] = 'Call Flow: Caller Profile' ;
$content_cdr [ 'label-callflow4' ][ 'pt-pt' ] = 'Fluxos de chamada: Perfil de chamador' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-callflow5' ][ 'en-us' ] = 'Call Flow: Times' ;
$content_cdr [ 'label-callflow5' ][ '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
$content_cdr [ 'label-call-statistics' ][ 'en-us' ] = 'Call Detail Record Statistics' ;
$content_cdr [ 'label-call-statistics' ][ 'pt-pt' ] = 'Estatisticas dos Detalhes da Gravação de Chamadas' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'label-call-statistics-description' ][ 'en-us' ] = 'Call Detail Records Statics summarize the call information.' ;
$content_cdr [ '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-15 21:43:00 +02:00
$content_cdr [ 'table-hours' ][ 'en-us' ] = 'Hours' ;
$content_cdr [ 'table-hours' ][ 'pt-pt' ] = 'Horas' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-date' ][ 'en-us' ] = 'Date' ;
$content_cdr [ 'table-date' ][ 'pt-pt' ] = 'Data' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-time' ][ 'en-us' ] = 'Time' ;
$content_cdr [ 'table-time' ][ 'pt-pt' ] = 'Tempo' ;
2012-10-09 05:45:34 +02:00
2012-10-15 21:43:00 +02:00
$content_cdr [ 'table-minutes' ][ 'en-us' ] = 'Minutes' ;
$content_cdr [ 'table-minutes' ][ 'pt-pt' ] = 'Minutos' ;
$content_cdr [ 'table-calls-per-minute' ][ 'en-us' ] = 'Calls Per Min' ;
$content_cdr [ 'table-calls-per-minute' ][ 'pt-pt' ] = 'Chamadas por minuto' ;
$content_cdr [ 'table-missed' ][ 'en-us' ] = 'Missed' ;
$content_cdr [ 'table-missed' ][ 'pt-pt' ] = 'Perdidas' ;
$content_cdr [ 'table-days' ][ 'en-us' ] = 'Days' ;
$content_cdr [ 'table-days' ][ 'pt-pt' ] = 'Dias' ;
2012-10-09 05:45:34 +02:00
?>