diff options
author | Christian Hofmaier | 2018-12-03 19:03:24 +0100 |
---|---|---|
committer | Christian Hofmaier | 2018-12-03 19:03:24 +0100 |
commit | f57731abf206bf3030a7a95a9019aa398c3dea2e (patch) | |
tree | 5d7df13c1028fae8a659f8e39c91b9e1e66e03c0 /modules-available/locationinfo/lang/en | |
parent | [dozmod] networkshares: Use {{password_type}} for password field (diff) | |
download | slx-admin-f57731abf206bf3030a7a95a9019aa398c3dea2e.tar.gz slx-admin-f57731abf206bf3030a7a95a9019aa398c3dea2e.tar.xz slx-admin-f57731abf206bf3030a7a95a9019aa398c3dea2e.zip |
[locationinfo] add new settings for panels (counter, updaterate)
- setting: consider only clients in roomplaner, instead of ip range
- add option to set update rate in summary panels
- directly initialize when mode is "only calendar"
- Set counter to "-" if room has ongoing event
- fix some spelling / unused code
Diffstat (limited to 'modules-available/locationinfo/lang/en')
-rw-r--r-- | modules-available/locationinfo/lang/en/template-tags.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json index 2a191379..8a6e0724 100644 --- a/modules-available/locationinfo/lang/en/template-tags.json +++ b/modules-available/locationinfo/lang/en/template-tags.json @@ -78,6 +78,7 @@ "lang_room": "Room", "lang_roomId": "Room ID", "lang_roomIdTooltip": "The ID of the room the server needs, for querying the calendar data (when using exchange the room mailbox)", + "lang_roomplanerTooltip": "Only consider PCs which were set in the roomplaner", "lang_roomupdateTooltip": "Time the PCs in the room gets updated (in seconds)", "lang_rotation": "Rotation", "lang_rotation0": "0\u00b0", @@ -119,6 +120,7 @@ "lang_url": "URL", "lang_urlPanel": "URL panel", "lang_urlTooltip": "URL which is shown by the panel", + "lang_useRoomplaner": "Use roomplans", "lang_vertical": "Vertical mode", "lang_verticalTooltip": "Defines whether the room and calendar are shown above each other" }
\ No newline at end of file |