|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/system/language/thai/ |
Upload File : |
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = 'ไม่พบการโยกย้าย';
$lang['migration_not_found'] = 'ไม่พบข้อมูลการโยกย้าย หมายเลขเวอร์ชั่น: %s.';
$lang['migration_sequence_gap'] = 'มีช่องว่างในลำดับการโยกย้ายที่อยู่ใกล้หมายเลขรุ่นคือ: %s.';
$lang['migration_multiple_version'] = 'มีการโยกย้ายหลายรายการที่มีหมายเลขรุ่นเดียวกัน: %s.';
$lang['migration_class_doesnt_exist'] = 'ไม่พบ Migration Class "%s"';
$lang['migration_missing_up_method'] = 'Migration class "%s" ไม่มีเมธอด "up"';
$lang['migration_missing_down_method'] = 'Migration class "%s" ไม่มีเมธอด "down"';
$lang['migration_invalid_filename'] = 'การโยกย้าย "%s" มีไฟล์ที่ไม่ถูกต้อง';