ssg: Strings: add wizard page title

This commit is contained in:
Nick Vella 2019-06-30 22:20:22 +10:00
parent db98134f8d
commit b6ac711cde
3 changed files with 8 additions and 0 deletions

View File

@ -1151,6 +1151,10 @@ namespace OpenLiveWriter.Localization
/// </summary> /// </summary>
CWWelcomeWP, CWWelcomeWP,
/// <summary> /// <summary>
/// Provide static site configuration
/// </summary>
CWStaticSiteAddSiteTitle,
/// <summary>
/// Path to local static site: /// Path to local static site:
/// </summary> /// </summary>
CWStaticSiteLocalSitePath, CWStaticSiteLocalSitePath,

View File

@ -370,6 +370,7 @@ CWSharePointUseSystemLogin,Use my &Windows user name and password,
CWGoogleBloggerTitle,Provide Google Blogger Login, CWGoogleBloggerTitle,Provide Google Blogger Login,
CWGoogleBloggerDescription,To configure Google Blogger please sign in., CWGoogleBloggerDescription,To configure Google Blogger please sign in.,
CWGoogleBloggerSignInSuccess,Successfully signed in, CWGoogleBloggerSignInSuccess,Successfully signed in,
CWStaticSiteAddSiteTitle,Provide static site configuration,
CWStaticSiteLocalSitePath,Path to local static site:, CWStaticSiteLocalSitePath,Path to local static site:,
CWStaticSitePostsPath,Posts path: (relative), CWStaticSitePostsPath,Posts path: (relative),
CWStaticSitePagesPath,Pages path: (relative), CWStaticSitePagesPath,Pages path: (relative),

Can't render this file because it has a wrong number of fields in line 52.

View File

@ -4489,6 +4489,9 @@ This might take a while.</value>
<data name="Percent" xml:space="preserve"> <data name="Percent" xml:space="preserve">
<value>percent</value> <value>percent</value>
</data> </data>
<data name="CWStaticSiteAddSiteTitle" xml:space="preserve">
<value>Provide static site configuration</value>
</data>
<data name="CWStaticSiteBuildCommand" xml:space="preserve"> <data name="CWStaticSiteBuildCommand" xml:space="preserve">
<value>Build command:</value> <value>Build command:</value>
</data> </data>