You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2011/07/13 23:20:02 UTC

svn commit: r1146487 - in /maven/plugins/trunk/maven-javadoc-plugin/src/main/resources: javadoc-report_nl.properties test-javadoc-report_nl.properties

Author: rfscholte
Date: Wed Jul 13 21:20:02 2011
New Revision: 1146487

URL: http://svn.apache.org/viewvc?rev=1146487&view=rev
Log:
Fix MJAVADOC-321: add dutch resource bundles

Added:
    maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/javadoc-report_nl.properties
    maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/test-javadoc-report_nl.properties

Added: maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/javadoc-report_nl.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/javadoc-report_nl.properties?rev=1146487&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/javadoc-report_nl.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/javadoc-report_nl.properties Wed Jul 13 21:20:02 2011
@@ -0,0 +1,19 @@
+# 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.javadoc.name=JavaDocs
+report.javadoc.description=JavaDoc API documentatie.

Added: maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/test-javadoc-report_nl.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/test-javadoc-report_nl.properties?rev=1146487&view=auto
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/test-javadoc-report_nl.properties (added)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/main/resources/test-javadoc-report_nl.properties Wed Jul 13 21:20:02 2011
@@ -0,0 +1,19 @@
+# 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.test-javadoc.name=Test JavaDocs
+report.test-javadoc.description=Test JavaDoc API documentatie.