mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added creation options for AMI archives.
This commit is contained in:
27
ArcFormats/Strings/arcStrings.Designer.cs
generated
27
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user