mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 17:57:58 -05:00
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'all_time' => 'All Time',
|
|
'apply' => 'Apply',
|
|
'cancel' => 'Cancel',
|
|
'custom' => 'Custom',
|
|
'from' => 'From',
|
|
'last_30' => 'Last 30 Days',
|
|
'last_7' => 'Last 7 Days',
|
|
'last_financial_year' => 'Last Fiscal Year',
|
|
'last_month' => 'Last Month',
|
|
'last_year' => 'Last Year',
|
|
'same_month_last_year' => 'Same Month Last Year',
|
|
'same_month_to_same_day_last_year' => 'Same Month To Same Day Last Year',
|
|
'this_financial_year' => 'Current Fiscal Year',
|
|
'this_month' => 'Current Month',
|
|
'this_year' => 'Current Year',
|
|
'to' => 'To',
|
|
'today' => 'Today',
|
|
'today_last_year' => 'Today Last Year',
|
|
'weekstart' => '0',
|
|
'yesterday' => 'Yesterday',
|
|
];
|