diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dijit/_editor/nls/he | |
Diffstat (limited to 'js/dojo-1.7.2/dijit/_editor/nls/he')
| -rw-r--r-- | js/dojo-1.7.2/dijit/_editor/nls/he/FontChoice.js | 31 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/_editor/nls/he/LinkDialog.js | 18 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/_editor/nls/he/commands.js | 54 |
3 files changed, 103 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/_editor/nls/he/FontChoice.js b/js/dojo-1.7.2/dijit/_editor/nls/he/FontChoice.js new file mode 100644 index 0000000..4d397d7 --- /dev/null +++ b/js/dojo-1.7.2/dijit/_editor/nls/he/FontChoice.js @@ -0,0 +1,31 @@ +//>>built +define( +"dijit/_editor/nls/he/FontChoice", //begin v1.x content +({ + fontSize: "גודל", + fontName: "גופן", + formatBlock: "עיצוב", + + serif: "serif", + "sans-serif": "sans-serif", + monospace: "monospace", + cursive: "cursive", + fantasy: "fantasy", + + noFormat: "ללא ", + p: "פיסקה", + h1: "כותרת", + h2: "תת-כותרת", + h3: "תת-תת-כותרת", + pre: "מעוצב מראש", + + 1: "קטן ביות", + 2: "קטן מאוד", + 3: "קטן", + 4: "בינוני", + 5: "גדול", + 6: "גדול מאוד", + 7: "גדול ביותר" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/_editor/nls/he/LinkDialog.js b/js/dojo-1.7.2/dijit/_editor/nls/he/LinkDialog.js new file mode 100644 index 0000000..7611a12 --- /dev/null +++ b/js/dojo-1.7.2/dijit/_editor/nls/he/LinkDialog.js @@ -0,0 +1,18 @@ +//>>built +define( +"dijit/_editor/nls/he/LinkDialog", //begin v1.x content +({ + createLinkTitle: "תכונות קישור", + insertImageTitle: "תכונות תמונה", + url: "URL:", + text: "תיאור:", + target: "יעד:", + set: "הגדרה", + currentWindow: "חלון נוכחי", + parentWindow: "חלון אב", + topWindow: "חלון עליון", + newWindow: "חלון חדש" +}) +//end v1.x content +); + diff --git a/js/dojo-1.7.2/dijit/_editor/nls/he/commands.js b/js/dojo-1.7.2/dijit/_editor/nls/he/commands.js new file mode 100644 index 0000000..2636554 --- /dev/null +++ b/js/dojo-1.7.2/dijit/_editor/nls/he/commands.js @@ -0,0 +1,54 @@ +//>>built +define( +"dijit/_editor/nls/he/commands", //begin v1.x content +({ + 'bold': 'מודגש', + 'copy': 'עותק', + 'cut': 'גזירה', + 'delete': 'מחיקה', + 'indent': 'הגדלת כניסה', + 'insertHorizontalRule': 'קו אופקי', + 'insertOrderedList': 'רשימה ממוספרת', + 'insertUnorderedList': 'רשימה עם תבליטים', + 'italic': 'נטוי', + 'justifyCenter': 'יישור למרכז', + 'justifyFull': 'יישור דו-צדדי', + 'justifyLeft': 'יישור לשמאל', + 'justifyRight': 'יישור לימין', + 'outdent': 'הקטנת כניסה', + 'paste': 'הדבקה', + 'redo': 'שחזור פעולה', + 'removeFormat': 'סילוק עיצוב', + 'selectAll': 'בחירת הכל', + 'strikethrough': 'קו חוצה', + 'subscript': 'כתב תחתי', + 'superscript': 'כתב עילי', + 'underline': 'קו תחתי', + 'undo': 'ביטול פעולה', + 'unlink': 'סילוק הקישור', + 'createLink': 'יצירת קישור', + 'toggleDir': 'מיתוג כיוון', + 'insertImage': 'הוספת תמונה', + 'insertTable': 'הוספת/עריכת טבלה', + 'toggleTableBorder': 'מיתוג גבול טבלה', + 'deleteTable': 'מחיקת טבלה', + 'tableProp': 'תכונת טבלה', + 'htmlToggle': 'מקור HTML', + 'foreColor': 'צבע חזית', + 'hiliteColor': 'צבע רקע', + 'plainFormatBlock': 'סגנון פיסקה', + 'formatBlock': 'סגנון פיסקה', + 'fontSize': 'גופן יחסי', + 'fontName': 'שם גופן', + 'tabIndent': 'כניסת טאב', + "fullScreen": "מיתוג מסך מלא", + "viewSource": "הצגת מקור HTML", + "print": "הדפסה", + "newPage": "דף חדש", + /* Error messages */ + 'systemShortcut': 'הפעולה "${0}" זמינה בדפדפן רק באמצעות קיצור דרך במקלדת. השתמשו בקיצור ${1}.', + 'ctrlKey':'ctrl+${0}', + 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh +}) +//end v1.x content +); |
