migrate discovery source codes from OPEN-O
[msb/discovery.git] / discovery-ui / src / main / resources / iui / microservices / js / jquery-validation / localization / messages_sl.js
1 /*
2  * Copyright 2016 ZTE, Inc. and others.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 (function( factory ) {
17         if ( typeof define === "function" && define.amd ) {
18                 define( ["jquery", "../jquery.validate"], factory );
19         } else {
20                 factory( jQuery );
21         }
22 }(function( $ ) {
23
24 /*
25  * Translated default messages for the jQuery validation plugin.
26  * Language: SL (Slovenian; slovenski jezik)
27  */
28 $.extend($.validator.messages, {
29         required: "To polje je obvezno.",
30         remote: "Prosimo popravite to polje.",
31         email: "Prosimo vnesite veljaven email naslov.",
32         url: "Prosimo vnesite veljaven URL naslov.",
33         date: "Prosimo vnesite veljaven datum.",
34         dateISO: "Prosimo vnesite veljaven ISO datum.",
35         number: "Prosimo vnesite veljavno število.",
36         digits: "Prosimo vnesite samo števila.",
37         creditcard: "Prosimo vnesite veljavno številko kreditne kartice.",
38         equalTo: "Prosimo ponovno vnesite vrednost.",
39         extension: "Prosimo vnesite vrednost z veljavno končnico.",
40         maxlength: $.validator.format("Prosimo vnesite največ {0} znakov."),
41         minlength: $.validator.format("Prosimo vnesite najmanj {0} znakov."),
42         rangelength: $.validator.format("Prosimo vnesite najmanj {0} in največ {1} znakov."),
43         range: $.validator.format("Prosimo vnesite vrednost med {0} in {1}."),
44         max: $.validator.format("Prosimo vnesite vrednost manjše ali enako {0}."),
45         min: $.validator.format("Prosimo vnesite vrednost večje ali enako {0}.")
46 });
47
48 }));