1
2
3
4
5
|
dojo._xdResourceLoaded(function(dojo, dijit, dojox){
return {depends: [["provide", "dojox.atom.widget.nls.tr.FeedEntryViewer"]],
defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.atom.widget.nls.tr.FeedEntryViewer");dojo._xdLoadFlattenedBundle("dojox.atom.widget", "FeedEntryViewer", "tr", ({"close":"[kapat]","title":"Başlık","authors":"Yazarlar","summary":"Özet","content":"İçerik","contributors":"Katkıda Bulunanlar","updated":"Güncelleştirildi","displayOptions":"[görüntüleme seçenekleri]","id":"Kimlik"})
);
}};});
|