Author: dennisl
Date: Sat Feb  2 09:47:51 2008
New Revision: 617844

URL: http://svn.apache.org/viewvc?rev=617844&view=rev
Log:
[MCHECKSTYLE-80] Add german translation
Submitted by: Benjamin Bentmann
Reviewed by: Dennis Lundberg

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

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties?rev=617844&r1=617843&r2=617844&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties
 Sat Feb  2 09:47:51 2008
@@ -29,10 +29,9 @@
 report.checkstyle.warnings=Warnings
 report.checkstyle.warnings.abbrev=W
 report.checkstyle.errors=Errors
+report.checkstyle.errors.abbrev=E
 report.checkstyle.error=Error
 report.checkstyle.violations=Violations
-report.checkstyle.errors.abbrev=E
-report.checkstyle.column.message=Message
 report.checkstyle.details=Details
 report.checkstyle.summary=Summary
 report.checkstyle.rules=Rules

Added: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties?rev=617844&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties
 (added)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties
 Sat Feb  2 09:47:51 2008
@@ -0,0 +1,39 @@
+# 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.checkstyle.name=Checkstyle
+report.checkstyle.description=Bericht über Konventionen für den Code-Stil.
+report.checkstyle.title=Checkstyle Ergebnisse
+report.checkstyle.column.violation=Verstoß
+report.checkstyle.column.severity=Schweregrad
+report.checkstyle.column.line=Zeile
+report.checkstyle.column.message=Meldung
+report.checkstyle.checkstylelink=Dieses Dokument enthält die Ergebnisse von
+report.checkstyle.files=Dateien
+report.checkstyle.infos=Infos
+report.checkstyle.infos.abbrev=I
+report.checkstyle.warnings=Warnungen
+report.checkstyle.warnings.abbrev=W
+report.checkstyle.errors=Fehler
+report.checkstyle.errors.abbrev=F
+report.checkstyle.error=Fehler
+report.checkstyle.violations=Verstöße
+report.checkstyle.details=Details
+report.checkstyle.summary=Zusammenfassung
+report.checkstyle.rules=Regeln
+report.checkstyle.severity_title=Checkstyle Ergebnisse mit Schweregrad
+report.checkstyle.norule=Keine Regeln definiert

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

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

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties?rev=617844&r1=617843&r2=617844&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties
 Sat Feb  2 09:47:51 2008
@@ -29,9 +29,9 @@
 report.checkstyle.warnings=Avertissements
 report.checkstyle.warnings.abbrev=A
 report.checkstyle.errors=Erreurs
+report.checkstyle.errors.abbrev=E
 report.checkstyle.error=Erreur
 report.checkstyle.violations=Violations
-report.checkstyle.errors.abbrev=E
 report.checkstyle.details=Détails
 report.checkstyle.summary=Résumé
 report.checkstyle.rules=Régles


Reply via email to