New resource strings for app closing handlers.

This commit is contained in:
Burak Kaan Köse
2024-08-21 23:22:32 +02:00
parent e6b9d59160
commit af13e034c3
3 changed files with 46 additions and 4 deletions

View File

@@ -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>