diff options
author | Simon Rettberg | 2022-12-08 15:46:50 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-12-08 15:46:50 +0100 |
commit | acd63d1b88bf8605b3ef0f05ce9a2e25e10abcd0 (patch) | |
tree | ddb3bd392fe4cec3634fd740964a4c2bef39eff8 /modules-available/remoteaccess/lang/en | |
parent | [statistics] Add ID45 partition size filter (diff) | |
download | slx-admin-acd63d1b88bf8605b3ef0f05ce9a2e25e10abcd0.tar.gz slx-admin-acd63d1b88bf8605b3ef0f05ce9a2e25e10abcd0.tar.xz slx-admin-acd63d1b88bf8605b3ef0f05ce9a2e25e10abcd0.zip |
[remoteaccess] Add list of active locations to overview page
References #3767
Diffstat (limited to 'modules-available/remoteaccess/lang/en')
-rw-r--r-- | modules-available/remoteaccess/lang/en/template-tags.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/remoteaccess/lang/en/template-tags.json b/modules-available/remoteaccess/lang/en/template-tags.json index 87dc8161..037550e4 100644 --- a/modules-available/remoteaccess/lang/en/template-tags.json +++ b/modules-available/remoteaccess/lang/en/template-tags.json @@ -9,7 +9,10 @@ "lang_groupListText": "Available groups (\"virtual locations\")", "lang_groups": "Groups", "lang_keepAvailableWol": "WoL#", + "lang_location": "Location", "lang_locationSelectionText": "Clients in the selected locations will start the remoteaccess-mode after the next reboot.", + "lang_locations": "Configured locations", + "lang_locationsInUse": "List of locations that are active in at least one group", "lang_numLocs": "Locations", "lang_pluginVersion": "Plugin version", "lang_pluginVersionOldOrUnknown": "Unknown or too old", |