Localisation updates.
[lhc/web/wiklou.git] / languages / messages / MessagesTet.php
1 <?php
2 /** Tetum (Tetun)
3 *
4 * @addtogroup Language
5 *
6 * @author MF-Warburg
7 * @author Siebrand
8 * @author SPQRobin
9 */
10
11 $skinNames = array(
12 'standard' => 'Klásiku',
13 'cologneblue' => 'Kolónia azúl',
14 'myskin' => 'MySkin',
15 'chick' => 'Manu',
16 );
17
18 $namespaceNames = array(
19 NS_MEDIA => 'Media',
20 NS_SPECIAL => 'Espesiál',
21 NS_MAIN => '',
22 NS_TALK => 'Diskusaun',
23 NS_USER => 'Uza-na\'in',
24 NS_USER_TALK => 'Diskusaun_Uza-na\'in',
25 # NS_PROJECT set by \$wgMetaNamespace
26 NS_PROJECT_TALK => 'Diskusaun_$1',
27 NS_IMAGE => 'Imajen',
28 NS_IMAGE_TALK => 'Diskusaun_Imajen',
29 NS_MEDIAWIKI => 'MediaWiki',
30 NS_MEDIAWIKI_TALK => 'Diskusaun_MediaWiki',
31 NS_TEMPLATE => 'Template',
32 NS_TEMPLATE_TALK => 'Diskusaun_Template',
33 NS_HELP => 'Ajuda',
34 NS_HELP_TALK => 'Diskusaun_Ajuda',
35 NS_CATEGORY => 'Kategoria',
36 NS_CATEGORY_TALK => 'Diskusaun_Kategoria',
37 );
38
39 $namespaceAliases = array(
40 "Kategoría" => NS_CATEGORY,
41 "Diskusaun_Kategoría" => NS_CATEGORY_TALK,
42 );
43
44 $specialPageAliases = array(
45 'CreateAccount' => array( 'Rejista' ),
46 'Preferences' => array( 'Preferénsia' ),
47 'Watchlist' => array( 'Lista_hateke' ),
48 'Recentchanges' => array( 'Mudansa_foufoun_sira' ),
49 'Upload' => array( 'Tau_iha_arkivu_laran' ),
50 'Imagelist' => array( 'Lista_imajen' ),
51 'Newimages' => array( 'Imajen_foun' ),
52 'Listusers' => array( 'Lista_uza-na\'in' ),
53 'Statistics' => array( 'Estatístika' ),
54 'Randompage' => array( 'Pájina_ruma' ),
55 'Shortpages' => array( 'Pájina_badak' ),
56 'Longpages' => array( 'Pájina_naruk' ),
57 'Protectedpages' => array( 'Pájina_sira-ne\'ebé_proteje_tiha' ),
58 'Allpages' => array( 'Pájina_hotu' ),
59 'Ipblocklist' => array( 'Lista_ema_sira-ne\'ebé_blokeiu_tiha' ),
60 'Specialpages' => array( 'Pájina_espesiál_sira' ),
61 'Contributions' => array( 'kontribuisaun' ),
62 'Emailuser' => array( 'Haruka_korreiu_eletróniku' ),
63 'Whatlinkshere' => array( 'Pájina_sira_ne\'ebé_bá_iha_ne\'e' ),
64 'Movepage' => array( 'Book' ),
65 'Categories' => array( 'Kategoria' ),
66 'Export' => array( 'Esporta' ),
67 'Version' => array( 'Versaun' ),
68 'Allmessages' => array( 'Mensajen_hotu' ),
69 'Blockip' => array( 'Blokeiu' ),
70 'Undelete' => array( 'Restaurar' ),
71 'Userrights' => array( 'Kuana', 'Priviléjiu' ),
72 'Mypage' => array( 'Ha\'u-nia_pájina' ),
73 'Listadmins' => array( 'Lista_administradór' ),
74 'Search' => array( 'Buka' ),
75 'Withoutinterwiki' => array( 'Laiha_interwiki' ),
76 );
77
78 $messages = array(
79 # User preference toggles
80 'tog-hideminor' => "Lá'os hatudu osan-rahun sira iha mudansa foufoun sira",
81 'tog-watchlisthidebots' => 'Hamsumik bot iha lista hateke',
82 'tog-watchlisthideminor' => 'Hamsumik osan-rahun iha lista hateke',
83
84 'underline-always' => 'Sempre',
85 'underline-never' => 'Nunka',
86
87 # Dates
88 'sunday' => 'Loron-domingu',
89 'monday' => 'Loron-segunda',
90 'tuesday' => 'Loron-tersa',
91 'wednesday' => 'Loron-kuarta',
92 'thursday' => 'Loron-kinta',
93 'friday' => 'Loron-sesta',
94 'saturday' => 'Loron-sábadu',
95 'sun' => 'Dom',
96 'mon' => 'Seg',
97 'tue' => 'Ter',
98 'wed' => 'Kua',
99 'thu' => 'Kin',
100 'fri' => 'Ses',
101 'sat' => 'Sáb',
102 'january' => 'Janeiru',
103 'february' => 'Fevereiru',
104 'march' => 'Marsu',
105 'april' => 'Abríl',
106 'may_long' => 'Maiu',
107 'june' => 'Juñu',
108 'july' => 'Jullu',
109 'august' => 'Agostu',
110 'september' => 'Setembru',
111 'october' => 'Outubru',
112 'november' => 'Novembru',
113 'december' => 'Dezembru',
114 'january-gen' => 'Janeiru nian',
115 'february-gen' => 'Fevereiru nian',
116 'march-gen' => 'Marsu nian',
117 'april-gen' => 'Abríl nian',
118 'may-gen' => 'Maiu nian',
119 'june-gen' => 'Juñu nian',
120 'july-gen' => 'Jullu nian',
121 'august-gen' => 'Agostu nian',
122 'september-gen' => 'Setembru nian',
123 'october-gen' => 'Outubru nian',
124 'november-gen' => 'Novembru nian',
125 'december-gen' => 'Dezembru nian',
126 'jan' => 'Jan',
127 'feb' => 'Fev',
128 'mar' => 'Mar',
129 'apr' => 'Abr',
130 'may' => 'Mai',
131 'jun' => 'Jun',
132 'jul' => 'Jul',
133 'aug' => 'Ago',
134 'sep' => 'Set',
135 'oct' => 'Out',
136 'nov' => 'Nov',
137 'dec' => 'Dez',
138
139 # Categories related messages
140 'categories' => 'Kategoría',
141 'pagecategories' => '{{PLURAL:$1|Kategoría|Kategoría}}',
142 'category_header' => 'Artigu iha kategoría "$1"',
143 'category-empty' => "''Iha kategoría ne'e agora pájina lá'os.''",
144 'listingcontinuesabbrev' => 'kont.',
145
146 'about' => 'Kona-ba',
147 'article' => 'Pájina',
148 'qbfind' => 'Hetan',
149 'qbedit' => 'Edita',
150 'qbpageoptions' => "Pájina ne'e",
151 'qbmyoptions' => "Ha'u-nia pájina sira",
152 'qbspecialpages' => 'Pájina espesiál sira',
153 'moredotdotdot' => 'Barak liu...',
154 'mypage' => "Ha'u-nia pájina",
155 'mytalk' => "Ha'u-nia diskusaun",
156 'anontalk' => "Diskusaun ba IP ne'e",
157 'navigation' => 'Hatudu-dalan',
158 'and' => 'ho',
159
160 'errorpagetitle' => 'Sala',
161 'tagline' => 'Husi {{SITENAME}}',
162 'help' => 'Ajuda',
163 'search' => 'Buka',
164 'searchbutton' => 'Buka',
165 'go' => 'Bá',
166 'searcharticle' => 'Pájina',
167 'history' => 'Istória pájina',
168 'history_short' => 'Istória',
169 'info_short' => 'Informasaun',
170 'printableversion' => 'Versaun ba impresaun',
171 'permalink' => 'Ligasaun mahelak',
172 'print' => 'Imprime',
173 'edit' => 'Edita',
174 'create' => 'Kria',
175 'editthispage' => "Edita pájina ne'e",
176 'delete' => 'Halakon',
177 'deletethispage' => "Halakon pájina ne'e",
178 'undelete_short' => 'Restaurar {{PLURAL:$1|versaun ida|$1 versaun}}',
179 'protect' => 'Proteje',
180 'protectthispage' => "Proteje pájina ne'e",
181 'unprotect' => 'La proteje',
182 'unprotectthispage' => "La proteje pájina ne'e",
183 'newpage' => 'Pájina foun',
184 'talkpage' => "Diskusaun kona-ba pájina ne'e",
185 'talkpagelinktext' => 'Diskusaun',
186 'specialpage' => 'Pájina espesiál',
187 'postcomment' => 'Tau tan komentáriu ida',
188 'talk' => 'Diskusaun',
189 'toolbox' => 'Kaixa besi nian',
190 'userpage' => "Haree pájina uza-na'in",
191 'projectpage' => 'Haree pájina projetu nian',
192 'imagepage' => 'Haree pájina imajen nian',
193 'mediawikipage' => 'Haree pájina mensajen nian',
194 'viewhelppage' => 'Haree pájina ajuda',
195 'categorypage' => 'Haree pájina kategoría nian',
196 'viewtalkpage' => 'Haree diskusaun',
197 'otherlanguages' => 'Iha lian seluk',
198 'protectedpage' => "Pájina ne'ebé naproteje",
199 'jumpto' => 'Bá:',
200 'jumptonavigation' => 'hatudu-dalan',
201 'jumptosearch' => 'buka',
202
203 # 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).
204 'aboutsite' => 'Kona-ba {{SITENAME}}',
205 'aboutpage' => 'Project:Kona-ba',
206 'copyright' => 'Testu pájina nian iha $1 okos.',
207 'currentevents' => 'Mamosuk atuál sira',
208 'currentevents-url' => 'Project:Mamosuk atuál sira',
209 'disclaimers' => 'Avisu legál',
210 'disclaimerpage' => 'Project:Avisu legál',
211 'edithelp' => 'Ajuda kona-ba edita',
212 'edithelppage' => 'Help:Edita',
213 'mainpage' => 'Pájina Mahuluk',
214 'mainpage-description' => 'Pájina Mahuluk',
215 'portal' => 'Portál komunidade nian',
216 'portal-url' => 'Project:Portál komunidade nian',
217 'privacy' => 'Polítika privasidade nian',
218 'privacypage' => 'Project:Polítika privasidade nian',
219 'sitesupport' => 'Fó donativu ida',
220
221 'badaccess-group0' => "Ó la bele halo ne'e.",
222 'badaccess-group1' => "Ba halo ne'e tenke iha lubu $1.",
223 'badaccess-group2' => "Ba halo ne'e tenke iha lubu ida husi $1.",
224 'badaccess-groups' => "Ba halo ne'e tenke iha lubu ida husi $1.",
225
226 'versionrequired' => 'Presiza MediaWiki versaun $1',
227 'versionrequiredtext' => "Presiza MediaWiki versaun $1 ba uza pájina ne'e. Haree [[Special:Version|pájina versaun]].",
228
229 'ok' => 'OK',
230 'retrievedfrom' => 'Husi "$1"',
231 'youhavenewmessages' => 'Ó iha $1 ($2).',
232 'newmessageslink' => 'mensajen foun',
233 'youhavenewmessagesmulti' => 'Ó iha mensajen foun sira iha $1',
234 'editsection' => 'edita',
235 'editold' => 'edita',
236 'editsectionhint' => 'Edita parte $1 pájina nian',
237 'showtoc' => 'hatudu',
238 'hidetoc' => 'subar',
239 'thisisdeleted' => 'Haree ka restaurar $1?',
240 'viewdeleted' => 'Haree $1?',
241 'site-rss-feed' => 'Feed RSS $1',
242 'site-atom-feed' => 'Feed Atom $1',
243
244 # Short words for each namespace, by default used in the namespace tab in monobook
245 'nstab-main' => 'Pájina',
246 'nstab-user' => "Pájina uza-na'in",
247 'nstab-special' => 'Espesiál',
248 'nstab-project' => 'Pájina projetu nian',
249 'nstab-mediawiki' => 'Mensajen',
250 'nstab-help' => 'Pájina ajuda',
251 'nstab-category' => 'Kategoria',
252
253 # Main script and global functions
254 'nosuchspecialpage' => "Pájina espesiál ne'e lá'os",
255
256 # General errors
257 'error' => 'Sala',
258 'viewsourcefor' => 'ba $1',
259
260 # Login and logout pages
261 'yourname' => "Naran uza-n'in:",
262 'nav-login-createaccount' => 'Log in / kriar konta ida',
263 'userlogin' => 'Log in / kriar konta ida',
264 'nologinlink' => 'Registrar',
265 'createaccount' => "Registrar uza-na'in",
266 'userexists' => "Uza-na'in ne'e ona iha wiki. Favór ida lori naran seluk.",
267 'youremail' => 'Korreiu eletróniku:',
268 'username' => "Naran uza-na'in:",
269 'uid' => "Uza-na'in ID:",
270 'yourlanguage' => 'Lian:',
271 'email' => 'Korreiu eletróniku',
272 'prefs-help-email-required' => 'Haruka diresaun korreiu eletróniku.',
273 'accountcreated' => "Registrar tiha uza-na'in",
274 'loginlanguagelabel' => 'Lian: $1',
275
276 # Password reset dialog
277 'resetpass_text' => "<!-- Hakerek testu iha ne'e -->",
278
279 # Edit page toolbar
280 'link_tip' => 'Ligasaun ba laran',
281 'extlink_tip' => "Ligasaun ba li'ur (tau tan http://)",
282 'image_sample' => 'Ezemplu.jpg',
283 'media_sample' => 'Ezemplu.ogg',
284
285 # Edit pages
286 'minoredit' => "Ne'e osan-rahun",
287 'watchthis' => "Hateke pájina ne'e",
288 'anoneditwarning' => 'Ó lá\'os "log-in" iha momentu.',
289 'blockedtitle' => "Uza-na'in nablokeiu",
290 'newarticle' => '(Foun)',
291 'noarticletext' => "Iha momentu lá'os testu iha pájina ne'e, bele [[Special:Search/{{PAGENAME}}|buka naran pájina nian]] iha pájina seluk ka [{{fullurl:{{FULLPAGENAME}}|action=edit}} edita pájina ne'e].",
292 'editing' => 'Edita $1',
293 'editingcomment' => 'Edita $1 (komentáriu)',
294 'yourtext' => 'Ó-nia testu',
295 'yourdiff' => 'Diferensa sira',
296 'nocreate-loggedin' => 'Ó la iha kuana kria pájina foun iha {{SITENAME}}.',
297
298 # Account creation failure
299 'cantcreateaccounttitle' => "La bele registrar uza-na'in",
300
301 # History pages
302 'currentrev' => 'Versaun atuál',
303 'revisionasof' => 'Versaun $1 nian',
304 'previousrevision' => '←Versaun tuan liu',
305 'nextrevision' => 'Versaun foun liu→',
306 'currentrevisionlink' => 'Versaun atuál',
307 'cur' => 'atuál',
308 'next' => 'oinmai',
309 'last' => 'ikus',
310 'page_first' => 'uluk',
311 'histfirst' => 'sedu liu hotu',
312 'historyempty' => '(mamuk)',
313
314 # Revision feed
315 'history-feed-item-nocomment' => '$1 iha $2', # user at time
316
317 # Revision deletion
318 'rev-delundel' => 'hatudu/subar',
319 'revisiondelete' => 'Halakon/restaurar versaun',
320 'revdelete-hide-user' => "Subar naran edita-na'in/IP",
321
322 # Diffs
323 'lineno' => 'Liña $1:',
324
325 # Search results
326 'noexactmatch' => "'''Pájina ''$1'' lá'os.''' Ó bele [[:$1|kria pájina ne'e]].",
327 'prevn' => 'molok $1',
328 'nextn' => 'oinmai $1',
329 'viewprevnext' => 'Haree ($1) ($2) ($3)',
330 'powersearch' => 'Buka',
331
332 # Preferences page
333 'mypreferences' => "Ha'u-nia preferénsia",
334 'prefs-rc' => 'Mudansa foufoun sira',
335 'prefs-watchlist' => 'Lista hateke',
336 'textboxsize' => 'Edita',
337 'searchresultshead' => 'Buka',
338
339 # User rights
340 'userrights' => "Filak kuana uza-na'in", # Not used as normal message but as header for the special page itself
341 'userrights-lookup-user' => "Filak lubu uza-na'in",
342 'userrights-user-editname' => "Hakerek naran uza-na'in ida-nian:",
343 'editusergroup' => "Filak lubu uza-na'in",
344 'userrights-editusergroup' => "Filak lubu uza-na'in",
345 'userrights-groupsmember' => 'Membru iha:',
346 'userrights-available-none' => "Ó la bele filak lubu uza-na'in.",
347 'userrights-available-add' => "Ó bele tau tan uza-na'in hotu ba lubu ne'e{{PLURAL:$2||}}: $1.",
348 'userrights-available-remove' => "Ó bele hasai uza-na'in hotu ba lubu ne'e{{PLURAL:$2||}}: $1.",
349 'userrights-no-interwiki' => "Ó la bele filak kuana uza-na'in iha wiki seluk.",
350
351 # Groups
352 'group' => 'Lubu:',
353 'group-bot' => 'Bot sira',
354 'group-sysop' => 'Administradór sira',
355 'group-bureaucrat' => 'Burokrata sira',
356 'group-all' => '(hotu)',
357
358 'group-bot-member' => 'Bot',
359 'group-sysop-member' => 'Administradór',
360 'group-bureaucrat-member' => 'Burokrata',
361
362 'grouppage-bot' => '{{ns:project}}:Bot sira',
363 'grouppage-sysop' => '{{ns:project}}:Administradór sira',
364 'grouppage-bureaucrat' => '{{ns:project}}:Burokrata sira',
365
366 # User rights log
367 'rightslog' => "Lista filak kuana uza-na'in",
368 'rightslogtext' => "Ne'e lista ba filak lubu uza-na'in.",
369 'rightslogentry' => 'filak lubu $1 nian husi $2 ba $3',
370 'rightsnone' => '(mamuk)',
371
372 # Recent changes
373 'recentchanges' => 'Mudansa foufoun sira',
374 'rcshowhideminor' => '$1 osan-rahun sira',
375 'rcshowhidebots' => '$1 bot sira',
376 'rcshowhideliu' => '$1 ema rejista',
377 'rcshowhideanons' => '$1 ema anónimu',
378 'rcshowhidemine' => "$1 ha'u-nia edita",
379 'diff' => 'diferensa',
380 'hist' => 'istória',
381 'hide' => 'Hamsumik',
382 'show' => 'Hatudu',
383 'minoreditletter' => 'o',
384 'newpageletter' => 'F',
385 'boteditletter' => 'b',
386
387 # Recent changes linked
388 'recentchangeslinked' => 'Muda sira',
389
390 # Upload
391 'upload' => 'Tau iha arkivu laran',
392 'uploadbtn' => 'Tau iha arkivu laran',
393 'watchthisupload' => "Hateke pájina ne'e",
394
395 # Special:Imagelist
396 'imagelist_name' => 'Naran',
397 'imagelist_user' => "Uza-na'in",
398
399 # Image description page
400 'filehist-deleteall' => 'halakon hotu',
401 'filehist-deleteone' => "halakon ne'e",
402 'filehist-current' => 'atuál',
403 'filehist-datetime' => 'Loron/Tempu',
404 'filehist-user' => "Uza-na'in",
405 'filehist-comment' => 'Komentáriu',
406 'imagelinks' => 'Ligasaun',
407
408 # File reversion
409 'filerevert-comment' => 'Komentáriu:',
410
411 # File deletion
412 'filedelete' => 'Halakon $1',
413 'filedelete-comment' => 'Komentáriu:',
414 'filedelete-submit' => 'Halakon',
415
416 # Random page
417 'randompage' => 'Pájina ruma',
418
419 # Statistics
420 'statistics' => 'Estátistika',
421 'sitestats' => '{{SITENAME}} estátistika',
422 'userstatstext' => "Iha ne'e registrar tiha ona '''$1''' [[Special:Listusers|uza-na'in]], '''$2''' (ka '''$4%''') $5.",
423
424 'brokenredirects-edit' => '(edita)',
425 'brokenredirects-delete' => '(halakon)',
426
427 # Miscellaneous special pages
428 'nlinks' => '$1 ligasaun',
429 'nmembers' => '$1 membru',
430 'nrevisions' => '$1 versaun',
431 'shortpages' => 'Pájina badak',
432 'longpages' => 'Pájina naruk',
433 'listusers' => "Lista uza-na'in",
434 'specialpages' => 'Pájina espesiál sira',
435 'newpages' => 'Pájina foun',
436 'newpages-username' => "Naran uza-na'in:",
437 'ancientpages' => 'Pájina tuan liu hotu sira',
438 'move' => 'Book',
439 'movethispage' => "Book pájina ne'e",
440
441 # Book sources
442 'booksources-go' => 'Bá',
443
444 # Special:Log
445 'specialloguserlabel' => "Uza-na'in:",
446 'log-search-submit' => 'Bá',
447
448 # Special:Allpages
449 'allpages' => 'Pájina hotu',
450 'alphaindexline' => "$1 to'o $2",
451 'nextpage' => 'Pájina oinmai ($1)',
452 'allarticles' => 'Pájina hotu',
453 'allpagesnext' => 'Oinmai',
454 'allpagessubmit' => 'Bá',
455
456 # Special:Listusers
457 'listusers-submit' => 'Hatudu',
458
459 # Special:Listgrouprights
460 'listgrouprights-group' => 'Lubu',
461 'listgrouprights-rights' => 'Priviléjiu',
462
463 # E-mail user
464 'emailuser' => "Haruka korreiu eletróniku ba uza-na'in ne'e",
465 'defemailsubject' => '{{SITENAME}} korreiu eletróniku',
466 'noemailtitle' => "Lá'os diresaun korreiu eletróniku",
467 'emailsend' => 'Haruka',
468
469 # Watchlist
470 'watchlist' => "Ha'u-nia lista hateke",
471 'mywatchlist' => "Ha'u-nia lista hateke",
472 'watchlistfor' => "('''$1''' nian)",
473 'addedwatch' => 'tau tan tiha ba lista hateke',
474 'watch' => 'Hateke',
475 'watchthispage' => "Hateke pájina ne'e",
476 'unwatch' => 'La hateke',
477 'watchlist-hide-bots' => 'Hamsumik edita "bot" sira',
478 'watchlist-hide-own' => "Hamsumik edita ha'u-nia",
479 'watchlist-show-minor' => 'Hatudu osan-rahun',
480 'watchlist-hide-minor' => 'Subar osan-rahun',
481
482 # Displayed when you click the "watch" button and it is in the process of watching
483 'watching' => 'Hateke...',
484 'unwatching' => 'La hateke...',
485
486 'enotif_newpagetext' => "Ne'e pájina foun.",
487 'enotif_impersonal_salutation' => "Uza-na'in {{SITENAME}} nian",
488 'changed' => 'filak',
489 'created' => 'kria',
490
491 # Delete/protect/revert
492 'deletepage' => 'Halakon pájina',
493 'excontent' => "testu iha pájina: '$1'",
494 'excontentauthor' => "testu iha pájina: '$1' (no ema ida de'it ne'ebé kontribui '[[Special:Contributions/$2|$2]]')",
495 'exblank' => 'pájina mamuk',
496 'delete-legend' => 'Halakon',
497 'deletedarticle' => 'halakon "[[$1]]"',
498 'dellogpage' => 'Lista halakon',
499 'deletionlog' => 'lista halakon',
500 'deletecomment' => 'Tansá ó halakon:',
501 'protectedarticle' => 'proteje "[[$1]]"',
502 'protectcomment' => 'Komentáriu:',
503 'protectexpiry' => "to'o:",
504 'protect-fallback' => 'Presiza kuana "$1"',
505 'protect-level-autoconfirmed' => 'Blokeiu ema anónimu',
506 'protect-level-sysop' => "de'it administradór",
507 'protect-expiring' => "to'o $1 (UTC)",
508 'protect-cantedit' => "Ó la bele filak proteje pájina ne'e nian, tan ba ó la bele edita pájina ne'e.",
509 'restriction-type' => 'Kuana:',
510
511 # Restrictions (nouns)
512 'restriction-edit' => 'Edita',
513 'restriction-move' => 'Book',
514 'restriction-create' => 'Kria',
515
516 # Undelete
517 'undelete' => 'Haree pájina halakon tiha',
518 'undeletebtn' => 'Restaurar',
519 'undeletelink' => 'restaurar',
520 'undeletecomment' => 'Komentáriu:',
521 'undeletedarticle' => 'restaurar "[[$1]]"',
522 'undeletedrevisions' => 'restaurar $1 versaun',
523 'undelete-search-submit' => 'Buka',
524
525 # Namespace form on various pages
526 'blanknamespace' => '(Prinsipál)',
527
528 # Contributions
529 'contributions' => "Kontribuisaun uza-na'in",
530 'mycontris' => "Ha'u-nia kontribuisaun",
531
532 'sp-contributions-newbies' => "Hatudu de'it kontribuisaun uza-na'in foun sira-nia",
533 'sp-contributions-search' => 'Buka kontribuisaun',
534 'sp-contributions-username' => "Diresaun IP ka naran uza-na'in:",
535 'sp-contributions-submit' => 'Buka',
536
537 # What links here
538 'whatlinkshere' => "Artigu sira ne'ebé bá iha ne'e",
539 'whatlinkshere-title' => "Pájina sira ne'ebé bá $1",
540 'whatlinkshere-page' => 'Pájina:',
541 'linklistsub' => '(Lista ligasaun nian)',
542 'linkshere' => "Pájina sira ne'e link ba '''[[:$1]]''':",
543 'whatlinkshere-prev' => '{{PLURAL:$1|oinmai|oinmai $1}}',
544 'whatlinkshere-next' => '{{PLURAL:$1|molok|molok $1}}',
545 'whatlinkshere-links' => '← ligasaun',
546 'whatlinkshere-hidelinks' => '$1 ligasaun',
547
548 # Block/unblock
549 'blockip' => "Blokeiu uza-na'in",
550 'blockip-legend' => "Blokeiu uza-na'in",
551 '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', # display1:time1,display2:time2,...
552 'ipbotheroption' => 'seluk',
553 'ipblocklist' => 'Lista ema anónimu no rejista nablokeiu nian',
554 'ipblocklist-username' => "Naran uza-na'in ka IP:",
555 'ipblocklist-submit' => 'Buka',
556 'blocklink' => 'blokeiu',
557 'unblocklink' => 'la blokeiu',
558 'contribslink' => 'kontribuisaun',
559 'block-log-flags-noemail' => 'korreiu eletróniku blokeiu',
560 'ipb_already_blocked' => '"$1" nablokeiu tiha ona',
561
562 # Move page
563 'move-page' => 'Book $1',
564 'move-page-legend' => 'Book pájina',
565 'movearticle' => 'Book pájina:',
566 'movenotallowed' => 'Ó la bele book pájina iha {{SITENAME}}.',
567 'newtitle' => 'Naran foun:',
568 'move-watch' => "Hateke pájina ne'e",
569 'movepagebtn' => 'Book pájina',
570 'movepage-moved' => '<big>\'\'\'Ó book "$1" ba "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
571 'movedto' => 'book tiha ba',
572 'movetalk' => 'Book pájina diskusaun mós',
573 'talkpagemoved' => 'Pájina diskusaun mós nabook tiha',
574 'talkpagenotmoved' => 'Pájina diskusaun mós <strong>la</strong> nabook tiha',
575 '1movedto2' => 'book tiha [[$1]] ba [[$2]]',
576 'movelogpage' => 'Lista book',
577 'delete_and_move' => 'Halakon ho book',
578 'delete_and_move_confirm' => 'Sin, halakon pájina',
579
580 # Export
581 'export' => 'Esporta pájina sira',
582
583 # Namespace 8 related
584 'allmessagesname' => 'Naran',
585 'allmessagescurrent' => 'Testu atuál',
586
587 # Import log
588 'import-logentry-interwiki-detail' => '$1 versaun husi $2',
589
590 # Tooltip help for the actions
591 'tooltip-pt-userpage' => "Ha'u-nia pájina uza-na'in",
592 'tooltip-pt-mytalk' => "Ha'u-nia pájina diskusaun",
593 'tooltip-pt-preferences' => "Ha'u-nia preferénsia",
594 'tooltip-pt-mycontris' => "Lista ha'u-nia kontribuisaun",
595 'tooltip-ca-addsection' => "Tau tan komentáriu ida ba diskusaun ne'e.",
596 'tooltip-ca-protect' => "Proteje pájina ne'e",
597 'tooltip-ca-delete' => "Halakon pájina ne'e",
598 'tooltip-ca-move' => "Book pájina ne'e",
599 'tooltip-ca-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
600 'tooltip-search' => 'Buka iha {{SITENAME}}',
601 'tooltip-n-mainpage' => 'Vizita Pájina Mahuluk',
602 'tooltip-n-portal' => "Kona-ba projetu, ne'ebé ó bele halo, iha ne'ebé ó hetan saida",
603 'tooltip-n-recentchanges' => "Lista mudansa foufoun sira iha wiki ne'e.",
604 'tooltip-n-randompage' => 'Hola pájina ruma',
605 'tooltip-n-help' => 'Hatudu pájina ajuda.',
606 'tooltip-n-sitesupport' => 'Tulun ami',
607 'tooltip-t-whatlinkshere' => "Lista pájina nian ne'ebé bá iha ne'e",
608 'tooltip-t-contributions' => "Haree lista kontribuisaun uza-na'in ne'e nian",
609 'tooltip-t-upload' => 'Tau iha arkivu laran',
610 'tooltip-t-specialpages' => 'Lista pájina espesiál hotu nian',
611 'tooltip-ca-nstab-user' => "Haree pájina uza-na'in",
612 'tooltip-ca-nstab-project' => 'Haree pájina projetu nian',
613 'tooltip-minoredit' => "Halo ne'e osan-rahun",
614 'tooltip-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
615
616 # Browsing diffs
617 'previousdiff' => '←Diferensa molok',
618 'nextdiff' => 'Diferensa oinmai→',
619
620 # Special:Newimages
621 'showhidebots' => '($1 bot sira)',
622 'ilsubmit' => 'Buka',
623
624 # EXIF tags
625 'exif-artist' => 'Autór',
626
627 'exif-meteringmode-255' => 'Seluk',
628
629 # 'all' in various places, this might be different for inflected languages
630 'recentchangesall' => 'hotu',
631 'imagelistall' => 'hotu',
632 'watchlistall2' => 'hotu',
633 'namespacesall' => 'hotu',
634 'monthsall' => 'hotu',
635
636 # action=purge
637 'confirm_purge_button' => 'OK',
638
639 # Multipage image navigation
640 'imgmultipageprev' => '← pájina molok',
641 'imgmultipagenext' => 'pájina oinmai →',
642 'imgmultigo' => 'Bá!',
643
644 # Table pager
645 'table_pager_next' => 'Pájina oinmai',
646 'table_pager_prev' => 'Pájina molok',
647 'table_pager_first' => 'Pájina uluk',
648 'table_pager_limit_submit' => 'Bá',
649
650 # Auto-summaries
651 'autosumm-new' => 'Pájina foun: $1',
652
653 # Watchlist editor
654 'watchlistedit-normal-title' => 'Filak lista hateke',
655
656 # Watchlist editing tools
657 'watchlisttools-edit' => 'Haree no edita lista hateke',
658
659 # Special:Version
660 'version' => 'Versaun', # Not used as normal message but as header for the special page itself
661 'version-specialpages' => 'Pájina espesiál',
662 'version-other' => 'Seluk',
663 'version-version' => 'Versaun',
664 'version-software-version' => 'Versaun',
665
666 # Special:FileDuplicateSearch
667 'fileduplicatesearch-submit' => 'Buka',
668
669 );