summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/sl/FeedEntryEditor.js
blob: a3a67e85491e20efbcbae67478c35609e6a7ae59 (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>built
define(
"dojox/atom/widget/nls/sl/FeedEntryEditor", //begin v1.x content
({
	doNew: "[novo]",
	edit: "[urejanje]",
	save: "[shrani]",
	cancel: "[prekliči]"
})
//end v1.x content
);