nl.js 1.35 KB
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'docprops', 'nl', {
	bgColor: 'Achtergrondkleur',
	bgFixed: 'Niet-scrollend (gefixeerde) achtergrond',
	bgImage: 'Achtergrondafbeelding URL',
	charset: 'Tekencodering',
	charsetASCII: 'ASCII',
	charsetCE: 'Centraal Europees',
	charsetCR: 'Cyrillisch',
	charsetCT: 'Traditioneel Chinees (Big5)',
	charsetGR: 'Grieks',
	charsetJP: 'Japans',
	charsetKR: 'Koreaans',
	charsetOther: 'Andere tekencodering',
	charsetTR: 'Turks',
	charsetUN: 'Unicode (UTF-8)',
	charsetWE: 'West Europees',
	chooseColor: 'Kies',
	design: 'Ontwerp',
	docTitle: 'Paginatitel',
	docType: 'Documenttype-definitie',
	docTypeOther: 'Andere documenttype-definitie',
	label: 'Documenteigenschappen',
	margin: 'Pagina marges',
	marginBottom: 'Onder',
	marginLeft: 'Links',
	marginRight: 'Rechts',
	marginTop: 'Boven',
	meta: 'Meta tags',
	metaAuthor: 'Auteur',
	metaCopyright: 'Auteursrechten',
	metaDescription: 'Documentbeschrijving',
	metaKeywords: 'Trefwoorden voor indexering (komma-gescheiden)',
	other: 'Anders...',
	previewHtml: '<p>Dit is <strong>voorbeeld tekst</strong>. Je gebruikt <a href="javascript:void(0)">CKEditor</a>.</p>',
	title: 'Documenteigenschappen',
	txtColor: 'Tekstkleur',
	xhtmlDec: 'XHTML declaratie invoegen'
} );