mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented ON-Scripter archive creation.
This commit is contained in:
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -216,6 +216,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Updating index....
|
||||
/// </summary>
|
||||
public static string MsgUpdatingIndex {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUpdatingIndex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Writing index....
|
||||
/// </summary>
|
||||
@@ -252,6 +261,33 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive type.
|
||||
/// </summary>
|
||||
public static string ONSArchiveType {
|
||||
get {
|
||||
return ResourceManager.GetString("ONSArchiveType", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Compression.
|
||||
/// </summary>
|
||||
public static string ONSCompression {
|
||||
get {
|
||||
return ResourceManager.GetString("ONSCompression", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to None.
|
||||
/// </summary>
|
||||
public static string ONSCompressionNone {
|
||||
get {
|
||||
return ResourceManager.GetString("ONSCompressionNone", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv script file.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user