mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
16 lines
925 B
INI
16 lines
925 B
INI
OBSWebsocket.Settings.DialogTitle="Ustawienia serwera WebSockets"
|
|
OBSWebsocket.Settings.ServerEnable="Włącz serwer WebSockets"
|
|
OBSWebsocket.Settings.ServerPort="Port serwera"
|
|
OBSWebsocket.Settings.AuthRequired="Wymagaj uwierzytelniania"
|
|
OBSWebsocket.Settings.Password="Hasło"
|
|
OBSWebsocket.Settings.LockToIPv4="Zablokuj serwer tylko za pomocą IPv4"
|
|
OBSWebsocket.Settings.DebugEnable="Włącz rejestrowanie debugowania"
|
|
OBSWebsocket.Settings.AlertsEnable="Włącz powiadomienia w zasobniku systemowym"
|
|
OBSWebsocket.NotifyConnect.Title="Nowe połączenie WebSocket"
|
|
OBSWebsocket.NotifyConnect.Message="Klient %1 połączony"
|
|
OBSWebsocket.NotifyDisconnect.Title="Klient WebSocket odłączony"
|
|
OBSWebsocket.NotifyDisconnect.Message="Klient %1 rozłączony"
|
|
OBSWebsocket.Server.StartFailed.Title="Awaria serwera WebSockets"
|
|
OBSWebsocket.ProfileChanged.Started="Serwer WebSockets włączony w tym profilu. Serwer uruchomiony."
|
|
|