Sha256: ebeb12b2160f766047b5b6a8bf57b4ec80335fad2277655efd4410de3fa7a060

Contents?: true

Size: 1.26 KB

Versions: 10

Compression:

Stored size: 1.26 KB

Contents

/*
 * Translated default messages for the jQuery validation plugin.
 * Locale: PL
 */
jQuery.extend(jQuery.validator.messages, {
	required: "To pole jest wymagane.",
	remote: "Proszę o wypełnienie tego pola.",
	email: "Proszę o podanie prawidłowego adresu email.",
	url: "Proszę o podanie prawidłowego URL.",
	date: "Proszę o podanie prawidłowej daty.",
	dateISO: "Proszę o podanie prawidłowej daty (ISO).",
	number: "Proszę o podanie prawidłowej liczby.",
	digits: "Proszę o podanie samych cyfr.",
	creditcard: "Proszę o podanie prawidłowej karty kredytowej.",
	equalTo: "Proszę o podanie tej samej wartości ponownie.",
	accept: "Proszę o podanie wartości z prawidłowym rozszerzeniem.",
	maxlength: jQuery.validator.format("Proszę o podanie nie więcej niż {0} znaków."),
	minlength: jQuery.validator.format("Proszę o podanie przynajmniej {0} znaków."),
	rangelength: jQuery.validator.format("Proszę o podanie wartości o długości od {0} do {1} znaków."),
	range: jQuery.validator.format("Proszę o podanie wartości z przedziału od {0} do {1}."),
	max: jQuery.validator.format("Proszę o podanie wartości mniejszej bądź równej {0}."),
	min: jQuery.validator.format("Proszę o podanie wartości większej bądź równej {0}.")
});

Version data entries

10 entries across 10 versions & 1 rubygems

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