รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Swiss-German localisation for calendars datepicker for jQuery.
|
||||
Written by Douglas Jose & Juerg Meier. */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions['de-CH'] = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<zurück',
|
||||
prevStatus: 'letzten Monat zeigen',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'nächster>',
|
||||
nextStatus: 'nächsten Monat zeigen',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'heute',
|
||||
currentStatus: '',
|
||||
todayText: 'heute',
|
||||
todayStatus: '',
|
||||
clearText: 'löschen',
|
||||
clearStatus: 'aktuelles Datum löschen',
|
||||
closeText: 'schliessen',
|
||||
closeStatus: 'ohne Änderungen schliessen',
|
||||
yearStatus: 'anderes Jahr anzeigen',
|
||||
monthStatus: 'anderen Monat anzeige',
|
||||
weekText: 'Wo',
|
||||
weekStatus: 'Woche des Monats',
|
||||
dayStatus: 'Wähle D, M d',
|
||||
defaultStatus: 'Wähle ein Datum',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['de-CH']);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user