blob: 8ca672db8f210291192cc33ab88b5cf01b0d0f60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//>>built
define(
"dojox/editor/plugins/nls/he/LocalImage", //begin v1.x content
({
insertImageTitle: "הוספת תמונה",
url: "תמונה",
browse: "עיון... ",
text: "תיאור ",
set: "הוספה",
invalidMessage: "סוג קובץ תמונה לא חוקי",
prePopuTextUrl: "ציינו URL של תמונה",
prePopuTextBrowse: " או נווטו לקובץ מקומי. "
})
//end v1.x content
);
|