first commit

This commit is contained in:
2026-02-22 21:59:33 +01:00
commit eac33d84c0
5856 changed files with 763463 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/**
* Dutch translation for bootstrap-markdown
* Jeroen Thora <jeroenthora@gmail.com>
*/
(function ($) {
$.fn.markdown.messages.nl = {
'Bold': "Vet",
'Italic': "Cursief",
'Heading': "Titel",
'URL/Link': "URL/Link",
'Image': "Afbeelding",
'List': "Lijst",
'Preview': "Voorbeeld",
'strong text': "vet gedrukte tekst",
'emphasized text': "schuin gedrukte tekst",
'heading text': "Titel",
'enter link description here': "Voer een link beschrijving in",
'Insert Hyperlink': "Voer een http link in",
'enter image description here': "Voer een afbeelding beschrijving in",
'Insert Image Hyperlink': "Voer een afbeelding link in",
'enter image title here': "Voer de afbeelding titel in",
'list text here': "lijst item"
};
}(jQuery));