mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented AMI archive creation.
This commit is contained in:
18
ArcFormats/Strings/arcStrings.Designer.cs
generated
18
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -69,6 +69,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No files suitable for AMI archive found..
|
||||
/// </summary>
|
||||
public static string AMINoFiles {
|
||||
get {
|
||||
return ResourceManager.GetString("AMINoFiles", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive content is encrypted.
|
||||
///Choose appropriate encryption scheme..
|
||||
@@ -216,6 +225,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}: image format not recognized..
|
||||
/// </summary>
|
||||
public static string MsgInvalidImageFormat {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgInvalidImageFormat", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Updating index....
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user