/Kooboo.CMS/Kooboo.CMS.ModuleArea/Scripts/jquery-ui-i18n/jquery.ui.datepicker-oc.js

http://kooboo.codeplex.com · JavaScript · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · bae39c9ec46386c0d72f160653cd33f4 MD5 · raw file

  1. jQuery(function($){
  2. $.datepicker.regional['oc'] = {"Name":"oc","closeText":"Close","prevText":"Prev","nextText":"Next","currentText":"Today","monthNames":["genier","febrier","març","abril","mai","junh","julh","agost","setembre","octobre","novembre","desembre",""],"monthNamesShort":["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""],"dayNames":["dimenge","diluns","dimars","dimècres","dijòus","divendres","dissabte"],"dayNamesShort":["dim.","lun.","mar.","mèc.","jòu.","ven.","sab."],"dayNamesMin":["di","lu","ma","mè","jò","ve","sa"],"dateFormat":"dd/mm/yy","firstDay":1,"isRTL":false};
  3. $.datepicker.setDefaults($.datepicker.regional['oc']);
  4. });