aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/he.js')
-rw-r--r--sources/plugins/find/lang/he.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/he.js b/sources/plugins/find/lang/he.js
new file mode 100644
index 00000000..9c81572a
--- /dev/null
+++ b/sources/plugins/find/lang/he.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );