MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/uds.cafsinfotech.in/smart_hrms_dev/system/language/th/ftp_lang.php
<?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['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']		= 'ไม่สามารถย้ายไฟลกรุณาตรวจสอบให้แน่ใจว่าตำแหน่งปลายทางนัั้นมีจริง';