Sha256: bc65ac3269320cfbd3ea76936143c5c6b5c92773535297b4e9f2e9b65675858a
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
/** * RightJS UI Internationalization: Dutch module * * Copyright (C) Douwe Maan */ if (self.Calendar) { $ext(Calendar.i18n, { Done: 'Klaar', Now: 'Nu', NextMonth: 'Volgende maand', PrevMonth: 'Vorige maand', NextYear: 'Volgend jaar', PrevYear: 'Vorig jaar', dayNames: $w('Zondag Maandag Dinsdag Woensdag Donderdag Vrijdag Zaterdag'), dayNamesShort: $w('Zo Ma Di Wo Do Vr Za'), dayNamesMin: $w('Zo Ma Di Wo Do Vr Za'), monthNames: $w('Januari Februari Maart April Mei Juni Juli Augustus September Oktober November December'), monthNamesShort: $w('Jan Feb Maa Apr Mei Juni Juli Aug Sept Okt Nov Dec') }); } if (self.Lightbox) { $ext(Lightbox.i18n, { Close: 'Sluiten', Prev: 'Vorige afbeelding', Next: 'Volgende afbeelding' }); } if (self.InEdit) { $ext(InEdit.i18n, { Save: "Opslaan", Cancel: "Annuleren" }); } if (self.Colorpicker) { $ext(Colorpicker.i18n, { Done: 'Klaar' }); } if (self.Dialog) { $ext(Dialog.i18n, { Ok: 'Ok', Close: 'Close', Cancel: 'Cancel', Help: 'Help', Expand: 'Expand', Collapse: 'Collapse', Alert: 'Warning!', Confirm: 'Confirm', Prompt: 'Enter' }) }
Version data entries
4 entries across 4 versions & 1 rubygems