mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
SettingsDialog: Add translations to Session Table
This commit is contained in:
@ -8,6 +8,12 @@ OBSWebSocket.Settings.CopyPassword="Copy Password to Clipboard"
|
||||
OBSWebSocket.Settings.ServerPort="Server Port"
|
||||
OBSWebSocket.Settings.ConnectedSessionsTitle="Connected WebSocket Sessions"
|
||||
|
||||
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Remote Address"
|
||||
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Session Duration"
|
||||
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Messages In/Out"
|
||||
OBSWebSocket.SessionTable.KickButtonColumnTitle="Kick?"
|
||||
OBSWebSocket.SessionTable.KickButtonText="Kick"
|
||||
|
||||
OBSWebSocket.NotifyConnect.Title="New WebSocket connection."
|
||||
OBSWebSocket.NotifyConnect.Message="Client %1 connected."
|
||||
OBSWebSocket.NotifyDisconnect.Title="WebSocket client disconnected."
|
||||
|
Reference in New Issue
Block a user