blob: 044c717ef3e452b5adadf590dd958c12694eedb5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/editor/plugins/nls/sl/CollapsibleToolbar", //begin v1.x content
({
"collapse": "Strni orodno vrstico urejevalnika ",
"expand": "Razširi orodno vrstico urejevalnika "
})
//end v1.x content
);
|