webui-aria2/js/libs/dijit/_editor/nls/he/LinkDialog.js

19 lines
409 B
JavaScript
Raw Normal View History

//>>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
);