mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Reorder and fix the forgotten
eh, might as well...
This commit is contained in:
parent
0875f3adac
commit
ca5525f2ef
42
Bloxstrap/Resources/Strings.Designer.cs
generated
42
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -243,6 +243,24 @@ namespace Bloxstrap.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style preview - Click the X button at the top right to close.
|
||||
/// </summary>
|
||||
public static string Bootstrapper_StylePreview_ImageCancel {
|
||||
get {
|
||||
return ResourceManager.GetString("Bootstrapper.StylePreview.ImageCancel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style preview - Click Cancel to close.
|
||||
/// </summary>
|
||||
public static string Bootstrapper_StylePreview_TextCancel {
|
||||
get {
|
||||
return ResourceManager.GetString("Bootstrapper.StylePreview.TextCancel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bloxstrap has successfully installed.
|
||||
/// </summary>
|
||||
@ -279,28 +297,6 @@ namespace Bloxstrap.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style preview - Click the X button at the top right to close.
|
||||
/// </summary>
|
||||
public static string Bootstrapper_StylePreview_ImageCancel
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("Bootstrapper.StylePreview.ImageCancel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Style preview - Click Cancel to close.
|
||||
/// </summary>
|
||||
public static string Bootstrapper_StylePreview_TextCancel
|
||||
{
|
||||
get
|
||||
{
|
||||
return ResourceManager.GetString("Bootstrapper.StylePreview.TextCancel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Browse.
|
||||
/// </summary>
|
||||
@ -1448,7 +1444,7 @@ namespace Bloxstrap.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bloxstrap is currently running, likely as a background Roblox process. Please note that not all your changes will immediately apply until you close all currently open Roblox instances.".
|
||||
/// Looks up a localized string similar to Bloxstrap is currently running, likely as a background Roblox process. Please note that not all your changes will immediately apply until you close all currently open Roblox instances..
|
||||
/// </summary>
|
||||
public static string Menu_AlreadyRunning {
|
||||
get {
|
||||
|
@ -180,6 +180,14 @@ Your ReShade configuration files will still be saved, and you can locate them by
|
||||
<data name="Bootstrapper.Status.WaitingOtherInstances" xml:space="preserve">
|
||||
<value>Waiting for other instances...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.ImageCancel" xml:space="preserve">
|
||||
<value>Style preview - Click the X button at the top right to close</value>
|
||||
<comment>Text for style previews that use an X button. Currently only applies to Byfron</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.TextCancel" xml:space="preserve">
|
||||
<value>Style preview - Click Cancel to close</value>
|
||||
<comment>Text for style previews that use text button that says "Cancel"</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.SuccessfullyInstalled" xml:space="preserve">
|
||||
<value>Bloxstrap has successfully installed</value>
|
||||
</data>
|
||||
@ -192,14 +200,6 @@ Your ReShade configuration files will still be saved, and you can locate them by
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>Roblox requires the use of Windows Media Foundation components. You appear to be missing them, likely because you are using an N edition of Windows. Please install them first, and then launch Roblox.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.ImageCancel" xml:space="preserve">
|
||||
<value>Style preview - Click the X button at the top right to close</value>
|
||||
<comment>Text for style previews that use an X button. Currently only applies to Byfron</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.TextCancel" xml:space="preserve">
|
||||
<value>Style preview - Click Cancel to close</value>
|
||||
<comment>Text for style previews that use text button that says "Cancel"</comment>
|
||||
</data>
|
||||
<data name="Common.Browse" xml:space="preserve">
|
||||
<value>Browse</value>
|
||||
</data>
|
||||
@ -585,7 +585,7 @@ Would you like to upgrade your currently installed version?</value>
|
||||
<value>All files</value>
|
||||
</data>
|
||||
<data name="Menu.AlreadyRunning" xml:space="preserve">
|
||||
<value>Bloxstrap is currently running, likely as a background Roblox process. Please note that not all your changes will immediately apply until you close all currently open Roblox instances."</value>
|
||||
<value>Bloxstrap is currently running, likely as a background Roblox process. Please note that not all your changes will immediately apply until you close all currently open Roblox instances.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Description" xml:space="preserve">
|
||||
<value>You can make it look different, retro, or even just like Roblox.</value>
|
||||
|
Loading…
Reference in New Issue
Block a user