merged some common strings in resource dictionary.

This commit is contained in:
morkt
2015-06-02 15:45:19 +04:00
parent 26c738d6d0
commit 60f853835e
9 changed files with 39 additions and 84 deletions

View File

@@ -105,6 +105,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Default.
/// </summary>
public static string ArcDefault {
get {
return ResourceManager.GetString("ArcDefault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted.
///Choose appropriate encryption scheme..
@@ -133,15 +142,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encryption scheme.
/// </summary>
public static string ArcScheme {
get {
return ResourceManager.GetString("ArcScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Encryption keys.
/// </summary>
@@ -205,24 +205,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Passphrase.
/// </summary>
public static string INTLabelPassphrase {
get {
return ResourceManager.GetString("INTLabelPassphrase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Scheme.
/// </summary>
public static string INTLabelScheme {
get {
return ResourceManager.GetString("INTLabelScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive directory is encrypted.
///Enter archive encryption key or choose
@@ -252,6 +234,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encryption scheme.
/// </summary>
public static string LabelEncScheme {
get {
return ResourceManager.GetString("LabelEncScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Passphrase.
/// </summary>
@@ -442,15 +433,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encryption scheme.
/// </summary>
public static string NPALabelScheme {
get {
return ResourceManager.GetString("NPALabelScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nitro+ Steins;Gate resource archive.
/// </summary>
@@ -605,15 +587,6 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encryption scheme.
/// </summary>
public static string XP3LabelScheme {
get {
return ResourceManager.GetString("XP3LabelScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Version.
/// </summary>