added creation options for AMI archives.

This commit is contained in:
morkt
2014-08-01 16:44:53 +04:00
parent b1015ff785
commit eefa7d2fc2
9 changed files with 295 additions and 54 deletions

View File

@@ -60,6 +60,33 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Base archive.
/// </summary>
public static string AMIBaseArchive {
get {
return ResourceManager.GetString("AMIBaseArchive", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New archive will also contain entries from the base archive..
/// </summary>
public static string AMIBaseTooltip {
get {
return ResourceManager.GetString("AMIBaseTooltip", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select base archive.
/// </summary>
public static string AMIChooseBase {
get {
return ResourceManager.GetString("AMIChooseBase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv archive.
/// </summary>