1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-09 13:54:07 +02:00
ttrss/lib/dijit/_editor/nls/ru/FontChoice.js.uncompressed.js
2012-08-14 18:59:18 +04:00

31 lines
787 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

define(
"dijit/_editor/nls/ru/FontChoice", //begin v1.x content
({
fontSize: "Размер",
fontName: "Шрифт",
formatBlock: "Формат",
serif: "с засечками",
"sans-serif": "без засечек",
monospace: "непропорциональный",
cursive: "курсив",
fantasy: "артистический",
noFormat: "Нет",
p: "Абзац",
h1: "Заголовок",
h2: "Подзаголовок",
h3: "Вложенный подзаголовок",
pre: "Заранее отформатированный",
1: "самый маленький",
2: "очень маленький",
3: "маленький",
4: "средний",
5: "большой",
6: "очень большой",
7: "самый большой"
})
//end v1.x content
);