diff options
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/admin-stats.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/admin-stats.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/admin-stats.json b/Neutron-trunk/resources/i18n/en/admin-stats.json new file mode 100644 index 0000000..2d0d9b5 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/admin-stats.json @@ -0,0 +1,42 @@ +{ + "thisMonth": "Views this month", + "disclaimer": "Some info may not be accurate", + "year": "Total views this year", + "last": "Total views last year", + "last2": "Total views in ", + "months": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "monthslc": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "separator": ":", + "visits": "views(s)", + "visit1": "view", + "visits2": "views", + "new": "New statistics system", + "old": "Old statistics system", + "notice": "This website was using Neutron 8 Beta 3 or older. Starting with Neutron 8, the statistics system has been rewritten to count the same person only one time even if they view multiple pages. We suggest that you don't take into account the old statistics, these are shown only for informational purposes." +}
\ No newline at end of file |