blob: b20205b34de683dfbda85666c7e450a4276069ae (
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
|
<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>
<h4>tablica nazw dni tygodnia</h4>
<pre>
static p_char_u pl_maz_day_name_ptr =
{
(char_u *)NULL,
(char_u *)"niedziela",
(char_u *)"poniedzia³ek",
(char_u *)"wtorek",
(char_u *)"¶roda",
(char_u *)"czwartek",
(char_u *)"pi±tek",
(char_u *)"sobota",
};
</pre>
</body>
</html>
|