diff options
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/de/lang.php')
-rw-r--r-- | wiki/lib/plugins/authldap/lang/de/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/lang/de/lang.php b/wiki/lib/plugins/authldap/lang/de/lang.php new file mode 100644 index 0000000..db6b891 --- /dev/null +++ b/wiki/lib/plugins/authldap/lang/de/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Philip Knack <p.knack@stollfuss.de> + * @author Hella Breitkopf <hella.breitkopf@gmail.com> + */ +$lang['connectfail'] = 'LDAP-Verbindung scheitert: %s'; +$lang['domainfail'] = 'LDAP kann Ihren Benutzer (DN) nicht finden'; |