summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang/de/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/de/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/de/template-tags.json')
-rw-r--r--modules-available/locationinfo/lang/de/template-tags.json28
1 files changed, 26 insertions, 2 deletions
diff --git a/modules-available/locationinfo/lang/de/template-tags.json b/modules-available/locationinfo/lang/de/template-tags.json
index ce98ce38..843beb5a 100644
--- a/modules-available/locationinfo/lang/de/template-tags.json
+++ b/modules-available/locationinfo/lang/de/template-tags.json
@@ -1,3 +1,27 @@
{
- "lang_hello": "Hallo"
-} \ No newline at end of file
+ "lang_mainHeader": "Infoscreen",
+
+ "lang_locationName": "Name",
+ "lang_locationID": "ID",
+ "lang_locationIsHidden": "Versteckt",
+ "lang_locationInUse": "In Benutzung / Gesamt",
+ "lang_locationSettings": "Einstellungen",
+
+
+ "lang_pcID": "ID",
+ "lang_pcX": "X",
+ "lang_pcY": "Y",
+ "lang_pcInUse": "In Benutzung",
+
+ "lang_day": "Tag",
+ "lang_openingTime": "Öffnungszeit",
+ "lang_closingTime": "Schließungszeit",
+
+ "lang_shortMonday": "Mo",
+ "lang_shortTuesday": "Di",
+ "lang_shortWednesday": "Mi",
+ "lang_shortThursday": "Do",
+ "lang_shortFriday": "Fr",
+ "lang_shortSaturday": "Sa",
+ "lang_shortSunday": "So"
+}