dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
34 lines (33 loc) • 1.15 kB
JavaScript
define(
({
insertTableTitle: "הוספת טבלה",
modifyTableTitle: "שינוי טבלה",
rows: "שורות:",
columns: "עמודות:",
align: "יישור:",
cellPadding: "ריפוד תאים:",
cellSpacing: "ריווח תאים:",
tableWidth: "רוחב טבלה:",
backgroundColor: "צבע רקע:",
borderColor: "צבע גבול:",
borderThickness: "עובי גבול:",
percent: "אחוז",
pixels: "פיקסלים",
"default": "ברירת מחדל",
left: "ימין",
center: "מרכז",
right: "שמאל",
buttonSet: "הגדרה", // translated elsewhere?
buttonInsert: "הוספה",
buttonCancel: "ביטול",
selectTableLabel: "בחירת טבלה",
insertTableRowBeforeLabel: "הוספת שורה לפני",
insertTableRowAfterLabel: "הוספת שורה אחרי",
insertTableColumnBeforeLabel: "הוספת עמודה לפני",
insertTableColumnAfterLabel: "הוספת עמודה אחרי",
deleteTableRowLabel: "מחיקת שורה",
deleteTableColumnLabel: "מחיקת עמודה",
colorTableCellTitle: "צבע רקע של תא בטבלה",
tableContextMenuTitle: "תפריט הקשר של טבלה"
})
);