mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
added localization strings for settings.
This commit is contained in:
18
ArcFormats/Strings/arcStrings.Designer.cs
generated
18
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -660,6 +660,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Load transparency data from RC8 bitmap.
|
||||
/// </summary>
|
||||
public static string RCTApplyMask {
|
||||
get {
|
||||
return ResourceManager.GetString("RCTApplyMask", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose title or enter a password.
|
||||
/// </summary>
|
||||
@@ -669,6 +678,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Automatically combine incremental frames.
|
||||
/// </summary>
|
||||
public static string RCTOverlayFrames {
|
||||
get {
|
||||
return ResourceManager.GetString("RCTOverlayFrames", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ren'Py game engine archive.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user