21 lines
690 B
PHP
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',
|
|
|
|
];
|