Sha256: a0ce037052bcd00a11f9fa18c0f586d2e5bb0800e45aab186bef0dcc10fe5434

Contents?: true

Size: 1.13 KB

Versions: 10

Compression:

Stored size: 1.13 KB

Contents

/*
 * Translated default messages for the jQuery validation plugin.
 * Locale: CS
 */
jQuery.extend(jQuery.validator.messages, {
	required: "Tento údaj je povinný.",
	remote: "Prosím, opravte tento údaj.",
	email: "Prosím, zadejte platný e-mail.",
	url: "Prosím, zadejte platné URL.",
	date: "Prosím, zadejte platné datum.",
	dateISO: "Prosím, zadejte platné datum (ISO).",
	number: "Prosím, zadejte číslo.",
	digits: "Prosím, zadávejte pouze číslice.",
	creditcard: "Prosím, zadejte číslo kreditní karty.",
	equalTo: "Prosím, zadejte znovu stejnou hodnotu.",
	accept: "Prosím, zadejte soubor se správnou příponou.",
	maxlength: jQuery.validator.format("Prosím, zadejte nejvíce {0} znaků."),
	minlength: jQuery.validator.format("Prosím, zadejte nejméně {0} znaků."),
	rangelength: jQuery.validator.format("Prosím, zadejte od {0} do {1} znaků."),
	range: jQuery.validator.format("Prosím, zadejte hodnotu od {0} do {1}."),
	max: jQuery.validator.format("Prosím, zadejte hodnotu menší nebo rovnu {0}."),
	min: jQuery.validator.format("Prosím, zadejte hodnotu větší nebo rovnu {0}.")
});

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wheels-0.1.8 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.7 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.6 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.5 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.4 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.3 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.2 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.1 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.1.0 public/javascripts/jquery-validate/localization/messages_cs.js
wheels-0.0.49 public/javascripts/jquery-validate/localization/messages_cs.js