diff options
author | Michael Hamann <michael@content-space.de> | 2013-09-01 11:32:41 -0700 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-09-01 11:32:41 -0700 |
commit | 9ea789f7ccea66e1cf6b769c77e57b214ed06537 (patch) | |
tree | a5514707a4322eb416560617d57059e7400d3829 /lib/plugins/authmysql | |
parent | 160dc3b182fba7753b0c5e489b114854a87990e2 (diff) | |
parent | f9f54ce2bb33d8bd5881929e1dea07520f704600 (diff) | |
download | rpg-9ea789f7ccea66e1cf6b769c77e57b214ed06537.tar.gz rpg-9ea789f7ccea66e1cf6b769c77e57b214ed06537.tar.bz2 |
Merge pull request #322 from dokuwiki-translate/lang_update_252
Translation update (sl)
Diffstat (limited to 'lib/plugins/authmysql')
-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'; |