aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/nl.js
blob: 6c0389cf1f884cb4ea048a981a4fa31f767270cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'nl', {
	copy: 'Copyright © $1. Alle rechten voorbehouden.',
	dlgTitle: 'Over CKEditor',
	help: 'Bekijk de $1 voor hulp.',
	moreInfo: 'Bezoek onze website voor licentieinformatie:',
	title: 'Over CKEditor',
	userGuide: 'CKEditor gebruiksaanwijzing'
} );