File Manager
<?php
$lang['invaliddestname'] = 'Destination name specified is empty or invalid';
$lang['copysuccess'] = 'Items successfully copied';
$lang['copyfailed'] = 'Copy operation failed on %s';
$lang['ie_upload_message'] = 'Drag and Drop, or multiple file upload is not available in Internet Explorer. To enable these features use a more capable browser such as Firefox or Chrome';
$lang['confirm_unpack'] = 'Are you sure you want to unpack this archive?';
$lang['copy_destdir'] = 'Target Directory';
$lang['copy_destname'] = 'Target Filename';
$lang['itemstocopy'] = 'Copy these Items';
$lang['prompt_copy'] = 'Copy one or more Items';
$lang['movesuccess'] = 'Items successfully moved';
$lang['movefailed'] = 'Move operation failed on %s';
$lang['fileexistsdest'] = '%s already exists at the destination';
$lang['insufficientpermission'] = 'Insufficient permission to %s';
$lang['invalidmovedir'] = 'The destination directory specified is invalid';
$lang['namealreadyexists'] = 'Name already exists';
$lang['movedestdirsame'] = 'The destination directory specified is the same as the source';
$lang['prompt_move'] = 'Move Items to Another Directory';
$lang['info_move'] = 'This option will allow moving one or more items to a different directory. Use this with caution as it can break links to files, or break other functionality on the website';
$lang['itemstomove'] = 'Move these Items';
$lang['move_destdir'] = 'Destination Directory';
$lang['nodestinationdirs'] = 'Could not find any valid destination directories for the operation';
$lang['deletesuccess'] = 'Items successfully deleted';
$lang['return'] = 'Return';
$lang['error_thumbnotwritable'] = '%s has a thumbnail that does not have write permission';
$lang['error_dirnotempty'] = 'Directory %s is not empty';
$lang['error_notwritable'] = 'No write permission to %s';
$lang['actiondelete'] = 'Delete one or more items';
$lang['thumberror'] = 'Problem creating thumbnail';
$lang['thumbsuccess'] = 'Thumbnail successfully created';
$lang['create'] = 'Create';
$lang['info_createthumb'] = 'The following thumbnail will be created';
$lang['createthumbnail'] = 'Create <em>(or recreate)</em> an image thumbnail';
$lang['info_create_thumbnails'] = 'If enabled, thumbnail files for images will be created on upload';
$lang['create_thumbnails'] = 'Create thumbnails on upload';
$lang['eventdesc_OnFileUploaded'] = 'Sent when a file is uploaded';
$lang['eventhelp_OnFileUploaded'] = '<h4>參數:</h4>
<ul>
<li>"file" - The complete file specification to the uploaded file.</li>
<li>"thumb" - If generated, the complete file specification to the generated thumbnail.</li>
</ul>';
$lang['ok'] = 'OK';
$lang['folder'] = 'Folder';
$lang['change_working_folder'] = 'Change working folder';
$lang['prompt_dropfiles'] = 'Drop files here to upload';
$lang['refresh'] = '更新';
$lang['friendlyname'] = '檔案管理器';
$lang['permission'] = 'Usage of the File Manager module';
$lang['permissionadvanced'] = 'Advanced usage of the File Manager module';
$lang['moddescription'] = 'Handling of files and directories in the upload-filesection of cmsms';
$lang['installed'] = 'FileManager version %s installed';
$lang['postinstall'] = 'FileManager module was installed';
$lang['uninstalled'] = 'FileManager module uninstalled';
$lang['really_uninstall'] = 'Are you sure the FileManager module should be uninstalled?';
$lang['upgraded'] = 'FileManager module was upgraded to version %s';
$lang['fileview'] = 'File view';
$lang['switchtofileview'] = 'Switch to file view';
$lang['settings'] = '設定';
$lang['savesettings'] = '儲存設定';
$lang['postletexists'] = 'Warning! Please removed the modules/FileManager/postlet directory completely, as this has been obsolete for many, many versions.';
$lang['filename'] = '檔名';
$lang['fileinfo'] = '檔案資訊';
$lang['fileowner'] = '檔案擁有者';
$lang['fileperms'] = '權限';
$lang['filesize'] = '大小';
$lang['filedate'] = '日期';
$lang['actions'] = '動作';
$lang['newdir'] = '新目錄';
$lang['createnewdir'] = '新增目錄';
$lang['rename'] = '重新命名';
$lang['renameerror'] = '錯誤!項目不能重新命名';
$lang['delete'] = '刪除';
$lang['thumbnail'] = '建立縮圖';
$lang['copy'] = '複製';
$lang['move'] = '移動';
$lang['unpack'] = '解壓縮';
$lang['notwritable'] = '不能寫';
$lang['afileistoobig'] = '檔案太大。上傳取消。';
$lang['unknown'] = '未知';
$lang['fileoutsideuploads'] = 'You are not allowed to modify files outside the uploads-dir! (That requires the Advanced File Management permission)';
$lang['writable'] = '可寫入';
$lang['writeprotected'] = 'Write protected';
$lang['bytes'] = 'bytes';
$lang['kb'] = 'kb';
$lang['mb'] = 'mb';
$lang['files'] = '檔案';
$lang['bytesin'] = 'bytes 在';
$lang['in'] = '在';
$lang['file'] = '檔案';
$lang['fileno'] = '檔案編號';
$lang['subdirs'] = '子目錄';
$lang['subdir'] = '子目錄';
$lang['and'] = '和';
$lang['unknownfileaction'] = '內部錯誤:不明的檔案動作';
$lang['confirmsingledelete'] = '您確定嗎?';
$lang['confirmsingledirdelete'] = '你確定這個目錄應該被刪除?';
$lang['dirtreedeletesuccess'] = '目錄並包括內容被成功刪除。';
$lang['dirtreedeletefail'] = '刪除這個目錄時發生錯誤。不過,有些內容可能已被刪除。';
$lang['singlefiledeletesuccess'] = '該檔案被成功刪除';
$lang['filedeletesuccess'] = '被成功刪除';
$lang['singlefiledeletefail'] = '嘗試刪除檔案時發生錯誤';
$lang['filedeletefail'] = '由於錯誤所以沒有被刪除';
$lang['singledirdeletesuccess'] = '目錄已成功刪除';
$lang['singledirdeletefail'] = '試圖刪除目錄時發生錯誤(它是空的嗎?)';
$lang['deleteselected'] = '刪除選定的檔案/目錄';
$lang['confirmselected'] = '您確定嗎?';
$lang['confirmdeleteselected'] = '你確定應刪除選定的文件嗎?';
$lang['deleteselectedcancelled'] = '刪除選定的檔案動作被取消';
$lang['recursetext'] = '遞回到子目錄';
$lang['nofilesselected'] = '沒有檔案被選取';
$lang['morethanonefiledirselected'] = '這個動作只有一個檔案或目錄應被標記。';
$lang['moveselected'] = '移動選取的檔案';
$lang['copyselected'] = '複製選取的檔案';
$lang['selecttargetdir'] = 'Select target dir for move/copy';
$lang['movedto'] = '移動到';
$lang['copiedto'] = '複製到';
$lang['couldnotmove'] = '無法移動';
$lang['couldnotcopy'] = '無法複製';
$lang['filesdeletedsuccessfully'] = '%s 檔案已經成功被刪除';
$lang['filesdeletedfiled'] = '%s 檔案刪除失敗';
$lang['filesmovedsuccessfully'] = '%s 檔案已經成功被移動';
$lang['filesmovedfailed'] = '%s 檔案移動失敗';
$lang['filescopiedsuccessfully'] = '%s檔案已經成功被複製';
$lang['filescopiedfailed'] = '%s 檔案複製失敗';
$lang['internalerror'] = 'Internal error (meaning something didn\'t make sense at all, please report what you did)';
$lang['newname'] = '新名字:';
$lang['renamesuccess'] = '項目已經成功被重新命名';
$lang['renamefailure'] = '重新命名失敗';
$lang['renamecancelled'] = '取消重新命名';
$lang['owner'] = '擁有者';
$lang['group'] = '群組';
$lang['others'] = '其它的';
$lang['newpermissions'] = '新的權限:';
$lang['setpermissions'] = '設定權限';
$lang['permissionstyle'] = 'Permission style';
$lang['rwxstyle'] = 'rwx style';
$lang['755style'] = '755 style';
$lang['quickmode'] = 'Quick chmod (like 777)';
$lang['chmod'] = '更改權限';
$lang['chmodselected'] = '更改所選取檔案的權限';
$lang['chmodsuccess'] = '檔案重新取得新的權限';
$lang['chmodfailure'] = '更改檔案權限失敗';
$lang['chmodcancelled'] = '更改權限被取消';
$lang['newuploadfailed'] = '%s 檔案上傳失敗(或可能解壓縮)';
$lang['newuploadsuccess'] = '%s 檔案上傳成功(或可能解壓縮)';
$lang['dirchmodfailmulti'] = '未能改變目錄的權限,雖然它的內容可能得到一些新的權限。';
$lang['dirchmodsuccessmulti'] = '成功的更改權限的目錄和它的內容';
$lang['dirchmodsuccess'] = '目錄成功地取得新的權限';
$lang['dirchmodfailure'] = '改變目錄的權限失敗';
$lang['dirnotemptyconfirm'] = '這個目錄是不是空的。你真的要刪除它的所有內容,包括子目錄?';
$lang['dirtreedeletecancelled'] = '刪除目錄取消';
$lang['imsure'] = '我確定';
$lang['cancel'] = '取消';
$lang['uploadnewfile'] = '上傳新檔:';
$lang['unpackafterupload'] = '嘗試解壓縮上傳後的檔案(只有tgz和大多數的zip檔案)?';
$lang['uploadsuccess'] = '上傳成功';
$lang['uploadfail'] = '上傳失敗';
$lang['unpacksuccess'] = '成功解壓縮';
$lang['unpackfail'] = '這個錯誤:';
$lang['packfileopenfail'] = '無法解壓縮這個壓縮檔案(不支持的格式?)';
$lang['packfilewritefail'] = '無法打開檔案 %s 來寫入';
$lang['afilecontainsillegalchars'] = '一個檔案名稱中包含一個或多個非法字符 (\',",+,*,\\,/,&,$). 上傳取消';
$lang['filenotfound'] = '檔案未找到';
$lang['currentpath'] = '當前路徑:';
$lang['newdirname'] = '建立新的目錄:';
$lang['newdirsuccess'] = '這個目錄建立成功';
$lang['newdirfail'] = '建立新的目錄時有錯誤產生';
$lang['direxists'] = '這個目錄已經存在';
$lang['invalidnewdir'] = '建立新的目錄時不可包含以下符號,像是 /, \\ 和 \'..\' ';
$lang['filedateformat'] = '月/日/年 時:分:秒';
$lang['iconsize'] = '圖示大小';
$lang['smallicons'] = '小圖示';
$lang['largeicons'] = '大圖示';
$lang['thousanddelimiter'] = '千分隔符號';
$lang['none'] = '不';
$lang['space'] = '空間';
$lang['showthumbnails'] = '顯示縮圖';
$lang['showthumbnailshelp'] = 'Enabling this will show thumbnails of image-files if they exist, and will hide the actual thumbnail-file. Disabling will simply show all files.';
$lang['uploadfilesto'] = '上傳檔案到:';
$lang['uploadview'] = '上傳檔案';
$lang['uploadboxes'] = '上傳框中數量';
$lang['nothinguploaded'] = '沒有上傳';
$lang['newunsupportedarchive'] = '%s是一個不支援的存檔格式';
$lang['uploadmethod'] = '上傳方式';
$lang['uploaderstandard'] = '標準的HTML輸入方法(允許解壓縮)';
$lang['enableadvanced'] = '啟用進階的模式?';
$lang['advancedhelp'] = '讓你存取整個cmsms檔案系統,不只是/uploads目錄(如果允許)';
$lang['showhiddenfileshelp'] = '唯一有效的進階模式';
$lang['showhiddenfiles'] = '顯示隱藏檔案';
$lang['settingsconfirmsingledelete'] = '確認刪除單一的檔案?';
$lang['settingssaved'] = '設定已儲存';
$lang['help'] = ' <h3>這是什麼呢?</h3>
<p>此模組提供了檔案管理功能</p>
<h3>如何使用它?</h3>
<p>在後台管理內容選單中選擇它。</p>';
$lang['utmz'] = '156861353.1345108246.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)';
$lang['utma'] = '156861353.2068187442.1345108246.1345110935.1345114121.3';
$lang['utmc'] = '156861353';
$lang['utmb'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com