mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 01:41:28 +00:00
update dojo to 1.7.3
This commit is contained in:
9
lib/dijit/form/nls/cs/validate.js.uncompressed.js
Normal file
9
lib/dijit/form/nls/cs/validate.js.uncompressed.js
Normal file
@@ -0,0 +1,9 @@
|
||||
define(
|
||||
"dijit/form/nls/cs/validate", //begin v1.x content
|
||||
({
|
||||
invalidMessage: "Zadaná hodnota není platná.",
|
||||
missingMessage: "Tato hodnota je vyžadována.",
|
||||
rangeMessage: "Tato hodnota je mimo rozsah."
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user