From 870334be3f58507c05bfc72f3edbe5db10af4caf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 2 Apr 2013 20:06:16 +0400 Subject: remove dojo uncompressed files --- .../_editor/nls/th/commands.js.uncompressed.js | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 lib/dijit/_editor/nls/th/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/th/commands.js.uncompressed.js') diff --git a/lib/dijit/_editor/nls/th/commands.js.uncompressed.js b/lib/dijit/_editor/nls/th/commands.js.uncompressed.js deleted file mode 100644 index dced848cd..000000000 --- a/lib/dijit/_editor/nls/th/commands.js.uncompressed.js +++ /dev/null @@ -1,51 +0,0 @@ -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": "หน้าใหม่", - /* Error messages */ - 'systemShortcut': 'การดำเนินการ"${0}" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}', - 'ctrlKey':'ctrl+${0}', - 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh -}) -); -- cgit v1.2.3