home *** CD-ROM | disk | FTP | other *** search
- // 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.)
-
- HTMLArea.I18N = {
-
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "he",
-
- tooltips: {
- bold: "מודגש",
- italic: "נטוי",
- underline: "קו תחתי",
- strikethrough: "קו אמצע",
- subscript: "כתב עילי",
- superscript: "כתב תחתי",
- justifyleft: " ישור לשמאל",
- justifycenter: "ישור למרכז",
- justifyright: "ישור לימין",
- justifyfull: "ישור לשורה מלאה",
- orderedlist: "רשימה ממוספרת",
- unorderedlist: "רשימה לא ממוספרת",
- outdent: "הקטן כניסה",
- indent: "הגדל כניסה",
- forecolor: "צבע גופן",
- hilitecolor: "צבע רקע",
- horizontalrule: "קו אנכי",
- createlink: "הכנס היפר-קישור",
- insertimage: "הכנס/שנה תמונה",
- inserttable: "הכנס טבלה",
- htmlmode: "שנה מצב קוד HTML",
- popupeditor: "הגדל את העורך",
- about: "אודות עורך זה",
- showhelp: "עזרה לשימוש בעורך",
- textindicator: "סגנון נוכחי",
- undo: "מבטל את פעולתך האחרונה",
- redo: "מבצע מחדש את הפעולה האחרונה שביטלת",
- cut: "גזור בחירה",
- copy: "העתק בחירה",
- paste: "הדבק מהלוח",
- lefttoright: "כיוון משמאל לימין",
- righttoleft: "כיוון מימין לשמאל"
- },
-
- buttons: {
- "ok": "אישור",
- "cancel": "ביטול"
- },
-
- msg: {
- "Path": "נתיב עיצוב",
- "TEXT_MODE": "אתה במצב טקסט נקי (קוד). השתמש בכפתור [<>] כדי לחזור למצב WYSIWYG (תצוגת עיצוב).",
-
- "IE-sucks-full-screen" :
- // translate here
- "מצב מסך מלא יוצר בעיות בדפדפן Internet Explorer, " +
- "עקב באגים בדפדפן לא יכולנו לפתור את זה. את/ה עלול/ה לחוות תצוגת זבל, " +
- "בעיות בתפקוד העורך ו/או קריסה של הדפדפן. אם המערכת שלך היא Windows 9x " +
- "סביר להניח שתקבל/י 'General Protection Fault' ותאלצ/י לאתחל את המחשב.\n\n" +
- "ראה/י הוזהרת. אנא לחץ/י אישור אם את/ה עדיין רוצה לנסות את העורך במסך מלא."
- },
-
- dialogs: {
- "Cancel" : "ביטול",
- "Insert/Modify Link" : "הוסף/שנה קישור",
- "New window (_blank)" : "חלון חדש (_blank)",
- "None (use implicit)" : "ללא (השתמש ב-frame הקיים)",
- "OK" : "OK",
- "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 שאליו קישור זה מצביע"
-
- }
- };
-