diff options
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/nl/lang.php')
-rw-r--r-- | wiki/lib/plugins/authldap/lang/nl/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/lang/nl/lang.php b/wiki/lib/plugins/authldap/lang/nl/lang.php new file mode 100644 index 0000000..fab4870 --- /dev/null +++ b/wiki/lib/plugins/authldap/lang/nl/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Hugo Smet <hugo.smet@scarlet.be> + */ +$lang['connectfail'] = 'LDAP kan niet connecteren: %s'; +$lang['domainfail'] = 'LDAP kan je gebruikers dn niet vinden'; |