From 028d4d2b07c50f2854d3cfc06f05855fa358ead3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 19 Jan 2021 14:59:13 +0100 Subject: [locationinfo] Add generic ical backend Closes #3824 --- modules-available/locationinfo/lang/de/backend-ical.json | 16 ++++++++++++++++ modules-available/locationinfo/lang/en/backend-ical.json | 16 ++++++++++++++++ .../locationinfo/lang/en/template-tags.json | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 modules-available/locationinfo/lang/de/backend-ical.json create mode 100644 modules-available/locationinfo/lang/en/backend-ical.json (limited to 'modules-available/locationinfo/lang') diff --git a/modules-available/locationinfo/lang/de/backend-ical.json b/modules-available/locationinfo/lang/de/backend-ical.json new file mode 100644 index 00000000..9a91eb9f --- /dev/null +++ b/modules-available/locationinfo/lang/de/backend-ical.json @@ -0,0 +1,16 @@ +{ + "authMethod": "Authentifizierung", + "authMethod_helptext": "Falls eine Authentifizierung per HTTP-Header erforderlich ist, kann hier die gew\u00fcnschte Methode gew\u00e4hlt werden.", + "baseUrl": "Basis-URL", + "baseUrl_helptext": "URL zum iCal-File f\u00fcr diesen Raum. Ersetzen Sie den Part, der den Raum identifiziert durch %ID%, z.B. \"http:\/\/example.com\/calendars\/%ID%\". Die spezifische ID tragen Sie dann in der Raum\u00fcbersicht f\u00fcr jeden Raum individuell ein.", + "pass": "Passwort", + "pass_helptext": "Optional. Passwort f\u00fcr Authentifizierung.", + "testId": "Testraum", + "testId_helptext": "Optional. Tragen Sie hier eine g\u00fcltige Raum-ID f\u00fcr dieses Backend ein, um diese f\u00fcr Verbondungs-checks zu nutzen (Klick auf blauen \"Verbindung pr\u00fcfen\" Button in Backend-\u00dcbersicht).", + "user": "Nutzername f\u00fcr Authentifizierung", + "user_helptext": "Optional. Nutzername f\u00fcr Authentifizierung.", + "verifyCert": "Zertifikat pr\u00fcfen", + "verifyCert_helptext": "Wenn das Zertifikat abgelaufen ist, oder von keiner bekannten CA ausgestellt wurde, wird die Verbindung abgelehnt.", + "verifyHostname": "Hostnamen pr\u00fcfen", + "verifyHostname_helptext": "Der im Zertifikat angegebene Hostname muss mit dem Hostnamen aus der URL \u00fcbereinstimmen, sonst wird die Verbindung abgelehnt." +} \ No newline at end of file diff --git a/modules-available/locationinfo/lang/en/backend-ical.json b/modules-available/locationinfo/lang/en/backend-ical.json new file mode 100644 index 00000000..a5b26efd --- /dev/null +++ b/modules-available/locationinfo/lang/en/backend-ical.json @@ -0,0 +1,16 @@ +{ + "authMethod": "Athentication", + "authMethod_helptext": "If backend requires authentication via HTTP header, select appropriate method here.", + "baseUrl": "Base URL", + "baseUrl_helptext": "URL to iCal file for this room. Replace the part of the URL that identifies a specific room by %ID%, f.i. \"http:\/\/example.com\/locations\/%ID%\". Then switch to the \"location-specific settings\" tab and add the according ID to each room.", + "pass": "Password", + "pass_helptext": "Optional. Password for authentication.", + "testId": "Test room", + "testId_helptext": "Optional. Provide a valid room id for this backend for use when clicking the blue \"check connection\" button in the backend list.", + "user": "Username", + "user_helptext": "Optional. Username for authentication.", + "verifyCert": "Verify certificate", + "verifyCert_helptext": "If the certificate expired or was not signed by a known CA, the connection will be aborted.", + "verifyHostname": "Verify host name", + "verifyHostname_helptext": "The certificate's host name must match the host name given in the URL, otherwise the connection will be aborted." +} \ No newline at end of file diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json index 5a87e42c..ce0eac98 100644 --- a/modules-available/locationinfo/lang/en/template-tags.json +++ b/modules-available/locationinfo/lang/en/template-tags.json @@ -55,7 +55,7 @@ "lang_languageTooltip": "The language the frontend uses", "lang_lastCalendarUpdate": "Calendar update", "lang_locationName": "Name", - "lang_locationSettings": "Location specific settings", + "lang_locationSettings": "Location-specific settings", "lang_locations": "Locations", "lang_locationsTable": "Rooms \/ Locations", "lang_locationsTableHints": "Here you can link the location ID to a configured backend (e.g. HISinOne) to show calendar events.", -- cgit v1.2.3-55-g7522