You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
894 B
29 lines
894 B
<?php
|
|
/**
|
|
* TablePress DataTables language file for "th".
|
|
*
|
|
* @package TablePress
|
|
* @subpackage DataTables
|
|
* @author Tobias Bäthge
|
|
* @since 2.0.0
|
|
*/
|
|
|
|
return array(
|
|
'info' => 'แสดง _START_ ถึง _END_ จาก _TOTAL_ แถว',
|
|
'infoEmpty' => 'แสดง 0 ถึง 0 จาก 0 แถว',
|
|
'infoFiltered' => '(กรองข้อมูล _MAX_ ทุกแถว)',
|
|
'infoPostFix' => '',
|
|
'lengthMenu' => 'แสดง_MENU_ แถว',
|
|
'processing' => 'กำลังดำเนินการ...',
|
|
'search' => 'ค้นหา:',
|
|
'zeroRecords' => 'ไม่พบข้อมูล',
|
|
'paginate' => array(
|
|
'first' => 'เิริ่มต้น',
|
|
'previous' => 'ก่อนหน้า',
|
|
'next' => 'ถัดไป',
|
|
'last' => 'สุดท้าย',
|
|
),
|
|
'decimal' => '',
|
|
'thousands' => ',',
|
|
);
|