+Command.UnsupportedCharset=Deze tekenset wordt niet ondersteund
Command.Verbosity.Default=(Standaard)
Command.Verbosity.Quiet=Stil (q)
Command.Verbosity.Minimal=Minimaal (m)
diff --git a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfErrors.html b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfErrors.html
new file mode 100644
index 0000000..56fb24a
--- /dev/null
+++ b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfErrors.html
@@ -0,0 +1,3 @@
+
+ If this is set and the build completes with errors, the build will be marked as unstable instead of failed.
+
diff --git a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfWarnings.html b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfWarnings.html
index dec417b..88bcc00 100644
--- a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfWarnings.html
+++ b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/help-unstableIfWarnings.html
@@ -1,3 +1,3 @@
- If this is set and the build completes successfully with warnings, the build will be marked as unstable.
+ If this is set and the build completes with warnings (but no errors), the build will be marked as unstable instead of successful.
diff --git a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options.jelly b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options.jelly
index 53b2aa4..2bb4c4a 100644
--- a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options.jelly
+++ b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options.jelly
@@ -7,6 +7,10 @@
+
+
+
+
diff --git a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_fr.properties b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_fr.properties
index a208cc9..ba53a99 100644
--- a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_fr.properties
+++ b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_fr.properties
@@ -1,2 +1,3 @@
Configuration=Configuration
-Warnings\ Result\ in\ Unstable\ Build=Des avertissements rendent la construction instable
+Errors\ Result\ in\ Unstable\ Build=Des erreurs rendent le build instable
+Warnings\ Result\ in\ Unstable\ Build=Des avertissements rendent le build instable
diff --git a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_nl.properties b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_nl.properties
index d9ee503..021b7aa 100644
--- a/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_nl.properties
+++ b/src/main/resources/io/jenkins/plugins/dotnet/commands/msbuild/MSBuildCommand/options_nl.properties
@@ -1,2 +1,3 @@
Configuration=Configuratie
+Errors\ Result\ in\ Unstable\ Build=Fouten maken de build onstabiel
Warnings\ Result\ in\ Unstable\ Build=Waarschuwingen maken de build onstabiel