add translation strings

This commit is contained in:
bluepilledgreat 2024-02-03 23:30:02 +00:00
parent 3f48c3069b
commit bf28854292
2 changed files with 24 additions and 0 deletions

View File

@ -846,6 +846,24 @@ namespace Bloxstrap.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Fluent Progress (Aero).
/// </summary>
public static string Enums_BootstrapperStyle_ProgressFluentAeroDialog {
get {
return ResourceManager.GetString("Enums.BootstrapperStyle.ProgressFluentAeroDialog", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Fluent Progress.
/// </summary>
public static string Enums_BootstrapperStyle_ProgressFluentDialog {
get {
return ResourceManager.GetString("Enums.BootstrapperStyle.ProgressFluentDialog", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vista (2008 - 2011).
/// </summary>

View File

@ -383,6 +383,12 @@ Your ReShade configuration files will still be saved, and you can locate them by
<data name="Enums.BootstrapperStyle.ProgressDialog" xml:space="preserve">
<value>Progress (~2014)</value>
</data>
<data name="Enums.BootstrapperStyle.ProgressFluentAeroDialog" xml:space="preserve">
<value>Fluent Progress (Aero)</value>
</data>
<data name="Enums.BootstrapperStyle.ProgressFluentDialog" xml:space="preserve">
<value>Fluent Progress</value>
</data>
<data name="Enums.BootstrapperStyle.VistaDialog" xml:space="preserve">
<value>Vista (2008 - 2011)</value>
</data>