diff options
author | Matej Urbančič <mateju@svn.gnome.org> | 2013-08-26 23:31:40 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-08-26 23:31:40 +0200 |
commit | f9f54ce2bb33d8bd5881929e1dea07520f704600 (patch) | |
tree | 58223014439a51b737203bda20a389f8d9bd8bbd /lib/plugins/authmysql/lang/sl | |
parent | 5004f92c22df31a9c3562344f4223795ad819780 (diff) | |
download | rpg-f9f54ce2bb33d8bd5881929e1dea07520f704600.tar.gz rpg-f9f54ce2bb33d8bd5881929e1dea07520f704600.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang/sl')
-rw-r--r-- | lib/plugins/authmysql/lang/sl/settings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/sl/settings.php b/lib/plugins/authmysql/lang/sl/settings.php new file mode 100644 index 000000000..5e82816df --- /dev/null +++ b/lib/plugins/authmysql/lang/sl/settings.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Matej Urbančič <mateju@svn.gnome.org> + */ +$lang['database'] = 'Podatkovna zbirka za uporabo'; +$lang['debug_o_0'] = 'brez'; +$lang['debug_o_1'] = 'le ob napakah'; +$lang['debug_o_2'] = 'vse poizvedbe SQL'; |