mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
slight modifications to czech translation
This commit is contained in:
parent
7e9cbfeb9d
commit
4931a326e7
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* German initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Milian Wolff (mail@milianw.de). */
|
||||
/* Czech initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Pavel Župa (pavel.zupa@gmail.com). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['cz'] = {
|
||||
closeText: 'zavřít',
|
||||
|
|
@ -8,7 +8,7 @@ jQuery(function($){
|
|||
currentText: 'dnes',
|
||||
monthNames: ['Leden','Únor','Březen','Duben','Květen','Červen',
|
||||
'Červenec','Srpen','Září','Říjen','Listopad','Prosinec'],
|
||||
monthNamesShort: ['Led','Úno','Bře','Dub','Kvě','Čvn',
|
||||
monthNamesShort: ['Led','Úno','Bře','Dub','Kvě','Čer',
|
||||
'Čec','Srp','Zář','Říj','Lis','Pro'],
|
||||
dayNames: ['Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota'],
|
||||
dayNamesShort: ['Ne','Po','Út','St','Čt','Pá','So'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue