Updated comments
This commit is contained in:
parent
97fd6eb419
commit
643f20f065
3
README
3
README
|
@ -1,5 +1,8 @@
|
|||
jQuery Timepicker Addon
|
||||
=======================
|
||||
|
||||
Use
|
||||
---
|
||||
-To use this plugin you must include jQuery and jQuery UI with datepicker and slider
|
||||
-Include timepicker-addon script
|
||||
-now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()
|
||||
|
|
8
localization/jquery-ui-timepicker-nl.js
vendored
8
localization/jquery-ui-timepicker-nl.js
vendored
|
@ -1,11 +1,15 @@
|
|||
$.timepicker.regional.nl = {
|
||||
/* Dutch translation for the jQuery Timepicker Addon */
|
||||
/* Written by Martijn van der Lee */
|
||||
$.timepicker.regional['nl'] = {
|
||||
timeOnlyTitle: 'Tijdstip',
|
||||
timeText: 'Tijd',
|
||||
hourText: 'Uur',
|
||||
minuteText: 'Minuut',
|
||||
secondText: 'Seconde',
|
||||
timezoneText: 'Tijdzone',
|
||||
currentText: 'Vandaag',
|
||||
closeText: 'Sluiten',
|
||||
timeFormat: 'hh:mm tt',
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional.nl);
|
||||
$.timepicker.setDefaults($.timepicker.regional['nl']);
|
||||
|
|
8
localization/jquery-ui-timepicker-ru.js
vendored
8
localization/jquery-ui-timepicker-ru.js
vendored
|
@ -1,11 +1,15 @@
|
|||
$.timepicker.regional.ru = {
|
||||
/* Russian translation for the jQuery Timepicker Addon */
|
||||
/* Written by Trent Richardson */
|
||||
$.timepicker.regional['ru'] = {
|
||||
timeOnlyTitle: 'Выберите время',
|
||||
timeText: 'Время',
|
||||
hourText: 'Часы',
|
||||
minuteText: 'Минуты',
|
||||
secondText: 'Секунды',
|
||||
timezoneText: 'Время зоны',
|
||||
currentText: 'Теперь',
|
||||
closeText: 'Закрыть',
|
||||
timeFormat: 'hh:mm tt',
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional.ru);
|
||||
$.timepicker.setDefaults($.timepicker.regional['ru']);
|
||||
|
|
Loading…
Reference in a new issue