summaryrefslogtreecommitdiff
path: root/plugins/font/lang/de.js
blob: b40629cc1517ee1dcd0c07c360d61b5144225a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'font', 'de', {
	fontSize: {
		label: 'Größe',
		voiceLabel: 'Schrifgröße',
		panelTitle: 'Größe'
	},
	label: 'Schriftart',
	panelTitle: 'Schriftart',
	voiceLabel: 'Schriftart'
});