mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_DEPLOY] Support account alias in configs
This commit is contained in:
parent
c0266685a8
commit
0b5a562f7f
17 changed files with 213 additions and 157 deletions
|
|
@ -6901,6 +6901,24 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Paste your code here:.
|
||||
/// </summary>
|
||||
internal static string mcc_browser_login_code {
|
||||
get {
|
||||
return ResourceManager.GetString("mcc.browser_login_code", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your browser should open automatically. If not, open the link below in your browser..
|
||||
/// </summary>
|
||||
internal static string mcc_browser_open {
|
||||
get {
|
||||
return ResourceManager.GetString("mcc.browser_open", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Connecting to {0}....
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue