update dojo to 1.7.3
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
define(
|
||||
"dijit/_editor/nls/hu/FontChoice", //begin v1.x content
|
||||
({
|
||||
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"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user