From f1d16cc3e3b6160d05864a105af3b325cc9d9b3f Mon Sep 17 00:00:00 2001 From: Nick Vella Date: Wed, 3 Jul 2019 19:56:29 +1000 Subject: [PATCH] ssg: strings: Add strings for config detection --- src/managed/OpenLiveWriter.Localization/StringId.cs | 8 ++++++++ src/managed/OpenLiveWriter.Localization/Strings.csv | 2 ++ src/managed/OpenLiveWriter.Localization/Strings.resx | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/src/managed/OpenLiveWriter.Localization/StringId.cs b/src/managed/OpenLiveWriter.Localization/StringId.cs index 1f561e7e..a1a6ecf2 100644 --- a/src/managed/OpenLiveWriter.Localization/StringId.cs +++ b/src/managed/OpenLiveWriter.Localization/StringId.cs @@ -1130,6 +1130,10 @@ namespace OpenLiveWriter.Localization /// Build command: /// CWStaticSiteBuildCommand, + /// + /// {0} was able to automatically determine a partial configuration for your site. Please confirm that the pre-filled details on the next pages are correct, and complete the other missing fields. + /// + CWStaticSiteConfigDetection, /// /// Enable building /// @@ -1138,6 +1142,10 @@ namespace OpenLiveWriter.Localization /// {0} will attempt to automatically detect your static site configuration based on files present in your site project folder. Please select the project folder of your static site (eg. Git repository) /// CWStaticSiteInitialSubtitle, + /// + /// {0} has already attempted configuration detection on your site. You can change the path to your site here if you wish. Otherwise, you must add your site again to re-attempt configuration detection. + /// + CWStaticSiteInitialSubtitleAlreadyDetected, /// /// Provide static site configuration /// diff --git a/src/managed/OpenLiveWriter.Localization/Strings.csv b/src/managed/OpenLiveWriter.Localization/Strings.csv index fcb8540d..0883711a 100644 --- a/src/managed/OpenLiveWriter.Localization/Strings.csv +++ b/src/managed/OpenLiveWriter.Localization/Strings.csv @@ -374,6 +374,8 @@ CWGoogleBloggerDescription,To configure Google Blogger please sign in., CWGoogleBloggerSignInSuccess,Successfully signed in, CWStaticSiteInitialTitle,Provide static site configuration, CWStaticSiteInitialSubtitle,{0} will attempt to automatically detect your static site configuration based on files present in your site project folder. Please select the project folder of your static site (eg. Git repository),{0} - Product name +CWStaticSiteInitialSubtitleAlreadyDetected,"{0} has already attempted configuration detection on your site. You can change the path to your site here if you wish. Otherwise, you must add your site again to re-attempt configuration detection.",{0} - Product name +CWStaticSiteConfigDetection,"{0} was able to automatically determine a partial configuration for your site. Please confirm that the pre-filled details on the next pages are correct, and complete the other missing fields.",{0} - Product name CWStaticSiteLocalSitePath,Path to local static site:, CWStaticSitePostsPath,Posts path: (relative), CWStaticSitePagesPath,Pages path: (relative), diff --git a/src/managed/OpenLiveWriter.Localization/Strings.resx b/src/managed/OpenLiveWriter.Localization/Strings.resx index f226a23a..d48f4153 100644 --- a/src/managed/OpenLiveWriter.Localization/Strings.resx +++ b/src/managed/OpenLiveWriter.Localization/Strings.resx @@ -970,12 +970,18 @@ Build command: + + {0} was able to automatically determine a partial configuration for your site. Please confirm that the pre-filled details on the next pages are correct, and complete the other missing fields. + {0} - Product name Enable building {0} will attempt to automatically detect your static site configuration based on files present in your site project folder. Please select the project folder of your static site (eg. Git repository) {0} - Product name + + {0} has already attempted configuration detection on your site. You can change the path to your site here if you wish. Otherwise, you must add your site again to re-attempt configuration detection. + {0} - Product name Provide static site configuration