mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
merged some common strings in resource dictionary.
This commit is contained in:
63
ArcFormats/Strings/arcStrings.Designer.cs
generated
63
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user