summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/he/commands.js.uncompressed.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/_editor/nls/he/commands.js.uncompressed.js')
-rw-r--r--lib/dijit/_editor/nls/he/commands.js.uncompressed.js51
1 files changed, 0 insertions, 51 deletions
diff --git a/lib/dijit/_editor/nls/he/commands.js.uncompressed.js b/lib/dijit/_editor/nls/he/commands.js.uncompressed.js
deleted file mode 100644
index cf719d478..000000000
--- a/lib/dijit/_editor/nls/he/commands.js.uncompressed.js
+++ /dev/null
@@ -1,51 +0,0 @@
-define(
-"dijit/_editor/nls/he/commands", ({
- '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
-})
-);