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