New resource strings for app closing handlers.
This commit is contained in:
35
Wino.Core.Domain/Translator.Designer.cs
generated
35
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -78,6 +78,41 @@ namespace Wino.Core.Domain
|
||||
/// </summary>
|
||||
public static string AutoDiscoveryProgressMessage => Resources.GetTranslatedString(@"AutoDiscoveryProgressMessage");
|
||||
|
||||
/// <summary>
|
||||
/// Background Synchronization
|
||||
/// </summary>
|
||||
public static string AppCloseBackgroundSynchronizationWarningTitle => Resources.GetTranslatedString(@"AppCloseBackgroundSynchronizationWarningTitle");
|
||||
|
||||
/// <summary>
|
||||
/// You are terminating Wino Mail and your app close behavior is set to 'Terminate'.
|
||||
/// </summary>
|
||||
public static string AppCloseTerminateBehaviorWarningMessageFirstLine => Resources.GetTranslatedString(@"AppCloseTerminateBehaviorWarningMessageFirstLine");
|
||||
|
||||
/// <summary>
|
||||
/// This will stop all background synchronizations and notifications.
|
||||
/// </summary>
|
||||
public static string AppCloseTerminateBehaviorWarningMessageSecondLine => Resources.GetTranslatedString(@"AppCloseTerminateBehaviorWarningMessageSecondLine");
|
||||
|
||||
/// <summary>
|
||||
/// Do you want to go to App Preferences to set Wino Mail to run minimized or in the background?
|
||||
/// </summary>
|
||||
public static string AppCloseTerminateBehaviorWarningMessageThirdLine => Resources.GetTranslatedString(@"AppCloseTerminateBehaviorWarningMessageThirdLine");
|
||||
|
||||
/// <summary>
|
||||
/// Application has not been set to launch on Windows startup.
|
||||
/// </summary>
|
||||
public static string AppCloseStartupLaunchDisabledWarningMessageFirstLine => Resources.GetTranslatedString(@"AppCloseStartupLaunchDisabledWarningMessageFirstLine");
|
||||
|
||||
/// <summary>
|
||||
/// This will cause you to miss notifications when you restart your computer.
|
||||
/// </summary>
|
||||
public static string AppCloseStartupLaunchDisabledWarningMessageSecondLine => Resources.GetTranslatedString(@"AppCloseStartupLaunchDisabledWarningMessageSecondLine");
|
||||
|
||||
/// <summary>
|
||||
/// Do you want to go to App Preferences page to enable it?
|
||||
/// </summary>
|
||||
public static string AppCloseStartupLaunchDisabledWarningMessageThirdLine => Resources.GetTranslatedString(@"AppCloseStartupLaunchDisabledWarningMessageThirdLine");
|
||||
|
||||
/// <summary>
|
||||
/// Advanced Configuration
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user