aboutsummaryrefslogtreecommitdiffstats
path: root/config/vnstat2/vnstat_php_frontend/lang/en.php
diff options
context:
space:
mode:
authorBryan Paradis <bryan.paradis@gmail.com>2014-01-22 23:09:02 -0500
committerBryan Paradis <bryan.paradis@gmail.com>2014-01-22 23:09:02 -0500
commit3f126784b31d5b5011fb10be7802cf122d953d16 (patch)
tree65bc82e56f83cbbad8951e2c28b77028d08443f4 /config/vnstat2/vnstat_php_frontend/lang/en.php
parent238612a72478ce9c00d25b31f9a7516a69f996c5 (diff)
downloadpfsense-packages-3f126784b31d5b5011fb10be7802cf122d953d16.tar.gz
pfsense-packages-3f126784b31d5b5011fb10be7802cf122d953d16.tar.bz2
pfsense-packages-3f126784b31d5b5011fb10be7802cf122d953d16.zip
added vnstat_php_frontend moving away from tar
Diffstat (limited to 'config/vnstat2/vnstat_php_frontend/lang/en.php')
-rw-r--r--config/vnstat2/vnstat_php_frontend/lang/en.php39
1 files changed, 39 insertions, 0 deletions
diff --git a/config/vnstat2/vnstat_php_frontend/lang/en.php b/config/vnstat2/vnstat_php_frontend/lang/en.php
new file mode 100644
index 00000000..b930ef2b
--- /dev/null
+++ b/config/vnstat2/vnstat_php_frontend/lang/en.php
@@ -0,0 +1,39 @@
+<?php
+
+// sidebar labels
+$L['summary'] = 'summary';
+$L['hours'] = 'hours';
+$L['days'] = 'days';
+$L['months'] = 'months';
+
+// main table headers
+$L['Summary'] = 'Summary';
+$L['Top 10 days'] = 'Top 10 days';
+$L['Last 24 hours'] = 'Last 24 hours';
+$L['Last 30 days'] = 'Last 30 days';
+$L['Last 12 months'] = 'Last 12 months';
+
+// traffic table columns
+$L['In'] = 'In';
+$L['Out'] = 'Out';
+$L['Total'] = 'Total';
+
+// summary rows
+$L['This hour'] = 'This hour';
+$L['This day'] = 'This day';
+$L['This month'] = 'This month';
+$L['All time'] = 'All time';
+
+// graph text
+$L['Traffic data for'] = 'Traffic data for';
+$L['bytes in'] = 'bytes in';
+$L['bytes out'] = 'bytes out';
+
+// date formats
+$L['datefmt_days'] = '%d %B';
+$L['datefmt_days_img'] = '%d';
+$L['datefmt_months'] = '%B %Y';
+$L['datefmt_months_img'] = '%b';
+$L['datefmt_hours'] = '%l%P';
+$L['datefmt_hours_img'] = '%l';
+$L['datefmt_top'] = '%d %B %Y';