Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeManarin committed Oct 1, 2023
2 parents d213416 + 9a2073b commit 9970351
Show file tree
Hide file tree
Showing 37 changed files with 151 additions and 52 deletions.
8 changes: 8 additions & 0 deletions ScreenToGif.Model/Enums/SupportedFFmpegVersions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace ScreenToGif.Domain.Enums;

public enum SupportedFFmpegVersions
{
Version6 = 0,
Version5,
Version4,
}
12 changes: 12 additions & 0 deletions ScreenToGif.Util/Settings/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,12 @@ public string FfmpegLocation
set => SetValue(value);
}

public SupportedFFmpegVersions FfmpegVersion
{
get => (SupportedFFmpegVersions)GetValue();
set => SetValue(value);
}

public string GifskiLocation
{
get => (string)GetValue();
Expand Down Expand Up @@ -2039,6 +2045,12 @@ public Color FreeTextFontColor
set => SetValue(value);
}

public Color FreeTextBackgroundColor
{
get => (Color)GetValue();
set => SetValue(value);
}

public TextAlignment FreeTextTextAlignment
{
get => (TextAlignment)GetValue();
Expand Down
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.ar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">الوزن:</s:String>
<s:String x:Key="S.Caption.Size">الحجم:</s:String>
<s:String x:Key="S.Caption.Color">اللون:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">لون الخلفية:</s:String>
<s:String x:Key="S.Caption.Outline">خط خارجي</s:String>
<s:String x:Key="S.Caption.Thickness">سمك:</s:String>
<s:String x:Key="S.Caption.Layout">تخطيط</s:String>
Expand Down
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.cs.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">Tloušťka:</s:String>
<s:String x:Key="S.Caption.Size">Velikost:</s:String>
<s:String x:Key="S.Caption.Color">Barva:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Barva pozadí:</s:String>
<s:String x:Key="S.Caption.Outline">Obrys</s:String>
<s:String x:Key="S.Caption.Thickness">Tloušťka:</s:String>
<s:String x:Key="S.Caption.Layout">Uspořádání</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.da.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,7 @@
<s:String x:Key="S.Caption.Weight">Vægt:</s:String>
<s:String x:Key="S.Caption.Size">Str:</s:String>
<s:String x:Key="S.Caption.Color">Farve:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Baggrundsfarve:</s:String>
<s:String x:Key="S.Caption.Outline">Omkreds</s:String>
<s:String x:Key="S.Caption.Thickness">Tykkelse:</s:String>
<s:String x:Key="S.Caption.Layout">Placering</s:String>
Expand Down Expand Up @@ -1884,4 +1885,4 @@
<s:String x:Key="S.TextDecorations.Strikethrough">Overstreg</s:String>
<s:String x:Key="S.TextDecorations.OverLine">Toplinie</s:String>
<s:String x:Key="S.TextDecorations.Baseline">Grundlinie</s:String>
</ResourceDictionary>
</ResourceDictionary>
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.de.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Breite:</s:String>
<s:String x:Key="S.Caption.Size">Größe:</s:String>
<s:String x:Key="S.Caption.Color">Farbe:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Hintergrundfarbe:</s:String>
<s:String x:Key="S.Caption.Outline">Kontur</s:String>
<s:String x:Key="S.Caption.Thickness">Breite:</s:String>
<s:String x:Key="S.Caption.Layout">Position</s:String>
Expand Down Expand Up @@ -1997,4 +1998,4 @@
<s:String x:Key="S.TextDecorations.Strikethrough">Durchstreichen</s:String>
<s:String x:Key="S.TextDecorations.OverLine">Überstreichen</s:String>
<s:String x:Key="S.TextDecorations.Baseline">Grundlinie</s:String>
</ResourceDictionary>
</ResourceDictionary>
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.el.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@
<s:String x:Key="S.Caption.Weight">Βάρος γραμματοσειράς:</s:String>
<s:String x:Key="S.Caption.Size">Μέγεθος:</s:String>
<s:String x:Key="S.Caption.Color">Χρώμα</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Χρώμα του φόντου:</s:String>
<s:String x:Key="S.Caption.Outline">Περίγραμμα</s:String>
<s:String x:Key="S.Caption.Thickness">Πάχος:</s:String>
<s:String x:Key="S.Caption.Layout">Διάταξη</s:String>
Expand Down
2 changes: 2 additions & 0 deletions ScreenToGif/Resources/Localization/StringResources.en.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@
<s:String x:Key="S.Options.Extras.FfmpegLocation.Select">Select the location of the FFmpeg executable</s:String>
<s:String x:Key="S.Options.Extras.FfmpegLocation.File">FFmpeg executable</s:String>
<s:String x:Key="S.Options.Extras.FfmpegLocation.Invalid">The path of FFMpeg executable contains one or more invalid characters. Please, select a valid location for that executable.</s:String>
<s:String x:Key="S.Options.Extras.FfmpegVersion">FFmpeg Version</s:String>
<s:String x:Key="S.Options.Extras.GifskiLocation">Gifski location</s:String>
<s:String x:Key="S.Options.Extras.GifskiLocation.Select">Select the location of the Gifski library</s:String>
<s:String x:Key="S.Options.Extras.GifskiLocation.File">Gifski library</s:String>
Expand Down Expand Up @@ -1325,6 +1326,7 @@
<s:String x:Key="S.Caption.Weight">Weight:</s:String>
<s:String x:Key="S.Caption.Size">Size:</s:String>
<s:String x:Key="S.Caption.Color">Color:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Background Color:</s:String>
<s:String x:Key="S.Caption.Outline">Outline</s:String>
<s:String x:Key="S.Caption.Thickness">Thickness:</s:String>
<s:String x:Key="S.Caption.Layout">Layout</s:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">Peso:</s:String>
<s:String x:Key="S.Caption.Size">Tamaño:</s:String>
<s:String x:Key="S.Caption.Color">Color:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Color de fondo:</s:String>
<s:String x:Key="S.Caption.Outline">Contorno</s:String>
<s:String x:Key="S.Caption.Thickness">Grosor:</s:String>
<s:String x:Key="S.Caption.Layout">Diseño</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.fi.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Paino:</s:String>
<s:String x:Key="S.Caption.Size">Koko:</s:String>
<s:String x:Key="S.Caption.Color">Väri:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Taustaväri:</s:String>
<s:String x:Key="S.Caption.Outline">Hahmotelma</s:String>
<s:String x:Key="S.Caption.Thickness">Paksuus:</s:String>
<s:String x:Key="S.Caption.Layout">Asettelu</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.fr.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Bordure:</s:String>
<s:String x:Key="S.Caption.Size">Taille:</s:String>
<s:String x:Key="S.Caption.Color">Couleur:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Couleur de l'arrière plan:</s:String>
<s:String x:Key="S.Caption.Outline">Contour</s:String>
<s:String x:Key="S.Caption.Thickness">Épaisseur:</s:String>
<s:String x:Key="S.Caption.Layout">Disposition</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.he.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1306,6 +1306,7 @@
<s:String x:Key="S.Caption.Weight">משקל:</s:String>
<s:String x:Key="S.Caption.Size">גודל:</s:String>
<s:String x:Key="S.Caption.Color">צבע:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">צבע רקע:</s:String>
<s:String x:Key="S.Caption.Outline">מתאר</s:String>
<s:String x:Key="S.Caption.Thickness">עובי:</s:String>
<s:String x:Key="S.Caption.Layout">פריסה</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.hu.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Vastagság:</s:String>
<s:String x:Key="S.Caption.Size">Méret:</s:String>
<s:String x:Key="S.Caption.Color">Szín:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Háttérszín:</s:String>
<s:String x:Key="S.Caption.Outline">Körvonal</s:String>
<s:String x:Key="S.Caption.Thickness">Vastagság:</s:String>
<s:String x:Key="S.Caption.Layout">Elrendezés</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.it.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Peso:</s:String>
<s:String x:Key="S.Caption.Size">Dimensione:</s:String>
<s:String x:Key="S.Caption.Color">Colore:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Colore di sfondo:</s:String>
<s:String x:Key="S.Caption.Outline">Contorno</s:String>
<s:String x:Key="S.Caption.Thickness">Spessore:</s:String>
<s:String x:Key="S.Caption.Layout">Disposizione</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.ja.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,7 @@
<s:String x:Key="S.Caption.Weight">太さ:</s:String>
<s:String x:Key="S.Caption.Size">サイズ:</s:String>
<s:String x:Key="S.Caption.Color">色:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">背景色:</s:String>
<s:String x:Key="S.Caption.Outline">アウトライン</s:String>
<s:String x:Key="S.Caption.Thickness">太さ(厚さ):</s:String>
<s:String x:Key="S.Caption.Layout">レイアウト</s:String>
Expand Down Expand Up @@ -1862,4 +1863,4 @@
<s:String x:Key="S.TextDecorations.Strikethrough">取り消し線</s:String>
<s:String x:Key="S.TextDecorations.OverLine">オーバーライン</s:String>
<s:String x:Key="S.TextDecorations.Baseline">ベースライン</s:String>
</ResourceDictionary>
</ResourceDictionary>
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.ko.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@
<s:String x:Key="S.Caption.Weight">굵기:</s:String>
<s:String x:Key="S.Caption.Size">크기:</s:String>
<s:String x:Key="S.Caption.Color">색상:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">배경색:</s:String>
<s:String x:Key="S.Caption.Outline">외곽선</s:String>
<s:String x:Key="S.Caption.Thickness">두께:</s:String>
<s:String x:Key="S.Caption.Layout">위치 설정</s:String>
Expand Down Expand Up @@ -1505,4 +1506,4 @@
<!--Orientation-->
<s:String x:Key="S.Orientation.Horizontal">수평</s:String>
<s:String x:Key="S.Orientation.Vertical">수직</s:String>
</ResourceDictionary>
</ResourceDictionary>
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.nl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Gewicht:</s:String>
<s:String x:Key="S.Caption.Size">Grootte:</s:String>
<s:String x:Key="S.Caption.Color">Kleur:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Achtergrond kleur:</s:String>
<s:String x:Key="S.Caption.Outline">Contour</s:String>
<s:String x:Key="S.Caption.Thickness">Dikte:</s:String>
<s:String x:Key="S.Caption.Layout">Opmaak</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.pl.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Waga:</s:String>
<s:String x:Key="S.Caption.Size">Rozmiar:</s:String>
<s:String x:Key="S.Caption.Color">Kolor:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Kolor tła:</s:String>
<s:String x:Key="S.Caption.Outline">Kontur</s:String>
<s:String x:Key="S.Caption.Thickness">Grubość:</s:String>
<s:String x:Key="S.Caption.Layout">Układ</s:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Peso:</s:String>
<s:String x:Key="S.Caption.Size">Tamanho:</s:String>
<s:String x:Key="S.Caption.Color">Cor:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Cor de fundo:</s:String>
<s:String x:Key="S.Caption.Outline">Borda</s:String>
<s:String x:Key="S.Caption.Thickness">Espessura:</s:String>
<s:String x:Key="S.Caption.Layout">Posicionamento</s:String>
Expand Down
2 changes: 2 additions & 0 deletions ScreenToGif/Resources/Localization/StringResources.pt.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@
<s:String x:Key="S.Options.Extras.FfmpegLocation.Select">Selecione a pasta de localização do executável do FFmpeg.</s:String>
<s:String x:Key="S.Options.Extras.FfmpegLocation.File">Executável do FFmpeg</s:String>
<s:String x:Key="S.Options.Extras.FfmpegLocation.Invalid">O caminho do executável FFMpeg contém um ou mais caracteres inválidos. Por favor, selecione um caminho válido para o executável.</s:String>
<s:String x:Key="S.Options.Extras.FfmpegVersion">Versão do FFmpeg</s:String>
<s:String x:Key="S.Options.Extras.GifskiLocation">Localização do Gifski</s:String>
<s:String x:Key="S.Options.Extras.GifskiLocation.Select">Selecione a localização da biblioteca Gifski</s:String>
<s:String x:Key="S.Options.Extras.GifskiLocation.File">Biblioteca Gifski</s:String>
Expand Down Expand Up @@ -1325,6 +1326,7 @@
<s:String x:Key="S.Caption.Weight">Peso:</s:String>
<s:String x:Key="S.Caption.Size">Tamanho:</s:String>
<s:String x:Key="S.Caption.Color">Cor:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Cor de fundo:</s:String>
<s:String x:Key="S.Caption.Outline">Borda</s:String>
<s:String x:Key="S.Caption.Thickness">Espessura:</s:String>
<s:String x:Key="S.Caption.Layout">Posicionamento</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.ru.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Начертание:</s:String>
<s:String x:Key="S.Caption.Size">Размер:</s:String>
<s:String x:Key="S.Caption.Color">Цвет:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Фоновый цвет:</s:String>
<s:String x:Key="S.Caption.Outline">Обводка</s:String>
<s:String x:Key="S.Caption.Thickness">Толщина:</s:String>
<s:String x:Key="S.Caption.Layout">Макет</s:String>
Expand Down Expand Up @@ -1997,4 +1998,4 @@
<s:String x:Key="S.TextDecorations.Strikethrough">Зачеркнутый</s:String>
<s:String x:Key="S.TextDecorations.OverLine">Линия сверху</s:String>
<s:String x:Key="S.TextDecorations.Baseline">На линии</s:String>
</ResourceDictionary>
</ResourceDictionary>
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.sv.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">Vikt:</s:String>
<s:String x:Key="S.Caption.Size">Storlek:</s:String>
<s:String x:Key="S.Caption.Color">Färg:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Bakgrundsfärg:</s:String>
<s:String x:Key="S.Caption.Outline">Översikt</s:String>
<s:String x:Key="S.Caption.Thickness">Tjocklek:</s:String>
<s:String x:Key="S.Caption.Layout">Layout</s:String>
Expand Down
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.sw.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">Uzani:</s:String>
<s:String x:Key="S.Caption.Size">Ukubwa:</s:String>
<s:String x:Key="S.Caption.Color">Rangi:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Rangi ya Mandharinyuma:</s:String>
<s:String x:Key="S.Caption.Outline">Kiolezi</s:String>
<s:String x:Key="S.Caption.Thickness">Unene:</s:String>
<s:String x:Key="S.Caption.Layout">Mpangilio</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.tr.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">Ağırlık:</s:String>
<s:String x:Key="S.Caption.Size">Boyut:</s:String>
<s:String x:Key="S.Caption.Color">Renk:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Arka plan rengi:</s:String>
<s:String x:Key="S.Caption.Outline">Dış çizgi</s:String>
<s:String x:Key="S.Caption.Thickness">Kalınlık:</s:String>
<s:String x:Key="S.Caption.Layout">Düzen</s:String>
Expand Down Expand Up @@ -1438,4 +1439,4 @@
<!--Orientation-->
<s:String x:Key="S.Orientation.Horizontal">Yatay</s:String>
<s:String x:Key="S.Orientation.Vertical">Düşey</s:String>
</ResourceDictionary>
</ResourceDictionary>
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.uk.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
Expand Down Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">Товщина:</s:String>
<s:String x:Key="S.Caption.Size">Розмір:</s:String>
<s:String x:Key="S.Caption.Color">Колір:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Колір фону:</s:String>
<s:String x:Key="S.Caption.Outline">Контур</s:String>
<s:String x:Key="S.Caption.Thickness">Товщина:</s:String>
<s:String x:Key="S.Caption.Layout">Розташування</s:String>
Expand Down
1 change: 1 addition & 0 deletions ScreenToGif/Resources/Localization/StringResources.vi.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@
<s:String x:Key="S.Caption.Weight">Độ đậm nét:</s:String>
<s:String x:Key="S.Caption.Size">Cỡ chữ:</s:String>
<s:String x:Key="S.Caption.Color">Màu sắc:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">Màu nền:</s:String>
<s:String x:Key="S.Caption.Outline">Đường bao</s:String>
<s:String x:Key="S.Caption.Thickness">Chiều dày:</s:String>
<s:String x:Key="S.Caption.Layout">Bố trí</s:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">粗細:</s:String>
<s:String x:Key="S.Caption.Size">大小:</s:String>
<s:String x:Key="S.Caption.Color">顏色:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">背景顏色:</s:String>
<s:String x:Key="S.Caption.Outline">外框</s:String>
<s:String x:Key="S.Caption.Thickness">粗細:</s:String>
<s:String x:Key="S.Caption.Layout">配置</s:String>
Expand Down
3 changes: 2 additions & 1 deletion ScreenToGif/Resources/Localization/StringResources.zh.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@
<s:String x:Key="S.Caption.Weight">字重:</s:String>
<s:String x:Key="S.Caption.Size">字号:</s:String>
<s:String x:Key="S.Caption.Color">颜色:</s:String>
<s:String x:Key="S.Caption.BackgroundColor">背景颜色:</s:String>
<s:String x:Key="S.Caption.Outline">轮廓</s:String>
<s:String x:Key="S.Caption.Thickness">粗细:</s:String>
<s:String x:Key="S.Caption.Layout">布局</s:String>
Expand Down Expand Up @@ -1997,4 +1998,4 @@
<s:String x:Key="S.TextDecorations.Strikethrough">删除线</s:String>
<s:String x:Key="S.TextDecorations.OverLine">上划线</s:String>
<s:String x:Key="S.TextDecorations.Baseline">底线</s:String>
</ResourceDictionary>
</ResourceDictionary>
2 changes: 2 additions & 0 deletions ScreenToGif/Resources/Settings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@

<!--Options • Extras-->
<!--<s:String x:Key="FfmpegLocation"></s:String>-->
<e:SupportedFFmpegVersions x:Key="FfmpegVersion">Version4</e:SupportedFFmpegVersions>
<!--<s:String x:Key="GifskiLocation"></s:String>-->
<!--<s:String x:Key="SharpDxLocationFolder"></s:String>-->

Expand Down Expand Up @@ -291,6 +292,7 @@
<FontWeight x:Key="FreeTextFontWeight">Normal</FontWeight>
<s:Double x:Key="FreeTextFontSize">16.0</s:Double>
<Color x:Key="FreeTextFontColor">#FF000000</Color>
<Color x:Key="FreeTextBackgroundColor">#00000000</Color>
<TextAlignment x:Key="FreeTextTextAlignment">Left</TextAlignment>
<s:String x:Key="FreeTextTextDecoration">None</s:String>
<s:Boolean x:Key="IsFreeTextShadowGroupExpanded">True</s:Boolean>
Expand Down
Loading

0 comments on commit 9970351

Please sign in to comment.