Skip to content

Commit 9f03877

Browse files
committed
Added French translation
1 parent edb130d commit 9f03877

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* Czech translation for the jQuery Timepicker Addon */
2+
/* Written by Ondřej Vodáček */
3+
$.timepicker.regional['fr'] = {
4+
timeOnlyTitle: 'Choisir une heure',
5+
timeText: 'Heure',
6+
hourText: 'Heures',
7+
minuteText: 'Minutes',
8+
secondText: 'Secondes',
9+
timezoneText: 'Fuseau horaire',
10+
currentText: 'Maintenant',
11+
closeText: 'Terminé'
12+
timeFormat: 'h:m',
13+
ampm: false
14+
};
15+
$.timepicker.setDefaults($.timepicker.regional['fr']);

0 commit comments

Comments
 (0)