aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ar.js
blob: 33f5604200ebef8094e20ab4659348e4092654ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'ar', {
	find: 'بحث',
	findOptions: 'Find Options',
	findWhat: 'البحث بـ:',
	matchCase: 'مطابقة حالة الأحرف',
	matchCyclic: 'مطابقة دورية',
	matchWord: 'مطابقة بالكامل',
	notFoundMsg: 'لم يتم العثور على النص المحدد.',
	replace: 'إستبدال',
	replaceAll: 'إستبدال الكل',
	replaceSuccessMsg: 'تم استبدال 1% من الحالات ',
	replaceWith: 'إستبدال بـ:',
	title: 'بحث واستبدال'
} );