mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Multilinguified (SVG excluded).
This commit is contained in:
23
app/traffic_graph/app_languages.php
Normal file
23
app/traffic_graph/app_languages.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
//traffic_graph
|
||||
|
||||
$text['title-traffic_graph']['en-us'] = 'Traffic Graph';
|
||||
$text['title-traffic_graph']['pt-pt'] = '';
|
||||
|
||||
$text['header-traffic_graph']['en-us'] = 'Traffic Graph';
|
||||
$text['header-traffic_graph']['pt-pt'] = '';
|
||||
|
||||
$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['label-interface']['en-us'] = 'Interface';
|
||||
$text['label-interface']['pt-pt'] = '';
|
||||
|
||||
$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'] = '';
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user