23 lines
522 B
JavaScript
23 lines
522 B
JavaScript
//>>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
|
||
);
|