diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2009-01-04 11:07:42 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2009-01-04 11:07:42 +0000 |
commit | 6575244c84b09ae47ada32b49503037418e32823 (patch) | |
tree | 1359e03f8495b78c8f8c9c5fdcd7363bcbeb4e49 /ui/i18n/ui.datepicker-cs.js | |
parent | 6fddf7ecf3ec628f1b93532c48aadf0ac61218e2 (diff) | |
download | jquery-ui-6575244c84b09ae47ada32b49503037418e32823.tar.gz jquery-ui-6575244c84b09ae47ada32b49503037418e32823.zip |
datepicker: fixes #3755 [clearText option exists but not used.]: removed clearText and clearStatus from ui.datepicker.js and related i18n files.
Diffstat (limited to 'ui/i18n/ui.datepicker-cs.js')
-rw-r--r-- | ui/i18n/ui.datepicker-cs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/i18n/ui.datepicker-cs.js b/ui/i18n/ui.datepicker-cs.js index 1f5118f1c..f128f2e58 100644 --- a/ui/i18n/ui.datepicker-cs.js +++ b/ui/i18n/ui.datepicker-cs.js @@ -2,7 +2,6 @@ /* Written by Tomas Muller (tomas@tomas-muller.net). */ jQuery(function($){ $.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: '', |