Mercurial > hg > rc2
view plugins/jqueryui/js/i18n/jquery.ui.datepicker-lb.js @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
line wrap: on
line source
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ /* Luxembourgish initialisation for the jQuery UI date picker plugin. */ /* Written by Michel Weimerskirch <michel@weimerskirch.net> */ jQuery(function($){ $.datepicker.regional['lb'] = { closeText: 'Fäerdeg', prevText: 'Zréck', nextText: 'Weider', currentText: 'Haut', monthNames: ['Januar','Februar','Mäerz','Abrëll','Mee','Juni', 'Juli','August','September','Oktober','November','Dezember'], monthNamesShort: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], dayNames: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'], dayNamesShort: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'], dayNamesMin: ['So','Mé','Dë','Më','Do','Fr','Sa'], weekHeader: 'W', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['lb']); }); /* @license-end */