Index: branches/5.2.x/core/ckeditor/ckfinder/lang/ja.js =================================================================== diff -u -r15042 -r15316 --- branches/5.2.x/core/ckeditor/ckfinder/lang/ja.js (.../ja.js) (revision 15042) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/ja.js (.../ja.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 : 'Files to Upload', // MISSING UploadTotalFiles : 'Total Files:', // MISSING UploadTotalSize : 'Total Size:', // MISSING + UploadSend : 'アップロード', UploadAddFiles : 'Add Files', // MISSING UploadClearFiles : 'Clear Files', // MISSING UploadCancel : 'Cancel Upload', // MISSING @@ -174,15 +175,18 @@ SetSortName : 'ファイル名', SetSortDate : '日付', SetSortSize : 'サイズ', + SetSortExtension : 'by Extension', // MISSING // Status Bar FilesCountEmpty : '<フォルダ内にファイルがありません>', FilesCountOne : '1つのファイル', FilesCountMany : '%1個のファイル', // Size and Speed - Kb : '%1 kB', - KbPerSecond : '%1 kB/s', + Kb : '%1 KB', + Mb : '%1 MB', // MISSING + Gb : '%1 GB', // MISSING + SizePerSecond : '%1/s', // MISSING // Connector Error Messages. ErrorUnknown : 'リクエストの処理に失敗しました。 (Error %1)', @@ -268,5 +272,10 @@ { maximize : '最大化', minimize : '最小化' + }, + + Gallery : + { + current : 'Image {current} of {total}' // MISSING } };