รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Spanish localisation for calendars datepicker for jQuery.
|
||||
Traducido por Vester (xvester@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.es = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Ant',
|
||||
prevStatus: '',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'Sig>',
|
||||
nextStatus: '',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'Hoy',
|
||||
currentStatus: '',
|
||||
todayText: 'Hoy',
|
||||
todayStatus: '',
|
||||
clearText: 'Limpiar',
|
||||
clearStatus: '',
|
||||
closeText: 'Cerrar',
|
||||
closeStatus: '',
|
||||
yearStatus: '',
|
||||
monthStatus: '',
|
||||
weekText: 'Sm',
|
||||
weekStatus: '',
|
||||
dayStatus: 'DD, M d',
|
||||
defaultStatus: '',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.es);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user