summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang
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
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')
-rw-r--r--modules-available/locationinfo/lang/de/module.json5
-rw-r--r--modules-available/locationinfo/lang/de/template-tags.json28
-rw-r--r--modules-available/locationinfo/lang/en/module.json5
-rw-r--r--modules-available/locationinfo/lang/en/template-tags.json28
-rw-r--r--modules-available/locationinfo/lang/pt/template-tags.json3
5 files changed, 56 insertions, 13 deletions
diff --git a/modules-available/locationinfo/lang/de/module.json b/modules-available/locationinfo/lang/de/module.json
index 166909c3..2fd14353 100644
--- a/modules-available/locationinfo/lang/de/module.json
+++ b/modules-available/locationinfo/lang/de/module.json
@@ -1,4 +1,3 @@
{
- "module_name": "Mein erstes Modul",
- "page_title": "Mein erster Seitentitel"
-} \ No newline at end of file
+ "module_name": "Infoscreen"
+}
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"
+}
diff --git a/modules-available/locationinfo/lang/en/module.json b/modules-available/locationinfo/lang/en/module.json
index b2bcbb0c..2fd14353 100644
--- a/modules-available/locationinfo/lang/en/module.json
+++ b/modules-available/locationinfo/lang/en/module.json
@@ -1,4 +1,3 @@
{
- "module_name": "My first module",
- "page_title": "My first page title"
-} \ No newline at end of file
+ "module_name": "Infoscreen"
+}
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"
+}
diff --git a/modules-available/locationinfo/lang/pt/template-tags.json b/modules-available/locationinfo/lang/pt/template-tags.json
deleted file mode 100644
index e7981844..00000000
--- a/modules-available/locationinfo/lang/pt/template-tags.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "lang_hello": "Olá"
-} \ No newline at end of file