ec76561a59f88589cb97a10746a6757c6a60c73b
[lhc/web/wiklou.git] / languages / messages / MessagesTet.php
1 <?php
2 /** Tetum (Tetun)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author MF-Warburg
11 * @author Reedy
12 */
13
14 $namespaceNames = array(
15 NS_MEDIA => 'Media',
16 NS_SPECIAL => 'Espesiál',
17 NS_TALK => 'Diskusaun',
18 NS_USER => 'Uza-na\'in',
19 NS_USER_TALK => 'Diskusaun_Uza-na\'in',
20 NS_PROJECT_TALK => 'Diskusaun_$1',
21 NS_FILE => 'Imajen',
22 NS_FILE_TALK => 'Diskusaun_Imajen',
23 NS_MEDIAWIKI => 'MediaWiki',
24 NS_MEDIAWIKI_TALK => 'Diskusaun_MediaWiki',
25 NS_TEMPLATE => 'Template',
26 NS_TEMPLATE_TALK => 'Diskusaun_Template',
27 NS_HELP => 'Ajuda',
28 NS_HELP_TALK => 'Diskusaun_Ajuda',
29 NS_CATEGORY => 'Kategoria',
30 NS_CATEGORY_TALK => 'Diskusaun_Kategoria',
31 );
32
33 $namespaceAliases = array(
34 "Kategoría" => NS_CATEGORY,
35 "Diskusaun_Kategoría" => NS_CATEGORY_TALK,
36 );
37
38 $specialPageAliases = array(
39 'Allmessages' => array( 'Mensajen_hotu' ),
40 'Allpages' => array( 'Pájina_hotu' ),
41 'Block' => array( 'Blokeiu' ),
42 'Categories' => array( 'Kategoria' ),
43 'Contributions' => array( 'Kontribuisaun' ),
44 'CreateAccount' => array( 'Rejista' ),
45 'Emailuser' => array( 'Haruka_korreiu_eletróniku' ),
46 'Export' => array( 'Esporta' ),
47 'Import' => array( 'Importa' ),
48 'BlockList' => array( 'Lista_ema_sira-ne\'ebé_blokeiu_tiha' ),
49 'Listadmins' => array( 'Lista_administradór' ),
50 'Listfiles' => array( 'Lista_imajen' ),
51 'Listusers' => array( 'Lista_uza-na\'in' ),
52 'Longpages' => array( 'Pájina_naruk' ),
53 'Movepage' => array( 'Book' ),
54 'Mypage' => array( 'Ha\'u-nia_pájina' ),
55 'Newimages' => array( 'Imajen_foun' ),
56 'Preferences' => array( 'Preferénsia' ),
57 'Protectedpages' => array( 'Pájina_sira-ne\'ebé_proteje_tiha' ),
58 'Randompage' => array( 'Pájina_ruma' ),
59 'Recentchanges' => array( 'Mudansa_foufoun_sira' ),
60 'Search' => array( 'Buka' ),
61 'Shortpages' => array( 'Pájina_badak' ),
62 'Specialpages' => array( 'Pájina_espesiál_sira' ),
63 'Statistics' => array( 'Estatístika' ),
64 'Undelete' => array( 'Restaurar' ),
65 'Upload' => array( 'Tau_iha_arkivu_laran' ),
66 'Userrights' => array( 'Priviléjiu' ),
67 'Version' => array( 'Versaun' ),
68 'Watchlist' => array( 'Lista_hateke' ),
69 'Whatlinkshere' => array( 'Pájina_sira_ne\'ebé_bá_iha_ne\'e' ),
70 'Withoutinterwiki' => array( 'Laiha_interwiki' ),
71 );
72
73 $messages = array(
74 # User preference toggles
75 'tog-underline' => 'Subliña ligasaun sira:',
76 'tog-highlightbroken' => 'Formatu ligasaun sira-ne\'ebé bá pájina maka wiki la iha: <a href="" class="new">ne\'e</a> ka <a href="" class="internal">ne\'e</a>.',
77 'tog-justify' => 'Justifika parágrafu sira',
78 'tog-hideminor' => "Lá'os hatudu muda ki-ki'ik iha mudansa foufoun sira",
79 'tog-usenewrc' => 'Uza lista "Mudansa foufoun sira" di\'ak liu (JavaScript)',
80 'tog-showtoolbar' => 'Hatudu kaixa edita (presiza JavaScript)',
81 'tog-watchcreations' => "Hateke pájina sira-ne'ebé ha'u kria",
82 'tog-watchdefault' => "Hateke pájina sira-ne'ebé ha'u edita",
83 'tog-watchmoves' => "Hateke pájina sira-ne'ebé ha'u book",
84 'tog-watchdeletion' => "Hateke pájina sira-ne'ebé ha'u halakon",
85 'tog-watchlisthideown' => "La hatudu ha'u-nia edita iha lista hateke",
86 'tog-watchlisthidebots' => 'Hamsumik bot iha lista hateke',
87 'tog-watchlisthideminor' => "Hamsumik muda ki-ki'ik iha lista hateke",
88 'tog-watchlisthideliu' => 'La hatudu edita ema rejista nian iha lista hateke',
89 'tog-watchlisthideanons' => 'La hatudu edita ema anónimu nian iha lista hateke',
90 'tog-showhiddencats' => "Hatudu kategoria sira-ne'ebé subar",
91
92 'underline-always' => 'Sempre',
93 'underline-never' => 'Nunka',
94
95 # Dates
96 'sunday' => 'Loron-domingu',
97 'monday' => 'Loron-segunda',
98 'tuesday' => 'Loron-tersa',
99 'wednesday' => 'Loron-kuarta',
100 'thursday' => 'Loron-kinta',
101 'friday' => 'Loron-sesta',
102 'saturday' => 'Loron-sábadu',
103 'sun' => 'Dom',
104 'mon' => 'Seg',
105 'tue' => 'Ter',
106 'wed' => 'Kua',
107 'thu' => 'Kin',
108 'fri' => 'Ses',
109 'sat' => 'Sáb',
110 'january' => 'Janeiru',
111 'february' => 'Fevereiru',
112 'march' => 'Marsu',
113 'april' => 'Abríl',
114 'may_long' => 'Maiu',
115 'june' => 'Juñu',
116 'july' => 'Jullu',
117 'august' => 'Agostu',
118 'september' => 'Setembru',
119 'october' => 'Outubru',
120 'november' => 'Novembru',
121 'december' => 'Dezembru',
122 'january-gen' => 'Janeiru nian',
123 'february-gen' => 'Fevereiru nian',
124 'march-gen' => 'Marsu nian',
125 'april-gen' => 'Abríl nian',
126 'may-gen' => 'Maiu nian',
127 'june-gen' => 'Juñu nian',
128 'july-gen' => 'Jullu nian',
129 'august-gen' => 'Agostu nian',
130 'september-gen' => 'Setembru nian',
131 'october-gen' => 'Outubru nian',
132 'november-gen' => 'Novembru nian',
133 'december-gen' => 'Dezembru nian',
134 'jan' => 'Jan.',
135 'feb' => 'Fev.',
136 'mar' => 'Mar.',
137 'apr' => 'Abr.',
138 'may' => 'Maiu',
139 'jun' => 'Jun.',
140 'jul' => 'Jul.',
141 'aug' => 'Ago.',
142 'sep' => 'Set.',
143 'oct' => 'Out.',
144 'nov' => 'Nov.',
145 'dec' => 'Dez.',
146
147 # Categories related messages
148 'pagecategories' => '{{PLURAL:$1|Kategoria|Kategoria}}',
149 'category_header' => 'Artigu iha kategoría "$1"',
150 'subcategories' => 'Sub-kategoria sira',
151 'category-empty' => "''Kategoria ne'e agora la iha pájina sira.''",
152 'listingcontinuesabbrev' => 'kont.',
153
154 'about' => 'Kona-ba',
155 'article' => 'Pájina',
156 'cancel' => 'Para',
157 'moredotdotdot' => 'Barak liu...',
158 'mypage' => "Ha'u-nia pájina",
159 'mytalk' => "Ha'u-nia diskusaun",
160 'anontalk' => "Diskusaun ba IP ne'e",
161 'navigation' => 'Hatudu-dalan',
162 'and' => '&#32;ho',
163
164 # Cologne Blue skin
165 'qbfind' => 'Hetan',
166 'qbedit' => 'Edita',
167 'qbpageoptions' => "Pájina ne'e",
168 'qbmyoptions' => "Ha'u-nia pájina sira",
169 'qbspecialpages' => 'Pájina espesiál sira',
170 'faq' => 'FAQ',
171 'faqpage' => 'Project:FAQ',
172
173 # Vector skin
174 'vector-view-create' => 'Kria',
175 'vector-view-edit' => 'Edita',
176 'vector-view-history' => 'Haree istória',
177
178 'errorpagetitle' => 'Sala',
179 'returnto' => 'Fali ba $1.',
180 'tagline' => 'Husi {{SITENAME}}',
181 'help' => 'Ajuda',
182 'search' => 'Buka',
183 'searchbutton' => 'Buka',
184 'go' => 'Bá',
185 'searcharticle' => 'Pájina',
186 'history' => 'Istória pájina',
187 'history_short' => 'Istória',
188 'printableversion' => 'Versaun ba impresaun',
189 'permalink' => 'Ligasaun mahelak',
190 'print' => 'Imprime',
191 'edit' => 'Edita',
192 'create' => 'Kria',
193 'editthispage' => "Edita pájina ne'e",
194 'create-this-page' => "Kria pájina ne'e",
195 'delete' => 'Halakon',
196 'deletethispage' => "Halakon pájina ne'e",
197 'undelete_short' => 'Restaurar {{PLURAL:$1|versaun ida|versaun $1}}',
198 'protect' => 'Proteje',
199 'protect_change' => 'muda',
200 'protectthispage' => "Proteje pájina ne'e",
201 'unprotect' => 'Muda protesaun',
202 'unprotectthispage' => "Muda protesaun pájina ne'e nian",
203 'newpage' => 'Pájina foun',
204 'talkpage' => "Diskusaun kona-ba pájina ne'e",
205 'talkpagelinktext' => 'Diskusaun',
206 'specialpage' => 'Pájina espesiál',
207 'postcomment' => 'Seksaun foun',
208 'talk' => 'Diskusaun',
209 'toolbox' => 'Kaixa besi nian',
210 'userpage' => "Haree pájina uza-na'in",
211 'projectpage' => 'Haree pájina projetu nian',
212 'imagepage' => 'Haree pájina imajen nian',
213 'mediawikipage' => 'Haree pájina mensajen nian',
214 'viewhelppage' => 'Haree pájina ajuda',
215 'categorypage' => 'Haree pájina kategoría nian',
216 'viewtalkpage' => 'Haree diskusaun',
217 'otherlanguages' => 'Iha lian seluk',
218 'lastmodifiedat' => "Mudansa ba dala ikus pájina ne'e nian iha $1, $2.",
219 'protectedpage' => 'Pájina maka ema ruma proteje tiha',
220 'jumpto' => 'Bá:',
221 'jumptonavigation' => 'hatudu-dalan',
222 'jumptosearch' => 'buka',
223
224 # 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).
225 'aboutsite' => 'Kona-ba {{SITENAME}}',
226 'aboutpage' => 'Project:Kona-ba',
227 'copyright' => 'Testu pájina nian iha $1 okos.',
228 'copyrightpage' => '{{ns:project}}:Direitu_autór_nian',
229 'currentevents' => 'Mamosuk atuál sira',
230 'currentevents-url' => 'Project:Mamosuk atuál sira',
231 'disclaimers' => 'Avisu legál',
232 'disclaimerpage' => 'Project:Avisu legál',
233 'edithelp' => 'Ajuda kona-ba edita',
234 'edithelppage' => 'Help:Edita',
235 'helppage' => 'Help:Konteúdu',
236 'mainpage' => 'Pájina Mahuluk',
237 'mainpage-description' => 'Pájina Mahuluk',
238 'portal' => 'Portál komunidade nian',
239 'portal-url' => 'Project:Portál komunidade nian',
240 'privacy' => 'Polítika privasidade nian',
241 'privacypage' => 'Project:Polítika privasidade nian',
242
243 'badaccess' => 'Ita la iha permisaun...',
244 'badaccess-group0' => "Ó la bele halo ne'e.",
245 'badaccess-groups' => "De'it uza-na'in sira-ne'ebé iha {{PLURAL:$2|grupu|grupu ida husi}} $1 bele halo ne'e.",
246
247 'versionrequired' => 'Presiza MediaWiki versaun $1',
248 'versionrequiredtext' => "Presiza MediaWiki versaun $1 ba uza pájina ne'e. Haree [[Special:Version|pájina versaun]].",
249
250 'ok' => 'OK',
251 'retrievedfrom' => 'Husi "$1"',
252 'youhavenewmessages' => 'Ó iha $1 ($2).',
253 'newmessageslink' => 'mensajen foun',
254 'newmessagesdifflink' => 'diferensa foun liu hotu',
255 'youhavenewmessagesmulti' => 'Ó iha mensajen foun sira iha $1',
256 'editsection' => 'edita',
257 'editold' => 'edita',
258 'viewsourceold' => 'lee testu',
259 'editlink' => 'edita',
260 'viewsourcelink' => 'lee testu',
261 'editsectionhint' => 'Edita parte $1 pájina nian',
262 'toc' => 'Tabela konteúdu',
263 'showtoc' => 'hatudu',
264 'hidetoc' => 'subar',
265 'thisisdeleted' => 'Haree ka restaurar $1?',
266 'viewdeleted' => 'Haree $1?',
267 'site-rss-feed' => 'Feed RSS $1',
268 'site-atom-feed' => 'Feed Atom $1',
269 'red-link-title' => '$1 (pájina la iha)',
270
271 # Short words for each namespace, by default used in the namespace tab in monobook
272 'nstab-main' => 'Pájina',
273 'nstab-user' => "Pájina uza-na'in",
274 'nstab-special' => 'Pájina espesiál',
275 'nstab-project' => 'Pájina projetu nian',
276 'nstab-image' => 'Fail',
277 'nstab-mediawiki' => 'Mensajen',
278 'nstab-help' => 'Pájina ajuda',
279 'nstab-category' => 'Kategoria',
280
281 # Main script and global functions
282 'nosuchspecialpage' => "Pájina espesiál ne'e la iha",
283 'nospecialpagetext' => "<strong>Pájina espesiál ne'e la iha.</strong>
284
285 Lista ida pájina espesiál nian [[Special:SpecialPages|iha ne'e]].",
286
287 # General errors
288 'error' => 'Sala',
289 'missingarticle-rev' => '(version#: $1)',
290 'missingarticle-diff' => '(Dif.: $1, $2)',
291 'viewsource' => 'Lee testu',
292 'viewsourcetext' => 'Ó bele lee no kopia testu pájina nian:',
293 'namespaceprotected' => "Ó la iha priviléjiu ba edita pájina sira iha espasu '''$1'''.",
294 'ns-specialprotected' => 'La ema ida bele edita pájina espesiál sira.',
295
296 # Login and logout pages
297 'welcomecreation' => "== Loron di'ak, $1! ==
298 Agora Ita iha konta iha ne'e.
299 La haluha muda Ita-nia [[Special:Preferences|preferénsia]].",
300 'yourname' => "Naran uza-na'in:",
301 'login' => 'Log in',
302 'nav-login-createaccount' => 'Log in / kriar konta ida',
303 'userlogin' => 'Log in / kriar konta ida',
304 'logout' => 'Husik',
305 'userlogout' => 'Husik',
306 'nologin' => "La iha konta ida? '''$1'''.",
307 'nologinlink' => 'Registrar',
308 'createaccount' => "Registrar uza-na'in",
309 'gotaccount' => "Ó iha konta ona? '''$1'''.",
310 'gotaccountlink' => 'Log in',
311 'userexists' => "Naran uza-na'in ne'e ona iha wiki.
312 Favór ida lori naran seluk.",
313 'nosuchuser' => 'Konta uza-na\'in (naran "$1") la iha.
314 User names are case sensitive.
315 Check your spelling, ka [[Special:UserLogin/signup|kria konta foun]].',
316 'nouserspecified' => "Ó tenke espesífiku naran uza-na'in ida.",
317 'accountcreated' => "Registrar tiha uza-na'in",
318 'loginlanguagelabel' => 'Lian: $1',
319
320 # Change password dialog
321 'resetpass_text' => "<!-- Hakerek testu iha ne'e -->",
322
323 # Special:PasswordReset
324 'passwordreset-username' => "Naran uza-na'in:",
325 'passwordreset-email' => 'Diresaun korreiu eletróniku:',
326
327 # Edit page toolbar
328 'link_tip' => 'Ligasaun ba laran',
329 'extlink_sample' => "http://www.example.com ligasaun ba li'ur",
330 'extlink_tip' => "Ligasaun ba li'ur (tau tan http://)",
331 'image_sample' => 'Ezemplu.jpg',
332 'media_sample' => 'Ezemplu.ogg',
333 'sig_tip' => 'Ita-nia asinatura ho data/oras',
334
335 # Edit pages
336 'summary' => 'Rezumu:',
337 'minoredit' => "Ne'e muda ki'ik",
338 'watchthis' => "Hateke pájina ne'e",
339 'savearticle' => 'Muda pájina',
340 'showdiff' => 'Hatudu diferensa sira',
341 'anoneditwarning' => 'Ó lá\'os "log-in" iha momentu.',
342 'blockedtitle' => "Uza-na'in la bele edita (blokeiu)",
343 'blockednoreason' => 'laiha motivu',
344 'whitelistedittext' => 'Ó tenke $1 ba edita pájina sira.',
345 'loginreqpagetext' => 'Ó tenke $1 ba haree pájina seluk.',
346 'newarticle' => '(Foun)',
347 'noarticletext' => "Iha momentu lá'os testu iha pájina ne'e, bele [[Special:Search/{{PAGENAME}}|buka naran pájina nian]] iha pájina seluk, <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs], ka [{{fullurl:{{FULLPAGENAME}}|action=edit}} edita pájina ne'e]</span>.",
348 'previewnote' => "'''Ne'e de'it pájina ba kontrola; Ita-nia mudansa la armazenadu seidauk!'''",
349 'editing' => 'Edita $1',
350 'editingsection' => 'Edita $1 (seksaun)',
351 'editingcomment' => 'Edita $1 (seksaun foun)',
352 'yourtext' => 'Ó-nia testu',
353 'yourdiff' => 'Diferensa sira',
354 'template-protected' => '(proteje tiha)',
355 'template-semiprotected' => '(proteje tiha balun)',
356 'hiddencategories' => "Pájina ne'e iha {{PLURAL:$1|kategoria ida-ne'ebé subar|kategoria $1 sira-ne'ebé subar}}:",
357 'nocreatetext' => "Ó la bele kria pájina foun iha {{SITENAME}}.
358 Ó bele edita pájina sira-ne'ebé {{SITENAME}} iha ona ka [[Special:UserLogin|log in ka kria konta uza-na'in]].",
359 'nocreate-loggedin' => 'Ó la bele kria pájina foun.',
360 'permissionserrorstext' => "Ó la bele halo ne'e; {{PLURAL:$1|motivu|motivu sira}}:",
361 'permissionserrorstext-withaction' => 'Ita la bele $2. {{PLURAL:$1|Razaun|Razaun sira}}:',
362
363 # Account creation failure
364 'cantcreateaccounttitle' => "La bele registrar uza-na'in",
365
366 # History pages
367 'currentrev' => 'Versaun atuál',
368 'revisionasof' => 'Versaun $1 nian',
369 'previousrevision' => '←Versaun tuan liu',
370 'nextrevision' => 'Versaun foun liu→',
371 'currentrevisionlink' => 'Versaun atuál',
372 'cur' => 'atuál',
373 'next' => 'oinmai',
374 'last' => 'ikus',
375 'page_first' => 'uluk',
376 'page_last' => 'ikus',
377 'histfirst' => 'sedu liu hotu',
378 'histlast' => 'Foun liu hotu',
379 'historyempty' => '(mamuk)',
380
381 # Revision feed
382 'history-feed-item-nocomment' => '$1 iha $2',
383
384 # Revision deletion
385 'rev-delundel' => 'hatudu/subar',
386 'revisiondelete' => 'Halakon/restaurar versaun',
387 'revdelete-show-file-submit' => 'Sin',
388 'revdelete-hide-user' => "Subar naran edita-na'in/IP",
389 'revdelete-radio-set' => 'Sin',
390 'revdelete-radio-unset' => 'Lae',
391 'revdelete-edit-reasonlist' => 'Edita lista motivu nian',
392
393 # Diffs
394 'lineno' => 'Liña $1:',
395
396 # Search results
397 'searchsubtitleinvalid' => "Ita buka tiha ona '''$1'''",
398 'prevn' => 'molok {{PLURAL:$1|$1}}',
399 'nextn' => 'oinmai {{PLURAL:$1|$1}}',
400 'viewprevnext' => 'Haree ($1 {{int:pipe-separator}} $2) ($3)',
401 'search-result-size' => '$1 ({{PLURAL:$2|liafuan ida|liafuan $2}})',
402 'search-section' => '(seksaun $1)',
403 'search-interwiki-caption' => 'Projetu seluseluk sira',
404 'search-mwsuggest-enabled' => 'fó sujestaun',
405 'search-mwsuggest-disabled' => 'la hatudu sujestaun',
406 'searchall' => 'hotu',
407 'powersearch' => 'Buka',
408 'powersearch-field' => 'Buka',
409 'powersearch-toggleall' => 'Hotu',
410
411 # Preferences page
412 'preferences' => 'Preferénsia',
413 'mypreferences' => "Ha'u-nia preferénsia",
414 'prefs-rc' => 'Mudansa foufoun sira',
415 'prefs-watchlist' => 'Lista hateke',
416 'prefs-editing' => 'Edita',
417 'searchresultshead' => 'Buka',
418 'timezoneregion-africa' => 'Áfrika',
419 'timezoneregion-america' => 'Amérika',
420 'timezoneregion-antarctica' => 'Antártika',
421 'timezoneregion-asia' => 'Ázia',
422 'timezoneregion-australia' => 'Austrália',
423 'timezoneregion-europe' => 'Europa',
424 'youremail' => 'Korreiu eletróniku:',
425 'username' => "Naran uza-na'in:",
426 'uid' => "Uza-na'in ID:",
427 'yourlanguage' => 'Lian:',
428 'gender-male' => 'Mane',
429 'gender-female' => 'Feto',
430 'email' => 'Korreiu eletróniku',
431 'prefs-help-email-required' => 'Haruka diresaun korreiu eletróniku.',
432
433 # User rights
434 'userrights' => "Muda priviléjiu uza-na'in sira",
435 'userrights-lookup-user' => "Muda grupu uza-na'in",
436 'userrights-user-editname' => "Fó naran uza-na'in ida:",
437 'editusergroup' => "Muda grupu uza-na'in",
438 'userrights-editusergroup' => "Muda grupu uza-na'in",
439 'userrights-groupsmember' => 'Membru iha:',
440 'userrights-reason' => 'Motivu:',
441 'userrights-no-interwiki' => "Ó la bele muda priviléjiu uza-na'in iha wiki seluk.",
442
443 # Groups
444 'group' => 'Grupu:',
445 'group-user' => "Uza-na'in sira",
446 'group-bot' => 'Bot sira',
447 'group-sysop' => 'Administradór sira',
448 'group-bureaucrat' => 'Burokrata sira',
449 'group-suppress' => "Oversight-na'in sira",
450 'group-all' => '(hotu)',
451
452 'group-user-member' => "{{GENDER:$1|Uza-na'in}}",
453 'group-bot-member' => 'Bot',
454 'group-sysop-member' => '{{GENDER:$1|Administradór|Administradóra}}',
455 'group-bureaucrat-member' => '{{GENDER:$1|Burokrata}}',
456 'group-suppress-member' => "{{GENDER:$1|Oversight-na'in}}",
457
458 'grouppage-user' => "{{ns:project}}:Uza-na'in sira",
459 'grouppage-bot' => '{{ns:project}}:Bot sira',
460 'grouppage-sysop' => '{{ns:project}}:Administradór sira',
461 'grouppage-bureaucrat' => '{{ns:project}}:Burokrata sira',
462 'grouppage-suppress' => '{{ns:project}}:Oversight',
463
464 # Rights
465 'right-read' => 'Lee pájina',
466 'right-edit' => 'Edita pájina sira',
467 'right-createpage' => "Kria pájina (sira-ne'ebé pájina diskusaun lá'os)",
468 'right-createtalk' => 'Kria pájina diskusaun sira',
469 'right-createaccount' => "Kria konta uza-na'in foun sira",
470 'right-move' => 'Book pájina sira',
471 'right-delete' => 'Halakon pájina sira',
472 'right-bigdelete' => "Halakon pájina sira-ne'ebé iha istória boot",
473 'right-undelete' => 'Restaurar pájina ida',
474 'right-userrights' => "Edita priviléjiu uza-na'in hotu",
475 'right-userrights-interwiki' => "Edita priviléjiu uza-na'in iha wiki seluk sira",
476
477 # User rights log
478 'rightslog' => "Lista mudansa priviléjiu uza-na'in",
479 'rightslogtext' => "Ne'e lista mudansa priviléjiu uza-na'in sira nian.",
480 'rightslogentry' => 'muda grupu $1 nian husi $2 ba $3',
481 'rightsnone' => '(mamuk)',
482
483 # Associated actions - in the sentence "You do not have permission to X"
484 'action-read' => "lee pájina ne'e",
485 'action-edit' => "edita pájina ne'e",
486 'action-createpage' => 'kria pájina sira',
487 'action-createtalk' => 'kria pájina diskusaun sira',
488 'action-move' => "book pájina ne'e",
489 'action-move-subpages' => "book pájina ne'e ho sub-pájina",
490 'action-delete' => "halakon pájina ne'e",
491 'action-undelete' => "restaurar pájina ne'e",
492 'action-userrights' => "edita priviléjiu uza-na'in hotu",
493 'action-userrights-interwiki' => "edita priviléjiu uza-na'in iha wiki seluk sira",
494
495 # Recent changes
496 'nchanges' => '$1 {{PLURAL:$1|diferensa|diferensa}}',
497 'recentchanges' => 'Mudansa foufoun sira',
498 'rcshowhideminor' => "$1 muda ki-ki'ik",
499 'rcshowhidebots' => '$1 bot sira',
500 'rcshowhideliu' => '$1 ema rejista',
501 'rcshowhideanons' => '$1 ema anónimu',
502 'rcshowhidemine' => "$1 ha'u-nia edita",
503 'diff' => 'diferensa',
504 'hist' => 'istória',
505 'hide' => 'Hamsumik',
506 'show' => 'Hatudu',
507 'minoreditletter' => 'k',
508 'newpageletter' => 'F',
509 'boteditletter' => 'b',
510 'rc-enhanced-expand' => 'Hatudu detalle (presiza JavaScript)',
511
512 # Recent changes linked
513 'recentchangeslinked' => 'Muda sira',
514 'recentchangeslinked-feed' => 'Muda sira',
515 'recentchangeslinked-toolbox' => 'Muda sira',
516 'recentchangeslinked-title' => 'Mudansa iha pájina sira-ne\'ebé iha ligasaun husi "$1"',
517 'recentchangeslinked-page' => 'Naran pájina nian:',
518
519 # Upload
520 'upload' => 'Tau iha arkivu laran',
521 'uploadbtn' => 'Tau iha arkivu laran',
522 'fileuploadsummary' => 'Rezumu:',
523 'watchthisupload' => "Hateke pájina ne'e",
524
525 'license' => 'Lisensa:',
526 'license-header' => 'Lisensa:',
527
528 # Special:ListFiles
529 'imgfile' => 'fail',
530 'listfiles_date' => 'Tempu',
531 'listfiles_name' => 'Naran',
532 'listfiles_user' => "Uza-na'in",
533
534 # File description page
535 'file-anchor-link' => 'Fail',
536 'filehist-deleteall' => 'halakon hotu',
537 'filehist-deleteone' => 'halakon',
538 'filehist-current' => 'atuál',
539 'filehist-datetime' => 'Loron/Tempu',
540 'filehist-user' => "Uza-na'in",
541 'filehist-comment' => 'Komentáriu',
542 'imagelinks' => "Pájina iha ne'ebá fixeiru ne'e",
543
544 # File reversion
545 'filerevert-comment' => 'Razaun:',
546
547 # File deletion
548 'filedelete' => 'Halakon $1',
549 'filedelete-comment' => 'Motivu:',
550 'filedelete-submit' => 'Halakon',
551 'filedelete-otherreason' => 'Motivu seluk/ida tan:',
552 'filedelete-reason-otherlist' => 'Motivu seluk',
553 'filedelete-edit-reasonlist' => 'Edita lista motivu nian',
554
555 # Random page
556 'randompage' => 'Pájina ruma',
557
558 # Statistics
559 'statistics' => 'Estatístika',
560
561 'brokenredirects-edit' => 'edita',
562 'brokenredirects-delete' => 'halakon',
563
564 'withoutinterwiki' => "Pájina sira-ne'ebé la iha ligasaun ba lian seluk",
565
566 # Miscellaneous special pages
567 'nbytes' => '$1 {{PLURAL:$1|byte|byte sira}}',
568 'nlinks' => '{{PLURAL:$1|Ligasaun|Ligasaun}} $1',
569 'nmembers' => '$1 {{PLURAL:$1|membru|membru}}',
570 'nrevisions' => '$1 {{PLURAL:$1|versaun|versaun}}',
571 'unusedcategories' => "Kategoria sira-ne'ebé la uza",
572 'prefixindex' => 'Pájina hotu ho prefiksu',
573 'shortpages' => 'Pájina badak',
574 'longpages' => 'Pájina naruk',
575 'listusers' => "Lista uza-na'in",
576 'newpages' => 'Pájina foun',
577 'newpages-username' => "Naran uza-na'in:",
578 'ancientpages' => 'Pájina tuan liu hotu sira',
579 'move' => 'Book',
580 'movethispage' => "Book pájina ne'e",
581
582 # Book sources
583 'booksources-go' => 'Bá',
584
585 # Special:Log
586 'specialloguserlabel' => "Uza-na'in ne'ebé halo:",
587 'speciallogtitlelabel' => "Objetivu (títulu ka uza-na'in):",
588
589 # Special:AllPages
590 'allpages' => 'Pájina hotu',
591 'alphaindexline' => "$1 to'o $2",
592 'nextpage' => 'Pájina oinmai ($1)',
593 'prevpage' => 'Pájina molok ($1)',
594 'allpagesfrom' => 'Hatudu pájina sira; hahú iha:',
595 'allpagesto' => 'Hatudu pájina sira; para iha:',
596 'allarticles' => 'Pájina hotu',
597 'allinnamespace' => 'Pájina hotu (iha espasu $1)',
598 'allnotinnamespace' => 'Pájina hotu (la iha espasu $1)',
599 'allpagesprev' => 'Molok',
600 'allpagesnext' => 'Oinmai',
601 'allpagessubmit' => 'Bá',
602 'allpagesprefix' => 'Hatudu pájina sira ho prefiksu:',
603
604 # Special:Categories
605 'categories' => 'Kategoria sira',
606 'special-categories-sort-abc' => 'tau tuir alfabetu',
607
608 # Special:LinkSearch
609 'linksearch-ns' => 'Espasu pájina nian:',
610 'linksearch-ok' => 'Buka',
611
612 # Special:ListUsers
613 'listusers-submit' => 'Hatudu',
614
615 # Special:ActiveUsers
616 'activeusers-hidebots' => 'Subar bot sira',
617 'activeusers-hidesysops' => 'Subar administradór sira',
618
619 # Special:Log/newusers
620 'newuserlogpage' => "Lista kria uza-na'in",
621 'newuserlogpagetext' => "Ne'e lista kria uza-na'in.",
622
623 # Special:ListGroupRights
624 'listgrouprights-group' => 'Grupu',
625 'listgrouprights-rights' => 'Priviléjiu',
626 'listgrouprights-members' => '(lista membru nian)',
627
628 # E-mail user
629 'emailuser' => "Haruka korreiu eletróniku ba uza-na'in ne'e",
630 'defemailsubject' => '{{SITENAME}} - korreiu eletróniku husi uza-na\'in "$1"',
631 'noemailtitle' => "Lá'os diresaun korreiu eletróniku",
632 'emailusername' => "Naran uza-na'in:",
633 'emailsend' => 'Haruka',
634
635 # Watchlist
636 'watchlist' => "Ha'u-nia lista hateke",
637 'mywatchlist' => "Ha'u-nia lista hateke",
638 'removedwatchtext' => 'La hateke pájina "[[:$1]]" ona (haree [[Special:Watchlist|"lista hateke"]]).',
639 'watch' => 'Hateke',
640 'watchthispage' => "Hateke pájina ne'e",
641 'unwatch' => 'La hateke ona',
642 'watchlist-details' => '{{PLURAL:$1|Pájina ida (1)|Pájina $1}} iha Ita-nia "lista hateke" (la ho pájina diskusaun).',
643 'wlshowlast' => 'Hatudu $1 hora $2 loron ikus $3',
644
645 # Displayed when you click the "watch" button and it is in the process of watching
646 'watching' => 'Hateke...',
647 'unwatching' => 'La hateke...',
648
649 'enotif_newpagetext' => "Ne'e pájina foun.",
650 'enotif_impersonal_salutation' => "Uza-na'in {{SITENAME}} nian",
651 'changed' => 'muda ona',
652 'created' => 'kria ona',
653 'enotif_subject' => '$PAGEEDITOR $CHANGEDORCREATED pájina $PAGETITLE iha {{SITENAME}}',
654
655 # Delete
656 'deletepage' => 'Halakon pájina',
657 'excontent' => "testu iha pájina: '$1'",
658 'excontentauthor' => "testu iha pájina: '$1' (no ema ida de'it ne'ebé kontribui '[[Special:Contributions/$2|$2]]')",
659 'exblank' => 'pájina mamuk',
660 'delete-legend' => 'Halakon',
661 'actioncomplete' => 'operasaun remata',
662 'deletedtext' => 'Ita foin halakon pájina "$1". Haree $2 ba "operasaun halakon" seluk.',
663 'dellogpage' => 'Lista halakon',
664 'deletionlog' => 'lista halakon',
665 'deletecomment' => 'Motivu:',
666 'deleteotherreason' => 'Motivu seluk/ida tan:',
667 'deletereasonotherlist' => 'Motivu seluk',
668 'delete-edit-reasonlist' => 'Edita lista motivu nian',
669
670 # Protect
671 'protectedarticle' => 'proteje "[[$1]]"',
672 'prot_1movedto2' => 'book tiha [[$1]] ba [[$2]]',
673 'protectcomment' => 'Motivu:',
674 'protectexpiry' => "to'o:",
675 'protect-fallback' => 'Presiza priviléjiu "$1"',
676 'protect-level-autoconfirmed' => "Blokeiu ema anónimu ho uza-na'in foun",
677 'protect-level-sysop' => "de'it administradór",
678 'protect-expiring' => "to'o $1 (UTC)",
679 'protect-cantedit' => "Ó la bele filak proteje pájina ne'e nian, tan ba ó la bele edita pájina ne'e.",
680 'protect-othertime' => 'Tempu seluk:',
681 'protect-othertime-op' => 'tempu seluk',
682 'protect-otherreason' => 'Motivu seluk/ida tan:',
683 'protect-otherreason-op' => 'Motivu seluk',
684 'protect-edit-reasonlist' => 'Edita lista motivu nian',
685 'protect-expiry-options' => '1 oras:1 hour,1 loron:1 day,1 semana:1 week,2 semana:2 weeks,1 fulan:1 month,3 fulan:3 months,6 fulan:6 months,1 tinan:1 year,infinite:infinite',
686 'restriction-type' => 'Permisaun:',
687
688 # Restrictions (nouns)
689 'restriction-edit' => 'Edita',
690 'restriction-move' => 'Book',
691 'restriction-create' => 'Kria',
692
693 # Undelete
694 'undelete' => 'Haree pájina halakon tiha',
695 'undeletebtn' => 'Restaurar',
696 'undeletelink' => 'lee/restaurar',
697 'undeleteviewlink' => 'haree',
698 'undeletecomment' => 'Razaun:',
699 'undeletedrevisions' => 'restaurar {{PLURAL:$1|versaun|versaun}} $1',
700 'undelete-search-submit' => 'Buka',
701 'undelete-show-file-submit' => 'Sin',
702
703 # Namespace form on various pages
704 'namespace' => 'Espasu pájina nian:',
705 'blanknamespace' => '(Prinsipál)',
706
707 # Contributions
708 'contributions' => "Kontribuisaun uza-na'in",
709 'contributions-title' => 'Kontribuisaun "$1" nian',
710 'mycontris' => "Ha'u-nia kontribuisaun",
711 'contribsub2' => 'Ba $1 ($2)',
712 'uctop' => '(versaun atuál)',
713 'month' => 'Fulan (ho molok):',
714 'year' => 'Tinan (ho molok):',
715
716 'sp-contributions-newbies' => "Hatudu de'it kontribuisaun uza-na'in foun sira-nia",
717 'sp-contributions-talk' => 'diskusaun',
718 'sp-contributions-search' => 'Buka kontribuisaun',
719 'sp-contributions-username' => "Diresaun IP ka naran uza-na'in:",
720 'sp-contributions-submit' => 'Buka',
721
722 # What links here
723 'whatlinkshere' => "Artigu sira ne'ebé bá iha ne'e",
724 'whatlinkshere-title' => 'Pájina sira ne\'ebé bá "$1".',
725 'whatlinkshere-page' => 'Pájina:',
726 'linkshere' => "Pájina sira ne'e link ba '''[[:$1]]''':",
727 'isimage' => 'ligasaun ba fixeiru',
728 'whatlinkshere-prev' => '{{PLURAL:$1|oinmai|oinmai $1}}',
729 'whatlinkshere-next' => '{{PLURAL:$1|molok|molok $1}}',
730 'whatlinkshere-links' => '← ligasaun',
731 'whatlinkshere-hidelinks' => '$1 ligasaun',
732
733 # Block/unblock
734 'blockip' => "Blokeiu uza-na'in",
735 'blockip-legend' => "Blokeiu uza-na'in",
736 'ipbreason' => 'Motivu:',
737 'ipbreasonotherlist' => 'Motivu seluk',
738 'ipbsubmit' => "Blokeiu uza-na'in ne'e",
739 'ipbother' => 'Tempu seluk:',
740 'ipboptions' => '2 hours:2 hours,1 loron:1 day,3 Loron:3 days,1 semana:1 week,2 semana:2 weeks,1 fulan:1 month,3 fulan:3 months,6 fulan:6 months,1 tinan:1 year,infinite:infinite',
741 'ipbotheroption' => 'seluk',
742 'ipblocklist' => "Uza-na'in sira-ne'ebé la bele edita",
743 'blocklist-reason' => 'Razaun',
744 'ipblocklist-submit' => 'Buka',
745 'anononlyblock' => "ema anónimu de'it",
746 'blocklink' => 'blokeiu',
747 'unblocklink' => 'la blokeiu',
748 'contribslink' => 'kontribuisaun',
749 'block-log-flags-nocreate' => 'la bele kria konta foun',
750 'block-log-flags-noemail' => 'korreiu eletróniku blokeiu',
751 'ipb_already_blocked' => 'Ema ruma blokeiu "$1" tiha ona',
752
753 # Move page
754 'move-page' => 'Book $1',
755 'move-page-legend' => 'Book pájina',
756 'movearticle' => 'Book pájina:',
757 'movenotallowed' => 'Ó la bele book pájina sira.',
758 'newtitle' => 'Naran foun:',
759 'move-watch' => "Hateke pájina ne'e",
760 'movepagebtn' => 'Book pájina',
761 'movedto' => 'book tiha ba',
762 'movetalk' => 'Book pájina diskusaun mós',
763 'movelogpage' => 'Lista book',
764 'movereason' => 'Motivu:',
765 'delete_and_move' => 'Halakon ho book',
766 'delete_and_move_confirm' => 'Sin, halakon pájina',
767
768 # Export
769 'export' => 'Esporta pájina sira',
770 'export-submit' => 'Esporta',
771 'export-addcat' => 'Tau tan',
772 'export-addns' => 'Tau tan',
773
774 # Namespace 8 related
775 'allmessagesname' => 'Naran',
776 'allmessagescurrent' => 'Testu atuál',
777 'allmessages-filter-all' => 'Hotu',
778 'allmessages-language' => 'Lian:',
779
780 # Special:Import
781 'import-interwiki-submit' => 'Importa',
782 'import-comment' => 'Komentáriu:',
783 'import-revision-count' => '{{PLURAL:$1|versaun ida|versaun $1}}',
784
785 # Import log
786 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|versaun|versaun}} husi $2',
787
788 # Tooltip help for the actions
789 'tooltip-pt-userpage' => "Ó-nia pájina uza-na'in",
790 'tooltip-pt-mytalk' => 'Ó-nia pájina diskusaun',
791 'tooltip-pt-preferences' => "Ha'u-nia preferénsia",
792 'tooltip-pt-mycontris' => 'Ó-nia kontribuisaun (lista)',
793 'tooltip-pt-login' => 'Ami rekomenda identifikasaun ("log in"), maibé Ita-Boot la presiza halo ne\'e',
794 'tooltip-pt-logout' => 'Husik',
795 'tooltip-ca-talk' => 'Diskusaun kona-ba konteúdu pájina nian',
796 'tooltip-ca-edit' => "Ita bele edita pájina ne'e. Please use the preview button before saving.",
797 'tooltip-ca-addsection' => 'Tau tan seksaun foun ida.',
798 'tooltip-ca-viewsource' => "Ema ruma proteje tiha pájina ne'e.
799 Ó bele lee testu.",
800 'tooltip-ca-protect' => "Proteje pájina ne'e",
801 'tooltip-ca-delete' => "Halakon pájina ne'e",
802 'tooltip-ca-move' => "Book pájina ne'e",
803 'tooltip-ca-watch' => 'Tau pájina ne\'e ba Ita-nia "lista hateke"',
804 'tooltip-ca-unwatch' => 'Hasai pájina ne\'e husi Ita-nia "lista hateke"',
805 'tooltip-search' => 'Buka iha {{SITENAME}}',
806 'tooltip-search-go' => "Bá pájina ho naran ne'e (se iha)",
807 'tooltip-p-logo' => 'Pájina Mahuluk',
808 'tooltip-n-mainpage' => 'Vizita Pájina Mahuluk',
809 'tooltip-n-mainpage-description' => 'Vizita Pájina Mahuluk',
810 'tooltip-n-portal' => "Kona-ba projetu, ne'ebé ó bele halo, iha ne'ebé ó hetan saida",
811 'tooltip-n-recentchanges' => "Lista mudansa foufoun sira iha wiki ne'e.",
812 'tooltip-n-randompage' => 'Hola pájina ruma',
813 'tooltip-n-help' => 'Hatudu pájina ajuda.',
814 'tooltip-t-whatlinkshere' => "Lista pájina nian ne'ebé bá iha ne'e",
815 'tooltip-t-contributions' => "Haree lista kontribuisaun uza-na'in ne'e nian",
816 'tooltip-t-emailuser' => 'Haruka korreiu eletróniku',
817 'tooltip-t-upload' => 'Tau iha arkivu laran',
818 'tooltip-t-specialpages' => 'Lista pájina espesiál hotu nian',
819 'tooltip-t-print' => "Versaun pájina ne'e nian ba imprime/prin",
820 'tooltip-ca-nstab-main' => 'Haree konteúdu pájina nian',
821 'tooltip-ca-nstab-user' => "Haree pájina uza-na'in",
822 'tooltip-ca-nstab-special' => "Ne'e pájina espesiál – Ita la bele edita",
823 'tooltip-ca-nstab-project' => 'Haree pájina projetu nian',
824 'tooltip-ca-nstab-category' => 'Lee pájina kategoria',
825 'tooltip-minoredit' => "Marka ne'e hanesan muda ki'ik",
826 'tooltip-watch' => 'Tau pájina ne\'e ba Ita-nia "lista hateke"',
827
828 # Attribution
829 'siteuser' => "uza-na'in {{SITENAME}} nian $1",
830 'lastmodifiedatby' => "Pájina ne'e $3 mak muda ba dala ikus iha $1, $2.",
831 'siteusers' => "{{PLURAL:$2|uza-na'in|uza-na'in}} {{SITENAME}} nian $1",
832
833 # Skin names
834 'skinname-standard' => 'Klásiku',
835 'skinname-cologneblue' => 'Kolónia azúl',
836 'skinname-myskin' => 'MySkin',
837 'skinname-chick' => 'Manu',
838
839 # Browsing diffs
840 'previousdiff' => '←Versaun molok',
841 'nextdiff' => 'Versaun oinmai→',
842
843 # Media information
844 'show-big-image' => 'Boot liu',
845
846 # Special:NewFiles
847 'showhidebots' => '($1 bot sira)',
848 'ilsubmit' => 'Buka',
849
850 # EXIF tags
851 'exif-make' => 'Fabrikante kámara nian',
852 'exif-model' => 'Kámara',
853 'exif-artist' => 'Autór',
854 'exif-flash' => 'Flax',
855 'exif-languagecode' => 'Lian',
856 'exif-iimcategory' => 'Kategoria',
857
858 'exif-meteringmode-255' => 'Seluk',
859
860 # Pseudotags used for GPSSpeedRef
861 'exif-gpsspeed-k' => 'km iha oras',
862
863 # Pseudotags used for GPSDestDistanceRef
864 'exif-gpsdestdistance-k' => 'kilómetru',
865
866 'exif-gpsdop-good' => "Di'ak ($1)",
867
868 'exif-dc-date' => 'Data',
869
870 'exif-iimcategory-clj' => 'Krime no lei',
871 'exif-iimcategory-edu' => 'Edukasaun',
872 'exif-iimcategory-evn' => 'Meiu ambiente',
873 'exif-iimcategory-hth' => 'Saúde',
874 'exif-iimcategory-lab' => 'Traballu',
875 'exif-iimcategory-pol' => 'Polítika',
876 'exif-iimcategory-rel' => 'Relijiaun no fiar',
877 'exif-iimcategory-sci' => 'Siénsia i teknolojia',
878 'exif-iimcategory-spo' => 'Desportu',
879 'exif-iimcategory-war' => 'Funu no konflitu',
880 'exif-iimcategory-wea' => 'Tempu',
881
882 'exif-urgency-normal' => 'Normál ($1)',
883 'exif-urgency-low' => 'Kraik ($1)',
884 'exif-urgency-high' => 'Aas ($1)',
885
886 # External editor support
887 'edit-externally-help' => "(Haree [//www.mediawiki.org/wiki/Manual:External_editors iha ne'e] ba informasaun barak liu)",
888
889 # 'all' in various places, this might be different for inflected languages
890 'watchlistall2' => 'hotu',
891 'namespacesall' => 'hotu',
892 'monthsall' => 'hotu',
893 'limitall' => 'hotu',
894
895 # action=purge
896 'confirm_purge_button' => 'OK',
897
898 # Multipage image navigation
899 'imgmultipageprev' => '← pájina molok',
900 'imgmultipagenext' => 'pájina oinmai →',
901 'imgmultigo' => 'Bá!',
902
903 # Table pager
904 'table_pager_next' => 'Pájina oinmai',
905 'table_pager_prev' => 'Pájina molok',
906 'table_pager_first' => 'Pájina uluk',
907 'table_pager_limit_submit' => 'Bá',
908
909 # Auto-summaries
910 'autosumm-new' => "Pájina foun: '$1'",
911
912 # Watchlist editor
913 'watchlistedit-normal-title' => 'Edita lista hateke',
914 'watchlistedit-raw-titles' => 'Títulu sira:',
915 'watchlistedit-raw-added' => '{{PLURAL:$1|Títulu ida|Títulu $1}} tau tan tiha:',
916 'watchlistedit-raw-removed' => '{{PLURAL:$1|Títulu ida|Títulu $1}} hasai tiha:',
917
918 # Watchlist editing tools
919 'watchlisttools-edit' => 'Haree no edita lista hateke',
920
921 # Special:Version
922 'version' => 'Versaun',
923 'version-specialpages' => 'Pájina espesiál',
924 'version-other' => 'Seluk',
925 'version-version' => '(Versaun $1)',
926 'version-license' => 'Lisensa',
927 'version-software-product' => 'Produtu',
928 'version-software-version' => 'Versaun',
929
930 # Special:FilePath
931 'filepath-page' => 'Fail:',
932 'filepath-submit' => 'Bá',
933
934 # Special:FileDuplicateSearch
935 'fileduplicatesearch-submit' => 'Buka',
936
937 # Special:SpecialPages
938 'specialpages' => 'Pájina espesiál sira',
939 'specialpages-group-other' => 'Pájina espesiál seluk',
940 'specialpages-group-login' => 'Login / kria konta',
941 'specialpages-group-changes' => 'Mudansa foufoun sira no lista sira',
942 'specialpages-group-users' => "Uza-na'in no priviléjiu sira",
943 'specialpages-group-pages' => 'Lista pájina nian',
944
945 # Special:BlankPage
946 'blankpage' => 'Pájina mamuk',
947
948 # Special:Tags
949 'tags-edit' => 'edita',
950
951 # Special:ComparePages
952 'compare-page1' => 'Pájina 1',
953 'compare-page2' => 'Pájina 2',
954 'compare-rev1' => 'Versaun 1',
955 'compare-rev2' => 'Versaun 2',
956 'compare-submit' => 'Halo komparasaun',
957
958 # Database error messages
959 'dberr-header' => "Wiki ne'e iha problema",
960
961 );