Compare commits

...

145 Commits

Author SHA1 Message Date
Trent Richardson 5eb540282f Ready for deployment 2012-02-11 17:34:50 -05:00
Trent Richardson 19fa33319a he fix by erann3 2012-02-07 11:03:50 -05:00
Trent Richardson e9ac8bf8cf Korean by Genie 2012-02-07 10:56:46 -05:00
Trent Richardson 27a426e3eb Create public $.datepicker.formatTime method 2012-02-07 10:52:19 -05:00
Trent e2faad1db2 Trim formatted time for when ampm=false and tt in format 2012-01-30 15:49:09 -05:00
Trent 547e6adde3 timeFormat tt h:mm not parsed fix by clear00 2012-01-30 15:32:35 -05:00
Trent fc2531ff86 Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-Addon into dev 2012-01-18 07:49:32 -05:00
Trent 1b96a3f1d2 Fix more semicolons 2012-01-11 11:38:28 -05:00
Trent f1e4a47170 Fix semicolons 2012-01-11 11:34:44 -05:00
Trent 4853a89b9d Fix beforeShow to return value - by kunalkumar 2011-12-27 15:18:26 -05:00
Trent 26776afeb2 Update Russian translation by Sanek 2011-12-19 10:12:49 -05:00
Trent Richardson 1a1526287a Merge pull request #284 from RichardBradley/dev
Fix error parsing date when setting option defaultDate
2011-12-15 08:27:25 -08:00
Richard Bradley 8e456626c7 bug fix - swallowing all date parsing errors breaks the datepicker option "defaultDate" on relative values like "-18y" 2011-12-15 15:33:22 +00:00
Trent 3ac151fe8c Check for tp_inst in gotoToday 2011-12-14 08:13:01 -05:00
Trent 0ec258f82b Added Norwegian translation 2011-12-06 10:57:13 -05:00
Trent Richardson 9af6f920e8 Fix option setter 2011-12-04 11:28:14 -05:00
Trent Richardson 0a68b5c5dc Merge pull request #278 from tomaswindsor/patch-1
Fixes option setter override so it doesn't break option getter.
2011-12-04 08:24:43 -08:00
Tomáš Windsor 21bcc3c07b Fixes option setter override so it doesn't break option getter. 2011-12-04 16:02:41 +01:00
Trent Richardson dc15bf6bc5 sliderAccess tweak 2011-12-04 09:48:06 -05:00
Trent Richardson ac38588138 sliderAccess tweak 2011-12-04 09:45:23 -05:00
Trent Richardson 9963f68ad5 Create new dev version 2011-12-03 15:26:14 -05:00
Trent Richardson cc45f6a6d8 Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-Addon 2011-12-03 15:23:22 -05:00
Trent Richardson fc06b3fb2c Update Version 2011-12-03 15:10:50 -05:00
Trent Richardson 8c862700ca Prepare version update 2011-12-03 15:08:43 -05:00
Trent f7eafa9849 Adj grids only when slideAccess visible 2011-12-02 13:44:58 -05:00
Trent fab4a4428a Fix decimals results 2011-12-02 12:19:41 -05:00
Trent f9a9344e67 Fix grids with sliderAccess 2011-12-02 12:07:15 -05:00
Trent f4ace05108 Add sliderAccess integration 2011-12-02 11:05:04 -05:00
Trent 9a19d875ee refactor markup generation; add change event 2011-12-01 14:17:48 -05:00
Trent 97e6641ed8 Update Turkish translation by Goktug Ozturk 2011-11-23 11:36:51 -05:00
Trent 5b1a9af999 Added Swedish localization by Nevon 2011-11-01 09:05:01 -04:00
Trent f1b0f2cb1f Add translation by lalaships 2011-10-21 09:11:47 -04:00
Trent c75ff1c40c Fixes issue 254, 261 _updateDateTime 2011-10-18 10:08:49 -04:00
Trent 73adb692d0 Simplified Chinese by Will-Lu 2011-10-18 09:00:10 -04:00
Trent 5ee53c21b1 Fix daylight savings by mliberato 2011-10-18 08:53:32 -04:00
Trent Richardson fc29bd7277 Merge pull request #259 from inerdia/dev
Finished the Slovak localisation in the dev branch
2011-10-18 05:42:21 -07:00
Trent Richardson cc2b4dd91d Merge pull request #262 from davidbarral/dev
Added Galician translation
2011-10-18 05:40:57 -07:00
David Barral 52d21bd0fd Added Galician translation 2011-10-18 13:38:34 +02:00
David Vallner 20b0c0845f Fix Slovak localisation and add AM/PM markers 2011-10-13 01:47:44 +02:00
Trent ff6596d673 Fix localization 2011-10-03 16:50:41 -04:00
Trent e14e636698 Fix localization 2011-10-03 16:48:07 -04:00
Trent Richardson fae432b17d Updated Last Mod Date 2011-10-02 09:52:31 -04:00
Trent Richardson 4106d5e3b6 Create new dev version 2011-10-02 09:51:22 -04:00
Trent Richardson 9448760924 Change version 2011-10-02 09:45:01 -04:00
Trent Richardson be01e84c24 Updated css in js file 2011-10-02 09:27:42 -04:00
Trent Richardson 680c0255f6 Merge pull request #249 from novoj/dev
Issue when combining stepHours and minHour / maxHour
2011-10-02 06:23:40 -07:00
Trent Richardson 7d63691052 Added Slovak translation 2011-10-02 09:15:41 -04:00
Ing. Jan Novotný ed10d0650e Issue when specifying stepHour/stepMinute/stepSecond along with min and max limits. Modulo was computed in relation with midnight instead of min limit. Error usecase:
$('#example1').datetimepicker({
                    stepHour: 4,
                    hourMin: 9,
                    hourMax: 18
                });

