ssg: add strings

This commit is contained in:
Nick Vella 2019-06-30 22:12:11 +10:00
parent 2365a9b949
commit db98134f8d
3 changed files with 56 additions and 0 deletions

View File

@ -1151,6 +1151,30 @@ namespace OpenLiveWriter.Localization
/// </summary>
CWWelcomeWP,
/// <summary>
/// Path to local static site:
/// </summary>
CWStaticSiteLocalSitePath,
/// <summary>
/// Posts path: (relative)
/// </summary>
CWStaticSitePostsPath,
/// <summary>
/// Pages path: (relative)
/// </summary>
CWStaticSitePagesPath,
/// <summary>
/// Build command:
/// </summary>
CWStaticSiteBuildCommand,
/// <summary>
/// Publish command:
/// </summary>
CWStaticSitePublishCommand,
/// <summary>
/// Enable building
/// </summary>
CWStaticSiteEnableBuilding,
/// <summary>
/// Date
/// </summary>
Date,
@ -5071,6 +5095,10 @@ namespace OpenLiveWriter.Localization
/// </summary>
WizardBlogTypeGoogleBlogger,
/// <summary>
/// &Static Site Generator
/// </summary>
WizardBlogTypeStaticSite,
/// <summary>
/// &Other services
/// </summary>
WizardBlogTypeOther,

View File

@ -60,6 +60,7 @@ WizardBlogTypeWhatBlogType,What blog service do you use?,
WizardBlogTypeConfigureTo,Configure {0} to publish to:,"{0} - Long product name, i.e. ""Open Live Writer""; followed by a choice of two options: ""SharePoint blog"" or ""Another blog service"""
WizardBlogTypeSharePoint,&SharePoint,
WizardBlogTypeGoogleBlogger,&Google Blogger,
WizardBlogTypeStaticSite,Static Site G&enerator,
WizardBlogTypeOther,&Other services,
Options,Options,
AllowAutoUpdate,"Automatically &update account information (categories, links, capabilities, and provider extensions)",
@ -369,6 +370,12 @@ 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,
CWStaticSiteLocalSitePath,Path to local static site:,
CWStaticSitePostsPath,Posts path: (relative),
CWStaticSitePagesPath,Pages path: (relative),
CWStaticSiteBuildCommand,Build command:,
CWStaticSitePublishCommand,Publish command:,
CWStaticSiteEnableBuilding,Enable building,
CWTitle,Add Blog Wizard,Caption of the Add Blog Wizard window.
CWProgressHeader,Setting up your blog account,
ProgressDownloadingEditingTemplate,Downloading editing template...,

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

View File

@ -4489,4 +4489,25 @@ This might take a while.</value>
<data name="Percent" xml:space="preserve">
<value>percent</value>
</data>
<data name="CWStaticSiteBuildCommand" xml:space="preserve">
<value>Build command:</value>
</data>
<data name="CWStaticSiteEnableBuilding" xml:space="preserve">
<value>Enable building</value>
</data>
<data name="CWStaticSiteLocalSitePath" xml:space="preserve">
<value>Path to local static site:</value>
</data>
<data name="CWStaticSitePagesPath" xml:space="preserve">
<value>Pages path: (relative)</value>
</data>
<data name="CWStaticSitePostsPath" xml:space="preserve">
<value>Posts path: (relative)</value>
</data>
<data name="CWStaticSitePublishCommand" xml:space="preserve">
<value>Publish command:</value>
</data>
<data name="WizardBlogTypeStaticSite" xml:space="preserve">
<value>Static Site G&amp;enerator</value>
</data>
</root>