feat: add tab pop-out
This commit is contained in:
Generated
+9
@@ -123,6 +123,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Pop out.
|
||||
/// </summary>
|
||||
internal static string ChatLog_Tabs_PopOut {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatLog_Tabs_PopOut", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Alliance Member.
|
||||
/// </summary>
|
||||
|
||||
@@ -473,4 +473,7 @@
|
||||
<data name="Options_SharedMode_Warning" xml:space="preserve">
|
||||
<value>This option is not recommended. No support will be offered if you enable this option. This option will hurt the performance of {0}.</value>
|
||||
</data>
|
||||
<data name="ChatLog_Tabs_PopOut" xml:space="preserve">
|
||||
<value>Pop out</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user