1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-19 15:27:37 +02:00
ttrss/lib/dijit/form/nls/it/validate.js.uncompressed.js

10 lines
255 B
JavaScript
Raw Normal View History

2012-08-14 16:59:10 +02:00
define(
"dijit/form/nls/it/validate", //begin v1.x content
({
invalidMessage: "Il valore immesso non è valido.",
missingMessage: "Questo valore è obbligatorio.",
rangeMessage: "Questo valore non è compreso nell'intervallo."
})
//end v1.x content
);