Rev Author Line No. Line
185 miho 1 <?php
2  
3 // WebSVN - Subversion repository viewing via the web using PHP
4 // Copyright (C) 2004 Tim Armes
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // --
21 //
22 // portuguese.inc
23 //
24 // Portuguese language strings
25  
26 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
27 $lang["LANGUAGENAME"] = "Portuguese";
28 $lang['LANGUAGETAG'] = 'pt';
29  
30 $lang["LOG"] = "Log";
31 $lang["DIFF"] = "Diff";
32  
33 $lang["NOREP"] = "N&atilde;o foi indicado um reposit&oacute;rio";
34 $lang["NOPATH"] = "Path Inv&aacute;lida";
35  
36 $lang["DIFFREVS"] = "Diferen&ccedil;as entre revis&otilde;es";
37 $lang["AND"] = "e";
38 $lang["REV"] = "Rev";
39 $lang["LINE"] = "Linha";
40 $lang["SHOWENTIREFILE"] = "Mostrar todo o ficheiro";
41 $lang["SHOWCOMPACT"] = "Mostrar apenas &aacute;reas com diferen&ccedil;as";
42  
43 $lang["DIFFPREV"] = "Diferen&ccedil;as com a anterior";
44  
45 $lang["REVINFO"] = "Notas desta revis&atilde;o";
46 $lang["GOYOUNGEST"] = "Revis&atilde;o mais recente";
47 $lang["LASTMOD"] = "&Uacute;ltima altera&ccedil;&atilde;o";
48 $lang["LOGMSG"] = "Mensagem de Log";
49 $lang["CHANGES"] = "Altera&ccedil;&otilde;es";
50 $lang["SHOWCHANGED"] = "Mostrar ficheiros alterados";
51 $lang["HIDECHANGED"] = "Esconder ficheiros alterados";
52 $lang["NEWFILES"] = "Novos ficheiros";
53 $lang["CHANGEDFILES"] = "Ficheiros alterados";
54 $lang["DELETEDFILES"] = "Ficheiros apagados";
55 $lang["VIEWLOG"] = "Ver&nbsp;Log";
56 $lang["PATH"] = "Path";
57 $lang["AUTHOR"] = "Autor";
58 $lang["AGE"] = "Idade";
59 $lang["LOG"] = "Log";
60 $lang["CURDIR"] = "Directoria Currente";
61  
62 $lang["PREV"] = "Anterior";
63 $lang["NEXT"] = "Seguinte";
64 $lang["SHOWALL"] = "Mostrar todos";
65  
66 $lang["BADCMD"] = "Erro ao correr este comando";
67  
68 $lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
69 $lang["PROJECTS"] = "Subversion&nbsp;Projectos";
70 $lang["SERVER"] = "Subversion&nbsp;Servidor";
71  
72 $lang["SEARCHLOG"] = "Pesquisar o Search log por";
73 $lang["CLEARLOG"] = "Limpar pesquisa";
74 $lang["MORERESULTS"] = "Encontrar mais...";
75 $lang["NORESULTS"] = "A pesquisa n&atilde;o devolveu nenhum log";
76 $lang["NOMORERESULTS"] = "N&atilde;o existem mais resultados (logs) para a pesquisa";
77  
78 $lang["YEARS"] = "anos";
79 $lang["MONTHS"] = "meses";
80 $lang["WEEKS"] = "semanas";
81 $lang["DAYS"] = "dias";
82 $lang["HOURS"] = "horas";
83 $lang["MINUTES"] = "minutos";
84  
85 $lang["GO"] = "Go";