You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/_editor/nls/sl/FontChoice.js.uncompressed.js

26 lines
479 B
JavaScript

define(
"dijit/_editor/nls/sl/FontChoice", ({
fontSize: "Velikost",
fontName: "Pisava",
formatBlock: "Oblika",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "monospace",
cursive: "cursive",
fantasy: "fantasy",
noFormat: "Brez",
p: "Odstavek",
h1: "Naslovni slog",
h2: "Podnaslovni slog",
h3: "Pod-podnaslovni slog",
pre: "Vnaprej oblikovan",
1: "xx-majhno",
2: "x-majhno",
3: "majhno",
4: "srednje",
5: "veliko",
6: "x-veliko",
7: "xx-veliko"
})
);