aboutsummaryrefslogtreecommitdiffstats
path: root/template-common/lib/ui/i18n/ui.datepicker-nl.js
diff options
context:
space:
mode:
Diffstat (limited to 'template-common/lib/ui/i18n/ui.datepicker-nl.js')
-rw-r--r--template-common/lib/ui/i18n/ui.datepicker-nl.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/template-common/lib/ui/i18n/ui.datepicker-nl.js b/template-common/lib/ui/i18n/ui.datepicker-nl.js
new file mode 100644
index 000000000..0d52d6f33
--- /dev/null
+++ b/template-common/lib/ui/i18n/ui.datepicker-nl.js
@@ -0,0 +1,21 @@
+/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
+jQuery(function($){
+ $.datepicker.regional['nl'] = {clearText: 'Wissen', clearStatus: 'Wis de huidige datum',
+ closeText: 'Sluiten', closeStatus: 'Sluit zonder verandering',
+ prevText: '<Terug', prevStatus: 'Laat de voorgaande maand zien',
+ nextText: 'Volgende>', nextStatus: 'Laat de volgende maand zien',
+ currentText: 'Vandaag', currentStatus: 'Laat de huidige maand zien',
+ monthNames: ['Januari','Februari','Maart','April','Mei','Juni',
+ 'Juli','Augustus','September','Oktober','November','December'],
+ monthNamesShort: ['Jan','Feb','Mrt','Apr','Mei','Jun',
+ 'Jul','Aug','Sep','Okt','Nov','Dec'],
+ monthStatus: 'Laat een andere maand zien', yearStatus: 'Laat een ander jaar zien',
+ weekHeader: 'Wk', weekStatus: 'Week van het jaar',
+ dayNames: ['Zondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrijdag','Zaterdag'],
+ dayNamesShort: ['Zon','Maa','Din','Woe','Don','Vri','Zat'],
+ dayNamesMin: ['Zo','Ma','Di','Wo','Do','Vr','Za'],
+ dayStatus: 'DD', dateStatus: 'D, M d',
+ dateFormat: 'dd.mm.yy', firstDay: 1,
+ initStatus: 'Kies een datum', isRTL: false};
+ $.datepicker.setDefaults($.datepicker.regional['nl']);
+}); \ No newline at end of file