Skip to content

Commit 13106ee

Browse files
Added Italian translation by logicoder
1 parent ae64213 commit 13106ee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)