aboutsummaryrefslogtreecommitdiffstats
path: root/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2017-01-26 16:19:00 +0800
committer“shentao” <shentao@chinamobile.com>2017-01-26 16:21:54 +0800
commit6f01a8756fe38c0d6565c369005142adda4b9b57 (patch)
tree5f360e44ac9bb70f83781af1303d3915bb45cd3f /portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js
parent3f47ae6567e95e118c4a477e24cdc509dd0dce89 (diff)
rebuild GUI structure(only changed modules' name)
Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js')
-rw-r--r--portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js33
1 files changed, 0 insertions, 33 deletions
diff --git a/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js b/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js
deleted file mode 100644
index a18e3ef9..00000000
--- a/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/messages_sl.js
+++ /dev/null
@@ -1,33 +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.
- * Language: SL (Slovenian; slovenski jezik)
- */
-$.extend($.validator.messages, {
- required: "To polje je obvezno.",
- remote: "Prosimo popravite to polje.",
- email: "Prosimo vnesite veljaven email naslov.",
- url: "Prosimo vnesite veljaven URL naslov.",
- date: "Prosimo vnesite veljaven datum.",
- dateISO: "Prosimo vnesite veljaven ISO datum.",
- number: "Prosimo vnesite veljavno število.",
- digits: "Prosimo vnesite samo števila.",
- creditcard: "Prosimo vnesite veljavno številko kreditne kartice.",
- equalTo: "Prosimo ponovno vnesite vrednost.",
- extension: "Prosimo vnesite vrednost z veljavno končnico.",
- maxlength: $.validator.format("Prosimo vnesite največ {0} znakov."),
- minlength: $.validator.format("Prosimo vnesite najmanj {0} znakov."),
- rangelength: $.validator.format("Prosimo vnesite najmanj {0} in največ {1} znakov."),
- range: $.validator.format("Prosimo vnesite vrednost med {0} in {1}."),
- max: $.validator.format("Prosimo vnesite vrednost manjše ali enako {0}."),
- min: $.validator.format("Prosimo vnesite vrednost večje ali enako {0}.")
-});
-
-})); \ No newline at end of file