aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/templates/lang/th.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/templates/lang/th.js')
-rw-r--r--sources/plugins/templates/lang/th.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/templates/lang/th.js b/sources/plugins/templates/lang/th.js
new file mode 100644
index 00000000..2fabf998
--- /dev/null
+++ b/sources/plugins/templates/lang/th.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'templates', 'th', {
6 button: 'เทมเพลต',
7 emptyListMsg: '(ยังไม่มีการกำหนดเทมเพลต)',
8 insertOption: 'แทนที่เนื้อหาเว็บไซต์ที่เลือก',
9 options: 'ตัวเลือกเกี่ยวกับเทมเพลท',
10 selectPromptMsg: 'กรุณาเลือก เทมเพลต เพื่อนำไปแก้ไขในอีดิตเตอร์<br />(เนื้อหาส่วนนี้จะหายไป):',
11 title: 'เทมเพลตของส่วนเนื้อหาเว็บไซต์'
12} );