1
2
3
4
5
|
dojo._xdResourceLoaded(function(dojo, dijit, dojox){
return {depends: [["provide", "dojox.atom.widget.nls.he.FeedEntryViewer"]],
defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.atom.widget.nls.he.FeedEntryViewer");dojo._xdLoadFlattenedBundle("dojox.atom.widget", "FeedEntryViewer", "he", ({"close":"[סגירה]","title":"כותרת","authors":"מחברים","summary":"סיכום","content":"תוכן","contributors":"תורמים","updated":"עודכן","displayOptions":"[אפשרויות הצגה]","id":"זיהוי"})
);
}};});
|