2012-05-01 19:52:07 +08:00

36 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>built
define(
"dojox/editor/plugins/nls/he/TableDialog", //begin v1.x content
({
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: "מחיקת עמודה"
})
//end v1.x content
);