Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2018, 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 ของคุณได้';$lang['ftp_unable_to_login'] = 'ไม่สามารถล็อกเอินเข้าสู่เซิร์ฟเวอร์ FTP กรุณาตรวจสอบชื่อผู้ใช้และรหัสผ่าน';$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'] = 'ไม่สามารถย้ายไฟล์ได้ กรุณาตรวจสอบที่อยู่ปลายทาง';