diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-12-12 13:28:44 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-12-12 13:28:44 +0100 |
commit | b9b67206357fd3e31462e7b55225445346cff6eb (patch) | |
tree | f92460b2e390c49dac7477ef47c1897313a02a6f /lib/plugins/authmysql | |
parent | 8a1381bc8f080b1d11f14dc3a7fff16085593168 (diff) | |
parent | ab6ac843b05c4030087d58182c1bcea3dcc4e0af (diff) | |
download | rpg-b9b67206357fd3e31462e7b55225445346cff6eb.tar.gz rpg-b9b67206357fd3e31462e7b55225445346cff6eb.tar.bz2 |
Merge pull request #959 from dokuwiki-translate/lang_update_87
Translation update (fi)
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/fi/settings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/fi/settings.php b/lib/plugins/authmysql/lang/fi/settings.php new file mode 100644 index 000000000..32517957b --- /dev/null +++ b/lib/plugins/authmysql/lang/fi/settings.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Jussi Takala <jussi.takala@live.fi> + */ +$lang['server'] = 'Sinun MySQL-serveri'; +$lang['user'] = 'MySQL-käyttäjänimi'; +$lang['password'] = 'Salasana yläolevalle käyttäjälle'; +$lang['charset'] = 'Käytetty merkistö tietokannassa'; |