diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2011-07-23 09:28:10 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2011-07-23 09:28:10 -0400 |
commit | c7ff0ccd31842d5f6db343b6d88fc1cf2e2ab677 (patch) | |
tree | 903fff9dde46cb881e63218fe7b5d12e347f700c /localization/jquery-ui-timepicker-ca.js | |
parent | 4d9a8c45b576ebf253df9a8abe4efdde2694edaf (diff) | |
download | jQuery-Timepicker-Addon-c7ff0ccd31842d5f6db343b6d88fc1cf2e2ab677.zip jQuery-Timepicker-Addon-c7ff0ccd31842d5f6db343b6d88fc1cf2e2ab677.tar.gz jQuery-Timepicker-Addon-c7ff0ccd31842d5f6db343b6d88fc1cf2e2ab677.tar.bz2 |
Added Catalan localization
Diffstat (limited to 'localization/jquery-ui-timepicker-ca.js')
-rw-r--r-- | localization/jquery-ui-timepicker-ca.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-ca.js b/localization/jquery-ui-timepicker-ca.js new file mode 100644 index 0000000..78a999c --- /dev/null +++ b/localization/jquery-ui-timepicker-ca.js @@ -0,0 +1,17 @@ +/* Catalan translation for the jQuery Timepicker Addon */ +/* Written by Sergi Faber */ +(function($) { + $.timepicker.regional['ca'] = { + timeOnlyTitle: 'Escollir una hora', + timeText: 'Hora', + hourText: 'Hores', + minuteText: 'Minuts', + secondText: 'Segons', + timezoneText: 'Fus horari', + currentText: 'Ara', + closeText: 'Tancar', + timeFormat: 'hh:mm', + ampm: false + }; + $.timepicker.setDefaults($.timepicker.regional['ca']); +})(jQuery); |