akaunting/resources/lang/hr-HR/recurring.php
2018-05-03 12:16:18 +03:00

21 lines
690 B
PHP

<?php
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Dnevno',
'weekly' => 'Tjedno',
'monthly' => 'Mjesečno',
'yearly' => 'Godišnje',
'custom' => 'Custom',
'days' => 'Dan(a)',
'weeks' => 'Tjedan(a)',
'months' => 'Mjesec(i)',
'years' => 'Godine(a)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];