aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/ar.js
blob: 37d6c35dc7b7025e2d65f62b37f2c2e19830a5d3 (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', 'ar', {
	confirmCleanup: 'يبدو أن النص المراد لصقه منسوخ من برنامج وورد. هل تود تنظيفه قبل الشروع في عملية اللصق؟',
	error: 'لم يتم مسح المعلومات الملصقة لخلل داخلي',
	title: 'لصق من وورد',
	toolbar: 'لصق من وورد'
} );