diff options
author | Jens Hyllegaard <jens.hyllegaard@gmail.com> | 2013-10-21 14:36:35 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-10-21 14:36:35 +0200 |
commit | 48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3 (patch) | |
tree | c60d84922c0a9c7b12bd362d26c57f4429b2f6b9 /lib/plugins/authldap/lang | |
parent | 4c4b65c86f4906b0cdd7b3115636ec829bb7099f (diff) | |
download | rpg-48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3.tar.gz rpg-48e49553b3ae1dc9624cdd96b34ffe0175ba8ae3.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r-- | lib/plugins/authldap/lang/da/settings.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/da/settings.php b/lib/plugins/authldap/lang/da/settings.php new file mode 100644 index 000000000..a3558aa5c --- /dev/null +++ b/lib/plugins/authldap/lang/da/settings.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Jens Hyllegaard <jens.hyllegaard@gmail.com> + */ +$lang['server'] = 'Din LDAP server. Enten værtsnavn (<code>localhost</code>) eller fuld kvalificeret URL (<code>ldap://server.tld:389</code>)'; +$lang['debug'] = 'Vis yderligere debug output ved fejl'; |