hydroponics 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (410) hide show
  1. data/README.rdoc +2 -2
  2. data/Rakefile +1 -0
  3. data/VERSION +1 -1
  4. data/bin/hydro +19 -5
  5. data/hydroponics.gemspec +409 -3
  6. data/lib/db_remote.rb +23 -0
  7. data/lib/hydroponics.rb +17 -4
  8. data/lib/views/index.erb +26 -0
  9. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  10. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  11. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  12. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  13. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  14. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  15. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  16. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  17. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  18. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  19. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  20. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  21. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  22. data/static/jquery-ui-1.8.5.custom/css/smoothness/jquery-ui-1.8.5.custom.css +572 -0
  23. data/static/jquery-ui-1.8.5.custom/development-bundle/AUTHORS.txt +30 -0
  24. data/static/jquery-ui-1.8.5.custom/development-bundle/GPL-LICENSE.txt +278 -0
  25. data/static/jquery-ui-1.8.5.custom/development-bundle/MIT-LICENSE.txt +25 -0
  26. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/collapsible.html +57 -0
  27. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/custom-icons.html +69 -0
  28. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/default.html +85 -0
  29. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/fillspace.html +76 -0
  30. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/hoverintent.html +134 -0
  31. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/index.html +25 -0
  32. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/mouseover.html +57 -0
  33. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/no-auto-height.html +60 -0
  34. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/sortable.html +83 -0
  35. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/addClass/default.html +52 -0
  36. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/addClass/index.html +18 -0
  37. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/animate/default.html +61 -0
  38. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/animate/index.html +18 -0
  39. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/categories.html +71 -0
  40. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/combobox.html +163 -0
  41. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/custom-data.html +95 -0
  42. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/default.html +64 -0
  43. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/folding.html +62 -0
  44. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  45. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  46. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  47. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  48. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  49. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/index.html +27 -0
  50. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/london.xml +114 -0
  51. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/maxheight.html +75 -0
  52. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/multiple-remote.html +76 -0
  53. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/multiple.html +91 -0
  54. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  55. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  56. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/remote.html +59 -0
  57. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/search.php +640 -0
  58. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/xml.html +72 -0
  59. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/checkbox.html +44 -0
  60. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/default.html +38 -0
  61. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/icons.html +56 -0
  62. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/index.html +23 -0
  63. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/radio.html +39 -0
  64. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/splitbutton.html +55 -0
  65. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/toolbar.html +120 -0
  66. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/alt-field.html +36 -0
  67. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/animation.html +58 -0
  68. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/buttonbar.html +35 -0
  69. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/date-formats.html +47 -0
  70. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/default.html +33 -0
  71. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  72. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/event-search.html +49 -0
  73. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  74. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  75. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/index.html +31 -0
  76. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/inline.html +33 -0
  77. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/localization.html +146 -0
  78. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/min-max.html +33 -0
  79. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  80. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/other-months.html +37 -0
  81. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/show-week.html +39 -0
  82. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/demos.css +334 -0
  83. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/animated.html +56 -0
  84. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/default.html +54 -0
  85. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/index.html +23 -0
  86. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  87. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-form.html +167 -0
  88. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-message.html +71 -0
  89. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal.html +60 -0
  90. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/constrain-movement.html +69 -0
  91. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/cursor-style.html +49 -0
  92. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/default.html +39 -0
  93. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/delay-start.html +45 -0
  94. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/events.html +77 -0
  95. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/handle.html +50 -0
  96. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/index.html +28 -0
  97. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/revert.html +44 -0
  98. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/scroll.html +51 -0
  99. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/snap-to.html +68 -0
  100. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/sortable.html +57 -0
  101. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/visual-feedback.html +77 -0
  102. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/accepted-elements.html +60 -0
  103. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/default.html +53 -0
  104. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  105. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  106. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  107. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  108. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  109. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  110. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  111. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  112. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/index.html +24 -0
  113. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/photo-manager.html +184 -0
  114. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/propagation.html +80 -0
  115. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/revert.html +61 -0
  116. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/shopping-cart.html +101 -0
  117. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/visual-feedback.html +78 -0
  118. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/effect/default.html +109 -0
  119. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/effect/easing.html +107 -0
  120. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/effect/index.html +19 -0
  121. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/hide/default.html +102 -0
  122. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/hide/index.html +18 -0
  123. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/calendar.gif +0 -0
  124. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  125. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-config-on.gif +0 -0
  126. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  127. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  128. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/icon-docs-info.gif +0 -0
  129. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/pbar-ani.gif +0 -0
  130. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/index.html +314 -0
  131. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/cycler.html +122 -0
  132. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/default.html +153 -0
  133. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/images/earth.jpg +0 -0
  134. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/images/flight.jpg +0 -0
  135. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/images/rocket.jpg +0 -0
  136. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/index.html +19 -0
  137. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/animated.html +44 -0
  138. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/default.html +35 -0
  139. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  140. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/index.html +20 -0
  141. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/resize.html +40 -0
  142. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/removeClass/default.html +52 -0
  143. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/removeClass/index.html +18 -0
  144. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/animate.html +41 -0
  145. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/aspect-ratio.html +40 -0
  146. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/constrain-area.html +45 -0
  147. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/default.html +38 -0
  148. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/delay-start.html +52 -0
  149. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/helper.html +41 -0
  150. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/index.html +28 -0
  151. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/max-min.html +43 -0
  152. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/snap-to-grid.html +40 -0
  153. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/synchronous-resize.html +47 -0
  154. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/textarea.html +39 -0
  155. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/visual-feedback.html +41 -0
  156. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/default.html +48 -0
  157. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/display-grid.html +53 -0
  158. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/index.html +20 -0
  159. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/serialize.html +59 -0
  160. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/show/default.html +103 -0
  161. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/show/index.html +18 -0
  162. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/colorpicker.html +95 -0
  163. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html +37 -0
  164. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/hotelrooms.html +59 -0
  165. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/index.html +29 -0
  166. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/multiple-vertical.html +77 -0
  167. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/range-vertical.html +50 -0
  168. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/range.html +51 -0
  169. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/rangemax.html +50 -0
  170. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/rangemin.html +51 -0
  171. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/side-scroll.html +138 -0
  172. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/slider-vertical.html +52 -0
  173. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/steps.html +51 -0
  174. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/tabs.html +67 -0
  175. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html +79 -0
  176. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/connect-lists.html +58 -0
  177. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/default.html +51 -0
  178. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/delay-start.html +67 -0
  179. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/display-grid.html +54 -0
  180. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/empty-lists.html +69 -0
  181. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/index.html +26 -0
  182. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/items.html +71 -0
  183. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/placeholder.html +56 -0
  184. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/portlets.html +96 -0
  185. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/switchClass/default.html +48 -0
  186. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/switchClass/index.html +18 -0
  187. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content1.html +4 -0
  188. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content2.html +4 -0
  189. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
  190. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
  191. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax.html +51 -0
  192. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/bottom.html +60 -0
  193. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/collapsible.html +56 -0
  194. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/cookie.html +57 -0
  195. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/default.html +49 -0
  196. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/index.html +25 -0
  197. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/manipulation.html +121 -0
  198. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/mouseover.html +54 -0
  199. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/sortable.html +65 -0
  200. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/vertical.html +64 -0
  201. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggle/default.html +92 -0
  202. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggle/index.html +18 -0
  203. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggleClass/default.html +46 -0
  204. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggleClass/index.html +18 -0
  205. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/accordion.html +977 -0
  206. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/addClass.html +109 -0
  207. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/animate.html +78 -0
  208. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/autocomplete.html +710 -0
  209. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/button.html +461 -0
  210. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/datepicker.html +2531 -0
  211. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/dialog.html +1603 -0
  212. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/draggable.html +1536 -0
  213. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/droppable.html +788 -0
  214. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/effect.html +143 -0
  215. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/hide.html +144 -0
  216. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/position.html +226 -0
  217. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/progressbar.html +381 -0
  218. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/removeClass.html +113 -0
  219. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/resizable.html +1160 -0
  220. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/selectable.html +807 -0
  221. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/show.html +144 -0
  222. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/slider.html +821 -0
  223. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/sortable.html +1910 -0
  224. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/switchClass.html +129 -0
  225. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/tabs.html +1513 -0
  226. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/toggle.html +144 -0
  227. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/toggleClass.html +111 -0
  228. data/static/jquery-ui-1.8.5.custom/development-bundle/external/jquery.bgiframe-2.1.1.js +10 -0
  229. data/static/jquery-ui-1.8.5.custom/development-bundle/external/jquery.cookie.js +89 -0
  230. data/static/jquery-ui-1.8.5.custom/development-bundle/external/jquery.metadata.js +122 -0
  231. data/static/jquery-ui-1.8.5.custom/development-bundle/external/qunit.css +153 -0
  232. data/static/jquery-ui-1.8.5.custom/development-bundle/external/qunit.js +1261 -0
  233. data/static/jquery-ui-1.8.5.custom/development-bundle/jquery-1.4.2.js +6240 -0
  234. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  235. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  236. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  237. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  238. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  239. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  240. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  241. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  242. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  243. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  244. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  245. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  246. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  247. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.accordion.css +19 -0
  248. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.all.css +11 -0
  249. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  250. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.base.css +11 -0
  251. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.button.css +38 -0
  252. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.core.css +41 -0
  253. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  254. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  255. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  256. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.resizable.css +20 -0
  257. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  258. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.slider.css +24 -0
  259. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
  260. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.theme.css +252 -0
  261. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  262. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  263. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  264. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  265. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  266. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  267. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  268. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  269. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  270. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  271. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  272. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  273. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  274. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery-ui-1.8.5.custom.css +572 -0
  275. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.accordion.css +19 -0
  276. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.all.css +11 -0
  277. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +53 -0
  278. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.base.css +11 -0
  279. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.button.css +38 -0
  280. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.core.css +41 -0
  281. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.datepicker.css +68 -0
  282. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.dialog.css +21 -0
  283. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.progressbar.css +11 -0
  284. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.resizable.css +20 -0
  285. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.selectable.css +10 -0
  286. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.slider.css +24 -0
  287. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.tabs.css +18 -0
  288. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.theme.css +254 -0
  289. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery-ui-i18n.js +1199 -0
  290. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  291. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +24 -0
  292. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  293. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  294. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  295. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  296. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  297. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  298. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  299. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  300. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  301. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  302. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  303. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  304. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  305. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  306. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  307. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  308. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  309. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +23 -0
  310. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  311. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  312. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  313. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  314. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  315. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  316. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  317. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  318. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  319. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  320. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  321. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  322. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  323. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  324. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  325. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  326. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  327. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  328. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  329. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  330. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  331. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  332. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  333. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  334. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  335. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  336. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  337. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  338. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  339. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  340. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  341. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  342. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  343. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery-ui-1.8.5.custom.js +11358 -0
  344. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.blind.js +49 -0
  345. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.bounce.js +78 -0
  346. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.clip.js +54 -0
  347. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.core.js +714 -0
  348. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.drop.js +50 -0
  349. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.explode.js +79 -0
  350. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.fade.js +32 -0
  351. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.fold.js +56 -0
  352. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.highlight.js +50 -0
  353. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.pulsate.js +51 -0
  354. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.scale.js +178 -0
  355. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.shake.js +57 -0
  356. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.slide.js +50 -0
  357. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.transfer.js +45 -0
  358. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.accordion.js +598 -0
  359. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.autocomplete.js +555 -0
  360. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.button.js +372 -0
  361. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.core.js +307 -0
  362. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.datepicker.js +1732 -0
  363. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.dialog.js +837 -0
  364. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.draggable.js +797 -0
  365. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.droppable.js +285 -0
  366. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.mouse.js +151 -0
  367. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.position.js +251 -0
  368. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.progressbar.js +94 -0
  369. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.resizable.js +812 -0
  370. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.selectable.js +266 -0
  371. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.slider.js +680 -0
  372. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.sortable.js +1071 -0
  373. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.tabs.js +758 -0
  374. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.widget.js +249 -0
  375. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.blind.min.js +14 -0
  376. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.bounce.min.js +15 -0
  377. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.clip.min.js +14 -0
  378. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.core.min.js +30 -0
  379. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.drop.min.js +14 -0
  380. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.explode.min.js +15 -0
  381. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.fade.min.js +13 -0
  382. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.fold.min.js +14 -0
  383. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.highlight.min.js +14 -0
  384. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.pulsate.min.js +14 -0
  385. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.scale.min.js +20 -0
  386. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js +14 -0
  387. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.slide.min.js +14 -0
  388. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.transfer.min.js +14 -0
  389. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js +30 -0
  390. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +31 -0
  391. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.button.min.js +25 -0
  392. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  393. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js +80 -0
  394. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js +39 -0
  395. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js +49 -0
  396. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js +26 -0
  397. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  398. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  399. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  400. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js +47 -0
  401. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  402. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.slider.min.js +33 -0
  403. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  404. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js +35 -0
  405. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  406. data/static/jquery-ui-1.8.5.custom/development-bundle/version.txt +1 -0
  407. data/static/jquery-ui-1.8.5.custom/index.html +395 -0
  408. data/static/jquery-ui-1.8.5.custom/js/jquery-1.4.2.min.js +154 -0
  409. data/static/jquery-ui-1.8.5.custom/js/jquery-ui-1.8.5.custom.min.js +778 -0
  410. metadata +421 -4
