upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
define(
|
||||
"dijit/_editor/nls/ja/LinkDialog", ({
|
||||
createLinkTitle: "リンク・プロパティー",
|
||||
insertImageTitle: "イメージ・プロパティー",
|
||||
url: "URL:",
|
||||
text: "説明:",
|
||||
target: "ターゲット: ",
|
||||
set: "設定",
|
||||
currentWindow: "現在のウィンドウ",
|
||||
parentWindow: "親ウィンドウ",
|
||||
topWindow: "最上位ウィンドウ",
|
||||
newWindow: "新規ウィンドウ"
|
||||
})
|
||||
);
|
||||
Reference in New Issue
Block a user