mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-23 20:27:28 +08:00
implemented Nitro+ archives creation.
encryption not implemented yet.
This commit is contained in:
37
ArcFormats/Strings/arcStrings.Designer.cs
generated
37
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -124,6 +124,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset.
|
||||
/// </summary>
|
||||
public static string ArcReset {
|
||||
get {
|
||||
return ResourceManager.GetString("ArcReset", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to âge proprietary image format.
|
||||
/// </summary>
|
||||
@@ -315,6 +324,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Compress contents.
|
||||
/// </summary>
|
||||
public static string NPACompressContents {
|
||||
get {
|
||||
return ResourceManager.GetString("NPACompressContents", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Nitro+ resource archive.
|
||||
/// </summary>
|
||||
@@ -324,6 +342,25 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Encryption keys
|
||||
///(required even if contents is not encrypted).
|
||||
/// </summary>
|
||||
public static string NPAKeys {
|
||||
get {
|
||||
return ResourceManager.GetString("NPAKeys", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
|
||||
Reference in New Issue
Block a user