Filter:   InfoImg
download lang-portuguese.php
Language: PHP
LOC: 727
Project Info
Free Market(freemarket)
Server: SourceForge
Type: cvs
...\freemarket\freemarket\www\
   .htaccess
   admin.php
   article.php
   auth.inc.php
   backend.php
   banners.php
   comments.php
   counter.php
   dhtmllib.js
   download.php
   ezhilit.php
   faq.php
   footer.php
   friend.php
   header.php
   index.php
   lang-croatian.php
   lang-danish.php
   lang-dutch.php
   lang-english.php
   lang-french.php
   lang-german.php
   lang-indonesia.php
   lang-indonesian.php
   lang-italian.php
   lang-japanese.php
   lang-korean.php
   lang-latvian.php
   lang-norwegian.php
   lang-polish.php
   lang-portuguese.php
   lang-quebec.php
   lang-russian.php
   lang-simplifiedchinese.php
   lang-slovak.php
   lang-spanish.php
   lang-swedish.php
   lang-TEMPLATE.php
   ...-traditionalchinese.php
   links.php
   mainfile.php
   memberlist.php
   memberslist.php
   pollBooth.php
   pollcomments.php
   postinfo.html
   print.php
   problems.php
   scroller.js
   search.php
   sections.php
   stats.php
   submit.php
   top.php
   topics.php
   user.php

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<?php

/*
Welcome to PHP-NUKE

This is the language module with "all" the system messages without any order.

Translated by:
    Newman (newman@engebras.com.br)
    http://www.engebras.com.br
    v2.0
*/

