Extended the localization system to easily include additional languages in the future

This commit is contained in:
Junior 2023-10-07 00:08:43 -03:00
parent d5ec712d0f
commit ae34584021
50 changed files with 45079 additions and 24129 deletions

View file

@ -69,6 +69,33 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Account Details.
/// </summary>
public static string AccountDetails {
get {
return ResourceManager.GetString("AccountDetails", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Account Email.
/// </summary>
public static string AccountEmail {
get {
return ResourceManager.GetString("AccountEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Account Name.
/// </summary>
public static string AccountName {
get {
return ResourceManager.GetString("AccountName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A account with this email was not found.
/// </summary>
@ -78,6 +105,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Agree and accept the.
/// </summary>
public static string AgreeTerms {
get {
return ResourceManager.GetString("AgreeTerms", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to rustyhearts.exe is already running..
/// </summary>
@ -105,6 +141,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Change Password.
/// </summary>
public static string ChangePwdFormTitle {
get {
return ResourceManager.GetString("ChangePwdFormTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Auto Login.
/// </summary>
@ -132,6 +177,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Check Update.
/// </summary>
public static string CheckUpdate {
get {
return ResourceManager.GetString("CheckUpdate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert the verification code.
/// </summary>
@ -222,6 +276,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Enter the password.
/// </summary>
public static string EnterPassword {
get {
return ResourceManager.GetString("EnterPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error.
/// </summary>
@ -258,6 +321,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Game Settings.
/// </summary>
public static string GameSettings {
get {
return ResourceManager.GetString("GameSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Info.
/// </summary>
@ -276,6 +348,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Install Location.
/// </summary>
public static string InstallLocation {
get {
return ResourceManager.GetString("InstallLocation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid Verification Code.
/// </summary>
@ -303,6 +384,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Rusty Hearts Launcher.
/// </summary>
public static string LauncherFormTitle {
get {
return ResourceManager.GetString("LauncherFormTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error checking for launcher update: .
/// </summary>
@ -420,6 +510,15 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to Logout.
/// </summary>
public static string Logout {
get {
return ResourceManager.GetString("Logout", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to logout?.
/// </summary>
@ -429,6 +528,24 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to &lt; Manage.
/// </summary>
public static string Manage {
get {
return ResourceManager.GetString("Manage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Message.
/// </summary>
public static string MsgBoxFormTitle {
get {
return ResourceManager.GetString("MsgBoxFormTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter the new password.
/// </summary>
@ -447,6 +564,24 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
public static string No {
get {
return ResourceManager.GetString("No", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open Install Dir.
/// </summary>
public static string OpenInstallDir {
get {
return ResourceManager.GetString("OpenInstallDir", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Packing.
/// </summary>
@ -547,7 +682,25 @@ namespace RHLauncher.RHLauncher {
}
/// <summary>
/// Looks up a localized string similar to Re-enter the new password.
/// Looks up a localized string similar to Register Account.
/// </summary>
public static string RegFormTitle {
get {
return ResourceManager.GetString("RegFormTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Register Account.
/// </summary>
public static string RegisterAccount {
get {
return ResourceManager.GetString("RegisterAccount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Repeat the new password.
/// </summary>
public static string RepeatPassword {
get {
@ -708,6 +861,24 @@ namespace RHLauncher.RHLauncher {
}
}
/// <summary>
/// Looks up a localized string similar to &quot;User Agreement&quot;.
/// </summary>
public static string UserAgreement {
get {
return ResourceManager.GetString("UserAgreement", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 6-16 alphanumeric characters.
/// </summary>
public static string UsernameDesc {
get {
return ResourceManager.GetString("UsernameDesc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name cannot be empty.
/// </summary>
@ -788,5 +959,14 @@ namespace RHLauncher.RHLauncher {
return ResourceManager.GetString("Welcome", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
public static string Yes {
get {
return ResourceManager.GetString("Yes", resourceCulture);
}
}
}
}