Skip to content

Commit

Permalink
Rename "Extract manually" to "Extract gallery"
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Jul 24, 2024
1 parent 42fcde9 commit 27b0c15
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions FoliCon/Modules/LangProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void UpdateLangs()
OnPropertyChanged(nameof(EnterTitlePlaceholder));
OnPropertyChanged(nameof(EnterValidRegexPlaceholder));
OnPropertyChanged(nameof(ExplorerIntegration));
OnPropertyChanged(nameof(ExtractManually));
OnPropertyChanged(nameof(ExtractGallery));
OnPropertyChanged(nameof(Extracting));
OnPropertyChanged(nameof(FailedFileAccessAt));
OnPropertyChanged(nameof(FailedToSaveMediaInfoAt));
Expand Down Expand Up @@ -265,7 +265,7 @@ private void UpdateLangs()
public string EnterValidRegexPlaceholder => Lang.EnterValidRegexPlaceholder;
public string ExceptionOccurred => Lang.ExceptionOccurred;
public string ExplorerIntegration => Lang.ExplorerIntegration;
public string ExtractManually => Lang.ExtractManually;
public string ExtractGallery => Lang.ExtractGallery;
public string Extracting => Lang.Extracting;
public string FailedFileAccessAt => Lang.FailedFileAccessAt;
public string FailedToSaveMediaInfoAt => Lang.FailedToSaveMediaInfoAt;
Expand Down Expand Up @@ -449,7 +449,7 @@ public class LangKeys
public static string EnterValidRegexPlaceholder = nameof(EnterValidRegexPlaceholder);
public static string ExceptionOccurred = nameof(ExceptionOccurred);
public static string ExplorerIntegration = nameof(ExplorerIntegration);
public static string ExtractManually = nameof(ExtractManually);
public static string ExtractGallery = nameof(ExtractGallery);
public static string Extracting = nameof(Extracting);
public static string FailedFileAccessAt = nameof(FailedFileAccessAt);
public static string FailedToSaveMediaInfoAt = nameof(FailedToSaveMediaInfoAt);
Expand Down
12 changes: 6 additions & 6 deletions FoliCon/Properties/Langs/Lang.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions FoliCon/Properties/Langs/Lang.ar.resx
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@
<data name="ManualExplorer" xml:space="preserve">
<value>المستكشف اليدوي</value>
</data>
<data name="ExtractManually" xml:space="preserve">
<value>استخراج يدوي</value>
<data name="ExtractGallery" xml:space="preserve">
<value>استخراج المعرض</value>
</data>
<data name="Extracting" xml:space="preserve">
<value>جارٍ الاستخراج...</value>
Expand Down
4 changes: 2 additions & 2 deletions FoliCon/Properties/Langs/Lang.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ Esto ayuda a folicon a identificar los medios sin tener que elegir entre título
<data name="ManualExplorer" xml:space="preserve">
<value>Explorador manual</value>
</data>
<data name="ExtractManually" xml:space="preserve">
<value>Extraer manualmente</value>
<data name="ExtractGallery" xml:space="preserve">
<value>Extraer galería</value>
</data>
<data name="Extracting" xml:space="preserve">
<value>Extrayendo...</value>
Expand Down
2 changes: 1 addition & 1 deletion FoliCon/Properties/Langs/Lang.hi.resx
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
<data name="ManualExplorer" xml:space="preserve">
<value>मैनुअल एक्सप्लोरर</value>
</data>
<data name="ExtractManually" xml:space="preserve">
<data name="ExtractGallery" xml:space="preserve">
<value>एक्सट्रेक्ट करे</value>
</data>
<data name="Extracting" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions FoliCon/Properties/Langs/Lang.pt.resx
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ e renovar o cache dos Ícones?</value>
<data name="ManualExplorer" xml:space="preserve">
<value>Explorador manual</value>
</data>
<data name="ExtractManually" xml:space="preserve">
<value>Extrair manualmente</value>
<data name="ExtractGallery" xml:space="preserve">
<value>Extrair galeria</value>
</data>
<data name="Extracting" xml:space="preserve">
<value>Extraindo...</value>
Expand Down
4 changes: 2 additions & 2 deletions FoliCon/Properties/Langs/Lang.resx
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ and refresh Icon Cache?</value>
<data name="ManualExplorer" xml:space="preserve">
<value>Manual Explorer</value>
</data>
<data name="ExtractManually" xml:space="preserve">
<value>Extract manually</value>
<data name="ExtractGallery" xml:space="preserve">
<value>Extract gallery</value>
</data>
<data name="Extracting" xml:space="preserve">
<value>Extracting...</value>
Expand Down
4 changes: 2 additions & 2 deletions FoliCon/Properties/Langs/Lang.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,8 @@
<data name="ManualExplorer" xml:space="preserve">
<value>Ручной проводник</value>
</data>
<data name="ExtractManually" xml:space="preserve">
<value>Извлечь вручную</value>
<data name="ExtractGallery" xml:space="preserve">
<value>Извлечь галерею</value>
</data>
<data name="Extracting" xml:space="preserve">
<value>Извлечение...</value>
Expand Down

0 comments on commit 27b0c15

Please sign in to comment.