source: branches/1.2/workflow/js/htmlarea/plugins/SpellChecker/lang/he.js @ 1349

Revision 1349, 2.2 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1// I18N constants
2
3// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
4// Author: Mihai Bazon, http://dynarch.com/mishoo
5
6// FOR TRANSLATORS:
7//
8//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9//      (at least a valid email address)
10//
11//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
12//      (if this is not possible, please include a comment
13//       that states what encoding is necessary.)
14
15SpellChecker.I18N = {
16        "CONFIRM_LINK_CLICK"                    : "אנא אשך שבך׊ונך ל׀תוח קישוך זה",
17        "Cancel"                                : "ביטול",
18        "Dictionary"                            : "מילון",
19        "Finished list of mispelled words"      : "הסתיימה ךשימת המילים המאויתות באו׀ן שגוי",
20        "I will open it in a new page."         : "אני א׀תח את זה בחלון חדש.",
21        "Ignore all"                            : "התעלם מהכל",
22        "Ignore"                                : "התעלם",
23        "NO_ERRORS"                             : "לא נמשאו מילים מאויתות באו׀ן שגוי עם המילון הנבח׹.",
24        "NO_ERRORS_CLOSING"                     : "בדיקת האיות נסתיימה, לא נמשאו מילים מאויתות באו׀ן שגוי.  נסגך כעת...",
25        "OK"                                    : "אישוך",
26        "Original word"                         : "המילה המקוךית",
27        "Please wait.  Calling spell checker."  : "אנא המתן.  קו׹א לבודק איות.",
28        "Please wait: changing dictionary to"   : "אנא המתן: מחליף מילון ל-",
29        "QUIT_CONFIRMATION"                     : "זה יבטל את השינויים וישא מבודק האיות.  אנא אשך.",
30        "Re-check"                              : "בדוק מחדש",
31        "Replace all"                           : "החלף הכל",
32        "Replace with"                          : "החלף ב-",
33        "Replace"                               : "החלף",
34        "Revert"                                : "החז׹ שינויים",
35        "SC-spell-check"                        : "בדיקת איות",
36        "Suggestions"                           : "ה׊עות",
37        "pliz weit ;-)"                         : "ענא המטן ;-)"
38};
Note: See TracBrowser for help on using the repository browser.