CollapsibleToolbar.js 295 B

123456789
  1. define(
  2. "dojox/editor/plugins/nls/th/CollapsibleToolbar", //begin v1.x content
  3. ({
  4. "collapse": "ยุบรวมแถบเครื่องมือตัวแก้ไข",
  5. "expand": "ขยายแถบเครื่องมือตัวแก้ไข"
  6. })
  7. //end v1.x content
  8. );