summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-10 18:52:17 +0200
committerSimon Rettberg2015-09-10 18:52:17 +0200
commite529743b9c18838cc6eedbaa85c17456f9dbb279 (patch)
tree772664806316f4d6d8fded117bdf2ce086c87135 /lang/en
parentAdd dozmod config page (diff)
downloadslx-admin-e529743b9c18838cc6eedbaa85c17456f9dbb279.tar.gz
slx-admin-e529743b9c18838cc6eedbaa85c17456f9dbb279.tar.xz
slx-admin-e529743b9c18838cc6eedbaa85c17456f9dbb279.zip
Add org list to dozmod module
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/messages.json1
-rw-r--r--lang/en/templates/dozmod/mailconfig.json20
-rw-r--r--lang/en/templates/dozmod/orglist.json6
-rw-r--r--lang/en/templates/dozmod/userlist.json11
-rw-r--r--lang/en/templates/main-menu.json1
5 files changed, 39 insertions, 0 deletions
diff --git a/lang/en/messages.json b/lang/en/messages.json
index 10314625..a18d2287 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -24,6 +24,7 @@
"invalid-path": "Invalid path.",
"invalid-template": "Selected template is not valid",
"loginfail": "Username or Password incorrect",
+ "mail-config-saved": "Mail config saved",
"missing-file": "There was no file selected!",
"missing-title": "No title given",
"module-added": "Module successfully added",
diff --git a/lang/en/templates/dozmod/mailconfig.json b/lang/en/templates/dozmod/mailconfig.json
new file mode 100644
index 00000000..7628615e
--- /dev/null
+++ b/lang/en/templates/dozmod/mailconfig.json
@@ -0,0 +1,20 @@
+{
+ "lang_asteriskRequired": "Fields marked with (*) are required",
+ "lang_host": "Host",
+ "lang_mailConfig": "SMTP configuration for sending mails",
+ "lang_mailConfigHeadline": "email configuration",
+ "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/lang/en/templates/dozmod/orglist.json b/lang/en/templates/dozmod/orglist.json
new file mode 100644
index 00000000..37b89e02
--- /dev/null
+++ b/lang/en/templates/dozmod/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/lang/en/templates/dozmod/userlist.json b/lang/en/templates/dozmod/userlist.json
new file mode 100644
index 00000000..d6eca1c1
--- /dev/null
+++ b/lang/en/templates/dozmod/userlist.json
@@ -0,0 +1,11 @@
+{
+ "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_userListHeader": "Users known to this satellite"
+} \ No newline at end of file
diff --git a/lang/en/templates/main-menu.json b/lang/en/templates/main-menu.json
index 4cb9cb74..839d65b1 100644
--- a/lang/en/templates/main-menu.json
+++ b/lang/en/templates/main-menu.json
@@ -4,6 +4,7 @@
"lang_clientLog": "Client Log",
"lang_configurationBasic": "PXE\/Boot",
"lang_configurationVariables": "Configuration Variables",
+ "lang_dozmod": "Tutor module",
"lang_eventLog": "Server Log",
"lang_internetAccess": "Internet access",
"lang_language": "Language",