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