[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-dev
Subject:    svn commit: r831150 - in /maven/plugins/trunk/maven-changes-plugin/src:
From:       olamy () apache ! org
Date:       2009-10-29 23:20:38
Message-ID: 20091029232039.0A7FD23888E4 () eris ! apache ! org
[Download RAW message or body]

Author: olamy
Date: Thu Oct 29 23:20:38 2009
New Revision: 831150

URL: http://svn.apache.org/viewvc?rev=831150&view=rev
Log:
[MCHANGES-183] Add French translations
Submitted by Tony Chemit

Added:
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_fr.properties \
(with props)  maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties \
(with props)  maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties \
(with props) Modified:
    maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/pom.xml
                
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/pom.xml?rev=831150&r1=831149&r2=831150&view=diff
 ==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/pom.xml \
                (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/report-changes-system/pom.xml Thu \
Oct 29 23:20:38 2009 @@ -75,6 +75,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>@sitePluginVersion@</version>
+        <configuration> 
+          <locales>en,fr</locales>
+        </configuration>
       </plugin>      
     </plugins>
   </build>  

Added: maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_fr.properties
                
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_fr.properties?rev=831150&view=auto
 ==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_fr.properties \
                (added)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_fr.properties \
Thu Oct 29 23:20:38 2009 @@ -0,0 +1,31 @@
+# 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.changes.name=Rapport des changements
+report.changes.description=Rapport des changements dans les versions publi\u00E9es \
du projet. +report.changes.header=Rapport des changements
+report.changes.label.releasehistory=Historique des versions publi\u00E9es
+report.changes.label.release=Release
+report.changes.label.version=Version
+report.changes.label.date=Date
+report.changes.label.type=Type
+report.changes.label.changes=Changements
+report.changes.label.description=Description
+report.changes.label.by=Par
+report.changes.text.rssfeed=Obtenir le flux RSS des derniers changements
+report.changes.text.thanx=Gr\u00E2ce \u00E2
+report.changes.text.fixes=Corrige

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

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

Added: maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties
                
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties?rev=831150&view=auto
 ==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties \
                (added)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties \
Thu Oct 29 23:20:38 2009 @@ -0,0 +1,33 @@
+# 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.jira.name=Rapport JIRA
+report.jira.description=Rapport des demandes depuis le syst\u00EAme de gestion des \
demandes JIRA. +report.jira.error=Une erreur est survenue, ce qui ne permet pas de \
g\u00E9n\u00E9rer le rapport. \ +  Merci de v\u00E9rifier les traces dans la console \
pour conna\u00EEtre la cause de l'erreur. +report.jira.header=Rapport JIRA
+report.jira.label.key=Clef
+report.jira.label.summary=Description
+report.jira.label.status=Statut
+report.jira.label.resolution=R\u00E9solution
+report.jira.label.by=Par
+report.jira.label.reporter=Rapporteur
+report.jira.label.type=Type
+report.jira.label.priority=Priorit\u00E9
+report.jira.label.version=Version
+report.jira.label.fixVersion=Version de correction
+report.jira.label.component=Composant

Propchange: maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties
                
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties
                
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties?rev=831150&view=auto
 ==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties \
                (added)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties \
Thu Oct 29 23:20:38 2009 @@ -0,0 +1,38 @@
+# 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.trac.name=Tickets Trac
+report.trac.description=Rapport des tickets dans Trac.
+report.jira.error=Une erreur est survenue, ce qui ne permet pas de g\u00E9n\u00E9rer \
le rapport. \ +  Merci de v\u00E9rifier les traces dans la console pour \
conna\u00EEtre la cause de l'erreur. +report.trac.header=Tickets Trac
+report.trac.dateformat=dd MMM yy
+report.trac.label.id=#
+report.trac.label.type=Type
+report.trac.label.summary=Description
+report.trac.label.status=Statut
+report.trac.label.resolution=R\u00E9solution
+report.trac.label.milestone=milestone
+report.trac.label.owner=Propri\u00E9taire
+report.trac.label.priority=Priorit\u00E9
+report.trac.label.reporter=Rapporteur
+report.trac.label.component=Composant
+report.trac.label.created=Cr\u00E9e
+report.trac.label.changed=Modifi\u00E9
+
+
+

Propchange: maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties
                
------------------------------------------------------------------------------
    svn:eol-style = native

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic