mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
24 lines
899 B
PHP
24 lines
899 B
PHP
<?php
|
|
return [
|
|
"datepicker_all_time" => "Sve",
|
|
"datepicker_apply" => "Primjeni",
|
|
"datepicker_cancel" => "Otkaži",
|
|
"datepicker_custom" => "Slobodan izbor",
|
|
"datepicker_from" => "Od",
|
|
"datepicker_last_30" => "Zadnjih 30 dana",
|
|
"datepicker_last_7" => "Zadnjih 7 dana",
|
|
"datepicker_last_financial_year" => "",
|
|
"datepicker_last_month" => "Zadnji mjesec",
|
|
"datepicker_last_year" => "Zadnja godina",
|
|
"datepicker_same_month_last_year" => "Ovaj mjesec prošle godine",
|
|
"datepicker_same_month_to_same_day_last_year" => "Ovaj mjesec do danas prošle godine",
|
|
"datepicker_this_financial_year" => "",
|
|
"datepicker_this_month" => "Ovaj mjesec",
|
|
"datepicker_this_year" => "Ova godina",
|
|
"datepicker_to" => "Do",
|
|
"datepicker_today" => "Danas",
|
|
"datepicker_today_last_year" => "Ovaj dan prošle godine",
|
|
"datepicker_weekstart" => "1",
|
|
"datepicker_yesterday" => "Jučer",
|
|
];
|