TableDialog.js 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. define(
  2. "dojox/editor/plugins/nls/he/TableDialog", //begin v1.x content
  3. ({
  4. insertTableTitle: "הוספת טבלה",
  5. modifyTableTitle: "שינוי טבלה",
  6. rows: "שורות:",
  7. columns: "עמודות:",
  8. align: "יישור:",
  9. cellPadding: "ריפוד תאים:",
  10. cellSpacing: "ריווח תאים:",
  11. tableWidth: "רוחב טבלה:‏",
  12. backgroundColor: "צבע רקע:",
  13. borderColor: "צבע גבול:",
  14. borderThickness: "עובי גבול",
  15. percent: "אחוזים",
  16. pixels: "פיקסלים",
  17. "default": "ברירת מחדל",
  18. left: "ימין",
  19. center: "מרכז",
  20. right: "שמאל",
  21. buttonSet: "הגדרה", // translated elsewhere?
  22. buttonInsert: "הוספה",
  23. buttonCancel: "ביטול",
  24. selectTableLabel: "בחירת טבלה",
  25. insertTableRowBeforeLabel: "הוספת שורה לפני",
  26. insertTableRowAfterLabel: "הוספת שורה אחרי",
  27. insertTableColumnBeforeLabel: "הוספת עמודה לפני",
  28. insertTableColumnAfterLabel: "הוספת עמודה אחרי",
  29. deleteTableRowLabel: "מחיקת שורה",
  30. deleteTableColumnLabel: "מחיקת עמודה"
  31. })
  32. //end v1.x content
  33. );