blob: 7611a12fc5fc53120aed014816a0dab1b27e41e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//>>built
define(
"dijit/_editor/nls/he/LinkDialog", //begin v1.x content
({
createLinkTitle: "תכונות קישור",
insertImageTitle: "תכונות תמונה",
url: "URL:",
text: "תיאור:",
target: "יעד:",
set: "הגדרה",
currentWindow: "חלון נוכחי",
parentWindow: "חלון אב",
topWindow: "חלון עליון",
newWindow: "חלון חדש"
})
//end v1.x content
);
|