mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
locale: Remove any unused Strings
This commit is contained in:
parent
a7cf5bd941
commit
cc9fa6de8f
2 changed files with 0 additions and 23 deletions
|
@ -22,13 +22,6 @@ FileType.Effects="Effects"
|
|||
SourceType.Source="Source"
|
||||
SourceType.Scene="Scene"
|
||||
|
||||
# Alignment
|
||||
Alignment.Center="Center"
|
||||
Alignment.Left="Left"
|
||||
Alignment.Right="Right"
|
||||
Alignment.Top="Top"
|
||||
Alignment.Bottom="Bottom"
|
||||
|
||||
# States
|
||||
State.Disabled="Disabled"
|
||||
State.Enabled="Enabled"
|
||||
|
@ -234,16 +227,6 @@ Blur.Subtype.Directional="Directional"
|
|||
Blur.Subtype.Rotational="Rotational"
|
||||
Blur.Subtype.Zoom="Zoom"
|
||||
|
||||
# Mip Generator
|
||||
MipGenerator="Mip-Map Generator"
|
||||
MipGenerator.Point="Point"
|
||||
MipGenerator.Linear="Linear"
|
||||
MipGenerator.Sharpen="Sharpen"
|
||||
MipGenerator.Smoothen="Smoothen"
|
||||
MipGenerator.Bicubic="Bicubic"
|
||||
MipGenerator.Lanczos="Lanczos"
|
||||
MipGenerator.Intensity="Intensity"
|
||||
|
||||
# Shader
|
||||
Shader="Shader"
|
||||
Shader.Refresh="Refresh Options and Parameters"
|
||||
|
|
|
@ -57,12 +57,6 @@
|
|||
#define S_SOURCETYPE_SOURCE "SourceType.Source"
|
||||
#define S_SOURCETYPE_SCENE "SourceType.Scene"
|
||||
|
||||
#define S_ALIGNMENT_CENTER "Alignment.Center"
|
||||
#define S_ALIGNMENT_LEFT "Alignment.Left"
|
||||
#define S_ALIGNMENT_RIGHT "Alignment.Right"
|
||||
#define S_ALIGNMENT_TOP "Alignment.Top"
|
||||
#define S_ALIGNMENT_BOTTOM "Alignment.Bottom"
|
||||
|
||||
#define S_BLUR_TYPE_BOX "Blur.Type.Box"
|
||||
#define S_BLUR_TYPE_BOX_LINEAR "Blur.Type.BoxLinear"
|
||||
#define S_BLUR_TYPE_GAUSSIAN "Blur.Type.Gaussian"
|
||||
|
|
Loading…
Reference in a new issue