fusionpbx/app/xml_cdr/app_languages.php

207 lines
9.3 KiB
PHP
Raw Normal View History

<?php
//xml_cdr
$text['title']['en-us'] = 'Call Detail Records';
$text['title']['pt-pt'] = 'Detalhes da Gravação de Chamadas';
$text['title']['fr-fr'] = 'Historique détaillé des appels';
2012-10-09 05:45:34 +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.';
$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
$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.';
$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
$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.';
$text['description-3']['fr-fr'] = "Utiliser les filtres pour afficher les appels désirés. ";
2012-10-09 05:45:34 +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".';
$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
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = 'Descrição';
$text['label-description']['fr-fr'] = 'Description';
2012-10-09 05:45:34 +02:00
$text['label-cid-name']['en-us'] = 'CID Name';
$text['label-cid-name']['pt-pt'] = 'Nome CID';
$text['label-cid-name']['fr-fr'] = "Nom de l'Appelant";
2012-10-09 05:45:34 +02:00
$text['label-inbound']['en-us'] = 'inbound';
$text['label-inbound']['pt-pt'] = 'entrada';
$text['label-inbound']['fr-fr'] = 'entrant';
2012-10-09 05:45:34 +02:00
$text['label-outbound']['en-us'] = 'outbound';
$text['label-outbound']['pt-pt'] = 'saida';
$text['label-outbound']['fr-fr'] = 'sortant';
2012-10-09 05:45:34 +02:00
$text['label-local']['en-us'] = 'local';
$text['label-local']['pt-pt'] = 'local';
$text['label-local']['fr-fr'] = 'local';
2012-10-09 05:45:34 +02:00
$text['label-source']['en-us'] = 'Source';
$text['label-source']['pt-pt'] = 'Origem';
$text['label-source']['fr-fr'] = 'Origine';
2012-10-09 05:45:34 +02:00
$text['label-destination']['en-us'] = 'Destination';
$text['label-destination']['pt-pt'] = 'Destino';
$text['label-destination']['fr-fr'] = 'Destination';
2012-10-09 05:45:34 +02:00
$text['label-start']['en-us'] = 'Start';
$text['label-start']['pt-pt'] = 'Inicio';
$text['label-start']['fr-fr'] = 'Début';
2012-10-09 05:45:34 +02:00
$text['label-status']['en-us'] = 'Status';
$text['label-status']['pt-pt'] = 'Estado';
$text['label-status']['fr-fr'] = 'Etat';
2012-10-09 05:45:34 +02:00
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = 'Nome';
$text['label-name']['fr-fr'] = 'Nom';
2012-10-09 05:45:34 +02:00
$text['label-number']['en-us'] = 'Number';
$text['label-number']['pt-pt'] = 'Numero';
$text['label-number']['fr-fr'] = 'Numéro';
2012-10-09 05:45:34 +02:00
$text['label-length']['en-us'] = 'Length';
$text['label-length']['pt-pt'] = 'Comprimento';
$text['label-length']['fr-fr'] = 'Durée';
2012-10-09 05:45:34 +02:00
$text['label-tools']['en-us'] = 'Tools';
$text['label-tools']['pt-pt'] = '';
$text['label-tools']['fr-fr'] = 'Outils';
2012-10-09 05:45:34 +02:00
$text['label-play']['en-us'] = 'Play';
$text['label-play']['pt-pt'] = '';
$text['label-play']['fr-fr'] = 'Jouer';
2012-10-09 05:45:34 +02:00
$text['label-download']['en-us'] = 'Download';
$text['label-download']['pt-pt'] = '';
$text['label-download']['fr-fr'] = 'Télécharger';
2012-10-09 05:45:34 +02:00
$text['button-statistics']['en-us'] = 'Statistics';
$text['button-statistics']['pt-pt'] = 'Estatisticas';
$text['button-statistics']['fr-fr'] = 'Statistiques';
$text['button-missed']['en-us'] = 'Missed Calls';
$text['button-missed']['pt-pt'] = 'Chamadas Perdidas';
$text['button-missed']['fr-fr'] = 'Appels Perdus';
2012-10-09 05:45:34 +02:00
//xml_cdr_details
$text['title2']['en-us'] = 'Call Details';
$text['title2']['pt-pt'] = 'Detalhes das Chamadas';
$text['title2']['fr-fr'] = "Détail des Appels";
2012-10-09 05:45:34 +02:00
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = 'Voltar';
$text['button-back']['fr-fr'] = 'Retour';
2012-10-09 05:45:34 +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.';
$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
$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, ';
$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
$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.';
$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
$text['label-summary']['en-us'] = 'Summary';
$text['label-summary']['pt-pt'] = 'Sumario';
$text['label-summary']['fr-fr'] = 'Résumé';
2012-10-09 05:45:34 +02:00
$text['table-direction']['en-us'] = 'Direction';
$text['table-direction']['pt-pt'] = 'Direcção';
$text['table-direction']['fr-fr'] = 'Direction';
2012-10-09 05:45:34 +02:00
$text['table-name']['en-us'] = 'Name (play)';
$text['table-name']['pt-pt'] = 'None (executar)';
$text['table-name']['fr-fr'] = 'Nom (jouer)';
2012-10-09 05:45:34 +02:00
$text['table-download']['en-us'] = 'Number (download)';
$text['table-download']['pt-pt'] = 'Numero (descarregar)';
$text['table-download']['fr-fr'] = 'Numéro (télécharger)';
2012-10-09 05:45:34 +02:00
$text['table-end']['en-us'] = 'End';
$text['table-end']['pt-pt'] = 'Final';
$text['table-end']['fr-fr'] = 'Fin';
2012-10-09 05:45:34 +02:00
$text['label-channel']['en-us'] = 'Channel Data';
$text['label-channel']['pt-pt'] = 'Dados de Canal';
$text['label-channel']['fr-fr'] = "Données de canal";
2012-10-09 05:45:34 +02:00
$text['label-value']['en-us'] = 'Value';
$text['label-value']['pt-pt'] = 'Valor';
$text['label-value']['fr-fr'] = 'Valeur';
2012-10-09 05:45:34 +02:00
$text['label-application-log']['en-us'] = 'Application Log';
$text['label-application-log']['pt-pt'] = 'Log de Aplicação';
$text['label-application-log']['fr-fr'] = "Log de l'Application Log";
2012-10-09 05:45:34 +02:00
$text['label-data']['en-us'] = 'Data';
$text['label-data']['pt-pt'] = 'Dados';
$text['label-data']['fr-fr'] = 'Données';
2012-10-09 05:45:34 +02:00
$text['label-call-flow']['en-us'] = 'Call Flow: Attributes';
$text['label-call-flow']['pt-pt'] = 'Fluxos de chamada: Atributos';
$text['label-call-flow']['fr-fr'] = "Flux d'appel: Attibuts";
2012-10-09 05:45:34 +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';
$text['label-call-flow-2']['fr-fr'] = "Flux d'appel: Extension: Attibuts";
2012-10-09 05:45:34 +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';
$text['label-call-flow-3']['fr-fr'] = "Flux d'appel: Extension: Application";
2012-10-09 05:45:34 +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';
$text['label-call-flow-4']['fr-fr'] = "Flux d'appel: Profile de l'appelant";
2012-10-09 05:45:34 +02:00
$text['label-call-flow-5']['en-us'] = 'Call Flow: Times';
$text['label-call-flow-5']['pt-pt'] = 'Fluxos de chamada: Tempos';
$text['label-call-flow-5']['fr-fr'] = "Flux d'appel: temporisations ";
2012-10-09 05:45:34 +02:00
//xml_cdr_statistics
$text['label-call-statistics']['en-us'] = 'Call Detail Record Statistics';
$text['label-call-statistics']['pt-pt'] = 'Estatisticas dos Detalhes da Gravação de Chamadas';
$text['label-call-statistics']['fr-fr'] = "Statistiques sur l'historique des appels";
2012-10-09 05:45:34 +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.';
$text['label-call-statistics-description']['fr-fr'] = "Résumé de l'historique des appels.";
2012-10-09 05:45:34 +02:00
$text['table-hours']['en-us'] = 'Hours';
$text['table-hours']['pt-pt'] = 'Horas';
$text['table-hours']['fr-fr'] = 'Heurrs';
2012-10-09 05:45:34 +02:00
$text['table-date']['en-us'] = 'Date';
$text['table-date']['pt-pt'] = 'Data';
$text['table-date']['fr-fr'] = 'Date';
2012-10-09 05:45:34 +02:00
$text['table-time']['en-us'] = 'Time';
$text['table-time']['pt-pt'] = 'Tempo';
$text['table-time']['fr-fr'] = 'Temps';
2012-10-09 05:45:34 +02:00
$text['table-minutes']['en-us'] = 'Minutes';
$text['table-minutes']['pt-pt'] = 'Minutos';
$text['table-minutes']['fr-fr'] = 'Minutes';
$text['table-calls-per-minute']['en-us'] = 'Calls Per Min';
$text['table-calls-per-minute']['pt-pt'] = 'Chamadas por minuto';
$text['table-calls-per-minute']['fr-fr'] = "Appels par minute";
$text['table-missed']['en-us'] = 'Missed';
$text['table-missed']['pt-pt'] = 'Perdidas';
$text['table-missed']['fr-fr'] = 'Perdus';
$text['table-days']['en-us'] = 'Days';
$text['table-days']['pt-pt'] = 'Dias';
$text['table-days']['fr-fr'] = 'Jours';
2012-10-09 05:45:34 +02:00
?>