summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/lang/en')
-rw-r--r--modules-available/statistics_reporting/lang/en/messages.json4
-rw-r--r--modules-available/statistics_reporting/lang/en/module.json10
-rw-r--r--modules-available/statistics_reporting/lang/en/template-tags.json22
3 files changed, 36 insertions, 0 deletions
diff --git a/modules-available/statistics_reporting/lang/en/messages.json b/modules-available/statistics_reporting/lang/en/messages.json
new file mode 100644
index 00000000..cd423426
--- /dev/null
+++ b/modules-available/statistics_reporting/lang/en/messages.json
@@ -0,0 +1,4 @@
+{
+ "invalid-table-type": "Invalid table type: {{0}}",
+ "remote-report-disabled": "Anonymous statistics report is disabled :-("
+} \ No newline at end of file
diff --git a/modules-available/statistics_reporting/lang/en/module.json b/modules-available/statistics_reporting/lang/en/module.json
new file mode 100644
index 00000000..f5ed37d3
--- /dev/null
+++ b/modules-available/statistics_reporting/lang/en/module.json
@@ -0,0 +1,10 @@
+{
+ "module_name": "Statistics Reporting",
+ "notAssigned": "Not assigned",
+ "page_title": "Statistics Reporting",
+ "table_client": "By client",
+ "table_location": "By location",
+ "table_total": "Total",
+ "table_user": "By user",
+ "table_vm": "By lecture"
+} \ No newline at end of file
diff --git a/modules-available/statistics_reporting/lang/en/template-tags.json b/modules-available/statistics_reporting/lang/en/template-tags.json
new file mode 100644
index 00000000..a4865931
--- /dev/null
+++ b/modules-available/statistics_reporting/lang/en/template-tags.json
@@ -0,0 +1,22 @@
+{
+ "lang_apply": "Apply",
+ "lang_displayColumns": "Select columns to display",
+ "lang_displaySelection": "Select display mode and specify time span",
+ "lang_downloadReport": "Download report",
+ "lang_export": "Export",
+ "lang_hostname": "Hostname",
+ "lang_lastLogout": "Last logout",
+ "lang_lastStart": "Last boot",
+ "lang_location": "Location",
+ "lang_longSessions": "Sessions \u2265 60s",
+ "lang_medianSessionLength": "Median Session Length",
+ "lang_reportingDescription": "Help us improve bwLehrpool by automatically sending an anonymized statistics report once a week. If you want to check what data the report contains, you can download such a report for reference below.",
+ "lang_reportingLabel": "Send anonymized usage statistics",
+ "lang_sessions": "Sessions",
+ "lang_shortSessions": "Sessions < 60s",
+ "lang_total": "Total",
+ "lang_totalOffTime": "Total Time Offline",
+ "lang_totalTime": "Total Time",
+ "lang_user": "User",
+ "lang_vm": "Lecture"
+} \ No newline at end of file