implemented archive creation frontend.

This commit is contained in:
morkt
2014-07-25 07:05:55 +04:00
parent 0442ac5761
commit 3a7d2111be
11 changed files with 278 additions and 223 deletions

View File

@@ -60,6 +60,15 @@ namespace GameRes.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to File is too large.
/// </summary>
public static string MsgFileTooLarge {
get {
return ResourceManager.GetString("MsgFileTooLarge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Inappropriate encryption scheme.
/// </summary>
@@ -69,6 +78,15 @@ namespace GameRes.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Invalid file name.
/// </summary>
public static string MsgInvalidFileName {
get {
return ResourceManager.GetString("MsgInvalidFileName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid file format.
/// </summary>