From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/_editor/nls/th/FontChoice.js | 3 +- .../_editor/nls/th/FontChoice.js.uncompressed.js | 31 +++++++++++++ lib/dijit/_editor/nls/th/LinkDialog.js | 3 +- .../_editor/nls/th/LinkDialog.js.uncompressed.js | 17 +++++++ lib/dijit/_editor/nls/th/commands.js | 3 +- .../_editor/nls/th/commands.js.uncompressed.js | 52 ++++++++++++++++++++++ 6 files changed, 106 insertions(+), 3 deletions(-) create mode 100644 lib/dijit/_editor/nls/th/FontChoice.js.uncompressed.js create mode 100644 lib/dijit/_editor/nls/th/LinkDialog.js.uncompressed.js create mode 100644 lib/dijit/_editor/nls/th/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/th') diff --git a/lib/dijit/_editor/nls/th/FontChoice.js b/lib/dijit/_editor/nls/th/FontChoice.js index 02688efaa..4434be9b8 100644 --- a/lib/dijit/_editor/nls/th/FontChoice.js +++ b/lib/dijit/_editor/nls/th/FontChoice.js @@ -1 +1,2 @@ -({"noFormat":"ไม่มี","1":"xx-small","2":"x-small","formatBlock":"รูปแบบ","3":"small","4":"medium","5":"large","6":"x-large","7":"xx-large","fantasy":"fantasy","serif":"serif","p":"ย่อหน้า","pre":"การกำหนดรูปแบบล่วงหน้า","sans-serif":"sans-serif","fontName":"ฟอนต์","h1":"ส่วนหัว","h2":"ส่วนหัวย่อย","h3":"ส่วนย่อยของส่วนหัวย่อย","monospace":"monospace","fontSize":"ขนาด","cursive":"cursive"}) \ No newline at end of file +//>>built +define("dijit/_editor/nls/th/FontChoice",({fontSize:"ขนาด",fontName:"ฟอนต์",formatBlock:"รูปแบบ",serif:"serif","sans-serif":"sans-serif",monospace:"monospace",cursive:"cursive",fantasy:"fantasy",noFormat:"ไม่มี",p:"ย่อหน้า",h1:"ส่วนหัว",h2:"ส่วนหัวย่อย",h3:"ส่วนย่อยของส่วนหัวย่อย",pre:"การกำหนดรูปแบบล่วงหน้า",1:"xx-small",2:"x-small",3:"small",4:"medium",5:"large",6:"x-large",7:"xx-large"})); \ No newline at end of file diff --git a/lib/dijit/_editor/nls/th/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/th/FontChoice.js.uncompressed.js new file mode 100644 index 000000000..5d1201c77 --- /dev/null +++ b/lib/dijit/_editor/nls/th/FontChoice.js.uncompressed.js @@ -0,0 +1,31 @@ +define( +"dijit/_editor/nls/th/FontChoice", //begin v1.x content +({ + fontSize: "ขนาด", + fontName: "ฟอนต์", + formatBlock: "รูปแบบ", + + serif: "serif", + "sans-serif": "sans-serif", + monospace: "monospace", + cursive: "cursive", + fantasy: "fantasy", + + noFormat: "ไม่มี", + p: "ย่อหน้า", + h1: "ส่วนหัว", + h2: "ส่วนหัวย่อย", + h3: "ส่วนย่อยของส่วนหัวย่อย", + pre: "การกำหนดรูปแบบล่วงหน้า", + + 1: "xx-small", + 2: "x-small", + 3: "small", + 4: "medium", + 5: "large", + 6: "x-large", + 7: "xx-large" +}) + +//end v1.x content +); diff --git a/lib/dijit/_editor/nls/th/LinkDialog.js b/lib/dijit/_editor/nls/th/LinkDialog.js index 4d1aeb296..4b7756829 100644 --- a/lib/dijit/_editor/nls/th/LinkDialog.js +++ b/lib/dijit/_editor/nls/th/LinkDialog.js @@ -1 +1,2 @@ -({"text":"รายละเอียด:","insertImageTitle":"คุณสมบัติอิมเมจ","set":"ตั้งค่า","newWindow":"หน้าต่างใหม่","topWindow":"หน้าต่างบนสุด","target":"เป้าหมาย:","createLinkTitle":"คุณสมบัติลิงก์","parentWindow":"หน้าต่างหลัก","currentWindow":"หน้าต่างปัจจุบัน","url":"URL:"}) \ No newline at end of file +//>>built +define("dijit/_editor/nls/th/LinkDialog",({createLinkTitle:"คุณสมบัติลิงก์",insertImageTitle:"คุณสมบัติอิมเมจ",url:"URL:",text:"รายละเอียด:",target:"เป้าหมาย:",set:"ตั้งค่า",currentWindow:"หน้าต่างปัจจุบัน",parentWindow:"หน้าต่างหลัก",topWindow:"หน้าต่างบนสุด",newWindow:"หน้าต่างใหม่"})); \ No newline at end of file diff --git a/lib/dijit/_editor/nls/th/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/th/LinkDialog.js.uncompressed.js new file mode 100644 index 000000000..115cb91f2 --- /dev/null +++ b/lib/dijit/_editor/nls/th/LinkDialog.js.uncompressed.js @@ -0,0 +1,17 @@ +define( +"dijit/_editor/nls/th/LinkDialog", //begin v1.x content +({ + createLinkTitle: "คุณสมบัติลิงก์", + insertImageTitle: "คุณสมบัติอิมเมจ", + url: "URL:", + text: "รายละเอียด:", + target: "เป้าหมาย:", + set: "ตั้งค่า", + currentWindow: "หน้าต่างปัจจุบัน", + parentWindow: "หน้าต่างหลัก", + topWindow: "หน้าต่างบนสุด", + newWindow: "หน้าต่างใหม่" +}) + +//end v1.x content +); diff --git a/lib/dijit/_editor/nls/th/commands.js b/lib/dijit/_editor/nls/th/commands.js index a98942a8d..d7480eb96 100644 --- a/lib/dijit/_editor/nls/th/commands.js +++ b/lib/dijit/_editor/nls/th/commands.js @@ -1 +1,2 @@ -({"removeFormat":"ลบรูปแบบออก","copy":"คัดลอก","paste":"วาง","selectAll":"เลือกทั้งหมด","insertOrderedList":"ลำดับเลข","insertTable":"แทรก/แก้ไขตาราง","print":"พิมพ์","underline":"ขีดเส้นใต้","foreColor":"สีพื้นหน้า","htmlToggle":"ซอร์ส HTML","formatBlock":"ลักษณะย่อหน้า","newPage":"หน้าใหม่","insertHorizontalRule":"ไม้บรรทัดแนวนอน","delete":"ลบ","insertUnorderedList":"หัวข้อย่อย","tableProp":"คุณสมบัติตาราง","insertImage":"แทรกอิมเมจ","superscript":"ตัวยก","subscript":"ตัวห้อย","createLink":"สร้างลิงก์","undo":"เลิกทำ","fullScreen":"สลับจอภาพแบบเต็ม","italic":"ตัวเอียง","fontName":"ชื่อฟอนต์","justifyLeft":"จัดชิดซ้าย","unlink":"ลบลิงก์ออก","toggleTableBorder":"สลับเส้นขอบตาราง","viewSource":"ดูซอร์ส HTML","fontSize":"ขนาดฟอนต์","systemShortcut":"การดำเนินการ\"${0}\" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}","indent":"เพิ่มการเยื้อง","redo":"ทำซ้ำ","strikethrough":"ขีดทับ","justifyFull":"จัดชิดขอบ","justifyCenter":"จัดกึ่งกลาง","hiliteColor":"สีพื้นหลัง","deleteTable":"ลบตาราง","outdent":"ลดการเยื้อง","cut":"ตัด","plainFormatBlock":"ลักษณะย่อหน้า","toggleDir":"สลับทิศทาง","bold":"ตัวหนา","tabIndent":"เยื้องแท็บ","justifyRight":"จัดชิดขวา","appleKey":"⌘${0}","ctrlKey":"ctrl+${0}"}) \ No newline at end of file +//>>built +define("dijit/_editor/nls/th/commands",({"bold":"ตัวหนา","copy":"คัดลอก","cut":"ตัด","delete":"ลบ","indent":"เพิ่มการเยื้อง","insertHorizontalRule":"ไม้บรรทัดแนวนอน","insertOrderedList":"ลำดับเลข","insertUnorderedList":"หัวข้อย่อย","italic":"ตัวเอียง","justifyCenter":"จัดกึ่งกลาง","justifyFull":"จัดชิดขอบ","justifyLeft":"จัดชิดซ้าย","justifyRight":"จัดชิดขวา","outdent":"ลดการเยื้อง","paste":"วาง","redo":"ทำซ้ำ","removeFormat":"ลบรูปแบบออก","selectAll":"เลือกทั้งหมด","strikethrough":"ขีดทับ","subscript":"ตัวห้อย","superscript":"ตัวยก","underline":"ขีดเส้นใต้","undo":"เลิกทำ","unlink":"ลบลิงก์ออก","createLink":"สร้างลิงก์","toggleDir":"สลับทิศทาง","insertImage":"แทรกอิมเมจ","insertTable":"แทรก/แก้ไขตาราง","toggleTableBorder":"สลับเส้นขอบตาราง","deleteTable":"ลบตาราง","tableProp":"คุณสมบัติตาราง","htmlToggle":"ซอร์ส HTML","foreColor":"สีพื้นหน้า","hiliteColor":"สีพื้นหลัง","plainFormatBlock":"ลักษณะย่อหน้า","formatBlock":"ลักษณะย่อหน้า","fontSize":"ขนาดฟอนต์","fontName":"ชื่อฟอนต์","tabIndent":"เยื้องแท็บ","fullScreen":"สลับจอภาพแบบเต็ม","viewSource":"ดูซอร์ส HTML","print":"พิมพ์","newPage":"หน้าใหม่","systemShortcut":"การดำเนินการ\"${0}\" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}"})); \ No newline at end of file diff --git a/lib/dijit/_editor/nls/th/commands.js.uncompressed.js b/lib/dijit/_editor/nls/th/commands.js.uncompressed.js new file mode 100644 index 000000000..82b4e8ef8 --- /dev/null +++ b/lib/dijit/_editor/nls/th/commands.js.uncompressed.js @@ -0,0 +1,52 @@ +define( +"dijit/_editor/nls/th/commands", //begin v1.x content +({ + 'bold': 'ตัวหนา', + 'copy': 'คัดลอก', + 'cut': 'ตัด', + 'delete': 'ลบ', + 'indent': 'เพิ่มการเยื้อง', + 'insertHorizontalRule': 'ไม้บรรทัดแนวนอน', + 'insertOrderedList': 'ลำดับเลข', + 'insertUnorderedList': 'หัวข้อย่อย', + 'italic': 'ตัวเอียง', + 'justifyCenter': 'จัดกึ่งกลาง', + 'justifyFull': 'จัดชิดขอบ', + 'justifyLeft': 'จัดชิดซ้าย', + 'justifyRight': 'จัดชิดขวา', + 'outdent': 'ลดการเยื้อง', + 'paste': 'วาง', + 'redo': 'ทำซ้ำ', + 'removeFormat': 'ลบรูปแบบออก', + 'selectAll': 'เลือกทั้งหมด', + 'strikethrough': 'ขีดทับ', + 'subscript': 'ตัวห้อย', + 'superscript': 'ตัวยก', + 'underline': 'ขีดเส้นใต้', + 'undo': 'เลิกทำ', + 'unlink': 'ลบลิงก์ออก', + 'createLink': 'สร้างลิงก์', + 'toggleDir': 'สลับทิศทาง', + 'insertImage': 'แทรกอิมเมจ', + 'insertTable': 'แทรก/แก้ไขตาราง', + 'toggleTableBorder': 'สลับเส้นขอบตาราง', + 'deleteTable': 'ลบตาราง', + 'tableProp': 'คุณสมบัติตาราง', + 'htmlToggle': 'ซอร์ส HTML', + 'foreColor': 'สีพื้นหน้า', + 'hiliteColor': 'สีพื้นหลัง', + 'plainFormatBlock': 'ลักษณะย่อหน้า', + 'formatBlock': 'ลักษณะย่อหน้า', + 'fontSize': 'ขนาดฟอนต์', + 'fontName': 'ชื่อฟอนต์', + 'tabIndent': 'เยื้องแท็บ', + "fullScreen": "สลับจอภาพแบบเต็ม", + "viewSource": "ดูซอร์ส HTML", + "print": "พิมพ์", + "newPage": "หน้าใหม่", + /* Error messages */ + 'systemShortcut': 'การดำเนินการ"${0}" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}' +}) + +//end v1.x content +); -- cgit v1.2.3