text changes to registration mail content
[namibia] / public / js / vendor / locales / bootstrap-datepicker.nl.js
1 /**
2  * Dutch translation for bootstrap-datepicker
3  * Reinier Goltstein <mrgoltstein@gmail.com>
4  */
5 ;(function($){
6         $.fn.datepicker.dates['nl'] = {
7                 days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
8                 daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
9                 daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
10                 months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
11                 monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12                 today: "Vandaag"
13         };
14 }(jQuery));