diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-06-15 08:30:27 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-06-15 08:30:27 +0200 |
commit | 3322f300494f2be28d6e121d105f8b2a6cf02514 (patch) | |
tree | 928f3b4251c007467cb0482945fcfce4079e3d76 /lib/plugins/authmysql | |
parent | ce944c35c03ee60106139f6b7483efccd914a983 (diff) | |
parent | e1f856bac8f154dbb5a51c739630e38115fbbe0b (diff) | |
download | rpg-3322f300494f2be28d6e121d105f8b2a6cf02514.tar.gz rpg-3322f300494f2be28d6e121d105f8b2a6cf02514.tar.bz2 |
Merge pull request #756 from dokuwiki-translate/lang_update_36
Translation update (lv)
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/lv/settings.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/lv/settings.php b/lib/plugins/authmysql/lang/lv/settings.php new file mode 100644 index 000000000..8550363c9 --- /dev/null +++ b/lib/plugins/authmysql/lang/lv/settings.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Aivars Miška <allefm@gmail.com> + */ +$lang['user'] = 'MySQL lietotāja vārds'; +$lang['password'] = 'Lietotāja parole'; +$lang['delUser'] = 'SQL pieprasījums lietotāja dzēšanai'; |