summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-11 17:11:33 +0200
committerSimon Rettberg2015-09-11 17:11:33 +0200
commit3fd230bb501337153771098083e1379875d98235 (patch)
tree15f9338b6bb235b7be7232ca8e011c5fdb92a82b /lang/en
parentAdd org list to dozmod module (diff)
downloadslx-admin-3fd230bb501337153771098083e1379875d98235.tar.gz
slx-admin-3fd230bb501337153771098083e1379875d98235.tar.xz
slx-admin-3fd230bb501337153771098083e1379875d98235.zip
Image delete feature
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/messages.json1
-rw-r--r--lang/en/templates/dozmod/images-delete.json12
-rw-r--r--lang/en/templates/dozmod/mailconfig.json1
-rw-r--r--lang/en/templates/dozmod/userlist.json1
4 files changed, 15 insertions, 0 deletions
diff --git a/lang/en/messages.json b/lang/en/messages.json
index a18d2287..bd8ffb18 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -7,6 +7,7 @@
"config-invalid": "Configuration with id {{0}} does not exist",
"db-update-done": "Database successfully updated",
"debug-mode": "The debug mode is active!",
+ "delete-images": "Delete: {{0}}",
"deleted-tag": "Tag was successfully removed",
"empty-archive": "The archive contains no files or directories",
"empty-field": "A field was not filled",
diff --git a/lang/en/templates/dozmod/images-delete.json b/lang/en/templates/dozmod/images-delete.json
new file mode 100644
index 00000000..fcc8c7e7
--- /dev/null
+++ b/lang/en/templates/dozmod/images-delete.json
@@ -0,0 +1,12 @@
+{
+ "lang_delButton": "Permanently delete selected images",
+ "lang_delete": "Delete",
+ "lang_description": "This list shows images that reached their expire date, or where the image file in the file system is damaged or missing. You need to manually confirm the deletion of these files for safety reasons (software bugs, wrong system time, etc.).",
+ "lang_hasNewer": "Newer version exists",
+ "lang_heading": "Images marked for deletion",
+ "lang_image": "VM",
+ "lang_owner": "Owner",
+ "lang_size": "Size",
+ "lang_subHeading": "Expired or damaged images",
+ "lang_version": "Version timestamp"
+} \ No newline at end of file
diff --git a/lang/en/templates/dozmod/mailconfig.json b/lang/en/templates/dozmod/mailconfig.json
index 7628615e..0c0dcd7f 100644
--- a/lang/en/templates/dozmod/mailconfig.json
+++ b/lang/en/templates/dozmod/mailconfig.json
@@ -3,6 +3,7 @@
"lang_host": "Host",
"lang_mailConfig": "SMTP configuration for sending mails",
"lang_mailConfigHeadline": "email configuration",
+ "lang_mailDescription": "Fill in the following fields if you want to notify tutors\/professors\/lecturers about expiring VMs and lectures. If you leave one of the required fields blank, the feature will be disabled.",
"lang_password": "Password",
"lang_port": "Port",
"lang_replyTo": "Reply-To address",
diff --git a/lang/en/templates/dozmod/userlist.json b/lang/en/templates/dozmod/userlist.json
index d6eca1c1..615f1b14 100644
--- a/lang/en/templates/dozmod/userlist.json
+++ b/lang/en/templates/dozmod/userlist.json
@@ -7,5 +7,6 @@
"lang_superUser": "Is super user (can edit\/delete all lectures and VMs)",
"lang_user": "User name",
"lang_userList": "User list",
+ "lang_userListDescription": "Here you can promote \"super users\", which will have all permissions in the \"Dozenzenmodul\". You can also ban users from accessing this server via the \"Dozentenmodul\".",
"lang_userListHeader": "Users known to this satellite"
} \ No newline at end of file