]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/div/lang/nl.js
Add audio, color and fonts
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / div / 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( 'div', 'nl', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Adviserende titel',
8 cssClassInputLabel: 'Stylesheet klassen',
9 edit: 'Div wijzigen',
10 inlineStyleInputLabel: 'Inline stijl',
11 langDirLTRLabel: 'Links naar rechts (LTR)',
12 langDirLabel: 'Schrijfrichting',
13 langDirRTLLabel: 'Rechts naar links (RTL)',
14 languageCodeInputLabel: ' Taalcode',
15 remove: 'Div verwijderen',
16 styleSelectLabel: 'Stijl',
17 title: 'Div aanmaken',
18 toolbar: 'Div aanmaken'
19 } );