2012-11-24 23:06:11 +01:00
|
|
|
|
<?php
|
|
|
|
|
|
/*
|
|
|
|
|
|
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
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
$text['label-log-viewer']['en-us'] = 'Log Viewer';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-log-viewer']['fr'] = 'Afficher les Logs';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-line-num']['en-us'] = 'Show Line Numbers';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-line-num']['fr'] = 'Afficher les numéros de ligne';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-sort']['en-us'] = 'Sort Descending';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-sort']['fr'] = 'Affichage ordre descendant';
|
2013-07-05 05:48:40 +02:00
|
|
|
|
$text['label-filter']['en-us'] = 'Filter';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-filter']['fr'] = 'Filtre';
|
2013-07-05 05:48:40 +02:00
|
|
|
|
$text['description-filter']['en-us'] = 'Filtering the log with the text:';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['description-filter']['fr'] = 'Filtrer les logs avec le texte:';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['button-reload']['en-us'] = 'Reload';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['button-reload']['fr'] = 'Recharger';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-kb']['en-us'] = 'KB'; //KiloBytes
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-kb']['fr'] = 'KB'; //KiloBytes
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['button-download']['en-us'] = 'Download Logs';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['button-download']['fr'] = 'Télécharger les Logs';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-displaying']['en-us'] = 'Displaying the last';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-displaying']['fr'] = 'Afficher les derniers';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-bytes']['en-us'] = 'bytes';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-bytes']['fr'] = 'bytes';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-syntax']['en-us'] = 'Syntax Highlighted';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-syntax']['fr'] = 'Coloration Syntaxique';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-open-at']['en-us'] = 'opening at';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-open-at']['fr'] = 'Ouvrir à';
|
2012-11-24 23:06:11 +01:00
|
|
|
|
$text['label-open-file']['en-us'] = 'opening entire file';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-open-file']['fr'] = 'Ouvrir le fichier entier';
|
2013-07-05 05:48:40 +02:00
|
|
|
|
$text['error-open-file']['en-us'] = 'Unable to open file!';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['error-open-file']['fr'] = "Impossible d'ouvrir le fichier!";
|
2012-11-24 23:06:11 +01:00
|
|
|
|
|
|
|
|
|
|
?>
|