You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/02/15 19:43:43 UTC

svn commit: r744718 - in /maven/plugins/trunk/maven-invoker-plugin/src/main/resources: invoker-report.properties invoker-report_de.properties invoker-report_en.properties

Author: bentmann
Date: Sun Feb 15 18:43:43 2009
New Revision: 744718

URL: http://svn.apache.org/viewvc?rev=744718&view=rev
Log:
o Updated report bundle to refer to builds rather than tests
o Added German bundle

Added:
    maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_de.properties   (with props)
Modified:
    maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report.properties
    maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_en.properties

Modified: maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report.properties?rev=744718&r1=744717&r2=744718&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report.properties (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report.properties Sun Feb 15 18:43:43 2009
@@ -14,17 +14,18 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-report.invoker.result.description   = Generate a report based on the results of it tests.
-report.invoker.result.name          = Invoker Tests Results
+
+report.invoker.result.description   = The results of the Maven invocations.
+report.invoker.result.name          = Invoker Build Results
 report.invoker.result.title         = Invoker Report
 report.invoker.summary.title        = Summary
-report.invoker.summary.number       = Tests
+report.invoker.summary.number       = Builds
 report.invoker.summary.success      = Success
 report.invoker.summary.failed       = Failures
 report.invoker.summary.success.rate = Success Rate
 report.invoker.summary.time.total   = Total Time
 report.invoker.summary.time.avg     = Avg Time
-report.invoker.detail.title         = Tests Details
+report.invoker.detail.title         = Build Details
 report.invoker.detail.name          = Name
 report.invoker.detail.result        = Result
 report.invoker.detail.time          = Time

Added: maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_de.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_de.properties?rev=744718&view=auto
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_de.properties (added)
+++ maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_de.properties Sun Feb 15 18:43:43 2009
@@ -0,0 +1,32 @@
+# 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.invoker.result.description   = Die Ergebnisse der Maven-AusfĂĽhrungen.
+report.invoker.result.name          = Invoker-Build-Ergebnisse
+report.invoker.result.title         = Invoker-Bericht
+report.invoker.summary.title        = Zusammenfassungen
+report.invoker.summary.number       = Builds
+report.invoker.summary.success      = Erfolge
+report.invoker.summary.failed       = Fehlschläge
+report.invoker.summary.success.rate = Erfolgsrate
+report.invoker.summary.time.total   = Gesamtzeit
+report.invoker.summary.time.avg     = Durchschnittszeit
+report.invoker.detail.title         = Build-Details
+report.invoker.detail.name          = Name
+report.invoker.detail.result        = Ergebnis
+report.invoker.detail.time          = Zeit
+report.invoker.detail.message       = Meldung

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

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

Modified: maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_en.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_en.properties?rev=744718&r1=744717&r2=744718&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_en.properties (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/main/resources/invoker-report_en.properties Sun Feb 15 18:43:43 2009
@@ -17,7 +17,7 @@
 
 # NOTE:
 # This bundle is intentionally empty because English strings are provided by the base bundle via the parent chain. It
-# must be provided nevertheless such that a request for locale "en" will not errorneously pick up the bundle for the
+# must be provided nevertheless such that a request for locale "en" will not erroneously pick up the bundle for the
 # JVM's default locale (which need not be "en"). See the method javadoc about
 #   ResourceBundle.getBundle(String, Locale, ClassLoader)
 # for a full description of the lookup strategy.
\ No newline at end of file