mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.nl.js
vendored
Normal file
24
web/metronic/global/plugins/bootstrap-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));
|
Loading…
Add table
Add a link
Reference in a new issue