PHP Classes

File: src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-lb.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-lb.js   Download  
File: src/MSD/HomeBundle/Resources/public/js/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-lb.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 5 years ago
Size: 934 bytes
 

Contents

Class file image Download
/* 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']); });