InsertAnchor.js 257 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/he/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "הוספת עוגן ",
  5. title: "תכונות עוגן ",
  6. anchor: "שם:",
  7. text: "תיאור:",
  8. set: "הגדרה",
  9. cancel: "ביטול"
  10. })
  11. //end v1.x content
  12. );