blob: db21eeb5c1c54028c16fcfa9eaa5256f3390d10e (
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( 'fakeobjects', 'ja', {
anchor: 'アンカー',
flash: 'Flash Animation',
hiddenfield: '不可視フィールド',
iframe: 'IFrame',
unknown: 'Unknown Object'
} );
|