10 lines
236 B
JavaScript
10 lines
236 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/editor/plugins/nls/nb/CollapsibleToolbar", //begin v1.x content
|
||
|
({
|
||
|
"collapse": "Komprimer verktøylinje for redigeringsprogram",
|
||
|
"expand": "Utvid verktøylinje for redigeringsprogram"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|