feat: add multi-client mode
This commit is contained in:
Generated
+28
-1
@@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
@@ -735,6 +735,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Allow multiple clients to run {0} at the same time, sharing the same database..
|
||||
/// </summary>
|
||||
internal static string Options_SharedMode_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_SharedMode_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Enable multi-client mode.
|
||||
/// </summary>
|
||||
internal static string Options_SharedMode_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_SharedMode_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This option is not recommended. No support will be offered if you enable this option. This option will hurt the performance of {0}..
|
||||
/// </summary>
|
||||
internal static string Options_SharedMode_Warning {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_SharedMode_Warning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show the Novice Network join button next to the settings button if logged in as a mentor..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user