CollapsibleToolbar.js 232 B

123456789
  1. define(
  2. "dojox/editor/plugins/nls/he/CollapsibleToolbar", //begin v1.x content
  3. ({
  4. "collapse": "כיווץ סרגל הכלים של העורך ",
  5. "expand": "הרחבת סרגל הכלים של העורך"
  6. })
  7. //end v1.x content
  8. );