From a46a10f19cc8d95572f11b48d4c0a91fff82b67d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 05 Jun 2014 07:24:55 -0400 Subject: [PATCH] Don't hide voice contents with display:none, otherwise they're not read. Fix icon styles for compose contacts list --- plugins/jqueryui/js/i18n/jquery.ui.datepicker-cs.js | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-cs.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-cs.js index c3c07ea..b2e9067 100644 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-cs.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-cs.js @@ -1,13 +1,14 @@ -/* Czech initialisation for the jQuery UI date picker plugin. */ +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ +/* Czech initialisation for the jQuery UI date picker plugin. */ /* Written by Tomas Muller (tomas@tomas-muller.net). */ jQuery(function($){ $.datepicker.regional['cs'] = { closeText: 'Zavřít', - prevText: '<Dříve', - nextText: 'Později>', + prevText: '<Dříve', + nextText: 'Později>', currentText: 'Nyní', monthNames: ['leden','únor','březen','duben','květen','červen', - 'červenec','srpen','září','říjen','listopad','prosinec'], + 'červenec','srpen','září','říjen','listopad','prosinec'], monthNamesShort: ['led','úno','bře','dub','kvě','čer', 'čvc','srp','zář','říj','lis','pro'], dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], @@ -21,3 +22,4 @@ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['cs']); }); +/* @license-end */ -- Gitblit v1.9.1