Index: branches/5.2.x/core/ckeditor/ckfinder/lang/zh-tw.js =================================================================== diff -u -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/lang/zh-tw.js (.../zh-tw.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/zh-tw.js (.../zh-tw.js) (revision 16404) @@ -1,8 +1,8 @@ /* * CKFinder * ======== - * http://ckfinder.com - * Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. + * http://cksource.com/ckfinder + * Copyright (C) 2007-2013, 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, @@ -75,16 +75,18 @@ FolderDelete : '確定刪除 "%1" 這個目錄嗎?', FolderRenaming : ' (修改目錄...)', FolderDeleting : ' (刪除目錄...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : '請輸入新檔案名稱: ', FileRenameExt : '確定變更這個檔案的副檔名嗎? 變更後 , 此檔案可能會無法使用 !', FileRenaming : '修改檔案名稱...', FileDelete : '確定要刪除這個檔案 "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : '載入中...', FilesEmpty : 'The folder is empty.', // MISSING - FilesMoved : 'File %1 moved to %2:%3.', // MISSING - FilesCopied : 'File %1 copied to %2:%3.', // MISSING + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Basket', // MISSING @@ -93,14 +95,22 @@ BasketOpenFolder : 'Open Parent Folder', // MISSING BasketTruncateConfirm : 'Do you really want to remove all files from the basket?', // MISSING BasketRemoveConfirm : 'Do you really want to remove the file "%1" from the basket?', // MISSING + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'No files in the basket, drag and drop some.', // MISSING BasketCopyFilesHere : 'Copy Files from Basket', // MISSING BasketMoveFilesHere : 'Move Files from Basket', // MISSING - BasketPasteErrorOther : 'File %s error: %e', // MISSING - BasketPasteMoveSuccess : 'The following files were moved: %s', // MISSING - BasketPasteCopySuccess : 'The following files were copied: %s', // MISSING + // Global messages + OperationCompletedSuccess : 'Operation completed successfully.', // MISSING + OperationCompletedErrors : 'Operation completed with errors.', // MISSING + FileError : '%s: %e', // MISSING + // Move and Copy files + MovedFilesNumber : 'Number of files moved: %s.', // MISSING + CopiedFilesNumber : 'Number of files copied: %s.', // MISSING + MoveFailedList : 'The following files could not be moved:
%s', // MISSING + CopyFailedList : 'The following files could not be copied:
%s', // MISSING + // Toolbar Buttons (some used elsewhere) Upload : '上傳檔案', UploadTip : '上傳一個新檔案', @@ -118,9 +128,10 @@ NewSubFolder : '建立新子目錄', Rename : '重新命名', Delete : '刪除', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Copy File Here', // MISSING - MoveDragDrop : 'Move File Here', // MISSING + CopyDragDrop : 'Copy Here', // MISSING + MoveDragDrop : 'Move Here', // MISSING // Dialogs RenameDlgTitle : 'Rename', // MISSING @@ -130,6 +141,7 @@ FileOverwrite : 'Overwrite', // MISSING FileAutorename : 'Auto-rename', // MISSING + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : '確定', @@ -201,6 +213,7 @@ 105 : '無法上傳:不合法的副檔名 !', 109 : '不合法的請求 !', 110 : '不明錯誤 !', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : '檔案或目錄名稱重複 !', 116 : '找不到目錄 ! 請先重新整理 , 然後再試一次 !', 117 : '找不到檔案 ! 請先重新整理 , 然後再試一次 !', @@ -224,6 +237,8 @@ FileEmpty : '檔案名稱不能空白 !', FileExists : 'File %s already exists.', // MISSING FolderEmpty : '目錄名稱不能空白 !', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : '檔案名稱不能包含以下字元: \n\\ / : * ? " < > |', FolderInvChar : '目錄名稱不能包含以下字元: \n\\ / : * ? " < > |', @@ -277,5 +292,16 @@ Gallery : { current : 'Image {current} of {total}' // MISSING + }, + + Zip : + { + extractHereLabel : 'Extract here', // MISSING + extractToLabel : 'Extract to...', // MISSING + downloadZipLabel : 'Download as zip', // MISSING + compressZipLabel : 'Compress to zip', // MISSING + removeAndExtract : 'Remove existing and extract', // MISSING + extractAndOverwrite : 'Extract overwriting existing files', // MISSING + extractSuccess : 'File extracted successfully.' // MISSING } };