From 50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 May 2016 19:03:09 +0200 Subject: WIP --- modules-available/locations/lang/en/module.json | 3 +++ .../locations/lang/en/templates/location-subnets.json | 18 ++++++++++++++++++ .../locations/lang/en/templates/locations.json | 10 ++++++++++ .../locations/lang/en/templates/subnets.json | 7 +++++++ 4 files changed, 38 insertions(+) create mode 100644 modules-available/locations/lang/en/module.json create mode 100644 modules-available/locations/lang/en/templates/location-subnets.json create mode 100644 modules-available/locations/lang/en/templates/locations.json create mode 100644 modules-available/locations/lang/en/templates/subnets.json (limited to 'modules-available/locations/lang/en') 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 -- cgit v1.2.3-55-g7522