blob: 25ab4b1d7a560441319db3cc4fae71c07b98c770 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//>>built
define(
"dojox/editor/plugins/nls/zh-tw/InsertAnchor", //begin v1.x content
({
insertAnchor: "插入錨點",
title: "錨點內容",
anchor: "名稱:",
text: "說明:",
set: "設定",
cancel: "取消"
})
//end v1.x content
);
|