summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-12 17:58:08 +0200
committerSimon Rettberg2015-09-12 17:58:08 +0200
commit3bddad0ec251a75e6554e8a9b986ff7e2b234ec7 (patch)
tree570aeacf7cbabe11ea8db0ea51ec24ef57ff4a1e /lang
parentImage delete feature (diff)
downloadslx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.tar.gz
slx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.tar.xz
slx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.zip
[ldap] new module
Diffstat (limited to 'lang')
-rw-r--r--lang/de/config-module.json2
-rw-r--r--lang/de/templates/sysconfig/ad-start.json2
-rw-r--r--lang/de/templates/sysconfig/ldap-checkconnection.json5
-rw-r--r--lang/de/templates/sysconfig/ldap-checkcredentials.json6
-rw-r--r--lang/de/templates/sysconfig/ldap-finish.json6
-rw-r--r--lang/de/templates/sysconfig/ldap-start.json15
-rw-r--r--lang/en/config-module.json2
-rw-r--r--lang/en/templates/sysconfig/ad-start.json2
-rw-r--r--lang/en/templates/sysconfig/ldap-checkconnection.json5
-rw-r--r--lang/en/templates/sysconfig/ldap-checkcredentials.json6
-rw-r--r--lang/en/templates/sysconfig/ldap-finish.json6
-rw-r--r--lang/en/templates/sysconfig/ldap-start.json15
-rw-r--r--lang/pt/templates/sysconfig/ldap-checkconnection.json3
-rw-r--r--lang/pt/templates/sysconfig/ldap-checkcredentials.json3
-rw-r--r--lang/pt/templates/sysconfig/ldap-finish.json3
-rw-r--r--lang/pt/templates/sysconfig/ldap-start.json3
16 files changed, 82 insertions, 2 deletions
diff --git a/lang/de/config-module.json b/lang/de/config-module.json
index c9756c3b..4e178b65 100644
--- a/lang/de/config-module.json
+++ b/lang/de/config-module.json
@@ -9,6 +9,8 @@
"group_branding": "Einrichtungsspezifisches Logo",
"group_generic": "Generisch",
"group_sshconfig": "SSH",
+ "ldapAuth_description": "Mit diesem Modul l\u00e4sst sich eine generische LDAP-Authentifizierung einrichten.",
+ "ldapAuth_title": "LDAP Authentifizierung",
"sshconfig_description": "Mit diesem Modul l\u00e4sst sich steuern, ob und wie der sshd auf den gebooteten Clients startet, und welche Funktionen er zur Verf\u00fcgung stellt. Wenn Sie keinen sshd auf den Clients nutzen wollen, brauchen Sie kein solches Modul zu erstellen.",
"sshconfig_title": "SSH-D\u00e4mon"
} \ No newline at end of file
diff --git a/lang/de/templates/sysconfig/ad-start.json b/lang/de/templates/sysconfig/ad-start.json
index 36d811ea..1fd8d353 100644
--- a/lang/de/templates/sysconfig/ad-start.json
+++ b/lang/de/templates/sysconfig/ad-start.json
@@ -10,7 +10,7 @@
"lang_password": "Passwort",
"lang_searchBase": "Suchbasis",
"lang_ssl": "SSL",
- "lang_sslDescription": "Die Verbindung zum AD-Server mit SSL sichern",
+ "lang_sslDescription": "Die Verbindung zum AD-Server mit SSL sichern. (Die Verbindung zwischen Client und Proxy wird in jedem Fall mit SSL abgewickelt.)",
"lang_userDirectory": "Benutzerverzeichnis",
"lang_userDirectoryInfo1": "Optionale Angabe: Wenn die Clients f\u00fcr die Benutzer ein eigenes Verzeichnis (Homeverzeichnis, Benutzerverzeichnis) von einem Server einbinden sollen, geben Sie bitte hier das Format in UNC-Notation an, also z.B.",
"lang_userDirectoryInfo2": "%s ist dabei ein Platzhalter f\u00fcr den Login-Namen des Benutzers.",
diff --git a/lang/de/templates/sysconfig/ldap-checkconnection.json b/lang/de/templates/sysconfig/ldap-checkconnection.json
new file mode 100644
index 00000000..4f2e619e
--- /dev/null
+++ b/lang/de/templates/sysconfig/ldap-checkconnection.json
@@ -0,0 +1,5 @@
+{
+ "lang_back": "Zur\u00fcck",
+ "lang_connectionWait": "\u00dcberpr\u00fcfe Verbindung, bitte warten",
+ "lang_next": "Weiter"
+} \ No newline at end of file
diff --git a/lang/de/templates/sysconfig/ldap-checkcredentials.json b/lang/de/templates/sysconfig/ldap-checkcredentials.json
new file mode 100644
index 00000000..c8dcc9cd
--- /dev/null
+++ b/lang/de/templates/sysconfig/ldap-checkcredentials.json
@@ -0,0 +1,6 @@
+{
+ "lang_back": "Zur\u00fcck",
+ "lang_connectionWait": "\u00dcberpr\u00fcfe LDAP-Zugangsdaten",
+ "lang_onProblemSearchBase": "Werden keine Benutzer gefunden, dann \u00fcberpr\u00fcfen Sie bitte die Suchbasis",
+ "lang_skip": "Weiter"
+} \ No newline at end of file
diff --git a/lang/de/templates/sysconfig/ldap-finish.json b/lang/de/templates/sysconfig/ldap-finish.json
new file mode 100644
index 00000000..7387f3a0
--- /dev/null
+++ b/lang/de/templates/sysconfig/ldap-finish.json
@@ -0,0 +1,6 @@
+{
+ "lang_generateModule": "Modul erzeugen",
+ "lang_ldapStarted": "Der LDAP-Proxy wurde gestartet",
+ "lang_restartWizard": "Wizard neu starten",
+ "lang_toSystemConfiguration": "Zur Systemkonfiguration"
+} \ No newline at end of file
diff --git a/lang/de/templates/sysconfig/ldap-start.json b/lang/de/templates/sysconfig/ldap-start.json
new file mode 100644
index 00000000..6e88e660
--- /dev/null
+++ b/lang/de/templates/sysconfig/ldap-start.json
@@ -0,0 +1,15 @@
+{
+ "lang_bindDN": "Bind DN",
+ "lang_close": "Schlie\u00dfen",
+ "lang_ldapText1": "Mit diesem Wizard k\u00f6nnen Sie Authentifizierung gegen einen LDAP-Server einrichten.",
+ "lang_ldapText2": "Zu diesem Zweck wird ein LDAP-Proxy auf dem Satelliten-Server gestartet. Dies bedeutet, dass der LDAP-Server von diesem Server aus erreichbar sein muss. Die Pool-PCs hingegen m\u00fcssen nicht direkt mit dem LDAP-Server kommunizieren k\u00f6nnen.",
+ "lang_moduleTitle": "LDAP-Authentifizierung",
+ "lang_next": "Weiter",
+ "lang_password": "Passwort",
+ "lang_searchBase": "Suchbasis (Search base)",
+ "lang_ssl": "SSL",
+ "lang_sslDescription": "Zum Verbinden mit dem LDAP-Server SSL verwenden. (Die Verbindung zwischen Client und Proxy wird in jedem Fall mit SSL abgewickelt.)",
+ "lang_userDirectory": "Home-Verzeichnis",
+ "lang_userDirectoryInfo1": "UNC-Pfad zum Home-Verzeichnis der Nutzer, mit Platzhalter '%s' f\u00fcr den Benutzernamen.",
+ "lang_userDirectoryInfo2": "Zur Zeit wird nur SMB\/CIFS unterst\u00fctzt."
+} \ No newline at end of file
diff --git a/lang/en/config-module.json b/lang/en/config-module.json
index b0caae82..efe6f697 100644
--- a/lang/en/config-module.json
+++ b/lang/en/config-module.json
@@ -9,6 +9,8 @@
"group_branding": "Branding",
"group_generic": "Generic",
"group_sshconfig": "SSH",
+ "ldapAuth_description": "This module enables you to create a simple LDAP authentication module.",
+ "ldapAuth_title": "LDAP Authentication",
"sshconfig_description": "Here you can set whether the sshd on the clients will start, and what options it will use.",
"sshconfig_title": "SSH daemon"
} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ad-start.json b/lang/en/templates/sysconfig/ad-start.json
index 9bd5ac42..90ef4bc9 100644
--- a/lang/en/templates/sysconfig/ad-start.json
+++ b/lang/en/templates/sysconfig/ad-start.json
@@ -10,7 +10,7 @@
"lang_password": "Password",
"lang_searchBase": "Search Base",
"lang_ssl": "SSL",
- "lang_sslDescription": "Use SSL encryption to talk to AD server",
+ "lang_sslDescription": "Use SSL encryption to talk to AD server.",
"lang_userDirectory": "User Directory",
"lang_userDirectoryInfo1": "Optional: If the clients should embed a separate directory (home directory, user directory) from a server for the user, please enter here the format in UNC notation, eg",
"lang_userDirectoryInfo2": "%s is a placeholder for the user's login name.",
diff --git a/lang/en/templates/sysconfig/ldap-checkconnection.json b/lang/en/templates/sysconfig/ldap-checkconnection.json
new file mode 100644
index 00000000..52fbae9e
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-checkconnection.json
@@ -0,0 +1,5 @@
+{
+ "lang_back": "Back",
+ "lang_connectionWait": "Checking connection, please wait",
+ "lang_next": "Next"
+} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-checkcredentials.json b/lang/en/templates/sysconfig/ldap-checkcredentials.json
new file mode 100644
index 00000000..2a8723c9
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-checkcredentials.json
@@ -0,0 +1,6 @@
+{
+ "lang_back": "Back",
+ "lang_connectionWait": "Checking LDAP credentials",
+ "lang_onProblemSearchBase": "If no users are found, please check the search base",
+ "lang_skip": "Next"
+} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-finish.json b/lang/en/templates/sysconfig/ldap-finish.json
new file mode 100644
index 00000000..bd15bafc
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-finish.json
@@ -0,0 +1,6 @@
+{
+ "lang_generateModule": "Generating module",
+ "lang_ldapStarted": "The LDAP proxy has been launched",
+ "lang_restartWizard": "Restart wizard",
+ "lang_toSystemConfiguration": "Go to system configuration"
+} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-start.json b/lang/en/templates/sysconfig/ldap-start.json
new file mode 100644
index 00000000..1e40cf02
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-start.json
@@ -0,0 +1,15 @@
+{
+ "lang_bindDN": "Bind domain",
+ "lang_close": "Close",
+ "lang_ldapText1": "Here you can create a configuration module to authenticate agains an LDAP server",
+ "lang_ldapText2": "An LDAP-Proxy will be launched on this server. This means the LDAP-Server must be reachable from it. The client PCs in the labs however don't have to be able to talk to the LDAP server \u2013 they will use the proxy running on this server.",
+ "lang_moduleTitle": "LDAP-authentication",
+ "lang_next": "Next",
+ "lang_password": "Password",
+ "lang_searchBase": "Search base",
+ "lang_ssl": "SSL",
+ "lang_sslDescription": "Use SSL to connect to the LDAP-Server. (The connection between clients and proxy uses SSL in either case.)",
+ "lang_userDirectory": "Home-Directory",
+ "lang_userDirectoryInfo1": "UNC-path to home directory of user. '%s' can be used as a placeholder for the account name.",
+ "lang_userDirectoryInfo2": "Currently, only CIFS\/SMB is supported."
+} \ No newline at end of file
diff --git a/lang/pt/templates/sysconfig/ldap-checkconnection.json b/lang/pt/templates/sysconfig/ldap-checkconnection.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/sysconfig/ldap-checkconnection.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/sysconfig/ldap-checkcredentials.json b/lang/pt/templates/sysconfig/ldap-checkcredentials.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/sysconfig/ldap-checkcredentials.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/sysconfig/ldap-finish.json b/lang/pt/templates/sysconfig/ldap-finish.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/sysconfig/ldap-finish.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/sysconfig/ldap-start.json b/lang/pt/templates/sysconfig/ldap-start.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/sysconfig/ldap-start.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file