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