aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-es.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-es.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-es.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-es.js b/static/development-bundle/ui/i18n/ui.datepicker-es.js
new file mode 100644
index 0000000..0a699af
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-es.js
@@ -0,0 +1,19 @@
1/* Inicializaci�n en espa�ol para la extensi�n 'UI date picker' para jQuery. */
2/* Traducido por Vester (xvester@gmail.com). */
3jQuery(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','Ago','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: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
16 dateFormat: 'dd/mm/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['es']);
19}); \ No newline at end of file