aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/th.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/th.js')
-rw-r--r--sources/plugins/wsc/lang/th.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/th.js b/sources/plugins/wsc/lang/th.js
new file mode 100644
index 00000000..6e09e6cc
--- /dev/null
+++ b/sources/plugins/wsc/lang/th.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'th', {
6 btnIgnore: 'ยกเว้น',
7 btnIgnoreAll: 'ยกเว้นทั้งหมด',
8 btnReplace: 'แทนที่',
9 btnReplaceAll: 'แทนที่ทั้งหมด',
10 btnUndo: 'ยกเลิก',
11 changeTo: 'แก้ไขเป็น',
12 errorLoading: 'Error loading application service host: %s.',
13 ieSpellDownload: 'ไม่ได้ติดตั้งระบบตรวจสอบคำสะกด. ต้องการติดตั้งไหมครับ?',
14 manyChanges: 'ตรวจสอบคำสะกดเสร็จสิ้น:: แก้ไข %1 คำ',
15 noChanges: 'ตรวจสอบคำสะกดเสร็จสิ้น: ไม่มีการแก้คำใดๆ',
16 noMispell: 'ตรวจสอบคำสะกดเสร็จสิ้น: ไม่พบคำสะกดผิด',
17 noSuggestions: '- ไม่มีคำแนะนำใดๆ -',
18 notAvailable: 'Sorry, but service is unavailable now.',
19 notInDic: 'ไม่พบในดิกชันนารี',
20 oneChange: 'ตรวจสอบคำสะกดเสร็จสิ้น: แก้ไข1คำ',
21 progress: 'กำลังตรวจสอบคำสะกด...',
22 title: 'Spell Checker',
23 toolbar: 'ตรวจการสะกดคำ'
24});