summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/nls/nb/common.js
blob: 16e7fc8658c8a25605fa1c47ad184652fef4a0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>built
define(
"dijit/nls/nb/common", //begin v1.x content
({
	buttonOk: "OK",
	buttonCancel: "Avbryt",
	buttonSave: "Lagre",
	itemClose: "Lukk"
})
//end v1.x content
);