Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / libraries / templates / lang / nl.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'templates', 'nl', {
6         button: 'Sjablonen',
7         emptyListMsg: '(Geen sjablonen gedefinieerd)',
8         insertOption: 'Vervang de huidige inhoud',
9         options: 'Template opties',
10         selectPromptMsg: 'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):',
11         title: 'Inhoud sjablonen'
12 } );