Files
opensourcepos/app/Language/hr-HR/Datepicker.php
2024-06-15 17:19:15 +02:00

24 lines
656 B
PHP

<?php
return [
"all_time" => "Sve",
"apply" => "Primjeni",
"cancel" => "Otkaži",
"custom" => "Slobodan izbor",
"from" => "Od",
"last_30" => "Zadnjih 30 dana",
"last_7" => "Zadnjih 7 dana",
"last_financial_year" => "",
"last_month" => "Zadnji mjesec",
"last_year" => "Zadnja godina",
"same_month_last_year" => "Ovaj mjesec prošle godine",
"same_month_to_same_day_last_year" => "Ovaj mjesec do danas prošle godine",
"this_financial_year" => "",
"this_month" => "Ovaj mjesec",
"this_year" => "Ova godina",
"to" => "Do",
"today" => "Danas",
"today_last_year" => "Ovaj dan prošle godine",
"weekstart" => "1",
"yesterday" => "Jučer",
];