We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb130d commit 9f03877Copy full SHA for 9f03877
localization/jquery-ui-timepicker-fr.js
@@ -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