ssg: strings: add missing strings
This commit is contained in:
parent
3e0acdfb1a
commit
6c72d1d051
|
@ -1183,7 +1183,7 @@ namespace OpenLiveWriter.Localization
|
|||
/// </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.
|
||||
/// {0} has already attempted configuration detection on your site. You can change the path to your site here if you wish. Otherwise, you can re-run configuration detection from Settings.
|
||||
/// </summary>
|
||||
CWStaticSiteInitialSubtitleAlreadyDetected,
|
||||
/// <summary>
|
||||
|
@ -4229,6 +4229,10 @@ namespace OpenLiveWriter.Localization
|
|||
/// Downloading blog editing theme...
|
||||
/// </summary>
|
||||
ProgressDownloadingWeblogEditingStyle,
|
||||
/// <summary>
|
||||
/// Post contents not present on homepage, checking post...
|
||||
/// </summary>
|
||||
ProgressDownloadingWeblogEditingStyleDeep,
|
||||
/// <summary>
|
||||
/// Finalizing editing template configuration...
|
||||
/// </summary>
|
||||
|
@ -4682,6 +4686,286 @@ namespace OpenLiveWriter.Localization
|
|||
/// Static site build failed
|
||||
/// </summary>
|
||||
SSGBuildErrorTitle,
|
||||
/// <summary>
|
||||
/// Drafts Path: (relative)
|
||||
/// </summary>
|
||||
SSGConfigAuthoringDraftsPath,
|
||||
/// <summary>
|
||||
/// Enable &Drafts
|
||||
/// </summary>
|
||||
SSGConfigAuthoringEnableDrafts,
|
||||
/// <summary>
|
||||
/// Enable &Images
|
||||
/// </summary>
|
||||
SSGConfigAuthoringEnableImages,
|
||||
/// <summary>
|
||||
/// Enable P&ages
|
||||
/// </summary>
|
||||
SSGConfigAuthoringEnablePages,
|
||||
/// <summary>
|
||||
/// Images
|
||||
/// </summary>
|
||||
SSGConfigAuthoringImagesGroup,
|
||||
/// <summary>
|
||||
/// Images Path: (relative)
|
||||
/// </summary>
|
||||
SSGConfigAuthoringImagesPath,
|
||||
/// <summary>
|
||||
/// Pages
|
||||
/// </summary>
|
||||
SSGConfigAuthoringPagesGroup,
|
||||
/// <summary>
|
||||
/// Pages Path: (relative)
|
||||
/// </summary>
|
||||
SSGConfigAuthoringPagesPath,
|
||||
/// <summary>
|
||||
/// Posts and Drafts
|
||||
/// </summary>
|
||||
SSGConfigAuthoringPostsDraftsGroup,
|
||||
/// <summary>
|
||||
/// &Posts Path: (relative)
|
||||
/// </summary>
|
||||
SSGConfigAuthoringPostsPath,
|
||||
/// <summary>
|
||||
/// Authoring
|
||||
/// </summary>
|
||||
SSGConfigAuthoringTitle,
|
||||
/// <summary>
|
||||
/// Build Command:
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishBuildCommand,
|
||||
/// <summary>
|
||||
/// Building
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishBuildingGroup,
|
||||
/// <summary>
|
||||
/// &Command Timeout (ms):
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishCmdTimeout,
|
||||
/// <summary>
|
||||
/// Enable &Building
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishEnableBuilding,
|
||||
/// <summary>
|
||||
/// &Enable Command Timeout
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishEnableCmdTimeout,
|
||||
/// <summary>
|
||||
/// General
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishGeneralGroup,
|
||||
/// <summary>
|
||||
/// Site Output Path: (relative)
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishOutputPath,
|
||||
/// <summary>
|
||||
/// &Publish Command:
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishPublishCommand,
|
||||
/// <summary>
|
||||
/// Publishing
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishPublishingGroup,
|
||||
/// <summary>
|
||||
/// &Show Command Windows
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishShowCmdWindows,
|
||||
/// <summary>
|
||||
/// Building and Publishing
|
||||
/// </summary>
|
||||
SSGConfigBuildPublishTitle,
|
||||
/// <summary>
|
||||
/// Front Matter Key
|
||||
/// </summary>
|
||||
SSGConfigFrontMatterKeyCol,
|
||||
/// <summary>
|
||||
/// Property
|
||||
/// </summary>
|
||||
SSGConfigFrontMatterPropertyCol,
|
||||
/// <summary>
|
||||
/// &Reset to Defaults
|
||||
/// </summary>
|
||||
SSGConfigFrontMatterReset,
|
||||
/// <summary>
|
||||
/// Below you can adjust the post front matter keys used to match your static site generator.
|
||||
/// </summary>
|
||||
SSGConfigFrontMatterSubtitle,
|
||||
/// <summary>
|
||||
/// Front Matter
|
||||
/// </summary>
|
||||
SSGConfigFrontMatterTitle,
|
||||
/// <summary>
|
||||
/// Run Auto-&Detect
|
||||
/// </summary>
|
||||
SSGConfigGeneralDetectButton,
|
||||
/// <summary>
|
||||
/// Open Live Writer can also reattempt to detect relevant configuration options for your static site. This may not result in a complete configuration, so please use the fields on the following pages to ensure all settings are set correctly.
|
||||
/// </summary>
|
||||
SSGConfigGeneralDetectLabel,
|
||||
/// <summary>
|
||||
/// &Local Site Path:
|
||||
/// </summary>
|
||||
SSGConfigGeneralLocalSitePath,
|
||||
/// <summary>
|
||||
/// Options
|
||||
/// </summary>
|
||||
SSGConfigGeneralOptionsGroup,
|
||||
/// <summary>
|
||||
/// Setup
|
||||
/// </summary>
|
||||
SSGConfigGeneralSetupGroup,
|
||||
/// <summary>
|
||||
/// Site &Title:
|
||||
/// </summary>
|
||||
SSGConfigGeneralSiteTitle,
|
||||
/// <summary>
|
||||
/// Site &URL:
|
||||
/// </summary>
|
||||
SSGConfigGeneralSiteUrl,
|
||||
/// <summary>
|
||||
/// General
|
||||
/// </summary>
|
||||
SSGConfigGeneralTitle,
|
||||
/// <summary>
|
||||
/// Run Account &Wizard
|
||||
/// </summary>
|
||||
SSGConfigGeneralWizardButton,
|
||||
/// <summary>
|
||||
/// You can chose to run the Account Wizard again if you wish to be guided through the core static site configuration options interactively.
|
||||
/// </summary>
|
||||
SSGConfigGeneralWizardLabel,
|
||||
/// <summary>
|
||||
/// Static Site Configuration for '{0}'
|
||||
/// </summary>
|
||||
SSGConfigTitle,
|
||||
/// <summary>
|
||||
/// A build command is required when local site building is enabled.
|
||||
/// </summary>
|
||||
SSGErrorBuildCommandEmptyText,
|
||||
/// <summary>
|
||||
/// Build command empty
|
||||
/// </summary>
|
||||
SSGErrorBuildCommandEmptyTitle,
|
||||
/// <summary>
|
||||
/// Blog command timed out. Please check your commands, or lengthen the command timeout.
|
||||
/// </summary>
|
||||
SSGErrorCommandTimeoutText,
|
||||
/// <summary>
|
||||
/// Command execution timeout
|
||||
/// </summary>
|
||||
SSGErrorCommandTimeoutTitle,
|
||||
/// <summary>
|
||||
/// Could not read item front matter.
|
||||
/// </summary>
|
||||
SSGErrorItemLoadTextFM,
|
||||
/// <summary>
|
||||
/// Item does not have an ID.
|
||||
/// </summary>
|
||||
SSGErrorItemLoadTextId,
|
||||
/// <summary>
|
||||
/// Item load error
|
||||
/// </summary>
|
||||
SSGErrorItemLoadTitle,
|
||||
/// <summary>
|
||||
/// Could not find page with specified ID.
|
||||
/// </summary>
|
||||
SSGErrorPageDoesNotExistText,
|
||||
/// <summary>
|
||||
/// Page does not exist
|
||||
/// </summary>
|
||||
SSGErrorPageDoesNotExistTitle,
|
||||
/// <summary>
|
||||
/// Drafts path is empty.
|
||||
/// </summary>
|
||||
SSGErrorPathDraftsEmpty,
|
||||
/// <summary>
|
||||
/// Drafts path '{0}' does not exist.
|
||||
/// </summary>
|
||||
SSGErrorPathDraftsNotFound,
|
||||
/// <summary>
|
||||
/// Folder not found
|
||||
/// </summary>
|
||||
SSGErrorPathFolderNotFound,
|
||||
/// <summary>
|
||||
/// Images path is empty.
|
||||
/// </summary>
|
||||
SSGErrorPathImagesEmpty,
|
||||
/// <summary>
|
||||
/// Images path '{0}' does not exist.
|
||||
/// </summary>
|
||||
SSGErrorPathImagesNotFound,
|
||||
/// <summary>
|
||||
/// Local site path '{0}' does not exist.
|
||||
/// </summary>
|
||||
SSGErrorPathLocalSitePathNotFound,
|
||||
/// <summary>
|
||||
/// Output path is empty.
|
||||
/// </summary>
|
||||
SSGErrorPathOutputEmpty,
|
||||
/// <summary>
|
||||
/// Output path '{0}' does not exist.
|
||||
/// </summary>
|
||||
SSGErrorPathOutputNotFound,
|
||||
/// <summary>
|
||||
/// Pages path is empty.
|
||||
/// </summary>
|
||||
SSGErrorPathPagesEmpty,
|
||||
/// <summary>
|
||||
/// Pages path '{0}' does not exist.
|
||||
/// </summary>
|
||||
SSGErrorPathPagesNotFound,
|
||||
/// <summary>
|
||||
/// Posts path is empty.
|
||||
/// </summary>
|
||||
SSGErrorPathPostsEmpty,
|
||||
/// <summary>
|
||||
/// Posts path '{0}' does not exist.
|
||||
/// </summary>
|
||||
SSGErrorPathPostsNotFound,
|
||||
/// <summary>
|
||||
/// Could not find post with specified ID.
|
||||
/// </summary>
|
||||
SSGErrorPostDoesNotExistText,
|
||||
/// <summary>
|
||||
/// Post does not exist
|
||||
/// </summary>
|
||||
SSGErrorPostDoesNotExistTitle,
|
||||
/// <summary>
|
||||
/// A publish command is required.
|
||||
/// </summary>
|
||||
SSGErrorPublishCommandEmptyText,
|
||||
/// <summary>
|
||||
/// Publish command empty
|
||||
/// </summary>
|
||||
SSGErrorPublishCommandEmptyTitle,
|
||||
/// <summary>
|
||||
/// Date
|
||||
/// </summary>
|
||||
SSGFrontMatterDate,
|
||||
/// <summary>
|
||||
/// ID
|
||||
/// </summary>
|
||||
SSGFrontMatterId,
|
||||
/// <summary>
|
||||
/// Layout
|
||||
/// </summary>
|
||||
SSGFrontMatterLayout,
|
||||
/// <summary>
|
||||
/// Parent ID
|
||||
/// </summary>
|
||||
SSGFrontMatterParentId,
|
||||
/// <summary>
|
||||
/// Permalink
|
||||
/// </summary>
|
||||
SSGFrontMatterPermalink,
|
||||
/// <summary>
|
||||
/// Tags
|
||||
/// </summary>
|
||||
SSGFrontMatterTags,
|
||||
/// <summary>
|
||||
/// Title
|
||||
/// </summary>
|
||||
SSGFrontMatterTitle,
|
||||
/// <summary>
|
||||
/// {0} has failed to publish your site. Please check your site publish command.
|
||||
///
|
||||
|
@ -4697,6 +4981,10 @@ namespace OpenLiveWriter.Localization
|
|||
/// Static site publish failed
|
||||
/// </summary>
|
||||
SSGPublishErrorTitle,
|
||||
/// <summary>
|
||||
/// Static Site Generator
|
||||
/// </summary>
|
||||
SSGServiceName,
|
||||
/// <summary>
|
||||
/// Statistics
|
||||
/// </summary>
|
||||
|
|
|
@ -426,6 +426,7 @@ ProgressDetectingWeblogCategories,Detecting blog categories...,
|
|||
ProgressDetectingWeblogIcon,Detecting blog icon...,
|
||||
ProgressCompletedSettingsDetection,Completed settings detection,
|
||||
ProgressDownloadingWeblogEditingStyle,Downloading blog editing theme...,
|
||||
ProgressDownloadingWeblogEditingStyleDeep,"Post contents not present on homepage, checking post...",Used when downloading template from a post page is required
|
||||
ProgressSaving,Saving {0}...,{0} - a filename
|
||||
ProgressDownloadFinished,Download finished,
|
||||
ProgressDownloading,Downloading {0}...,{0} - a URL
|
||||
|
@ -1408,3 +1409,74 @@ CantSignIn,Can't sign in because an error occurred,
|
|||
TheErrorOccuredBecause,The error occurred for the following reason:,
|
||||
RetrySignin,"After you go through the solution, try signing in again.",
|
||||
GenericLoginError,Unable to login to Live ID.,
|
||||
SSGServiceName,Static Site Generator,
|
||||
SSGErrorPostDoesNotExistTitle,Post does not exist,
|
||||
SSGErrorPostDoesNotExistText,Could not find post with specified ID.,
|
||||
SSGErrorPageDoesNotExistTitle,Page does not exist,
|
||||
SSGErrorPageDoesNotExistText,Could not find page with specified ID.,
|
||||
SSGErrorCommandTimeoutTitle,Command execution timeout,
|
||||
SSGErrorCommandTimeoutText,"Blog command timed out. Please check your commands, or lengthen the command timeout.",
|
||||
SSGErrorPathFolderNotFound,Folder not found,
|
||||
SSGErrorPathLocalSitePathNotFound,Local site path '{0}' does not exist.,{0} - attempted local site path
|
||||
SSGErrorPathPostsEmpty,Posts path is empty.,
|
||||
SSGErrorPathPostsNotFound,Posts path '{0}' does not exist.,{0} - attempted posts path
|
||||
SSGErrorPathPagesEmpty,Pages path is empty.,
|
||||
SSGErrorPathPagesNotFound,Pages path '{0}' does not exist.,{0} - attempted pages path
|
||||
SSGErrorPathDraftsEmpty,Drafts path is empty.,
|
||||
SSGErrorPathDraftsNotFound,Drafts path '{0}' does not exist.,{0} - attempted drafts path
|
||||
SSGErrorPathImagesEmpty,Images path is empty.,
|
||||
SSGErrorPathImagesNotFound,Images path '{0}' does not exist.,{0} - attempted images path
|
||||
SSGErrorPathOutputEmpty,Output path is empty.,
|
||||
SSGErrorPathOutputNotFound,Output path '{0}' does not exist.,{0} - attempted output path
|
||||
SSGErrorBuildCommandEmptyTitle,Build command empty,
|
||||
SSGErrorBuildCommandEmptyText,A build command is required when local site building is enabled.,
|
||||
SSGErrorPublishCommandEmptyTitle,Publish command empty,
|
||||
SSGErrorPublishCommandEmptyText,A publish command is required.,
|
||||
SSGErrorItemLoadTitle,Item load error,
|
||||
SSGErrorItemLoadTextFM,Could not read item front matter.,
|
||||
SSGErrorItemLoadTextId,Item does not have an ID.,
|
||||
SSGFrontMatterId,ID,
|
||||
SSGFrontMatterTitle,Title,
|
||||
SSGFrontMatterDate,Date,
|
||||
SSGFrontMatterLayout,Layout,
|
||||
SSGFrontMatterTags,Tags,
|
||||
SSGFrontMatterPermalink,Permalink,
|
||||
SSGFrontMatterParentId,Parent ID,
|
||||
SSGConfigTitle,Static Site Configuration for '{0}',{0} - title of blog
|
||||
SSGConfigGeneralTitle,General,
|
||||
SSGConfigGeneralSetupGroup,Setup,
|
||||
SSGConfigGeneralSiteTitle,Site &Title:,
|
||||
SSGConfigGeneralSiteUrl,Site &URL:,
|
||||
SSGConfigGeneralLocalSitePath,&Local Site Path:,
|
||||
SSGConfigGeneralOptionsGroup,Options,
|
||||
SSGConfigGeneralWizardLabel,You can chose to run the Account Wizard again if you wish to be guided through the core static site configuration options interactively.,
|
||||
SSGConfigGeneralWizardButton,Run Account &Wizard,
|
||||
SSGConfigGeneralDetectLabel,"Open Live Writer can also reattempt to detect relevant configuration options for your static site. This may not result in a complete configuration, so please use the fields on the following pages to ensure all settings are set correctly.",
|
||||
SSGConfigGeneralDetectButton,Run Auto-&Detect,
|
||||
SSGConfigAuthoringTitle,Authoring,
|
||||
SSGConfigAuthoringPostsDraftsGroup,Posts and Drafts,
|
||||
SSGConfigAuthoringPostsPath,&Posts Path: (relative),
|
||||
SSGConfigAuthoringEnableDrafts,Enable &Drafts,
|
||||
SSGConfigAuthoringDraftsPath,Drafts Path: (relative),
|
||||
SSGConfigAuthoringPagesGroup,Pages,
|
||||
SSGConfigAuthoringEnablePages,Enable P&ages,
|
||||
SSGConfigAuthoringPagesPath,Pages Path: (relative),
|
||||
SSGConfigAuthoringImagesGroup,Images,
|
||||
SSGConfigAuthoringEnableImages,Enable &Images,
|
||||
SSGConfigAuthoringImagesPath,Images Path: (relative),
|
||||
SSGConfigFrontMatterTitle,Front Matter,
|
||||
SSGConfigFrontMatterSubtitle,Below you can adjust the post front matter keys used to match your static site generator.,
|
||||
SSGConfigFrontMatterPropertyCol,Property,
|
||||
SSGConfigFrontMatterKeyCol,Front Matter Key,
|
||||
SSGConfigFrontMatterReset,&Reset to Defaults,
|
||||
SSGConfigBuildPublishTitle,Building and Publishing,
|
||||
SSGConfigBuildPublishGeneralGroup,General,
|
||||
SSGConfigBuildPublishShowCmdWindows,&Show Command Windows,
|
||||
SSGConfigBuildPublishEnableCmdTimeout,&Enable Command Timeout,
|
||||
SSGConfigBuildPublishCmdTimeout,&Command Timeout (ms):,
|
||||
SSGConfigBuildPublishBuildingGroup,Building,
|
||||
SSGConfigBuildPublishEnableBuilding,Enable &Building,
|
||||
SSGConfigBuildPublishBuildCommand,Build Command:,
|
||||
SSGConfigBuildPublishOutputPath,Site Output Path: (relative),
|
||||
SSGConfigBuildPublishPublishingGroup,Publishing,
|
||||
SSGConfigBuildPublishPublishCommand,&Publish Command:,
|
||||
|
|
Can't render this file because it contains an unexpected character in line 146 and column 69.
|
|
@ -1010,7 +1010,7 @@
|
|||
<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>
|
||||
<value>{0} has already attempted configuration detection on your site. You can change the path to your site here if you wish. Otherwise, you can re-run configuration detection from Settings.</value>
|
||||
<comment>{0} - Product name</comment></data>
|
||||
<data name="CWStaticSiteInitialTitle" xml:space="preserve">
|
||||
<value>Provide static site configuration</value>
|
||||
|
@ -3297,6 +3297,9 @@ Unimplemented Method: {2}</value>
|
|||
<data name="ProgressDownloadingWeblogEditingStyle" xml:space="preserve">
|
||||
<value>Downloading blog editing theme...</value>
|
||||
</data>
|
||||
<data name="ProgressDownloadingWeblogEditingStyleDeep" xml:space="preserve">
|
||||
<value>Post contents not present on homepage, checking post...</value>
|
||||
<comment>Used when downloading template from a post page is required</comment></data>
|
||||
<data name="ProgressFinalizingEditingTemplateConfig" xml:space="preserve">
|
||||
<value>Finalizing editing template configuration...</value>
|
||||
</data>
|
||||
|
@ -3639,6 +3642,216 @@ Command STDERR:
|
|||
<data name="SSGBuildErrorTitle" xml:space="preserve">
|
||||
<value>Static site build failed</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringDraftsPath" xml:space="preserve">
|
||||
<value>Drafts Path: (relative)</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringEnableDrafts" xml:space="preserve">
|
||||
<value>Enable &Drafts</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringEnableImages" xml:space="preserve">
|
||||
<value>Enable &Images</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringEnablePages" xml:space="preserve">
|
||||
<value>Enable P&ages</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringImagesGroup" xml:space="preserve">
|
||||
<value>Images</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringImagesPath" xml:space="preserve">
|
||||
<value>Images Path: (relative)</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringPagesGroup" xml:space="preserve">
|
||||
<value>Pages</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringPagesPath" xml:space="preserve">
|
||||
<value>Pages Path: (relative)</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringPostsDraftsGroup" xml:space="preserve">
|
||||
<value>Posts and Drafts</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringPostsPath" xml:space="preserve">
|
||||
<value>&Posts Path: (relative)</value>
|
||||
</data>
|
||||
<data name="SSGConfigAuthoringTitle" xml:space="preserve">
|
||||
<value>Authoring</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishBuildCommand" xml:space="preserve">
|
||||
<value>Build Command:</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishBuildingGroup" xml:space="preserve">
|
||||
<value>Building</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishCmdTimeout" xml:space="preserve">
|
||||
<value>&Command Timeout (ms):</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishEnableBuilding" xml:space="preserve">
|
||||
<value>Enable &Building</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishEnableCmdTimeout" xml:space="preserve">
|
||||
<value>&Enable Command Timeout</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishGeneralGroup" xml:space="preserve">
|
||||
<value>General</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishOutputPath" xml:space="preserve">
|
||||
<value>Site Output Path: (relative)</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishPublishCommand" xml:space="preserve">
|
||||
<value>&Publish Command:</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishPublishingGroup" xml:space="preserve">
|
||||
<value>Publishing</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishShowCmdWindows" xml:space="preserve">
|
||||
<value>&Show Command Windows</value>
|
||||
</data>
|
||||
<data name="SSGConfigBuildPublishTitle" xml:space="preserve">
|
||||
<value>Building and Publishing</value>
|
||||
</data>
|
||||
<data name="SSGConfigFrontMatterKeyCol" xml:space="preserve">
|
||||
<value>Front Matter Key</value>
|
||||
</data>
|
||||
<data name="SSGConfigFrontMatterPropertyCol" xml:space="preserve">
|
||||
<value>Property</value>
|
||||
</data>
|
||||
<data name="SSGConfigFrontMatterReset" xml:space="preserve">
|
||||
<value>&Reset to Defaults</value>
|
||||
</data>
|
||||
<data name="SSGConfigFrontMatterSubtitle" xml:space="preserve">
|
||||
<value>Below you can adjust the post front matter keys used to match your static site generator.</value>
|
||||
</data>
|
||||
<data name="SSGConfigFrontMatterTitle" xml:space="preserve">
|
||||
<value>Front Matter</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralDetectButton" xml:space="preserve">
|
||||
<value>Run Auto-&Detect</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralDetectLabel" xml:space="preserve">
|
||||
<value>Open Live Writer can also reattempt to detect relevant configuration options for your static site. This may not result in a complete configuration, so please use the fields on the following pages to ensure all settings are set correctly.</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralLocalSitePath" xml:space="preserve">
|
||||
<value>&Local Site Path:</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralOptionsGroup" xml:space="preserve">
|
||||
<value>Options</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralSetupGroup" xml:space="preserve">
|
||||
<value>Setup</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralSiteTitle" xml:space="preserve">
|
||||
<value>Site &Title:</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralSiteUrl" xml:space="preserve">
|
||||
<value>Site &URL:</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralTitle" xml:space="preserve">
|
||||
<value>General</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralWizardButton" xml:space="preserve">
|
||||
<value>Run Account &Wizard</value>
|
||||
</data>
|
||||
<data name="SSGConfigGeneralWizardLabel" xml:space="preserve">
|
||||
<value>You can chose to run the Account Wizard again if you wish to be guided through the core static site configuration options interactively.</value>
|
||||
</data>
|
||||
<data name="SSGConfigTitle" xml:space="preserve">
|
||||
<value>Static Site Configuration for '{0}'</value>
|
||||
<comment>{0} - title of blog</comment></data>
|
||||
<data name="SSGErrorBuildCommandEmptyText" xml:space="preserve">
|
||||
<value>A build command is required when local site building is enabled.</value>
|
||||
</data>
|
||||
<data name="SSGErrorBuildCommandEmptyTitle" xml:space="preserve">
|
||||
<value>Build command empty</value>
|
||||
</data>
|
||||
<data name="SSGErrorCommandTimeoutText" xml:space="preserve">
|
||||
<value>Blog command timed out. Please check your commands, or lengthen the command timeout.</value>
|
||||
</data>
|
||||
<data name="SSGErrorCommandTimeoutTitle" xml:space="preserve">
|
||||
<value>Command execution timeout</value>
|
||||
</data>
|
||||
<data name="SSGErrorItemLoadTextFM" xml:space="preserve">
|
||||
<value>Could not read item front matter.</value>
|
||||
</data>
|
||||
<data name="SSGErrorItemLoadTextId" xml:space="preserve">
|
||||
<value>Item does not have an ID.</value>
|
||||
</data>
|
||||
<data name="SSGErrorItemLoadTitle" xml:space="preserve">
|
||||
<value>Item load error</value>
|
||||
</data>
|
||||
<data name="SSGErrorPageDoesNotExistText" xml:space="preserve">
|
||||
<value>Could not find page with specified ID.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPageDoesNotExistTitle" xml:space="preserve">
|
||||
<value>Page does not exist</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathDraftsEmpty" xml:space="preserve">
|
||||
<value>Drafts path is empty.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathDraftsNotFound" xml:space="preserve">
|
||||
<value>Drafts path '{0}' does not exist.</value>
|
||||
<comment>{0} - attempted drafts path</comment></data>
|
||||
<data name="SSGErrorPathFolderNotFound" xml:space="preserve">
|
||||
<value>Folder not found</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathImagesEmpty" xml:space="preserve">
|
||||
<value>Images path is empty.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathImagesNotFound" xml:space="preserve">
|
||||
<value>Images path '{0}' does not exist.</value>
|
||||
<comment>{0} - attempted images path</comment></data>
|
||||
<data name="SSGErrorPathLocalSitePathNotFound" xml:space="preserve">
|
||||
<value>Local site path '{0}' does not exist.</value>
|
||||
<comment>{0} - attempted local site path</comment></data>
|
||||
<data name="SSGErrorPathOutputEmpty" xml:space="preserve">
|
||||
<value>Output path is empty.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathOutputNotFound" xml:space="preserve">
|
||||
<value>Output path '{0}' does not exist.</value>
|
||||
<comment>{0} - attempted output path</comment></data>
|
||||
<data name="SSGErrorPathPagesEmpty" xml:space="preserve">
|
||||
<value>Pages path is empty.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathPagesNotFound" xml:space="preserve">
|
||||
<value>Pages path '{0}' does not exist.</value>
|
||||
<comment>{0} - attempted pages path</comment></data>
|
||||
<data name="SSGErrorPathPostsEmpty" xml:space="preserve">
|
||||
<value>Posts path is empty.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPathPostsNotFound" xml:space="preserve">
|
||||
<value>Posts path '{0}' does not exist.</value>
|
||||
<comment>{0} - attempted posts path</comment></data>
|
||||
<data name="SSGErrorPostDoesNotExistText" xml:space="preserve">
|
||||
<value>Could not find post with specified ID.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPostDoesNotExistTitle" xml:space="preserve">
|
||||
<value>Post does not exist</value>
|
||||
</data>
|
||||
<data name="SSGErrorPublishCommandEmptyText" xml:space="preserve">
|
||||
<value>A publish command is required.</value>
|
||||
</data>
|
||||
<data name="SSGErrorPublishCommandEmptyTitle" xml:space="preserve">
|
||||
<value>Publish command empty</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterDate" xml:space="preserve">
|
||||
<value>Date</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterId" xml:space="preserve">
|
||||
<value>ID</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterLayout" xml:space="preserve">
|
||||
<value>Layout</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterParentId" xml:space="preserve">
|
||||
<value>Parent ID</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterPermalink" xml:space="preserve">
|
||||
<value>Permalink</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterTags" xml:space="preserve">
|
||||
<value>Tags</value>
|
||||
</data>
|
||||
<data name="SSGFrontMatterTitle" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="SSGPublishErrorText" xml:space="preserve">
|
||||
<value>{0} has failed to publish your site. Please check your site publish command.
|
||||
|
||||
|
@ -3652,6 +3865,9 @@ Command STDERR:
|
|||
<data name="SSGPublishErrorTitle" xml:space="preserve">
|
||||
<value>Static site publish failed</value>
|
||||
</data>
|
||||
<data name="SSGServiceName" xml:space="preserve">
|
||||
<value>Static Site Generator</value>
|
||||
</data>
|
||||
<data name="Statistics" xml:space="preserve">
|
||||
<value>Statistics</value>
|
||||
<comment>Header of the table that shows word and character count</comment></data>
|
||||
|
|
Loading…
Reference in New Issue