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