Localize fan speed labels in the main window

This commit is contained in:
Carsten Braun
2023-05-17 10:47:41 +02:00
parent d75067b40c
commit 6a4aa4e138
4 changed files with 18 additions and 3 deletions

View File

@@ -483,6 +483,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Fan: .
/// </summary>
internal static string FanSpeed {
get {
return ResourceManager.GetString("FanSpeed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Fans + Power.
/// </summary>