blob: 51d44572bfe43ea73f0447a6249f25b84fc1a92d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//>>built
define(
"dijit/_editor/nls/ja/LinkDialog", //begin v1.x content
({
createLinkTitle: "リンク・プロパティー",
insertImageTitle: "イメージ・プロパティー",
url: "URL:",
text: "説明:",
target: "ターゲット:",
set: "設定",
currentWindow: "現行ウィンドウ",
parentWindow: "親ウィンドウ",
topWindow: "最上位ウィンドウ",
newWindow: "新規ウィンドウ"
})
//end v1.x content
);
|