aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/justify/lang/nl.js
blob: f0ed723c5387fd4d8a42892b2f6a78c9dbd5f160 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'nl', {
	block: 'Uitvullen',
	center: 'Centreren',
	left: 'Links uitlijnen',
	right: 'Rechts uitlijnen'
} );