Files
opensourcepos/app/Language/bs/Datepicker.php
BudsieBuds c39b733c90 Language fallback improvement
- Changes for following best practice for CI4 localization
- Norwegian and Urdu languages now working again
- Sort languages by alphabet in config
2024-06-15 17:19:15 +02:00

24 lines
714 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" => "Prošla fiskalna godina",
"last_month" => "Prošli mjesec",
"last_year" => "Prošla godina",
"same_month_last_year" => "Ovaj mjesec prošle godine",
"same_month_to_same_day_last_year" => "Prošle godine od istog mjeseca do istog dana",
"this_financial_year" => "Trenutna fiskalna godina",
"this_month" => "Ovaj mjesec",
"this_year" => "Ova godina",
"to" => "Do",
"today" => "Danas",
"today_last_year" => "Ovaj dan prošle godine",
"weekstart" => "1",
"yesterday" => "Juče",
];