nl.js 452 B

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