egroupware/phpgwapi/js/htmlarea/plugins/SpellChecker/lang/he.js

39 lines
2.2 KiB
JavaScript
Raw Normal View History

2004-04-21 00:59:21 +02:00
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
SpellChecker.I18N = {
"CONFIRM_LINK_CLICK" : "אנא אשר שברצונך לפתוח קישור זה",
"Cancel" : "ביטול",
"Dictionary" : "מילון",
"Finished list of mispelled words" : "הסתיימה רשימת המילים המאויתות באופן שגוי",
"I will open it in a new page." : "אני אפתח את זה בחלון חדש.",
"Ignore all" : "התעלם מהכל",
"Ignore" : "התעלם",
"NO_ERRORS" : "לא נמצאו מילים מאויתות באופן שגוי עם המילון הנבחר.",
"NO_ERRORS_CLOSING" : "בדיקת האיות נסתיימה, לא נמצאו מילים מאויתות באופן שגוי. נסגר כעת...",
"OK" : "אישור",
"Original word" : "המילה המקורית",
"Please wait. Calling spell checker." : "אנא המתן. קורא לבודק איות.",
"Please wait: changing dictionary to" : "אנא המתן: מחליף מילון ל-",
"QUIT_CONFIRMATION" : "זה יבטל את השינויים ויצא מבודק האיות. אנא אשר.",
"Re-check" : "בדוק מחדש",
"Replace all" : "החלף הכל",
"Replace with" : "החלף ב-",
"Replace" : "החלף",
"Revert" : "החזר שינויים",
"SC-spell-check" : "בדיקת איות",
"Suggestions" : "הצעות",
"pliz weit ;-)" : "ענא המטן ;-)"
};