- Support locked channels
- Implement render limit for webinterface [default 1000]
This commit is contained in:
Generated
+18
@@ -3533,6 +3533,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Limits the amount of log lines to show in the webinterface. This will improve loading performance..
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceMaxLinesToSend_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceMaxLinesToSend_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Log line limit for the webinterface.
|
||||
/// </summary>
|
||||
internal static string Options_WebinterfaceMaxLinesToSend_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_WebinterfaceMaxLinesToSend_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Window opacity.
|
||||
/// </summary>
|
||||
|
||||
@@ -1087,6 +1087,12 @@
|
||||
<data name="Options_MaxLinesToShow_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the chat window. This may slightly improve performance.</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Name" xml:space="preserve">
|
||||
<value>Log line limit for the webinterface</value>
|
||||
</data>
|
||||
<data name="Options_WebinterfaceMaxLinesToSend_Description" xml:space="preserve">
|
||||
<value>Limits the amount of log lines to show in the webinterface. This will improve loading performance.</value>
|
||||
</data>
|
||||
<data name="LoadMessages_Error" xml:space="preserve">
|
||||
<value>An error occurred while loading chat history. Please see plugin logs for more information to report this issue.</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user