Would make steps 9-13-16 instead of 9-13-17.
2011-09-26 22:10:14 +02:00
Trent 5cf74480af Added Brazilian Portuguese translation 2011-09-09 11:04:02 -04:00
Trent Richardson ab8e05fbdb Added Portuguese translation by luanlmd 2011-08-20 07:38:58 -04:00
Trent Richardson a390d9c5cc Merge pull request #232 from jun66j5/l10n-ampm
Support localized AM/PM markers
2011-08-19 13:54:12 -07:00
Jun Omae 412212c6b6 Adds `amNames`/`pmNames` for Finnish translation. 2011-08-19 21:06:36 +09:00
Jun Omae b61c3a4c55 Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm 2011-08-19 21:04:41 +09:00
Trent b30cc8d9b3 Added Finnish translation by paazmaya 2011-08-18 15:42:33 -04:00
Jun Omae 399d980f4e Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm 2011-08-15 23:04:57 +09:00
Trent Richardson 67386ec726 Merge pull request #228 from jun66j5/iso8601-tz
Support timezone designators in iso8601
2011-08-15 05:15:06 -07:00
Jun Omae 95ee51ea24 Add `amNames`/`pmNames` for Polish translation. 2011-08-15 15:59:30 +09:00
Jun Omae 97990e9657 Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm 2011-08-15 15:52:36 +09:00
Trent Richardson 00a2cad13b Merge pull request #230 from Cyb0org/dev
Dev - New Polish translation
2011-08-14 17:58:19 -07:00
Michał Pena 7eae959879 Added Polish translation by Michał Pena 2011-08-14 21:51:28 +02:00
Jun Omae 897bea1bbe Fixed "Now" button with iso8601. 2011-08-12 22:58:04 +09:00
Jun Omae ceabba803d Merge remote-tracking branch 'trentrichardson/dev' into iso8601-tz 2011-08-12 22:51:24 +09:00
Jun Omae 195be63853 Allow to input characters of localized AM/PM markers. 2011-08-12 22:07:10 +09:00
Jun Omae 9ee65b2428 Fixed broken locale-js for 'he'. 2011-08-12 22:03:18 +09:00
Trent Richardson 8507859312 Merge pull request #225 from jun66j5/dev
Now button should set the current timezone.
2011-08-12 05:43:04 -07:00
Jun Omae b7293ca2a5 When `showTimezone` is true, "Now" button sets the current timezone. 2011-08-12 19:09:22 +09:00
Jun Omae 5ab6e7bc7d Now button sets the current timezone. 2011-08-11 15:55:47 +09:00
Jun Omae cb98a45fd6 Support localized AM/PM markers. 2011-08-11 14:43:48 +09:00
Jun Omae 6737b60eee Support timezone designators in iso8601. 2011-08-09 21:25:08 +09:00
Trent Richardson 04efa5859c Add Romanian translation by myscienceisbetter 2011-07-28 17:58:52 -04:00
Trent Richardson 76dd5494cd Merge pull request #216 from jun66j5/translation-ja
Adding Japanese translations
2011-07-26 11:12:53 -07:00
Jun Omae fe5327c6ef Added Japanese translations 2011-07-27 01:55:51 +09:00
Trent Richardson 00b190aa48 Force type int of grid options 2011-07-25 07:14:51 -04:00
Trent Richardson 9fa3845513 Fix gotoToday button click 2011-07-24 16:13:16 -04:00
Trent Richardson 05baee4625 Updated translations to include Milliseconds. Please update if you see bad translations! 2011-07-24 10:07:00 -04:00
Trent Richardson a161235e97 Added millisecond functionality by Beakersoft 2011-07-23 11:10:54 -04:00
Trent Richardson 083efb98d5 Added Hebrew localization 2011-07-23 09:35:00 -04:00
Trent Richardson c7ff0ccd31 Added Catalan localization 2011-07-23 09:28:10 -04:00
Trent Richardson 4d9a8c45b5 Create 0.9.7-dev 2011-07-20 08:08:16 -04:00
Trent Richardson 4496926c00 A couple changes for options and new jquery ui 2011-07-20 07:59:55 -04:00
Trent Richardson 76544647a5 added Greek and Turkish translations 2011-07-20 07:27:44 -04:00
Trent Richardson 05f3db74f2 Added Estonian translation by Karls 2011-07-16 15:18:53 -04:00
Trent Richardson b53bf326f4 Merge pull request #191 from TigerDX/dev
Reset styles for grid label tables when global table styles are in use
2011-07-01 08:27:52 -07:00
Ben Murden ced3ab3f49 Add style definitions for resetting grid label table 2011-07-01 01:21:21 -07:00
Ben Murden 17c18ac6c2 Add classes to label grid tables 2011-07-01 01:17:42 -07:00
Trent Richardson 13106ee4ee Added Italian translation by logicoder 2011-06-30 17:59:47 -04:00
Trent Richardson ae64213f33 apply fix by alexandergitter for setTime to work 2011-06-22 06:34:40 -04:00
Trent 0595fd749b Added Vietnamese translation by Nguyen Dinh Trung 2011-06-16 18:33:41 -04:00
Trent Richardson 2362c6cf39 Merge pull request #179 from alexandergitter/dev
Fixed a couple of bugs
2011-06-16 06:06:09 -07:00
Alexander Gitter d9da87bfb7 Don't open another date/timepicker when there's already one showing.
(Partially) fixes #28, #56 and #101
2011-06-11 23:23:52 +02:00
Alexander Gitter 2e9005b2e8 Use actual min/maxDateTime values which might have been set via
$(...).datetimepicker.('option', 'min/maxDateTime' ...)
2011-06-11 23:23:52 +02:00
Alexander Gitter b61905a515 Allow keyboard input of timezone specific characters if
showTimezone == true
2011-06-11 23:23:52 +02:00
Alexander Gitter 2be272b34e Fix issue #135, time was set to NaN in some rare cases 2011-06-11 23:23:43 +02:00
Alexander Gitter 607577cefa Fix issue #161, don't parse hourGrid labels as octal numbers 2011-06-11 06:12:13 +02:00
Alexander Gitter daa38f5ef3 Fix issue #177, keyboard input not working when datepicker wants us to
accept all characters
2011-06-11 05:49:56 +02:00
Trent f80d8c124d Add fix by alexandergitter to fix grid numbering 2011-06-08 17:40:43 -04:00
Trent Richardson b930a6a87d Merge pull request #175 from alexandergitter/dev
Fix issue #149, sliders max values should not allow for partial steps
2011-06-08 08:26:34 -07:00
Trent Richardson 2e45f5c352 Merge pull request #174 from ianare/dev
Minor fix to FR, add ES translation
2011-06-07 08:49:25 -07:00
Ianaré Sévi 61a31f82a4 add spanish translation 2011-06-07 16:39:07 +02:00
ianare 0ac0d510ef Fix comments, set time format to French standard. 2011-06-07 06:50:32 -07:00
Trent fc8769abfb Fix portability 2011-06-06 18:41:59 -04:00
Alexander Gitter 7c4aab0419 Fix #149, sliders max values should not allow for partial steps 2011-06-03 23:25:35 +02:00
Trent d4187fbde9 Added Indonesian localization by nmutiara 2011-05-30 21:14:38 -04:00
Trent Richardson 2aa96ed044 Merge pull request #167 from alexandergitter/dev
Add new regional setting timeSuffix
2011-05-30 18:10:34 -07:00
Alexander Gitter 1a50d4f402 Add new regional setting 'timeSuffix'.
Some languages commonly add some kind of suffix or phrase after the
time. This cannot be placed into timeFormat as it potentially contains
the letters h, t or other strings which are used for formatting.
2011-05-29 14:09:20 +02:00
Trent 30f54c8e8a Added Lithuanian localization by Irmantas 2011-05-28 10:26:42 -04:00
Trent 66a0e56253 Updated README 2011-05-25 06:43:25 -04:00
Trent 119cdf4a5f Update README 2011-05-25 06:39:22 -04:00
Trent d4b48eae16 Update version 2011-05-25 06:33:58 -04:00
Trent Richardson 5ebb54b0e3 Merge pull request #162 from bistory/dev
Added French translation
2011-05-24 10:41:02 -07:00
Thomas Lété e3c179dca1 Updated the credits 2011-05-24 19:10:51 +02:00
Thomas Lété 9f038770cd Added French translation 2011-05-24 19:02:33 +02:00
Trent Richardson edb130d17f Merge pull request #160 from gvas/Hungarian-translation
Hungarian translation for jQuery Timepicker Addon
2011-05-24 08:06:26 -07:00
Vas Gábor 3abfdc46a0 Added Hungarian translation.
Signed-off-by: Vas Gábor <gvas.munka@gmail.com>
2011-05-24 16:52:45 +02:00
Trent eff83d0ab8 fix getDate bug and consistency in localizations 2011-05-24 06:36:05 -04:00
Trent ba1d07e154 Added German translation by Marvin 2011-05-22 08:45:41 -04:00
Trent b11c576459 Added comments and timezone translation to Czech localization 2011-05-22 08:39:46 -04:00
Trent Richardson 84d399f7b8 Merge pull request #155 from voda/localization
added Czech localization
2011-05-22 05:35:45 -07:00
Trent 643f20f065 Updated comments 2011-05-22 08:32:10 -04:00
Ondřej Vodáček a4e9d83799 added Czech localization 2011-05-20 10:06:30 +02:00
Trent 97fd6eb419 Fixed missing semicolons 2011-05-19 20:05:34 -04:00
Trent 8c6977388d updated css margin per vanderlee contribution 2011-05-19 19:56:13 -04:00
Trent c3e1143ce9 Added localizations for Dutch and Russian 2011-05-19 19:53:38 -04:00
Trent 8cbc6dc869 Added ThomasLangston pull request from master for different case am/pm 2011-05-19 19:44:39 -04:00
Trent Richardson 3649e6a830 Create new dev version 2011-05-12 13:36:37 -04:00
Trent Richardson f9fee45d7b Update version 2011-05-12 13:33:47 -04:00
Trent Richardson faf5a193be Update Date 2011-05-12 13:31:22 -04:00
Trent Richardson bc76b1cfcf Update version 2011-05-12 13:30:16 -04:00
Trent Richardson b36097718a Add fix by jduff for inline display 2011-04-18 09:52:06 -04:00
root c9be5b72e7 Cleaing some whitespace
Fixing show/hide time for calendar use case
2011-04-15 13:12:38 +02:00
Trent Richardson 4bca74de36 Revision of limit min/maxdatetime by voda 2011-03-23 08:48:57 -04:00
Bruno Harbulot cc80af42fe Preventing setting defaultDate on an empty input to set an (incorrect) input value. 2011-03-13 20:27:16 +00:00
Trent Richardson caf2916169 Escape special chars as separator (fix by elzoiddy) 2011-03-11 09:41:39 -05:00
Trent Richardson 1a2a371deb set function scope of this; pull request by janhartigan 2011-03-08 13:21:00 -05:00
Trent Richardson 960b7750e1 update last mod date 2011-03-02 11:38:16 -05:00
Trent Richardson 44e3322469 Update and cleanup 2011-03-02 11:36:54 -05:00
Trent Richardson b23b6076fb Merge timezone additions 2011-03-02 11:28:00 -05:00
Trent Richardson c8f81ed7a8 Add css file per vrana pull request 2011-03-02 11:07:34 -05:00
Bruno Harbulot 33ca84c982 Fix for default timezone if missing. 2011-02-28 14:00:20 +00:00
Bruno Harbulot da54680397 Added example HTML page. 2011-02-28 13:35:33 +00:00
Bruno Harbulot 9c5de29f1b Added timezone selection. 2011-02-28 13:32:48 +00:00
kumm bebdba2b25 Merge remote branch 'upstream/dev' into dev 2011-02-06 18:53:52 +01:00
kumm 1f57183f82 Refactor onSelect handler. Bind to grid onclick too. 2011-02-06 18:53:31 +01:00
Trent 03d141abb6 Updated version to 0.9.4 dev 2011-02-05 11:30:23 -05:00
kumm b2a1d9440a fix default hour,minute,second by changing init order 2011-01-23 12:35:49 +01:00
33 changed files with 1188 additions and 180 deletions

