aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/jquery.ui.datepicker-lb.js
diff options
context:
space:
mode:
authorMichel Weimerskirch <michel@weimerskirch.net>2011-11-17 11:52:32 -0600
committerScott González <scott.gonzalez@gmail.com>2011-11-19 09:25:10 -0600
commita8b75a5b9ed2d946fe7bb9f584ccbfb9668c0a95 (patch)
treeef944087ce414ce74600a9dac8074c703d3ffd1d /ui/i18n/jquery.ui.datepicker-lb.js
parent30446f93406299ef90113c87ab1334e52db984e1 (diff)
downloadjquery-ui-a8b75a5b9ed2d946fe7bb9f584ccbfb9668c0a95.tar.gz
jquery-ui-a8b75a5b9ed2d946fe7bb9f584ccbfb9668c0a95.zip
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation
(cherry picked from commit 326bfec626b3039e2d51f53d2d6d2d48cdd78207)
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-lb.js')
-rw-r--r--ui/i18n/jquery.ui.datepicker-lb.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-lb.js b/ui/i18n/jquery.ui.datepicker-lb.js
new file mode 100644
index 000000000..87c79d594
--- /dev/null
+++ b/ui/i18n/jquery.ui.datepicker-lb.js
@@ -0,0 +1,23 @@
+/* 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']);
+});