mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 19:26:22 -04:00
25 lines
1.2 KiB
PHP
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',
|
|
];
|