summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang/en/template-tags.json
diff options
context:
space:
mode:
authorJannik Schönartz2016-11-17 18:24:57 +0100
committerJannik Schönartz2016-11-17 18:24:57 +0100
commit2a8c8de7a3980b3948fa7277d89dd2edb17358f8 (patch)
treebc458f88f84e64a7558fd5503209da4f771b3a17 /modules-available/locationinfo/lang/en/template-tags.json
parent[locationinfo] Skeleton for new module (diff)
downloadslx-admin-2a8c8de7a3980b3948fa7277d89dd2edb17358f8.tar.gz
slx-admin-2a8c8de7a3980b3948fa7277d89dd2edb17358f8.tar.xz
slx-admin-2a8c8de7a3980b3948fa7277d89dd2edb17358f8.zip
First functions added to the locationinfo AdminPanel. Api is can now return the infos with or without coordinates.
Diffstat (limited to 'modules-available/locationinfo/lang/en/template-tags.json')
-rw-r--r--modules-available/locationinfo/lang/en/template-tags.json28
1 files changed, 26 insertions, 2 deletions
diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json
index c30739e5..4c4d1d38 100644
--- a/modules-available/locationinfo/lang/en/template-tags.json
+++ b/modules-available/locationinfo/lang/en/template-tags.json
@@ -1,3 +1,27 @@
{
- "lang_hello": "Hello"
-} \ No newline at end of file
+ "lang_mainHeader": "Infoscreen",
+
+ "lang_locationName": "Name",
+ "lang_locationID": "ID",
+ "lang_locationIsHidden": "Hidden",
+ "lang_locationInUse": "In use / total",
+ "lang_locationSettings": "Settings",
+
+
+ "lang_pcID": "ID",
+ "lang_pcX": "X",
+ "lang_pcY": "Y",
+ "lang_pcInUse": "In Use",
+
+ "lang_day": "Day",
+ "lang_openingTime": "Opening time",
+ "lang_closingTime": "Closing time",
+
+ "lang_shortMonday": "Mon",
+ "lang_shortTuesday": "Tue",
+ "lang_shortWednesday": "Wed",
+ "lang_shortThursday": "Thu",
+ "lang_shortFriday": "Fri",
+ "lang_shortSaturday": "Sat",
+ "lang_shortSunday": "Sun"
+}