<?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.inc//// Portuguese language strings// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).$lang["LANGUAGENAME"] = "Portuguese";$lang['LANGUAGETAG'] = 'pt';$lang["LOG"] = "Log";$lang["DIFF"] = "Diff";$lang["NOREP"] = "Não foi indicado um repositório";$lang["NOPATH"] = "Path Inválida";$lang["DIFFREVS"] = "Diferenças entre revisões";$lang["AND"] = "e";$lang["REV"] = "Rev";$lang["LINE"] = "Linha";$lang["SHOWENTIREFILE"] = "Mostrar todo o ficheiro";$lang["SHOWCOMPACT"] = "Mostrar apenas áreas com diferenças";$lang["DIFFPREV"] = "Diferenças com a anterior";$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 ficheiros alterados";$lang["HIDECHANGED"] = "Esconder ficheiros alterados";$lang["NEWFILES"] = "Novos ficheiros";$lang["CHANGEDFILES"] = "Ficheiros alterados";$lang["DELETEDFILES"] = "Ficheiros apagados";$lang["VIEWLOG"] = "Ver Log";$lang["PATH"] = "Path";$lang["AUTHOR"] = "Autor";$lang["AGE"] = "Idade";$lang["LOG"] = "Log";$lang["CURDIR"] = "Directoria Currente";$lang["PREV"] = "Anterior";$lang["NEXT"] = "Seguinte";$lang["SHOWALL"] = "Mostrar todos";$lang["BADCMD"] = "Erro ao correr este comando";$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";$lang["PROJECTS"] = "Subversion Projectos";$lang["SERVER"] = "Subversion Servidor";$lang["SEARCHLOG"] = "Pesquisar o Search log por";$lang["CLEARLOG"] = "Limpar pesquisa";$lang["MORERESULTS"] = "Encontrar mais...";$lang["NORESULTS"] = "A pesquisa não devolveu nenhum log";$lang["NOMORERESULTS"] = "Não existem mais resultados (logs) para a pesquisa";$lang["YEARS"] = "anos";$lang["MONTHS"] = "meses";$lang["WEEKS"] = "semanas";$lang["DAYS"] = "dias";$lang["HOURS"] = "horas";$lang["MINUTES"] = "minutos";$lang["GO"] = "Go";