You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
736 B

  1. /**
  2. * Belgium-Dutch translation for bootstrap-datepicker
  3. * Julien Poulin <poulin_julien@hotmail.com>
  4. */
  5. ;(function($){
  6. $.fn.datepicker.dates['nl-BE'] = {
  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. clear: "Leegmaken",
  14. weekStart: 1,
  15. format: "dd/mm/yyyy"
  16. };
  17. }(jQuery));