summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/he/FontChoice.js.uncompressed.js
blob: 985e5c83ee1bcecb64d19c5d252e3c5dd682a797 (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
26
27
28
29
30
define(
"dijit/_editor/nls/he/FontChoice", //begin v1.x content
({
	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: "גדול ביותר"
})
//end v1.x content
);