Index: branches/5.2.x/core/ckeditor/ckfinder/lang/zh-cn.js =================================================================== diff -u -r15042 -r15316 --- branches/5.2.x/core/ckeditor/ckfinder/lang/zh-cn.js (.../zh-cn.js) (revision 15042) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/zh-cn.js (.../zh-cn.js) (revision 15316) @@ -2,7 +2,7 @@ * CKFinder * ======== * http://ckfinder.com - * Copyright (C) 2007-2011, CKSource - Frederico Knabben. All rights reserved. + * Copyright (C) 2007-2012, 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, @@ -153,6 +153,7 @@ UploadLabel : '上传文件', UploadTotalFiles : '上传总计:', UploadTotalSize : '上传总大小:', + UploadSend : '上传', UploadAddFiles : '添加文件', UploadClearFiles : '清空文件', UploadCancel : '取消上传', @@ -174,15 +175,18 @@ SetSortName : '按文件名', SetSortDate : '按日期', SetSortSize : '按大小', + SetSortExtension : '按扩展名', // Status Bar FilesCountEmpty : '<空文件夹>', FilesCountOne : '1 个文件', FilesCountMany : '%1 个文件', // Size and Speed - Kb : '%1 kB', - KbPerSecond : '%1 kB/s', + Kb : '%1 KB', + Mb : '%1 MB', + Gb : '%1 GB', + SizePerSecond : '%1/s', // Connector Error Messages. ErrorUnknown : '请求的操作未能完成. (错误 %1)', @@ -268,5 +272,10 @@ { maximize : '全屏', minimize : '最小化' + }, + + Gallery : + { + current : '第 {current} 个图像,共 {total} 个' } };