X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fhe.js;h=c98c3d2e02f1dfe5c56ddc6309a2de460420ad04;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=c8cd1f1916494beb066faf5344e0849d3f28bb9c;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/lang/he.js b/_source/lang/he.js index c8cd1f1..c98c3d2 100644 --- a/_source/lang/he.js +++ b/_source/lang/he.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['he'] = @@ -31,7 +31,8 @@ CKEDITOR.lang['he'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'עורך טקסט עשיר, %1, לחץ אלט (ALT) + 0 לעזרה.', + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. toolbars : 'סרגלי כלים של העורך', @@ -123,6 +124,8 @@ CKEDITOR.lang['he'] = invalidWidth : 'הרוחב חייב להיות מספר.', invalidCssLength : 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של CSS (px, %, in, cm, mm, em, ex, pt, או pc).', invalidHtmlLength : 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של HTML (px או %).', + invalidInlineStyle : 'הערך שצויין לשדה הסגנון חייב להכיל זוג ערכים אחד או יותר בפורמט "שם : ערך", מופרדים על ידי נקודה-פסיק.', + cssLengthTooltip : 'יש להכניס מספר המייצג פיקסלים או מספר עם יחידת גליונות סגנון תקינה (px, %, in, cm, mm, em, ex, pt, or pc).', // Put the voice-only part of the label in the span. unavailable : '%1, לא זמין' @@ -240,6 +243,7 @@ CKEDITOR.lang['he'] = findWhat : 'חיפוש מחרוזת:', replaceWith : 'החלפה במחרוזת:', notFoundMsg : 'הטקסט המבוקש לא נמצא.', + findOptions : 'אפשרויות חיפוש', matchCase : 'הבחנה בין אותיות רשיות לקטנות (Case)', matchWord : 'התאמה למילה המלאה', matchCyclic : 'התאמה מחזורית',