LinkDialog.js 378 B

1234567891011121314151617
  1. define(
  2. "dijit/_editor/nls/fi/LinkDialog", //begin v1.x content
  3. ({
  4. createLinkTitle: "Linkin ominaisuudet",
  5. insertImageTitle: "Kuvan ominaisuudet",
  6. url: "URL-osoite:",
  7. text: "Kuvaus:",
  8. target: "Kohde:",
  9. set: "Aseta",
  10. currentWindow: "Nykyinen ikkuna",
  11. parentWindow: "Pääikkuna",
  12. topWindow: "Päällimmäinen ikkuna",
  13. newWindow: "Uusi ikkuna"
  14. })
  15. //end v1.x content
  16. );