mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Subregions auto update. ButterflowWrapper now calls butterflow.exe
This commit is contained in:
parent
9145071e23
commit
d0b29f20fd
11 changed files with 604 additions and 35 deletions
90
butterflow-ui/Localization/Localization.Designer.cs
generated
90
butterflow-ui/Localization/Localization.Designer.cs
generated
|
|
@ -159,6 +159,15 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Clip a subregion in the video..
|
||||
/// </summary>
|
||||
public static string ClipTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("ClipTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Common Options.
|
||||
/// </summary>
|
||||
|
|
@ -186,6 +195,15 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to E.
|
||||
/// </summary>
|
||||
public static string EndLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("EndLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input.
|
||||
/// </summary>
|
||||
|
|
@ -285,6 +303,15 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Play/Pause the video..
|
||||
/// </summary>
|
||||
public static string PlayPauseTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("PlayPauseTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Video Rendering.
|
||||
/// </summary>
|
||||
|
|
@ -303,6 +330,60 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Skip backward in the video..
|
||||
/// </summary>
|
||||
public static string SkipBackTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("SkipBackTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Skip forward in the video..
|
||||
/// </summary>
|
||||
public static string SkipForwardTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("SkipForwardTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to S.
|
||||
/// </summary>
|
||||
public static string StartLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("StartLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Stop the video..
|
||||
/// </summary>
|
||||
public static string StopTooltip {
|
||||
get {
|
||||
return ResourceManager.GetString("StopTooltip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Individual regions of the video to process..
|
||||
/// </summary>
|
||||
public static string SubregionsDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("SubregionsDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Subregions.
|
||||
/// </summary>
|
||||
public static string SubregionsLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("SubregionsLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to butterflow-ui.
|
||||
/// </summary>
|
||||
|
|
@ -312,6 +393,15 @@ namespace butterflow_ui.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to To End.
|
||||
/// </summary>
|
||||
public static string ToEndLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("ToEndLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Width.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -129,6 +129,9 @@
|
|||
<data name="AdvancedOptionsGroupBox" xml:space="preserve">
|
||||
<value>Advanced Options</value>
|
||||
</data>
|
||||
<data name="ClipTooltip" xml:space="preserve">
|
||||
<value>Clip a subregion in the video.</value>
|
||||
</data>
|
||||
<data name="CommonOptionsGroupBox" xml:space="preserve">
|
||||
<value>Common Options</value>
|
||||
</data>
|
||||
|
|
@ -138,6 +141,9 @@
|
|||
<data name="EditMenu" xml:space="preserve">
|
||||
<value>_Edit</value>
|
||||
</data>
|
||||
<data name="EndLabel" xml:space="preserve">
|
||||
<value>E</value>
|
||||
</data>
|
||||
<data name="FileInputGroupBox" xml:space="preserve">
|
||||
<value>Input</value>
|
||||
</data>
|
||||
|
|
@ -171,15 +177,39 @@
|
|||
<data name="PlaybackRateLabel" xml:space="preserve">
|
||||
<value>Playback Rate</value>
|
||||
</data>
|
||||
<data name="PlayPauseTooltip" xml:space="preserve">
|
||||
<value>Play/Pause the video.</value>
|
||||
</data>
|
||||
<data name="RenderingLabel" xml:space="preserve">
|
||||
<value>Video Rendering</value>
|
||||
</data>
|
||||
<data name="ResolutionLabel" xml:space="preserve">
|
||||
<value>Output Resolution</value>
|
||||
</data>
|
||||
<data name="SkipBackTooltip" xml:space="preserve">
|
||||
<value>Skip backward in the video.</value>
|
||||
</data>
|
||||
<data name="SkipForwardTooltip" xml:space="preserve">
|
||||
<value>Skip forward in the video.</value>
|
||||
</data>
|
||||
<data name="StartLabel" xml:space="preserve">
|
||||
<value>S</value>
|
||||
</data>
|
||||
<data name="StopTooltip" xml:space="preserve">
|
||||
<value>Stop the video.</value>
|
||||
</data>
|
||||
<data name="SubregionsDescription" xml:space="preserve">
|
||||
<value>Individual regions of the video to process.</value>
|
||||
</data>
|
||||
<data name="SubregionsLabel" xml:space="preserve">
|
||||
<value>Subregions</value>
|
||||
</data>
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>butterflow-ui</value>
|
||||
</data>
|
||||
<data name="ToEndLabel" xml:space="preserve">
|
||||
<value>To End</value>
|
||||
</data>
|
||||
<data name="WidthLabel" xml:space="preserve">
|
||||
<value>Width</value>
|
||||
</data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue