websvn |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php
// WebSVN - Subversion repository viewing via the web using PHP
// Copyright (C) 2004 Tim Armes
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// --
//
// portuguese-br.php
//
// Brazilian Portuguese language strings
// Translated by Flavio Fonseca
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "Brazilian Portuguese";
$lang["LOG"] = "Log";
$lang["DIFF"] = "Diff";
$lang["NOREP"] = "Não foi indicado um repositório";
$lang["NOPATH"] = "Path Inválido";
$lang["NOACCESS"] = "Você não tem as permissões necessárias para ler esse diretório";
$lang["RESTRICTED"] = "Acesso restrito";
$lang["DIFFREVS"] = "Diferenças entre revisões";
$lang["AND"] = "e";
$lang["REV"] = "Revisão";
$lang["LINE"] = "Linha";
$lang["SHOWENTIREFILE"] = "Mostrar todo o arquivo";
$lang["SHOWCOMPACT"] = "Mostrar apenas áreas com diferenças";
$lang["DIFFPREV"] = "Diferenças com a anterior";
$lang["BLAME"] = "Blame";
$lang["REVINFO"] = "Notas desta revisão";
$lang["GOYOUNGEST"] = "Revisão mais recente";
$lang["LASTMOD"] = "Última alteração";
$lang["LOGMSG"] = "Mensagem de Log";
$lang["CHANGES"] = "Alterações";
$lang["SHOWCHANGED"] = "Mostrar arquivos alterados";
$lang["HIDECHANGED"] = "Esconder arquivos alterados";
$lang["NEWFILES"] = "Arquivos novos";
$lang["CHANGEDFILES"] = "Arquivos alterados";
$lang["DELETEDFILES"] = "Arquivos apagados";
$lang["VIEWLOG"] = "Ver Log";
$lang["PATH"] = "Path";
$lang["AUTHOR"] = "Autor";
$lang["AGE"] = "Idade";
$lang["LOG"] = "Log";
$lang["CURDIR"] = "Diretório Corrente";
$lang["TARBALL"] = "Tarball";
$lang["PREV"] = "Anterior";
$lang["NEXT"] = "Seguinte";
$lang["SHOWALL"] = "Mostrar todos";
$lang["BADCMD"] = "Erro ao executar este comando";
$lang["UNKNOWNREVISION"] = "Revisão não encontrada";
$lang["POWERED"] = "Powered by <a href=\"http://www.websvn.info/\">WebSVN</a>";
$lang["PROJECTS"] = "Projetos Subversion";
$lang["SERVER"] = "Servidor Subversion";
$lang["FILTER"] = "Opções de filtro";
$lang["STARTLOG"] = "De rev";
$lang["ENDLOG"] = "Até rev";
$lang["MAXLOG"] = "Max revs";
$lang["SEARCHLOG"] = "Pesquisar o log por";
$lang["CLEARLOG"] = "Limpar pesquisa";
$lang["MORERESULTS"] = "Encontrar mais...";
$lang["NORESULTS"] = "A pesquisa não devolveu nenhum resultado";
$lang["NOMORERESULTS"] = "Não existem mais resultados para a pesquisa";
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
$lang["FILESMODIFIED"] = "arquivo(s) modificado(s)";
$lang["RSSFEED"] = "RSS feed";
$lang["LINENO"] = "Linha No.";
$lang["BLAMEFOR"] = "Informação de blame para rev";
$lang["DAYLETTER"] = "d";
$lang["HOURLETTER"] = "h";
$lang["MINUTELETTER"] = "m";
$lang["SECONDLETTER"] = "s";
$lang["GO"] = "Ir";
$lang["PATHCOMPARISON"] = "Comparação de caminhos";
$lang["COMPAREPATHS"] = "Comparar caminho";
$lang["COMPAREREVS"] = "Comparar Revisões";
$lang["PROPCHANGES"] = "Modificações de propriedades :";
$lang["CONVFROM"] = "Esta comparação mostra as modificações necessárias para converter o caminho ";
$lang["TO"] = "para";
$lang["REVCOMP"] = "Comparação reversa";
$lang["COMPPATH"] = "Comparar caminho:";
$lang["WITHPATH"] = "Com caminho:";
$lang["FILEDELETED"] = "Arquivo apagado";
$lang["FILEADDED"] = "Novo arquivo";