@@ -0,0 +1,1199 @@
1
+ /* Afrikaans initialisation for the jQuery UI date picker plugin. */
2
+ /* Written by Renier Pretorius. */
3
+ jQuery(function($){
4
+ $.datepicker.regional['af'] = {
5
+ closeText: 'Selekteer',
6
+ prevText: 'Vorige',
7
+ nextText: 'Volgende',
8
+ currentText: 'Vandag',
9
+ monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie',
10
+ 'Julie','Augustus','September','Oktober','November','Desember'],
11
+ monthNamesShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun',
12
+ 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'],
13
+ dayNames: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'],
14
+ dayNamesShort: ['Son', 'Maa', 'Din', 'Woe', 'Don', 'Vry', 'Sat'],
15
+ dayNamesMin: ['So','Ma','Di','Wo','Do','Vr','Sa'],
16
+ weekHeader: 'Wk',
17
+ dateFormat: 'dd/mm/yy',
18
+ firstDay: 1,
19
+ isRTL: false,
20
+ showMonthAfterYear: false,
21
+ yearSuffix: ''};
22
+ $.datepicker.setDefaults($.datepicker.regional['af']);
23
+ });
24
+ /* Arabic Translation for jQuery UI date picker plugin. */
25
+ /* Khaled Al Horani -- koko.dw@gmail.com */
26
+ /* خالد الحوراني -- koko.dw@gmail.com */
27
+ /* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
28
+ jQuery(function($){
29
+ $.datepicker.regional['ar'] = {
30
+ closeText: 'إغلاق',
31
+ prevText: '<السابق',
32
+ nextText: 'التالي>',
33
+ currentText: 'اليوم',
34
+ monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
35
+ 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
36
+ monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
37
+ dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
38
+ dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
39
+ dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
40
+ weekHeader: 'أسبوع',
41
+ dateFormat: 'dd/mm/yy',
42
+ firstDay: 0,
43
+ isRTL: true,
44
+ showMonthAfterYear: false,
45
+ yearSuffix: ''};
46
+ $.datepicker.setDefaults($.datepicker.regional['ar']);
47
+ });/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
48
+ /* Written by Jamil Najafov (necefov33@gmail.com). */
49
+ jQuery(function($) {
50
+ $.datepicker.regional['az'] = {
51
+ closeText: 'Bağla',
52
+ prevText: '<Geri',
53
+ nextText: 'İrəli>',
54
+ currentText: 'Bugün',
55
+ monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
56
+ 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
57
+ monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
58
+ 'İyul','Avq','Sen','Okt','Noy','Dek'],
59
+ dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
60
+ dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
61
+ dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
62
+ weekHeader: 'Hf',
63
+ dateFormat: 'dd.mm.yy',
64
+ firstDay: 1,
65
+ isRTL: false,
66
+ showMonthAfterYear: false,
67
+ yearSuffix: ''};
68
+ $.datepicker.setDefaults($.datepicker.regional['az']);
69
+ });/* Bulgarian initialisation for the jQuery UI date picker plugin. */
70
+ /* Written by Stoyan Kyosev (http://svest.org). */
71
+ jQuery(function($){
72
+ $.datepicker.regional['bg'] = {
73
+ closeText: 'затвори',
74
+ prevText: '<назад',
75
+ nextText: 'напред>',
76
+ nextBigText: '>>',
77
+ currentText: 'днес',
78
+ monthNames: ['Януари','Февруари','Март','Април','Май','Юни',
79
+ 'Юли','Август','Септември','Октомври','Ноември','Декември'],
80
+ monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни',
81
+ 'Юли','Авг','Сеп','Окт','Нов','Дек'],
82
+ dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'],
83
+ dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'],
84
+ dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'],
85
+ weekHeader: 'Wk',
86
+ dateFormat: 'dd.mm.yy',
87
+ firstDay: 1,
88
+ isRTL: false,
89
+ showMonthAfterYear: false,
90
+ yearSuffix: ''};
91
+ $.datepicker.setDefaults($.datepicker.regional['bg']);
92
+ });
93
+ /* Bosnian i18n for the jQuery UI date picker plugin. */
94
+ /* Written by Kenan Konjo. */
95
+ jQuery(function($){
96
+ $.datepicker.regional['bs'] = {
97
+ closeText: 'Zatvori',
98
+ prevText: '<',
99
+ nextText: '>',
100
+ currentText: 'Danas',
101
+ monthNames: ['Januar','Februar','Mart','April','Maj','Juni',
102
+ 'Juli','August','Septembar','Oktobar','Novembar','Decembar'],
103
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
104
+ 'Jul','Aug','Sep','Okt','Nov','Dec'],
105
+ dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
106
+ dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
107
+ dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
108
+ weekHeader: 'Wk',
109
+ dateFormat: 'dd.mm.yy',
110
+ firstDay: 1,
111
+ isRTL: false,
112
+ showMonthAfterYear: false,
113
+ yearSuffix: ''};
114
+ $.datepicker.setDefaults($.datepicker.regional['bs']);
115
+ });/* Inicialització en català per a l'extenció 'calendar' per jQuery. */
116
+ /* Writers: (joan.leon@gmail.com). */
117
+ jQuery(function($){
118
+ $.datepicker.regional['ca'] = {
119
+ closeText: 'Tancar',
120
+ prevText: '<Ant',
121
+ nextText: 'Seg>',
122
+ currentText: 'Avui',
123
+ monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny',
124
+ 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'],
125
+ monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun',
126
+ 'Jul','Ago','Set','Oct','Nov','Des'],
127
+ dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'],
128
+ dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
129
+ dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
130
+ weekHeader: 'Sm',
131
+ dateFormat: 'dd/mm/yy',
132
+ firstDay: 1,
133
+ isRTL: false,
134
+ showMonthAfterYear: false,
135
+ yearSuffix: ''};
136
+ $.datepicker.setDefaults($.datepicker.regional['ca']);
137
+ });/* Czech initialisation for the jQuery UI date picker plugin. */
138
+ /* Written by Tomas Muller (tomas@tomas-muller.net). */
139
+ jQuery(function($){
140
+ $.datepicker.regional['cs'] = {
141
+ closeText: 'Zavřít',
142
+ prevText: '<Dříve',
143
+ nextText: 'Později>',
144
+ currentText: 'Nyní',
145
+ monthNames: ['leden','únor','březen','duben','květen','červen',
146
+ 'červenec','srpen','září','říjen','listopad','prosinec'],
147
+ monthNamesShort: ['led','úno','bře','dub','kvě','čer',
148
+ 'čvc','srp','zář','říj','lis','pro'],
149
+ dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
150
+ dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
151
+ dayNamesMin: ['ne','po','út','st','čt','pá','so'],
152
+ weekHeader: 'Týd',
153
+ dateFormat: 'dd.mm.yy',
154
+ firstDay: 1,
155
+ isRTL: false,
156
+ showMonthAfterYear: false,
157
+ yearSuffix: ''};
158
+ $.datepicker.setDefaults($.datepicker.regional['cs']);
159
+ });
160
+ /* Danish initialisation for the jQuery UI date picker plugin. */
161
+ /* Written by Jan Christensen ( deletestuff@gmail.com). */
162
+ jQuery(function($){
163
+ $.datepicker.regional['da'] = {
164
+ closeText: 'Luk',
165
+ prevText: '<Forrige',
166
+ nextText: 'Næste>',
167
+ currentText: 'Idag',
168
+ monthNames: ['Januar','Februar','Marts','April','Maj','Juni',
169
+ 'Juli','August','September','Oktober','November','December'],
170
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
171
+ 'Jul','Aug','Sep','Okt','Nov','Dec'],
172
+ dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
173
+ dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
174
+ dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
175
+ weekHeader: 'Uge',
176
+ dateFormat: 'dd-mm-yy',
177
+ firstDay: 1,
178
+ isRTL: false,
179
+ showMonthAfterYear: false,
180
+ yearSuffix: ''};
181
+ $.datepicker.setDefaults($.datepicker.regional['da']);
182
+ });
183
+ /* German initialisation for the jQuery UI date picker plugin. */
184
+ /* Written by Milian Wolff (mail@milianw.de). */
185
+ jQuery(function($){
186
+ $.datepicker.regional['de'] = {
187
+ closeText: 'schließen',
188
+ prevText: '<zurück',
189
+ nextText: 'Vor>',
190
+ currentText: 'heute',
191
+ monthNames: ['Januar','Februar','März','April','Mai','Juni',
192
+ 'Juli','August','September','Oktober','November','Dezember'],
193
+ monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
194
+ 'Jul','Aug','Sep','Okt','Nov','Dez'],
195
+ dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
196
+ dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
197
+ dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
198
+ weekHeader: 'Wo',
199
+ dateFormat: 'dd.mm.yy',
200
+ firstDay: 1,
201
+ isRTL: false,
202
+ showMonthAfterYear: false,
203
+ yearSuffix: ''};
204
+ $.datepicker.setDefaults($.datepicker.regional['de']);
205
+ });
206
+ /* Greek (el) initialisation for the jQuery UI date picker plugin. */
207
+ /* Written by Alex Cicovic (http://www.alexcicovic.com) */
208
+ jQuery(function($){
209
+ $.datepicker.regional['el'] = {
210
+ closeText: 'Κλείσιμο',
211
+ prevText: 'Προηγούμενος',
212
+ nextText: 'Επόμενος',
213
+ currentText: 'Τρέχων Μήνας',
214
+ monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος',
215
+ 'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'],
216
+ monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
217
+ 'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'],
218
+ dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
219
+ dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
220
+ dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
221
+ weekHeader: 'Εβδ',
222
+ dateFormat: 'dd/mm/yy',
223
+ firstDay: 1,
224
+ isRTL: false,
225
+ showMonthAfterYear: false,
226
+ yearSuffix: ''};
227
+ $.datepicker.setDefaults($.datepicker.regional['el']);
228
+ });/* English/UK initialisation for the jQuery UI date picker plugin. */
229
+ /* Written by Stuart. */
230
+ jQuery(function($){
231
+ $.datepicker.regional['en-GB'] = {
232
+ closeText: 'Done',
233
+ prevText: 'Prev',
234
+ nextText: 'Next',
235
+ currentText: 'Today',
236
+ monthNames: ['January','February','March','April','May','June',
237
+ 'July','August','September','October','November','December'],
238
+ monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
239
+ 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
240
+ dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
241
+ dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
242
+ dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
243
+ weekHeader: 'Wk',
244
+ dateFormat: 'dd/mm/yy',
245
+ firstDay: 1,
246
+ isRTL: false,
247
+ showMonthAfterYear: false,
248
+ yearSuffix: ''};
249
+ $.datepicker.setDefaults($.datepicker.regional['en-GB']);
250
+ });
251
+ /* Esperanto initialisation for the jQuery UI date picker plugin. */
252
+ /* Written by Olivier M. (olivierweb@ifrance.com). */
253
+ jQuery(function($){
254
+ $.datepicker.regional['eo'] = {
255
+ closeText: 'Fermi',
256
+ prevText: '<Anta',
257
+ nextText: 'Sekv>',
258
+ currentText: 'Nuna',
259
+ monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
260
+ 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
261
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
262
+ 'Jul','Aŭg','Sep','Okt','Nov','Dec'],
263
+ dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
264
+ dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
265
+ dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
266
+ weekHeader: 'Sb',
267
+ dateFormat: 'dd/mm/yy',
268
+ firstDay: 0,
269
+ isRTL: false,
270
+ showMonthAfterYear: false,
271
+ yearSuffix: ''};
272
+ $.datepicker.setDefaults($.datepicker.regional['eo']);
273
+ });
274
+ /* Inicialización en español para la extensión 'UI date picker' para jQuery. */
275
+ /* Traducido por Vester (xvester@gmail.com). */
276
+ jQuery(function($){
277
+ $.datepicker.regional['es'] = {
278
+ closeText: 'Cerrar',
279
+ prevText: '<Ant',
280
+ nextText: 'Sig>',
281
+ currentText: 'Hoy',
282
+ monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
283
+ 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
284
+ monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
285
+ 'Jul','Ago','Sep','Oct','Nov','Dic'],
286
+ dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
287
+ dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
288
+ dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
289
+ weekHeader: 'Sm',
290
+ dateFormat: 'dd/mm/yy',
291
+ firstDay: 1,
292
+ isRTL: false,
293
+ showMonthAfterYear: false,
294
+ yearSuffix: ''};
295
+ $.datepicker.setDefaults($.datepicker.regional['es']);
296
+ });/* Estonian initialisation for the jQuery UI date picker plugin. */
297
+ /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
298
+ jQuery(function($){
299
+ $.datepicker.regional['et'] = {
300
+ closeText: 'Sulge',
301
+ prevText: 'Eelnev',
302
+ nextText: 'Järgnev',
303
+ currentText: 'Täna',
304
+ monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni',
305
+ 'Juuli','August','September','Oktoober','November','Detsember'],
306
+ monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni',
307
+ 'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'],
308
+ dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'],
309
+ dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'],
310
+ dayNamesMin: ['P','E','T','K','N','R','L'],
311
+ weekHeader: 'Sm',
312
+ dateFormat: 'dd.mm.yy',
313
+ firstDay: 1,
314
+ isRTL: false,
315
+ showMonthAfterYear: false,
316
+ yearSuffix: ''};
317
+ $.datepicker.setDefaults($.datepicker.regional['et']);
318
+ }); /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
319
+ /* Karrikas-ek itzulia (karrikas@karrikas.com) */
320
+ jQuery(function($){
321
+ $.datepicker.regional['eu'] = {
322
+ closeText: 'Egina',
323
+ prevText: '<Aur',
324
+ nextText: 'Hur>',
325
+ currentText: 'Gaur',
326
+ monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina',
327
+ 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'],
328
+ monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka',
329
+ 'Uzt','Abu','Ira','Urr','Aza','Abe'],
330
+ dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'],
331
+ dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'],
332
+ dayNamesMin: ['Ig','As','As','As','Os','Os','La'],
333
+ weekHeader: 'Wk',
334
+ dateFormat: 'yy/mm/dd',
335
+ firstDay: 1,
336
+ isRTL: false,
337
+ showMonthAfterYear: false,
338
+ yearSuffix: ''};
339
+ $.datepicker.setDefaults($.datepicker.regional['eu']);
340
+ });/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
341
+ /* Javad Mowlanezhad -- jmowla@gmail.com */
342
+ /* Jalali calendar should supported soon! (Its implemented but I have to test it) */
343
+ jQuery(function($) {
344
+ $.datepicker.regional['fa'] = {
345
+ closeText: 'بستن',
346
+ prevText: '<قبلي',
347
+ nextText: 'بعدي>',
348
+ currentText: 'امروز',
349
+ monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور',
350
+ 'مهر','آبان','آذر','دي','بهمن','اسفند'],
351
+ monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
352
+ dayNames: ['يکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'],
353
+ dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'],
354
+ dayNamesMin: ['ي','د','س','چ','پ','ج', 'ش'],
355
+ weekHeader: 'هف',
356
+ dateFormat: 'yy/mm/dd',
357
+ firstDay: 6,
358
+ isRTL: true,
359
+ showMonthAfterYear: false,
360
+ yearSuffix: ''};
361
+ $.datepicker.setDefaults($.datepicker.regional['fa']);
362
+ });/* Finnish initialisation for the jQuery UI date picker plugin. */
363
+ /* Written by Harri Kilpi� (harrikilpio@gmail.com). */
364
+ jQuery(function($){
365
+ $.datepicker.regional['fi'] = {
366
+ closeText: 'Sulje',
367
+ prevText: '«Edellinen',
368
+ nextText: 'Seuraava»',
369
+ currentText: 'Tänään',
370
+ monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu',
371
+ 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'],
372
+ monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä',
373
+ 'Heinä','Elo','Syys','Loka','Marras','Joulu'],
374
+ dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'],
375
+ dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'],
376
+ dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'],
377
+ weekHeader: 'Vk',
378
+ dateFormat: 'dd.mm.yy',
379
+ firstDay: 1,
380
+ isRTL: false,
381
+ showMonthAfterYear: false,
382
+ yearSuffix: ''};
383
+ $.datepicker.setDefaults($.datepicker.regional['fi']);
384
+ });
385
+ /* Faroese initialisation for the jQuery UI date picker plugin */
386
+ /* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
387
+ jQuery(function($){
388
+ $.datepicker.regional['fo'] = {
389
+ closeText: 'Lat aftur',
390
+ prevText: '<Fyrra',
391
+ nextText: 'Næsta>',
392
+ currentText: 'Í dag',
393
+ monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni',
394
+ 'Juli','August','September','Oktober','November','Desember'],
395
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
396
+ 'Jul','Aug','Sep','Okt','Nov','Des'],
397
+ dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'],
398
+ dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'],
399
+ dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
400
+ weekHeader: 'Vk',
401
+ dateFormat: 'dd-mm-yy',
402
+ firstDay: 0,
403
+ isRTL: false,
404
+ showMonthAfterYear: false,
405
+ yearSuffix: ''};
406
+ $.datepicker.setDefaults($.datepicker.regional['fo']);
407
+ });
408
+ /* Swiss-French initialisation for the jQuery UI date picker plugin. */
409
+ /* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
410
+ jQuery(function($){
411
+ $.datepicker.regional['fr-CH'] = {
412
+ closeText: 'Fermer',
413
+ prevText: '<Préc',
414
+ nextText: 'Suiv>',
415
+ currentText: 'Courant',
416
+ monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
417
+ 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
418
+ monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
419
+ 'Jul','Aoû','Sep','Oct','Nov','Déc'],
420
+ dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
421
+ dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
422
+ dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
423
+ weekHeader: 'Sm',
424
+ dateFormat: 'dd.mm.yy',
425
+ firstDay: 1,
426
+ isRTL: false,
427
+ showMonthAfterYear: false,
428
+ yearSuffix: ''};
429
+ $.datepicker.setDefaults($.datepicker.regional['fr-CH']);
430
+ });/* French initialisation for the jQuery UI date picker plugin. */
431
+ /* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */
432
+ jQuery(function($){
433
+ $.datepicker.regional['fr'] = {
434
+ closeText: 'Fermer',
435
+ prevText: '<Préc',
436
+ nextText: 'Suiv>',
437
+ currentText: 'Courant',
438
+ monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
439
+ 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
440
+ monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
441
+ 'Jul','Aoû','Sep','Oct','Nov','Déc'],
442
+ dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
443
+ dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
444
+ dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
445
+ weekHeader: 'Sm',
446
+ dateFormat: 'dd/mm/yy',
447
+ firstDay: 1,
448
+ isRTL: false,
449
+ showMonthAfterYear: false,
450
+ yearSuffix: ''};
451
+ $.datepicker.setDefaults($.datepicker.regional['fr']);
452
+ });/* Hebrew initialisation for the UI Datepicker extension. */
453
+ /* Written by Amir Hardon (ahardon at gmail dot com). */
454
+ jQuery(function($){
455
+ $.datepicker.regional['he'] = {
456
+ closeText: 'סגור',
457
+ prevText: '<הקודם',
458
+ nextText: 'הבא>',
459
+ currentText: 'היום',
460
+ monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
461
+ 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
462
+ monthNamesShort: ['1','2','3','4','5','6',
463
+ '7','8','9','10','11','12'],
464
+ dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
465
+ dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
466
+ dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
467
+ weekHeader: 'Wk',
468
+ dateFormat: 'dd/mm/yy',
469
+ firstDay: 0,
470
+ isRTL: true,
471
+ showMonthAfterYear: false,
472
+ yearSuffix: ''};
473
+ $.datepicker.setDefaults($.datepicker.regional['he']);
474
+ });
475
+ /* Croatian i18n for the jQuery UI date picker plugin. */
476
+ /* Written by Vjekoslav Nesek. */
477
+ jQuery(function($){
478
+ $.datepicker.regional['hr'] = {
479
+ closeText: 'Zatvori',
480
+ prevText: '<',
481
+ nextText: '>',
482
+ currentText: 'Danas',
483
+ monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj',
484
+ 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
485
+ monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
486
+ 'Srp','Kol','Ruj','Lis','Stu','Pro'],
487
+ dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
488
+ dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
489
+ dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
490
+ weekHeader: 'Tje',
491
+ dateFormat: 'dd.mm.yy.',
492
+ firstDay: 1,
493
+ isRTL: false,
494
+ showMonthAfterYear: false,
495
+ yearSuffix: ''};
496
+ $.datepicker.setDefaults($.datepicker.regional['hr']);
497
+ });/* Hungarian initialisation for the jQuery UI date picker plugin. */
498
+ /* Written by Istvan Karaszi (jquery@spam.raszi.hu). */
499
+ jQuery(function($){
500
+ $.datepicker.regional['hu'] = {
501
+ closeText: 'bezárás',
502
+ prevText: '« vissza',
503
+ nextText: 'előre »',
504
+ currentText: 'ma',
505
+ monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június',
506
+ 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
507
+ monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
508
+ 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
509
+ dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
510
+ dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
511
+ dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
512
+ weekHeader: 'Hé',
513
+ dateFormat: 'yy-mm-dd',
514
+ firstDay: 1,
515
+ isRTL: false,
516
+ showMonthAfterYear: false,
517
+ yearSuffix: ''};
518
+ $.datepicker.setDefaults($.datepicker.regional['hu']);
519
+ });
520
+ /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
521
+ /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
522
+ jQuery(function($){
523
+ $.datepicker.regional['hy'] = {
524
+ closeText: 'Փակել',
525
+ prevText: '<Նախ.',
526
+ nextText: 'Հաջ.>',
527
+ currentText: 'Այսօր',
528
+ monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
529
+ 'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
530
+ monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
531
+ 'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
532
+ dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
533
+ dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
534
+ dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
535
+ weekHeader: 'ՇԲՏ',
536
+ dateFormat: 'dd.mm.yy',
537
+ firstDay: 1,
538
+ isRTL: false,
539
+ showMonthAfterYear: false,
540
+ yearSuffix: ''};
541
+ $.datepicker.setDefaults($.datepicker.regional['hy']);
542
+ });/* Indonesian initialisation for the jQuery UI date picker plugin. */
543
+ /* Written by Deden Fathurahman (dedenf@gmail.com). */
544
+ jQuery(function($){
545
+ $.datepicker.regional['id'] = {
546
+ closeText: 'Tutup',
547
+ prevText: '<mundur',
548
+ nextText: 'maju>',
549
+ currentText: 'hari ini',
550
+ monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
551
+ 'Juli','Agustus','September','Oktober','Nopember','Desember'],
552
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
553
+ 'Jul','Agus','Sep','Okt','Nop','Des'],
554
+ dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
555
+ dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
556
+ dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
557
+ weekHeader: 'Mg',
558
+ dateFormat: 'dd/mm/yy',
559
+ firstDay: 0,
560
+ isRTL: false,
561
+ showMonthAfterYear: false,
562
+ yearSuffix: ''};
563
+ $.datepicker.setDefaults($.datepicker.regional['id']);
564
+ });/* Icelandic initialisation for the jQuery UI date picker plugin. */
565
+ /* Written by Haukur H. Thorsson (haukur@eskill.is). */
566
+ jQuery(function($){
567
+ $.datepicker.regional['is'] = {
568
+ closeText: 'Loka',
569
+ prevText: '< Fyrri',
570
+ nextText: 'Næsti >',
571
+ currentText: 'Í dag',
572
+ monthNames: ['Janúar','Febrúar','Mars','Apríl','Ma&iacute','Júní',
573
+ 'Júlí','Ágúst','September','Október','Nóvember','Desember'],
574
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maí','Jún',
575
+ 'Júl','Ágú','Sep','Okt','Nóv','Des'],
576
+ dayNames: ['Sunnudagur','Mánudagur','Þriðjudagur','Miðvikudagur','Fimmtudagur','Föstudagur','Laugardagur'],
577
+ dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
578
+ dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
579
+ weekHeader: 'Vika',
580
+ dateFormat: 'dd/mm/yy',
581
+ firstDay: 0,
582
+ isRTL: false,
583
+ showMonthAfterYear: false,
584
+ yearSuffix: ''};
585
+ $.datepicker.setDefaults($.datepicker.regional['is']);
586
+ });/* Italian initialisation for the jQuery UI date picker plugin. */
587
+ /* Written by Antonello Pasella (antonello.pasella@gmail.com). */
588
+ jQuery(function($){
589
+ $.datepicker.regional['it'] = {
590
+ closeText: 'Chiudi',
591
+ prevText: '<Prec',
592
+ nextText: 'Succ>',
593
+ currentText: 'Oggi',
594
+ monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
595
+ 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
596
+ monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
597
+ 'Lug','Ago','Set','Ott','Nov','Dic'],
598
+ dayNames: ['Domenica','Luned&#236','Marted&#236','Mercoled&#236','Gioved&#236','Venerd&#236','Sabato'],
599
+ dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
600
+ dayNamesMin: ['Do','Lu','Ma','Me','Gi','Ve','Sa'],
601
+ weekHeader: 'Sm',
602
+ dateFormat: 'dd/mm/yy',
603
+ firstDay: 1,
604
+ isRTL: false,
605
+ showMonthAfterYear: false,
606
+ yearSuffix: ''};
607
+ $.datepicker.setDefaults($.datepicker.regional['it']);
608
+ });
609
+ /* Japanese initialisation for the jQuery UI date picker plugin. */
610
+ /* Written by Kentaro SATO (kentaro@ranvis.com). */
611
+ jQuery(function($){
612
+ $.datepicker.regional['ja'] = {
613
+ closeText: '閉じる',
614
+ prevText: '<前',
615
+ nextText: '次>',
616
+ currentText: '今日',
617
+ monthNames: ['1月','2月','3月','4月','5月','6月',
618
+ '7月','8月','9月','10月','11月','12月'],
619
+ monthNamesShort: ['1月','2月','3月','4月','5月','6月',
620
+ '7月','8月','9月','10月','11月','12月'],
621
+ dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'],
622
+ dayNamesShort: ['日','月','火','水','木','金','土'],
623
+ dayNamesMin: ['日','月','火','水','木','金','土'],
624
+ weekHeader: '週',
625
+ dateFormat: 'yy/mm/dd',
626
+ firstDay: 0,
627
+ isRTL: false,
628
+ showMonthAfterYear: true,
629
+ yearSuffix: '年'};
630
+ $.datepicker.setDefaults($.datepicker.regional['ja']);
631
+ });/* Korean initialisation for the jQuery calendar extension. */
632
+ /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */
633
+ jQuery(function($){
634
+ $.datepicker.regional['ko'] = {
635
+ closeText: '닫기',
636
+ prevText: '이전달',
637
+ nextText: '다음달',
638
+ currentText: '오늘',
639
+ monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
640
+ '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
641
+ monthNamesShort: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
642
+ '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
643
+ dayNames: ['일','월','화','수','목','금','토'],
644
+ dayNamesShort: ['일','월','화','수','목','금','토'],
645
+ dayNamesMin: ['일','월','화','수','목','금','토'],
646
+ weekHeader: 'Wk',
647
+ dateFormat: 'yy-mm-dd',
648
+ firstDay: 0,
649
+ isRTL: false,
650
+ showMonthAfterYear: false,
651
+ yearSuffix: '년'};
652
+ $.datepicker.setDefaults($.datepicker.regional['ko']);
653
+ });/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
654
+ /* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
655
+ jQuery(function($){
656
+ $.datepicker.regional['kz'] = {
657
+ closeText: 'Жабу',
658
+ prevText: '<Алдыңғы',
659
+ nextText: 'Келесі>',
660
+ currentText: 'Бүгін',
661
+ monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым',
662
+ 'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'],
663
+ monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау',
664
+ 'Шіл','Там','Қыр','Қаз','Қар','Жел'],
665
+ dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'],
666
+ dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'],
667
+ dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'],
668
+ weekHeader: 'Не',
669
+ dateFormat: 'dd.mm.yy',
670
+ firstDay: 1,
671
+ isRTL: false,
672
+ showMonthAfterYear: false,
673
+ yearSuffix: ''};
674
+ $.datepicker.setDefaults($.datepicker.regional['kz']);
675
+ });
676
+ /* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */
677
+ /* @author Arturas Paleicikas <arturas@avalon.lt> */
678
+ jQuery(function($){
679
+ $.datepicker.regional['lt'] = {
680
+ closeText: 'Uždaryti',
681
+ prevText: '&#x3c;Atgal',
682
+ nextText: 'Pirmyn&#x3e;',
683
+ currentText: 'Šiandien',
684
+ monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis',
685
+ 'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'],
686
+ monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir',
687
+ 'Lie','Rugp','Rugs','Spa','Lap','Gru'],
688
+ dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'],
689
+ dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'],
690
+ dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'],
691
+ weekHeader: 'Wk',
692
+ dateFormat: 'yy-mm-dd',
693
+ firstDay: 1,
694
+ isRTL: false,
695
+ showMonthAfterYear: false,
696
+ yearSuffix: ''};
697
+ $.datepicker.setDefaults($.datepicker.regional['lt']);
698
+ });/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
699
+ /* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
700
+ jQuery(function($){
701
+ $.datepicker.regional['lv'] = {
702
+ closeText: 'Aizvērt',
703
+ prevText: 'Iepr',
704
+ nextText: 'Nāka',
705
+ currentText: 'Šodien',
706
+ monthNames: ['Janvāris','Februāris','Marts','Aprīlis','Maijs','Jūnijs',
707
+ 'Jūlijs','Augusts','Septembris','Oktobris','Novembris','Decembris'],
708
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jūn',
709
+ 'Jūl','Aug','Sep','Okt','Nov','Dec'],
710
+ dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'],
711
+ dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'],
712
+ dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'],
713
+ weekHeader: 'Nav',
714
+ dateFormat: 'dd-mm-yy',
715
+ firstDay: 1,
716
+ isRTL: false,
717
+ showMonthAfterYear: false,
718
+ yearSuffix: ''};
719
+ $.datepicker.setDefaults($.datepicker.regional['lv']);
720
+ });/* Malaysian initialisation for the jQuery UI date picker plugin. */
721
+ /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
722
+ jQuery(function($){
723
+ $.datepicker.regional['ms'] = {
724
+ closeText: 'Tutup',
725
+ prevText: '&#x3c;Sebelum',
726
+ nextText: 'Selepas&#x3e;',
727
+ currentText: 'hari ini',
728
+ monthNames: ['Januari','Februari','Mac','April','Mei','Jun',
729
+ 'Julai','Ogos','September','Oktober','November','Disember'],
730
+ monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun',
731
+ 'Jul','Ogo','Sep','Okt','Nov','Dis'],
732
+ dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'],
733
+ dayNamesShort: ['Aha','Isn','Sel','Rab','kha','Jum','Sab'],
734
+ dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'],
735
+ weekHeader: 'Mg',
736
+ dateFormat: 'dd/mm/yy',
737
+ firstDay: 0,
738
+ isRTL: false,
739
+ showMonthAfterYear: false,
740
+ yearSuffix: ''};
741
+ $.datepicker.setDefaults($.datepicker.regional['ms']);
742
+ });/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
743
+ /* Written by Mathias Bynens <http://mathiasbynens.be/> */
744
+ jQuery(function($){
745
+ $.datepicker.regional.nl = {
746
+ closeText: 'Sluiten',
747
+ prevText: '←',
748
+ nextText: '→',
749
+ currentText: 'Vandaag',
750
+ monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
751
+ 'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
752
+ monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
753
+ 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
754
+ dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
755
+ dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
756
+ dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
757
+ weekHeader: 'Wk',
758
+ dateFormat: 'dd/mm/yy',
759
+ firstDay: 1,
760
+ isRTL: false,
761
+ showMonthAfterYear: false,
762
+ yearSuffix: ''};
763
+ $.datepicker.setDefaults($.datepicker.regional.nl);
764
+ });/* Norwegian initialisation for the jQuery UI date picker plugin. */
765
+ /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
766
+ jQuery(function($){
767
+ $.datepicker.regional['no'] = {
768
+ closeText: 'Lukk',
769
+ prevText: '&laquo;Forrige',
770
+ nextText: 'Neste&raquo;',
771
+ currentText: 'I dag',
772
+ monthNames: ['Januar','Februar','Mars','April','Mai','Juni',
773
+ 'Juli','August','September','Oktober','November','Desember'],
774
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun',
775
+ 'Jul','Aug','Sep','Okt','Nov','Des'],
776
+ dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
777
+ dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
778
+ dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
779
+ weekHeader: 'Uke',
780
+ dateFormat: 'yy-mm-dd',
781
+ firstDay: 0,
782
+ isRTL: false,
783
+ showMonthAfterYear: false,
784
+ yearSuffix: ''};
785
+ $.datepicker.setDefaults($.datepicker.regional['no']);
786
+ });
787
+ /* Polish initialisation for the jQuery UI date picker plugin. */
788
+ /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
789
+ jQuery(function($){
790
+ $.datepicker.regional['pl'] = {
791
+ closeText: 'Zamknij',
792
+ prevText: '&#x3c;Poprzedni',
793
+ nextText: 'Następny&#x3e;',
794
+ currentText: 'Dziś',
795
+ monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec',
796
+ 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'],
797
+ monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze',
798
+ 'Lip','Sie','Wrz','Pa','Lis','Gru'],
799
+ dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
800
+ dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'],
801
+ dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'],
802
+ weekHeader: 'Tydz',
803
+ dateFormat: 'dd.mm.yy',
804
+ firstDay: 1,
805
+ isRTL: false,
806
+ showMonthAfterYear: false,
807
+ yearSuffix: ''};
808
+ $.datepicker.setDefaults($.datepicker.regional['pl']);
809
+ });
810
+ /* Brazilian initialisation for the jQuery UI date picker plugin. */
811
+ /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
812
+ jQuery(function($){
813
+ $.datepicker.regional['pt-BR'] = {
814
+ closeText: 'Fechar',
815
+ prevText: '&#x3c;Anterior',
816
+ nextText: 'Pr&oacute;ximo&#x3e;',
817
+ currentText: 'Hoje',
818
+ monthNames: ['Janeiro','Fevereiro','Mar&ccedil;o','Abril','Maio','Junho',
819
+ 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
820
+ monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
821
+ 'Jul','Ago','Set','Out','Nov','Dez'],
822
+ dayNames: ['Domingo','Segunda-feira','Ter&ccedil;a-feira','Quarta-feira','Quinta-feira','Sexta-feira','S&aacute;bado'],
823
+ dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','S&aacute;b'],
824
+ dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','S&aacute;b'],
825
+ weekHeader: 'Sm',
826
+ dateFormat: 'dd/mm/yy',
827
+ firstDay: 0,
828
+ isRTL: false,
829
+ showMonthAfterYear: false,
830
+ yearSuffix: ''};
831
+ $.datepicker.setDefaults($.datepicker.regional['pt-BR']);
832
+ });/* Romanian initialisation for the jQuery UI date picker plugin.
833
+ *
834
+ * Written by Edmond L. (ll_edmond@walla.com)
835
+ * and Ionut G. Stan (ionut.g.stan@gmail.com)
836
+ */
837
+ jQuery(function($){
838
+ $.datepicker.regional['ro'] = {
839
+ closeText: 'Închide',
840
+ prevText: '&laquo; Luna precedentă',
841
+ nextText: 'Luna următoare &raquo;',
842
+ currentText: 'Azi',
843
+ monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie',
844
+ 'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
845
+ monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun',
846
+ 'Iul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
847
+ dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
848
+ dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
849
+ dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'],
850
+ weekHeader: 'Săpt',
851
+ dateFormat: 'dd.mm.yy',
852
+ firstDay: 1,
853
+ isRTL: false,
854
+ showMonthAfterYear: false,
855
+ yearSuffix: ''};
856
+ $.datepicker.setDefaults($.datepicker.regional['ro']);
857
+ });
858
+ /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
859
+ /* Written by Andrew Stromnov (stromnov@gmail.com). */
860
+ jQuery(function($){
861
+ $.datepicker.regional['ru'] = {
862
+ closeText: 'Закрыть',
863
+ prevText: '&#x3c;Пред',
864
+ nextText: 'След&#x3e;',
865
+ currentText: 'Сегодня',
866
+ monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь',
867
+ 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
868
+ monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
869
+ 'Июл','Авг','Сен','Окт','Ноя','Дек'],
870
+ dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
871
+ dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
872
+ dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
873
+ weekHeader: 'Не',
874
+ dateFormat: 'dd.mm.yy',
875
+ firstDay: 1,
876
+ isRTL: false,
877
+ showMonthAfterYear: false,
878
+ yearSuffix: ''};
879
+ $.datepicker.setDefaults($.datepicker.regional['ru']);
880
+ });/* Slovak initialisation for the jQuery UI date picker plugin. */
881
+ /* Written by Vojtech Rinik (vojto@hmm.sk). */
882
+ jQuery(function($){
883
+ $.datepicker.regional['sk'] = {
884
+ closeText: 'Zavrieť',
885
+ prevText: '&#x3c;Predchádzajúci',
886
+ nextText: 'Nasledujúci&#x3e;',
887
+ currentText: 'Dnes',
888
+ monthNames: ['Január','Február','Marec','Apríl','Máj','Jún',
889
+ 'Júl','August','September','Október','November','December'],
890
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
891
+ 'Júl','Aug','Sep','Okt','Nov','Dec'],
892
+ dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
893
+ dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
894
+ dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
895
+ weekHeader: 'Ty',
896
+ dateFormat: 'dd.mm.yy',
897
+ firstDay: 1,
898
+ isRTL: false,
899
+ showMonthAfterYear: false,
900
+ yearSuffix: ''};
901
+ $.datepicker.setDefaults($.datepicker.regional['sk']);
902
+ });
903
+ /* Slovenian initialisation for the jQuery UI date picker plugin. */
904
+ /* Written by Jaka Jancar (jaka@kubje.org). */
905
+ /* c = &#x10D;, s = &#x161; z = &#x17E; C = &#x10C; S = &#x160; Z = &#x17D; */
906
+ jQuery(function($){
907
+ $.datepicker.regional['sl'] = {
908
+ closeText: 'Zapri',
909
+ prevText: '&lt;Prej&#x161;nji',
910
+ nextText: 'Naslednji&gt;',
911
+ currentText: 'Trenutni',
912
+ monthNames: ['Januar','Februar','Marec','April','Maj','Junij',
913
+ 'Julij','Avgust','September','Oktober','November','December'],
914
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
915
+ 'Jul','Avg','Sep','Okt','Nov','Dec'],
916
+ dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','&#x10C;etrtek','Petek','Sobota'],
917
+ dayNamesShort: ['Ned','Pon','Tor','Sre','&#x10C;et','Pet','Sob'],
918
+ dayNamesMin: ['Ne','Po','To','Sr','&#x10C;e','Pe','So'],
919
+ weekHeader: 'Teden',
920
+ dateFormat: 'dd.mm.yy',
921
+ firstDay: 1,
922
+ isRTL: false,
923
+ showMonthAfterYear: false,
924
+ yearSuffix: ''};
925
+ $.datepicker.setDefaults($.datepicker.regional['sl']);
926
+ });
927
+ /* Albanian initialisation for the jQuery UI date picker plugin. */
928
+ /* Written by Flakron Bytyqi (flakron@gmail.com). */
929
+ jQuery(function($){
930
+ $.datepicker.regional['sq'] = {
931
+ closeText: 'mbylle',
932
+ prevText: '&#x3c;mbrapa',
933
+ nextText: 'Përpara&#x3e;',
934
+ currentText: 'sot',
935
+ monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
936
+ 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
937
+ monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
938
+ 'Kor','Gus','Sht','Tet','Nën','Dhj'],
939
+ dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
940
+ dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
941
+ dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
942
+ weekHeader: 'Ja',
943
+ dateFormat: 'dd.mm.yy',
944
+ firstDay: 1,
945
+ isRTL: false,
946
+ showMonthAfterYear: false,
947
+ yearSuffix: ''};
948
+ $.datepicker.setDefaults($.datepicker.regional['sq']);
949
+ });
950
+ /* Serbian i18n for the jQuery UI date picker plugin. */
951
+ /* Written by Dejan Dimić. */
952
+ jQuery(function($){
953
+ $.datepicker.regional['sr-SR'] = {
954
+ closeText: 'Zatvori',
955
+ prevText: '&#x3c;',
956
+ nextText: '&#x3e;',
957
+ currentText: 'Danas',
958
+ monthNames: ['Januar','Februar','Mart','April','Maj','Jun',
959
+ 'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'],
960
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
961
+ 'Jul','Avg','Sep','Okt','Nov','Dec'],
962
+ dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'],
963
+ dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'],
964
+ dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
965
+ weekHeader: 'Sed',
966
+ dateFormat: 'dd/mm/yy',
967
+ firstDay: 1,
968
+ isRTL: false,
969
+ showMonthAfterYear: false,
970
+ yearSuffix: ''};
971
+ $.datepicker.setDefaults($.datepicker.regional['sr-SR']);
972
+ });
973
+ /* Serbian i18n for the jQuery UI date picker plugin. */
974
+ /* Written by Dejan Dimić. */
975
+ jQuery(function($){
976
+ $.datepicker.regional['sr'] = {
977
+ closeText: 'Затвори',
978
+ prevText: '&#x3c;',
979
+ nextText: '&#x3e;',
980
+ currentText: 'Данас',
981
+ monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун',
982
+ 'Јул','Август','Септембар','Октобар','Новембар','Децембар'],
983
+ monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун',
984
+ 'Јул','Авг','Сеп','Окт','Нов','Дец'],
985
+ dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'],
986
+ dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
987
+ dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
988
+ weekHeader: 'Сед',
989
+ dateFormat: 'dd/mm/yy',
990
+ firstDay: 1,
991
+ isRTL: false,
992
+ showMonthAfterYear: false,
993
+ yearSuffix: ''};
994
+ $.datepicker.setDefaults($.datepicker.regional['sr']);
995
+ });
996
+ /* Swedish initialisation for the jQuery UI date picker plugin. */
997
+ /* Written by Anders Ekdahl ( anders@nomadiz.se). */
998
+ jQuery(function($){
999
+ $.datepicker.regional['sv'] = {
1000
+ closeText: 'Stäng',
1001
+ prevText: '&laquo;Förra',
1002
+ nextText: 'Nästa&raquo;',
1003
+ currentText: 'Idag',
1004
+ monthNames: ['Januari','Februari','Mars','April','Maj','Juni',
1005
+ 'Juli','Augusti','September','Oktober','November','December'],
1006
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
1007
+ 'Jul','Aug','Sep','Okt','Nov','Dec'],
1008
+ dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'],
1009
+ dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
1010
+ dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'],
1011
+ weekHeader: 'Ve',
1012
+ dateFormat: 'yy-mm-dd',
1013
+ firstDay: 1,
1014
+ isRTL: false,
1015
+ showMonthAfterYear: false,
1016
+ yearSuffix: ''};
1017
+ $.datepicker.setDefaults($.datepicker.regional['sv']);
1018
+ });
1019
+ /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
1020
+ /* Written by S A Sureshkumar (saskumar@live.com). */
1021
+ jQuery(function($){
1022
+ $.datepicker.regional['ta'] = {
1023
+ closeText: 'மூடு',
1024
+ prevText: 'முன்னையது',
1025
+ nextText: 'அடுத்தது',
1026
+ currentText: 'இன்று',
1027
+ monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி',
1028
+ 'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'],
1029
+ monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி',
1030
+ 'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'],
1031
+ dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'],
1032
+ dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'],
1033
+ dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'],
1034
+ weekHeader: 'Не',
1035
+ dateFormat: 'dd/mm/yy',
1036
+ firstDay: 1,
1037
+ isRTL: false,
1038
+ showMonthAfterYear: false,
1039
+ yearSuffix: ''};
1040
+ $.datepicker.setDefaults($.datepicker.regional['ta']);
1041
+ });
1042
+ /* Thai initialisation for the jQuery UI date picker plugin. */
1043
+ /* Written by pipo (pipo@sixhead.com). */
1044
+ jQuery(function($){
1045
+ $.datepicker.regional['th'] = {
1046
+ closeText: 'ปิด',
1047
+ prevText: '&laquo;&nbsp;ย้อน',
1048
+ nextText: 'ถัดไป&nbsp;&raquo;',
1049
+ currentText: 'วันนี้',
1050
+ monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
1051
+ 'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
1052
+ monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
1053
+ 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
1054
+ dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
1055
+ dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
1056
+ dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
1057
+ weekHeader: 'Wk',
1058
+ dateFormat: 'dd/mm/yy',
1059
+ firstDay: 0,
1060
+ isRTL: false,
1061
+ showMonthAfterYear: false,
1062
+ yearSuffix: ''};
1063
+ $.datepicker.setDefaults($.datepicker.regional['th']);
1064
+ });/* Turkish initialisation for the jQuery UI date picker plugin. */
1065
+ /* Written by Izzet Emre Erkan (kara@karalamalar.net). */
1066
+ jQuery(function($){
1067
+ $.datepicker.regional['tr'] = {
1068
+ closeText: 'kapat',
1069
+ prevText: '&#x3c;geri',
1070
+ nextText: 'ileri&#x3e',
1071
+ currentText: 'bugün',
1072
+ monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
1073
+ 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
1074
+ monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
1075
+ 'Tem','Ağu','Eyl','Eki','Kas','Ara'],
1076
+ dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
1077
+ dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
1078
+ dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
1079
+ weekHeader: 'Hf',
1080
+ dateFormat: 'dd.mm.yy',
1081
+ firstDay: 1,
1082
+ isRTL: false,
1083
+ showMonthAfterYear: false,
1084
+ yearSuffix: ''};
1085
+ $.datepicker.setDefaults($.datepicker.regional['tr']);
1086
+ });/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
1087
+ /* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
1088
+ jQuery(function($){
1089
+ $.datepicker.regional['uk'] = {
1090
+ closeText: 'Закрити',
1091
+ prevText: '&#x3c;',
1092
+ nextText: '&#x3e;',
1093
+ currentText: 'Сьогодні',
1094
+ monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень',
1095
+ 'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'],
1096
+ monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер',
1097
+ 'Лип','Сер','Вер','Жов','Лис','Гру'],
1098
+ dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'],
1099
+ dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'],
1100
+ dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'],
1101
+ weekHeader: 'Не',
1102
+ dateFormat: 'dd/mm/yy',
1103
+ firstDay: 1,
1104
+ isRTL: false,
1105
+ showMonthAfterYear: false,
1106
+ yearSuffix: ''};
1107
+ $.datepicker.setDefaults($.datepicker.regional['uk']);
1108
+ });/* Vietnamese initialisation for the jQuery UI date picker plugin. */
1109
+ /* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
1110
+ jQuery(function($){
1111
+ $.datepicker.regional['vi'] = {
1112
+ closeText: 'Đóng',
1113
+ prevText: '&#x3c;Trước',
1114
+ nextText: 'Tiếp&#x3e;',
1115
+ currentText: 'Hôm nay',
1116
+ monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu',
1117
+ 'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai'],
1118
+ monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6',
1119
+ 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
1120
+ dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
1121
+ dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
1122
+ dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
1123
+ weekHeader: 'Tu',
1124
+ dateFormat: 'dd/mm/yy',
1125
+ firstDay: 0,
1126
+ isRTL: false,
1127
+ showMonthAfterYear: false,
1128
+ yearSuffix: ''};
1129
+ $.datepicker.setDefaults($.datepicker.regional['vi']);
1130
+ });
1131
+ /* Chinese initialisation for the jQuery UI date picker plugin. */
1132
+ /* Written by Cloudream (cloudream@gmail.com). */
1133
+ jQuery(function($){
1134
+ $.datepicker.regional['zh-CN'] = {
1135
+ closeText: '关闭',
1136
+ prevText: '&#x3c;上月',
1137
+ nextText: '下月&#x3e;',
1138
+ currentText: '今天',
1139
+ monthNames: ['一月','二月','三月','四月','五月','六月',
1140
+ '七月','八月','九月','十月','十一月','十二月'],
1141
+ monthNamesShort: ['一','二','三','四','五','六',
1142
+ '七','八','九','十','十一','十二'],
1143
+ dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
1144
+ dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
1145
+ dayNamesMin: ['日','一','二','三','四','五','六'],
1146
+ weekHeader: '周',
1147
+ dateFormat: 'yy-mm-dd',
1148
+ firstDay: 1,
1149
+ isRTL: false,
1150
+ showMonthAfterYear: true,
1151
+ yearSuffix: '年'};
1152
+ $.datepicker.setDefaults($.datepicker.regional['zh-CN']);
1153
+ });
1154
+ /* Chinese initialisation for the jQuery UI date picker plugin. */
1155
+ /* Written by SCCY (samuelcychan@gmail.com). */
1156
+ jQuery(function($){
1157
+ $.datepicker.regional['zh-HK'] = {
1158
+ closeText: '關閉',
1159
+ prevText: '&#x3c;上月',
1160
+ nextText: '下月&#x3e;',
1161
+ currentText: '今天',
1162
+ monthNames: ['一月','二月','三月','四月','五月','六月',
1163
+ '七月','八月','九月','十月','十一月','十二月'],
1164
+ monthNamesShort: ['一','二','三','四','五','六',
1165
+ '七','八','九','十','十一','十二'],
1166
+ dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
1167
+ dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
1168
+ dayNamesMin: ['日','一','二','三','四','五','六'],
1169
+ weekHeader: '周',
1170
+ dateFormat: 'dd-mm-yy',
1171
+ firstDay: 0,
1172
+ isRTL: false,
1173
+ showMonthAfterYear: true,
1174
+ yearSuffix: '年'};
1175
+ $.datepicker.setDefaults($.datepicker.regional['zh-HK']);
1176
+ });
1177
+ /* Chinese initialisation for the jQuery UI date picker plugin. */
1178
+ /* Written by Ressol (ressol@gmail.com). */
1179
+ jQuery(function($){
1180
+ $.datepicker.regional['zh-TW'] = {
1181
+ closeText: '關閉',
1182
+ prevText: '&#x3c;上月',
1183
+ nextText: '下月&#x3e;',
1184
+ currentText: '今天',
1185
+ monthNames: ['一月','二月','三月','四月','五月','六月',
1186
+ '七月','八月','九月','十月','十一月','十二月'],
1187
+ monthNamesShort: ['一','二','三','四','五','六',
1188
+ '七','八','九','十','十一','十二'],
1189
+ dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
1190
+ dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
1191
+ dayNamesMin: ['日','一','二','三','四','五','六'],
1192
+ weekHeader: '周',
1193
+ dateFormat: 'yy/mm/dd',
1194
+ firstDay: 1,
1195
+ isRTL: false,
1196
+ showMonthAfterYear: true,
1197
+ yearSuffix: '年'};
1198
+ $.datepicker.setDefaults($.datepicker.regional['zh-TW']);
1199
+ });