PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-eo.js

jquery.datepick-eo.js in Booking Calendar 11.8.3, at js/datepick/jquery.datepick-eo.js

27 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Esperanto initialisation for the jQuery UI date picker plugin. */
2 /* Written by Olivier M. (olivierweb@ifrance.com). */
3 (function($) {
4 $.datepick.regional['eo'] = {
5 clearText: 'Vakigi', clearStatus: '',
6 closeText: 'Fermi', closeStatus: 'Fermi sen modifi',
7 prevText: '<Anta', prevStatus: 'Vidi la antaŭan monaton',
8 prevBigText: '<<', prevBigStatus: '',
9 nextText: 'Sekv>', nextStatus: 'Vidi la sekvan monaton',
10 nextBigText: '>>', nextBigStatus: '',
11 currentText: 'Nuna', currentStatus: 'Vidi la nunan monaton',
12 monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
13 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
14 monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
15 'Jul','Aŭg','Sep','Okt','Nov','Dec'],
16 monthStatus: 'Vidi alian monaton', yearStatus: 'Vidi alian jaron',
17 weekHeader: 'Sb', weekStatus: '',
18 dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
19 dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
20 dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
21 dayStatus: 'Uzi DD kiel unua tago de la semajno', dateStatus: 'Elekti DD, MM d',
22 dateFormat: 'dd/mm/yy', firstDay: 0,
23 initStatus: 'Elekti la daton', isRTL: false,
24 showMonthAfterYear: false, yearSuffix: ''};
25 $.datepick.setDefaults($.datepick.regional['eo']);
26 })(jQuery);
27