Skip to content

Commit

Permalink
better czech translation
Browse files Browse the repository at this point in the history
  • Loading branch information
msvoboda-ra-rockwell-com committed Jun 1, 2012
1 parent 811e5c9 commit 2459178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n/jquery.ui.timepicker-cs.js
Expand Up @@ -4,9 +4,9 @@ jQuery(function($){
$.timepicker.regional['cs'] = {
hourText: 'Hodiny',
minuteText: 'Minuty',
amPmText: ['AM', 'PM'] ,
amPmText: ['dop.', 'odp.'] ,
closeButtonText: 'Zavřít',
nowButtonText: 'Nyní',
deselectButtonText: 'Odoznačit' }
$.timepicker.setDefaults($.timepicker.regional['cs']);
});
});

0 comments on commit 2459178

Please sign in to comment.