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