Skip to content

Commit 69cc7b4

Browse files
peterzjzaefferer
authored andcommitted
Add Slovenian (SL) localization.
1 parent 5ba0df4 commit 69cc7b4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
1.9.0
22
---
33
* Added Basque (EU) localization
4+
* Added Slovenian (SL) localization
45
* Fixed issue #127 - Finnish translations has one : instead of ;
56
* Added in support for HTML 5 input types, fixes #97
67

localization/messages_sl.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Translated default messages for the jQuery validation plugin.
3+
* Language: SL
4+
*/
5+
jQuery.extend(jQuery.validator.messages, {
6+
required: "To polje je obvezno.",
7+
remote: "Prosimo popravite to polje.",
8+
email: "Prosimo vnesite veljaven email naslov.",
9+
url: "Prosimo vnesite veljaven URL naslov.",
10+
date: "Prosimo vnesite veljaven datum.",
11+
dateISO: "Prosimo vnesite veljaven ISO datum.",
12+
number: "Prosimo vnesite veljavno število.",
13+
digits: "Prosimo vnesite samo števila.",
14+
creditcard: "Prosimo vnesite veljavno številko kreditne kartice.",
15+
equalTo: "Prosimo ponovno vnesite vrednost.",
16+
accept: "Prosimo vnesite vrednost z veljavno končnico.",
17+
maxlength: jQuery.validator.format("Prosimo vnesite največ {0} znakov."),
18+
minlength: jQuery.validator.format("Prosimo vnesite najmanj {0} znakov."),
19+
rangelength: jQuery.validator.format("Prosimo vnesite najmanj {0} in največ {1} znakov."),
20+
range: jQuery.validator.format("Prosimo vnesite vrednost med {0} in {1}."),
21+
max: jQuery.validator.format("Prosimo vnesite vrednost manjše ali enako {0}."),
22+
min: jQuery.validator.format("Prosimo vnesite vrednost večje ali enako {0}.")
23+
});

0 commit comments

Comments
 (0)