To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / javascripts / i18n / jquery.ui.datepicker-gl.js @ 1298:4f746d8966dd

History | View | Annotate | Download (925 Bytes)

1
/* Galician localization for 'UI date picker' jQuery extension. */
2
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */
3
jQuery(function($){
4
        $.datepicker.regional['gl'] = {
5
                closeText: 'Pechar',
6
                prevText: '&#x3c;Ant',
7
                nextText: 'Seg&#x3e;',
8
                currentText: 'Hoxe',
9
                monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño',
10
                'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'],
11
                monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ',
12
                'Xul','Ago','Set','Out','Nov','Dec'],
13
                dayNames: ['Domingo','Luns','Martes','M&eacute;rcores','Xoves','Venres','S&aacute;bado'],
14
                dayNamesShort: ['Dom','Lun','Mar','M&eacute;r','Xov','Ven','S&aacute;b'],
15
                dayNamesMin: ['Do','Lu','Ma','M&eacute;','Xo','Ve','S&aacute;'],
16
                weekHeader: 'Sm',
17
                dateFormat: 'dd/mm/yy',
18
                firstDay: 1,
19
                isRTL: false,
20
                showMonthAfterYear: false,
21
                yearSuffix: ''};
22
        $.datepicker.setDefaults($.datepicker.regional['gl']);
23
});