diff options
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/sk/lang.php')
-rw-r--r-- | wiki/lib/plugins/authldap/lang/sk/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/lang/sk/lang.php b/wiki/lib/plugins/authldap/lang/sk/lang.php new file mode 100644 index 0000000..1cca469 --- /dev/null +++ b/wiki/lib/plugins/authldap/lang/sk/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Martin Michalek <michalek.dev@gmail.com> + */ +$lang['connectfail'] = 'LDAP sa nemôže pripojiť: %s'; +$lang['domainfail'] = 'LDAP nemôže nájsť vaše meno (user dn)'; |