summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/tr/SpellCheck.js
blob: 951e5754b3bacb9be74496e4b45d46931f45ab55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//>>built
define(
"dojox/editor/plugins/nls/tr/SpellCheck", //begin v1.x content
({
	widgetLabel: "Toplu Yazım Denetimi",
	unfound: "Bulunamadı",
	skip: "Atla",
	skipAll: "Tümünü Atla",
	toDic: "Sözlüğe ekle",
	suggestions: "Öneriler",
	replace: "Değiştir",
	replaceWith: "Şununla Değiştir",
	replaceAll: "Tümünü Değiştir",
	cancel: "İptal",
	msg: "Yazım hatası bulunamadı",
	iSkip: "Bunu atla",
	iSkipAll: "Buna benzeyenlerin tümünü atla",
	iMsg: "Yazım önerisi yok"
})

//end v1.x content
);