65 lines
3.1 KiB
JavaScript
65 lines
3.1 KiB
JavaScript
// 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.)
|
||
|
||
{
|
||
"Bold": "מודגש",
|
||
"Italic": "נטוי",
|
||
"Underline": "קו תחתי",
|
||
"Strikethrough": "קו אמצע",
|
||
"Subscript": "כתב עילי",
|
||
"Superscript": "כתב תחתי",
|
||
"Justify Left": " ישור לשמאל",
|
||
"Justify Center": "ישור למרכז",
|
||
"Justify Right": "ישור לימין",
|
||
"Justify Full": "ישור לשורה מלאה",
|
||
"Ordered List": "רשימה ממוספרת",
|
||
"Bulleted List": "רשימה לא ממוספרת",
|
||
"Decrease Indent": "הקטן כניסה",
|
||
"Increase Indent": "הגדל כניסה",
|
||
"Font Color": "צבע גופן",
|
||
"Background Color": "צבע רקע",
|
||
"Horizontal Rule": "קו אנכי",
|
||
"Insert Web Link": "הכנס היפר-קישור",
|
||
"Insert/Modify Image": "הכנס/שנה תמונה",
|
||
"Insert Table": "הכנס טבלה",
|
||
"Toggle HTML Source": "שנה מצב קוד HTML",
|
||
"Enlarge Editor": "הגדל את העורך",
|
||
"About this editor": "אודות עורך זה",
|
||
"Help using editor": "עזרה לשימוש בעורך",
|
||
"Current style": "סגנון נוכחי",
|
||
"Undoes your last action": "מבטל את פעולתך האחרונה",
|
||
"Redoes your last action": "מבצע מחדש את הפעולה האחרונה שביטלת",
|
||
"Cut selection": "גזור בחירה",
|
||
"Copy selection": "העתק בחירה",
|
||
"Paste from clipboard": "הדבק מהלוח",
|
||
"Direction left to right": "כיוון משמאל לימין",
|
||
"Direction right to left": "כיוון מימין לשמאל",
|
||
"OK": "אישור",
|
||
"Cancel": "ביטול",
|
||
"Path": "נתיב עיצוב",
|
||
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "אתה במצב טקסט נקי (קוד). השתמש בכפתור [<>] כדי לחזור למצב WYSIWYG (תצוגת עיצוב).",
|
||
"The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "מצב מסך מלא יוצר בעיות בדפדפן Internet Explorer, עקב באגים בדפדפן לא יכולנו לפתור את זה. את/ה עלול/ה לחוות תצוגת זבל, בעיות בתפקוד העורך ו/או קריסה של הדפדפן. אם המערכת שלך היא Windows 9x סביר להניח שתקבל/י ",
|
||
"Cancel": "ביטול",
|
||
"Insert/Modify Link": "הוסף/שנה קישור",
|
||
"New window (_blank)": "חלון חדש (_blank)",
|
||
"None (use implicit)": "ללא (השתמש ב-frame הקיים)",
|
||
"Other": "אחר",
|
||
"Same frame (_self)": "אותו frame (_self)",
|
||
"Target:": "יעד:",
|
||
"Title (tooltip):": "כותרת (tooltip):",
|
||
"Top frame (_top)": "Frame עליון (_top)",
|
||
"URL:": "URL:",
|
||
"You must enter the URL where this link points to": "חובה לכתוב URL שאליו קישור זה מצביע"
|
||
}
|