summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/roomplanner/lang/en')
-rw-r--r--modules-available/roomplanner/lang/en/messages.json2
-rw-r--r--modules-available/roomplanner/lang/en/template-tags.json7
2 files changed, 9 insertions, 0 deletions
diff --git a/modules-available/roomplanner/lang/en/messages.json b/modules-available/roomplanner/lang/en/messages.json
index b43fc951..0b90ec1d 100644
--- a/modules-available/roomplanner/lang/en/messages.json
+++ b/modules-available/roomplanner/lang/en/messages.json
@@ -1,5 +1,7 @@
{
+ "db-error": "Database error",
"invalid-tutor-uuid": "Invalid ID for tutor",
"json-data-invalid": "Submitted data is no valid JSON",
+ "leaf-mode-mismatch": "Wrong room type: Trying to save composed room as normal room, or vice versa!",
"need-locationid": "No locationid given"
} \ No newline at end of file
diff --git a/modules-available/roomplanner/lang/en/template-tags.json b/modules-available/roomplanner/lang/en/template-tags.json
index dd055d0a..6e5bdfee 100644
--- a/modules-available/roomplanner/lang/en/template-tags.json
+++ b/modules-available/roomplanner/lang/en/template-tags.json
@@ -17,16 +17,22 @@
"lang_classroomdeskchair": "classroom desk with chair",
"lang_classroomtable": "classroom table",
"lang_coatrack": "coatrack",
+ "lang_composedLayout": "Composed layout",
"lang_conferencetable": "conference table",
"lang_confirmDiscardChanges": "Do you want to discard all changes?",
+ "lang_controlRoomDesc": "The selected room will be the one where the PVS manager will be picked from. The other room's PVS manager will *not* be usable in the composed setup.",
+ "lang_controllingRoom": "Comtrolling room",
"lang_couch": "couch",
"lang_dedicatedManager": "Dedicated",
"lang_descriptionBySearch": "Select a computer from a list of all known computers here.",
"lang_descriptionBySubnet": "Select a computer from a related subnet.",
"lang_deskLamp": "desk lamp",
"lang_door": "door",
+ "lang_editComposedRoom": "Edit composed room",
+ "lang_exposeAsComposedRoom": "Expose as composed room (in PVS manger's list of rooms)",
"lang_flatscreen": "flatscreen",
"lang_greenchair": "green chair",
+ "lang_horizontal": "Horizontally",
"lang_labelBySearch": "all computers",
"lang_labelBySubnet": "computers in subnet",
"lang_lecturetheaterrow": "lecture theater row",
@@ -53,5 +59,6 @@
"lang_titleAddMachine": "Add Machine",
"lang_titleBySearch": "Search",
"lang_titleBySubnet": "Subnet",
+ "lang_vertical": "Vertically",
"lang_wastecan": "waste can"
} \ No newline at end of file