รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Esperanto localisation for calendars datepicker for jQuery.
|
||||
Written by Olivier M. (olivierweb@ifrance.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.eo = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Anta',
|
||||
prevStatus: 'Vidi la antaŭan monaton',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'Sekv>',
|
||||
nextStatus: 'Vidi la sekvan monaton',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'Nuna',
|
||||
currentStatus: 'Vidi la nunan monaton',
|
||||
todayText: 'Nuna',
|
||||
todayStatus: 'Vidi la nunan monaton',
|
||||
clearText: 'Vakigi',
|
||||
clearStatus: '',
|
||||
closeText: 'Fermi',
|
||||
closeStatus: 'Fermi sen modifi',
|
||||
yearStatus: 'Vidi alian jaron',
|
||||
monthStatus: 'Vidi alian monaton',
|
||||
weekText: 'Sb',
|
||||
weekStatus: '',
|
||||
dayStatus: 'Elekti DD, MM d',
|
||||
defaultStatus: 'Elekti la daton',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.eo);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user