InsertAnchor.js 317 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/el/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. );