mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-11-13 21:33:34 -06:00
Another Incremental Commit
More of the same.
This commit is contained in:
parent
6f99539ba7
commit
9ea01e5e5b
3 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue