diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-05 09:24:33 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-05 09:24:33 -0400 |
commit | 640cf3406bd44a1ba10a01d86c89153bb5320f3e (patch) | |
tree | 33d802c8d87b49810f26a6ce7a109bf9ff105870 /i18n/jquery-ui-timepicker-fr.js | |
parent | 72850b3aa196453aa79fb16fbf73023cdbce7790 (diff) | |
parent | 11f3f16d56528bb9880e9b021f0632c4f02bcd40 (diff) | |
download | jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.zip jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.gz jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.bz2 |
Merge branch 'dev'
Diffstat (limited to 'i18n/jquery-ui-timepicker-fr.js')
-rw-r--r-- | i18n/jquery-ui-timepicker-fr.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/i18n/jquery-ui-timepicker-fr.js b/i18n/jquery-ui-timepicker-fr.js new file mode 100644 index 0000000..a8a46fe --- /dev/null +++ b/i18n/jquery-ui-timepicker-fr.js @@ -0,0 +1,21 @@ +/* French translation for the jQuery Timepicker Addon */ +/* Written by Thomas Lété */ +(function($) { + $.timepicker.regional['fr'] = { + timeOnlyTitle: 'Choisir une heure', + timeText: 'Heure', + hourText: 'Heures', + minuteText: 'Minutes', + secondText: 'Secondes', + millisecText: 'Millisecondes', + microsecText: 'Microsecondes', + timezoneText: 'Fuseau horaire', + currentText: 'Maintenant', + closeText: 'Terminé', + timeFormat: 'HH:mm', + amNames: ['AM', 'A'], + pmNames: ['PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['fr']); +})(jQuery); |