ok
Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/bharath/system/language/thai/ |
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/bharath/system/language/thai/ftp_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://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'] = 'ไม่สามารถย้ายไฟลกรุณาตรวจสอบให้แน่ใจว่าตำแหน่งปลายทางนัั้นมีจริง';