aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/sv.js
blob: d5954b49cc22d6c9e514315ade83cea9402e1da5 (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', 'sv', {
	confirmCleanup: 'Texten du vill klistra in verkar vara kopierad från Word. Vill du rensa den innan du klistrar in den?',
	error: 'Det var inte möjligt att städa upp den inklistrade data på grund av ett internt fel',
	title: 'Klistra in från Word',
	toolbar: 'Klistra in från Word'
} );