We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae64213 commit 13106eeCopy full SHA for 13106ee
localization/jquery-ui-timepicker-it.js
@@ -0,0 +1,17 @@
1
+/* Italian translation for the jQuery Timepicker Addon */
2
+/* Written by Marco "logicoder" Del Tongo */
3
+(function($) {
4
+ $.timepicker.regional['it'] = {
5
+ timeOnlyTitle: 'Scegli orario',
6
+ timeText: 'Orario',
7
+ hourText: 'Ora',
8
+ minuteText: 'Minuto',
9
+ secondText: 'Secondo',
10
+ timezoneText: 'Fuso orario',
11
+ currentText: 'Adesso',
12
+ closeText: 'Chiudi',
13
+ timeFormat: 'hh:mm',
14
+ ampm: false
15
+ };
16
+ $.timepicker.setDefaults($.timepicker.regional['it']);
17
+})(jQuery);
0 commit comments