summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/tr/FindReplace.js
blob: c27081fda0a3474f67e76132c7cbb70585cd2348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//>>built
define(
"dojox/editor/plugins/nls/tr/FindReplace", //begin v1.x content
({
	"findLabel": "Bul:",
	"findTooltip": "Bulunacak metni girin",
	"replaceLabel": "Değiştir:",
	"replaceTooltip": "Değiştirilecek metni girin",
	"findReplace": "Bul ve Değiştir",
	"matchCase": "Büyük/küçük harf eşleştir",
	"matchCaseTooltip": "Büyük/küçük harf eşleştir",
	"backwards": "Geri",
	"backwardsTooltip": "Metni geriye doğru ara",
	"replaceAllButton": "Tümünü Değiştir",
	"replaceAllButtonTooltip": "Tüm metni değiştir",
	"findButton": "Bul",
	"findButtonTooltip": "Metni bul",
	"replaceButton": "Değiştir",
	"replaceButtonTooltip": "Metni değiştir",
	"replaceDialogText": "${0} tekrar değiştirildi.",
	"eofDialogText": "Son tekrar ${0}",
	"eofDialogTextFind": "bulundu",
	"eofDialogTextReplace": "değiştirildi"
})

//end v1.x content
);