diff options
author | sr55 <[email protected]> | 2019-06-06 19:55:02 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-06 19:55:02 +0100 |
commit | b0fce31fb6da40a98ef9af26845f67d81819f5b4 (patch) | |
tree | 9c7092ba897f205121fe41ff45cf9908e4344b0e /win/CS/HandBrakeWPF/Properties | |
parent | 0835cd60e3ecba9cad213109c80d64c42448367d (diff) |
WinGui: Add a "Test" button to the When Done Audio options. Also log the "MediaFailed" event to the log otherwise we get silent failures. #2130
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 27 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 9 |
2 files changed, 36 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index f60bc2094..334c77073 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -455,6 +455,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Browse. + /// </summary> + public static string Browse { + get { + return ResourceManager.GetString("Browse", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Chapter Markers. /// </summary> public static string ChaptersView_ChapterMarkers { @@ -3232,6 +3241,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to No audio file has been set. Please click 'Browse' to select a wav or mp3 file for playback.. + /// </summary> + public static string OptionsView_MediaFileNotSet { + get { + return ResourceManager.GetString("OptionsView_MediaFileNotSet", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Notice. /// </summary> public static string OptionsView_Notice { @@ -3250,6 +3268,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Play. + /// </summary> + public static string OptionsView_Play { + get { + return ResourceManager.GetString("OptionsView_Play", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Play a sound when each encode completes. /// </summary> public static string OptionsView_PlaySoundWhenDone { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 952765b40..e77a6371d 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2002,4 +2002,13 @@ Where supported, any user presets will have been imported.</value> <data name="AudioDefaultViewModel_EncoderOptionsNotice" xml:space="preserve">
<value>When a passthru encoder is selected, the encoder options will be used for the fallback encoder.</value>
</data>
+ <data name="Browse" xml:space="preserve">
+ <value>Browse</value>
+ </data>
+ <data name="OptionsView_MediaFileNotSet" xml:space="preserve">
+ <value>No audio file has been set. Please click 'Browse' to select a wav or mp3 file for playback.</value>
+ </data>
+ <data name="OptionsView_Play" xml:space="preserve">
+ <value>Play</value>
+ </data>
</root>
\ No newline at end of file |