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