2013-09-21 10:40:50 +02:00
|
|
|
<?php
|
2012-11-24 23:06:11 +01:00
|
|
|
/*
|
|
|
|
|
FusionPBX
|
|
|
|
|
Version: MPL 1.1
|
|
|
|
|
|
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
http://www.mozilla.org/MPL/
|
|
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
|
for the specific language governing rights and limitations under the
|
|
|
|
|
License.
|
|
|
|
|
|
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
|
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
|
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
|
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
|
|
|
James Rose <james.o.rose@gmail.com>
|
2013-09-13 23:04:53 +02:00
|
|
|
Philippe Rioual <bhouba@gmail.com>
|
2012-11-24 23:06:11 +01:00
|
|
|
*/
|
|
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-log-viewer']['en-us'] = "Log Viewer";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-log-viewer']['pt-pt'] = "Visualização de Logs";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-log-viewer']['fr-fr'] = "Afficher les Logs";
|
|
|
|
|
$text['label-line-num']['en-us'] = "Show Line Numbers";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-line-num']['pt-pt'] = "Mostrar Números das Linhas";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-line-num']['fr-fr'] = "Afficher les numéros de ligne";
|
|
|
|
|
$text['label-sort']['en-us'] = "Sort Descending";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-sort']['pt-pt'] = "Ordenar Descendetemente";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-sort']['fr-fr'] = "Affichage ordre descendant";
|
|
|
|
|
$text['label-filter']['en-us'] = "Filter";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-filter']['pt-pt'] = "Filtro";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-filter']['fr-fr'] = "Filtre";
|
|
|
|
|
$text['description-filter']['en-us'] = "Filtering the log with the text:";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['description-filter']['pt-pt'] = "Filtrar o log com o seguinte texto:";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['description-filter']['fr-fr'] = "Filtrer les logs avec le texte:";
|
|
|
|
|
$text['button-reload']['en-us'] = "Reload";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['button-reload']['pt-pt'] = "Recarregar";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['button-reload']['fr-fr'] = "Recharger";
|
|
|
|
|
$text['label-kb']['en-us'] = "KB"; //KiloBytes
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-kb']['pt-pt'] = "KB"; //KiloBytes
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-kb']['fr-fr'] = "KB"; //KiloBytes
|
|
|
|
|
$text['button-download']['en-us'] = "Download Logs";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['button-download']['pt-pt'] = "Descarregar Logs";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['button-download']['fr-fr'] = "Télécharger les Logs";
|
|
|
|
|
$text['label-displaying']['en-us'] = "Displaying the last";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-displaying']['pt-pt'] = "Mostrar o último";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-displaying']['fr-fr'] = "Afficher les derniers";
|
|
|
|
|
$text['label-bytes']['en-us'] = "bytes";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-bytes']['pt-pt'] = "bytes";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-bytes']['fr-fr'] = "bytes";
|
|
|
|
|
$text['label-syntax']['en-us'] = "Syntax Highlighted";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-syntax']['pt-pt'] = "Realçar a Sintaxe";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-syntax']['fr-fr'] = "Coloration Syntaxique";
|
|
|
|
|
$text['label-open-at']['en-us'] = "opening at";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-open-at']['pt-pt'] = "abrir";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-open-at']['fr-fr'] = "Ouvrir à";
|
|
|
|
|
$text['label-open-file']['en-us'] = "opening entire file";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['label-open-file']['pt-pt'] = "abrir o ficheiro todo";
|
2013-10-01 13:35:07 +02:00
|
|
|
$text['label-open-file']['fr-fr'] = "Ouvrir le fichier entier";
|
|
|
|
|
$text['error-open-file']['en-us'] = "Unable to open file!";
|
2013-10-18 00:06:01 +02:00
|
|
|
$text['error-open-file']['pt-pt'] = "Impossível abrir o ficheiro!";
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['error-open-file']['fr-fr'] = "Impossible d'ouvrir le fichier!";
|
2012-11-24 23:06:11 +01:00
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
?>
|