RubyApp 0.6.59 → 0.6.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +12 -3
- data/lib/ruby_app/elements/mobile/document.rb +6 -6
- data/lib/ruby_app/resources/elements/mobile/document/{fastclick.js → fastclick-0.5.6.js} +10 -4
- data/lib/ruby_app/resources/elements/mobile/document/jquery-1.8.3.min.js +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.css +462 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/AUTHORS.txt +217 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/MIT-LICENSE.txt +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/README.md +99 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/collapsible.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/custom-icons.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/default.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/fillspace.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/hoverintent.html +133 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/no-auto-height.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/sortable.html +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/categories.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/combobox.html +211 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/custom-data.html +91 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/default.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/folding.html +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/index.html +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/london.xml +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/maxheight.html +71 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple-remote.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple.html +93 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-jsonp.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-with-cache.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/search.php +590 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/xml.html +66 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/checkbox.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/default.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/icons.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/radio.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/splitbutton.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/toolbar.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/alt-field.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/animation.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/buttonbar.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-formats.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-range.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/default.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/dropdown-month-year.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/icon-trigger.html +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/images/calendar.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/index.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/inline.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/localization.html +169 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/min-max.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/multiple-calendars.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/other-months.html +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/show-week.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/demos.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/animated.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/default.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-confirmation.html +47 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-form.html +157 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-message.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/constrain-movement.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/cursor-style.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/default.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/delay-start.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/events.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/handle.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/revert.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/scroll.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/snap-to.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/sortable.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/visual-feedback.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/accepted-elements.html +53 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/default.html +46 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/photo-manager.html +182 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/propagation.html +73 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/revert.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/shopping-cart.html +94 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/visual-feedback.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/default.html +102 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/easing.html +102 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/calendar.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/default.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/icons.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/cycler.html +107 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/default.html +142 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/earth.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/flight.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/animated.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/default.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/index.html +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/resize.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/animate.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/aspect-ratio.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/constrain-area.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/default.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/delay-start.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/helper.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/max-min.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/snap-to-grid.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/synchronous-resize.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/textarea.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/visual-feedback.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/default.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/display-grid.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/index.html +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/serialize.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/colorpicker.html +87 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/default.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/hotelrooms.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/multiple-vertical.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range-vertical.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemax.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemin.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/side-scroll.html +132 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/slider-vertical.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/steps.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/default.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/delay-start.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/display-grid.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/empty-lists.html +63 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/index.html +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/items.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/placeholder.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/portlets.html +90 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/currency.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/decimal.html +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/default.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/latlong.html +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/overflow.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/time.html +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax.html +46 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content1.html +4 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content2.html +4 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/bottom.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/collapsible.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/default.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/manipulation.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/mouseover.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/sortable.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/vertical.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content1.html +1 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content2.html +1 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-animation.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-content.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-style.html +95 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/default.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/forms.html +65 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/st-stephens.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/tracking.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/video-player.html +117 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/default.html +178 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/index.html +14 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/accordion.html +499 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/autocomplete.html +590 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/blind-effect.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/bounce-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/button.html +283 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/clip-effect.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/datepicker.html +965 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/dialog.html +955 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/draggable.html +750 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/drop-effect.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/droppable.html +557 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/explode-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fade-effect.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fold-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/highlight-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/jQuery.widget.html +611 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/menu.html +679 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/mouse.html +239 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/position.html +116 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/progressbar.html +328 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/puff-effect.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/pulsate-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/resizable.html +694 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/scale-effect.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/selectable.html +509 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/shake-effect.html +66 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/size-effect.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slide-effect.html +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slider.html +595 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/sortable.html +1469 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/spinner.html +589 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tabs.html +644 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tooltip.html +478 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/transfer-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.de-DE.js +81 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.ja-JP.js +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.js +1573 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.cookie.js +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.metadata.js +122 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.mousewheel.js +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jshint.js +4835 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.css +235 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.js +1977 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/grunt.js +348 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/jquery-1.8.3.js +9472 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/package.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery-ui.css +461 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.accordion.css +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.all.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.autocomplete.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.base.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.button.css +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.core.css +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.datepicker.css +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.dialog.css +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.menu.css +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.progressbar.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.resizable.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.selectable.css +11 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.slider.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.spinner.css +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.theme.css +248 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tooltip.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery-ui.min.css +10 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.accordion.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.button.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.dialog.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.menu.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.slider.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.spinner.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tabs.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery-ui.css +462 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.accordion.css +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.button.css +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.core.css +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.datepicker.css +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.dialog.css +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.menu.css +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.progressbar.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.resizable.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.selectable.css +11 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.slider.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.spinner.css +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tabs.css +18 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.theme.css +248 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tooltip.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery-ui.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.accordion.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.autocomplete.jquery.json +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.button.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.core.jquery.json +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.datepicker.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.dialog.jquery.json +60 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.draggable.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.droppable.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-blind.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-bounce.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-clip.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-drop.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-explode.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fade.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fold.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-highlight.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-pulsate.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-scale.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-shake.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-slide.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-transfer.jquery.json +53 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect.jquery.json +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.menu.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.mouse.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.position.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.progressbar.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.resizable.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.selectable.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.slider.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.sortable.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.spinner.jquery.json +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tabs.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tooltip.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.widget.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery-ui-i18n.js +1675 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-km.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery-ui.custom.js +14879 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.accordion.js +731 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.autocomplete.js +602 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.button.js +418 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.core.js +356 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.datepicker.js +1846 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.dialog.js +858 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.draggable.js +836 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.droppable.js +294 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect.js +1276 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.menu.js +610 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.mouse.js +169 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.position.js +517 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.progressbar.js +105 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.resizable.js +801 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.selectable.js +261 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.slider.js +644 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.sortable.js +1096 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.spinner.js +478 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tabs.js +1366 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tooltip.js +398 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.widget.js +528 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.button.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.menu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.slider.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.spinner.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tooltip.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/index.html +447 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-1.8.3.js +9472 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.js +14879 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js +6 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.css +2053 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.css +946 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.css +1167 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/css/jqm-docs.css +359 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_icon.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_startup.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jqm-sitebg.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jquery-logo.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/mobile-devices.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/px-ccc.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/themroller-mobile-logo.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/version.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/_viewsource.js +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/jqm-docs.js +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/accessibility.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/features.html +77 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/getting-started.html +171 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/index.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/intro.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/platforms.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/data-attributes.html +530 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events-nav.html +557 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events.html +514 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/globalconfig.html +181 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/index.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/mediahelpers.html +133 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/methods.html +597 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/themes.html +291 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/api-buttons.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-events.html +92 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-grouped.html +112 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-icons.html +247 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-inline.html +99 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-methods.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-options.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-themes.html +130 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-types.html +119 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/index.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/dialogTransition.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/iOSFullscreen.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/index.html +86 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/jq17b1.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessage.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessageTextVisible.html +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/minScrollBack.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageLoadErrorMessage.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageTransition.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pushState.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/touchOverflow.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/api-content.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-events.html +109 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-methods.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-options.html +178 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-events.html +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-methods.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-options.html +112 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set.html +198 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible.html +226 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-grids.html +193 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-html.html +144 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-themes.html +144 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/index.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/index.html +189 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/options.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/docs-forms.html +267 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-compare.html +263 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-mini.html +245 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-native.html +250 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all.html +247 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-response.php +81 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-selfsubmit.php +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-themes.html +408 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/index.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/plugin-eventsmethods.html +73 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/events.html +106 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/index.html +225 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/options.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/events.html +103 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/index.html +141 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/methods.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/options.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/custom.html +424 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/events.html +105 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/index.html +418 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/methods.html +126 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/options.html +173 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/index.html +179 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/options.html +131 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/index.html +210 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/options.html +123 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/events.html +103 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/index.html +244 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/methods.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/options.html +117 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/index.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/docs-lists.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-af.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ag.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bb.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bk.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-hc.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-k.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-mg.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ok.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-p.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-rh.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ws.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-xx.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/de.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/fi.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gb.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gf.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/sj.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/us.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/index.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-all-full.html +174 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-count.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-divider.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-events.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-formatting.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms-inset.html +249 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms.html +249 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-icons.html +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-inset.html +175 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-nested.html +194 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ol.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-options.html +222 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-performance.html +578 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly-inset.html +171 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly.html +173 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-filtertext.html +94 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-inset.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-with-dividers.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split-purchase.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split.html +147 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-themes.html +264 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-thumbnails.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ul.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/nav.html +296 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-alt.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-buttons.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-overlay.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-success.html +31 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-with-select.html +118 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/docs-links-urltest/index.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/animals.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/category.php +150 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/colors.html +31 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/index.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page-external.html +121 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page.html +197 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/vehicles.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/index.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/multipage-template.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-anatomy.html +225 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-cache.html +125 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-customtransitions.html +297 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dialogs.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dynamic.html +300 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-links.html +147 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-navmodel.html +182 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-scripting.html +156 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-template.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-titles.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-dialog.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-page.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions.html +174 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes.html +150 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-a.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-b.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-c.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-d.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-e.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/phonegap.html +115 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/touchoverflow.html +127 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/transition-success.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-events.html +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-a.html +299 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-b.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-c.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-d.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-e.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-f.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-g.html +231 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-h.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-methods.html +134 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-options.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed.html +231 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fullscreen.html +68 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-themes.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-bars.html +85 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-footers.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-headers.html +216 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-navbar.html +318 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-a.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-b.html +140 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-c.html +121 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-d.html +92 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/09-chat2.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/100-coffee.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/18-envelope.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/19-gear.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/21-skull.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/30-key.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/34-coffee.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/88-beermug.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/Read me first - license.txt +13 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/images/photo-run.jpeg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/index.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/index.html +76 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.js +9272 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.js +7551 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.min.js +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.css +2053 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.js +7551 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.js +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.css +946 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.css +1167 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/{jquery.ui.touch-punch.min.js → jquery.ui.touch-punch-0.2.2.min.js} +0 -0
- data/lib/ruby_app/scripts/phantom.js +6 -1
- data/lib/ruby_app/version.rb +1 -1
- metadata +869 -6
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"name": "ui.spinner",
|
3
|
+
"title": "jQuery UI Spinner",
|
4
|
+
"description": "Displays buttons to easily input numbers via the keyboard or mouse.",
|
5
|
+
"keywords": [
|
6
|
+
"ui",
|
7
|
+
"spinner",
|
8
|
+
"form",
|
9
|
+
"number",
|
10
|
+
"spinbutton",
|
11
|
+
"stepper"
|
12
|
+
],
|
13
|
+
"version": "1.9.2",
|
14
|
+
"author": {
|
15
|
+
"name": "jQuery Foundation and other contributors",
|
16
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
|
17
|
+
},
|
18
|
+
"maintainers": [
|
19
|
+
{
|
20
|
+
"name": "Scott González",
|
21
|
+
"email": "scott.gonzalez@gmail.com",
|
22
|
+
"url": "http://scottgonzalez.com"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"name": "Jörn Zaefferer",
|
26
|
+
"email": "joern.zaefferer@gmail.com",
|
27
|
+
"url": "http://bassistance.de"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"name": "Kris Borchers",
|
31
|
+
"email": "kris.borchers@gmail.com",
|
32
|
+
"url": "http://krisborchers.com"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"name": "Corey Frang",
|
36
|
+
"email": "gnarf37@gmail.com",
|
37
|
+
"url": "http://gnarf.net"
|
38
|
+
}
|
39
|
+
],
|
40
|
+
"licenses": [
|
41
|
+
{
|
42
|
+
"type": "MIT",
|
43
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"bugs": "http://bugs.jqueryui.com/",
|
47
|
+
"homepage": "http://jqueryui.com/spinner/",
|
48
|
+
"demo": "http://jqueryui.com/spinner/",
|
49
|
+
"docs": "http://api.jqueryui.com/spinner/",
|
50
|
+
"download": "http://jqueryui.com/download/",
|
51
|
+
"dependencies": {
|
52
|
+
"jquery": ">=1.6",
|
53
|
+
"ui.core": "1.9.2",
|
54
|
+
"ui.widget": "1.9.2",
|
55
|
+
"ui.button": "1.9.2"
|
56
|
+
},
|
57
|
+
"category": "widget"
|
58
|
+
}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
{
|
2
|
+
"name": "ui.tabs",
|
3
|
+
"title": "jQuery UI Tabs",
|
4
|
+
"description": "Transforms a set of container elements into a tab structure.",
|
5
|
+
"keywords": [
|
6
|
+
"ui",
|
7
|
+
"tabs",
|
8
|
+
"navigation",
|
9
|
+
"panel",
|
10
|
+
"collapse",
|
11
|
+
"expand"
|
12
|
+
],
|
13
|
+
"version": "1.9.2",
|
14
|
+
"author": {
|
15
|
+
"name": "jQuery Foundation and other contributors",
|
16
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
|
17
|
+
},
|
18
|
+
"maintainers": [
|
19
|
+
{
|
20
|
+
"name": "Scott González",
|
21
|
+
"email": "scott.gonzalez@gmail.com",
|
22
|
+
"url": "http://scottgonzalez.com"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"name": "Jörn Zaefferer",
|
26
|
+
"email": "joern.zaefferer@gmail.com",
|
27
|
+
"url": "http://bassistance.de"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"name": "Kris Borchers",
|
31
|
+
"email": "kris.borchers@gmail.com",
|
32
|
+
"url": "http://krisborchers.com"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"name": "Corey Frang",
|
36
|
+
"email": "gnarf37@gmail.com",
|
37
|
+
"url": "http://gnarf.net"
|
38
|
+
}
|
39
|
+
],
|
40
|
+
"licenses": [
|
41
|
+
{
|
42
|
+
"type": "MIT",
|
43
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"bugs": "http://bugs.jqueryui.com/",
|
47
|
+
"homepage": "http://jqueryui.com/tabs/",
|
48
|
+
"demo": "http://jqueryui.com/tabs/",
|
49
|
+
"docs": "http://api.jqueryui.com/tabs/",
|
50
|
+
"download": "http://jqueryui.com/download/",
|
51
|
+
"dependencies": {
|
52
|
+
"jquery": ">=1.6",
|
53
|
+
"ui.core": "1.9.2",
|
54
|
+
"ui.widget": "1.9.2"
|
55
|
+
},
|
56
|
+
"category": "widget"
|
57
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
{
|
2
|
+
"name": "ui.tooltip",
|
3
|
+
"title": "jQuery UI Tooltip",
|
4
|
+
"description": "Shows additional information for any element on hover or focus.",
|
5
|
+
"keywords": [
|
6
|
+
"ui",
|
7
|
+
"tooltip"
|
8
|
+
],
|
9
|
+
"version": "1.9.2",
|
10
|
+
"author": {
|
11
|
+
"name": "jQuery Foundation and other contributors",
|
12
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
|
13
|
+
},
|
14
|
+
"maintainers": [
|
15
|
+
{
|
16
|
+
"name": "Scott González",
|
17
|
+
"email": "scott.gonzalez@gmail.com",
|
18
|
+
"url": "http://scottgonzalez.com"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"name": "Jörn Zaefferer",
|
22
|
+
"email": "joern.zaefferer@gmail.com",
|
23
|
+
"url": "http://bassistance.de"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"name": "Kris Borchers",
|
27
|
+
"email": "kris.borchers@gmail.com",
|
28
|
+
"url": "http://krisborchers.com"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"name": "Corey Frang",
|
32
|
+
"email": "gnarf37@gmail.com",
|
33
|
+
"url": "http://gnarf.net"
|
34
|
+
}
|
35
|
+
],
|
36
|
+
"licenses": [
|
37
|
+
{
|
38
|
+
"type": "MIT",
|
39
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
|
40
|
+
}
|
41
|
+
],
|
42
|
+
"bugs": "http://bugs.jqueryui.com/",
|
43
|
+
"homepage": "http://jqueryui.com/tooltip/",
|
44
|
+
"demo": "http://jqueryui.com/tooltip/",
|
45
|
+
"docs": "http://api.jqueryui.com/tooltip/",
|
46
|
+
"download": "http://jqueryui.com/download/",
|
47
|
+
"dependencies": {
|
48
|
+
"jquery": ">=1.6",
|
49
|
+
"ui.core": "1.9.2",
|
50
|
+
"ui.widget": "1.9.2",
|
51
|
+
"ui.position": "1.9.2"
|
52
|
+
},
|
53
|
+
"category": "widget"
|
54
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
{
|
2
|
+
"name": "ui.widget",
|
3
|
+
"title": "jQuery UI Widget",
|
4
|
+
"description": "Provides a factory for creating stateful widgets with a common API.",
|
5
|
+
"keywords": [
|
6
|
+
"ui",
|
7
|
+
"widget",
|
8
|
+
"abstraction",
|
9
|
+
"state",
|
10
|
+
"factory"
|
11
|
+
],
|
12
|
+
"version": "1.9.2",
|
13
|
+
"author": {
|
14
|
+
"name": "jQuery Foundation and other contributors",
|
15
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
|
16
|
+
},
|
17
|
+
"maintainers": [
|
18
|
+
{
|
19
|
+
"name": "Scott González",
|
20
|
+
"email": "scott.gonzalez@gmail.com",
|
21
|
+
"url": "http://scottgonzalez.com"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"name": "Jörn Zaefferer",
|
25
|
+
"email": "joern.zaefferer@gmail.com",
|
26
|
+
"url": "http://bassistance.de"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"name": "Kris Borchers",
|
30
|
+
"email": "kris.borchers@gmail.com",
|
31
|
+
"url": "http://krisborchers.com"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"name": "Corey Frang",
|
35
|
+
"email": "gnarf37@gmail.com",
|
36
|
+
"url": "http://gnarf.net"
|
37
|
+
}
|
38
|
+
],
|
39
|
+
"licenses": [
|
40
|
+
{
|
41
|
+
"type": "MIT",
|
42
|
+
"url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
|
43
|
+
}
|
44
|
+
],
|
45
|
+
"bugs": "http://bugs.jqueryui.com/",
|
46
|
+
"homepage": "http://jqueryui.com/widget/",
|
47
|
+
"demo": "http://jqueryui.com/widget/",
|
48
|
+
"docs": "http://api.jqueryui.com/jQuery.widget/",
|
49
|
+
"download": "http://jqueryui.com/download/",
|
50
|
+
"dependencies": {
|
51
|
+
"jquery": ">=1.6"
|
52
|
+
},
|
53
|
+
"category": "core"
|
54
|
+
}
|
@@ -0,0 +1,1675 @@
|
|
1
|
+
/*! jQuery UI - v1.9.2 - 2012-11-23
|
2
|
+
* http://jqueryui.com
|
3
|
+
* Includes: jquery.ui.datepicker-af.js, jquery.ui.datepicker-ar-DZ.js, jquery.ui.datepicker-ar.js, jquery.ui.datepicker-az.js, jquery.ui.datepicker-bg.js, jquery.ui.datepicker-bs.js, jquery.ui.datepicker-ca.js, jquery.ui.datepicker-cs.js, jquery.ui.datepicker-cy-GB.js, jquery.ui.datepicker-da.js, jquery.ui.datepicker-de.js, jquery.ui.datepicker-el.js, jquery.ui.datepicker-en-AU.js, jquery.ui.datepicker-en-GB.js, jquery.ui.datepicker-en-NZ.js, jquery.ui.datepicker-eo.js, jquery.ui.datepicker-es.js, jquery.ui.datepicker-et.js, jquery.ui.datepicker-eu.js, jquery.ui.datepicker-fa.js, jquery.ui.datepicker-fi.js, jquery.ui.datepicker-fo.js, jquery.ui.datepicker-fr-CH.js, jquery.ui.datepicker-fr.js, jquery.ui.datepicker-gl.js, jquery.ui.datepicker-he.js, jquery.ui.datepicker-hi.js, jquery.ui.datepicker-hr.js, jquery.ui.datepicker-hu.js, jquery.ui.datepicker-hy.js, jquery.ui.datepicker-id.js, jquery.ui.datepicker-is.js, jquery.ui.datepicker-it.js, jquery.ui.datepicker-ja.js, jquery.ui.datepicker-ka.js, jquery.ui.datepicker-kk.js, jquery.ui.datepicker-km.js, jquery.ui.datepicker-ko.js, jquery.ui.datepicker-lb.js, jquery.ui.datepicker-lt.js, jquery.ui.datepicker-lv.js, jquery.ui.datepicker-mk.js, jquery.ui.datepicker-ml.js, jquery.ui.datepicker-ms.js, jquery.ui.datepicker-nl-BE.js, jquery.ui.datepicker-nl.js, jquery.ui.datepicker-no.js, jquery.ui.datepicker-pl.js, jquery.ui.datepicker-pt-BR.js, jquery.ui.datepicker-pt.js, jquery.ui.datepicker-rm.js, jquery.ui.datepicker-ro.js, jquery.ui.datepicker-ru.js, jquery.ui.datepicker-sk.js, jquery.ui.datepicker-sl.js, jquery.ui.datepicker-sq.js, jquery.ui.datepicker-sr-SR.js, jquery.ui.datepicker-sr.js, jquery.ui.datepicker-sv.js, jquery.ui.datepicker-ta.js, jquery.ui.datepicker-th.js, jquery.ui.datepicker-tj.js, jquery.ui.datepicker-tr.js, jquery.ui.datepicker-uk.js, jquery.ui.datepicker-vi.js, jquery.ui.datepicker-zh-CN.js, jquery.ui.datepicker-zh-HK.js, jquery.ui.datepicker-zh-TW.js
|
4
|
+
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
|
5
|
+
|
6
|
+
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
|
7
|
+
/* Written by Renier Pretorius. */
|
8
|
+
jQuery(function($){
|
9
|
+
$.datepicker.regional['af'] = {
|
10
|
+
closeText: 'Selekteer',
|
11
|
+
prevText: 'Vorige',
|
12
|
+
nextText: 'Volgende',
|
13
|
+
currentText: 'Vandag',
|
14
|
+
monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie',
|
15
|
+
'Julie','Augustus','September','Oktober','November','Desember'],
|
16
|
+
monthNamesShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun',
|
17
|
+
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'],
|
18
|
+
dayNames: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'],
|
19
|
+
dayNamesShort: ['Son', 'Maa', 'Din', 'Woe', 'Don', 'Vry', 'Sat'],
|
20
|
+
dayNamesMin: ['So','Ma','Di','Wo','Do','Vr','Sa'],
|
21
|
+
weekHeader: 'Wk',
|
22
|
+
dateFormat: 'dd/mm/yy',
|
23
|
+
firstDay: 1,
|
24
|
+
isRTL: false,
|
25
|
+
showMonthAfterYear: false,
|
26
|
+
yearSuffix: ''};
|
27
|
+
$.datepicker.setDefaults($.datepicker.regional['af']);
|
28
|
+
});
|
29
|
+
|
30
|
+
/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/
|
31
|
+
/* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */
|
32
|
+
|
33
|
+
jQuery(function($){
|
34
|
+
$.datepicker.regional['ar-DZ'] = {
|
35
|
+
closeText: 'إغلاق',
|
36
|
+
prevText: '<السابق',
|
37
|
+
nextText: 'التالي>',
|
38
|
+
currentText: 'اليوم',
|
39
|
+
monthNames: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان',
|
40
|
+
'جويلية', 'أوت', 'سبتمبر','أكتوبر', 'نوفمبر', 'ديسمبر'],
|
41
|
+
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
42
|
+
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
43
|
+
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
44
|
+
dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
45
|
+
weekHeader: 'أسبوع',
|
46
|
+
dateFormat: 'dd/mm/yy',
|
47
|
+
firstDay: 6,
|
48
|
+
isRTL: true,
|
49
|
+
showMonthAfterYear: false,
|
50
|
+
yearSuffix: ''};
|
51
|
+
$.datepicker.setDefaults($.datepicker.regional['ar-DZ']);
|
52
|
+
});
|
53
|
+
|
54
|
+
/* Arabic Translation for jQuery UI date picker plugin. */
|
55
|
+
/* Khaled Alhourani -- me@khaledalhourani.com */
|
56
|
+
/* 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 */
|
57
|
+
jQuery(function($){
|
58
|
+
$.datepicker.regional['ar'] = {
|
59
|
+
closeText: 'إغلاق',
|
60
|
+
prevText: '<السابق',
|
61
|
+
nextText: 'التالي>',
|
62
|
+
currentText: 'اليوم',
|
63
|
+
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران',
|
64
|
+
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
|
65
|
+
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
66
|
+
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
67
|
+
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
68
|
+
dayNamesMin: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
|
69
|
+
weekHeader: 'أسبوع',
|
70
|
+
dateFormat: 'dd/mm/yy',
|
71
|
+
firstDay: 6,
|
72
|
+
isRTL: true,
|
73
|
+
showMonthAfterYear: false,
|
74
|
+
yearSuffix: ''};
|
75
|
+
$.datepicker.setDefaults($.datepicker.regional['ar']);
|
76
|
+
});
|
77
|
+
|
78
|
+
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
79
|
+
/* Written by Jamil Najafov (necefov33@gmail.com). */
|
80
|
+
jQuery(function($) {
|
81
|
+
$.datepicker.regional['az'] = {
|
82
|
+
closeText: 'Bağla',
|
83
|
+
prevText: '<Geri',
|
84
|
+
nextText: 'İrəli>',
|
85
|
+
currentText: 'Bugün',
|
86
|
+
monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
|
87
|
+
'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
|
88
|
+
monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
|
89
|
+
'İyul','Avq','Sen','Okt','Noy','Dek'],
|
90
|
+
dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
|
91
|
+
dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
|
92
|
+
dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
|
93
|
+
weekHeader: 'Hf',
|
94
|
+
dateFormat: 'dd.mm.yy',
|
95
|
+
firstDay: 1,
|
96
|
+
isRTL: false,
|
97
|
+
showMonthAfterYear: false,
|
98
|
+
yearSuffix: ''};
|
99
|
+
$.datepicker.setDefaults($.datepicker.regional['az']);
|
100
|
+
});
|
101
|
+
|
102
|
+
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
103
|
+
/* Written by Stoyan Kyosev (http://svest.org). */
|
104
|
+
jQuery(function($){
|
105
|
+
$.datepicker.regional['bg'] = {
|
106
|
+
closeText: 'затвори',
|
107
|
+
prevText: '<назад',
|
108
|
+
nextText: 'напред>',
|
109
|
+
nextBigText: '>>',
|
110
|
+
currentText: 'днес',
|
111
|
+
monthNames: ['Януари','Февруари','Март','Април','Май','Юни',
|
112
|
+
'Юли','Август','Септември','Октомври','Ноември','Декември'],
|
113
|
+
monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни',
|
114
|
+
'Юли','Авг','Сеп','Окт','Нов','Дек'],
|
115
|
+
dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'],
|
116
|
+
dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'],
|
117
|
+
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'],
|
118
|
+
weekHeader: 'Wk',
|
119
|
+
dateFormat: 'dd.mm.yy',
|
120
|
+
firstDay: 1,
|
121
|
+
isRTL: false,
|
122
|
+
showMonthAfterYear: false,
|
123
|
+
yearSuffix: ''};
|
124
|
+
$.datepicker.setDefaults($.datepicker.regional['bg']);
|
125
|
+
});
|
126
|
+
|
127
|
+
/* Bosnian i18n for the jQuery UI date picker plugin. */
|
128
|
+
/* Written by Kenan Konjo. */
|
129
|
+
jQuery(function($){
|
130
|
+
$.datepicker.regional['bs'] = {
|
131
|
+
closeText: 'Zatvori',
|
132
|
+
prevText: '<',
|
133
|
+
nextText: '>',
|
134
|
+
currentText: 'Danas',
|
135
|
+
monthNames: ['Januar','Februar','Mart','April','Maj','Juni',
|
136
|
+
'Juli','August','Septembar','Oktobar','Novembar','Decembar'],
|
137
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
138
|
+
'Jul','Aug','Sep','Okt','Nov','Dec'],
|
139
|
+
dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
|
140
|
+
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
|
141
|
+
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
142
|
+
weekHeader: 'Wk',
|
143
|
+
dateFormat: 'dd.mm.yy',
|
144
|
+
firstDay: 1,
|
145
|
+
isRTL: false,
|
146
|
+
showMonthAfterYear: false,
|
147
|
+
yearSuffix: ''};
|
148
|
+
$.datepicker.setDefaults($.datepicker.regional['bs']);
|
149
|
+
});
|
150
|
+
|
151
|
+
/* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */
|
152
|
+
/* Writers: (joan.leon@gmail.com). */
|
153
|
+
jQuery(function($){
|
154
|
+
$.datepicker.regional['ca'] = {
|
155
|
+
closeText: 'Tanca',
|
156
|
+
prevText: 'Anterior',
|
157
|
+
nextText: 'Següent',
|
158
|
+
currentText: 'Avui',
|
159
|
+
monthNames: ['gener','febrer','març','abril','maig','juny',
|
160
|
+
'juliol','agost','setembre','octubre','novembre','desembre'],
|
161
|
+
monthNamesShort: ['gen','feb','març','abr','maig','juny',
|
162
|
+
'jul','ag','set','oct','nov','des'],
|
163
|
+
dayNames: ['diumenge','dilluns','dimarts','dimecres','dijous','divendres','dissabte'],
|
164
|
+
dayNamesShort: ['dg','dl','dt','dc','dj','dv','ds'],
|
165
|
+
dayNamesMin: ['dg','dl','dt','dc','dj','dv','ds'],
|
166
|
+
weekHeader: 'Set',
|
167
|
+
dateFormat: 'dd/mm/yy',
|
168
|
+
firstDay: 1,
|
169
|
+
isRTL: false,
|
170
|
+
showMonthAfterYear: false,
|
171
|
+
yearSuffix: ''};
|
172
|
+
$.datepicker.setDefaults($.datepicker.regional['ca']);
|
173
|
+
});
|
174
|
+
|
175
|
+
/* Czech initialisation for the jQuery UI date picker plugin. */
|
176
|
+
/* Written by Tomas Muller (tomas@tomas-muller.net). */
|
177
|
+
jQuery(function($){
|
178
|
+
$.datepicker.regional['cs'] = {
|
179
|
+
closeText: 'Zavřít',
|
180
|
+
prevText: '<Dříve',
|
181
|
+
nextText: 'Později>',
|
182
|
+
currentText: 'Nyní',
|
183
|
+
monthNames: ['leden','únor','březen','duben','květen','červen',
|
184
|
+
'červenec','srpen','září','říjen','listopad','prosinec'],
|
185
|
+
monthNamesShort: ['led','úno','bře','dub','kvě','čer',
|
186
|
+
'čvc','srp','zář','říj','lis','pro'],
|
187
|
+
dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
|
188
|
+
dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
|
189
|
+
dayNamesMin: ['ne','po','út','st','čt','pá','so'],
|
190
|
+
weekHeader: 'Týd',
|
191
|
+
dateFormat: 'dd.mm.yy',
|
192
|
+
firstDay: 1,
|
193
|
+
isRTL: false,
|
194
|
+
showMonthAfterYear: false,
|
195
|
+
yearSuffix: ''};
|
196
|
+
$.datepicker.setDefaults($.datepicker.regional['cs']);
|
197
|
+
});
|
198
|
+
|
199
|
+
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
|
200
|
+
/* Written by William Griffiths. */
|
201
|
+
jQuery(function($){
|
202
|
+
$.datepicker.regional['cy-GB'] = {
|
203
|
+
closeText: 'Done',
|
204
|
+
prevText: 'Prev',
|
205
|
+
nextText: 'Next',
|
206
|
+
currentText: 'Today',
|
207
|
+
monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin',
|
208
|
+
'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'],
|
209
|
+
monthNamesShort: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh',
|
210
|
+
'Gor', 'Aws', 'Med', 'Hyd', 'Tac', 'Rha'],
|
211
|
+
dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'],
|
212
|
+
dayNamesShort: ['Sul', 'Llu', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'],
|
213
|
+
dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'],
|
214
|
+
weekHeader: 'Wy',
|
215
|
+
dateFormat: 'dd/mm/yy',
|
216
|
+
firstDay: 1,
|
217
|
+
isRTL: false,
|
218
|
+
showMonthAfterYear: false,
|
219
|
+
yearSuffix: ''};
|
220
|
+
$.datepicker.setDefaults($.datepicker.regional['cy-GB']);
|
221
|
+
});
|
222
|
+
|
223
|
+
/* Danish initialisation for the jQuery UI date picker plugin. */
|
224
|
+
/* Written by Jan Christensen ( deletestuff@gmail.com). */
|
225
|
+
jQuery(function($){
|
226
|
+
$.datepicker.regional['da'] = {
|
227
|
+
closeText: 'Luk',
|
228
|
+
prevText: '<Forrige',
|
229
|
+
nextText: 'Næste>',
|
230
|
+
currentText: 'Idag',
|
231
|
+
monthNames: ['Januar','Februar','Marts','April','Maj','Juni',
|
232
|
+
'Juli','August','September','Oktober','November','December'],
|
233
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
234
|
+
'Jul','Aug','Sep','Okt','Nov','Dec'],
|
235
|
+
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
|
236
|
+
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
|
237
|
+
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
|
238
|
+
weekHeader: 'Uge',
|
239
|
+
dateFormat: 'dd-mm-yy',
|
240
|
+
firstDay: 1,
|
241
|
+
isRTL: false,
|
242
|
+
showMonthAfterYear: false,
|
243
|
+
yearSuffix: ''};
|
244
|
+
$.datepicker.setDefaults($.datepicker.regional['da']);
|
245
|
+
});
|
246
|
+
|
247
|
+
/* German initialisation for the jQuery UI date picker plugin. */
|
248
|
+
/* Written by Milian Wolff (mail@milianw.de). */
|
249
|
+
jQuery(function($){
|
250
|
+
$.datepicker.regional['de'] = {
|
251
|
+
closeText: 'schließen',
|
252
|
+
prevText: '<zurück',
|
253
|
+
nextText: 'Vor>',
|
254
|
+
currentText: 'heute',
|
255
|
+
monthNames: ['Januar','Februar','März','April','Mai','Juni',
|
256
|
+
'Juli','August','September','Oktober','November','Dezember'],
|
257
|
+
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
|
258
|
+
'Jul','Aug','Sep','Okt','Nov','Dez'],
|
259
|
+
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
|
260
|
+
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
261
|
+
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
262
|
+
weekHeader: 'KW',
|
263
|
+
dateFormat: 'dd.mm.yy',
|
264
|
+
firstDay: 1,
|
265
|
+
isRTL: false,
|
266
|
+
showMonthAfterYear: false,
|
267
|
+
yearSuffix: ''};
|
268
|
+
$.datepicker.setDefaults($.datepicker.regional['de']);
|
269
|
+
});
|
270
|
+
|
271
|
+
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
272
|
+
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
|
273
|
+
jQuery(function($){
|
274
|
+
$.datepicker.regional['el'] = {
|
275
|
+
closeText: 'Κλείσιμο',
|
276
|
+
prevText: 'Προηγούμενος',
|
277
|
+
nextText: 'Επόμενος',
|
278
|
+
currentText: 'Τρέχων Μήνας',
|
279
|
+
monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος',
|
280
|
+
'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'],
|
281
|
+
monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
|
282
|
+
'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'],
|
283
|
+
dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
|
284
|
+
dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
|
285
|
+
dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
|
286
|
+
weekHeader: 'Εβδ',
|
287
|
+
dateFormat: 'dd/mm/yy',
|
288
|
+
firstDay: 1,
|
289
|
+
isRTL: false,
|
290
|
+
showMonthAfterYear: false,
|
291
|
+
yearSuffix: ''};
|
292
|
+
$.datepicker.setDefaults($.datepicker.regional['el']);
|
293
|
+
});
|
294
|
+
|
295
|
+
/* English/Australia initialisation for the jQuery UI date picker plugin. */
|
296
|
+
/* Based on the en-GB initialisation. */
|
297
|
+
jQuery(function($){
|
298
|
+
$.datepicker.regional['en-AU'] = {
|
299
|
+
closeText: 'Done',
|
300
|
+
prevText: 'Prev',
|
301
|
+
nextText: 'Next',
|
302
|
+
currentText: 'Today',
|
303
|
+
monthNames: ['January','February','March','April','May','June',
|
304
|
+
'July','August','September','October','November','December'],
|
305
|
+
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
|
306
|
+
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
307
|
+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
308
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
309
|
+
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
|
310
|
+
weekHeader: 'Wk',
|
311
|
+
dateFormat: 'dd/mm/yy',
|
312
|
+
firstDay: 1,
|
313
|
+
isRTL: false,
|
314
|
+
showMonthAfterYear: false,
|
315
|
+
yearSuffix: ''};
|
316
|
+
$.datepicker.setDefaults($.datepicker.regional['en-AU']);
|
317
|
+
});
|
318
|
+
|
319
|
+
/* English/UK initialisation for the jQuery UI date picker plugin. */
|
320
|
+
/* Written by Stuart. */
|
321
|
+
jQuery(function($){
|
322
|
+
$.datepicker.regional['en-GB'] = {
|
323
|
+
closeText: 'Done',
|
324
|
+
prevText: 'Prev',
|
325
|
+
nextText: 'Next',
|
326
|
+
currentText: 'Today',
|
327
|
+
monthNames: ['January','February','March','April','May','June',
|
328
|
+
'July','August','September','October','November','December'],
|
329
|
+
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
|
330
|
+
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
331
|
+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
332
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
333
|
+
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
|
334
|
+
weekHeader: 'Wk',
|
335
|
+
dateFormat: 'dd/mm/yy',
|
336
|
+
firstDay: 1,
|
337
|
+
isRTL: false,
|
338
|
+
showMonthAfterYear: false,
|
339
|
+
yearSuffix: ''};
|
340
|
+
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
|
341
|
+
});
|
342
|
+
|
343
|
+
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */
|
344
|
+
/* Based on the en-GB initialisation. */
|
345
|
+
jQuery(function($){
|
346
|
+
$.datepicker.regional['en-NZ'] = {
|
347
|
+
closeText: 'Done',
|
348
|
+
prevText: 'Prev',
|
349
|
+
nextText: 'Next',
|
350
|
+
currentText: 'Today',
|
351
|
+
monthNames: ['January','February','March','April','May','June',
|
352
|
+
'July','August','September','October','November','December'],
|
353
|
+
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
|
354
|
+
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
355
|
+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
356
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
357
|
+
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
|
358
|
+
weekHeader: 'Wk',
|
359
|
+
dateFormat: 'dd/mm/yy',
|
360
|
+
firstDay: 1,
|
361
|
+
isRTL: false,
|
362
|
+
showMonthAfterYear: false,
|
363
|
+
yearSuffix: ''};
|
364
|
+
$.datepicker.setDefaults($.datepicker.regional['en-NZ']);
|
365
|
+
});
|
366
|
+
|
367
|
+
/* Esperanto initialisation for the jQuery UI date picker plugin. */
|
368
|
+
/* Written by Olivier M. (olivierweb@ifrance.com). */
|
369
|
+
jQuery(function($){
|
370
|
+
$.datepicker.regional['eo'] = {
|
371
|
+
closeText: 'Fermi',
|
372
|
+
prevText: '<Anta',
|
373
|
+
nextText: 'Sekv>',
|
374
|
+
currentText: 'Nuna',
|
375
|
+
monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
|
376
|
+
'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
|
377
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
378
|
+
'Jul','Aŭg','Sep','Okt','Nov','Dec'],
|
379
|
+
dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
|
380
|
+
dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
|
381
|
+
dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
|
382
|
+
weekHeader: 'Sb',
|
383
|
+
dateFormat: 'dd/mm/yy',
|
384
|
+
firstDay: 0,
|
385
|
+
isRTL: false,
|
386
|
+
showMonthAfterYear: false,
|
387
|
+
yearSuffix: ''};
|
388
|
+
$.datepicker.setDefaults($.datepicker.regional['eo']);
|
389
|
+
});
|
390
|
+
|
391
|
+
/* Inicialización en español para la extensión 'UI date picker' para jQuery. */
|
392
|
+
/* Traducido por Vester (xvester@gmail.com). */
|
393
|
+
jQuery(function($){
|
394
|
+
$.datepicker.regional['es'] = {
|
395
|
+
closeText: 'Cerrar',
|
396
|
+
prevText: '<Ant',
|
397
|
+
nextText: 'Sig>',
|
398
|
+
currentText: 'Hoy',
|
399
|
+
monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
|
400
|
+
'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
|
401
|
+
monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
|
402
|
+
'Jul','Ago','Sep','Oct','Nov','Dic'],
|
403
|
+
dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
|
404
|
+
dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
|
405
|
+
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
|
406
|
+
weekHeader: 'Sm',
|
407
|
+
dateFormat: 'dd/mm/yy',
|
408
|
+
firstDay: 1,
|
409
|
+
isRTL: false,
|
410
|
+
showMonthAfterYear: false,
|
411
|
+
yearSuffix: ''};
|
412
|
+
$.datepicker.setDefaults($.datepicker.regional['es']);
|
413
|
+
});
|
414
|
+
|
415
|
+
/* Estonian initialisation for the jQuery UI date picker plugin. */
|
416
|
+
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
|
417
|
+
jQuery(function($){
|
418
|
+
$.datepicker.regional['et'] = {
|
419
|
+
closeText: 'Sulge',
|
420
|
+
prevText: 'Eelnev',
|
421
|
+
nextText: 'Järgnev',
|
422
|
+
currentText: 'Täna',
|
423
|
+
monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni',
|
424
|
+
'Juuli','August','September','Oktoober','November','Detsember'],
|
425
|
+
monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni',
|
426
|
+
'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'],
|
427
|
+
dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'],
|
428
|
+
dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'],
|
429
|
+
dayNamesMin: ['P','E','T','K','N','R','L'],
|
430
|
+
weekHeader: 'näd',
|
431
|
+
dateFormat: 'dd.mm.yy',
|
432
|
+
firstDay: 1,
|
433
|
+
isRTL: false,
|
434
|
+
showMonthAfterYear: false,
|
435
|
+
yearSuffix: ''};
|
436
|
+
$.datepicker.setDefaults($.datepicker.regional['et']);
|
437
|
+
});
|
438
|
+
|
439
|
+
/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
|
440
|
+
/* Karrikas-ek itzulia (karrikas@karrikas.com) */
|
441
|
+
jQuery(function($){
|
442
|
+
$.datepicker.regional['eu'] = {
|
443
|
+
closeText: 'Egina',
|
444
|
+
prevText: '<Aur',
|
445
|
+
nextText: 'Hur>',
|
446
|
+
currentText: 'Gaur',
|
447
|
+
monthNames: ['urtarrila','otsaila','martxoa','apirila','maiatza','ekaina',
|
448
|
+
'uztaila','abuztua','iraila','urria','azaroa','abendua'],
|
449
|
+
monthNamesShort: ['urt.','ots.','mar.','api.','mai.','eka.',
|
450
|
+
'uzt.','abu.','ira.','urr.','aza.','abe.'],
|
451
|
+
dayNames: ['igandea','astelehena','asteartea','asteazkena','osteguna','ostirala','larunbata'],
|
452
|
+
dayNamesShort: ['ig.','al.','ar.','az.','og.','ol.','lr.'],
|
453
|
+
dayNamesMin: ['ig','al','ar','az','og','ol','lr'],
|
454
|
+
weekHeader: 'As',
|
455
|
+
dateFormat: 'yy-mm-dd',
|
456
|
+
firstDay: 1,
|
457
|
+
isRTL: false,
|
458
|
+
showMonthAfterYear: false,
|
459
|
+
yearSuffix: ''};
|
460
|
+
$.datepicker.setDefaults($.datepicker.regional['eu']);
|
461
|
+
});
|
462
|
+
|
463
|
+
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
|
464
|
+
/* Javad Mowlanezhad -- jmowla@gmail.com */
|
465
|
+
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
|
466
|
+
jQuery(function($) {
|
467
|
+
$.datepicker.regional['fa'] = {
|
468
|
+
closeText: 'بستن',
|
469
|
+
prevText: '<قبلی',
|
470
|
+
nextText: 'بعدی>',
|
471
|
+
currentText: 'امروز',
|
472
|
+
monthNames: [
|
473
|
+
'فروردين',
|
474
|
+
'ارديبهشت',
|
475
|
+
'خرداد',
|
476
|
+
'تير',
|
477
|
+
'مرداد',
|
478
|
+
'شهريور',
|
479
|
+
'مهر',
|
480
|
+
'آبان',
|
481
|
+
'آذر',
|
482
|
+
'دی',
|
483
|
+
'بهمن',
|
484
|
+
'اسفند'
|
485
|
+
],
|
486
|
+
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
487
|
+
dayNames: [
|
488
|
+
'يکشنبه',
|
489
|
+
'دوشنبه',
|
490
|
+
'سهشنبه',
|
491
|
+
'چهارشنبه',
|
492
|
+
'پنجشنبه',
|
493
|
+
'جمعه',
|
494
|
+
'شنبه'
|
495
|
+
],
|
496
|
+
dayNamesShort: [
|
497
|
+
'ی',
|
498
|
+
'د',
|
499
|
+
'س',
|
500
|
+
'چ',
|
501
|
+
'پ',
|
502
|
+
'ج',
|
503
|
+
'ش'
|
504
|
+
],
|
505
|
+
dayNamesMin: [
|
506
|
+
'ی',
|
507
|
+
'د',
|
508
|
+
'س',
|
509
|
+
'چ',
|
510
|
+
'پ',
|
511
|
+
'ج',
|
512
|
+
'ش'
|
513
|
+
],
|
514
|
+
weekHeader: 'هف',
|
515
|
+
dateFormat: 'yy/mm/dd',
|
516
|
+
firstDay: 6,
|
517
|
+
isRTL: true,
|
518
|
+
showMonthAfterYear: false,
|
519
|
+
yearSuffix: ''};
|
520
|
+
$.datepicker.setDefaults($.datepicker.regional['fa']);
|
521
|
+
});
|
522
|
+
|
523
|
+
/* Finnish initialisation for the jQuery UI date picker plugin. */
|
524
|
+
/* Written by Harri Kilpiö (harrikilpio@gmail.com). */
|
525
|
+
jQuery(function($){
|
526
|
+
$.datepicker.regional['fi'] = {
|
527
|
+
closeText: 'Sulje',
|
528
|
+
prevText: '«Edellinen',
|
529
|
+
nextText: 'Seuraava»',
|
530
|
+
currentText: 'Tänään',
|
531
|
+
monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu',
|
532
|
+
'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'],
|
533
|
+
monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä',
|
534
|
+
'Heinä','Elo','Syys','Loka','Marras','Joulu'],
|
535
|
+
dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','La'],
|
536
|
+
dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'],
|
537
|
+
dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'],
|
538
|
+
weekHeader: 'Vk',
|
539
|
+
dateFormat: 'dd.mm.yy',
|
540
|
+
firstDay: 1,
|
541
|
+
isRTL: false,
|
542
|
+
showMonthAfterYear: false,
|
543
|
+
yearSuffix: ''};
|
544
|
+
$.datepicker.setDefaults($.datepicker.regional['fi']);
|
545
|
+
});
|
546
|
+
|
547
|
+
/* Faroese initialisation for the jQuery UI date picker plugin */
|
548
|
+
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
|
549
|
+
jQuery(function($){
|
550
|
+
$.datepicker.regional['fo'] = {
|
551
|
+
closeText: 'Lat aftur',
|
552
|
+
prevText: '<Fyrra',
|
553
|
+
nextText: 'Næsta>',
|
554
|
+
currentText: 'Í dag',
|
555
|
+
monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni',
|
556
|
+
'Juli','August','September','Oktober','November','Desember'],
|
557
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
|
558
|
+
'Jul','Aug','Sep','Okt','Nov','Des'],
|
559
|
+
dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'],
|
560
|
+
dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'],
|
561
|
+
dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
|
562
|
+
weekHeader: 'Vk',
|
563
|
+
dateFormat: 'dd-mm-yy',
|
564
|
+
firstDay: 1,
|
565
|
+
isRTL: false,
|
566
|
+
showMonthAfterYear: false,
|
567
|
+
yearSuffix: ''};
|
568
|
+
$.datepicker.setDefaults($.datepicker.regional['fo']);
|
569
|
+
});
|
570
|
+
|
571
|
+
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
572
|
+
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
|
573
|
+
jQuery(function($){
|
574
|
+
$.datepicker.regional['fr-CH'] = {
|
575
|
+
closeText: 'Fermer',
|
576
|
+
prevText: '<Préc',
|
577
|
+
nextText: 'Suiv>',
|
578
|
+
currentText: 'Courant',
|
579
|
+
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
|
580
|
+
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
|
581
|
+
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
|
582
|
+
'Jul','Aoû','Sep','Oct','Nov','Déc'],
|
583
|
+
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
|
584
|
+
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
|
585
|
+
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
|
586
|
+
weekHeader: 'Sm',
|
587
|
+
dateFormat: 'dd.mm.yy',
|
588
|
+
firstDay: 1,
|
589
|
+
isRTL: false,
|
590
|
+
showMonthAfterYear: false,
|
591
|
+
yearSuffix: ''};
|
592
|
+
$.datepicker.setDefaults($.datepicker.regional['fr-CH']);
|
593
|
+
});
|
594
|
+
|
595
|
+
/* French initialisation for the jQuery UI date picker plugin. */
|
596
|
+
/* Written by Keith Wood (kbwood{at}iinet.com.au),
|
597
|
+
Stéphane Nahmani (sholby@sholby.net),
|
598
|
+
Stéphane Raimbault <stephane.raimbault@gmail.com> */
|
599
|
+
jQuery(function($){
|
600
|
+
$.datepicker.regional['fr'] = {
|
601
|
+
closeText: 'Fermer',
|
602
|
+
prevText: 'Précédent',
|
603
|
+
nextText: 'Suivant',
|
604
|
+
currentText: 'Aujourd\'hui',
|
605
|
+
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
|
606
|
+
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
|
607
|
+
monthNamesShort: ['Janv.','Févr.','Mars','Avril','Mai','Juin',
|
608
|
+
'Juil.','Août','Sept.','Oct.','Nov.','Déc.'],
|
609
|
+
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
|
610
|
+
dayNamesShort: ['Dim.','Lun.','Mar.','Mer.','Jeu.','Ven.','Sam.'],
|
611
|
+
dayNamesMin: ['D','L','M','M','J','V','S'],
|
612
|
+
weekHeader: 'Sem.',
|
613
|
+
dateFormat: 'dd/mm/yy',
|
614
|
+
firstDay: 1,
|
615
|
+
isRTL: false,
|
616
|
+
showMonthAfterYear: false,
|
617
|
+
yearSuffix: ''};
|
618
|
+
$.datepicker.setDefaults($.datepicker.regional['fr']);
|
619
|
+
});
|
620
|
+
|
621
|
+
/* Galician localization for 'UI date picker' jQuery extension. */
|
622
|
+
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */
|
623
|
+
jQuery(function($){
|
624
|
+
$.datepicker.regional['gl'] = {
|
625
|
+
closeText: 'Pechar',
|
626
|
+
prevText: '<Ant',
|
627
|
+
nextText: 'Seg>',
|
628
|
+
currentText: 'Hoxe',
|
629
|
+
monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño',
|
630
|
+
'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'],
|
631
|
+
monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ',
|
632
|
+
'Xul','Ago','Set','Out','Nov','Dec'],
|
633
|
+
dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'],
|
634
|
+
dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'],
|
635
|
+
dayNamesMin: ['Do','Lu','Ma','Mé','Xo','Ve','Sá'],
|
636
|
+
weekHeader: 'Sm',
|
637
|
+
dateFormat: 'dd/mm/yy',
|
638
|
+
firstDay: 1,
|
639
|
+
isRTL: false,
|
640
|
+
showMonthAfterYear: false,
|
641
|
+
yearSuffix: ''};
|
642
|
+
$.datepicker.setDefaults($.datepicker.regional['gl']);
|
643
|
+
});
|
644
|
+
|
645
|
+
/* Hebrew initialisation for the UI Datepicker extension. */
|
646
|
+
/* Written by Amir Hardon (ahardon at gmail dot com). */
|
647
|
+
jQuery(function($){
|
648
|
+
$.datepicker.regional['he'] = {
|
649
|
+
closeText: 'סגור',
|
650
|
+
prevText: '<הקודם',
|
651
|
+
nextText: 'הבא>',
|
652
|
+
currentText: 'היום',
|
653
|
+
monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
|
654
|
+
'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
|
655
|
+
monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
|
656
|
+
'יולי','אוג','ספט','אוק','נוב','דצמ'],
|
657
|
+
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
|
658
|
+
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
|
659
|
+
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
|
660
|
+
weekHeader: 'Wk',
|
661
|
+
dateFormat: 'dd/mm/yy',
|
662
|
+
firstDay: 0,
|
663
|
+
isRTL: true,
|
664
|
+
showMonthAfterYear: false,
|
665
|
+
yearSuffix: ''};
|
666
|
+
$.datepicker.setDefaults($.datepicker.regional['he']);
|
667
|
+
});
|
668
|
+
|
669
|
+
/* Hindi initialisation for the jQuery UI date picker plugin. */
|
670
|
+
/* Written by Michael Dawart. */
|
671
|
+
jQuery(function($){
|
672
|
+
$.datepicker.regional['hi'] = {
|
673
|
+
closeText: 'बंद',
|
674
|
+
prevText: 'पिछला',
|
675
|
+
nextText: 'अगला',
|
676
|
+
currentText: 'आज',
|
677
|
+
monthNames: ['जनवरी ','फरवरी','मार्च','अप्रेल','मई','जून',
|
678
|
+
'जूलाई','अगस्त ','सितम्बर','अक्टूबर','नवम्बर','दिसम्बर'],
|
679
|
+
monthNamesShort: ['जन', 'फर', 'मार्च', 'अप्रेल', 'मई', 'जून',
|
680
|
+
'जूलाई', 'अग', 'सित', 'अक्ट', 'नव', 'दि'],
|
681
|
+
dayNames: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'],
|
682
|
+
dayNamesShort: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'],
|
683
|
+
dayNamesMin: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'],
|
684
|
+
weekHeader: 'हफ्ता',
|
685
|
+
dateFormat: 'dd/mm/yy',
|
686
|
+
firstDay: 1,
|
687
|
+
isRTL: false,
|
688
|
+
showMonthAfterYear: false,
|
689
|
+
yearSuffix: ''};
|
690
|
+
$.datepicker.setDefaults($.datepicker.regional['hi']);
|
691
|
+
});
|
692
|
+
|
693
|
+
/* Croatian i18n for the jQuery UI date picker plugin. */
|
694
|
+
/* Written by Vjekoslav Nesek. */
|
695
|
+
jQuery(function($){
|
696
|
+
$.datepicker.regional['hr'] = {
|
697
|
+
closeText: 'Zatvori',
|
698
|
+
prevText: '<',
|
699
|
+
nextText: '>',
|
700
|
+
currentText: 'Danas',
|
701
|
+
monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj',
|
702
|
+
'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
|
703
|
+
monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
|
704
|
+
'Srp','Kol','Ruj','Lis','Stu','Pro'],
|
705
|
+
dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
|
706
|
+
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
|
707
|
+
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
708
|
+
weekHeader: 'Tje',
|
709
|
+
dateFormat: 'dd.mm.yy.',
|
710
|
+
firstDay: 1,
|
711
|
+
isRTL: false,
|
712
|
+
showMonthAfterYear: false,
|
713
|
+
yearSuffix: ''};
|
714
|
+
$.datepicker.setDefaults($.datepicker.regional['hr']);
|
715
|
+
});
|
716
|
+
|
717
|
+
/* Hungarian initialisation for the jQuery UI date picker plugin. */
|
718
|
+
/* Written by Istvan Karaszi (jquery@spam.raszi.hu). */
|
719
|
+
jQuery(function($){
|
720
|
+
$.datepicker.regional['hu'] = {
|
721
|
+
closeText: 'bezár',
|
722
|
+
prevText: 'vissza',
|
723
|
+
nextText: 'előre',
|
724
|
+
currentText: 'ma',
|
725
|
+
monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június',
|
726
|
+
'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
|
727
|
+
monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
|
728
|
+
'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
|
729
|
+
dayNames: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
|
730
|
+
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
|
731
|
+
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
|
732
|
+
weekHeader: 'Hét',
|
733
|
+
dateFormat: 'yy.mm.dd.',
|
734
|
+
firstDay: 1,
|
735
|
+
isRTL: false,
|
736
|
+
showMonthAfterYear: true,
|
737
|
+
yearSuffix: ''};
|
738
|
+
$.datepicker.setDefaults($.datepicker.regional['hu']);
|
739
|
+
});
|
740
|
+
|
741
|
+
/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
|
742
|
+
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
|
743
|
+
jQuery(function($){
|
744
|
+
$.datepicker.regional['hy'] = {
|
745
|
+
closeText: 'Փակել',
|
746
|
+
prevText: '<Նախ.',
|
747
|
+
nextText: 'Հաջ.>',
|
748
|
+
currentText: 'Այսօր',
|
749
|
+
monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
|
750
|
+
'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
|
751
|
+
monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
|
752
|
+
'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
|
753
|
+
dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
|
754
|
+
dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
|
755
|
+
dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
|
756
|
+
weekHeader: 'ՇԲՏ',
|
757
|
+
dateFormat: 'dd.mm.yy',
|
758
|
+
firstDay: 1,
|
759
|
+
isRTL: false,
|
760
|
+
showMonthAfterYear: false,
|
761
|
+
yearSuffix: ''};
|
762
|
+
$.datepicker.setDefaults($.datepicker.regional['hy']);
|
763
|
+
});
|
764
|
+
|
765
|
+
/* Indonesian initialisation for the jQuery UI date picker plugin. */
|
766
|
+
/* Written by Deden Fathurahman (dedenf@gmail.com). */
|
767
|
+
jQuery(function($){
|
768
|
+
$.datepicker.regional['id'] = {
|
769
|
+
closeText: 'Tutup',
|
770
|
+
prevText: '<mundur',
|
771
|
+
nextText: 'maju>',
|
772
|
+
currentText: 'hari ini',
|
773
|
+
monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
|
774
|
+
'Juli','Agustus','September','Oktober','Nopember','Desember'],
|
775
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
|
776
|
+
'Jul','Agus','Sep','Okt','Nop','Des'],
|
777
|
+
dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
|
778
|
+
dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
|
779
|
+
dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
|
780
|
+
weekHeader: 'Mg',
|
781
|
+
dateFormat: 'dd/mm/yy',
|
782
|
+
firstDay: 0,
|
783
|
+
isRTL: false,
|
784
|
+
showMonthAfterYear: false,
|
785
|
+
yearSuffix: ''};
|
786
|
+
$.datepicker.setDefaults($.datepicker.regional['id']);
|
787
|
+
});
|
788
|
+
|
789
|
+
/* Icelandic initialisation for the jQuery UI date picker plugin. */
|
790
|
+
/* Written by Haukur H. Thorsson (haukur@eskill.is). */
|
791
|
+
jQuery(function($){
|
792
|
+
$.datepicker.regional['is'] = {
|
793
|
+
closeText: 'Loka',
|
794
|
+
prevText: '< Fyrri',
|
795
|
+
nextText: 'Næsti >',
|
796
|
+
currentText: 'Í dag',
|
797
|
+
monthNames: ['Janúar','Febrúar','Mars','Apríl','Maí','Júní',
|
798
|
+
'Júlí','Ágúst','September','Október','Nóvember','Desember'],
|
799
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maí','Jún',
|
800
|
+
'Júl','Ágú','Sep','Okt','Nóv','Des'],
|
801
|
+
dayNames: ['Sunnudagur','Mánudagur','Þriðjudagur','Miðvikudagur','Fimmtudagur','Föstudagur','Laugardagur'],
|
802
|
+
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
|
803
|
+
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
|
804
|
+
weekHeader: 'Vika',
|
805
|
+
dateFormat: 'dd/mm/yy',
|
806
|
+
firstDay: 0,
|
807
|
+
isRTL: false,
|
808
|
+
showMonthAfterYear: false,
|
809
|
+
yearSuffix: ''};
|
810
|
+
$.datepicker.setDefaults($.datepicker.regional['is']);
|
811
|
+
});
|
812
|
+
|
813
|
+
/* Italian initialisation for the jQuery UI date picker plugin. */
|
814
|
+
/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
|
815
|
+
jQuery(function($){
|
816
|
+
$.datepicker.regional['it'] = {
|
817
|
+
closeText: 'Chiudi',
|
818
|
+
prevText: '<Prec',
|
819
|
+
nextText: 'Succ>',
|
820
|
+
currentText: 'Oggi',
|
821
|
+
monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
|
822
|
+
'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
|
823
|
+
monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
|
824
|
+
'Lug','Ago','Set','Ott','Nov','Dic'],
|
825
|
+
dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
|
826
|
+
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
|
827
|
+
dayNamesMin: ['Do','Lu','Ma','Me','Gi','Ve','Sa'],
|
828
|
+
weekHeader: 'Sm',
|
829
|
+
dateFormat: 'dd/mm/yy',
|
830
|
+
firstDay: 1,
|
831
|
+
isRTL: false,
|
832
|
+
showMonthAfterYear: false,
|
833
|
+
yearSuffix: ''};
|
834
|
+
$.datepicker.setDefaults($.datepicker.regional['it']);
|
835
|
+
});
|
836
|
+
|
837
|
+
/* Japanese initialisation for the jQuery UI date picker plugin. */
|
838
|
+
/* Written by Kentaro SATO (kentaro@ranvis.com). */
|
839
|
+
jQuery(function($){
|
840
|
+
$.datepicker.regional['ja'] = {
|
841
|
+
closeText: '閉じる',
|
842
|
+
prevText: '<前',
|
843
|
+
nextText: '次>',
|
844
|
+
currentText: '今日',
|
845
|
+
monthNames: ['1月','2月','3月','4月','5月','6月',
|
846
|
+
'7月','8月','9月','10月','11月','12月'],
|
847
|
+
monthNamesShort: ['1月','2月','3月','4月','5月','6月',
|
848
|
+
'7月','8月','9月','10月','11月','12月'],
|
849
|
+
dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'],
|
850
|
+
dayNamesShort: ['日','月','火','水','木','金','土'],
|
851
|
+
dayNamesMin: ['日','月','火','水','木','金','土'],
|
852
|
+
weekHeader: '週',
|
853
|
+
dateFormat: 'yy/mm/dd',
|
854
|
+
firstDay: 0,
|
855
|
+
isRTL: false,
|
856
|
+
showMonthAfterYear: true,
|
857
|
+
yearSuffix: '年'};
|
858
|
+
$.datepicker.setDefaults($.datepicker.regional['ja']);
|
859
|
+
});
|
860
|
+
|
861
|
+
/* Georgian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
862
|
+
/* Written by Lado Lomidze (lado.lomidze@gmail.com). */
|
863
|
+
jQuery(function($){
|
864
|
+
$.datepicker.regional['ka'] = {
|
865
|
+
closeText: 'დახურვა',
|
866
|
+
prevText: '< წინა',
|
867
|
+
nextText: 'შემდეგი >',
|
868
|
+
currentText: 'დღეს',
|
869
|
+
monthNames: ['იანვარი','თებერვალი','მარტი','აპრილი','მაისი','ივნისი', 'ივლისი','აგვისტო','სექტემბერი','ოქტომბერი','ნოემბერი','დეკემბერი'],
|
870
|
+
monthNamesShort: ['იან','თებ','მარ','აპრ','მაი','ივნ', 'ივლ','აგვ','სექ','ოქტ','ნოე','დეკ'],
|
871
|
+
dayNames: ['კვირა','ორშაბათი','სამშაბათი','ოთხშაბათი','ხუთშაბათი','პარასკევი','შაბათი'],
|
872
|
+
dayNamesShort: ['კვ','ორშ','სამ','ოთხ','ხუთ','პარ','შაბ'],
|
873
|
+
dayNamesMin: ['კვ','ორშ','სამ','ოთხ','ხუთ','პარ','შაბ'],
|
874
|
+
weekHeader: 'კვირა',
|
875
|
+
dateFormat: 'dd-mm-yy',
|
876
|
+
firstDay: 1,
|
877
|
+
isRTL: false,
|
878
|
+
showMonthAfterYear: false,
|
879
|
+
yearSuffix: ''};
|
880
|
+
$.datepicker.setDefaults($.datepicker.regional['ka']);
|
881
|
+
});
|
882
|
+
|
883
|
+
/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
884
|
+
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
|
885
|
+
jQuery(function($){
|
886
|
+
$.datepicker.regional['kk'] = {
|
887
|
+
closeText: 'Жабу',
|
888
|
+
prevText: '<Алдыңғы',
|
889
|
+
nextText: 'Келесі>',
|
890
|
+
currentText: 'Бүгін',
|
891
|
+
monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым',
|
892
|
+
'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'],
|
893
|
+
monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау',
|
894
|
+
'Шіл','Там','Қыр','Қаз','Қар','Жел'],
|
895
|
+
dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'],
|
896
|
+
dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'],
|
897
|
+
dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'],
|
898
|
+
weekHeader: 'Не',
|
899
|
+
dateFormat: 'dd.mm.yy',
|
900
|
+
firstDay: 1,
|
901
|
+
isRTL: false,
|
902
|
+
showMonthAfterYear: false,
|
903
|
+
yearSuffix: ''};
|
904
|
+
$.datepicker.setDefaults($.datepicker.regional['kk']);
|
905
|
+
});
|
906
|
+
|
907
|
+
/* Khmer initialisation for the jQuery calendar extension. */
|
908
|
+
/* Written by Chandara Om (chandara.teacher@gmail.com). */
|
909
|
+
jQuery(function($){
|
910
|
+
$.datepicker.regional['km'] = {
|
911
|
+
closeText: 'ធ្វើរួច',
|
912
|
+
prevText: 'មុន',
|
913
|
+
nextText: 'បន្ទាប់',
|
914
|
+
currentText: 'ថ្ងៃនេះ',
|
915
|
+
monthNames: ['មករា','កុម្ភៈ','មីនា','មេសា','ឧសភា','មិថុនា',
|
916
|
+
'កក្កដា','សីហា','កញ្ញា','តុលា','វិច្ឆិកា','ធ្នូ'],
|
917
|
+
monthNamesShort: ['មករា','កុម្ភៈ','មីនា','មេសា','ឧសភា','មិថុនា',
|
918
|
+
'កក្កដា','សីហា','កញ្ញា','តុលា','វិច្ឆិកា','ធ្នូ'],
|
919
|
+
dayNames: ['អាទិត្យ', 'ចន្ទ', 'អង្គារ', 'ពុធ', 'ព្រហស្បតិ៍', 'សុក្រ', 'សៅរ៍'],
|
920
|
+
dayNamesShort: ['អា', 'ច', 'អ', 'ពុ', 'ព្រហ', 'សុ', 'សៅ'],
|
921
|
+
dayNamesMin: ['អា', 'ច', 'អ', 'ពុ', 'ព្រហ', 'សុ', 'សៅ'],
|
922
|
+
weekHeader: 'សប្ដាហ៍',
|
923
|
+
dateFormat: 'dd-mm-yy',
|
924
|
+
firstDay: 1,
|
925
|
+
isRTL: false,
|
926
|
+
showMonthAfterYear: false,
|
927
|
+
yearSuffix: ''};
|
928
|
+
$.datepicker.setDefaults($.datepicker.regional['km']);
|
929
|
+
});
|
930
|
+
|
931
|
+
/* Korean initialisation for the jQuery calendar extension. */
|
932
|
+
/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */
|
933
|
+
jQuery(function($){
|
934
|
+
$.datepicker.regional['ko'] = {
|
935
|
+
closeText: '닫기',
|
936
|
+
prevText: '이전달',
|
937
|
+
nextText: '다음달',
|
938
|
+
currentText: '오늘',
|
939
|
+
monthNames: ['1월','2월','3월','4월','5월','6월',
|
940
|
+
'7월','8월','9월','10월','11월','12월'],
|
941
|
+
monthNamesShort: ['1월','2월','3월','4월','5월','6월',
|
942
|
+
'7월','8월','9월','10월','11월','12월'],
|
943
|
+
dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'],
|
944
|
+
dayNamesShort: ['일','월','화','수','목','금','토'],
|
945
|
+
dayNamesMin: ['일','월','화','수','목','금','토'],
|
946
|
+
weekHeader: 'Wk',
|
947
|
+
dateFormat: 'yy-mm-dd',
|
948
|
+
firstDay: 0,
|
949
|
+
isRTL: false,
|
950
|
+
showMonthAfterYear: true,
|
951
|
+
yearSuffix: '년'};
|
952
|
+
$.datepicker.setDefaults($.datepicker.regional['ko']);
|
953
|
+
});
|
954
|
+
|
955
|
+
/* Luxembourgish initialisation for the jQuery UI date picker plugin. */
|
956
|
+
/* Written by Michel Weimerskirch <michel@weimerskirch.net> */
|
957
|
+
jQuery(function($){
|
958
|
+
$.datepicker.regional['lb'] = {
|
959
|
+
closeText: 'Fäerdeg',
|
960
|
+
prevText: 'Zréck',
|
961
|
+
nextText: 'Weider',
|
962
|
+
currentText: 'Haut',
|
963
|
+
monthNames: ['Januar','Februar','Mäerz','Abrëll','Mee','Juni',
|
964
|
+
'Juli','August','September','Oktober','November','Dezember'],
|
965
|
+
monthNamesShort: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun',
|
966
|
+
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
|
967
|
+
dayNames: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'],
|
968
|
+
dayNamesShort: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'],
|
969
|
+
dayNamesMin: ['So','Mé','Dë','Më','Do','Fr','Sa'],
|
970
|
+
weekHeader: 'W',
|
971
|
+
dateFormat: 'dd.mm.yy',
|
972
|
+
firstDay: 1,
|
973
|
+
isRTL: false,
|
974
|
+
showMonthAfterYear: false,
|
975
|
+
yearSuffix: ''};
|
976
|
+
$.datepicker.setDefaults($.datepicker.regional['lb']);
|
977
|
+
});
|
978
|
+
|
979
|
+
/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
980
|
+
/* @author Arturas Paleicikas <arturas@avalon.lt> */
|
981
|
+
jQuery(function($){
|
982
|
+
$.datepicker.regional['lt'] = {
|
983
|
+
closeText: 'Uždaryti',
|
984
|
+
prevText: '<Atgal',
|
985
|
+
nextText: 'Pirmyn>',
|
986
|
+
currentText: 'Šiandien',
|
987
|
+
monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis',
|
988
|
+
'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'],
|
989
|
+
monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir',
|
990
|
+
'Lie','Rugp','Rugs','Spa','Lap','Gru'],
|
991
|
+
dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'],
|
992
|
+
dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'],
|
993
|
+
dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'],
|
994
|
+
weekHeader: 'Wk',
|
995
|
+
dateFormat: 'yy-mm-dd',
|
996
|
+
firstDay: 1,
|
997
|
+
isRTL: false,
|
998
|
+
showMonthAfterYear: false,
|
999
|
+
yearSuffix: ''};
|
1000
|
+
$.datepicker.setDefaults($.datepicker.regional['lt']);
|
1001
|
+
});
|
1002
|
+
|
1003
|
+
/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1004
|
+
/* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
|
1005
|
+
jQuery(function($){
|
1006
|
+
$.datepicker.regional['lv'] = {
|
1007
|
+
closeText: 'Aizvērt',
|
1008
|
+
prevText: 'Iepr',
|
1009
|
+
nextText: 'Nāka',
|
1010
|
+
currentText: 'Šodien',
|
1011
|
+
monthNames: ['Janvāris','Februāris','Marts','Aprīlis','Maijs','Jūnijs',
|
1012
|
+
'Jūlijs','Augusts','Septembris','Oktobris','Novembris','Decembris'],
|
1013
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jūn',
|
1014
|
+
'Jūl','Aug','Sep','Okt','Nov','Dec'],
|
1015
|
+
dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'],
|
1016
|
+
dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'],
|
1017
|
+
dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'],
|
1018
|
+
weekHeader: 'Nav',
|
1019
|
+
dateFormat: 'dd-mm-yy',
|
1020
|
+
firstDay: 1,
|
1021
|
+
isRTL: false,
|
1022
|
+
showMonthAfterYear: false,
|
1023
|
+
yearSuffix: ''};
|
1024
|
+
$.datepicker.setDefaults($.datepicker.regional['lv']);
|
1025
|
+
});
|
1026
|
+
|
1027
|
+
/* Macedonian i18n for the jQuery UI date picker plugin. */
|
1028
|
+
/* Written by Stojce Slavkovski. */
|
1029
|
+
jQuery(function($){
|
1030
|
+
$.datepicker.regional['mk'] = {
|
1031
|
+
closeText: 'Затвори',
|
1032
|
+
prevText: '<',
|
1033
|
+
nextText: '>',
|
1034
|
+
currentText: 'Денес',
|
1035
|
+
monthNames: ['Јануари','Февруари','Март','Април','Мај','Јуни',
|
1036
|
+
'Јули','Август','Септември','Октомври','Ноември','Декември'],
|
1037
|
+
monthNamesShort: ['Јан','Фев','Мар','Апр','Мај','Јун',
|
1038
|
+
'Јул','Авг','Сеп','Окт','Ное','Дек'],
|
1039
|
+
dayNames: ['Недела','Понеделник','Вторник','Среда','Четврток','Петок','Сабота'],
|
1040
|
+
dayNamesShort: ['Нед','Пон','Вто','Сре','Чет','Пет','Саб'],
|
1041
|
+
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'],
|
1042
|
+
weekHeader: 'Сед',
|
1043
|
+
dateFormat: 'dd.mm.yy',
|
1044
|
+
firstDay: 1,
|
1045
|
+
isRTL: false,
|
1046
|
+
showMonthAfterYear: false,
|
1047
|
+
yearSuffix: ''};
|
1048
|
+
$.datepicker.setDefaults($.datepicker.regional['mk']);
|
1049
|
+
});
|
1050
|
+
|
1051
|
+
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1052
|
+
/* Written by Saji Nediyanchath (saji89@gmail.com). */
|
1053
|
+
jQuery(function($){
|
1054
|
+
$.datepicker.regional['ml'] = {
|
1055
|
+
closeText: 'ശരി',
|
1056
|
+
prevText: 'മുന്നത്തെ',
|
1057
|
+
nextText: 'അടുത്തത് ',
|
1058
|
+
currentText: 'ഇന്ന്',
|
1059
|
+
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്ച്ച്','ഏപ്രില്','മേയ്','ജൂണ്',
|
1060
|
+
'ജൂലൈ','ആഗസ്റ്റ്','സെപ്റ്റംബര്','ഒക്ടോബര്','നവംബര്','ഡിസംബര്'],
|
1061
|
+
monthNamesShort: ['ജനു', 'ഫെബ്', 'മാര്', 'ഏപ്രി', 'മേയ്', 'ജൂണ്',
|
1062
|
+
'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'],
|
1063
|
+
dayNames: ['ഞായര്', 'തിങ്കള്', 'ചൊവ്വ', 'ബുധന്', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
|
1064
|
+
dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
|
1065
|
+
dayNamesMin: ['ഞാ','തി','ചൊ','ബു','വ്യാ','വെ','ശ'],
|
1066
|
+
weekHeader: 'ആ',
|
1067
|
+
dateFormat: 'dd/mm/yy',
|
1068
|
+
firstDay: 1,
|
1069
|
+
isRTL: false,
|
1070
|
+
showMonthAfterYear: false,
|
1071
|
+
yearSuffix: ''};
|
1072
|
+
$.datepicker.setDefaults($.datepicker.regional['ml']);
|
1073
|
+
});
|
1074
|
+
|
1075
|
+
/* Malaysian initialisation for the jQuery UI date picker plugin. */
|
1076
|
+
/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
|
1077
|
+
jQuery(function($){
|
1078
|
+
$.datepicker.regional['ms'] = {
|
1079
|
+
closeText: 'Tutup',
|
1080
|
+
prevText: '<Sebelum',
|
1081
|
+
nextText: 'Selepas>',
|
1082
|
+
currentText: 'hari ini',
|
1083
|
+
monthNames: ['Januari','Februari','Mac','April','Mei','Jun',
|
1084
|
+
'Julai','Ogos','September','Oktober','November','Disember'],
|
1085
|
+
monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun',
|
1086
|
+
'Jul','Ogo','Sep','Okt','Nov','Dis'],
|
1087
|
+
dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'],
|
1088
|
+
dayNamesShort: ['Aha','Isn','Sel','Rab','kha','Jum','Sab'],
|
1089
|
+
dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'],
|
1090
|
+
weekHeader: 'Mg',
|
1091
|
+
dateFormat: 'dd/mm/yy',
|
1092
|
+
firstDay: 0,
|
1093
|
+
isRTL: false,
|
1094
|
+
showMonthAfterYear: false,
|
1095
|
+
yearSuffix: ''};
|
1096
|
+
$.datepicker.setDefaults($.datepicker.regional['ms']);
|
1097
|
+
});
|
1098
|
+
|
1099
|
+
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
|
1100
|
+
/* David De Sloovere @DavidDeSloovere */
|
1101
|
+
jQuery(function($){
|
1102
|
+
$.datepicker.regional['nl-BE'] = {
|
1103
|
+
closeText: 'Sluiten',
|
1104
|
+
prevText: '←',
|
1105
|
+
nextText: '→',
|
1106
|
+
currentText: 'Vandaag',
|
1107
|
+
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
|
1108
|
+
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
|
1109
|
+
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
|
1110
|
+
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
1111
|
+
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
|
1112
|
+
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
|
1113
|
+
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
|
1114
|
+
weekHeader: 'Wk',
|
1115
|
+
dateFormat: 'dd/mm/yy',
|
1116
|
+
firstDay: 1,
|
1117
|
+
isRTL: false,
|
1118
|
+
showMonthAfterYear: false,
|
1119
|
+
yearSuffix: ''};
|
1120
|
+
$.datepicker.setDefaults($.datepicker.regional['nl-BE']);
|
1121
|
+
});
|
1122
|
+
|
1123
|
+
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1124
|
+
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
|
1125
|
+
jQuery(function($){
|
1126
|
+
$.datepicker.regional.nl = {
|
1127
|
+
closeText: 'Sluiten',
|
1128
|
+
prevText: '←',
|
1129
|
+
nextText: '→',
|
1130
|
+
currentText: 'Vandaag',
|
1131
|
+
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
|
1132
|
+
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
|
1133
|
+
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
|
1134
|
+
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
1135
|
+
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
|
1136
|
+
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
|
1137
|
+
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
|
1138
|
+
weekHeader: 'Wk',
|
1139
|
+
dateFormat: 'dd-mm-yy',
|
1140
|
+
firstDay: 1,
|
1141
|
+
isRTL: false,
|
1142
|
+
showMonthAfterYear: false,
|
1143
|
+
yearSuffix: ''};
|
1144
|
+
$.datepicker.setDefaults($.datepicker.regional.nl);
|
1145
|
+
});
|
1146
|
+
|
1147
|
+
/* Norwegian initialisation for the jQuery UI date picker plugin. */
|
1148
|
+
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
|
1149
|
+
|
1150
|
+
jQuery(function($){
|
1151
|
+
$.datepicker.regional['no'] = {
|
1152
|
+
closeText: 'Lukk',
|
1153
|
+
prevText: '«Forrige',
|
1154
|
+
nextText: 'Neste»',
|
1155
|
+
currentText: 'I dag',
|
1156
|
+
monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'],
|
1157
|
+
monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'],
|
1158
|
+
dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'],
|
1159
|
+
dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'],
|
1160
|
+
dayNamesMin: ['sø','ma','ti','on','to','fr','lø'],
|
1161
|
+
weekHeader: 'Uke',
|
1162
|
+
dateFormat: 'dd.mm.yy',
|
1163
|
+
firstDay: 1,
|
1164
|
+
isRTL: false,
|
1165
|
+
showMonthAfterYear: false,
|
1166
|
+
yearSuffix: ''
|
1167
|
+
};
|
1168
|
+
$.datepicker.setDefaults($.datepicker.regional['no']);
|
1169
|
+
});
|
1170
|
+
|
1171
|
+
/* Polish initialisation for the jQuery UI date picker plugin. */
|
1172
|
+
/* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
|
1173
|
+
jQuery(function($){
|
1174
|
+
$.datepicker.regional['pl'] = {
|
1175
|
+
closeText: 'Zamknij',
|
1176
|
+
prevText: '<Poprzedni',
|
1177
|
+
nextText: 'Następny>',
|
1178
|
+
currentText: 'Dziś',
|
1179
|
+
monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec',
|
1180
|
+
'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'],
|
1181
|
+
monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze',
|
1182
|
+
'Lip','Sie','Wrz','Pa','Lis','Gru'],
|
1183
|
+
dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
|
1184
|
+
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'],
|
1185
|
+
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'],
|
1186
|
+
weekHeader: 'Tydz',
|
1187
|
+
dateFormat: 'dd.mm.yy',
|
1188
|
+
firstDay: 1,
|
1189
|
+
isRTL: false,
|
1190
|
+
showMonthAfterYear: false,
|
1191
|
+
yearSuffix: ''};
|
1192
|
+
$.datepicker.setDefaults($.datepicker.regional['pl']);
|
1193
|
+
});
|
1194
|
+
|
1195
|
+
/* Brazilian initialisation for the jQuery UI date picker plugin. */
|
1196
|
+
/* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
|
1197
|
+
jQuery(function($){
|
1198
|
+
$.datepicker.regional['pt-BR'] = {
|
1199
|
+
closeText: 'Fechar',
|
1200
|
+
prevText: '<Anterior',
|
1201
|
+
nextText: 'Próximo>',
|
1202
|
+
currentText: 'Hoje',
|
1203
|
+
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
|
1204
|
+
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
|
1205
|
+
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
|
1206
|
+
'Jul','Ago','Set','Out','Nov','Dez'],
|
1207
|
+
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
|
1208
|
+
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
1209
|
+
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
1210
|
+
weekHeader: 'Sm',
|
1211
|
+
dateFormat: 'dd/mm/yy',
|
1212
|
+
firstDay: 0,
|
1213
|
+
isRTL: false,
|
1214
|
+
showMonthAfterYear: false,
|
1215
|
+
yearSuffix: ''};
|
1216
|
+
$.datepicker.setDefaults($.datepicker.regional['pt-BR']);
|
1217
|
+
});
|
1218
|
+
|
1219
|
+
/* Portuguese initialisation for the jQuery UI date picker plugin. */
|
1220
|
+
jQuery(function($){
|
1221
|
+
$.datepicker.regional['pt'] = {
|
1222
|
+
closeText: 'Fechar',
|
1223
|
+
prevText: '<Anterior',
|
1224
|
+
nextText: 'Seguinte',
|
1225
|
+
currentText: 'Hoje',
|
1226
|
+
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
|
1227
|
+
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
|
1228
|
+
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
|
1229
|
+
'Jul','Ago','Set','Out','Nov','Dez'],
|
1230
|
+
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
|
1231
|
+
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
1232
|
+
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
1233
|
+
weekHeader: 'Sem',
|
1234
|
+
dateFormat: 'dd/mm/yy',
|
1235
|
+
firstDay: 0,
|
1236
|
+
isRTL: false,
|
1237
|
+
showMonthAfterYear: false,
|
1238
|
+
yearSuffix: ''};
|
1239
|
+
$.datepicker.setDefaults($.datepicker.regional['pt']);
|
1240
|
+
});
|
1241
|
+
|
1242
|
+
/* Romansh initialisation for the jQuery UI date picker plugin. */
|
1243
|
+
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */
|
1244
|
+
jQuery(function($){
|
1245
|
+
$.datepicker.regional['rm'] = {
|
1246
|
+
closeText: 'Serrar',
|
1247
|
+
prevText: '<Suandant',
|
1248
|
+
nextText: 'Precedent>',
|
1249
|
+
currentText: 'Actual',
|
1250
|
+
monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 'Fanadur','Avust','Settember','October','November','December'],
|
1251
|
+
monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 'Fan','Avu','Sett','Oct','Nov','Dec'],
|
1252
|
+
dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'],
|
1253
|
+
dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'],
|
1254
|
+
dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'],
|
1255
|
+
weekHeader: 'emna',
|
1256
|
+
dateFormat: 'dd/mm/yy',
|
1257
|
+
firstDay: 1,
|
1258
|
+
isRTL: false,
|
1259
|
+
showMonthAfterYear: false,
|
1260
|
+
yearSuffix: ''};
|
1261
|
+
$.datepicker.setDefaults($.datepicker.regional['rm']);
|
1262
|
+
});
|
1263
|
+
|
1264
|
+
/* Romanian initialisation for the jQuery UI date picker plugin.
|
1265
|
+
*
|
1266
|
+
* Written by Edmond L. (ll_edmond@walla.com)
|
1267
|
+
* and Ionut G. Stan (ionut.g.stan@gmail.com)
|
1268
|
+
*/
|
1269
|
+
jQuery(function($){
|
1270
|
+
$.datepicker.regional['ro'] = {
|
1271
|
+
closeText: 'Închide',
|
1272
|
+
prevText: '« Luna precedentă',
|
1273
|
+
nextText: 'Luna următoare »',
|
1274
|
+
currentText: 'Azi',
|
1275
|
+
monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie',
|
1276
|
+
'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
|
1277
|
+
monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun',
|
1278
|
+
'Iul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
1279
|
+
dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
|
1280
|
+
dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
|
1281
|
+
dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'],
|
1282
|
+
weekHeader: 'Săpt',
|
1283
|
+
dateFormat: 'dd.mm.yy',
|
1284
|
+
firstDay: 1,
|
1285
|
+
isRTL: false,
|
1286
|
+
showMonthAfterYear: false,
|
1287
|
+
yearSuffix: ''};
|
1288
|
+
$.datepicker.setDefaults($.datepicker.regional['ro']);
|
1289
|
+
});
|
1290
|
+
|
1291
|
+
/* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1292
|
+
/* Written by Andrew Stromnov (stromnov@gmail.com). */
|
1293
|
+
jQuery(function($){
|
1294
|
+
$.datepicker.regional['ru'] = {
|
1295
|
+
closeText: 'Закрыть',
|
1296
|
+
prevText: '<Пред',
|
1297
|
+
nextText: 'След>',
|
1298
|
+
currentText: 'Сегодня',
|
1299
|
+
monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь',
|
1300
|
+
'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
|
1301
|
+
monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
|
1302
|
+
'Июл','Авг','Сен','Окт','Ноя','Дек'],
|
1303
|
+
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
|
1304
|
+
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
|
1305
|
+
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
|
1306
|
+
weekHeader: 'Нед',
|
1307
|
+
dateFormat: 'dd.mm.yy',
|
1308
|
+
firstDay: 1,
|
1309
|
+
isRTL: false,
|
1310
|
+
showMonthAfterYear: false,
|
1311
|
+
yearSuffix: ''};
|
1312
|
+
$.datepicker.setDefaults($.datepicker.regional['ru']);
|
1313
|
+
});
|
1314
|
+
|
1315
|
+
/* Slovak initialisation for the jQuery UI date picker plugin. */
|
1316
|
+
/* Written by Vojtech Rinik (vojto@hmm.sk). */
|
1317
|
+
jQuery(function($){
|
1318
|
+
$.datepicker.regional['sk'] = {
|
1319
|
+
closeText: 'Zavrieť',
|
1320
|
+
prevText: '<Predchádzajúci',
|
1321
|
+
nextText: 'Nasledujúci>',
|
1322
|
+
currentText: 'Dnes',
|
1323
|
+
monthNames: ['Január','Február','Marec','Apríl','Máj','Jún',
|
1324
|
+
'Júl','August','September','Október','November','December'],
|
1325
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
|
1326
|
+
'Júl','Aug','Sep','Okt','Nov','Dec'],
|
1327
|
+
dayNames: ['Nedeľa','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
|
1328
|
+
dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
|
1329
|
+
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
|
1330
|
+
weekHeader: 'Ty',
|
1331
|
+
dateFormat: 'dd.mm.yy',
|
1332
|
+
firstDay: 1,
|
1333
|
+
isRTL: false,
|
1334
|
+
showMonthAfterYear: false,
|
1335
|
+
yearSuffix: ''};
|
1336
|
+
$.datepicker.setDefaults($.datepicker.regional['sk']);
|
1337
|
+
});
|
1338
|
+
|
1339
|
+
/* Slovenian initialisation for the jQuery UI date picker plugin. */
|
1340
|
+
/* Written by Jaka Jancar (jaka@kubje.org). */
|
1341
|
+
/* c = č, s = š z = ž C = Č S = Š Z = Ž */
|
1342
|
+
jQuery(function($){
|
1343
|
+
$.datepicker.regional['sl'] = {
|
1344
|
+
closeText: 'Zapri',
|
1345
|
+
prevText: '<Prejšnji',
|
1346
|
+
nextText: 'Naslednji>',
|
1347
|
+
currentText: 'Trenutni',
|
1348
|
+
monthNames: ['Januar','Februar','Marec','April','Maj','Junij',
|
1349
|
+
'Julij','Avgust','September','Oktober','November','December'],
|
1350
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
1351
|
+
'Jul','Avg','Sep','Okt','Nov','Dec'],
|
1352
|
+
dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','Četrtek','Petek','Sobota'],
|
1353
|
+
dayNamesShort: ['Ned','Pon','Tor','Sre','Čet','Pet','Sob'],
|
1354
|
+
dayNamesMin: ['Ne','Po','To','Sr','Če','Pe','So'],
|
1355
|
+
weekHeader: 'Teden',
|
1356
|
+
dateFormat: 'dd.mm.yy',
|
1357
|
+
firstDay: 1,
|
1358
|
+
isRTL: false,
|
1359
|
+
showMonthAfterYear: false,
|
1360
|
+
yearSuffix: ''};
|
1361
|
+
$.datepicker.setDefaults($.datepicker.regional['sl']);
|
1362
|
+
});
|
1363
|
+
|
1364
|
+
/* Albanian initialisation for the jQuery UI date picker plugin. */
|
1365
|
+
/* Written by Flakron Bytyqi (flakron@gmail.com). */
|
1366
|
+
jQuery(function($){
|
1367
|
+
$.datepicker.regional['sq'] = {
|
1368
|
+
closeText: 'mbylle',
|
1369
|
+
prevText: '<mbrapa',
|
1370
|
+
nextText: 'Përpara>',
|
1371
|
+
currentText: 'sot',
|
1372
|
+
monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
|
1373
|
+
'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
|
1374
|
+
monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
|
1375
|
+
'Kor','Gus','Sht','Tet','Nën','Dhj'],
|
1376
|
+
dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
|
1377
|
+
dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
|
1378
|
+
dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
|
1379
|
+
weekHeader: 'Ja',
|
1380
|
+
dateFormat: 'dd.mm.yy',
|
1381
|
+
firstDay: 1,
|
1382
|
+
isRTL: false,
|
1383
|
+
showMonthAfterYear: false,
|
1384
|
+
yearSuffix: ''};
|
1385
|
+
$.datepicker.setDefaults($.datepicker.regional['sq']);
|
1386
|
+
});
|
1387
|
+
|
1388
|
+
/* Serbian i18n for the jQuery UI date picker plugin. */
|
1389
|
+
/* Written by Dejan Dimić. */
|
1390
|
+
jQuery(function($){
|
1391
|
+
$.datepicker.regional['sr-SR'] = {
|
1392
|
+
closeText: 'Zatvori',
|
1393
|
+
prevText: '<',
|
1394
|
+
nextText: '>',
|
1395
|
+
currentText: 'Danas',
|
1396
|
+
monthNames: ['Januar','Februar','Mart','April','Maj','Jun',
|
1397
|
+
'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'],
|
1398
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
1399
|
+
'Jul','Avg','Sep','Okt','Nov','Dec'],
|
1400
|
+
dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'],
|
1401
|
+
dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'],
|
1402
|
+
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
1403
|
+
weekHeader: 'Sed',
|
1404
|
+
dateFormat: 'dd/mm/yy',
|
1405
|
+
firstDay: 1,
|
1406
|
+
isRTL: false,
|
1407
|
+
showMonthAfterYear: false,
|
1408
|
+
yearSuffix: ''};
|
1409
|
+
$.datepicker.setDefaults($.datepicker.regional['sr-SR']);
|
1410
|
+
});
|
1411
|
+
|
1412
|
+
/* Serbian i18n for the jQuery UI date picker plugin. */
|
1413
|
+
/* Written by Dejan Dimić. */
|
1414
|
+
jQuery(function($){
|
1415
|
+
$.datepicker.regional['sr'] = {
|
1416
|
+
closeText: 'Затвори',
|
1417
|
+
prevText: '<',
|
1418
|
+
nextText: '>',
|
1419
|
+
currentText: 'Данас',
|
1420
|
+
monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун',
|
1421
|
+
'Јул','Август','Септембар','Октобар','Новембар','Децембар'],
|
1422
|
+
monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун',
|
1423
|
+
'Јул','Авг','Сеп','Окт','Нов','Дец'],
|
1424
|
+
dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'],
|
1425
|
+
dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
|
1426
|
+
dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
|
1427
|
+
weekHeader: 'Сед',
|
1428
|
+
dateFormat: 'dd/mm/yy',
|
1429
|
+
firstDay: 1,
|
1430
|
+
isRTL: false,
|
1431
|
+
showMonthAfterYear: false,
|
1432
|
+
yearSuffix: ''};
|
1433
|
+
$.datepicker.setDefaults($.datepicker.regional['sr']);
|
1434
|
+
});
|
1435
|
+
|
1436
|
+
/* Swedish initialisation for the jQuery UI date picker plugin. */
|
1437
|
+
/* Written by Anders Ekdahl ( anders@nomadiz.se). */
|
1438
|
+
jQuery(function($){
|
1439
|
+
$.datepicker.regional['sv'] = {
|
1440
|
+
closeText: 'Stäng',
|
1441
|
+
prevText: '«Förra',
|
1442
|
+
nextText: 'Nästa»',
|
1443
|
+
currentText: 'Idag',
|
1444
|
+
monthNames: ['Januari','Februari','Mars','April','Maj','Juni',
|
1445
|
+
'Juli','Augusti','September','Oktober','November','December'],
|
1446
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
1447
|
+
'Jul','Aug','Sep','Okt','Nov','Dec'],
|
1448
|
+
dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'],
|
1449
|
+
dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
|
1450
|
+
dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'],
|
1451
|
+
weekHeader: 'Ve',
|
1452
|
+
dateFormat: 'yy-mm-dd',
|
1453
|
+
firstDay: 1,
|
1454
|
+
isRTL: false,
|
1455
|
+
showMonthAfterYear: false,
|
1456
|
+
yearSuffix: ''};
|
1457
|
+
$.datepicker.setDefaults($.datepicker.regional['sv']);
|
1458
|
+
});
|
1459
|
+
|
1460
|
+
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1461
|
+
/* Written by S A Sureshkumar (saskumar@live.com). */
|
1462
|
+
jQuery(function($){
|
1463
|
+
$.datepicker.regional['ta'] = {
|
1464
|
+
closeText: 'மூடு',
|
1465
|
+
prevText: 'முன்னையது',
|
1466
|
+
nextText: 'அடுத்தது',
|
1467
|
+
currentText: 'இன்று',
|
1468
|
+
monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி',
|
1469
|
+
'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'],
|
1470
|
+
monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி',
|
1471
|
+
'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'],
|
1472
|
+
dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'],
|
1473
|
+
dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'],
|
1474
|
+
dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'],
|
1475
|
+
weekHeader: 'Не',
|
1476
|
+
dateFormat: 'dd/mm/yy',
|
1477
|
+
firstDay: 1,
|
1478
|
+
isRTL: false,
|
1479
|
+
showMonthAfterYear: false,
|
1480
|
+
yearSuffix: ''};
|
1481
|
+
$.datepicker.setDefaults($.datepicker.regional['ta']);
|
1482
|
+
});
|
1483
|
+
|
1484
|
+
/* Thai initialisation for the jQuery UI date picker plugin. */
|
1485
|
+
/* Written by pipo (pipo@sixhead.com). */
|
1486
|
+
jQuery(function($){
|
1487
|
+
$.datepicker.regional['th'] = {
|
1488
|
+
closeText: 'ปิด',
|
1489
|
+
prevText: '« ย้อน',
|
1490
|
+
nextText: 'ถัดไป »',
|
1491
|
+
currentText: 'วันนี้',
|
1492
|
+
monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน',
|
1493
|
+
'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'],
|
1494
|
+
monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.',
|
1495
|
+
'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'],
|
1496
|
+
dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
|
1497
|
+
dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
|
1498
|
+
dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
|
1499
|
+
weekHeader: 'Wk',
|
1500
|
+
dateFormat: 'dd/mm/yy',
|
1501
|
+
firstDay: 0,
|
1502
|
+
isRTL: false,
|
1503
|
+
showMonthAfterYear: false,
|
1504
|
+
yearSuffix: ''};
|
1505
|
+
$.datepicker.setDefaults($.datepicker.regional['th']);
|
1506
|
+
});
|
1507
|
+
|
1508
|
+
/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1509
|
+
/* Written by Abdurahmon Saidov (saidovab@gmail.com). */
|
1510
|
+
jQuery(function($){
|
1511
|
+
$.datepicker.regional['tj'] = {
|
1512
|
+
closeText: 'Идома',
|
1513
|
+
prevText: '<Қафо',
|
1514
|
+
nextText: 'Пеш>',
|
1515
|
+
currentText: 'Имрӯз',
|
1516
|
+
monthNames: ['Январ','Феврал','Март','Апрел','Май','Июн',
|
1517
|
+
'Июл','Август','Сентябр','Октябр','Ноябр','Декабр'],
|
1518
|
+
monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
|
1519
|
+
'Июл','Авг','Сен','Окт','Ноя','Дек'],
|
1520
|
+
dayNames: ['якшанбе','душанбе','сешанбе','чоршанбе','панҷшанбе','ҷумъа','шанбе'],
|
1521
|
+
dayNamesShort: ['якш','душ','сеш','чор','пан','ҷум','шан'],
|
1522
|
+
dayNamesMin: ['Як','Дш','Сш','Чш','Пш','Ҷм','Шн'],
|
1523
|
+
weekHeader: 'Хф',
|
1524
|
+
dateFormat: 'dd.mm.yy',
|
1525
|
+
firstDay: 1,
|
1526
|
+
isRTL: false,
|
1527
|
+
showMonthAfterYear: false,
|
1528
|
+
yearSuffix: ''};
|
1529
|
+
$.datepicker.setDefaults($.datepicker.regional['tj']);
|
1530
|
+
});
|
1531
|
+
|
1532
|
+
/* Turkish initialisation for the jQuery UI date picker plugin. */
|
1533
|
+
/* Written by Izzet Emre Erkan (kara@karalamalar.net). */
|
1534
|
+
jQuery(function($){
|
1535
|
+
$.datepicker.regional['tr'] = {
|
1536
|
+
closeText: 'kapat',
|
1537
|
+
prevText: '<geri',
|
1538
|
+
nextText: 'ileri>',
|
1539
|
+
currentText: 'bugün',
|
1540
|
+
monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
|
1541
|
+
'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
|
1542
|
+
monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
|
1543
|
+
'Tem','Ağu','Eyl','Eki','Kas','Ara'],
|
1544
|
+
dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
|
1545
|
+
dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
|
1546
|
+
dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
|
1547
|
+
weekHeader: 'Hf',
|
1548
|
+
dateFormat: 'dd.mm.yy',
|
1549
|
+
firstDay: 1,
|
1550
|
+
isRTL: false,
|
1551
|
+
showMonthAfterYear: false,
|
1552
|
+
yearSuffix: ''};
|
1553
|
+
$.datepicker.setDefaults($.datepicker.regional['tr']);
|
1554
|
+
});
|
1555
|
+
|
1556
|
+
/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
1557
|
+
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
1558
|
+
/* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */
|
1559
|
+
jQuery(function($){
|
1560
|
+
$.datepicker.regional['uk'] = {
|
1561
|
+
closeText: 'Закрити',
|
1562
|
+
prevText: '<',
|
1563
|
+
nextText: '>',
|
1564
|
+
currentText: 'Сьогодні',
|
1565
|
+
monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень',
|
1566
|
+
'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'],
|
1567
|
+
monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер',
|
1568
|
+
'Лип','Сер','Вер','Жов','Лис','Гру'],
|
1569
|
+
dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'],
|
1570
|
+
dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'],
|
1571
|
+
dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'],
|
1572
|
+
weekHeader: 'Тиж',
|
1573
|
+
dateFormat: 'dd/mm/yy',
|
1574
|
+
firstDay: 1,
|
1575
|
+
isRTL: false,
|
1576
|
+
showMonthAfterYear: false,
|
1577
|
+
yearSuffix: ''};
|
1578
|
+
$.datepicker.setDefaults($.datepicker.regional['uk']);
|
1579
|
+
});
|
1580
|
+
|
1581
|
+
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
1582
|
+
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
1583
|
+
jQuery(function($){
|
1584
|
+
$.datepicker.regional['vi'] = {
|
1585
|
+
closeText: 'Đóng',
|
1586
|
+
prevText: '<Trước',
|
1587
|
+
nextText: 'Tiếp>',
|
1588
|
+
currentText: 'Hôm nay',
|
1589
|
+
monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu',
|
1590
|
+
'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'],
|
1591
|
+
monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6',
|
1592
|
+
'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
|
1593
|
+
dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
|
1594
|
+
dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
|
1595
|
+
dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
|
1596
|
+
weekHeader: 'Tu',
|
1597
|
+
dateFormat: 'dd/mm/yy',
|
1598
|
+
firstDay: 0,
|
1599
|
+
isRTL: false,
|
1600
|
+
showMonthAfterYear: false,
|
1601
|
+
yearSuffix: ''};
|
1602
|
+
$.datepicker.setDefaults($.datepicker.regional['vi']);
|
1603
|
+
});
|
1604
|
+
|
1605
|
+
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
1606
|
+
/* Written by Cloudream (cloudream@gmail.com). */
|
1607
|
+
jQuery(function($){
|
1608
|
+
$.datepicker.regional['zh-CN'] = {
|
1609
|
+
closeText: '关闭',
|
1610
|
+
prevText: '<上月',
|
1611
|
+
nextText: '下月>',
|
1612
|
+
currentText: '今天',
|
1613
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
1614
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1615
|
+
monthNamesShort: ['一月','二月','三月','四月','五月','六月',
|
1616
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1617
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
1618
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
1619
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
1620
|
+
weekHeader: '周',
|
1621
|
+
dateFormat: 'yy-mm-dd',
|
1622
|
+
firstDay: 1,
|
1623
|
+
isRTL: false,
|
1624
|
+
showMonthAfterYear: true,
|
1625
|
+
yearSuffix: '年'};
|
1626
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-CN']);
|
1627
|
+
});
|
1628
|
+
|
1629
|
+
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
1630
|
+
/* Written by SCCY (samuelcychan@gmail.com). */
|
1631
|
+
jQuery(function($){
|
1632
|
+
$.datepicker.regional['zh-HK'] = {
|
1633
|
+
closeText: '關閉',
|
1634
|
+
prevText: '<上月',
|
1635
|
+
nextText: '下月>',
|
1636
|
+
currentText: '今天',
|
1637
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
1638
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1639
|
+
monthNamesShort: ['一月','二月','三月','四月','五月','六月',
|
1640
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1641
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
1642
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
1643
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
1644
|
+
weekHeader: '周',
|
1645
|
+
dateFormat: 'dd-mm-yy',
|
1646
|
+
firstDay: 0,
|
1647
|
+
isRTL: false,
|
1648
|
+
showMonthAfterYear: true,
|
1649
|
+
yearSuffix: '年'};
|
1650
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-HK']);
|
1651
|
+
});
|
1652
|
+
|
1653
|
+
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
1654
|
+
/* Written by Ressol (ressol@gmail.com). */
|
1655
|
+
jQuery(function($){
|
1656
|
+
$.datepicker.regional['zh-TW'] = {
|
1657
|
+
closeText: '關閉',
|
1658
|
+
prevText: '<上月',
|
1659
|
+
nextText: '下月>',
|
1660
|
+
currentText: '今天',
|
1661
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
1662
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1663
|
+
monthNamesShort: ['一月','二月','三月','四月','五月','六月',
|
1664
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1665
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
1666
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
1667
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
1668
|
+
weekHeader: '周',
|
1669
|
+
dateFormat: 'yy/mm/dd',
|
1670
|
+
firstDay: 1,
|
1671
|
+
isRTL: false,
|
1672
|
+
showMonthAfterYear: true,
|
1673
|
+
yearSuffix: '年'};
|
1674
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-TW']);
|
1675
|
+
});
|