diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-15 07:53:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-15 07:53:31 +0200 |
commit | 05790a01307aa347e77502603791afd84d62aa8b (patch) | |
tree | b7d9af564d407ddf619c311255129221594021d7 /lib/plugins/authmysql/lang/hr | |
parent | 6195ee595a01948dc58965a73a8b2ed33a3dc2b5 (diff) | |
parent | 9c9643569e11748094bd63810a3d805df0d3e9bf (diff) | |
download | rpg-05790a01307aa347e77502603791afd84d62aa8b.tar.gz rpg-05790a01307aa347e77502603791afd84d62aa8b.tar.bz2 |
Merge pull request #1148 from dokuwiki-translate/lang_update_33
Translation update (hr)
Diffstat (limited to 'lib/plugins/authmysql/lang/hr')
-rw-r--r-- | lib/plugins/authmysql/lang/hr/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/hr/lang.php b/lib/plugins/authmysql/lang/hr/lang.php new file mode 100644 index 000000000..3f5dc5d60 --- /dev/null +++ b/lib/plugins/authmysql/lang/hr/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Davor Turkalj <turki.bsc@gmail.com> + */ +$lang['connectfail'] = 'Ne mogu se spojiti na bazu.'; +$lang['userexists'] = 'Oprostite ali korisnik s ovom prijavom već postoji.'; +$lang['usernotexists'] = 'Oprostite ali ovaj korisnik ne postoji.'; +$lang['writefail'] = 'Ne mogu izmijeniti podatke. Molim obavijestite Wiki administratora'; |