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