5
README
View File

@ -1,5 +0,0 @@
jQuery Timepicker Addon
-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()

12
README.md Normal file
View File

@ -0,0 +1,12 @@
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()
Contributing Code - Please Read!
--------------------------------
All code contributions and bug reports are much appreciated. Please be sure to apply your fixes to the "dev" branch.

View File

@ -0,0 +1,6 @@
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

File diff suppressed because it is too large Load Diff

20
localization/jquery-ui-timepicker-ca.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Catalan translation for the jQuery Timepicker Addon */
/* Written by Sergi Faber */
(function($) {
$.timepicker.regional['ca'] = {
timeOnlyTitle: 'Escollir una hora',
timeText: 'Hora',
hourText: 'Hores',
minuteText: 'Minuts',
secondText: 'Segons',
millisecText: 'Milisegons',
timezoneText: 'Fus horari',
currentText: 'Ara',
closeText: 'Tancar',
timeFormat: 'hh:mm',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['ca']);
})(jQuery);

20
localization/jquery-ui-timepicker-cs.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Czech translation for the jQuery Timepicker Addon */
/* Written by Ondřej Vodáček */
(function($) {
$.timepicker.regional['cs'] = {
timeOnlyTitle: 'Vyberte čas',
timeText: 'Čas',
hourText: 'Hodiny',
minuteText: 'Minuty',
secondText: 'Vteřiny',
millisecText: 'Milisekundy',
timezoneText: 'Časové pásmo',
currentText: 'Nyní',
closeText: 'Zavřít',
timeFormat: 'h:m',
amNames: ['dop.', 'AM', 'A'],
pmNames: ['odp.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['cs']);
})(jQuery);

20
localization/jquery-ui-timepicker-de.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* German translation for the jQuery Timepicker Addon */
/* Written by Marvin */
(function($) {
$.timepicker.regional['de'] = {
timeOnlyTitle: 'Zeit Wählen',
timeText: 'Zeit',
hourText: 'Stunde',
minuteText: 'Minute',
secondText: 'Sekunde',
millisecText: 'Millisekunde',
timezoneText: 'Zeitzone',
currentText: 'Jetzt',
closeText: 'Fertig',
timeFormat: 'hh:mm tt',
amNames: ['vorm.', 'AM', 'A'],
pmNames: ['nachm.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['de']);
})(jQuery);

20
localization/jquery-ui-timepicker-el.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Hellenic translation for the jQuery Timepicker Addon */
/* Written by Christos Pontikis */
(function($) {
$.timepicker.regional['el'] = {
timeOnlyTitle: 'Επιλογή ώρας',
timeText: 'Ώρα',
hourText: 'Ώρες',
minuteText: 'Λεπτά',
secondText: 'Δευτερόλεπτα',
millisecText: 'μιλιδευτερόλεπτο',
timezoneText: 'Ζώνη ώρας',
currentText: 'Τώρα',
closeText: 'Κλείσιμο',
timeFormat: 'hh:mm',
amNames: ['π.μ.', 'AM', 'A'],
pmNames: ['μ.μ.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['el']);
})(jQuery);

20
localization/jquery-ui-timepicker-es.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Spanish translation for the jQuery Timepicker Addon */
/* Written by Ianaré Sévi */
(function($) {
$.timepicker.regional['es'] = {
timeOnlyTitle: 'Elegir una hora',
timeText: 'Hora',
hourText: 'Horas',
minuteText: 'Minutos',
secondText: 'Segundos',
millisecText: 'Milisegundos',
timezoneText: 'Huso horario',
currentText: 'Ahora',
closeText: 'Cerrar',
timeFormat: 'hh:mm',
amNames: ['a.m.', 'AM', 'A'],
pmNames: ['p.m.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['es']);
})(jQuery);

20
localization/jquery-ui-timepicker-et.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Estonian translation for the jQuery Timepicker Addon */
/* Written by Karl Sutt (karl@sutt.ee) */
(function($) {
$.timepicker.regional['et'] = {
timeOnlyTitle: 'Vali aeg',
timeText: 'Aeg',
hourText: 'Tund',
minuteText: 'Minut',
secondText: 'Sekund',
millisecText: 'Millisekundis',
timezoneText: 'Ajavöönd',
currentText: 'Praegu',
closeText: 'Valmis',
timeFormat: 'hh:mm tt',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['et']);
})(jQuery);

20
localization/jquery-ui-timepicker-fi.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Finnish translation for the jQuery Timepicker Addon */
/* Written by Juga Paazmaya (http://github.com/paazmaya) */
(function($) {
$.timepicker.regional['fi'] = {
timeOnlyTitle: 'Valitse aika',
timeText: 'Aika',
hourText: 'Tunti',
minuteText: 'Minuutti',
secondText: 'Sekunti',
millisecText: 'Millisekunnin',
timezoneText: 'Aikavyöhyke',
currentText: 'Nyt',
closeText: 'Sulje',
timeFormat: 'hh:mm',
amNames: ['ap.', 'AM', 'A'],
pmNames: ['ip.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['fi']);
})(jQuery);

20
localization/jquery-ui-timepicker-fr.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* French translation for the jQuery Timepicker Addon */
/* Written by Thomas Lété */
(function($) {
$.timepicker.regional['fr'] = {
timeOnlyTitle: 'Choisir une heure',
timeText: 'Heure',
hourText: 'Heures',
minuteText: 'Minutes',
secondText: 'Secondes',
millisecText: 'Millisecondes',
timezoneText: 'Fuseau horaire',
currentText: 'Maintenant',
closeText: 'Terminé',
timeFormat: 'hh:mm',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['fr']);
})(jQuery);

20
localization/jquery-ui-timepicker-gl.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Galician translation for the jQuery Timepicker Addon */
/* Written by David Barral */
(function($) {
$.timepicker.regional['gl'] = {
timeOnlyTitle: 'Elixir unha hora',
timeText: 'Hora',
hourText: 'Horas',
minuteText: 'Minutos',
secondText: 'Segundos',
millisecText: 'Milisegundos',
timezoneText: 'Fuso horario',
currentText: 'Agora',
closeText: 'Pechar',
timeFormat: 'hh:mm',
amNames: ['a.m.', 'AM', 'A'],
pmNames: ['p.m.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['gl']);
})(jQuery);

20
localization/jquery-ui-timepicker-he.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Hebrew translation for the jQuery Timepicker Addon */
/* Written by Lior Lapid */
(function($) {
$.timepicker.regional["he"] = {
timeOnlyTitle: "בחירת זמן",
timeText: "שעה",
hourText: "שעות",
minuteText: "דקות",
secondText: "שניות",
millisecText: "אלפית השנייה",
timezoneText: "אזור זמן",
currentText: "עכשיו",
closeText:"סגור",
timeFormat: "hh:mm tt",
amNames: ['לפנה"צ', 'AM', 'A'],
pmNames: ['אחה"צ', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional["he"]);
})(jQuery);

20
localization/jquery-ui-timepicker-hu.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Hungarian translation for the jQuery Timepicker Addon */
/* Written by Vas Gábor */
(function($) {
$.timepicker.regional['hu'] = {
timeOnlyTitle: 'Válasszon időpontot',
timeText: 'Idő',
hourText: 'Óra',
minuteText: 'Perc',
secondText: 'Másodperc',
millisecText: 'Milliszekundumos',
timezoneText: 'Időzóna',
currentText: 'Most',
closeText: 'Kész',
timeFormat: 'hh:mm tt',
amNames: ['de.', 'AM', 'A'],
pmNames: ['du.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['hu']);
})(jQuery);

20
localization/jquery-ui-timepicker-id.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Indonesian translation for the jQuery Timepicker Addon */
/* Written by Nia */
(function($) {
$.timepicker.regional['id'] = {
timeOnlyTitle: 'Pilih Waktu',
timeText: 'Waktu',
hourText: 'Pukul',
minuteText: 'Menit',
secondText: 'Detik',
millisecText: 'Milidetik',
timezoneText: 'Zona Waktu',
currentText: 'Sekarang',
closeText: 'OK',
timeFormat: 'hh:mm tt',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['id']);
})(jQuery);

20
localization/jquery-ui-timepicker-it.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Italian translation for the jQuery Timepicker Addon */
/* Written by Marco "logicoder" Del Tongo */
(function($) {
$.timepicker.regional['it'] = {
timeOnlyTitle: 'Scegli orario',
timeText: 'Orario',
hourText: 'Ora',
minuteText: 'Minuto',
secondText: 'Secondo',
millisecText: 'Millisecondo',
timezoneText: 'Fuso orario',
currentText: 'Adesso',
closeText: 'Chiudi',
timeFormat: 'hh:mm',
amNames: ['m.', 'AM', 'A'],
pmNames: ['p.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['it']);
})(jQuery);

20
localization/jquery-ui-timepicker-ja.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Japanese translation for the jQuery Timepicker Addon */
/* Written by Jun Omae */
(function($) {
$.timepicker.regional['ja'] = {
timeOnlyTitle: '時間を選択',
timeText: '時間',
hourText: '時',
minuteText: '分',
secondText: '秒',
millisecText: 'ミリ秒',
timezoneText: 'タイムゾーン',
currentText: '現時刻',
closeText: '閉じる',
timeFormat: 'hh:mm tt',
amNames: ['午前', 'AM', 'A'],
pmNames: ['午後', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['ja']);
})(jQuery);

20
localization/jquery-ui-timepicker-ko.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Korean translation for the jQuery Timepicker Addon */
/* Written by Genie */
(function($) {
$.timepicker.regional['ko'] = {
timeOnlyTitle: '시간 선택',
timeText: '시간',
hourText: '시',
minuteText: '분',
secondText: '초',
millisecText: '밀리초',
timezoneText: '표준 시간대',
currentText: '현재 시각',
closeText: '닫기',
timeFormat: 'tt h:mm',
amNames: ['오전', 'AM', 'A'],
pmNames: ['오후', 'PM', 'P'],
ampm: true
};
$.timepicker.setDefaults($.timepicker.regional['ko']);
})(jQuery);

20
localization/jquery-ui-timepicker-lt.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Lithuanian translation for the jQuery Timepicker Addon */
/* Written by Irmantas Šiupšinskas */
(function($) {
$.timepicker.regional['lt'] = {
timeOnlyTitle: 'Pasirinkite laiką',
timeText: 'Laikas',
hourText: 'Valandos',
minuteText: 'Minutės',
secondText: 'Sekundės',
millisecText: 'Milisekundės',
timezoneText: 'Laiko zona',
currentText: 'Dabar',
closeText: 'Uždaryti',
timeFormat: 'hh:mm',
amNames: ['priešpiet', 'AM', 'A'],
pmNames: ['popiet', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['lt']);
})(jQuery);

20
localization/jquery-ui-timepicker-nl.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Dutch translation for the jQuery Timepicker Addon */
/* Written by Martijn van der Lee */
(function($) {
$.timepicker.regional['nl'] = {
timeOnlyTitle: 'Tijdstip',
timeText: 'Tijd',
hourText: 'Uur',
minuteText: 'Minuut',
secondText: 'Seconde',
millisecText: 'Milliseconde',
timezoneText: 'Tijdzone',
currentText: 'Vandaag',
closeText: 'Sluiten',
timeFormat: 'hh:mm tt',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['nl']);
})(jQuery);

20
localization/jquery-ui-timepicker-no.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Norwegian translation for the jQuery Timepicker Addon */
/* Written by Morten Hauan (http://hauan.me) */
(function($) {
$.timepicker.regional['no'] = {
timeOnlyTitle: 'Velg tid',
timeText: 'Tid',
hourText: 'Time',
minuteText: 'Minutt',
secondText: 'Sekund',
millisecText: 'Millisekund',
timezoneText: 'Tidssone',
currentText: 'Nå',
closeText: 'Lukk',
timeFormat: 'hh:mm',
amNames: ['am', 'AM', 'A'],
pmNames: ['pm', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['no']);
})(jQuery);

20
localization/jquery-ui-timepicker-pl.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Polish translation for the jQuery Timepicker Addon */
/* Written by Michał Pena */
(function($) {
$.timepicker.regional['pl'] = {
timeOnlyTitle: 'Wybierz godzinę',
timeText: 'Czas',
hourText: 'Godzina',
minuteText: 'Minuta',
secondText: 'Sekunda',
millisecText: 'Milisekunda',
timezoneText: 'Strefa czasowa',
currentText: 'Teraz',
closeText: 'Gotowe',
timeFormat: 'hh:mm tt',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['pl']);
})(jQuery);

View File

@ -0,0 +1,20 @@
/* Brazilian Portuguese translation for the jQuery Timepicker Addon */
/* Written by Diogo Damiani (diogodamiani@gmail.com) */
(function ($) {
$.timepicker.regional['pt-BR'] = {
timeOnlyTitle: 'Escolha a hora',
timeText: 'Hora',
hourText: 'Horas',
minuteText: 'Minutos',
secondText: 'Segundos',
millisecText: 'Milissegundos',
timezoneText: 'Fuso horário',
currentText: 'Agora',
closeText: 'Fechar',
timeFormat: 'hh:mm',
amNames: ['a.m.', 'AM', 'A'],
pmNames: ['p.m.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['pt-BR']);
})(jQuery);

20
localization/jquery-ui-timepicker-pt.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Portuguese translation for the jQuery Timepicker Addon */
/* Written by Luan Almeida */
(function($) {
$.timepicker.regional['pt'] = {
timeOnlyTitle: 'Escolha uma hora',
timeText: 'Hora',
hourText: 'Horas',
minuteText: 'Minutos',
secondText: 'Segundos',
millisecText: 'Milissegundos',
timezoneText: 'Fuso horário',
currentText: 'Agora',
closeText: 'Fechar',
timeFormat: 'hh:mm',
amNames: ['a.m.', 'AM', 'A'],
pmNames: ['p.m.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['pt']);
})(jQuery);

20
localization/jquery-ui-timepicker-ro.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Romanian translation for the jQuery Timepicker Addon */
/* Written by Romeo Adrian Cioaba */
(function($) {
$.timepicker.regional['ro'] = {
timeOnlyTitle: 'Alegeţi o oră',
timeText: 'Timp',
hourText: 'Ore',
minuteText: 'Minute',
secondText: 'Secunde',
millisecText: 'Milisecunde',
timezoneText: 'Fus orar',
currentText: 'Acum',
closeText: 'Închide',
timeFormat: 'hh:mm',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['ro']);
})(jQuery);

20
localization/jquery-ui-timepicker-ru.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Russian translation for the jQuery Timepicker Addon */
/* Written by Trent Richardson */
(function($) {
$.timepicker.regional['ru'] = {
timeOnlyTitle: 'Выберите время',
timeText: 'Время',
hourText: 'Часы',
minuteText: 'Минуты',
secondText: 'Секунды',
millisecText: 'Миллисекунды',
timezoneText: 'Часовой пояс',
currentText: 'Сейчас',
closeText: 'Закрыть',
timeFormat: 'hh:mm tt',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['ru']);
})(jQuery);

20
localization/jquery-ui-timepicker-sk.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Slovak translation for the jQuery Timepicker Addon */
/* Written by David Vallner */
(function($) {
$.timepicker.regional['sk'] = {
timeOnlyTitle: 'Zvoľte čas',
timeText: 'Čas',
hourText: 'Hodiny',
minuteText: 'Minúty',
secondText: 'Sekundy',
millisecText: 'Milisekundy',
timezoneText: 'Časové pásmo',
currentText: 'Teraz',
closeText: 'Zavrieť',
timeFormat: 'h:m',
amNames: ['dop.', 'AM', 'A'],
pmNames: ['pop.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['sk']);
})(jQuery);

20
localization/jquery-ui-timepicker-sv.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Swedish translation for the jQuery Timepicker Addon */
/* Written by Nevon */
(function($) {
$.timepicker.regional['sv'] = {
timeOnlyTitle: 'Välj en tid',
timeText: 'Timme',
hourText: 'Timmar',
minuteText: 'Minuter',
secondText: 'Sekunder',
millisecText: 'Millisekunder',
timezoneText: 'Tidszon',
currentText: 'Nu',
closeText: 'Stäng',
timeFormat: 'hh:mm',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['sv']);
})(jQuery);

20
localization/jquery-ui-timepicker-tr.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Turkish translation for the jQuery Timepicker Addon */
/* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
(function($) {
$.timepicker.regional['tr'] = {
timeOnlyTitle: 'Zaman Seçiniz',
timeText: 'Zaman',
hourText: 'Saat',
minuteText: 'Dakika',
secondText: 'Saniye',
millisecText: 'Milisaniye',
timezoneText: 'Zaman Dilimi',
currentText: 'Şu an',
closeText: 'Tamam',
timeFormat: 'hh:mm',
amNames: ['ÖÖ', 'Ö'],
pmNames: ['ÖS', 'S'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['tr']);
})(jQuery);

20
localization/jquery-ui-timepicker-vi.js vendored Normal file
View File

@ -0,0 +1,20 @@
/* Vietnamese translation for the jQuery Timepicker Addon */
/* Written by Nguyen Dinh Trung */
(function($) {
$.timepicker.regional['vi'] = {
timeOnlyTitle: 'Chọn giờ',
timeText: 'Thời gian',
hourText: 'Giờ',
minuteText: 'Phút',
secondText: 'Giây',
millisecText: 'Phần nghìn giây',
timezoneText: 'Múi giờ',
currentText: 'Hiện thời',
closeText: 'Đóng'
timeFormat: 'h:m',
amNames: ['SA', 'AM', 'A'],
pmNames: ['CH', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['vi']);
})(jQuery);

View File

@ -0,0 +1,20 @@
/* Simplified Chinese translation for the jQuery Timepicker Addon /
/ Written by Will Lu */
(function($) {
$.timepicker.regional['zh-CN'] = {
timeOnlyTitle: '选择时间',
timeText: '时间',
hourText: '小时',
minuteText: '分钟',
secondText: '秒钟',
millisecText: '微秒',
timezoneText: '时区',
currentText: '现在时间',
closeText: '关闭',
timeFormat: 'hh:mm',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['zh-CN']);
})(jQuery);

View File

@ -0,0 +1,20 @@
/* Chinese translation for the jQuery Timepicker Addon */
/* Written by Alang.lin */
(function($) {
$.timepicker.regional['zh-TW'] = {
timeOnlyTitle: '選擇時分秒',
timeText: '時間',
hourText: '時',
minuteText: '分',
secondText: '秒',
millisecText: '毫秒',
timezoneText: '時區',
currentText: '現在時間',
closeText: '確定',
timeFormat: 'hh:mm tt',
amNames: ['上午', 'AM', 'A'],
pmNames: ['下午', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['zh-TW']);
})(jQuery);