summaryrefslogtreecommitdiffstats
path: root/modules-available/remoteaccess/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/remoteaccess/lang/en')
-rw-r--r--modules-available/remoteaccess/lang/en/messages.json8
-rw-r--r--modules-available/remoteaccess/lang/en/module.json4
-rw-r--r--modules-available/remoteaccess/lang/en/permissions.json7
-rw-r--r--modules-available/remoteaccess/lang/en/template-tags.json27
4 files changed, 46 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..037550e4
--- /dev/null
+++ b/modules-available/remoteaccess/lang/en/template-tags.json
@@ -0,0 +1,27 @@
+{
+ "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_clientVncPort": "VNC port (client)",
+ "lang_general": "General",
+ "lang_group": "Group",
+ "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",
+ "lang_reallyDelete": "Delete?",
+ "lang_remoteAccessSettings": "Settings for remoteaccess",
+ "lang_roomRemoteAccessDisabled": "Remote access for this room is disabled via override",
+ "lang_roomRemoteAccessWhenClosed": "Remote access for this room is disabled while the room is open (according to its schedule)",
+ "lang_tryVirtualizerHandover": "Try to use VNC-server of the 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-> Just experimental!",
+ "lang_vncPortText": "Port on which clients will wait for VNC connections. Please make sure you're running the latest version of the Guacamole plugin when changing this to something other than 5900.",
+ "lang_wolFailCount": "Number of unsuccesful WoL attempts"
+} \ No newline at end of file