* Updates to ang, fo, hy, new, nl, tet
[lhc/web/wiklou.git] / languages / messages / MessagesTet.php
1 <?php
2 /** Tetum (Tetun)
3 *
4 * @addtogroup Language
5 *
6 * @author MF-Warburg
7 */
8
9 $skinNames = array(
10 'standard' => 'Klásiku',
11 'cologneblue' => 'Kolónia azúl',
12 'myskin' => 'MySkin',
13 'chick' => 'Manu',
14 );
15
16 $namespaceNames = array(
17 NS_MEDIA => 'Media',
18 NS_SPECIAL => 'Espesiál',
19 NS_MAIN => '',
20 NS_TALK => 'Diskusaun',
21 NS_USER => "Uza-na'in",
22 NS_USER_TALK => "Diskusaun_Uza-na'in",
23 # NS_PROJECT set by $wgMetaNamespace
24 NS_PROJECT_TALK => 'Diskusaun_$1',
25 NS_IMAGE => 'Imajen',
26 NS_IMAGE_TALK => 'Diskusaun_Imajen',
27 NS_MEDIAWIKI => 'MediaWiki',
28 NS_MEDIAWIKI_TALK => 'Diskusaun_MediaWiki',
29 NS_TEMPLATE => 'Template',
30 NS_TEMPLATE_TALK => 'Diskusaun_Template',
31 NS_HELP => 'Ajuda',
32 NS_HELP_TALK => 'Diskusaun_Ajuda',
33 NS_CATEGORY => 'Kategoría',
34 NS_CATEGORY_TALK => 'Diskusaun_Kategoría',
35 );
36
37 $specialPageAliases = array(
38 'Watchlist' => array( "Lista_hateke" ),
39 'Recentchanges' => array( "Mudansa_foufoun_sira" ),
40 'Upload' => array( "Tau_iha_arkivu_laran" ),
41 'Imagelist' => array( "Lista_imajen" ),
42 'Newimages' => array( "Imajen_foun" ),
43 'Listusers' => array( "Lista_uza-na'in" ),
44 'Statistics' => array( "Estatístika" ),
45 'Randompage' => array( "Pájina_ruma" ),
46 'Shortpages' => array( "Pájina_badak" ),
47 'Longpages' => array( "Pájina_naruk" ),
48 'Protectedpages' => array( "Pájina_sira-ne'ebé_proteje_tiha" ),
49 'Allpages' => array( "Pájina_hotu" ),
50 'Ipblocklist' => array( "Lista_ema_sira-ne'ebé_blokeiu_tiha" ),
51 'Specialpages' => array( "Pájina_espesiál_sira" ),
52 'Whatlinkshere' => array( "Pájina_sira_ne'ebé_bá_iha_ne'e" ),
53 'Movepage' => array( "Book" ),
54 'Categories' => array( "Kategoría" ),
55 'Version' => array( "Versaun" ),
56 'Allmessages' => array( "Mensajen_hotu" ),
57 'Blockip' => array( "Blokeiu" ),
58 'Undelete' => array( "Restaurar" ),
59 'Userrights' => array( "Kuana" ),
60 'Mypage' => array( "Ha'u-nia_pájina" ),
61 'Listadmins' => array( "Lista_administradór" ),
62 'Search' => array( "Buka" ),
63 );
64
65 $messages = array(
66 # User preference toggles
67 'tog-hideminor' => "Lá'os hatudu osan-rahun sira iha mudansa foufoun sira",
68
69 'underline-always' => 'Sempre',
70 'underline-never' => 'Nunka',
71
72 # Dates
73 'sunday' => 'Loron-domingu',
74 'monday' => 'Loron-segunda',
75 'tuesday' => 'Loron-tersa',
76 'wednesday' => 'Loron-kuarta',
77 'thursday' => 'Loron-kinta',
78 'friday' => 'Loron-sesta',
79 'saturday' => 'Loron-sábadu',
80 'january' => 'Janeiru',
81 'february' => 'Fevereiru',
82 'march' => 'Marsu',
83 'april' => 'Abríl',
84 'may_long' => 'Maiu',
85 'june' => 'Juñu',
86 'july' => 'Jullu',
87 'august' => 'Agostu',
88 'september' => 'Setembru',
89 'october' => 'Outubru',
90 'november' => 'Novembru',
91 'december' => 'Dezembru',
92 'january-gen' => 'Janeiru nian',
93 'february-gen' => 'Fevereiru nian',
94 'march-gen' => 'Marsu nian',
95 'april-gen' => 'Abríl nian',
96 'may-gen' => 'Maiu nian',
97 'june-gen' => 'Juñu nian',
98 'july-gen' => 'Jullu nian',
99 'august-gen' => 'Agostu nian',
100 'september-gen' => 'Setembru nian',
101 'october-gen' => 'Outubru nian',
102 'november-gen' => 'Novembru nian',
103 'december-gen' => 'Dezembru nian',
104
105 # Bits of text used by many pages
106 'categories' => 'Kategoría',
107 'pagecategories' => '{{PLURAL:$1|Kategoría|Kategoría}}',
108 'category_header' => 'Artigu iha kategoría "$1"',
109 'category-empty' => "''Iha kategoría ne'e agora pájina lá'os.''",
110
111 'about' => 'Kona-ba',
112 'article' => 'Pájina',
113 'qbfind' => 'Hetan',
114 'qbedit' => 'Edita',
115 'qbpageoptions' => "Pájina ne'e",
116 'qbmyoptions' => "Ha'u-nia pájina sira",
117 'qbspecialpages' => 'Pájina espesiál sira',
118 'moredotdotdot' => 'Barak liu...',
119 'mypage' => "Ha'u-nia pájina",
120 'mytalk' => "Ha'u-nia diskusaun",
121 'anontalk' => "Diskusaun ba IP ne'e",
122 'navigation' => 'Hatudu-dalan',
123
124 'errorpagetitle' => 'Sala',
125 'tagline' => 'Husi {{SITENAME}}',
126 'help' => 'Ajuda',
127 'search' => 'Buka',
128 'searchbutton' => 'Buka',
129 'go' => 'Bá',
130 'history' => 'Istória pájina',
131 'history_short' => 'Istória',
132 'info_short' => 'Informasaun',
133 'printableversion' => 'Versaun ba impresaun',
134 'permalink' => 'Ligasaun mahelak',
135 'print' => 'Imprime',
136 'edit' => 'Edita',
137 'editthispage' => "Edita pájina ne'e",
138 'delete' => 'Halakon',
139 'deletethispage' => "Halakon pájina ne'e",
140 'undelete_short' => 'Restaurar {{PLURAL:$1|versaun ida|$1 versaun}}',
141 'protect' => 'Proteje',
142 'protectthispage' => "Proteje pájina ne'e",
143 'newpage' => 'Pájina foun',
144 'talkpagelinktext' => 'Diskusaun',
145 'specialpage' => 'Pájina espesiál',
146 'talk' => 'Diskusaun',
147 'toolbox' => 'Kaixa besi nian',
148 'userpage' => "Haree pájina uza-na'in",
149 'projectpage' => 'Haree pájina projetu nian',
150 'imagepage' => 'Haree pájina imajen nian',
151 'mediawikipage' => 'Haree pájina mensajen nian',
152 'viewhelppage' => 'Haree pájina ajuda',
153 'categorypage' => 'Haree pájina kategoría nian',
154 'viewtalkpage' => 'Haree diskusaun',
155 'otherlanguages' => 'Iha lian seluk',
156 'jumptonavigation' => 'hatudu-dalan',
157 'jumptosearch' => 'buka',
158
159 # 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).
160 'aboutsite' => 'Kona-ba {{SITENAME}}',
161 'aboutpage' => 'Project:Kona-ba',
162 'copyright' => 'Testu pájina nian iha $1 okos.',
163 'currentevents' => 'Mamosuk atuál sira',
164 'currentevents-url' => '{{ns:project}}:Mamosuk atuál sira',
165 'disclaimers' => 'Avisu legál',
166 'disclaimerpage' => '{{ns:project}}:Avisu legál',
167 'edithelppage' => '{{ns:help}}:Edita',
168 'mainpage' => 'Pájina Mahuluk',
169 'portal' => 'Portál komunidade nian',
170 'portal-url' => '{{ns:project}}:Portál komunidade nian',
171 'privacy' => 'Polítika privasidade nian',
172 'privacypage' => '{{ns:project}}:Polítika privasidade nian',
173 'sitesupport' => 'Fó donativu ida',
174
175 'badaccess-group0' => "Ó lalika halo ne'e.",
176 'badaccess-group1' => "Ba halo ne'e tenke iha lubu $1.",
177
178 'versionrequired' => 'Presiza MediaWiki versaun $1',
179 'versionrequiredtext' => "Presiza MediaWiki versaun $1 ba uza pájina ne'e. Haree [[Special:Version|pájina versaun]].",
180
181 'ok' => 'OK',
182 'youhavenewmessages' => 'Ó iha $1 ($2).',
183 'newmessageslink' => 'mensajen foun',
184 'youhavenewmessagesmulti' => 'Ó iha mensajen foun sira iha $1',
185 'editsection' => 'edita',
186 'editold' => 'edita',
187 'showtoc' => 'hatudu',
188 'hidetoc' => 'subar',
189 'thisisdeleted' => 'Haree ka restaurar $1?',
190 'viewdeleted' => 'Haree $1?',
191
192 # Short words for each namespace, by default used in the 'article' tab in monobook
193 'nstab-main' => 'Pájina',
194 'nstab-user' => "Pájina uza-na'in",
195 'nstab-special' => 'Espesiál',
196 'nstab-project' => 'Pájina projetu nian',
197 'nstab-mediawiki' => 'Mensajen',
198 'nstab-help' => 'Pájina ajuda',
199 'nstab-category' => 'Kategoría',
200
201 # General errors
202 'error' => 'Sala',
203
204 # Login and logout pages
205 'yourname' => "Naran uza-n'in:",
206 'nologinlink' => "Registrar uza-na'in ida",
207 'createaccount' => "Registrar uza-na'in",
208 'username' => "Naran uza-na'in:",
209 'yourlanguage' => 'Lian:',
210 'accountcreated' => "Registrar tiha uza-na'in",
211 'loginlanguagelabel' => 'Lian: $1',
212
213 # Password reset dialog
214 'resetpass_text' => "<!-- Hakerek testu iha ne'e -->",
215
216 # Edit page toolbar
217 'image_sample' => 'Ezemplu.jpg',
218 'media_sample' => 'Ezemplu.ogg',
219
220 # Edit pages
221 'minoredit' => "Ne'e osan-rahun",
222 'watchthis' => "Hateke pájina ne'e",
223 'anoneditwarning' => 'Ó lá\'os "log-in" iha momentu.',
224 'blockedtitle' => "Uza-na'in nablokeiu",
225 'noarticletext' => "Iha momentu lá'os testu iha pájina ne'e, bele [[Special:Search/{{PAGENAME}}|buka naran pájina nian]] iha pájina seluk ka [{{fullurl:{{FULLPAGENAME}}|action=edit}} edita pájina ne'e].",
226 'editing' => 'Edita $1',
227 'editingcomment' => 'Edita $1 (komentáriu)',
228 'yourtext' => 'Ó-nia testu',
229 'yourdiff' => 'Diferensa sira',
230 'nocreate-loggedin' => "Ó la iha kuana kria pájina foun iha wiki ne'e.",
231
232 # Account creation failure
233 'cantcreateaccounttitle' => "La bele registrar uza-na'in",
234
235 # History pages
236 'currentrev' => 'Versaun atuál',
237 'previousrevision' => '←Versaun tuan liu',
238 'nextrevision' => 'Versaun foun liu→',
239 'currentrevisionlink' => 'Versaun atuál',
240 'cur' => 'atuál',
241 'next' => 'oinmai',
242 'page_first' => 'uluk',
243 'histfirst' => 'sedu liu hotu',
244 'historyempty' => '(mamuk)',
245
246 # Revision feed
247 'history-feed-item-nocomment' => '$1 iha $2', # user at time
248
249 # Revision deletion
250 'rev-delundel' => 'hatudu/subar',
251 'revisiondelete' => 'Halakon/restaurar versaun',
252 'revdelete-hide-user' => "Subar naran edita-na'in/IP",
253
254 # Diffs
255 'editcurrent' => "Edita versaun atuál pájina ne'e nian",
256
257 # Search results
258 'powersearch' => 'Buka',
259
260 # Preferences page
261 'prefs-rc' => 'Mudansa foufoun sira',
262 'prefs-watchlist' => 'Lista hateke',
263 'searchresultshead' => 'Buka',
264
265 # User rights
266 'userrights-user-editname' => "Hakerek naran uza-na'in ida-nian:",
267 'editusergroup' => "Filak lubu uza-na'in",
268 'userrights-editusergroup' => "Filak lubu uza-na'in",
269 'userrights-groupsmember' => 'Membru iha:',
270
271 # Groups
272 'group' => 'Lubu:',
273 'group-bot' => 'Bot sira',
274 'group-sysop' => 'Administradór sira',
275 'group-bureaucrat' => 'Burokrata sira',
276 'group-all' => '(hotu)',
277
278 'group-bot-member' => 'Bot',
279 'group-sysop-member' => 'Administradór',
280 'group-bureaucrat-member' => 'Burokrata',
281
282 'grouppage-bot' => '{{ns:project}}:Bot sira',
283 'grouppage-sysop' => '{{ns:project}}:Administradór sira',
284 'grouppage-bureaucrat' => '{{ns:project}}:Burokrata sira',
285
286 # User rights log
287 'rightsnone' => '(mamuk)',
288
289 # Recent changes
290 'recentchanges' => 'Mudansa foufoun sira',
291 'rcshowhidebots' => '$1 bot sira',
292 'diff' => 'diferensa',
293 'hist' => 'istória',
294 'hide' => 'Hamsumik',
295 'show' => 'Hatudu',
296 'minoreditletter' => 'o',
297 'newpageletter' => 'F',
298 'boteditletter' => 'b',
299
300 # Recent changes linked
301 'recentchangeslinked' => 'Muda sira',
302
303 # Upload
304 'upload' => 'Tau iha arkivu laran',
305 'uploadbtn' => 'Tau iha arkivu laran',
306 'watchthisupload' => "Hateke pájina ne'e",
307
308 # Image list
309 'ilsubmit' => 'Buka',
310 'filehist-deleteall' => 'halakon hotu',
311 'filehist-deleteone' => "halakon ne'e",
312 'filehist-user' => "Uza-na'in",
313 'imagelist_name' => 'Naran',
314 'imagelist_user' => "Uza-na'in",
315
316 # File reversion
317 'filerevert-comment' => 'Komentáriu:',
318
319 # File deletion
320 'filedelete' => 'Halakon $1',
321 'filedelete-comment' => 'Komentáriu:',
322 'filedelete-submit' => 'Halakon',
323
324 # Statistics
325 'statistics' => 'Estátistika',
326
327 'brokenredirects-edit' => '(edita)',
328 'brokenredirects-delete' => '(halakon)',
329
330 # Miscellaneous special pages
331 'allpages' => 'Pájina hotu',
332 'randompage' => 'Pájina ruma',
333 'listusers' => "Lista uza-na'in",
334 'specialpages' => 'Pájina espesiál sira',
335 'newpages' => 'Pájina foun',
336 'newpages-username' => "Naran uza-na'in:",
337 'move' => 'Book',
338 'movethispage' => "Book pájina ne'e",
339
340 'groups' => "Lubu uza-na'in",
341 'version' => 'Versaun',
342
343 # Special:Log
344 'specialloguserlabel' => "Uza-na'in:",
345
346 # Watchlist
347 'watchlist' => "Ha'u-nia lista hateke",
348 'mywatchlist' => "Ha'u-nia lista hateke",
349 'watch' => 'Hateke',
350 'watchthispage' => "Hateke pájina ne'e",
351 'unwatch' => 'La hateke',
352 'watchlist-hide-bots' => 'Hamsumik edita "bot" sira',
353 'watchlist-hide-own' => "Hamsumik edita ha'u-nia",
354 'watchlist-show-minor' => 'Hatudu osan-rahun',
355 'watchlist-hide-minor' => 'Subar osan-rahun',
356
357 'enotif_newpagetext' => "Ne'e pájina foun.",
358
359 # Delete/protect/revert
360 'deletepage' => 'Halakon pájina',
361 'deletedarticle' => 'halakon "[[$1]]"',
362 'dellogpage' => 'Lista halakon',
363 'deletionlog' => 'lista halakon',
364 'protectedarticle' => 'proteje "[[$1]]"',
365 'protectcomment' => 'Komentáriu:',
366 'protect-level-sysop' => "de'it administradór",
367
368 # Restrictions (nouns)
369 'restriction-edit' => 'Edita',
370 'restriction-move' => 'Book',
371
372 # Undelete
373 'undelete' => 'Haree pájina halakon tiha',
374 'undeletebtn' => 'Restaurar',
375 'undeletecomment' => 'Komentáriu:',
376 'undeletedarticle' => 'restaurar "[[$1]]"',
377 'undeletedrevisions' => 'restaurar $1 versaun',
378
379 'sp-contributions-newest' => 'Foun liu hotu',
380 'sp-contributions-oldest' => 'Tuan liu hotu',
381 'sp-contributions-newer' => 'Foun liu $1',
382 'sp-contributions-older' => 'Tuan liu $1',
383 'sp-contributions-submit' => 'Buka',
384
385 # What links here
386 'whatlinkshere' => "Artigu sira ne'ebé bá iha ne'e",
387 'whatlinkshere-page' => 'Pájina:',
388 'linkshere' => "Pájina sira ne'e link ba '''[[:$1]]''':",
389 'whatlinkshere-prev' => '{{PLURAL:$1|oinmai|oinmai $1}}',
390 'whatlinkshere-next' => '{{PLURAL:$1|molok|molok $1}}',
391
392 # Block/unblock
393 'blockip' => "Blokeiu uza-na'in",
394 'ipbreason-dropdown' => '*Common block reasons
395 ** Inserting false information
396 ** Removing content from pages
397 ** Spamming links to external sites
398 ** Inserting nonsense/gibberish into pages
399 ** Intimidating behaviour/harassment
400 ** Abusing multiple accounts
401 ** Unacceptable username
402 ** W/index.php vandal
403 ** vandalism
404 ** creating English pages in Main namespace',
405 'ipbotheroption' => 'seluk',
406 'ipblocklist-username' => "Naran uza-na'in ka IP:",
407 'ipblocklist-submit' => 'Buka',
408 'blocklink' => 'blokeiu',
409 'block-log-flags-noemail' => 'korreiu eletróniku blokeiu',
410 'ipb_already_blocked' => '"$1" nablokeiu tiha ona',
411
412 # Move page
413 'movepage' => 'Book pájina',
414 'movearticle' => 'Book pájina:',
415 'movepagebtn' => 'Book pájina',
416 'movepage-moved' => '<big>\'\'\'Ó book "$1" ba "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
417 '1movedto2' => 'book tiha [[$1]] ba [[$2]]',
418 'movelogpage' => 'Lista book',
419 'delete_and_move' => 'Halakon ho book',
420 'delete_and_move_confirm' => 'Sin, halakon pájina',
421
422 # Namespace 8 related
423 'allmessagesname' => 'Naran',
424 'allmessagescurrent' => 'Testu atuál',
425
426 # Browsing diffs
427 'previousdiff' => '←Diferensa molok',
428 'nextdiff' => 'Diferensa oinmai→',
429
430 # Special:Newimages
431 'showhidebots' => '($1 bot sira)',
432
433 # 'all' in various places, this might be different for inflected languages
434 'recentchangesall' => 'hotu',
435 'imagelistall' => 'hotu',
436 'watchlistall2' => 'hotu',
437 'namespacesall' => 'hotu',
438 'monthsall' => 'hotu',
439
440 # Table pager
441 'table_pager_next' => 'Pájina oinmai',
442 'table_pager_prev' => 'Pájina molok',
443 'table_pager_first' => 'Pájina uluk',
444
445 # Auto-summaries
446 'autosumm-new' => 'Pájina foun: $1',
447
448 );