diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2011-02-21 14:45:54 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2011-02-21 14:45:54 +0100 |
commit | 84a4a4442d25631bd00b50d48ff2d57a6089f6d3 (patch) | |
tree | 111c327befdc3cff15384d0dc56f9ff09281a651 /ui/i18n/jquery.ui.datepicker-cs.js | |
parent | 5082e3e9717afaf0d6da1f863341d660c74c951c (diff) | |
parent | 7c4d6a763dfb5f9debf30c9a20875e046e89bc76 (diff) | |
download | jquery-ui-84a4a4442d25631bd00b50d48ff2d57a6089f6d3.tar.gz jquery-ui-84a4a4442d25631bd00b50d48ff2d57a6089f6d3.zip |
Merge branch 'master' of github.com:jquery/jquery-ui
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-cs.js')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-cs.js b/ui/i18n/jquery.ui.datepicker-cs.js index c3c07ea67..115b8c0e1 100644 --- a/ui/i18n/jquery.ui.datepicker-cs.js +++ b/ui/i18n/jquery.ui.datepicker-cs.js @@ -3,8 +3,8 @@ 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'], |