-
-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Translation Updater
committed
Dec 5, 2023
1 parent
e8089a5
commit ede66a6
Showing
5 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
OBSWebSocket.Settings.DialogTitle="WebSocket-tjenerinnstillinger" | ||
OBSWebSocket.Settings.PluginSettingsTitle="Utvidelsesinnstillinger" | ||
OBSWebSocket.Settings.ServerSettingsTitle="Tjenerinnstillinger" | ||
OBSWebSocket.Settings.AuthRequired="Skru på autentisering" | ||
OBSWebSocket.Settings.Password="Server Passord" | ||
OBSWebSocket.Settings.GeneratePassword="Generer Passord" | ||
OBSWebSocket.Settings.ShowConnectInfo="Vis tilkoblingsinfo" | ||
OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Advarsel: For øyeblikket på direktesending" | ||
OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Advarsel: Potensielt sikkerhetsproblem" | ||
OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Feil: Ugyldig konfigurasjon" | ||
OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Du må bruke et passord på minst 6 tegn." | ||
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Ekstern adresse" | ||
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Øktens varighet" | ||
OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Innboks/Utboks" | ||
OBSWebSocket.SessionTable.IdentifiedTitle="Identifisert" | ||
OBSWebSocket.ConnectInfo.DialogTitle="WebSocket-tilkoblingsinfo" | ||
OBSWebSocket.ConnectInfo.CopyText="Kopier" | ||
OBSWebSocket.ConnectInfo.ServerIp="Tjenerens IP (beste gjetning)" | ||
OBSWebSocket.ConnectInfo.ServerPort="Tjenerport" | ||
OBSWebSocket.ConnectInfo.ServerPassword="Tjenerpassord" | ||
OBSWebSocket.ConnectInfo.QrTitle="QR-tilkobling" | ||
OBSWebSocket.TrayNotification.Identified.Title="Ny WebSocket-tilkobling" | ||
OBSWebSocket.TrayNotification.Identified.Body="Klient %1 er identifisert." | ||
OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket-klient koblet fra" | ||
OBSWebSocket.TrayNotification.Disconnected.Body="Klient %1 koblet fra." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters