summaryrefslogtreecommitdiff
path: root/plugins/basicstyles/lang/th.js
blob: d6f5372fb14a2f7ee9e396ccd6aa80c0b8e12186 (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', 'th', {
	bold: 'ตัวหนา',
	italic: 'ตัวเอียง',
	strike: 'ตัวขีดเส้นทับ',
	subscript: 'ตัวห้อย',
	superscript: 'ตัวยก',
	underline: 'ตัวขีดเส้นใต้'
});