Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
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.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/static/trumbowyg/langs/nl.js

61 lines
1.3 KiB

/* ===========================================================
* nl.js
* Dutch translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Danny Hiemstra
* Github : https://github.com/dhiemstra
*/
jQuery.trumbowyg.langs.nl = {
viewHTML: 'HTML bekijken',
undo: 'Ongedaan maken',
redo: 'Opnieuw',
formatting: 'Opmaak',
p: 'Paragraaf',
blockquote: 'Citaat',
code: 'Code',
header: 'Kop',
bold: 'Vet',
italic: 'Cursief',
strikethrough: 'Doorhalen',
underline: 'Onderlijnen',
strong: 'Sterk',
em: 'Nadruk',
del: 'Verwijderd',
unorderedList: 'Ongenummerde lijst',
orderedList: 'Genummerde lijst',
insertImage: 'Afbeelding invoegen',
insertVideo: 'Video invoegen',
link: 'Link',
createLink: 'Link maken',
unlink: 'Link verwijderen',
justifyLeft: 'Links uitlijnen',
justifyCenter: 'Centreren',
justifyRight: 'Rechts uitlijnen',
justifyFull: 'Uitvullen',
horizontalRule: 'Horizontale lijn',
removeFormat: 'Opmaak verwijderen',
fullscreen: 'Volledig scherm',
close: 'Sluiten',
submit: 'Opslaan',
reset: 'Annuleren',
required: 'Verplicht',
description: 'Omschrijving',
title: 'Titel',
text: 'Tekst',
target: 'Doel',
width: 'Breedte'
};