summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-09 00:23:56 +0100
committerJannik Schönartz2017-03-09 00:23:56 +0100
commit326766e9ce7caeaa653cb2bac20962d1147a7e6a (patch)
treefa48f4e8530dc64cabb4a48c04bde9149ba62155 /modules-available/locationinfo/lang
parentfrontend: fixed vertical mode in doorsign (diff)
downloadslx-admin-326766e9ce7caeaa653cb2bac20962d1147a7e6a.tar.gz
slx-admin-326766e9ce7caeaa653cb2bac20962d1147a7e6a.tar.xz
slx-admin-326766e9ce7caeaa653cb2bac20962d1147a7e6a.zip
Locationinfo: Errors from the CourseBackend are now safes in the db and shown in the Admin-Panel. Refresh-button added for the servers. Install.php needs to be executed!
Diffstat (limited to 'modules-available/locationinfo/lang')
-rw-r--r--modules-available/locationinfo/lang/de/messages.json2
-rw-r--r--modules-available/locationinfo/lang/en/messages.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/lang/de/messages.json b/modules-available/locationinfo/lang/de/messages.json
index 426374f6..d2ea6b05 100644
--- a/modules-available/locationinfo/lang/de/messages.json
+++ b/modules-available/locationinfo/lang/de/messages.json
@@ -4,5 +4,5 @@
"deleted-x-entries": "Eintr\u00e4ge gelöscht: {{0}}",
"openingtime-updated": "Öffnungszeiten aktualisierts.",
"config-saved": "Einstellungen erfolgreich gespeichert.",
- "auth-failed": "Authentifizierung fehlgeschlagen: Locationid {{0}} Error: {{1}}"
+ "auth-failed": "[{{0}}] {{1}} Error: {{2}}"
}
diff --git a/modules-available/locationinfo/lang/en/messages.json b/modules-available/locationinfo/lang/en/messages.json
index 9537fba1..b85b56cd 100644
--- a/modules-available/locationinfo/lang/en/messages.json
+++ b/modules-available/locationinfo/lang/en/messages.json
@@ -4,5 +4,5 @@
"deleted-x-entries": "Entries deleted: {{0}}",
"openingtime-updated": "Openingtime updated.",
"config-saved": "Config successfully saved.",
- "auth-failed": "Authentification failed: Locationid {{0}} Error: {{1}}"
+ "auth-failed": "[{{0}}] {{1}} Error: {{2}}"
}