summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/nb/Breadcrumb.js
blob: 3ed7bdd93c716a976942b11d734e243e4f6075d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/nb/Breadcrumb", //begin v1.x content
({
	"nodeActions": "${nodeName} Handlinger",
	"selectContents": "Velg innhold",
	"selectElement": "Velg element",
	"deleteElement": "Slett element",
	"deleteContents": "Slett innhold",
	"moveStart": "Flytt markør til start",
	"moveEnd": "Flytt markør til slutt"
})
//end v1.x content
);