first commit

This commit is contained in:
/usr/bin/nano
2017-04-15 01:34:36 +03:00
commit c715e2a604
5325 changed files with 329700 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'wsc', 'th', {
btnIgnore: 'ยกเว้น',
btnIgnoreAll: 'ยกเว้นทั้งหมด',
btnReplace: 'แทนที่',
btnReplaceAll: 'แทนที่ทั้งหมด',
btnUndo: 'ยกเลิก',
changeTo: 'แก้ไขเป็น',
errorLoading: 'Error loading application service host: %s.',
ieSpellDownload: 'ไม่ได้ติดตั้งระบบตรวจสอบคำสะกด. ต้องการติดตั้งไหมครับ?',
manyChanges: 'ตรวจสอบคำสะกดเสร็จสิ้น:: แก้ไข %1 คำ',
noChanges: 'ตรวจสอบคำสะกดเสร็จสิ้น: ไม่มีการแก้คำใดๆ',
noMispell: 'ตรวจสอบคำสะกดเสร็จสิ้น: ไม่พบคำสะกดผิด',
noSuggestions: '- ไม่มีคำแนะนำใดๆ -',
notAvailable: 'Sorry, but service is unavailable now.',
notInDic: 'ไม่พบในดิกชันนารี',
oneChange: 'ตรวจสอบคำสะกดเสร็จสิ้น: แก้ไข1คำ',
progress: 'กำลังตรวจสอบคำสะกด...',
title: 'Spell Check',
toolbar: 'ตรวจการสะกดคำ'
});