Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1925 Rev 2048
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 *
4
 *
5
 * == BEGIN LICENSE ==
5
 * == BEGIN LICENSE ==
6
 *
6
 *
7
 * Licensed under the terms of any of the following licenses at your
7
 * Licensed under the terms of any of the following licenses at your
8
 * choice:
8
 * choice:
Line 306... Line 306...
306
DlgTableHeight		: "สูง",
306
DlgTableHeight		: "สูง",
307
DlgTableCellSpace	: "ระยะแนวนอนน",
307
DlgTableCellSpace	: "ระยะแนวนอนน",
308
DlgTableCellPad		: "ระยะแนวตั้ง",
308
DlgTableCellPad		: "ระยะแนวตั้ง",
309
DlgTableCaption		: "หัวเรื่องของตาราง",
309
DlgTableCaption		: "หัวเรื่องของตาราง",
310
DlgTableSummary		: "สรุปความ",
310
DlgTableSummary		: "สรุปความ",
-
 
311
DlgTableHeaders		: "Headers",	//MISSING
-
 
312
DlgTableHeadersNone		: "None",	//MISSING
-
 
313
DlgTableHeadersColumn	: "First column",	//MISSING
-
 
314
DlgTableHeadersRow		: "First Row",	//MISSING
-
 
315
DlgTableHeadersBoth		: "Both",	//MISSING
Line 311... Line 316...
311
 
316
 
312
// Table Cell Dialog
317
// Table Cell Dialog
313
DlgCellTitle		: "คุณสมบัติของ ช่อง",
318
DlgCellTitle		: "คุณสมบัติของ ช่อง",
314
DlgCellWidth		: "กว้าง",
319
DlgCellWidth		: "กว้าง",
Line 328... Line 333...
328
DlgCellVerAlignNotSet	: "<ไม่ระบุ>",
333
DlgCellVerAlignNotSet	: "<ไม่ระบุ>",
329
DlgCellVerAlignTop	: "บนสุด",
334
DlgCellVerAlignTop	: "บนสุด",
330
DlgCellVerAlignMiddle	: "กึ่งกลาง",
335
DlgCellVerAlignMiddle	: "กึ่งกลาง",
331
DlgCellVerAlignBottom	: "ล่างสุด",
336
DlgCellVerAlignBottom	: "ล่างสุด",
332
DlgCellVerAlignBaseline	: "อิงบรรทัด",
337
DlgCellVerAlignBaseline	: "อิงบรรทัด",
-
 
338
DlgCellType		: "Cell Type",	//MISSING
-
 
339
DlgCellTypeData		: "Data",	//MISSING
-
 
340
DlgCellTypeHeader	: "Header",	//MISSING
333
DlgCellRowSpan		: "จำนวนแถวที่คร่อมกัน",
341
DlgCellRowSpan		: "จำนวนแถวที่คร่อมกัน",
334
DlgCellCollSpan		: "จำนวนสดมน์ที่คร่อมกัน",
342
DlgCellCollSpan		: "จำนวนสดมน์ที่คร่อมกัน",
335
DlgCellBackColor	: "สีพื้นหลัง",
343
DlgCellBackColor	: "สีพื้นหลัง",
336
DlgCellBorderColor	: "สีเส้นขอบ",
344
DlgCellBorderColor	: "สีเส้นขอบ",
337
DlgCellBtnSelect	: "เลือก..",
345
DlgCellBtnSelect	: "เลือก..",