function translate($phrase) {
    
    switch($phrase) {

    case "(Are you sure you included a URL? Did ya test them for typos?)":	$tmp = "(Est seguro que incluiu um URL? Revisou sua ortografia?)"; break;
    case "(Did you check URLs?)":	$tmp = "(Verificou o/os URLs?)"; break;
    case "(for changes only)":		$tmp = "(somente para alteraes)"; break;
    case "- are you sure?":		$tmp = "- est seguro?"; break;
    case "Add Author":			$tmp = " Agregar Autor "; break;
    case "Administration Menu":		$tmp = "Men de Administrao"; break;
    case "NEW Article":			$tmp = "NOVO Artigo"; break;
    case "Left Blocks":			$tmp = "Bloco Esq."; break;
    case "Right Blocks":		$tmp = "Bloco Dir."; break;
    case "Admin Block":			$tmp = "Bloco Admin"; break;
    case "Main Block":			$tmp = "Bloco Principal"; break;
    case "Sections Manager":		$tmp = "Sees"; break;
    case "Logout / Exit":		$tmp = "Sair"; break;
    case "User doesn't exist!":		$tmp = "O usurio no existe!"; break;
    case "Submit News":			$tmp = "Enviar Notcia"; break;
    case "We allow just one vote per day":	$tmp = " permitido somente um voto por pessoa ao dia"; break;
    case "Surveys/Polls":		$tmp = "Pesquisas"; break;
    case "HTTP Referers":		$tmp = "HTTP Referers"; break;
    case "Who is linking our site?":	$tmp = "Quem est acessando nossa pgina?"; break;
    case "Delete Referers":		$tmp = "Apagar os Dados"; break;
    case "link visited:":		$tmp = "conexo visitada:"; break;
    case "most linked stories":		$tmp = "conexes publicadas mais visitadas"; break;
    case "Delete Polls":		$tmp = "Apagar Pesquisas"; break;
    case "Last":			$tmp = "ltimos"; break;
    case "Articles":			$tmp = "Artigos"; break;
    case "Edit":			$tmp = "Editar"; break;
    case "Delete":			$tmp = "Apagar"; break;
    case "Current Active Topics":	$tmp = "Tpicos Ativos"; break;
    case "Click to Edit":		$tmp = "Clique para Editar"; break;
    case "Add a New Topic":		$tmp = "Agregar um Tpico Novo"; break;
    case "Topic Name:":			$tmp = "Nome do Tpico:"; break;
    case "Topic Text:":			$tmp = "Texto do Tpico:"; break;
    case "Topic Image:":		$tmp = "Imagem do Tpico:"; break;
    case "Add Topic!":			$tmp = "Agregar Tpico!"; break;
    case "(just a name without spaces - max: 20 characters)":		$tmp = "(somente um nome sem espaos - max: 20 caracteres)"; break;
    case "(the full topic text or description - max: 40 characters)":	$tmp = "(o texto completo ou descrio do tpico - max: 40 caracteres)"; break;
    case "(image name + extension located in":				$tmp = "(nombre de imagen + extenso localizada em"; break;
    case "for example: gamesandhobbies":				$tmp = "por exemplo: jogoselazer"; break;
    case "for example: Games and Hobbies":				$tmp = "por exemplo: Jogos e Lazer"; break;
    case "for example: games.gif":	$tmp = "por exemplo: jogos.gif"; break;
    case "Edit Topic:":			$tmp = "Editar Tpico:"; break;
    case "Save Changes!":		$tmp = "Gravar Alteraes!"; break;
    case "Delete Topic":		$tmp = "Apagar Tpico"; break;
    case "Are you sure you want to delete Topic":	$tmp = "Est seguro que quer apagar o tpico?"; break;
    case "This will delete ALL it's stories and it's comments!":	$tmp = "Isto apagar TODAS as suas historias e seus comentrios!"; break;
    case "changerblock":		$tmp = "Trocar Bloco"; break;
    case "deleterblock":		$tmp = "Apagar Bloco"; break;
    case "makerblock":			$tmp = "Criar Bloco"; break;
    case "changelblock":		$tmp = "Trocar Bloco"; break;
    case "deletelblock":		$tmp = "Apagar Bloco"; break;
    case "makelblock":			$tmp = "Criar Bloco"; break;
    case "Create New Right Block":	$tmp = "Criar Bloco Direito"; break;
    case "Create New Left Block":	$tmp = "Criar Bloco Esquerdo"; break;
    case "Edit Admin Block":		$tmp = "Editar Bloco de Administrador"; break;
    case "Are you sure you want to remove Story ID #":			$tmp = "Est seguro que deseja apagar a Notcia ID #"; break;
    case "and all it's comments?":	$tmp = "e todos os seus comentrios?"; break;
    case "Edit Admins":			$tmp = "Editar Autores"; break;
    case "Add User":			$tmp = "Agregar Usurio"; break;
    case "Update User":			$tmp = "Atualizar Usurio"; break;
    case "User ID":			$tmp = "ID de Usurio"; break;
    case "Preview Story":		$tmp = "Preview"; break;
    case "Past Articles":		$tmp = "Artigos Velhos"; break;
    case "comment":			$tmp = "comentrio"; break;
    case "comments?":			$tmp = "comentrios?"; break;
    case "Welcome to":			$tmp = "Bem vindo a"; break;
    case "Votes: ":			$tmp = "Votos: "; break;
    case "Past Surveys":		$tmp = "Pesquisas Anteriores"; break;
    case "Survey":			$tmp = "Pesquisa"; break;
    case "Total Votes: ":		$tmp = "Total de Votos: "; break;
    case "Voting Booth":		$tmp = "Sala de Votao"; break;
    case "Other Polls":	$tmp = "Outras Pesquisas"; break;
    case "Results":	$tmp = "Resultados"; break;
    case "Your Name":	$tmp = "Seu Nome"; break;
    case "New User":	$tmp = "Novo Usurio"; break;
    case "Title":	$tmp = "Ttulo"; break;
    case "Be Descriptive, Clear and Simple":	$tmp = "Descritivo, Claro e Simples"; break;
    case "bad titles='Check This Out!' or 'An Article'.":	$tmp = "ttulos prejudiciais='Vejam isso!' o 'Um Artigo!'."; break;
    case "The Scoop":	$tmp = "O Texto"; break;
    case "HTML is fine, but double check those URLs and HTML tags!":	$tmp = "Voc pode usar HTML, mas cheque os URLs e os comandos HTML!"; break;
    case "You must preview once before you can submit":	$tmp = "Voc deve fazer um Preview antes de poder enviar"; break;
    case "Are you sure you included a URL? Did you test them for typos?":	$tmp = "Est seguro que incluiu um URL? Verificou sua ortografia?"; break;
    case "Select Topic":	$tmp = "Selecionar Tpico"; break;
    case "Thanks for your submission.":	$tmp = "Obrigada por seu envio! Veremos nossa bola mgica nmero 8 e  possvel que publiquemos sua histria. Sigua enviando notcias!"; break;
    case "We received":		$tmp = "Recebemos"; break;
    case "visitors from":	$tmp = "visitantes desde"; break;
    case "Operating Systems":	$tmp = "Sistemas Operacionais"; break;
    case "Unknown":		$tmp = "Desconhecido"; break;
    case "Threshold":		$tmp = "Pontos"; break;
    case "No Comments":		$tmp = "Sem Comentrios"; break;
    case "Nested":		$tmp = "Alojados"; break;
    case "Flat":		$tmp = "Plano"; break;
    case "Thread":		$tmp = "Discusso"; break;
    case "Oldest First":	$tmp = "Velho Primeiro"; break;
    case "Newest First":	$tmp = "Novo Primeiro"; break;
    case "Highest Scores First":	$tmp = "Pontuao Alta Primeiro"; break;
    case "Save":		$tmp = "Gravar"; break;
    case "Refresh":		$tmp = "Recarregar"; break;
    case "Reply":		$tmp = "Responder"; break;
    case "The comments are owned by the poster. We aren't responsible for their content.":	$tmp = "Os comentrios so propriedade de quem os escreveu. Ns no somos responsveis por seu contedo."; break;
    case "Post Anonymously":	$tmp = "Enviar como Annimo"; break;
    case "Post":		$tmp = "Enviar"; break;
    case "Comment":		$tmp = "Comentrio"; break;
    case "Extrans (html tags to text)":	$tmp = "Extrans (html tags a texto)"; break;
    case "HTML Formatted":	$tmp = "Formato HTML"; break;
    case "Plain Old Text":	$tmp = "Texto Plano"; break;
    case "Subject":		$tmp = "Assunto"; break;
    case "Allowed HTML:":	$tmp = "HTML Permitido:"; break;
    case "User Info":		$tmp = "Dados do Usurio"; break;
    case "Score: ":		$tmp = "Pontuao: "; break;
    case "by":			$tmp = "por"; break;
    case "on":			$tmp = "o"; break;
    case "Moderate":		$tmp = "Moderar"; break;
    case "This is your personal page":	$tmp = "Esta  sua pgina pessoal. Provavelmente voc quer trocar algunas coisas. Se deseja perder um pouco de tempo, este e o lugar indicado."; break;
    case "My HomePage:":	$tmp = "Minha HomePage:"; break;
    case "My E-Mail:":		$tmp = "Meu E-Mail:"; break;
    case "Extra Info:":		$tmp = "Informao Extra"; break;
    case "There is no available info for":	$tmp = "No h informao disponvel para"; break;
    case "This web site uses":		$tmp = "Este web site usa"; break;
    case "Incorrect Login!":	$tmp = "Login Incorreto!"; break;
    case "New User:":	$tmp = "Usurio Novo:"; break;
    case "(Password will be sent to the email address you enter.)":	$tmp = "(A Senha ser enviada para o email que voc informou.)"; break;
    case "Lost your Password?":	$tmp = "Perdeu sua Senha?"; break;
    case "No problem. Just type your Nickname and click on send button.":	$tmp = "No h problema. Escreva somente seu Nickname e clique em Enviar Password."; break;
    case "Notice: Account preferences are cookie based.":	$tmp = "Aviso: As preferncias de sua conta so baseadas em cookies."; break;
    case "more info...":	$tmp = "mais informao..."; break;
    case "Sorry, no corresponding user info was found":		$tmp = "Desculpe, no foi encontrada informao de usurio correspondente"; break;
    case "User Password for":	$tmp = "Senha de usurio para"; break;
    case "The user account":	$tmp = "A conta de usurio"; break;
    case "at":	$tmp = "en"; break;
    case "has this email associated with it.":	$tmp = "este Email existe associado com."; break;
    case "A web user from":	$tmp = "Um usurio web desde"; break;
    case "has just requested that password be sent.":	$tmp = "foi solicitado que a senha seja enviada."; break;
    case "Your New Password is:":	$tmp = "Sua Nova Senha :"; break;
    case "You can change it after you login at":	$tmp = "Voc poder troc-la depois que fizer seu login em"; break;
    case "If you didn't ask for this, don't worry. You are seeing this message, not 'them'. If this was an error just login with your new password.":	$tmp = "Se voc no solicitou isto, no se preocupe. Voc est vendo esta mensagem e no 'eles'. Se est errado, somente faa login com a nova senha."; break;
    case "Password for":	$tmp = "Password para"; break;
    case "mailed.":	$tmp = "enviado por Email."; break;
    case "ERROR: Email address already registered":	$tmp = "ERROR: Endereo de Email j registrado"; break;
    case "ERROR: Nickname taken":	$tmp = "ERROR: O Nickname j est registrado"; break;
    case "ERROR: Name is reserved.":	$tmp = "ERROR: Nome reservado."; break;
    case "ERROR: Invalid email":	$tmp = "ERROR: Email Invlido"; break;
    case "ERROR: Email addresses do not contain spaces.":	$tmp = "ERROR: O Email no deve conter espaos"; break;
    case "ERROR: Invalid Nickname":	$tmp = "ERROR: Nickname Invlido"; break;
    case "Nickname is too long. It must be less than 15 characters.":	$tmp = "O Nickname e muito longo. Deve conter no mximo 15 caracteres."; break;
    case "There cannot be any spaces in the Nickname.":		$tmp = "No poden haver espaos no Nickname."; break;
    case "Finish":	$tmp = "Terminar"; break;
    case "You or someone else has used your email account":	$tmp = "Voc registrou a conta de Email"; break;
    case "to register an account at":	$tmp = "para abrir uma conta em"; break;
    case "The following is the member information:":	$tmp = "A continuao tem a informao de membro:"; break;
    case "-Nickname: ":		$tmp = "-Nickname: "; break;
    case "-Password: ":		$tmp = "-Password: "; break;
    case "Your Password is: ":	$tmp = "Sua Senha : "; break;
    case "You are now registered. You should receive your password at the email account you provided.":		$tmp = "J est registrado. Voc deveria ter recebido um Email com sua senha."; break;
    case "Real Name":		$tmp = "Nome Real"; break;
    case "Real Email":		$tmp = "Email Real"; break;
    case "Fake Email":		$tmp = "Email Falso"; break;
    case "Your HomePage":	$tmp = "Sua HomePage"; break;
    case "Extra Info":		$tmp = "Informao Extra"; break;
    case "(optional)":		$tmp = "(opcional)"; break;
    case "(required)":		$tmp = "(obrigatrio)"; break;
    case "(This Email will not be public but is required, will be used to send your password if you lost it)":		$tmp = "(Este Email no ser publicado mas  obrigatrio, ser usado para te enviar a senha caso voc a perca)"; break;
    case "(This Email will be public. Just type what you want, Spam proof)":		$tmp = "(Este Email ser publicado. Escreva o que quiser, a prova de Spam caso queira)"; break;
    case "(255 characters max. Type what others can know about yourself)":		$tmp = "(255 caracteres mx. Escreva o que quiser que os outros saibam de voc.)"; break;
    case "(type a new password twice to change it)":		$tmp = "(escreva uma nova senha 2 vezes para trocar-la)"; break;
    case "Save Changes":	$tmp = "Gravar Alteraes"; break;
    case "Both passwords are different. They need to be identical.":	$tmp = "As senhas so diferentes. Deven ser idnticas."; break;
    case "Sorry, your password must be at least":	$tmp = "Desculpe, sua senha deve conter ao menos"; break;
    case "characters long":		$tmp = "caracteres"; break;
    case "Something screwed up... don't you hate that?":	$tmp = "Algo aqu est errado... Que droga! no?"; break;
    case "Current Active Sections":	$tmp = "Sees Ativas"; break;
    case "Add a New Section":	$tmp = "Agregar Nova Seo"; break;
    case "Section Name:":	$tmp = "Nome da Seo:"; break;
    case "(40 characters Max.)":	$tmp = "(40 caracteres Mx.)"; break;
    case "Add Section!":	$tmp = "Agregar Seo!"; break;
    case "Edit Section:":	$tmp = "Editar Seo:"; break;
    case "Delete Section!":	$tmp = "Apagar Seo!"; break;
    case "Add Article in Sections":	$tmp = "Agregar Artigo"; break;
    case "Add Article!":	$tmp = "Agregar Artigo!"; break;
    case "Edit Article":	$tmp = "Editar Artigo"; break;
    case "Content":	$tmp = "Contedo"; break;
    case "Delete Article: ":	$tmp = "Apagar Artigoo: "; break;
    case "Are you sure you want to delete this article?":	$tmp = "Tem certeza que voc quer apagar este artgo?"; break;
    case "Are you sure you want to delete section":	$tmp = "Tem certeza que voc quer apagar a seo"; break;
    case "Delete Section: ":	$tmp = "Apagar Seo: "; break;
    case "This will delete ALL its articles!":		$tmp = "Isto apagar TODOS os seus artigos!"; break;
    case "Welcome to the Special Sections at":	$tmp = "Bem vindo s See Especiais de"; break;
    case "Here you can find some cool articles not presents in the Home.":	$tmp = "Aqu voc encontrar alguns bons artigos existentes na Home."; break;
    case "This is Section":	$tmp = "Esta  a Seo"; break;
    case "Following are the articles published under this section.":	$tmp = "Continuando esto os artigos publicados embaixo desta seo."; break;
    case "Return to Sections Index":	$tmp = "Voltar ao Indice de Sees"; break;
    case "Back to":			$tmp = "Voltar a"; break;
    case "Sections Index":		$tmp = "Indice de Sees"; break;
    case "All Topics":			$tmp = "Todos os Tpicos"; break;
    case "All Authors":			$tmp = "Todos os Autores"; break;
    case "News number in the Home":	$tmp = "Nmero de Notcias na Home"; break;
    case "Activate Personal Menu":	$tmp = "Ativar Men Pessoal"; break;
    case "(Check this option and the following text will appear in the Home)":	$tmp = "(Marca esta opo e o seguinte texto aparecer na Home)"; break;
    case "(You can use HTML code to put links, for example)":	$tmp = "(Voc pode usar cdigo HTML para colocar suas conexes, por exemplo)"; break;
    case "Select One Theme":		$tmp = "Selecione um Tema"; break;
    case "This option will change the look for the whole site.":	$tmp = "Esta opo modificar o aspecto de todo o site."; break;
    case "The changes will be valid only to you.":			$tmp = "As alteraes sero vlidas somente para voc."; break;
    case "Each user can view the site with different theme.":		$tmp = "Cada usurio poder ver este web site com um tema diferente."; break;
    case "Display Mode":	$tmp = "Modo de Visualizao"; break;
    case "Sort Order":	$tmp = "Ordem"; break;
    case "Comments scored less than this setting will be ignored.":	$tmp = "Comentrios colocados abaixo desta moldura sero ignorados."; break;
    case "Uncut and Raw":	$tmp = "Todos os comentrios"; break;
    case "Almost Everything":	$tmp = "Quase todos"; break;
    case "Filter Most Anon":	$tmp = "Filtrar a maioria de Annimos"; break;
    case "Score":	$tmp = "Contagem"; break;
    case "Anonymous posts start at 0, logged in posts start at 1. Moderators add and subtract points.":	$tmp = "Comentrios Annimos comeam em 0, os de usurios em 1. Os Moderadores somam e tiram pontos."; break;
    case "Do Not Display Scores":	$tmp = "No mostrar Contagem"; break;
    case "(Hides score: They still apply, you just don't see them.)":	$tmp = "(Oculta a Contagem: Continuar aplicando, mas voc no a ver.)"; break;
    case "Max Comment Length":	$tmp = "Tamanho mximo de um comentrio"; break;
    case "(Truncates long comments, and adds a Read More link. Set really big to disable)":	$tmp = "(Corta comentrios longos, e junta uma conexo para leerlo completo. Pe um nmero grande para desabilitar)"; break;
    case "Posted by ":	$tmp = "Enviado por "; break;
    case "Posted on ":	$tmp = "Enviado o "; break;
    case "on":	$tmp = "o"; break;
    case "Contributed by ":	$tmp = "Contribuio de "; break;
    case "writes":	$tmp = "escreveu"; break;
    case "Menu for":	$tmp = "Men de"; break;
    case "total words in this text)":	$tmp = "palavras neste texto)"; break;
    case "votes":	$tmp = "votos"; break;
    case " on...":	$tmp = " o..."; break;
    case "New Article":		$tmp = "Notcia Nova"; break;
    case "Delete Topic!":	$tmp = "Apagar Tpico!"; break;
    case "Click to list all articles in this topic":	$tmp = "Clique para listar todos os artigos deste tpico"; break;
    case "Welcome to the TOP page for":  $tmp = "Bem vindo ao TOP de"; break;
    case "most read stories":   $tmp = "primeiras notcias mais lidas"; break;
    case "read:":	$tmp = "lido:"; break;
    case "times":	$tmp = "vezes"; break;
    case "most commented stories":   $tmp = "primeiras notcias mais comentadas"; break;
    case "comments:":   $tmp = "comentrios:"; break;
    case "most voted polls": $tmp = "primeiras pesquisas mais votadas"; break;
    case "votes:":  $tmp = "votos:"; break;
    case "Edit Article ID:":	$tmp = "Editar Artigo ID:"; break;
    case "most read articles in special sections":	$tmp = "primeiros artigos mais lidos nas sees especiais"; break;
    case "No Subject":	$tmp = "Sem Ttulo"; break;
    case "Read the rest of this comment...":	$tmp = "Ler o resto deste comentrio..."; break;
    case "All":	$tmp = "Todos"; break;
    case "week":	$tmp = "semana"; break;
    case "weeks":	$tmp = "semanas"; break;
    case "month":	$tmp = "ms"; break;
    case "months":	$tmp = "meses"; break;
    case "most active news submitters":	$tmp = "primeiros usurios que mais notcias enviam e se publicam"; break;
    case "sent news:":	$tmp = "notcias enviadas:"; break;
    case "Delete Article!":	$tmp = "Apagar Artigo!"; break;
    case "Banners Administration":  $tmp = "AdministraO de Banners"; break;
    case "Current Active Banners":  $tmp = "Banners Ativos"; break;
    case "ID":  $tmp = "ID"; break;
    case "Impressions": $tmp = "Impresses"; break;
    case "Imp. Left":   $tmp = "Restam"; break;
    case "Clicks":  $tmp = "Clicks"; break;
    case "% Clicks":    $tmp = "% Clicks"; break;
    case "Client Name": $tmp = "Nome do Cliente"; break;
    case "Functions":   $tmp = "Funes"; break;
    case "Imp.":    $tmp = "Imp."; break;
    case "Date Started":    $tmp = "Data Inicial"; break;
    case "Date Ended":  $tmp = "Data Final"; break;
    case "Finished Banners":    $tmp = "Banners Terminados"; break;
    case "Advertising Clients": $tmp = "Clientes de Publicidade"; break;
    case "Active Banners":  $tmp = "Banners Ativos"; break;
    case "Contact Name":    $tmp = "Contato"; break;
    case "Contact Email":   $tmp = "Email"; break;
    case "Add a New Banner":    $tmp = "Somar um Novo Banner"; break;
    case "Client Name: ":   $tmp = "Nome do Cliente: "; break;
    case "Impressions Purchased: ": $tmp = "Impresses Compradas: "; break;
    case "Image URL: ": $tmp = "URL de Imagen: "; break;
    case "Click URL: ": $tmp = "URL de Click: "; break;
    case "Add Banner":  $tmp = "Adicionar Banner"; break;
    case "Unlimited":   $tmp = "Ilimitadas"; break;
    case "Add a New Client":    $tmp = "Adicionar um Novo Cliente"; break;
    case "Client Name: ":   $tmp = "Nome do Cliente: "; break;
    case "Contact Name: ":  $tmp = "Contato: "; break;
    case "Contact Email: ": $tmp = "Email: "; break;
    case "Client Login: ":  $tmp = "Login: "; break;
    case "Client Password: ":   $tmp = "Password: "; break;
    case "Add Client":  $tmp = "Adicionar Cliente"; break;
    case "Delete Banner":   $tmp = "Apagar Banner"; break;
    case "Are you sure you want to delete this Banner?":    $tmp = "Tem certeza que deseja apagar este Banner?"; break;
    case "Edit Banner": $tmp = "Editar Banner"; break;
    case "Add More Impressions: ":  $tmp = "Adicionar Mais Impresses: "; break;
    case "Purchased: ": $tmp = "Compradas: "; break;
    case "Made: ":  $tmp = "Feitas: "; break;
    case "Change Banner":   $tmp = "Alterar Banner"; break;
    case "Delete Advertising Client":   $tmp = "Apagar Cliente de Publicidade"; break;
    case "You are about to delete client:": $tmp = "Voc vai apagar o cliente:"; break;
    case "and all its Banners!!!":  $tmp = "e todos seus Banners!!!"; break;
    case "This client doesn't have any banner running now.":    $tmp = "Este cliente no tem banners executando-se agora."; break;
    case "This client has the following ACTIVE BANNERS running in": $tmp = "Este cliente tem os seguintes BANNERS ATIVOS executando-se em"; break;
    case "WARNING!!!":  $tmp = "CUIDADO!!!"; break;
    case "Are you sure you want to delete this Client and ALL its Banners?":	$tmp = "Tem certeza que deseja apagar este cliente com TODOS seus Banners?"; break;
    case "Edit Advertising Client": $tmp = "Editar Cliente de Publicidade"; break;
    case "Change Client":   $tmp = "Trocar Cliente"; break;
    case "hast just requested a Confirmation Code to change the password.":	$tmp = "foi solicitado o Cdigo de Confirmao para trocar a senha."; break;
    case "Your Confirmation Code is:":	$tmp = "Seu Cdigo de Confirmao :"; break;
    case "With this code you can now assign a new password at":	$tmp = "Com este cdigo voc poder assinar uma nova senha em"; break;
    case "If you didn't ask for this, don't worry. Just delete this Email.":	$tmp = "Se isto no foi solicitado, no se preocupe. Apenas apague esta mensagem."; break;
    case "Confirmation Code for":	$tmp = "Cdigo de Confirmao para"; break;
    case "Send Password":	$tmp = "Enviar Senha"; break;
    case "Confirmation Info":	$tmp = "Voc receber uma mensagem com o Cdigo de Confirmao. Volte a esta pgina e reescreva seu Nickname e seu Cdigo. Depois disso voc receber por Email sua nova Senha."; break;
    case "Nickname: ":	$tmp = "Nickname: "; break;
    case "Confirmation Code: ":	$tmp = "Cdigo de Confirmao: "; break;
    case "User Login":	$tmp = "Login de Usurio"; break;
    case "E-Mail: ":	$tmp = "Email: "; break;
    case "Password: ":	$tmp = "Password: "; break;
    case "As a registered user you can:":	$tmp = "Como usurio registrado voc poder:"; break;
    case "Post comments with your name":	$tmp = "Escrever comentrios com seu nome"; break;
    case "Send news with your name":	$tmp = "Enviar notcias com seu nome"; break;
    case "Have a personal box in the Home":	$tmp = "Possuir um men personalizado"; break;
    case "Select how many news you want in Home":	$tmp = "Selecionar quantas notcias voc deseja na Home"; break;
    case "Customize the comments":	$tmp = "Configurar os comentrios"; break;
    case "Select different themes":	$tmp = "Selecionar diferentes temas"; break;
    case "some other cool stuff...":	$tmp = "outras coisas interessantes..."; break;
    case "Register Now! It's Free!":	$tmp = "Registre-se Agora!  Grtis!"; break;
    case "We don't sell/give to others your personal info.":	$tmp = "Ns no venderemos/daremos seus dados a outras pessoas/empresas."; break;
    case "most active authors":	$tmp = "primeiros autores mais ativos"; break;
    case "news published:":	$tmp = "notcias publicadas:"; break;
    case "has just requested a Confirmation Code to change the password.":	$tmp = "foi solicitado que se envie o cdigo de confirmao para trocar a senha."; break;
    case "previous matches":	$tmp = "registros anteriores"; break;
    case "next matches":	$tmp = "mais registros"; break;
    case "Are you sure you want to delete": $tmp = "Tem certeza que voc quer apagar? "; break;
    case "Browsers":			$tmp = "Navegadores"; break;
    case "Main":			$tmp = "Principal"; break;
    case "Admin":			$tmp = "Admin"; break;
    case "Left":			$tmp = "Esquerda"; break;
    case "Right":			$tmp = "Direita"; break;
    case "Authors":			$tmp = "Autores"; break;
    case "Users":			$tmp = "Usurios"; break;
    case "bytes more":			$tmp = "bytes mais"; break;
    case "ChangeStory":			$tmp = "Trocar Notcia "; break;
    case "RemoveStory":			$tmp = "Apagar Notcia "; break;
    case "Content:": 			$tmp = "Contedo:"; break;
    case "Create new poll":		$tmp = "Criar Nueva Pesquisa"; break;
    case "Create":			$tmp = "Criar"; break;
    case "Current Poll:": 		$tmp = "Pesquisa Atual: "; break;
    case "Delete Author":		$tmp = "Apagar Autor"; break;
    case "DeleteStory":			$tmp = "Apagar Notcia "; break;
    case "DisplayStory":		$tmp = "Mostrar Notcia "; break;
    case "Edit Left Blocks": 		$tmp = "Editar Blocos Esquerdos"; break;
    case "Edit Admin Block": 		$tmp = "Editar Bloco de Administrador"; break;
    case "Edit Right Blocks": 		$tmp = "Editar Blocos Direitos"; break;
    case "Edit Main Block": 		$tmp = "Editar Bloco Principal"; break;
    case "Extended Text":		$tmp = "Texto Extendido"; break;
    case "New Poll": 			$tmp = "Nova Pesquisa"; break;
    case "View Results": 		$tmp = "Ver Resultados"; break;
    case "Delete Poll": 		$tmp = "Apagar Pesquisa"; break;
    case "EditStory":			$tmp = " Editar Notcia "; break;
    case "Email":			$tmp = "Email"; break;
    case "Full Text":			$tmp = "Texto Total"; break;
    case "Go home":			$tmp = "Ir a Home"; break;
    case "Go!":				$tmp = "Ok"; break;
    case "Handle":			$tmp = "Nickname"; break;
    case "Intro Text":			$tmp = "Texto de Intro"; break;
    case "Logged out":			$tmp = "Desconetado"; break;
    case "Logout":			$tmp = "Sair"; break;
    case "Modify Info":			$tmp = "Modificar Informao"; break;
    case "Name":			$tmp = "Nome"; break;
    case "Name:":			$tmp = "Nome:"; break;
    case "No New Submission": 		$tmp = "No h Novo Envio"; break;
    case "No New Submissions": 		$tmp = "No h Novos Envios"; break;
    case "No":				$tmp = "No"; break;
    case "Notes":			$tmp = "Notas"; break;
    case "Option":			$tmp = "Opo"; break;
    case "Password":			$tmp = "Senha"; break;
    case "Parent":			$tmp = "Pai"; break;
    case "Read More...":		$tmp = "Ler Mais..."; break;
    case "Retype Passowrd":		$tmp = "Reescreva a Senha"; break;
    case "Please choose a poll from the list below.": $tmp = "Por favor selecione uma pesquisa da seguinte lista."; break;
    case "Please enter each available option into a single field": $tmp = "Por favor escreva cada opo da pesquisa"; break;
    case "Polltitle":			$tmp = "Pergunta"; break;
    case "Post NEW Article": 		$tmp = "Enviar Nova Notcia"; break;
    case "PostAdminStory":		$tmp = "Publicar Notcia"; break;
    case "PostStory":			$tmp = " Enviar Notcia "; break;
    case "PreviewAdminStory":		$tmp = "Preview"; break;
    case "PreviewAgain":		$tmp = " Preview Outra vez "; break;
    case "Remove an existing poll":	$tmp = "Apagar uma pesquisa"; break;
    case "Remove existing poll": 	$tmp = "Apagar a pesquisa"; break;
    case "Remove":			$tmp = "Apagar"; break;
    case "Retype Password":		$tmp = "Reescreva a Senha"; break;
    case "Search":			$tmp = "Buscar"; break;
    case "Search in":			$tmp = "Buscar em"; break;
    case "Sorry, the new passwords do not match. Click back and try again":	$tmp	= "Desculpe, as 2 senhas no so iguais. Volte atrs e tente de novo"; break;
    case "Story ID:":			$tmp = "Histria ID:"; break;
    case "Subject":			$tmp = "Assunto"; break;
    case "The Story":			$tmp = "A Histria"; break;
    case "Title:":			$tmp = "Ttulo:"; break;
    case "Topic":			$tmp = "Tpico"; break;
    case "Topics Manager":		$tmp = "Administrador de Tpicos"; break;
    case "URL":				$tmp = "URL"; break;
    case "Update Author":		$tmp = " Atualizar Autor "; break;
    case "View poll results":		$tmp = "Ver Resultados"; break;
    case "View":			$tmp = " Ver "; break;
    case "WARNING: The chosen poll will be removed IMMEDIATELY from the database!":	$tmp	= "CUIDADO: A pesquisa selecionada ser apagada IMEDIATAMENTE da base de dados!"; break;
    case "Yes":				$tmp = "Sim"; break;
    case "You are now logged out":	$tmp = "Voc saiu de sua conta"; break;
    case "adminMain":   		$tmp = "adminMain"; break;
    case "adminStory":   		$tmp = "adminStory"; break;
    case "bad pass":			$tmp = "senha errada"; break;
    case "blocks":   			$tmp = "blocos"; break;
    case "changeblock": 		$tmp = " Alterar Blocos "; break;
    case "create":			$tmp = "criar"; break;
    case "createPosted":		$tmp = "createPosted"; break;
    case "current authors":		$tmp = "autores atuais"; break;
    case "datestring":			$tmp = "%A, %B %d @ %T %Z"; break;
    case "deladmin":			$tmp = "deladmin"; break;
    case "deladminconf":		$tmp = "deladminconf"; break;
    case "delete":			$tmp = "delete"; break;
    case "deleteblock": 		$tmp = "Apagar Bloco "; break;
    case "Login":			$tmp = "Login "; break;
    case "logout":			$tmp = "Sair"; break;
    case "makeblock":			$tmp = "Criar Bloco "; break;
    case "mod_authors":			$tmp = "mod_authors"; break;
    case "modifyadmin":			$tmp = "modifyadmin"; break;
    case "remove":			$tmp = "remover"; break;
    case "removePosted":		$tmp = "Remover Enviados "; break;
    case "update":			$tmp = "Atualisar"; break;
    case "view":			$tmp = "ver"; break;
    case "viewPosted":			$tmp = "Ver Enviados"; break;
    case "AdminID":			$tmp = "AdminID";break;
    case "Edit Users": 			$tmp = "Editar Usurios";break;
    case "user": 			$tmp = "Usurio";break;
    case "Modify User": 		$tmp = "Modificar Usurio";break;
    case "Delete User": 		$tmp = "Apagar Usurio";break;
    case "Handle/UserID": 		$tmp = "Login de Usurio";break;
    case "* indicates compulsory fields": 		$tmp = "* indica campos obrigatrios"; break;
    case "You must complete all compulsory fields":	$tmp = "Voc deve completar todos os campos obrigatrios"; break;
    case "Don't have an account yet? You can ":		$tmp = "Voc no tem conta?";break;	
    case "Create One":			$tmp = "Crie uma";break;
    case "As registered user you have some advantages like theme manager, comments configuration and post comments with your name.":	$tmp	= "Como usurio registrado vc ter vantagens como tema pessoal e configurao de comentrios, alm de colocar assuntos e comentrios com seu nome.";break;

// Added for PHP-Nuke 2.0 (translations needed for supported languages)

    case "Miscelaneous Stats":          	$tmp    = "Estatsticas Diversas"; break;
    case "Registered Users: ":          	$tmp    = "Usurios Registrados: "; break;
    case "Active Authors: ":            	$tmp    = "Autores Ativos: "; break;
    case "Stories Published: ":         	$tmp    = "Histrias Publicadas: "; break;
    case "Comments Posted: ":           	$tmp    = "Comentrios  Enviados: "; break;
    case "Special Sections: ":          	$tmp    = "Sees Especiais: "; break;
    case "Articles in Sections: ":      	$tmp    = "Artigos nas secoes: "; break;
    case "News Waiting to be Published: ":  	$tmp    = "Notcias Aguardando Publicaao: "; break;
    case "Active Topics: ":           		$tmp    = "Tpicos Ativos: "; break;
    case "linksdatestring":			$tmp 	= "%d-%b-%Y"; break;
    case "Section Image:":      	      	$tmp    = "Seo de Imagem:"; break;
    case "(example: opinion.gif)":            	$tmp    = "(exemplo: opinio.gif)"; break;
    case "Web Links":        		    	$tmp    = "Web Links"; break;
    case "There are":        	    		$tmp    = "Existem "; break;
    case "Links in our Database":    		$tmp    = "Links no nosso Banco de dados"; break;
    case "Add a MAIN Category":	    		$tmp    = "Adicione uma Categoria Principal"; break;
    case "Name: ":        		    	$tmp    = "Nome: "; break;
    case "Add":        		    		$tmp    = "Adicione"; break;
    case "Add a SUB-Category":        		$tmp    = "Adicione uma SUB-Categoria"; break;
    case "in":        		    		$tmp    = "em"; break;
    case "Add a New Link":        		$tmp    = "Adicione um Novo Link"; break;
    case "Page Title: ":        		$tmp    = "Ttulo da Pgina: "; break;
    case "Page URL: ":        		    	$tmp    = "Endereo da Pgina: "; break;
    case "Category: ":        		    	$tmp    = "Categoria: "; break;
    case "Description: (255 characters max)":   $tmp    = "Descrio: (255 caracteres max)"; break;
    case "Add URL":        		    	$tmp    = "Adicione URL"; break;
    case "Modify Category":        		$tmp    = "Modificar Categoria"; break;
    case "Modify":        		    	$tmp    = "Modificar"; break;
    case "Modify Links":        		$tmp    = "Modificar Links"; break;
    case "Link ID: ":        		    	$tmp    = "ID do Link: "; break;
    case "Description: ":        		$tmp    = "Descrio: "; break;
    case "Links Waiting for Validation":        $tmp    = "Links Aguardando Validao"; break;
    case "Visit":        		    	$tmp    = "Visitas"; break;
    case "Hits: ":        		    	$tmp    = "Hits: "; break;
    case "Email: ":        		    	$tmp    = "Email: "; break;
    case "Category Name: ":        		$tmp    = "Name da Categoria: "; break;
    case "Sub-Category Name: ":        		$tmp    = "Nome da Sub-Categoria: "; break;
    case "WARNING: Are you sure you want to delete this Category and ALL its Links?":		$tmp    = "CUIDADO: Voc tem certeza que quer deletar esta Categoria e TODOS os seus Links?"; break;
    case "ERROR: The Category":        		$tmp    = "ERRO: A Categoria"; break;
    case "already exist!":        		$tmp    = "j existe!"; break;
    case "ERROR: The SubCategory":        	$tmp    = "ERRO: A Sub-Categoria"; break;
    case "ERROR: This URL is already listed in the Database!":	$tmp = "ERRO: Esta URL j est no Database!"; break;
    case "ERROR: You need to type a URL for your URL!":		$tmp = "ERRO: Voc precisa digitar uma URL para sua URL!"; break;
    case "ERROR: You need to type a TITLE for your URL!":	$tmp = "ERRO: Voc precisa digitar um TITULO para sua URL!"; break;
    case "ERROR: You need to type a DESCRIPTION for your URL!":	$tmp = "ERRO: Voc precisa digitar a DESCRIAO para sua URL!"; break;
    case "New Link added to the Database":	$tmp    = "Novo Link adicionado ao Database"; break;
    case "Your Link at": 	    		$tmp    = "Seu Link em"; break;
    case "Hello":      		    		$tmp    = "Ol"; break;
    case "We approved your link submission for our search engine.":	$tmp = "Ns aprovamos a incluso de seu link em nosso site de pesquisa."; break;
    case "You can browse our search engine at:":			$tmp    = "Voc pode acessar nosso site de pesquisa em:"; break;
    case "Thanks for your submission!":		$tmp    = "Obrigado pelo envio!"; break;
    case "team.": 		    		$tmp    = "time."; break;
    case "HOME":        		 	$tmp    = "HOME"; break;
    case "Links Main":        		    	$tmp    = "Links Principais "; break;
    case "Add URL":        		    	$tmp    = "Adicione URL"; break;
    case "New Links":        		    	$tmp    = "Novos Links"; break;
    case "The Best":        		    	$tmp    = "O Melhor"; break;
    case "Random Link":        		    	$tmp    = "Link aleatrio"; break;
    case "Your Name: ":        		    	$tmp    = "Seu Nome: "; break;
    case "Your Email: ":       		    	$tmp    = "Seu Email: "; break;
    case "We received your Link submission. Thanks!":		$tmp    = "Ns recebemos seu link. Obrigado!"; break;
    case "You'll receive and E-mail when it's approved.":	$tmp    = "Voc ir receber um email quando for aprovado."; break;
    case "Links Added to Database":		$tmp    = "Links Adicionados ao Database"; break;
    case "Added on: ":        		    	$tmp    = "Adicionado em: "; break;
    case "Edit This Link":        		$tmp    = "Edite este Link"; break;
    case "The":        		    		$tmp    = "O/Os"; break;
    case "Most Visited Links":         		$tmp    = "Links mais visitados"; break;
    case "SubCategories":        		$tmp    = "SubCategorias"; break;
    case "Popular Site!":        		$tmp    = "Site Popular!"; break;
    case "Previous Page":        		$tmp    = "Pgina Anterior"; break;
    case "Next Page":           		$tmp    = "Prxima Pgina"; break;
    case "Main":      		    		$tmp    = "Principal"; break;
    case "Search Results for: ":       		$tmp    = "Resultado de Pesquisa para: "; break;
    case "Try to search":  	  		$tmp    = "Tente pesquisar"; break;
    case "in others Search Engines":   		$tmp    = "Em Outros Sites de Pesquisa"; break;
    case "No matches found to your query":	$tmp 	= "Nada encontrado para "; break;
    case "Links":				$tmp 	= "Links"; break;
    case "Links in Web Links: ":		$tmp 	= "Links em Links Web: "; break;
    case "Categories in Web Links: ":		$tmp 	= "Categorias em Links Web: "; break;
    case "New Submissions: ":			$tmp 	= "Novos Envios: "; break;
    case "Configure":				$tmp 	= "Preferncias"; break;
    case "Login/Create Account":		$tmp 	= "Login/Cria Conta"; break;
    case "datestring2":				$tmp 	= "%A, %B %d"; break;

// Added for PHP-Nuke 3.5

    case "Ephemerids":				$tmp	= "Ephemerids"; break;
    case "Add Ephemerid:":				$tmp	= "Add Ephemerid:"; break;
    case "Day:":					$tmp	= "Day:"; break;
    case "Month:":				$tmp	= "Month:"; break;
    case "Year:":					$tmp	= "Year:"; break;
    case "Ephemerid Description:":		$tmp	= "Ephemerid Description:"; break;    
    case "Ephemerid Maintenance (Edit/Delete):":	$tmp	= "Ephemerid Maintenance (Edit/Delete):"; break