ssg: strings: remove service name
This commit is contained in:
parent
6c72d1d051
commit
8ca2693615
|
@ -4981,10 +4981,6 @@ namespace OpenLiveWriter.Localization
|
||||||
/// Static site publish failed
|
/// Static site publish failed
|
||||||
/// </summary>
|
/// </summary>
|
||||||
SSGPublishErrorTitle,
|
SSGPublishErrorTitle,
|
||||||
/// <summary>
|
|
||||||
/// Static Site Generator
|
|
||||||
/// </summary>
|
|
||||||
SSGServiceName,
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Statistics
|
/// Statistics
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -1409,7 +1409,6 @@ CantSignIn,Can't sign in because an error occurred,
|
||||||
TheErrorOccuredBecause,The error occurred for the following reason:,
|
TheErrorOccuredBecause,The error occurred for the following reason:,
|
||||||
RetrySignin,"After you go through the solution, try signing in again.",
|
RetrySignin,"After you go through the solution, try signing in again.",
|
||||||
GenericLoginError,Unable to login to Live ID.,
|
GenericLoginError,Unable to login to Live ID.,
|
||||||
SSGServiceName,Static Site Generator,
|
|
||||||
SSGErrorPostDoesNotExistTitle,Post does not exist,
|
SSGErrorPostDoesNotExistTitle,Post does not exist,
|
||||||
SSGErrorPostDoesNotExistText,Could not find post with specified ID.,
|
SSGErrorPostDoesNotExistText,Could not find post with specified ID.,
|
||||||
SSGErrorPageDoesNotExistTitle,Page does not exist,
|
SSGErrorPageDoesNotExistTitle,Page does not exist,
|
||||||
|
|
Can't render this file because it contains an unexpected character in line 146 and column 69.
|
|
@ -3865,9 +3865,6 @@ Command STDERR:
|
||||||
<data name="SSGPublishErrorTitle" xml:space="preserve">
|
<data name="SSGPublishErrorTitle" xml:space="preserve">
|
||||||
<value>Static site publish failed</value>
|
<value>Static site publish failed</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SSGServiceName" xml:space="preserve">
|
|
||||||
<value>Static Site Generator</value>
|
|
||||||
</data>
|
|
||||||
<data name="Statistics" xml:space="preserve">
|
<data name="Statistics" xml:space="preserve">
|
||||||
<value>Statistics</value>
|
<value>Statistics</value>
|
||||||
<comment>Header of the table that shows word and character count</comment></data>
|
<comment>Header of the table that shows word and character count</comment></data>
|
||||||
|
|
Loading…
Reference in New Issue