upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
define(
|
||||
"dijit/_editor/nls/hu/FontChoice", ({
|
||||
fontSize: "Méret",
|
||||
fontName: "Betűtípus",
|
||||
formatBlock: "Formátum",
|
||||
serif: "talpas",
|
||||
"sans-serif": "talpatlan",
|
||||
monospace: "rögzített szélességű",
|
||||
cursive: "kurzív",
|
||||
fantasy: "fantázia",
|
||||
noFormat: "Nincs",
|
||||
p: "Bekezdés",
|
||||
h1: "Címsor",
|
||||
h2: "Alcím",
|
||||
h3: "Al-alcím",
|
||||
pre: "Előformázott",
|
||||
1: "xx-kicsi",
|
||||
2: "x-kicsi",
|
||||
3: "kicsi",
|
||||
4: "közepes",
|
||||
5: "nagy",
|
||||
6: "x-nagy",
|
||||
7: "xx-nagy"
|
||||
})
|
||||
);
|
||||
Reference in New Issue
Block a user