รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Polish localisation for calendars datepicker for jQuery.
|
||||
Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.pl = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Poprzedni',
|
||||
prevStatus: 'Pokaż poprzedni miesiąc',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'Następny>',
|
||||
nextStatus: 'Pokaż następny miesiąc',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'Dziś',
|
||||
currentStatus: 'Pokaż aktualny miesiąc',
|
||||
todayText: 'Dziś',
|
||||
todayStatus: 'Pokaż aktualny miesiąc',
|
||||
clearText: 'Wyczyść',
|
||||
clearStatus: 'Wyczyść obecną datę',
|
||||
closeText: 'Zamknij',
|
||||
closeStatus: 'Zamknij bez zapisywania',
|
||||
yearStatus: 'Pokaż inny rok',
|
||||
monthStatus: 'Pokaż inny miesiąc',
|
||||
weekText: 'Tydz',
|
||||
weekStatus: 'Tydzień roku',
|
||||
dayStatus: '\'Wybierz\' DD, M d',
|
||||
defaultStatus: 'Wybierz datę',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.pl);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user