nl.js
1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
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'
} );