|
Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Autocomplete 1.8.16 +/*! + * jQuery UI Autocomplete 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -13,7 +13,7 @@ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ /* - * jQuery UI Menu 1.8.16 + * jQuery UI Menu 1.8.22 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -21,7 +21,6 @@ * * http://docs.jquery.com/UI/Menu#theming */ - .ui-autocomplete-loading { background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat !important; } .ui-menu { list-style:none; padding: 2px; Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.button.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.button.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.button.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.button.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Button 1.8.16 +/*! + * jQuery UI Button 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.core.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.core.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.core.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.core.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI CSS Framework 1.8.16 +/*! + * jQuery UI CSS Framework 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -13,12 +13,9 @@ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } -.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } -.ui-helper-clearfix { display: inline-block; } -/* required comment for clearfix to work in Opera \*/ -* html .ui-helper-clearfix { height:1%; } -.ui-helper-clearfix { display:block; } -/* end clearfix */ +.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } +.ui-helper-clearfix:after { clear: both; } +.ui-helper-clearfix { zoom: 1; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Datepicker 1.8.16 +/*! + * jQuery UI Datepicker 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * @@ -56,8 +56,6 @@ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { - display: none; /*sorry for IE5*/ - display/**/: block; /*sorry for IE5*/ position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.dialog.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Dialog 1.8.16 +/*! + * jQuery UI Dialog 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css Tue Aug 14 07:21:15 2012 @@ -1,11 +1,11 @@ -/* - * jQuery UI Progressbar 1.8.16 +/*! + * jQuery UI Progressbar 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming */ -.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar { height:2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.resizable.css Tue Aug 14 07:21:15 2012 @@ -1,14 +1,14 @@ -/* - * jQuery UI Resizable 1.8.16 +/*! + * jQuery UI Resizable 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative;} -.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } +.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.selectable.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Selectable 1.8.16 +/*! + * jQuery UI Selectable 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.slider.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.slider.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.slider.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.slider.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Slider 1.8.16 +/*! + * jQuery UI Slider 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.tabs.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.tabs.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.tabs.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.tabs.css Tue Aug 14 07:21:15 2012 @@ -1,7 +1,7 @@ -/* - * jQuery UI Tabs 1.8.16 +/*! + * jQuery UI Tabs 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.theme.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.theme.css?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.theme.css (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/themes/ui-lightness/jquery.ui.theme.css Tue Aug 14 07:21:15 2012 @@ -1,9 +1,9 @@ -/* - * jQuery UI CSS Framework 1.8.16 +/*! + * jQuery UI CSS Framework 1.8.22 * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery-ui-i18n.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery-ui-i18n.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery-ui-i18n.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery-ui-i18n.js Tue Aug 14 07:21:15 2012 @@ -1,3 +1,8 @@ +/*! jQuery UI - v1.8.22 - 2012-07-24 +* https://github.com/jquery/jquery-ui +* 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 +* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ + /* Afrikaans initialisation for the jQuery UI date picker plugin. */ /* Written by Renier Pretorius. */ jQuery(function($){ @@ -21,6 +26,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['af']); }); + /* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/ /* Mohamed Cherif BOUCHELAGHEM -- [hidden email] */ @@ -44,6 +50,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ar-DZ']); }); + /* Arabic Translation for jQuery UI date picker plugin. */ /* Khaled Alhourani -- [hidden email] */ /* 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 */ @@ -58,7 +65,7 @@ jQuery(function($){ monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], dayNames: ['Ø§ÙØ£ØØ¯', 'Ø§ÙØ§Ø«ÙÙÙ', 'Ø§ÙØ«Ùاثاء', 'Ø§ÙØ£Ø±Ø¨Ø¹Ø§Ø¡', 'Ø§ÙØ®Ù ÙØ³', 'Ø§ÙØ¬Ù عة', 'Ø§ÙØ³Ø¨Øª'], dayNamesShort: ['Ø§ÙØ£ØØ¯', 'Ø§ÙØ§Ø«ÙÙÙ', 'Ø§ÙØ«Ùاثاء', 'Ø§ÙØ£Ø±Ø¨Ø¹Ø§Ø¡', 'Ø§ÙØ®Ù ÙØ³', 'Ø§ÙØ¬Ù عة', 'Ø§ÙØ³Ø¨Øª'], - dayNamesMin: ['Ø§ÙØ£ØØ¯', 'Ø§ÙØ§Ø«ÙÙÙ', 'Ø§ÙØ«Ùاثاء', 'Ø§ÙØ£Ø±Ø¨Ø¹Ø§Ø¡', 'Ø§ÙØ®Ù ÙØ³', 'Ø§ÙØ¬Ù عة', 'Ø§ÙØ³Ø¨Øª'], + dayNamesMin: ['Ø', 'Ù', 'Ø«', 'ر', 'Ø®', 'ج', 'س'], weekHeader: 'Ø£Ø³Ø¨ÙØ¹', dateFormat: 'dd/mm/yy', firstDay: 6, @@ -66,7 +73,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ar']); -});/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ +}); +/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Jamil Najafov ([hidden email]). */ jQuery(function($) { $.datepicker.regional['az'] = { @@ -88,7 +96,8 @@ jQuery(function($) { showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['az']); -});/* Bulgarian initialisation for the jQuery UI date picker plugin. */ +}); +/* Bulgarian initialisation for the jQuery UI date picker plugin. */ /* Written by Stoyan Kyosev (http://svest.org). */ jQuery(function($){ $.datepicker.regional['bg'] = { @@ -112,6 +121,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['bg']); }); + /* Bosnian i18n for the jQuery UI date picker plugin. */ /* Written by Kenan Konjo. */ jQuery(function($){ @@ -134,7 +144,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['bs']); -});/* Inicialització en català per a l'extenció 'calendar' per jQuery. */ +}); +/* Inicialització en català per a l'extenció 'calendar' per jQuery. */ /* Writers: ([hidden email]). */ jQuery(function($){ $.datepicker.regional['ca'] = { @@ -156,7 +167,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ca']); -});/* Czech initialisation for the jQuery UI date picker plugin. */ +}); +/* Czech initialisation for the jQuery UI date picker plugin. */ /* Written by Tomas Muller ([hidden email]). */ jQuery(function($){ $.datepicker.regional['cs'] = { @@ -179,6 +191,30 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['cs']); }); + +/* Welsh/UK initialisation for the jQuery UI date picker plugin. */ +/* Written by William Griffiths. */ +jQuery(function($){ + $.datepicker.regional['cy-GB'] = { + closeText: 'Done', + prevText: 'Prev', + nextText: 'Next', + currentText: 'Today', + monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin', + 'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'], + monthNamesShort: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh', + 'Gor', 'Aws', 'Med', 'Hyd', 'Tac', 'Rha'], + dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'], + dayNamesShort: ['Sul', 'Llu', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'], + dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'], + weekHeader: 'Wy', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['cy-GB']); +}); /* Danish initialisation for the jQuery UI date picker plugin. */ /* Written by Jan Christensen ( [hidden email]). */ jQuery(function($){ @@ -202,6 +238,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['da']); }); + /* German initialisation for the jQuery UI date picker plugin. */ /* Written by Milian Wolff ([hidden email]). */ jQuery(function($){ @@ -217,7 +254,7 @@ jQuery(function($){ dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], - weekHeader: 'Wo', + weekHeader: 'KW', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, @@ -225,6 +262,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['de']); }); + /* Greek (el) initialisation for the jQuery UI date picker plugin. */ /* Written by Alex Cicovic (http://www.alexcicovic.com) */ jQuery(function($){ @@ -247,7 +285,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['el']); -});/* English/Australia initialisation for the jQuery UI date picker plugin. */ +}); +/* English/Australia initialisation for the jQuery UI date picker plugin. */ /* Based on the en-GB initialisation. */ jQuery(function($){ $.datepicker.regional['en-AU'] = { @@ -270,6 +309,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['en-AU']); }); + /* English/UK initialisation for the jQuery UI date picker plugin. */ /* Written by Stuart. */ jQuery(function($){ @@ -293,6 +333,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['en-GB']); }); + /* English/New Zealand initialisation for the jQuery UI date picker plugin. */ /* Based on the en-GB initialisation. */ jQuery(function($){ @@ -316,6 +357,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['en-NZ']); }); + /* Esperanto initialisation for the jQuery UI date picker plugin. */ /* Written by Olivier M. ([hidden email]). */ jQuery(function($){ @@ -339,6 +381,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['eo']); }); + /* Inicialización en español para la extensión 'UI date picker' para jQuery. */ /* Traducido por Vester ([hidden email]). */ jQuery(function($){ @@ -361,7 +404,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['es']); -});/* Estonian initialisation for the jQuery UI date picker plugin. */ +}); +/* Estonian initialisation for the jQuery UI date picker plugin. */ /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ jQuery(function($){ $.datepicker.regional['et'] = { @@ -376,14 +420,15 @@ jQuery(function($){ dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'], dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'], dayNamesMin: ['P','E','T','K','N','R','L'], - weekHeader: 'Sm', + weekHeader: 'näd', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['et']); -}); /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ +}); +/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ /* Karrikas-ek itzulia ([hidden email]) */ jQuery(function($){ $.datepicker.regional['eu'] = { @@ -391,35 +436,72 @@ jQuery(function($){ prevText: '<Aur', nextText: 'Hur>', currentText: 'Gaur', - monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', - 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], - monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', - 'Uzt','Abu','Ira','Urr','Aza','Abe'], - dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], - dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], - dayNamesMin: ['Ig','As','As','As','Os','Os','La'], - weekHeader: 'Wk', - dateFormat: 'yy/mm/dd', + monthNames: ['urtarrila','otsaila','martxoa','apirila','maiatza','ekaina', + 'uztaila','abuztua','iraila','urria','azaroa','abendua'], + monthNamesShort: ['urt.','ots.','mar.','api.','mai.','eka.', + 'uzt.','abu.','ira.','urr.','aza.','abe.'], + dayNames: ['igandea','astelehena','asteartea','asteazkena','osteguna','ostirala','larunbata'], + dayNamesShort: ['ig.','al.','ar.','az.','og.','ol.','lr.'], + dayNamesMin: ['ig','al','ar','az','og','ol','lr'], + weekHeader: 'As', + dateFormat: 'yy-mm-dd', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['eu']); -});/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ +}); +/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ /* Javad Mowlanezhad -- [hidden email] */ /* Jalali calendar should supported soon! (Its implemented but I have to test it) */ jQuery(function($) { $.datepicker.regional['fa'] = { closeText: 'بستÙ', - prevText: '<ÙØ¨ÙÙ', - nextText: 'بعدÙ>', + prevText: '<ÙØ¨ÙÛ', + nextText: 'بعدÛ>', currentText: 'Ø§Ù Ø±ÙØ²', - monthNames: ['ÙØ±ÙردÙÙ','Ø§Ø±Ø¯ÙØ¨Ùشت','خرداد','ØªÙØ±','٠رداد','Ø´ÙØ±ÙÙØ±', - 'Ù ÙØ±','آباÙ','آذر','دÙ','بÙÙ Ù','اسÙÙØ¯'], + monthNames: [ + 'ÙØ±ÙردÙÙ', + 'Ø§Ø±Ø¯ÙØ¨Ùشت', + 'خرداد', + 'ØªÙØ±', + '٠رداد', + 'Ø´ÙØ±ÙÙØ±', + 'Ù ÙØ±', + 'آباÙ', + 'آذر', + 'دÛ', + 'بÙÙ Ù', + 'اسÙÙØ¯' + ], monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'], - dayNames: ['ÙÚ©Ø´ÙØ¨Ù','Ø¯ÙØ´ÙبÙ','سÙâØ´ÙØ¨Ù','ÚÙØ§Ø±Ø´ÙبÙ','Ù¾ÙØ¬Ø´ÙبÙ','ج٠عÙ','Ø´ÙØ¨Ù'], - dayNamesShort: ['Ù','د','س','Ú','Ù¾','ج', 'Ø´'], - dayNamesMin: ['Ù','د','س','Ú','Ù¾','ج', 'Ø´'], + dayNames: [ + 'ÙÚ©Ø´ÙØ¨Ù', + 'Ø¯ÙØ´ÙبÙ', + 'سÙâØ´ÙØ¨Ù', + 'ÚÙØ§Ø±Ø´ÙبÙ', + 'Ù¾ÙØ¬Ø´ÙبÙ', + 'ج٠عÙ', + 'Ø´ÙØ¨Ù' + ], + dayNamesShort: [ + 'Û', + 'د', + 'س', + 'Ú', + 'Ù¾', + 'ج', + 'Ø´' + ], + dayNamesMin: [ + 'Û', + 'د', + 'س', + 'Ú', + 'Ù¾', + 'ج', + 'Ø´' + ], weekHeader: 'ÙÙ', dateFormat: 'yy/mm/dd', firstDay: 6, @@ -427,29 +509,31 @@ jQuery(function($) { showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['fa']); -});/* Finnish initialisation for the jQuery UI date picker plugin. */ -/* Written by Harri Kilpi� ([hidden email]). */ +}); +/* Finnish initialisation for the jQuery UI date picker plugin. */ +/* Written by Harri Kilpiö ([hidden email]). */ jQuery(function($){ - $.datepicker.regional['fi'] = { + $.datepicker.regional['fi'] = { closeText: 'Sulje', - prevText: '«Edellinen', - nextText: 'Seuraava»', - currentText: 'Tänään', - monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', - 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], - monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä', - 'Heinä','Elo','Syys','Loka','Marras','Joulu'], - dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'], + prevText: '«Edellinen', + nextText: 'Seuraava»', + currentText: 'Tänään', + monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', + 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], + monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä', + 'Heinä','Elo','Syys','Loka','Marras','Joulu'], + dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','La'], dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'], dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'], weekHeader: 'Vk', - dateFormat: 'dd.mm.yy', + dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; - $.datepicker.setDefaults($.datepicker.regional['fi']); + $.datepicker.setDefaults($.datepicker.regional['fi']); }); + /* Faroese initialisation for the jQuery UI date picker plugin */ /* Written by Sverri Mohr Olsen, [hidden email] */ jQuery(function($){ @@ -473,6 +557,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['fo']); }); + /* Swiss-French initialisation for the jQuery UI date picker plugin. */ /* Written Martin Voelkle ([hidden email]). */ jQuery(function($){ @@ -495,7 +580,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['fr-CH']); -});/* French initialisation for the jQuery UI date picker plugin. */ +}); +/* French initialisation for the jQuery UI date picker plugin. */ /* Written by Keith Wood (kbwood{at}iinet.com.au), Stéphane Nahmani ([hidden email]), Stéphane Raimbault <[hidden email]> */ @@ -520,6 +606,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['fr']); }); + /* Galician localization for 'UI date picker' jQuery extension. */ /* Translated by Jorge Barreiro <[hidden email]>. */ jQuery(function($){ @@ -542,7 +629,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['gl']); -});/* Hebrew initialisation for the UI Datepicker extension. */ +}); +/* Hebrew initialisation for the UI Datepicker extension. */ /* Written by Amir Hardon (ahardon at gmail dot com). */ jQuery(function($){ $.datepicker.regional['he'] = { @@ -552,8 +640,8 @@ jQuery(function($){ currentText: '××××', monthNames: ['×× ××ר','פ×ר××ר','×רץ','×פר××','×××','××× ×', '××××','××××ס×','ספ×××ר','×××§×××ר','× ××××ר','×צ××ר'], - monthNamesShort: ['1','2','3','4','5','6', - '7','8','9','10','11','12'], + monthNamesShort: ['×× ×','פ×ר','×רץ','×פר','×××','××× ×', + '××××','×××','ספ×','×××§','× ××','×צ×'], dayNames: ['ר×ש××','×©× ×','ש××ש×','ר×××¢×','×××ש×','ש×ש×','ש×ת'], dayNamesShort: ['×\'','×\'','×\'','×\'','×\'','×\'','ש×ת'], dayNamesMin: ['×\'','×\'','×\'','×\'','×\'','×\'','ש×ת'], @@ -565,6 +653,31 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['he']); }); + +/* Hindi initialisation for the jQuery UI date picker plugin. */ +/* Written by Michael Dawart. */ +jQuery(function($){ + $.datepicker.regional['hi'] = { + closeText: 'बà¤à¤¦', + prevText: 'पिà¤à¤²à¤¾', + nextText: 'ठà¤à¤²à¤¾', + currentText: 'à¤à¤', + monthNames: ['à¤à¤¨à¤µà¤°à¥ ','फरवरà¥','मारà¥à¤','ठपà¥à¤°à¥à¤²','मà¤','à¤à¥à¤¨', + 'à¤à¥à¤²à¤¾à¤','ठà¤à¤¸à¥à¤¤ ','सितमà¥à¤¬à¤°','ठà¤à¥à¤à¥à¤¬à¤°','नवमà¥à¤¬à¤°','दिसमà¥à¤¬à¤°'], + monthNamesShort: ['à¤à¤¨', 'फर', 'मारà¥à¤', 'ठपà¥à¤°à¥à¤²', 'मà¤', 'à¤à¥à¤¨', + 'à¤à¥à¤²à¤¾à¤', 'ठà¤', 'सित', 'ठà¤à¥à¤', 'नव', 'दि'], + dayNames: ['रविवार', 'सà¥à¤®à¤µà¤¾à¤°', 'मà¤à¤à¤²à¤µà¤¾à¤°', 'बà¥à¤§à¤µà¤¾à¤°', 'à¤à¥à¤°à¥à¤µà¤¾à¤°', 'शà¥à¤à¥à¤°à¤µà¤¾à¤°', 'शनिवार'], + dayNamesShort: ['रवि', 'सà¥à¤®', 'मà¤à¤à¤²', 'बà¥à¤§', 'à¤à¥à¤°à¥', 'शà¥à¤à¥à¤°', 'शनि'], + dayNamesMin: ['रवि', 'सà¥à¤®', 'मà¤à¤à¤²', 'बà¥à¤§', 'à¤à¥à¤°à¥', 'शà¥à¤à¥à¤°', 'शनि'], + weekHeader: 'हफà¥à¤¤à¤¾', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['hi']); +}); + /* Croatian i18n for the jQuery UI date picker plugin. */ /* Written by Vjekoslav Nesek. */ jQuery(function($){ @@ -587,29 +700,31 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['hr']); -});/* Hungarian initialisation for the jQuery UI date picker plugin. */ +}); +/* Hungarian initialisation for the jQuery UI date picker plugin. */ /* Written by Istvan Karaszi ([hidden email]). */ jQuery(function($){ $.datepicker.regional['hu'] = { - closeText: 'bezárás', - prevText: '« vissza', - nextText: 'elÅre »', + closeText: 'bezár', + prevText: 'vissza', + nextText: 'elÅre', currentText: 'ma', monthNames: ['Január', 'Február', 'Március', 'Ãprilis', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], monthNamesShort: ['Jan', 'Feb', 'Már', 'Ãpr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], - dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], + dayNames: ['Vasárnap', 'HétfÅ', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], - weekHeader: 'Hé', - dateFormat: 'yy-mm-dd', + weekHeader: 'Hét', + dateFormat: 'yy.mm.dd.', firstDay: 1, isRTL: false, showMonthAfterYear: true, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['hu']); }); + /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Levon Zakaryan ([hidden email])*/ jQuery(function($){ @@ -632,7 +747,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['hy']); -});/* Indonesian initialisation for the jQuery UI date picker plugin. */ +}); +/* Indonesian initialisation for the jQuery UI date picker plugin. */ /* Written by Deden Fathurahman ([hidden email]). */ jQuery(function($){ $.datepicker.regional['id'] = { @@ -654,7 +770,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['id']); -});/* Icelandic initialisation for the jQuery UI date picker plugin. */ +}); +/* Icelandic initialisation for the jQuery UI date picker plugin. */ /* Written by Haukur H. Thorsson ([hidden email]). */ jQuery(function($){ $.datepicker.regional['is'] = { @@ -676,7 +793,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['is']); -});/* Italian initialisation for the jQuery UI date picker plugin. */ +}); +/* Italian initialisation for the jQuery UI date picker plugin. */ /* Written by Antonello Pasella ([hidden email]). */ jQuery(function($){ $.datepicker.regional['it'] = { @@ -699,6 +817,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['it']); }); + /* Japanese initialisation for the jQuery UI date picker plugin. */ /* Written by Kentaro SATO ([hidden email]). */ jQuery(function($){ @@ -721,32 +840,33 @@ jQuery(function($){ showMonthAfterYear: true, yearSuffix: 'å¹´'}; $.datepicker.setDefaults($.datepicker.regional['ja']); -});/* Korean initialisation for the jQuery calendar extension. */ -/* Written by DaeKwon Kang ([hidden email]). */ +}); +/* Georgian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Lado Lomidze ([hidden email]). */ jQuery(function($){ - $.datepicker.regional['ko'] = { - closeText: 'ë«ê¸°', - prevText: 'ì´ì ë¬', - nextText: 'ë¤ìë¬', - currentText: 'ì¤ë', - monthNames: ['1ì(JAN)','2ì(FEB)','3ì(MAR)','4ì(APR)','5ì(MAY)','6ì(JUN)', - '7ì(JUL)','8ì(AUG)','9ì(SEP)','10ì(OCT)','11ì(NOV)','12ì(DEC)'], - monthNamesShort: ['1ì(JAN)','2ì(FEB)','3ì(MAR)','4ì(APR)','5ì(MAY)','6ì(JUN)', - '7ì(JUL)','8ì(AUG)','9ì(SEP)','10ì(OCT)','11ì(NOV)','12ì(DEC)'], - dayNames: ['ì¼','ì','í','ì','목','ê¸','í '], - dayNamesShort: ['ì¼','ì','í','ì','목','ê¸','í '], - dayNamesMin: ['ì¼','ì','í','ì','목','ê¸','í '], - weekHeader: 'Wk', - dateFormat: 'yy-mm-dd', - firstDay: 0, + $.datepicker.regional['ka'] = { + closeText: 'ááá®á£á áá', + prevText: '< á¬ááá', + nextText: 'á¨áááááá >', + currentText: 'áá¦áá¡', + monthNames: ['áááááá á','ááááá áááá','ááá á¢á','ááá ááá','áááá¡á','ááááá¡á', 'ááááá¡á','ááááá¡á¢á','á¡áá¥á¢ááááá á','áá¥á¢ááááá á','ááááááá á','áááááááá á'], + monthNamesShort: ['ááá','ááá','ááá ','ááá ','ááá','ááá', 'ááá','ááá','á¡áá¥','áá¥á¢','ááá','ááá'], + dayNames: ['áááá á','áá á¨ááááá','á¡ááá¨ááááá','ááá®á¨ááááá','á®á£áá¨ááááá','ááá áá¡áááá','á¨ááááá'], + dayNamesShort: ['áá','áá á¨','á¡áá','ááá®','á®á£á','ááá ','á¨áá'], + dayNamesMin: ['áá','áá á¨','á¡áá','ááá®','á®á£á','ááá ','á¨áá'], + weekHeader: 'áááá á', + dateFormat: 'dd-mm-yy', + firstDay: 1, isRTL: false, showMonthAfterYear: false, - yearSuffix: 'ë '}; - $.datepicker.setDefaults($.datepicker.regional['ko']); -});/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['ka']); +}); + +/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Dmitriy Karasyov ([hidden email]). */ jQuery(function($){ - $.datepicker.regional['kz'] = { + $.datepicker.regional['kk'] = { closeText: 'ÐабÑ', prevText: '<ÐлдÑÒ£ÒÑ', nextText: 'ÐелеÑÑ>', @@ -764,8 +884,80 @@ jQuery(function($){ isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; - $.datepicker.setDefaults($.datepicker.regional['kz']); + $.datepicker.setDefaults($.datepicker.regional['kk']); +}); + +/* Khmer initialisation for the jQuery calendar extension. */ +/* Written by Chandara Om ([hidden email]). */ +jQuery(function($){ + $.datepicker.regional['km'] = { + closeText: 'áááá¾âáá½á ', + prevText: 'áá»á', + nextText: 'ááááá¶áá', + currentText: 'ááááâááá', + monthNames: ['áááá¶','áá»áááá','áá¸áá¶','áááá¶','á§ááá¶','áá·áá»áá¶', + 'áááááá¶','áá¸á á¶','ááááá¶','áá»áá¶','áá·á ááá·áá¶','áááá¼'], + monthNamesShort: ['áááá¶','áá»áááá','áá¸áá¶','áááá¶','á§ááá¶','áá·áá»áá¶', + 'áááááá¶','áá¸á á¶','ááááá¶','áá»áá¶','áá·á ááá·áá¶','áááá¼'], + dayNames: ['á¢á¶áá·ááá', 'á ááá', 'á¢áááá¶á', 'áá»á', 'áááá ááááá·á', 'áá»ááá', 'áá áá'], + dayNamesShort: ['á¢á¶', 'á ', 'á¢', 'áá»', 'áááá ', 'áá»', 'áá '], + dayNamesMin: ['á¢á¶', 'á ', 'á¢', 'áá»', 'áááá ', 'áá»', 'áá '], + weekHeader: 'ááááá¶á á', + dateFormat: 'dd-mm-yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['km']); }); + +/* Korean initialisation for the jQuery calendar extension. */ +/* Written by DaeKwon Kang ([hidden email]), Edited by Genie. */ +jQuery(function($){ + $.datepicker.regional['ko'] = { + closeText: 'ë«ê¸°', + prevText: 'ì´ì ë¬', + nextText: 'ë¤ìë¬', + currentText: 'ì¤ë', + monthNames: ['1ì','2ì','3ì','4ì','5ì','6ì', + '7ì','8ì','9ì','10ì','11ì','12ì'], + monthNamesShort: ['1ì','2ì','3ì','4ì','5ì','6ì', + '7ì','8ì','9ì','10ì','11ì','12ì'], + dayNames: ['ì¼ìì¼','ììì¼','íìì¼','ììì¼','목ìì¼','ê¸ìì¼','í ìì¼'], + dayNamesShort: ['ì¼','ì','í','ì','목','ê¸','í '], + dayNamesMin: ['ì¼','ì','í','ì','목','ê¸','í '], + weekHeader: 'Wk', + dateFormat: 'yy-mm-dd', + firstDay: 0, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: 'ë '}; + $.datepicker.setDefaults($.datepicker.regional['ko']); +}); +/* Luxembourgish initialisation for the jQuery UI date picker plugin. */ +/* Written by Michel Weimerskirch <[hidden email]> */ +jQuery(function($){ + $.datepicker.regional['lb'] = { + closeText: 'Fäerdeg', + prevText: 'Zréck', + nextText: 'Weider', + currentText: 'Haut', + monthNames: ['Januar','Februar','Mäerz','Abrëll','Mee','Juni', + 'Juli','August','September','Oktober','November','Dezember'], + monthNamesShort: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun', + 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + dayNames: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'], + dayNamesShort: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'], + dayNamesMin: ['So','Mé','Dë','Më','Do','Fr','Sa'], + weekHeader: 'W', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['lb']); +}); + /* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* @author Arturas Paleicikas <[hidden email]> */ jQuery(function($){ @@ -788,7 +980,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['lt']); -});/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +}); +/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* @author Arturas Paleicikas <[hidden email]> */ jQuery(function($){ $.datepicker.regional['lv'] = { @@ -810,7 +1003,32 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['lv']); -});/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ +}); +/* Macedonian i18n for the jQuery UI date picker plugin. */ +/* Written by Stojce Slavkovski. */ +jQuery(function($){ + $.datepicker.regional['mk'] = { + closeText: 'ÐаÑвоÑи', + prevText: '<', + nextText: '>', + currentText: 'ÐенеÑ', + monthNames: ['ÐанÑаÑи','ФевÑÑаÑи','ÐаÑÑ','ÐпÑил','ÐаÑ','ÐÑни', + 'ÐÑли','ÐвгÑÑÑ','СепÑемвÑи','ÐкÑомвÑи','ÐоемвÑи','ÐекемвÑи'], + monthNamesShort: ['Ðан','Фев','ÐаÑ','ÐпÑ','ÐаÑ','ÐÑн', + 'ÐÑл','Ðвг','Сеп','ÐкÑ','Ðое','Ðек'], + dayNames: ['Ðедела','Ðонеделник','ÐÑоÑник','СÑеда','ЧеÑвÑÑок','ÐеÑок','СабоÑа'], + dayNamesShort: ['Ðед','Ðон','ÐÑо','СÑе','ЧеÑ','ÐеÑ','Саб'], + dayNamesMin: ['Ðе','Ðо','ÐÑ','СÑ','Че','Ðе','Са'], + weekHeader: 'Сед', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['mk']); +}); + +/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Saji Nediyanchath ([hidden email]). */ jQuery(function($){ $.datepicker.regional['ml'] = { @@ -833,6 +1051,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ml']); }); + /* Malaysian initialisation for the jQuery UI date picker plugin. */ /* Written by Mohd Nawawi Mohamad Jamili ([hidden email]). */ jQuery(function($){ @@ -855,7 +1074,32 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ms']); -});/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ +}); +/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */ +/* David De Sloovere @DavidDeSloovere */ +jQuery(function($){ + $.datepicker.regional['nl-BE'] = { + closeText: 'Sluiten', + prevText: 'â', + nextText: 'â', + currentText: 'Vandaag', + monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', + 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], + monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', + 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], + dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], + dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], + dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], + weekHeader: 'Wk', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['nl-BE']); +}); + +/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Mathias Bynens <http://mathiasbynens.be/> */ jQuery(function($){ $.datepicker.regional.nl = { @@ -877,7 +1121,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional.nl); -});/* Norwegian initialisation for the jQuery UI date picker plugin. */ +}); +/* Norwegian initialisation for the jQuery UI date picker plugin. */ /* Written by Naimdjon Takhirov ([hidden email]). */ jQuery(function($){ @@ -900,6 +1145,7 @@ jQuery(function($){ }; $.datepicker.setDefaults($.datepicker.regional['no']); }); + /* Polish initialisation for the jQuery UI date picker plugin. */ /* Written by Jacek Wysocki ([hidden email]). */ jQuery(function($){ @@ -923,6 +1169,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['pl']); }); + /* Brazilian initialisation for the jQuery UI date picker plugin. */ /* Written by Leonildo Costa Silva ([hidden email]). */ jQuery(function($){ @@ -945,7 +1192,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['pt-BR']); -});/* Portuguese initialisation for the jQuery UI date picker plugin. */ +}); +/* Portuguese initialisation for the jQuery UI date picker plugin. */ jQuery(function($){ $.datepicker.regional['pt'] = { closeText: 'Fechar', @@ -966,7 +1214,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['pt']); -});/* Romansh initialisation for the jQuery UI date picker plugin. */ +}); +/* Romansh initialisation for the jQuery UI date picker plugin. */ /* Written by Yvonne Gienal ([hidden email]). */ jQuery(function($){ $.datepicker.regional['rm'] = { @@ -987,6 +1236,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['rm']); }); + /* Romanian initialisation for the jQuery UI date picker plugin. * * Written by Edmond L. ([hidden email]) @@ -1013,6 +1263,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ro']); }); + /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Andrew Stromnov ([hidden email]). */ jQuery(function($){ @@ -1035,7 +1286,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ru']); -});/* Slovak initialisation for the jQuery UI date picker plugin. */ +}); +/* Slovak initialisation for the jQuery UI date picker plugin. */ /* Written by Vojtech Rinik ([hidden email]). */ jQuery(function($){ $.datepicker.regional['sk'] = { @@ -1058,6 +1310,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sk']); }); + /* Slovenian initialisation for the jQuery UI date picker plugin. */ /* Written by Jaka Jancar ([hidden email]). */ /* c = č, s = š z = ž C = Č S = Š Z = Ž */ @@ -1082,6 +1335,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sl']); }); + /* Albanian initialisation for the jQuery UI date picker plugin. */ /* Written by Flakron Bytyqi ([hidden email]). */ jQuery(function($){ @@ -1105,6 +1359,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sq']); }); + /* Serbian i18n for the jQuery UI date picker plugin. */ /* Written by Dejan DimiÄ. */ jQuery(function($){ @@ -1128,6 +1383,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sr-SR']); }); + /* Serbian i18n for the jQuery UI date picker plugin. */ /* Written by Dejan DimiÄ. */ jQuery(function($){ @@ -1151,6 +1407,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sr']); }); + /* Swedish initialisation for the jQuery UI date picker plugin. */ /* Written by Anders Ekdahl ( [hidden email]). */ jQuery(function($){ @@ -1174,6 +1431,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sv']); }); + /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by S A Sureshkumar ([hidden email]). */ jQuery(function($){ @@ -1197,6 +1455,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['ta']); }); + /* Thai initialisation for the jQuery UI date picker plugin. */ /* Written by pipo ([hidden email]). */ jQuery(function($){ @@ -1219,7 +1478,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['th']); -});/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */ +}); +/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Abdurahmon Saidov ([hidden email]). */ jQuery(function($){ $.datepicker.regional['tj'] = { @@ -1241,7 +1501,8 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['tj']); -});/* Turkish initialisation for the jQuery UI date picker plugin. */ +}); +/* Turkish initialisation for the jQuery UI date picker plugin. */ /* Written by Izzet Emre Erkan ([hidden email]). */ jQuery(function($){ $.datepicker.regional['tr'] = { @@ -1263,8 +1524,10 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['tr']); -});/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +}); +/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* Written by Maxim Drogobitskiy ([hidden email]). */ +/* Corrected by Igor Milla ([hidden email]). */ jQuery(function($){ $.datepicker.regional['uk'] = { closeText: 'ÐакÑиÑи', @@ -1278,14 +1541,15 @@ jQuery(function($){ dayNames: ['недÑлÑ','понедÑлок','вÑвÑоÑок','ÑеÑеда','ÑеÑвеÑ','пâÑÑниÑÑ','ÑÑбоÑа'], dayNamesShort: ['нед','пнд','вÑв','ÑÑд','ÑÑв','пÑн','ÑбÑ'], dayNamesMin: ['Ðд','Ðн','ÐÑ','СÑ','ЧÑ','ÐÑ','Сб'], - weekHeader: 'Ðе', + weekHeader: 'Тиж', dateFormat: 'dd/mm/yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['uk']); -});/* Vietnamese initialisation for the jQuery UI date picker plugin. */ +}); +/* Vietnamese initialisation for the jQuery UI date picker plugin. */ /* Translated by Le Thanh Huy ([hidden email]). */ jQuery(function($){ $.datepicker.regional['vi'] = { @@ -1308,6 +1572,7 @@ jQuery(function($){ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['vi']); }); + /* Chinese initialisation for the jQuery UI date picker plugin. */ /* Written by Cloudream ([hidden email]). */ jQuery(function($){ @@ -1331,6 +1596,7 @@ jQuery(function($){ yearSuffix: 'å¹´'}; $.datepicker.setDefaults($.datepicker.regional['zh-CN']); }); + /* Chinese initialisation for the jQuery UI date picker plugin. */ /* Written by SCCY ([hidden email]). */ jQuery(function($){ @@ -1354,6 +1620,7 @@ jQuery(function($){ yearSuffix: 'å¹´'}; $.datepicker.setDefaults($.datepicker.regional['zh-HK']); }); + /* Chinese initialisation for the jQuery UI date picker plugin. */ /* Written by Ressol ([hidden email]). */ jQuery(function($){ Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js Tue Aug 14 07:21:15 2012 @@ -12,7 +12,7 @@ jQuery(function($){ monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], dayNames: ['Ø§ÙØ£ØØ¯', 'Ø§ÙØ§Ø«ÙÙÙ', 'Ø§ÙØ«Ùاثاء', 'Ø§ÙØ£Ø±Ø¨Ø¹Ø§Ø¡', 'Ø§ÙØ®Ù ÙØ³', 'Ø§ÙØ¬Ù عة', 'Ø§ÙØ³Ø¨Øª'], dayNamesShort: ['Ø§ÙØ£ØØ¯', 'Ø§ÙØ§Ø«ÙÙÙ', 'Ø§ÙØ«Ùاثاء', 'Ø§ÙØ£Ø±Ø¨Ø¹Ø§Ø¡', 'Ø§ÙØ®Ù ÙØ³', 'Ø§ÙØ¬Ù عة', 'Ø§ÙØ³Ø¨Øª'], - dayNamesMin: ['Ø§ÙØ£ØØ¯', 'Ø§ÙØ§Ø«ÙÙÙ', 'Ø§ÙØ«Ùاثاء', 'Ø§ÙØ£Ø±Ø¨Ø¹Ø§Ø¡', 'Ø§ÙØ®Ù ÙØ³', 'Ø§ÙØ¬Ù عة', 'Ø§ÙØ³Ø¨Øª'], + dayNamesMin: ['Ø', 'Ù', 'Ø«', 'ر', 'Ø®', 'ج', 'س'], weekHeader: 'Ø£Ø³Ø¨ÙØ¹', dateFormat: 'dd/mm/yy', firstDay: 6, Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js?rev=1372751&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js Tue Aug 14 07:21:15 2012 @@ -0,0 +1,23 @@ +/* Welsh/UK initialisation for the jQuery UI date picker plugin. */ +/* Written by William Griffiths. */ +jQuery(function($){ + $.datepicker.regional['cy-GB'] = { + closeText: 'Done', + prevText: 'Prev', + nextText: 'Next', + currentText: 'Today', + monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin', + 'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'], + monthNamesShort: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh', + 'Gor', 'Aws', 'Med', 'Hyd', 'Tac', 'Rha'], + dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'], + dayNamesShort: ['Sul', 'Llu', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'], + dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'], + weekHeader: 'Wy', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['cy-GB']); +}); \ No newline at end of file Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js Tue Aug 14 07:21:15 2012 @@ -13,7 +13,7 @@ jQuery(function($){ dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], - weekHeader: 'Wo', + weekHeader: 'KW', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js Tue Aug 14 07:21:15 2012 @@ -13,7 +13,7 @@ jQuery(function($){ dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'], dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'], dayNamesMin: ['P','E','T','K','N','R','L'], - weekHeader: 'Sm', + weekHeader: 'näd', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js Tue Aug 14 07:21:15 2012 @@ -6,15 +6,15 @@ jQuery(function($){ prevText: '<Aur', nextText: 'Hur>', currentText: 'Gaur', - monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', - 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], - monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', - 'Uzt','Abu','Ira','Urr','Aza','Abe'], - dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], - dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], - dayNamesMin: ['Ig','As','As','As','Os','Os','La'], - weekHeader: 'Wk', - dateFormat: 'yy/mm/dd', + monthNames: ['urtarrila','otsaila','martxoa','apirila','maiatza','ekaina', + 'uztaila','abuztua','iraila','urria','azaroa','abendua'], + monthNamesShort: ['urt.','ots.','mar.','api.','mai.','eka.', + 'uzt.','abu.','ira.','urr.','aza.','abe.'], + dayNames: ['igandea','astelehena','asteartea','asteazkena','osteguna','ostirala','larunbata'], + dayNamesShort: ['ig.','al.','ar.','az.','og.','ol.','lr.'], + dayNamesMin: ['ig','al','ar','az','og','ol','lr'], + weekHeader: 'As', + dateFormat: 'yy-mm-dd', firstDay: 1, isRTL: false, showMonthAfterYear: false, Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js Tue Aug 14 07:21:15 2012 @@ -4,15 +4,51 @@ jQuery(function($) { $.datepicker.regional['fa'] = { closeText: 'بستÙ', - prevText: '<ÙØ¨ÙÙ', - nextText: 'بعدÙ>', + prevText: '<ÙØ¨ÙÛ', + nextText: 'بعدÛ>', currentText: 'Ø§Ù Ø±ÙØ²', - monthNames: ['ÙØ±ÙردÙÙ','Ø§Ø±Ø¯ÙØ¨Ùشت','خرداد','ØªÙØ±','٠رداد','Ø´ÙØ±ÙÙØ±', - 'Ù ÙØ±','آباÙ','آذر','دÙ','بÙÙ Ù','اسÙÙØ¯'], + monthNames: [ + 'ÙØ±ÙردÙÙ', + 'Ø§Ø±Ø¯ÙØ¨Ùشت', + 'خرداد', + 'ØªÙØ±', + '٠رداد', + 'Ø´ÙØ±ÙÙØ±', + 'Ù ÙØ±', + 'آباÙ', + 'آذر', + 'دÛ', + 'بÙÙ Ù', + 'اسÙÙØ¯' + ], monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'], - dayNames: ['ÙÚ©Ø´ÙØ¨Ù','Ø¯ÙØ´ÙبÙ','سÙâØ´ÙØ¨Ù','ÚÙØ§Ø±Ø´ÙبÙ','Ù¾ÙØ¬Ø´ÙبÙ','ج٠عÙ','Ø´ÙØ¨Ù'], - dayNamesShort: ['Ù','د','س','Ú','Ù¾','ج', 'Ø´'], - dayNamesMin: ['Ù','د','س','Ú','Ù¾','ج', 'Ø´'], + dayNames: [ + 'ÙÚ©Ø´ÙØ¨Ù', + 'Ø¯ÙØ´ÙبÙ', + 'سÙâØ´ÙØ¨Ù', + 'ÚÙØ§Ø±Ø´ÙبÙ', + 'Ù¾ÙØ¬Ø´ÙبÙ', + 'ج٠عÙ', + 'Ø´ÙØ¨Ù' + ], + dayNamesShort: [ + 'Û', + 'د', + 'س', + 'Ú', + 'Ù¾', + 'ج', + 'Ø´' + ], + dayNamesMin: [ + 'Û', + 'د', + 'س', + 'Ú', + 'Ù¾', + 'ج', + 'Ø´' + ], weekHeader: 'ÙÙ', dateFormat: 'yy/mm/dd', firstDay: 6, Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js Tue Aug 14 07:21:15 2012 @@ -1,23 +1,23 @@ /* Finnish initialisation for the jQuery UI date picker plugin. */ -/* Written by Harri Kilpi� ([hidden email]). */ +/* Written by Harri Kilpiö ([hidden email]). */ jQuery(function($){ - $.datepicker.regional['fi'] = { + $.datepicker.regional['fi'] = { closeText: 'Sulje', - prevText: '«Edellinen', - nextText: 'Seuraava»', - currentText: 'Tänään', - monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', - 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], - monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä', - 'Heinä','Elo','Syys','Loka','Marras','Joulu'], - dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'], + prevText: '«Edellinen', + nextText: 'Seuraava»', + currentText: 'Tänään', + monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', + 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], + monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä', + 'Heinä','Elo','Syys','Loka','Marras','Joulu'], + dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','La'], dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'], dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'], weekHeader: 'Vk', - dateFormat: 'dd.mm.yy', + dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; - $.datepicker.setDefaults($.datepicker.regional['fi']); + $.datepicker.setDefaults($.datepicker.regional['fi']); }); Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js Tue Aug 14 07:21:15 2012 @@ -8,8 +8,8 @@ jQuery(function($){ currentText: '××××', monthNames: ['×× ××ר','פ×ר××ר','×רץ','×פר××','×××','××× ×', '××××','××××ס×','ספ×××ר','×××§×××ר','× ××××ר','×צ××ר'], - monthNamesShort: ['1','2','3','4','5','6', - '7','8','9','10','11','12'], + monthNamesShort: ['×× ×','פ×ר','×רץ','×פר','×××','××× ×', + '××××','×××','ספ×','×××§','× ××','×צ×'], dayNames: ['ר×ש××','×©× ×','ש××ש×','ר×××¢×','×××ש×','ש×ש×','ש×ת'], dayNamesShort: ['×\'','×\'','×\'','×\'','×\'','×\'','ש×ת'], dayNamesMin: ['×\'','×\'','×\'','×\'','×\'','×\'','ש×ת'], Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js?rev=1372751&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js Tue Aug 14 07:21:15 2012 @@ -0,0 +1,23 @@ +/* Hindi initialisation for the jQuery UI date picker plugin. */ +/* Written by Michael Dawart. */ +jQuery(function($){ + $.datepicker.regional['hi'] = { + closeText: 'बà¤à¤¦', + prevText: 'पिà¤à¤²à¤¾', + nextText: 'ठà¤à¤²à¤¾', + currentText: 'à¤à¤', + monthNames: ['à¤à¤¨à¤µà¤°à¥ ','फरवरà¥','मारà¥à¤','ठपà¥à¤°à¥à¤²','मà¤','à¤à¥à¤¨', + 'à¤à¥à¤²à¤¾à¤','ठà¤à¤¸à¥à¤¤ ','सितमà¥à¤¬à¤°','ठà¤à¥à¤à¥à¤¬à¤°','नवमà¥à¤¬à¤°','दिसमà¥à¤¬à¤°'], + monthNamesShort: ['à¤à¤¨', 'फर', 'मारà¥à¤', 'ठपà¥à¤°à¥à¤²', 'मà¤', 'à¤à¥à¤¨', + 'à¤à¥à¤²à¤¾à¤', 'ठà¤', 'सित', 'ठà¤à¥à¤', 'नव', 'दि'], + dayNames: ['रविवार', 'सà¥à¤®à¤µà¤¾à¤°', 'मà¤à¤à¤²à¤µà¤¾à¤°', 'बà¥à¤§à¤µà¤¾à¤°', 'à¤à¥à¤°à¥à¤µà¤¾à¤°', 'शà¥à¤à¥à¤°à¤µà¤¾à¤°', 'शनिवार'], + dayNamesShort: ['रवि', 'सà¥à¤®', 'मà¤à¤à¤²', 'बà¥à¤§', 'à¤à¥à¤°à¥', 'शà¥à¤à¥à¤°', 'शनि'], + dayNamesMin: ['रवि', 'सà¥à¤®', 'मà¤à¤à¤²', 'बà¥à¤§', 'à¤à¥à¤°à¥', 'शà¥à¤à¥à¤°', 'शनि'], + weekHeader: 'हफà¥à¤¤à¤¾', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['hi']); +}); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js Tue Aug 14 07:21:15 2012 @@ -2,19 +2,19 @@ /* Written by Istvan Karaszi ([hidden email]). */ jQuery(function($){ $.datepicker.regional['hu'] = { - closeText: 'bezárás', - prevText: '« vissza', - nextText: 'elÅre »', + closeText: 'bezár', + prevText: 'vissza', + nextText: 'elÅre', currentText: 'ma', monthNames: ['Január', 'Február', 'Március', 'Ãprilis', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], monthNamesShort: ['Jan', 'Feb', 'Már', 'Ãpr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], - dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], + dayNames: ['Vasárnap', 'HétfÅ', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], - weekHeader: 'Hé', - dateFormat: 'yy-mm-dd', + weekHeader: 'Hét', + dateFormat: 'yy.mm.dd.', firstDay: 1, isRTL: false, showMonthAfterYear: true, Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js?rev=1372751&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js Tue Aug 14 07:21:15 2012 @@ -0,0 +1,21 @@ +/* Georgian (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Lado Lomidze ([hidden email]). */ +jQuery(function($){ + $.datepicker.regional['ka'] = { + closeText: 'ááá®á£á áá', + prevText: '< á¬ááá', + nextText: 'á¨áááááá >', + currentText: 'áá¦áá¡', + monthNames: ['áááááá á','ááááá áááá','ááá á¢á','ááá ááá','áááá¡á','ááááá¡á', 'ááááá¡á','ááááá¡á¢á','á¡áá¥á¢ááááá á','áá¥á¢ááááá á','ááááááá á','áááááááá á'], + monthNamesShort: ['ááá','ááá','ááá ','ááá ','ááá','ááá', 'ááá','ááá','á¡áá¥','áá¥á¢','ááá','ááá'], + dayNames: ['áááá á','áá á¨ááááá','á¡ááá¨ááááá','ááá®á¨ááááá','á®á£áá¨ááááá','ááá áá¡áááá','á¨ááááá'], + dayNamesShort: ['áá','áá á¨','á¡áá','ááá®','á®á£á','ááá ','á¨áá'], + dayNamesMin: ['áá','áá á¨','á¡áá','ááá®','á®á£á','ááá ','á¨áá'], + weekHeader: 'áááá á', + dateFormat: 'dd-mm-yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['ka']); +}); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js?rev=1372751&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js Tue Aug 14 07:21:15 2012 @@ -0,0 +1,23 @@ +/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ +/* Written by Dmitriy Karasyov ([hidden email]). */ +jQuery(function($){ + $.datepicker.regional['kk'] = { + closeText: 'ÐабÑ', + prevText: '<ÐлдÑÒ£ÒÑ', + nextText: 'ÐелеÑÑ>', + currentText: 'ÐүгÑн', + monthNames: ['ÒаңÑаÑ','ÐÒпан','ÐаÑÑÑз','СÓÑÑÑ','ÐамÑÑ','ÐаÑÑÑм', + 'ШÑлде','ТамÑз','ÒÑÑкүйек','Òазан','ÒаÑаÑа','ÐелÑоÒÑан'], + monthNamesShort: ['Òаң','ÐÒп','ÐаÑ','СÓÑ','Ðам','ÐаÑ', + 'ШÑл','Там','ÒÑÑ','Òаз','ÒаÑ','Ðел'], + dayNames: ['ÐекÑенбÑ','ÐүйÑенбÑ','СейÑенбÑ','СÓÑÑенбÑ','ÐейÑенбÑ','Ðұма','СенбÑ'], + dayNamesShort: ['жкÑ','дÑн','ÑÑн','ÑÑÑ','бÑн','жма','Ñнб'], + dayNamesMin: ['Ðк','ÐÑ','СÑ','СÑ','ÐÑ','Ðм','Сн'], + weekHeader: 'Ðе', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['kk']); +}); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js?rev=1372751&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js Tue Aug 14 07:21:15 2012 @@ -0,0 +1,23 @@ +/* Khmer initialisation for the jQuery calendar extension. */ +/* Written by Chandara Om ([hidden email]). */ +jQuery(function($){ + $.datepicker.regional['km'] = { + closeText: 'áááá¾âáá½á ', + prevText: 'áá»á', + nextText: 'ááááá¶áá', + currentText: 'ááááâááá', + monthNames: ['áááá¶','áá»áááá','áá¸áá¶','áááá¶','á§ááá¶','áá·áá»áá¶', + 'áááááá¶','áá¸á á¶','ááááá¶','áá»áá¶','áá·á ááá·áá¶','áááá¼'], + monthNamesShort: ['áááá¶','áá»áááá','áá¸áá¶','áááá¶','á§ááá¶','áá·áá»áá¶', + 'áááááá¶','áá¸á á¶','ááááá¶','áá»áá¶','áá·á ááá·áá¶','áááá¼'], + dayNames: ['á¢á¶áá·ááá', 'á ááá', 'á¢áááá¶á', 'áá»á', 'áááá ááááá·á', 'áá»ááá', 'áá áá'], + dayNamesShort: ['á¢á¶', 'á ', 'á¢', 'áá»', 'áááá ', 'áá»', 'áá '], + dayNamesMin: ['á¢á¶', 'á ', 'á¢', 'áá»', 'áááá ', 'áá»', 'áá '], + weekHeader: 'ááááá¶á á', + dateFormat: 'dd-mm-yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['km']); +}); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js?rev=1372751&r1=1372750&r2=1372751&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js (original) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js Tue Aug 14 07:21:15 2012 @@ -1,23 +1,23 @@ /* Korean initialisation for the jQuery calendar extension. */ -/* Written by DaeKwon Kang ([hidden email]). */ +/* Written by DaeKwon Kang ([hidden email]), Edited by Genie. */ jQuery(function($){ $.datepicker.regional['ko'] = { closeText: 'ë«ê¸°', prevText: 'ì´ì ë¬', nextText: 'ë¤ìë¬', currentText: 'ì¤ë', - monthNames: ['1ì(JAN)','2ì(FEB)','3ì(MAR)','4ì(APR)','5ì(MAY)','6ì(JUN)', - '7ì(JUL)','8ì(AUG)','9ì(SEP)','10ì(OCT)','11ì(NOV)','12ì(DEC)'], - monthNamesShort: ['1ì(JAN)','2ì(FEB)','3ì(MAR)','4ì(APR)','5ì(MAY)','6ì(JUN)', - '7ì(JUL)','8ì(AUG)','9ì(SEP)','10ì(OCT)','11ì(NOV)','12ì(DEC)'], - dayNames: ['ì¼','ì','í','ì','목','ê¸','í '], + monthNames: ['1ì','2ì','3ì','4ì','5ì','6ì', + '7ì','8ì','9ì','10ì','11ì','12ì'], + monthNamesShort: ['1ì','2ì','3ì','4ì','5ì','6ì', + '7ì','8ì','9ì','10ì','11ì','12ì'], + dayNames: ['ì¼ìì¼','ììì¼','íìì¼','ììì¼','목ìì¼','ê¸ìì¼','í ìì¼'], dayNamesShort: ['ì¼','ì','í','ì','목','ê¸','í '], dayNamesMin: ['ì¼','ì','í','ì','목','ê¸','í '], weekHeader: 'Wk', dateFormat: 'yy-mm-dd', firstDay: 0, isRTL: false, - showMonthAfterYear: false, + showMonthAfterYear: true, yearSuffix: 'ë '}; $.datepicker.setDefaults($.datepicker.regional['ko']); }); \ No newline at end of file Added: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js?rev=1372751&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js Tue Aug 14 07:21:15 2012 @@ -0,0 +1,23 @@ +/* Luxembourgish initialisation for the jQuery UI date picker plugin. */ +/* Written by Michel Weimerskirch <[hidden email]> */ +jQuery(function($){ + $.datepicker.regional['lb'] = { + closeText: 'Fäerdeg', + prevText: 'Zréck', + nextText: 'Weider', + currentText: 'Haut', + monthNames: ['Januar','Februar','Mäerz','Abrëll','Mee','Juni', + 'Juli','August','September','Oktober','November','Dezember'], + monthNamesShort: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun', + 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], + dayNames: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'], + dayNamesShort: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'], + dayNamesMin: ['So','Mé','Dë','Më','Do','Fr','Sa'], + weekHeader: 'W', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['lb']); +}); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js ------------------------------------------------------------------------------ svn:mime-type = text/plain |
| Free forum by Nabble | Edit this page |
