Author: dennisl
Date: Mon Nov  9 23:00:32 2009
New Revision: 834272

URL: http://svn.apache.org/viewvc?rev=834272&view=rev
Log:
[MCHECKSTYLE-122] Add Portuguese (Brazil) translation

Added:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties
   (with props)
Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=834272&r1=834271&r2=834272&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Mon Nov  9 23:00:32 2009
@@ -301,6 +301,7 @@
               <locales>
                 <locale>de</locale>
                 <locale>fr</locale>
+                <locale>pt_BR</locale>
                 <locale>sv</locale>
               </locales>
             </configuration>

Added: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties?rev=834272&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties
 (added)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties
 Mon Nov  9 23:00:32 2009
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+report.checkstyle.name=Checkstyle
+report.checkstyle.description=Relatório do estilo de convenção de 
codificação.
+report.checkstyle.title=Resultados do Checkstyle
+report.checkstyle.column.violation=Violação
+report.checkstyle.column.severity=Severidade
+report.checkstyle.column.line=Linha
+report.checkstyle.column.message=Mensagem
+report.checkstyle.checkstylelink=O seguinte documento contém os resultados de
+report.checkstyle.files=Arquivos
+report.checkstyle.infos=Informativos
+report.checkstyle.infos.abbrev=I
+report.checkstyle.warnings=Alertas
+report.checkstyle.warnings.abbrev=A
+report.checkstyle.errors=Erros
+report.checkstyle.errors.abbrev=E
+report.checkstyle.error=Erro
+report.checkstyle.violations=Violações
+report.checkstyle.details=Detalhes
+report.checkstyle.summary=Sumário
+report.checkstyle.rules=Regras
+report.checkstyle.severity_title=Erros do Checkstyle por severidade
+report.checkstyle.norule=Nenhuma regra encontrada

Propchange: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id


Reply via email to