summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/lang/en')
-rw-r--r--modules-available/locationinfo/lang/en/backend-ical.json16
-rw-r--r--modules-available/locationinfo/lang/en/template-tags.json8
2 files changed, 21 insertions, 3 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
diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json
index 5a87e42c..5f612d16 100644
--- a/modules-available/locationinfo/lang/en/template-tags.json
+++ b/modules-available/locationinfo/lang/en/template-tags.json
@@ -50,12 +50,12 @@
"lang_ignoreSslTooltip": "Accept invalid, expired or self-signed ssl certificates",
"lang_insecureSsl": "Insecure SSL",
"lang_interactive": "Interactive Browser",
- "lang_interactiveTooltip": "Activate to allow regular websurfing",
+ "lang_interactiveTooltip": "Show full browser UI (tabs, bookmarks, ...)",
"lang_language": "Language",
"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.",
@@ -149,5 +149,7 @@
"lang_verticalTooltip": "Defines whether the room and calendar are shown above each other",
"lang_wednesday": "Wednesday",
"lang_when": "When",
- "lang_whitelist": "Whitelist"
+ "lang_whitelist": "Whitelist",
+ "lang_zoomFactor": "Zoom level",
+ "lang_zoomFactorTooltip": "Initial zoom level at startup. Depending on selected browser, this can later be changed by the user."
} \ No newline at end of file