mirror of
https://github.com/ckaczor/SystemTemperatureStatusWindow.git
synced 2026-01-14 01:25:42 -05:00
Add info messages if service not installed or running
This commit is contained in:
18
Window/Properties/Resources.Designer.cs
generated
18
Window/Properties/Resources.Designer.cs
generated
@@ -242,6 +242,24 @@ namespace SystemTemperatureStatusWindow.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Service not installed - please restart application.
|
||||
/// </summary>
|
||||
public static string ServiceNotInstalled {
|
||||
get {
|
||||
return ResourceManager.GetString("ServiceNotInstalled", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Waiting for service to start....
|
||||
/// </summary>
|
||||
public static string ServiceNotStarted {
|
||||
get {
|
||||
return ResourceManager.GetString("ServiceNotStarted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Start when Windows starts.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user