aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/ca.js
blob: b2da5cd87cf653c8e7bcc3f528681a83e6fe535e (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', 'ca', {
	confirmCleanup: 'El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?',
	error: 'No ha estat possible netejar les dades enganxades degut a un error intern',
	title: 'Enganxa des del Word',
	toolbar: 'Enganxa des del Word'
} );