plugins: Rename Partial to Limited in localization files

The commit 9409ce1ea7 rephrased Limited instead of Partial. Other
plugins should follow the updated phrase.
master
Norihiro Kamae 2022-08-30 00:48:41 +09:00 committed by Jim
parent 5c85f8ae17
commit f393adb7e6
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ ColorSpace="Color Space"
ColorSpace.Default="Default" ColorSpace.Default="Default"
ColorRange="Color Range" ColorRange="Color Range"
ColorRange.Default="Default" ColorRange.Default="Default"
ColorRange.Partial="Partial" ColorRange.Partial="Limited"
ColorRange.Full="Full" ColorRange.Full="Full"
ChannelFormat="Channel" ChannelFormat="Channel"
ChannelFormat.None="None" ChannelFormat.None="None"

View File

@ -10,7 +10,7 @@ LeaveUnchanged="Leave Unchanged"
UseBuffering="Use Buffering" UseBuffering="Use Buffering"
ColorRange="Color Range" ColorRange="Color Range"
ColorRange.Default="Default" ColorRange.Default="Default"
ColorRange.Partial="Partial" ColorRange.Partial="Limited"
ColorRange.Full="Full" ColorRange.Full="Full"
CameraCtrls="Camera Controls" CameraCtrls="Camera Controls"
AutoresetOnTimeout="Autoreset on Timeout" AutoresetOnTimeout="Autoreset on Timeout"

View File

@ -7,7 +7,7 @@ FrameRate="Frame rate"
InputFormat="Input format" InputFormat="Input format"
ColorSpace="Color space" ColorSpace="Color space"
VideoRange="Video range" VideoRange="Video range"
VideoRange.Partial="Partial" VideoRange.Partial="Limited"
VideoRange.Full="Full" VideoRange.Full="Full"
Auto="Auto" Auto="Auto"
Unknown="Unknown (%1)" Unknown="Unknown (%1)"

View File

@ -56,7 +56,7 @@ 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." 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."
ColorRange="YUV Color Range" ColorRange="YUV Color Range"
ColorRange.Auto="Auto" ColorRange.Auto="Auto"
ColorRange.Partial="Partial" ColorRange.Partial="Limited"
ColorRange.Full="Full" ColorRange.Full="Full"
LinearAlpha="Apply alpha in linear space" LinearAlpha="Apply alpha in linear space"
RestartMedia="Restart" RestartMedia="Restart"