From 80424b29e00609bf837119fa810b5afdadf2b4e9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 4 May 2016 18:27:28 +0200 Subject: Work on translations: templates and messages work --- .../locations/lang/en/template-tags.json | 27 ++++++++++++++++++++++ .../lang/en/templates/location-subnets.json | 18 --------------- .../locations/lang/en/templates/locations.json | 10 -------- .../locations/lang/en/templates/subnets.json | 7 ------ 4 files changed, 27 insertions(+), 35 deletions(-) create mode 100644 modules-available/locations/lang/en/template-tags.json delete mode 100644 modules-available/locations/lang/en/templates/location-subnets.json delete mode 100644 modules-available/locations/lang/en/templates/locations.json delete 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/template-tags.json b/modules-available/locations/lang/en/template-tags.json new file mode 100644 index 00000000..7c217732 --- /dev/null +++ b/modules-available/locations/lang/en/template-tags.json @@ -0,0 +1,27 @@ +{ + "lang_addNewSubnet": "Add new subnet", + "lang_areYouSureNoUndo": "Are you sure? This cannot be undone!", + "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_edit": "Edit", + "lang_endAddress": "End address", + "lang_listOfSubnets": "List of subnets", + "lang_location": "Ort", + "lang_locationInfo": "Location details", + "lang_locationName": "Name", + "lang_locationSettings": "Edit this room or location", + "lang_locationsMainHeading": "Manage rooms and locations", + "lang_matchingMachines": "Matching clients", + "lang_name": "Name", + "lang_noParent": "No parent", + "lang_parentLocation": "Parent location", + "lang_referencingLectures": "Assigned Lectures", + "lang_save": "Save", + "lang_startAddress": "Start address", + "lang_subnet": "IP range", + "lang_thisListByLocation": "List by location", + "lang_thisListBySubnet": "List by subnet" +} \ 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 deleted file mode 100644 index 2ba94384..00000000 --- a/modules-available/locations/lang/en/templates/location-subnets.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 deleted file mode 100644 index db4fd0a7..00000000 --- a/modules-available/locations/lang/en/templates/locations.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "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 deleted file mode 100644 index 65da254b..00000000 --- a/modules-available/locations/lang/en/templates/subnets.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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