d1f018233f5ae6f85ff877eea10ab75845446c07
[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 # Categories related messages
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 'listingcontinuesabbrev' => 'kont.',
139
140 'about' => 'Kona-ba',
141 'article' => 'Pájina',
142 'qbfind' => 'Hetan',
143 'qbedit' => 'Edita',
144 'qbpageoptions' => "Pájina ne'e",
145 'qbmyoptions' => "Ha'u-nia pájina sira",
146 'qbspecialpages' => 'Pájina espesiál sira',
147 'moredotdotdot' => 'Barak liu...',
148 'mypage' => "Ha'u-nia pájina",
149 'mytalk' => "Ha'u-nia diskusaun",
150 'anontalk' => "Diskusaun ba IP ne'e",
151 'navigation' => 'Hatudu-dalan',
152 'and' => 'ho',
153
154 'errorpagetitle' => 'Sala',
155 'tagline' => 'Husi {{SITENAME}}',
156 'help' => 'Ajuda',
157 'search' => 'Buka',
158 'searchbutton' => 'Buka',
159 'go' => 'Bá',
160 'searcharticle' => 'Pájina',
161 'history' => 'Istória pájina',
162 'history_short' => 'Istória',
163 'info_short' => 'Informasaun',
164 'printableversion' => 'Versaun ba impresaun',
165 'permalink' => 'Ligasaun mahelak',
166 'print' => 'Imprime',
167 'edit' => 'Edita',
168 'create' => 'Kria',
169 'editthispage' => "Edita pájina ne'e",
170 'delete' => 'Halakon',
171 'deletethispage' => "Halakon pájina ne'e",
172 'undelete_short' => 'Restaurar {{PLURAL:$1|versaun ida|$1 versaun}}',
173 'protect' => 'Proteje',
174 'protectthispage' => "Proteje pájina ne'e",
175 'unprotect' => 'La proteje',
176 'unprotectthispage' => "La proteje pájina ne'e",
177 'newpage' => 'Pájina foun',
178 'talkpage' => "Diskusaun kona-ba pájina ne'e",
179 'talkpagelinktext' => 'Diskusaun',
180 'specialpage' => 'Pájina espesiál',
181 'postcomment' => 'Tau tan komentáriu ida',
182 'talk' => 'Diskusaun',
183 'toolbox' => 'Kaixa besi nian',
184 'userpage' => "Haree pájina uza-na'in",
185 'projectpage' => 'Haree pájina projetu nian',
186 'imagepage' => 'Haree pájina imajen nian',
187 'mediawikipage' => 'Haree pájina mensajen nian',
188 'viewhelppage' => 'Haree pájina ajuda',
189 'categorypage' => 'Haree pájina kategoría nian',
190 'viewtalkpage' => 'Haree diskusaun',
191 'otherlanguages' => 'Iha lian seluk',
192 'protectedpage' => "Pájina ne'ebé naproteje",
193 'jumpto' => 'Bá:',
194 'jumptonavigation' => 'hatudu-dalan',
195 'jumptosearch' => 'buka',
196
197 # 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).
198 'aboutsite' => 'Kona-ba {{SITENAME}}',
199 'aboutpage' => 'Project:Kona-ba',
200 'copyright' => 'Testu pájina nian iha $1 okos.',
201 'currentevents' => 'Mamosuk atuál sira',
202 'currentevents-url' => 'Project:Mamosuk atuál sira',
203 'disclaimers' => 'Avisu legál',
204 'disclaimerpage' => 'Project:Avisu legál',
205 'edithelp' => 'Ajuda kona-ba edita',
206 'edithelppage' => 'Help:Edita',
207 'mainpage' => 'Pájina Mahuluk',
208 'portal' => 'Portál komunidade nian',
209 'portal-url' => 'Project:Portál komunidade nian',
210 'privacy' => 'Polítika privasidade nian',
211 'privacypage' => 'Project:Polítika privasidade nian',
212 'sitesupport' => 'Fó donativu ida',
213
214 'badaccess-group0' => "Ó la bele halo ne'e.",
215 'badaccess-group1' => "Ba halo ne'e tenke iha lubu $1.",
216 'badaccess-group2' => "Ba halo ne'e tenke iha lubu ida husi $1.",
217 'badaccess-groups' => "Ba halo ne'e tenke iha 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' => 'Kategoría',
245
246 # Main script and global functions
247 'nosuchspecialpage' => "Pájina espesiál ne'e lá'os",
248
249 # General errors
250 'error' => 'Sala',
251 'viewsourcefor' => 'ba $1',
252
253 # Login and logout pages
254 'yourname' => "Naran uza-n'in:",
255 'userlogin' => 'Log in / kriar konta ida',
256 'nologinlink' => 'Registrar',
257 'createaccount' => "Registrar uza-na'in",
258 'userexists' => "Uza-na'in ne'e ona iha wiki. Favór ida lori naran seluk.",
259 'youremail' => 'Korreiu eletróniku:',
260 'username' => "Naran uza-na'in:",
261 'uid' => "Uza-na'in ID:",
262 'yourlanguage' => 'Lian:',
263 'email' => 'Korreiu eletróniku',
264 'prefs-help-email-required' => 'Haruka diresaun korreiu eletróniku.',
265 'accountcreated' => "Registrar tiha uza-na'in",
266 'loginlanguagelabel' => 'Lian: $1',
267
268 # Password reset dialog
269 'resetpass_text' => "<!-- Hakerek testu iha ne'e -->",
270
271 # Edit page toolbar
272 'link_tip' => 'Ligasaun ba laran',
273 'extlink_tip' => "Ligasaun ba li'ur (tau tan http://)",
274 'image_sample' => 'Ezemplu.jpg',
275 'media_sample' => 'Ezemplu.ogg',
276
277 # Edit pages
278 'minoredit' => "Ne'e osan-rahun",
279 'watchthis' => "Hateke pájina ne'e",
280 'anoneditwarning' => 'Ó lá\'os "log-in" iha momentu.',
281 'blockedtitle' => "Uza-na'in nablokeiu",
282 'newarticle' => '(Foun)',
283 '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].",
284 'editing' => 'Edita $1',
285 'editingcomment' => 'Edita $1 (komentáriu)',
286 'yourtext' => 'Ó-nia testu',
287 'yourdiff' => 'Diferensa sira',
288 'nocreate-loggedin' => 'Ó la iha kuana kria pájina foun iha {{SITENAME}}.',
289
290 # Account creation failure
291 'cantcreateaccounttitle' => "La bele registrar uza-na'in",
292
293 # History pages
294 'currentrev' => 'Versaun atuál',
295 'revisionasof' => 'Versaun $1 nian',
296 'previousrevision' => '←Versaun tuan liu',
297 'nextrevision' => 'Versaun foun liu→',
298 'currentrevisionlink' => 'Versaun atuál',
299 'cur' => 'atuál',
300 'next' => 'oinmai',
301 'last' => 'ikus',
302 'page_first' => 'uluk',
303 'histfirst' => 'sedu liu hotu',
304 'historyempty' => '(mamuk)',
305
306 # Revision feed
307 'history-feed-item-nocomment' => '$1 iha $2', # user at time
308
309 # Revision deletion
310 'rev-delundel' => 'hatudu/subar',
311 'revisiondelete' => 'Halakon/restaurar versaun',
312 'revdelete-hide-user' => "Subar naran edita-na'in/IP",
313
314 # Diffs
315 'lineno' => 'Liña $1:',
316
317 # Search results
318 'noexactmatch' => "'''Pájina ''$1'' lá'os.''' Ó bele [[:$1|kria pájina ne'e]].",
319 'prevn' => 'molok $1',
320 'nextn' => 'oinmai $1',
321 'viewprevnext' => 'Haree ($1) ($2) ($3)',
322 'powersearch' => 'Buka',
323
324 # Preferences page
325 'mypreferences' => "Ha'u-nia preferénsia",
326 'prefs-rc' => 'Mudansa foufoun sira',
327 'prefs-watchlist' => 'Lista hateke',
328 'textboxsize' => 'Edita',
329 'searchresultshead' => 'Buka',
330
331 # User rights
332 'userrights' => "Filak kuana uza-na'in", # Not used as normal message but as header for the special page itself
333 'userrights-lookup-user' => "Filak lubu uza-na'in",
334 'userrights-user-editname' => "Hakerek naran uza-na'in ida-nian:",
335 'editusergroup' => "Filak lubu uza-na'in",
336 'userrights-editusergroup' => "Filak lubu uza-na'in",
337 'userrights-groupsmember' => 'Membru iha:',
338 'userrights-available-none' => "Ó la bele filak lubu uza-na'in.",
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:Imagelist
386 'imagelist_name' => 'Naran',
387 'imagelist_user' => "Uza-na'in",
388
389 # Image description page
390 'filehist-deleteall' => 'halakon hotu',
391 'filehist-deleteone' => "halakon ne'e",
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 'sitestats' => '{{SITENAME}} estátistika',
412 'userstatstext' => "Iha ne'e registrar tiha ona '''$1''' [[Special:Listusers|uza-na'in]], '''$2''' (ka '''$4%''') $5.",
413
414 'brokenredirects-edit' => '(edita)',
415 'brokenredirects-delete' => '(halakon)',
416
417 # Miscellaneous special pages
418 'nlinks' => '$1 ligasaun',
419 'nmembers' => '$1 membru',
420 'nrevisions' => '$1 versaun',
421 'shortpages' => 'Pájina badak',
422 'longpages' => 'Pájina naruk',
423 'listusers' => "Lista uza-na'in",
424 'specialpages' => 'Pájina espesiál sira',
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",
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:Listusers
443 'listusers-submit' => 'Hatudu',
444
445 # E-mail user
446 'emailuser' => "Haruka korreiu eletróniku ba uza-na'in ne'e",
447 'defemailsubject' => '{{SITENAME}} korreiu eletróniku',
448 'noemailtitle' => "Lá'os diresaun korreiu eletróniku",
449 'emailsend' => 'Haruka',
450
451 # Watchlist
452 'watchlist' => "Ha'u-nia lista hateke",
453 'mywatchlist' => "Ha'u-nia lista hateke",
454 'watchlistfor' => "('''$1''' nian)",
455 'addedwatch' => 'tau tan tiha ba lista hateke',
456 'watch' => 'Hateke',
457 'watchthispage' => "Hateke pájina ne'e",
458 'unwatch' => 'La hateke',
459 'watchlist-hide-bots' => 'Hamsumik edita "bot" sira',
460 'watchlist-hide-own' => "Hamsumik edita ha'u-nia",
461 'watchlist-show-minor' => 'Hatudu osan-rahun',
462 'watchlist-hide-minor' => 'Subar osan-rahun',
463
464 # Displayed when you click the "watch" button and it's in the process of watching
465 'watching' => 'Hateke...',
466 'unwatching' => 'La hateke...',
467
468 'enotif_newpagetext' => "Ne'e pájina foun.",
469 'enotif_impersonal_salutation' => "Uza-na'in {{SITENAME}} nian",
470 'changed' => 'filak',
471 'created' => 'kria',
472
473 # Delete/protect/revert
474 'deletepage' => 'Halakon pájina',
475 'excontent' => "testu iha pájina: '$1'",
476 'excontentauthor' => "testu iha pájina: '$1' (no ema ida de'it ne'ebé kontribui '[[Special:Contributions/$2|$2]]')",
477 'exblank' => 'pájina mamuk',
478 'delete-legend' => 'Halakon',
479 'deletedarticle' => 'halakon "[[$1]]"',
480 'dellogpage' => 'Lista halakon',
481 'deletionlog' => 'lista halakon',
482 'deletecomment' => 'Tansá ó halakon:',
483 'protectedarticle' => 'proteje "[[$1]]"',
484 'protectcomment' => 'Komentáriu:',
485 'protectexpiry' => "to'o:",
486 'protect-fallback' => 'Presiza kuana "$1"',
487 'protect-level-autoconfirmed' => 'Blokeiu ema anónimu',
488 'protect-level-sysop' => "de'it administradór",
489 'protect-expiring' => "to'o $1 (UTC)",
490 'protect-cantedit' => "Ó la bele filak proteje pájina ne'e nian, tan ba ó la bele edita pájina ne'e.",
491 'restriction-type' => 'Kuana:',
492
493 # Restrictions (nouns)
494 'restriction-edit' => 'Edita',
495 'restriction-move' => 'Book',
496 'restriction-create' => 'Kria',
497
498 # Undelete
499 'undelete' => 'Haree pájina halakon tiha',
500 'undeletebtn' => 'Restaurar',
501 'undeletelink' => 'restaurar',
502 'undeletecomment' => 'Komentáriu:',
503 'undeletedarticle' => 'restaurar "[[$1]]"',
504 'undeletedrevisions' => 'restaurar $1 versaun',
505
506 # Namespace form on various pages
507 'blanknamespace' => '(Prinsipál)',
508
509 # Contributions
510 'contributions' => "Kontribuisaun uza-na'in",
511 'mycontris' => "Ha'u-nia kontribuisaun",
512
513 'sp-contributions-newbies' => "Hatudu de'it kontribuisaun uza-na'in foun sira-nia",
514 'sp-contributions-search' => 'Buka kontribuisaun',
515 'sp-contributions-username' => "Diresaun IP ka naran uza-na'in:",
516 'sp-contributions-submit' => 'Buka',
517
518 # What links here
519 'whatlinkshere' => "Artigu sira ne'ebé bá iha ne'e",
520 'whatlinkshere-title' => "Pájina sira ne'ebé bá $1",
521 'whatlinkshere-page' => 'Pájina:',
522 'linklistsub' => '(Lista ligasaun nian)',
523 'linkshere' => "Pájina sira ne'e link ba '''[[:$1]]''':",
524 'whatlinkshere-prev' => '{{PLURAL:$1|oinmai|oinmai $1}}',
525 'whatlinkshere-next' => '{{PLURAL:$1|molok|molok $1}}',
526 'whatlinkshere-links' => '← ligasaun',
527
528 # Block/unblock
529 'blockip' => "Blokeiu uza-na'in",
530 '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,...
531 'ipbotheroption' => 'seluk',
532 'ipblocklist' => 'Lista ema anónimu no rejista nablokeiu nian',
533 'ipblocklist-username' => "Naran uza-na'in ka IP:",
534 'ipblocklist-submit' => 'Buka',
535 'blocklink' => 'blokeiu',
536 'unblocklink' => 'la blokeiu',
537 'contribslink' => 'kontribuisaun',
538 'block-log-flags-noemail' => 'korreiu eletróniku blokeiu',
539 'ipb_already_blocked' => '"$1" nablokeiu tiha ona',
540
541 # Move page
542 'move-page-legend' => 'Book pájina',
543 'movearticle' => 'Book pájina:',
544 'movenotallowed' => 'Ó la bele book pájina iha {{SITENAME}}.',
545 'newtitle' => 'Naran foun:',
546 'move-watch' => "Hateke pájina ne'e",
547 'movepagebtn' => 'Book pájina',
548 '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.
549 'movedto' => 'book tiha ba',
550 'movetalk' => 'Book pájina diskusaun mós',
551 'talkpagemoved' => 'Pájina diskusaun mós nabook tiha',
552 'talkpagenotmoved' => 'Pájina diskusaun mós <strong>la</strong> nabook tiha',
553 '1movedto2' => 'book tiha [[$1]] ba [[$2]]',
554 'movelogpage' => 'Lista book',
555 'delete_and_move' => 'Halakon ho book',
556 'delete_and_move_confirm' => 'Sin, halakon pájina',
557
558 # Export
559 'export' => 'Esporta pájina sira',
560
561 # Namespace 8 related
562 'allmessagesname' => 'Naran',
563 'allmessagescurrent' => 'Testu atuál',
564
565 # Import log
566 'import-logentry-interwiki-detail' => '$1 versaun husi $2',
567
568 # Tooltip help for the actions
569 'tooltip-pt-userpage' => "Ha'u-nia pájina uza-na'in",
570 'tooltip-pt-mytalk' => "Ha'u-nia pájina diskusaun",
571 'tooltip-pt-preferences' => "Ha'u-nia preferénsia",
572 'tooltip-pt-mycontris' => "Lista ha'u-nia kontribuisaun",
573 'tooltip-ca-addsection' => "Tau tan komentáriu ida ba diskusaun ne'e.",
574 'tooltip-ca-protect' => "Proteje pájina ne'e",
575 'tooltip-ca-delete' => "Halakon pájina ne'e",
576 'tooltip-ca-move' => "Book pájina ne'e",
577 'tooltip-ca-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
578 'tooltip-search' => 'Buka iha {{SITENAME}}',
579 'tooltip-n-mainpage' => 'Vizita Pájina Mahuluk',
580 'tooltip-n-portal' => "Kona-ba projetu, ne'ebé ó bele halo, iha ne'ebé ó hetan saida",
581 'tooltip-n-recentchanges' => "Lista mudansa foufoun sira iha wiki ne'e.",
582 'tooltip-n-randompage' => 'Hola pájina ruma',
583 'tooltip-n-help' => 'Hatudu pájina ajuda.',
584 'tooltip-n-sitesupport' => 'Tulun ami',
585 'tooltip-t-whatlinkshere' => "Lista pájina nian ne'ebé bá iha ne'e",
586 'tooltip-t-contributions' => "Haree lista kontribuisaun uza-na'in ne'e nian",
587 'tooltip-t-upload' => 'Tau iha arkivu laran',
588 'tooltip-t-specialpages' => 'Lista pájina espesiál hotu nian',
589 'tooltip-ca-nstab-user' => "Haree pájina uza-na'in",
590 'tooltip-ca-nstab-project' => 'Haree pájina projetu nian',
591 'tooltip-minoredit' => "Halo ne'e osan-rahun",
592 'tooltip-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
593
594 # Browsing diffs
595 'previousdiff' => '←Diferensa molok',
596 'nextdiff' => 'Diferensa oinmai→',
597
598 # Special:Newimages
599 'showhidebots' => '($1 bot sira)',
600 'ilsubmit' => 'Buka',
601
602 # EXIF tags
603 'exif-artist' => 'Autór',
604
605 # 'all' in various places, this might be different for inflected languages
606 'recentchangesall' => 'hotu',
607 'imagelistall' => 'hotu',
608 'watchlistall2' => 'hotu',
609 'namespacesall' => 'hotu',
610 'monthsall' => 'hotu',
611
612 # action=purge
613 'confirm_purge_button' => 'OK',
614
615 # Multipage image navigation
616 'imgmultipageprev' => '← pájina molok',
617 'imgmultipagenext' => 'pájina oinmai →',
618
619 # Table pager
620 'table_pager_next' => 'Pájina oinmai',
621 'table_pager_prev' => 'Pájina molok',
622 'table_pager_first' => 'Pájina uluk',
623
624 # Auto-summaries
625 'autosumm-new' => 'Pájina foun: $1',
626
627 # Watchlist editor
628 'watchlistedit-normal-title' => 'Filak lista hateke',
629
630 # Watchlist editing tools
631 'watchlisttools-edit' => 'Haree no edita lista hateke',
632
633 # Special:Version
634 'version' => 'Versaun', # Not used as normal message but as header for the special page itself
635 'version-specialpages' => 'Pájina espesiál',
636 'version-other' => 'Seluk',
637 'version-version' => 'Versaun',
638 'version-software-version' => 'Versaun',
639
640 );