Sha256: 7a185650597f54b50efec46016b5400f9aef8e87c195f43d8fed268af1a2d90c

Contents?: true

Size: 1.11 KB

Versions: 10

Compression:

Stored size: 1.11 KB

Contents

/*
 * Translated default messages for the jQuery validation plugin.
 * Locale: NO (Norwegian)
 */
jQuery.extend(jQuery.validator.messages, {
       required: "Dette feltet er obligatorisk.",
       maxlength: jQuery.validator.format("Maksimalt {0} tegn."),
       minlength: jQuery.validator.format("Minimum {0} tegn."),
       rangelength: jQuery.validator.format("Angi minimum {0} og maksimum {1} tegn."),
       email: "Oppgi en gyldig epostadresse.",
       url: "Angi en gyldig URL.",
       date: "Angi en gyldig dato.",
       dateISO: "Angi en gyldig dato (ÅÅÅÅ-MM-DD).",
       dateSE: "Angi en gyldig dato.",
       number: "Angi et gyldig nummer.",
       numberSE: "Angi et gyldig nummer.",
       digits: "Skriv kun tall.",
       equalTo: "Skriv samme verdi igjen.",
       range: jQuery.validator.format("Angi en verdi mellom {0} og {1}."),
       max: jQuery.validator.format("Angi en verdi som er større eller lik {0}."),
       min: jQuery.validator.format("Angi en verdi som er mindre eller lik {0}."),
       creditcard: "Angi et gyldig kredittkortnummer."
});

Version data entries

10 entries across 10 versions & 1 rubygems

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