webui-aria2/js/libs/dijit/form/nls/he/validate.js

11 lines
247 B
JavaScript
Raw Normal View History

//>>built
define(
"dijit/form/nls/he/validate", //begin v1.x content
({
invalidMessage: "הערך שצוין אינו חוקי.",
missingMessage: "זהו ערך דרוש.",
rangeMessage: "הערך מחוץ לטווח."
})
//end v1.x content
);