upgrade dojo to 1.8.3 (refs #570)

This commit is contained in:
Andrew Dolgov
2013-03-18 10:26:24 +04:00
parent 9a2885da17
commit f0cfe83e37
1568 changed files with 159866 additions and 2781 deletions
@@ -0,0 +1,25 @@
define(
"dijit/_editor/nls/it/FontChoice", ({
fontSize: "Dimensione",
fontName: "Carattere",
formatBlock: "Formato",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "spaziatura fissa",
cursive: "corsivo",
fantasy: "fantasy",
noFormat: "Nessuna",
p: "Paragrafo",
h1: "Intestazione",
h2: "Sottointestazione",
h3: "Sottointestazione secondaria",
pre: "Preformattato",
1: "piccolissimo",
2: "molto piccolo",
3: "piccolo",
4: "medio",
5: "grande",
6: "molto grande",
7: "grandissimo"
})
);