summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/_editor/nls/tr/LinkDialog.js
blob: dd611b25828ee14f36393a2e12a47ebf7cfc53f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//>>built
define(
"dijit/_editor/nls/tr/LinkDialog", //begin v1.x content
({
	createLinkTitle: "Bağlantı Özellikleri",
	insertImageTitle: "Resim Özellikleri",
	url: "URL:",
	text: "Açıklama:",
	target: "Hedef:",
	set: "Ayarla",
	currentWindow: "Geçerli Pencere",
	parentWindow: "Üst Pencere",
	topWindow: "En Üst Pencere",
	newWindow: "Yeni Pencere"
})

//end v1.x content
);