Author: michaelo Date: Sun Feb 23 10:06:12 2014 New Revision: 1570991 URL: http://svn.apache.org/r1570991 Log: [MCHECKSTYLE-209] Correct grammar, make icons and text consistent in the report
- Rules/Files table headers must be in singular Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_sv.properties Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java?rev=1570991&r1=1570990&r2=1570991&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java Sun Feb 23 10:06:12 2014 @@ -283,7 +283,7 @@ public class CheckstyleReportGenerator sink.tableRow(); sink.tableHeaderCell(); - sink.text( bundle.getString( "report.checkstyle.rules" ) ); + sink.text( bundle.getString( "report.checkstyle.rule" ) ); sink.tableHeaderCell_(); sink.tableHeaderCell(); @@ -634,7 +634,7 @@ public class CheckstyleReportGenerator sink.tableRow(); sink.tableHeaderCell(); - sink.text( bundle.getString( "report.checkstyle.files" ) ); + sink.text( bundle.getString( "report.checkstyle.file" ) ); sink.tableHeaderCell_(); sink.tableHeaderCell(); iconInfo(); 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=1570991&r1=1570990&r2=1570991&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties [ISO-8859-1] (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report.properties [ISO-8859-1] Sun Feb 23 10:06:12 2014 @@ -23,6 +23,7 @@ report.checkstyle.column.severity=Severi report.checkstyle.column.line=Line report.checkstyle.column.message=Message report.checkstyle.checkstylelink=The following document contains the results of +report.checkstyle.file=File report.checkstyle.files=Files report.checkstyle.info=Info report.checkstyle.infos=Info @@ -36,6 +37,7 @@ report.checkstyle.errors.abbrev=E report.checkstyle.violations=Violations report.checkstyle.details=Details report.checkstyle.summary=Summary +report.checkstyle.rule=Rule report.checkstyle.rules=Rules report.checkstyle.severity_title=Checkstyle errors in severity report.checkstyle.norule=No rules found Modified: 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=1570991&r1=1570990&r2=1570991&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties [ISO-8859-1] (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_de.properties [ISO-8859-1] Sun Feb 23 10:06:12 2014 @@ -23,6 +23,7 @@ report.checkstyle.column.severity=Schwer report.checkstyle.column.line=Zeile report.checkstyle.column.message=Meldung report.checkstyle.checkstylelink=Dieses Dokument enthält die Ergebnisse von +report.checkstyle.file=Datei report.checkstyle.files=Dateien report.checkstyle.info=Info report.checkstyle.infos=Infos @@ -36,6 +37,7 @@ report.checkstyle.errors.abbrev=F report.checkstyle.violations=Verstöße report.checkstyle.details=Details report.checkstyle.summary=Zusammenfassung +report.checkstyle.rule=Regel report.checkstyle.rules=Regeln report.checkstyle.severity_title=Checkstyle-Ergebnisse mit Schweregrad report.checkstyle.norule=Keine Regeln definiert 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=1570991&r1=1570990&r2=1570991&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties [ISO-8859-1] (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_fr.properties [ISO-8859-1] Sun Feb 23 10:06:12 2014 @@ -23,6 +23,7 @@ report.checkstyle.column.severity=Sévé report.checkstyle.column.line=Ligne report.checkstyle.column.message=Message report.checkstyle.checkstylelink=Le document suivant contient les résultats de +report.checkstyle.file=Fichier report.checkstyle.files=Fichiers report.checkstyle.info=Info report.checkstyle.infos=Infos @@ -36,6 +37,7 @@ report.checkstyle.errors.abbrev=E report.checkstyle.violations=Violations report.checkstyle.details=Détails report.checkstyle.summary=Résumé +report.checkstyle.rule=Règle report.checkstyle.rules=Règles report.checkstyle.severity_title=Erreurs Checkstyle par sévérité report.checkstyle.norule=Pas de règle trouvée Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties?rev=1570991&r1=1570990&r2=1570991&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties [ISO-8859-1] (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_pt_BR.properties [ISO-8859-1] Sun Feb 23 10:06:12 2014 @@ -23,6 +23,7 @@ report.checkstyle.column.severity=Severi report.checkstyle.column.line=Linha report.checkstyle.column.message=Mensagem report.checkstyle.checkstylelink=O seguinte documento contém os resultados de +report.checkstyle.file=Arquivo report.checkstyle.files=Arquivos report.checkstyle.info=Informativo report.checkstyle.infos=Informativos @@ -36,6 +37,7 @@ report.checkstyle.errors.abbrev=E report.checkstyle.violations=Violações report.checkstyle.details=Detalhes report.checkstyle.summary=Sumário +report.checkstyle.rule=Regra report.checkstyle.rules=Regras report.checkstyle.severity_title=Erros do Checkstyle por severidade report.checkstyle.norule=Nenhuma regra encontrada Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_sv.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_sv.properties?rev=1570991&r1=1570990&r2=1570991&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_sv.properties [ISO-8859-1] (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/checkstyle-report_sv.properties [ISO-8859-1] Sun Feb 23 10:06:12 2014 @@ -23,6 +23,7 @@ report.checkstyle.column.severity=Svåri report.checkstyle.column.line=Rad report.checkstyle.column.message=Meddelande report.checkstyle.checkstylelink=Detta dokument innehåller resultatet av +report.checkstyle.file=Fil report.checkstyle.files=Filer report.checkstyle.infos=Info report.checkstyle.infos.abbrev=I @@ -34,6 +35,7 @@ report.checkstyle.errors.abbrev=F report.checkstyle.violations=Regelbrott report.checkstyle.details=Detaljer report.checkstyle.summary=Summering +report.checkstyle.rule=Regel report.checkstyle.rules=Regler report.checkstyle.severity_title=Checkstyle-fel i svårighetsgrad report.checkstyle.norule=Inga regler hittades