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

Revision 1349, 3.8 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: "he", ENCODING: UTF-8
4// Author: Liron Newman, http://www.eesh.net, <plastish at ultinet dot org>
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
15HTMLArea.I18N = {
16
17        // the following should be the filename without .js extension
18        // it will be used for automatically load plugin language.
19        lang: "he",
20
21        tooltips: {
22                bold:           "מודגש",
23                italic:         "נטוי",
24                underline:      "קו תחתי",
25                strikethrough:  "קו אמ׊ע",
26                subscript:      "כתב עילי",
27                superscript:    "כתב תחתי",
28                justifyleft:    " ישוך לשמאל",
29                justifycenter:  "ישוך למ׹כז",
30                justifyright:   "ישוך לימין",
31                justifyfull:    "ישוך לשוךה מלאה",
32                orderedlist:    "ךשימה ממוס׀ךת",
33                unorderedlist:  "ךשימה לא ממוס׀ךת",
34                outdent:        "הקטן כניסה",
35                indent:         "הגדל כניסה",
36                forecolor:      "׊בע גו׀ן",
37                hilitecolor:    "׊בע ךקע",
38                horizontalrule: "קו אנכי",
39                createlink:     "הכנס הי׀ך-קישוך",
40                insertimage:    "הכנס/שנה תמונה",
41                inserttable:    "הכנס טבלה",
42                htmlmode:       "שנה משב קוד HTML",
43                popupeditor:    "הגדל את העוךך",
44                about:          "אודות עוךך זה",
45                showhelp:       "עזךה לשימוש בעוךך",
46                textindicator:  "סגנון נוכחי",
47                undo:           "מבטל את ׀עולתך האח׹ונה",
48                redo:           "מב׊ע מחדש את ה׀עולה האח׹ונה שביטלת",
49                cut:            "גזו׹ בחי׹ה",
50                copy:           "העתק בחי׹ה",
51                paste:          "הדבק מהלוח",
52                lefttoright:    "כיוון משמאל לימין",
53                righttoleft:    "כיוון מימין לשמאל"
54        },
55
56        buttons: {
57                "ok":           "אישוך",
58                "cancel":       "ביטול"
59        },
60
61        msg: {
62                "Path":         "נתיב עי׊וב",
63                "TEXT_MODE":    "אתה במשב טקסט נקי (קוד). השתמש בכ׀תוך [<>] כדי לחזו׹ למשב WYSIWYG (ת׊וגת עי׊וב).",
64
65                "IE-sucks-full-screen" :
66                // translate here
67                "משב מסך מלא יוש׹ בעיות בד׀ד׀ן Internet Explorer, " +
68                "עקב באגים בד׀ד׀ן לא יכולנו ל׀תוך את זה.  את/ה עלול/ה לחוות ת׊וגת זבל,  " +
69                "בעיות בת׀קוד העוךך ו/או קךיסה של הד׀ד׀ן.  אם המעךכת שלך היא Windows 9x " +
70                "סביך להניח שתקבל/י 'General Protection Fault' ותאל׊/י לאתחל את המחשב.\n\n" +
71                "׹אה/י הוזהךת.  אנא לחץ/י אישוך אם את/ה עדיין ׹ושה לנסות את העוךך במסך מלא."
72        },
73
74        dialogs: {
75                "Cancel"                                            : "ביטול",
76                "Insert/Modify Link"                                : "הוסף/שנה קישוך",
77                "New window (_blank)"                               : "חלון חדש (_blank)",
78                "None (use implicit)"                               : "ללא (השתמש ב-frame הקיים)",
79                "OK"                                                : "OK",
80                "Other"                                             : "אח׹",
81                "Same frame (_self)"                                : "אותו frame (_self)",
82                "Target:"                                           : "יעד:",
83                "Title (tooltip):"                                  : "כותךת (tooltip):",
84                "Top frame (_top)"                                  : "Frame עליון (_top)",
85                "URL:"                                              : "URL:",
86                "You must enter the URL where this link points to"  : "חובה לכתוב URL שאליו קישוך זה מ׊ביע"
87
88        }
89};
Note: See TracBrowser for help on using the repository browser.