jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [portuguese-br.php] - Blame information for rev 6

 

Line No. Rev Author Line
11simandl<?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-br.php
23//
24// Brazilian Portuguese language strings
25// Translated by Flavio Fonseca
26 
27// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
28$lang["LANGUAGENAME"] = "Brazilian Portuguese";
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;lido";
35$lang["NOACCESS"] = "Voc&ecirc; n&atilde;o tem as permiss&otilde;es necess&aacute;rias para ler esse diret&oacute;rio";
36$lang["RESTRICTED"] = "Acesso restrito";
37 
38$lang["DIFFREVS"] = "Diferen&ccedil;as entre revis&otilde;es";
39$lang["AND"] = "e";
40$lang["REV"] = "Revis&atilde;o";
41$lang["LINE"] = "Linha";
42$lang["SHOWENTIREFILE"] = "Mostrar todo o arquivo";
43$lang["SHOWCOMPACT"] = "Mostrar apenas &aacute;reas com diferen&ccedil;as";
44 
45$lang["DIFFPREV"] = "Diferen&ccedil;as com a anterior";
46$lang["BLAME"] = "Blame";
47 
48$lang["REVINFO"] = "Notas desta revis&atilde;o";
49$lang["GOYOUNGEST"] = "Revis&atilde;o mais recente";
50$lang["LASTMOD"] = "&Uacute;ltima altera&ccedil;&atilde;o";
51$lang["LOGMSG"] = "Mensagem de Log";
52$lang["CHANGES"] = "Altera&ccedil;&otilde;es";
53$lang["SHOWCHANGED"] = "Mostrar arquivos alterados";
54$lang["HIDECHANGED"] = "Esconder arquivos alterados";
55$lang["NEWFILES"] = "Arquivos novos";
56$lang["CHANGEDFILES"] = "Arquivos alterados";
57$lang["DELETEDFILES"] = "Arquivos apagados";
58$lang["VIEWLOG"] = "Ver&nbsp;Log";
59$lang["PATH"] = "Path";
60$lang["AUTHOR"] = "Autor";
61$lang["AGE"] = "Idade";
62$lang["LOG"] = "Log";
63$lang["CURDIR"] = "Diret&oacute;rio Corrente";
64$lang["TARBALL"] = "Tarball";
65 
66$lang["PREV"] = "Anterior";
67$lang["NEXT"] = "Seguinte";
68$lang["SHOWALL"] = "Mostrar todos";
69 
70$lang["BADCMD"] = "Erro ao executar este comando";
71$lang["UNKNOWNREVISION"] = "Revis&atilde;o n&atilde;o encontrada";
72 
73$lang["POWERED"] = "Powered by <a href=\"http://www.websvn.info/\">WebSVN</a>";
74$lang["PROJECTS"] = "Projetos&nbsp;Subversion";
75$lang["SERVER"] = "Servidor&nbsp;Subversion";
76 
77$lang["FILTER"] = "Op&ccedil;&otilde;es de filtro";
78$lang["STARTLOG"] = "De rev";
79$lang["ENDLOG"] = "At&eacute; rev";
80$lang["MAXLOG"] = "Max revs";
81$lang["SEARCHLOG"] = "Pesquisar o log por";
82$lang["CLEARLOG"] = "Limpar pesquisa";
83$lang["MORERESULTS"] = "Encontrar mais...";
84$lang["NORESULTS"] = "A pesquisa n&atilde;o devolveu nenhum resultado";
85$lang["NOMORERESULTS"] = "N&atilde;o existem mais resultados para a pesquisa";
86 
87$lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
88$lang["FILESMODIFIED"] = "arquivo(s) modificado(s)";
89$lang["RSSFEED"] = "RSS feed";
90 
91$lang["LINENO"] = "Linha No.";
92$lang["BLAMEFOR"] = "Informa&ccedil;&atilde;o de blame para rev";
93 
94$lang["DAYLETTER"] = "d";
95$lang["HOURLETTER"] = "h";
96$lang["MINUTELETTER"] = "m";
97$lang["SECONDLETTER"] = "s";
98 
99$lang["GO"] = "Ir";
100 
101$lang["PATHCOMPARISON"] = "Compara&ccedil;&atilde;o de caminhos";
102$lang["COMPAREPATHS"] = "Comparar caminho";
103$lang["COMPAREREVS"] = "Comparar Revis&otilde;es";
104$lang["PROPCHANGES"] = "Modifica&ccedil;&otilde;es de propriedades :";
105$lang["CONVFROM"] = "Esta compara&ccedil;&atilde;o mostra as modifica&ccedil;&otilde;es necess&aacute;rias para converter o caminho ";
106$lang["TO"] = "para";
107$lang["REVCOMP"] = "Compara&ccedil;&atilde;o reversa";
108$lang["COMPPATH"] = "Comparar caminho:";
109$lang["WITHPATH"] = "Com caminho:";
110$lang["FILEDELETED"] = "Arquivo apagado";
111$lang["FILEADDED"] = "Novo arquivo";

Powered by WebSVN 2.2.1