webui-aria2/js/libs/dojox/atom/widget/nls/nl/FeedEntryEditor.js

12 lines
194 B
JavaScript
Raw Normal View History

//>>built
define(
"dojox/atom/widget/nls/nl/FeedEntryEditor", //begin v1.x content
({
doNew: "[nieuw]",
edit: "[bewerken]",
save: "[opslaan]",
cancel: "[annuleren]"
})
//end v1.x content
);