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

//end v1.x content
);