diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-09-10 11:37:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-09-10 11:37:50 +0200 |
commit | e9fe8d5649e18b81fc746c6f17945734a4486867 (patch) | |
tree | 61ec6643bbcc789d87358f25cc9f623aa7663a5c /lib/plugins/popularity/lang/hr/lang.php | |
parent | 577dc7d070c8cb01a90b8c0cca1c10a7067d5373 (diff) | |
parent | c3dd5e61641701501b845f71f894380966d71151 (diff) | |
download | rpg-e9fe8d5649e18b81fc746c6f17945734a4486867.tar.gz rpg-e9fe8d5649e18b81fc746c6f17945734a4486867.tar.bz2 |
Merge pull request #851 from dokuwiki-translate/lang_update_12
Translation update (hr)
Diffstat (limited to 'lib/plugins/popularity/lang/hr/lang.php')
-rw-r--r-- | lib/plugins/popularity/lang/hr/lang.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/hr/lang.php b/lib/plugins/popularity/lang/hr/lang.php new file mode 100644 index 000000000..a8ea70728 --- /dev/null +++ b/lib/plugins/popularity/lang/hr/lang.php @@ -0,0 +1,14 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Davor Turkalj <turki.bsc@gmail.com> + */ +$lang['name'] = 'Povratna informacija o popularnosti (može proteći neko vrijeme dok se učita)'; +$lang['submit'] = 'Pošalji podatke'; +$lang['autosubmit'] = 'Šalji podatke automatski jednom mjesečno'; +$lang['submissionFailed'] = 'Podatci ne mogu biti poslani zbog slijedeće greške:'; +$lang['submitDirectly'] = 'Podatke možete poslati ručno potvrđivanjem forme u nastavku.'; +$lang['autosubmitError'] = 'Zadnje automatsko slanje nije uspješno zbog slijedeće greške:'; +$lang['lastSent'] = 'Podatci su poslani'; |