รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Czech localisation for calendars datepicker for jQuery.
|
||||
Written by Tomas Muller (tomas@tomas-muller.net). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.cs = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Dříve',
|
||||
prevStatus: 'Přejít na předchozí měsí',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'Později>',
|
||||
nextStatus: 'Přejít na další měsíc',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'Nyní',
|
||||
currentStatus: 'Přejde na aktuální měsíc',
|
||||
todayText: 'Nyní',
|
||||
todayStatus: 'Přejde na aktuální měsíc',
|
||||
clearText: 'Vymazat',
|
||||
clearStatus: 'Vymaže zadané datum',
|
||||
closeText: 'Zavřít',
|
||||
closeStatus: 'Zavře kalendář beze změny',
|
||||
yearStatus: 'Přejít na jiný rok',
|
||||
monthStatus: 'Přejít na jiný měsíc',
|
||||
weekText: 'Týd',
|
||||
weekStatus: 'Týden v roce',
|
||||
dayStatus: '\'Vyber\' DD, M d',
|
||||
defaultStatus: 'Vyberte datum',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.cs);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user