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

67 lines
4.7 KiB
JavaScript
Raw Normal View History

2004-04-21 00:46:07 +02:00
// I18N constants
// LANG: "he", ENCODING: UTF-8
// Author: Liron Newman, http://www.eesh.net, <plastish at ultinet dot org>
// 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.)
ContextMenu.I18N = {
// Items that appear in menu. Please note that an underscore (_)
// character in the translation (right column) will cause the following
// letter to become underlined and be shortcut for that menu option.
"Cut" : "גזור",
"Copy" : "העתק",
"Paste" : "הדבק",
"Image Properties" : "_מאפייני תמונה...",
"Modify Link" : "_שנה קישור...",
"Check Link" : "בדו_ק קישור...",
"Remove Link" : "_הסר קישור...",
"Cell Properties" : "מאפייני ת_א...",
"Row Properties" : "מאפייני _טור...",
"Insert Row Before" : "ה_כנס שורה לפני",
"Insert Row After" : "הכנ_ס שורה אחרי",
"Delete Row" : "_מחק שורה",
"Table Properties" : "מאפייני ט_בלה...",
"Insert Column Before" : "הכנס _טור לפני",
"Insert Column After" : "הכנס ט_ור אחרי",
"Delete Column" : "מח_ק טור",
"Justify Left" : "ישור לשמאל",
"Justify Center" : "ישור למרכז",
"Justify Right" : "ישור לימין",
"Justify Full" : "ישור לשורה מלאה",
"Make link" : "צור קיור...",
"Remove the" : "הסר את אלמנט ה-",
"Element" : "...",
// Other labels (tooltips and alert/confirm box messages)
"Please confirm that you want to remove this element:" : "אנא אשר שברצונך להסיר את האלמנט הזה:",
"Remove this node from the document" : "הסרה של node זה מהמסמך",
"How did you get here? (Please report!)" : "איך הגעת הנה? (אנא דווח!)",
"Show the image properties dialog" : "מציג את חלון הדו-שיח של מאפייני תמונה",
"Modify URL" : "שינוי URL",
"Current URL is" : "URL נוכחי הוא",
"Opens this link in a new window" : "פתיחת קישור זה בחלון חדש",
"Please confirm that you want to unlink this element." : "אנא אשר שאתה רוצה לנתק את אלמנט זה.",
"Link points to:" : "הקישור מצביע אל:",
"Unlink the current element" : "ניתוק את האלמנט הנוכחי",
"Show the Table Cell Properties dialog" : "מציג את חלון הדו-שיח של מאפייני תא בטבלה",
"Show the Table Row Properties dialog" : "מציג את חלון הדו-שיח של מאפייני שורה בטבלה",
"Insert a new row before the current one" : "הוספת שורה חדשה לפני הנוכחית",
"Insert a new row after the current one" : "הוספת שורה חדשה אחרי הנוכחית",
"Delete the current row" : "מחיקת את השורה הנוכחית",
"Show the Table Properties dialog" : "מציג את חלון הדו-שיח של מאפייני טבלה",
"Insert a new column before the current one" : "הוספת טור חדש לפני הנוכחי",
"Insert a new column after the current one" : "הוספת טור חדש אחרי הנוכחי",
"Delete the current column" : "מחיקת את הטור הנוכחי",
"Create a link" : "יצירת קישור"
};