Files
opensourcepos/application/language/th/datepicker_lang.php
Piyaporn T dea8683fd4 Translated using Weblate (Thai)
Currently translated at 78.7% (52 of 66 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (176 of 176 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (176 of 176 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (19 of 19 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (50 of 50 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (84 of 84 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (117 of 117 strings)

Translated using Weblate (Thai)

Currently translated at 100.0% (117 of 117 strings)
2016-09-21 09:34:59 +02:00

22 lines
1.1 KiB
PHP

<?php
$lang["datepicker_today"] = "วันนี้";
$lang["datepicker_weekstart"] = "0";
$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"] = "Same Month Last Year";
$lang["datepicker_same_month_to_today"] = "This Month To Today";
$lang["datepicker_same_month_to_same_day_last_year"] = "Same Month To Same Day Last Year";
$lang["datepicker_this_year"] = "ปีนี้";
$lang["datepicker_today_last_year"] = "Today Last Year";
$lang["datepicker_yesterday"] = "เมื่อวานนี้";
$lang["datepicker_apply"] = "Apply";
$lang["datepicker_cancel"] = "ยกเลิก";
$lang["datepicker_from"] = "From";
$lang["datepicker_to"] = "To";
$lang["datepicker_custom"] = "Custom";