ssg: strings: Add strings for config detection
This commit is contained in:
parent
4cf28cdb04
commit
f1d16cc3e3
|
@ -1130,6 +1130,10 @@ namespace OpenLiveWriter.Localization
|
|||
/// Build command:
|
||||
/// </summary>
|
||||
CWStaticSiteBuildCommand,
|
||||
/// <summary>
|
||||
/// {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.
|
||||
/// </summary>
|
||||
CWStaticSiteConfigDetection,
|
||||
/// <summary>
|
||||
/// Enable building
|
||||
/// </summary>
|
||||
|
@ -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)
|
||||
/// </summary>
|
||||
CWStaticSiteInitialSubtitle,
|
||||
/// <summary>
|
||||
/// {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.
|
||||
/// </summary>
|
||||
CWStaticSiteInitialSubtitleAlreadyDetected,
|
||||
/// <summary>
|
||||
/// Provide static site configuration
|
||||
/// </summary>
|
||||
|
|
|
@ -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),
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 52.
|
|
@ -970,12 +970,18 @@
|
|||
<data name="CWStaticSiteBuildCommand" xml:space="preserve">
|
||||
<value>Build command:</value>
|
||||
</data>
|
||||
<data name="CWStaticSiteConfigDetection" xml:space="preserve">
|
||||
<value>{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.</value>
|
||||
<comment>{0} - Product name</comment></data>
|
||||
<data name="CWStaticSiteEnableBuilding" xml:space="preserve">
|
||||
<value>Enable building</value>
|
||||
</data>
|
||||
<data name="CWStaticSiteInitialSubtitle" xml:space="preserve">
|
||||
<value>{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)</value>
|
||||
<comment>{0} - Product name</comment></data>
|
||||
<data name="CWStaticSiteInitialSubtitleAlreadyDetected" xml:space="preserve">
|
||||
<value>{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.</value>
|
||||
<comment>{0} - Product name</comment></data>
|
||||
<data name="CWStaticSiteInitialTitle" xml:space="preserve">
|
||||
<value>Provide static site configuration</value>
|
||||
</data>
|
||||
|
|
Loading…
Reference in New Issue