mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Changes for RustyHearts-API 1.3.0
This commit is contained in:
parent
558761943e
commit
1692923e18
14 changed files with 500 additions and 226 deletions
31
RHLauncher.i8n/LocalizedStrings.Designer.cs
generated
31
RHLauncher.i8n/LocalizedStrings.Designer.cs
generated
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue