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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
|
<?php
/** Afrikaans (Afrikaans)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
*/
$namespaceNames = array(
NS_MEDIA => 'Media',
NS_SPECIAL => 'Spesiaal',
NS_TALK => 'Bespreking',
NS_USER => 'Gebruiker',
NS_USER_TALK => 'Gebruikerbespreking',
NS_PROJECT_TALK => '$1bespreking',
NS_FILE => 'Lêer',
NS_FILE_TALK => 'Lêerbespreking',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'MediaWikibespreking',
NS_TEMPLATE => 'Sjabloon',
NS_TEMPLATE_TALK => 'Sjabloonbespreking',
NS_HELP => 'Hulp',
NS_HELP_TALK => 'Hulpbespreking',
NS_CATEGORY => 'Kategorie',
NS_CATEGORY_TALK => 'Kategoriebespreking',
);
$namespaceAliases = array(
'Beeld' => NS_FILE,
'Beeldbespreking' => NS_FILE_TALK,
);
$magicWords = array(
'redirect' => array( '0', '#AANSTUUR', '#REDIRECT' ),
'notoc' => array( '0', '__GEENIO__', '__NOTOC__' ),
'nogallery' => array( '0', '__GEENGALERY__', '__NOGALLERY__' ),
'forcetoc' => array( '0', '__DWINGIO__', '__FORCETOC__' ),
'toc' => array( '0', '__IO__', '__TOC__' ),
'noeditsection' => array( '0', '__GEENNUWEAFDELING__', '__NOEDITSECTION__' ),
'currentmonth' => array( '1', 'HUIDIGEMAAND', 'CURRENTMONTH', 'CURRENTMONTH2' ),
'currentmonth1' => array( '1', 'HUIDIGEMAAND1', 'CURRENTMONTH1' ),
'currentmonthname' => array( '1', 'HUIDIGEMAANDNAAM', 'CURRENTMONTHNAME' ),
'currentmonthabbrev' => array( '1', 'HUIDIGEMAANDAFK', 'CURRENTMONTHABBREV' ),
'currentday' => array( '1', 'HUIDIGEDAG', 'CURRENTDAY' ),
'currentday2' => array( '1', 'HUIDIGEDAG2', 'CURRENTDAY2' ),
'currentdayname' => array( '1', 'HUIDIGEDAGNAAM', 'CURRENTDAYNAME' ),
'currentyear' => array( '1', 'HUIDIGEJAAR', 'CURRENTYEAR' ),
'currenttime' => array( '1', 'HUIDIGETYD', 'CURRENTTIME' ),
'currenthour' => array( '1', 'HUIDIGEUUR', 'CURRENTHOUR' ),
'numberofpages' => array( '1', 'AANTALBLADSYE', 'NUMBEROFPAGES' ),
'numberofarticles' => array( '1', 'AANTALARTIKELS', 'NUMBEROFARTICLES' ),
'numberoffiles' => array( '1', 'AANTALLêERS', 'NUMBEROFFILES' ),
'numberofusers' => array( '1', 'AANTALGEBRUIKERS', 'NUMBEROFUSERS' ),
'numberofactiveusers' => array( '1', 'AANTALAKTIEWEGEBRUIKERS', 'NUMBEROFACTIVEUSERS' ),
'numberofedits' => array( '1', 'AANTALWYSIGINGS', 'NUMBEROFEDITS' ),
'pagename' => array( '1', 'BLADSYNAAM', 'PAGENAME' ),
'namespace' => array( '1', 'NAAMSPASIE', 'NAMESPACE' ),
'talkspace' => array( '1', 'BESPREKINGSBLADSY', 'TALKSPACE' ),
'fullpagename' => array( '1', 'VOLBLADSYNAAM', 'FULLPAGENAME' ),
'img_thumbnail' => array( '1', 'duimnael', 'thumbnail', 'thumb' ),
'img_right' => array( '1', 'regs', 'right' ),
'img_left' => array( '1', 'links', 'left' ),
'img_none' => array( '1', 'geen', 'none' ),
'img_center' => array( '1', 'senter', 'center', 'centre' ),
'img_framed' => array( '1', 'omraam', 'framed', 'enframed', 'frame' ),
'img_frameless' => array( '1', 'raamloos', 'frameless' ),
'img_border' => array( '1', 'raam', 'border' ),
'img_top' => array( '1', 'bo', 'top' ),
'img_text_top' => array( '1', 'teks-bo', 'text-top' ),
'img_middle' => array( '1', 'middel', 'middle' ),
'img_bottom' => array( '1', 'onder', 'bottom' ),
'img_text_bottom' => array( '1', 'teks-onder', 'text-bottom' ),
'img_link' => array( '1', 'skakel=$1', 'link=$1' ),
'sitename' => array( '1', 'WERFNAAM', 'SITENAME' ),
'server' => array( '0', 'BEDIENER', 'SERVER' ),
'servername' => array( '0', 'BEDIENERNAAM', 'SERVERNAME' ),
'gender' => array( '0', 'GESLAG:', 'GENDER:' ),
'localweek' => array( '1', 'HUIDIGEWEEK', 'LOCALWEEK' ),
'plural' => array( '0', 'MEERVOUD', 'PLURAL:' ),
'fullurl' => array( '0', 'VOLURL', 'FULLURL:' ),
'displaytitle' => array( '1', 'VERTOONTITEL', 'DISPLAYTITLE' ),
'currentversion' => array( '1', 'HUIDIGEWEERGAWE', 'CURRENTVERSION' ),
'language' => array( '0', '#TAAL:', '#LANGUAGE:' ),
'special' => array( '0', 'spesiaal', 'special' ),
'filepath' => array( '0', 'LêERPAD:', 'FILEPATH:' ),
'tag' => array( '0', 'etiket', 'tag' ),
'pagesize' => array( '1', 'BLADSYGROOTTE', 'PAGESIZE' ),
'index' => array( '1', '__INDEKS__', '__INDEX__' ),
'noindex' => array( '1', '__GEENINDEKS__', '__NOINDEX__' ),
'url_path' => array( '0', 'PAD', 'PATH' ),
);
$specialPageAliases = array(
'Activeusers' => array( 'AktieweGebruikers' ),
'Allmessages' => array( 'Stelselboodskappe', 'Alle_stelselboodskappe', 'Allestelselboodskappe', 'Boodskappe' ),
'AllMyUploads' => array( 'AlMyOplaaie', 'AlMyLêers' ),
'Allpages' => array( 'Alle_bladsye', 'Allebladsye' ),
'Ancientpages' => array( 'OuBladsye' ),
'Badtitle' => array( 'Slegtetitel' ),
'Blankpage' => array( 'SkoonBladsy' ),
'Block' => array( 'BlokIP' ),
'Booksources' => array( 'Boekbronne' ),
'BrokenRedirects' => array( 'Stukkende_aansture', 'Stukkendeaansture' ),
'Categories' => array( 'Kategorieë' ),
'ChangeEmail' => array( 'VeranderEpos' ),
'ChangePassword' => array( 'HerstelWagwoord' ),
'ComparePages' => array( 'VergelykBladsye' ),
'Confirmemail' => array( 'Bevestig_e-posadres', 'Bevestige-posadres', 'Bevestig_eposadres', 'Bevestigeposadres' ),
'Contributions' => array( 'Bydraes', 'Gebruikersbydraes' ),
'CreateAccount' => array( 'SkepRekening', 'MaakGebruiker' ),
'Deadendpages' => array( 'DoodloopBladsye' ),
'DeletedContributions' => array( 'GeskrapteBydraes' ),
'DoubleRedirects' => array( 'Dubbele_aansture', 'Dubbeleaansture' ),
'Emailuser' => array( 'Stuur_e-pos', 'Stuure-pos', 'Stuur_epos', 'Stuurepos' ),
'Export' => array( 'Eksporteer' ),
'Fewestrevisions' => array( 'MinsteWysigings' ),
'FileDuplicateSearch' => array( 'LerDuplikaatSoek' ),
'Filepath' => array( 'Lêerpad' ),
'Import' => array( 'Importeer' ),
'Invalidateemail' => array( 'OngeldigeEpos' ),
'JavaScriptTest' => array( 'JavaScriptToets' ),
'BlockList' => array( 'IPBlokLys' ),
'LinkSearch' => array( 'SkakelSoektog' ),
'Listadmins' => array( 'LysAdministrateurs' ),
'Listbots' => array( 'LysRobotte' ),
'Listfiles' => array( 'Beeldelys', 'Prentelys', 'Lêerslys' ),
'Listgrouprights' => array( 'LysGroepRegte' ),
'Listredirects' => array( 'LysAansture' ),
'Listusers' => array( 'Gebruikerslys', 'Lysgebruikers' ),
'Lockdb' => array( 'SluitDB' ),
'Log' => array( 'Logboek', 'Logboeke' ),
'Lonelypages' => array( 'EensaamBladsye' ),
'Longpages' => array( 'LangBladsye' ),
'MergeHistory' => array( 'VersmeltGeskiedenis' ),
'MIMEsearch' => array( 'MIME-soek', 'MIMEsoek', 'MIME_soek' ),
'Mostcategories' => array( 'MeesteKategorieë' ),
'Mostimages' => array( 'MeesteBeelde' ),
'Mostinterwikis' => array( 'MeesteInterwikis' ),
'Mostlinked' => array( 'MeesteGeskakel' ),
'Mostlinkedcategories' => array( 'MeesGeskakeldeKategorieë' ),
'Mostlinkedtemplates' => array( 'MeesGeskakeldeSjablone' ),
'Mostrevisions' => array( 'MeesteWysigings' ),
'Movepage' => array( 'Skuif_bladsy', 'Skuifbladsy' ),
'Mycontributions' => array( 'Mybydrae' ),
'MyLanguage' => array( 'MyTaal' ),
'Mypage' => array( 'MyBladsy' ),
'Mytalk' => array( 'Mybespreking', 'Mybesprekings' ),
'Myuploads' => array( 'MyOplaaie', 'MyLêers' ),
'Newimages' => array( 'Nuwe_beelde', 'Nuwebeelde', 'Nuwe_lêers', 'Nuwelêers' ),
'Newpages' => array( 'Nuwe_bladsye', 'Nuwebladsye' ),
'PasswordReset' => array( 'WagwoordHerstel' ),
'Preferences' => array( 'Voorkeure' ),
'Prefixindex' => array( 'VoorvoegselIndeks' ),
'Protectedpages' => array( 'BeskermdeBladsye' ),
'Protectedtitles' => array( 'BeskermdeTitels' ),
'Randompage' => array( 'Lukraak', 'Lukrakebladsy' ),
'Randomredirect' => array( 'Lukrake_aanstuur', 'Lukrakeaanstuur' ),
'Recentchanges' => array( 'Onlangse_wysigings', 'Onlangsewysigings' ),
'Recentchangeslinked' => array( 'OnlangseVeranderingsMetSkakels', 'VerwanteVeranderings' ),
'Redirect' => array( 'Aanstuur' ),
'Revisiondelete' => array( 'WeergaweSkrap' ),
'Search' => array( 'Soek' ),
'Shortpages' => array( 'KortBladsye' ),
'Specialpages' => array( 'Spesiale_bladsye', 'Spesialebladsye' ),
'Statistics' => array( 'Statistiek' ),
'Tags' => array( 'Etikette' ),
'Unblock' => array( 'Deblokkeer' ),
'Uncategorizedcategories' => array( 'OngekategoriseerdeKategorieë' ),
'Uncategorizedimages' => array( 'OngekategoriseerdeBeelde' ),
'Uncategorizedpages' => array( 'OngekategoriseerdeBladsye' ),
'Uncategorizedtemplates' => array( 'OngekategoriseerdeSjablone' ),
'Undelete' => array( 'Ontskrap' ),
'Unlockdb' => array( 'OntsluitDB' ),
'Unusedcategories' => array( 'OngebruikdeKategorieë' ),
'Unusedimages' => array( 'OngebruikdeBeelde' ),
'Unusedtemplates' => array( 'OngebruikteSjablone' ),
'Unwatchedpages' => array( 'NieDopgehoudeBladsye' ),
'Upload' => array( 'Laai', 'Oplaai' ),
'Userlogin' => array( 'Teken_in', 'Tekenin' ),
'Userlogout' => array( 'Teken_uit', 'Tekenuit' ),
'Userrights' => array( 'GebruikersRegte' ),
'Version' => array( 'Weergawe' ),
'Wantedcategories' => array( 'GesoekteKategorieë' ),
'Wantedfiles' => array( 'GesoekteLêers' ),
'Wantedpages' => array( 'GesoekteBladsye', 'GebreekteSkakels' ),
'Wantedtemplates' => array( 'GesoekteSjablone' ),
'Watchlist' => array( 'Dophoulys' ),
'Whatlinkshere' => array( 'Skakels_hierheen', 'Skakelshierheen' ),
'Withoutinterwiki' => array( 'Sonder_taalskakels', 'Sondertaalskakels' ),
);
# South Africa uses space for thousands and comma for decimal
# Reference: AWS Reël 7.4 p. 52, 2002 edition
# glibc is wrong in this respect in some versions
$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
$linkTrail = "/^([a-z]+)(.*)$/sD";
|