mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Adding Multible File Support
Added the neccesary functions to support batch processing.
This commit is contained in:
parent
cd23ef899d
commit
b9a9c3e503
10 changed files with 216 additions and 39 deletions
18
butterflow-ui/Localization/Localization.Designer.cs
generated
18
butterflow-ui/Localization/Localization.Designer.cs
generated
|
|
@ -465,6 +465,24 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Video previewing and subregion clipping is not available when processing multiple files..
|
||||
/// </summary>
|
||||
public static string MultipleFilesPreviewWarningLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("MultipleFilesPreviewWarningLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [Multiple Files].
|
||||
/// </summary>
|
||||
public static string MultipleFilesText {
|
||||
get {
|
||||
return ResourceManager.GetString("MultipleFilesText", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to OK.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -360,4 +360,10 @@
|
|||
<data name="VersionLabel" xml:space="preserve">
|
||||
<value>Version</value>
|
||||
</data>
|
||||
<data name="MultipleFilesPreviewWarningLabel" xml:space="preserve">
|
||||
<value>Video previewing and subregion clipping is not available when processing multiple files.</value>
|
||||
</data>
|
||||
<data name="MultipleFilesText" xml:space="preserve">
|
||||
<value>[Multiple Files]</value>
|
||||
</data>
|
||||
</root>
|
||||
Loading…
Add table
Add a link
Reference in a new issue