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 66a0e56 commit 30f54c8Copy full SHA for 30f54c8
localization/jquery-ui-timepicker-lt.js
@@ -0,0 +1,16 @@
1
+/* Lithuanian translation for the jQuery Timepicker Addon */
2
+/* Written by Irmantas Šiupšinskas */
3
+$.timepicker.regional['lt'] = {
4
+ timeOnlyTitle: 'Pasirinkite laiką',
5
+ timeText: 'Laikas',
6
+ hourText: 'Valandos',
7
+ minuteText: 'Minutės',
8
+ secondText: 'Sekundės',
9
+ timezoneText: 'Laiko zona',
10
+ currentText: 'Dabar',
11
+ closeText: 'Uždaryti',
12
+ timeFormat: 'hh:mm',
13
+ ampm: false
14
+};
15
+$.timepicker.setDefaults($.timepicker.regional['lt']);
16
+
0 commit comments