aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/basicstyles/lang/ja.js
blob: 38c0a0a485eba252e13f58ad2fb35a9a95bc67f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'ja', {
	bold: '太字',
	italic: '斜体',
	strike: '打ち消し線',
	subscript: '下付き',
	superscript: '上付き',
	underline: '下線'
} );