Mercurial > hg > ismi-richfaces
comparison src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/ui/i18n/jquery.ui.datepicker-es.js @ 7:764f47286679
(none)
author | jurzua |
---|---|
date | Wed, 29 Oct 2014 14:28:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:ded3bccf2cf9 | 7:764f47286679 |
---|---|
1 /* Inicialización en español para la extensión 'UI date picker' para jQuery. */ | |
2 /* Traducido por Vester (xvester@gmail.com). */ | |
3 jQuery(function($){ | |
4 $.datepicker.regional['es'] = { | |
5 closeText: 'Cerrar', | |
6 prevText: '<Ant', | |
7 nextText: 'Sig>', | |
8 currentText: 'Hoy', | |
9 monthNames: ['enero','febrero','marzo','abril','mayo','junio', | |
10 'julio','agosto','septiembre','octubre','noviembre','diciembre'], | |
11 monthNamesShort: ['ene','feb','mar','abr','may','jun', | |
12 'jul','ogo','sep','oct','nov','dic'], | |
13 dayNames: ['domingo','lunes','martes','miércoles','jueves','viernes','sábado'], | |
14 dayNamesShort: ['dom','lun','mar','mié','juv','vie','sáb'], | |
15 dayNamesMin: ['D','L','M','X','J','V','S'], | |
16 weekHeader: 'Sm', | |
17 dateFormat: 'dd/mm/yy', | |
18 firstDay: 1, | |
19 isRTL: false, | |
20 showMonthAfterYear: false, | |
21 yearSuffix: ''}; | |
22 $.datepicker.setDefaults($.datepicker.regional['es']); | |
23 }); |