Skip to content

Commit

Permalink
Merge branch 'master' into JENKINS-14362-jzlib
Browse files Browse the repository at this point in the history
Conflicts:
	core/pom.xml

Originally-Committed-As: b7e2d6127f77711681113a020681508d57622ea5
  • Loading branch information
jglick committed Jun 19, 2013
2 parents 14863a0 + ed5f34b commit d75a8c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/hudson/maven/Messages.properties
Expand Up @@ -31,7 +31,7 @@ MavenBuilder.Waiting=Waiting for Jenkins to finish collecting data
MavenModule.Pronoun=Module

MavenModuleSet.DiplayName=Build a maven2/3 project
MavenModuleSet.Pronoun=Maven2/3 project
MavenModuleSet.Pronoun=Maven project

# TODO obsolete keys?
MavenModuleSet.AlternateSettingsRelativePath=Alternate settings file must be a relative path.
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/hudson/maven/Messages_de.properties
Expand Up @@ -31,6 +31,7 @@ MavenBuilder.Waiting=Warte bis Jenkins die Datensammlung abgeschlossen hat
MavenModule.Pronoun=Modul

MavenModuleSet.DiplayName=Maven 2/3 Projekt bauen
MavenModuleSet.Pronoun=Maven2/3 Projekt
MavenModuleSet.AlternateSettingsRelativePath=Alternative Settings-Datei muss ein relativer Pfad sein.

MavenModuleSetBuild.DiscoveredModule=Neues Modul {0} {1} entdeckt
Expand All @@ -48,8 +49,8 @@ MavenProbeAction.DisplayName=Maven Prozess

MavenProcessFactory.ClassWorldsNotFound=Datei classworlds*.jar in {0} nicht gefunden -- Ist dies ein gültiges Maven2-Verzeichnis?

MavenRedeployer.DisplayName=In Maven-Repository ausbringen (deploy)
MavenRedeployer.DisplayName=In Maven-Repository veröffentlichen (deploy)
ProcessCache.Reusing=Bestehenden Maven-Prozess wiederverwenden

RedeployPublisher.getDisplayName=Bringe Artefakte in Maven-Repository aus (deploy)
RedeployPublisher.getDisplayName=Veröffentliche Artefakte in Maven-Repository (deploy)
ReleaseAction.DisplayName=Neue Version veröffentlichen (release)
Expand Up @@ -23,4 +23,4 @@
Repository\ ID=Repository-ID
Repository\ URL=Repository-URL
Assign\ unique\ versions\ to\ snapshots=Snapshots eindeutige Versionen zuordnen
Deploy\ even\ if\ the\ build\ is\ unstable=Ausbringen (deploy), auch wenn der Build instabil ist.
Deploy\ even\ if\ the\ build\ is\ unstable=Veröffentlichen (deploy), auch wenn der Build instabil ist.
Expand Up @@ -22,6 +22,6 @@

This\ page\ allows\ you\ to\ redeploy\ the\ build\ artifacts\ to\ a\ repository\ after\ the\ fact.=\
Auf dieser Seite können Sie Artefakte im Nachhinein (also nach Abschluss eines Builds) \
in ein Maven-Repository ausbringen.
Redeploy\ Artifacts=Artefakte ausbringen (deploy)
in ein Maven-Repository veröffentlichen.
Redeploy\ Artifacts=Artefakte veröffentlichen (deploy)
OK=OK

0 comments on commit d75a8c2

Please sign in to comment.