2012-05-01 19:52:07 +08:00

23 lines
522 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>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
);