diff options
author | Christopher Schive <chschive@frisurf.no> | 2014-03-18 13:56:35 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-03-18 13:56:35 +0100 |
commit | 2549a25a3e31bbf5b00c04831062e05640d7b8c0 (patch) | |
tree | b07b092a137dea9a2a4e5cb5925f6c8fbae372d2 /lib/plugins/authldap | |
parent | 494cd513a6a384395f63bcdae7343254acc36e16 (diff) | |
download | rpg-2549a25a3e31bbf5b00c04831062e05640d7b8c0.tar.gz rpg-2549a25a3e31bbf5b00c04831062e05640d7b8c0.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/no/settings.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/no/settings.php b/lib/plugins/authldap/lang/no/settings.php new file mode 100644 index 000000000..6bedb2991 --- /dev/null +++ b/lib/plugins/authldap/lang/no/settings.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Christopher Schive <chschive@frisurf.no> + */ +$lang['port'] = 'LDAP serverport dersom ingen full URL var gitt over.'; +$lang['starttls'] = 'Bruke TLS-forbindelser?'; |