From 70c3039846a4f04fe4ea9691f23a949035395a05 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Sun, 5 Mar 2017 17:43:29 +0100 Subject: Admin-panel: Credentials Button is now red/green if the connection failed/succeeded. Also an error msg is shown if the connection failed. --- modules-available/locationinfo/lang/de/messages.json | 3 ++- modules-available/locationinfo/lang/en/messages.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'modules-available/locationinfo/lang') 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}}" } -- cgit v1.2.3-55-g7522