summaryrefslogtreecommitdiff
path: root/plugins/pastefromword/lang/en-gb.js
blob: e8b7f6e24e79e3eaa7350f6edd9c456a190e99d9 (plain)
1
2
3
4
5
6
7
8
9
10
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html 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'
});