1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 06:19:15 +00:00
Files
tt-rss/lib/dijit/form/nls/pt/validate.js.uncompressed.js
2013-03-18 10:26:26 +04:00

8 lines
202 B
JavaScript

define(
"dijit/form/nls/pt/validate", ({
invalidMessage: "O valor inserido não é válido.",
missingMessage: "Este valor é necessário.",
rangeMessage: "Este valor está fora do intervalo. "
})
);