FontChoice.js 570 B

123456789101112131415161718192021222324252627282930
  1. define(
  2. "dijit/_editor/nls/he/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "גודל",
  5. fontName: "גופן",
  6. formatBlock: "עיצוב",
  7. serif: "serif",
  8. "sans-serif": "sans-serif",
  9. monospace: "monospace",
  10. cursive: "cursive",
  11. fantasy: "fantasy",
  12. noFormat: "ללא ",
  13. p: "פיסקה",
  14. h1: "כותרת",
  15. h2: "תת-כותרת",
  16. h3: "תת-תת-כותרת",
  17. pre: "מעוצב מראש",
  18. 1: "קטן ביות",
  19. 2: "קטן מאוד",
  20. 3: "קטן",
  21. 4: "בינוני",
  22. 5: "גדול",
  23. 6: "גדול מאוד",
  24. 7: "גדול ביותר"
  25. })
  26. //end v1.x content
  27. );