mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-01-04 09:13:16 +00:00
Added upload/download error handling.
This commit is contained in:
45
Properties/Resources.Designer.cs
generated
45
Properties/Resources.Designer.cs
generated
@@ -143,6 +143,15 @@ namespace MeshCentralRouter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Close.
|
||||
/// </summary>
|
||||
internal static string Close {
|
||||
get {
|
||||
return ResourceManager.GetString("Close", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@@ -281,6 +290,24 @@ namespace MeshCentralRouter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error downloading file: {0}.
|
||||
/// </summary>
|
||||
internal static string ErrorDownloadingFileX {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorDownloadingFileX", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error uploading file: {0}.
|
||||
/// </summary>
|
||||
internal static string ErrorUploadingFileX {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorUploadingFileX", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Estimating....
|
||||
/// </summary>
|
||||
@@ -879,6 +906,24 @@ namespace MeshCentralRouter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to open file: {0}.
|
||||
/// </summary>
|
||||
internal static string UnableToOpenFileX {
|
||||
get {
|
||||
return ResourceManager.GetString("UnableToOpenFileX", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to write file: {0}.
|
||||
/// </summary>
|
||||
internal static string UnableToWriteFileX {
|
||||
get {
|
||||
return ResourceManager.GetString("UnableToWriteFileX", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Updating....
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user