mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-22 08:17:58 -05:00
67 lines
2.9 KiB
PHP
67 lines
2.9 KiB
PHP
<?php
|
|
|
|
$lang["datepicker_days_sunday"] = "";
|
|
$lang["datepicker_days_monday"] = "";
|
|
$lang["datepicker_days_tueday"] = "";
|
|
$lang["datepicker_days_wednesday"] = "";
|
|
$lang["datepicker_days_thursday"] = "";
|
|
$lang["datepicker_days_friday"] = "";
|
|
$lang["datepicker_days_saturday"] = "";
|
|
$lang["datepicker_daysshort_sunday"] = "";
|
|
$lang["datepicker_daysshort_monday"] = "";
|
|
$lang["datepicker_daysshort_tueday"] = "";
|
|
$lang["datepicker_daysshort_wednesday"] = "";
|
|
$lang["datepicker_daysshort_thursday"] = "";
|
|
$lang["datepicker_daysshort_friday"] = "";
|
|
$lang["datepicker_daysshort_saturday"] = "";
|
|
$lang["datepicker_daysmin_sunday"] = "";
|
|
$lang["datepicker_daysmin_monday"] = "";
|
|
$lang["datepicker_daysmin_tueday"] = "";
|
|
$lang["datepicker_daysmin_wednesday"] = "";
|
|
$lang["datepicker_daysmin_thursday"] = "";
|
|
$lang["datepicker_daysmin_friday"] = "";
|
|
$lang["datepicker_daysmin_saturday"] = "";
|
|
$lang["datepicker_months_january"] = "";
|
|
$lang["datepicker_months_february"] = "";
|
|
$lang["datepicker_months_march"] = "";
|
|
$lang["datepicker_months_april"] = "";
|
|
$lang["datepicker_months_may"] = "";
|
|
$lang["datepicker_months_june"] = "";
|
|
$lang["datepicker_months_july"] = "";
|
|
$lang["datepicker_months_august"] = "";
|
|
$lang["datepicker_months_september"] = "";
|
|
$lang["datepicker_months_october"] = "";
|
|
$lang["datepicker_months_november"] = "";
|
|
$lang["datepicker_months_december"] = "";
|
|
$lang["datepicker_monthsshort_january"] = "";
|
|
$lang["datepicker_monthsshort_february"] = "";
|
|
$lang["datepicker_monthsshort_march"] = "";
|
|
$lang["datepicker_monthsshort_april"] = "";
|
|
$lang["datepicker_monthsshort_may"] = "";
|
|
$lang["datepicker_monthsshort_june"] = "";
|
|
$lang["datepicker_monthsshort_july"] = "";
|
|
$lang["datepicker_monthsshort_august"] = "";
|
|
$lang["datepicker_monthsshort_september"] = "";
|
|
$lang["datepicker_monthsshort_october"] = "";
|
|
$lang["datepicker_monthsshort_november"] = "";
|
|
$lang["datepicker_monthsshort_december"] = "";
|
|
$lang["datepicker_today"] = "วันนี้";
|
|
$lang["datepicker_weekstart"] = "";
|
|
$lang["datepicker_all_time"] = "เวลาทั้งหมด";
|
|
$lang["datepicker_last_7"] = "7 วันสุดท้าย";
|
|
$lang["datepicker_last_30"] = "30 วันสุดท้าย";
|
|
$lang["datepicker_last_month"] = "เดือนที่แล้ว";
|
|
$lang["datepicker_last_year"] = "ปีที่แล้ว";
|
|
$lang["datepicker_this_month"] = "เดือนนี้";
|
|
$lang["datepicker_this_month_last_year"] = "This Month Last Year";
|
|
$lang["datepicker_this_month_to_today"] = "This Month To Today";
|
|
$lang["datepicker_this_month_to_today_last_year"] = "This Month To Today Last Year";
|
|
$lang["datepicker_this_year"] = "ปีนี้";
|
|
$lang["datepicker_today_last_year"] = "Today Last Year";
|
|
$lang["datepicker_yesterday"] = "เมื่อวานนี้";
|
|
$lang["datepicker_apply"] = "Apply";
|
|
$lang["datepicker_cancel"] = "Cancel";
|
|
$lang["datepicker_from"] = "From";
|
|
$lang["datepicker_to"] = "To";
|
|
$lang["datepicker_custom"] = "Custom";
|