23 lines
837 B
PHP
23 lines
837 B
PHP
<?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'] = '';
|
|
|
|
|
|
|
|
|
|
?>
|