]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/he.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / he.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', 'he', {
6 find: 'חיפוש',
7 findOptions: 'אפשרויות חיפוש',
8 findWhat: 'חיפוש מחרוזת:',
9 matchCase: 'הבחנה בין אותיות רשיות לקטנות (Case)',
10 matchCyclic: 'התאמה מחזורית',
11 matchWord: 'התאמה למילה המלאה',
12 notFoundMsg: 'הטקסט המבוקש לא נמצא.',
13 replace: 'החלפה',
14 replaceAll: 'החלפה בכל העמוד',
15 replaceSuccessMsg: '%1 טקסטים הוחלפו.',
16 replaceWith: 'החלפה במחרוזת:',
17 title: 'חיפוש והחלפה'
18 } );