summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang
diff options
context:
space:
mode:
authorJannik Schönartz2017-03-05 17:43:29 +0100
committerJannik Schönartz2017-03-05 17:43:29 +0100
commit70c3039846a4f04fe4ea9691f23a949035395a05 (patch)
tree104060c4ff8369fb199d03984011c75179ff6124 /modules-available/locationinfo/lang
parentServerList: Fixed a bug while editing the list would not show the not selecte... (diff)
downloadslx-admin-70c3039846a4f04fe4ea9691f23a949035395a05.tar.gz
slx-admin-70c3039846a4f04fe4ea9691f23a949035395a05.tar.xz
slx-admin-70c3039846a4f04fe4ea9691f23a949035395a05.zip
Admin-panel: Credentials Button is now red/green if the connection failed/succeeded. Also an error msg is shown if the connection failed.
Diffstat (limited to 'modules-available/locationinfo/lang')
-rw-r--r--modules-available/locationinfo/lang/de/messages.json3
-rw-r--r--modules-available/locationinfo/lang/en/messages.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/modules-available/locationinfo/lang/de/messages.json b/modules-available/locationinfo/lang/de/messages.json
index 6526c320..426374f6 100644
--- a/modules-available/locationinfo/lang/de/messages.json
+++ b/modules-available/locationinfo/lang/de/messages.json
@@ -3,5 +3,6 @@
"added-x-entries": "Eintr\u00e4ge hinzugef\u00fcgt: {{0}}",
"deleted-x-entries": "Eintr\u00e4ge gelöscht: {{0}}",
"openingtime-updated": "Öffnungszeiten aktualisierts.",
- "config-saved": "Einstellungen erfolgreich gespeichert."
+ "config-saved": "Einstellungen erfolgreich gespeichert.",
+ "auth-failed": "Authentifizierung fehlgeschlagen: Locationid {{0}} Error: {{1}}"
}
diff --git a/modules-available/locationinfo/lang/en/messages.json b/modules-available/locationinfo/lang/en/messages.json
index 22c9b549..9537fba1 100644
--- a/modules-available/locationinfo/lang/en/messages.json
+++ b/modules-available/locationinfo/lang/en/messages.json
@@ -3,5 +3,6 @@
"added-x-entries": "Entries added: {{0}}",
"deleted-x-entries": "Entries deleted: {{0}}",
"openingtime-updated": "Openingtime updated.",
- "config-saved": "Config successfully saved."
+ "config-saved": "Config successfully saved.",
+ "auth-failed": "Authentification failed: Locationid {{0}} Error: {{1}}"
}