first commit
This commit is contained in:
24
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.nl.js
vendored
Normal file
24
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.nl.js
vendored
Normal 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));
|
||||
Reference in New Issue
Block a user