1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2024-11-14 05:43:33 -06:00

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> /// <summary>
/// Looks up a localized string similar to Playback Rate. /// Looks up a localized string similar to Playback Rate.
/// </summary> /// </summary>

View file

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

View file

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