Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jquery.ui.timepicker-cs.js « i18n « jquery-timepicker « vendor_legacy « js - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab4ad7201e11cb303a9a72346a498f9f416dbd65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Czech initialisation for the timepicker plugin */
/* Written by David Spohr (spohr.david at gmail). */
jQuery(function($){
    $.timepicker.regional['cs'] = {
                hourText: 'Hodiny',
                minuteText: 'Minuty',
                amPmText: ['dop.', 'odp.'] ,
                closeButtonText: 'Zavřít',
                nowButtonText: 'Nyní',
                deselectButtonText: 'Odoznačit' }
    $.timepicker.setDefaults($.timepicker.regional['cs']);
});