diff options
Diffstat (limited to 'plugins/find/lang/he.js')
| -rw-r--r-- | plugins/find/lang/he.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/he.js b/plugins/find/lang/he.js new file mode 100644 index 0000000..c08593b --- /dev/null +++ b/plugins/find/lang/he.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'he', {
+ find: 'חיפוש',
+ findOptions: 'אפשרויות חיפוש',
+ findWhat: 'חיפוש מחרוזת:',
+ matchCase: 'הבחנה בין אותיות רשיות לקטנות (Case)',
+ matchCyclic: 'התאמה מחזורית',
+ matchWord: 'התאמה למילה המלאה',
+ notFoundMsg: 'הטקסט המבוקש לא נמצא.',
+ replace: 'החלפה',
+ replaceAll: 'החלפה בכל העמוד',
+ replaceSuccessMsg: '%1 טקסטים הוחלפו.',
+ replaceWith: 'החלפה במחרוזת:',
+ title: 'חיפוש והחלפה'
+});
|
