diff options
Diffstat (limited to 'modules-available')
4 files changed, 36 insertions, 0 deletions
diff --git a/modules-available/remoteaccess/lang/en/messages.json b/modules-available/remoteaccess/lang/en/messages.json new file mode 100644 index 00000000..15b7e06c --- /dev/null +++ b/modules-available/remoteaccess/lang/en/messages.json @@ -0,0 +1,8 @@ +{ + "group-added": "Group added", + "group-deleted": "Group {{0}} deleted", + "group-not-found": "Group {{0}} does not exist", + "group-updated": "Group {{0}} updated", + "locations-not-allowed": "You don't have permission to view some locations in group {{0}} ", + "settings-saved": "Settings saved" +}
\ No newline at end of file diff --git a/modules-available/remoteaccess/lang/en/module.json b/modules-available/remoteaccess/lang/en/module.json new file mode 100644 index 00000000..308aeb15 --- /dev/null +++ b/modules-available/remoteaccess/lang/en/module.json @@ -0,0 +1,4 @@ +{ + "module_name": "Remoteaccess", + "page_title": "Remoteaccess" +}
\ No newline at end of file diff --git a/modules-available/remoteaccess/lang/en/permissions.json b/modules-available/remoteaccess/lang/en/permissions.json new file mode 100644 index 00000000..e90ce398 --- /dev/null +++ b/modules-available/remoteaccess/lang/en/permissions.json @@ -0,0 +1,7 @@ +{ + "group.add": "Add new group", + "group.edit": "Edit or delete a group", + "group.locations": "Assign rooms to a group", + "set-proxy-ip": "Set allowed proxy IP(-Range)", + "view": "View page" +}
\ No newline at end of file diff --git a/modules-available/remoteaccess/lang/en/template-tags.json b/modules-available/remoteaccess/lang/en/template-tags.json new file mode 100644 index 00000000..85577438 --- /dev/null +++ b/modules-available/remoteaccess/lang/en/template-tags.json @@ -0,0 +1,17 @@ +{ + "lang_add": "Add", + "lang_allowAccessText": "IP address (or net in CIDR notation) which is allowed to access the VNC port of the clients (usually only the guacamole proxy-server)", + "lang_allowedAccessToVncPort": "Allowed source for VNC-access", + "lang_assignLocations": "Assing locations", + "lang_general": "General", + "lang_group": "Group", + "lang_groupListText": "Available groups (\"virtual locations\")", + "lang_groups": "Groups", + "lang_keepAvailableWol": "WoL#", + "lang_locationSelectionText": "Clients in the selected locations will start the remoteaccess-mode after the next reboot.", + "lang_numLocs": "Locations", + "lang_reallyDelete": "Delete?", + "lang_remoteAccessSettings": "Settings for remoteaccess", + "lang_tryVirtualizerHandover": "Try to use VNC-server of the virtual hypervisor", + "lang_tryVirtualizerText": "If activated the system tries to change the remote VNC-connection to the internal VNC-server of the hypervisor after VM start.\r\nAt least in the case of VMware it seems to reduce performance and sometimes the connection during handover is lost.\r\n-> Only experimental!" +}
\ No newline at end of file |