aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/sv.js
blob: 38b3d421b43263d2631d705136e1874916620454 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
Copyright (c) 2003-2016, 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'
} );