summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-04 18:27:28 +0200
committerSimon Rettberg2016-05-04 18:27:28 +0200
commit80424b29e00609bf837119fa810b5afdadf2b4e9 (patch)
treee59c49265aeb219c4137bdf21e71262201345b99 /modules-available/locations/lang/en
parentWIP (diff)
downloadslx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.tar.gz
slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.tar.xz
slx-admin-80424b29e00609bf837119fa810b5afdadf2b4e9.zip
Work on translations: templates and messages work
Diffstat (limited to 'modules-available/locations/lang/en')
-rw-r--r--modules-available/locations/lang/en/template-tags.json (renamed from modules-available/locations/lang/en/templates/location-subnets.json)11
-rw-r--r--modules-available/locations/lang/en/templates/locations.json10
-rw-r--r--modules-available/locations/lang/en/templates/subnets.json7
3 files changed, 10 insertions, 18 deletions
diff --git a/modules-available/locations/lang/en/templates/location-subnets.json b/modules-available/locations/lang/en/template-tags.json
index 2ba94384..7c217732 100644
--- a/modules-available/locations/lang/en/templates/location-subnets.json
+++ b/modules-available/locations/lang/en/template-tags.json
@@ -1,18 +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_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/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