implemented AMI archive creation.

This commit is contained in:
morkt
2014-07-29 19:05:58 +04:00
parent cb8dbb229c
commit 6005016a07
4 changed files with 153 additions and 0 deletions

View File

@@ -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>