10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/editor/plugins/nls/zh-tw/CollapsibleToolbar", //begin v1.x content
|
|
({
|
|
"collapse": "收合編輯器工具列",
|
|
"expand": "展開編輯器工具列"
|
|
})
|
|
//end v1.x content
|
|
);
|