finish downloader
This commit is contained in:
parent
0760600d47
commit
726adc7193
6 changed files with 159 additions and 66 deletions
36
EnvyUpdate/Properties/Resources.Designer.cs
generated
36
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -78,6 +78,42 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There was a problem downloading the driver installer. Please try again..
|
||||
/// </summary>
|
||||
public static string info_download_error {
|
||||
get {
|
||||
return ResourceManager.GetString("info_download_error", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error while downloading.
|
||||
/// </summary>
|
||||
public static string info_download_error_title {
|
||||
get {
|
||||
return ResourceManager.GetString("info_download_error_title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Driver installer successfully downloaded..
|
||||
/// </summary>
|
||||
public static string info_download_success {
|
||||
get {
|
||||
return ResourceManager.GetString("info_download_success", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Download successful.
|
||||
/// </summary>
|
||||
public static string info_download_success_title {
|
||||
get {
|
||||
return ResourceManager.GetString("info_download_success_title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Preference reset..
|
||||
/// </summary>
|
||||
|
|
Reference in a new issue