mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-01 02:40:24 +08:00
renamed some common string resources.
This commit is contained in:
63
ArcFormats/Strings/arcStrings.Designer.cs
generated
63
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -133,6 +133,24 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ignore encryption.
|
||||
/// </summary>
|
||||
public static string ArcIgnoreEncryption {
|
||||
get {
|
||||
return ResourceManager.GetString("ArcIgnoreEncryption", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Image is encrypted..
|
||||
/// </summary>
|
||||
public static string ArcImageEncrypted {
|
||||
get {
|
||||
return ResourceManager.GetString("ArcImageEncrypted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to no encryption.
|
||||
/// </summary>
|
||||
@@ -277,15 +295,6 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ignore encryption.
|
||||
/// </summary>
|
||||
public static string ISFIgnoreEncryption {
|
||||
get {
|
||||
return ResourceManager.GetString("ISFIgnoreEncryption", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default.
|
||||
/// </summary>
|
||||
@@ -350,6 +359,24 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose title or enter a key.
|
||||
/// </summary>
|
||||
public static string MCGChoose {
|
||||
get {
|
||||
return ResourceManager.GetString("MCGChoose", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 8-bit encryption key.
|
||||
/// </summary>
|
||||
public static string MCGLabelKey {
|
||||
get {
|
||||
return ResourceManager.GetString("MCGLabelKey", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Adding file.
|
||||
/// </summary>
|
||||
@@ -476,15 +503,6 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ignore encryption.
|
||||
/// </summary>
|
||||
public static string NOAIgnoreEncryption {
|
||||
get {
|
||||
return ResourceManager.GetString("NOAIgnoreEncryption", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Compress contents.
|
||||
/// </summary>
|
||||
@@ -603,15 +621,6 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Image is encrypted..
|
||||
/// </summary>
|
||||
public static string RCTNotice {
|
||||
get {
|
||||
return ResourceManager.GetString("RCTNotice", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ren'Py game engine archive.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user