fusionpbx/app/traffic_graph/app_languages.php

29 lines
1.4 KiB
PHP
Raw Normal View History

2013-05-04 04:53:37 +02:00
<?php
//traffic_graph
$text['title-traffic_graph']['en-us'] = 'Traffic Graph';
$text['title-traffic_graph']['pt-pt'] = '';
$text['title-traffic_graph']['fr-fr'] = 'Graphique de Traffic';
2013-05-04 04:53:37 +02:00
$text['header-traffic_graph']['en-us'] = 'Traffic Graph';
$text['header-traffic_graph']['pt-pt'] = '';
$text['header-traffic_graph']['fr-fr'] = 'Graphique de Traffic';
2013-05-04 04:53:37 +02:00
$text['description-traffic_graph']['en-us'] = 'A browser (or plugin) that supports Scalable Vector Graphics (SVG) is required to view the traffic graph below.';
$text['description-traffic_graph']['pt-pt'] = '';
$text['description-traffic_graph']['fr-fr'] = "Un explorateur (ou plugin) qui support le Graphique Vectoriel Evolutif (SVG) est nécessaire pour afficher les graphique ci-dessous.";
2013-05-04 04:53:37 +02:00
$text['label-interface']['en-us'] = 'Interface';
$text['label-interface']['pt-pt'] = '';
$text['label-interface']['fr-fr'] = 'Interface';
2013-05-04 04:53:37 +02:00
$text['description-no_svg']['en-us'] = 'Unfortunately your browser does not currently support Scalable Vector Graphics (SVG). To view the traffic graph, please use a browser (or plugin) that supports Scalable Vector Graphics (SVG).';
$text['description-no_svg']['pt-pt'] = '';
$text['description-no_svg']['fr-fr'] = "Malheureusement votre explorateur ne ssupporte pas le Graphique Vectoriel Evolutif (SVG). Pour voir le graphique, merci d'utiliser un explorateur (ou plugin) qui le supporte.";
2013-05-04 04:53:37 +02:00
?>