l10n strings: re-add UnexpectedErrorSendError, as it was never added to Strings.csv
This commit is contained in:
parent
e07613a00d
commit
aff3242dd3
|
@ -4889,6 +4889,10 @@ namespace OpenLiveWriter.Localization
|
|||
/// Plug-in Error Occurred
|
||||
/// </summary>
|
||||
UnexpectedErrorPluginTitle,
|
||||
/// <summary>
|
||||
/// &Send Error
|
||||
/// </summary>
|
||||
UnexpectedErrorSendError,
|
||||
/// <summary>
|
||||
/// Unexpected Error
|
||||
/// </summary>
|
||||
|
|
|
@ -857,6 +857,7 @@ UnexpectedErrorContinue,&Continue,
|
|||
UnexpectedErrorClickHere,Click here to see error details,
|
||||
UnexpectedErrorDescription,We have created an error summary that you can view.,
|
||||
UnexpectedErrorTitle,Unexpected Error,
|
||||
UnexpectedErrorSendError,&Send Error,
|
||||
UnexpectedErrorPluginTitle,Plug-in Error Occurred,
|
||||
UnexpectedErrorPluginDescription,"An error occurred in the {0} plug-in:
|
||||
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 52.
|
|
@ -3793,6 +3793,9 @@ Do you still want to set this web address as your custom pin?</value>
|
|||
<data name="UnexpectedErrorPluginTitle" xml:space="preserve">
|
||||
<value>Plug-in Error Occurred</value>
|
||||
</data>
|
||||
<data name="UnexpectedErrorSendError" xml:space="preserve">
|
||||
<value>&Send Error</value>
|
||||
</data>
|
||||
<data name="UnexpectedErrorTitle" xml:space="preserve">
|
||||
<value>Unexpected Error</value>
|
||||
</data>
|
||||
|
|
Loading…
Reference in New Issue