Localization update for he.
[mediawiki.git] / languages / messages / MessagesTet.php
blob3956243db836caba909292a8c709c88dd8d6813e
1 <?php
2 /** Tetum (Tetun)
4 * @ingroup Language
5 * @file
7 * @author MF-Warburg
8 */
10 $skinNames = array(
11 'standard' => 'Klásiku',
12 'cologneblue' => 'Kolónia azúl',
13 'myskin' => 'MySkin',
14 'chick' => 'Manu',
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',
38 $namespaceAliases = array(
39 "Kategoría" => NS_CATEGORY,
40 "Diskusaun_Kategoría" => NS_CATEGORY_TALK,
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' ),
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',
83 'underline-always' => 'Sempre',
84 'underline-never' => 'Nunka',
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',
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.',
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',
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',
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',
218 'badaccess-group0' => "Ó la bele halo ne'e.",
219 'badaccess-groups' => "Ba halo ne'e tenke iha {{PLURAL:$2|lubu|lubu ida husi}} $1.",
221 'versionrequired' => 'Presiza MediaWiki versaun $1',
222 'versionrequiredtext' => "Presiza MediaWiki versaun $1 ba uza pájina ne'e. Haree [[Special:Version|pájina versaun]].",
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 'sitenotice_close' => 'subar',
240 # Short words for each namespace, by default used in the namespace tab in monobook
241 'nstab-main' => 'Pájina',
242 'nstab-user' => "Pájina uza-na'in",
243 'nstab-special' => 'Espesiál',
244 'nstab-project' => 'Pájina projetu nian',
245 'nstab-mediawiki' => 'Mensajen',
246 'nstab-help' => 'Pájina ajuda',
247 'nstab-category' => 'Kategoria',
249 # Main script and global functions
250 'nosuchspecialpage' => "Pájina espesiál ne'e la iha",
252 # General errors
253 'error' => 'Sala',
254 'viewsourcefor' => 'ba $1',
256 # Login and logout pages
257 'yourname' => "Naran uza-n'in:",
258 'nav-login-createaccount' => 'Log in / kriar konta ida',
259 'userlogin' => 'Log in / kriar konta ida',
260 'nologinlink' => 'Registrar',
261 'createaccount' => "Registrar uza-na'in",
262 'userexists' => "Uza-na'in ne'e ona iha wiki. Favór ida lori naran seluk.",
263 'youremail' => 'Korreiu eletróniku:',
264 'username' => "Naran uza-na'in:",
265 'uid' => "Uza-na'in ID:",
266 'yourlanguage' => 'Lian:',
267 'email' => 'Korreiu eletróniku',
268 'prefs-help-email-required' => 'Haruka diresaun korreiu eletróniku.',
269 'accountcreated' => "Registrar tiha uza-na'in",
270 'loginlanguagelabel' => 'Lian: $1',
272 # Password reset dialog
273 'resetpass_text' => "<!-- Hakerek testu iha ne'e -->",
275 # Edit page toolbar
276 'link_tip' => 'Ligasaun ba laran',
277 'extlink_tip' => "Ligasaun ba li'ur (tau tan http://)",
278 'image_sample' => 'Ezemplu.jpg',
279 'media_sample' => 'Ezemplu.ogg',
281 # Edit pages
282 'minoredit' => "Ne'e osan-rahun",
283 'watchthis' => "Hateke pájina ne'e",
284 'anoneditwarning' => 'Ó lá\'os "log-in" iha momentu.',
285 'blockedtitle' => "Uza-na'in nablokeiu",
286 'newarticle' => '(Foun)',
287 '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].",
288 'editing' => 'Edita $1',
289 'editingcomment' => 'Edita $1 (komentáriu)',
290 'yourtext' => 'Ó-nia testu',
291 'yourdiff' => 'Diferensa sira',
292 'nocreate-loggedin' => 'Ó la iha kuana kria pájina foun iha {{SITENAME}}.',
294 # Account creation failure
295 'cantcreateaccounttitle' => "La bele registrar uza-na'in",
297 # History pages
298 'currentrev' => 'Versaun atuál',
299 'revisionasof' => 'Versaun $1 nian',
300 'previousrevision' => '←Versaun tuan liu',
301 'nextrevision' => 'Versaun foun liu→',
302 'currentrevisionlink' => 'Versaun atuál',
303 'cur' => 'atuál',
304 'next' => 'oinmai',
305 'last' => 'ikus',
306 'page_first' => 'uluk',
307 'histfirst' => 'sedu liu hotu',
308 'historyempty' => '(mamuk)',
310 # Revision feed
311 'history-feed-item-nocomment' => '$1 iha $2', # user at time
313 # Revision deletion
314 'rev-delundel' => 'hatudu/subar',
315 'revisiondelete' => 'Halakon/restaurar versaun',
316 'revdelete-hide-user' => "Subar naran edita-na'in/IP",
318 # Diffs
319 'lineno' => 'Liña $1:',
321 # Search results
322 'noexactmatch' => "'''Pájina ''$1'' la iha.''' Ó bele [[:$1|kria pájina ne'e]].",
323 'prevn' => 'molok $1',
324 'nextn' => 'oinmai $1',
325 'viewprevnext' => 'Haree ($1) ($2) ($3)',
326 'powersearch' => 'Buka',
328 # Preferences page
329 'mypreferences' => "Ha'u-nia preferénsia",
330 'prefs-rc' => 'Mudansa foufoun sira',
331 'prefs-watchlist' => 'Lista hateke',
332 'textboxsize' => 'Edita',
333 'searchresultshead' => 'Buka',
335 # User rights
336 'userrights' => "Filak kuana uza-na'in", # Not used as normal message but as header for the special page itself
337 'userrights-lookup-user' => "Filak lubu uza-na'in",
338 'userrights-user-editname' => "Hakerek naran uza-na'in ida-nian:",
339 'editusergroup' => "Filak lubu uza-na'in",
340 'userrights-editusergroup' => "Filak lubu uza-na'in",
341 'userrights-groupsmember' => 'Membru iha:',
342 'userrights-no-interwiki' => "Ó la bele filak kuana uza-na'in iha wiki seluk.",
344 # Groups
345 'group' => 'Lubu:',
346 'group-bot' => 'Bot sira',
347 'group-sysop' => 'Administradór sira',
348 'group-bureaucrat' => 'Burokrata sira',
349 'group-all' => '(hotu)',
351 'group-bot-member' => 'Bot',
352 'group-sysop-member' => 'Administradór',
353 'group-bureaucrat-member' => 'Burokrata',
355 'grouppage-bot' => '{{ns:project}}:Bot sira',
356 'grouppage-sysop' => '{{ns:project}}:Administradór sira',
357 'grouppage-bureaucrat' => '{{ns:project}}:Burokrata sira',
359 # User rights log
360 'rightslog' => "Lista filak kuana uza-na'in",
361 'rightslogtext' => "Ne'e lista ba filak lubu uza-na'in.",
362 'rightslogentry' => 'filak lubu $1 nian husi $2 ba $3',
363 'rightsnone' => '(mamuk)',
365 # Recent changes
366 'recentchanges' => 'Mudansa foufoun sira',
367 'rcshowhideminor' => '$1 osan-rahun sira',
368 'rcshowhidebots' => '$1 bot sira',
369 'rcshowhideliu' => '$1 ema rejista',
370 'rcshowhideanons' => '$1 ema anónimu',
371 'rcshowhidemine' => "$1 ha'u-nia edita",
372 'diff' => 'diferensa',
373 'hist' => 'istória',
374 'hide' => 'Hamsumik',
375 'show' => 'Hatudu',
376 'minoreditletter' => 'o',
377 'newpageletter' => 'F',
378 'boteditletter' => 'b',
380 # Recent changes linked
381 'recentchangeslinked' => 'Muda sira',
383 # Upload
384 'upload' => 'Tau iha arkivu laran',
385 'uploadbtn' => 'Tau iha arkivu laran',
386 'watchthisupload' => "Hateke pájina ne'e",
388 # Special:ImageList
389 'imagelist_name' => 'Naran',
390 'imagelist_user' => "Uza-na'in",
392 # Image description page
393 'filehist-deleteall' => 'halakon hotu',
394 'filehist-deleteone' => 'halakon',
395 'filehist-current' => 'atuál',
396 'filehist-datetime' => 'Loron/Tempu',
397 'filehist-user' => "Uza-na'in",
398 'filehist-comment' => 'Komentáriu',
399 'imagelinks' => 'Ligasaun',
401 # File reversion
402 'filerevert-comment' => 'Komentáriu:',
404 # File deletion
405 'filedelete' => 'Halakon $1',
406 'filedelete-comment' => 'Komentáriu:',
407 'filedelete-submit' => 'Halakon',
409 # Random page
410 'randompage' => 'Pájina ruma',
412 # Statistics
413 'statistics' => 'Estátistika',
415 'brokenredirects-edit' => '(edita)',
416 'brokenredirects-delete' => '(halakon)',
418 # Miscellaneous special pages
419 'nlinks' => '$1 ligasaun',
420 'nmembers' => '$1 {{PLURAL:$1|membru|membru}}',
421 'nrevisions' => '$1 {{PLURAL:$1|versaun|versaun}}',
422 'shortpages' => 'Pájina badak',
423 'longpages' => 'Pájina naruk',
424 'listusers' => "Lista uza-na'in",
425 'newpages' => 'Pájina foun',
426 'newpages-username' => "Naran uza-na'in:",
427 'ancientpages' => 'Pájina tuan liu hotu sira',
428 'move' => 'Book',
429 'movethispage' => "Book pájina ne'e",
431 # Book sources
432 'booksources-go' => 'Bá',
434 # Special:Log
435 'specialloguserlabel' => "Uza-na'in:",
437 # Special:AllPages
438 'allpages' => 'Pájina hotu',
439 'alphaindexline' => "$1 to'o $2",
440 'nextpage' => 'Pájina oinmai ($1)',
441 'allarticles' => 'Pájina hotu',
442 'allpagesnext' => 'Oinmai',
443 'allpagessubmit' => 'Bá',
445 # Special:Categories
446 'categories' => 'Kategoría',
448 # Special:LinkSearch
449 'linksearch-ok' => 'Buka',
451 # Special:ListUsers
452 'listusers-submit' => 'Hatudu',
454 # Special:Log/newusers
455 'newuserlogpage' => "Lista kria uza-na'in",
456 'newuserlogpagetext' => "Ne'e lista kria uza-na'in.",
457 'newuserlog-create-entry' => "Uza-na'in foun",
458 'newuserlog-create2-entry' => "registrar uza-na'in $1",
460 # Special:ListGroupRights
461 'listgrouprights-group' => 'Lubu',
462 'listgrouprights-rights' => 'Priviléjiu',
464 # E-mail user
465 'emailuser' => "Haruka korreiu eletróniku ba uza-na'in ne'e",
466 'defemailsubject' => '{{SITENAME}} korreiu eletróniku',
467 'noemailtitle' => "Lá'os diresaun korreiu eletróniku",
468 'emailsend' => 'Haruka',
470 # Watchlist
471 'watchlist' => "Ha'u-nia lista hateke",
472 'mywatchlist' => "Ha'u-nia lista hateke",
473 'watchlistfor' => "('''$1''' nian)",
474 'addedwatch' => 'tau tan tiha ba lista hateke',
475 'watch' => 'Hateke',
476 'watchthispage' => "Hateke pájina ne'e",
477 'unwatch' => 'La hateke',
478 'watchlist-hide-bots' => 'Hamsumik edita "bot" sira',
479 'watchlist-hide-own' => "Hamsumik edita ha'u-nia",
480 'watchlist-show-minor' => 'Hatudu osan-rahun',
481 'watchlist-hide-minor' => 'Subar osan-rahun',
483 # Displayed when you click the "watch" button and it is in the process of watching
484 'watching' => 'Hateke...',
485 'unwatching' => 'La hateke...',
487 'enotif_newpagetext' => "Ne'e pájina foun.",
488 'enotif_impersonal_salutation' => "Uza-na'in {{SITENAME}} nian",
489 'changed' => 'filak',
490 'created' => 'kria',
492 # Delete
493 'deletepage' => 'Halakon pájina',
494 'excontent' => "testu iha pájina: '$1'",
495 'excontentauthor' => "testu iha pájina: '$1' (no ema ida de'it ne'ebé kontribui '[[Special:Contributions/$2|$2]]')",
496 'exblank' => 'pájina mamuk',
497 'delete-legend' => 'Halakon',
498 'deletedarticle' => 'halakon "[[$1]]"',
499 'dellogpage' => 'Lista halakon',
500 'deletionlog' => 'lista halakon',
501 'deletecomment' => 'Tansá ó halakon:',
503 # Protect
504 'protectedarticle' => 'proteje "[[$1]]"',
505 'prot_1movedto2' => 'book tiha [[$1]] ba [[$2]]',
506 'protectcomment' => 'Komentáriu:',
507 'protectexpiry' => "to'o:",
508 'protect-fallback' => 'Presiza kuana "$1"',
509 'protect-level-autoconfirmed' => 'Blokeiu ema anónimu',
510 'protect-level-sysop' => "de'it administradór",
511 'protect-expiring' => "to'o $1 (UTC)",
512 'protect-cantedit' => "Ó la bele filak proteje pájina ne'e nian, tan ba ó la bele edita pájina ne'e.",
513 '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,...
514 'restriction-type' => 'Kuana:',
516 # Restrictions (nouns)
517 'restriction-edit' => 'Edita',
518 'restriction-move' => 'Book',
519 'restriction-create' => 'Kria',
521 # Undelete
522 'undelete' => 'Haree pájina halakon tiha',
523 'undeletebtn' => 'Restaurar',
524 'undeletelink' => 'restaurar',
525 'undeletecomment' => 'Komentáriu:',
526 'undeletedarticle' => 'restaurar "[[$1]]"',
527 'undeletedrevisions' => 'restaurar $1 {{PLURAL:$1|versaun|versaun}}',
528 'undelete-search-submit' => 'Buka',
530 # Namespace form on various pages
531 'blanknamespace' => '(Prinsipál)',
533 # Contributions
534 'contributions' => "Kontribuisaun uza-na'in",
535 'mycontris' => "Ha'u-nia kontribuisaun",
537 'sp-contributions-newbies' => "Hatudu de'it kontribuisaun uza-na'in foun sira-nia",
538 'sp-contributions-search' => 'Buka kontribuisaun',
539 'sp-contributions-username' => "Diresaun IP ka naran uza-na'in:",
540 'sp-contributions-submit' => 'Buka',
542 # What links here
543 'whatlinkshere' => "Artigu sira ne'ebé bá iha ne'e",
544 'whatlinkshere-title' => 'Pájina sira ne\'ebé bá "$1".',
545 'whatlinkshere-page' => 'Pájina:',
546 'linkshere' => "Pájina sira ne'e link ba '''[[:$1]]''':",
547 'whatlinkshere-prev' => '{{PLURAL:$1|oinmai|oinmai $1}}',
548 'whatlinkshere-next' => '{{PLURAL:$1|molok|molok $1}}',
549 'whatlinkshere-links' => '← ligasaun',
550 'whatlinkshere-hidelinks' => '$1 ligasaun',
552 # Block/unblock
553 'blockip' => "Blokeiu uza-na'in",
554 'blockip-legend' => "Blokeiu uza-na'in",
555 '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,...
556 'ipbotheroption' => 'seluk',
557 'ipblocklist' => "Ema anónimu no rejista ne'ebé nablokeiu",
558 'ipblocklist-username' => "Naran uza-na'in ka IP:",
559 'ipblocklist-submit' => 'Buka',
560 'blocklink' => 'blokeiu',
561 'unblocklink' => 'la blokeiu',
562 'contribslink' => 'kontribuisaun',
563 'block-log-flags-noemail' => 'korreiu eletróniku blokeiu',
564 'ipb_already_blocked' => '"$1" nablokeiu tiha ona',
566 # Move page
567 'move-page' => 'Book $1',
568 'move-page-legend' => 'Book pájina',
569 'movearticle' => 'Book pájina:',
570 'movenotallowed' => 'Ó la bele book pájina iha {{SITENAME}}.',
571 'newtitle' => 'Naran foun:',
572 'move-watch' => "Hateke pájina ne'e",
573 'movepagebtn' => 'Book pájina',
574 'movedto' => 'book tiha ba',
575 'movetalk' => 'Book pájina diskusaun mós',
576 '1movedto2' => 'book tiha [[$1]] ba [[$2]]',
577 'movelogpage' => 'Lista book',
578 'delete_and_move' => 'Halakon ho book',
579 'delete_and_move_confirm' => 'Sin, halakon pájina',
581 # Export
582 'export' => 'Esporta pájina sira',
584 # Namespace 8 related
585 'allmessagesname' => 'Naran',
586 'allmessagescurrent' => 'Testu atuál',
588 # Import log
589 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|versaun|versaun}} husi $2',
591 # Tooltip help for the actions
592 'tooltip-pt-userpage' => "Ha'u-nia pájina uza-na'in",
593 'tooltip-pt-mytalk' => "Ha'u-nia pájina diskusaun",
594 'tooltip-pt-preferences' => "Ha'u-nia preferénsia",
595 'tooltip-pt-mycontris' => "Lista ha'u-nia kontribuisaun",
596 'tooltip-ca-addsection' => "Tau tan komentáriu ida ba diskusaun ne'e.",
597 'tooltip-ca-protect' => "Proteje pájina ne'e",
598 'tooltip-ca-delete' => "Halakon pájina ne'e",
599 'tooltip-ca-move' => "Book pájina ne'e",
600 'tooltip-ca-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
601 'tooltip-search' => 'Buka iha {{SITENAME}}',
602 'tooltip-n-mainpage' => 'Vizita Pájina Mahuluk',
603 'tooltip-n-portal' => "Kona-ba projetu, ne'ebé ó bele halo, iha ne'ebé ó hetan saida",
604 'tooltip-n-recentchanges' => "Lista mudansa foufoun sira iha wiki ne'e.",
605 'tooltip-n-randompage' => 'Hola pájina ruma',
606 'tooltip-n-help' => 'Hatudu pájina ajuda.',
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",
616 # Browsing diffs
617 'previousdiff' => '←Versaun molok',
618 'nextdiff' => 'Versaun oinmai→',
620 # Special:NewImages
621 'showhidebots' => '($1 bot sira)',
622 'ilsubmit' => 'Buka',
624 # EXIF tags
625 'exif-artist' => 'Autór',
627 'exif-meteringmode-255' => 'Seluk',
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',
636 # action=purge
637 'confirm_purge_button' => 'OK',
639 # Multipage image navigation
640 'imgmultipageprev' => '← pájina molok',
641 'imgmultipagenext' => 'pájina oinmai →',
642 'imgmultigo' => 'Bá!',
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á',
650 # Auto-summaries
651 'autosumm-new' => 'Pájina foun: $1',
653 # Watchlist editor
654 'watchlistedit-normal-title' => 'Filak lista hateke',
656 # Watchlist editing tools
657 'watchlisttools-edit' => 'Haree no edita lista hateke',
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',
666 # Special:FileDuplicateSearch
667 'fileduplicatesearch-submit' => 'Buka',
669 # Special:SpecialPages
670 'specialpages' => 'Pájina espesiál sira',
672 # Special:Nuke
673 'nuke-submit-user' => 'Bá',