-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from aiphee/master
Added Czech (cs) localization
- Loading branch information
Showing
5 changed files
with
151 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ | |
oDTP = this; | ||
}, | ||
|
||
language: "de" | ||
language: "cs" | ||
|
||
}); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* ----------------------------------------------------------------------------- | ||
jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile | ||
Version 0.1.32 | ||
Copyright (c)2016 Curious Solutions LLP and Neha Kadam | ||
http://curioussolutions.github.io/DateTimePicker | ||
https://github.com/CuriousSolutions/DateTimePicker | ||
----------------------------------------------------------------------------- */ | ||
|
||
/* | ||
language: Czech | ||
file: DateTimePicker-i18n-cs | ||
author: aiphee (https://github.com/aiphee) | ||
*/ | ||
|
||
(function ($) { | ||
$.DateTimePicker.i18n["cs"] = $.extend($.DateTimePicker.i18n["cs"], { | ||
|
||
language: "cs", | ||
|
||
dateTimeFormat: "dd-MM-yyyy HH:mm", | ||
dateFormat: "dd-MM-yyyy", | ||
timeFormat: "HH:mm", | ||
|
||
shortDayNames: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"], | ||
fullDayNames: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"], | ||
shortMonthNames: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "čvc", "Srp", "Zář", "Říj", "Lis", "Pro"], | ||
fullMonthNames: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"], | ||
|
||
titleContentDate: "Nastavit datum", | ||
titleContentTime: "Nastavit čas", | ||
titleContentDateTime: "Nastavit datum a čas", | ||
|
||
setButtonContent: "Nastavit", | ||
clearButtonContent: "Resetovat" | ||
|
||
}); | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* ----------------------------------------------------------------------------- | ||
jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile | ||
Version 0.1.32 | ||
Copyright (c)2016 Curious Solutions LLP and Neha Kadam | ||
http://curioussolutions.github.io/DateTimePicker | ||
https://github.com/CuriousSolutions/DateTimePicker | ||
----------------------------------------------------------------------------- */ | ||
|
||
/* | ||
language: Czech | ||
file: DateTimePicker-i18n-cs | ||
author: aiphee (https://github.com/aiphee) | ||
*/ | ||
|
||
(function ($) { | ||
$.DateTimePicker.i18n["cs"] = $.extend($.DateTimePicker.i18n["cs"], { | ||
|
||
language: "cs", | ||
|
||
dateTimeFormat: "dd-MM-yyyy HH:mm", | ||
dateFormat: "dd-MM-yyyy", | ||
timeFormat: "HH:mm", | ||
|
||
shortDayNames: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"], | ||
fullDayNames: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"], | ||
shortMonthNames: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "čvc", "Srp", "Zář", "Říj", "Lis", "Pro"], | ||
fullMonthNames: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"], | ||
|
||
titleContentDate: "Nastavit datum", | ||
titleContentTime: "Nastavit čas", | ||
titleContentDateTime: "Nastavit datum a čas", | ||
|
||
setButtonContent: "Nastavit", | ||
clearButtonContent: "Resetovat" | ||
|
||
}); | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters