blob: 770e7d352ed507834178254284c7fe660f7918ed (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/editor/plugins/nls/he/CollapsibleToolbar", //begin v1.x content
({
"collapse": "כיווץ סרגל הכלים של העורך ",
"expand": "הרחבת סרגל הכלים של העורך"
})
//end v1.x content
);
|