diff options
author | Otto Vainio <otto@valjakko.net> | 2013-11-24 18:01:23 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-11-24 18:01:23 +0100 |
commit | a8bca8a644cdcea093acf51a543cbff261ef0b8a (patch) | |
tree | 96e13ba8f56e933dae1c5dcf591d755d31bcf20e /lib/plugins/authldap | |
parent | 6f20133dcf6ef3086b70647626bde6557a3de46e (diff) | |
download | rpg-a8bca8a644cdcea093acf51a543cbff261ef0b8a.tar.gz rpg-a8bca8a644cdcea093acf51a543cbff261ef0b8a.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/fi/settings.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/plugins/authldap/lang/fi/settings.php b/lib/plugins/authldap/lang/fi/settings.php index d3aa13e07..b15d8c676 100644 --- a/lib/plugins/authldap/lang/fi/settings.php +++ b/lib/plugins/authldap/lang/fi/settings.php @@ -1,6 +1,11 @@ <?php + /** - * Finnish language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Otto Vainio <otto@valjakko.net> */ +$lang['starttls'] = 'Käytä TLS yhteyttä'; +$lang['bindpw'] = 'Ylläolevan käyttäjän salasana'; +$lang['userscope'] = 'Etsi vain käyttäjiä'; +$lang['groupscope'] = 'Etsi vain ryhmiä'; |