summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/kk/FontChoice.js.uncompressed.js
blob: e7a52c87ab2029fd6788575a28f058b05edc20f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
define(
"dijit/_editor/nls/kk/FontChoice", ({
	fontSize: "Өлшемі",
	fontName: "Қаріп",
	formatBlock: "Пішім",
	serif: "serif",
	"sans-serif": "sans-serif",
	monospace: "monospace",
	cursive: "көлбеу",
	fantasy: "fantasy",
	noFormat: "Ешбір",
	p: "Еже",
	h1: "Тақырып",
	h2: "Ішкі тақырып",
	h3: "Ішкі-ішкі тақырып",
	pre: "Алдын ала пішімделген",
	1: "xx-кіші",
	2: "x-кіші",
	3: "кіші",
	4: "орташа",
	5: "үлкен",
	6: "x-үлкен",
	7: "xx-үлкен"
})
);