mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add translation strings
This commit is contained in:
parent
3f48c3069b
commit
bf28854292
18
Bloxstrap/Resources/Strings.Designer.cs
generated
18
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user