squeezed some identical localization strings.

This commit is contained in:
morkt
2018-01-30 06:54:46 +04:00
parent 07c69a4866
commit 1e0726e17d
9 changed files with 19 additions and 69 deletions

View File

@@ -179,6 +179,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
public static string ArcTitleOrPassword {
get {
return ResourceManager.GetString("ArcTitleOrPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Encryption keys.
/// </summary>
@@ -588,15 +597,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
public static string NSAChoose {
get {
return ResourceManager.GetString("NSAChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to NScripter game engine resource archive.
/// </summary>
@@ -669,15 +669,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
public static string RCTChoose {
get {
return ResourceManager.GetString("RCTChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Automatically combine incremental frames.
/// </summary>
@@ -863,15 +854,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
public static string ZIPChoose {
get {
return ResourceManager.GetString("ZIPChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted..
/// </summary>