From 0e3949028491d027d383ee640311fb21f911a270 Mon Sep 17 00:00:00 2001 From: Vainock Date: Sun, 28 Apr 2019 18:20:56 +0200 Subject: [PATCH] locale: Delete unused language files (#67) --- data/locale/af-ZA.ini | 8 ---- data/locale/ar-SA.ini | 8 ---- data/locale/ca-ES.ini | 8 ---- data/locale/cs-CZ.ini | 8 ---- data/locale/da-DK.ini | 8 ---- data/locale/el-GR.ini | 8 ---- data/locale/en-GB.ini | 95 ------------------------------------------- data/locale/fi-FI.ini | 8 ---- data/locale/he-IL.ini | 8 ---- data/locale/hu-HU.ini | 8 ---- data/locale/it-IT.ini | 8 ---- data/locale/ko-KR.ini | 8 ---- data/locale/no-NO.ini | 8 ---- data/locale/pt-BR.ini | 8 ---- data/locale/pt-PT.ini | 8 ---- data/locale/ro-RO.ini | 8 ---- data/locale/sr-SP.ini | 15 ------- data/locale/tr-TR.ini | 8 ---- data/locale/uk-UA.ini | 8 ---- data/locale/vi-VN.ini | 8 ---- data/locale/zh-TW.ini | 8 ---- 21 files changed, 262 deletions(-) delete mode 100644 data/locale/af-ZA.ini delete mode 100644 data/locale/ar-SA.ini delete mode 100644 data/locale/ca-ES.ini delete mode 100644 data/locale/cs-CZ.ini delete mode 100644 data/locale/da-DK.ini delete mode 100644 data/locale/el-GR.ini delete mode 100644 data/locale/en-GB.ini delete mode 100644 data/locale/fi-FI.ini delete mode 100644 data/locale/he-IL.ini delete mode 100644 data/locale/hu-HU.ini delete mode 100644 data/locale/it-IT.ini delete mode 100644 data/locale/ko-KR.ini delete mode 100644 data/locale/no-NO.ini delete mode 100644 data/locale/pt-BR.ini delete mode 100644 data/locale/pt-PT.ini delete mode 100644 data/locale/ro-RO.ini delete mode 100644 data/locale/sr-SP.ini delete mode 100644 data/locale/tr-TR.ini delete mode 100644 data/locale/uk-UA.ini delete mode 100644 data/locale/vi-VN.ini delete mode 100644 data/locale/zh-TW.ini diff --git a/data/locale/af-ZA.ini b/data/locale/af-ZA.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/af-ZA.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/ar-SA.ini b/data/locale/ar-SA.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/ar-SA.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/ca-ES.ini b/data/locale/ca-ES.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/ca-ES.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/cs-CZ.ini b/data/locale/cs-CZ.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/cs-CZ.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/da-DK.ini b/data/locale/da-DK.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/da-DK.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/el-GR.ini b/data/locale/el-GR.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/el-GR.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/en-GB.ini b/data/locale/en-GB.ini deleted file mode 100644 index cd0a2753..00000000 --- a/data/locale/en-GB.ini +++ /dev/null @@ -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" - diff --git a/data/locale/fi-FI.ini b/data/locale/fi-FI.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/fi-FI.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/he-IL.ini b/data/locale/he-IL.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/he-IL.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/hu-HU.ini b/data/locale/hu-HU.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/hu-HU.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/it-IT.ini b/data/locale/it-IT.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/it-IT.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/ko-KR.ini b/data/locale/ko-KR.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/ko-KR.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/no-NO.ini b/data/locale/no-NO.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/no-NO.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/pt-BR.ini b/data/locale/pt-BR.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/pt-BR.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/pt-PT.ini b/data/locale/pt-PT.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/pt-PT.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/ro-RO.ini b/data/locale/ro-RO.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/ro-RO.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/sr-SP.ini b/data/locale/sr-SP.ini deleted file mode 100644 index 75b0486b..00000000 --- a/data/locale/sr-SP.ini +++ /dev/null @@ -1,15 +0,0 @@ -FileType.Image="Слика" -FileType.Images="Слике" -FileType.Video="Видео" -FileType.Sound="Звук" -FileType.Sounds="Звуци" -FileType.Effect="Ефекат" -FileType.Effects="Ефекти" - - - - - - - - diff --git a/data/locale/tr-TR.ini b/data/locale/tr-TR.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/tr-TR.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/uk-UA.ini b/data/locale/uk-UA.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/uk-UA.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/vi-VN.ini b/data/locale/vi-VN.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/vi-VN.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/data/locale/zh-TW.ini b/data/locale/zh-TW.ini deleted file mode 100644 index 12a6f48e..00000000 --- a/data/locale/zh-TW.ini +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -