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