aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/nl.js
blob: 4e8c96dadb33011a9e501c937779c10e5bca0132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'nl', {
	IdInputLabel: 'Id',
	advisoryTitleInputLabel: 'Adviserende titel',
	cssClassInputLabel: 'Stylesheet klassen',
	edit: 'Div wijzigen',
	inlineStyleInputLabel: 'Inline stijl',
	langDirLTRLabel: 'Links naar rechts (LTR)',
	langDirLabel: 'Schrijfrichting',
	langDirRTLLabel: 'Rechts naar links (RTL)',
	languageCodeInputLabel: ' Taalcode',
	remove: 'Div verwijderen',
	styleSelectLabel: 'Stijl',
	title: 'Div aanmaken',
	toolbar: 'Div aanmaken'
} );