mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Kogado resource archive.
This commit is contained in:
9
ArcFormats/Strings/arcStrings.Designer.cs
generated
9
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -216,6 +216,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Kogado game engine resource archive.
|
||||
/// </summary>
|
||||
public static string KogadoDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("KogadoDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Liar-soft image archive.
|
||||
/// </summary>
|
||||
|
||||
@@ -171,6 +171,9 @@ Choose appropriate encryption scheme.</value>
|
||||
Enter archive encryption key or choose
|
||||
predefined encryption scheme.</value>
|
||||
</data>
|
||||
<data name="KogadoDescription" xml:space="preserve">
|
||||
<value>Kogado game engine resource archive</value>
|
||||
</data>
|
||||
<data name="LWGDescription" xml:space="preserve">
|
||||
<value>Liar-soft image archive</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user