summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-08-06 10:51:11 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-08-06 10:51:11 +0200
commit937959a1cc835709ee811f78c86d1fc28f07b74e (patch)
tree41573f0698e65a543a7ba32d06dea2993c8c5acb /lib/plugins/authldap/lang
parent11ff4021d82d9dd8fdcbdd91b2285360de97863a (diff)
downloadrpg-937959a1cc835709ee811f78c86d1fc28f07b74e.tar.gz
rpg-937959a1cc835709ee811f78c86d1fc28f07b74e.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r--lib/plugins/authldap/lang/de/settings.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/de/settings.php b/lib/plugins/authldap/lang/de/settings.php
index df1974867..e986d0f80 100644
--- a/lib/plugins/authldap/lang/de/settings.php
+++ b/lib/plugins/authldap/lang/de/settings.php
@@ -6,6 +6,7 @@
* @author Matthias Schulte <dokuwiki@lupo49.de>
* @author christian studer <cstuder@existenz.ch>
* @author Philip Knack <p.knack@stollfuss.de>
+ * @author Anika Henke <anika@selfthinker.org>
*/
$lang['server'] = 'Adresse zum LDAP-Server. Entweder als Hostname (<code>localhost</code>) oder als FQDN (<code>ldap://server.tld:389</code>).';
$lang['port'] = 'Port des LDAP-Servers, falls kein Port angegeben wurde.';
@@ -30,3 +31,5 @@ $lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
$lang['deref_o_2'] = 'LDAP_DEREF_FINDING';
$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS';
$lang['referrals_o_-1'] = 'Standard verwenden';
+$lang['referrals_o_0'] = 'Nicht Referrals folgen';
+$lang['referrals_o_1'] = 'Referrals folgen';