รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Swiss French localisation for calendars datepicker for jQuery.
|
||||
Written by Martin Voelkle (martin.voelkle@e-tc.ch). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions['fr-CH'] = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Préc',
|
||||
prevStatus: 'Voir le mois précédent',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'Voir l\'année précédent',
|
||||
nextText: 'Suiv>',
|
||||
nextStatus: 'Voir le mois suivant',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'Voir l\'année suivant',
|
||||
currentText: 'Courant',
|
||||
currentStatus: 'Voir le mois courant',
|
||||
todayText: 'Aujourd\'hui',
|
||||
todayStatus: 'Voir aujourd\'hui',
|
||||
clearText: 'Effacer',
|
||||
clearStatus: 'Effacer la date sélectionnée',
|
||||
closeText: 'Fermer',
|
||||
closeStatus: 'Fermer sans modifier',
|
||||
yearStatus: 'Voir une autre année',
|
||||
monthStatus: 'Voir un autre mois',
|
||||
weekText: 'Sm',
|
||||
weekStatus: 'Semaine de l\'année',
|
||||
dayStatus: '\'Choisir\' le DD d MM',
|
||||
defaultStatus: 'Choisir la date',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['fr-CH']);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user