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

Automagic organization

This commit is contained in:
Jordan Wages 2018-06-25 01:53:27 -05:00
commit 9f376941de
4 changed files with 48 additions and 10 deletions

View file

@ -177,6 +177,15 @@ namespace butterflow_ui.Localization {
}
}
/// <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>
public static string KeepAudioDescription {
get {
return ResourceManager.GetString("KeepAudioDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Keep Audio.
/// </summary>
@ -186,6 +195,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Renders the video without lossy compression. The video will not lose any visual quality, but it will result in a very large output file..
/// </summary>
public static string LosslessDescription {
get {
return ResourceManager.GetString("LosslessDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lossless Quality.
/// </summary>

View file

@ -135,9 +135,15 @@
<data name="HeightLabel" xml:space="preserve">
<value>Height</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>
<data name="KeepAudioLabel" xml:space="preserve">
<value>Keep Audio</value>
</data>
<data name="LosslessDescription" xml:space="preserve">
<value>Renders the video without lossy compression. The video will not lose any visual quality, but it will result in a very large output file.</value>
</data>
<data name="LosslessLabel" xml:space="preserve">
<value>Lossless Quality</value>
</data>