diff options
author | Christian Hofmaier | 2019-03-26 17:18:35 +0100 |
---|---|---|
committer | Christian Hofmaier | 2019-03-26 17:18:35 +0100 |
commit | 609b257e89aecf4c382146ffa2cb4f8eb1e8d168 (patch) | |
tree | e7b6fa42f0535d352a49796614ac87bd9989f3a2 /modules-available/locationinfo/lang/en | |
parent | [serversetup-bwlp-ipxe] Fix: Menu titles won't be used as default (diff) | |
download | slx-admin-609b257e89aecf4c382146ffa2cb4f8eb1e8d168.tar.gz slx-admin-609b257e89aecf4c382146ffa2cb4f8eb1e8d168.tar.xz slx-admin-609b257e89aecf4c382146ffa2cb4f8eb1e8d168.zip |
[locationinfo] UI rework
- add Icons to Buttons
- override config for specific room
- change roomplanner switch with dropdown menu
- new texts for roomplanner dropdown
- when roomplanner is empty show empty green box instead of red 0
Diffstat (limited to 'modules-available/locationinfo/lang/en')
-rw-r--r-- | modules-available/locationinfo/lang/en/template-tags.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json index d44d27ee..a9adaacc 100644 --- a/modules-available/locationinfo/lang/en/template-tags.json +++ b/modules-available/locationinfo/lang/en/template-tags.json @@ -9,6 +9,9 @@ "lang_checkConnection": "Check connection", "lang_closed": "Closed", "lang_closingTime": "Closing time", + "lang_configOverride": "Configuration override", + "lang_countIp": "by IP-Range", + "lang_countRoomplan": "by Roomplanner", "lang_createPanel": "Create panel", "lang_credentials": "Login", "lang_day": "Day", @@ -79,7 +82,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_roomplannerTooltip": "Only consider PCs which were set in the roomplanner", + "lang_roomplannerTooltip": "Determine if PCs are counted on the basis of IP-range or by roomplanner", "lang_roomupdateTooltip": "Time the PCs in the room gets updated (in seconds)", "lang_rotation": "Rotation", "lang_rotation0": "0\u00b0", @@ -127,7 +130,7 @@ "lang_urlPanel": "URL panel", "lang_urlTooltip": "URL which is shown by the panel", "lang_urlWhitelist": "Whitelist", - "lang_useRoomplanner": "Use roomplans", + "lang_useRoomplanner": "Count PCs", "lang_vertical": "Vertical mode", "lang_verticalTooltip": "Defines whether the room and calendar are shown above each other", "lang_when": "When" |