Changes for RustyHearts-API 1.3.0

This commit is contained in:
Junior 2025-04-29 17:14:19 -03:00
parent 558761943e
commit 1692923e18
14 changed files with 500 additions and 226 deletions

View file

@ -438,6 +438,24 @@ namespace RHLauncher.RHLauncher.i8n {
}
}
/// <summary>
/// Looks up a localized string similar to Failed to process server response..
/// </summary>
public static string HttpResponseNull {
get {
return ResourceManager.GetString("HttpResponseNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to parse server response..
/// </summary>
public static string HttpResponseParseError {
get {
return ResourceManager.GetString("HttpResponseParseError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Info.
/// </summary>
@ -736,7 +754,7 @@ namespace RHLauncher.RHLauncher.i8n {
}
/// <summary>
/// Looks up a localized string similar to 6-16 characters.
/// Looks up a localized string similar to 8-16 characters.
/// </summary>
public static string NewPasswordDesc {
get {
@ -826,7 +844,7 @@ namespace RHLauncher.RHLauncher.i8n {
}
/// <summary>
/// Looks up a localized string similar to Password must be between 6-16 characters!.
/// Looks up a localized string similar to Password must be between 8-16 characters!.
/// </summary>
public static string PwdDescLabelSize {
get {
@ -978,6 +996,15 @@ namespace RHLauncher.RHLauncher.i8n {
}
}
/// <summary>
/// Looks up a localized string similar to Service.
/// </summary>
public static string Service {
get {
return ResourceManager.GetString("Service", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not find Service.dat. Please check if the Install Directory is correct..
/// </summary>