2012-05-01 19:52:07 +08:00

17 lines
419 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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