11 lines
242 B
JavaScript
11 lines
242 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/editor/plugins/nls/he/CollapsibleToolbar", //begin v1.x content
|
|
({
|
|
"collapse": "כיווץ סרגל הכלים של העורך ",
|
|
"expand": "הרחבת סרגל הכלים של העורך"
|
|
})
|
|
|
|
//end v1.x content
|
|
);
|