integration/back-office/lib/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js
changeset 2 78f71aa0a477
parent 1 b95aebb070b5
child 3 54f80d24f469
child 6 547b3ddedf7f
equal deleted inserted replaced
1:b95aebb070b5 2:78f71aa0a477
     1 /* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */
       
     2 /* Writers: (joan.leon@gmail.com). */
       
     3 jQuery(function($){
       
     4 	$.datepicker.regional['ca'] = {
       
     5 		closeText: 'Tanca',
       
     6 		prevText: 'Anterior',
       
     7 		nextText: 'Següent',
       
     8 		currentText: 'Avui',
       
     9 		monthNames: ['gener','febrer','març','abril','maig','juny',
       
    10 		'juliol','agost','setembre','octubre','novembre','desembre'],
       
    11 		monthNamesShort: ['gen','feb','març','abr','maig','juny',
       
    12 		'jul','ag','set','oct','nov','des'],
       
    13 		dayNames: ['diumenge','dilluns','dimarts','dimecres','dijous','divendres','dissabte'],
       
    14 		dayNamesShort: ['dg','dl','dt','dc','dj','dv','ds'],
       
    15 		dayNamesMin: ['dg','dl','dt','dc','dj','dv','ds'],
       
    16 		weekHeader: 'Set',
       
    17 		dateFormat: 'dd/mm/yy',
       
    18 		firstDay: 1,
       
    19 		isRTL: false,
       
    20 		showMonthAfterYear: false,
       
    21 		yearSuffix: ''};
       
    22 	$.datepicker.setDefaults($.datepicker.regional['ca']);
       
    23 });