Files
opensourcepos/app/Language/bs/Datepicker.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

25 lines
1.2 KiB
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",
];