mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
implemented Flying Shine resource archive.
This commit is contained in:
27
ArcFormats/Strings/arcStrings.Designer.cs
generated
27
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -261,6 +261,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Number of files exceedes archive limit..
|
||||
/// </summary>
|
||||
public static string MsgTooManyFiles {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgTooManyFiles", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Updating index....
|
||||
/// </summary>
|
||||
@@ -333,6 +342,24 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Flying Shine resource archive.
|
||||
/// </summary>
|
||||
public static string PDDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("PDDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scramble contents.
|
||||
/// </summary>
|
||||
public static string PDScrambleContents {
|
||||
get {
|
||||
return ResourceManager.GetString("PDScrambleContents", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv script file.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user