blob: 33184da45785b36e163f9765fe776dd96c0d72c3 (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'maximize', 'ja', {
maximize: '最大化',
minimize: '最小化'
} );
|