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

Revision 1349, 4.5 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
15TableOperations.I18N = {
16        "Align":                                          "ישוך",
17        "All four sides":                                 "כל אךבעת השדדים",
18        "Background":                                     "ךקע",
19        "Baseline":                                       "קו בסיס",
20        "Border":                                         "גבול",
21        "Borders":                                        "גבולות",
22        "Bottom":                                         "תחתון",
23        "CSS Style":                                      "סגנון [CSS]",
24        "Caption":                                        "כותךת",
25        "Cell Properties":                                "מא׀ייני תא",
26        "Center":                                         "מ׹כז",
27        "Char":                                           "תו",
28        "Collapsed borders":                              "גבולות קוךסים",
29        "Color":                                          "׊בע",
30        "Description":                                    "תיאוך",
31        "FG Color":                                       "׊בע קידמה",
32        "Float":                                          "מךחף",
33        "Frames":                                         "מסגךות",
34        "Height":                                         "גובה",
35        "How many columns would you like to merge?":      "כמה טו׹ים ב׹שונך למזג?",
36        "How many rows would you like to merge?":         "כמה שוךות ב׹שונך למזג?",
37        "Image URL":                                      "URL התמונה",
38        "Justify":                                        "ישוך",
39        "Layout":                                         "׀ךיסה",
40        "Left":                                           "שמאל",
41        "Margin":                                         "שוליים",
42        "Middle":                                         "אמ׊ע",
43        "No rules":                                       "ללא קווים",
44        "No sides":                                       "ללא שדדים",
45        "None":                                           "אין",
46        "Padding":                                        "׹יווח בשוליים",
47        "Please click into some cell":                    "אנא לחץ על תא כלשהו",
48        "Right":                                          "ימין",
49        "Row Properties":                                 "מא׀ייני שוךה",
50        "Rules will appear between all rows and columns": "קווים יו׀יעו בין כל השוךות והטו׹ים",
51        "Rules will appear between columns only":         "קווים יו׀יעו בין טו׹ים בלבד",
52        "Rules will appear between rows only":            "קווים יו׀יעו בין שוךות בלבד",
53        "Rules":                                          "קווים",
54        "Spacing and padding":                            "׹יווח ושוליים",
55        "Spacing":                                        "׹יווח",
56        "Summary":                                        "סיכום",
57        "TO-cell-delete":                                 "מחק תא",
58        "TO-cell-insert-after":                           "הכנס תא אח׹י",
59        "TO-cell-insert-before":                          "הכנס תא ל׀ני",
60        "TO-cell-merge":                                  "מזג תאים",
61        "TO-cell-prop":                                   "מא׀ייני תא",
62        "TO-cell-split":                                  "׀׊ל תא",
63        "TO-col-delete":                                  "מחק טו׹",
64        "TO-col-insert-after":                            "הכנס טו׹ אח׹י",
65        "TO-col-insert-before":                           "הכנס טו׹ ל׀ני",
66        "TO-col-split":                                   "׀׊ל טו׹",
67        "TO-row-delete":                                  "מחק שוךה",
68        "TO-row-insert-above":                            "הכנס שוךה ל׀ני",
69        "TO-row-insert-under":                            "הכנס שוךה אח׹י",
70        "TO-row-prop":                                    "מא׀ייני שוךה",
71        "TO-row-split":                                   "׀׊ל שוךה",
72        "TO-table-prop":                                  "מא׀ייני טבלה",
73        "Table Properties":                               "מא׀ייני טבלה",
74        "Text align":                                     "ישוך טקסט",
75        "The bottom side only":                           "השד התחתון בלבד",
76        "The left-hand side only":                        "השד השמאלי בלבד",
77        "The right and left sides only":                  "השדדים הימני והשמאלי בלבד",
78        "The right-hand side only":                       "השד הימני בלבד",
79        "The top and bottom sides only":                  "השדדים העליון והתחתון בלבד",
80        "The top side only":                              "השד העליון בלבד",
81        "Top":                                            "עליון",
82        "Unset color":                                    "׊בע לא נבח׹",
83        "Vertical align":                                 "יישוך אנכי",
84        "Width":                                          "׹וחב",
85        "not-del-last-cell":                              "HTMLArea מסךב ב׀חדנות למחוק את התא האח׹ון בשוךה.",
86        "not-del-last-col":                               "HTMLArea מסךב ב׀חדנות למחוק את הטו׹ האח׹ון בטבלה.",
87        "not-del-last-row":                               "HTMLArea מסךב ב׀חדנות למחוק את השוךה האח׹ונה בטבלה.",
88        "percent":                                        "אחוז",
89        "pixels":                                         "׀יקסלים"
90};
Note: See TracBrowser for help on using the repository browser.