File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
jQuery Timepicker Addon
2
+ =======================
2
3
4
+ Use
5
+ ---
3
6
-To use this plugin you must include jQuery and jQuery UI with datepicker and slider
4
7
-Include timepicker-addon script
5
8
-now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()
Original file line number Diff line number Diff line change 1
- $ . timepicker . regional . nl = {
1
+ /* Dutch translation for the jQuery Timepicker Addon */
2
+ /* Written by Martijn van der Lee */
3
+ $ . timepicker . regional [ 'nl' ] = {
2
4
timeOnlyTitle : 'Tijdstip' ,
3
5
timeText : 'Tijd' ,
4
6
hourText : 'Uur' ,
5
7
minuteText : 'Minuut' ,
6
8
secondText : 'Seconde' ,
9
+ timezoneText : 'Tijdzone' ,
7
10
currentText : 'Vandaag' ,
8
11
closeText : 'Sluiten' ,
12
+ timeFormat : 'hh:mm tt' ,
9
13
ampm : false
10
14
} ;
11
- $ . timepicker . setDefaults ( $ . timepicker . regional . nl ) ;
15
+ $ . timepicker . setDefaults ( $ . timepicker . regional [ 'nl' ] ) ;
Original file line number Diff line number Diff line change 1
- $ . timepicker . regional . ru = {
1
+ /* Russian translation for the jQuery Timepicker Addon */
2
+ /* Written by Trent Richardson */
3
+ $ . timepicker . regional [ 'ru' ] = {
2
4
timeOnlyTitle : 'Выберите время' ,
3
5
timeText : 'Время' ,
4
6
hourText : 'Часы' ,
5
7
minuteText : 'Минуты' ,
6
8
secondText : 'Секунды' ,
9
+ timezoneText : 'Время зоны' ,
7
10
currentText : 'Теперь' ,
8
11
closeText : 'Закрыть' ,
12
+ timeFormat : 'hh:mm tt' ,
9
13
ampm : false
10
14
} ;
11
- $ . timepicker . setDefaults ( $ . timepicker . regional . ru ) ;
15
+ $ . timepicker . setDefaults ( $ . timepicker . regional [ 'ru' ] ) ;
You can’t perform that action at this time.
0 commit comments