locale: Remove any unused Strings

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-10-21 22:31:28 +02:00
parent a7cf5bd941
commit cc9fa6de8f
2 changed files with 0 additions and 23 deletions

View File

@ -22,13 +22,6 @@ FileType.Effects="Effects"
SourceType.Source="Source" SourceType.Source="Source"
SourceType.Scene="Scene" SourceType.Scene="Scene"
# Alignment
Alignment.Center="Center"
Alignment.Left="Left"
Alignment.Right="Right"
Alignment.Top="Top"
Alignment.Bottom="Bottom"
# States # States
State.Disabled="Disabled" State.Disabled="Disabled"
State.Enabled="Enabled" State.Enabled="Enabled"
@ -234,16 +227,6 @@ Blur.Subtype.Directional="Directional"
Blur.Subtype.Rotational="Rotational" Blur.Subtype.Rotational="Rotational"
Blur.Subtype.Zoom="Zoom" 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" Shader="Shader"
Shader.Refresh="Refresh Options and Parameters" Shader.Refresh="Refresh Options and Parameters"

View File

@ -57,12 +57,6 @@
#define S_SOURCETYPE_SOURCE "SourceType.Source" #define S_SOURCETYPE_SOURCE "SourceType.Source"
#define S_SOURCETYPE_SCENE "SourceType.Scene" #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 "Blur.Type.Box"
#define S_BLUR_TYPE_BOX_LINEAR "Blur.Type.BoxLinear" #define S_BLUR_TYPE_BOX_LINEAR "Blur.Type.BoxLinear"
#define S_BLUR_TYPE_GAUSSIAN "Blur.Type.Gaussian" #define S_BLUR_TYPE_GAUSSIAN "Blur.Type.Gaussian"