CollapsibleToolbar.js 189 B

12345678
  1. define(
  2. "dojox/editor/plugins/nls/zh-tw/CollapsibleToolbar", //begin v1.x content
  3. ({
  4. "collapse": "收合編輯器工具列",
  5. "expand": "展開編輯器工具列"
  6. })
  7. //end v1.x content
  8. );