summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesMi.php
blob: 319f38e69a0c62bfd60fc677f9517f785a9d38c7 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?php
/** Maori (Māori)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Kiharoa
 * @author Sonia
 */

$messages = array(
# Dates
'sunday'    => 'Rātapu',
'monday'    => 'Rāhina',
'tuesday'   => 'Rātū',
'wednesday' => 'Rāapa',
'thursday'  => 'Rāpare',
'friday'    => 'Rāmere',
'saturday'  => 'Rāhoroi',
'january'   => 'Kohi-tātea',
'february'  => 'Hui-tanguru',
'march'     => 'Poutū-te-rangi',
'april'     => 'Paenga-whāwhā',
'may_long'  => 'Haratua',
'june'      => 'Pipiri',
'july'      => 'Hōngongoi',
'august'    => 'Here-turi-kōkā',
'september' => 'Mahuru',
'october'   => 'Whiringa-ā-nuku',
'november'  => 'Whiringa-ā-rangi',
'december'  => 'Hakihea',

'cancel'     => 'Whakakore',
'mytalk'     => 'Karere mōku',
'navigation' => 'Huarahi',

# Cologne Blue skin
'qbspecialpages' => 'Whārangi motuhake',

'help'             => 'Whakamārama',
'search'           => 'Rapua',
'go'               => 'Haere',
'history'          => 'Kōrero Nehe',
'history_short'    => 'Tuhinga/kaituhi',
'printableversion' => 'Tāia',
'permalink'        => 'Hononga toitū',
'edit'             => 'Whakatika',
'delete'           => 'tangohia',
'protect'          => 'Whakangungua',
'talkpagelinktext' => 'Kōrerohia',
'talk'             => 'Kōrerorero',
'toolbox'          => 'Pouaka utauta',

# 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).
'aboutsite'            => 'Mo {{SITENAME}}',
'currentevents'        => 'Kōrero',
'currentevents-url'    => 'Project:Kōrero',
'mainpage'             => 'Hau Kāinga',
'mainpage-description' => 'Hau Kāinga',
'portal'               => 'Tomokanga hapori',
'portal-url'           => 'Project:Tomokanga hapori',
'privacy'              => 'Tikanga tūmataiti',
'privacypage'          => 'Project:Tikanga tūmataiti',

'toc'     => 'Rārangi kōrero',
'showtoc' => 'whakakite',
'hidetoc' => 'hunaia',

# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main'     => 'tuhi pānui',
'nstab-template' => 'papa tauira',
'nstab-help'     => 'Āwhina',
'nstab-category' => 'Wāhanga',

# Login and logout pages
'userlogout' => 'Whakarere',

# Edit pages
'savearticle' => 'Tiaki',
'showdiff'    => 'Tiro rerekētanga',

# Preferences page
'preferences' => 'Kōwhiringa',

# Recent changes
'recentchanges' => 'Rerekētanga hōu',
'hide'          => 'Hunaia',
'show'          => 'Whakaaturia',

# Recent changes linked
'recentchangeslinked'         => 'Rerekētanga pū tahi',
'recentchangeslinked-feed'    => 'Rerekētanga pū tahi',
'recentchangeslinked-toolbox' => 'Rerekētanga pū tahi',

# Upload
'upload' => 'Tuku atu',

# Random page
'randompage' => 'Tipihaere',

# Miscellaneous special pages
'move' => 'Nekehia',

# Special:AllPages
'allpages'       => 'Ngā whārangi katoa',
'allpagessubmit' => 'Haere',

# Watchlist
'watchlist'   => 'Rārangi mātaki',
'mywatchlist' => 'Rārangi mātaki',
'watch'       => 'Mātaki',
'unwatch'     => 'kāti te mātaki',

# Contributions
'contributions' => 'Ngā mahi a tēnei mema',
'mycontris'     => 'āku mahi',

# What links here
'whatlinkshere' => 'Ngā hononga mai',

# Namespace 8 related
'allmessages' => 'Pānui pūnaha',

# Special:SpecialPages
'specialpages' => 'Whārangi motuhake',

);