fil-PH.ini 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. OBSWebSocket.Plugin.Description="Remote-control ng OBS Studio sa pamamagitan ng WebSocket"
  2. OBSWebSocket.Settings.DialogTitle="Mga Setting Ng WebSocket Server"
  3. OBSWebSocket.Settings.PluginSettingsTitle="Mga Setting ng Plugin"
  4. OBSWebSocket.Settings.ServerEnable="Paganahin ang WebSocket server"
  5. OBSWebSocket.Settings.AlertsEnable="Paganahin ang System Tray Alerto"
  6. OBSWebSocket.Settings.DebugEnable="Paganahin ang Debug Log"
  7. OBSWebSocket.Settings.DebugEnableHoverText="Paganahin ang debug log para sa kasalukuyang instance ng OBS. Hindi nagpapatuloy sa pag-load.\nGumamit ng --websocket_debug upang paganahin ang pag-load."
  8. OBSWebSocket.Settings.ServerSettingsTitle="Mga setting ng Server"
  9. OBSWebSocket.Settings.AuthRequired="Paggamit ng Pagpapatunay"
  10. OBSWebSocket.Settings.Password="Password ng server"
  11. OBSWebSocket.Settings.GeneratePassword="Mag-Generate ng Password"
  12. OBSWebSocket.Settings.ShowConnectInfo="Ipakita ang Impormasyon sa Pagkonekta"
  13. OBSWebSocket.Settings.ShowConnectInfoWarningTitle="Babala: Kasalukuyang nakalive"
  14. OBSWebSocket.Settings.ShowConnectInfoWarningMessage="Lumalabas na kasalukuyang aktibo ang isang output (stream, recording, atbp.)."
  15. OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="Sigurado ka bang gusto mong ipakita ang iyong impormasyon sa pagkonekta?"
  16. OBSWebSocket.Settings.Save.UserPasswordWarningTitle="Babala: Potensyal na Isyu sa Seguridad"
  17. OBSWebSocket.Settings.Save.UserPasswordWarningMessage="Iniimbak ng obs-websocket ang password ng server bilang plain text. Ang paggamit ng password na nabuo ng obs-websocket ay lubos na inirerekomenda."
  18. OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="Sigurado ka bang gusto mong gamitin ang iyong sariling password?"
  19. OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="Error: Di-wastong Configuration"
  20. OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="Dapat kang gumamit ng password na 6 o higit pang mga character."
  21. OBSWebSocket.SessionTable.Title="Nakakonektang WebSocket Session"
  22. OBSWebSocket.SessionTable.SessionDurationColumnTitle="Tagal ng Session"
  23. OBSWebSocket.SessionTable.MessagesInOutColumnTitle="Mga Mensahe In/Out"
  24. OBSWebSocket.SessionTable.IdentifiedTitle="Kilalanin."
  25. OBSWebSocket.SessionTable.KickButtonColumnTitle="Sipa?"
  26. OBSWebSocket.SessionTable.KickButtonText="Sipa"
  27. OBSWebSocket.ConnectInfo.DialogTitle="Impormasyon ng WebSocket Connect"
  28. OBSWebSocket.ConnectInfo.CopyText="Kopyahin"
  29. OBSWebSocket.ConnectInfo.ServerPassword="Password ng server"
  30. OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[Naka-disable ang Auth]"
  31. OBSWebSocket.ConnectInfo.QrTitle="Ikonekta ang QR"
  32. OBSWebSocket.TrayNotification.Identified.Title="Bagong Koneksyon sa WebSocket"
  33. OBSWebSocket.TrayNotification.Identified.Body="Natukoy ang %1 ng kliyente."
  34. OBSWebSocket.TrayNotification.AuthenticationFailed.Title="Nabigo sa Pagpapatunay ang WebSocket"
  35. OBSWebSocket.TrayNotification.AuthenticationFailed.Body="Nabigo ang kliyenteng %1 na patotohanan."
  36. OBSWebSocket.TrayNotification.Disconnected.Title="Nadiskonekta ang WebSocket Client"
  37. OBSWebSocket.TrayNotification.Disconnected.Body="Nadiskonekta ang kliyenteng %1."