]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/th.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / th.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'th', {
6 button: {
7 title: 'รายละเอียดของ ปุ่ม',
8 text: 'ข้อความ (ค่าตัวแปร)',
9 type: 'ข้อความ',
10 typeBtn: 'Button',
11 typeSbm: 'Submit',
12 typeRst: 'Reset'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'คุณสมบัติของ เช็คบ๊อก',
16 radioTitle: 'คุณสมบัติของ เรดิโอบัตตอน',
17 value: 'ค่าตัวแปร',
18 selected: 'เลือกเป็นค่าเริ่มต้น',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'คุณสมบัติของ แบบฟอร์ม',
23 menu: 'คุณสมบัติของ แบบฟอร์ม',
24 action: 'แอคชั่น',
25 method: 'เมธอด',
26 encoding: 'Encoding'
27 },
28 hidden: {
29 title: 'คุณสมบัติของ ฮิดเดนฟิลด์',
30 name: 'ชื่อ',
31 value: 'ค่าตัวแปร'
32 },
33 select: {
34 title: 'คุณสมบัติของ แถบตัวเลือก',
35 selectInfo: 'อินโฟ',
36 opAvail: 'รายการตัวเลือก',
37 value: 'ค่าตัวแปร',
38 size: 'ขนาด',
39 lines: 'บรรทัด',
40 chkMulti: 'เลือกหลายค่าได้',
41 required: 'Required', // MISSING
42 opText: 'ข้อความ',
43 opValue: 'ค่าตัวแปร',
44 btnAdd: 'เพิ่ม',
45 btnModify: 'แก้ไข',
46 btnUp: 'บน',
47 btnDown: 'ล่าง',
48 btnSetValue: 'เลือกเป็นค่าเริ่มต้น',
49 btnDelete: 'ลบ'
50 },
51 textarea: {
52 title: 'คุณสมบัติของ เท็กแอเรีย',
53 cols: 'สดมภ์',
54 rows: 'แถว'
55 },
56 textfield: {
57 title: 'คุณสมบัติของ เท็กซ์ฟิลด์',
58 name: 'ชื่อ',
59 value: 'ค่าตัวแปร',
60 charWidth: 'ความกว้าง',
61 maxChars: 'จำนวนตัวอักษรสูงสุด',
62 required: 'Required', // MISSING
63 type: 'ชนิด',
64 typeText: 'ข้อความ',
65 typePass: 'รหัสผ่าน',
66 typeEmail: 'อีเมล',
67 typeSearch: 'ค้นหาก',
68 typeTel: 'หมายเลขโทรศัพท์',
69 typeUrl: 'ที่อยู่อ้างอิง URL'
70 }
71 } );