2013-09-30 15:19:40 +02:00
|
|
|
|
<?php
|
2012-10-06 20:02:46 +02:00
|
|
|
|
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['title']['fr-fr'] = 'Historique détaillé des appels';
|
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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description']['fr-fr'] = "Ici se trouve l'historique des tous les appels passés sur cette plateforme. En Anglais: Call Detail Records (CDR).";
|
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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description-2']['fr-fr'] = "Les informations contiennent la source, la destination, la durée et pleins d'autres informations utiles.";
|
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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description-3']['fr-fr'] = "Utiliser les filtres pour afficher les appels désirés. ";
|
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".';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description-4']['fr-fr'] = "Ensuite visualisez les informations dans la liste ci-dessous, ou téléchargez les sous forme d'un fichier 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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-description']['fr-fr'] = 'Description';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-cid-name']['fr-fr'] = "Nom de l'Appelant";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-inbound']['fr-fr'] = 'entrant';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-outbound']['fr-fr'] = 'sortant';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-local']['fr-fr'] = '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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-source']['fr-fr'] = 'Origine';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-destination']['fr-fr'] = 'Destination';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-start']['fr-fr'] = 'Début';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-status']['fr-fr'] = 'Etat';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-name']['fr-fr'] = 'Nom';
|
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';
|
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 09:35:01 +02:00
|
|
|
|
$text['label-length']['en-us'] = 'Length';
|
|
|
|
|
|
$text['label-length']['pt-pt'] = 'Comprimento';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-length']['fr-fr'] = 'Durée';
|
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'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-tools']['fr-fr'] = 'Outils';
|
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'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-play']['fr-fr'] = 'Jouer';
|
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'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-download']['fr-fr'] = 'Télécharger';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2013-01-17 19:32:16 +01:00
|
|
|
|
$text['button-statistics']['en-us'] = 'Statistics';
|
|
|
|
|
|
$text['button-statistics']['pt-pt'] = 'Estatisticas';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['button-statistics']['fr-fr'] = 'Statistiques';
|
2013-01-17 19:32:16 +01:00
|
|
|
|
|
|
|
|
|
|
$text['button-missed']['en-us'] = 'Missed Calls';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['button-missed']['pt-pt'] = 'Chamadas Perdidas';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['button-missed']['fr-fr'] = 'Appels Perdus';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['title2']['fr-fr'] = "Détail des Appels";
|
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';
|
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 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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description-5']['fr-fr'] = "Une vue détaillée de l'appel et toutes les informations en relation.";
|
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, ';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description-6']['fr-fr'] = "L'information contient le nom et le numéro d'appelant, données du 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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['description-7']['fr-fr'] = "les variables de l'appel, le chemin, les temporisations et d'autres détails.";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-summary']['fr-fr'] = 'Résumé';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-direction']['fr-fr'] = 'Direction';
|
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)';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-name']['fr-fr'] = 'Nom (jouer)';
|
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)';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-download']['fr-fr'] = 'Numéro (télécharger)';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-end']['fr-fr'] = 'Fin';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-channel']['fr-fr'] = "Données 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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-value']['fr-fr'] = 'Valeur';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-application-log']['fr-fr'] = "Log de l'Application Log";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-data']['fr-fr'] = 'Données';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-flow']['fr-fr'] = "Flux d'appel: Attibuts";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-flow-2']['fr-fr'] = "Flux d'appel: Extension: Attibuts";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-flow-3']['fr-fr'] = "Flux d'appel: Extension: Application";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-flow-4']['fr-fr'] = "Flux d'appel: Profile de l'appelant";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-flow-5']['fr-fr'] = "Flux d'appel: temporisations ";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-statistics']['fr-fr'] = "Statistiques sur l'historique des appels";
|
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.';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['label-call-statistics-description']['fr-fr'] = "Résumé de l'historique des appels.";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-hours']['fr-fr'] = 'Heurrs';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-date']['fr-fr'] = 'Date';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-time']['fr-fr'] = 'Temps';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-minutes']['fr-fr'] = 'Minutes';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-calls-per-minute']['fr-fr'] = "Appels par minute";
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-missed']['fr-fr'] = 'Perdus';
|
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';
|
2013-09-30 15:19:40 +02:00
|
|
|
|
$text['table-days']['fr-fr'] = 'Jours';
|
2012-10-09 05:45:34 +02:00
|
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
|
?>
|