Another Incremental Commit

More of the same.
This commit is contained in:
Jordan Wages 2018-06-23 18:46:32 -05:00
parent 6f99539ba7
commit 9ea01e5e5b
3 changed files with 15 additions and 0 deletions

View File

@ -186,6 +186,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Lossless Quality.
/// </summary>
public static string LosslessLabel {
get {
return ResourceManager.GetString("LosslessLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Playback Rate.
/// </summary>

View File

@ -138,6 +138,9 @@
<data name="KeepAudioLabel" xml:space="preserve">
<value>Keep Audio</value>
</data>
<data name="LosslessLabel" xml:space="preserve">
<value>Lossless Quality</value>
</data>
<data name="PlaybackRateLabel" xml:space="preserve">
<value>Playback Rate</value>
</data>

View File

@ -75,6 +75,9 @@
<butterflow_ui:ButterflowOption LabelValue="{x:Static loc:Localization.KeepAudioLabel}">
<CheckBox />
</butterflow_ui:ButterflowOption>
<butterflow_ui:ButterflowOption LabelValue="{x:Static loc:Localization.LosslessLabel}">
<CheckBox />
</butterflow_ui:ButterflowOption>
<butterflow_ui:ButterflowOption LabelValue="{x:Static loc:Localization.ResolutionLabel}">
<Grid>
<Grid.ColumnDefinitions>