diff options
author | Simon Rettberg | 2015-11-10 11:04:15 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-11-10 11:04:15 +0100 |
commit | b65db7eb93773a828bb5be76799b46cdaab56dc1 (patch) | |
tree | d53cfd8cfc220ae07a91803b6f353f1b25b432a5 /lang | |
parent | [news.inc.php] fix newline not beeing escaped properly (diff) | |
download | slx-admin-b65db7eb93773a828bb5be76799b46cdaab56dc1.tar.gz slx-admin-b65db7eb93773a828bb5be76799b46cdaab56dc1.tar.xz slx-admin-b65db7eb93773a828bb5be76799b46cdaab56dc1.zip |
[adauth] Add intermediate step to determine binddn if windows style domain is given
Diffstat (limited to 'lang')
-rw-r--r-- | lang/de/templates/sysconfig/ad-selfsearch.json | 7 | ||||
-rw-r--r-- | lang/en/templates/sysconfig/ad-selfsearch.json | 7 | ||||
-rw-r--r-- | lang/pt/templates/sysconfig/ad-selfsearch.json | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/lang/de/templates/sysconfig/ad-selfsearch.json b/lang/de/templates/sysconfig/ad-selfsearch.json new file mode 100644 index 00000000..b93a4198 --- /dev/null +++ b/lang/de/templates/sysconfig/ad-selfsearch.json @@ -0,0 +1,7 @@ +{ + "lang_back": "Zur\u00fcck", + "lang_continueAnyway": "Trotzdem weiter", + "lang_dnLookup": "Ermitteln der Bind-DN", + "lang_onProblemSearchBase": "Bei Problemen versuchen Sie, die Bind-DN und Suchbasis manuell anzugeben", + "lang_skip": "\u00dcberspringen" +}
\ No newline at end of file diff --git a/lang/en/templates/sysconfig/ad-selfsearch.json b/lang/en/templates/sysconfig/ad-selfsearch.json new file mode 100644 index 00000000..02fe507d --- /dev/null +++ b/lang/en/templates/sysconfig/ad-selfsearch.json @@ -0,0 +1,7 @@ +{ + "lang_back": "Back", + "lang_continueAnyway": "Continue anyway", + "lang_dnLookup": "Looking up bind dn", + "lang_onProblemSearchBase": "On failure, try to pass the bind dn and search base manually", + "lang_skip": "Skip" +}
\ No newline at end of file diff --git a/lang/pt/templates/sysconfig/ad-selfsearch.json b/lang/pt/templates/sysconfig/ad-selfsearch.json new file mode 100644 index 00000000..c44dc44f --- /dev/null +++ b/lang/pt/templates/sysconfig/ad-selfsearch.json @@ -0,0 +1,3 @@ +[ + +]
\ No newline at end of file |