2017-04-15 01:34:36 +03:00

13 lines
441 B
JavaScript
Executable File

/*
Copyright (c) 2003-2013, 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: 'Voor licentie informatie, bezoek onze website:',
title: 'Over CKEditor',
userGuide: 'CKEditor gebruiksaanwijzing'
});