InsertAnchor.js 241 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/tr/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Tutturucu Ekle",
  5. title: "Tutturucu Özellikleri",
  6. anchor: "Ad:",
  7. text: "Açıklama:",
  8. set: "Ayarla",
  9. cancel: "İptal"
  10. })
  11. //end v1.x content
  12. );