1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Incremental commit

This commit is contained in:
Jordan Wages 2018-06-25 03:44:45 -05:00
commit 573ce727c0
9 changed files with 166 additions and 32 deletions

View file

@ -123,6 +123,33 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to More about butterflow....
/// </summary>
public static string AboutButterflowMenu {
get {
return ResourceManager.GetString("AboutButterflowMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to More about butterflow-ui....
/// </summary>
public static string AboutButterflowUIMenu {
get {
return ResourceManager.GetString("AboutButterflowUIMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to About butterflow-ui.
/// </summary>
public static string AboutMenu {
get {
return ResourceManager.GetString("AboutMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Advanced Options.
/// </summary>
@ -150,6 +177,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to _Edit.
/// </summary>
public static string EditMenu {
get {
return ResourceManager.GetString("EditMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input.
/// </summary>
@ -168,6 +204,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to _File.
/// </summary>
public static string FileMenu {
get {
return ResourceManager.GetString("FileMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Height.
/// </summary>
@ -177,6 +222,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to _Help.
/// </summary>
public static string HelpMenu {
get {
return ResourceManager.GetString("HelpMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Renders the output video with the audio from the original video. In unchecked, no sound will be included in the output video..
/// </summary>
@ -214,7 +268,7 @@ namespace butterflow_ui.Localization {
}
/// <summary>
/// Looks up a localized string similar to Some description of playback rate goes here..
/// Looks up a localized string similar to Controls the new framerate of the output video. This can be set in both absolute and relative terms..
/// </summary>
public static string PlaybackRateDescription {
get {

View file

@ -117,6 +117,15 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AboutButterflowMenu" xml:space="preserve">
<value>More about butterflow...</value>
</data>
<data name="AboutButterflowUIMenu" xml:space="preserve">
<value>More about butterflow-ui...</value>
</data>
<data name="AboutMenu" xml:space="preserve">
<value>About butterflow-ui</value>
</data>
<data name="AdvancedOptionsGroupBox" xml:space="preserve">
<value>Advanced Options</value>
</data>
@ -126,15 +135,24 @@
<data name="CustomPlaybackRateLabel" xml:space="preserve">
<value>Custom Rate</value>
</data>
<data name="EditMenu" xml:space="preserve">
<value>_Edit</value>
</data>
<data name="FileInputGroupBox" xml:space="preserve">
<value>Input</value>
</data>
<data name="FileLabel" xml:space="preserve">
<value>Video File</value>
</data>
<data name="FileMenu" xml:space="preserve">
<value>_File</value>
</data>
<data name="HeightLabel" xml:space="preserve">
<value>Height</value>
</data>
<data name="HelpMenu" xml:space="preserve">
<value>_Help</value>
</data>
<data name="KeepAudioDescription" xml:space="preserve">
<value>Renders the output video with the audio from the original video. In unchecked, no sound will be included in the output video.</value>
</data>
@ -148,7 +166,7 @@
<value>Lossless Quality</value>
</data>
<data name="PlaybackRateDescription" xml:space="preserve">
<value>Some description of playback rate goes here.</value>
<value>Controls the new framerate of the output video. This can be set in both absolute and relative terms.</value>
</data>
<data name="PlaybackRateLabel" xml:space="preserve">
<value>Playback Rate</value>