summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/tr/LinkDialog.js.uncompressed.js
blob: 48cd60f5efb7bb7af6f5e1a007a74fba46d2af13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
);