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