summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang/en/backend-ical.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/lang/en/backend-ical.json')
-rw-r--r--modules-available/locationinfo/lang/en/backend-ical.json16
1 files changed, 16 insertions, 0 deletions
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