FontChoice.js.uncompressed.js 527 B

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