HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/alfijiri.com/system/language/thai/ftp_lang.php
<?php
/**
 * System messages translation for CodeIgniter(tm)
 *
 * @author	CodeIgniter community
 * @copyright	Copyright (c) 2014 - 2015, 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['ftp_no_connection']		= 'ไม่สามารถค้นหา connection ID ที่ถูกต้อง,โปรดตรวจสอบให้แน่ใจว่าคุณได้ทำการเชื่อต่อเรียบร้อยแล้วก่อนใช้งาน';
$lang['ftp_unable_to_connect']		= 'ไม่สามารถเชื่อต่อไปยัง FTP Server ของคุณได้';
$lang['ftp_unable_to_login']		= 'ไม่สามารถล็อกเอินเข้าสู่ FTP Server กรุณาตรวจสอบให้แน่ใจว่ารหัสผ่านและผู้ใช้และรหัสผ่านนั้นถูกต้อง';
$lang['ftp_unable_to_mkdir']		= 'ไม่มสามารถสร้างไอเร็คทอรีตามที่คุณกำหนด';
$lang['ftp_unable_to_changedir']	= 'ไม่สามารถเปลี่ยนไดเร็คทอรี่';
$lang['ftp_unable_to_chmod']		= 'ไม่สามารถกำหนดสิทธิของไฟล์';
$lang['ftp_unable_to_upload']		= 'ไม่สามารถอัพโหลดไฟล์ที่ระบุ กรุณาตรวจสอบตำแหน่งของคุณ';
$lang['ftp_unable_to_download']		= 'ไม่สามารถดาวน์โหลดไฟล์ที่ระบุ กรุณาตรวจสอบตำแหน่งของคุณ';
$lang['ftp_no_source_file']		= 'ไม่สามารถค้นหาไฟล์ที่ระบุ กรุณาตรวจสอบตำแหน่งของคุณ';
$lang['ftp_unable_to_rename']		= 'ไม่สามารถเปลี่ยนชื่อไฟล์';
$lang['ftp_unable_to_delete']		= 'ไม่สามารถลบไฟล์';
$lang['ftp_unable_to_move']		= 'ไม่สามารถย้ายไฟลกรุณาตรวจสอบให้แน่ใจว่าตำแหน่งปลายทางนัั้นมีจริง';