implemented Yu-Ris archives creation.

This commit is contained in:
morkt
2014-08-16 04:42:20 +04:00
parent 26526a97bb
commit dc30eb0083
12 changed files with 344 additions and 28 deletions

View File

@@ -234,6 +234,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encryption key required for archive creation..
/// </summary>
public static string MsgCreationKeyRequired {
get {
return ResourceManager.GetString("MsgCreationKeyRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Encryption method not implemented.
/// </summary>
@@ -270,6 +279,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Invalid archive version specified..
/// </summary>
public static string MsgInvalidVersion {
get {
return ResourceManager.GetString("MsgInvalidVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Number of files exceedes archive limit..
/// </summary>
@@ -387,6 +405,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Hex number.
/// </summary>
public static string TooltipHex {
get {
return ResourceManager.GetString("TooltipHex", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Liar-soft game resource archive.
/// </summary>
@@ -468,6 +495,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive version.
/// </summary>
public static string YPFLabelVersion {
get {
return ResourceManager.GetString("YPFLabelVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive directory is encrypted.
///Enter archive encryption key..