summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesVo.php
blob: c12dfa818a6bac7ec20e89724975422c693e061e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?php
/**
 * Volapük
 * @addtogroup Language
 *
 */

$namespaceNames = array(
	NS_MEDIA          => 'Nünamakanäd',
	NS_SPECIAL        => 'Patikos',
	NS_MAIN           => '',
	NS_TALK           => 'Bespik',
	NS_USER           => 'Geban',
	NS_USER_TALK      => 'Gebanibespik',
	# NS_PROJECT set by $wgMetaNamespace
	NS_PROJECT_TALK   => 'Bespik_dö_$1',
	NS_IMAGE          => 'Magod',
	NS_IMAGE_TALK     => 'Magodibespik',
	NS_MEDIAWIKI      => 'Sitanuns',
	NS_MEDIAWIKI_TALK => 'Bespik_dö_sitanuns',
	NS_TEMPLATE       => 'Samafomot',
	NS_TEMPLATE_TALK  => 'Samafomotibespik',
	NS_HELP           => 'Yuf',
	NS_HELP_TALK      => 'Yufibespik',
	NS_CATEGORY       => 'Klad',
	NS_CATEGORY_TALK  => 'Kladibespik',
);

$messages = array(
# Dates
'sunday'    => 'sudel',
'monday'    => 'mudel',
'tuesday'   => 'tudel',
'wednesday' => 'vedel',
'thursday'  => 'dödel',
'friday'    => 'fridel',
'saturday'  => 'zädel',
'sun'       => 'sud',
'mon'       => 'mud',
'tue'       => 'tud',
'wed'       => 'ved',
'thu'       => 'död',
'fri'       => 'fri',
'sat'       => 'zäd',
'january'   => 'yanul',
'february'  => 'febul',
'march'     => 'mäzul',
'april'     => 'prilul',
'may_long'  => 'mayul',
'june'      => 'yunul',
'july'      => 'yulul',
'august'    => 'gustul',
'september' => 'setul',
'october'   => 'tobul',
'november'  => 'novul',
'december'  => 'dekul',
'jan'       => 'yan',
'feb'       => 'feb',
'mar'       => 'mäz',
'apr'       => 'pri',
'may'       => 'may',
'jun'       => 'yun',
'jul'       => 'yul',
'aug'       => 'gus',
'sep'       => 'set',
'oct'       => 'tob',
'nov'       => 'nov',
'dec'       => 'dek',

# Bits of text used by many pages
'categories'     => 'Klads',
'pagecategories' => '{{PLURAL:$1|Klad|Klads}}',

'mypage' => 'Pad obik',
'mytalk' => 'Bespiks obik',

# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
'mainpage' => 'Cifapad',

# Login and logout pages
'login'      => 'Ninädolös obi',
'userlogin'  => 'Nunädön oki / jafön kali',
'logout'     => 'Senunädön oki',
'userlogout' => 'Senunädön oki',

# Preferences page
'mypreferences' => 'Buükams obik',

# Recent changes
'recentchanges' => 'Votükams nulik',

# Miscellaneous special pages
'randompage'   => 'Pad fädik',
'specialpages' => 'Pads patik',

# Watchlist
'mywatchlist' => 'Galädalised obik',

# Contributions
'mycontris' => 'Keblünots obik',

);