summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/tr/LocalImage.js
blob: b6d4fd781aa63a335a3da22dfc938368d51dc2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/editor/plugins/nls/tr/LocalImage", //begin v1.x content
({
	insertImageTitle: "Resim Ekle",
	url: "Resim",
	browse: "Göz at...",
	text: "Açıklama",
	set: "Ekle",
	invalidMessage: "Geçersiz resim dosyası tipi",
	prePopuTextUrl: "Bir resim URL'si girin",
	prePopuTextBrowse: " ya da yerel bir dosyaya göz atın."
})

//end v1.x content
);