From 0181c0110985cfd2659e81c8cc1ef5a2f73bc697 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 19:04:32 +0400 Subject: dojo: remove uncompressed files --- .../_editor/nls/he/FontChoice.js.uncompressed.js | 30 ------------ .../_editor/nls/he/LinkDialog.js.uncompressed.js | 17 ------- .../_editor/nls/he/commands.js.uncompressed.js | 53 ---------------------- 3 files changed, 100 deletions(-) delete mode 100644 lib/dijit/_editor/nls/he/FontChoice.js.uncompressed.js delete mode 100644 lib/dijit/_editor/nls/he/LinkDialog.js.uncompressed.js delete mode 100644 lib/dijit/_editor/nls/he/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/he') diff --git a/lib/dijit/_editor/nls/he/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/he/FontChoice.js.uncompressed.js deleted file mode 100644 index 985e5c83e..000000000 --- a/lib/dijit/_editor/nls/he/FontChoice.js.uncompressed.js +++ /dev/null @@ -1,30 +0,0 @@ -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/lib/dijit/_editor/nls/he/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/he/LinkDialog.js.uncompressed.js deleted file mode 100644 index dcd6fc738..000000000 --- a/lib/dijit/_editor/nls/he/LinkDialog.js.uncompressed.js +++ /dev/null @@ -1,17 +0,0 @@ -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/lib/dijit/_editor/nls/he/commands.js.uncompressed.js b/lib/dijit/_editor/nls/he/commands.js.uncompressed.js deleted file mode 100644 index e31869135..000000000 --- a/lib/dijit/_editor/nls/he/commands.js.uncompressed.js +++ /dev/null @@ -1,53 +0,0 @@ -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 -); -- cgit v1.2.3