mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
locale: New translatable strings
This commit is contained in:
parent
47dba25052
commit
b7f76f5e01
2 changed files with 17 additions and 6 deletions
|
@ -19,6 +19,10 @@ Alignment.Left="Left"
|
||||||
Alignment.Right="Right"
|
Alignment.Right="Right"
|
||||||
Alignment.Top="Top"
|
Alignment.Top="Top"
|
||||||
Alignment.Bottom="Bottom"
|
Alignment.Bottom="Bottom"
|
||||||
|
State.Disabled="Disabled"
|
||||||
|
State.Enabled="Enabled"
|
||||||
|
State.Manual="Manual"
|
||||||
|
State.Automatic="Automatic"
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
Blur.Type.Box="Box"
|
Blur.Type.Box="Box"
|
||||||
|
@ -56,11 +60,15 @@ MipGenerator.Lanczos="Lanczos"
|
||||||
MipGenerator.Intensity="Intensity"
|
MipGenerator.Intensity="Intensity"
|
||||||
MipGenerator.Intensity.Description="Intensity of the generator."
|
MipGenerator.Intensity.Description="Intensity of the generator."
|
||||||
|
|
||||||
# shader
|
# Shader
|
||||||
Shader="Shader"
|
Shader="Shader"
|
||||||
Shader.File="Shader File"
|
Shader.Shader="Shader Options"
|
||||||
Shader.Technique="Technique"
|
Shader.Shader.File="File"
|
||||||
Shader.Texture.Type="Texture Type"
|
Shader.Shader.Technique="Technique"
|
||||||
|
Shader.Shader.Size="Size"
|
||||||
|
Shader.Shader.Size.Width="Width"
|
||||||
|
Shader.Shader.Size.Height="Height"
|
||||||
|
Shader.Parameters="Shader Parameters"
|
||||||
|
|
||||||
# Filter - Blur
|
# Filter - Blur
|
||||||
Filter.Blur="Blur"
|
Filter.Blur="Blur"
|
||||||
|
@ -325,5 +333,3 @@ Source.Mirror.Scaling.Alignment.Description="How should the source be aligned wi
|
||||||
|
|
||||||
# Source - Shader
|
# Source - Shader
|
||||||
Source.Shader="Shader"
|
Source.Shader="Shader"
|
||||||
Source.Shader.Width="Width"
|
|
||||||
Source.Shader.Height="Height"
|
|
||||||
|
|
|
@ -37,6 +37,11 @@
|
||||||
|
|
||||||
#define S_ADVANCED "Advanced"
|
#define S_ADVANCED "Advanced"
|
||||||
|
|
||||||
|
#define S_STATE_DISABLED "State.Disabled"
|
||||||
|
#define S_STATE_ENABLED "State.Enabled"
|
||||||
|
#define S_STATE_MANUAL "State.Manual"
|
||||||
|
#define S_STATE_AUTOMATIC "State.Automatic"
|
||||||
|
|
||||||
#define S_FILETYPE_IMAGE "FileType.Image"
|
#define S_FILETYPE_IMAGE "FileType.Image"
|
||||||
#define S_FILETYPE_IMAGES "FileType.Images"
|
#define S_FILETYPE_IMAGES "FileType.Images"
|
||||||
#define S_FILETYPE_VIDEO "FileType.Video"
|
#define S_FILETYPE_VIDEO "FileType.Video"
|
||||||
|
|
Loading…
Reference in a new issue