From 2a8c8de7a3980b3948fa7277d89dd2edb17358f8 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Thu, 17 Nov 2016 09:24:57 -0800 Subject: First functions added to the locationinfo AdminPanel. Api is can now return the infos with or without coordinates. --- modules-available/locationinfo/lang/de/module.json | 5 ++-- .../locationinfo/lang/de/template-tags.json | 28 ++++++++++++++++++++-- modules-available/locationinfo/lang/en/module.json | 5 ++-- .../locationinfo/lang/en/template-tags.json | 28 ++++++++++++++++++++-- .../locationinfo/lang/pt/template-tags.json | 3 --- 5 files changed, 56 insertions(+), 13 deletions(-) delete mode 100644 modules-available/locationinfo/lang/pt/template-tags.json (limited to 'modules-available/locationinfo/lang') 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 -- cgit v1.2.3-55-g7522