ACC SHELL
<?php
/*
* CKFinder
* ========
* http://ckfinder.com
* Copyright (C) 2007-2010, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying or distribute this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
* ---
* Chinese (Taiwan) language file.
*/
$GLOBALS['CKFLang'] = array (
// Connector Error Messages.
'ErrorUnknown' => '無法連接到伺服器 ! (錯誤代碼 %1)',
'Errors' => array (
10 => '不合法的指令.',
11 => '連接過程中 , 未指定資源形態 !',
12 => '連接過程中出現不合法的資源形態 !',
102 => '不合法的檔案或目錄名稱 !',
103 => '無法連接:可能是使用者權限設定錯誤 !',
104 => '無法連接:可能是伺服器檔案權限設定錯誤 !',
105 => '無法上傳:不合法的副檔名 !',
109 => '不合法的請求 !',
110 => '不明錯誤 !',
115 => '檔案或目錄名稱重複 !',
116 => '找不到目錄 ! 請先重新整理 , 然後再試一次 !',
117 => '找不到檔案 ! 請先重新整理 , 然後再試一次 !',
201 => '伺服器上已有相同的檔案名稱 ! 您上傳的檔案名稱將會自動更改為 "%1"',
202 => '不合法的檔案 !',
203 => '不合法的檔案 ! 檔案大小超過預設值 !',
204 => '您上傳的檔案已經損毀 !',
205 => '伺服器上沒有預設的暫存目錄 !',
206 => '檔案上傳程序因為安全因素已被系統自動取消 ! 可能是上傳的檔案內容包含 HTML 碼 !',
207 => '您上傳的檔案名稱將會自動更改為 "%1"',
500 => '因為安全因素 , 檔案瀏覽器已被停用 ! 請聯絡您的系統管理者並檢查 CKFinder 的設定檔 config.php !',
501 => '縮圖預覽功能已被停用 !'
)
);
ACC SHELL 2018