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