mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-05 07:34:49 -04:00
24 lines
906 B
PHP
24 lines
906 B
PHP
<?php
|
|
return [
|
|
"datepicker_all_time" => "All Time",
|
|
"datepicker_apply" => "Apply",
|
|
"datepicker_cancel" => "Cancel",
|
|
"datepicker_custom" => "Custom",
|
|
"datepicker_from" => "From",
|
|
"datepicker_last_30" => "Last 30 Days",
|
|
"datepicker_last_7" => "Last 7 Days",
|
|
"datepicker_last_financial_year" => "Last Fiscal Year",
|
|
"datepicker_last_month" => "Last Month",
|
|
"datepicker_last_year" => "Last Year",
|
|
"datepicker_same_month_last_year" => "Same Month Last Year",
|
|
"datepicker_same_month_to_same_day_last_year" => "Same Month To Same Day Last Year",
|
|
"datepicker_this_financial_year" => "Current Fiscal Year",
|
|
"datepicker_this_month" => "Current Month",
|
|
"datepicker_this_year" => "Current Year",
|
|
"datepicker_to" => "To",
|
|
"datepicker_today" => "Today",
|
|
"datepicker_today_last_year" => "Today Last Year",
|
|
"datepicker_weekstart" => "0",
|
|
"datepicker_yesterday" => "Yesterday",
|
|
];
|