aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/flash/lang/th.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/flash/lang/th.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/flash/lang/th.js')
-rw-r--r--sources/plugins/flash/lang/th.js43
1 files changed, 43 insertions, 0 deletions
diff --git a/sources/plugins/flash/lang/th.js b/sources/plugins/flash/lang/th.js
new file mode 100644
index 00000000..8a5c55da
--- /dev/null
+++ b/sources/plugins/flash/lang/th.js
@@ -0,0 +1,43 @@
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( 'flash', 'th', {
6 access: 'การเข้าถึงสคริปต์',
7 accessAlways: 'ตลอดไป',
8 accessNever: 'ไม่เลย',
9 accessSameDomain: 'โดเมนเดียวกัน',
10 alignAbsBottom: 'ชิดด้านล่างสุด',
11 alignAbsMiddle: 'กึ่งกลาง',
12 alignBaseline: 'ชิดบรรทัด',
13 alignTextTop: 'ใต้ตัวอักษร',
14 bgcolor: 'สีพื้นหลัง',
15 chkFull: 'อนุญาตให้แสดงเต็มหน้าจอได้',
16 chkLoop: 'เล่นวนรอบ Loop',
17 chkMenu: 'ให้ใช้งานเมนูของ Flash',
18 chkPlay: 'เล่นอัตโนมัติ Auto Play',
19 flashvars: 'ตัวแปรสำหรับ Flas',
20 hSpace: 'ระยะแนวนอน',
21 properties: 'คุณสมบัติของไฟล์ Flash',
22 propertiesTab: 'คุณสมบัติ',
23 quality: 'คุณภาพ',
24 qualityAutoHigh: 'ปรับคุณภาพสูงอัตโนมัติ',
25 qualityAutoLow: 'ปรับคุณภาพต่ำอัตโนมัติ',
26 qualityBest: 'ดีที่สุด',
27 qualityHigh: 'สูง',
28 qualityLow: 'ต่ำ',
29 qualityMedium: 'ปานกลาง',
30 scale: 'อัตราส่วน Scale',
31 scaleAll: 'แสดงให้เห็นทั้งหมด Show all',
32 scaleFit: 'แสดงให้พอดีกับพื้นที่ Exact Fit',
33 scaleNoBorder: 'ไม่แสดงเส้นขอบ No Border',
34 title: 'คุณสมบัติของไฟล์ Flash',
35 vSpace: 'ระยะแนวตั้ง',
36 validateHSpace: 'HSpace ต้องเป็นจำนวนตัวเลข',
37 validateSrc: 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)',
38 validateVSpace: 'VSpace ต้องเป็นจำนวนตัวเลข',
39 windowMode: 'โหมดหน้าต่าง',
40 windowModeOpaque: 'ความทึบแสง',
41 windowModeTransparent: 'ความโปรงแสง',
42 windowModeWindow: 'หน้าต่าง'
43} );