source: trunk/phpgwapi/js/htmlarea/plugins/ContextMenu/lang/he.js @ 2

Revision 2, 4.7 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • 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
15ContextMenu.I18N = {
16        // Items that appear in menu.  Please note that an underscore (_)
17        // character in the translation (right column) will cause the following
18        // letter to become underlined and be shortcut for that menu option.
19
20        "Cut"                                                   : "גזו׹",
21        "Copy"                                                  : "העתק",
22        "Paste"                                                 : "הדבק",
23        "Image Properties"                                      : "_מא׀ייני תמונה...",
24        "Modify Link"                                           : "_שנה קישוך...",
25        "Check Link"                                            : "בדו_ק קישוך...",
26        "Remove Link"                                           : "_הסך קישוך...",
27        "Cell Properties"                                       : "מא׀ייני ת_א...",
28        "Row Properties"                                        : "מא׀ייני _טו׹...",
29        "Insert Row Before"                                     : "ה_כנס שוךה ל׀ני",
30        "Insert Row After"                                      : "הכנ_ס שוךה אח׹י",
31        "Delete Row"                                            : "_מחק שוךה",
32        "Table Properties"                                      : "מא׀ייני ט_בלה...",
33        "Insert Column Before"                                  : "הכנס _טו׹ ל׀ני",
34        "Insert Column After"                                   : "הכנס ט_ו׹ אח׹י",
35        "Delete Column"                                         : "מח_ק טו׹",
36        "Justify Left"                                          : "ישוך לשמאל",
37        "Justify Center"                                        : "ישוך למ׹כז",
38        "Justify Right"                                         : "ישוך לימין",
39        "Justify Full"                                          : "ישוך לשוךה מלאה",
40        "Make link"                                             : "שו׹ קי_שוך...",
41        "Remove the"                                            : "הסך את אלמנט ה-",
42        "Element"                                               : "...",
43
44        // Other labels (tooltips and alert/confirm box messages)
45
46        "Please confirm that you want to remove this element:"  : "אנא אשך שבך׊ונך להסיך את האלמנט הזה:",
47        "Remove this node from the document"                    : "הסךה של node זה מהמסמך",
48        "How did you get here? (Please report!)"                : "איך הגעת הנה? (אנא דווח!)",
49        "Show the image properties dialog"                      : "משיג את חלון הדו-שיח של מא׀ייני תמונה",
50        "Modify URL"                                            : "שינוי URL",
51        "Current URL is"                                        : "URL נוכחי הוא",
52        "Opens this link in a new window"                       : "׀תיחת קישוך זה בחלון חדש",
53        "Please confirm that you want to unlink this element."  : "אנא אשך שאתה ׹ושה לנתק את אלמנט זה.",
54        "Link points to:"                                       : "הקישוך מ׊ביע אל:",
55        "Unlink the current element"                            : "ניתוק את האלמנט הנוכחי",
56        "Show the Table Cell Properties dialog"                 : "משיג את חלון הדו-שיח של מא׀ייני תא בטבלה",
57        "Show the Table Row Properties dialog"                  : "משיג את חלון הדו-שיח של מא׀ייני שוךה בטבלה",
58        "Insert a new row before the current one"               : "הוס׀ת שוךה חדשה ל׀ני הנוכחית",
59        "Insert a new row after the current one"                : "הוס׀ת שוךה חדשה אח׹י הנוכחית",
60        "Delete the current row"                                : "מחיקת את השוךה הנוכחית",
61        "Show the Table Properties dialog"                      : "משיג את חלון הדו-שיח של מא׀ייני טבלה",
62        "Insert a new column before the current one"            : "הוס׀ת טו׹ חדש ל׀ני הנוכחי",
63        "Insert a new column after the current one"             : "הוס׀ת טו׹ חדש אח׹י הנוכחי",
64        "Delete the current column"                             : "מחיקת את הטו׹ הנוכחי",
65        "Create a link"                                         : "י׊יךת קישוך"
66};
Note: See TracBrowser for help on using the repository browser.