summaryrefslogtreecommitdiff
path: root/_source/plugins/devtools/lang/de.js
blob: c958ef9fd020dcbd81980c44b7ce57bf7c8691c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'devtools', 'de',
{
	devTools :
	{
		title		: 'Elementinformation',
		dialogName	: 'Dialogfenstername',
		tabName		: 'Reitername',
		elementId	: 'Element ID',
		elementType	: 'Elementtyp'
	}
});