summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-03 19:03:09 +0200
committerSimon Rettberg2016-05-03 19:03:09 +0200
commit50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66 (patch)
tree05e99fdffa696434960d7c77966c0bc36d6339e8 /modules-available/locations/lang/en
parentSecond half of merge.... (diff)
downloadslx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.tar.gz
slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.tar.xz
slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.zip
WIP
Diffstat (limited to 'modules-available/locations/lang/en')
-rw-r--r--modules-available/locations/lang/en/module.json3
-rw-r--r--modules-available/locations/lang/en/templates/location-subnets.json18
-rw-r--r--modules-available/locations/lang/en/templates/locations.json10
-rw-r--r--modules-available/locations/lang/en/templates/subnets.json7
4 files changed, 38 insertions, 0 deletions
diff --git a/modules-available/locations/lang/en/module.json b/modules-available/locations/lang/en/module.json
new file mode 100644
index 00000000..b2a837b6
--- /dev/null
+++ b/modules-available/locations/lang/en/module.json
@@ -0,0 +1,3 @@
+{
+ "module_name": "Room\/Locations"
+} \ No newline at end of file
diff --git a/modules-available/locations/lang/en/templates/location-subnets.json b/modules-available/locations/lang/en/templates/location-subnets.json
new file mode 100644
index 00000000..2ba94384
--- /dev/null
+++ b/modules-available/locations/lang/en/templates/location-subnets.json
@@ -0,0 +1,18 @@
+{
+ "lang_addNewSubnet": "Add new subnet",
+ "lang_assignSubnetExplanation": "Client machines which fall into an IP range listed below will be assigned to this location and will see an according lecture list (e.g. they will see lectures that are exclusively assigned to this location).",
+ "lang_assignedSubnets": "Assigned subnets \/ IP ranges",
+ "lang_deleteChildLocations": "Delete child locations aswell",
+ "lang_deleteLocation": "Delete location",
+ "lang_deleteSubnet": "Delete range",
+ "lang_endAddress": "End address",
+ "lang_locationInfo": "Location details",
+ "lang_locationSettings": "Edit this room or location",
+ "lang_matchingMachines": "Matching clients",
+ "lang_name": "Name",
+ "lang_parentLocation": "Parent location",
+ "lang_referencingLectures": "Assigned Lectures",
+ "lang_save": "Save",
+ "lang_startAddress": "Start address",
+ "lang_subnet": "IP range"
+} \ No newline at end of file
diff --git a/modules-available/locations/lang/en/templates/locations.json b/modules-available/locations/lang/en/templates/locations.json
new file mode 100644
index 00000000..db4fd0a7
--- /dev/null
+++ b/modules-available/locations/lang/en/templates/locations.json
@@ -0,0 +1,10 @@
+{
+ "lang_areYouSureNoUndo": "Are you sure? This cannot be undone!",
+ "lang_edit": "Edit",
+ "lang_location": "Ort",
+ "lang_locationName": "Name",
+ "lang_locationsMainHeading": "Manage rooms and locations",
+ "lang_noParent": "No parent",
+ "lang_save": "Save",
+ "lang_thisListBySubnet": "List by subnet"
+} \ No newline at end of file
diff --git a/modules-available/locations/lang/en/templates/subnets.json b/modules-available/locations/lang/en/templates/subnets.json
new file mode 100644
index 00000000..65da254b
--- /dev/null
+++ b/modules-available/locations/lang/en/templates/subnets.json
@@ -0,0 +1,7 @@
+{
+ "lang_endAddress": "End",
+ "lang_listOfSubnets": "List of subnets",
+ "lang_location": "Location",
+ "lang_startAddress": "Start",
+ "lang_thisListByLocation": "List by location"
+} \ No newline at end of file