obs-ffmpeg: Remove obsolete translations

A commit 4e140d2ff added AMF error messages but they were never used.
A commit 45d029b1f removed some code but a translation key "Advanced"
was left.
A commit 77fbfbe5c removed code to translate NVENC.TooManyBFrames but
the translation key was left.
A commit 6cc7cf3d5 removed the code to select codecs but the translation
was left.
This commit is contained in:
Norihiro Kamae 2023-05-20 19:35:58 +09:00 committed by Lain
parent 9c7d535b13
commit 4aaffe16ec

View file

@ -23,7 +23,6 @@ AMFOpts.ToolTip="Use to specify custom AMF or FFmpeg options. For example, \"lev
BFrames="Max B-frames"
VAAPI.Codec="VAAPI Codec"
VAAPI.Device="VAAPI Device"
NVENC.LookAhead="Look-ahead"
@ -35,7 +34,6 @@ NVENC.8bitUnsupportedHdr="OBS does not support 8-bit output of Rec. 2100."
NVENC.I010Unsupported="NVENC does not support I010. Use P010 instead."
NVENC.10bitUnsupported="Cannot perform 10-bit encode on this encoder."
NVENC.16bitUnsupported="Cannot perform 16-bit encode on this encoder."
NVENC.TooManyBFrames="Max B-frames setting (%d) is more than encoder supports (%d)."
NVENC.NoAV1FallbackPossible="AV1 encoding is not available with the current settings. Try disabling any re-scaling or GPU options that may be set. Check the log for more details."
NVENC.Preset2.p1="P1: Fastest (Lowest Quality)"
NVENC.Preset2.p2="P2: Faster (Lower Quality)"
@ -65,7 +63,6 @@ InputFormat="Input Format"
BufferingMB="Network Buffering"
HardwareDecode="Use hardware decoding when available"
ClearOnMediaEnd="Show nothing when playback ends"
Advanced="Advanced"
RestartWhenActivated="Restart playback when source becomes active"
CloseFileWhenInactive="Close file when inactive"
CloseFileWhenInactive.ToolTip="Closes the file when the source is not being displayed on the stream or\nrecording. This allows the file to be changed when the source isn't active,\nbut there may be some startup delay when the source reactivates."
@ -96,8 +93,6 @@ WarnWindowsDefender="If Windows 10 Ransomware Protection is enabled it can also
Encoder.Error="Failed to open %1: %2"
Encoder.Timeout="Encoder %1 is taking too long to encode (timeout: %2 seconds)"
AMF.Error="Failed to open AMF codec: %1"
AMF.GenericError="Try installing the latest <a href=\"https://obsproject.com/go/amd-drivers\">AMD driver</a> and closing other recording software that might be using the AMD encoder such as the Radeon Software or Windows Game DVR."
AMF.8bitUnsupportedHdr="OBS does not support 8-bit output of Rec. 2100."
AMF.10bitUnsupportedAvc="Cannot perform 10-bit encode on AMD H.264 encoder."
AMF.16bitUnsupported="Cannot perform 16-bit encode on this encoder."