Author: olamy
Date: Wed Jan 11 21:41:54 2012
New Revision: 1230265

URL: http://svn.apache.org/viewvc?rev=1230265&view=rev
Log:
add fr i18n for cpd

Added:
    
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_fr.properties
      - copied, changed from r1230250, 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties
Modified:
    
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties

Copied: 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_fr.properties
 (from r1230250, 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_fr.properties?p2=maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_fr.properties&p1=maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties&r1=1230250&r2=1230265&rev=1230265&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties
 (original)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/cpd-report_fr.properties
 Wed Jan 11 21:41:54 2012
@@ -15,10 +15,12 @@
 # specific language governing permissions and limitations
 # under the License.
 
-report.pmd.name=Rapport PMD
-report.pmd.description=Vérification des règles de codage.
-report.pmd.title=Résultats PMD
-report.pmd.column.violation=Violation
-report.pmd.column.line=Ligne
-report.pmd.pmdlink=Le document suivant contient les résultats de
-report.pmd.files=Fichiers
+report.cpd.name=CPD Report
+report.cpd.description=D\u00E9tection de code dupliqu\u00E9e
+report.cpd.title=CPD Results
+report.cpd.column.file=Fichier
+report.cpd.column.project=Projet
+report.cpd.column.line=Ligne
+report.cpd.cpdlink=Le document suivant contient les r\u00E9sultats de 
l'inspection PMD
+report.cpd.dupes=Duplicatas
+report.cpd.noProblems=CPD a trouv\u00E9 les probl\u00E8mes suivants dans votre 
code source

Modified: 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties?rev=1230265&r1=1230264&r2=1230265&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties
 (original)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/resources/pmd-report_fr.properties
 Wed Jan 11 21:41:54 2012
@@ -16,9 +16,9 @@
 # under the License.
 
 report.pmd.name=Rapport PMD
-report.pmd.description=Vérification des règles de codage.
-report.pmd.title=Résultats PMD
+report.pmd.description=V\u00E9rification des r\u00E8gles de codage.
+report.pmd.title=R\u00E9sultats PMD
 report.pmd.column.violation=Violation
 report.pmd.column.line=Ligne
-report.pmd.pmdlink=Le document suivant contient les résultats de
+report.pmd.pmdlink=Le document suivant contient les r\u00E9sultats de
 report.pmd.files=Fichiers


Reply via email to