diff --git a/src/managed/OpenLiveWriter.Localization/StringId.cs b/src/managed/OpenLiveWriter.Localization/StringId.cs
index c0561c1a..d396cddb 100644
--- a/src/managed/OpenLiveWriter.Localization/StringId.cs
+++ b/src/managed/OpenLiveWriter.Localization/StringId.cs
@@ -4595,6 +4595,36 @@ namespace OpenLiveWriter.Localization
/// More...
///
SplitterMore,
+ ///
+ /// {0} has failed to build your site. Please ensure your site builds manually, check your build command and try again.
+ ///
+ /// Build command exit code: {1}
+ /// Command STDOUT:
+ /// {2}
+ /// Command STDERR:
+ /// {3}
+ ///
+ ///
+ SSGBuildErrorText,
+ ///
+ /// Static site build failed
+ ///
+ SSGBuildErrorTitle,
+ ///
+ /// {0} has failed to publish your site. Please check your site publish command.
+ ///
+ /// Publish command exit code: {1}
+ /// Command STDOUT:
+ /// {2}
+ /// Command STDERR:
+ /// {3}
+ ///
+ ///
+ SSGPublishErrorText,
+ ///
+ /// Static site publish failed
+ ///
+ SSGPublishErrorTitle,
///
/// Statistics
///
diff --git a/src/managed/OpenLiveWriter.Localization/Strings.csv b/src/managed/OpenLiveWriter.Localization/Strings.csv
index cdf15074..d7f90d66 100644
--- a/src/managed/OpenLiveWriter.Localization/Strings.csv
+++ b/src/managed/OpenLiveWriter.Localization/Strings.csv
@@ -380,6 +380,24 @@ CWStaticSiteBuildCommand,Build command:,
CWStaticSitePublishCommand,Publish command:,
CWStaticSiteEnableBuilding,Enable building,
CWStaticSiteLocalSiteFolderPicker,Please select the project folder of your static site (eg. Git repository),
+SSGBuildErrorTitle,Static site build failed,
+SSGBuildErrorText,"{0} has failed to build your site. Please ensure your site builds manually, check your build command and try again.
+
+Build command exit code: {1}
+Command STDOUT:
+{2}
+Command STDERR:
+{3}
+","{0} - Product name, {1} - Build command exit code"
+SSGPublishErrorTitle,Static site publish failed,
+SSGPublishErrorText,"{0} has failed to publish your site. Please check your site publish command.
+
+Publish command exit code: {1}
+Command STDOUT:
+{2}
+Command STDERR:
+{3}
+","{0} - Product name, {1} - Publish command exit code"
CWTitle,Add Blog Wizard,Caption of the Add Blog Wizard window.
CWProgressHeader,Setting up your blog account,
ProgressDownloadingEditingTemplate,Downloading editing template...,
diff --git a/src/managed/OpenLiveWriter.Localization/Strings.resx b/src/managed/OpenLiveWriter.Localization/Strings.resx
index cfc272ae..3dfad894 100644
--- a/src/managed/OpenLiveWriter.Localization/Strings.resx
+++ b/src/managed/OpenLiveWriter.Localization/Strings.resx
@@ -3572,6 +3572,32 @@ Do you still want to set this web address as your custom pin?
More...
+
+ {0} has failed to build your site. Please ensure your site builds manually, check your build command and try again.
+
+Build command exit code: {1}
+Command STDOUT:
+{2}
+Command STDERR:
+{3}
+
+ {0} - Product name, {1} - Build command exit code
+
+ Static site build failed
+
+
+ {0} has failed to publish your site. Please check your site publish command.
+
+Publish command exit code: {1}
+Command STDOUT:
+{2}
+Command STDERR:
+{3}
+
+ {0} - Product name, {1} - Publish command exit code
+
+ Static site publish failed
+
Statistics
Header of the table that shows word and character count