blob: 643228a384dd8c1d3ec03d16ed91aa4b71557f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<meta http-equiv="Content-language" content="pl">
<meta name="Author" content="W³odzimierz Macewicz">
</head>
<body>
<pre>
static p_char_u maz_mil =
{
(char_u *)"???",
(char_u *)"milion",
(char_u *)"miliony",
(char_u *)"miliony",
(char_u *)"miliony",
(char_u *)"milionów"
};
</pre>
</body>
</html>
|