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