You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/01/26 23:02:54 UTC

svn commit: r1236407 - in /maven/plugins/trunk/maven-pmd-plugin/src/main/resources: cpd-report_it.properties pmd-report_it.properties

Author: simonetripodi
Date: Thu Jan 26 22:02:54 2012
New Revision: 1236407

URL: http://svn.apache.org/viewvc?rev=1236407&view=rev
Log:
[MPMD-141] Add Italian Resource Bundle

Added:
    maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties   (with props)
    maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_it.properties   (with props)

Added: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties?rev=1236407&view=auto
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties (added)
+++ maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties Thu Jan 26 22:02:54 2012
@@ -0,0 +1,26 @@
+# 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.cpd.name=CPD Report
+report.cpd.description=Rilevamento dei duplicati nei sorgenti.
+report.cpd.title=Risultati CPD
+report.cpd.column.file=File
+report.cpd.column.project=Progetto
+report.cpd.column.line=Linea
+report.cpd.cpdlink=Il seguente documento contiene i risultati di PMD
+report.cpd.dupes=Duplicati
+report.cpd.noProblems=CPD non ha trovato nessun problema nei tuoi sorgenti.

Propchange: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_it.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Added: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_it.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_it.properties?rev=1236407&view=auto
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_it.properties (added)
+++ maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_it.properties Thu Jan 26 22:02:54 2012
@@ -0,0 +1,25 @@
+# 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.pmd.name=PMD Report
+report.pmd.description=Verifica delle regole nei sorgenti.
+report.pmd.title=Risultati PMD
+report.pmd.column.violation=Violazione
+report.pmd.column.line=Linee
+report.pmd.pmdlink=Il seguente documento contiene i risultati di
+report.pmd.files=File
+report.pmd.noProblems=PMD non ha trovato problemi nei tuoi sorgenti.

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

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