mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
implemented Selene 'KCAP' archive format.
This commit is contained in:
27
ArcFormats/Strings/arcStrings.Designer.cs
generated
27
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -216,6 +216,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default.
|
||||
/// </summary>
|
||||
public static string KCAPDefault {
|
||||
get {
|
||||
return ResourceManager.GetString("KCAPDefault", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Kogado game engine resource archive.
|
||||
/// </summary>
|
||||
@@ -225,6 +234,24 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Passphrase.
|
||||
/// </summary>
|
||||
public static string LabelPassphrase {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelPassphrase", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scheme.
|
||||
/// </summary>
|
||||
public static string LabelScheme {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelScheme", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Liar-soft image archive.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user