Author: bentmann Date: Fri Apr 18 09:45:45 2008 New Revision: 649605 URL: http://svn.apache.org/viewvc?rev=649605&view=rev Log: [MPMD-71] Add german translation
Added: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties (with props) maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties (with props) Added: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties?rev=649605&view=auto ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties (added) +++ maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties Fri Apr 18 09:45:45 2008 @@ -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 Bericht +report.cpd.description=Erkennung duplizierter Codestellen. +report.cpd.title=CPD Ergebnisse +report.cpd.column.file=Datei +report.cpd.column.project=Projekt +report.cpd.column.line=Zeile +report.cpd.cpdlink=Dieses Dokument enth\u00e4lt die Ergebnisse von PMD's +report.cpd.dupes=Duplikationen +report.cpd.noProblems=CPD hat keine Probleme in dem Quellcode gefunden. Propchange: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_de.properties ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties?rev=649605&view=auto ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties (added) +++ maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties Fri Apr 18 09:45:45 2008 @@ -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 Bericht +report.pmd.description=Verifikation von Code-Richtlinien. +report.pmd.title=PMD Ergebnisse +report.pmd.column.violation=Versto\u00df +report.pmd.column.line=Zeile +report.pmd.pmdlink=Dieses Dokument enth\u00e4lt die Ergebnisse von +report.pmd.files=Dateien +report.pmd.noProblems=PMD hat keine Probleme in dem Quellcode gefunden. Propchange: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_de.properties ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision