Author: rfscholte
Date: Wed Jan 11 21:47:39 2012
New Revision: 1230268

URL: http://svn.apache.org/viewvc?rev=1230268&view=rev
Log:
Add dutch resource bundles

Added:
    
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_nl.properties
    
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_nl.properties

Added: 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_nl.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_nl.properties?rev=1230268&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_nl.properties
 (added)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_nl.properties
 Wed Jan 11 21:47:39 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 Rapport
+report.cpd.description=Dubbele code detectie.
+report.cpd.title=CPD Resultaten
+report.cpd.column.file=Bestand
+report.cpd.column.project=Project
+report.cpd.column.line=Regel
+report.cpd.cpdlink=Het volgende document bevat de resultaten van PMD's 
+report.cpd.dupes=Dubbelingen
+report.cpd.noProblems=CPD heeft geen fouten gevonden in de code.

Added: 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_nl.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_nl.properties?rev=1230268&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_nl.properties
 (added)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_nl.properties
 Wed Jan 11 21:47:39 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 Rapport
+report.pmd.description=Controle van programmeerregels.
+report.pmd.title=PMD Resultaten
+report.pmd.column.violation=Overtreding
+report.pmd.column.line=Regel
+report.pmd.pmdlink=Het volgende document bevat de resultaten van 
+report.pmd.files=Bestanden
+report.pmd.noProblems=PMD heeft geen fouten gevonden in de code.


Reply via email to