Reorder and fix the forgotten

eh, might as well...
This commit is contained in:
1011025m 2023-12-03 01:44:20 +08:00
parent 0875f3adac
commit ca5525f2ef
2 changed files with 29 additions and 33 deletions

View File

@ -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.&quot;.
/// 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 {

View File

@ -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>