diff options
author | Steffen Ritter | 2017-11-30 18:28:33 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-11-30 18:28:33 +0100 |
commit | 1a6f7561c191d34edbf152d516b70ceacbd44a0c (patch) | |
tree | 7a0f767ef3781060c6ff724d91c13440450769ef /modules-available/locationinfo | |
parent | [locationinfo] removed seconds from the time. More than 4 locations are allow... (diff) | |
download | slx-admin-1a6f7561c191d34edbf152d516b70ceacbd44a0c.tar.gz slx-admin-1a6f7561c191d34edbf152d516b70ceacbd44a0c.tar.xz slx-admin-1a6f7561c191d34edbf152d516b70ceacbd44a0c.zip |
Update translations
Diffstat (limited to 'modules-available/locationinfo')
4 files changed, 16 insertions, 2 deletions
diff --git a/modules-available/locationinfo/lang/de/messages.json b/modules-available/locationinfo/lang/de/messages.json index 8da5bd33..622b94ac 100644 --- a/modules-available/locationinfo/lang/de/messages.json +++ b/modules-available/locationinfo/lang/de/messages.json @@ -5,6 +5,9 @@ "ignored-invalid-range": "Eintrag mit ung\u00fcltiger Range ignoriert", "ignored-invalid-start": "Eintrag mit ung\u00fcltiger Startzeit ignoriert", "ignored-line-no-days": "Eintrag ohne ausgew\u00e4hlte Tage ignoriert", + "invalid-backend-type": "Ung\u00fcltiger Backend-Typ '{{0}}'", "invalid-panel-id": "Ung\u00fcltige Panel-ID '{{0}}'", - "invalid-server-id": "Ung\u00fcltige Server-ID '{{0}}'" + "invalid-panel-type": "Ung\u00fcltiger Panel-Typ '{{0}}'", + "invalid-server-id": "Ung\u00fcltige Server-ID '{{0}}'", + "server-id-missing": "Server-ID fehlt" }
\ No newline at end of file diff --git a/modules-available/locationinfo/lang/de/template-tags.json b/modules-available/locationinfo/lang/de/template-tags.json index e647ceac..be2814d6 100644 --- a/modules-available/locationinfo/lang/de/template-tags.json +++ b/modules-available/locationinfo/lang/de/template-tags.json @@ -68,6 +68,8 @@ "lang_panelsTable": "Panels verwalten", "lang_panelsTableHints": "Hier sehen Sie alle erstellen Anzeigetafeln, die per Browser an beliebiger Stelle angezeigt werden k\u00f6nnen, z.B. als digitales T\u00fcrschild.", "lang_pleaseSelect": "Bitte w\u00e4hlen\u2026", + "lang_prettytime": "PrettyTime", + "lang_prettytimeTooltip": "Verwende ein anderes Anzeigeformat f\u00fcr die Uhrzeit", "lang_recursiveServerSet": "Auch f\u00fcr alle untergeordneten R\u00e4ume setzen", "lang_recursiveSetTooltip": "Wenn aktiviert, wird der Backend-Server auch f\u00fcr alle untergeordneten R\u00e4ume auf den hier gew\u00e4hlten Wert gesetzt", "lang_remoteSchedule": "Abruf Belegungsplan", diff --git a/modules-available/locationinfo/lang/en/messages.json b/modules-available/locationinfo/lang/en/messages.json index 6767bfcf..348390dd 100644 --- a/modules-available/locationinfo/lang/en/messages.json +++ b/modules-available/locationinfo/lang/en/messages.json @@ -5,6 +5,9 @@ "ignored-invalid-range": "Ignored entry with invalid range", "ignored-invalid-start": "Ignored entry with invalid start time", "ignored-line-no-days": "Ignored entry with no days selected", + "invalid-backend-type": "Invalid backend type '{{0}}'", "invalid-panel-id": "Invalid panel id '{{0}}'", - "invalid-server-id": "Invalid server id '{{0}}'" + "invalid-panel-type": "Invalid panel type '{{0}}'", + "invalid-server-id": "Invalid server id '{{0}}'", + "server-id-missing": "Server id is missing" }
\ 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 0325d165..0d2b42a3 100644 --- a/modules-available/locationinfo/lang/en/template-tags.json +++ b/modules-available/locationinfo/lang/en/template-tags.json @@ -26,6 +26,7 @@ "lang_ecoTooltip": "Symbolic based pc state pictures are used instead of the colour based ones", "lang_editDefaultPanelHints": "Here you can define panel properties for e.g. a digital door sign. To show opening times for a room you need to define corresponding times in the settings.\r\nIf you want to show calendar events you have to define a functioning backend first and link it to corresponding rooms.", "lang_editPanel": "Edit panel", + "lang_editSummaryPanelHints": "Here you can define a summary panel which shows a overview of clients in your locations.", "lang_editUrlPanelHints": "Here you can define which URL is opened by the panel. This enables you to show news about your university or any other website.", "lang_entryName": "Name", "lang_error": "Error", @@ -41,6 +42,7 @@ "lang_locationSettings": "Settings", "lang_locations": "Locations", "lang_locationsTable": "Rooms \/ Locations", + "lang_locationsTableHints": "Here you can define opening times for your locations and link the location ID to a configured backend (e.g. HISinOne) to show calendar events.", "lang_longFri": "Friday", "lang_longMon": "Monday", "lang_longSat": "Saturday", @@ -64,7 +66,10 @@ "lang_panelType": "Type", "lang_panels": "Panels", "lang_panelsTable": "Manage panels", + "lang_panelsTableHints": "This shows you all panels which can be shown anywhere by a browser of your choice, e.g. for a digital door sign.", "lang_pleaseSelect": "Please select...", + "lang_prettytime": "PrettyTime", + "lang_prettytimeTooltip": "Use a different display format for the time", "lang_recursiveServerSet": "Also set for all child locations", "lang_recursiveSetTooltip": "If checked, all direct and indirect child locations will be configured to use the backend server selected above", "lang_remoteSchedule": "Time table retrieval", @@ -85,6 +90,7 @@ "lang_sec": "sec", "lang_server": "Server", "lang_serverTable": "Manage backend servers", + "lang_serverTableHints": "List of all configured server backends. Those are required if you want to show calendar events for your locations.", "lang_serverTooltip": "Defines from which server the room queries the calendar data", "lang_serverType": "Type", "lang_shortFri": "Fri", |