dijit
Version:
Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u
26 lines (25 loc) • 488 B
JavaScript
define(
({
fontSize: "Rozmiar",
fontName: "Czcionka",
formatBlock: "Format",
serif: "szeryfowa",
"sans-serif": "bezszeryfowa",
monospace: "czcionka o stałej szerokości",
cursive: "kursywa",
fantasy: "fantazyjna",
noFormat: "Brak",
p: "Akapit",
h1: "Nagłówek",
h2: "Nagłówek 2-go poziomu",
h3: "Nagłówek 3-go poziomu",
pre: "Wstępnie sformatowane",
1: "najmniejsza",
2: "mniejsza",
3: "mała",
4: "średnia",
5: "duże",
6: "większa",
7: "największa"
})
);