th.js 928 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'div', 'th', {
  6. IdInputLabel: 'ไอดี',
  7. advisoryTitleInputLabel: 'คำเกริ่นนำ',
  8. cssClassInputLabel: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
  9. edit: 'แก้ไข Div',
  10. inlineStyleInputLabel: 'Inline Style', // MISSING
  11. langDirLTRLabel: 'จากซ้ายไปขวา (LTR)',
  12. langDirLabel: 'การเขียน-อ่านภาษา',
  13. langDirRTLLabel: 'จากขวามาซ้าย (RTL)',
  14. languageCodeInputLabel: 'รหัสภาษา',
  15. remove: 'ลบ Div',
  16. styleSelectLabel: 'ลักษณะการแสดงผล',
  17. title: 'Create Div Container', // MISSING
  18. toolbar: 'Create Div Container' // MISSING
  19. } );