source: trunk/prototype/app/plugins/timepicker/localization/jquery-ui-timepicker-fr.js @ 5341

Revision 5341, 546 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1/* French translation for the jQuery Timepicker Addon */
2/* Written by Thomas Lété */
3(function($) {
4        $.timepicker.regional['fr'] = {
5                timeOnlyTitle: 'Choisir une heure',
6                timeText: 'Heure',
7                hourText: 'Heures',
8                minuteText: 'Minutes',
9                secondText: 'Secondes',
10                millisecText: 'Millisecondes',
11                timezoneText: 'Fuseau horaire',
12                currentText: 'Maintenant',
13                closeText: 'Terminé',
14                timeFormat: 'hh:mm',
15                amNames: ['AM', 'A'],
16                pmNames: ['PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['fr']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.