17 lines
347 B
JavaScript
17 lines
347 B
JavaScript
|
//>>built
|
|||
|
define(
|
|||
|
"dojox/atom/widget/nls/tr/FeedEntryViewer", //begin v1.x content
|
|||
|
({
|
|||
|
displayOptions: "[görüntüleme seçenekleri]",
|
|||
|
title: "Başlık",
|
|||
|
authors: "Yazarlar",
|
|||
|
contributors: "Katkıda Bulunanlar",
|
|||
|
id: "Kimlik",
|
|||
|
close: "[kapat]",
|
|||
|
updated: "Güncelleştirildi",
|
|||
|
summary: "Özet",
|
|||
|
content: "İçerik"
|
|||
|
})
|
|||
|
//end v1.x content
|
|||
|
);
|