Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @author HyeongJoo Kwon* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://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'] = 'FTP connection에 연결할 수 없습니다. 계정정보를 확인하거나 서버상태를 확인하세요.';$lang['ftp_unable_to_connect'] = '입력하신 호스트에 접속할 수 없습니다.';$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'] = '파일을 이동할 수 없습니다. 경로를 확인하세요.';