summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-cs.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2011-05-22 05:35:45 -0700
committerTrent Richardson <trentdrichardson@gmail.com>2011-05-22 05:35:45 -0700
commit84d399f7b8460538daf834ee3b89e3ab6837aae0 (patch)
treea489f09363278e65152958cca0251a2be4f6de39 /localization/jquery-ui-timepicker-cs.js
parent643f20f065634b13b682dfda3111b50b57be6faf (diff)
parenta4e9d837993246b5c488a7447063d23c4ba256d7 (diff)
downloadjQuery-Timepicker-Addon-84d399f7b8460538daf834ee3b89e3ab6837aae0.zip
jQuery-Timepicker-Addon-84d399f7b8460538daf834ee3b89e3ab6837aae0.tar.gz
jQuery-Timepicker-Addon-84d399f7b8460538daf834ee3b89e3ab6837aae0.tar.bz2
Merge pull request #155 from voda/localization
added Czech localization
Diffstat (limited to 'localization/jquery-ui-timepicker-cs.js')
-rw-r--r--localization/jquery-ui-timepicker-cs.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-cs.js b/localization/jquery-ui-timepicker-cs.js
new file mode 100644
index 0000000..22d21fc
--- /dev/null
+++ b/localization/jquery-ui-timepicker-cs.js
@@ -0,0 +1,12 @@
+$.timepicker.regional.cs = {
+ timeOnlyTitle: 'Vyberte čas',
+ timeText: 'Čas',
+ hourText: 'Hodiny',
+ minuteText: 'Minuty',
+ secondText: 'Vteřiny',
+ currentText: 'Nyní',
+ closeText: 'Zavřít',
+ timeFormat: 'h:m',
+ ampm: false
+};
+$.timepicker.setDefaults($.timepicker.regional.cs);