]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/pastefromword/lang/en-au.js
09176bb50233f5aed4f42b953a2fba233cbc0192
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / pastefromword / lang / en-au.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'pastefromword', 'en-au', {
6 confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
7 error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
8 title: 'Paste from Word',
9 toolbar: 'Paste from Word'
10 } );