aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/hi.js
blob: 2e39fee2e63c5229fec9526daa3493dabd36658c (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', 'hi', {
	confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
	error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
	title: 'पेस्ट (वर्ड से)',
	toolbar: 'पेस्ट (वर्ड से)'
} );