Initial commit
This commit is contained in:
14
content/lib/plugins/popularity/lang/hr/lang.php
Normal file
14
content/lib/plugins/popularity/lang/hr/lang.php
Normal file
@@ -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';
|
Reference in New Issue
Block a user