140 |
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 |
|
|
|
29 |
$lang["LOG"] = "Log"; |
|
|
30 |
$lang["DIFF"] = "Diff"; |
|
|
31 |
|
|
|
32 |
$lang["NOREP"] = "Não foi indicado um repositório"; |
|
|
33 |
$lang["NOPATH"] = "Path Inválida"; |
|
|
34 |
|
|
|
35 |
$lang["DIFFREVS"] = "Diferenças entre revisões"; |
|
|
36 |
$lang["AND"] = "e"; |
|
|
37 |
$lang["REV"] = "Rev"; |
|
|
38 |
$lang["LINE"] = "Linha"; |
|
|
39 |
$lang["SHOWENTIREFILE"] = "Mostrar todo o ficheiro"; |
|
|
40 |
$lang["SHOWCOMPACT"] = "Mostrar apenas áreas com diferenças"; |
|
|
41 |
|
|
|
42 |
$lang["DIFFPREV"] = "Diferenças com a anterior"; |
|
|
43 |
|
|
|
44 |
$lang["REVINFO"] = "Notas desta revisão"; |
|
|
45 |
$lang["GOYOUNGEST"] = "Revisão mais recente"; |
|
|
46 |
$lang["LASTMOD"] = "Última alteração"; |
|
|
47 |
$lang["LOGMSG"] = "Mensagem de Log"; |
|
|
48 |
$lang["CHANGES"] = "Alterações"; |
|
|
49 |
$lang["SHOWCHANGED"] = "Mostrar ficheiros alterados"; |
|
|
50 |
$lang["HIDECHANGED"] = "Esconder ficheiros alterados"; |
|
|
51 |
$lang["NEWFILES"] = "Novos ficheiros"; |
|
|
52 |
$lang["CHANGEDFILES"] = "Ficheiros alterados"; |
|
|
53 |
$lang["DELETEDFILES"] = "Ficheiros apagados"; |
|
|
54 |
$lang["VIEWLOG"] = "Ver Log"; |
|
|
55 |
$lang["PATH"] = "Path"; |
|
|
56 |
$lang["AUTHOR"] = "Autor"; |
|
|
57 |
$lang["AGE"] = "Idade"; |
|
|
58 |
$lang["LOG"] = "Log"; |
|
|
59 |
$lang["CURDIR"] = "Directoria Currente"; |
|
|
60 |
|
|
|
61 |
$lang["PREV"] = "Anterior"; |
|
|
62 |
$lang["NEXT"] = "Seguinte"; |
|
|
63 |
$lang["SHOWALL"] = "Mostrar todos"; |
|
|
64 |
|
|
|
65 |
$lang["BADCMD"] = "Erro ao correr este comando"; |
|
|
66 |
|
|
|
67 |
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
|
|
68 |
$lang["PROJECTS"] = "Subversion Projectos"; |
|
|
69 |
$lang["SERVER"] = "Subversion Servidor"; |
|
|
70 |
|
|
|
71 |
$lang["SEARCHLOG"] = "Pesquisar o Search log por"; |
|
|
72 |
$lang["CLEARLOG"] = "Limpar pesquisa"; |
|
|
73 |
$lang["MORERESULTS"] = "Encontrar mais..."; |
|
|
74 |
$lang["NORESULTS"] = "A pesquisa não devolveu nenhum log"; |
|
|
75 |
$lang["NOMORERESULTS"] = "Não existem mais resultados (logs) para a pesquisa"; |
|
|
76 |
|
|
|
77 |
$lang["YEARS"] = "anos"; |
|
|
78 |
$lang["MONTHS"] = "meses"; |
|
|
79 |
$lang["WEEKS"] = "semanas"; |
|
|
80 |
$lang["DAYS"] = "dias"; |
|
|
81 |
$lang["HOURS"] = "horas"; |
|
|
82 |
$lang["MINUTES"] = "minutos"; |
|
|
83 |
|
|
|
84 |
$lang["GO"] = "Go"; |