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