blob: 9b5e1b5d69de7c02d525db467d5bcf8f512b8f03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//>>built
define(
"dojox/editor/plugins/nls/ja/InsertAnchor", //begin v1.x content
({
insertAnchor: "アンカーの挿入",
title: "アンカー・プロパティー",
anchor: "名前:",
text: "説明:",
set: "設定",
cancel: "キャンセル"
})
//end v1.x content
);
|