jquery_datetimepick 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +74 -0
  5. data/Rakefile +1 -0
  6. data/jquery_datetimepick.gemspec +20 -0
  7. data/lib/jquery_datetimepick.rb +16 -0
  8. data/lib/jquery_datetimepick/datetimepick_helper.rb +12 -0
  9. data/lib/jquery_datetimepick/form_helper.rb +93 -0
  10. data/lib/jquery_datetimepick/version.rb +3 -0
  11. data/vendor/assets/javascripts/jquery-ui-sliderAccess.js +89 -0
  12. data/vendor/assets/javascripts/jquery-ui-timepicker-addon.js +2103 -0
  13. data/vendor/assets/javascripts/jquery-ui-timepicker-af.js +21 -0
  14. data/vendor/assets/javascripts/jquery-ui-timepicker-bg.js +21 -0
  15. data/vendor/assets/javascripts/jquery-ui-timepicker-ca.js +21 -0
  16. data/vendor/assets/javascripts/jquery-ui-timepicker-cs.js +21 -0
  17. data/vendor/assets/javascripts/jquery-ui-timepicker-da.js +21 -0
  18. data/vendor/assets/javascripts/jquery-ui-timepicker-de.js +21 -0
  19. data/vendor/assets/javascripts/jquery-ui-timepicker-el.js +21 -0
  20. data/vendor/assets/javascripts/jquery-ui-timepicker-es.js +21 -0
  21. data/vendor/assets/javascripts/jquery-ui-timepicker-et.js +21 -0
  22. data/vendor/assets/javascripts/jquery-ui-timepicker-eu.js +21 -0
  23. data/vendor/assets/javascripts/jquery-ui-timepicker-fi.js +21 -0
  24. data/vendor/assets/javascripts/jquery-ui-timepicker-fr.js +21 -0
  25. data/vendor/assets/javascripts/jquery-ui-timepicker-gl.js +21 -0
  26. data/vendor/assets/javascripts/jquery-ui-timepicker-he.js +21 -0
  27. data/vendor/assets/javascripts/jquery-ui-timepicker-hr.js +21 -0
  28. data/vendor/assets/javascripts/jquery-ui-timepicker-hu.js +21 -0
  29. data/vendor/assets/javascripts/jquery-ui-timepicker-id.js +21 -0
  30. data/vendor/assets/javascripts/jquery-ui-timepicker-it.js +21 -0
  31. data/vendor/assets/javascripts/jquery-ui-timepicker-ja.js +21 -0
  32. data/vendor/assets/javascripts/jquery-ui-timepicker-ko.js +21 -0
  33. data/vendor/assets/javascripts/jquery-ui-timepicker-lang.js +749 -0
  34. data/vendor/assets/javascripts/jquery-ui-timepicker-lt.js +21 -0
  35. data/vendor/assets/javascripts/jquery-ui-timepicker-nl.js +21 -0
  36. data/vendor/assets/javascripts/jquery-ui-timepicker-no.js +21 -0
  37. data/vendor/assets/javascripts/jquery-ui-timepicker-pl.js +21 -0
  38. data/vendor/assets/javascripts/jquery-ui-timepicker-pt-BR.js +21 -0
  39. data/vendor/assets/javascripts/jquery-ui-timepicker-pt.js +21 -0
  40. data/vendor/assets/javascripts/jquery-ui-timepicker-ro.js +21 -0
  41. data/vendor/assets/javascripts/jquery-ui-timepicker-ru.js +21 -0
  42. data/vendor/assets/javascripts/jquery-ui-timepicker-sk.js +21 -0
  43. data/vendor/assets/javascripts/jquery-ui-timepicker-sv.js +21 -0
  44. data/vendor/assets/javascripts/jquery-ui-timepicker-th.js +18 -0
  45. data/vendor/assets/javascripts/jquery-ui-timepicker-tr.js +21 -0
  46. data/vendor/assets/javascripts/jquery-ui-timepicker-uk.js +21 -0
  47. data/vendor/assets/javascripts/jquery-ui-timepicker-vi.js +21 -0
  48. data/vendor/assets/javascripts/jquery-ui-timepicker-zh-CN.js +21 -0
  49. data/vendor/assets/javascripts/jquery-ui-timepicker-zh-TW.js +21 -0
  50. data/vendor/assets/stylesheets/jquery-ui-timepicker-addon.css +10 -0
  51. metadata +118 -0
