aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n/ui.datepicker-cs.js')
-rw-r--r--ui/i18n/ui.datepicker-cs.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/i18n/ui.datepicker-cs.js b/ui/i18n/ui.datepicker-cs.js
index e195deb43..d04c618eb 100644
--- a/ui/i18n/ui.datepicker-cs.js
+++ b/ui/i18n/ui.datepicker-cs.js
@@ -1,10 +1,13 @@
/* Czech initialisation for the jQuery UI date picker plugin. */
/* Written by Tomas Muller (tomas@tomas-muller.net). */
jQuery(function($){
- $.datepicker.regional['cs'] = {clearText: 'Vymazat', clearStatus: 'Vymaže zadané datum',
+ $.datepicker.regional['cs'] = {
+ clearText: 'Vymazat', clearStatus: 'Vymaže zadané datum',
closeText: 'Zavřít', closeStatus: 'Zavře kalendář beze změny',
prevText: '<Dříve', prevStatus: 'Přejít na předchozí měsí',
+ prevBigText: '<<', prevBigStatus: '',
nextText: 'Později>', nextStatus: 'Přejít na další měsíc',
+ nextBigText: '>>', nextBigStatus: '',
currentText: 'Nyní', currentStatus: 'Přejde na aktuální měsíc',
monthNames: ['leden','únor','březen','duben','květen','červen',
'červenec','srpen','září','říjen','listopad','prosinec'],