aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-eo.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-eo.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-eo.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-eo.js b/static/development-bundle/ui/i18n/ui.datepicker-eo.js
new file mode 100644
index 0000000..28abac4
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-eo.js
@@ -0,0 +1,19 @@
1/* Esperanto initialisation for the jQuery UI date picker plugin. */
2/* Written by Olivier M. (olivierweb@ifrance.com). */
3jQuery(function($){
4 $.datepicker.regional['eo'] = {
5 closeText: 'Fermi',
6 prevText: '<Anta',
7 nextText: 'Sekv>',
8 currentText: 'Nuna',
9 monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
10 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
11 monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
12 'Jul','Aŭg','Sep','Okt','Nov','Dec'],
13 dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
14 dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
15 dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
16 dateFormat: 'dd/mm/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['eo']);
19});