aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/nb.js
blob: edd15bdd02857283cb738aba52aaee1c43a278b7 (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( 'pastefromword', 'nb', {
	confirmCleanup: 'Teksten du limer inn ser ut til å være kopiert fra Word. Vil du renske den før du limer den inn?',
	error: 'Det var ikke mulig å renske den innlimte teksten på grunn av en intern feil',
	title: 'Lim inn fra Word',
	toolbar: 'Lim inn fra Word'
} );