aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js
diff options
context:
space:
mode:
authorj180240 <jiaxiangli@huawei.com>2016-09-13 15:37:48 +0800
committerj180240 <jiaxiangli@huawei.com>2016-09-13 15:37:48 +0800
commit9230369a383b8bdd4b51940c69000a4fbc4aa6b1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js
parentd0cd8bdedcb2809d51ff960af8e8a39aed732fe9 (diff)
clear the old code.
Change-Id: I6e3116979251f69e728f2a20006421948e1c4b35 Signed-off-by: j180240 <jiaxiangli@huawei.com>
Diffstat (limited to 'uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js')
-rw-r--r--uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js31
1 files changed, 0 insertions, 31 deletions
diff --git a/uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js b/uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js
deleted file mode 100644
index eefe0468..00000000
--- a/uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js
+++ /dev/null
@@ -1,31 +0,0 @@
-(function( factory ) {
- if ( typeof define === "function" && define.amd ) {
- define( ["jquery", "../jquery.validate"], factory );
- } else {
- factory( jQuery );
- }
-}(function( $ ) {
-
-/*
- * Translated default messages for the jQuery validation plugin.
- * Locale: SV (Swedish; Svenska)
- */
-$.extend($.validator.messages, {
- required: "Detta f&auml;lt &auml;r obligatoriskt.",
- maxlength: $.validator.format("Du f&aring;r ange h&ouml;gst {0} tecken."),
- minlength: $.validator.format("Du m&aring;ste ange minst {0} tecken."),
- rangelength: $.validator.format("Ange minst {0} och max {1} tecken."),
- email: "Ange en korrekt e-postadress.",
- url: "Ange en korrekt URL.",
- date: "Ange ett korrekt datum.",
- dateISO: "Ange ett korrekt datum (&Aring;&Aring;&Aring;&Aring;-MM-DD).",
- number: "Ange ett korrekt nummer.",
- digits: "Ange endast siffror.",
- equalTo: "Ange samma v&auml;rde igen.",
- range: $.validator.format("Ange ett v&auml;rde mellan {0} och {1}."),
- max: $.validator.format("Ange ett v&auml;rde som &auml;r mindre eller lika med {0}."),
- min: $.validator.format("Ange ett v&auml;rde som &auml;r st&ouml;rre eller lika med {0}."),
- creditcard: "Ange ett korrekt kreditkortsnummer."
-});
-
-})); \ No newline at end of file