summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/PasteFromWord.js
blob: 618b0d7204356c6c73737c6464dfec4633b3c55d (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>built
define(
"dojox/editor/plugins/nls/zh-tw/PasteFromWord", //begin v1.x content
({
	"pasteFromWord": "從 Word 貼上",
	"paste": "貼上",
	"cancel": "取消",
	"instructions": "將 Word 中的內容貼入下方的文字框。在滿意要插入的內容之後,請按貼上按鈕。若要中斷插入文字,請按取消按鈕。"
})
//end v1.x content
);