提交 f757e5ee 编写于 作者: O Olivier Lamy

Merge branch 'master' of https://github.com/atwupack/jenkins

......@@ -176,7 +176,7 @@ public class CommandLauncher extends ComputerLauncher {
public FormValidation doCheckCommand(@QueryParameter String value) {
if(Util.fixEmptyAndTrim(value)==null)
return FormValidation.error("Command is empty");
return FormValidation.error(Messages.CommandLauncher_NoLaunchCommand());
else
return FormValidation.ok();
}
......
blurb=Behandle den Text als HTML ohne jede Übersetzung
\ No newline at end of file
......@@ -25,3 +25,4 @@ Status=Status
Changes=\u00C4nderungen
Console\ Output=Konsolenausgabe
raw=unformatiert
Configure=Konfigurieren
......@@ -25,3 +25,4 @@ Console\ Output=Konsolenausgabe
Artifacts=Artefakte
Previous\ Run=Vorherige Ausführung
Next\ Run=Nachfolgende Ausführung
Configure=Konfigurieren
......@@ -24,6 +24,7 @@ Default\ view=Standardansicht
Home\ directory=Jenkins Home-Verzeichnis
System\ Message=Willkommensmeldung
Quiet\ period=Ruheperiode
LOADING=LADE DATEN
Enable\ security=Jenkins absichern
TCP\ port\ for\ JNLP\ slave\ agents=TCP-Port für JNLP-Slave
Fixed=Statisch
......
......@@ -24,3 +24,4 @@ name={0}name
Description=Beschreibung
Discard\ Old\ Builds=Alte Builds verwerfen
Save=Übernehmen
LOADING=LADE DATEN
......@@ -23,4 +23,6 @@
ClockDifference.InSync=synchron
ClockDifference.Ahead=\ vorgehend
ClockDifference.Behind=\ nachgehend
ClockDifference.Failed=Überprüfung fehlgeschlagen
\ No newline at end of file
ClockDifference.Failed=Überprüfung fehlgeschlagen
FormValidation.ValidateRequired=Erforderlich
FormValidation.Error.Details=(Details anzeigen)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册