32 lines
500 B
JavaScript
32 lines
500 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dijit/_editor/nls/fr/FontChoice", //begin v1.x content
|
||
|
({
|
||
|
fontSize: "Taille",
|
||
|
fontName: "Police",
|
||
|
formatBlock: "Mise en forme",
|
||
|
|
||
|
serif: "serif",
|
||
|
"sans-serif": "sans serif",
|
||
|
monospace: "espacement fixe",
|
||
|
cursive: "cursive",
|
||
|
fantasy: "fantaisie",
|
||
|
|
||
|
noFormat: "Néant",
|
||
|
p: "Paragraphe",
|
||
|
h1: "En-tête",
|
||
|
h2: "Sous-en-tête",
|
||
|
h3: "Sous-sous-en-tête",
|
||
|
pre: "Pré-mise en forme",
|
||
|
|
||
|
1: "xxs",
|
||
|
2: "xs",
|
||
|
3: "s",
|
||
|
4: "m",
|
||
|
5: "l",
|
||
|
6: "xl",
|
||
|
7: "xxl"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|