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

jquery.ui.timepicker-hu.js « i18n « jquery-timepicker « vendor_legacy « js - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d15e0cc31e0938fc43cb5386ebd6e6bdb12ac0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Hungarian initialisation for the timepicker plugin */
/* Written by Bálint Dávid Tarcsa. */
jQuery(function($){
    $.timepicker.regional['hu'] = {
                hourText: 'Óra',
                minuteText: 'Perc',
                amPmText: ['De.', 'Du.'] ,
                closeButtonText: 'Kész',
                nowButtonText: 'Most',
                deselectButtonText: 'Törlés' }
    $.timepicker.setDefaults($.timepicker.regional['hu']);
});