summaryrefslogtreecommitdiffstats
path: root/modules/dozmod/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2016-04-29 17:43:58 +0200
committerSimon Rettberg2016-04-29 17:43:58 +0200
commitf8189f4f0bdc79a83e084c56e93e8a2ca073e4c0 (patch)
tree13c41f05ef5920eb13c76be05f749de9a9a809fa /modules/dozmod/lang/en
parentImplemented new menu, added logic for defining dependencies, move translation... (diff)
downloadslx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.tar.gz
slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.tar.xz
slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.zip
More Progress; Merged changes from ufpr up to 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9
Diffstat (limited to 'modules/dozmod/lang/en')
-rw-r--r--modules/dozmod/lang/en/module.json3
-rw-r--r--modules/dozmod/lang/en/templates/images-delete.json12
-rw-r--r--modules/dozmod/lang/en/templates/mailconfig.json21
-rw-r--r--modules/dozmod/lang/en/templates/orglist.json6
-rw-r--r--modules/dozmod/lang/en/templates/userlist.json12
5 files changed, 54 insertions, 0 deletions
diff --git a/modules/dozmod/lang/en/module.json b/modules/dozmod/lang/en/module.json
new file mode 100644
index 00000000..e42d21ea
--- /dev/null
+++ b/modules/dozmod/lang/en/module.json
@@ -0,0 +1,3 @@
+{
+ "module_name": "Tutor Module"
+} \ No newline at end of file
diff --git a/modules/dozmod/lang/en/templates/images-delete.json b/modules/dozmod/lang/en/templates/images-delete.json
new file mode 100644
index 00000000..fcc8c7e7
--- /dev/null
+++ b/modules/dozmod/lang/en/templates/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/modules/dozmod/lang/en/templates/mailconfig.json b/modules/dozmod/lang/en/templates/mailconfig.json
new file mode 100644
index 00000000..0c0dcd7f
--- /dev/null
+++ b/modules/dozmod/lang/en/templates/mailconfig.json
@@ -0,0 +1,21 @@
+{
+ "lang_asteriskRequired": "Fields marked with (*) are required",
+ "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",
+ "lang_save": "Save configuration",
+ "lang_senderAddress": "Sender address",
+ "lang_senderName": "Sender's display name",
+ "lang_ssl": "SSL mode",
+ "lang_sslExplicit": "Explicit SSL (\"STARTTLS\")",
+ "lang_sslImplicit": "Implicit SSL",
+ "lang_sslNone": "No SSL",
+ "lang_test": "Send test mail",
+ "lang_testConfiguration": "To test the configuration, enter a recipient address here",
+ "lang_testRecipient": "Recipient",
+ "lang_username": "User name (SMTP auth)"
+} \ No newline at end of file
diff --git a/modules/dozmod/lang/en/templates/orglist.json b/modules/dozmod/lang/en/templates/orglist.json
new file mode 100644
index 00000000..37b89e02
--- /dev/null
+++ b/modules/dozmod/lang/en/templates/orglist.json
@@ -0,0 +1,6 @@
+{
+ "lang_canLogin": "Members of this organization can login",
+ "lang_organization": "Organization",
+ "lang_organizationList": "List of organizations",
+ "lang_organizationListHeader": "Set access permissions for organizations"
+} \ No newline at end of file
diff --git a/modules/dozmod/lang/en/templates/userlist.json b/modules/dozmod/lang/en/templates/userlist.json
new file mode 100644
index 00000000..615f1b14
--- /dev/null
+++ b/modules/dozmod/lang/en/templates/userlist.json
@@ -0,0 +1,12 @@
+{
+ "lang_canLogin": "This user can login to this satellite",
+ "lang_email": "E-Mail",
+ "lang_emailNotifications": "E-Mail notifications enabled",
+ "lang_lastLogin": "Last login",
+ "lang_organization": "Organization",
+ "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