mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added localization strings for settings.
This commit is contained in:
18
GameRes/Strings/garStrings.Designer.cs
generated
18
GameRes/Strings/garStrings.Designer.cs
generated
@@ -60,6 +60,24 @@ namespace GameRes.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enables various extensions, such as transparency support..
|
||||
/// </summary>
|
||||
public static string BMPExtensionsDesc {
|
||||
get {
|
||||
return ResourceManager.GetString("BMPExtensionsDesc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enable BMP format extensions.
|
||||
/// </summary>
|
||||
public static string BMPExtensionsText {
|
||||
get {
|
||||
return ResourceManager.GetString("BMPExtensionsText", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File is empty.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user