update dojo to 1.7.3

This commit is contained in:
Andrew Dolgov
2012-08-14 18:59:10 +04:00
parent d04f8c826f
commit 1354d17270
1616 changed files with 135064 additions and 97680 deletions
@@ -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
);