5516c001ce57dced60b63a2e1cd55bc9b98670db.svn-base 377 Bytes
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'devtools', 'nb',
{
	devTools :
	{
		title		: 'Elementinformasjon',
		dialogName	: 'Navn på dialogvindu',
		tabName		: 'Navn på fane',
		elementId	: 'Element-ID',
		elementType	: 'Elementtype'
	}
});