mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
locale: Delete unused language files (#67)
This commit is contained in:
parent
438ce1abf9
commit
0e39490284
21 changed files with 0 additions and 262 deletions
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,95 +0,0 @@
|
||||||
FileType.Image="Image"
|
|
||||||
FileType.Images="Images"
|
|
||||||
FileType.Video="Video"
|
|
||||||
FileType.Videos="Videos"
|
|
||||||
FileType.Sound="Sound"
|
|
||||||
FileType.Sounds="Sounds"
|
|
||||||
FileType.Effect="Effect"
|
|
||||||
FileType.Effects="Effects"
|
|
||||||
|
|
||||||
Blur.Type.Box="Box"
|
|
||||||
Blur.Type.Box.Description="Box blur (named for its distinct shape) is a simple average over a number of pixels, resulting in a box like look."
|
|
||||||
Blur.Type.BoxLinear="Box Linear"
|
|
||||||
Blur.Type.BoxLinear.Description="Box blur (named for its distinct shape) is a simple average over a number of pixels, resulting in a box like look.\nThis is a linear optimized version of the normal Box blur."
|
|
||||||
Blur.Type.Gaussian="Gaussian"
|
|
||||||
Blur.Type.Gaussian.Description="Gaussian blur uses the Gaussian Bell curve as a weight for each sampled pixel, resulting in a smooth look."
|
|
||||||
Blur.Type.GaussianLinear="Gaussian Linear"
|
|
||||||
Blur.Type.DualFiltering="Dual Filtering"
|
|
||||||
Blur.Type.DualFiltering.Description="Dual Filtering is a Gaussian approximation that is able to get similar results as Gaussian blur at much lower cost."
|
|
||||||
Blur.Subtype.Area="Area"
|
|
||||||
Blur.Subtype.Directional="Directional"
|
|
||||||
Blur.Subtype.Rotational="Rotational"
|
|
||||||
Blur.Subtype.Zoom="Zoom"
|
|
||||||
|
|
||||||
MipGenerator.Point="Point"
|
|
||||||
MipGenerator.Linear="Linear"
|
|
||||||
MipGenerator.Sharpen="Sharpen"
|
|
||||||
MipGenerator.Smoothen="Smoothen"
|
|
||||||
MipGenerator.Bicubic="Bicubic"
|
|
||||||
MipGenerator.Lanczos="Lanczos"
|
|
||||||
MipGenerator.Intensity="Intensity"
|
|
||||||
|
|
||||||
Filter.Blur="Blur"
|
|
||||||
Filter.Blur.Type="Type"
|
|
||||||
Filter.Blur.Mask.Type.Source="Source"
|
|
||||||
|
|
||||||
Filter.Displacement="Displacement Mapping"
|
|
||||||
Filter.Displacement.File="File"
|
|
||||||
Filter.Displacement.File.Types="Images (*.png *.jpeg *.jpg *.bmp *.tga);;All Files (*)"
|
|
||||||
Filter.Displacement.Ratio="Ratio"
|
|
||||||
Filter.Displacement.Scale="Scale"
|
|
||||||
|
|
||||||
Filter.SDFEffects="Signed Distance Field Effects"
|
|
||||||
Filter.SDFEffects.Shadow.Inner="Inner Shadow"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Description="Draw a shadow on the inside of the source?"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Range.Minimum="Inner Shadow Minimum Distance"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Range.Maximum="Inner Shadow Maximum Distance"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Offset.X="Inner Shadow Offset X"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Offset.Y="Inner Shadow Offset Y"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Color="Inner Shadow Colour"
|
|
||||||
Filter.SDFEffects.Shadow.Inner.Alpha="Inner Shadow Alpha"
|
|
||||||
Filter.SDFEffects.Shadow.Outer="Outer Shadow"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Description="Draw a shadow on the outside of the source?"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Range.Minimum="Outer Shadow Minimum Distance"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Range.Maximum="Outer Shadow Maximum Distance"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Offset.X="Outer Shadow Offset X"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Offset.Y="Outer Shadow Offset Y"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Color="Outer Shadow Colour"
|
|
||||||
Filter.SDFEffects.Shadow.Outer.Alpha="Outer Shadow Alpha"
|
|
||||||
Filter.SDFEffects.Glow.Outer="Outer Glow"
|
|
||||||
Filter.SDFEffects.Glow.Outer.Description="Draw an outline?"
|
|
||||||
Filter.SDFEffects.Glow.Outer.Color="Outer Glow Colour"
|
|
||||||
Filter.SDFEffects.Glow.Outer.Color.Description="Colour of the Glow."
|
|
||||||
Filter.SDFEffects.Glow.Outer.Alpha="Outer Glow Alpha"
|
|
||||||
Filter.SDFEffects.Glow.Outer.Alpha.Description="Alpha of the Glow."
|
|
||||||
Filter.SDFEffects.Glow.Outer.Width="Outer Glow Width"
|
|
||||||
Filter.SDFEffects.Glow.Outer.Width.Description="Size of the glow from the center line."
|
|
||||||
Filter.SDFEffects.Glow.Outer.Sharpness="Outer Glow Sharpness"
|
|
||||||
Filter.SDFEffects.Glow.Outer.Sharpness.Description="The sharpness of the glow in percent, with higher values being sharper."
|
|
||||||
Filter.SDFEffects.Glow.Inner="Inner Glow"
|
|
||||||
Filter.SDFEffects.Glow.Inner.Description="Draw an outline?"
|
|
||||||
Filter.SDFEffects.Glow.Inner.Color="Inner Glow Colour"
|
|
||||||
Filter.SDFEffects.Glow.Inner.Color.Description="Colour of the Glow."
|
|
||||||
Filter.SDFEffects.Glow.Inner.Alpha="Inner Glow Alpha"
|
|
||||||
Filter.SDFEffects.Glow.Inner.Alpha.Description="Alpha of the Glow."
|
|
||||||
Filter.SDFEffects.Glow.Inner.Width="Inner Glow Width"
|
|
||||||
Filter.SDFEffects.Glow.Inner.Width.Description="Size of the glow from the centre."
|
|
||||||
Filter.SDFEffects.Glow.Inner.Sharpness="Inner Glow Sharpness"
|
|
||||||
Filter.SDFEffects.Glow.Inner.Sharpness.Description="The sharpness of the glow in percent, with higher values being sharper."
|
|
||||||
Filter.SDFEffects.Outline="Outline"
|
|
||||||
Filter.SDFEffects.Outline.Description="Draw an outline?"
|
|
||||||
Filter.SDFEffects.Outline.Color="Outline Colour"
|
|
||||||
Filter.SDFEffects.Outline.Color.Description="Colour of the Outline."
|
|
||||||
Filter.SDFEffects.Outline.Alpha="Outline Alpha"
|
|
||||||
Filter.SDFEffects.Outline.Alpha.Description="Alpha of the Outline."
|
|
||||||
Filter.SDFEffects.Outline.Width="Outline Width"
|
|
||||||
Filter.SDFEffects.Outline.Width.Description="Size of the outline in both direction from the centre."
|
|
||||||
Filter.SDFEffects.Outline.Offset="Outline Offset"
|
|
||||||
|
|
||||||
Filter.Transform.Scale="Scale"
|
|
||||||
|
|
||||||
Source.Mirror.Source="Source"
|
|
||||||
Source.Mirror.Scaling.Method.Point="Point"
|
|
||||||
Source.Mirror.Scaling.Method.Bicubic="Bicubic"
|
|
||||||
Source.Mirror.Scaling.Method.Lanczos="Lanczos"
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
FileType.Image="Слика"
|
|
||||||
FileType.Images="Слике"
|
|
||||||
FileType.Video="Видео"
|
|
||||||
FileType.Sound="Звук"
|
|
||||||
FileType.Sounds="Звуци"
|
|
||||||
FileType.Effect="Ефекат"
|
|
||||||
FileType.Effects="Ефекти"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue