ssg: Strings: add wizard page title
This commit is contained in:
parent
db98134f8d
commit
b6ac711cde
|
@ -1151,6 +1151,10 @@ namespace OpenLiveWriter.Localization
|
|||
/// </summary>
|
||||
CWWelcomeWP,
|
||||
/// <summary>
|
||||
/// Provide static site configuration
|
||||
/// </summary>
|
||||
CWStaticSiteAddSiteTitle,
|
||||
/// <summary>
|
||||
/// Path to local static site:
|
||||
/// </summary>
|
||||
CWStaticSiteLocalSitePath,
|
||||
|
|
|
@ -370,6 +370,7 @@ CWSharePointUseSystemLogin,Use my &Windows user name and password,
|
|||
CWGoogleBloggerTitle,Provide Google Blogger Login,
|
||||
CWGoogleBloggerDescription,To configure Google Blogger please sign in.,
|
||||
CWGoogleBloggerSignInSuccess,Successfully signed in,
|
||||
CWStaticSiteAddSiteTitle,Provide static site configuration,
|
||||
CWStaticSiteLocalSitePath,Path to local static site:,
|
||||
CWStaticSitePostsPath,Posts path: (relative),
|
||||
CWStaticSitePagesPath,Pages path: (relative),
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 52.
|
|
@ -4489,6 +4489,9 @@ This might take a while.</value>
|
|||
<data name="Percent" xml:space="preserve">
|
||||
<value>percent</value>
|
||||
</data>
|
||||
<data name="CWStaticSiteAddSiteTitle" xml:space="preserve">
|
||||
<value>Provide static site configuration</value>
|
||||
</data>
|
||||
<data name="CWStaticSiteBuildCommand" xml:space="preserve">
|
||||
<value>Build command:</value>
|
||||
</data>
|
||||
|
|
Loading…
Reference in New Issue