1
0
Fork 0
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:
Jordan Wages 2018-07-24 02:12:53 -05:00
commit b9a9c3e503
10 changed files with 216 additions and 39 deletions

View file

@ -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>

View file

@ -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>