New upstream version 19.0.3+dfsg1
This commit is contained in:
parent
3708b8e092
commit
1f1bbb3518
534 changed files with 13862 additions and 2459 deletions
|
|
@ -36,6 +36,9 @@ DroppedFrames="Dropped Frames %1 (%2%)"
|
|||
PreviewProjector="Fullscreen Projector (Preview)"
|
||||
SceneProjector="Fullscreen Projector (Scene)"
|
||||
SourceProjector="Fullscreen Projector (Source)"
|
||||
PreviewWindow="Windowed Projector (Preview)"
|
||||
SceneWindow="Windowed Projector (Scene)"
|
||||
SourceWindow="Windowed Projector (Source)"
|
||||
Clear="Clear"
|
||||
Revert="Revert"
|
||||
Show="Show"
|
||||
|
|
@ -61,6 +64,98 @@ Deprecated="Deprecated"
|
|||
ReplayBuffer="Replay Buffer"
|
||||
Import="Import"
|
||||
Export="Export"
|
||||
Copy="Copy"
|
||||
Paste="Paste"
|
||||
PasteReference="Paste (Reference)"
|
||||
PasteDuplicate="Paste (Duplicate)"
|
||||
RemuxRecordings="Remux Recordings"
|
||||
Next="Next"
|
||||
Back="Back"
|
||||
|
||||
# warning if program already open
|
||||
AlreadyRunning.Title="OBS is already running"
|
||||
AlreadyRunning.Text="OBS is already running! Unless you meant to do this, please shut down any existing instances of OBS before trying to run a new instance. If you have OBS set to minimize to the system tray, please check to see if it's still running there."
|
||||
AlreadyRunning.LaunchAnyway="Launch Anyway"
|
||||
|
||||
# copy filters
|
||||
Copy.Filters="Copy Filters"
|
||||
Paste.Filters="Paste Filters"
|
||||
|
||||
# bandwidth test
|
||||
BandwidthTest.Region="Region"
|
||||
BandwidthTest.Region.US="United States"
|
||||
BandwidthTest.Region.EU="Europe"
|
||||
BandwidthTest.Region.Asia="Asia"
|
||||
BandwidthTest.Region.Other="Other"
|
||||
|
||||
# first time startup
|
||||
Basic.FirstStartup.RunWizard="Would you like to run the auto-configuration wizard? You can also manually configure your settings by clicking the Settings button in the main window."
|
||||
Basic.FirstStartup.RunWizard.BetaWarning="(Note: The auto-configuration wizard is currently in beta)"
|
||||
Basic.FirstStartup.RunWizard.NoClicked="If you change your mind, you can run the auto-configuration wizard any time again from the Tools menu."
|
||||
|
||||
# auto config wizard
|
||||
Basic.AutoConfig="Auto-Configuration Wizard"
|
||||
Basic.AutoConfig.Beta="Auto-Configuration Wizard (Beta)"
|
||||
Basic.AutoConfig.ApplySettings="Apply Settings"
|
||||
Basic.AutoConfig.StartPage="Usage Information"
|
||||
Basic.AutoConfig.StartPage.SubTitle="Specify what you want to use the program for"
|
||||
Basic.AutoConfig.StartPage.PrioritizeStreaming="Optimize for streaming, recording is secondary"
|
||||
Basic.AutoConfig.StartPage.PrioritizeRecording="Optimize just for recording, I will not be streaming"
|
||||
Basic.AutoConfig.VideoPage="Video Settings"
|
||||
Basic.AutoConfig.VideoPage.SubTitle="Specify the desired video settings you would like to use"
|
||||
Basic.AutoConfig.VideoPage.BaseResolution.UseCurrent="Use Current (%1x%2)"
|
||||
Basic.AutoConfig.VideoPage.BaseResolution.Display="Display %1 (%2x%3)"
|
||||
Basic.AutoConfig.VideoPage.FPS.UseCurrent="Use Current (%1)"
|
||||
Basic.AutoConfig.VideoPage.FPS.PreferHighFPS="Either 60 or 30, but prefer 60 when possible"
|
||||
Basic.AutoConfig.VideoPage.FPS.PreferHighRes="Either 60 or 30, but prefer high resolution"
|
||||
Basic.AutoConfig.VideoPage.CanvasExplanation="Note: The canvas (base) resolution is not necessarily the same as the resolution you will stream or record with. Your actual stream/recording resolution may be scaled down from the canvas resolution to reduce resource usage or bitrate requirements."
|
||||
Basic.AutoConfig.StreamPage="Stream Information"
|
||||
Basic.AutoConfig.StreamPage.SubTitle="Please enter your stream information"
|
||||
Basic.AutoConfig.StreamPage.Service="Service"
|
||||
Basic.AutoConfig.StreamPage.Service.ShowAll="Show All..."
|
||||
Basic.AutoConfig.StreamPage.Server="Server"
|
||||
Basic.AutoConfig.StreamPage.StreamKey="Stream Key"
|
||||
Basic.AutoConfig.StreamPage.StreamKey.LinkToSite="(Link)"
|
||||
Basic.AutoConfig.StreamPage.PerformBandwidthTest="Estimate bitrate with bandwidth test (may take a few minutes)"
|
||||
Basic.AutoConfig.StreamPage.PreferHardwareEncoding="Prefer hardware encoding"
|
||||
Basic.AutoConfig.StreamPage.PreferHardwareEncoding.ToolTip="Hardware Encoding eliminates most CPU usage, but may require more bitrate to obtain the same level of quality."
|
||||
Basic.AutoConfig.StreamPage.StreamWarning.Title="Stream warning"
|
||||
Basic.AutoConfig.StreamPage.StreamWarning.Text="The bandwidth test is about to stream randomized video data without audio to your channel. If you're able, it's recommended to temporarily turn off saving videos of streams and set the stream to private until after the test has completed. Continue?"
|
||||
Basic.AutoConfig.TestPage="Final Results"
|
||||
Basic.AutoConfig.TestPage.SubTitle.Testing="The program is now executing a set of tests to estimate the most ideal settings"
|
||||
Basic.AutoConfig.TestPage.SubTitle.Complete="Testing complete"
|
||||
Basic.AutoConfig.TestPage.TestingBandwidth="Performing bandwidth test, this may take a few minutes..."
|
||||
Basic.AutoConfig.TestPage.TestingBandwidth.Connecting="Connecting to: %1..."
|
||||
Basic.AutoConfig.TestPage.TestingBandwidth.ConnectFailed="Failed to connect to any servers, please check your internet connection and try again."
|
||||
Basic.AutoConfig.TestPage.TestingBandwidth.Server="Testing bandwidth for: %1"
|
||||
Basic.AutoConfig.TestPage.TestingStreamEncoder="Testing stream encoder, this may take a minute..."
|
||||
Basic.AutoConfig.TestPage.TestingRecordingEncoder="Testing recording encoder, this may take a minute..."
|
||||
Basic.AutoConfig.TestPage.TestingRes="Testing resolutions, this may take a few minutes..."
|
||||
Basic.AutoConfig.TestPage.TestingRes.Fail="Failed to start up encoder"
|
||||
Basic.AutoConfig.TestPage.TestingRes.Resolution="Testing %1x%2 %3 FPS..."
|
||||
Basic.AutoConfig.TestPage.Result.StreamingEncoder="Streaming Encoder"
|
||||
Basic.AutoConfig.TestPage.Result.RecordingEncoder="Recording Encoder"
|
||||
Basic.AutoConfig.TestPage.Result.Header="The program has determined that these estimated settings are the most ideal for you:"
|
||||
Basic.AutoConfig.TestPage.Result.Footer="To use these settings, click Apply Settings. To reconfigure the wizard and try again, click Back. To manually configure settings yourself, click Cancel and open Settings."
|
||||
|
||||
# stats
|
||||
Basic.Stats="Stats"
|
||||
Basic.Stats.CPUUsage="CPU Usage"
|
||||
Basic.Stats.HDDSpaceAvailable="HDD space available"
|
||||
Basic.Stats.MemoryUsage="Memory Usage"
|
||||
Basic.Stats.AverageTimeToRender="Average time to render frame"
|
||||
Basic.Stats.SkippedFrames="Skipped frames due to encoding lag"
|
||||
Basic.Stats.MissedFrames="Frames missed due to rendering lag"
|
||||
Basic.Stats.Output.Stream="Stream"
|
||||
Basic.Stats.Output.Recording="Recording"
|
||||
Basic.Stats.Status="Status"
|
||||
Basic.Stats.Status.Recording="Recording"
|
||||
Basic.Stats.Status.Live="LIVE"
|
||||
Basic.Stats.Status.Reconnecting="Reconnecting"
|
||||
Basic.Stats.Status.Inactive="Inactive"
|
||||
Basic.Stats.DroppedFrames="Dropped Frames (Network)"
|
||||
Basic.Stats.MegabytesSent="Total Data Output"
|
||||
Basic.Stats.Bitrate="Bitrate"
|
||||
|
||||
# updater
|
||||
Updater.Title="New update available"
|
||||
|
|
@ -428,6 +523,7 @@ Basic.Settings.General="General"
|
|||
Basic.Settings.General.Theme="Theme"
|
||||
Basic.Settings.General.Language="Language"
|
||||
Basic.Settings.General.EnableAutoUpdates="Automatically check for updates on startup"
|
||||
Basic.Settings.General.OpenStatsOnStartup="Open stats dialog on startup"
|
||||
Basic.Settings.General.WarnBeforeStartingStream="Show confirmation dialog when starting streams"
|
||||
Basic.Settings.General.WarnBeforeStoppingStream="Show confirmation dialog when stopping streams"
|
||||
Basic.Settings.General.Projectors="Projectors"
|
||||
|
|
@ -549,18 +645,18 @@ FilenameFormatting.TT="%CCYY Year, four digits\n%YY Year, last two digits (00-9
|
|||
|
||||
# basic mode 'video' settings
|
||||
Basic.Settings.Video="Video"
|
||||
Basic.Settings.Video.Adapter="Video Adapter:"
|
||||
Basic.Settings.Video.BaseResolution="Base (Canvas) Resolution:"
|
||||
Basic.Settings.Video.ScaledResolution="Output (Scaled) Resolution:"
|
||||
Basic.Settings.Video.DownscaleFilter="Downscale Filter:"
|
||||
Basic.Settings.Video.Adapter="Video Adapter"
|
||||
Basic.Settings.Video.BaseResolution="Base (Canvas) Resolution"
|
||||
Basic.Settings.Video.ScaledResolution="Output (Scaled) Resolution"
|
||||
Basic.Settings.Video.DownscaleFilter="Downscale Filter"
|
||||
Basic.Settings.Video.DisableAeroWindows="Disable Aero (Windows only)"
|
||||
Basic.Settings.Video.FPS="FPS:"
|
||||
Basic.Settings.Video.FPS="FPS"
|
||||
Basic.Settings.Video.FPSCommon="Common FPS Values"
|
||||
Basic.Settings.Video.FPSInteger="Integer FPS Value"
|
||||
Basic.Settings.Video.FPSFraction="Fractional FPS Value"
|
||||
Basic.Settings.Video.Numerator="Numerator:"
|
||||
Basic.Settings.Video.Denominator="Denominator:"
|
||||
Basic.Settings.Video.Renderer="Renderer:"
|
||||
Basic.Settings.Video.Numerator="Numerator"
|
||||
Basic.Settings.Video.Denominator="Denominator"
|
||||
Basic.Settings.Video.Renderer="Renderer"
|
||||
Basic.Settings.Video.InvalidResolution="Invalid resolution value. Must be [width]x[height] (i.e. 1920x1080)"
|
||||
Basic.Settings.Video.CurrentlyActive="Video output is currently active. Please turn off any outputs to change video settings."
|
||||
Basic.Settings.Video.DisableAero="Disable Aero"
|
||||
|
|
@ -601,6 +697,7 @@ Basic.Settings.Advanced.Video.ColorRange.Partial="Partial"
|
|||
Basic.Settings.Advanced.Video.ColorRange.Full="Full"
|
||||
Basic.Settings.Advanced.Audio.MonitoringDevice="Audio Monitoring Device"
|
||||
Basic.Settings.Advanced.Audio.MonitoringDevice.Default="Default"
|
||||
Basic.Settings.Advanced.Audio.DisableAudioDucking="Disable Windows audio ducking"
|
||||
Basic.Settings.Advanced.StreamDelay="Stream Delay"
|
||||
Basic.Settings.Advanced.StreamDelay.Duration="Duration (seconds)"
|
||||
Basic.Settings.Advanced.StreamDelay.Preserve="Preserve cutoff point (increase delay) when reconnecting"
|
||||
|
|
@ -688,3 +785,7 @@ SceneItemHide="Hide '%1'"
|
|||
OutputWarnings.NoTracksSelected="You must select at least one track"
|
||||
OutputWarnings.MultiTrackRecording="Warning: Certain formats (such as FLV) do not support multiple tracks per recording"
|
||||
OutputWarnings.MP4Recording="Warning: Recordings saved to MP4 will be unrecoverable if the file cannot be finalized (e.g. as a result of BSODs, power losses, etc.). If you want to record multiple audio tracks consider using MKV and remux the recording to mp4 after it is finished (File->Remux Recordings)"
|
||||
|
||||
# deleting final scene
|
||||
FinalScene.Title="Delete Scene"
|
||||
FinalScene.Text="There needs to be at least one scene."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue