renamed some common string resources.

This commit is contained in:
morkt
2015-11-23 21:28:32 +04:00
parent ff00799d2d
commit 203172be77
7 changed files with 76 additions and 57 deletions

View File

@@ -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&apos;Py game engine archive.
/// </summary>