@@ -0,0 +1,749 @@
1
+ /* Afrikaans translation for the jQuery Timepicker Addon */
2
+ /* Written by Deon Heyns */
3
+ (function($) {
4
+ $.timepicker.regional['af'] = {
5
+ timeOnlyTitle: 'Kies Tyd',
6
+ timeText: 'Tyd ',
7
+ hourText: 'Ure ',
8
+ minuteText: 'Minute',
9
+ secondText: 'Sekondes',
10
+ millisecText: 'Millisekondes',
11
+ microsecText: 'Mikrosekondes',
12
+ timezoneText: 'Tydsone',
13
+ currentText: 'Huidige Tyd',
14
+ closeText: 'Klaar',
15
+ timeFormat: 'HH:mm',
16
+ amNames: ['AM', 'A'],
17
+ pmNames: ['PM', 'P'],
18
+ isRTL: false
19
+ };
20
+ $.timepicker.setDefaults($.timepicker.regional['af']);
21
+ })(jQuery);
22
+ /* Bulgarian translation for the jQuery Timepicker Addon */
23
+ /* Written by Plamen Kovandjiev */
24
+ (function($) {
25
+ $.timepicker.regional['bg'] = {
26
+ timeOnlyTitle: 'Изберете време',
27
+ timeText: 'Време',
28
+ hourText: 'Час',
29
+ minuteText: 'Минути',
30
+ secondText: 'Секунди',
31
+ millisecText: 'Милисекунди',
32
+ microsecText: 'Микросекунди',
33
+ timezoneText: 'Часови пояс',
34
+ currentText: 'Сега',
35
+ closeText: 'Затвори',
36
+ timeFormat: 'HH:mm',
37
+ amNames: ['AM', 'A'],
38
+ pmNames: ['PM', 'P'],
39
+ isRTL: false
40
+ };
41
+ $.timepicker.setDefaults($.timepicker.regional['bg']);
42
+ })(jQuery);/* Catalan translation for the jQuery Timepicker Addon */
43
+ /* Written by Sergi Faber */
44
+ (function($) {
45
+ $.timepicker.regional['ca'] = {
46
+ timeOnlyTitle: 'Escollir una hora',
47
+ timeText: 'Hora',
48
+ hourText: 'Hores',
49
+ minuteText: 'Minuts',
50
+ secondText: 'Segons',
51
+ millisecText: 'Milisegons',
52
+ microsecText: 'Microsegons',
53
+ timezoneText: 'Fus horari',
54
+ currentText: 'Ara',
55
+ closeText: 'Tancar',
56
+ timeFormat: 'HH:mm',
57
+ amNames: ['AM', 'A'],
58
+ pmNames: ['PM', 'P'],
59
+ isRTL: false
60
+ };
61
+ $.timepicker.setDefaults($.timepicker.regional['ca']);
62
+ })(jQuery);
63
+ /* Czech translation for the jQuery Timepicker Addon */
64
+ /* Written by Ondřej Vodáček */
65
+ (function($) {
66
+ $.timepicker.regional['cs'] = {
67
+ timeOnlyTitle: 'Vyberte čas',
68
+ timeText: 'Čas',
69
+ hourText: 'Hodiny',
70
+ minuteText: 'Minuty',
71
+ secondText: 'Vteřiny',
72
+ millisecText: 'Milisekundy',
73
+ microsecText: 'Mikrosekundy',
74
+ timezoneText: 'Časové pásmo',
75
+ currentText: 'Nyní',
76
+ closeText: 'Zavřít',
77
+ timeFormat: 'HH:mm',
78
+ amNames: ['dop.', 'AM', 'A'],
79
+ pmNames: ['odp.', 'PM', 'P'],
80
+ isRTL: false
81
+ };
82
+ $.timepicker.setDefaults($.timepicker.regional['cs']);
83
+ })(jQuery);
84
+ /* Danish translation for the jQuery Timepicker Addon */
85
+ /* Written by Lars H. Jensen (http://www.larshj.dk) */
86
+ (function ($) {
87
+ $.timepicker.regional['da'] = {
88
+ timeOnlyTitle: 'Vælg tid',
89
+ timeText: 'Tid',
90
+ hourText: 'Time',
91
+ minuteText: 'Minut',
92
+ secondText: 'Sekund',
93
+ millisecText: 'Millisekund',
94
+ microsecText: 'Mikrosekund',
95
+ timezoneText: 'Tidszone',
96
+ currentText: 'Nu',
97
+ closeText: 'Luk',
98
+ timeFormat: 'HH:mm',
99
+ amNames: ['am', 'AM', 'A'],
100
+ pmNames: ['pm', 'PM', 'P'],
101
+ isRTL: false
102
+ };
103
+ $.timepicker.setDefaults($.timepicker.regional['da']);
104
+ })(jQuery);
105
+ /* German translation for the jQuery Timepicker Addon */
106
+ /* Written by Marvin */
107
+ (function($) {
108
+ $.timepicker.regional['de'] = {
109
+ timeOnlyTitle: 'Zeit Wählen',
110
+ timeText: 'Zeit',
111
+ hourText: 'Stunde',
112
+ minuteText: 'Minute',
113
+ secondText: 'Sekunde',
114
+ millisecText: 'Millisekunde',
115
+ microsecText: 'Mikrosekunde',
116
+ timezoneText: 'Zeitzone',
117
+ currentText: 'Jetzt',
118
+ closeText: 'Fertig',
119
+ timeFormat: 'HH:mm',
120
+ amNames: ['vorm.', 'AM', 'A'],
121
+ pmNames: ['nachm.', 'PM', 'P'],
122
+ isRTL: false
123
+ };
124
+ $.timepicker.setDefaults($.timepicker.regional['de']);
125
+ })(jQuery);
126
+ /* Hellenic translation for the jQuery Timepicker Addon */
127
+ /* Written by Christos Pontikis */
128
+ (function($) {
129
+ $.timepicker.regional['el'] = {
130
+ timeOnlyTitle: 'Επιλογή ώρας',
131
+ timeText: 'Ώρα',
132
+ hourText: 'Ώρες',
133
+ minuteText: 'Λεπτά',
134
+ secondText: 'Δευτερόλεπτα',
135
+ millisecText: 'μιλιδευτερόλεπτο',
136
+ microsecText: 'Microseconds',
137
+ timezoneText: 'Ζώνη ώρας',
138
+ currentText: 'Τώρα',
139
+ closeText: 'Κλείσιμο',
140
+ timeFormat: 'HH:mm',
141
+ amNames: ['π.μ.', 'AM', 'A'],
142
+ pmNames: ['μ.μ.', 'PM', 'P'],
143
+ isRTL: false
144
+ };
145
+ $.timepicker.setDefaults($.timepicker.regional['el']);
146
+ })(jQuery);
147
+ /* Spanish translation for the jQuery Timepicker Addon */
148
+ /* Written by Ianaré Sévi */
149
+ (function($) {
150
+ $.timepicker.regional['es'] = {
151
+ timeOnlyTitle: 'Elegir una hora',
152
+ timeText: 'Hora',
153
+ hourText: 'Horas',
154
+ minuteText: 'Minutos',
155
+ secondText: 'Segundos',
156
+ millisecText: 'Milisegundos',
157
+ microsecText: 'Microsegundos',
158
+ timezoneText: 'Huso horario',
159
+ currentText: 'Ahora',
160
+ closeText: 'Cerrar',
161
+ timeFormat: 'HH:mm',
162
+ amNames: ['a.m.', 'AM', 'A'],
163
+ pmNames: ['p.m.', 'PM', 'P'],
164
+ isRTL: false
165
+ };
166
+ $.timepicker.setDefaults($.timepicker.regional['es']);
167
+ })(jQuery);
168
+ /* Estonian translation for the jQuery Timepicker Addon */
169
+ /* Written by Karl Sutt (karl@sutt.ee) */
170
+ (function($) {
171
+ $.timepicker.regional['et'] = {
172
+ timeOnlyTitle: 'Vali aeg',
173
+ timeText: 'Aeg',
174
+ hourText: 'Tund',
175
+ minuteText: 'Minut',
176
+ secondText: 'Sekund',
177
+ millisecText: 'Millisekundis',
178
+ microsecText: 'Mikrosekundis',
179
+ timezoneText: 'Ajavöönd',
180
+ currentText: 'Praegu',
181
+ closeText: 'Valmis',
182
+ timeFormat: 'HH:mm',
183
+ amNames: ['AM', 'A'],
184
+ pmNames: ['PM', 'P'],
185
+ isRTL: false
186
+ };
187
+ $.timepicker.setDefaults($.timepicker.regional['et']);
188
+ })(jQuery);
189
+ /* Basque trannslation for JQuery Timepicker Addon
190
+ /* Translated by Xabi Fer */
191
+ (function($) {
192
+ $.timepicker.regional['eu'] = {
193
+ timeOnlyTitle: 'Aukeratu ordua',
194
+ timeText: 'Ordua',
195
+ hourText: 'Orduak',
196
+ minuteText: 'Minutuak',
197
+ secondText: 'Segunduak',
198
+ millisecText: 'Milisegunduak',
199
+ microsecText: 'Mikrosegundotan',
200
+ timezoneText: 'Ordu-eremua',
201
+ currentText: 'Orain',
202
+ closeText: 'Itxi',
203
+ timeFormat: 'HH:mm',
204
+ amNames: ['a.m.', 'AM', 'A'],
205
+ pmNames: ['p.m.', 'PM', 'P'],
206
+ isRTL: false
207
+ };
208
+ $.timepicker.setDefaults($.timepicker.regional['eu']);
209
+ })(jQuery);/* Finnish translation for the jQuery Timepicker Addon */
210
+ /* Written by Juga Paazmaya (http://github.com/paazmaya) */
211
+ (function($) {
212
+ $.timepicker.regional['fi'] = {
213
+ timeOnlyTitle: 'Valitse aika',
214
+ timeText: 'Aika',
215
+ hourText: 'Tunti',
216
+ minuteText: 'Minuutti',
217
+ secondText: 'Sekunti',
218
+ millisecText: 'Millisekunnin',
219
+ microsecText: 'Mikrosekuntia',
220
+ timezoneText: 'Aikavyöhyke',
221
+ currentText: 'Nyt',
222
+ closeText: 'Sulje',
223
+ timeFormat: 'HH:mm',
224
+ amNames: ['ap.', 'AM', 'A'],
225
+ pmNames: ['ip.', 'PM', 'P'],
226
+ isRTL: false
227
+ };
228
+ $.timepicker.setDefaults($.timepicker.regional['fi']);
229
+ })(jQuery);
230
+ /* French translation for the jQuery Timepicker Addon */
231
+ /* Written by Thomas Lété */
232
+ (function($) {
233
+ $.timepicker.regional['fr'] = {
234
+ timeOnlyTitle: 'Choisir une heure',
235
+ timeText: 'Heure',
236
+ hourText: 'Heures',
237
+ minuteText: 'Minutes',
238
+ secondText: 'Secondes',
239
+ millisecText: 'Millisecondes',
240
+ microsecText: 'Microsecondes',
241
+ timezoneText: 'Fuseau horaire',
242
+ currentText: 'Maintenant',
243
+ closeText: 'Terminé',
244
+ timeFormat: 'HH:mm',
245
+ amNames: ['AM', 'A'],
246
+ pmNames: ['PM', 'P'],
247
+ isRTL: false
248
+ };
249
+ $.timepicker.setDefaults($.timepicker.regional['fr']);
250
+ })(jQuery);
251
+ /* Galician translation for the jQuery Timepicker Addon */
252
+ /* Written by David Barral */
253
+ (function($) {
254
+ $.timepicker.regional['gl'] = {
255
+ timeOnlyTitle: 'Elixir unha hora',
256
+ timeText: 'Hora',
257
+ hourText: 'Horas',
258
+ minuteText: 'Minutos',
259
+ secondText: 'Segundos',
260
+ millisecText: 'Milisegundos',
261
+ microsecText: 'Microssegundos',
262
+ timezoneText: 'Fuso horario',
263
+ currentText: 'Agora',
264
+ closeText: 'Pechar',
265
+ timeFormat: 'HH:mm',
266
+ amNames: ['a.m.', 'AM', 'A'],
267
+ pmNames: ['p.m.', 'PM', 'P'],
268
+ isRTL: false
269
+ };
270
+ $.timepicker.setDefaults($.timepicker.regional['gl']);
271
+ })(jQuery);
272
+ /* Hebrew translation for the jQuery Timepicker Addon */
273
+ /* Written by Lior Lapid */
274
+ (function($) {
275
+ $.timepicker.regional["he"] = {
276
+ timeOnlyTitle: "בחירת זמן",
277
+ timeText: "שעה",
278
+ hourText: "שעות",
279
+ minuteText: "דקות",
280
+ secondText: "שניות",
281
+ millisecText: "אלפית השנייה",
282
+ microsecText: "מיקרו",
283
+ timezoneText: "אזור זמן",
284
+ currentText: "עכשיו",
285
+ closeText:"סגור",
286
+ timeFormat: "HH:mm",
287
+ amNames: ['לפנה"צ', 'AM', 'A'],
288
+ pmNames: ['אחה"צ', 'PM', 'P'],
289
+ isRTL: true
290
+ };
291
+ $.timepicker.setDefaults($.timepicker.regional["he"]);
292
+ })(jQuery);
293
+ /* Croatian translation for the jQuery Timepicker Addon */
294
+ /* Written by Mladen */
295
+ (function($) {
296
+ $.timepicker.regional['hr'] = {
297
+ timeOnlyTitle: 'Odaberi vrijeme',
298
+ timeText: 'Vrijeme',
299
+ hourText: 'Sati',
300
+ minuteText: 'Minute',
301
+ secondText: 'Sekunde',
302
+ millisecText: 'Milisekunde',
303
+ microsecText: 'Mikrosekunde',
304
+ timezoneText: 'Vremenska zona',
305
+ currentText: 'Sada',
306
+ closeText: 'Gotovo',
307
+ timeFormat: 'HH:mm',
308
+ amNames: ['a.m.', 'AM', 'A'],
309
+ pmNames: ['p.m.', 'PM', 'P'],
310
+ isRTL: false
311
+ };
312
+ $.timepicker.setDefaults($.timepicker.regional['hr']);
313
+ })(jQuery);/* Hungarian translation for the jQuery Timepicker Addon */
314
+ /* Written by Vas Gábor */
315
+ (function($) {
316
+ $.timepicker.regional['hu'] = {
317
+ timeOnlyTitle: 'Válasszon időpontot',
318
+ timeText: 'Idő',
319
+ hourText: 'Óra',
320
+ minuteText: 'Perc',
321
+ secondText: 'Másodperc',
322
+ millisecText: 'Milliszekundumos',
323
+ microsecText: 'Ezredmásodperc',
324
+ timezoneText: 'Időzóna',
325
+ currentText: 'Most',
326
+ closeText: 'Kész',
327
+ timeFormat: 'HH:mm',
328
+ amNames: ['de.', 'AM', 'A'],
329
+ pmNames: ['du.', 'PM', 'P'],
330
+ isRTL: false
331
+ };
332
+ $.timepicker.setDefaults($.timepicker.regional['hu']);
333
+ })(jQuery);
334
+ /* Indonesian translation for the jQuery Timepicker Addon */
335
+ /* Written by Nia */
336
+ (function($) {
337
+ $.timepicker.regional['id'] = {
338
+ timeOnlyTitle: 'Pilih Waktu',
339
+ timeText: 'Waktu',
340
+ hourText: 'Pukul',
341
+ minuteText: 'Menit',
342
+ secondText: 'Detik',
343
+ millisecText: 'Milidetik',
344
+ microsecText: 'Mikrodetik',
345
+ timezoneText: 'Zona Waktu',
346
+ currentText: 'Sekarang',
347
+ closeText: 'OK',
348
+ timeFormat: 'HH:mm',
349
+ amNames: ['AM', 'A'],
350
+ pmNames: ['PM', 'P'],
351
+ isRTL: false
352
+ };
353
+ $.timepicker.setDefaults($.timepicker.regional['id']);
354
+ })(jQuery);
355
+ /* Italian translation for the jQuery Timepicker Addon */
356
+ /* Written by Marco "logicoder" Del Tongo */
357
+ (function($) {
358
+ $.timepicker.regional['it'] = {
359
+ timeOnlyTitle: 'Scegli orario',
360
+ timeText: 'Orario',
361
+ hourText: 'Ora',
362
+ minuteText: 'Minuti',
363
+ secondText: 'Secondi',
364
+ millisecText: 'Millisecondi',
365
+ microsecText: 'Microsecondi',
366
+ timezoneText: 'Fuso orario',
367
+ currentText: 'Adesso',
368
+ closeText: 'Chiudi',
369
+ timeFormat: 'HH:mm',
370
+ amNames: ['m.', 'AM', 'A'],
371
+ pmNames: ['p.', 'PM', 'P'],
372
+ isRTL: false
373
+ };
374
+ $.timepicker.setDefaults($.timepicker.regional['it']);
375
+ })(jQuery);
376
+ /* Japanese translation for the jQuery Timepicker Addon */
377
+ /* Written by Jun Omae */
378
+ (function($) {
379
+ $.timepicker.regional['ja'] = {
380
+ timeOnlyTitle: '時間を選択',
381
+ timeText: '時間',
382
+ hourText: '時',
383
+ minuteText: '分',
384
+ secondText: '秒',
385
+ millisecText: 'ミリ秒',
386
+ microsecText: 'マイクロ秒',
387
+ timezoneText: 'タイムゾーン',
388
+ currentText: '現時刻',
389
+ closeText: '閉じる',
390
+ timeFormat: 'HH:mm',
391
+ amNames: ['午前', 'AM', 'A'],
392
+ pmNames: ['午後', 'PM', 'P'],
393
+ isRTL: false
394
+ };
395
+ $.timepicker.setDefaults($.timepicker.regional['ja']);
396
+ })(jQuery);
397
+ /* Korean translation for the jQuery Timepicker Addon */
398
+ /* Written by Genie */
399
+ (function($) {
400
+ $.timepicker.regional['ko'] = {
401
+ timeOnlyTitle: '시간 선택',
402
+ timeText: '시간',
403
+ hourText: '시',
404
+ minuteText: '분',
405
+ secondText: '초',
406
+ millisecText: '밀리초',
407
+ microsecText: '마이크로',
408
+ timezoneText: '표준 시간대',
409
+ currentText: '현재 시각',
410
+ closeText: '닫기',
411
+ timeFormat: 'tt h:mm',
412
+ amNames: ['오전', 'AM', 'A'],
413
+ pmNames: ['오후', 'PM', 'P'],
414
+ isRTL: false
415
+ };
416
+ $.timepicker.setDefaults($.timepicker.regional['ko']);
417
+ })(jQuery);
418
+ /* Lithuanian translation for the jQuery Timepicker Addon */
419
+ /* Written by Irmantas Šiupšinskas */
420
+ (function($) {
421
+ $.timepicker.regional['lt'] = {
422
+ timeOnlyTitle: 'Pasirinkite laiką',
423
+ timeText: 'Laikas',
424
+ hourText: 'Valandos',
425
+ minuteText: 'Minutės',
426
+ secondText: 'Sekundės',
427
+ millisecText: 'Milisekundės',
428
+ microsecText: 'Mikrosekundės',
429
+ timezoneText: 'Laiko zona',
430
+ currentText: 'Dabar',
431
+ closeText: 'Uždaryti',
432
+ timeFormat: 'HH:mm',
433
+ amNames: ['priešpiet', 'AM', 'A'],
434
+ pmNames: ['popiet', 'PM', 'P'],
435
+ isRTL: false
436
+ };
437
+ $.timepicker.setDefaults($.timepicker.regional['lt']);
438
+ })(jQuery);
439
+ /* Dutch translation for the jQuery Timepicker Addon */
440
+ /* Written by Martijn van der Lee */
441
+ (function($) {
442
+ $.timepicker.regional['nl'] = {
443
+ timeOnlyTitle: 'Tijdstip',
444
+ timeText: 'Tijd',
445
+ hourText: 'Uur',
446
+ minuteText: 'Minuut',
447
+ secondText: 'Seconde',
448
+ millisecText: 'Milliseconde',
449
+ microsecText: 'Microseconde',
450
+ timezoneText: 'Tijdzone',
451
+ currentText: 'Vandaag',
452
+ closeText: 'Sluiten',
453
+ timeFormat: 'HH:mm',
454
+ amNames: ['AM', 'A'],
455
+ pmNames: ['PM', 'P'],
456
+ isRTL: false
457
+ };
458
+ $.timepicker.setDefaults($.timepicker.regional['nl']);
459
+ })(jQuery);
460
+ /* Norwegian translation for the jQuery Timepicker Addon */
461
+ /* Written by Morten Hauan (http://hauan.me) */
462
+ (function($) {
463
+ $.timepicker.regional['no'] = {
464
+ timeOnlyTitle: 'Velg tid',
465
+ timeText: 'Tid',
466
+ hourText: 'Time',
467
+ minuteText: 'Minutt',
468
+ secondText: 'Sekund',
469
+ millisecText: 'Millisekund',
470
+ microsecText: 'mikrosekund',
471
+ timezoneText: 'Tidssone',
472
+ currentText: 'Nå',
473
+ closeText: 'Lukk',
474
+ timeFormat: 'HH:mm',
475
+ amNames: ['am', 'AM', 'A'],
476
+ pmNames: ['pm', 'PM', 'P'],
477
+ isRTL: false
478
+ };
479
+ $.timepicker.setDefaults($.timepicker.regional['no']);
480
+ })(jQuery);
481
+ /* Polish translation for the jQuery Timepicker Addon */
482
+ /* Written by Michał Pena */
483
+ (function($) {
484
+ $.timepicker.regional['pl'] = {
485
+ timeOnlyTitle: 'Wybierz godzinę',
486
+ timeText: 'Czas',
487
+ hourText: 'Godzina',
488
+ minuteText: 'Minuta',
489
+ secondText: 'Sekunda',
490
+ millisecText: 'Milisekunda',
491
+ microsecText: 'Mikrosekunda',
492
+ timezoneText: 'Strefa czasowa',
493
+ currentText: 'Teraz',
494
+ closeText: 'Gotowe',
495
+ timeFormat: 'HH:mm',
496
+ amNames: ['AM', 'A'],
497
+ pmNames: ['PM', 'P'],
498
+ isRTL: false
499
+ };
500
+ $.timepicker.setDefaults($.timepicker.regional['pl']);
501
+ })(jQuery);
502
+ /* Brazilian Portuguese translation for the jQuery Timepicker Addon */
503
+ /* Written by Diogo Damiani (diogodamiani@gmail.com) */
504
+ (function ($) {
505
+ $.timepicker.regional['pt-BR'] = {
506
+ timeOnlyTitle: 'Escolha o horário',
507
+ timeText: 'Horário',
508
+ hourText: 'Hora',
509
+ minuteText: 'Minutos',
510
+ secondText: 'Segundos',
511
+ millisecText: 'Milissegundos',
512
+ microsecText: 'Microssegundos',
513
+ timezoneText: 'Fuso horário',
514
+ currentText: 'Agora',
515
+ closeText: 'Fechar',
516
+ timeFormat: 'HH:mm',
517
+ amNames: ['a.m.', 'AM', 'A'],
518
+ pmNames: ['p.m.', 'PM', 'P'],
519
+ isRTL: false
520
+ };
521
+ $.timepicker.setDefaults($.timepicker.regional['pt-BR']);
522
+ })(jQuery);
523
+ /* Portuguese translation for the jQuery Timepicker Addon */
524
+ /* Written by Luan Almeida */
525
+ (function($) {
526
+ $.timepicker.regional['pt'] = {
527
+ timeOnlyTitle: 'Escolha uma hora',
528
+ timeText: 'Hora',
529
+ hourText: 'Horas',
530
+ minuteText: 'Minutos',
531
+ secondText: 'Segundos',
532
+ millisecText: 'Milissegundos',
533
+ microsecText: 'Microssegundos',
534
+ timezoneText: 'Fuso horário',
535
+ currentText: 'Agora',
536
+ closeText: 'Fechar',
537
+ timeFormat: 'HH:mm',
538
+ amNames: ['a.m.', 'AM', 'A'],
539
+ pmNames: ['p.m.', 'PM', 'P'],
540
+ isRTL: false
541
+ };
542
+ $.timepicker.setDefaults($.timepicker.regional['pt']);
543
+ })(jQuery);
544
+ /* Romanian translation for the jQuery Timepicker Addon */
545
+ /* Written by Romeo Adrian Cioaba */
546
+ (function($) {
547
+ $.timepicker.regional['ro'] = {
548
+ timeOnlyTitle: 'Alegeţi o oră',
549
+ timeText: 'Timp',
550
+ hourText: 'Ore',
551
+ minuteText: 'Minute',
552
+ secondText: 'Secunde',
553
+ millisecText: 'Milisecunde',
554
+ microsecText: 'Microsecunde',
555
+ timezoneText: 'Fus orar',
556
+ currentText: 'Acum',
557
+ closeText: 'Închide',
558
+ timeFormat: 'HH:mm',
559
+ amNames: ['AM', 'A'],
560
+ pmNames: ['PM', 'P'],
561
+ isRTL: false
562
+ };
563
+ $.timepicker.setDefaults($.timepicker.regional['ro']);
564
+ })(jQuery);
565
+ /* Russian translation for the jQuery Timepicker Addon */
566
+ /* Written by Trent Richardson */
567
+ (function($) {
568
+ $.timepicker.regional['ru'] = {
569
+ timeOnlyTitle: 'Выберите время',
570
+ timeText: 'Время',
571
+ hourText: 'Часы',
572
+ minuteText: 'Минуты',
573
+ secondText: 'Секунды',
574
+ millisecText: 'Миллисекунды',
575
+ microsecText: 'Микросекунды',
576
+ timezoneText: 'Часовой пояс',
577
+ currentText: 'Сейчас',
578
+ closeText: 'Закрыть',
579
+ timeFormat: 'HH:mm',
580
+ amNames: ['AM', 'A'],
581
+ pmNames: ['PM', 'P'],
582
+ isRTL: false
583
+ };
584
+ $.timepicker.setDefaults($.timepicker.regional['ru']);
585
+ })(jQuery);
586
+ /* Slovak translation for the jQuery Timepicker Addon */
587
+ /* Written by David Vallner */
588
+ (function($) {
589
+ $.timepicker.regional['sk'] = {
590
+ timeOnlyTitle: 'Zvoľte čas',
591
+ timeText: 'Čas',
592
+ hourText: 'Hodiny',
593
+ minuteText: 'Minúty',
594
+ secondText: 'Sekundy',
595
+ millisecText: 'Milisekundy',
596
+ microsecText: 'Mikrosekundy',
597
+ timezoneText: 'Časové pásmo',
598
+ currentText: 'Teraz',
599
+ closeText: 'Zavrieť',
600
+ timeFormat: 'H:m',
601
+ amNames: ['dop.', 'AM', 'A'],
602
+ pmNames: ['pop.', 'PM', 'P'],
603
+ isRTL: false
604
+ };
605
+ $.timepicker.setDefaults($.timepicker.regional['sk']);
606
+ })(jQuery);
607
+ /* Swedish translation for the jQuery Timepicker Addon */
608
+ /* Written by Nevon */
609
+ (function($) {
610
+ $.timepicker.regional['sv'] = {
611
+ timeOnlyTitle: 'Välj en tid',
612
+ timeText: 'Timme',
613
+ hourText: 'Timmar',
614
+ minuteText: 'Minuter',
615
+ secondText: 'Sekunder',
616
+ millisecText: 'Millisekunder',
617
+ microsecText: 'Mikrosekunder',
618
+ timezoneText: 'Tidszon',
619
+ currentText: 'Nu',
620
+ closeText: 'Stäng',
621
+ timeFormat: 'HH:mm',
622
+ amNames: ['AM', 'A'],
623
+ pmNames: ['PM', 'P'],
624
+ isRTL: false
625
+ };
626
+ $.timepicker.setDefaults($.timepicker.regional['sv']);
627
+ })(jQuery);
628
+ /* Thai translation for the jQuery Timepicker Addon */
629
+ /* Written by Yote Wachirapornpongsa */
630
+ (function($) {
631
+ $.timepicker.regional['th'] = {
632
+ timeOnlyTitle: 'เลือกเวลา',
633
+ timeText: 'เวลา ',
634
+ hourText: 'ชั่วโมง ',
635
+ minuteText: 'นาที',
636
+ secondText: 'วินาที',
637
+ millisecText: 'มิลลิวินาที',
638
+ microsecText: 'ไมโคริวินาที',
639
+ timezoneText: 'เขตเวลา',
640
+ currentText: 'เวลาปัจจุบัน',
641
+ closeText: 'ปิด',
642
+ timeFormat: 'hh:mm tt'
643
+ };
644
+ $.timepicker.setDefaults($.timepicker.regional['th']);
645
+ })(jQuery);/* Turkish translation for the jQuery Timepicker Addon */
646
+ /* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
647
+ (function($) {
648
+ $.timepicker.regional['tr'] = {
649
+ timeOnlyTitle: 'Zaman Seçiniz',
650
+ timeText: 'Zaman',
651
+ hourText: 'Saat',
652
+ minuteText: 'Dakika',
653
+ secondText: 'Saniye',
654
+ millisecText: 'Milisaniye',
655
+ microsecText: 'Mikrosaniye',
656
+ timezoneText: 'Zaman Dilimi',
657
+ currentText: 'Şu an',
658
+ closeText: 'Tamam',
659
+ timeFormat: 'HH:mm',
660
+ amNames: ['ÖÖ', 'Ö'],
661
+ pmNames: ['ÖS', 'S'],
662
+ isRTL: false
663
+ };
664
+ $.timepicker.setDefaults($.timepicker.regional['tr']);
665
+ })(jQuery);
666
+ /* Ukrainian translation for the jQuery Timepicker Addon */
667
+ /* Written by Sergey Noskov */
668
+ (function($) {
669
+ $.timepicker.regional['uk'] = {
670
+ timeOnlyTitle: 'Виберіть час',
671
+ timeText: 'Час',
672
+ hourText: 'Години',
673
+ minuteText: 'Хвилини',
674
+ secondText: 'Секунди',
675
+ millisecText: 'Мілісекунди',
676
+ microsecText: 'Мікросекунди',
677
+ timezoneText: 'Часовий пояс',
678
+ currentText: 'Зараз',
679
+ closeText: 'Закрити',
680
+ timeFormat: 'HH:mm',
681
+ amNames: ['AM', 'A'],
682
+ pmNames: ['PM', 'P'],
683
+ isRTL: false
684
+ };
685
+ $.timepicker.setDefaults($.timepicker.regional['uk']);
686
+ })(jQuery);
687
+ /* Vietnamese translation for the jQuery Timepicker Addon */
688
+ /* Written by Nguyen Dinh Trung */
689
+ (function($) {
690
+ $.timepicker.regional['vi'] = {
691
+ timeOnlyTitle: 'Chọn giờ',
692
+ timeText: 'Thời gian',
693
+ hourText: 'Giờ',
694
+ minuteText: 'Phút',
695
+ secondText: 'Giây',
696
+ millisecText: 'Phần nghìn giây',
697
+ microsecText: 'Miligiây',
698
+ timezoneText: 'Múi giờ',
699
+ currentText: 'Hiện thời',
700
+ closeText: 'Đóng',
701
+ timeFormat: 'H:m',
702
+ amNames: ['SA', 'AM', 'A'],
703
+ pmNames: ['CH', 'PM', 'P'],
704
+ isRTL: false
705
+ };
706
+ $.timepicker.setDefaults($.timepicker.regional['vi']);
707
+ })(jQuery);
708
+ /* Simplified Chinese translation for the jQuery Timepicker Addon /
709
+ / Written by Will Lu */
710
+ (function($) {
711
+ $.timepicker.regional['zh-CN'] = {
712
+ timeOnlyTitle: '选择时间',
713
+ timeText: '时间',
714
+ hourText: '小时',
715
+ minuteText: '分钟',
716
+ secondText: '秒钟',
717
+ millisecText: '微秒',
718
+ microsecText: '微秒',
719
+ timezoneText: '时区',
720
+ currentText: '现在时间',
721
+ closeText: '关闭',
722
+ timeFormat: 'HH:mm',
723
+ amNames: ['AM', 'A'],
724
+ pmNames: ['PM', 'P'],
725
+ isRTL: false
726
+ };
727
+ $.timepicker.setDefaults($.timepicker.regional['zh-CN']);
728
+ })(jQuery);
729
+ /* Chinese translation for the jQuery Timepicker Addon */
730
+ /* Written by Alang.lin */
731
+ (function($) {
732
+ $.timepicker.regional['zh-TW'] = {
733
+ timeOnlyTitle: '選擇時分秒',
734
+ timeText: '時間',
735
+ hourText: '時',
736
+ minuteText: '分',
737
+ secondText: '秒',
738
+ millisecText: '毫秒',
739
+ microsecText: '微秒',
740
+ timezoneText: '時區',
741
+ currentText: '現在時間',
742
+ closeText: '確定',
743
+ timeFormat: 'HH:mm',
744
+ amNames: ['上午', 'AM', 'A'],
745
+ pmNames: ['下午', 'PM', 'P'],
746
+ isRTL: false
747
+ };
748
+ $.timepicker.setDefaults($.timepicker.regional['zh-TW']);
749
+ })(jQuery);