blob: 745498271dfe47824426f6a54f495477338f182d (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'th', {
block: 'จัดพอดีหน้ากระดาษ',
center: 'จัดกึ่งกลาง',
left: 'จัดชิดซ้าย',
right: 'จัดชิดขวา'
});
|