/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'format', 'ja', {
label: '書å¼',
panelTitle: '段è½ã®æ›¸å¼',
tag_address: 'アドレス',
tag_div: '標準 (DIV)',
tag_h1: '見出㗠1',
tag_h2: '見出㗠2',
tag_h3: '見出㗠3',
tag_h4: '見出㗠4',
tag_h5: '見出㗠5',
tag_h6: '見出㗠6',
tag_p: '標準',
tag_pre: '書å¼ä»˜ã'
} );
|