You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/09/10 20:02:43 UTC

svn commit: r1383009 - in /maven/plugins/trunk/maven-changes-plugin/src/main/resources: github-report_de.properties github-report_fr.properties github-report_pt_BR.properties

Author: dennisl
Date: Mon Sep 10 18:02:42 2012
New Revision: 1383009

URL: http://svn.apache.org/viewvc?rev=1383009&view=rev
Log:
[MCHANGES-283] Add GitHub reporter

- Add basic localizations for German, French and Brazilian Portuguese. I simple copied the properties from the JIRA Repost and substituted JIRA for GitHub and removed the unused keys.

Added:
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_de.properties   (contents, props changed)
      - copied, changed from r1382996, maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_de.properties
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_fr.properties
      - copied, changed from r1382996, maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_pt_BR.properties
      - copied, changed from r1382996, maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_pt_BR.properties

Copied: maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_de.properties (from r1382996, maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_de.properties)
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_de.properties?p2=maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_de.properties&p1=maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_de.properties&r1=1382996&r2=1383009&rev=1383009&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_de.properties (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_de.properties Mon Sep 10 18:02:42 2012
@@ -15,20 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-report.issues.name=JIRA-Bericht
-report.issues.description=Bericht über die Probleme aus dem Problemverwaltungssystem JIRA.
+report.issues.name=GitHub-Bericht
+report.issues.description=Bericht über die Probleme aus dem Problemverwaltungssystem GitHub.
 report.issues.error=Es ist ein Fehler aufgetreten, der die Erstellung dieses Berichts unmöglich macht. \
   Bitte werten Sie die Konsolenausgabe zur Feststellung der Ursache aus.
-report.issues.header=JIRA-Bericht
+report.issues.header=GitHub-Bericht
 report.issues.label.assignee=Durch
-report.issues.label.component=Komponente
 report.issues.label.created=Erstellt
 report.issues.label.fixVersion=Korrigierte Version
 report.issues.label.id=#
-report.issues.label.key=Schlüssel
-report.issues.label.priority=Priorität
 report.issues.label.reporter=Reporter
-report.issues.label.resolution=Lösung
 report.issues.label.status=Status
 report.issues.label.summary=Zusammenfassung
 report.issues.label.type=Typ

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

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

Copied: maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_fr.properties (from r1382996, 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/github-report_fr.properties?p2=maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_fr.properties&p1=maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties&r1=1382996&r2=1383009&rev=1383009&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_fr.properties (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_fr.properties Mon Sep 10 18:02:42 2012
@@ -15,20 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-report.issues.name=Rapport JIRA
-report.issues.description=Rapport des demandes depuis le syst\u00EAme de gestion des demandes JIRA.
+report.issues.name=Rapport GitHub
+report.issues.description=Rapport des demandes depuis le syst\u00EAme de gestion des demandes GitHub.
 report.issues.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.issues.header=Rapport JIRA
+report.issues.header=Rapport GitHub
 report.issues.label.assignee=Par
-report.issues.label.component=Composant
 report.issues.label.created=Cr\u00E9e
 report.issues.label.fixVersion=Version de correction
 report.issues.label.id=#
-report.issues.label.key=Clef
-report.issues.label.priority=Priorit\u00E9
 report.issues.label.reporter=Rapporteur
-report.issues.label.resolution=R\u00E9solution
 report.issues.label.status=Statut
 report.issues.label.summary=Description
 report.issues.label.type=Type

Copied: maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_pt_BR.properties (from r1382996, maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_pt_BR.properties)
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_pt_BR.properties?p2=maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_pt_BR.properties&p1=maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_pt_BR.properties&r1=1382996&r2=1383009&rev=1383009&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/jira-report_pt_BR.properties (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_pt_BR.properties Mon Sep 10 18:02:42 2012
@@ -15,20 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-report.issues.name=Relat\u00f3rio do JIRA
-report.issues.description=Relat\u00f3rio de pend\u00eancias do JIRA.
+report.issues.name=Relat\u00f3rio do GitHub
+report.issues.description=Relat\u00f3rio de pend\u00eancias do GitHub.
 report.issues.error=Ocorreu um erro que impossibilitou a gera\u00e7\u00e3o deste relat\u00f3rio. \
   Por favor, verifique o console para obter informa\u00e7\u00f5es sobre a causa disto.
-report.issues.header=Relat\u00f3rio do JIRA
+report.issues.header=Relat\u00f3rio do GitHub
 report.issues.label.assignee=Respons\u00e1vel
-report.issues.label.component=Componente
 report.issues.label.created=Cria\u00e7\u00e3o
 report.issues.label.fixVersion=Vers\u00e3o de corre\u00e7\u00e3o
 report.issues.label.id=#
-report.issues.label.key=Chave
-report.issues.label.priority=Prioridade
 report.issues.label.reporter=Relator
-report.issues.label.resolution=Solu\u00e7\u00e3o
 report.issues.label.status=Estado
 report.issues.label.summary=Descri\u00e7\u00e3o
 report.issues.label.type=Tipo