summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/tr/InsertAnchor.js
blob: 81555614afe0399f4aa65ebe872d749c17b96570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/tr/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Tutturucu Ekle",
	title: "Tutturucu Özellikleri",
	anchor: "Ad:",
	text: "Açıklama:",
	set: "Ayarla",
	cancel: "İptal"
})

//end v1.x content
);