Follow-up on r49946. Removed outdated 'version-svn-revision' in localisations other...
[mediawiki.git] / languages / messages / MessagesTet.php
blobd4243603d09fe3142d43bd4cc8001eb10ecfdb55
1 <?php
2 /** Tetum (Tetun)
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
7 * @ingroup Language
8 * @file
10 * @author MF-Warburg
13 $namespaceNames = array(
14 NS_MEDIA => 'Media',
15 NS_SPECIAL => 'Espesiál',
16 NS_TALK => 'Diskusaun',
17 NS_USER => 'Uza-na\'in',
18 NS_USER_TALK => 'Diskusaun_Uza-na\'in',
19 NS_PROJECT_TALK => 'Diskusaun_$1',
20 NS_FILE => 'Imajen',
21 NS_FILE_TALK => 'Diskusaun_Imajen',
22 NS_MEDIAWIKI => 'MediaWiki',
23 NS_MEDIAWIKI_TALK => 'Diskusaun_MediaWiki',
24 NS_TEMPLATE => 'Template',
25 NS_TEMPLATE_TALK => 'Diskusaun_Template',
26 NS_HELP => 'Ajuda',
27 NS_HELP_TALK => 'Diskusaun_Ajuda',
28 NS_CATEGORY => 'Kategoria',
29 NS_CATEGORY_TALK => 'Diskusaun_Kategoria',
32 $namespaceAliases = array(
33 "Kategoría" => NS_CATEGORY,
34 "Diskusaun_Kategoría" => NS_CATEGORY_TALK,
37 $specialPageAliases = array(
38 'CreateAccount' => array( 'Rejista' ),
39 'Preferences' => array( 'Preferénsia' ),
40 'Watchlist' => array( 'Lista hateke' ),
41 'Recentchanges' => array( 'Mudansa foufoun sira' ),
42 'Upload' => array( 'Tau iha arkivu laran' ),
43 'Listfiles' => array( 'Lista imajen' ),
44 'Newimages' => array( 'Imajen foun' ),
45 'Listusers' => array( 'Lista uza-na\'in' ),
46 'Statistics' => array( 'Estatístika' ),
47 'Randompage' => array( 'Pájina ruma' ),
48 'Shortpages' => array( 'Pájina badak' ),
49 'Longpages' => array( 'Pájina naruk' ),
50 'Protectedpages' => array( 'Pájina sira-ne\'ebé proteje tiha' ),
51 'Allpages' => array( 'Pájina hotu' ),
52 'Ipblocklist' => array( 'Lista ema sira-ne\'ebé blokeiu tiha' ),
53 'Specialpages' => array( 'Pájina espesiál sira' ),
54 'Contributions' => array( 'Kontribuisaun' ),
55 'Emailuser' => array( 'Haruka korreiu eletróniku' ),
56 'Whatlinkshere' => array( 'Pájina sira ne\'ebé bá iha ne\'e' ),
57 'Movepage' => array( 'Book' ),
58 'Categories' => array( 'Kategoria' ),
59 'Export' => array( 'Esporta' ),
60 'Version' => array( 'Versaun' ),
61 'Allmessages' => array( 'Mensajen hotu' ),
62 'Blockip' => array( 'Blokeiu' ),
63 'Undelete' => array( 'Restaurar' ),
64 'Userrights' => array( 'Kuana', 'Priviléjiu' ),
65 'Mypage' => array( 'Ha\'u-nia pájina' ),
66 'Listadmins' => array( 'Lista administradór' ),
67 'Search' => array( 'Buka' ),
68 'Withoutinterwiki' => array( 'Laiha interwiki' ),
71 $messages = array(
72 # User preference toggles
73 'tog-underline' => 'Subliña ligasaun sira:',
74 'tog-highlightbroken' => 'Formatu ligasaun sira-ne\'ebé bá pájina maka wiki la iha: <a href="" class="new">ne\'e</a> ka <a href="" class="internal">ne\'e</a>).',
75 'tog-justify' => 'Justifika parágrafu sira',
76 'tog-hideminor' => "Lá'os hatudu osan-rahun sira iha mudansa foufoun sira",
77 'tog-usenewrc' => 'Uza lista "Mudansa foufoun sira" di\'ak liu (JavaScript)',
78 'tog-showtoolbar' => 'Hatudu kaixa edita (JavaScript)',
79 'tog-watchcreations' => "Hateke pájina sira-ne'ebé ha'u kria",
80 'tog-watchdefault' => "Hateke pájina sira-ne'ebé ha'u edita",
81 'tog-watchmoves' => "Hateke pájina sira-ne'ebé ha'u book",
82 'tog-watchdeletion' => "Hateke pájina sira-ne'ebé ha'u halakon",
83 'tog-watchlisthideown' => "La hatudu ha'u-nia edita iha lista hateke",
84 'tog-watchlisthidebots' => 'Hamsumik bot iha lista hateke',
85 'tog-watchlisthideminor' => 'Hamsumik osan-rahun iha lista hateke',
86 'tog-watchlisthideliu' => 'La hatudu edita ema rejista nian iha lista hateke',
87 'tog-watchlisthideanons' => 'La hatudu edita ema anónimu nian iha lista hateke',
88 'tog-showhiddencats' => "Hatudu kategoria sira-ne'ebé subar",
90 'underline-always' => 'Sempre',
91 'underline-never' => 'Nunka',
93 # Dates
94 'sunday' => 'Loron-domingu',
95 'monday' => 'Loron-segunda',
96 'tuesday' => 'Loron-tersa',
97 'wednesday' => 'Loron-kuarta',
98 'thursday' => 'Loron-kinta',
99 'friday' => 'Loron-sesta',
100 'saturday' => 'Loron-sábadu',
101 'sun' => 'Dom',
102 'mon' => 'Seg',
103 'tue' => 'Ter',
104 'wed' => 'Kua',
105 'thu' => 'Kin',
106 'fri' => 'Ses',
107 'sat' => 'Sáb',
108 'january' => 'Janeiru',
109 'february' => 'Fevereiru',
110 'march' => 'Marsu',
111 'april' => 'Abríl',
112 'may_long' => 'Maiu',
113 'june' => 'Juñu',
114 'july' => 'Jullu',
115 'august' => 'Agostu',
116 'september' => 'Setembru',
117 'october' => 'Outubru',
118 'november' => 'Novembru',
119 'december' => 'Dezembru',
120 'january-gen' => 'Janeiru nian',
121 'february-gen' => 'Fevereiru nian',
122 'march-gen' => 'Marsu nian',
123 'april-gen' => 'Abríl nian',
124 'may-gen' => 'Maiu nian',
125 'june-gen' => 'Juñu nian',
126 'july-gen' => 'Jullu nian',
127 'august-gen' => 'Agostu nian',
128 'september-gen' => 'Setembru nian',
129 'october-gen' => 'Outubru nian',
130 'november-gen' => 'Novembru nian',
131 'december-gen' => 'Dezembru nian',
132 'jan' => 'Jan',
133 'feb' => 'Fev',
134 'mar' => 'Mar',
135 'apr' => 'Abr',
136 'may' => 'Mai',
137 'jun' => 'Jun',
138 'jul' => 'Jul',
139 'aug' => 'Ago',
140 'sep' => 'Set',
141 'oct' => 'Out',
142 'nov' => 'Nov',
143 'dec' => 'Dez',
145 # Categories related messages
146 'pagecategories' => '{{PLURAL:$1|Kategoría|Kategoría}}',
147 'category_header' => 'Artigu iha kategoría "$1"',
148 'subcategories' => 'Sub-kategoria sira',
149 'category-empty' => "''Kategoria ne'e agora la iha pájina sira.''",
150 'listingcontinuesabbrev' => 'kont.',
152 'about' => 'Kona-ba',
153 'article' => 'Pájina',
154 'cancel' => 'Para',
155 'moredotdotdot' => 'Barak liu...',
156 'mypage' => "Ha'u-nia pájina",
157 'mytalk' => "Ha'u-nia diskusaun",
158 'anontalk' => "Diskusaun ba IP ne'e",
159 'navigation' => 'Hatudu-dalan',
160 'and' => '&#32;ho',
162 # Cologne Blue skin
163 'qbfind' => 'Hetan',
164 'qbedit' => 'Edita',
165 'qbpageoptions' => "Pájina ne'e",
166 'qbmyoptions' => "Ha'u-nia pájina sira",
167 'qbspecialpages' => 'Pájina espesiál sira',
168 'faq' => 'FAQ',
169 'faqpage' => 'Project:FAQ',
171 'errorpagetitle' => 'Sala',
172 'returnto' => 'Fali ba $1.',
173 'tagline' => 'Husi {{SITENAME}}',
174 'help' => 'Ajuda',
175 'search' => 'Buka',
176 'searchbutton' => 'Buka',
177 'go' => 'Bá',
178 'searcharticle' => 'Pájina',
179 'history' => 'Istória pájina',
180 'history_short' => 'Istória',
181 'info_short' => 'Informasaun',
182 'printableversion' => 'Versaun ba impresaun',
183 'permalink' => 'Ligasaun mahelak',
184 'print' => 'Imprime',
185 'edit' => 'Edita',
186 'create' => 'Kria',
187 'editthispage' => "Edita pájina ne'e",
188 'create-this-page' => "Kria pájina ne'e",
189 'delete' => 'Halakon',
190 'deletethispage' => "Halakon pájina ne'e",
191 'undelete_short' => 'Restaurar {{PLURAL:$1|versaun ida|versaun $1}}',
192 'protect' => 'Proteje',
193 'protect_change' => 'filak',
194 'protectthispage' => "Proteje pájina ne'e",
195 'unprotect' => 'La proteje',
196 'unprotectthispage' => "La proteje pájina ne'e",
197 'newpage' => 'Pájina foun',
198 'talkpage' => "Diskusaun kona-ba pájina ne'e",
199 'talkpagelinktext' => 'Diskusaun',
200 'specialpage' => 'Pájina espesiál',
201 'postcomment' => 'Seksaun foun',
202 'talk' => 'Diskusaun',
203 'toolbox' => 'Kaixa besi nian',
204 'userpage' => "Haree pájina uza-na'in",
205 'projectpage' => 'Haree pájina projetu nian',
206 'imagepage' => 'Haree pájina imajen nian',
207 'mediawikipage' => 'Haree pájina mensajen nian',
208 'viewhelppage' => 'Haree pájina ajuda',
209 'categorypage' => 'Haree pájina kategoría nian',
210 'viewtalkpage' => 'Haree diskusaun',
211 'otherlanguages' => 'Iha lian seluk',
212 'lastmodifiedat' => "Ema ruma filak ikus pájina ne'e iha $1, $2.",
213 'protectedpage' => 'Pájina maka ema ruma proteje tiha',
214 'jumpto' => 'Bá:',
215 'jumptonavigation' => 'hatudu-dalan',
216 'jumptosearch' => 'buka',
218 # 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).
219 'aboutsite' => 'Kona-ba {{SITENAME}}',
220 'aboutpage' => 'Project:Kona-ba',
221 'copyright' => 'Testu pájina nian iha $1 okos.',
222 'copyrightpagename' => 'Direitu autór sira nian iha {{SITENAME}}',
223 'copyrightpage' => '{{ns:project}}:Direitu_autór_nian',
224 'currentevents' => 'Mamosuk atuál sira',
225 'currentevents-url' => 'Project:Mamosuk atuál sira',
226 'disclaimers' => 'Avisu legál',
227 'disclaimerpage' => 'Project:Avisu legál',
228 'edithelp' => 'Ajuda kona-ba edita',
229 'edithelppage' => 'Help:Edita',
230 'helppage' => 'Help:Konteúdu',
231 'mainpage' => 'Pájina Mahuluk',
232 'mainpage-description' => 'Pájina Mahuluk',
233 'portal' => 'Portál komunidade nian',
234 'portal-url' => 'Project:Portál komunidade nian',
235 'privacy' => 'Polítika privasidade nian',
236 'privacypage' => 'Project:Polítika privasidade nian',
238 'badaccess' => 'Sala priviléjiu nian',
239 'badaccess-group0' => "Ó la bele halo ne'e.",
240 'badaccess-groups' => "Ba halo ne'e tenke iha {{PLURAL:$2|lubu|lubu ida husi}} $1.",
242 'versionrequired' => 'Presiza MediaWiki versaun $1',
243 'versionrequiredtext' => "Presiza MediaWiki versaun $1 ba uza pájina ne'e. Haree [[Special:Version|pájina versaun]].",
245 'ok' => 'OK',
246 'retrievedfrom' => 'Husi "$1"',
247 'youhavenewmessages' => 'Ó iha $1 ($2).',
248 'newmessageslink' => 'mensajen foun',
249 'newmessagesdifflink' => 'diferensa foun liu hotu',
250 'youhavenewmessagesmulti' => 'Ó iha mensajen foun sira iha $1',
251 'editsection' => 'edita',
252 'editold' => 'edita',
253 'viewsourceold' => 'lee testu',
254 'editlink' => 'edita',
255 'viewsourcelink' => 'lee testu',
256 'editsectionhint' => 'Edita parte $1 pájina nian',
257 'toc' => 'Tabela konteúdu',
258 'showtoc' => 'hatudu',
259 'hidetoc' => 'subar',
260 'thisisdeleted' => 'Haree ka restaurar $1?',
261 'viewdeleted' => 'Haree $1?',
262 'site-rss-feed' => 'Feed RSS $1',
263 'site-atom-feed' => 'Feed Atom $1',
264 'red-link-title' => "$1 (pájina ne'e la iha)",
266 # Short words for each namespace, by default used in the namespace tab in monobook
267 'nstab-main' => 'Pájina',
268 'nstab-user' => "Pájina uza-na'in",
269 'nstab-special' => 'Pájina espesiál',
270 'nstab-project' => 'Pájina projetu nian',
271 'nstab-mediawiki' => 'Mensajen',
272 'nstab-help' => 'Pájina ajuda',
273 'nstab-category' => 'Kategoria',
275 # Main script and global functions
276 'nosuchspecialpage' => "Pájina espesiál ne'e la iha",
277 'nospecialpagetext' => "<big>'''Pájina espesiál ne'e la iha.'''</big>
279 Lista ida pájina espesiál nian [[Special:SpecialPages|iha ne'e]].",
281 # General errors
282 'error' => 'Sala',
283 'missingarticle-rev' => '(version#: $1)',
284 'missingarticle-diff' => '(Dif.: $1, $2)',
285 'viewsource' => 'Lee testu',
286 'viewsourcefor' => 'ba $1',
287 'viewsourcetext' => 'Ó bele lee no kopia testu pájina nian:',
288 'namespaceprotected' => "Ó la iha priviléjiu ba edita pájina sira iha espasu '''$1'''.",
289 'ns-specialprotected' => 'La ema ida bele edita pájina espesiál sira.',
291 # Login and logout pages
292 'welcomecreation' => "== Loron di'ak, $1! ==
293 Ó kria konta ó-nia.
294 La haluha filak ó-nia [[Special:Preferences|preferénsia]].",
295 'yourname' => "Naran uza-n'in:",
296 'login' => 'Log in',
297 'nav-login-createaccount' => 'Log in / kriar konta ida',
298 'userlogin' => 'Log in / kriar konta ida',
299 'logout' => 'Husik',
300 'userlogout' => 'Husik',
301 'nologin' => 'La iha konta ida? $1.',
302 'nologinlink' => 'Registrar',
303 'createaccount' => "Registrar uza-na'in",
304 'gotaccount' => 'Ó iha konta ona? $1.',
305 'gotaccountlink' => 'Log in',
306 'userexists' => "Uza-na'in ne'e ona iha wiki. Favór ida lori naran seluk.",
307 'youremail' => 'Korreiu eletróniku:',
308 'username' => "Naran uza-na'in:",
309 'uid' => "Uza-na'in ID:",
310 'yourlanguage' => 'Lian:',
311 'email' => 'Korreiu eletróniku',
312 'prefs-help-email-required' => 'Haruka diresaun korreiu eletróniku.',
313 'nosuchuser' => 'Konta uza-na\'in (naran "$1") la iha.
314 User names are case sensitive.
315 Check your spelling, ka [[Special:UserLogin/signup|kria konta foun]].',
316 'nouserspecified' => "Ó tenke espesífiku naran uza-na'in ida.",
317 'accountcreated' => "Registrar tiha uza-na'in",
318 'loginlanguagelabel' => 'Lian: $1',
320 # Password reset dialog
321 'resetpass_text' => "<!-- Hakerek testu iha ne'e -->",
323 # Edit page toolbar
324 'link_tip' => 'Ligasaun ba laran',
325 'extlink_tip' => "Ligasaun ba li'ur (tau tan http://)",
326 'image_sample' => 'Ezemplu.jpg',
327 'media_sample' => 'Ezemplu.ogg',
329 # Edit pages
330 'minoredit' => "Ne'e osan-rahun",
331 'watchthis' => "Hateke pájina ne'e",
332 'savearticle' => 'Filak pájina',
333 'showdiff' => 'Hatudu diferensa sira',
334 'anoneditwarning' => 'Ó lá\'os "log-in" iha momentu.',
335 'blockedtitle' => "Uza-na'in la bele edita (blokeiu)",
336 'blockednoreason' => 'laiha motivu',
337 'whitelistedittext' => 'Ó tenke $1 ba edita pájina sira.',
338 'loginreqpagetext' => 'Ó tenke $1 ba haree pájina seluk.',
339 'newarticle' => '(Foun)',
340 'noarticletext' => "Iha momentu lá'os testu iha pájina ne'e, bele [[Special:Search/{{PAGENAME}}|buka naran pájina nian]] iha pájina seluk, <span class=\"plainlinks\">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs], ka [{{fullurl:{{FULLPAGENAME}}|action=edit}} edita pájina ne'e].",
341 'editing' => 'Edita $1',
342 'editingcomment' => 'Edita $1 (seksaun foun)',
343 'yourtext' => 'Ó-nia testu',
344 'yourdiff' => 'Diferensa sira',
345 'template-protected' => '(proteje tiha)',
346 'template-semiprotected' => '(proteje tiha balun)',
347 'nocreatetext' => "Ó la bele kria pájina foun iha {{SITENAME}}.
348 Ó bele edita pájina sira-ne'ebé {{SITENAME}} iha ona ka [[Special:UserLogin|log in ka kria konta uza-na'in]].",
349 'nocreate-loggedin' => 'Ó la bele kria pájina foun.',
350 'permissionserrorstext' => "Ó la bele halo ne'e; {{PLURAL:$1|motivu|motivu sira}}:",
352 # Account creation failure
353 'cantcreateaccounttitle' => "La bele registrar uza-na'in",
355 # History pages
356 'currentrev' => 'Versaun atuál',
357 'revisionasof' => 'Versaun $1 nian',
358 'previousrevision' => '←Versaun tuan liu',
359 'nextrevision' => 'Versaun foun liu→',
360 'currentrevisionlink' => 'Versaun atuál',
361 'cur' => 'atuál',
362 'next' => 'oinmai',
363 'last' => 'ikus',
364 'page_first' => 'uluk',
365 'page_last' => 'ikus',
366 'histfirst' => 'sedu liu hotu',
367 'histlast' => 'Foun liu hotu',
368 'historyempty' => '(mamuk)',
370 # Revision feed
371 'history-feed-item-nocomment' => '$1 iha $2',
373 # Revision deletion
374 'rev-delundel' => 'hatudu/subar',
375 'revisiondelete' => 'Halakon/restaurar versaun',
376 'revdelete-hide-user' => "Subar naran edita-na'in/IP",
378 # Diffs
379 'lineno' => 'Liña $1:',
381 # Search results
382 'noexactmatch' => "'''Pájina ''$1'' la iha.''' Ó bele [[:$1|kria pájina ne'e]].",
383 'prevn' => 'molok $1',
384 'nextn' => 'oinmai $1',
385 'viewprevnext' => 'Haree ($1) ($2) ($3)',
386 'search-result-size' => '$1 ({{PLURAL:$2|liafuan ida|liafuan $2}})',
387 'searchall' => 'hotu',
388 'powersearch' => 'Buka',
389 'powersearch-field' => 'Buka',
391 # Preferences page
392 'preferences' => 'Preferénsia',
393 'mypreferences' => "Ha'u-nia preferénsia",
394 'dateformat' => 'Formatu tempu nian',
395 'prefs-rc' => 'Mudansa foufoun sira',
396 'prefs-watchlist' => 'Lista hateke',
397 'prefs-editing' => 'Edita',
398 'searchresultshead' => 'Buka',
400 # User rights
401 'userrights' => "Filak priviléjiu uza-na'in sira",
402 'userrights-lookup-user' => "Filak lubu uza-na'in",
403 'userrights-user-editname' => "Hakerek naran uza-na'in ida-nian:",
404 'editusergroup' => "Filak lubu uza-na'in",
405 'userrights-editusergroup' => "Filak lubu uza-na'in",
406 'userrights-groupsmember' => 'Membru iha:',
407 'userrights-reason' => 'Motivu ba filak:',
408 'userrights-no-interwiki' => "Ó la bele filak priviléjiu uza-na'in iha wiki seluk.",
410 # Groups
411 'group' => 'Lubu:',
412 'group-user' => "Uza-na'in sira",
413 'group-bot' => 'Bot sira',
414 'group-sysop' => 'Administradór sira',
415 'group-bureaucrat' => 'Burokrata sira',
416 'group-suppress' => "Oversight-na'in sira",
417 'group-all' => '(hotu)',
419 'group-user-member' => "Uza-na'in",
420 'group-bot-member' => 'Bot',
421 'group-sysop-member' => 'Administradór',
422 'group-bureaucrat-member' => 'Burokrata',
423 'group-suppress-member' => "Oversight-na'in",
425 'grouppage-user' => "{{ns:project}}:Uza-na'in sira",
426 'grouppage-bot' => '{{ns:project}}:Bot sira',
427 'grouppage-sysop' => '{{ns:project}}:Administradór sira',
428 'grouppage-bureaucrat' => '{{ns:project}}:Burokrata sira',
429 'grouppage-suppress' => '{{ns:project}}:Oversight',
431 # Rights
432 'right-read' => 'Lee pájina',
433 'right-edit' => 'Edita pájina sira',
434 'right-createpage' => "Kria pájina (sira-ne'ebé pájina diskusaun lá'os)",
435 'right-createtalk' => 'Kria pájina diskusaun sira',
436 'right-createaccount' => "Kria konta uza-na'in foun sira",
437 'right-move' => 'Book pájina sira',
438 'right-delete' => 'Halakon pájina sira',
439 'right-bigdelete' => "Halakon pájina sira-ne'ebé iha istória boot",
440 'right-undelete' => 'Restaurar pájina ida',
441 'right-userrights' => "Edita priviléjiu uza-na'in hotu",
442 'right-userrights-interwiki' => "Edita priviléjiu uza-na'in iha wiki seluk sira",
444 # User rights log
445 'rightslog' => "Lista filak priviléjiu uza-na'in",
446 'rightslogtext' => "Ne'e lista ba filak lubu uza-na'in.",
447 'rightslogentry' => 'filak lubu $1 nian husi $2 ba $3',
448 'rightsnone' => '(mamuk)',
450 # Associated actions - in the sentence "You do not have permission to X"
451 'action-read' => "lee pájina ne'e",
452 'action-edit' => "edita pájina ne'e",
453 'action-createpage' => 'kria pájina sira',
454 'action-createtalk' => 'kria pájina diskusaun sira',
455 'action-move' => "book pájina ne'e",
456 'action-move-subpages' => "book pájina ne'e ho sub-pájina",
457 'action-delete' => "halakon pájina ne'e",
458 'action-undelete' => "restaurar pájina ne'e",
459 'action-userrights' => "edita priviléjiu uza-na'in hotu",
460 'action-userrights-interwiki' => "edita priviléjiu uza-na'in iha wiki seluk sira",
462 # Recent changes
463 'nchanges' => '$1 {{PLURAL:$1|diferensa|diferensa}}',
464 'recentchanges' => 'Mudansa foufoun sira',
465 'rcshowhideminor' => '$1 osan-rahun sira',
466 'rcshowhidebots' => '$1 bot sira',
467 'rcshowhideliu' => '$1 ema rejista',
468 'rcshowhideanons' => '$1 ema anónimu',
469 'rcshowhidemine' => "$1 ha'u-nia edita",
470 'diff' => 'diferensa',
471 'hist' => 'istória',
472 'hide' => 'Hamsumik',
473 'show' => 'Hatudu',
474 'minoreditletter' => 'o',
475 'newpageletter' => 'F',
476 'boteditletter' => 'b',
478 # Recent changes linked
479 'recentchangeslinked' => 'Muda sira',
480 'recentchangeslinked-title' => 'Mudansa iha pájina sira-ne\'ebé iha ligasaun husi "$1"',
482 # Upload
483 'upload' => 'Tau iha arkivu laran',
484 'uploadbtn' => 'Tau iha arkivu laran',
485 'watchthisupload' => "Hateke pájina ne'e",
487 'license' => 'Lisensa:',
489 # Special:ListFiles
490 'listfiles_date' => 'Tempu',
491 'listfiles_name' => 'Naran',
492 'listfiles_user' => "Uza-na'in",
494 # File description page
495 'filehist-deleteall' => 'halakon hotu',
496 'filehist-deleteone' => 'halakon',
497 'filehist-current' => 'atuál',
498 'filehist-datetime' => 'Loron/Tempu',
499 'filehist-user' => "Uza-na'in",
500 'filehist-comment' => 'Komentáriu',
501 'imagelinks' => 'Ligasaun',
503 # File reversion
504 'filerevert-comment' => 'Komentáriu:',
506 # File deletion
507 'filedelete' => 'Halakon $1',
508 'filedelete-comment' => 'Motivu ba halakon:',
509 'filedelete-submit' => 'Halakon',
510 'filedelete-otherreason' => 'Motivu seluk/ida tan:',
511 'filedelete-reason-otherlist' => 'Motivu seluk',
512 'filedelete-edit-reasonlist' => 'Edita lista motivu nian',
514 # Random page
515 'randompage' => 'Pájina ruma',
517 # Statistics
518 'statistics' => 'Estátistika',
520 'brokenredirects-edit' => '(edita)',
521 'brokenredirects-delete' => '(halakon)',
523 'withoutinterwiki' => "Pájina sira-ne'ebé la iha ligasaun ba lian seluk",
525 # Miscellaneous special pages
526 'nbytes' => '$1 {{PLURAL:$1|byte|byte sira}}',
527 'nlinks' => '{{PLURAL:$1|Ligasaun|Ligasaun}} $1',
528 'nmembers' => '$1 {{PLURAL:$1|membru|membru}}',
529 'nrevisions' => '$1 {{PLURAL:$1|versaun|versaun}}',
530 'unusedcategories' => "Kategoria sira-ne'ebé la uza",
531 'shortpages' => 'Pájina badak',
532 'longpages' => 'Pájina naruk',
533 'listusers' => "Lista uza-na'in",
534 'newpages' => 'Pájina foun',
535 'newpages-username' => "Naran uza-na'in:",
536 'ancientpages' => 'Pájina tuan liu hotu sira',
537 'move' => 'Book',
538 'movethispage' => "Book pájina ne'e",
540 # Book sources
541 'booksources-go' => 'Bá',
543 # Special:Log
544 'specialloguserlabel' => "Uza-na'in:",
545 'speciallogtitlelabel' => 'Títulu:',
547 # Special:AllPages
548 'allpages' => 'Pájina hotu',
549 'alphaindexline' => "$1 to'o $2",
550 'nextpage' => 'Pájina oinmai ($1)',
551 'prevpage' => 'Pájina molok ($1)',
552 'allpagesfrom' => 'Hatudu pájina sira; hahú iha:',
553 'allpagesto' => 'Hatudu pájina sira; para iha:',
554 'allarticles' => 'Pájina hotu',
555 'allinnamespace' => 'Pájina hotu (iha espasu $1)',
556 'allnotinnamespace' => 'Pájina hotu (la iha espasu $1)',
557 'allpagesprev' => 'Molok',
558 'allpagesnext' => 'Oinmai',
559 'allpagessubmit' => 'Bá',
560 'allpagesprefix' => 'Hatudu pájina sira ho prefiksu:',
562 # Special:Categories
563 'categories' => 'Kategoria sira',
565 # Special:LinkSearch
566 'linksearch-ns' => 'Espasu pájina nian:',
567 'linksearch-ok' => 'Buka',
569 # Special:ListUsers
570 'listusers-submit' => 'Hatudu',
572 # Special:Log/newusers
573 'newuserlogpage' => "Lista kria uza-na'in",
574 'newuserlogpagetext' => "Ne'e lista kria uza-na'in.",
575 'newuserlog-create-entry' => "Uza-na'in foun",
576 'newuserlog-create2-entry' => 'registrar tiha konta foun $1',
578 # Special:ListGroupRights
579 'listgrouprights-group' => 'Lubu',
580 'listgrouprights-rights' => 'Priviléjiu',
582 # E-mail user
583 'emailuser' => "Haruka korreiu eletróniku ba uza-na'in ne'e",
584 'defemailsubject' => '{{SITENAME}} korreiu eletróniku',
585 'noemailtitle' => "Lá'os diresaun korreiu eletróniku",
586 'emailsend' => 'Haruka',
588 # Watchlist
589 'watchlist' => "Ha'u-nia lista hateke",
590 'mywatchlist' => "Ha'u-nia lista hateke",
591 'watchlistfor' => "('''$1''' nian)",
592 'addedwatch' => 'tau tan tiha ba lista hateke',
593 'removedwatch' => 'La hateke pájina ona',
594 'removedwatchtext' => 'La hateke pájina "[[:$1]]" ona.',
595 'watch' => 'Hateke',
596 'watchthispage' => "Hateke pájina ne'e",
597 'unwatch' => 'La hateke ona',
598 'wlshowlast' => 'Hatudu $1 hora $2 loron ikus $3',
600 # Displayed when you click the "watch" button and it is in the process of watching
601 'watching' => 'Hateke...',
602 'unwatching' => 'La hateke...',
604 'enotif_newpagetext' => "Ne'e pájina foun.",
605 'enotif_impersonal_salutation' => "Uza-na'in {{SITENAME}} nian",
606 'changed' => 'filak',
607 'created' => 'kria',
609 # Delete
610 'deletepage' => 'Halakon pájina',
611 'excontent' => "testu iha pájina: '$1'",
612 'excontentauthor' => "testu iha pájina: '$1' (no ema ida de'it ne'ebé kontribui '[[Special:Contributions/$2|$2]]')",
613 'exblank' => 'pájina mamuk',
614 'delete-legend' => 'Halakon',
615 'deletedarticle' => 'halakon "[[$1]]"',
616 'dellogpage' => 'Lista halakon',
617 'deletionlog' => 'lista halakon',
618 'deletecomment' => 'Motivu ba halakon:',
619 'deleteotherreason' => 'Motivu seluk/ida tan:',
620 'deletereasonotherlist' => 'Motivu seluk',
621 'delete-edit-reasonlist' => 'Edita lista motivu nian',
623 # Protect
624 'protectedarticle' => 'proteje "[[$1]]"',
625 'prot_1movedto2' => 'book tiha [[$1]] ba [[$2]]',
626 'protectcomment' => 'Komentáriu:',
627 'protectexpiry' => "to'o:",
628 'protect-fallback' => 'Presiza priviléjiu "$1"',
629 'protect-level-autoconfirmed' => "Blokeiu ema anónimu ho uza-na'in foun",
630 'protect-level-sysop' => "de'it administradór",
631 'protect-expiring' => "to'o $1 (UTC)",
632 'protect-cantedit' => "Ó la bele filak proteje pájina ne'e nian, tan ba ó la bele edita pájina ne'e.",
633 'protect-othertime' => 'Tempu seluk:',
634 'protect-othertime-op' => 'tempu seluk',
635 'protect-otherreason' => 'Motivu seluk/ida tan:',
636 'protect-otherreason-op' => 'motivu seluk/ida tan',
637 'protect-edit-reasonlist' => 'Edita lista motivu nian',
638 'protect-expiry-options' => '1 hour:1 hours,1 loron:1 day,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',
639 'restriction-type' => 'Permisaun:',
641 # Restrictions (nouns)
642 'restriction-edit' => 'Edita',
643 'restriction-move' => 'Book',
644 'restriction-create' => 'Kria',
646 # Undelete
647 'undelete' => 'Haree pájina halakon tiha',
648 'undeletebtn' => 'Restaurar',
649 'undeletelink' => 'lee/restaurar',
650 'undeletecomment' => 'Komentáriu:',
651 'undeletedarticle' => 'restaurar "[[$1]]"',
652 'undeletedrevisions' => 'restaurar {{PLURAL:$1|versaun|versaun}} $1',
653 'undelete-search-submit' => 'Buka',
655 # Namespace form on various pages
656 'namespace' => 'Espasu pájina nian:',
657 'blanknamespace' => '(Prinsipál)',
659 # Contributions
660 'contributions' => "Kontribuisaun uza-na'in",
661 'mycontris' => "Ha'u-nia kontribuisaun",
662 'uctop' => '(versaun atuál)',
663 'month' => 'Fulan (ho molok):',
664 'year' => 'Tinan (ho molok):',
666 'sp-contributions-newbies' => "Hatudu de'it kontribuisaun uza-na'in foun sira-nia",
667 'sp-contributions-talk' => 'diskusaun',
668 'sp-contributions-search' => 'Buka kontribuisaun',
669 'sp-contributions-username' => "Diresaun IP ka naran uza-na'in:",
670 'sp-contributions-submit' => 'Buka',
672 # What links here
673 'whatlinkshere' => "Artigu sira ne'ebé bá iha ne'e",
674 'whatlinkshere-title' => 'Pájina sira ne\'ebé bá "$1".',
675 'whatlinkshere-page' => 'Pájina:',
676 'linkshere' => "Pájina sira ne'e link ba '''[[:$1]]''':",
677 'whatlinkshere-prev' => '{{PLURAL:$1|oinmai|oinmai $1}}',
678 'whatlinkshere-next' => '{{PLURAL:$1|molok|molok $1}}',
679 'whatlinkshere-links' => '← ligasaun',
680 'whatlinkshere-hidelinks' => '$1 ligasaun',
682 # Block/unblock
683 'blockip' => "Blokeiu uza-na'in",
684 'blockip-legend' => "Blokeiu uza-na'in",
685 'ipaddress' => 'Diresaun IP:',
686 'ipbreason' => 'Motivu:',
687 'ipbreasonotherlist' => 'Motivu seluk',
688 'ipbsubmit' => "Blokeiu uza-na'in ne'e",
689 'ipbother' => 'Tempu seluk:',
690 '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',
691 'ipbotheroption' => 'seluk',
692 'ipblocklist' => 'Ema anónimu no rejista maka la bele edita',
693 'ipblocklist-username' => "Naran uza-na'in ka IP:",
694 'ipblocklist-submit' => 'Buka',
695 'anononlyblock' => "ema anónimu de'it",
696 'blocklink' => 'blokeiu',
697 'unblocklink' => 'la blokeiu',
698 'contribslink' => 'kontribuisaun',
699 'block-log-flags-noemail' => 'korreiu eletróniku blokeiu',
700 'ipb_already_blocked' => 'Ema ruma blokeiu "$1" tiha ona',
702 # Move page
703 'move-page' => 'Book $1',
704 'move-page-legend' => 'Book pájina',
705 'movearticle' => 'Book pájina:',
706 'movenotallowed' => 'Ó la bele book pájina sira.',
707 'newtitle' => 'Naran foun:',
708 'move-watch' => "Hateke pájina ne'e",
709 'movepagebtn' => 'Book pájina',
710 'movedto' => 'book tiha ba',
711 'movetalk' => 'Book pájina diskusaun mós',
712 '1movedto2' => 'book tiha [[$1]] ba [[$2]]',
713 'movelogpage' => 'Lista book',
714 'movereason' => 'Motivu:',
715 'delete_and_move' => 'Halakon ho book',
716 'delete_and_move_confirm' => 'Sin, halakon pájina',
718 # Export
719 'export' => 'Esporta pájina sira',
720 'export-submit' => 'Esporta',
721 'export-addcat' => 'Tau tan',
723 # Namespace 8 related
724 'allmessagesname' => 'Naran',
725 'allmessagescurrent' => 'Testu atuál',
727 # Special:Import
728 'import-comment' => 'Komentáriu:',
730 # Import log
731 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|versaun|versaun}} husi $2',
733 # Tooltip help for the actions
734 'tooltip-pt-userpage' => "Ó-nia pájina uza-na'in",
735 'tooltip-pt-mytalk' => 'Ó-nia pájina diskusaun',
736 'tooltip-pt-preferences' => "Ha'u-nia preferénsia",
737 'tooltip-pt-mycontris' => 'Ó-nia kontribuisaun (lista)',
738 'tooltip-pt-logout' => 'Husik',
739 'tooltip-ca-talk' => 'Diskusaun kona-ba konteúdu pájina nian',
740 'tooltip-ca-edit' => "Ó bele filak pájina ne'e. Please use the preview button before saving.",
741 'tooltip-ca-addsection' => 'Tau tan seksaun foun ida.',
742 'tooltip-ca-viewsource' => "Ema ruma proteje tiha pájina ne'e.
743 Ó bele lee testu.",
744 'tooltip-ca-protect' => "Proteje pájina ne'e",
745 'tooltip-ca-delete' => "Halakon pájina ne'e",
746 'tooltip-ca-move' => "Book pájina ne'e",
747 'tooltip-ca-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
748 'tooltip-search' => 'Buka iha {{SITENAME}}',
749 'tooltip-p-logo' => 'Pájina Mahuluk',
750 'tooltip-n-mainpage' => 'Vizita Pájina Mahuluk',
751 'tooltip-n-portal' => "Kona-ba projetu, ne'ebé ó bele halo, iha ne'ebé ó hetan saida",
752 'tooltip-n-recentchanges' => "Lista mudansa foufoun sira iha wiki ne'e.",
753 'tooltip-n-randompage' => 'Hola pájina ruma',
754 'tooltip-n-help' => 'Hatudu pájina ajuda.',
755 'tooltip-t-whatlinkshere' => "Lista pájina nian ne'ebé bá iha ne'e",
756 'tooltip-t-contributions' => "Haree lista kontribuisaun uza-na'in ne'e nian",
757 'tooltip-t-emailuser' => 'Haruka korreiu eletróniku',
758 'tooltip-t-upload' => 'Tau iha arkivu laran',
759 'tooltip-t-specialpages' => 'Lista pájina espesiál hotu nian',
760 'tooltip-ca-nstab-user' => "Haree pájina uza-na'in",
761 'tooltip-ca-nstab-project' => 'Haree pájina projetu nian',
762 'tooltip-ca-nstab-category' => 'Lee pájina kategoria',
763 'tooltip-minoredit' => "Halo ne'e osan-rahun",
764 'tooltip-watch' => "Tau tan pájina ne'e ba ó-nia lista hateke",
766 # Attribution
767 'lastmodifiedatby' => "$3 filak ikus pájina ne'e iha $1, $2.",
769 # Skin names
770 'skinname-standard' => 'Klásiku',
771 'skinname-cologneblue' => 'Kolónia azúl',
772 'skinname-myskin' => 'MySkin',
773 'skinname-chick' => 'Manu',
775 # Browsing diffs
776 'previousdiff' => '←Versaun molok',
777 'nextdiff' => 'Versaun oinmai→',
779 # Media information
780 'show-big-image' => 'Boot liu',
782 # Special:NewFiles
783 'showhidebots' => '($1 bot sira)',
784 'ilsubmit' => 'Buka',
786 # EXIF tags
787 'exif-artist' => 'Autór',
789 'exif-meteringmode-255' => 'Seluk',
791 # External editor support
792 'edit-externally-help' => "(Haree [http://www.mediawiki.org/wiki/Manual:External_editors iha ne'e] ba informasaun barak liu)",
794 # 'all' in various places, this might be different for inflected languages
795 'recentchangesall' => 'hotu',
796 'imagelistall' => 'hotu',
797 'watchlistall2' => 'hotu',
798 'namespacesall' => 'hotu',
799 'monthsall' => 'hotu',
801 # action=purge
802 'confirm_purge_button' => 'OK',
804 # Multipage image navigation
805 'imgmultipageprev' => '← pájina molok',
806 'imgmultipagenext' => 'pájina oinmai →',
807 'imgmultigo' => 'Bá!',
809 # Table pager
810 'table_pager_next' => 'Pájina oinmai',
811 'table_pager_prev' => 'Pájina molok',
812 'table_pager_first' => 'Pájina uluk',
813 'table_pager_limit_submit' => 'Bá',
815 # Auto-summaries
816 'autosumm-new' => "Pájina foun: '$1'",
818 # Watchlist editor
819 'watchlistedit-normal-title' => 'Filak lista hateke',
820 'watchlistedit-raw-titles' => 'Títulu sira:',
821 'watchlistedit-raw-added' => '{{PLURAL:$1|Títulu ida|Títulu $1}} tau tan tiha:',
822 'watchlistedit-raw-removed' => '{{PLURAL:$1|Títulu ida|Títulu $1}} hasai tiha:',
824 # Watchlist editing tools
825 'watchlisttools-edit' => 'Haree no edita lista hateke',
827 # Special:Version
828 'version' => 'Versaun',
829 'version-specialpages' => 'Pájina espesiál',
830 'version-other' => 'Seluk',
831 'version-version' => '(Versaun $1)',
832 'version-license' => 'Lisensa',
833 'version-software-product' => 'Produtu',
834 'version-software-version' => 'Versaun',
836 # Special:FileDuplicateSearch
837 'fileduplicatesearch-submit' => 'Buka',
839 # Special:SpecialPages
840 'specialpages' => 'Pájina espesiál sira',
841 'specialpages-group-other' => 'Pájina espesiál seluk',
842 'specialpages-group-login' => 'Login / kria konta',
843 'specialpages-group-changes' => 'Mudansa foufoun sira no lista sira',
844 'specialpages-group-users' => "Uza-na'in no priviléjiu sira",
845 'specialpages-group-pages' => 'Lista pájina nian',
847 # Special:BlankPage
848 'blankpage' => 'Pájina mamuk',