summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-21 13:56:19 +0200
committerSimon Rettberg2015-10-21 13:56:19 +0200
commit687226cb5c6f8a5744a62e39c8a7dea892f0b365 (patch)
treeab0ed0350f7f7d289e17aefc4d4a9451291c1d01 /lang/en
parent[systemstatus] Live CPU/mem usage stats (diff)
downloadslx-admin-687226cb5c6f8a5744a62e39c8a7dea892f0b365.tar.gz
slx-admin-687226cb5c6f8a5744a62e39c8a7dea892f0b365.tar.xz
slx-admin-687226cb5c6f8a5744a62e39c8a7dea892f0b365.zip
Update translations
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/templates/sysconfig/ad-start.json2
-rw-r--r--lang/en/templates/sysconfig/ad_ldap-checkconnection.json5
-rw-r--r--lang/en/templates/sysconfig/ldap-start.json1
-rw-r--r--lang/en/templates/systemstatus/_page.json1
4 files changed, 8 insertions, 1 deletions
diff --git a/lang/en/templates/sysconfig/ad-start.json b/lang/en/templates/sysconfig/ad-start.json
index 90ef4bc9..1f398213 100644
--- a/lang/en/templates/sysconfig/ad-start.json
+++ b/lang/en/templates/sysconfig/ad-start.json
@@ -3,8 +3,10 @@
"lang_adText2": "This user does not need special rights, you can follow this user to evade security and the rights to log on. The user only needs to have sufficient permissions to perform an LDAP Bind on AD, and search for users.",
"lang_adText3": "Next the distinguished name of the user must be specified. You can determine this by dsquery command line program on a domain controller as the following call:",
"lang_adText4": "After entering all required data in the next step, it checks whether communication is possible with the AD.",
+ "lang_asteriskMandatory": "Fields marked with (*) are mandatory",
"lang_bindDN": "Bind DN",
"lang_close": "Close",
+ "lang_customCertificate": "Additional (intermediate) certificates required for certificate validation",
"lang_moduleTitle": "Title",
"lang_next": "Next",
"lang_password": "Password",
diff --git a/lang/en/templates/sysconfig/ad_ldap-checkconnection.json b/lang/en/templates/sysconfig/ad_ldap-checkconnection.json
index c986668d..6a924f8b 100644
--- a/lang/en/templates/sysconfig/ad_ldap-checkconnection.json
+++ b/lang/en/templates/sysconfig/ad_ldap-checkconnection.json
@@ -1,5 +1,8 @@
{
"lang_back": "Back",
"lang_connectionWait": "Checking connection...",
- "lang_next": "Next"
+ "lang_next": "Next",
+ "lang_noOpenPort": "There is no open LDAP port on this server.",
+ "lang_noValidCert": "The server did not supply a certificate, or the certificate is invalid.",
+ "lang_selfSignedNote": "The certificate of this server cannot be verified using the builtin trust store. If you know that the server's certificate was signed by an unknown CA, you can try to proceed. The chain will then be extracted from the server, which should be successful in most cases. If the authentication module does not work afterwards, check the LDAP-proxy logs on the server status page."
} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-start.json b/lang/en/templates/sysconfig/ldap-start.json
index 74f1c730..45ba19f1 100644
--- a/lang/en/templates/sysconfig/ldap-start.json
+++ b/lang/en/templates/sysconfig/ldap-start.json
@@ -1,6 +1,7 @@
{
"lang_bindDN": "Bind domain",
"lang_close": "Close",
+ "lang_customCertificate": "Additional (intermediate) certificates required for certificate validation",
"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": "Module name",
diff --git a/lang/en/templates/systemstatus/_page.json b/lang/en/templates/systemstatus/_page.json
index 34d09966..f698521d 100644
--- a/lang/en/templates/systemstatus/_page.json
+++ b/lang/en/templates/systemstatus/_page.json
@@ -3,6 +3,7 @@
"lang_advanced": "Advanced \/ Debug",
"lang_dmsdLog": "dmsd log",
"lang_iAmSure": "Yes, I am sure",
+ "lang_ldadpLog": "AD\/LDAP proxy log",
"lang_maintenance": "Maintenance",
"lang_services": "Services",
"lang_space": "Space",