aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/en-gb.js
blob: 085e6bce26b3e81dd0c30bfc95d90d43b8640597 (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', 'en-gb', {
	confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
	error: 'It was not possible to clean up the pasted data due to an internal error',
	title: 'Paste from Word',
	toolbar: 'Paste from Word'
} );