summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-10-10 19:00:57 +0100
committersr55 <[email protected]>2018-10-10 19:01:36 +0100
commit29eec2839291bf05e2321352eaa9368d2c76ac64 (patch)
tree6adac45a7fdce31f735df0968f81552b2cefe064 /win/CS/HandBrakeWPF
parent2264d25308238210892840d7de3fa1edf9de105e (diff)
WinGui: Simplify the Language Resource Files.
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r--win/CS/HandBrakeWPF/Controls/SourceSelection.xaml28
-rw-r--r--win/CS/HandBrakeWPF/HandBrakeWPF.csproj10
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs3044
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx1016
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs3107
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.resx1136
-rw-r--r--win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs2
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/AddPresetViewModel.cs8
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs2
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs14
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs2
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs2
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs6
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs2
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs38
-rw-r--r--win/CS/HandBrakeWPF/Views/AboutView.xaml4
-rw-r--r--win/CS/HandBrakeWPF/Views/AddPresetView.xaml14
-rw-r--r--win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml38
-rw-r--r--win/CS/HandBrakeWPF/Views/AudioView.xaml34
-rw-r--r--win/CS/HandBrakeWPF/Views/ChaptersView.xaml20
-rw-r--r--win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml6
-rw-r--r--win/CS/HandBrakeWPF/Views/ErrorView.xaml6
-rw-r--r--win/CS/HandBrakeWPF/Views/FiltersView.xaml58
-rw-r--r--win/CS/HandBrakeWPF/Views/LogView.xaml12
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml146
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml.cs2
-rw-r--r--win/CS/HandBrakeWPF/Views/ManagePresetView.xaml10
-rw-r--r--win/CS/HandBrakeWPF/Views/MetaDataView.xaml2
-rw-r--r--win/CS/HandBrakeWPF/Views/OptionsView.xaml136
-rw-r--r--win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml52
-rw-r--r--win/CS/HandBrakeWPF/Views/PopupWindowView.xaml4
-rw-r--r--win/CS/HandBrakeWPF/Views/Queue/Embedded.xaml30
-rw-r--r--win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml94
-rw-r--r--win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml8
-rw-r--r--win/CS/HandBrakeWPF/Views/QueueView.xaml68
-rw-r--r--win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml8
-rw-r--r--win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml20
-rw-r--r--win/CS/HandBrakeWPF/Views/SubtitlesView.xaml22
-rw-r--r--win/CS/HandBrakeWPF/Views/SummaryView.xaml10
-rw-r--r--win/CS/HandBrakeWPF/Views/VideoView.xaml50
40 files changed, 4539 insertions, 4732 deletions
diff --git a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
index 90eec104b..3bb09aed7 100644
--- a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
+++ b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
@@ -39,44 +39,44 @@
<StackPanel Orientation="Horizontal" Grid.Row="0" Margin="20,8,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_SourceSelection}" FontSize="26" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_SourceSelection}" FontSize="26" FontFamily="Segoe UI Light" />
</StackPanel>
<!-- Title Specific Scan -->
<StackPanel Grid.Row="1" Orientation="Vertical" HorizontalAlignment="Left" Margin="20,15,0,0">
<StackPanel Orientation="Horizontal">
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_ChooseSpecificTitle}" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_ChooseSpecificTitle}" />
<controls:NumberBox Width="60" Height="24" Margin="10,0,0,0" ToolTip="{x:Static Properties:ResourcesTooltips.SourceSelection_TitleSpecific}"
Minimum="0" Maximum="5000" Number="{Binding TitleSpecificScan, Mode=TwoWay}" />
</StackPanel>
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_ChooseVideo}" Margin="0,10,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_ChooseVideo}" Margin="0,10,0,0" />
</StackPanel>
<!-- Source Types -->
<!-- Ctrl + R -->
- <Button Grid.Row="2" AutomationProperties.Name="{x:Static Properties:ResourcesUI.SourceSelection_ChooseFolder}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" cal:Message.Attach="[Event Click] = [Action FolderScan]"
+ <Button Grid.Row="2" AutomationProperties.Name="{x:Static Properties:Resources.SourceSelection_ChooseFolder}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" cal:Message.Attach="[Event Click] = [Action FolderScan]"
Margin="20,5,0,0" Padding="8" HorizontalAlignment="Left">
<StackPanel Orientation="Horizontal" MinWidth="100">
<Image Source="../Views/Images/folder32.png" Width="32" />
<StackPanel Orientation="Vertical">
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_FolderBatchScan}" VerticalAlignment="Center" Margin="5,0,0,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_OpenFolderWIth}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_FolderBatchScan}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_OpenFolderWIth}" VerticalAlignment="Center" Margin="5,0,0,0" />
</StackPanel>
</StackPanel>
</Button>
<!--Ctrl + F-->
- <Button Grid.Row="3" AutomationProperties.Name="{x:Static Properties:ResourcesUI.SourceSelection_ChooseFile}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" cal:Message.Attach="[Event Click] = [Action FileScan]"
+ <Button Grid.Row="3" AutomationProperties.Name="{x:Static Properties:Resources.SourceSelection_ChooseFile}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" cal:Message.Attach="[Event Click] = [Action FileScan]"
Margin="20,5,0,0" Padding="8" HorizontalAlignment="Left">
<StackPanel Orientation="Horizontal" MinWidth="100">
<Image Source="../Views/Images/File32.png" Width="32" />
<StackPanel Orientation="Vertical">
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_File}" VerticalAlignment="Center" Margin="5,0,0,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_SingleVideoFile}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_File}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_SingleVideoFile}" VerticalAlignment="Center" Margin="5,0,0,0" />
</StackPanel>
</StackPanel>
</Button>
@@ -87,12 +87,12 @@
<Button Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
cal:Message.Attach="[Event Click] = [Action ProcessDrive($this.Tag)]"
Margin="0,0,0,10" Padding="8" HorizontalAlignment="Left"
- Tag="{Binding}" AutomationProperties.Name="{x:Static Properties:ResourcesUI.SourceSelection_ChooseDisc}">
+ Tag="{Binding}" AutomationProperties.Name="{x:Static Properties:Resources.SourceSelection_ChooseDisc}">
<StackPanel Orientation="Horizontal" MinWidth="100">
<Image Source="../Views/Images/Disc.png" Width="32" />
<StackPanel Orientation="Vertical">
<TextBlock Text="{Binding Text}" VerticalAlignment="Center" Margin="5,0,0,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_OpenDVDBluray}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_OpenDVDBluray}" VerticalAlignment="Center" Margin="5,0,0,0" />
</StackPanel>
</StackPanel>
</Button>
@@ -100,14 +100,14 @@
</ListBox.ItemTemplate>
</ListBox>
- <Button Grid.Row="5" AutomationProperties.Name="{x:Static Properties:ResourcesUI.SourceSelection_QueueArchiveRecovery}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
+ <Button Grid.Row="5" AutomationProperties.Name="{x:Static Properties:Resources.SourceSelection_QueueArchiveRecovery}" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
cal:Message.Attach="[Event Click] = [Action RecoverQueue]" Visibility="{Binding QueueRecoveryArchivesExist, Converter={StaticResource BooleanToVisibilityConverter}}"
Margin="20,15,0,0" Padding="8" HorizontalAlignment="Left" BorderBrush="DarkGray" BorderThickness="0,1,0,0">
<StackPanel Orientation="Horizontal" MinWidth="100">
<Image Source="../Views/Images/Queue.png" Width="32" />
<StackPanel Orientation="Vertical">
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_QueueArchiveRecovery}" VerticalAlignment="Center" Margin="5,0,0,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.SourceSelection_QueueArchiveRecoveryDesc}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_QueueArchiveRecovery}" VerticalAlignment="Center" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.SourceSelection_QueueArchiveRecoveryDesc}" VerticalAlignment="Center" Margin="5,0,0,0" />
</StackPanel>
</StackPanel>
</Button>
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
index c7c9d422b..99ae7df34 100644
--- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
+++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
@@ -179,11 +179,6 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
- <Compile Include="Properties\ResourcesUI.Designer.cs">
- <DependentUpon>ResourcesUI.resx</DependentUpon>
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- </Compile>
<Compile Include="Services\Encode\EncodeBase.cs" />
<Compile Include="Services\Encode\EventArgs\EncodeCompletedEventArgs.cs" />
<Compile Include="Services\Encode\EventArgs\EncodeProgressEventArgs.cs" />
@@ -477,11 +472,6 @@
<LastGenOutput>ResourcesTooltips.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
- <EmbeddedResource Include="Properties\ResourcesUI.resx">
- <Generator>PublicResXFileCodeGenerator</Generator>
- <LastGenOutput>ResourcesUI.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index d5ccb157f..5c7732428 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -80,6 +80,24 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to License: .
+ /// </summary>
+ public static string AboutView_License {
+ get {
+ return ResourceManager.GetString("AboutView_License", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Version: .
+ /// </summary>
+ public static string AboutView_Version {
+ get {
+ return ResourceManager.GetString("AboutView_Version", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You can optionally store a picture settings with this preset. There are 3 modes:
///
///None: Picture settings are not stored in the preset. When loading a source, they will remain as-is within the bounds of the source resolution. This also affects Anamorphic, modulus, cropping etc.
@@ -95,6 +113,60 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to -- Add New Category --.
+ /// </summary>
+ public static string AddPresetView_AddNewCategory {
+ get {
+ return ResourceManager.GetString("AddPresetView_AddNewCategory", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Preset.
+ /// </summary>
+ public static string AddPresetView_AddPreset {
+ get {
+ return ResourceManager.GetString("AddPresetView_AddPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Category:.
+ /// </summary>
+ public static string AddPresetView_Category {
+ get {
+ return ResourceManager.GetString("AddPresetView_Category", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Description:.
+ /// </summary>
+ public static string AddPresetView_Description {
+ get {
+ return ResourceManager.GetString("AddPresetView_Description", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Name:.
+ /// </summary>
+ public static string AddPresetView_Name {
+ get {
+ return ResourceManager.GetString("AddPresetView_Name", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Dimensions:.
+ /// </summary>
+ public static string AddPresetView_SavePictureSize {
+ get {
+ return ResourceManager.GetString("AddPresetView_SavePictureSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The Custom Width or Height fields must be filled in for the &apos;Custom&apos; option..
/// </summary>
public static string AddPresetViewModel_CustomWidthHeightFieldsRequired {
@@ -403,6 +475,168 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Choose Behaviors:.
+ /// </summary>
+ public static string AudioDefaultView_Behaviours {
+ get {
+ return ResourceManager.GetString("AudioDefaultView_Behaviours", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Allow passthru of:.
+ /// </summary>
+ public static string AudioView_AllowPassThruOf {
+ get {
+ return ResourceManager.GetString("AudioView_AllowPassThruOf", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Configure how the Audio Tracks are automatically selected and configured when you select a new title or source video..
+ /// </summary>
+ public static string AudioView_AudioDefaultsDescription {
+ get {
+ return ResourceManager.GetString("AudioView_AudioDefaultsDescription", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &apos;Auto Passthru&apos; Behaviour:.
+ /// </summary>
+ public static string AudioView_AutoPassthruBehaviour {
+ get {
+ return ResourceManager.GetString("AudioView_AutoPassthruBehaviour", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Bitrate.
+ /// </summary>
+ public static string AudioView_Bitrate {
+ get {
+ return ResourceManager.GetString("AudioView_Bitrate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Codec.
+ /// </summary>
+ public static string AudioView_Codec {
+ get {
+ return ResourceManager.GetString("AudioView_Codec", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to DRC.
+ /// </summary>
+ public static string AudioView_DRC {
+ get {
+ return ResourceManager.GetString("AudioView_DRC", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Gain.
+ /// </summary>
+ public static string AudioView_Gain {
+ get {
+ return ResourceManager.GetString("AudioView_Gain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Hide.
+ /// </summary>
+ public static string AudioView_Hide {
+ get {
+ return ResourceManager.GetString("AudioView_Hide", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Mixdown.
+ /// </summary>
+ public static string AudioView_Mixdown {
+ get {
+ return ResourceManager.GetString("AudioView_Mixdown", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Fallback encoder:.
+ /// </summary>
+ public static string AudioView_OtherwiseFallbackEncoder {
+ get {
+ return ResourceManager.GetString("AudioView_OtherwiseFallbackEncoder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reload Defaults.
+ /// </summary>
+ public static string AudioView_ReloadDefaults {
+ get {
+ return ResourceManager.GetString("AudioView_ReloadDefaults", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Samplerate.
+ /// </summary>
+ public static string AudioView_Samplerate {
+ get {
+ return ResourceManager.GetString("AudioView_Samplerate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show.
+ /// </summary>
+ public static string AudioView_Show {
+ get {
+ return ResourceManager.GetString("AudioView_Show", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Track Name.
+ /// </summary>
+ public static string AudioView_TrackName {
+ get {
+ return ResourceManager.GetString("AudioView_TrackName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Track Selection Behaviour:.
+ /// </summary>
+ public static string AudioView_TrackSelectionBehaviour {
+ get {
+ return ResourceManager.GetString("AudioView_TrackSelectionBehaviour", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to For Additional Tracks:.
+ /// </summary>
+ public static string AudioView_TrackSettingDefaultBehaviour {
+ get {
+ return ResourceManager.GetString("AudioView_TrackSettingDefaultBehaviour", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to When &apos;Auto Passthru&apos; is selected as the audio codec..
+ /// </summary>
+ public static string AudioView_WhenAutoPassthru {
+ get {
+ return ResourceManager.GetString("AudioView_WhenAutoPassthru", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Audio Defaults.
/// </summary>
public static string AudioViewModel_AudioDefaults {
@@ -439,6 +673,69 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Chapter Markers.
+ /// </summary>
+ public static string ChaptersView_ChapterMarkers {
+ get {
+ return ResourceManager.GetString("ChaptersView_ChapterMarkers", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapter Name.
+ /// </summary>
+ public static string ChaptersView_ChapterName {
+ get {
+ return ResourceManager.GetString("ChaptersView_ChapterName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapter Number.
+ /// </summary>
+ public static string ChaptersView_ChapterNumber {
+ get {
+ return ResourceManager.GetString("ChaptersView_ChapterNumber", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Create chapter markers.
+ /// </summary>
+ public static string ChaptersView_CreateChapterMarkers {
+ get {
+ return ResourceManager.GetString("ChaptersView_CreateChapterMarkers", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Duration.
+ /// </summary>
+ public static string ChaptersView_Duration {
+ get {
+ return ResourceManager.GetString("ChaptersView_Duration", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export.
+ /// </summary>
+ public static string ChaptersView_Export {
+ get {
+ return ResourceManager.GetString("ChaptersView_Export", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import.
+ /// </summary>
+ public static string ChaptersView_Import {
+ get {
+ return ResourceManager.GetString("ChaptersView_Import", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Chapter marker names will NOT be saved in your encode..
/// </summary>
public static string ChaptersViewModel_UnableToExportChaptersMsg {
@@ -576,6 +873,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Export Names.
+ /// </summary>
+ public static string ChapterView_ExportNames {
+ get {
+ return ResourceManager.GetString("ChapterView_ExportNames", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import Names.
+ /// </summary>
+ public static string ChapterView_ImportNames {
+ get {
+ return ResourceManager.GetString("ChapterView_ImportNames", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reset Chapter Names.
+ /// </summary>
+ public static string ChapterView_ResetChapterNames {
+ get {
+ return ResourceManager.GetString("ChapterView_ResetChapterNames", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The system clipboard is currently unavailable..
/// </summary>
public static string Clipboard_Unavailable {
@@ -612,6 +936,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Cancel Action.
+ /// </summary>
+ public static string CountdownAlterView_CancelAction {
+ get {
+ return ResourceManager.GetString("CountdownAlterView_CancelAction", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proceed.
+ /// </summary>
+ public static string CountdownAlterView_Proceed {
+ get {
+ return ResourceManager.GetString("CountdownAlterView_Proceed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to When Done Action.
+ /// </summary>
+ public static string CountdownAlterView_WhenDoneAction {
+ get {
+ return ResourceManager.GetString("CountdownAlterView_WhenDoneAction", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Create Folder?.
/// </summary>
public static string DirectoryUtils_CreateFolder {
@@ -640,6 +991,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Error Details:.
+ /// </summary>
+ public static string ErrorView_ErrorDetails {
+ get {
+ return ResourceManager.GetString("ErrorView_ErrorDetails", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to If the problem presists, please try restarting HandBrake..
/// </summary>
public static string ErrorViewModel_IfTheProblemPersists {
@@ -667,6 +1027,258 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Custom:.
+ /// </summary>
+ public static string FiltersView_Custom {
+ get {
+ return ResourceManager.GetString("FiltersView_Custom", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Deblock.
+ /// </summary>
+ public static string FiltersView_Deblock {
+ get {
+ return ResourceManager.GetString("FiltersView_Deblock", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Decomb.
+ /// </summary>
+ public static string FiltersView_Decomb {
+ get {
+ return ResourceManager.GetString("FiltersView_Decomb", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Deinterlace:.
+ /// </summary>
+ public static string FiltersView_Deinterlace {
+ get {
+ return ResourceManager.GetString("FiltersView_Deinterlace", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Preset:.
+ /// </summary>
+ public static string FiltersView_DeinterlacePreset {
+ get {
+ return ResourceManager.GetString("FiltersView_DeinterlacePreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Deinterlace Preset.
+ /// </summary>
+ public static string FiltersView_DeinterlacePresetAuto {
+ get {
+ return ResourceManager.GetString("FiltersView_DeinterlacePresetAuto", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Denoise:.
+ /// </summary>
+ public static string FiltersView_Denoise {
+ get {
+ return ResourceManager.GetString("FiltersView_Denoise", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Denoise Preset.
+ /// </summary>
+ public static string FiltersView_DenoisePresetAuto {
+ get {
+ return ResourceManager.GetString("FiltersView_DenoisePresetAuto", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Denoise Tune.
+ /// </summary>
+ public static string FiltersView_DenoiseTuneAuto {
+ get {
+ return ResourceManager.GetString("FiltersView_DenoiseTuneAuto", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Detelecine:.
+ /// </summary>
+ public static string FiltersView_Detelecine {
+ get {
+ return ResourceManager.GetString("FiltersView_Detelecine", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Filters.
+ /// </summary>
+ public static string FiltersView_Filters {
+ get {
+ return ResourceManager.GetString("FiltersView_Filters", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Flip.
+ /// </summary>
+ public static string FiltersView_FlipVideo {
+ get {
+ return ResourceManager.GetString("FiltersView_FlipVideo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Grayscale.
+ /// </summary>
+ public static string FiltersView_Grayscale {
+ get {
+ return ResourceManager.GetString("FiltersView_Grayscale", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Interlace Detection:.
+ /// </summary>
+ public static string FiltersView_InterlaceDetection {
+ get {
+ return ResourceManager.GetString("FiltersView_InterlaceDetection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Preset:.
+ /// </summary>
+ public static string FiltersView_Preset {
+ get {
+ return ResourceManager.GetString("FiltersView_Preset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rotate:.
+ /// </summary>
+ public static string FiltersView_Rotate {
+ get {
+ return ResourceManager.GetString("FiltersView_Rotate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sharpen.
+ /// </summary>
+ public static string FiltersView_Sharpen {
+ get {
+ return ResourceManager.GetString("FiltersView_Sharpen", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sharpen Preset.
+ /// </summary>
+ public static string FiltersView_SharpenPresetAuto {
+ get {
+ return ResourceManager.GetString("FiltersView_SharpenPresetAuto", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sharpen Tune.
+ /// </summary>
+ public static string FiltersView_SharpenTuneAuto {
+ get {
+ return ResourceManager.GetString("FiltersView_SharpenTuneAuto", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Tune:.
+ /// </summary>
+ public static string FiltersView_Tune {
+ get {
+ return ResourceManager.GetString("FiltersView_Tune", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add.
+ /// </summary>
+ public static string Generic_Add {
+ get {
+ return ResourceManager.GetString("Generic_Add", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cancel.
+ /// </summary>
+ public static string Generic_Cancel {
+ get {
+ return ResourceManager.GetString("Generic_Cancel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear.
+ /// </summary>
+ public static string Generic_Clear {
+ get {
+ return ResourceManager.GetString("Generic_Clear", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Close.
+ /// </summary>
+ public static string Generic_Close {
+ get {
+ return ResourceManager.GetString("Generic_Close", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Copy to Clipboard.
+ /// </summary>
+ public static string Generic_CopyToClipboard {
+ get {
+ return ResourceManager.GetString("Generic_CopyToClipboard", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Move Left.
+ /// </summary>
+ public static string Generic_MoveLeft {
+ get {
+ return ResourceManager.GetString("Generic_MoveLeft", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Move Right.
+ /// </summary>
+ public static string Generic_MoveRight {
+ get {
+ return ResourceManager.GetString("Generic_MoveRight", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save.
+ /// </summary>
+ public static string Generic_Save {
+ get {
+ return ResourceManager.GetString("Generic_Save", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to HandBrake.
/// </summary>
public static string HandBrake_Title {
@@ -676,6 +1288,42 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Copy to clipboard.
+ /// </summary>
+ public static string LogView_CopyClipboard {
+ get {
+ return ResourceManager.GetString("LogView_CopyClipboard", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encode Log.
+ /// </summary>
+ public static string LogView_EncodeLog {
+ get {
+ return ResourceManager.GetString("LogView_EncodeLog", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Log Directory.
+ /// </summary>
+ public static string LogView_OpenLogDir {
+ get {
+ return ResourceManager.GetString("LogView_OpenLogDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to ScanLog.
+ /// </summary>
+ public static string LogView_ScanLog {
+ get {
+ return ResourceManager.GetString("LogView_ScanLog", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to HandBrake is already encoding..
/// </summary>
public static string Main_AlreadyEncoding {
@@ -1138,6 +1786,546 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Activity Log.
+ /// </summary>
+ public static string MainView_ActivityLog {
+ get {
+ return ResourceManager.GetString("MainView_ActivityLog", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add All.
+ /// </summary>
+ public static string MainView_AddAll {
+ get {
+ return ResourceManager.GetString("MainView_AddAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Current.
+ /// </summary>
+ public static string MainView_AddCurrent {
+ get {
+ return ResourceManager.GetString("MainView_AddCurrent", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Selection.
+ /// </summary>
+ public static string MainView_AddSelection {
+ get {
+ return ResourceManager.GetString("MainView_AddSelection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add to Queue.
+ /// </summary>
+ public static string MainView_AddToQueue {
+ get {
+ return ResourceManager.GetString("MainView_AddToQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Advanced.
+ /// </summary>
+ public static string MainView_AdvancedTab {
+ get {
+ return ResourceManager.GetString("MainView_AdvancedTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Align A/V Start.
+ /// </summary>
+ public static string MainView_AlignAVStart {
+ get {
+ return ResourceManager.GetString("MainView_AlignAVStart", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Angle: .
+ /// </summary>
+ public static string MainView_Angle {
+ get {
+ return ResourceManager.GetString("MainView_Angle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Audio.
+ /// </summary>
+ public static string MainView_AudioTab {
+ get {
+ return ResourceManager.GetString("MainView_AudioTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Audio Tracks.
+ /// </summary>
+ public static string MainView_AudioTrackCount {
+ get {
+ return ResourceManager.GetString("MainView_AudioTrackCount", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Browse.
+ /// </summary>
+ public static string MainView_Browser {
+ get {
+ return ResourceManager.GetString("MainView_Browser", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapters.
+ /// </summary>
+ public static string MainView_ChaptersTab {
+ get {
+ return ResourceManager.GetString("MainView_ChaptersTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Container.
+ /// </summary>
+ public static string MainView_Container {
+ get {
+ return ResourceManager.GetString("MainView_Container", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Destination.
+ /// </summary>
+ public static string MainView_Destination {
+ get {
+ return ResourceManager.GetString("MainView_Destination", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Duration: .
+ /// </summary>
+ public static string MainView_Duration {
+ get {
+ return ResourceManager.GetString("MainView_Duration", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save As:.
+ /// </summary>
+ public static string MainView_File {
+ get {
+ return ResourceManager.GetString("MainView_File", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Filters.
+ /// </summary>
+ public static string MainView_FiltersTab {
+ get {
+ return ResourceManager.GetString("MainView_FiltersTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Format:.
+ /// </summary>
+ public static string MainView_Format {
+ get {
+ return ResourceManager.GetString("MainView_Format", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Help.
+ /// </summary>
+ public static string MainView_Help {
+ get {
+ return ResourceManager.GetString("MainView_Help", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to iPod 5G Support.
+ /// </summary>
+ public static string MainView_iPod5G {
+ get {
+ return ResourceManager.GetString("MainView_iPod5G", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Meta Data.
+ /// </summary>
+ public static string MainView_MetaDataTab {
+ get {
+ return ResourceManager.GetString("MainView_MetaDataTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to (Modified).
+ /// </summary>
+ public static string MainView_ModifiedPreset {
+ get {
+ return ResourceManager.GetString("MainView_ModifiedPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Muxing: This may take a while....
+ /// </summary>
+ public static string MainView_Muxing {
+ get {
+ return ResourceManager.GetString("MainView_Muxing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Options.
+ /// </summary>
+ public static string MainView_Options {
+ get {
+ return ResourceManager.GetString("MainView_Options", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Output Settings.
+ /// </summary>
+ public static string MainView_OutputSettings {
+ get {
+ return ResourceManager.GetString("MainView_OutputSettings", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Pause.
+ /// </summary>
+ public static string MainView_Pause {
+ get {
+ return ResourceManager.GetString("MainView_Pause", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Dimensions.
+ /// </summary>
+ public static string MainView_PictureTab {
+ get {
+ return ResourceManager.GetString("MainView_PictureTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rename Preset.
+ /// </summary>
+ public static string MainView_PresetManage {
+ get {
+ return ResourceManager.GetString("MainView_PresetManage", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Preset Options Context Menu.
+ /// </summary>
+ public static string MainView_PresetOptionsContextMenu {
+ get {
+ return ResourceManager.GetString("MainView_PresetOptionsContextMenu", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Delete Preset.
+ /// </summary>
+ public static string MainView_PresetRemove {
+ get {
+ return ResourceManager.GetString("MainView_PresetRemove", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Presets.
+ /// </summary>
+ public static string MainView_Presets {
+ get {
+ return ResourceManager.GetString("MainView_Presets", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Preview.
+ /// </summary>
+ public static string MainView_Preview {
+ get {
+ return ResourceManager.GetString("MainView_Preview", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoding: {0}, {1:00.00}%, Time Remaining: {2}, {3}.
+ /// </summary>
+ public static string MainView_ProgressStatusWithTask {
+ get {
+ return ResourceManager.GetString("MainView_ProgressStatusWithTask", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Range:.
+ /// </summary>
+ public static string MainView_Range {
+ get {
+ return ResourceManager.GetString("MainView_Range", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reload.
+ /// </summary>
+ public static string MainView_Reload {
+ get {
+ return ResourceManager.GetString("MainView_Reload", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remove.
+ /// </summary>
+ public static string MainView_Remove {
+ get {
+ return ResourceManager.GetString("MainView_Remove", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reset Built-in Presets.
+ /// </summary>
+ public static string MainView_ResetBuiltInPresets {
+ get {
+ return ResourceManager.GetString("MainView_ResetBuiltInPresets", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save New Preset.
+ /// </summary>
+ public static string MainView_SaveNewPreset {
+ get {
+ return ResourceManager.GetString("MainView_SaveNewPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Searching for start time.
+ /// </summary>
+ public static string MainView_Searching {
+ get {
+ return ResourceManager.GetString("MainView_Searching", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Selected Preset:.
+ /// </summary>
+ public static string MainView_SelectedPreset {
+ get {
+ return ResourceManager.GetString("MainView_SelectedPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Set Default.
+ /// </summary>
+ public static string MainView_SetDefault {
+ get {
+ return ResourceManager.GetString("MainView_SetDefault", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Preview.
+ /// </summary>
+ public static string MainView_ShowPreview {
+ get {
+ return ResourceManager.GetString("MainView_ShowPreview", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue.
+ /// </summary>
+ public static string MainView_ShowQueue {
+ get {
+ return ResourceManager.GetString("MainView_ShowQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Source:.
+ /// </summary>
+ public static string MainView_Source {
+ get {
+ return ResourceManager.GetString("MainView_Source", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Source.
+ /// </summary>
+ public static string MainView_SourceOpen {
+ get {
+ return ResourceManager.GetString("MainView_SourceOpen", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Encode.
+ /// </summary>
+ public static string MainView_StartEncode {
+ get {
+ return ResourceManager.GetString("MainView_StartEncode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Queue.
+ /// </summary>
+ public static string MainView_StartQueue {
+ get {
+ return ResourceManager.GetString("MainView_StartQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Stop.
+ /// </summary>
+ public static string MainView_Stop {
+ get {
+ return ResourceManager.GetString("MainView_Stop", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Stop Encode.
+ /// </summary>
+ public static string MainView_StopEncode {
+ get {
+ return ResourceManager.GetString("MainView_StopEncode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you wish to stop thie encode?.
+ /// </summary>
+ public static string MainView_StopEncodeConfirm {
+ get {
+ return ResourceManager.GetString("MainView_StopEncodeConfirm", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Please choose a source to encode before trying to import a subtitle file..
+ /// </summary>
+ public static string MainView_SubtitleBeforeScanError {
+ get {
+ return ResourceManager.GetString("MainView_SubtitleBeforeScanError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Subtitles.
+ /// </summary>
+ public static string MainView_SubtitlesTab {
+ get {
+ return ResourceManager.GetString("MainView_SubtitlesTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Subtitle Tracks.
+ /// </summary>
+ public static string MainView_SubtitleTracksCount {
+ get {
+ return ResourceManager.GetString("MainView_SubtitleTracksCount", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Summary.
+ /// </summary>
+ public static string MainView_SummaryTab {
+ get {
+ return ResourceManager.GetString("MainView_SummaryTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to - .
+ /// </summary>
+ public static string MainView_through {
+ get {
+ return ResourceManager.GetString("MainView_through", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Title: .
+ /// </summary>
+ public static string MainView_Title {
+ get {
+ return ResourceManager.GetString("MainView_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Tools.
+ /// </summary>
+ public static string MainView_Tools {
+ get {
+ return ResourceManager.GetString("MainView_Tools", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Update Selected Preset.
+ /// </summary>
+ public static string MainView_UpdateSelectedPreset {
+ get {
+ return ResourceManager.GetString("MainView_UpdateSelectedPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Video.
+ /// </summary>
+ public static string MainView_VideoTab {
+ get {
+ return ResourceManager.GetString("MainView_VideoTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Web Optimized.
+ /// </summary>
+ public static string MainView_WebOptimized {
+ get {
+ return ResourceManager.GetString("MainView_WebOptimized", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You can not delete the default preset. Please set another preset as default first..
/// </summary>
public static string MainViewModel_CanNotDeleteDefaultPreset {
@@ -1210,6 +2398,24 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Manage Preset.
+ /// </summary>
+ public static string ManagePresetView_ManagePreset {
+ get {
+ return ResourceManager.GetString("ManagePresetView_ManagePreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Meta Data.
+ /// </summary>
+ public static string MetaDataView_Title {
+ get {
+ return ResourceManager.GetString("MetaDataView_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%
///FPS: {3:000.0}, Avg FPS: {4:000.0}
///Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss}.
@@ -1239,6 +2445,24 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Clear Log files older than 30 days.
+ /// </summary>
+ public static string Options_30DayLogClear {
+ get {
+ return ResourceManager.GetString("Options_30DayLogClear", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to About HandBrake.
+ /// </summary>
+ public static string Options_About {
+ get {
+ return ResourceManager.GetString("Options_About", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The format of the output file. In addition to any supported file system character, you can use the following placeholders that will be replaced when you change title or scan a source.
///
///Live Update Options: {source} {title} {chapters}
@@ -1251,6 +2475,132 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Advanced.
+ /// </summary>
+ public static string Options_Advanced {
+ get {
+ return ResourceManager.GetString("Options_Advanced", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Advanced Options.
+ /// </summary>
+ public static string Options_AdvancedOptions {
+ get {
+ return ResourceManager.GetString("Options_AdvancedOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Allow use of &apos;Advanced&apos; Tab for x264 options. (Deprecated).
+ /// </summary>
+ public static string Options_AdvancedTab {
+ get {
+ return ResourceManager.GetString("Options_AdvancedTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Arguments:.
+ /// </summary>
+ public static string Options_Arguments {
+ get {
+ return ResourceManager.GetString("Options_Arguments", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatic File Naming.
+ /// </summary>
+ public static string Options_AutomaticFileNaming {
+ get {
+ return ResourceManager.GetString("Options_AutomaticFileNaming", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatically name output files.
+ /// </summary>
+ public static string Options_AutoNameOutput {
+ get {
+ return ResourceManager.GetString("Options_AutoNameOutput", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check for Updates.
+ /// </summary>
+ public static string Options_CheckForUpdates {
+ get {
+ return ResourceManager.GetString("Options_CheckForUpdates", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always clear completed queue items after an encode completes.
+ /// </summary>
+ public static string Options_ClearCompleted {
+ get {
+ return ResourceManager.GetString("Options_ClearCompleted", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear Log History.
+ /// </summary>
+ public static string Options_ClearLogs {
+ get {
+ return ResourceManager.GetString("Options_ClearLogs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Put a copy of individual encode logs in a specified location:.
+ /// </summary>
+ public static string Options_CopyLogToDir {
+ get {
+ return ResourceManager.GetString("Options_CopyLogToDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Put a copy of individual encode logs in the same location as the encoded video.
+ /// </summary>
+ public static string Options_CopyLogToEncDir {
+ get {
+ return ResourceManager.GetString("Options_CopyLogToEncDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Current Version.
+ /// </summary>
+ public static string Options_CurVersion {
+ get {
+ return ResourceManager.GetString("Options_CurVersion", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Decoding.
+ /// </summary>
+ public static string Options_Decoding {
+ get {
+ return ResourceManager.GetString("Options_Decoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Default Path:.
+ /// </summary>
+ public static string Options_DefaultPath {
+ get {
+ return ResourceManager.GetString("Options_DefaultPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Available additional Options: {source_path} or {source_folder_name}
///
///Not both at the same time!.
@@ -1262,6 +2612,465 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Download Update.
+ /// </summary>
+ public static string Options_DownloadUpdates {
+ get {
+ return ResourceManager.GetString("Options_DownloadUpdates", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to DVD Reading.
+ /// </summary>
+ public static string Options_DVD {
+ get {
+ return ResourceManager.GetString("Options_DVD", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disable LibDVDNav. (libdvdread will be used instead).
+ /// </summary>
+ public static string Options_DvdRead {
+ get {
+ return ResourceManager.GetString("Options_DvdRead", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoding.
+ /// </summary>
+ public static string Options_Encoding {
+ get {
+ return ResourceManager.GetString("Options_Encoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Experimental Features.
+ /// </summary>
+ public static string Options_Experimental {
+ get {
+ return ResourceManager.GetString("Options_Experimental", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Experimental features are ideas we are working on. These may or may not make it into a final release and may not work!.
+ /// </summary>
+ public static string Options_ExperimentalFeatures {
+ get {
+ return ResourceManager.GetString("Options_ExperimentalFeatures", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to File Format:.
+ /// </summary>
+ public static string Options_Format {
+ get {
+ return ResourceManager.GetString("Options_Format", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to General.
+ /// </summary>
+ public static string Options_General {
+ get {
+ return ResourceManager.GetString("Options_General", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Logging.
+ /// </summary>
+ public static string Options_Logging {
+ get {
+ return ResourceManager.GetString("Options_Logging", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Log Verbosity Level:.
+ /// </summary>
+ public static string Options_LogLevel {
+ get {
+ return ResourceManager.GetString("Options_LogLevel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Log Path:.
+ /// </summary>
+ public static string Options_LogPath {
+ get {
+ return ResourceManager.GetString("Options_LogPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Low diskspace warning level (GB):.
+ /// </summary>
+ public static string Options_LowDiskspaceSize {
+ get {
+ return ResourceManager.GetString("Options_LowDiskspaceSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Minimize to system tray (Requires Restart).
+ /// </summary>
+ public static string Options_MinimiseTray {
+ get {
+ return ResourceManager.GetString("Options_MinimiseTray", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Minimum length of title to scan (seconds):.
+ /// </summary>
+ public static string Options_MinTitleScanLength {
+ get {
+ return ResourceManager.GetString("Options_MinTitleScanLength", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to MP4 File Extension:.
+ /// </summary>
+ public static string Options_MP4FileExtension {
+ get {
+ return ResourceManager.GetString("Options_MP4FileExtension", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to On Startup.
+ /// </summary>
+ public static string Options_OnStartup {
+ get {
+ return ResourceManager.GetString("Options_OnStartup", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Output Files.
+ /// </summary>
+ public static string Options_Output {
+ get {
+ return ResourceManager.GetString("Options_Output", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Path: .
+ /// </summary>
+ public static string Options_Path {
+ get {
+ return ResourceManager.GetString("Options_Path", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Path to VLC Player.
+ /// </summary>
+ public static string Options_PathToVLC {
+ get {
+ return ResourceManager.GetString("Options_PathToVLC", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Pause queue if disk space is low before starting a job..
+ /// </summary>
+ public static string Options_PauseQueueOnLowDiskSpace {
+ get {
+ return ResourceManager.GetString("Options_PauseQueueOnLowDiskSpace", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Prevent the system from sleeping while encoding.
+ /// </summary>
+ public static string Options_PreventSleep {
+ get {
+ return ResourceManager.GetString("Options_PreventSleep", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Number of picture previews to scan:.
+ /// </summary>
+ public static string Options_PreviewScanCount {
+ get {
+ return ResourceManager.GetString("Options_PreviewScanCount", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Priority Level:.
+ /// </summary>
+ public static string Options_PriorityLevel {
+ get {
+ return ResourceManager.GetString("Options_PriorityLevel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enable QuickSync Decoding.
+ /// </summary>
+ public static string Options_QsvDecode {
+ get {
+ return ResourceManager.GetString("Options_QsvDecode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) .
+ /// </summary>
+ public static string Options_QsvDecodeForNonFullPath {
+ get {
+ return ResourceManager.GetString("Options_QsvDecodeForNonFullPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remove common punctuation.
+ /// </summary>
+ public static string Options_RemovePunctuation {
+ get {
+ return ResourceManager.GetString("Options_RemovePunctuation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Replace underscores with a space.
+ /// </summary>
+ public static string Options_ReplaceUnderscores {
+ get {
+ return ResourceManager.GetString("Options_ReplaceUnderscores", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reset to &apos;Do nothing&apos; when the app is re-launched..
+ /// </summary>
+ public static string Options_ResetDoNothing {
+ get {
+ return ResourceManager.GetString("Options_ResetDoNothing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose Scaler:.
+ /// </summary>
+ public static string Options_Scaler {
+ get {
+ return ResourceManager.GetString("Options_Scaler", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Scaling.
+ /// </summary>
+ public static string Options_Scaling {
+ get {
+ return ResourceManager.GetString("Options_Scaling", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Send file to:.
+ /// </summary>
+ public static string Options_SendFileTo {
+ get {
+ return ResourceManager.GetString("Options_SendFileTo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show the new experimental queue design..
+ /// </summary>
+ public static string Options_ShowExperimentalQueueDesign {
+ get {
+ return ResourceManager.GetString("Options_ShowExperimentalQueueDesign", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show Queue in line with the main UI..
+ /// </summary>
+ public static string Options_ShowQueueInline {
+ get {
+ return ResourceManager.GetString("Options_ShowQueueInline", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Change case to Title Case.
+ /// </summary>
+ public static string Options_TitleCase {
+ get {
+ return ResourceManager.GetString("Options_TitleCase", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Updates.
+ /// </summary>
+ public static string Options_Updates {
+ get {
+ return ResourceManager.GetString("Options_Updates", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to User Interface.
+ /// </summary>
+ public static string Options_UserInterface {
+ get {
+ return ResourceManager.GetString("Options_UserInterface", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Version:.
+ /// </summary>
+ public static string Options_Version {
+ get {
+ return ResourceManager.GetString("Options_Version", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Video.
+ /// </summary>
+ public static string Options_Video {
+ get {
+ return ResourceManager.GetString("Options_Video", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This path is used for the video preview feature only..
+ /// </summary>
+ public static string Options_VideoPreviewPath {
+ get {
+ return ResourceManager.GetString("Options_VideoPreviewPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to View Log Directory.
+ /// </summary>
+ public static string Options_ViewLogDirectory {
+ get {
+ return ResourceManager.GetString("Options_ViewLogDirectory", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to When Done.
+ /// </summary>
+ public static string Options_WhenDone {
+ get {
+ return ResourceManager.GetString("Options_WhenDone", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to x264/5 Settings.
+ /// </summary>
+ public static string Options_x264 {
+ get {
+ return ResourceManager.GetString("Options_x264", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Constant quality fractional granularity:.
+ /// </summary>
+ public static string Options_x264Granularity {
+ get {
+ return ResourceManager.GetString("Options_x264Granularity", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enable Nvidia NVENC Encoder.
+ /// </summary>
+ public static string OptionsView_EnableNvencEncoding {
+ get {
+ return ResourceManager.GetString("OptionsView_EnableNvencEncoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enable Intel QuickSync Encoder.
+ /// </summary>
+ public static string OptionsView_EnableQuicksyncEncoding {
+ get {
+ return ResourceManager.GetString("OptionsView_EnableQuicksyncEncoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enable AMD VCE Encoder.
+ /// </summary>
+ public static string OptionsView_EnableVceEncoding {
+ get {
+ return ResourceManager.GetString("OptionsView_EnableVceEncoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The file format entered contained invalid characters. These have been removed. .
+ /// </summary>
+ public static string OptionsView_InvalidFileFormatChars {
+ get {
+ return ResourceManager.GetString("OptionsView_InvalidFileFormatChars", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Play a sound when each encode completes.
+ /// </summary>
+ public static string OptionsView_PlaySoundWhenDone {
+ get {
+ return ResourceManager.GetString("OptionsView_PlaySoundWhenDone", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Play a sound when the queue completes.
+ /// </summary>
+ public static string OptionsView_PlaySoundWhenQueueDone {
+ get {
+ return ResourceManager.GetString("OptionsView_PlaySoundWhenQueueDone", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show previews on summary tab..
+ /// </summary>
+ public static string OptionsView_ShowPreviewOnSummaryTab {
+ get {
+ return ResourceManager.GetString("OptionsView_ShowPreviewOnSummaryTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show the encode status in the application title bar..
+ /// </summary>
+ public static string OptionsView_ShowStatusInTitleBar {
+ get {
+ return ResourceManager.GetString("OptionsView_ShowStatusInTitleBar", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Your system supports the 64bit version of HandBrake! This offers performance and stability improvements over this 32bit version.
/// Please check the website for release notes..
/// </summary>
@@ -1362,6 +3171,159 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Anamorphic:.
+ /// </summary>
+ public static string PictureSettingsView_Anamorphic {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Anamorphic", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatic.
+ /// </summary>
+ public static string PictureSettingsView_Automatic {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Automatic", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Bottom.
+ /// </summary>
+ public static string PictureSettingsView_Bottom {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Bottom", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cropping.
+ /// </summary>
+ public static string PictureSettingsView_Cropping {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Cropping", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Custom.
+ /// </summary>
+ public static string PictureSettingsView_Custom {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Custom", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Display Width:.
+ /// </summary>
+ public static string PictureSettingsView_DisplayWitdh {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_DisplayWitdh", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Height:.
+ /// </summary>
+ public static string PictureSettingsView_Height {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Height", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Keep Aspect Ratio.
+ /// </summary>
+ public static string PictureSettingsView_KeepAR {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_KeepAR", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Left.
+ /// </summary>
+ public static string PictureSettingsView_Left {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Left", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Modulus:.
+ /// </summary>
+ public static string PictureSettingsView_Modulus {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Modulus", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Output.
+ /// </summary>
+ public static string PictureSettingsView_Output {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Output", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PAR:.
+ /// </summary>
+ public static string PictureSettingsView_PAR {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_PAR", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Right.
+ /// </summary>
+ public static string PictureSettingsView_Right {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Right", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Size.
+ /// </summary>
+ public static string PictureSettingsView_Size {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Size", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Source:.
+ /// </summary>
+ public static string PictureSettingsView_Source {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Source", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Top.
+ /// </summary>
+ public static string PictureSettingsView_Top {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Top", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Width:.
+ /// </summary>
+ public static string PictureSettingsView_Width {
+ get {
+ return ResourceManager.GetString("PictureSettingsView_Width", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Display Size: {0}x{1}, PAR {2}x{3}.
/// </summary>
public static string PictureSettingsViewModel_StorageDisplayLabel {
@@ -1371,6 +3333,61 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Change the behaviour of the audio track selection for this preset.
+ ///This will not affect your current settings in the Audio tab..
+ /// </summary>
+ public static string Preset_AudioDefaults_SubText {
+ get {
+ return ResourceManager.GetString("Preset_AudioDefaults_SubText", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Audio Defaults.
+ /// </summary>
+ public static string Preset_AudioDefaults_Title {
+ get {
+ return ResourceManager.GetString("Preset_AudioDefaults_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Custom.
+ /// </summary>
+ public static string Preset_Custom {
+ get {
+ return ResourceManager.GetString("Preset_Custom", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export to file.
+ /// </summary>
+ public static string Preset_Export {
+ get {
+ return ResourceManager.GetString("Preset_Export", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import from file.
+ /// </summary>
+ public static string Preset_Import {
+ get {
+ return ResourceManager.GetString("Preset_Import", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Official.
+ /// </summary>
+ public static string Preset_Official {
+ get {
+ return ResourceManager.GetString("Preset_Official", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Preset Version.
/// </summary>
public static string Preset_OldVersion_Header {
@@ -1392,6 +3409,25 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Change the behaviour of the subtitle track selection for this preset.
+ ///This will not affect your current settings in the Subtitle tab..
+ /// </summary>
+ public static string Preset_SubtitleDefaults_SubText {
+ get {
+ return ResourceManager.GetString("Preset_SubtitleDefaults_SubText", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Subtitle Defaults.
+ /// </summary>
+ public static string Preset_SubtitleDefaults_Title {
+ get {
+ return ResourceManager.GetString("Preset_SubtitleDefaults_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Unable to import preset!.
/// </summary>
public static string Preset_UnableToImport_Header {
@@ -1568,6 +3604,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to The selected titles will be added using the &quot;{0}&quot; preset..
+ /// </summary>
+ public static string QueueSelection_UsingPreset {
+ get {
+ return ResourceManager.GetString("QueueSelection_UsingPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose titles:.
+ /// </summary>
+ public static string QueueSelectionView_ChooseTitles {
+ get {
+ return ResourceManager.GetString("QueueSelectionView_ChooseTitles", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add to Queue.
+ /// </summary>
+ public static string QueueSelectionView_Title {
+ get {
+ return ResourceManager.GetString("QueueSelectionView_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Add to Queue.
/// </summary>
public static string QueueSelectionViewModel_AddToQueue {
@@ -1577,6 +3640,366 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Advanced:.
+ /// </summary>
+ public static string QueueView_Advanced {
+ get {
+ return ResourceManager.GetString("QueueView_Advanced", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Audio:.
+ /// </summary>
+ public static string QueueView_Audio {
+ get {
+ return ResourceManager.GetString("QueueView_Audio", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear All.
+ /// </summary>
+ public static string QueueView_ClearAll {
+ get {
+ return ResourceManager.GetString("QueueView_ClearAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear Completed.
+ /// </summary>
+ public static string QueueView_ClearCompleted {
+ get {
+ return ResourceManager.GetString("QueueView_ClearCompleted", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear Queue.
+ /// </summary>
+ public static string QueueView_ClearQueue {
+ get {
+ return ResourceManager.GetString("QueueView_ClearQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear Selected.
+ /// </summary>
+ public static string QueueView_ClearSelected {
+ get {
+ return ResourceManager.GetString("QueueView_ClearSelected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Delete.
+ /// </summary>
+ public static string QueueView_Delete {
+ get {
+ return ResourceManager.GetString("QueueView_Delete", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Destination: .
+ /// </summary>
+ public static string QueueView_Destination {
+ get {
+ return ResourceManager.GetString("QueueView_Destination", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do nothing.
+ /// </summary>
+ public static string QueueView_DoNothing {
+ get {
+ return ResourceManager.GetString("QueueView_DoNothing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encode Time:.
+ /// </summary>
+ public static string QueueView_Duration {
+ get {
+ return ResourceManager.GetString("QueueView_Duration", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Edit.
+ /// </summary>
+ public static string QueueView_Edit {
+ get {
+ return ResourceManager.GetString("QueueView_Edit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to End Time:.
+ /// </summary>
+ public static string QueueView_EndTime {
+ get {
+ return ResourceManager.GetString("QueueView_EndTime", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export Queue for CLI.
+ /// </summary>
+ public static string QueueView_Export {
+ get {
+ return ResourceManager.GetString("QueueView_Export", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Filesize: .
+ /// </summary>
+ public static string QueueView_FileSize {
+ get {
+ return ResourceManager.GetString("QueueView_FileSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Hibernate.
+ /// </summary>
+ public static string QueueView_Hibernate {
+ get {
+ return ResourceManager.GetString("QueueView_Hibernate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Lock System.
+ /// </summary>
+ public static string QueueView_LockSystem {
+ get {
+ return ResourceManager.GetString("QueueView_LockSystem", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The log will be available after the encode completes..
+ /// </summary>
+ public static string QueueView_LogNotAvailableYet {
+ get {
+ return ResourceManager.GetString("QueueView_LogNotAvailableYet", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Log off.
+ /// </summary>
+ public static string QueueView_Logoff {
+ get {
+ return ResourceManager.GetString("QueueView_Logoff", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Destination Directory.
+ /// </summary>
+ public static string QueueView_OpenDestDir {
+ get {
+ return ResourceManager.GetString("QueueView_OpenDestDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Source Directory.
+ /// </summary>
+ public static string QueueView_OpenSourceDir {
+ get {
+ return ResourceManager.GetString("QueueView_OpenSourceDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Options.
+ /// </summary>
+ public static string QueueView_Options {
+ get {
+ return ResourceManager.GetString("QueueView_Options", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Pause Queue.
+ /// </summary>
+ public static string QueueView_Pause {
+ get {
+ return ResourceManager.GetString("QueueView_Pause", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Paused Duration:.
+ /// </summary>
+ public static string QueueView_PausedDuration {
+ get {
+ return ResourceManager.GetString("QueueView_PausedDuration", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Picture Settings:.
+ /// </summary>
+ public static string QueueView_PictureSettings {
+ get {
+ return ResourceManager.GetString("QueueView_PictureSettings", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Quit HandBrake.
+ /// </summary>
+ public static string QueueView_QuitHandBrake {
+ get {
+ return ResourceManager.GetString("QueueView_QuitHandBrake", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Retry All Jobs.
+ /// </summary>
+ public static string QueueView_ResetAllJobs {
+ get {
+ return ResourceManager.GetString("QueueView_ResetAllJobs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Retry Failed.
+ /// </summary>
+ public static string QueueView_ResetFailed {
+ get {
+ return ResourceManager.GetString("QueueView_ResetFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Retry Selected Jobs.
+ /// </summary>
+ public static string QueueView_ResetSelectedJobs {
+ get {
+ return ResourceManager.GetString("QueueView_ResetSelectedJobs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Retry.
+ /// </summary>
+ public static string QueueView_Retry {
+ get {
+ return ResourceManager.GetString("QueueView_Retry", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Shutdown.
+ /// </summary>
+ public static string QueueView_Shutdown {
+ get {
+ return ResourceManager.GetString("QueueView_Shutdown", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Source: .
+ /// </summary>
+ public static string QueueView_Source {
+ get {
+ return ResourceManager.GetString("QueueView_Source", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Queue.
+ /// </summary>
+ public static string QueueView_Start {
+ get {
+ return ResourceManager.GetString("QueueView_Start", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Time:.
+ /// </summary>
+ public static string QueueView_StartTime {
+ get {
+ return ResourceManager.GetString("QueueView_StartTime", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Statistics.
+ /// </summary>
+ public static string QueueView_Statistics {
+ get {
+ return ResourceManager.GetString("QueueView_Statistics", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Statistics will be available after an encode completes..
+ /// </summary>
+ public static string QueueView_StatsNotAvailableYet {
+ get {
+ return ResourceManager.GetString("QueueView_StatsNotAvailableYet", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Subtitles:.
+ /// </summary>
+ public static string QueueView_Subtitles {
+ get {
+ return ResourceManager.GetString("QueueView_Subtitles", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Summary.
+ /// </summary>
+ public static string QueueView_Summary {
+ get {
+ return ResourceManager.GetString("QueueView_Summary", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Suspend.
+ /// </summary>
+ public static string QueueView_Suspend {
+ get {
+ return ResourceManager.GetString("QueueView_Suspend", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Video:.
+ /// </summary>
+ public static string QueueView_Video {
+ get {
+ return ResourceManager.GetString("QueueView_Video", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to When Done:.
+ /// </summary>
+ public static string QueueView_WhenDone {
+ get {
+ return ResourceManager.GetString("QueueView_WhenDone", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Are you sure you wish to clear the queue?.
/// </summary>
public static string QueueViewModel_ClearQueueConfrimation {
@@ -1757,6 +4180,87 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Add All Remaining Selected Languages.
+ /// </summary>
+ public static string Shared_AddAllForSelected {
+ get {
+ return ResourceManager.GetString("Shared_AddAllForSelected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add All Remaining Tracks.
+ /// </summary>
+ public static string Shared_AddAllRemaining {
+ get {
+ return ResourceManager.GetString("Shared_AddAllRemaining", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add New Track.
+ /// </summary>
+ public static string Shared_AddNewTrack {
+ get {
+ return ResourceManager.GetString("Shared_AddNewTrack", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Track.
+ /// </summary>
+ public static string Shared_AddTrack {
+ get {
+ return ResourceManager.GetString("Shared_AddTrack", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Available Languages:.
+ /// </summary>
+ public static string Shared_AvailableLanguages {
+ get {
+ return ResourceManager.GetString("Shared_AvailableLanguages", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose Languages:.
+ /// </summary>
+ public static string Shared_ChooseLanguages {
+ get {
+ return ResourceManager.GetString("Shared_ChooseLanguages", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chosen Languages:.
+ /// </summary>
+ public static string Shared_ChosenLangages {
+ get {
+ return ResourceManager.GetString("Shared_ChosenLangages", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Configure Default Behaviours.
+ /// </summary>
+ public static string Shared_ConfigureDefaultBehaviours {
+ get {
+ return ResourceManager.GetString("Shared_ConfigureDefaultBehaviours", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reload Defaults.
+ /// </summary>
+ public static string Shared_ReloadDefaults {
+ get {
+ return ResourceManager.GetString("Shared_ReloadDefaults", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to An Encode is currently running. Exiting HandBrake will stop this encode.
///Are you sure you wish to exit HandBrake?.
/// </summary>
@@ -1767,6 +4271,123 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Choose Disc to Scan.
+ /// </summary>
+ public static string SourceSelection_ChooseDisc {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseDisc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose File to Scan.
+ /// </summary>
+ public static string SourceSelection_ChooseFile {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose Folder to Scan.
+ /// </summary>
+ public static string SourceSelection_ChooseFolder {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseFolder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Optionally choose a specific title: .
+ /// </summary>
+ public static string SourceSelection_ChooseSpecificTitle {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseSpecificTitle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Then choose the video(s) you&apos;d like to encode: .
+ /// </summary>
+ public static string SourceSelection_ChooseVideo {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseVideo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to File.
+ /// </summary>
+ public static string SourceSelection_File {
+ get {
+ return ResourceManager.GetString("SourceSelection_File", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Folder (Batch Scan).
+ /// </summary>
+ public static string SourceSelection_FolderBatchScan {
+ get {
+ return ResourceManager.GetString("SourceSelection_FolderBatchScan", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open this DVD or Bluray Drive.
+ /// </summary>
+ public static string SourceSelection_OpenDVDBluray {
+ get {
+ return ResourceManager.GetString("SourceSelection_OpenDVDBluray", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open a folder with one or more files..
+ /// </summary>
+ public static string SourceSelection_OpenFolderWIth {
+ get {
+ return ResourceManager.GetString("SourceSelection_OpenFolderWIth", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Queue Recovery.
+ /// </summary>
+ public static string SourceSelection_QueueArchiveRecovery {
+ get {
+ return ResourceManager.GetString("SourceSelection_QueueArchiveRecovery", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A previous queue archive is available. .
+ /// </summary>
+ public static string SourceSelection_QueueArchiveRecoveryDesc {
+ get {
+ return ResourceManager.GetString("SourceSelection_QueueArchiveRecoveryDesc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open a single video file..
+ /// </summary>
+ public static string SourceSelection_SingleVideoFile {
+ get {
+ return ResourceManager.GetString("SourceSelection_SingleVideoFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Source Selection.
+ /// </summary>
+ public static string SourceSelection_SourceSelection {
+ get {
+ return ResourceManager.GetString("SourceSelection_SourceSelection", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Ready.
/// </summary>
public static string State_Ready {
@@ -1785,6 +4406,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Duration:.
+ /// </summary>
+ public static string StaticPreviewView_Duration {
+ get {
+ return ResourceManager.GetString("StaticPreviewView_Duration", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Live Preview.
+ /// </summary>
+ public static string StaticPreviewView_LivePreview {
+ get {
+ return ResourceManager.GetString("StaticPreviewView_LivePreview", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select a preview image.
+ /// </summary>
+ public static string StaticPreviewView_SelectPreviewImage {
+ get {
+ return ResourceManager.GetString("StaticPreviewView_SelectPreviewImage", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Preview ({0}% actual size).
/// </summary>
public static string StaticPreviewView_Title {
@@ -1794,6 +4442,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Use system default video player.
+ /// </summary>
+ public static string StaticPreviewView_UseSystemDefault {
+ get {
+ return ResourceManager.GetString("StaticPreviewView_UseSystemDefault", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Handbrake is already encoding a video! Only one file can be encoded at any one time..
/// </summary>
public static string StaticPreviewViewModel_AlreadyEncoding {
@@ -1852,6 +4509,51 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Add Closed Captions when available.
+ /// </summary>
+ public static string SubtitlesView_AddCC {
+ get {
+ return ResourceManager.GetString("SubtitlesView_AddCC", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add &apos;Foreign Audio Scan&apos;.
+ /// </summary>
+ public static string SubtitlesView_AddForeignAudioSearch {
+ get {
+ return ResourceManager.GetString("SubtitlesView_AddForeignAudioSearch", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Burn-In Behaviour:.
+ /// </summary>
+ public static string SubtitlesView_BurnInBehaviour {
+ get {
+ return ResourceManager.GetString("SubtitlesView_BurnInBehaviour", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import SRT.
+ /// </summary>
+ public static string SubtitlesView_ImportSRT {
+ get {
+ return ResourceManager.GetString("SubtitlesView_ImportSRT", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Track Selection Behaviour:.
+ /// </summary>
+ public static string SubtitlesView_TrackSelectionBehaviour {
+ get {
+ return ResourceManager.GetString("SubtitlesView_TrackSelectionBehaviour", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Selection Behavior.
/// </summary>
public static string SubtitlesViewModel_ConfigureDefaults {
@@ -1888,6 +4590,177 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Add All Remaining Closed Captions.
+ /// </summary>
+ public static string SubtitleView_AddAllCC {
+ get {
+ return ResourceManager.GetString("SubtitleView_AddAllCC", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video..
+ /// </summary>
+ public static string SubtitleView_SubtitleDefaultsDescription {
+ get {
+ return ResourceManager.GetString("SubtitleView_SubtitleDefaultsDescription", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Additional Audio Tracks.
+ /// </summary>
+ public static string SummaryView_AdditionalAudioTracks {
+ get {
+ return ResourceManager.GetString("SummaryView_AdditionalAudioTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Additional Subtitle Tracks.
+ /// </summary>
+ public static string SummaryView_AdditionalSubtitleTracks {
+ get {
+ return ResourceManager.GetString("SummaryView_AdditionalSubtitleTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Burned.
+ /// </summary>
+ public static string SummaryView_Burned {
+ get {
+ return ResourceManager.GetString("SummaryView_Burned", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Chapter Markers.
+ /// </summary>
+ public static string SummaryView_Chapters {
+ get {
+ return ResourceManager.GetString("SummaryView_Chapters", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Deblock.
+ /// </summary>
+ public static string SummaryView_Deblock {
+ get {
+ return ResourceManager.GetString("SummaryView_Deblock", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Detelecine.
+ /// </summary>
+ public static string SummaryView_Detelecine {
+ get {
+ return ResourceManager.GetString("SummaryView_Detelecine", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to display.
+ /// </summary>
+ public static string SummaryView_display {
+ get {
+ return ResourceManager.GetString("SummaryView_display", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Grayscale.
+ /// </summary>
+ public static string SummaryView_Grayscale {
+ get {
+ return ResourceManager.GetString("SummaryView_Grayscale", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No Audio Tracks.
+ /// </summary>
+ public static string SummaryView_NoAudioTracks {
+ get {
+ return ResourceManager.GetString("SummaryView_NoAudioTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No Chapter Markers.
+ /// </summary>
+ public static string SummaryView_NoChapters {
+ get {
+ return ResourceManager.GetString("SummaryView_NoChapters", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No Filters.
+ /// </summary>
+ public static string SummaryView_NoFilters {
+ get {
+ return ResourceManager.GetString("SummaryView_NoFilters", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No Source.
+ /// </summary>
+ public static string SummaryView_NoSource {
+ get {
+ return ResourceManager.GetString("SummaryView_NoSource", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No Subtitle Tracks.
+ /// </summary>
+ public static string SummaryView_NoSubtitleTracks {
+ get {
+ return ResourceManager.GetString("SummaryView_NoSubtitleTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No Tracks.
+ /// </summary>
+ public static string SummaryView_NoTracks {
+ get {
+ return ResourceManager.GetString("SummaryView_NoTracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Preview {0} of {1}.
+ /// </summary>
+ public static string SummaryView_PreviewInfo {
+ get {
+ return ResourceManager.GetString("SummaryView_PreviewInfo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rotation.
+ /// </summary>
+ public static string SummaryView_Rotation {
+ get {
+ return ResourceManager.GetString("SummaryView_Rotation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to storage.
+ /// </summary>
+ public static string SummaryView_storage {
+ get {
+ return ResourceManager.GetString("SummaryView_storage", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to {1}%, Pass {2} of {3}
///Remaining Time: {4}.
/// </summary>
@@ -2056,6 +4929,177 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to 2-Pass Encoding.
+ /// </summary>
+ public static string VideoView_2Pass {
+ get {
+ return ResourceManager.GetString("VideoView_2Pass", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Avg Bitrate (kbps):.
+ /// </summary>
+ public static string VideoView_AverageBitrate {
+ get {
+ return ResourceManager.GetString("VideoView_AverageBitrate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Video Codec:.
+ /// </summary>
+ public static string VideoView_Codec {
+ get {
+ return ResourceManager.GetString("VideoView_Codec", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Constant Framerate.
+ /// </summary>
+ public static string VideoView_ConstantFramerate {
+ get {
+ return ResourceManager.GetString("VideoView_ConstantFramerate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Constant Quality:.
+ /// </summary>
+ public static string VideoView_ConstantQuality {
+ get {
+ return ResourceManager.GetString("VideoView_ConstantQuality", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoder Level:.
+ /// </summary>
+ public static string VideoView_EncoderLevel {
+ get {
+ return ResourceManager.GetString("VideoView_EncoderLevel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoder Preset:.
+ /// </summary>
+ public static string VideoView_EncoderPreset {
+ get {
+ return ResourceManager.GetString("VideoView_EncoderPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoder Profile:.
+ /// </summary>
+ public static string VideoView_EncoderProfile {
+ get {
+ return ResourceManager.GetString("VideoView_EncoderProfile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoder Tune:.
+ /// </summary>
+ public static string VideoView_EncodeTune {
+ get {
+ return ResourceManager.GetString("VideoView_EncodeTune", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Extra Options:.
+ /// </summary>
+ public static string VideoView_ExtraOptions {
+ get {
+ return ResourceManager.GetString("VideoView_ExtraOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Fast Decode.
+ /// </summary>
+ public static string VideoView_FastDecode {
+ get {
+ return ResourceManager.GetString("VideoView_FastDecode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Framerate (FPS):.
+ /// </summary>
+ public static string VideoView_Framerate {
+ get {
+ return ResourceManager.GetString("VideoView_Framerate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Optimise Video:.
+ /// </summary>
+ public static string VideoView_OptimiseVideo {
+ get {
+ return ResourceManager.GetString("VideoView_OptimiseVideo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Peak Framerate.
+ /// </summary>
+ public static string VideoView_PeakFramerate {
+ get {
+ return ResourceManager.GetString("VideoView_PeakFramerate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Quality.
+ /// </summary>
+ public static string VideoView_Quality {
+ get {
+ return ResourceManager.GetString("VideoView_Quality", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Turbo first pass.
+ /// </summary>
+ public static string VideoView_TurboFirstPass {
+ get {
+ return ResourceManager.GetString("VideoView_TurboFirstPass", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use Advanced Tab instead.
+ /// </summary>
+ public static string VideoView_UseAdvancedTab {
+ get {
+ return ResourceManager.GetString("VideoView_UseAdvancedTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Variable Framerate.
+ /// </summary>
+ public static string VideoView_VariableFramerate {
+ get {
+ return ResourceManager.GetString("VideoView_VariableFramerate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Video.
+ /// </summary>
+ public static string VideoView_Video {
+ get {
+ return ResourceManager.GetString("VideoView_Video", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Warning.
/// </summary>
public static string Warning {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 1c0e4c1f2..69aa2a76b 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -891,4 +891,1020 @@ Would you like to overwrite it?</value>
<data name="Clipboard_Unavailable_Solution" xml:space="preserve">
<value>This may be due to another application monitoring or locking the clipboard for its own use. You will not be able to use the clipboard until it is unlocked.</value>
</data>
+ <data name="AboutView_License" xml:space="preserve">
+ <value>License: </value>
+ </data>
+ <data name="AboutView_Version" xml:space="preserve">
+ <value>Version: </value>
+ </data>
+ <data name="AddPresetView_AddNewCategory" xml:space="preserve">
+ <value>-- Add New Category --</value>
+ </data>
+ <data name="AddPresetView_AddPreset" xml:space="preserve">
+ <value>Add Preset</value>
+ </data>
+ <data name="AddPresetView_Category" xml:space="preserve">
+ <value>Category:</value>
+ </data>
+ <data name="AddPresetView_Description" xml:space="preserve">
+ <value>Description:</value>
+ </data>
+ <data name="AddPresetView_Name" xml:space="preserve">
+ <value>Name:</value>
+ </data>
+ <data name="AddPresetView_SavePictureSize" xml:space="preserve">
+ <value>Dimensions:</value>
+ </data>
+ <data name="AudioDefaultView_Behaviours" xml:space="preserve">
+ <value>Choose Behaviors:</value>
+ </data>
+ <data name="AudioView_AllowPassThruOf" xml:space="preserve">
+ <value>Allow passthru of:</value>
+ </data>
+ <data name="AudioView_AudioDefaultsDescription" xml:space="preserve">
+ <value>Configure how the Audio Tracks are automatically selected and configured when you select a new title or source video.</value>
+ </data>
+ <data name="AudioView_AutoPassthruBehaviour" xml:space="preserve">
+ <value>'Auto Passthru' Behaviour:</value>
+ </data>
+ <data name="AudioView_Bitrate" xml:space="preserve">
+ <value>Bitrate</value>
+ </data>
+ <data name="AudioView_Codec" xml:space="preserve">
+ <value>Codec</value>
+ </data>
+ <data name="AudioView_DRC" xml:space="preserve">
+ <value>DRC</value>
+ </data>
+ <data name="AudioView_Gain" xml:space="preserve">
+ <value>Gain</value>
+ </data>
+ <data name="AudioView_Hide" xml:space="preserve">
+ <value>Hide</value>
+ </data>
+ <data name="AudioView_Mixdown" xml:space="preserve">
+ <value>Mixdown</value>
+ </data>
+ <data name="AudioView_OtherwiseFallbackEncoder" xml:space="preserve">
+ <value>Fallback encoder:</value>
+ </data>
+ <data name="AudioView_ReloadDefaults" xml:space="preserve">
+ <value>Reload Defaults</value>
+ </data>
+ <data name="AudioView_Samplerate" xml:space="preserve">
+ <value>Samplerate</value>
+ </data>
+ <data name="AudioView_Show" xml:space="preserve">
+ <value>Show</value>
+ </data>
+ <data name="AudioView_TrackName" xml:space="preserve">
+ <value>Track Name</value>
+ </data>
+ <data name="AudioView_TrackSelectionBehaviour" xml:space="preserve">
+ <value>Track Selection Behaviour:</value>
+ </data>
+ <data name="AudioView_TrackSettingDefaultBehaviour" xml:space="preserve">
+ <value>For Additional Tracks:</value>
+ </data>
+ <data name="AudioView_WhenAutoPassthru" xml:space="preserve">
+ <value>When 'Auto Passthru' is selected as the audio codec.</value>
+ </data>
+ <data name="ChaptersView_ChapterMarkers" xml:space="preserve">
+ <value>Chapter Markers</value>
+ </data>
+ <data name="ChaptersView_ChapterName" xml:space="preserve">
+ <value>Chapter Name</value>
+ </data>
+ <data name="ChaptersView_ChapterNumber" xml:space="preserve">
+ <value>Chapter Number</value>
+ </data>
+ <data name="ChaptersView_CreateChapterMarkers" xml:space="preserve">
+ <value>Create chapter markers</value>
+ </data>
+ <data name="ChaptersView_Duration" xml:space="preserve">
+ <value>Duration</value>
+ </data>
+ <data name="ChaptersView_Export" xml:space="preserve">
+ <value>Export</value>
+ </data>
+ <data name="ChaptersView_Import" xml:space="preserve">
+ <value>Import</value>
+ </data>
+ <data name="ChapterView_ExportNames" xml:space="preserve">
+ <value>Export Names</value>
+ </data>
+ <data name="ChapterView_ImportNames" xml:space="preserve">
+ <value>Import Names</value>
+ </data>
+ <data name="ChapterView_ResetChapterNames" xml:space="preserve">
+ <value>Reset Chapter Names</value>
+ </data>
+ <data name="CountdownAlterView_CancelAction" xml:space="preserve">
+ <value>Cancel Action</value>
+ </data>
+ <data name="CountdownAlterView_Proceed" xml:space="preserve">
+ <value>Proceed</value>
+ </data>
+ <data name="CountdownAlterView_WhenDoneAction" xml:space="preserve">
+ <value>When Done Action</value>
+ </data>
+ <data name="ErrorView_ErrorDetails" xml:space="preserve">
+ <value>Error Details:</value>
+ </data>
+ <data name="FiltersView_Custom" xml:space="preserve">
+ <value>Custom:</value>
+ </data>
+ <data name="FiltersView_Deblock" xml:space="preserve">
+ <value>Deblock</value>
+ </data>
+ <data name="FiltersView_Decomb" xml:space="preserve">
+ <value>Decomb</value>
+ </data>
+ <data name="FiltersView_Deinterlace" xml:space="preserve">
+ <value>Deinterlace:</value>
+ </data>
+ <data name="FiltersView_DeinterlacePreset" xml:space="preserve">
+ <value>Preset:</value>
+ </data>
+ <data name="FiltersView_DeinterlacePresetAuto" xml:space="preserve">
+ <value>Deinterlace Preset</value>
+ </data>
+ <data name="FiltersView_Denoise" xml:space="preserve">
+ <value>Denoise:</value>
+ </data>
+ <data name="FiltersView_DenoisePresetAuto" xml:space="preserve">
+ <value>Denoise Preset</value>
+ </data>
+ <data name="FiltersView_DenoiseTuneAuto" xml:space="preserve">
+ <value>Denoise Tune</value>
+ </data>
+ <data name="FiltersView_Detelecine" xml:space="preserve">
+ <value>Detelecine:</value>
+ </data>
+ <data name="FiltersView_Filters" xml:space="preserve">
+ <value>Filters</value>
+ </data>
+ <data name="FiltersView_FlipVideo" xml:space="preserve">
+ <value>Flip</value>
+ </data>
+ <data name="FiltersView_Grayscale" xml:space="preserve">
+ <value>Grayscale</value>
+ </data>
+ <data name="FiltersView_InterlaceDetection" xml:space="preserve">
+ <value>Interlace Detection:</value>
+ </data>
+ <data name="FiltersView_Preset" xml:space="preserve">
+ <value>Preset:</value>
+ </data>
+ <data name="FiltersView_Rotate" xml:space="preserve">
+ <value>Rotate:</value>
+ </data>
+ <data name="FiltersView_Sharpen" xml:space="preserve">
+ <value>Sharpen</value>
+ </data>
+ <data name="FiltersView_SharpenPresetAuto" xml:space="preserve">
+ <value>Sharpen Preset</value>
+ </data>
+ <data name="FiltersView_SharpenTuneAuto" xml:space="preserve">
+ <value>Sharpen Tune</value>
+ </data>
+ <data name="FiltersView_Tune" xml:space="preserve">
+ <value>Tune:</value>
+ </data>
+ <data name="Generic_Add" xml:space="preserve">
+ <value>Add</value>
+ </data>
+ <data name="Generic_Cancel" xml:space="preserve">
+ <value>Cancel</value>
+ </data>
+ <data name="Generic_Clear" xml:space="preserve">
+ <value>Clear</value>
+ </data>
+ <data name="Generic_Close" xml:space="preserve">
+ <value>Close</value>
+ </data>
+ <data name="Generic_CopyToClipboard" xml:space="preserve">
+ <value>Copy to Clipboard</value>
+ </data>
+ <data name="Generic_MoveLeft" xml:space="preserve">
+ <value>Move Left</value>
+ </data>
+ <data name="Generic_MoveRight" xml:space="preserve">
+ <value>Move Right</value>
+ </data>
+ <data name="Generic_Save" xml:space="preserve">
+ <value>Save</value>
+ </data>
+ <data name="LogView_CopyClipboard" xml:space="preserve">
+ <value>Copy to clipboard</value>
+ </data>
+ <data name="LogView_EncodeLog" xml:space="preserve">
+ <value>Encode Log</value>
+ </data>
+ <data name="LogView_OpenLogDir" xml:space="preserve">
+ <value>Open Log Directory</value>
+ </data>
+ <data name="LogView_ScanLog" xml:space="preserve">
+ <value>ScanLog</value>
+ </data>
+ <data name="MainView_ActivityLog" xml:space="preserve">
+ <value>Activity Log</value>
+ </data>
+ <data name="MainView_AddAll" xml:space="preserve">
+ <value>Add All</value>
+ </data>
+ <data name="MainView_AddCurrent" xml:space="preserve">
+ <value>Add Current</value>
+ </data>
+ <data name="MainView_AddSelection" xml:space="preserve">
+ <value>Add Selection</value>
+ </data>
+ <data name="MainView_AddToQueue" xml:space="preserve">
+ <value>Add to Queue</value>
+ </data>
+ <data name="MainView_AdvancedTab" xml:space="preserve">
+ <value>Advanced</value>
+ </data>
+ <data name="MainView_AlignAVStart" xml:space="preserve">
+ <value>Align A/V Start</value>
+ </data>
+ <data name="MainView_Angle" xml:space="preserve">
+ <value>Angle: </value>
+ </data>
+ <data name="MainView_AudioTab" xml:space="preserve">
+ <value>Audio</value>
+ </data>
+ <data name="MainView_AudioTrackCount" xml:space="preserve">
+ <value>Audio Tracks</value>
+ </data>
+ <data name="MainView_Browser" xml:space="preserve">
+ <value>Browse</value>
+ </data>
+ <data name="MainView_ChaptersTab" xml:space="preserve">
+ <value>Chapters</value>
+ </data>
+ <data name="MainView_Container" xml:space="preserve">
+ <value>Container</value>
+ </data>
+ <data name="MainView_Destination" xml:space="preserve">
+ <value>Destination</value>
+ </data>
+ <data name="MainView_Duration" xml:space="preserve">
+ <value>Duration: </value>
+ </data>
+ <data name="MainView_File" xml:space="preserve">
+ <value>Save As:</value>
+ </data>
+ <data name="MainView_FiltersTab" xml:space="preserve">
+ <value>Filters</value>
+ </data>
+ <data name="MainView_Format" xml:space="preserve">
+ <value>Format:</value>
+ </data>
+ <data name="MainView_Help" xml:space="preserve">
+ <value>Help</value>
+ </data>
+ <data name="MainView_iPod5G" xml:space="preserve">
+ <value>iPod 5G Support</value>
+ </data>
+ <data name="MainView_MetaDataTab" xml:space="preserve">
+ <value>Meta Data</value>
+ </data>
+ <data name="MainView_ModifiedPreset" xml:space="preserve">
+ <value>(Modified)</value>
+ </data>
+ <data name="MainView_Muxing" xml:space="preserve">
+ <value>Muxing: This may take a while...</value>
+ </data>
+ <data name="MainView_Options" xml:space="preserve">
+ <value>Options</value>
+ </data>
+ <data name="MainView_OutputSettings" xml:space="preserve">
+ <value>Output Settings</value>
+ </data>
+ <data name="MainView_Pause" xml:space="preserve">
+ <value>Pause</value>
+ </data>
+ <data name="MainView_PictureTab" xml:space="preserve">
+ <value>Dimensions</value>
+ </data>
+ <data name="MainView_PresetManage" xml:space="preserve">
+ <value>Rename Preset</value>
+ </data>
+ <data name="MainView_PresetOptionsContextMenu" xml:space="preserve">
+ <value>Preset Options Context Menu</value>
+ </data>
+ <data name="MainView_PresetRemove" xml:space="preserve">
+ <value>Delete Preset</value>
+ </data>
+ <data name="MainView_Presets" xml:space="preserve">
+ <value>Presets</value>
+ </data>
+ <data name="MainView_Preview" xml:space="preserve">
+ <value>Preview</value>
+ </data>
+ <data name="MainView_ProgressStatusWithTask" xml:space="preserve">
+ <value>Encoding: {0}, {1:00.00}%, Time Remaining: {2}, {3}</value>
+ </data>
+ <data name="MainView_Range" xml:space="preserve">
+ <value>Range:</value>
+ </data>
+ <data name="MainView_Reload" xml:space="preserve">
+ <value>Reload</value>
+ </data>
+ <data name="MainView_Remove" xml:space="preserve">
+ <value>Remove</value>
+ </data>
+ <data name="MainView_ResetBuiltInPresets" xml:space="preserve">
+ <value>Reset Built-in Presets</value>
+ </data>
+ <data name="MainView_SaveNewPreset" xml:space="preserve">
+ <value>Save New Preset</value>
+ </data>
+ <data name="MainView_Searching" xml:space="preserve">
+ <value>Searching for start time</value>
+ </data>
+ <data name="MainView_SelectedPreset" xml:space="preserve">
+ <value>Selected Preset:</value>
+ </data>
+ <data name="MainView_SetDefault" xml:space="preserve">
+ <value>Set Default</value>
+ </data>
+ <data name="MainView_ShowPreview" xml:space="preserve">
+ <value>Preview</value>
+ </data>
+ <data name="MainView_ShowQueue" xml:space="preserve">
+ <value>Queue</value>
+ </data>
+ <data name="MainView_Source" xml:space="preserve">
+ <value>Source:</value>
+ </data>
+ <data name="MainView_SourceOpen" xml:space="preserve">
+ <value>Open Source</value>
+ </data>
+ <data name="MainView_StartEncode" xml:space="preserve">
+ <value>Start Encode</value>
+ </data>
+ <data name="MainView_StartQueue" xml:space="preserve">
+ <value>Start Queue</value>
+ </data>
+ <data name="MainView_Stop" xml:space="preserve">
+ <value>Stop</value>
+ </data>
+ <data name="MainView_StopEncode" xml:space="preserve">
+ <value>Stop Encode</value>
+ </data>
+ <data name="MainView_StopEncodeConfirm" xml:space="preserve">
+ <value>Are you sure you wish to stop thie encode?</value>
+ </data>
+ <data name="MainView_SubtitleBeforeScanError" xml:space="preserve">
+ <value>Please choose a source to encode before trying to import a subtitle file.</value>
+ </data>
+ <data name="MainView_SubtitlesTab" xml:space="preserve">
+ <value>Subtitles</value>
+ </data>
+ <data name="MainView_SubtitleTracksCount" xml:space="preserve">
+ <value>Subtitle Tracks</value>
+ </data>
+ <data name="MainView_SummaryTab" xml:space="preserve">
+ <value>Summary</value>
+ </data>
+ <data name="MainView_through" xml:space="preserve">
+ <value> - </value>
+ </data>
+ <data name="MainView_Title" xml:space="preserve">
+ <value>Title: </value>
+ </data>
+ <data name="MainView_Tools" xml:space="preserve">
+ <value>Tools</value>
+ </data>
+ <data name="MainView_UpdateSelectedPreset" xml:space="preserve">
+ <value>Update Selected Preset</value>
+ </data>
+ <data name="MainView_VideoTab" xml:space="preserve">
+ <value>Video</value>
+ </data>
+ <data name="MainView_WebOptimized" xml:space="preserve">
+ <value>Web Optimized</value>
+ </data>
+ <data name="ManagePresetView_ManagePreset" xml:space="preserve">
+ <value>Manage Preset</value>
+ </data>
+ <data name="MetaDataView_Title" xml:space="preserve">
+ <value>Meta Data</value>
+ </data>
+ <data name="OptionsView_EnableNvencEncoding" xml:space="preserve">
+ <value>Enable Nvidia NVENC Encoder</value>
+ </data>
+ <data name="OptionsView_EnableQuicksyncEncoding" xml:space="preserve">
+ <value>Enable Intel QuickSync Encoder</value>
+ </data>
+ <data name="OptionsView_EnableVceEncoding" xml:space="preserve">
+ <value>Enable AMD VCE Encoder</value>
+ </data>
+ <data name="OptionsView_InvalidFileFormatChars" xml:space="preserve">
+ <value>The file format entered contained invalid characters. These have been removed. </value>
+ </data>
+ <data name="OptionsView_PlaySoundWhenDone" xml:space="preserve">
+ <value>Play a sound when each encode completes</value>
+ </data>
+ <data name="OptionsView_PlaySoundWhenQueueDone" xml:space="preserve">
+ <value>Play a sound when the queue completes</value>
+ </data>
+ <data name="OptionsView_ShowPreviewOnSummaryTab" xml:space="preserve">
+ <value>Show previews on summary tab.</value>
+ </data>
+ <data name="OptionsView_ShowStatusInTitleBar" xml:space="preserve">
+ <value>Show the encode status in the application title bar.</value>
+ </data>
+ <data name="Options_30DayLogClear" xml:space="preserve">
+ <value>Clear Log files older than 30 days</value>
+ </data>
+ <data name="Options_About" xml:space="preserve">
+ <value>About HandBrake</value>
+ </data>
+ <data name="Options_Advanced" xml:space="preserve">
+ <value>Advanced</value>
+ </data>
+ <data name="Options_AdvancedOptions" xml:space="preserve">
+ <value>Advanced Options</value>
+ </data>
+ <data name="Options_AdvancedTab" xml:space="preserve">
+ <value>Allow use of 'Advanced' Tab for x264 options. (Deprecated)</value>
+ </data>
+ <data name="Options_Arguments" xml:space="preserve">
+ <value>Arguments:</value>
+ </data>
+ <data name="Options_AutomaticFileNaming" xml:space="preserve">
+ <value>Automatic File Naming</value>
+ </data>
+ <data name="Options_AutoNameOutput" xml:space="preserve">
+ <value>Automatically name output files</value>
+ </data>
+ <data name="Options_CheckForUpdates" xml:space="preserve">
+ <value>Check for Updates</value>
+ </data>
+ <data name="Options_ClearCompleted" xml:space="preserve">
+ <value>Always clear completed queue items after an encode completes</value>
+ </data>
+ <data name="Options_ClearLogs" xml:space="preserve">
+ <value>Clear Log History</value>
+ </data>
+ <data name="Options_CopyLogToDir" xml:space="preserve">
+ <value>Put a copy of individual encode logs in a specified location:</value>
+ </data>
+ <data name="Options_CopyLogToEncDir" xml:space="preserve">
+ <value>Put a copy of individual encode logs in the same location as the encoded video</value>
+ </data>
+ <data name="Options_CurVersion" xml:space="preserve">
+ <value>Current Version</value>
+ </data>
+ <data name="Options_Decoding" xml:space="preserve">
+ <value>Decoding</value>
+ </data>
+ <data name="Options_DefaultPath" xml:space="preserve">
+ <value>Default Path:</value>
+ </data>
+ <data name="Options_DownloadUpdates" xml:space="preserve">
+ <value>Download Update</value>
+ </data>
+ <data name="Options_DVD" xml:space="preserve">
+ <value>DVD Reading</value>
+ </data>
+ <data name="Options_DvdRead" xml:space="preserve">
+ <value>Disable LibDVDNav. (libdvdread will be used instead)</value>
+ </data>
+ <data name="Options_Encoding" xml:space="preserve">
+ <value>Encoding</value>
+ </data>
+ <data name="Options_Experimental" xml:space="preserve">
+ <value>Experimental Features</value>
+ </data>
+ <data name="Options_ExperimentalFeatures" xml:space="preserve">
+ <value>Experimental features are ideas we are working on. These may or may not make it into a final release and may not work!</value>
+ </data>
+ <data name="Options_Format" xml:space="preserve">
+ <value>File Format:</value>
+ </data>
+ <data name="Options_General" xml:space="preserve">
+ <value>General</value>
+ </data>
+ <data name="Options_Logging" xml:space="preserve">
+ <value>Logging</value>
+ </data>
+ <data name="Options_LogLevel" xml:space="preserve">
+ <value>Log Verbosity Level:</value>
+ </data>
+ <data name="Options_LogPath" xml:space="preserve">
+ <value>Log Path:</value>
+ </data>
+ <data name="Options_LowDiskspaceSize" xml:space="preserve">
+ <value>Low diskspace warning level (GB):</value>
+ </data>
+ <data name="Options_MinimiseTray" xml:space="preserve">
+ <value>Minimize to system tray (Requires Restart)</value>
+ </data>
+ <data name="Options_MinTitleScanLength" xml:space="preserve">
+ <value>Minimum length of title to scan (seconds):</value>
+ </data>
+ <data name="Options_MP4FileExtension" xml:space="preserve">
+ <value>MP4 File Extension:</value>
+ </data>
+ <data name="Options_OnStartup" xml:space="preserve">
+ <value>On Startup</value>
+ </data>
+ <data name="Options_Output" xml:space="preserve">
+ <value>Output Files</value>
+ </data>
+ <data name="Options_Path" xml:space="preserve">
+ <value>Path: </value>
+ </data>
+ <data name="Options_PathToVLC" xml:space="preserve">
+ <value>Path to VLC Player</value>
+ </data>
+ <data name="Options_PauseQueueOnLowDiskSpace" xml:space="preserve">
+ <value>Pause queue if disk space is low before starting a job.</value>
+ </data>
+ <data name="Options_PreventSleep" xml:space="preserve">
+ <value>Prevent the system from sleeping while encoding</value>
+ </data>
+ <data name="Options_PreviewScanCount" xml:space="preserve">
+ <value>Number of picture previews to scan:</value>
+ </data>
+ <data name="Options_PriorityLevel" xml:space="preserve">
+ <value>Priority Level:</value>
+ </data>
+ <data name="Options_QsvDecode" xml:space="preserve">
+ <value>Enable QuickSync Decoding</value>
+ </data>
+ <data name="Options_QsvDecodeForNonFullPath" xml:space="preserve">
+ <value>Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) </value>
+ </data>
+ <data name="Options_RemovePunctuation" xml:space="preserve">
+ <value>Remove common punctuation</value>
+ </data>
+ <data name="Options_ReplaceUnderscores" xml:space="preserve">
+ <value>Replace underscores with a space</value>
+ </data>
+ <data name="Options_ResetDoNothing" xml:space="preserve">
+ <value>Reset to 'Do nothing' when the app is re-launched.</value>
+ </data>
+ <data name="Options_Scaler" xml:space="preserve">
+ <value>Choose Scaler:</value>
+ </data>
+ <data name="Options_Scaling" xml:space="preserve">
+ <value>Scaling</value>
+ </data>
+ <data name="Options_SendFileTo" xml:space="preserve">
+ <value>Send file to:</value>
+ </data>
+ <data name="Options_ShowExperimentalQueueDesign" xml:space="preserve">
+ <value>Show the new experimental queue design.</value>
+ </data>
+ <data name="Options_ShowQueueInline" xml:space="preserve">
+ <value>Show Queue in line with the main UI.</value>
+ </data>
+ <data name="Options_TitleCase" xml:space="preserve">
+ <value>Change case to Title Case</value>
+ </data>
+ <data name="Options_Updates" xml:space="preserve">
+ <value>Updates</value>
+ </data>
+ <data name="Options_UserInterface" xml:space="preserve">
+ <value>User Interface</value>
+ </data>
+ <data name="Options_Version" xml:space="preserve">
+ <value>Version:</value>
+ </data>
+ <data name="Options_Video" xml:space="preserve">
+ <value>Video</value>
+ </data>
+ <data name="Options_VideoPreviewPath" xml:space="preserve">
+ <value>This path is used for the video preview feature only.</value>
+ </data>
+ <data name="Options_ViewLogDirectory" xml:space="preserve">
+ <value>View Log Directory</value>
+ </data>
+ <data name="Options_WhenDone" xml:space="preserve">
+ <value>When Done</value>
+ </data>
+ <data name="Options_x264" xml:space="preserve">
+ <value>x264/5 Settings</value>
+ </data>
+ <data name="Options_x264Granularity" xml:space="preserve">
+ <value>Constant quality fractional granularity:</value>
+ </data>
+ <data name="PictureSettingsView_Anamorphic" xml:space="preserve">
+ <value>Anamorphic:</value>
+ </data>
+ <data name="PictureSettingsView_Automatic" xml:space="preserve">
+ <value>Automatic</value>
+ </data>
+ <data name="PictureSettingsView_Bottom" xml:space="preserve">
+ <value>Bottom</value>
+ </data>
+ <data name="PictureSettingsView_Cropping" xml:space="preserve">
+ <value>Cropping</value>
+ </data>
+ <data name="PictureSettingsView_Custom" xml:space="preserve">
+ <value>Custom</value>
+ </data>
+ <data name="PictureSettingsView_DisplayWitdh" xml:space="preserve">
+ <value>Display Width:</value>
+ </data>
+ <data name="PictureSettingsView_Height" xml:space="preserve">
+ <value>Height:</value>
+ </data>
+ <data name="PictureSettingsView_KeepAR" xml:space="preserve">
+ <value>Keep Aspect Ratio</value>
+ </data>
+ <data name="PictureSettingsView_Left" xml:space="preserve">
+ <value>Left</value>
+ </data>
+ <data name="PictureSettingsView_Modulus" xml:space="preserve">
+ <value>Modulus:</value>
+ </data>
+ <data name="PictureSettingsView_Output" xml:space="preserve">
+ <value>Output</value>
+ </data>
+ <data name="PictureSettingsView_PAR" xml:space="preserve">
+ <value>PAR:</value>
+ </data>
+ <data name="PictureSettingsView_Right" xml:space="preserve">
+ <value>Right</value>
+ </data>
+ <data name="PictureSettingsView_Size" xml:space="preserve">
+ <value>Size</value>
+ </data>
+ <data name="PictureSettingsView_Source" xml:space="preserve">
+ <value>Source:</value>
+ </data>
+ <data name="PictureSettingsView_Top" xml:space="preserve">
+ <value>Top</value>
+ </data>
+ <data name="PictureSettingsView_Width" xml:space="preserve">
+ <value>Width:</value>
+ </data>
+ <data name="Preset_AudioDefaults_SubText" xml:space="preserve">
+ <value>Change the behaviour of the audio track selection for this preset.
+This will not affect your current settings in the Audio tab.</value>
+ </data>
+ <data name="Preset_AudioDefaults_Title" xml:space="preserve">
+ <value>Audio Defaults</value>
+ </data>
+ <data name="Preset_Custom" xml:space="preserve">
+ <value>Custom</value>
+ </data>
+ <data name="Preset_Export" xml:space="preserve">
+ <value>Export to file</value>
+ </data>
+ <data name="Preset_Import" xml:space="preserve">
+ <value>Import from file</value>
+ </data>
+ <data name="Preset_Official" xml:space="preserve">
+ <value>Official</value>
+ </data>
+ <data name="Preset_SubtitleDefaults_SubText" xml:space="preserve">
+ <value>Change the behaviour of the subtitle track selection for this preset.
+This will not affect your current settings in the Subtitle tab.</value>
+ </data>
+ <data name="Preset_SubtitleDefaults_Title" xml:space="preserve">
+ <value>Subtitle Defaults</value>
+ </data>
+ <data name="QueueSelectionView_ChooseTitles" xml:space="preserve">
+ <value>Choose titles:</value>
+ </data>
+ <data name="QueueSelectionView_Title" xml:space="preserve">
+ <value>Add to Queue</value>
+ </data>
+ <data name="QueueSelection_UsingPreset" xml:space="preserve">
+ <value>The selected titles will be added using the "{0}" preset.</value>
+ </data>
+ <data name="QueueView_Advanced" xml:space="preserve">
+ <value>Advanced:</value>
+ </data>
+ <data name="QueueView_Audio" xml:space="preserve">
+ <value>Audio:</value>
+ </data>
+ <data name="QueueView_ClearAll" xml:space="preserve">
+ <value>Clear All</value>
+ </data>
+ <data name="QueueView_ClearCompleted" xml:space="preserve">
+ <value>Clear Completed</value>
+ </data>
+ <data name="QueueView_ClearQueue" xml:space="preserve">
+ <value>Clear Queue</value>
+ </data>
+ <data name="QueueView_ClearSelected" xml:space="preserve">
+ <value>Clear Selected</value>
+ </data>
+ <data name="QueueView_Delete" xml:space="preserve">
+ <value>Delete</value>
+ </data>
+ <data name="QueueView_Destination" xml:space="preserve">
+ <value>Destination: </value>
+ </data>
+ <data name="QueueView_DoNothing" xml:space="preserve">
+ <value>Do nothing</value>
+ </data>
+ <data name="QueueView_Duration" xml:space="preserve">
+ <value>Encode Time:</value>
+ </data>
+ <data name="QueueView_Edit" xml:space="preserve">
+ <value>Edit</value>
+ </data>
+ <data name="QueueView_EndTime" xml:space="preserve">
+ <value>End Time:</value>
+ </data>
+ <data name="QueueView_Export" xml:space="preserve">
+ <value>Export Queue for CLI</value>
+ </data>
+ <data name="QueueView_FileSize" xml:space="preserve">
+ <value>Filesize: </value>
+ </data>
+ <data name="QueueView_Hibernate" xml:space="preserve">
+ <value>Hibernate</value>
+ </data>
+ <data name="QueueView_LockSystem" xml:space="preserve">
+ <value>Lock System</value>
+ </data>
+ <data name="QueueView_LogNotAvailableYet" xml:space="preserve">
+ <value>The log will be available after the encode completes.</value>
+ </data>
+ <data name="QueueView_Logoff" xml:space="preserve">
+ <value>Log off</value>
+ </data>
+ <data name="QueueView_OpenDestDir" xml:space="preserve">
+ <value>Open Destination Directory</value>
+ </data>
+ <data name="QueueView_OpenSourceDir" xml:space="preserve">
+ <value>Open Source Directory</value>
+ </data>
+ <data name="QueueView_Options" xml:space="preserve">
+ <value>Options</value>
+ </data>
+ <data name="QueueView_Pause" xml:space="preserve">
+ <value>Pause Queue</value>
+ </data>
+ <data name="QueueView_PausedDuration" xml:space="preserve">
+ <value>Paused Duration:</value>
+ </data>
+ <data name="QueueView_PictureSettings" xml:space="preserve">
+ <value>Picture Settings:</value>
+ </data>
+ <data name="QueueView_QuitHandBrake" xml:space="preserve">
+ <value>Quit HandBrake</value>
+ </data>
+ <data name="QueueView_ResetAllJobs" xml:space="preserve">
+ <value>Retry All Jobs</value>
+ </data>
+ <data name="QueueView_ResetFailed" xml:space="preserve">
+ <value>Retry Failed</value>
+ </data>
+ <data name="QueueView_ResetSelectedJobs" xml:space="preserve">
+ <value>Retry Selected Jobs</value>
+ </data>
+ <data name="QueueView_Retry" xml:space="preserve">
+ <value>Retry</value>
+ </data>
+ <data name="QueueView_Shutdown" xml:space="preserve">
+ <value>Shutdown</value>
+ </data>
+ <data name="QueueView_Source" xml:space="preserve">
+ <value>Source: </value>
+ </data>
+ <data name="QueueView_Start" xml:space="preserve">
+ <value>Start Queue</value>
+ </data>
+ <data name="QueueView_StartTime" xml:space="preserve">
+ <value>Start Time:</value>
+ </data>
+ <data name="QueueView_Statistics" xml:space="preserve">
+ <value>Statistics</value>
+ </data>
+ <data name="QueueView_StatsNotAvailableYet" xml:space="preserve">
+ <value>Statistics will be available after an encode completes.</value>
+ </data>
+ <data name="QueueView_Subtitles" xml:space="preserve">
+ <value>Subtitles:</value>
+ </data>
+ <data name="QueueView_Summary" xml:space="preserve">
+ <value>Summary</value>
+ </data>
+ <data name="QueueView_Suspend" xml:space="preserve">
+ <value>Suspend</value>
+ </data>
+ <data name="QueueView_Video" xml:space="preserve">
+ <value>Video:</value>
+ </data>
+ <data name="QueueView_WhenDone" xml:space="preserve">
+ <value>When Done:</value>
+ </data>
+ <data name="Shared_AddAllForSelected" xml:space="preserve">
+ <value>Add All Remaining Selected Languages</value>
+ </data>
+ <data name="Shared_AddAllRemaining" xml:space="preserve">
+ <value>Add All Remaining Tracks</value>
+ </data>
+ <data name="Shared_AddNewTrack" xml:space="preserve">
+ <value>Add New Track</value>
+ </data>
+ <data name="Shared_AddTrack" xml:space="preserve">
+ <value>Add Track</value>
+ </data>
+ <data name="Shared_AvailableLanguages" xml:space="preserve">
+ <value>Available Languages:</value>
+ </data>
+ <data name="Shared_ChooseLanguages" xml:space="preserve">
+ <value>Choose Languages:</value>
+ </data>
+ <data name="Shared_ChosenLangages" xml:space="preserve">
+ <value>Chosen Languages:</value>
+ </data>
+ <data name="Shared_ConfigureDefaultBehaviours" xml:space="preserve">
+ <value>Configure Default Behaviours</value>
+ </data>
+ <data name="Shared_ReloadDefaults" xml:space="preserve">
+ <value>Reload Defaults</value>
+ </data>
+ <data name="SourceSelection_ChooseDisc" xml:space="preserve">
+ <value>Choose Disc to Scan</value>
+ </data>
+ <data name="SourceSelection_ChooseFile" xml:space="preserve">
+ <value>Choose File to Scan</value>
+ </data>
+ <data name="SourceSelection_ChooseFolder" xml:space="preserve">
+ <value>Choose Folder to Scan</value>
+ </data>
+ <data name="SourceSelection_ChooseSpecificTitle" xml:space="preserve">
+ <value>Optionally choose a specific title: </value>
+ </data>
+ <data name="SourceSelection_ChooseVideo" xml:space="preserve">
+ <value>Then choose the video(s) you'd like to encode: </value>
+ </data>
+ <data name="SourceSelection_File" xml:space="preserve">
+ <value>File</value>
+ </data>
+ <data name="SourceSelection_FolderBatchScan" xml:space="preserve">
+ <value>Folder (Batch Scan)</value>
+ </data>
+ <data name="SourceSelection_OpenDVDBluray" xml:space="preserve">
+ <value>Open this DVD or Bluray Drive</value>
+ </data>
+ <data name="SourceSelection_OpenFolderWIth" xml:space="preserve">
+ <value>Open a folder with one or more files.</value>
+ </data>
+ <data name="SourceSelection_QueueArchiveRecovery" xml:space="preserve">
+ <value>Queue Recovery</value>
+ </data>
+ <data name="SourceSelection_QueueArchiveRecoveryDesc" xml:space="preserve">
+ <value>A previous queue archive is available. </value>
+ </data>
+ <data name="SourceSelection_SingleVideoFile" xml:space="preserve">
+ <value>Open a single video file.</value>
+ </data>
+ <data name="SourceSelection_SourceSelection" xml:space="preserve">
+ <value>Source Selection</value>
+ </data>
+ <data name="StaticPreviewView_Duration" xml:space="preserve">
+ <value>Duration:</value>
+ </data>
+ <data name="StaticPreviewView_LivePreview" xml:space="preserve">
+ <value>Live Preview</value>
+ </data>
+ <data name="StaticPreviewView_SelectPreviewImage" xml:space="preserve">
+ <value>Select a preview image</value>
+ </data>
+ <data name="StaticPreviewView_UseSystemDefault" xml:space="preserve">
+ <value>Use system default video player</value>
+ </data>
+ <data name="SubtitlesView_AddCC" xml:space="preserve">
+ <value>Add Closed Captions when available</value>
+ </data>
+ <data name="SubtitlesView_AddForeignAudioSearch" xml:space="preserve">
+ <value>Add 'Foreign Audio Scan'</value>
+ </data>
+ <data name="SubtitlesView_BurnInBehaviour" xml:space="preserve">
+ <value>Burn-In Behaviour:</value>
+ </data>
+ <data name="SubtitlesView_ImportSRT" xml:space="preserve">
+ <value>Import SRT</value>
+ </data>
+ <data name="SubtitlesView_TrackSelectionBehaviour" xml:space="preserve">
+ <value>Track Selection Behaviour:</value>
+ </data>
+ <data name="SubtitleView_AddAllCC" xml:space="preserve">
+ <value>Add All Remaining Closed Captions</value>
+ </data>
+ <data name="SubtitleView_SubtitleDefaultsDescription" xml:space="preserve">
+ <value>Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video.</value>
+ </data>
+ <data name="SummaryView_AdditionalAudioTracks" xml:space="preserve">
+ <value>Additional Audio Tracks</value>
+ </data>
+ <data name="SummaryView_AdditionalSubtitleTracks" xml:space="preserve">
+ <value>Additional Subtitle Tracks</value>
+ </data>
+ <data name="SummaryView_Burned" xml:space="preserve">
+ <value>Burned</value>
+ </data>
+ <data name="SummaryView_Chapters" xml:space="preserve">
+ <value>Chapter Markers</value>
+ </data>
+ <data name="SummaryView_Deblock" xml:space="preserve">
+ <value>Deblock</value>
+ </data>
+ <data name="SummaryView_Detelecine" xml:space="preserve">
+ <value>Detelecine</value>
+ </data>
+ <data name="SummaryView_display" xml:space="preserve">
+ <value>display</value>
+ </data>
+ <data name="SummaryView_Grayscale" xml:space="preserve">
+ <value>Grayscale</value>
+ </data>
+ <data name="SummaryView_NoAudioTracks" xml:space="preserve">
+ <value>No Audio Tracks</value>
+ </data>
+ <data name="SummaryView_NoChapters" xml:space="preserve">
+ <value>No Chapter Markers</value>
+ </data>
+ <data name="SummaryView_NoFilters" xml:space="preserve">
+ <value>No Filters</value>
+ </data>
+ <data name="SummaryView_NoSource" xml:space="preserve">
+ <value>No Source</value>
+ </data>
+ <data name="SummaryView_NoSubtitleTracks" xml:space="preserve">
+ <value>No Subtitle Tracks</value>
+ </data>
+ <data name="SummaryView_NoTracks" xml:space="preserve">
+ <value>No Tracks</value>
+ </data>
+ <data name="SummaryView_PreviewInfo" xml:space="preserve">
+ <value>Preview {0} of {1}</value>
+ </data>
+ <data name="SummaryView_Rotation" xml:space="preserve">
+ <value>Rotation</value>
+ </data>
+ <data name="SummaryView_storage" xml:space="preserve">
+ <value>storage</value>
+ </data>
+ <data name="VideoView_2Pass" xml:space="preserve">
+ <value>2-Pass Encoding</value>
+ </data>
+ <data name="VideoView_AverageBitrate" xml:space="preserve">
+ <value>Avg Bitrate (kbps):</value>
+ </data>
+ <data name="VideoView_Codec" xml:space="preserve">
+ <value>Video Codec:</value>
+ </data>
+ <data name="VideoView_ConstantFramerate" xml:space="preserve">
+ <value>Constant Framerate</value>
+ </data>
+ <data name="VideoView_ConstantQuality" xml:space="preserve">
+ <value>Constant Quality:</value>
+ </data>
+ <data name="VideoView_EncoderLevel" xml:space="preserve">
+ <value>Encoder Level:</value>
+ </data>
+ <data name="VideoView_EncoderPreset" xml:space="preserve">
+ <value>Encoder Preset:</value>
+ </data>
+ <data name="VideoView_EncoderProfile" xml:space="preserve">
+ <value>Encoder Profile:</value>
+ </data>
+ <data name="VideoView_EncodeTune" xml:space="preserve">
+ <value>Encoder Tune:</value>
+ </data>
+ <data name="VideoView_ExtraOptions" xml:space="preserve">
+ <value>Extra Options:</value>
+ </data>
+ <data name="VideoView_FastDecode" xml:space="preserve">
+ <value>Fast Decode</value>
+ </data>
+ <data name="VideoView_Framerate" xml:space="preserve">
+ <value>Framerate (FPS):</value>
+ </data>
+ <data name="VideoView_OptimiseVideo" xml:space="preserve">
+ <value>Optimise Video:</value>
+ </data>
+ <data name="VideoView_PeakFramerate" xml:space="preserve">
+ <value>Peak Framerate</value>
+ </data>
+ <data name="VideoView_Quality" xml:space="preserve">
+ <value>Quality</value>
+ </data>
+ <data name="VideoView_TurboFirstPass" xml:space="preserve">
+ <value>Turbo first pass</value>
+ </data>
+ <data name="VideoView_UseAdvancedTab" xml:space="preserve">
+ <value>Use Advanced Tab instead</value>
+ </data>
+ <data name="VideoView_VariableFramerate" xml:space="preserve">
+ <value>Variable Framerate</value>
+ </data>
+ <data name="VideoView_Video" xml:space="preserve">
+ <value>Video</value>
+ </data>
</root> \ No newline at end of file
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
deleted file mode 100644
index e889002fc..000000000
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
+++ /dev/null
@@ -1,3107 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace HandBrakeWPF.Properties {
- using System;
-
-
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class ResourcesUI {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal ResourcesUI() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HandBrakeWPF.Properties.ResourcesUI", typeof(ResourcesUI).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to License: .
- /// </summary>
- public static string AboutView_License {
- get {
- return ResourceManager.GetString("AboutView_License", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Version: .
- /// </summary>
- public static string AboutView_Version {
- get {
- return ResourceManager.GetString("AboutView_Version", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to -- Add New Category --.
- /// </summary>
- public static string AddPresetView_AddNewCategory {
- get {
- return ResourceManager.GetString("AddPresetView_AddNewCategory", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Preset.
- /// </summary>
- public static string AddPresetView_AddPreset {
- get {
- return ResourceManager.GetString("AddPresetView_AddPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Category:.
- /// </summary>
- public static string AddPresetView_Category {
- get {
- return ResourceManager.GetString("AddPresetView_Category", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Description:.
- /// </summary>
- public static string AddPresetView_Description {
- get {
- return ResourceManager.GetString("AddPresetView_Description", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Name:.
- /// </summary>
- public static string AddPresetView_Name {
- get {
- return ResourceManager.GetString("AddPresetView_Name", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Dimensions:.
- /// </summary>
- public static string AddPresetView_SavePictureSize {
- get {
- return ResourceManager.GetString("AddPresetView_SavePictureSize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose Behaviors:.
- /// </summary>
- public static string AudioDefaultView_Behaviours {
- get {
- return ResourceManager.GetString("AudioDefaultView_Behaviours", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Allow passthru of:.
- /// </summary>
- public static string AudioView_AllowPassThruOf {
- get {
- return ResourceManager.GetString("AudioView_AllowPassThruOf", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Configure how the Audio Tracks are automatically selected and configured when you select a new title or source video..
- /// </summary>
- public static string AudioView_AudioDefaultsDescription {
- get {
- return ResourceManager.GetString("AudioView_AudioDefaultsDescription", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &apos;Auto Passthru&apos; Behaviour:.
- /// </summary>
- public static string AudioView_AutoPassthruBehaviour {
- get {
- return ResourceManager.GetString("AudioView_AutoPassthruBehaviour", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Bitrate.
- /// </summary>
- public static string AudioView_Bitrate {
- get {
- return ResourceManager.GetString("AudioView_Bitrate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Codec.
- /// </summary>
- public static string AudioView_Codec {
- get {
- return ResourceManager.GetString("AudioView_Codec", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to DRC.
- /// </summary>
- public static string AudioView_DRC {
- get {
- return ResourceManager.GetString("AudioView_DRC", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Gain.
- /// </summary>
- public static string AudioView_Gain {
- get {
- return ResourceManager.GetString("AudioView_Gain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Hide.
- /// </summary>
- public static string AudioView_Hide {
- get {
- return ResourceManager.GetString("AudioView_Hide", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Mixdown.
- /// </summary>
- public static string AudioView_Mixdown {
- get {
- return ResourceManager.GetString("AudioView_Mixdown", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fallback encoder:.
- /// </summary>
- public static string AudioView_OtherwiseFallbackEncoder {
- get {
- return ResourceManager.GetString("AudioView_OtherwiseFallbackEncoder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reload Defaults.
- /// </summary>
- public static string AudioView_ReloadDefaults {
- get {
- return ResourceManager.GetString("AudioView_ReloadDefaults", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Samplerate.
- /// </summary>
- public static string AudioView_Samplerate {
- get {
- return ResourceManager.GetString("AudioView_Samplerate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show.
- /// </summary>
- public static string AudioView_Show {
- get {
- return ResourceManager.GetString("AudioView_Show", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Track Name.
- /// </summary>
- public static string AudioView_TrackName {
- get {
- return ResourceManager.GetString("AudioView_TrackName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Track Selection Behaviour:.
- /// </summary>
- public static string AudioView_TrackSelectionBehaviour {
- get {
- return ResourceManager.GetString("AudioView_TrackSelectionBehaviour", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to For Additional Tracks:.
- /// </summary>
- public static string AudioView_TrackSettingDefaultBehaviour {
- get {
- return ResourceManager.GetString("AudioView_TrackSettingDefaultBehaviour", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to When &apos;Auto Passthru&apos; is selected as the audio codec..
- /// </summary>
- public static string AudioView_WhenAutoPassthru {
- get {
- return ResourceManager.GetString("AudioView_WhenAutoPassthru", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Chapter Markers.
- /// </summary>
- public static string ChaptersView_ChapterMarkers {
- get {
- return ResourceManager.GetString("ChaptersView_ChapterMarkers", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Chapter Name.
- /// </summary>
- public static string ChaptersView_ChapterName {
- get {
- return ResourceManager.GetString("ChaptersView_ChapterName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Chapter Number.
- /// </summary>
- public static string ChaptersView_ChapterNumber {
- get {
- return ResourceManager.GetString("ChaptersView_ChapterNumber", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Create chapter markers.
- /// </summary>
- public static string ChaptersView_CreateChapterMarkers {
- get {
- return ResourceManager.GetString("ChaptersView_CreateChapterMarkers", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Duration.
- /// </summary>
- public static string ChaptersView_Duration {
- get {
- return ResourceManager.GetString("ChaptersView_Duration", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export.
- /// </summary>
- public static string ChaptersView_Export {
- get {
- return ResourceManager.GetString("ChaptersView_Export", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import.
- /// </summary>
- public static string ChaptersView_Import {
- get {
- return ResourceManager.GetString("ChaptersView_Import", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export Names.
- /// </summary>
- public static string ChapterView_ExportNames {
- get {
- return ResourceManager.GetString("ChapterView_ExportNames", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import Names.
- /// </summary>
- public static string ChapterView_ImportNames {
- get {
- return ResourceManager.GetString("ChapterView_ImportNames", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reset Chapter Names.
- /// </summary>
- public static string ChapterView_ResetChapterNames {
- get {
- return ResourceManager.GetString("ChapterView_ResetChapterNames", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cancel Action.
- /// </summary>
- public static string CountdownAlterView_CancelAction {
- get {
- return ResourceManager.GetString("CountdownAlterView_CancelAction", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proceed.
- /// </summary>
- public static string CountdownAlterView_Proceed {
- get {
- return ResourceManager.GetString("CountdownAlterView_Proceed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to When Done Action.
- /// </summary>
- public static string CountdownAlterView_WhenDoneAction {
- get {
- return ResourceManager.GetString("CountdownAlterView_WhenDoneAction", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Error Details:.
- /// </summary>
- public static string ErrorView_ErrorDetails {
- get {
- return ResourceManager.GetString("ErrorView_ErrorDetails", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Custom:.
- /// </summary>
- public static string FiltersView_Custom {
- get {
- return ResourceManager.GetString("FiltersView_Custom", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Deblock.
- /// </summary>
- public static string FiltersView_Deblock {
- get {
- return ResourceManager.GetString("FiltersView_Deblock", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Decomb.
- /// </summary>
- public static string FiltersView_Decomb {
- get {
- return ResourceManager.GetString("FiltersView_Decomb", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Deinterlace:.
- /// </summary>
- public static string FiltersView_Deinterlace {
- get {
- return ResourceManager.GetString("FiltersView_Deinterlace", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Preset:.
- /// </summary>
- public static string FiltersView_DeinterlacePreset {
- get {
- return ResourceManager.GetString("FiltersView_DeinterlacePreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Deinterlace Preset.
- /// </summary>
- public static string FiltersView_DeinterlacePresetAuto {
- get {
- return ResourceManager.GetString("FiltersView_DeinterlacePresetAuto", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Denoise:.
- /// </summary>
- public static string FiltersView_Denoise {
- get {
- return ResourceManager.GetString("FiltersView_Denoise", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Denoise Preset.
- /// </summary>
- public static string FiltersView_DenoisePresetAuto {
- get {
- return ResourceManager.GetString("FiltersView_DenoisePresetAuto", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Denoise Tune.
- /// </summary>
- public static string FiltersView_DenoiseTuneAuto {
- get {
- return ResourceManager.GetString("FiltersView_DenoiseTuneAuto", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Detelecine:.
- /// </summary>
- public static string FiltersView_Detelecine {
- get {
- return ResourceManager.GetString("FiltersView_Detelecine", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Filters.
- /// </summary>
- public static string FiltersView_Filters {
- get {
- return ResourceManager.GetString("FiltersView_Filters", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Flip.
- /// </summary>
- public static string FiltersView_FlipVideo {
- get {
- return ResourceManager.GetString("FiltersView_FlipVideo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Grayscale.
- /// </summary>
- public static string FiltersView_Grayscale {
- get {
- return ResourceManager.GetString("FiltersView_Grayscale", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Interlace Detection:.
- /// </summary>
- public static string FiltersView_InterlaceDetection {
- get {
- return ResourceManager.GetString("FiltersView_InterlaceDetection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Preset:.
- /// </summary>
- public static string FiltersView_Preset {
- get {
- return ResourceManager.GetString("FiltersView_Preset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rotate:.
- /// </summary>
- public static string FiltersView_Rotate {
- get {
- return ResourceManager.GetString("FiltersView_Rotate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sharpen.
- /// </summary>
- public static string FiltersView_Sharpen {
- get {
- return ResourceManager.GetString("FiltersView_Sharpen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sharpen Preset.
- /// </summary>
- public static string FiltersView_SharpenPresetAuto {
- get {
- return ResourceManager.GetString("FiltersView_SharpenPresetAuto", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sharpen Tune.
- /// </summary>
- public static string FiltersView_SharpenTuneAuto {
- get {
- return ResourceManager.GetString("FiltersView_SharpenTuneAuto", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Tune:.
- /// </summary>
- public static string FiltersView_Tune {
- get {
- return ResourceManager.GetString("FiltersView_Tune", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add.
- /// </summary>
- public static string Generic_Add {
- get {
- return ResourceManager.GetString("Generic_Add", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cancel.
- /// </summary>
- public static string Generic_Cancel {
- get {
- return ResourceManager.GetString("Generic_Cancel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear.
- /// </summary>
- public static string Generic_Clear {
- get {
- return ResourceManager.GetString("Generic_Clear", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Close.
- /// </summary>
- public static string Generic_Close {
- get {
- return ResourceManager.GetString("Generic_Close", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Copy to Clipboard.
- /// </summary>
- public static string Generic_CopyToClipboard {
- get {
- return ResourceManager.GetString("Generic_CopyToClipboard", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Move Left.
- /// </summary>
- public static string Generic_MoveLeft {
- get {
- return ResourceManager.GetString("Generic_MoveLeft", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Move Right.
- /// </summary>
- public static string Generic_MoveRight {
- get {
- return ResourceManager.GetString("Generic_MoveRight", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save.
- /// </summary>
- public static string Generic_Save {
- get {
- return ResourceManager.GetString("Generic_Save", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Copy to clipboard.
- /// </summary>
- public static string LogView_CopyClipboard {
- get {
- return ResourceManager.GetString("LogView_CopyClipboard", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encode Log.
- /// </summary>
- public static string LogView_EncodeLog {
- get {
- return ResourceManager.GetString("LogView_EncodeLog", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open Log Directory.
- /// </summary>
- public static string LogView_OpenLogDir {
- get {
- return ResourceManager.GetString("LogView_OpenLogDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ScanLog.
- /// </summary>
- public static string LogView_ScanLog {
- get {
- return ResourceManager.GetString("LogView_ScanLog", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Activity Log.
- /// </summary>
- public static string MainView_ActivityLog {
- get {
- return ResourceManager.GetString("MainView_ActivityLog", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add All.
- /// </summary>
- public static string MainView_AddAll {
- get {
- return ResourceManager.GetString("MainView_AddAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Current.
- /// </summary>
- public static string MainView_AddCurrent {
- get {
- return ResourceManager.GetString("MainView_AddCurrent", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Selection.
- /// </summary>
- public static string MainView_AddSelection {
- get {
- return ResourceManager.GetString("MainView_AddSelection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add to Queue.
- /// </summary>
- public static string MainView_AddToQueue {
- get {
- return ResourceManager.GetString("MainView_AddToQueue", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Advanced.
- /// </summary>
- public static string MainView_AdvancedTab {
- get {
- return ResourceManager.GetString("MainView_AdvancedTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Align A/V Start.
- /// </summary>
- public static string MainView_AlignAVStart {
- get {
- return ResourceManager.GetString("MainView_AlignAVStart", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Angle: .
- /// </summary>
- public static string MainView_Angle {
- get {
- return ResourceManager.GetString("MainView_Angle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Audio.
- /// </summary>
- public static string MainView_AudioTab {
- get {
- return ResourceManager.GetString("MainView_AudioTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Audio Tracks.
- /// </summary>
- public static string MainView_AudioTrackCount {
- get {
- return ResourceManager.GetString("MainView_AudioTrackCount", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Browse.
- /// </summary>
- public static string MainView_Browser {
- get {
- return ResourceManager.GetString("MainView_Browser", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Chapters.
- /// </summary>
- public static string MainView_ChaptersTab {
- get {
- return ResourceManager.GetString("MainView_ChaptersTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Container.
- /// </summary>
- public static string MainView_Container {
- get {
- return ResourceManager.GetString("MainView_Container", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Destination.
- /// </summary>
- public static string MainView_Destination {
- get {
- return ResourceManager.GetString("MainView_Destination", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Duration: .
- /// </summary>
- public static string MainView_Duration {
- get {
- return ResourceManager.GetString("MainView_Duration", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save As:.
- /// </summary>
- public static string MainView_File {
- get {
- return ResourceManager.GetString("MainView_File", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Filters.
- /// </summary>
- public static string MainView_FiltersTab {
- get {
- return ResourceManager.GetString("MainView_FiltersTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Format:.
- /// </summary>
- public static string MainView_Format {
- get {
- return ResourceManager.GetString("MainView_Format", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Help.
- /// </summary>
- public static string MainView_Help {
- get {
- return ResourceManager.GetString("MainView_Help", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to iPod 5G Support.
- /// </summary>
- public static string MainView_iPod5G {
- get {
- return ResourceManager.GetString("MainView_iPod5G", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Meta Data.
- /// </summary>
- public static string MainView_MetaDataTab {
- get {
- return ResourceManager.GetString("MainView_MetaDataTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to (Modified).
- /// </summary>
- public static string MainView_ModifiedPreset {
- get {
- return ResourceManager.GetString("MainView_ModifiedPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Muxing: This may take a while....
- /// </summary>
- public static string MainView_Muxing {
- get {
- return ResourceManager.GetString("MainView_Muxing", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Options.
- /// </summary>
- public static string MainView_Options {
- get {
- return ResourceManager.GetString("MainView_Options", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Output Settings.
- /// </summary>
- public static string MainView_OutputSettings {
- get {
- return ResourceManager.GetString("MainView_OutputSettings", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Pause.
- /// </summary>
- public static string MainView_Pause {
- get {
- return ResourceManager.GetString("MainView_Pause", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Dimensions.
- /// </summary>
- public static string MainView_PictureTab {
- get {
- return ResourceManager.GetString("MainView_PictureTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rename Preset.
- /// </summary>
- public static string MainView_PresetManage {
- get {
- return ResourceManager.GetString("MainView_PresetManage", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Preset Options Context Menu.
- /// </summary>
- public static string MainView_PresetOptionsContextMenu {
- get {
- return ResourceManager.GetString("MainView_PresetOptionsContextMenu", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete Preset.
- /// </summary>
- public static string MainView_PresetRemove {
- get {
- return ResourceManager.GetString("MainView_PresetRemove", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Presets.
- /// </summary>
- public static string MainView_Presets {
- get {
- return ResourceManager.GetString("MainView_Presets", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Preview.
- /// </summary>
- public static string MainView_Preview {
- get {
- return ResourceManager.GetString("MainView_Preview", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoding: {0}, {1:00.00}%, Time Remaining: {2}, {3}.
- /// </summary>
- public static string MainView_ProgressStatusWithTask {
- get {
- return ResourceManager.GetString("MainView_ProgressStatusWithTask", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Range:.
- /// </summary>
- public static string MainView_Range {
- get {
- return ResourceManager.GetString("MainView_Range", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reload.
- /// </summary>
- public static string MainView_Reload {
- get {
- return ResourceManager.GetString("MainView_Reload", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remove.
- /// </summary>
- public static string MainView_Remove {
- get {
- return ResourceManager.GetString("MainView_Remove", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reset Built-in Presets.
- /// </summary>
- public static string MainView_ResetBuiltInPresets {
- get {
- return ResourceManager.GetString("MainView_ResetBuiltInPresets", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save New Preset.
- /// </summary>
- public static string MainView_SaveNewPreset {
- get {
- return ResourceManager.GetString("MainView_SaveNewPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Searching for start time.
- /// </summary>
- public static string MainView_Searching {
- get {
- return ResourceManager.GetString("MainView_Searching", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Selected Preset:.
- /// </summary>
- public static string MainView_SelectedPreset {
- get {
- return ResourceManager.GetString("MainView_SelectedPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Set Default.
- /// </summary>
- public static string MainView_SetDefault {
- get {
- return ResourceManager.GetString("MainView_SetDefault", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Preview.
- /// </summary>
- public static string MainView_ShowPreview {
- get {
- return ResourceManager.GetString("MainView_ShowPreview", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Queue.
- /// </summary>
- public static string MainView_ShowQueue {
- get {
- return ResourceManager.GetString("MainView_ShowQueue", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Source:.
- /// </summary>
- public static string MainView_Source {
- get {
- return ResourceManager.GetString("MainView_Source", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open Source.
- /// </summary>
- public static string MainView_SourceOpen {
- get {
- return ResourceManager.GetString("MainView_SourceOpen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Encode.
- /// </summary>
- public static string MainView_StartEncode {
- get {
- return ResourceManager.GetString("MainView_StartEncode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Queue.
- /// </summary>
- public static string MainView_StartQueue {
- get {
- return ResourceManager.GetString("MainView_StartQueue", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Stop.
- /// </summary>
- public static string MainView_Stop {
- get {
- return ResourceManager.GetString("MainView_Stop", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Stop Encode.
- /// </summary>
- public static string MainView_StopEncode {
- get {
- return ResourceManager.GetString("MainView_StopEncode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you wish to stop thie encode?.
- /// </summary>
- public static string MainView_StopEncodeConfirm {
- get {
- return ResourceManager.GetString("MainView_StopEncodeConfirm", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Please choose a source to encode before trying to import a subtitle file..
- /// </summary>
- public static string MainView_SubtitleBeforeScanError {
- get {
- return ResourceManager.GetString("MainView_SubtitleBeforeScanError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Subtitles.
- /// </summary>
- public static string MainView_SubtitlesTab {
- get {
- return ResourceManager.GetString("MainView_SubtitlesTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Subtitle Tracks.
- /// </summary>
- public static string MainView_SubtitleTracksCount {
- get {
- return ResourceManager.GetString("MainView_SubtitleTracksCount", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Summary.
- /// </summary>
- public static string MainView_SummaryTab {
- get {
- return ResourceManager.GetString("MainView_SummaryTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to - .
- /// </summary>
- public static string MainView_through {
- get {
- return ResourceManager.GetString("MainView_through", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Title: .
- /// </summary>
- public static string MainView_Title {
- get {
- return ResourceManager.GetString("MainView_Title", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Tools.
- /// </summary>
- public static string MainView_Tools {
- get {
- return ResourceManager.GetString("MainView_Tools", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Update Selected Preset.
- /// </summary>
- public static string MainView_UpdateSelectedPreset {
- get {
- return ResourceManager.GetString("MainView_UpdateSelectedPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Video.
- /// </summary>
- public static string MainView_VideoTab {
- get {
- return ResourceManager.GetString("MainView_VideoTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Web Optimized.
- /// </summary>
- public static string MainView_WebOptimized {
- get {
- return ResourceManager.GetString("MainView_WebOptimized", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Manage Preset.
- /// </summary>
- public static string ManagePresetView_ManagePreset {
- get {
- return ResourceManager.GetString("ManagePresetView_ManagePreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Meta Data.
- /// </summary>
- public static string MetaDataView_Title {
- get {
- return ResourceManager.GetString("MetaDataView_Title", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear Log files older than 30 days.
- /// </summary>
- public static string Options_30DayLogClear {
- get {
- return ResourceManager.GetString("Options_30DayLogClear", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to About HandBrake.
- /// </summary>
- public static string Options_About {
- get {
- return ResourceManager.GetString("Options_About", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Advanced.
- /// </summary>
- public static string Options_Advanced {
- get {
- return ResourceManager.GetString("Options_Advanced", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Advanced Options.
- /// </summary>
- public static string Options_AdvancedOptions {
- get {
- return ResourceManager.GetString("Options_AdvancedOptions", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Allow use of &apos;Advanced&apos; Tab for x264 options. (Deprecated).
- /// </summary>
- public static string Options_AdvancedTab {
- get {
- return ResourceManager.GetString("Options_AdvancedTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Arguments:.
- /// </summary>
- public static string Options_Arguments {
- get {
- return ResourceManager.GetString("Options_Arguments", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatic File Naming.
- /// </summary>
- public static string Options_AutomaticFileNaming {
- get {
- return ResourceManager.GetString("Options_AutomaticFileNaming", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatically name output files.
- /// </summary>
- public static string Options_AutoNameOutput {
- get {
- return ResourceManager.GetString("Options_AutoNameOutput", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check for Updates.
- /// </summary>
- public static string Options_CheckForUpdates {
- get {
- return ResourceManager.GetString("Options_CheckForUpdates", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always clear completed queue items after an encode completes.
- /// </summary>
- public static string Options_ClearCompleted {
- get {
- return ResourceManager.GetString("Options_ClearCompleted", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear Log History.
- /// </summary>
- public static string Options_ClearLogs {
- get {
- return ResourceManager.GetString("Options_ClearLogs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Put a copy of individual encode logs in a specified location:.
- /// </summary>
- public static string Options_CopyLogToDir {
- get {
- return ResourceManager.GetString("Options_CopyLogToDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Put a copy of individual encode logs in the same location as the encoded video.
- /// </summary>
- public static string Options_CopyLogToEncDir {
- get {
- return ResourceManager.GetString("Options_CopyLogToEncDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Current Version.
- /// </summary>
- public static string Options_CurVersion {
- get {
- return ResourceManager.GetString("Options_CurVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Decoding.
- /// </summary>
- public static string Options_Decoding {
- get {
- return ResourceManager.GetString("Options_Decoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Default Path:.
- /// </summary>
- public static string Options_DefaultPath {
- get {
- return ResourceManager.GetString("Options_DefaultPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Download Update.
- /// </summary>
- public static string Options_DownloadUpdates {
- get {
- return ResourceManager.GetString("Options_DownloadUpdates", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to DVD Reading.
- /// </summary>
- public static string Options_DVD {
- get {
- return ResourceManager.GetString("Options_DVD", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disable LibDVDNav. (libdvdread will be used instead).
- /// </summary>
- public static string Options_DvdRead {
- get {
- return ResourceManager.GetString("Options_DvdRead", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoding.
- /// </summary>
- public static string Options_Encoding {
- get {
- return ResourceManager.GetString("Options_Encoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Experimental Features.
- /// </summary>
- public static string Options_Experimental {
- get {
- return ResourceManager.GetString("Options_Experimental", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Experimental features are ideas we are working on. These may or may not make it into a final release and may not work!.
- /// </summary>
- public static string Options_ExperimentalFeatures {
- get {
- return ResourceManager.GetString("Options_ExperimentalFeatures", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to File Format:.
- /// </summary>
- public static string Options_Format {
- get {
- return ResourceManager.GetString("Options_Format", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to General.
- /// </summary>
- public static string Options_General {
- get {
- return ResourceManager.GetString("Options_General", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Logging.
- /// </summary>
- public static string Options_Logging {
- get {
- return ResourceManager.GetString("Options_Logging", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Log Verbosity Level:.
- /// </summary>
- public static string Options_LogLevel {
- get {
- return ResourceManager.GetString("Options_LogLevel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Log Path:.
- /// </summary>
- public static string Options_LogPath {
- get {
- return ResourceManager.GetString("Options_LogPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Low diskspace warning level (GB):.
- /// </summary>
- public static string Options_LowDiskspaceSize {
- get {
- return ResourceManager.GetString("Options_LowDiskspaceSize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Minimize to system tray (Requires Restart).
- /// </summary>
- public static string Options_MinimiseTray {
- get {
- return ResourceManager.GetString("Options_MinimiseTray", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Minimum length of title to scan (seconds):.
- /// </summary>
- public static string Options_MinTitleScanLength {
- get {
- return ResourceManager.GetString("Options_MinTitleScanLength", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to MP4 File Extension:.
- /// </summary>
- public static string Options_MP4FileExtension {
- get {
- return ResourceManager.GetString("Options_MP4FileExtension", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to On Startup.
- /// </summary>
- public static string Options_OnStartup {
- get {
- return ResourceManager.GetString("Options_OnStartup", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Output Files.
- /// </summary>
- public static string Options_Output {
- get {
- return ResourceManager.GetString("Options_Output", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Path: .
- /// </summary>
- public static string Options_Path {
- get {
- return ResourceManager.GetString("Options_Path", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Path to VLC Player.
- /// </summary>
- public static string Options_PathToVLC {
- get {
- return ResourceManager.GetString("Options_PathToVLC", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Pause queue if disk space is low before starting a job..
- /// </summary>
- public static string Options_PauseQueueOnLowDiskSpace {
- get {
- return ResourceManager.GetString("Options_PauseQueueOnLowDiskSpace", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Prevent the system from sleeping while encoding.
- /// </summary>
- public static string Options_PreventSleep {
- get {
- return ResourceManager.GetString("Options_PreventSleep", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Number of picture previews to scan:.
- /// </summary>
- public static string Options_PreviewScanCount {
- get {
- return ResourceManager.GetString("Options_PreviewScanCount", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Priority Level:.
- /// </summary>
- public static string Options_PriorityLevel {
- get {
- return ResourceManager.GetString("Options_PriorityLevel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enable QuickSync Decoding.
- /// </summary>
- public static string Options_QsvDecode {
- get {
- return ResourceManager.GetString("Options_QsvDecode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) .
- /// </summary>
- public static string Options_QsvDecodeForNonFullPath {
- get {
- return ResourceManager.GetString("Options_QsvDecodeForNonFullPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remove common punctuation.
- /// </summary>
- public static string Options_RemovePunctuation {
- get {
- return ResourceManager.GetString("Options_RemovePunctuation", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Replace underscores with a space.
- /// </summary>
- public static string Options_ReplaceUnderscores {
- get {
- return ResourceManager.GetString("Options_ReplaceUnderscores", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reset to &apos;Do nothing&apos; when the app is re-launched..
- /// </summary>
- public static string Options_ResetDoNothing {
- get {
- return ResourceManager.GetString("Options_ResetDoNothing", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose Scaler:.
- /// </summary>
- public static string Options_Scaler {
- get {
- return ResourceManager.GetString("Options_Scaler", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Scaling.
- /// </summary>
- public static string Options_Scaling {
- get {
- return ResourceManager.GetString("Options_Scaling", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Send file to:.
- /// </summary>
- public static string Options_SendFileTo {
- get {
- return ResourceManager.GetString("Options_SendFileTo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show the new experimental queue design..
- /// </summary>
- public static string Options_ShowExperimentalQueueDesign {
- get {
- return ResourceManager.GetString("Options_ShowExperimentalQueueDesign", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show Queue in line with the main UI..
- /// </summary>
- public static string Options_ShowQueueInline {
- get {
- return ResourceManager.GetString("Options_ShowQueueInline", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Change case to Title Case.
- /// </summary>
- public static string Options_TitleCase {
- get {
- return ResourceManager.GetString("Options_TitleCase", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Updates.
- /// </summary>
- public static string Options_Updates {
- get {
- return ResourceManager.GetString("Options_Updates", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to User Interface.
- /// </summary>
- public static string Options_UserInterface {
- get {
- return ResourceManager.GetString("Options_UserInterface", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Version:.
- /// </summary>
- public static string Options_Version {
- get {
- return ResourceManager.GetString("Options_Version", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Video.
- /// </summary>
- public static string Options_Video {
- get {
- return ResourceManager.GetString("Options_Video", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to This path is used for the video preview feature only..
- /// </summary>
- public static string Options_VideoPreviewPath {
- get {
- return ResourceManager.GetString("Options_VideoPreviewPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Log Directory.
- /// </summary>
- public static string Options_ViewLogDirectory {
- get {
- return ResourceManager.GetString("Options_ViewLogDirectory", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to When Done.
- /// </summary>
- public static string Options_WhenDone {
- get {
- return ResourceManager.GetString("Options_WhenDone", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to x264/5 Settings.
- /// </summary>
- public static string Options_x264 {
- get {
- return ResourceManager.GetString("Options_x264", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Constant quality fractional granularity:.
- /// </summary>
- public static string Options_x264Granularity {
- get {
- return ResourceManager.GetString("Options_x264Granularity", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enable Nvidia NVENC Encoder.
- /// </summary>
- public static string OptionsView_EnableNvencEncoding {
- get {
- return ResourceManager.GetString("OptionsView_EnableNvencEncoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enable Intel QuickSync Encoder.
- /// </summary>
- public static string OptionsView_EnableQuicksyncEncoding {
- get {
- return ResourceManager.GetString("OptionsView_EnableQuicksyncEncoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enable AMD VCE Encoder.
- /// </summary>
- public static string OptionsView_EnableVceEncoding {
- get {
- return ResourceManager.GetString("OptionsView_EnableVceEncoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The file format entered contained invalid characters. These have been removed. .
- /// </summary>
- public static string OptionsView_InvalidFileFormatChars {
- get {
- return ResourceManager.GetString("OptionsView_InvalidFileFormatChars", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Play a sound when each encode completes.
- /// </summary>
- public static string OptionsView_PlaySoundWhenDone {
- get {
- return ResourceManager.GetString("OptionsView_PlaySoundWhenDone", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Play a sound when the queue completes.
- /// </summary>
- public static string OptionsView_PlaySoundWhenQueueDone {
- get {
- return ResourceManager.GetString("OptionsView_PlaySoundWhenQueueDone", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show previews on summary tab..
- /// </summary>
- public static string OptionsView_ShowPreviewOnSummaryTab {
- get {
- return ResourceManager.GetString("OptionsView_ShowPreviewOnSummaryTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show the encode status in the application title bar..
- /// </summary>
- public static string OptionsView_ShowStatusInTitleBar {
- get {
- return ResourceManager.GetString("OptionsView_ShowStatusInTitleBar", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Anamorphic:.
- /// </summary>
- public static string PictureSettingsView_Anamorphic {
- get {
- return ResourceManager.GetString("PictureSettingsView_Anamorphic", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatic.
- /// </summary>
- public static string PictureSettingsView_Automatic {
- get {
- return ResourceManager.GetString("PictureSettingsView_Automatic", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Bottom.
- /// </summary>
- public static string PictureSettingsView_Bottom {
- get {
- return ResourceManager.GetString("PictureSettingsView_Bottom", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cropping.
- /// </summary>
- public static string PictureSettingsView_Cropping {
- get {
- return ResourceManager.GetString("PictureSettingsView_Cropping", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Custom.
- /// </summary>
- public static string PictureSettingsView_Custom {
- get {
- return ResourceManager.GetString("PictureSettingsView_Custom", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Display Width:.
- /// </summary>
- public static string PictureSettingsView_DisplayWitdh {
- get {
- return ResourceManager.GetString("PictureSettingsView_DisplayWitdh", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Height:.
- /// </summary>
- public static string PictureSettingsView_Height {
- get {
- return ResourceManager.GetString("PictureSettingsView_Height", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Keep Aspect Ratio.
- /// </summary>
- public static string PictureSettingsView_KeepAR {
- get {
- return ResourceManager.GetString("PictureSettingsView_KeepAR", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Left.
- /// </summary>
- public static string PictureSettingsView_Left {
- get {
- return ResourceManager.GetString("PictureSettingsView_Left", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Modulus:.
- /// </summary>
- public static string PictureSettingsView_Modulus {
- get {
- return ResourceManager.GetString("PictureSettingsView_Modulus", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Output.
- /// </summary>
- public static string PictureSettingsView_Output {
- get {
- return ResourceManager.GetString("PictureSettingsView_Output", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PAR:.
- /// </summary>
- public static string PictureSettingsView_PAR {
- get {
- return ResourceManager.GetString("PictureSettingsView_PAR", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Right.
- /// </summary>
- public static string PictureSettingsView_Right {
- get {
- return ResourceManager.GetString("PictureSettingsView_Right", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Size.
- /// </summary>
- public static string PictureSettingsView_Size {
- get {
- return ResourceManager.GetString("PictureSettingsView_Size", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Source:.
- /// </summary>
- public static string PictureSettingsView_Source {
- get {
- return ResourceManager.GetString("PictureSettingsView_Source", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Top.
- /// </summary>
- public static string PictureSettingsView_Top {
- get {
- return ResourceManager.GetString("PictureSettingsView_Top", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Width:.
- /// </summary>
- public static string PictureSettingsView_Width {
- get {
- return ResourceManager.GetString("PictureSettingsView_Width", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Change the behaviour of the audio track selection for this preset.
- ///This will not affect your current settings in the Audio tab..
- /// </summary>
- public static string Preset_AudioDefaults_SubText {
- get {
- return ResourceManager.GetString("Preset_AudioDefaults_SubText", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Audio Defaults.
- /// </summary>
- public static string Preset_AudioDefaults_Title {
- get {
- return ResourceManager.GetString("Preset_AudioDefaults_Title", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Custom.
- /// </summary>
- public static string Preset_Custom {
- get {
- return ResourceManager.GetString("Preset_Custom", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export to file.
- /// </summary>
- public static string Preset_Export {
- get {
- return ResourceManager.GetString("Preset_Export", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import from file.
- /// </summary>
- public static string Preset_Import {
- get {
- return ResourceManager.GetString("Preset_Import", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Official.
- /// </summary>
- public static string Preset_Official {
- get {
- return ResourceManager.GetString("Preset_Official", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Change the behaviour of the subtitle track selection for this preset.
- ///This will not affect your current settings in the Subtitle tab..
- /// </summary>
- public static string Preset_SubtitleDefaults_SubText {
- get {
- return ResourceManager.GetString("Preset_SubtitleDefaults_SubText", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Subtitle Defaults.
- /// </summary>
- public static string Preset_SubtitleDefaults_Title {
- get {
- return ResourceManager.GetString("Preset_SubtitleDefaults_Title", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The selected titles will be added using the &quot;{0}&quot; preset..
- /// </summary>
- public static string QueueSelection_UsingPreset {
- get {
- return ResourceManager.GetString("QueueSelection_UsingPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose titles:.
- /// </summary>
- public static string QueueSelectionView_ChooseTitles {
- get {
- return ResourceManager.GetString("QueueSelectionView_ChooseTitles", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add to Queue.
- /// </summary>
- public static string QueueSelectionView_Title {
- get {
- return ResourceManager.GetString("QueueSelectionView_Title", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Advanced:.
- /// </summary>
- public static string QueueView_Advanced {
- get {
- return ResourceManager.GetString("QueueView_Advanced", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Audio:.
- /// </summary>
- public static string QueueView_Audio {
- get {
- return ResourceManager.GetString("QueueView_Audio", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear All.
- /// </summary>
- public static string QueueView_ClearAll {
- get {
- return ResourceManager.GetString("QueueView_ClearAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear Completed.
- /// </summary>
- public static string QueueView_ClearCompleted {
- get {
- return ResourceManager.GetString("QueueView_ClearCompleted", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear Queue.
- /// </summary>
- public static string QueueView_ClearQueue {
- get {
- return ResourceManager.GetString("QueueView_ClearQueue", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear Selected.
- /// </summary>
- public static string QueueView_ClearSelected {
- get {
- return ResourceManager.GetString("QueueView_ClearSelected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete.
- /// </summary>
- public static string QueueView_Delete {
- get {
- return ResourceManager.GetString("QueueView_Delete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Destination: .
- /// </summary>
- public static string QueueView_Destination {
- get {
- return ResourceManager.GetString("QueueView_Destination", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do nothing.
- /// </summary>
- public static string QueueView_DoNothing {
- get {
- return ResourceManager.GetString("QueueView_DoNothing", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encode Time:.
- /// </summary>
- public static string QueueView_Duration {
- get {
- return ResourceManager.GetString("QueueView_Duration", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Edit.
- /// </summary>
- public static string QueueView_Edit {
- get {
- return ResourceManager.GetString("QueueView_Edit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to End Time:.
- /// </summary>
- public static string QueueView_EndTime {
- get {
- return ResourceManager.GetString("QueueView_EndTime", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export Queue for CLI.
- /// </summary>
- public static string QueueView_Export {
- get {
- return ResourceManager.GetString("QueueView_Export", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Filesize: .
- /// </summary>
- public static string QueueView_FileSize {
- get {
- return ResourceManager.GetString("QueueView_FileSize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Hibernate.
- /// </summary>
- public static string QueueView_Hibernate {
- get {
- return ResourceManager.GetString("QueueView_Hibernate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Lock System.
- /// </summary>
- public static string QueueView_LockSystem {
- get {
- return ResourceManager.GetString("QueueView_LockSystem", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The log will be available after the encode completes..
- /// </summary>
- public static string QueueView_LogNotAvailableYet {
- get {
- return ResourceManager.GetString("QueueView_LogNotAvailableYet", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Log off.
- /// </summary>
- public static string QueueView_Logoff {
- get {
- return ResourceManager.GetString("QueueView_Logoff", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open Destination Directory.
- /// </summary>
- public static string QueueView_OpenDestDir {
- get {
- return ResourceManager.GetString("QueueView_OpenDestDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open Source Directory.
- /// </summary>
- public static string QueueView_OpenSourceDir {
- get {
- return ResourceManager.GetString("QueueView_OpenSourceDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Options.
- /// </summary>
- public static string QueueView_Options {
- get {
- return ResourceManager.GetString("QueueView_Options", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Pause Queue.
- /// </summary>
- public static string QueueView_Pause {
- get {
- return ResourceManager.GetString("QueueView_Pause", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Paused Duration:.
- /// </summary>
- public static string QueueView_PausedDuration {
- get {
- return ResourceManager.GetString("QueueView_PausedDuration", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Picture Settings:.
- /// </summary>
- public static string QueueView_PictureSettings {
- get {
- return ResourceManager.GetString("QueueView_PictureSettings", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Quit HandBrake.
- /// </summary>
- public static string QueueView_QuitHandBrake {
- get {
- return ResourceManager.GetString("QueueView_QuitHandBrake", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Retry All Jobs.
- /// </summary>
- public static string QueueView_ResetAllJobs {
- get {
- return ResourceManager.GetString("QueueView_ResetAllJobs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Retry Failed.
- /// </summary>
- public static string QueueView_ResetFailed {
- get {
- return ResourceManager.GetString("QueueView_ResetFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Retry Selected Jobs.
- /// </summary>
- public static string QueueView_ResetSelectedJobs {
- get {
- return ResourceManager.GetString("QueueView_ResetSelectedJobs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Retry.
- /// </summary>
- public static string QueueView_Retry {
- get {
- return ResourceManager.GetString("QueueView_Retry", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Shutdown.
- /// </summary>
- public static string QueueView_Shutdown {
- get {
- return ResourceManager.GetString("QueueView_Shutdown", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Source: .
- /// </summary>
- public static string QueueView_Source {
- get {
- return ResourceManager.GetString("QueueView_Source", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Queue.
- /// </summary>
- public static string QueueView_Start {
- get {
- return ResourceManager.GetString("QueueView_Start", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Time:.
- /// </summary>
- public static string QueueView_StartTime {
- get {
- return ResourceManager.GetString("QueueView_StartTime", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Statistics.
- /// </summary>
- public static string QueueView_Statistics {
- get {
- return ResourceManager.GetString("QueueView_Statistics", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Statistics will be available after an encode completes..
- /// </summary>
- public static string QueueView_StatsNotAvailableYet {
- get {
- return ResourceManager.GetString("QueueView_StatsNotAvailableYet", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Subtitles:.
- /// </summary>
- public static string QueueView_Subtitles {
- get {
- return ResourceManager.GetString("QueueView_Subtitles", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Summary.
- /// </summary>
- public static string QueueView_Summary {
- get {
- return ResourceManager.GetString("QueueView_Summary", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Suspend.
- /// </summary>
- public static string QueueView_Suspend {
- get {
- return ResourceManager.GetString("QueueView_Suspend", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Video:.
- /// </summary>
- public static string QueueView_Video {
- get {
- return ResourceManager.GetString("QueueView_Video", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to When Done:.
- /// </summary>
- public static string QueueView_WhenDone {
- get {
- return ResourceManager.GetString("QueueView_WhenDone", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add All Remaining Selected Languages.
- /// </summary>
- public static string Shared_AddAllForSelected {
- get {
- return ResourceManager.GetString("Shared_AddAllForSelected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add All Remaining Tracks.
- /// </summary>
- public static string Shared_AddAllRemaining {
- get {
- return ResourceManager.GetString("Shared_AddAllRemaining", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add New Track.
- /// </summary>
- public static string Shared_AddNewTrack {
- get {
- return ResourceManager.GetString("Shared_AddNewTrack", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Track.
- /// </summary>
- public static string Shared_AddTrack {
- get {
- return ResourceManager.GetString("Shared_AddTrack", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Available Languages:.
- /// </summary>
- public static string Shared_AvailableLanguages {
- get {
- return ResourceManager.GetString("Shared_AvailableLanguages", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose Languages:.
- /// </summary>
- public static string Shared_ChooseLanguages {
- get {
- return ResourceManager.GetString("Shared_ChooseLanguages", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Chosen Languages:.
- /// </summary>
- public static string Shared_ChosenLangages {
- get {
- return ResourceManager.GetString("Shared_ChosenLangages", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Configure Default Behaviours.
- /// </summary>
- public static string Shared_ConfigureDefaultBehaviours {
- get {
- return ResourceManager.GetString("Shared_ConfigureDefaultBehaviours", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reload Defaults.
- /// </summary>
- public static string Shared_ReloadDefaults {
- get {
- return ResourceManager.GetString("Shared_ReloadDefaults", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose Disc to Scan.
- /// </summary>
- public static string SourceSelection_ChooseDisc {
- get {
- return ResourceManager.GetString("SourceSelection_ChooseDisc", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose File to Scan.
- /// </summary>
- public static string SourceSelection_ChooseFile {
- get {
- return ResourceManager.GetString("SourceSelection_ChooseFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose Folder to Scan.
- /// </summary>
- public static string SourceSelection_ChooseFolder {
- get {
- return ResourceManager.GetString("SourceSelection_ChooseFolder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Optionally choose a specific title: .
- /// </summary>
- public static string SourceSelection_ChooseSpecificTitle {
- get {
- return ResourceManager.GetString("SourceSelection_ChooseSpecificTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Then choose the video(s) you&apos;d like to encode: .
- /// </summary>
- public static string SourceSelection_ChooseVideo {
- get {
- return ResourceManager.GetString("SourceSelection_ChooseVideo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to File.
- /// </summary>
- public static string SourceSelection_File {
- get {
- return ResourceManager.GetString("SourceSelection_File", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Folder (Batch Scan).
- /// </summary>
- public static string SourceSelection_FolderBatchScan {
- get {
- return ResourceManager.GetString("SourceSelection_FolderBatchScan", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open this DVD or Bluray Drive.
- /// </summary>
- public static string SourceSelection_OpenDVDBluray {
- get {
- return ResourceManager.GetString("SourceSelection_OpenDVDBluray", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open a folder with one or more files..
- /// </summary>
- public static string SourceSelection_OpenFolderWIth {
- get {
- return ResourceManager.GetString("SourceSelection_OpenFolderWIth", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Queue Recovery.
- /// </summary>
- public static string SourceSelection_QueueArchiveRecovery {
- get {
- return ResourceManager.GetString("SourceSelection_QueueArchiveRecovery", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to A previous queue archive is available. .
- /// </summary>
- public static string SourceSelection_QueueArchiveRecoveryDesc {
- get {
- return ResourceManager.GetString("SourceSelection_QueueArchiveRecoveryDesc", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open a single video file..
- /// </summary>
- public static string SourceSelection_SingleVideoFile {
- get {
- return ResourceManager.GetString("SourceSelection_SingleVideoFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Source Selection.
- /// </summary>
- public static string SourceSelection_SourceSelection {
- get {
- return ResourceManager.GetString("SourceSelection_SourceSelection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Duration:.
- /// </summary>
- public static string StaticPreviewView_Duration {
- get {
- return ResourceManager.GetString("StaticPreviewView_Duration", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Live Preview.
- /// </summary>
- public static string StaticPreviewView_LivePreview {
- get {
- return ResourceManager.GetString("StaticPreviewView_LivePreview", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select a preview image.
- /// </summary>
- public static string StaticPreviewView_SelectPreviewImage {
- get {
- return ResourceManager.GetString("StaticPreviewView_SelectPreviewImage", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use system default video player.
- /// </summary>
- public static string StaticPreviewView_UseSystemDefault {
- get {
- return ResourceManager.GetString("StaticPreviewView_UseSystemDefault", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Closed Captions when available.
- /// </summary>
- public static string SubtitlesView_AddCC {
- get {
- return ResourceManager.GetString("SubtitlesView_AddCC", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add &apos;Foreign Audio Scan&apos;.
- /// </summary>
- public static string SubtitlesView_AddForeignAudioSearch {
- get {
- return ResourceManager.GetString("SubtitlesView_AddForeignAudioSearch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Burn-In Behaviour:.
- /// </summary>
- public static string SubtitlesView_BurnInBehaviour {
- get {
- return ResourceManager.GetString("SubtitlesView_BurnInBehaviour", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import SRT.
- /// </summary>
- public static string SubtitlesView_ImportSRT {
- get {
- return ResourceManager.GetString("SubtitlesView_ImportSRT", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Track Selection Behaviour:.
- /// </summary>
- public static string SubtitlesView_TrackSelectionBehaviour {
- get {
- return ResourceManager.GetString("SubtitlesView_TrackSelectionBehaviour", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add All Remaining Closed Captions.
- /// </summary>
- public static string SubtitleView_AddAllCC {
- get {
- return ResourceManager.GetString("SubtitleView_AddAllCC", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video..
- /// </summary>
- public static string SubtitleView_SubtitleDefaultsDescription {
- get {
- return ResourceManager.GetString("SubtitleView_SubtitleDefaultsDescription", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Additional Audio Tracks.
- /// </summary>
- public static string SummaryView_AdditionalAudioTracks {
- get {
- return ResourceManager.GetString("SummaryView_AdditionalAudioTracks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Additional Subtitle Tracks.
- /// </summary>
- public static string SummaryView_AdditionalSubtitleTracks {
- get {
- return ResourceManager.GetString("SummaryView_AdditionalSubtitleTracks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Burned.
- /// </summary>
- public static string SummaryView_Burned {
- get {
- return ResourceManager.GetString("SummaryView_Burned", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Chapter Markers.
- /// </summary>
- public static string SummaryView_Chapters {
- get {
- return ResourceManager.GetString("SummaryView_Chapters", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Deblock.
- /// </summary>
- public static string SummaryView_Deblock {
- get {
- return ResourceManager.GetString("SummaryView_Deblock", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Detelecine.
- /// </summary>
- public static string SummaryView_Detelecine {
- get {
- return ResourceManager.GetString("SummaryView_Detelecine", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to display.
- /// </summary>
- public static string SummaryView_display {
- get {
- return ResourceManager.GetString("SummaryView_display", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Grayscale.
- /// </summary>
- public static string SummaryView_Grayscale {
- get {
- return ResourceManager.GetString("SummaryView_Grayscale", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Audio Tracks.
- /// </summary>
- public static string SummaryView_NoAudioTracks {
- get {
- return ResourceManager.GetString("SummaryView_NoAudioTracks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Chapter Markers.
- /// </summary>
- public static string SummaryView_NoChapters {
- get {
- return ResourceManager.GetString("SummaryView_NoChapters", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Filters.
- /// </summary>
- public static string SummaryView_NoFilters {
- get {
- return ResourceManager.GetString("SummaryView_NoFilters", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Source.
- /// </summary>
- public static string SummaryView_NoSource {
- get {
- return ResourceManager.GetString("SummaryView_NoSource", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Subtitle Tracks.
- /// </summary>
- public static string SummaryView_NoSubtitleTracks {
- get {
- return ResourceManager.GetString("SummaryView_NoSubtitleTracks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No Tracks.
- /// </summary>
- public static string SummaryView_NoTracks {
- get {
- return ResourceManager.GetString("SummaryView_NoTracks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Preview {0} of {1}.
- /// </summary>
- public static string SummaryView_PreviewInfo {
- get {
- return ResourceManager.GetString("SummaryView_PreviewInfo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rotation.
- /// </summary>
- public static string SummaryView_Rotation {
- get {
- return ResourceManager.GetString("SummaryView_Rotation", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to storage.
- /// </summary>
- public static string SummaryView_storage {
- get {
- return ResourceManager.GetString("SummaryView_storage", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 2-Pass Encoding.
- /// </summary>
- public static string VideoView_2Pass {
- get {
- return ResourceManager.GetString("VideoView_2Pass", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Avg Bitrate (kbps):.
- /// </summary>
- public static string VideoView_AverageBitrate {
- get {
- return ResourceManager.GetString("VideoView_AverageBitrate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Video Codec:.
- /// </summary>
- public static string VideoView_Codec {
- get {
- return ResourceManager.GetString("VideoView_Codec", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Constant Framerate.
- /// </summary>
- public static string VideoView_ConstantFramerate {
- get {
- return ResourceManager.GetString("VideoView_ConstantFramerate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Constant Quality:.
- /// </summary>
- public static string VideoView_ConstantQuality {
- get {
- return ResourceManager.GetString("VideoView_ConstantQuality", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoder Level:.
- /// </summary>
- public static string VideoView_EncoderLevel {
- get {
- return ResourceManager.GetString("VideoView_EncoderLevel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoder Preset:.
- /// </summary>
- public static string VideoView_EncoderPreset {
- get {
- return ResourceManager.GetString("VideoView_EncoderPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoder Profile:.
- /// </summary>
- public static string VideoView_EncoderProfile {
- get {
- return ResourceManager.GetString("VideoView_EncoderProfile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoder Tune:.
- /// </summary>
- public static string VideoView_EncodeTune {
- get {
- return ResourceManager.GetString("VideoView_EncodeTune", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Extra Options:.
- /// </summary>
- public static string VideoView_ExtraOptions {
- get {
- return ResourceManager.GetString("VideoView_ExtraOptions", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fast Decode.
- /// </summary>
- public static string VideoView_FastDecode {
- get {
- return ResourceManager.GetString("VideoView_FastDecode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Framerate (FPS):.
- /// </summary>
- public static string VideoView_Framerate {
- get {
- return ResourceManager.GetString("VideoView_Framerate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Optimise Video:.
- /// </summary>
- public static string VideoView_OptimiseVideo {
- get {
- return ResourceManager.GetString("VideoView_OptimiseVideo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Peak Framerate.
- /// </summary>
- public static string VideoView_PeakFramerate {
- get {
- return ResourceManager.GetString("VideoView_PeakFramerate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Quality.
- /// </summary>
- public static string VideoView_Quality {
- get {
- return ResourceManager.GetString("VideoView_Quality", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Turbo first pass.
- /// </summary>
- public static string VideoView_TurboFirstPass {
- get {
- return ResourceManager.GetString("VideoView_TurboFirstPass", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use Advanced Tab instead.
- /// </summary>
- public static string VideoView_UseAdvancedTab {
- get {
- return ResourceManager.GetString("VideoView_UseAdvancedTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Variable Framerate.
- /// </summary>
- public static string VideoView_VariableFramerate {
- get {
- return ResourceManager.GetString("VideoView_VariableFramerate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Video.
- /// </summary>
- public static string VideoView_Video {
- get {
- return ResourceManager.GetString("VideoView_Video", resourceCulture);
- }
- }
- }
-}
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
deleted file mode 100644
index 8dda5a635..000000000
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
+++ /dev/null
@@ -1,1136 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<root>
- <!--
- Microsoft ResX Schema
-
- Version 2.0
-
- The primary goals of this format is to allow a simple XML format
- that is mostly human readable. The generation and parsing of the
- various data types are done through the TypeConverter classes
- associated with the data types.
-
- Example:
-
- ... ado.net/XML headers & schema ...
- <resheader name="resmimetype">text/microsoft-resx</resheader>
- <resheader name="version">2.0</resheader>
- <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
- <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
- <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
- <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
- <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
- <value>[base64 mime encoded serialized .NET Framework object]</value>
- </data>
- <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
- <comment>This is a comment</comment>
- </data>
-
- There are any number of "resheader" rows that contain simple
- name/value pairs.
-
- Each data row contains a name, and value. The row also contains a
- type or mimetype. Type corresponds to a .NET class that support
- text/value conversion through the TypeConverter architecture.
- Classes that don't support this are serialized and stored with the
- mimetype set.
-
- The mimetype is used for serialized objects, and tells the
- ResXResourceReader how to depersist the object. This is currently not
- extensible. For a given mimetype the value must be set accordingly:
-
- Note - application/x-microsoft.net.object.binary.base64 is the format
- that the ResXResourceWriter will generate, however the reader can
- read any of the formats listed below.
-
- mimetype: application/x-microsoft.net.object.binary.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.soap.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.bytearray.base64
- value : The object must be serialized into a byte array
- : using a System.ComponentModel.TypeConverter
- : and then encoded with base64 encoding.
- -->
- <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
- <xsd:element name="root" msdata:IsDataSet="true">
- <xsd:complexType>
- <xsd:choice maxOccurs="unbounded">
- <xsd:element name="metadata">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="name" use="required" type="xsd:string" />
- <xsd:attribute name="type" type="xsd:string" />
- <xsd:attribute name="mimetype" type="xsd:string" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="assembly">
- <xsd:complexType>
- <xsd:attribute name="alias" type="xsd:string" />
- <xsd:attribute name="name" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="data">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
- <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
- <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="resheader">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" />
- </xsd:complexType>
- </xsd:element>
- </xsd:choice>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- <resheader name="resmimetype">
- <value>text/microsoft-resx</value>
- </resheader>
- <resheader name="version">
- <value>2.0</value>
- </resheader>
- <resheader name="reader">
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <resheader name="writer">
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <data name="MainView_ActivityLog" xml:space="preserve">
- <value>Activity Log</value>
- </data>
- <data name="Generic_Add" xml:space="preserve">
- <value>Add</value>
- </data>
- <data name="MainView_AddToQueue" xml:space="preserve">
- <value>Add to Queue</value>
- </data>
- <data name="MainView_AdvancedTab" xml:space="preserve">
- <value>Advanced</value>
- </data>
- <data name="MainView_Angle" xml:space="preserve">
- <value>Angle: </value>
- </data>
- <data name="MainView_AudioTab" xml:space="preserve">
- <value>Audio</value>
- </data>
- <data name="MainView_Browser" xml:space="preserve">
- <value>Browse</value>
- </data>
- <data name="MainView_ChaptersTab" xml:space="preserve">
- <value>Chapters</value>
- </data>
- <data name="MainView_Container" xml:space="preserve">
- <value>Container</value>
- </data>
- <data name="MainView_Destination" xml:space="preserve">
- <value>Destination</value>
- </data>
- <data name="MainView_Duration" xml:space="preserve">
- <value>Duration: </value>
- </data>
- <data name="MainView_File" xml:space="preserve">
- <value>Save As:</value>
- </data>
- <data name="MainView_FiltersTab" xml:space="preserve">
- <value>Filters</value>
- </data>
- <data name="MainView_Help" xml:space="preserve">
- <value>Help</value>
- </data>
- <data name="MainView_iPod5G" xml:space="preserve">
- <value>iPod 5G Support</value>
- </data>
- <data name="MainView_Options" xml:space="preserve">
- <value>Options</value>
- </data>
- <data name="MainView_OutputSettings" xml:space="preserve">
- <value>Output Settings</value>
- </data>
- <data name="MainView_Pause" xml:space="preserve">
- <value>Pause</value>
- </data>
- <data name="MainView_PictureTab" xml:space="preserve">
- <value>Dimensions</value>
- </data>
- <data name="MainView_Presets" xml:space="preserve">
- <value>Presets</value>
- </data>
- <data name="MainView_Preview" xml:space="preserve">
- <value>Preview</value>
- </data>
- <data name="MainView_Remove" xml:space="preserve">
- <value>Remove</value>
- </data>
- <data name="MainView_ShowQueue" xml:space="preserve">
- <value>Queue</value>
- </data>
- <data name="MainView_Source" xml:space="preserve">
- <value>Source:</value>
- </data>
- <data name="MainView_StartEncode" xml:space="preserve">
- <value>Start Encode</value>
- </data>
- <data name="MainView_StartQueue" xml:space="preserve">
- <value>Start Queue</value>
- </data>
- <data name="MainView_Stop" xml:space="preserve">
- <value>Stop</value>
- </data>
- <data name="MainView_SubtitlesTab" xml:space="preserve">
- <value>Subtitles</value>
- </data>
- <data name="MainView_through" xml:space="preserve">
- <value> - </value>
- </data>
- <data name="MainView_Title" xml:space="preserve">
- <value>Title: </value>
- </data>
- <data name="MainView_Tools" xml:space="preserve">
- <value>Tools</value>
- </data>
- <data name="MainView_VideoTab" xml:space="preserve">
- <value>Video</value>
- </data>
- <data name="MainView_WebOptimized" xml:space="preserve">
- <value>Web Optimized</value>
- </data>
- <data name="AboutView_License" xml:space="preserve">
- <value>License: </value>
- </data>
- <data name="AboutView_Version" xml:space="preserve">
- <value>Version: </value>
- </data>
- <data name="AddPresetView_AddPreset" xml:space="preserve">
- <value>Add Preset</value>
- </data>
- <data name="AddPresetView_Description" xml:space="preserve">
- <value>Description:</value>
- </data>
- <data name="AddPresetView_Name" xml:space="preserve">
- <value>Name:</value>
- </data>
- <data name="AddPresetView_SavePictureSize" xml:space="preserve">
- <value>Dimensions:</value>
- </data>
- <data name="Generic_Cancel" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="ChaptersView_ChapterMarkers" xml:space="preserve">
- <value>Chapter Markers</value>
- </data>
- <data name="ChaptersView_ChapterName" xml:space="preserve">
- <value>Chapter Name</value>
- </data>
- <data name="ChaptersView_ChapterNumber" xml:space="preserve">
- <value>Chapter Number</value>
- </data>
- <data name="ChaptersView_CreateChapterMarkers" xml:space="preserve">
- <value>Create chapter markers</value>
- </data>
- <data name="ChaptersView_Duration" xml:space="preserve">
- <value>Duration</value>
- </data>
- <data name="ChaptersView_Export" xml:space="preserve">
- <value>Export</value>
- </data>
- <data name="ChaptersView_Import" xml:space="preserve">
- <value>Import</value>
- </data>
- <data name="ChapterView_ExportNames" xml:space="preserve">
- <value>Export Names</value>
- </data>
- <data name="ChapterView_ImportNames" xml:space="preserve">
- <value>Import Names</value>
- </data>
- <data name="ChapterView_ResetChapterNames" xml:space="preserve">
- <value>Reset Chapter Names</value>
- </data>
- <data name="Preset_Export" xml:space="preserve">
- <value>Export to file</value>
- </data>
- <data name="Preset_Import" xml:space="preserve">
- <value>Import from file</value>
- </data>
- <data name="LogView_CopyClipboard" xml:space="preserve">
- <value>Copy to clipboard</value>
- </data>
- <data name="LogView_EncodeLog" xml:space="preserve">
- <value>Encode Log</value>
- </data>
- <data name="LogView_OpenLogDir" xml:space="preserve">
- <value>Open Log Directory</value>
- </data>
- <data name="LogView_ScanLog" xml:space="preserve">
- <value>ScanLog</value>
- </data>
- <data name="MainView_ResetBuiltInPresets" xml:space="preserve">
- <value>Reset Built-in Presets</value>
- </data>
- <data name="MainView_SetDefault" xml:space="preserve">
- <value>Set Default</value>
- </data>
- <data name="MainView_UpdateSelectedPreset" xml:space="preserve">
- <value>Update Selected Preset</value>
- </data>
- <data name="Shared_AddAllForSelected" xml:space="preserve">
- <value>Add All Remaining Selected Languages</value>
- </data>
- <data name="Shared_AddAllRemaining" xml:space="preserve">
- <value>Add All Remaining Tracks</value>
- </data>
- <data name="Shared_AddNewTrack" xml:space="preserve">
- <value>Add New Track</value>
- </data>
- <data name="Shared_AddTrack" xml:space="preserve">
- <value>Add Track</value>
- </data>
- <data name="AudioView_AllowPassThruOf" xml:space="preserve">
- <value>Allow passthru of:</value>
- </data>
- <data name="AudioView_AutoPassthruBehaviour" xml:space="preserve">
- <value>'Auto Passthru' Behaviour:</value>
- </data>
- <data name="Shared_AvailableLanguages" xml:space="preserve">
- <value>Available Languages:</value>
- </data>
- <data name="AudioView_Bitrate" xml:space="preserve">
- <value>Bitrate</value>
- </data>
- <data name="Shared_ChooseLanguages" xml:space="preserve">
- <value>Choose Languages:</value>
- </data>
- <data name="Shared_ChosenLangages" xml:space="preserve">
- <value>Chosen Languages:</value>
- </data>
- <data name="AudioView_Codec" xml:space="preserve">
- <value>Codec</value>
- </data>
- <data name="Shared_ConfigureDefaultBehaviours" xml:space="preserve">
- <value>Configure Default Behaviours</value>
- </data>
- <data name="AudioView_DRC" xml:space="preserve">
- <value>DRC</value>
- </data>
- <data name="AudioView_Gain" xml:space="preserve">
- <value>Gain</value>
- </data>
- <data name="AudioView_Hide" xml:space="preserve">
- <value>Hide</value>
- </data>
- <data name="AudioView_Mixdown" xml:space="preserve">
- <value>Mixdown</value>
- </data>
- <data name="Generic_MoveLeft" xml:space="preserve">
- <value>Move Left</value>
- </data>
- <data name="Generic_MoveRight" xml:space="preserve">
- <value>Move Right</value>
- </data>
- <data name="AudioView_OtherwiseFallbackEncoder" xml:space="preserve">
- <value>Fallback encoder:</value>
- </data>
- <data name="AudioView_ReloadDefaults" xml:space="preserve">
- <value>Reload Defaults</value>
- </data>
- <data name="AudioView_Samplerate" xml:space="preserve">
- <value>Samplerate</value>
- </data>
- <data name="AudioView_Show" xml:space="preserve">
- <value>Show</value>
- </data>
- <data name="AudioView_TrackName" xml:space="preserve">
- <value>Track Name</value>
- </data>
- <data name="AudioView_TrackSelectionBehaviour" xml:space="preserve">
- <value>Track Selection Behaviour:</value>
- </data>
- <data name="AudioView_TrackSettingDefaultBehaviour" xml:space="preserve">
- <value>For Additional Tracks:</value>
- </data>
- <data name="AudioView_WhenAutoPassthru" xml:space="preserve">
- <value>When 'Auto Passthru' is selected as the audio codec.</value>
- </data>
- <data name="CountdownAlterView_CancelAction" xml:space="preserve">
- <value>Cancel Action</value>
- </data>
- <data name="CountdownAlterView_Proceed" xml:space="preserve">
- <value>Proceed</value>
- </data>
- <data name="CountdownAlterView_WhenDoneAction" xml:space="preserve">
- <value>When Done Action</value>
- </data>
- <data name="ErrorView_ErrorDetails" xml:space="preserve">
- <value>Error Details:</value>
- </data>
- <data name="FiltersView_Custom" xml:space="preserve">
- <value>Custom:</value>
- </data>
- <data name="FiltersView_Deblock" xml:space="preserve">
- <value>Deblock</value>
- </data>
- <data name="FiltersView_Decomb" xml:space="preserve">
- <value>Decomb</value>
- </data>
- <data name="FiltersView_Deinterlace" xml:space="preserve">
- <value>Deinterlace:</value>
- </data>
- <data name="FiltersView_Denoise" xml:space="preserve">
- <value>Denoise:</value>
- </data>
- <data name="FiltersView_Detelecine" xml:space="preserve">
- <value>Detelecine:</value>
- </data>
- <data name="FiltersView_Filters" xml:space="preserve">
- <value>Filters</value>
- </data>
- <data name="FiltersView_Grayscale" xml:space="preserve">
- <value>Grayscale</value>
- </data>
- <data name="FiltersView_Preset" xml:space="preserve">
- <value>Preset:</value>
- </data>
- <data name="FiltersView_Tune" xml:space="preserve">
- <value>Tune:</value>
- </data>
- <data name="Generic_Clear" xml:space="preserve">
- <value>Clear</value>
- </data>
- <data name="Generic_Close" xml:space="preserve">
- <value>Close</value>
- </data>
- <data name="Generic_CopyToClipboard" xml:space="preserve">
- <value>Copy to Clipboard</value>
- </data>
- <data name="PictureSettingsView_Anamorphic" xml:space="preserve">
- <value>Anamorphic:</value>
- </data>
- <data name="PictureSettingsView_Automatic" xml:space="preserve">
- <value>Automatic</value>
- </data>
- <data name="PictureSettingsView_Bottom" xml:space="preserve">
- <value>Bottom</value>
- </data>
- <data name="PictureSettingsView_Cropping" xml:space="preserve">
- <value>Cropping</value>
- </data>
- <data name="PictureSettingsView_Custom" xml:space="preserve">
- <value>Custom</value>
- </data>
- <data name="PictureSettingsView_DisplayWitdh" xml:space="preserve">
- <value>Display Width:</value>
- </data>
- <data name="PictureSettingsView_Height" xml:space="preserve">
- <value>Height:</value>
- </data>
- <data name="PictureSettingsView_KeepAR" xml:space="preserve">
- <value>Keep Aspect Ratio</value>
- </data>
- <data name="PictureSettingsView_Left" xml:space="preserve">
- <value>Left</value>
- </data>
- <data name="PictureSettingsView_Modulus" xml:space="preserve">
- <value>Modulus:</value>
- </data>
- <data name="PictureSettingsView_Output" xml:space="preserve">
- <value>Output</value>
- </data>
- <data name="PictureSettingsView_PAR" xml:space="preserve">
- <value>PAR:</value>
- </data>
- <data name="PictureSettingsView_Right" xml:space="preserve">
- <value>Right</value>
- </data>
- <data name="PictureSettingsView_Size" xml:space="preserve">
- <value>Size</value>
- </data>
- <data name="PictureSettingsView_Source" xml:space="preserve">
- <value>Source:</value>
- </data>
- <data name="PictureSettingsView_Top" xml:space="preserve">
- <value>Top</value>
- </data>
- <data name="PictureSettingsView_Width" xml:space="preserve">
- <value>Width:</value>
- </data>
- <data name="QueueSelectionView_ChooseTitles" xml:space="preserve">
- <value>Choose titles:</value>
- </data>
- <data name="QueueSelectionView_Title" xml:space="preserve">
- <value>Add to Queue</value>
- </data>
- <data name="QueueView_Advanced" xml:space="preserve">
- <value>Advanced:</value>
- </data>
- <data name="QueueView_Audio" xml:space="preserve">
- <value>Audio:</value>
- </data>
- <data name="QueueView_ClearAll" xml:space="preserve">
- <value>Clear All</value>
- </data>
- <data name="QueueView_ClearCompleted" xml:space="preserve">
- <value>Clear Completed</value>
- </data>
- <data name="QueueView_ClearQueue" xml:space="preserve">
- <value>Clear Queue</value>
- </data>
- <data name="QueueView_ClearSelected" xml:space="preserve">
- <value>Clear Selected</value>
- </data>
- <data name="QueueView_Destination" xml:space="preserve">
- <value>Destination: </value>
- </data>
- <data name="QueueView_DoNothing" xml:space="preserve">
- <value>Do nothing</value>
- </data>
- <data name="QueueView_Export" xml:space="preserve">
- <value>Export Queue for CLI</value>
- </data>
- <data name="QueueView_Hibernate" xml:space="preserve">
- <value>Hibernate</value>
- </data>
- <data name="QueueView_LockSystem" xml:space="preserve">
- <value>Lock System</value>
- </data>
- <data name="QueueView_Logoff" xml:space="preserve">
- <value>Log off</value>
- </data>
- <data name="QueueView_Options" xml:space="preserve">
- <value>Options</value>
- </data>
- <data name="QueueView_Pause" xml:space="preserve">
- <value>Pause Queue</value>
- </data>
- <data name="QueueView_PictureSettings" xml:space="preserve">
- <value>Picture Settings:</value>
- </data>
- <data name="QueueView_QuitHandBrake" xml:space="preserve">
- <value>Quit HandBrake</value>
- </data>
- <data name="QueueView_Shutdown" xml:space="preserve">
- <value>Shutdown</value>
- </data>
- <data name="QueueView_Source" xml:space="preserve">
- <value>Source: </value>
- </data>
- <data name="QueueView_Start" xml:space="preserve">
- <value>Start Queue</value>
- </data>
- <data name="QueueView_Subtitles" xml:space="preserve">
- <value>Subtitles:</value>
- </data>
- <data name="QueueView_Suspend" xml:space="preserve">
- <value>Suspend</value>
- </data>
- <data name="QueueView_Video" xml:space="preserve">
- <value>Video:</value>
- </data>
- <data name="QueueView_WhenDone" xml:space="preserve">
- <value>When Done:</value>
- </data>
- <data name="StaticPreviewView_Duration" xml:space="preserve">
- <value>Duration:</value>
- </data>
- <data name="StaticPreviewView_LivePreview" xml:space="preserve">
- <value>Live Preview</value>
- </data>
- <data name="StaticPreviewView_UseSystemDefault" xml:space="preserve">
- <value>Use system default video player</value>
- </data>
- <data name="SubtitlesView_AddCC" xml:space="preserve">
- <value>Add Closed Captions when available</value>
- </data>
- <data name="SubtitlesView_AddForeignAudioSearch" xml:space="preserve">
- <value>Add 'Foreign Audio Scan'</value>
- </data>
- <data name="SubtitlesView_BurnInBehaviour" xml:space="preserve">
- <value>Burn-In Behaviour:</value>
- </data>
- <data name="SubtitlesView_TrackSelectionBehaviour" xml:space="preserve">
- <value>Track Selection Behaviour:</value>
- </data>
- <data name="Shared_ReloadDefaults" xml:space="preserve">
- <value>Reload Defaults</value>
- </data>
- <data name="SubtitlesView_ImportSRT" xml:space="preserve">
- <value>Import SRT</value>
- </data>
- <data name="SubtitleView_AddAllCC" xml:space="preserve">
- <value>Add All Remaining Closed Captions</value>
- </data>
- <data name="VideoView_2Pass" xml:space="preserve">
- <value>2-Pass Encoding</value>
- </data>
- <data name="VideoView_AverageBitrate" xml:space="preserve">
- <value>Avg Bitrate (kbps):</value>
- </data>
- <data name="VideoView_Codec" xml:space="preserve">
- <value>Video Codec:</value>
- </data>
- <data name="VideoView_ConstantFramerate" xml:space="preserve">
- <value>Constant Framerate</value>
- </data>
- <data name="VideoView_ConstantQuality" xml:space="preserve">
- <value>Constant Quality:</value>
- </data>
- <data name="VideoView_EncoderLevel" xml:space="preserve">
- <value>Encoder Level:</value>
- </data>
- <data name="VideoView_EncoderPreset" xml:space="preserve">
- <value>Encoder Preset:</value>
- </data>
- <data name="VideoView_EncoderProfile" xml:space="preserve">
- <value>Encoder Profile:</value>
- </data>
- <data name="VideoView_EncodeTune" xml:space="preserve">
- <value>Encoder Tune:</value>
- </data>
- <data name="VideoView_ExtraOptions" xml:space="preserve">
- <value>Extra Options:</value>
- </data>
- <data name="VideoView_FastDecode" xml:space="preserve">
- <value>Fast Decode</value>
- </data>
- <data name="VideoView_Framerate" xml:space="preserve">
- <value>Framerate (FPS):</value>
- </data>
- <data name="VideoView_OptimiseVideo" xml:space="preserve">
- <value>Optimise Video:</value>
- </data>
- <data name="VideoView_PeakFramerate" xml:space="preserve">
- <value>Peak Framerate</value>
- </data>
- <data name="VideoView_Quality" xml:space="preserve">
- <value>Quality</value>
- </data>
- <data name="VideoView_TurboFirstPass" xml:space="preserve">
- <value>Turbo first pass</value>
- </data>
- <data name="VideoView_UseAdvancedTab" xml:space="preserve">
- <value>Use Advanced Tab instead</value>
- </data>
- <data name="VideoView_VariableFramerate" xml:space="preserve">
- <value>Variable Framerate</value>
- </data>
- <data name="VideoView_Video" xml:space="preserve">
- <value>Video</value>
- </data>
- <data name="SourceSelection_SourceSelection" xml:space="preserve">
- <value>Source Selection</value>
- </data>
- <data name="SourceSelection_ChooseSpecificTitle" xml:space="preserve">
- <value>Optionally choose a specific title: </value>
- </data>
- <data name="SourceSelection_ChooseVideo" xml:space="preserve">
- <value>Then choose the video(s) you'd like to encode: </value>
- </data>
- <data name="SourceSelection_ChooseFolder" xml:space="preserve">
- <value>Choose Folder to Scan</value>
- </data>
- <data name="SourceSelection_ChooseFile" xml:space="preserve">
- <value>Choose File to Scan</value>
- </data>
- <data name="SourceSelection_OpenDVDBluray" xml:space="preserve">
- <value>Open this DVD or Bluray Drive</value>
- </data>
- <data name="SourceSelection_SingleVideoFile" xml:space="preserve">
- <value>Open a single video file.</value>
- </data>
- <data name="SourceSelection_File" xml:space="preserve">
- <value>File</value>
- </data>
- <data name="SourceSelection_ChooseDisc" xml:space="preserve">
- <value>Choose Disc to Scan</value>
- </data>
- <data name="SourceSelection_FolderBatchScan" xml:space="preserve">
- <value>Folder (Batch Scan)</value>
- </data>
- <data name="SourceSelection_OpenFolderWIth" xml:space="preserve">
- <value>Open a folder with one or more files.</value>
- </data>
- <data name="Options_30DayLogClear" xml:space="preserve">
- <value>Clear Log files older than 30 days</value>
- </data>
- <data name="Options_About" xml:space="preserve">
- <value>About HandBrake</value>
- </data>
- <data name="Options_Advanced" xml:space="preserve">
- <value>Advanced</value>
- </data>
- <data name="Options_AdvancedOptions" xml:space="preserve">
- <value>Advanced Options</value>
- </data>
- <data name="Options_AdvancedTab" xml:space="preserve">
- <value>Allow use of 'Advanced' Tab for x264 options. (Deprecated)</value>
- </data>
- <data name="Options_Arguments" xml:space="preserve">
- <value>Arguments:</value>
- </data>
- <data name="Options_AutomaticFileNaming" xml:space="preserve">
- <value>Automatic File Naming</value>
- </data>
- <data name="Options_AutoNameOutput" xml:space="preserve">
- <value>Automatically name output files</value>
- </data>
- <data name="Options_CheckForUpdates" xml:space="preserve">
- <value>Check for Updates</value>
- </data>
- <data name="Options_ClearCompleted" xml:space="preserve">
- <value>Always clear completed queue items after an encode completes</value>
- </data>
- <data name="Options_ClearLogs" xml:space="preserve">
- <value>Clear Log History</value>
- </data>
- <data name="Options_CopyLogToDir" xml:space="preserve">
- <value>Put a copy of individual encode logs in a specified location:</value>
- </data>
- <data name="Options_CopyLogToEncDir" xml:space="preserve">
- <value>Put a copy of individual encode logs in the same location as the encoded video</value>
- </data>
- <data name="Options_CurVersion" xml:space="preserve">
- <value>Current Version</value>
- </data>
- <data name="Options_Decoding" xml:space="preserve">
- <value>Decoding</value>
- </data>
- <data name="Options_DefaultPath" xml:space="preserve">
- <value>Default Path:</value>
- </data>
- <data name="Options_DownloadUpdates" xml:space="preserve">
- <value>Download Update</value>
- </data>
- <data name="Options_DVD" xml:space="preserve">
- <value>DVD Reading</value>
- </data>
- <data name="Options_DvdRead" xml:space="preserve">
- <value>Disable LibDVDNav. (libdvdread will be used instead)</value>
- </data>
- <data name="Options_Format" xml:space="preserve">
- <value>File Format:</value>
- </data>
- <data name="Options_General" xml:space="preserve">
- <value>General</value>
- </data>
- <data name="Options_Logging" xml:space="preserve">
- <value>Logging</value>
- </data>
- <data name="Options_LogLevel" xml:space="preserve">
- <value>Log Verbosity Level:</value>
- </data>
- <data name="Options_LogPath" xml:space="preserve">
- <value>Log Path:</value>
- </data>
- <data name="Options_MinimiseTray" xml:space="preserve">
- <value>Minimize to system tray (Requires Restart)</value>
- </data>
- <data name="Options_MinTitleScanLength" xml:space="preserve">
- <value>Minimum length of title to scan (seconds):</value>
- </data>
- <data name="Options_MP4FileExtension" xml:space="preserve">
- <value>MP4 File Extension:</value>
- </data>
- <data name="Options_OnStartup" xml:space="preserve">
- <value>On Startup</value>
- </data>
- <data name="Options_Output" xml:space="preserve">
- <value>Output Files</value>
- </data>
- <data name="Options_Path" xml:space="preserve">
- <value>Path: </value>
- </data>
- <data name="Options_PathToVLC" xml:space="preserve">
- <value>Path to VLC Player</value>
- </data>
- <data name="Options_PreventSleep" xml:space="preserve">
- <value>Prevent the system from sleeping while encoding</value>
- </data>
- <data name="Options_PreviewScanCount" xml:space="preserve">
- <value>Number of picture previews to scan:</value>
- </data>
- <data name="Options_PriorityLevel" xml:space="preserve">
- <value>Priority Level:</value>
- </data>
- <data name="Options_QsvDecode" xml:space="preserve">
- <value>Enable QuickSync Decoding</value>
- </data>
- <data name="Options_RemovePunctuation" xml:space="preserve">
- <value>Remove common punctuation</value>
- </data>
- <data name="Options_ReplaceUnderscores" xml:space="preserve">
- <value>Replace underscores with a space</value>
- </data>
- <data name="Options_ResetDoNothing" xml:space="preserve">
- <value>Reset to 'Do nothing' when the app is re-launched.</value>
- </data>
- <data name="Options_Scaler" xml:space="preserve">
- <value>Choose Scaler:</value>
- </data>
- <data name="Options_Scaling" xml:space="preserve">
- <value>Scaling</value>
- </data>
- <data name="Options_SendFileTo" xml:space="preserve">
- <value>Send file to:</value>
- </data>
- <data name="Options_TitleCase" xml:space="preserve">
- <value>Change case to Title Case</value>
- </data>
- <data name="Options_Updates" xml:space="preserve">
- <value>Updates</value>
- </data>
- <data name="Options_UserInterface" xml:space="preserve">
- <value>User Interface</value>
- </data>
- <data name="Options_Version" xml:space="preserve">
- <value>Version:</value>
- </data>
- <data name="Options_Video" xml:space="preserve">
- <value>Video</value>
- </data>
- <data name="Options_VideoPreviewPath" xml:space="preserve">
- <value>This path is used for the video preview feature only.</value>
- </data>
- <data name="Options_ViewLogDirectory" xml:space="preserve">
- <value>View Log Directory</value>
- </data>
- <data name="Options_WhenDone" xml:space="preserve">
- <value>When Done</value>
- </data>
- <data name="Options_x264" xml:space="preserve">
- <value>x264/5 Settings</value>
- </data>
- <data name="Options_x264Granularity" xml:space="preserve">
- <value>Constant quality fractional granularity:</value>
- </data>
- <data name="Options_ShowQueueInline" xml:space="preserve">
- <value>Show Queue in line with the main UI.</value>
- </data>
- <data name="Options_PauseQueueOnLowDiskSpace" xml:space="preserve">
- <value>Pause queue if disk space is low before starting a job.</value>
- </data>
- <data name="FiltersView_FlipVideo" xml:space="preserve">
- <value>Flip</value>
- </data>
- <data name="FiltersView_Rotate" xml:space="preserve">
- <value>Rotate:</value>
- </data>
- <data name="MainView_SourceOpen" xml:space="preserve">
- <value>Open Source</value>
- </data>
- <data name="Generic_Save" xml:space="preserve">
- <value>Save</value>
- </data>
- <data name="Preset_AudioDefaults_SubText" xml:space="preserve">
- <value>Change the behaviour of the audio track selection for this preset.
-This will not affect your current settings in the Audio tab.</value>
- </data>
- <data name="Preset_AudioDefaults_Title" xml:space="preserve">
- <value>Audio Defaults</value>
- </data>
- <data name="Preset_SubtitleDefaults_SubText" xml:space="preserve">
- <value>Change the behaviour of the subtitle track selection for this preset.
-This will not affect your current settings in the Subtitle tab.</value>
- </data>
- <data name="Preset_SubtitleDefaults_Title" xml:space="preserve">
- <value>Subtitle Defaults</value>
- </data>
- <data name="QueueSelection_UsingPreset" xml:space="preserve">
- <value>The selected titles will be added using the "{0}" preset.</value>
- </data>
- <data name="AudioView_AudioDefaultsDescription" xml:space="preserve">
- <value>Configure how the Audio Tracks are automatically selected and configured when you select a new title or source video.</value>
- </data>
- <data name="SubtitleView_SubtitleDefaultsDescription" xml:space="preserve">
- <value>Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video.</value>
- </data>
- <data name="OptionsView_InvalidFileFormatChars" xml:space="preserve">
- <value>The file format entered contained invalid characters. These have been removed. </value>
- </data>
- <data name="AudioDefaultView_Behaviours" xml:space="preserve">
- <value>Choose Behaviors:</value>
- </data>
- <data name="MetaDataView_Title" xml:space="preserve">
- <value>Meta Data</value>
- </data>
- <data name="MainView_MetaDataTab" xml:space="preserve">
- <value>Meta Data</value>
- </data>
- <data name="MainView_PresetManage" xml:space="preserve">
- <value>Rename Preset</value>
- </data>
- <data name="ManagePresetView_ManagePreset" xml:space="preserve">
- <value>Manage Preset</value>
- </data>
- <data name="Options_QsvDecodeForNonFullPath" xml:space="preserve">
- <value>Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) </value>
- </data>
- <data name="Options_LowDiskspaceSize" xml:space="preserve">
- <value>Low diskspace warning level (GB):</value>
- </data>
- <data name="OptionsView_ShowStatusInTitleBar" xml:space="preserve">
- <value>Show the encode status in the application title bar.</value>
- </data>
- <data name="OptionsView_PlaySoundWhenDone" xml:space="preserve">
- <value>Play a sound when each encode completes</value>
- </data>
- <data name="MainView_Muxing" xml:space="preserve">
- <value>Muxing: This may take a while...</value>
- </data>
- <data name="MainView_ProgressStatusWithTask" xml:space="preserve">
- <value>Encoding: {0}, {1:00.00}%, Time Remaining: {2}, {3}</value>
- </data>
- <data name="MainView_Searching" xml:space="preserve">
- <value>Searching for start time</value>
- </data>
- <data name="FiltersView_Sharpen" xml:space="preserve">
- <value>Sharpen</value>
- </data>
- <data name="MainView_AlignAVStart" xml:space="preserve">
- <value>Align A/V Start</value>
- </data>
- <data name="MainView_SummaryTab" xml:space="preserve">
- <value>Summary</value>
- </data>
- <data name="SummaryView_AdditionalAudioTracks" xml:space="preserve">
- <value>Additional Audio Tracks</value>
- </data>
- <data name="SummaryView_AdditionalSubtitleTracks" xml:space="preserve">
- <value>Additional Subtitle Tracks</value>
- </data>
- <data name="SummaryView_Burned" xml:space="preserve">
- <value>Burned</value>
- </data>
- <data name="SummaryView_Chapters" xml:space="preserve">
- <value>Chapter Markers</value>
- </data>
- <data name="SummaryView_Deblock" xml:space="preserve">
- <value>Deblock</value>
- </data>
- <data name="SummaryView_Detelecine" xml:space="preserve">
- <value>Detelecine</value>
- </data>
- <data name="SummaryView_display" xml:space="preserve">
- <value>display</value>
- </data>
- <data name="SummaryView_Grayscale" xml:space="preserve">
- <value>Grayscale</value>
- </data>
- <data name="SummaryView_NoAudioTracks" xml:space="preserve">
- <value>No Audio Tracks</value>
- </data>
- <data name="SummaryView_NoChapters" xml:space="preserve">
- <value>No Chapter Markers</value>
- </data>
- <data name="SummaryView_NoFilters" xml:space="preserve">
- <value>No Filters</value>
- </data>
- <data name="SummaryView_NoSubtitleTracks" xml:space="preserve">
- <value>No Subtitle Tracks</value>
- </data>
- <data name="SummaryView_Rotation" xml:space="preserve">
- <value>Rotation</value>
- </data>
- <data name="SummaryView_storage" xml:space="preserve">
- <value>storage</value>
- </data>
- <data name="MainView_AudioTrackCount" xml:space="preserve">
- <value>Audio Tracks</value>
- </data>
- <data name="MainView_SubtitleTracksCount" xml:space="preserve">
- <value>Subtitle Tracks</value>
- </data>
- <data name="QueueView_OpenDestDir" xml:space="preserve">
- <value>Open Destination Directory</value>
- </data>
- <data name="QueueView_OpenSourceDir" xml:space="preserve">
- <value>Open Source Directory</value>
- </data>
- <data name="SummaryView_PreviewInfo" xml:space="preserve">
- <value>Preview {0} of {1}</value>
- </data>
- <data name="SummaryView_NoSource" xml:space="preserve">
- <value>No Source</value>
- </data>
- <data name="SummaryView_NoTracks" xml:space="preserve">
- <value>No Tracks</value>
- </data>
- <data name="MainView_PresetRemove" xml:space="preserve">
- <value>Delete Preset</value>
- </data>
- <data name="Preset_Custom" xml:space="preserve">
- <value>Custom</value>
- </data>
- <data name="Preset_Official" xml:space="preserve">
- <value>Official</value>
- </data>
- <data name="AddPresetView_Category" xml:space="preserve">
- <value>Category:</value>
- </data>
- <data name="AddPresetView_AddNewCategory" xml:space="preserve">
- <value>-- Add New Category --</value>
- </data>
- <data name="MainView_AddAll" xml:space="preserve">
- <value>Add All</value>
- </data>
- <data name="MainView_AddCurrent" xml:space="preserve">
- <value>Add Current</value>
- </data>
- <data name="MainView_AddSelection" xml:space="preserve">
- <value>Add Selection</value>
- </data>
- <data name="MainView_PresetOptionsContextMenu" xml:space="preserve">
- <value>Preset Options Context Menu</value>
- </data>
- <data name="MainView_Range" xml:space="preserve">
- <value>Range:</value>
- </data>
- <data name="MainView_ModifiedPreset" xml:space="preserve">
- <value>(Modified)</value>
- </data>
- <data name="MainView_SelectedPreset" xml:space="preserve">
- <value>Selected Preset:</value>
- </data>
- <data name="OptionsView_PlaySoundWhenQueueDone" xml:space="preserve">
- <value>Play a sound when the queue completes</value>
- </data>
- <data name="MainView_Reload" xml:space="preserve">
- <value>Reload</value>
- </data>
- <data name="MainView_SaveNewPreset" xml:space="preserve">
- <value>Save New Preset</value>
- </data>
- <data name="MainView_ShowPreview" xml:space="preserve">
- <value>Preview</value>
- </data>
- <data name="OptionsView_ShowPreviewOnSummaryTab" xml:space="preserve">
- <value>Show previews on summary tab.</value>
- </data>
- <data name="MainView_SubtitleBeforeScanError" xml:space="preserve">
- <value>Please choose a source to encode before trying to import a subtitle file.</value>
- </data>
- <data name="OptionsView_EnableNvencEncoding" xml:space="preserve">
- <value>Enable Nvidia NVENC Encoder</value>
- </data>
- <data name="OptionsView_EnableQuicksyncEncoding" xml:space="preserve">
- <value>Enable Intel QuickSync Encoder</value>
- </data>
- <data name="OptionsView_EnableVceEncoding" xml:space="preserve">
- <value>Enable AMD VCE Encoder</value>
- </data>
- <data name="Options_Encoding" xml:space="preserve">
- <value>Encoding</value>
- </data>
- <data name="MainView_StopEncode" xml:space="preserve">
- <value>Stop Encode</value>
- </data>
- <data name="MainView_StopEncodeConfirm" xml:space="preserve">
- <value>Are you sure you wish to stop thie encode?</value>
- </data>
- <data name="Options_Experimental" xml:space="preserve">
- <value>Experimental Features</value>
- </data>
- <data name="Options_ExperimentalFeatures" xml:space="preserve">
- <value>Experimental features are ideas we are working on. These may or may not make it into a final release and may not work!</value>
- </data>
- <data name="SourceSelection_QueueArchiveRecovery" xml:space="preserve">
- <value>Queue Recovery</value>
- </data>
- <data name="SourceSelection_QueueArchiveRecoveryDesc" xml:space="preserve">
- <value>A previous queue archive is available. </value>
- </data>
- <data name="Options_ShowExperimentalQueueDesign" xml:space="preserve">
- <value>Show the new experimental queue design.</value>
- </data>
- <data name="QueueView_Duration" xml:space="preserve">
- <value>Encode Time:</value>
- </data>
- <data name="QueueView_EndTime" xml:space="preserve">
- <value>End Time:</value>
- </data>
- <data name="QueueView_FileSize" xml:space="preserve">
- <value>Filesize: </value>
- </data>
- <data name="QueueView_PausedDuration" xml:space="preserve">
- <value>Paused Duration:</value>
- </data>
- <data name="QueueView_StartTime" xml:space="preserve">
- <value>Start Time:</value>
- </data>
- <data name="QueueView_LogNotAvailableYet" xml:space="preserve">
- <value>The log will be available after the encode completes.</value>
- </data>
- <data name="QueueView_ResetAllJobs" xml:space="preserve">
- <value>Retry All Jobs</value>
- </data>
- <data name="QueueView_ResetSelectedJobs" xml:space="preserve">
- <value>Retry Selected Jobs</value>
- </data>
- <data name="QueueView_Statistics" xml:space="preserve">
- <value>Statistics</value>
- </data>
- <data name="QueueView_StatsNotAvailableYet" xml:space="preserve">
- <value>Statistics will be available after an encode completes.</value>
- </data>
- <data name="QueueView_Summary" xml:space="preserve">
- <value>Summary</value>
- </data>
- <data name="QueueView_ResetFailed" xml:space="preserve">
- <value>Retry Failed</value>
- </data>
- <data name="FiltersView_DeinterlacePreset" xml:space="preserve">
- <value>Preset:</value>
- </data>
- <data name="FiltersView_DeinterlacePresetAuto" xml:space="preserve">
- <value>Deinterlace Preset</value>
- </data>
- <data name="FiltersView_DenoisePresetAuto" xml:space="preserve">
- <value>Denoise Preset</value>
- </data>
- <data name="FiltersView_DenoiseTuneAuto" xml:space="preserve">
- <value>Denoise Tune</value>
- </data>
- <data name="FiltersView_InterlaceDetection" xml:space="preserve">
- <value>Interlace Detection:</value>
- </data>
- <data name="FiltersView_SharpenPresetAuto" xml:space="preserve">
- <value>Sharpen Preset</value>
- </data>
- <data name="FiltersView_SharpenTuneAuto" xml:space="preserve">
- <value>Sharpen Tune</value>
- </data>
- <data name="MainView_Format" xml:space="preserve">
- <value>Format:</value>
- </data>
- <data name="QueueView_Delete" xml:space="preserve">
- <value>Delete</value>
- </data>
- <data name="QueueView_Edit" xml:space="preserve">
- <value>Edit</value>
- </data>
- <data name="QueueView_Retry" xml:space="preserve">
- <value>Retry</value>
- </data>
- <data name="StaticPreviewView_SelectPreviewImage" xml:space="preserve">
- <value>Select a preview image</value>
- </data>
-</root> \ No newline at end of file
diff --git a/win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs b/win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs
index e5545d136..ca747c341 100644
--- a/win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs
+++ b/win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs
@@ -81,7 +81,7 @@ namespace HandBrakeWPF.Services.Presets.Model
{
get
{
- string globalCateogry = this.IsBuildIn ? ResourcesUI.Preset_Official : ResourcesUI.Preset_Custom;
+ string globalCateogry = this.IsBuildIn ? Resources.Preset_Official : Resources.Preset_Custom;
return string.Format("{0}", this.Name);
}
}
diff --git a/win/CS/HandBrakeWPF/ViewModels/AddPresetViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/AddPresetViewModel.cs
index 824b808ae..70138d8c6 100644
--- a/win/CS/HandBrakeWPF/ViewModels/AddPresetViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/AddPresetViewModel.cs
@@ -47,7 +47,7 @@ namespace HandBrakeWPF.ViewModels
private ISubtitlesDefaultsViewModel subtitlesDefaultsViewModel;
private PresetDisplayCategory selectedPresetCategory;
- private readonly PresetDisplayCategory addNewCategory = new PresetDisplayCategory(ResourcesUI.AddPresetView_AddNewCategory, true, null);
+ private readonly PresetDisplayCategory addNewCategory = new PresetDisplayCategory(Resources.AddPresetView_AddNewCategory, true, null);
private bool canAddNewPresetCategory;
/// <summary>
@@ -67,7 +67,7 @@ namespace HandBrakeWPF.ViewModels
this.presetService = presetService;
this.errorService = errorService;
this.windowManager = windowManager;
- this.Title = ResourcesUI.AddPresetView_AddPreset;
+ this.Title = Resources.AddPresetView_AddPreset;
this.Preset = new Preset { IsBuildIn = false, IsDefault = false, Category = PresetService.UserPresetCatgoryName };
this.PictureSettingsModes = EnumHelper<PresetPictureSettingsMode>.GetEnumList();
this.PresetCategories = presetService.GetPresetCategories(true).Union(new List<PresetDisplayCategory> { addNewCategory }).ToList();
@@ -306,7 +306,7 @@ namespace HandBrakeWPF.ViewModels
/// </summary>
public void EditAudioDefaults()
{
- IPopupWindowViewModel popup = new PopupWindowViewModel(this.audioDefaultsViewModel, ResourcesUI.Preset_AudioDefaults_Title, ResourcesUI.Preset_AudioDefaults_SubText);
+ IPopupWindowViewModel popup = new PopupWindowViewModel(this.audioDefaultsViewModel, Resources.Preset_AudioDefaults_Title, Resources.Preset_AudioDefaults_SubText);
if (this.windowManager.ShowDialog(popup) == true)
{
this.Preset.AudioTrackBehaviours = this.audioDefaultsViewModel.AudioBehaviours.Clone();
@@ -322,7 +322,7 @@ namespace HandBrakeWPF.ViewModels
/// </summary>
public void EditSubtitleDefaults()
{
- IPopupWindowViewModel popup = new PopupWindowViewModel(this.subtitlesDefaultsViewModel, ResourcesUI.Preset_SubtitleDefaults_Title, ResourcesUI.Preset_SubtitleDefaults_SubText);
+ IPopupWindowViewModel popup = new PopupWindowViewModel(this.subtitlesDefaultsViewModel, Resources.Preset_SubtitleDefaults_Title, Resources.Preset_SubtitleDefaults_SubText);
if (this.windowManager.ShowDialog(popup) == true)
{
diff --git a/win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs
index e63e75dae..d5b7840ff 100644
--- a/win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs
@@ -217,7 +217,7 @@ namespace HandBrakeWPF.ViewModels
/// </summary>
public void ShowAudioDefaults()
{
- IPopupWindowViewModel popup = new PopupWindowViewModel(this.AudioDefaultsViewModel, ResourcesUI.Preset_AudioDefaults_Title, ResourcesUI.AudioView_AudioDefaultsDescription);
+ IPopupWindowViewModel popup = new PopupWindowViewModel(this.AudioDefaultsViewModel, Resources.Preset_AudioDefaults_Title, Resources.AudioView_AudioDefaultsDescription);
if (this.windowManager.ShowDialog(popup) == true)
{
this.OnTabStatusChanged(null);
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
index 35235e27a..7cd66fb76 100644
--- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
@@ -1221,9 +1221,9 @@ namespace HandBrakeWPF.ViewModels
this.SelectedTitle.Resolution.Height,
Math.Round(this.SelectedTitle.Fps, 2),
this.SelectedTitle.AudioTracks.Count,
- ResourcesUI.MainView_AudioTrackCount,
+ Resources.MainView_AudioTrackCount,
this.SelectedTitle.Subtitles.Count,
- ResourcesUI.MainView_SubtitleTracksCount);
+ Resources.MainView_SubtitleTracksCount);
}
return string.Empty;
@@ -1792,8 +1792,8 @@ namespace HandBrakeWPF.ViewModels
public void StopEncode()
{
MessageBoxResult result = this.errorService.ShowMessageBox(
- ResourcesUI.MainView_StopEncodeConfirm,
- ResourcesUI.MainView_StopEncode,
+ Resources.MainView_StopEncodeConfirm,
+ Resources.MainView_StopEncode,
MessageBoxButton.YesNo,
MessageBoxImage.Question);
@@ -1873,7 +1873,7 @@ namespace HandBrakeWPF.ViewModels
if (this.SelectedTitle == null)
{
MessageBox.Show(
- ResourcesUI.MainView_SubtitleBeforeScanError,
+ Resources.MainView_SubtitleBeforeScanError,
Resources.Error,
MessageBoxButton.OK,
MessageBoxImage.Error);
@@ -2644,11 +2644,11 @@ namespace HandBrakeWPF.ViewModels
}
else if (e.IsMuxing)
{
- this.ProgramStatusLabel = ResourcesUI.MainView_Muxing;
+ this.ProgramStatusLabel = Resources.MainView_Muxing;
}
else if (e.IsSearching)
{
- this.ProgramStatusLabel = string.Format(ResourcesUI.MainView_ProgressStatusWithTask, ResourcesUI.MainView_Searching, e.PercentComplete, e.EstimatedTimeLeft, jobsPending);
+ this.ProgramStatusLabel = string.Format(Resources.MainView_ProgressStatusWithTask, Resources.MainView_Searching, e.PercentComplete, e.EstimatedTimeLeft, jobsPending);
}
else
{
diff --git a/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs
index fb9cf5228..e915663c8 100644
--- a/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs
@@ -1669,7 +1669,7 @@ namespace HandBrakeWPF.ViewModels
if (!isSilent)
{
this.errorService.ShowMessageBox(
- ResourcesUI.OptionsView_InvalidFileFormatChars,
+ Resources.OptionsView_InvalidFileFormatChars,
Resources.Error,
MessageBoxButton.OK,
MessageBoxImage.Error);
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
index 6705670d5..95c276639 100644
--- a/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
@@ -264,7 +264,7 @@ namespace HandBrakeWPF.ViewModels
if (preset != null)
{
- this.CurrentPreset = string.Format(ResourcesUI.QueueSelection_UsingPreset, preset.Name);
+ this.CurrentPreset = string.Format(Resources.QueueSelection_UsingPreset, preset.Name);
}
this.NotifyOfPropertyChange(() => this.IsAutoNamingEnabled);
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
index 0edc63822..556f741f1 100644
--- a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
@@ -693,7 +693,7 @@ namespace HandBrakeWPF.ViewModels
{
if (this.SelectedTask == null || this.SelectedTask.Status == QueueItemStatus.InProgress || this.SelectedTask.Status == QueueItemStatus.Waiting)
{
- this.ActivityLog = ResourcesUI.QueueView_LogNotAvailableYet;
+ this.ActivityLog = Resources.QueueView_LogNotAvailableYet;
}
else
{
@@ -754,12 +754,12 @@ namespace HandBrakeWPF.ViewModels
}
else if (e.IsMuxing)
{
- this.JobStatus = ResourcesUI.MainView_Muxing;
+ this.JobStatus = Resources.MainView_Muxing;
this.IntermediateProgress = true;
}
else if (e.IsSearching)
{
- this.JobStatus = string.Format(ResourcesUI.MainView_ProgressStatusWithTask, ResourcesUI.MainView_Searching, e.PercentComplete, e.EstimatedTimeLeft, null);
+ this.JobStatus = string.Format(Resources.MainView_ProgressStatusWithTask, Resources.MainView_Searching, e.PercentComplete, e.EstimatedTimeLeft, null);
this.ProgressValue = e.PercentComplete;
}
else
diff --git a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
index 0af10cd0e..3d26296fd 100644
--- a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
@@ -429,7 +429,7 @@ namespace HandBrakeWPF.ViewModels
/// </summary>
public void ShowSubtitleDefaultsPanel()
{
- IPopupWindowViewModel popup = new PopupWindowViewModel(this.SubtitleDefaultsViewModel, ResourcesUI.Preset_SubtitleDefaults_Title, ResourcesUI.SubtitleView_SubtitleDefaultsDescription);
+ IPopupWindowViewModel popup = new PopupWindowViewModel(this.SubtitleDefaultsViewModel, Resources.Preset_SubtitleDefaults_Title, Resources.SubtitleView_SubtitleDefaultsDescription);
if (this.windowManager.ShowDialog(popup) == true)
{
this.OnTabStatusChanged(null);
diff --git a/win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs
index ddd7a17d7..eb165713e 100644
--- a/win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs
@@ -376,7 +376,7 @@ namespace HandBrakeWPF.ViewModels
this.selectedPreview = this.selectedPreview + 1;
this.UpdatePreviewFrame();
- this.PreviewInfo = string.Format(ResourcesUI.SummaryView_PreviewInfo, this.selectedPreview, maxPreview);
+ this.PreviewInfo = string.Format(Resources.SummaryView_PreviewInfo, this.selectedPreview, maxPreview);
this.NotifyOfPropertyChange(() => this.PreviewInfo);
this.SetPreviewControlVisibility();
@@ -392,7 +392,7 @@ namespace HandBrakeWPF.ViewModels
this.selectedPreview = this.selectedPreview - 1;
this.UpdatePreviewFrame();
- this.PreviewInfo = string.Format(ResourcesUI.SummaryView_PreviewInfo, this.selectedPreview, maxPreview);
+ this.PreviewInfo = string.Format(Resources.SummaryView_PreviewInfo, this.selectedPreview, maxPreview);
this.NotifyOfPropertyChange(() => this.PreviewInfo);
this.SetPreviewControlVisibility();
@@ -492,21 +492,21 @@ namespace HandBrakeWPF.ViewModels
this.SubtitleTrackInfo = this.GetSubtitleDescription();
this.NotifyOfPropertyChange(() => this.SubtitleTrackInfo);
- this.ChapterInfo = this.Task.IncludeChapterMarkers ? ResourcesUI.SummaryView_Chapters : ResourcesUI.SummaryView_NoChapters;
+ this.ChapterInfo = this.Task.IncludeChapterMarkers ? Resources.SummaryView_Chapters : Resources.SummaryView_NoChapters;
this.NotifyOfPropertyChange(() => this.ChapterInfo);
this.FiltersInfo = this.GetFilterDescription();
this.NotifyOfPropertyChange(() => this.FiltersInfo);
// Picutre Section
- this.DimensionInfo = string.Format("{0}x{1} {2}, {3}x{4} {5}", this.Task.Width, this.Task.Height, ResourcesUI.SummaryView_storage, this.Task.DisplayWidth, this.Task.Height, ResourcesUI.SummaryView_display);
+ this.DimensionInfo = string.Format("{0}x{1} {2}, {3}x{4} {5}", this.Task.Width, this.Task.Height, Resources.SummaryView_storage, this.Task.DisplayWidth, this.Task.Height, Resources.SummaryView_display);
this.NotifyOfPropertyChange(() => this.DimensionInfo);
this.AspectInfo = string.Empty;
this.NotifyOfPropertyChange(() => this.AspectInfo);
// Preview
- this.PreviewInfo = string.Format(ResourcesUI.SummaryView_PreviewInfo, this.selectedPreview, this.userSettingService.GetUserSetting<int>(UserSettingConstants.PreviewScanCount, typeof(int)));
+ this.PreviewInfo = string.Format(Resources.SummaryView_PreviewInfo, this.selectedPreview, this.userSettingService.GetUserSetting<int>(UserSettingConstants.PreviewScanCount, typeof(int)));
this.NotifyOfPropertyChange(() => this.PreviewInfo);
this.ShowPreview = this.userSettingService.GetUserSetting<bool>(UserSettingConstants.ShowPreviewOnSummaryTab);
@@ -516,14 +516,14 @@ namespace HandBrakeWPF.ViewModels
{
if (this.Task == null)
{
- return ResourcesUI.SummaryView_NoFilters;
+ return Resources.SummaryView_NoFilters;
}
List<string> filters = new List<string>();
if (this.Task.Detelecine != Detelecine.Off)
{
- filters.Add(ResourcesUI.SummaryView_Detelecine);
+ filters.Add(Resources.SummaryView_Detelecine);
}
if (this.Task.DeinterlaceFilter != DeinterlaceFilter.Off)
@@ -543,17 +543,17 @@ namespace HandBrakeWPF.ViewModels
if (this.Task.Deblock > 4)
{
- filters.Add(ResourcesUI.SummaryView_Deblock);
+ filters.Add(Resources.SummaryView_Deblock);
}
if (this.Task.Grayscale)
{
- filters.Add(ResourcesUI.SummaryView_Grayscale);
+ filters.Add(Resources.SummaryView_Grayscale);
}
if (this.Task.Rotation != 0 || this.task.FlipVideo)
{
- filters.Add(ResourcesUI.SummaryView_Rotation);
+ filters.Add(Resources.SummaryView_Rotation);
}
return string.Join(", ", filters).TrimEnd(',').Trim();
@@ -563,7 +563,7 @@ namespace HandBrakeWPF.ViewModels
{
if (this.Task.AudioTracks.Count == 0)
{
- return ResourcesUI.SummaryView_NoAudioTracks;
+ return Resources.SummaryView_NoAudioTracks;
}
StringBuilder desc = new StringBuilder();
@@ -586,7 +586,7 @@ namespace HandBrakeWPF.ViewModels
if (this.Task.AudioTracks.Count > 2)
{
- desc.AppendLine(string.Format("+ {0} {1}", this.Task.AudioTracks.Count - 2, ResourcesUI.SummaryView_AdditionalAudioTracks));
+ desc.AppendLine(string.Format("+ {0} {1}", this.Task.AudioTracks.Count - 2, Resources.SummaryView_AdditionalAudioTracks));
}
return desc.ToString().Trim();
@@ -596,7 +596,7 @@ namespace HandBrakeWPF.ViewModels
{
if (this.Task.AudioTracks.Count == 0)
{
- return ResourcesUI.SummaryView_NoSubtitleTracks;
+ return Resources.SummaryView_NoSubtitleTracks;
}
StringBuilder desc = new StringBuilder();
@@ -605,7 +605,7 @@ namespace HandBrakeWPF.ViewModels
{
SubtitleTrack track1 = this.Task.SubtitleTracks[0];
string subtitleName = track1.IsSrtSubtitle ? track1.SrtFileName : track1.SourceTrack.ToString();
- string burned = track1.Burned ? ", " + ResourcesUI.SummaryView_Burned : string.Empty;
+ string burned = track1.Burned ? ", " + Resources.SummaryView_Burned : string.Empty;
desc.AppendLine(string.Format("{0}{1}", subtitleName, burned));
}
@@ -613,13 +613,13 @@ namespace HandBrakeWPF.ViewModels
{
SubtitleTrack track2 = this.Task.SubtitleTracks[1];
string subtitleName = track2.IsSrtSubtitle ? track2.SrtFileName : track2.SourceTrack.ToString();
- string burned = track2.Burned ? ", " + ResourcesUI.SummaryView_Burned : string.Empty;
+ string burned = track2.Burned ? ", " + Resources.SummaryView_Burned : string.Empty;
desc.AppendLine(string.Format("{0}{1}", subtitleName, burned));
}
if (this.Task.SubtitleTracks.Count > 2)
{
- desc.AppendLine(string.Format("+ {0} {1}", this.Task.SubtitleTracks.Count - 2, ResourcesUI.SummaryView_AdditionalSubtitleTracks));
+ desc.AppendLine(string.Format("+ {0} {1}", this.Task.SubtitleTracks.Count - 2, Resources.SummaryView_AdditionalSubtitleTracks));
}
return desc.ToString().Trim();
@@ -627,7 +627,7 @@ namespace HandBrakeWPF.ViewModels
private void ClearDisplay()
{
- this.VideoTrackInfo = ResourcesUI.SummaryView_NoTracks;
+ this.VideoTrackInfo = Resources.SummaryView_NoTracks;
this.NotifyOfPropertyChange(() => this.VideoTrackInfo);
this.AudioTrackInfo = string.Empty;
@@ -639,10 +639,10 @@ namespace HandBrakeWPF.ViewModels
this.ChapterInfo = string.Empty;
this.NotifyOfPropertyChange(() => this.ChapterInfo);
- this.FiltersInfo = ResourcesUI.SummaryView_NoFilters;
+ this.FiltersInfo = Resources.SummaryView_NoFilters;
this.NotifyOfPropertyChange(() => this.FiltersInfo);
- this.DimensionInfo = ResourcesUI.SummaryView_NoSource;
+ this.DimensionInfo = Resources.SummaryView_NoSource;
this.NotifyOfPropertyChange(() => this.ChapterInfo);
this.AspectInfo = string.Empty;
diff --git a/win/CS/HandBrakeWPF/Views/AboutView.xaml b/win/CS/HandBrakeWPF/Views/AboutView.xaml
index 6c640b459..7672bf06a 100644
--- a/win/CS/HandBrakeWPF/Views/AboutView.xaml
+++ b/win/CS/HandBrakeWPF/Views/AboutView.xaml
@@ -35,7 +35,7 @@
<StackPanel Grid.Row="0"
Margin="5,10,0,0"
Orientation="Horizontal">
- <TextBlock Margin="0,0,5,0" FontSize="16" FontFamily="Segoe UI Light" Text="{x:Static Properties:ResourcesUI.AboutView_Version}" />
+ <TextBlock Margin="0,0,5,0" FontSize="16" FontFamily="Segoe UI Light" Text="{x:Static Properties:Resources.AboutView_Version}" />
<TextBlock Margin="0,0,0,1" FontSize="16" FontFamily="Segoe UI Light" VerticalAlignment="Bottom" Text="{Binding Version}" />
</StackPanel>
@@ -46,7 +46,7 @@
</TextBlock>
</StackPanel>
- <TextBlock Grid.Row="2" Margin="5,10,0,5" Text="{x:Static Properties:ResourcesUI.AboutView_License}" />
+ <TextBlock Grid.Row="2" Margin="5,10,0,5" Text="{x:Static Properties:Resources.AboutView_License}" />
<TextBox Text="{x:Static Properties:Resources.About_GPL}" Grid.Row="3" Margin="10,0,10,10" HorizontalAlignment="Stretch"
VerticalAlignment="Stretch" IsReadOnly="True" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto" />
diff --git a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml
index 6b90aa828..6741e4989 100644
--- a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml
+++ b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml
@@ -33,7 +33,7 @@
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.AddPresetView_AddPreset}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
+ <TextBlock Text="{x:Static Properties:Resources.AddPresetView_AddPreset}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
<!-- Header -->
<Grid Grid.Row="1" Margin="10,0,10,0">
@@ -57,7 +57,7 @@
<!-- Name -->
<TextBlock Grid.Row="0"
Grid.Column="0"
- Text="{x:Static Properties:ResourcesUI.AddPresetView_Name}" />
+ Text="{x:Static Properties:Resources.AddPresetView_Name}" />
<TextBox Grid.Row="0"
Grid.Column="1"
HorizontalAlignment="Stretch"
@@ -67,7 +67,7 @@
<!-- Description -->
<TextBlock Grid.Row="2"
Grid.Column="0" Margin="0,10,0,0"
- Text="{x:Static Properties:ResourcesUI.AddPresetView_Description}" />
+ Text="{x:Static Properties:Resources.AddPresetView_Description}" />
<TextBox Grid.Row="2"
Grid.Column="1" Margin="0,10,0,0"
@@ -75,7 +75,7 @@
<TextBlock Grid.Row="3"
Grid.Column="0" Margin="0,10,0,0"
- Text="{x:Static Properties:ResourcesUI.AddPresetView_Category}" />
+ Text="{x:Static Properties:Resources.AddPresetView_Category}" />
<StackPanel Grid.Row="3" Grid.Column="1" Orientation="Vertical" Margin="0,10,0,0">
<ComboBox ItemsSource="{Binding PresetCategories}" SelectedItem="{Binding SelectedPresetCategory}" DisplayMemberPath="Category" />
@@ -89,7 +89,7 @@
Style="{StaticResource LongToolTipHolder}"
VerticalAlignment="Center"
ToolTip="{x:Static Properties:Resources.AddPreset_PictureSizeMode}"
- Text="{x:Static Properties:ResourcesUI.AddPresetView_SavePictureSize}" />
+ Text="{x:Static Properties:Resources.AddPresetView_SavePictureSize}" />
<ComboBox Grid.Row="4" Margin="0,10,0,0"
Grid.Column="1"
Width="125"
@@ -139,13 +139,13 @@
<Button Grid.Column="1"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Cancel]"
- Content="{x:Static Properties:ResourcesUI.Generic_Cancel}"
+ Content="{x:Static Properties:Resources.Generic_Cancel}"
IsCancel="True"
Padding="8,2" />
<Button Grid.Column="2"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Add]"
- Content="{x:Static Properties:ResourcesUI.Generic_Add}"
+ Content="{x:Static Properties:Resources.Generic_Add}"
IsDefault="True"
Padding="8,2" />
</Grid>
diff --git a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
index bf6ee04ae..9bfd716eb 100644
--- a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml
@@ -59,21 +59,21 @@
</Grid.ColumnDefinitions>
<!-- Audio -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.AudioDefaultView_Behaviours}" FontWeight="Bold" Margin="0,10,0,5" />
+ <TextBlock Text="{x:Static Properties:Resources.AudioDefaultView_Behaviours}" FontWeight="Bold" Margin="0,10,0,5" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.AudioView_TrackSelectionBehaviour}" Grid.Column="0" Grid.Row="1" Margin="0,0,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.AudioView_TrackSelectionBehaviour}" Grid.Column="0" Grid.Row="1" Margin="0,0,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
<ComboBox Name="autoAudioMode" Grid.Column="1" Grid.Row="1" HorizontalAlignment="Left"
ItemsSource="{Binding AudioBehaviourModeList, Converter={StaticResource audioBehaviourConverter}}"
SelectedItem="{Binding AudioBehaviours.SelectedBehaviour, Converter={StaticResource audioBehaviourConverter}}" Width="210" Margin="0,0,5,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.AudioView_TrackSettingDefaultBehaviour}" Grid.Column="0" Grid.Row="2" Margin="0,5,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.AudioView_TrackSettingDefaultBehaviour}" Grid.Column="0" Grid.Row="2" Margin="0,5,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
<ComboBox Name="audioTrackBeahaviorMode" Grid.Column="1" Grid.Row="2" HorizontalAlignment="Left"
ItemsSource="{Binding AudioTrackDefaultBehaviourModeList, Converter={StaticResource audioTrackDefaultBehaviourConverter}}"
SelectedItem="{Binding AudioBehaviours.SelectedTrackDefaultBehaviour, Converter={StaticResource audioTrackDefaultBehaviourConverter}}" Width="210" Margin="0,5,5,0" />
</Grid>
<!-- Language Selection -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.Shared_ChooseLanguages}" Margin="0,10,0,0" Grid.Row="1" Grid.Column="0" />
+ <TextBlock Text="{x:Static Properties:Resources.Shared_ChooseLanguages}" Margin="0,10,0,0" Grid.Row="1" Grid.Column="0" />
<Grid Margin="20,5,0,0" Grid.Row="2" Grid.Column="0" >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
@@ -88,7 +88,7 @@
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Column="0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Shared_AvailableLanguages}" Margin="0,0,0,5"/>
+ <TextBlock Text="{x:Static Properties:Resources.Shared_AvailableLanguages}" Margin="0,0,0,5"/>
<ListBox Name="availableLanguages" ItemsSource="{Binding AvailableLanguages}"
helpers:ListBoxHelper.SelectedItems="{Binding SelectedAvailableToMove}"
SelectionMode="Extended" Width="140" Height="120" />
@@ -96,14 +96,14 @@
<DockPanel Grid.Column="1" Margin="10,0,10,0">
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
- <Button Content="{x:Static Properties:ResourcesUI.Generic_MoveRight}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveRight]" MaxWidth="90" />
- <Button Content="{x:Static Properties:ResourcesUI.Generic_MoveLeft}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveLeft]" MaxWidth="90" />
- <Button Content="{x:Static Properties:ResourcesUI.Generic_Clear}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageClearAll]" Width="80"/>
+ <Button Content="{x:Static Properties:Resources.Generic_MoveRight}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveRight]" MaxWidth="90" />
+ <Button Content="{x:Static Properties:Resources.Generic_MoveLeft}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveLeft]" MaxWidth="90" />
+ <Button Content="{x:Static Properties:Resources.Generic_Clear}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageClearAll]" Width="80"/>
</StackPanel>
</DockPanel>
<StackPanel Orientation="Vertical" Grid.Column="2">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Shared_ChosenLangages}" Margin="0,0,0,5"/>
+ <TextBlock Text="{x:Static Properties:Resources.Shared_ChosenLangages}" Margin="0,0,0,5"/>
<ListBox Name="selectedLangauges" ItemsSource="{Binding AudioBehaviours.SelectedLangauges}"
helpers:ListBoxHelper.SelectedItems="{Binding SelectedLangaugesToMove}"
SelectionMode="Extended" Width="140" Height="120"
@@ -118,11 +118,11 @@
<!-- Auto Passthru -->
<StackPanel Orientation="Vertical" Margin="10,0,0,5" Grid.Row="0" Grid.Column="1" Grid.RowSpan="3" HorizontalAlignment="Left">
- <TextBlock Text="{x:Static Properties:ResourcesUI.AudioView_AutoPassthruBehaviour}" FontWeight="Bold" Margin="0,10,0,5" />
+ <TextBlock Text="{x:Static Properties:Resources.AudioView_AutoPassthruBehaviour}" FontWeight="Bold" Margin="0,10,0,5" />
<StackPanel Margin="5,10,0,0"
Orientation="Vertical">
- <TextBlock Margin="5,0,5,0" Text="{x:Static Properties:ResourcesUI.AudioView_WhenAutoPassthru}" VerticalAlignment="Center" />
- <TextBlock Margin="5,0,5,0" Text="{x:Static Properties:ResourcesUI.AudioView_AllowPassThruOf}" VerticalAlignment="Center" />
+ <TextBlock Margin="5,0,5,0" Text="{x:Static Properties:Resources.AudioView_WhenAutoPassthru}" VerticalAlignment="Center" />
+ <TextBlock Margin="5,0,5,0" Text="{x:Static Properties:Resources.AudioView_AllowPassThruOf}" VerticalAlignment="Center" />
</StackPanel>
<StackPanel Margin="10,10,0,0"
Orientation="Vertical">
@@ -153,7 +153,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal">
- <TextBlock Margin="10,0,5,0" Text="{x:Static Properties:ResourcesUI.AudioView_OtherwiseFallbackEncoder}" />
+ <TextBlock Margin="10,0,5,0" Text="{x:Static Properties:Resources.AudioView_OtherwiseFallbackEncoder}" />
<ComboBox VerticalAlignment="Center" Width="105" Height="22" Margin="5,0,5,0">
<ComboBox.SelectedItem>
@@ -197,7 +197,7 @@
<ListBox.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.Generic_Clear}" cal:Message.Attach="[Event Click] = [Action ClearTracks]" />
+ <MenuItem Header="{x:Static Properties:Resources.Generic_Clear}" cal:Message.Attach="[Event Click] = [Action ClearTracks]" />
</ContextMenu>
</ListBox.ContextMenu>
@@ -239,7 +239,7 @@
</Grid.RowDefinitions>
<!-- Row 1 -->
- <TextBlock Grid.Column="2" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Codec}" />
+ <TextBlock Grid.Column="2" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Codec}" />
<ComboBox Grid.Column="3" Width="100" Height="22" Margin="5,0,5,0">
<ComboBox.SelectedItem>
<MultiBinding Converter="{StaticResource audioEncoderConverter}">
@@ -267,23 +267,23 @@
SelectedItem="{Binding Bitrate}"
Visibility="{Binding IsBitrateVisible, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
- <TextBlock Grid.Row="0" Grid.Column="6" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Mixdown}" />
+ <TextBlock Grid.Row="0" Grid.Column="6" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Mixdown}" />
<ComboBox Grid.Row="0" Grid.Column="7" Height="22" Width="120" Margin="5,0,5,0" HorizontalAlignment="Stretch"
ItemsSource="{Binding Mixdowns}" SelectedItem="{Binding MixDown}"
DisplayMemberPath="DisplayName" />
- <TextBlock VerticalAlignment="Center" Grid.Column="8" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Samplerate}" />
+ <TextBlock VerticalAlignment="Center" Grid.Column="8" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Samplerate}" />
<ComboBox Width="70" Height="22" Margin="5,0,5,0" Grid.Column="9"
ItemsSource="{Binding DataContext.SampleRates, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"
SelectedItem="{Binding SampleRateDisplayValue}" />
- <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_DRC}" Grid.Column="10" />
+ <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_DRC}" Grid.Column="10" />
<controls:NumberBox Name="drcNumericCtl" Width="45" Margin="5,0,5,0" HorizontalAlignment="Left" Grid.Column="11"
Minimum="0" Modulus="0.1" Maximum="4" Number="{Binding DRC, Mode=TwoWay}" UpdateBindingOnTextChange="True"
ShowIncrementButtons="True" AllowEmpty="False" />
- <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Gain}" Grid.Column="12" />
+ <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Gain}" Grid.Column="12" />
<controls:NumberBox Name="gainNumericCtl" Width="45" Margin="5,0,5,0" HorizontalAlignment="Left" Grid.Column="13"
Minimum="-20" Modulus="1" Maximum="20" Number="{Binding Gain, Mode=TwoWay}" UpdateBindingOnTextChange="True"
ShowIncrementButtons="True" AllowEmpty="False" />
diff --git a/win/CS/HandBrakeWPF/Views/AudioView.xaml b/win/CS/HandBrakeWPF/Views/AudioView.xaml
index 36a9bfa45..818498549 100644
--- a/win/CS/HandBrakeWPF/Views/AudioView.xaml
+++ b/win/CS/HandBrakeWPF/Views/AudioView.xaml
@@ -66,7 +66,7 @@
<StackPanel Orientation="Horizontal">
<TextBlock Margin="0,0,5,0" Padding="0"
VerticalAlignment="Center"
- Text="{x:Static Properties:ResourcesUI.Shared_AddTrack}" />
+ Text="{x:Static Properties:Resources.Shared_AddTrack}" />
<Path Height="5" Margin="2,2,0,0" VerticalAlignment="Center" HorizontalAlignment="Center"
Data="M 0 0 L 4 4 L 8 0 Z"
@@ -76,9 +76,9 @@
<Button.ContextMenu>
<ContextMenu x:Name="MainContextMenu" PlacementRectangle="{Binding RelativeSource={RelativeSource Self}}">
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddAllRemaining}" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddAllForSelected}" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddAllRemaining}" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddAllForSelected}" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
</ContextMenu>
</Button.ContextMenu>
</Button>
@@ -86,7 +86,7 @@
<Button MinWidth="65" Grid.Column="1"
Margin="0,0,10,0"
cal:Message.Attach="[Event Click] = [Action Clear]"
- Content="{x:Static Properties:ResourcesUI.Generic_Clear}" />
+ Content="{x:Static Properties:Resources.Generic_Clear}" />
<Button MinWidth="65" Grid.Column="3"
Margin="0,0,10,0"
@@ -95,7 +95,7 @@
<Button MinWidth="65" Grid.Column="4"
cal:Message.Attach="[Event Click] = [Action ReloadDefaults]"
- Content="{x:Static Properties:ResourcesUI.AudioView_ReloadDefaults}" />
+ Content="{x:Static Properties:Resources.AudioView_ReloadDefaults}" />
</Grid>
@@ -119,13 +119,13 @@
<ListBox.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddAllRemaining}" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddAllForSelected}" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddAllRemaining}" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddAllForSelected}" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Generic_Clear}" cal:Message.Attach="[Event Click] = [Action Clear]" />
+ <MenuItem Header="{x:Static Properties:Resources.Generic_Clear}" cal:Message.Attach="[Event Click] = [Action Clear]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_ConfigureDefaultBehaviours}" cal:Message.Attach="[Event Click] = [Action ShowAudioDefaults]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_ConfigureDefaultBehaviours}" cal:Message.Attach="[Event Click] = [Action ShowAudioDefaults]" />
</ContextMenu>
</ListBox.ContextMenu>
@@ -175,7 +175,7 @@
ItemsSource="{Binding DataContext.SourceTracks, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"
SelectedItem="{Binding ScannedTrack}" />
- <TextBlock Grid.Column="2" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Codec}" />
+ <TextBlock Grid.Column="2" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Codec}" />
<ComboBox Grid.Column="3" Width="100" Height="22" Margin="5,0,5,0">
<ComboBox.SelectedItem>
<MultiBinding Converter="{StaticResource audioEncoderConverter}">
@@ -204,7 +204,7 @@
Visibility="{Binding IsBitrateVisible, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
<!-- Row 2 -->
- <TextBlock Grid.Row="0" Grid.Column="6" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Mixdown}"
+ <TextBlock Grid.Row="0" Grid.Column="6" VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Mixdown}"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<ComboBox Grid.Row="0" Grid.Column="7" Height="22" Width="120" Margin="5,0,5,0" HorizontalAlignment="Stretch"
ItemsSource="{Binding TrackReference, Converter={StaticResource audioMixdownListConverter}}"
@@ -250,28 +250,28 @@
<Grid Grid.Column="1" Grid.Row="1" HorizontalAlignment="Stretch" Visibility="{Binding IsChecked, ElementName=advancedOptionsToggle, Converter={StaticResource boolToVisConverter}}">
<StackPanel Orientation="Horizontal" Margin="0,5,0,5" >
- <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Samplerate}"
+ <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Samplerate}"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<ComboBox Width="70" Height="22" Margin="5,0,5,0"
ItemsSource="{Binding DataContext.SampleRates, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"
SelectedItem="{Binding SampleRateDisplayValue}"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
- <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_DRC}"
+ <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_DRC}"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<controls:NumberBox Name="drcNumericCtl" Width="45" Margin="5,0,5,0" HorizontalAlignment="Left"
Minimum="0" Modulus="0.1" Maximum="4" Number="{Binding DRC, Mode=TwoWay}" UpdateBindingOnTextChange="True" ShowIncrementButtons="True" AllowEmpty="False"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToHiddenVisConverter}, ConverterParameter=true}"/>
- <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.AudioView_Gain}"
+ <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.AudioView_Gain}"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<controls:NumberBox Name="gainNumericCtl" Width="45" Margin="5,0,5,0" HorizontalAlignment="Left"
Minimum="-20" Modulus="1" Maximum="20" Number="{Binding Gain, Mode=TwoWay}" UpdateBindingOnTextChange="True" ShowIncrementButtons="True" AllowEmpty="False"
Visibility="{Binding IsPassthru, Converter={StaticResource boolToHiddenVisConverter}, ConverterParameter=true}"/>
- <TextBlock Text="{x:Static Properties:ResourcesUI.AudioView_TrackName}" VerticalAlignment="Center" FontWeight="Bold" Margin="5,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.AudioView_TrackName}" VerticalAlignment="Center" FontWeight="Bold" Margin="5,0,5,0" />
<TextBox Text="{Binding TrackName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Width="138" Height="22" />
</StackPanel>
diff --git a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml
index 824f19e11..3f0ae31ae 100644
--- a/win/CS/HandBrakeWPF/Views/ChaptersView.xaml
+++ b/win/CS/HandBrakeWPF/Views/ChaptersView.xaml
@@ -14,7 +14,7 @@
<RowDefinition Height="*" />
</Grid.RowDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.ChaptersView_ChapterMarkers}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" ></TextBlock>
+ <TextBlock Text="{x:Static Properties:Resources.ChaptersView_ChapterMarkers}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" ></TextBlock>
<Grid Grid.Row="1" Margin="10,5,10,0">
<Grid.ColumnDefinitions>
@@ -23,9 +23,9 @@
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <CheckBox Content="{x:Static Properties:ResourcesUI.ChaptersView_CreateChapterMarkers}" IsChecked="{Binding IncludeChapterMarkers}" Grid.Column="0" VerticalAlignment="Center" />
- <Button Content="{x:Static Properties:ResourcesUI.ChaptersView_Import}" Name="import" Grid.Column="2" Width="75" Margin="0,0,10,0" cal:Message.Attach="[Event Click] = [Action Import]" />
- <Button Content="{x:Static Properties:ResourcesUI.ChaptersView_Export}" Name="export" Grid.Column="3" Width="75" cal:Message.Attach="[Event Click] = [Action Export]" />
+ <CheckBox Content="{x:Static Properties:Resources.ChaptersView_CreateChapterMarkers}" IsChecked="{Binding IncludeChapterMarkers}" Grid.Column="0" VerticalAlignment="Center" />
+ <Button Content="{x:Static Properties:Resources.ChaptersView_Import}" Name="import" Grid.Column="2" Width="75" Margin="0,0,10,0" cal:Message.Attach="[Event Click] = [Action Import]" />
+ <Button Content="{x:Static Properties:Resources.ChaptersView_Export}" Name="export" Grid.Column="3" Width="75" cal:Message.Attach="[Event Click] = [Action Export]" />
</Grid>
<DataGrid Grid.Row="2" Margin="10" ItemsSource="{Binding Chapters}"
@@ -40,16 +40,16 @@
</DataGrid.CellStyle>
<DataGrid.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.ChapterView_ImportNames}" cal:Message.Attach="[Event Click] = [Action Import]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.ChapterView_ExportNames}" cal:Message.Attach="[Event Click] = [Action Export]" />
+ <MenuItem Header="{x:Static Properties:Resources.ChapterView_ImportNames}" cal:Message.Attach="[Event Click] = [Action Import]" />
+ <MenuItem Header="{x:Static Properties:Resources.ChapterView_ExportNames}" cal:Message.Attach="[Event Click] = [Action Export]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.ChapterView_ResetChapterNames}" cal:Message.Attach="[Event Click] = [Action Reset]" />
+ <MenuItem Header="{x:Static Properties:Resources.ChapterView_ResetChapterNames}" cal:Message.Attach="[Event Click] = [Action Reset]" />
</ContextMenu>
</DataGrid.ContextMenu>
<DataGrid.Columns>
- <DataGridTextColumn Header="{x:Static Properties:ResourcesUI.ChaptersView_ChapterNumber}" Width="120" Binding="{Binding ChapterNumber}" IsReadOnly="True" />
- <DataGridTextColumn Header="{x:Static Properties:ResourcesUI.ChaptersView_Duration}" Width="100" Binding="{Binding Duration}" IsReadOnly="True" />
- <DataGridTextColumn Header="{x:Static Properties:ResourcesUI.ChaptersView_ChapterName}" Width="*" Binding="{Binding ChapterName}" IsReadOnly="False" />
+ <DataGridTextColumn Header="{x:Static Properties:Resources.ChaptersView_ChapterNumber}" Width="120" Binding="{Binding ChapterNumber}" IsReadOnly="True" />
+ <DataGridTextColumn Header="{x:Static Properties:Resources.ChaptersView_Duration}" Width="100" Binding="{Binding Duration}" IsReadOnly="True" />
+ <DataGridTextColumn Header="{x:Static Properties:Resources.ChaptersView_ChapterName}" Width="*" Binding="{Binding ChapterName}" IsReadOnly="False" />
</DataGrid.Columns>
</DataGrid>
diff --git a/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml b/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml
index 069af0bc2..2f8a83d7a 100644
--- a/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml
+++ b/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml
@@ -12,15 +12,15 @@
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.CountdownAlterView_WhenDoneAction}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
+ <TextBlock Text="{x:Static Properties:Resources.CountdownAlterView_WhenDoneAction}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
<TextBlock Text="{Binding NoticeMessage}" Grid.Row="1" Margin="40,0,10,0"/>
<StackPanel Orientation="Horizontal" Grid.Row="2" Margin="0,10,10,5" HorizontalAlignment="Right">
- <Button Content="{x:Static Properties:ResourcesUI.CountdownAlterView_Proceed}" HorizontalAlignment="Right"
+ <Button Content="{x:Static Properties:Resources.CountdownAlterView_Proceed}" HorizontalAlignment="Right"
cal:Message.Attach="[Event Click] = [Action Proceed]" Padding="8,2" Margin="0,10,10,5"/>
- <Button Content="{x:Static Properties:ResourcesUI.CountdownAlterView_CancelAction}" HorizontalAlignment="Right" Margin="0,10,10,5"
+ <Button Content="{x:Static Properties:Resources.CountdownAlterView_CancelAction}" HorizontalAlignment="Right" Margin="0,10,10,5"
cal:Message.Attach="[Event Click] = [Action Cancel]" Padding="8,2" IsDefault="True" />
</StackPanel>
diff --git a/win/CS/HandBrakeWPF/Views/ErrorView.xaml b/win/CS/HandBrakeWPF/Views/ErrorView.xaml
index ba103dedb..f8ab63c6f 100644
--- a/win/CS/HandBrakeWPF/Views/ErrorView.xaml
+++ b/win/CS/HandBrakeWPF/Views/ErrorView.xaml
@@ -45,7 +45,7 @@
Margin="0,0,0,2"
VerticalAlignment="Bottom"
FontWeight="Bold"
- Text="{x:Static Properties:ResourcesUI.ErrorView_ErrorDetails}" />
+ Text="{x:Static Properties:Resources.ErrorView_ErrorDetails}" />
</Grid>
</StackPanel>
@@ -82,14 +82,14 @@
Height="16"
Margin="0,0,5,0"
Source="Images/copy.png" />
- <TextBlock Grid.Column="1" Text="{x:Static Properties:ResourcesUI.Generic_CopyToClipboard}" />
+ <TextBlock Grid.Column="1" Text="{x:Static Properties:Resources.Generic_CopyToClipboard}" />
</Grid>
</Button>
<Button Grid.Column="2"
Margin="0,5,10,5"
cal:Message.Attach="[Event Click] = [Action Close]"
- Content="{x:Static Properties:ResourcesUI.Generic_Close}"
+ Content="{x:Static Properties:Resources.Generic_Close}"
Padding="8,2" />
</Grid>
</Grid>
diff --git a/win/CS/HandBrakeWPF/Views/FiltersView.xaml b/win/CS/HandBrakeWPF/Views/FiltersView.xaml
index 5ad267656..24730338b 100644
--- a/win/CS/HandBrakeWPF/Views/FiltersView.xaml
+++ b/win/CS/HandBrakeWPF/Views/FiltersView.xaml
@@ -27,7 +27,7 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Filters}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" ></TextBlock>
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Filters}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" ></TextBlock>
<StackPanel Orientation="Vertical" Grid.Row="1" Grid.Column="0" Margin="10,10,0,0">
<Grid>
@@ -50,20 +50,20 @@
</Grid.ColumnDefinitions>
<!-- Detelecine -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Detelecine}" Grid.Row="0" Grid.Column="0" Margin="0,0,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Detelecine}" Grid.Row="0" Grid.Column="0" Margin="0,0,0,10" />
<ComboBox Width="120" Grid.Row="0" ItemsSource="{Binding DetelecineOptions, Converter={StaticResource boolComboConverter}}"
SelectedItem="{Binding SelectedDetelecine, Converter={StaticResource boolComboConverter}}" Grid.Column="1" Margin="0,0,0,10"
ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Detelecine}"
- HorizontalAlignment="Left" AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_Detelecine}" />
+ HorizontalAlignment="Left" AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_Detelecine}" />
<TextBox Width="120" Grid.Row="0" Grid.Column="2" Margin="0,0,0,10" Text="{Binding CustomDetelecine, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Left"
Visibility="{Binding ShowDetelecineCustom, Converter={StaticResource boolToVisConverter}}"/>
<!-- Interlace Detection -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_InterlaceDetection}" VerticalAlignment="Center" Margin="0,0,5,0" Grid.Row="1" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_InterlaceDetection}" VerticalAlignment="Center" Margin="0,0,5,0" Grid.Row="1" />
<ComboBox Width="120" Grid.Row="1" Grid.Column="1" ItemsSource="{Binding CombDetectPresets, Converter={StaticResource boolComboConverter}}" HorizontalAlignment="Left" VerticalAlignment="Center"
SelectedItem="{Binding SelectedCombDetectPreset, Converter={StaticResource boolComboConverter}}" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_InterlaceDetection}"
- VerticalContentAlignment="Center" AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_InterlaceDetection}"/>
+ VerticalContentAlignment="Center" AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_InterlaceDetection}"/>
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.Column="2">
<TextBlock Text="Custom:" VerticalAlignment="Center" Margin="0,0,5,0" Visibility="{Binding ShowCombDetectCustom, Converter={StaticResource boolToVisConverter}}" />
@@ -72,18 +72,18 @@
</StackPanel>
<!-- Deinterlace -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Deinterlace}" VerticalAlignment="Center" Grid.Row="2" Grid.Column="0" Margin="0,0,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Deinterlace}" VerticalAlignment="Center" Grid.Row="2" Grid.Column="0" Margin="0,0,0,10" />
<StackPanel Grid.Row="2" Grid.Column="1" VerticalAlignment="Center" Margin="0,0,0,10">
<ComboBox Width="120" ItemsSource="{Binding DeinterlaceFilterOptions, Converter={StaticResource boolComboConverter}}" HorizontalAlignment="Left"
SelectedItem="{Binding SelectedDeinterlaceFilter, Converter={StaticResource boolComboConverter}}" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Deinterlace}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_Deinterlace}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_Deinterlace}" />
</StackPanel>
<StackPanel Grid.Row="2" Grid.Column="2" Orientation="Horizontal" Margin="0,0,0,10">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_DeinterlacePreset}" VerticalAlignment="Center" Margin="0,0,5,0" Visibility="{Binding IsDeinterlaceEnabled, Converter={StaticResource boolToVisConverter}}" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_DeinterlacePreset}" VerticalAlignment="Center" Margin="0,0,5,0" Visibility="{Binding IsDeinterlaceEnabled, Converter={StaticResource boolToVisConverter}}" />
<ComboBox Width="120" ItemsSource="{Binding DeinterlacePresets}" HorizontalAlignment="Left" VerticalAlignment="Center"
SelectedItem="{Binding SelectedDeInterlacePreset}" DisplayMemberPath="Name" Visibility="{Binding IsDeinterlaceEnabled, Converter={StaticResource boolToVisConverter}}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_DeinterlacePresetAuto}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_DeinterlacePresetAuto}" />
<TextBlock Text="Custom:" VerticalAlignment="Center" Margin="5,0,5,0" Visibility="{Binding ShowCustomDeinterlace, Converter={StaticResource boolToVisConverter}}" />
<TextBox Width="120" Text="{Binding CustomDeinterlaceSettings, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center" HorizontalAlignment="Left"
@@ -92,17 +92,17 @@
<!-- Denoise -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Denoise}" Grid.Row="3" Grid.Column="0" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Denoise}" Grid.Row="3" Grid.Column="0" Margin="0,0,0,10"/>
<ComboBox Width="120" Grid.Row="3" ItemsSource="{Binding DenoiseOptions, Converter={StaticResource boolComboConverter}}"
SelectedItem="{Binding SelectedDenoise, Converter={StaticResource boolComboConverter}}" Grid.Column="1"
HorizontalAlignment="Left" VerticalAlignment="Center" Margin="0,0,0,10" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Denoise}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_Denoise}"/>
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_Denoise}"/>
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" Grid.Row="3" Grid.Column="2" Margin="0,0,0,10"
Visibility="{Binding ShowDenoiseOptions, Converter={StaticResource boolToVisConverter}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Preset}" Margin="0,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Preset}" Margin="0,0,5,0" />
<ComboBox SelectedItem="{Binding SelectedDenoisePreset}" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_DenoisePreset}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_DenoisePresetAuto}"
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_DenoisePresetAuto}"
MinWidth="100" HorizontalAlignment="Center" VerticalAlignment="Center">
<ComboBox.ItemsSource>
<MultiBinding Converter="{StaticResource DenoisePresetConverter}">
@@ -113,14 +113,14 @@
</ComboBox>
<StackPanel Orientation="Horizontal" Visibility="{Binding ShowDenoiseTune, Converter={StaticResource boolToVisConverter}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Tune}" Margin="5,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Tune}" Margin="5,0,5,0" />
<ComboBox ItemsSource="{Binding DenoiseTunes}" SelectedItem="{Binding SelectedDenoiseTune}" MinWidth="100" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_DenoiseTune}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_DenoiseTuneAuto}"
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_DenoiseTuneAuto}"
Visibility="{Binding ShowDenoiseTune, Converter={StaticResource boolToVisConverter}}" VerticalAlignment="Center" />
</StackPanel>
<StackPanel Orientation="Horizontal" Visibility="{Binding ShowDenoiseCustom, Converter={StaticResource boolToVisConverter}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Custom}" Margin="5,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Custom}" Margin="5,0,5,0" />
<TextBox Width="120" Margin="0" Text="{Binding CustomDenoise, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center" MinHeight="22"
ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_CustomDenoiseParams}" />
</StackPanel>
@@ -128,19 +128,19 @@
</StackPanel>
<!-- Sharpen -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Sharpen}" Grid.Row="4" Grid.Column="0" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Sharpen}" Grid.Row="4" Grid.Column="0" Margin="0,0,0,10"/>
<ComboBox Width="120" Grid.Row="4" ItemsSource="{Binding SharpenOptions, Converter={StaticResource boolComboConverter}}"
SelectedItem="{Binding SelectedSharpen, Converter={StaticResource boolComboConverter}}" Grid.Column="1"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_Sharpen}"
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_Sharpen}"
HorizontalAlignment="Left" VerticalAlignment="Center" Margin="0,0,0,10" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Sharpen}" />
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" Grid.Row="4" Grid.Column="2" Margin="0,0,0,10"
Visibility="{Binding ShowSharpenOptions, Converter={StaticResource boolToVisConverter}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Preset}" Margin="0,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Preset}" Margin="0,0,5,0" />
<ComboBox SelectedItem="{Binding SelectedSharpenPreset}" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_SharpenPreset}"
MinWidth="100" HorizontalAlignment="Center" VerticalAlignment="Center" DisplayMemberPath="DisplayName"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_SharpenPresetAuto}" >
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_SharpenPresetAuto}" >
<ComboBox.ItemsSource>
<MultiBinding Converter="{StaticResource SharpenPresetConverter}">
<Binding Path="SharpenPresets" />
@@ -150,9 +150,9 @@
</ComboBox>
<StackPanel Orientation="Horizontal" Visibility="{Binding ShowSharpenTune, Converter={StaticResource boolToVisConverter}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Tune}" Margin="5,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Tune}" Margin="5,0,5,0" />
<ComboBox SelectedItem="{Binding SelectedSharpenTune}" MinWidth="100" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_SharpenTune}" VerticalAlignment="Center" DisplayMemberPath="DisplayName"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_SharpenTuneAuto}" >
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_SharpenTuneAuto}" >
<ComboBox.ItemsSource>
<MultiBinding Converter="{StaticResource SharpenTuneConverter}">
<Binding Path="SharpenTunes" />
@@ -163,7 +163,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Visibility="{Binding ShowSharpenCustom, Converter={StaticResource boolToVisConverter}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Custom}" Margin="5,0,5,0" />
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Custom}" Margin="5,0,5,0" />
<TextBox Width="120" Margin="0" Text="{Binding CustomSharpen, UpdateSourceTrigger=PropertyChanged}" VerticalAlignment="Center" MinHeight="22"
ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_CustomSharpenParams}" />
</StackPanel>
@@ -171,23 +171,23 @@
</StackPanel>
<!-- Deblock -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Deblock}" Grid.Row="5" Grid.Column="0" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Deblock}" Grid.Row="5" Grid.Column="0" Margin="0,0,0,10"/>
<Slider Width="120" Value="{Binding DeblockValue}" TickPlacement="BottomRight" Minimum="4" Maximum="15" Grid.Row="5" Grid.Column="1" Margin="0,0,0,10"
HorizontalAlignment="Left" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Deblock}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_Deblock}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_Deblock}" />
<TextBlock Text="{Binding DeblockText}" Grid.Row="5" Grid.Column="2" Margin="0,0,0,10"/>
- <CheckBox Content="{x:Static Properties:ResourcesUI.FiltersView_Grayscale}" IsChecked="{Binding Grayscale}" Grid.Row="6" Grid.Column="1" Margin="0,0,0,10"
+ <CheckBox Content="{x:Static Properties:Resources.FiltersView_Grayscale}" IsChecked="{Binding Grayscale}" Grid.Row="6" Grid.Column="1" Margin="0,0,0,10"
ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Grayscale}" />
<!-- Rotation -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.FiltersView_Rotate}" Grid.Row="7" Grid.Column="0" Margin="0,0,0,0"/>
+ <TextBlock Text="{x:Static Properties:Resources.FiltersView_Rotate}" Grid.Row="7" Grid.Column="0" Margin="0,0,0,0"/>
<ComboBox Width="120" ItemsSource="{Binding RotationOptions}" Grid.Row="7" Grid.Column="1"
SelectedItem="{Binding SelectedRotation}" ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Rotate}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.FiltersView_Rotate}"
+ AutomationProperties.Name="{x:Static Properties:Resources.FiltersView_Rotate}"
HorizontalAlignment="Left" VerticalAlignment="Center" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.FiltersView_FlipVideo}" Margin="5,0,0,0" VerticalAlignment="Center" Grid.Row="7" Grid.Column="2" IsChecked="{Binding FlipVideo, UpdateSourceTrigger=PropertyChanged}"
+ <CheckBox Content="{x:Static Properties:Resources.FiltersView_FlipVideo}" Margin="5,0,0,0" VerticalAlignment="Center" Grid.Row="7" Grid.Column="2" IsChecked="{Binding FlipVideo, UpdateSourceTrigger=PropertyChanged}"
ToolTip="{x:Static Properties:ResourcesTooltips.FilterView_Flip}"/>
</Grid>
diff --git a/win/CS/HandBrakeWPF/Views/LogView.xaml b/win/CS/HandBrakeWPF/Views/LogView.xaml
index 3c4eb57f4..f8f185644 100644
--- a/win/CS/HandBrakeWPF/Views/LogView.xaml
+++ b/win/CS/HandBrakeWPF/Views/LogView.xaml
@@ -25,17 +25,17 @@
>
<Button cal:Message.Attach="[Event Click] = [Action CopyLog]" Margin="10,0,0,0"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.LogView_CopyClipboard}" >
+ AutomationProperties.Name="{x:Static Properties:Resources.LogView_CopyClipboard}" >
<StackPanel Orientation="Horizontal">
<Image Width="16" Source="Images/copy.png" />
- <TextBlock Margin="2,0,0,0" Text="{x:Static Properties:ResourcesUI.LogView_CopyClipboard}" />
+ <TextBlock Margin="2,0,0,0" Text="{x:Static Properties:Resources.LogView_CopyClipboard}" />
</StackPanel>
</Button>
<Button Margin="5,0,0,0" cal:Message.Attach="[Event Click] = [Action OpenLogDirectory]"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.LogView_OpenLogDir}" >
+ AutomationProperties.Name="{x:Static Properties:Resources.LogView_OpenLogDir}" >
<StackPanel Orientation="Horizontal">
<Image Width="16" Source="Images/folder.png" />
- <TextBlock Margin="2,0,0,0" Text="{x:Static Properties:ResourcesUI.LogView_OpenLogDir}" />
+ <TextBlock Margin="2,0,0,0" Text="{x:Static Properties:Resources.LogView_OpenLogDir}" />
</StackPanel>
</Button>
@@ -45,12 +45,12 @@
<TextBox.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.LogView_CopyClipboard}" cal:Message.Attach="[Event Click] = [Action CopyLog]" >
+ <MenuItem Header="{x:Static Properties:Resources.LogView_CopyClipboard}" cal:Message.Attach="[Event Click] = [Action CopyLog]" >
<MenuItem.Icon>
<Image Width="16" Source="Images/copy.png" />
</MenuItem.Icon>
</MenuItem>
- <MenuItem Header="{x:Static Properties:ResourcesUI.LogView_OpenLogDir}" cal:Message.Attach="[Event Click] = [Action OpenLogDirectory]">
+ <MenuItem Header="{x:Static Properties:Resources.LogView_OpenLogDir}" cal:Message.Attach="[Event Click] = [Action OpenLogDirectory]">
<MenuItem.Icon>
<Image Width="16" Source="Images/folder.png" />
</MenuItem.Icon>
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml
index 0c27e9ff1..d6b796918 100644
--- a/win/CS/HandBrakeWPF/Views/MainView.xaml
+++ b/win/CS/HandBrakeWPF/Views/MainView.xaml
@@ -73,7 +73,7 @@
</Style>
</Menu.Resources>
<MenuItem Header="_File">
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_SourceOpen}" cal:Message.Attach="[Event Click] = [Action SelectSourceWindow]" InputGestureText="Alt + O" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_SourceOpen}" cal:Message.Attach="[Event Click] = [Action SelectSourceWindow]" InputGestureText="Alt + O" />
<Separator />
<MenuItem Header="_Exit" cal:Message.Attach="[Event Click] = [Action ExitApplication]" InputGestureText="Alt + F4" />
</MenuItem>
@@ -101,9 +101,9 @@
<MenuItem Header="_Presets" ItemsSource="{Binding PresetsCategories, Converter={StaticResource presetsMenuConverter}}" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_PresetManage}" cal:Message.Attach="[Event Click] = [Action PresetManage]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_PresetRemove}" cal:Message.Attach="[Event Click] = [Action PresetRemove]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_PresetManage}" cal:Message.Attach="[Event Click] = [Action PresetManage]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_PresetRemove}" cal:Message.Attach="[Event Click] = [Action PresetRemove]" />
<Separator />
<MenuItem Header="_Import from file" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
<MenuItem Header="_Export to file" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
@@ -120,11 +120,11 @@
<MenuItem Header="Add to Queue" cal:Message.Attach="[Event Click] = [Action AddAllToQueue]" InputGestureText="Ctrl + A" />
<MenuItem Header="All Selection to Queue" cal:Message.Attach="[Event Click] = [Action AddSelectionToQueue]" />
<Separator Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
- <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.ClearCompleted}" Header="{x:Static Properties:ResourcesUI.QueueView_ClearCompleted}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
- <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.ClearAll}" Header="{x:Static Properties:ResourcesUI.QueueView_ClearAll}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
- <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.ClearSelected}" Header="{x:Static Properties:ResourcesUI.QueueView_ClearSelected}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
+ <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.ClearCompleted}" Header="{x:Static Properties:Resources.QueueView_ClearCompleted}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
+ <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.ClearAll}" Header="{x:Static Properties:Resources.QueueView_ClearAll}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
+ <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.ClearSelected}" Header="{x:Static Properties:Resources.QueueView_ClearSelected}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
<Separator Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
- <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.Export}" Header="{x:Static Properties:ResourcesUI.QueueView_Export}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
+ <MenuItem Command="{Binding QueueCommand}" CommandParameter="{x:Static menu:QueueCommandParams.Export}" Header="{x:Static Properties:Resources.QueueView_Export}" Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
</MenuItem>
<MenuItem Header="_Help">
@@ -149,7 +149,7 @@
ToolBarTray.IsLocked="True"
KeyboardNavigation.TabNavigation="Continue">
- <Button Name="SelectSource" x:Uid="Choose Source" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_SourceOpen}"
+ <Button Name="SelectSource" x:Uid="Choose Source" AutomationProperties.Name="{x:Static Properties:Resources.MainView_SourceOpen}"
cal:Message.Attach="[Event Click] = [Action SelectSourceWindow]">
<StackPanel Orientation="Horizontal">
<Image Width="32"
@@ -157,17 +157,17 @@
Source="Images/Movies_small.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{x:Static Properties:ResourcesUI.MainView_SourceOpen}"/>
+ Content="{x:Static Properties:Resources.MainView_SourceOpen}"/>
</StackPanel>
</Button>
<Separator />
- <Button PreviewMouseLeftButtonDown="AddToQueue_PreviewMouseDown" ContextMenuService.IsEnabled="False" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_AddToQueue}">
+ <Button PreviewMouseLeftButtonDown="AddToQueue_PreviewMouseDown" ContextMenuService.IsEnabled="False" AutomationProperties.Name="{x:Static Properties:Resources.MainView_AddToQueue}">
<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal">
<Image Width="32" Height="32" SnapsToDevicePixels="True" Source="Images/AddToQueue_small.png" />
- <Label Margin="8,0,0,0" VerticalAlignment="Center" Content="{x:Static Properties:ResourcesUI.MainView_AddToQueue}" />
+ <Label Margin="8,0,0,0" VerticalAlignment="Center" Content="{x:Static Properties:Resources.MainView_AddToQueue}" />
</StackPanel>
<Grid x:Name="dropdown" Background="Transparent" >
@@ -179,15 +179,15 @@
</StackPanel>
<Button.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_AddCurrent}" cal:Message.Attach="[Event Click] = [Action AddToQueue]" AutomationProperties.Name="Add Current" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_AddAll}" cal:Message.Attach="[Event Click] = [Action AddAllToQueue]" AutomationProperties.Name="Add all to Queue" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_AddSelection}" cal:Message.Attach="[Event Click] = [Action AddSelectionToQueue]" AutomationProperties.Name="Add Selection to Queue" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_AddCurrent}" cal:Message.Attach="[Event Click] = [Action AddToQueue]" AutomationProperties.Name="Add Current" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_AddAll}" cal:Message.Attach="[Event Click] = [Action AddAllToQueue]" AutomationProperties.Name="Add all to Queue" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_AddSelection}" cal:Message.Attach="[Event Click] = [Action AddSelectionToQueue]" AutomationProperties.Name="Add Selection to Queue" />
</ContextMenu>
</Button.ContextMenu>
</Button>
- <Button Name="Start" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_StartEncode}"
+ <Button Name="Start" AutomationProperties.Name="{x:Static Properties:Resources.MainView_StartEncode}"
cal:Message.Attach="[Event Click] = [Action StartEncode]"
Visibility="{Binding IsEncoding,
Converter={StaticResource boolToVisConverter},
@@ -198,11 +198,11 @@
Source="Images/Play.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{Binding StartLabel, FallbackValue='{x:Static Properties:ResourcesUI.MainView_StartEncode}'}"/>
+ Content="{Binding StartLabel, FallbackValue='{x:Static Properties:Resources.MainView_StartEncode}'}"/>
</StackPanel>
</Button>
- <Button Name="Stop" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_Stop}"
+ <Button Name="Stop" AutomationProperties.Name="{x:Static Properties:Resources.MainView_Stop}"
cal:Message.Attach="[Event Click] = [Action StopEncode]"
Visibility="{Binding IsEncoding,
Converter={StaticResource boolToVisConverter},
@@ -214,11 +214,11 @@
Source="Images/stop.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{x:Static Properties:ResourcesUI.MainView_Stop}"/>
+ Content="{x:Static Properties:Resources.MainView_Stop}"/>
</StackPanel>
</Button>
- <Button Name="Pause" AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_Pause}"
+ <Button Name="Pause" AutomationProperties.Name="{x:Static Properties:Resources.MainView_Pause}"
cal:Message.Attach="[Event Click] = [Action PauseEncode]"
Visibility="{Binding CanPause,
Converter={StaticResource boolToVisConverter},
@@ -230,7 +230,7 @@
Source="Images/Pause.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{x:Static Properties:ResourcesUI.MainView_Pause}"/>
+ Content="{x:Static Properties:Resources.MainView_Pause}"/>
</StackPanel>
</Button>
@@ -244,7 +244,7 @@
Source="Images/Queue_small.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{Binding QueueLabel, FallbackValue='{x:Static Properties:ResourcesUI.MainView_ShowQueue}'}"/>
+ Content="{Binding QueueLabel, FallbackValue='{x:Static Properties:Resources.MainView_ShowQueue}'}"/>
</StackPanel>
</Button>
@@ -256,7 +256,7 @@
Source="Images/picture_small.png"/>
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{x:Static Properties:ResourcesUI.MainView_ShowPreview}"/>
+ Content="{x:Static Properties:Resources.MainView_ShowPreview}"/>
</StackPanel>
</Button>
@@ -317,7 +317,7 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
- <Label Content="{x:Static Properties:ResourcesUI.MainView_Source}" FontWeight="Bold" Grid.Column="0" />
+ <Label Content="{x:Static Properties:Resources.MainView_Source}" FontWeight="Bold" Grid.Column="0" />
<TextBlock Text="{Binding Path=SourceLabel}" ToolTip="{Binding Path=SourceLabel}" TextTrimming="CharacterEllipsis" MaxWidth="595" Grid.Column="1" Margin="7,0,0,0" />
<TextBlock Text="{Binding SourceInfo}" HorizontalAlignment="Right" VerticalAlignment="Center" Foreground="DimGray" Grid.Column="2" Margin="10,0,0,0" MaxWidth="360" />
</Grid>
@@ -329,7 +329,7 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <Label FontWeight="Bold" Content="{x:Static Properties:ResourcesUI.MainView_Title}" Grid.Column="0" />
+ <Label FontWeight="Bold" Content="{x:Static Properties:Resources.MainView_Title}" Grid.Column="0" />
<ComboBox Name="Titles" Grid.Column="1"
MinWidth="100" Margin="16,0,0,0"
ItemsSource="{Binding ScannedSource.Titles}"
@@ -350,7 +350,7 @@
</ComboBox.Style>
</ComboBox>
<StackPanel Orientation="Horizontal" Grid.Column="2" >
- <Label Margin="5,0,0,0" FontWeight="Bold" Content="{x:Static Properties:ResourcesUI.MainView_Angle}" />
+ <Label Margin="5,0,0,0" FontWeight="Bold" Content="{x:Static Properties:Resources.MainView_Angle}" />
<ComboBox Name="Angles"
MinWidth="60"
@@ -359,7 +359,7 @@
SelectedItem="{Binding SelectedAngle}"
ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Angle}" />
- <Label Margin="2,0,0,0" FontWeight="Bold" Content="{x:Static Properties:ResourcesUI.MainView_Range}" />
+ <Label Margin="2,0,0,0" FontWeight="Bold" Content="{x:Static Properties:Resources.MainView_Range}" />
<ComboBox Name="PointToPointMode"
MinWidth="80"
Margin="5,0,0,0"
@@ -381,7 +381,7 @@
Converter={StaticResource boolToVisConverter},
ConverterParameter=false}" />
- <Label Margin="4,0,0,0" Content="{x:Static Properties:ResourcesUI.MainView_through}" />
+ <Label Margin="4,0,0,0" Content="{x:Static Properties:Resources.MainView_through}" />
<ComboBox Name="EndPoint"
MinWidth="60"
Margin="4,0,0,0"
@@ -398,7 +398,7 @@
Converter={StaticResource boolToVisConverter},
ConverterParameter=false}" />
- <Label Margin="2,0,0,0" Content="{x:Static Properties:ResourcesUI.MainView_Duration}" FontWeight="Bold" ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Duration}" />
+ <Label Margin="2,0,0,0" Content="{x:Static Properties:Resources.MainView_Duration}" FontWeight="Bold" ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Duration}" />
<Label Margin="0,0,0,0" Content="{Binding Duration}" ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Duration}" />
</StackPanel>
@@ -438,16 +438,16 @@
</Button.ContextMenu>
</Button>
- <Button Content="{x:Static Properties:ResourcesUI.MainView_Reload}" cal:Message.Attach="[Event Click] = [Action PresetSelect]" Margin="15,0,0,0" VerticalAlignment="Center" />
- <Button Content="{x:Static Properties:ResourcesUI.MainView_SaveNewPreset}" cal:Message.Attach="[Event Click] = [Action PresetAdd]" Margin="5,0,0,0" VerticalAlignment="Center" />
+ <Button Content="{x:Static Properties:Resources.MainView_Reload}" cal:Message.Attach="[Event Click] = [Action PresetSelect]" Margin="15,0,0,0" VerticalAlignment="Center" />
+ <Button Content="{x:Static Properties:Resources.MainView_SaveNewPreset}" cal:Message.Attach="[Event Click] = [Action PresetAdd]" Margin="5,0,0,0" VerticalAlignment="Center" />
<Button x:Name="MorePresetOptionsButton" Margin="15,0,0,0" VerticalAlignment="Center" Click="MorePresetOptionsButton_OnClick" Visibility="Collapsed">
<Button.Content>
<StackPanel Orientation="Horizontal">
<TextBlock Margin="0,0,5,0" Padding="0"
VerticalAlignment="Center"
- Text="{x:Static Properties:ResourcesUI.MainView_Options}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_PresetOptionsContextMenu}"
+ Text="{x:Static Properties:Resources.MainView_Options}"
+ AutomationProperties.Name="{x:Static Properties:Resources.MainView_PresetOptionsContextMenu}"
ToolTip="{x:Static Properties:ResourcesTooltips.MainView_PresetOptionsContextMenu}"/>
<Path Height="5" Margin="2,2,0,0" VerticalAlignment="Center" HorizontalAlignment="Center"
@@ -458,24 +458,24 @@
<Button.ContextMenu>
<ContextMenu x:Name="MainContextMenu">
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_SetDefault}" cal:Message.Attach="[Event Click] = [Action PresetSetDefault]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_SetDefault}" cal:Message.Attach="[Event Click] = [Action PresetSetDefault]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_PresetManage}" cal:Message.Attach="[Event Click] = [Action PresetManage]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_PresetRemove}" cal:Message.Attach="[Event Click] = [Action PresetRemove]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_PresetManage}" cal:Message.Attach="[Event Click] = [Action PresetManage]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_PresetRemove}" cal:Message.Attach="[Event Click] = [Action PresetRemove]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Preset_Import}" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Preset_Export}" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
+ <MenuItem Header="{x:Static Properties:Resources.Preset_Import}" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
+ <MenuItem Header="{x:Static Properties:Resources.Preset_Export}" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_ResetBuiltInPresets}" cal:Message.Attach="[Event Click] = [Action PresetReset]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_ResetBuiltInPresets}" cal:Message.Attach="[Event Click] = [Action PresetReset]" />
</ContextMenu>
</Button.ContextMenu>
</Button>
</StackPanel>
<StackPanel Margin="8,0,0,0" Orientation="Horizontal" Visibility="{Binding IsPresetPanelShowing, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.MainView_SelectedPreset}" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.MainView_SelectedPreset}" Margin="5,0,0,0" />
<TextBlock Text="{Binding SelectedPreset.Name}" Margin="5,0,0,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.MainView_ModifiedPreset}" FontStyle="Italic" Visibility="{Binding IsModifiedPreset, Converter={StaticResource boolToVisConverter}}" Margin="5,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.MainView_ModifiedPreset}" FontStyle="Italic" Visibility="{Binding IsModifiedPreset, Converter={StaticResource boolToVisConverter}}" Margin="5,0,0,0" />
</StackPanel>
</StackPanel>
@@ -487,28 +487,28 @@
VerticalAlignment="Stretch"
SelectionChanged="TabControl_OnSelectionChanged"
Visibility="{Binding IsQueueShowingInLine, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}">
- <TabItem Name="summaryTab" Header="{x:Static Properties:ResourcesUI.MainView_SummaryTab}">
+ <TabItem Name="summaryTab" Header="{x:Static Properties:Resources.MainView_SummaryTab}">
<ContentControl x:Name="SummaryViewModel" />
</TabItem>
- <TabItem Name="pictureTab" Header="{x:Static Properties:ResourcesUI.MainView_PictureTab}">
+ <TabItem Name="pictureTab" Header="{x:Static Properties:Resources.MainView_PictureTab}">
<ContentControl x:Name="PictureSettingsViewModel" />
</TabItem>
- <TabItem Name="filtersTab" Header="{x:Static Properties:ResourcesUI.MainView_FiltersTab}">
+ <TabItem Name="filtersTab" Header="{x:Static Properties:Resources.MainView_FiltersTab}">
<ContentControl x:Name="FiltersViewModel" />
</TabItem>
- <TabItem Name="videoTab" Header="{x:Static Properties:ResourcesUI.MainView_VideoTab}">
+ <TabItem Name="videoTab" Header="{x:Static Properties:Resources.MainView_VideoTab}">
<ContentControl x:Name="VideoViewModel" VerticalAlignment="Stretch" />
</TabItem>
- <TabItem Name="audioTab" Header="{x:Static Properties:ResourcesUI.MainView_AudioTab}">
+ <TabItem Name="audioTab" Header="{x:Static Properties:Resources.MainView_AudioTab}">
<ContentControl x:Name="AudioViewModel" />
</TabItem>
- <TabItem Name="subtitlesTab" Header="{x:Static Properties:ResourcesUI.MainView_SubtitlesTab}">
+ <TabItem Name="subtitlesTab" Header="{x:Static Properties:Resources.MainView_SubtitlesTab}">
<ContentControl x:Name="SubtitleViewModel" />
</TabItem>
- <TabItem Name="chaptersTab" Header="{x:Static Properties:ResourcesUI.MainView_ChaptersTab}">
+ <TabItem Name="chaptersTab" Header="{x:Static Properties:Resources.MainView_ChaptersTab}">
<ContentControl x:Name="ChaptersViewModel" />
</TabItem>
- <TabItem Name="advancedTab" Header="{x:Static Properties:ResourcesUI.MainView_AdvancedTab}" Visibility="{Binding CurrentTask.ShowAdvancedTab, Converter={StaticResource boolToVisConverter}}">
+ <TabItem Name="advancedTab" Header="{x:Static Properties:Resources.MainView_AdvancedTab}" Visibility="{Binding CurrentTask.ShowAdvancedTab, Converter={StaticResource boolToVisConverter}}">
<ContentControl x:Name="AdvancedViewModel" />
</TabItem>
</TabControl>
@@ -524,7 +524,7 @@
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <Label Margin="0,0,0,0" Content="{x:Static Properties:ResourcesUI.MainView_File}" FontWeight="Bold" />
+ <Label Margin="0,0,0,0" Content="{x:Static Properties:Resources.MainView_File}" FontWeight="Bold" />
<TextBox Name="Destination"
Grid.Column="1"
Margin="5,0,0,0" ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Destination}"
@@ -630,15 +630,15 @@
<TreeView.ContextMenu>
<ContextMenu AutomationProperties.Name="Presets List Context Menu">
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_SetDefault}" cal:Message.Attach="[Event Click] = [Action PresetSetDefault]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_SetDefault}" cal:Message.Attach="[Event Click] = [Action PresetSetDefault]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_PresetManage}" cal:Message.Attach="[Event Click] = [Action PresetManage]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_PresetManage}" cal:Message.Attach="[Event Click] = [Action PresetManage]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Preset_Import}" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Preset_Export}" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
+ <MenuItem Header="{x:Static Properties:Resources.Preset_Import}" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
+ <MenuItem Header="{x:Static Properties:Resources.Preset_Export}" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_ResetBuiltInPresets}" cal:Message.Attach="[Event Click] = [Action PresetReset]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_ResetBuiltInPresets}" cal:Message.Attach="[Event Click] = [Action PresetReset]" />
</ContextMenu>
</TreeView.ContextMenu>
@@ -686,7 +686,7 @@
<TextBlock Margin="2,0,0,0"
VerticalAlignment="Center"
Style="{StaticResource textBlockOrangeStyle}"
- Text="{x:Static Properties:ResourcesUI.Generic_Add}"
+ Text="{x:Static Properties:Resources.Generic_Add}"
/>
</StackPanel>
</Button.Content>
@@ -703,7 +703,7 @@
<TextBlock Margin="2,0,0,0"
VerticalAlignment="Center"
Style="{StaticResource textBlockOrangeStyle}"
- Text="{x:Static Properties:ResourcesUI.MainView_Remove}"
+ Text="{x:Static Properties:Resources.MainView_Remove}"
/>
</StackPanel>
</Button.Content>
@@ -721,18 +721,18 @@
<TextBlock Margin="2,0,0,0"
VerticalAlignment="Center"
Style="{StaticResource textBlockOrangeStyle}"
- Text="{x:Static Properties:ResourcesUI.MainView_Options}"
+ Text="{x:Static Properties:Resources.MainView_Options}"
/>
</StackPanel>
</MenuItem.Header>
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_SetDefault}" cal:Message.Attach="[Event Click] = [Action PresetSetDefault]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_SetDefault}" cal:Message.Attach="[Event Click] = [Action PresetSetDefault]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_UpdateSelectedPreset}" cal:Message.Attach="[Event Click] = [Action PresetUpdate]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Preset_Import}" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Preset_Export}" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
+ <MenuItem Header="{x:Static Properties:Resources.Preset_Import}" cal:Message.Attach="[Event Click] = [Action PresetImport]" />
+ <MenuItem Header="{x:Static Properties:Resources.Preset_Export}" cal:Message.Attach="[Event Click] = [Action PresetExport]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.MainView_ResetBuiltInPresets}" cal:Message.Attach="[Event Click] = [Action PresetReset]" />
+ <MenuItem Header="{x:Static Properties:Resources.MainView_ResetBuiltInPresets}" cal:Message.Attach="[Event Click] = [Action PresetReset]" />
</MenuItem>
</Menu>
</ToolBarOverflowPanel>
@@ -793,7 +793,7 @@
<MenuItem>
<MenuItem.Header>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" MinHeight="26">
- <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_WhenDone}" />
+ <TextBlock VerticalAlignment="Center" FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_WhenDone}" />
<TextBlock Margin="8,0,0,0" VerticalAlignment="Center" Text="{Binding QueueViewModel.WhenDoneAction}" />
<Path Height="5"
Margin="2,2,2,0"
@@ -804,25 +804,25 @@
<MenuItem x:Name="doNothing"
cal:Message.Attach="[Event Click] = [Action WhenDone(doNothing.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_DoNothing}" />
+ Header="{x:Static Properties:Resources.QueueView_DoNothing}" />
<MenuItem x:Name="shutdownSystem"
cal:Message.Attach="[Event Click] = [Action WhenDone(shutdownSystem.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Shutdown}" />
+ Header="{x:Static Properties:Resources.QueueView_Shutdown}" />
<MenuItem x:Name="suspend"
cal:Message.Attach="[Event Click] = [Action WhenDone(suspend.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Suspend}"/>
+ Header="{x:Static Properties:Resources.QueueView_Suspend}"/>
<MenuItem x:Name="hibernate"
cal:Message.Attach="[Event Click] = [Action WhenDone(hibernate.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Hibernate}" />
+ Header="{x:Static Properties:Resources.QueueView_Hibernate}" />
<MenuItem x:Name="lock"
cal:Message.Attach="[Event Click] = [Action WhenDone(lock.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_LockSystem}" />
+ Header="{x:Static Properties:Resources.QueueView_LockSystem}" />
<MenuItem x:Name="logoff"
cal:Message.Attach="[Event Click] = [Action WhenDone(logoff.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Logoff}"/>
+ Header="{x:Static Properties:Resources.QueueView_Logoff}"/>
<MenuItem x:Name="quit"
cal:Message.Attach="[Event Click] = [Action WhenDone(quit.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_QuitHandBrake}" />
+ Header="{x:Static Properties:Resources.QueueView_QuitHandBrake}" />
</MenuItem>
</Menu>
</StatusBarItem>
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml.cs b/win/CS/HandBrakeWPF/Views/MainView.xaml.cs
index 957eeaeaf..01acb6aa3 100644
--- a/win/CS/HandBrakeWPF/Views/MainView.xaml.cs
+++ b/win/CS/HandBrakeWPF/Views/MainView.xaml.cs
@@ -69,7 +69,7 @@ namespace HandBrakeWPF.Views
if (e.Source is TabControl && e.AddedItems.Count > 0)
{
TabItem tab = e.AddedItems[0] as TabItem;
- if (tab != null && Properties.ResourcesUI.MainView_SummaryTab.Equals(tab.Header))
+ if (tab != null && Properties.Resources.MainView_SummaryTab.Equals(tab.Header))
{
((MainViewModel)this.DataContext).SummaryViewModel.UpdateDisplayedInfo();
}
diff --git a/win/CS/HandBrakeWPF/Views/ManagePresetView.xaml b/win/CS/HandBrakeWPF/Views/ManagePresetView.xaml
index fb16780e0..d8d78eb51 100644
--- a/win/CS/HandBrakeWPF/Views/ManagePresetView.xaml
+++ b/win/CS/HandBrakeWPF/Views/ManagePresetView.xaml
@@ -33,7 +33,7 @@
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.ManagePresetView_ManagePreset}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
+ <TextBlock Text="{x:Static Properties:Resources.ManagePresetView_ManagePreset}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
<!-- Header -->
<Grid Grid.Row="1" Margin="10,0,10,0">
@@ -56,7 +56,7 @@
<!-- Name -->
<TextBlock Grid.Row="0"
Grid.Column="0"
- Text="{x:Static Properties:ResourcesUI.AddPresetView_Name}" />
+ Text="{x:Static Properties:Resources.AddPresetView_Name}" />
<TextBox Grid.Row="0"
Grid.Column="1"
HorizontalAlignment="Stretch"
@@ -66,7 +66,7 @@
<!-- Description -->
<TextBlock Grid.Row="2"
Grid.Column="0" Margin="0,10,0,0"
- Text="{x:Static Properties:ResourcesUI.AddPresetView_Description}" />
+ Text="{x:Static Properties:Resources.AddPresetView_Description}" />
<TextBox Grid.Row="2"
Grid.Column="1" Margin="0,10,0,0"
@@ -96,13 +96,13 @@
<Button Grid.Column="1"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Cancel]"
- Content="{x:Static Properties:ResourcesUI.Generic_Cancel}"
+ Content="{x:Static Properties:Resources.Generic_Cancel}"
IsCancel="True"
Padding="8,2" />
<Button Grid.Column="2"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Save]"
- Content="{x:Static Properties:ResourcesUI.Generic_Save}"
+ Content="{x:Static Properties:Resources.Generic_Save}"
IsDefault="True"
Padding="8,2" />
</Grid>
diff --git a/win/CS/HandBrakeWPF/Views/MetaDataView.xaml b/win/CS/HandBrakeWPF/Views/MetaDataView.xaml
index 34c328529..f8c62a6da 100644
--- a/win/CS/HandBrakeWPF/Views/MetaDataView.xaml
+++ b/win/CS/HandBrakeWPF/Views/MetaDataView.xaml
@@ -22,7 +22,7 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.MetaDataView_Title}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" />
+ <TextBlock Text="{x:Static Properties:Resources.MetaDataView_Title}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" />
<!-- Metadata Input Area -->
<Grid Grid.Row="1" Margin="10,10,0,0">
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml
index ae6dccfca..fa0e88940 100644
--- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml
@@ -91,25 +91,25 @@
<StackPanel Name="General" Orientation="Vertical" Margin="10,5,0,0"
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.General}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_General}" FontSize="20" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_General}" FontSize="20" FontFamily="Segoe UI Light" />
<StackPanel Orientation="Vertical" Margin="0,10,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_OnStartup}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_OnStartup}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_CheckForUpdates}" IsChecked="{Binding CheckForUpdates}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_CheckForUpdates}" IsChecked="{Binding CheckForUpdates}" />
<ComboBox Name="checkForUpdateFrequency" ItemsSource="{Binding CheckForUpdatesFrequencies}" SelectedIndex="{Binding CheckForUpdatesFrequency}" Margin="25,0,0,5" HorizontalAlignment="Left" Width="120"></ComboBox>
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical" Margin="0,0,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_WhenDone}" FontSize="14" Margin="0,0,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_WhenDone}" FontSize="14" Margin="0,0,0,10" />
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
<StackPanel Orientation="Horizontal">
<ComboBox Name="whenDone" ItemsSource="{Binding WhenDoneOptions}" SelectedItem="{Binding WhenDone}" Width="120" HorizontalAlignment="Left" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ResetDoNothing}" VerticalAlignment="Center" Margin="5,0,0,0" IsChecked="{Binding ResetWhenDoneAction}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_ResetDoNothing}" VerticalAlignment="Center" Margin="5,0,0,0" IsChecked="{Binding ResetWhenDoneAction}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
@@ -119,7 +119,7 @@
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
<CheckBox VerticalAlignment="Center" VerticalContentAlignment="Center" IsChecked="{Binding SendFileAfterEncode}" Margin="0,1,0,0">
<StackPanel Orientation="Horizontal">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_SendFileTo}" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_SendFileTo}" VerticalAlignment="Center" />
<TextBlock Text="{Binding SendFileTo}" VerticalAlignment="Center" Margin="5,0,5,0" />
</StackPanel>
</CheckBox>
@@ -128,14 +128,14 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
- <TextBlock VerticalAlignment="Center" Margin="25,0,5,0" Text="{x:Static Properties:ResourcesUI.Options_Arguments}" />
+ <TextBlock VerticalAlignment="Center" Margin="25,0,5,0" Text="{x:Static Properties:Resources.Options_Arguments}" />
<TextBox Name="SendToArguments" Text="{Binding Arguments}" Width="250" />
</StackPanel>
<StackPanel Orientation="Vertical" Margin="0,7,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_PlaySoundWhenDone}"
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_PlaySoundWhenDone}"
VerticalAlignment="Center" VerticalContentAlignment="Center" IsChecked="{Binding PlaySoundWhenDone}" Margin="0,1,0,0" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_PlaySoundWhenQueueDone}"
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_PlaySoundWhenQueueDone}"
VerticalAlignment="Center" VerticalContentAlignment="Center" IsChecked="{Binding PlaySoundWhenQueueDone}" Margin="0,5,0,0" />
<StackPanel Orientation="Horizontal" Margin="25,2,0,0">
<TextBlock Text="{Binding WhenDoneAudioFile}" VerticalAlignment="Center" Margin="5,2,5,0" />
@@ -150,16 +150,16 @@
<StackPanel Orientation="Vertical" Margin="0,0,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_PathToVLC}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_PathToVLC}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
<StackPanel Orientation="Horizontal">
- <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:ResourcesUI.Options_Path}" />
+ <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:Resources.Options_Path}" />
<TextBox Name="vlcPath" Text="{Binding VLCPath}" Width="250" />
<Button Content="Browse" cal:Message.Attach="[Event Click] = [Action BrowseVlcPath]" Margin="5,0,0,0" />
</StackPanel>
- <TextBlock Margin="35,0,0,0" Text="{x:Static Properties:ResourcesUI.Options_VideoPreviewPath}" />
+ <TextBlock Margin="35,0,0,0" Text="{x:Static Properties:Resources.Options_VideoPreviewPath}" />
</StackPanel>
</StackPanel>
@@ -167,26 +167,26 @@
<StackPanel Orientation="Vertical" Margin="0,0,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_UserInterface}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_UserInterface}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_MinimiseTray}" IsChecked="{Binding MinimiseToTray}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ClearCompleted}" IsChecked="{Binding ClearQueueOnEncodeCompleted}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_AdvancedTab}" IsChecked="{Binding ShowAdvancedTab}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_ShowStatusInTitleBar}" IsChecked="{Binding ShowStatusInTitleBar}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_ShowPreviewOnSummaryTab}" IsChecked="{Binding ShowPreviewOnSummaryTab}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_MinimiseTray}" IsChecked="{Binding MinimiseToTray}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_ClearCompleted}" IsChecked="{Binding ClearQueueOnEncodeCompleted}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_AdvancedTab}" IsChecked="{Binding ShowAdvancedTab}" />
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_ShowStatusInTitleBar}" IsChecked="{Binding ShowStatusInTitleBar}" />
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_ShowPreviewOnSummaryTab}" IsChecked="{Binding ShowPreviewOnSummaryTab}" />
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical" Margin="0,0,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Experimental}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_Experimental}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_ExperimentalFeatures}" Margin="0,0,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_ExperimentalFeatures}" Margin="0,0,0,10" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowExperimentalQueueDesign}" IsChecked="{Binding ShowExperimentalQueue}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" Margin="20,5,0,0" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_ShowExperimentalQueueDesign}" IsChecked="{Binding ShowExperimentalQueue}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" Margin="20,5,0,0" />
</StackPanel>
</StackPanel>
</StackPanel>
@@ -194,14 +194,14 @@
<StackPanel Name="Output" Orientation="Vertical" Margin="10,5,0,0"
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.OutputFiles}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Output}" FontSize="20" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Output}" FontSize="20" FontFamily="Segoe UI Light" />
<StackPanel Orientation="Vertical" Margin="0,10,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_AutomaticFileNaming}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_AutomaticFileNaming}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_AutoNameOutput}" IsChecked="{Binding AutomaticallyNameFiles}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_AutoNameOutput}" IsChecked="{Binding AutomaticallyNameFiles}" />
<Grid Margin="0,5,0,0">
<Grid.RowDefinitions>
@@ -216,25 +216,25 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:ResourcesUI.Options_DefaultPath}" Grid.Column="0" Grid.Row="0" />
+ <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:Resources.Options_DefaultPath}" Grid.Column="0" Grid.Row="0" />
<TextBox Name="autoNameOutputPath" Text="{Binding AutoNameDefaultPath}" Width="380" Grid.Column="1" Grid.Row="0"
ToolTip="{x:Static Properties:Resources.Options_DefaultPathAdditionalParams}" />
<Button Content="Browse" Margin="5,0,0,0" Grid.Column="2" Grid.Row="0"
cal:Message.Attach="[Event Click] = [Action BrowseAutoNamePath]" />
- <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:ResourcesUI.Options_Format}" Grid.Column="0" Grid.Row="2" Margin="0,5,0,0" />
+ <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:Resources.Options_Format}" Grid.Column="0" Grid.Row="2" Margin="0,5,0,0" />
<TextBox Name="autoNameFormat" Text="{Binding AutonameFormat, UpdateSourceTrigger=PropertyChanged}" Width="380" Grid.Column="1" Grid.Row="2" Margin="0,0,0,0"
ToolTip="{x:Static Properties:Resources.Options_AdditionalFormatOptions}" />
</Grid>
<StackPanel Orientation="Vertical" Margin="0,15,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_TitleCase}" IsChecked="{Binding ChangeToTitleCase}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ReplaceUnderscores}" IsChecked="{Binding RemoveUnderscores}"/>
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_RemovePunctuation}" ToolTip="Dash (-), Period (.) and Comma (,) " IsChecked="{Binding RemovePunctuation}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_TitleCase}" IsChecked="{Binding ChangeToTitleCase}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_ReplaceUnderscores}" IsChecked="{Binding RemoveUnderscores}"/>
+ <CheckBox Content="{x:Static Properties:Resources.Options_RemovePunctuation}" ToolTip="Dash (-), Period (.) and Comma (,) " IsChecked="{Binding RemovePunctuation}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,15,0,0">
- <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:ResourcesUI.Options_MP4FileExtension}" />
+ <TextBlock VerticalAlignment="Center" Text="{x:Static Properties:Resources.Options_MP4FileExtension}" />
<ComboBox Name="mp4FileExtension" Width="120" ItemsSource="{Binding Mp4ExtensionOptions}" SelectedIndex="{Binding SelectedMp4Extension}" HorizontalAlignment="Left" />
</StackPanel>
</StackPanel>
@@ -244,29 +244,29 @@
<StackPanel Name="Hardware" Orientation="Vertical" Margin="10,5,0,0"
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.Video}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Video}" FontSize="20" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Video}" FontSize="20" FontFamily="Segoe UI Light" />
<StackPanel Orientation="Vertical" Margin="0,0,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Encoding}" FontSize="14" Margin="0,10,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Encoding}" FontSize="14" Margin="0,10,0,10" />
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_EnableQuicksyncEncoding}" IsEnabled="{Binding IsQuickSyncAvailable}" IsChecked="{Binding EnableQuickSyncEncoding}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_EnableVceEncoding}" IsEnabled="{Binding IsVceAvailable}" IsChecked="{Binding EnableVceEncoder}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_EnableNvencEncoding}" IsEnabled="{Binding IsNvencAvailable}" IsChecked="{Binding EnableNvencEncoder}" />
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableQuicksyncEncoding}" IsEnabled="{Binding IsQuickSyncAvailable}" IsChecked="{Binding EnableQuickSyncEncoding}" />
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableVceEncoding}" IsEnabled="{Binding IsVceAvailable}" IsChecked="{Binding EnableVceEncoder}" />
+ <CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableNvencEncoding}" IsEnabled="{Binding IsNvencAvailable}" IsChecked="{Binding EnableNvencEncoder}" />
</StackPanel>
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Decoding}" FontSize="14" Margin="0,10,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Decoding}" FontSize="14" Margin="0,10,0,10" />
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_QsvDecode}" IsEnabled="{Binding IsQuickSyncAvailable}" IsChecked="{Binding EnableQuickSyncDecoding}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_QsvDecodeForNonFullPath}" Visibility="{Binding IsUseQsvDecAvailable, Converter={StaticResource boolToVisConverter}}" IsChecked="{Binding UseQSVDecodeForNonQSVEnc}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_QsvDecode}" IsEnabled="{Binding IsQuickSyncAvailable}" IsChecked="{Binding EnableQuickSyncDecoding}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_QsvDecodeForNonFullPath}" Visibility="{Binding IsUseQsvDecAvailable, Converter={StaticResource boolToVisConverter}}" IsChecked="{Binding UseQSVDecodeForNonQSVEnc}" />
<TextBlock Text="{x:Static Properties:Resources.Video_QuickSyncNotAvailable}" Margin="17,2,0,0" TextWrapping="Wrap"
Visibility="{Binding IsQuickSyncAvailable, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
</StackPanel>
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Scaling}" FontSize="14" Margin="0,20,0,10" Visibility="Collapsed" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Scaling}" FontSize="14" Margin="0,20,0,10" Visibility="Collapsed" />
<StackPanel Orientation="Horizontal" Margin="20,0,0,0" Visibility="Collapsed">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Scaler}" Margin="0,0,5,0" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Scaler}" Margin="0,0,5,0" VerticalAlignment="Center" />
<ComboBox ItemsSource="{Binding ScalingOptions, Converter={StaticResource enumComboConverter}}"
SelectedItem="{Binding SelectedScalingMode, Converter={StaticResource enumComboConverter}}"
Width="120" VerticalAlignment="Center" />
@@ -281,77 +281,77 @@
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.Advanced}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Advanced}" FontSize="20" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Advanced}" FontSize="20" FontFamily="Segoe UI Light" />
<StackPanel Orientation="Vertical" Margin="0,10,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_AdvancedOptions}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_AdvancedOptions}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_PreventSleep}" IsChecked="{Binding PreventSleep}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_PauseQueueOnLowDiskSpace}"
+ <CheckBox Content="{x:Static Properties:Resources.Options_PreventSleep}" IsChecked="{Binding PreventSleep}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_PauseQueueOnLowDiskSpace}"
IsChecked="{Binding PauseOnLowDiskspace}" />
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_LowDiskspaceSize}" VerticalAlignment="Center" Width="250" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_LowDiskspaceSize}" VerticalAlignment="Center" Width="250" />
<TextBox x:Name="PauseOnLowDiskspaceLEvel" Text="{Binding PauseOnLowDiskspaceLevel, Converter={StaticResource fileSizeConverter}, UpdateSourceTrigger=PropertyChanged}" Width="120"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_PreviewScanCount}" VerticalAlignment="Center" Width="250" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_PreviewScanCount}" VerticalAlignment="Center" Width="250" />
<ComboBox Name="numberOfPreviews" ItemsSource="{Binding PreviewPicturesToScan}" SelectedItem="{Binding SelectedPreviewCount}" Width="120" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_MinTitleScanLength}" VerticalAlignment="Center" Width="250" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_MinTitleScanLength}" VerticalAlignment="Center" Width="250" />
<TextBox x:Name="MinTitleLength" Text="{Binding MinLength}" Width="120"/>
<!-- Find a control for this-->
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_PriorityLevel}" Width="250" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_PriorityLevel}" Width="250" VerticalAlignment="Center" />
<ComboBox Name="processPriorityLevel" ItemsSource="{Binding PriorityLevelOptions}" SelectedItem="{Binding SelectedPriority}" Width="120" />
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical" Margin="0,10,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_x264}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_x264}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Horizontal" Margin="20,0,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_x264Granularity}" VerticalAlignment="Center" Width="250" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_x264Granularity}" VerticalAlignment="Center" Width="250" />
<ComboBox Name="x264Granularity" ItemsSource="{Binding ConstantQualityGranularity}" SelectedItem="{Binding SelectedGranulairty}" Width="120"/>
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical" Margin="0,10,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_DVD}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_DVD}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_DvdRead}" IsChecked="{Binding DisableLibdvdNav}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_DvdRead}" IsChecked="{Binding DisableLibdvdNav}" />
</StackPanel>
</StackPanel>
<StackPanel Orientation="Vertical" Margin="0,10,0,20">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Logging}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_Logging}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
<StackPanel Orientation="Horizontal">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_LogLevel}" Width="250" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_LogLevel}" Width="250" VerticalAlignment="Center" />
<ComboBox Name="logVerbosityLevel" ItemsSource="{Binding LogVerbosityOptions, Converter={StaticResource LogLevelConverter}}" SelectedItem="{Binding SelectedVerbosity, Converter={StaticResource LogLevelConverter}}" Width="120" />
</StackPanel>
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_CopyLogToEncDir}" Margin="0,5,0,0" IsChecked="{Binding CopyLogToEncodeDirectory}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_CopyLogToDir}" Margin="0,5,0,0" IsChecked="{Binding CopyLogToSepcficedLocation}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_CopyLogToEncDir}" Margin="0,5,0,0" IsChecked="{Binding CopyLogToEncodeDirectory}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_CopyLogToDir}" Margin="0,5,0,0" IsChecked="{Binding CopyLogToSepcficedLocation}" />
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_LogPath}" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_LogPath}" VerticalAlignment="Center" />
<TextBox Width="380" Text="{Binding LogDirectory}" />
<Button Content="Browse" Margin="5,0,0,0" cal:Message.Attach="[Event Click] = [Action BrowseLogPath]" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
- <Button Content="{x:Static Properties:ResourcesUI.Options_ViewLogDirectory}" cal:Message.Attach="[Event Click] = [Action ViewLogDirectory]" Margin="0,0,5,0" />
- <Button Content="{x:Static Properties:ResourcesUI.Options_ClearLogs}" cal:Message.Attach="[Event Click] = [Action ClearLogHistory]" />
+ <Button Content="{x:Static Properties:Resources.Options_ViewLogDirectory}" cal:Message.Attach="[Event Click] = [Action ViewLogDirectory]" Margin="0,0,5,0" />
+ <Button Content="{x:Static Properties:Resources.Options_ClearLogs}" cal:Message.Attach="[Event Click] = [Action ClearLogHistory]" />
</StackPanel>
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_30DayLogClear}" Margin="0,10,0,0" IsChecked="{Binding ClearOldOlgs}" />
+ <CheckBox Content="{x:Static Properties:Resources.Options_30DayLogClear}" Margin="0,10,0,0" IsChecked="{Binding ClearOldOlgs}" />
</StackPanel>
</StackPanel>
@@ -362,9 +362,9 @@
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.Updates}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Updates}" FontSize="20" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_Updates}" FontSize="20" FontFamily="Segoe UI Light" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_CurVersion}" FontSize="14" Margin="0,10,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_CurVersion}" FontSize="14" Margin="0,10,0,10"/>
<Grid Margin="20,10,0,20">
<Grid.ColumnDefinitions>
@@ -373,15 +373,15 @@
</Grid.ColumnDefinitions>
<!-- Version -->
- <TextBlock Grid.Column="0" Margin="0,0,5,0" Text="{x:Static Properties:ResourcesUI.Options_Version}" />
+ <TextBlock Grid.Column="0" Margin="0,0,5,0" Text="{x:Static Properties:Resources.Options_Version}" />
<TextBlock Grid.Column="1" Margin="0,0,0,1" VerticalAlignment="Bottom" Text="{Binding Version}" />
</Grid>
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_Updates}" FontSize="14" Margin="0,10,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_Updates}" FontSize="14" Margin="0,10,0,10"/>
<StackPanel Margin="20,0,0,0" Orientation="Horizontal">
- <Button Content="{x:Static Properties:ResourcesUI.Options_CheckForUpdates}" MaxWidth="130" Margin="0,0,5,0" cal:Message.Attach="[Event Click] = [Action PerformUpdateCheck]" />
- <Button Content="{x:Static Properties:ResourcesUI.Options_DownloadUpdates}" Width="120" cal:Message.Attach="[Event Click] = [Action DownloadUpdate]" Visibility="{Binding UpdateAvailable, Converter={StaticResource boolToVisConverter}}" />
+ <Button Content="{x:Static Properties:Resources.Options_CheckForUpdates}" MaxWidth="130" Margin="0,0,5,0" cal:Message.Attach="[Event Click] = [Action PerformUpdateCheck]" />
+ <Button Content="{x:Static Properties:Resources.Options_DownloadUpdates}" Width="120" cal:Message.Attach="[Event Click] = [Action DownloadUpdate]" Visibility="{Binding UpdateAvailable, Converter={StaticResource boolToVisConverter}}" />
</StackPanel>
<StackPanel Margin="20,10,0,0" Orientation="Horizontal">
@@ -397,7 +397,7 @@
<StackPanel Name="About" Orientation="Vertical" Margin="10,5,0,0"
Visibility="{Binding SelectedTab, Converter={StaticResource tabConverter}, ConverterParameter={x:Static local:OptionsTab.About}}">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Options_About}" FontSize="20" FontFamily="Segoe UI Light" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_About}" FontSize="20" FontFamily="Segoe UI Light" />
<ContentControl x:Name="AboutViewModel" />
diff --git a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml
index b5bc6db28..f4ecdf3bb 100644
--- a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml
@@ -30,27 +30,27 @@
<!-- Size Panel-->
<StackPanel Name="SizePanel" Orientation="Vertical" VerticalAlignment="Top" Margin="5,0,0,0" Grid.Column="0" Grid.Row="0">
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Size}" FontWeight="Bold" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Size}" FontWeight="Bold" />
<!-- Row 1-->
<StackPanel Orientation="Horizontal" Margin="0,0,5,0">
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Source}" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Source}" />
<Label Content="{Binding SourceInfo}" Name="sourceResolution"/>
</StackPanel>
<!-- Row 2-->
<StackPanel Orientation="Horizontal" Margin="0,0,5,0">
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Width}" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Width}" />
<controls:NumberBox Number="{Binding Width, Mode=TwoWay}" UpdateBindingOnTextChange="True" IsEnabled="{Binding WidthControlEnabled}"
Modulus="{Binding SelectedModulus, Mode=OneWay}"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_Width}" Minimum="0" Width="60"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Width}" />
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Height}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Width}" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Height}" />
<controls:NumberBox Number="{Binding Height, Mode=TwoWay}" IsEnabled="{Binding HeightControlEnabled}" UpdateBindingOnTextChange="True"
Modulus="{Binding SelectedModulus, Mode=OneWay}"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_Height}" Minimum="0" Width="60"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Height}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.PictureSettingsView_KeepAR}" IsChecked="{Binding MaintainAspectRatio}"
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Height}" />
+ <CheckBox Content="{x:Static Properties:Resources.PictureSettingsView_KeepAR}" IsChecked="{Binding MaintainAspectRatio}"
Visibility="{Binding ShowKeepAR, Converter={StaticResource boolToVisHiddenConverter}}" ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_KeepAR}"
VerticalAlignment="Center" Margin="5,0,0,0" />
</StackPanel>
@@ -67,17 +67,17 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Anamorphic}" Grid.Row="0" Grid.Column="0" />
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Modulus}" Grid.Row="1" Grid.Column="0"
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Anamorphic}" Grid.Row="0" Grid.Column="0" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Modulus}" Grid.Row="1" Grid.Column="0"
Visibility="{Binding ShowModulus, Converter={StaticResource boolToVisConverter}}" />
<ComboBox Width="110" Grid.Row="0" ItemsSource="{Binding AnamorphicModes}" SelectedItem="{Binding SelectedAnamorphicMode}" Grid.Column="1" HorizontalAlignment="Left" Margin="0,0,0,5"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_Anamorphic}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Anamorphic}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Anamorphic}" />
<ComboBox Width="110" Grid.Row="1" ItemsSource="{Binding ModulusValues}" SelectedItem="{Binding SelectedModulus}"
Visibility="{Binding ShowModulus, Converter={StaticResource boolToVisConverter}}" ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_Modulus}"
Grid.Column="1" HorizontalAlignment="Left" Margin="0,0,0,5"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Modulus}"/>
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Modulus}"/>
</Grid>
<!-- Custom Anamoprhic -->
@@ -93,12 +93,12 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_DisplayWitdh}" Grid.Row="0" Grid.Column="0" />
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_PAR}" Grid.Row="1" Grid.Column="0" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_DisplayWitdh}" Grid.Row="0" Grid.Column="0" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_PAR}" Grid.Row="1" Grid.Column="0" />
<controls:NumberBox Width="60" Number="{Binding DisplayWidth, Mode=TwoWay}" Grid.Row="0" Grid.Column="1" HorizontalAlignment="Left" Margin="0,0,0,5"
AllowEmpty="False" IsEnabled="{Binding MaintainAspectRatio, Converter={StaticResource boolConverter}, ConverterParameter=true}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_DisplayWitdh}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_DisplayWitdh}" />
<StackPanel Orientation="Horizontal" Grid.Row="1" Grid.Column="1">
<controls:NumberBox Width="60" Number="{Binding ParWidth, Mode=TwoWay}" HorizontalAlignment="Left" AllowEmpty="False"
IsEnabled="{Binding MaintainAspectRatio, Converter={StaticResource boolConverter}, ConverterParameter=true}" Margin="0,0,0,5"
@@ -114,10 +114,10 @@
<!-- Crop Panel -->
<StackPanel Name="CropPanel" Margin="15,0,0,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Row="0" Grid.RowSpan="2" Grid.Column="1">
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Cropping}" FontWeight="Bold" />
- <RadioButton Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Automatic}" IsChecked="{Binding IsCustomCrop, Converter={StaticResource boolConverter}, ConverterParameter=true}" Margin="10,0,0,0"
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Cropping}" FontWeight="Bold" />
+ <RadioButton Content="{x:Static Properties:Resources.PictureSettingsView_Automatic}" IsChecked="{Binding IsCustomCrop, Converter={StaticResource boolConverter}, ConverterParameter=true}" Margin="10,0,0,0"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_AutoCrop}" />
- <RadioButton Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Custom}" IsChecked="{Binding IsCustomCrop}" Margin="10,5,0,0"
+ <RadioButton Content="{x:Static Properties:Resources.PictureSettingsView_Custom}" IsChecked="{Binding IsCustomCrop}" Margin="10,5,0,0"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_ManualCrop}" />
<Grid Margin="0,10,0,0">
@@ -137,30 +137,30 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Top}" Grid.Row="0" Grid.Column="2" VerticalAlignment="Center" />
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Bottom}" Grid.Row="4" Grid.Column="2" VerticalAlignment="Center" />
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Left}" Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" />
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Right}" Grid.Row="2" Grid.Column="4" HorizontalAlignment="Center" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Top}" Grid.Row="0" Grid.Column="2" VerticalAlignment="Center" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Bottom}" Grid.Row="4" Grid.Column="2" VerticalAlignment="Center" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Left}" Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Right}" Grid.Row="2" Grid.Column="4" HorizontalAlignment="Center" />
<controls:NumberBox Width="60" HorizontalAlignment="Left" Margin="0,0,0,5" IsEnabled="{Binding IsCustomCrop}" Grid.Row="1" Grid.Column="2"
Minimum="0" Modulus="2" Number="{Binding CropTop, Mode=TwoWay}" UpdateBindingOnTextChange="True" ShowIncrementButtons="True" AllowEmpty="False"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_CropTop}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Top}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Top}" />
<controls:NumberBox Width="60" HorizontalAlignment="Left" Margin="0,0,0,5" IsEnabled="{Binding IsCustomCrop}" Grid.Row="3" Grid.Column="2"
Minimum="0" Modulus="2" Number="{Binding CropBottom, Mode=TwoWay}" UpdateBindingOnTextChange="True" ShowIncrementButtons="True" AllowEmpty="False"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_CropBottom}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Bottom}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Bottom}" />
<controls:NumberBox Width="60" HorizontalAlignment="Left" Margin="0,0,0,5" IsEnabled="{Binding IsCustomCrop}" Grid.Row="2" Grid.Column="1"
Minimum="0" Modulus="2" Number="{Binding CropLeft, Mode=TwoWay}" UpdateBindingOnTextChange="True" ShowIncrementButtons="True" AllowEmpty="False"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_CropLeft}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Left}"/>
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Left}"/>
<controls:NumberBox Width="60" HorizontalAlignment="Left" Margin="0,0,0,5" IsEnabled="{Binding IsCustomCrop}" Grid.Row="2" Grid.Column="3"
Minimum="0" Modulus="2" Number="{Binding CropRight, Mode=TwoWay}" UpdateBindingOnTextChange="True" ShowIncrementButtons="True" AllowEmpty="False"
ToolTip="{x:Static Properties:ResourcesTooltips.PictureSettingsView_CropRight}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.PictureSettingsView_Right}"/>
+ AutomationProperties.Name="{x:Static Properties:Resources.PictureSettingsView_Right}"/>
</Grid>
@@ -168,7 +168,7 @@
<!-- Preview Panel -->
<StackPanel Name="PreviewPanel" Margin="5,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Row="1" Grid.Column="0">
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Output}" FontWeight="Bold" />
+ <Label Content="{x:Static Properties:Resources.PictureSettingsView_Output}" FontWeight="Bold" />
<Grid >
<Grid.RowDefinitions>
diff --git a/win/CS/HandBrakeWPF/Views/PopupWindowView.xaml b/win/CS/HandBrakeWPF/Views/PopupWindowView.xaml
index 9ca6236c8..830a283d4 100644
--- a/win/CS/HandBrakeWPF/Views/PopupWindowView.xaml
+++ b/win/CS/HandBrakeWPF/Views/PopupWindowView.xaml
@@ -49,14 +49,14 @@
<Button Grid.Column="1"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Cancel]"
- Content="{x:Static properties:ResourcesUI.Generic_Cancel}"
+ Content="{x:Static properties:Resources.Generic_Cancel}"
IsCancel="True"
Visibility="Collapsed"
Padding="8,2" />
<Button Grid.Column="2"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Save]"
- Content="{x:Static properties:ResourcesUI.Generic_Save}"
+ Content="{x:Static properties:Resources.Generic_Save}"
IsDefault="True"
Padding="8,2" />
</Grid>
diff --git a/win/CS/HandBrakeWPF/Views/Queue/Embedded.xaml b/win/CS/HandBrakeWPF/Views/Queue/Embedded.xaml
index c304f36db..80191a3a7 100644
--- a/win/CS/HandBrakeWPF/Views/Queue/Embedded.xaml
+++ b/win/CS/HandBrakeWPF/Views/Queue/Embedded.xaml
@@ -64,14 +64,14 @@
<ListBox.ContextMenu>
<ContextMenu cal:Action.TargetWithoutContext="{Binding Path=PlacementTarget.Tag, RelativeSource={RelativeSource Self}}">
- <MenuItem cal:Message.Attach="[Event Click] = [Action StartQueue]" Header="{x:Static Properties:ResourcesUI.QueueView_Start}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action PauseQueue]" Header="{x:Static Properties:ResourcesUI.QueueView_Pause}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action StartQueue]" Header="{x:Static Properties:Resources.QueueView_Start}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action PauseQueue]" Header="{x:Static Properties:Resources.QueueView_Pause}" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ClearCompleted]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearCompleted}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action Clear]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearAll}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action RemoveSelectedJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearSelected}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ClearCompleted]" Header="{x:Static Properties:Resources.QueueView_ClearCompleted}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action Clear]" Header="{x:Static Properties:Resources.QueueView_ClearAll}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action RemoveSelectedJobs]" Header="{x:Static Properties:Resources.QueueView_ClearSelected}" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:ResourcesUI.QueueView_Export}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:Resources.QueueView_Export}" />
</ContextMenu>
</ListBox.ContextMenu>
@@ -103,27 +103,27 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Source}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Source}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
<TextBlock Text="{Binding Task.Source}" TextWrapping="Wrap" Grid.Row="0" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Destination}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Destination}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
<TextBlock Text="{Binding Task.Destination}" TextWrapping="Wrap" Grid.Row="1" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_PictureSettings}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_PictureSettings}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
<TextBlock Text="{Binding Task, Converter={StaticResource pictureSettingsDescConverter}}" TextWrapping="Wrap" Grid.Row="2" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Video}" Grid.Row="3" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Video}" Grid.Row="3" Grid.Column="0" />
<TextBlock Text="{Binding Task, Converter={StaticResource videoOptionsTooltipConverter}}" Grid.Row="3" Grid.Column="1" TextWrapping="Wrap" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Audio}" Grid.Row="4" Grid.Column="0"/>
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Audio}" Grid.Row="4" Grid.Column="0"/>
<TextBlock Text="{Binding Task.AudioTracks, Converter={StaticResource audioTrackDisplayConverter}}"
Grid.Row="4" Grid.Column="1"/>
- <TextBlock FontWeight="Bold" VerticalAlignment="Top" Text="{x:Static Properties:ResourcesUI.QueueView_Subtitles}" Grid.Row="5" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" VerticalAlignment="Top" Text="{x:Static Properties:Resources.QueueView_Subtitles}" Grid.Row="5" Grid.Column="0" />
<TextBlock Text="{Binding Task.SubtitleTracks, Converter={StaticResource subtitleTrackDisplayConverter}}"
Grid.Row="5" Grid.Column="1" />
- <TextBlock FontWeight="Bold" VerticalAlignment="Top" Grid.Row="6" Grid.Column="0" Text="{x:Static Properties:ResourcesUI.QueueView_Advanced}" />
+ <TextBlock FontWeight="Bold" VerticalAlignment="Top" Grid.Row="6" Grid.Column="0" Text="{x:Static Properties:Resources.QueueView_Advanced}" />
<TextBlock Text="{Binding Task, Converter={StaticResource encoderOptionsTooltipConverter}}" Grid.Row="6" Grid.Column="1" TextWrapping="Wrap" />
</Grid>
@@ -187,12 +187,12 @@
<!-- TODO Support Drive Label Name -->
<StackPanel Orientation="Horizontal">
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Source}" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Source}" />
<TextBlock Text="{Binding Task.Source, Converter={StaticResource filePathToFilenameConverter}}" />
</StackPanel>
<StackPanel Orientation="Horizontal">
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Destination}" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Destination}" />
<TextBlock Text="{Binding Task.Destination, Converter={StaticResource filePathToFilenameConverter}}" />
</StackPanel>
</StackPanel>
diff --git a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
index 4d001ae9a..31a915fc1 100644
--- a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
+++ b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml
@@ -51,16 +51,16 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.MainView_ShowQueue}" FontSize="28" VerticalAlignment="Center" FontFamily="Segoe UI Light" Margin="10,0,0,0" />
+ <TextBlock Text="{x:Static Properties:Resources.MainView_ShowQueue}" FontSize="28" VerticalAlignment="Center" FontFamily="Segoe UI Light" Margin="10,0,0,0" />
<Menu HorizontalAlignment="Right" VerticalAlignment="Center" Background="Transparent" Grid.Column="2"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_WhenDone}">
+ AutomationProperties.Name="{x:Static Properties:Resources.QueueView_WhenDone}">
<MenuItem>
<MenuItem.Header>
<StackPanel Height="32" Orientation="Horizontal">
<TextBlock VerticalAlignment="Center"
FontWeight="Bold"
- Text="{x:Static Properties:ResourcesUI.QueueView_WhenDone}" />
+ Text="{x:Static Properties:Resources.QueueView_WhenDone}" />
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
Content="{Binding WhenDoneAction}" />
@@ -73,25 +73,25 @@
<MenuItem x:Name="doNothing"
cal:Message.Attach="[Event Click] = [Action WhenDone(doNothing.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_DoNothing}" />
+ Header="{x:Static Properties:Resources.QueueView_DoNothing}" />
<MenuItem x:Name="shutdown"
cal:Message.Attach="[Event Click] = [Action WhenDone(shutdown.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Shutdown}" />
+ Header="{x:Static Properties:Resources.QueueView_Shutdown}" />
<MenuItem x:Name="suspend"
cal:Message.Attach="[Event Click] = [Action WhenDone(suspend.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Suspend}" />
+ Header="{x:Static Properties:Resources.QueueView_Suspend}" />
<MenuItem x:Name="hibernate"
cal:Message.Attach="[Event Click] = [Action WhenDone(hibernate.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Hibernate}"/>
+ Header="{x:Static Properties:Resources.QueueView_Hibernate}"/>
<MenuItem x:Name="lock"
cal:Message.Attach="[Event Click] = [Action WhenDone(lock.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_LockSystem}" />
+ Header="{x:Static Properties:Resources.QueueView_LockSystem}" />
<MenuItem x:Name="logoff"
cal:Message.Attach="[Event Click] = [Action WhenDone(logoff.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Logoff}"/>
+ Header="{x:Static Properties:Resources.QueueView_Logoff}"/>
<MenuItem x:Name="quit"
cal:Message.Attach="[Event Click] = [Action WhenDone(quit.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_QuitHandBrake}"/>
+ Header="{x:Static Properties:Resources.QueueView_QuitHandBrake}"/>
</MenuItem>
</Menu>
</Grid>
@@ -129,21 +129,21 @@
<ListBox.ContextMenu>
<ContextMenu cal:Action.TargetWithoutContext="{Binding Path=PlacementTarget.Tag, RelativeSource={RelativeSource Self}}" Opened="ContextMenu_OnOpened">
- <MenuItem cal:Message.Attach="[Event Click] = [Action StartQueue]" Header="{x:Static Properties:ResourcesUI.QueueView_Start}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action PauseQueue]" Header="{x:Static Properties:ResourcesUI.QueueView_Pause}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action StartQueue]" Header="{x:Static Properties:Resources.QueueView_Start}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action PauseQueue]" Header="{x:Static Properties:Resources.QueueView_Pause}" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ResetFailed]" Header="{x:Static Properties:ResourcesUI.QueueView_ResetFailed}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ResetSelectedJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ResetSelectedJobs}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ResetAllJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ResetAllJobs}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ResetFailed]" Header="{x:Static Properties:Resources.QueueView_ResetFailed}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ResetSelectedJobs]" Header="{x:Static Properties:Resources.QueueView_ResetSelectedJobs}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ResetAllJobs]" Header="{x:Static Properties:Resources.QueueView_ResetAllJobs}" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ClearCompleted]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearCompleted}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action Clear]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearAll}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action RemoveSelectedJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearSelected}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ClearCompleted]" Header="{x:Static Properties:Resources.QueueView_ClearCompleted}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action Clear]" Header="{x:Static Properties:Resources.QueueView_ClearAll}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action RemoveSelectedJobs]" Header="{x:Static Properties:Resources.QueueView_ClearSelected}" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.QueueView_OpenSourceDir}" x:Name="openSourceDir" Click="OpenSourceDir_OnClick" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.QueueView_OpenDestDir}" x:Name="openDestDir" Click="OpenDestDir_OnClick" />
+ <MenuItem Header="{x:Static Properties:Resources.QueueView_OpenSourceDir}" x:Name="openSourceDir" Click="OpenSourceDir_OnClick" />
+ <MenuItem Header="{x:Static Properties:Resources.QueueView_OpenDestDir}" x:Name="openDestDir" Click="OpenDestDir_OnClick" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:ResourcesUI.QueueView_Export}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:Resources.QueueView_Export}" />
</ContextMenu>
</ListBox.ContextMenu>
@@ -231,9 +231,9 @@
</StackPanel>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Source}" Grid.Row="1" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Source}" Grid.Row="1" />
<TextBlock Text="{Binding Task.Source, Converter={StaticResource filePathToFilenameConverter}}" Margin="2,0,0,0" Grid.Row="1" Grid.Column="1"/>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Destination}" Grid.Row="2" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Destination}" Grid.Row="2" />
<TextBlock Text="{Binding Task.Destination, Converter={StaticResource filePathToFilenameConverter}}" Margin="2,0,0,0" TextTrimming="CharacterEllipsis" Grid.Row="2" Grid.Column="1" />
<ProgressBar Minimum="0" Height="4" Maximum="100" Name="pbStatus" Margin="0,2,5,0" Grid.Row="3" Grid.ColumnSpan="2"
@@ -246,7 +246,7 @@
</ListBox>
<TabControl x:Name="summaryTabControl" Grid.Column="1" Margin="5,0,10,10" >
- <TabItem Header="{x:Static Properties:ResourcesUI.QueueView_Summary}" >
+ <TabItem Header="{x:Static Properties:Resources.QueueView_Summary}" >
<ScrollViewer VerticalScrollBarVisibility="Auto" Margin="5,5,0,5">
<StackPanel Orientation="Vertical" Margin="5,5,0,5">
@@ -259,13 +259,13 @@
</Style>
</StackPanel.Resources>
- <Button AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_Retry}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_ResetJobStatus}">
+ <Button AutomationProperties.Name="{x:Static Properties:Resources.QueueView_Retry}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_ResetJobStatus}">
<Button.Content>
<StackPanel Orientation="Horizontal">
<Image Width="20" Height="20" VerticalAlignment="Center" Margin="0,0,5,0"
Source="../Images/Refresh.ico">
</Image>
- <TextBlock Text="{x:Static Properties:ResourcesUI.QueueView_Retry}" />
+ <TextBlock Text="{x:Static Properties:Resources.QueueView_Retry}" />
</StackPanel>
</Button.Content>
@@ -278,13 +278,13 @@
</i:Interaction.Triggers>
</Button>
- <Button Margin="10,0,0,0" AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_Edit}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_SendJobBack}">
+ <Button Margin="10,0,0,0" AutomationProperties.Name="{x:Static Properties:Resources.QueueView_Edit}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_SendJobBack}">
<Button.Content>
<StackPanel Orientation="Horizontal">
<Image Width="20" Margin="0,0,5,0" Height="20" VerticalAlignment="Center"
Source="../Images/options24.png">
</Image>
- <TextBlock Text="{x:Static Properties:ResourcesUI.QueueView_Edit}" />
+ <TextBlock Text="{x:Static Properties:Resources.QueueView_Edit}" />
</StackPanel>
</Button.Content>
<i:Interaction.Triggers>
@@ -296,13 +296,13 @@
</i:Interaction.Triggers>
</Button>
- <Button Margin="10,0,0,0" AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_Delete}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_DeleteJob}">
+ <Button Margin="10,0,0,0" AutomationProperties.Name="{x:Static Properties:Resources.QueueView_Delete}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_DeleteJob}">
<Button.Content>
<StackPanel Orientation="Horizontal">
<Image Width="20" Height="20" VerticalAlignment="Center" Margin="0,0,5,0"
Source="../Images/delete.png">
</Image>
- <TextBlock Text="{x:Static Properties:ResourcesUI.QueueView_Delete}" />
+ <TextBlock Text="{x:Static Properties:Resources.QueueView_Delete}" />
</StackPanel>
</Button.Content>
<i:Interaction.Triggers>
@@ -337,27 +337,27 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Source}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Source}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Task.Source}" TextWrapping="Wrap" Grid.Row="0" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Destination}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Destination}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Task.Destination}" TextWrapping="Wrap" Grid.Row="1" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_PictureSettings}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_PictureSettings}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Task, Converter={StaticResource pictureSettingsDescConverter}}" TextWrapping="Wrap" Grid.Row="2" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Video}" Grid.Row="3" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Video}" Grid.Row="3" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Task, Converter={StaticResource videoOptionsTooltipConverter}}" Grid.Row="3" Grid.Column="1" TextWrapping="Wrap" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Audio}" Grid.Row="4" Grid.Column="0"/>
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Audio}" Grid.Row="4" Grid.Column="0"/>
<TextBlock Text="{Binding SelectedTask.Task.AudioTracks, Converter={StaticResource audioTrackDisplayConverter}}"
Grid.Row="4" Grid.Column="1"/>
- <TextBlock FontWeight="Bold" VerticalAlignment="Top" Text="{x:Static Properties:ResourcesUI.QueueView_Subtitles}" Grid.Row="5" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" VerticalAlignment="Top" Text="{x:Static Properties:Resources.QueueView_Subtitles}" Grid.Row="5" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Task.SubtitleTracks, Converter={StaticResource subtitleTrackDisplayConverter}}"
Grid.Row="5" Grid.Column="1" />
- <TextBlock FontWeight="Bold" VerticalAlignment="Top" Grid.Row="6" Grid.Column="0" Text="{x:Static Properties:ResourcesUI.QueueView_Advanced}" />
+ <TextBlock FontWeight="Bold" VerticalAlignment="Top" Grid.Row="6" Grid.Column="0" Text="{x:Static Properties:Resources.QueueView_Advanced}" />
<TextBlock Text="{Binding SelectedTask.Task, Converter={StaticResource encoderOptionsTooltipConverter}}" Grid.Row="6" Grid.Column="1" TextWrapping="Wrap" />
</Grid>
@@ -365,10 +365,10 @@
</ScrollViewer>
</TabItem>
- <TabItem Header="{x:Static Properties:ResourcesUI.QueueView_Statistics}" >
+ <TabItem Header="{x:Static Properties:Resources.QueueView_Statistics}" >
<ScrollViewer VerticalScrollBarVisibility="Auto" Margin="10,0,0,5">
<StackPanel>
- <TextBlock Text="{x:Static Properties:ResourcesUI.QueueView_StatsNotAvailableYet}" Margin="0,10,0,0" Visibility="{Binding StatsVisible, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
+ <TextBlock Text="{x:Static Properties:Resources.QueueView_StatsNotAvailableYet}" Margin="0,10,0,0" Visibility="{Binding StatsVisible, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<Grid Style="{StaticResource LongToolTipHolder}" Margin="0,5,0,0" Visibility="{Binding StatsVisible, Converter={StaticResource boolToVisConverter}}">
<Grid.Resources>
@@ -392,19 +392,19 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_StartTime}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_StartTime}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Statistics.StartTime}" TextWrapping="Wrap" Grid.Row="0" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_EndTime}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_EndTime}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Statistics.EndTime}" TextWrapping="Wrap" Grid.Row="1" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_PausedDuration}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_PausedDuration}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Statistics.PausedDuration,StringFormat=hh\\:mm\\:ss}" TextWrapping="Wrap" Grid.Row="2" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Duration}" VerticalAlignment="Top" Grid.Row="3" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Duration}" VerticalAlignment="Top" Grid.Row="3" Grid.Column="0" />
<TextBlock Text="{Binding SelectedTask.Statistics.Duration,StringFormat=hh\\:mm\\:ss}" TextWrapping="Wrap" Grid.Row="3" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_FileSize}" VerticalAlignment="Top" Grid.Row="4" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_FileSize}" VerticalAlignment="Top" Grid.Row="4" Grid.Column="0" />
<StackPanel Orientation="Horizontal" Grid.Row="4" Grid.Column="1" >
<TextBlock Text="{Binding SelectedTask.Statistics.FinalFileSizeInMegaBytes}" TextWrapping="Wrap" />
<TextBlock Text=" MB" />
@@ -416,16 +416,16 @@
</ScrollViewer>
</TabItem>
- <TabItem Header="{x:Static Properties:ResourcesUI.MainView_ActivityLog}">
+ <TabItem Header="{x:Static Properties:Resources.MainView_ActivityLog}">
<TextBox ScrollViewer.VerticalScrollBarVisibility="Visible" Text="{Binding ActivityLog, Mode=OneWay}" TextWrapping="Wrap" x:Name="logText">
<TextBox.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.LogView_CopyClipboard}" cal:Message.Attach="[Event Click] = [Action CopyLog]" >
+ <MenuItem Header="{x:Static Properties:Resources.LogView_CopyClipboard}" cal:Message.Attach="[Event Click] = [Action CopyLog]" >
<MenuItem.Icon>
<Image Width="16" Source="../Images/copy.png" />
</MenuItem.Icon>
</MenuItem>
- <MenuItem Header="{x:Static Properties:ResourcesUI.LogView_OpenLogDir}" cal:Message.Attach="[Event Click] = [Action OpenLogDirectory]">
+ <MenuItem Header="{x:Static Properties:Resources.LogView_OpenLogDir}" cal:Message.Attach="[Event Click] = [Action OpenLogDirectory]">
<MenuItem.Icon>
<Image Width="16" Source="../Images/folder.png" />
</MenuItem.Icon>
diff --git a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml
index d6446e1db..88404166e 100644
--- a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml
+++ b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml
@@ -36,11 +36,11 @@
</Grid.RowDefinitions>
<!-- Header -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.QueueSelectionView_Title}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
+ <TextBlock Text="{x:Static Properties:Resources.QueueSelectionView_Title}" FontSize="26" FontFamily="Segoe UI Light" FontWeight="Bold" Margin="10,10,10,10" Grid.Row="0" />
<!-- Text -->
<StackPanel Orientation="Vertical" Grid.Row="1" Margin="10,0,10,0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.QueueSelectionView_ChooseTitles}" />
+ <TextBlock Text="{x:Static Properties:Resources.QueueSelectionView_ChooseTitles}" />
</StackPanel>
<!-- Selection -->
@@ -122,13 +122,13 @@
<Button Grid.Column="1"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Cancel]"
- Content="{x:Static Properties:ResourcesUI.Generic_Cancel}"
+ Content="{x:Static Properties:Resources.Generic_Cancel}"
IsCancel="True"
Padding="8,2" />
<Button Grid.Column="2"
Margin="0,5,10,10"
cal:Message.Attach="[Event Click] = [Action Add]"
- Content="{x:Static Properties:ResourcesUI.Generic_Add}"
+ Content="{x:Static Properties:Resources.Generic_Add}"
IsDefault="True"
Padding="8,2" />
</Grid>
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml
index 823d4b6d8..34f959cf8 100644
--- a/win/CS/HandBrakeWPF/Views/QueueView.xaml
+++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml
@@ -86,7 +86,7 @@
Source="Images/Play.png" />
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{x:Static Properties:ResourcesUI.QueueView_Start}" />
+ Content="{x:Static Properties:Resources.QueueView_Start}" />
</StackPanel>
</Button>
@@ -101,19 +101,19 @@
Source="Images/Pause.png" />
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
- Content="{x:Static Properties:ResourcesUI.QueueView_Pause}" />
+ Content="{x:Static Properties:Resources.QueueView_Pause}" />
</StackPanel>
</Button>
<StackPanel Orientation="Horizontal" DockPanel.Dock="Right" HorizontalAlignment="Right">
<Menu HorizontalAlignment="Right" VerticalAlignment="Center" Background="Transparent"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_WhenDone}">
+ AutomationProperties.Name="{x:Static Properties:Resources.QueueView_WhenDone}">
<MenuItem>
<MenuItem.Header>
<StackPanel Height="32" Orientation="Horizontal">
<TextBlock VerticalAlignment="Center"
FontWeight="Bold"
- Text="{x:Static Properties:ResourcesUI.QueueView_WhenDone}" />
+ Text="{x:Static Properties:Resources.QueueView_WhenDone}" />
<Label Margin="8,0,0,0"
VerticalAlignment="Center"
Content="{Binding WhenDoneAction}" />
@@ -126,25 +126,25 @@
<MenuItem x:Name="doNothing"
cal:Message.Attach="[Event Click] = [Action WhenDone(doNothing.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_DoNothing}" />
+ Header="{x:Static Properties:Resources.QueueView_DoNothing}" />
<MenuItem x:Name="shutdown"
cal:Message.Attach="[Event Click] = [Action WhenDone(shutdown.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Shutdown}" />
+ Header="{x:Static Properties:Resources.QueueView_Shutdown}" />
<MenuItem x:Name="suspend"
cal:Message.Attach="[Event Click] = [Action WhenDone(suspend.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Suspend}" />
+ Header="{x:Static Properties:Resources.QueueView_Suspend}" />
<MenuItem x:Name="hibernate"
cal:Message.Attach="[Event Click] = [Action WhenDone(hibernate.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Hibernate}"/>
+ Header="{x:Static Properties:Resources.QueueView_Hibernate}"/>
<MenuItem x:Name="lock"
cal:Message.Attach="[Event Click] = [Action WhenDone(lock.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_LockSystem}" />
+ Header="{x:Static Properties:Resources.QueueView_LockSystem}" />
<MenuItem x:Name="logoff"
cal:Message.Attach="[Event Click] = [Action WhenDone(logoff.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_Logoff}"/>
+ Header="{x:Static Properties:Resources.QueueView_Logoff}"/>
<MenuItem x:Name="quit"
cal:Message.Attach="[Event Click] = [Action WhenDone(quit.Header)]"
- Header="{x:Static Properties:ResourcesUI.QueueView_QuitHandBrake}"/>
+ Header="{x:Static Properties:Resources.QueueView_QuitHandBrake}"/>
</MenuItem>
</Menu>
</StackPanel>
@@ -179,21 +179,21 @@
<ListBox.ContextMenu>
<ContextMenu cal:Action.TargetWithoutContext="{Binding Path=PlacementTarget.Tag, RelativeSource={RelativeSource Self}}" Opened="ContextMenu_OnOpened">
- <MenuItem cal:Message.Attach="[Event Click] = [Action StartQueue]" Header="{x:Static Properties:ResourcesUI.QueueView_Start}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action PauseQueue]" Header="{x:Static Properties:ResourcesUI.QueueView_Pause}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action StartQueue]" Header="{x:Static Properties:Resources.QueueView_Start}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action PauseQueue]" Header="{x:Static Properties:Resources.QueueView_Pause}" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ResetFailed]" Header="{x:Static Properties:ResourcesUI.QueueView_ResetFailed}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ResetSelectedJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ResetSelectedJobs}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ResetAllJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ResetAllJobs}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ResetFailed]" Header="{x:Static Properties:Resources.QueueView_ResetFailed}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ResetSelectedJobs]" Header="{x:Static Properties:Resources.QueueView_ResetSelectedJobs}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ResetAllJobs]" Header="{x:Static Properties:Resources.QueueView_ResetAllJobs}" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action ClearCompleted]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearCompleted}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action Clear]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearAll}" />
- <MenuItem cal:Message.Attach="[Event Click] = [Action RemoveSelectedJobs]" Header="{x:Static Properties:ResourcesUI.QueueView_ClearSelected}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action ClearCompleted]" Header="{x:Static Properties:Resources.QueueView_ClearCompleted}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action Clear]" Header="{x:Static Properties:Resources.QueueView_ClearAll}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action RemoveSelectedJobs]" Header="{x:Static Properties:Resources.QueueView_ClearSelected}" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.QueueView_OpenSourceDir}" x:Name="openSourceDir" Click="OpenSourceDir_OnClick" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.QueueView_OpenDestDir}" x:Name="openDestDir" Click="OpenDestDir_OnClick" />
+ <MenuItem Header="{x:Static Properties:Resources.QueueView_OpenSourceDir}" x:Name="openSourceDir" Click="OpenSourceDir_OnClick" />
+ <MenuItem Header="{x:Static Properties:Resources.QueueView_OpenDestDir}" x:Name="openDestDir" Click="OpenDestDir_OnClick" />
<Separator />
- <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:ResourcesUI.QueueView_Export}" />
+ <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:Resources.QueueView_Export}" />
</ContextMenu>
</ListBox.ContextMenu>
@@ -225,27 +225,27 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Source}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Source}" VerticalAlignment="Top" Grid.Row="0" Grid.Column="0" />
<TextBlock Text="{Binding Task.Source}" TextWrapping="Wrap" Grid.Row="0" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Destination}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Destination}" VerticalAlignment="Top" Grid.Row="1" Grid.Column="0" />
<TextBlock Text="{Binding Task.Destination}" TextWrapping="Wrap" Grid.Row="1" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_PictureSettings}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_PictureSettings}" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" />
<TextBlock Text="{Binding Task, Converter={StaticResource pictureSettingsDescConverter}}" TextWrapping="Wrap" Grid.Row="2" Grid.Column="1" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Video}" Grid.Row="3" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Video}" Grid.Row="3" Grid.Column="0" />
<TextBlock Text="{Binding Task, Converter={StaticResource videoOptionsTooltipConverter}}" Grid.Row="3" Grid.Column="1" TextWrapping="Wrap" />
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Audio}" Grid.Row="4" Grid.Column="0"/>
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Audio}" Grid.Row="4" Grid.Column="0"/>
<TextBlock Text="{Binding Task.AudioTracks, Converter={StaticResource audioTrackDisplayConverter}}"
Grid.Row="4" Grid.Column="1"/>
- <TextBlock FontWeight="Bold" VerticalAlignment="Top" Text="{x:Static Properties:ResourcesUI.QueueView_Subtitles}" Grid.Row="5" Grid.Column="0" />
+ <TextBlock FontWeight="Bold" VerticalAlignment="Top" Text="{x:Static Properties:Resources.QueueView_Subtitles}" Grid.Row="5" Grid.Column="0" />
<TextBlock Text="{Binding Task.SubtitleTracks, Converter={StaticResource subtitleTrackDisplayConverter}}"
Grid.Row="5" Grid.Column="1" />
- <TextBlock FontWeight="Bold" VerticalAlignment="Top" Grid.Row="6" Grid.Column="0" Text="{x:Static Properties:ResourcesUI.QueueView_Advanced}" />
+ <TextBlock FontWeight="Bold" VerticalAlignment="Top" Grid.Row="6" Grid.Column="0" Text="{x:Static Properties:Resources.QueueView_Advanced}" />
<TextBlock Text="{Binding Task, Converter={StaticResource encoderOptionsTooltipConverter}}" Grid.Row="6" Grid.Column="1" TextWrapping="Wrap" />
</Grid>
@@ -332,9 +332,9 @@
</StackPanel>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Source}" Grid.Row="1" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Source}" Grid.Row="1" />
<TextBlock Text="{Binding Task.Source, Converter={StaticResource filePathToFilenameConverter}}" Margin="2,0,0,0" Grid.Row="1" Grid.Column="1"/>
- <TextBlock FontWeight="Bold" Text="{x:Static Properties:ResourcesUI.QueueView_Destination}" Grid.Row="2" />
+ <TextBlock FontWeight="Bold" Text="{x:Static Properties:Resources.QueueView_Destination}" Grid.Row="2" />
<TextBlock Text="{Binding Task.Destination, Converter={StaticResource filePathToFilenameConverter}}" Margin="2,0,0,0" TextTrimming="CharacterEllipsis" Grid.Row="2" Grid.Column="1" />
<ProgressBar Minimum="0" Height="4" Maximum="100" Name="pbStatus" Margin="0,2,5,0" Grid.Row="3" Grid.ColumnSpan="2"
@@ -358,7 +358,7 @@
</Grid.ColumnDefinitions>
<Button Visibility="{Binding Status, Converter={StaticResource queueStatusVisConverter}}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_Retry}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_ResetJobStatus}"
+ AutomationProperties.Name="{x:Static Properties:Resources.QueueView_Retry}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_ResetJobStatus}"
Grid.Row="0" Grid.Column="0" Margin="0,5,0,0">
<Button.Template>
<ControlTemplate>
@@ -378,7 +378,7 @@
</Button>
<Button Grid.Row="0" Grid.Column="1" Margin="10,5,0,0"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_Edit}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_SendJobBack}" >
+ AutomationProperties.Name="{x:Static Properties:Resources.QueueView_Edit}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_SendJobBack}" >
<Button.Template>
<ControlTemplate>
<Image Width="20"
@@ -398,7 +398,7 @@
</Button>
<Button Grid.Row="0" Grid.Column="2" Margin="10,5,0,0"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.QueueView_Delete}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_DeleteJob}">
+ AutomationProperties.Name="{x:Static Properties:Resources.QueueView_Delete}" ToolTip="{x:Static Properties:ResourcesTooltips.QueueView_DeleteJob}">
<Button.Template>
<ControlTemplate>
<Image Width="20"
diff --git a/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml b/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml
index d17798a4b..48323b259 100644
--- a/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml
+++ b/win/CS/HandBrakeWPF/Views/StaticPreviewView.xaml
@@ -31,7 +31,7 @@
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
- <Slider Maximum="{Binding TotalPreviews}" Minimum="0" AutomationProperties.Name="{x:Static Properties:ResourcesUI.StaticPreviewView_SelectPreviewImage}"
+ <Slider Maximum="{Binding TotalPreviews}" Minimum="0" AutomationProperties.Name="{x:Static Properties:Resources.StaticPreviewView_SelectPreviewImage}"
Value="{Binding SelectedPreviewImage}"
VerticalAlignment="Center"
HorizontalAlignment="Stretch"
@@ -40,13 +40,13 @@
/>
<StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Left">
- <Button Content="{x:Static Properties:ResourcesUI.StaticPreviewView_LivePreview}" Padding="8,2" cal:Message.Attach="[Event Click] = [Action Play]" />
- <TextBlock Margin="10,0,5,0" VerticalAlignment="Center" Foreground="White" Text="{x:Static Properties:ResourcesUI.StaticPreviewView_Duration}" />
+ <Button Content="{x:Static Properties:Resources.StaticPreviewView_LivePreview}" Padding="8,2" cal:Message.Attach="[Event Click] = [Action Play]" />
+ <TextBlock Margin="10,0,5,0" VerticalAlignment="Center" Foreground="White" Text="{x:Static Properties:Resources.StaticPreviewView_Duration}" />
<ComboBox Width="60"
ItemsSource="{Binding AvailableDurations}"
SelectedItem="{Binding Duration}" />
- <CheckBox VerticalAlignment="Center" Content="{x:Static Properties:ResourcesUI.StaticPreviewView_UseSystemDefault}" Foreground="White" Margin="10,0,0,0" IsChecked="{Binding UseSystemDefaultPlayer}" />
+ <CheckBox VerticalAlignment="Center" Content="{x:Static Properties:Resources.StaticPreviewView_UseSystemDefault}" Foreground="White" Margin="10,0,0,0" IsChecked="{Binding UseSystemDefaultPlayer}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" Margin="0,5,0,0">
diff --git a/win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml b/win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml
index 87ce1e7cd..10d85149c 100644
--- a/win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml
@@ -57,11 +57,11 @@
</Grid.ColumnDefinitions>
<!-- Subtitles -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.SubtitlesView_TrackSelectionBehaviour}" Grid.Column="2" Grid.Row="0" Margin="0,0,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.SubtitlesView_TrackSelectionBehaviour}" Grid.Column="2" Grid.Row="0" Margin="0,0,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
<ComboBox Name="autoSubtitleMode" Grid.Column="3" Grid.Row="0" HorizontalAlignment="Left"
ItemsSource="{Binding SubtitleBehaviourModeList, Converter={StaticResource subtitleBehaviourConverter}}"
SelectedItem="{Binding SubtitleBehaviours.SelectedBehaviour, Converter={StaticResource subtitleBehaviourConverter}}" Width="210" Margin="0,0,5,0" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.SubtitlesView_BurnInBehaviour}" Grid.Column="2" Grid.Row="1" Margin="0,5,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.SubtitlesView_BurnInBehaviour}" Grid.Column="2" Grid.Row="1" Margin="0,5,5,0" HorizontalAlignment="Left" VerticalAlignment="Center" />
<ComboBox Name="burninBehaviour" Grid.Column="3" Grid.Row="1" HorizontalAlignment="Left"
ItemsSource="{Binding SubtitleBurnInBehaviourModeList, Converter={StaticResource subtitleBurnInBehaviourConverter}}"
SelectedItem="{Binding SubtitleBehaviours.SelectedBurnInBehaviour, Converter={StaticResource subtitleBurnInBehaviourConverter}}" Width="210" Margin="0,5,5,0">
@@ -69,13 +69,13 @@
<TextBlock Style="{StaticResource LongToolTip}" Text="{x:Static Properties:Resources.Subtitles_BurnInBehaviourModes}" />
</ComboBox.ToolTip>
</ComboBox>
- <CheckBox Content="{x:Static Properties:ResourcesUI.SubtitlesView_AddCC}" Grid.Column="3" Grid.Row="2" Margin="0,5,0,0"
+ <CheckBox Content="{x:Static Properties:Resources.SubtitlesView_AddCC}" Grid.Column="3" Grid.Row="2" Margin="0,5,0,0"
HorizontalAlignment="Left" IsChecked="{Binding SubtitleBehaviours.AddClosedCaptions}"/>
- <CheckBox Content="{x:Static Properties:ResourcesUI.SubtitlesView_AddForeignAudioSearch}" Grid.Column="3" Grid.Row="3" Margin="0,5,0,0"
+ <CheckBox Content="{x:Static Properties:Resources.SubtitlesView_AddForeignAudioSearch}" Grid.Column="3" Grid.Row="3" Margin="0,5,0,0"
HorizontalAlignment="Left" IsChecked="{Binding SubtitleBehaviours.AddForeignAudioScanTrack}"/>
</Grid>
- <TextBlock Text="{x:Static Properties:ResourcesUI.Shared_ChooseLanguages}" Margin="5,15,0,0"/>
+ <TextBlock Text="{x:Static Properties:Resources.Shared_ChooseLanguages}" Margin="5,15,0,0"/>
<Grid Margin="20,5,0,0">
<Grid.ColumnDefinitions>
@@ -91,7 +91,7 @@
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Column="0">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Shared_AvailableLanguages}" Margin="0,0,0,5"/>
+ <TextBlock Text="{x:Static Properties:Resources.Shared_AvailableLanguages}" Margin="0,0,0,5"/>
<ListBox Name="availableLanguages" ItemsSource="{Binding AvailableLanguages}"
helpers:ListBoxHelper.SelectedItems="{Binding SelectedAvailableToMove}"
SelectionMode="Extended" Width="140" Height="120" />
@@ -99,14 +99,14 @@
<DockPanel Grid.Column="1" Margin="10,0,10,0">
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
- <Button Content="{x:Static Properties:ResourcesUI.Generic_MoveRight}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveRight]" MaxWidth="90" />
- <Button Content="{x:Static Properties:ResourcesUI.Generic_MoveLeft}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveLeft]" MaxWidth="90" />
- <Button Content="{x:Static Properties:ResourcesUI.Generic_Clear}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageClearAll]" Width="80"/>
+ <Button Content="{x:Static Properties:Resources.Generic_MoveRight}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveRight]" MaxWidth="90" />
+ <Button Content="{x:Static Properties:Resources.Generic_MoveLeft}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageMoveLeft]" MaxWidth="90" />
+ <Button Content="{x:Static Properties:Resources.Generic_Clear}" VerticalAlignment="Center" Margin="0,0,0,5" cal:Message.Attach="[Event Click] = [Action LanguageClearAll]" Width="80"/>
</StackPanel>
</DockPanel>
<StackPanel Orientation="Vertical" Grid.Column="2">
- <TextBlock Text="{x:Static Properties:ResourcesUI.Shared_ChosenLangages}" Margin="0,0,0,5"/>
+ <TextBlock Text="{x:Static Properties:Resources.Shared_ChosenLangages}" Margin="0,0,0,5"/>
<ListBox Name="selectedLangauges" ItemsSource="{Binding SubtitleBehaviours.SelectedLangauges}"
helpers:ListBoxHelper.SelectedItems="{Binding SelectedLangaugesToMove}"
SelectionMode="Extended" Width="140" Height="120"
diff --git a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
index 3898682a5..332efb1c7 100644
--- a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
+++ b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml
@@ -64,7 +64,7 @@
<StackPanel Orientation="Horizontal">
<TextBlock Margin="0,0,5,0" Padding="0"
VerticalAlignment="Center"
- Text="{x:Static Properties:ResourcesUI.Shared_AddTrack}" />
+ Text="{x:Static Properties:Resources.Shared_AddTrack}" />
<Path Height="5" Margin="2,2,0,0" VerticalAlignment="Center" HorizontalAlignment="Center"
Data="M 0 0 L 4 4 L 8 0 Z"
@@ -74,7 +74,7 @@
<Button.ContextMenu>
<ContextMenu x:Name="MainContextMenu" PlacementRectangle="{Binding RelativeSource={RelativeSource Self}}">
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
<MenuItem Header="Add All Remaining Tracks" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
<MenuItem Header="Add All Remaining Closed Captions" cal:Message.Attach="[Event Click] = [Action AddAllClosedCaptions]" />
<MenuItem Header="Add All Remaining Selected Languages" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
@@ -84,12 +84,12 @@
<Button MinWidth="75" Grid.Column="1"
cal:Message.Attach="[Event Click] = [Action Import]"
- Content="{x:Static Properties:ResourcesUI.SubtitlesView_ImportSRT}"
+ Content="{x:Static Properties:Resources.SubtitlesView_ImportSRT}"
Margin="0,0,10,0"/>
<Button MinWidth="65" Grid.Column="2"
Margin="0,0,10,0"
cal:Message.Attach="[Event Click] = [Action Clear]"
- Content="{x:Static Properties:ResourcesUI.Generic_Clear}" />
+ Content="{x:Static Properties:Resources.Generic_Clear}" />
<Button MinWidth="65" Grid.Column="4"
Margin="0,0,10,0"
@@ -98,7 +98,7 @@
<Button MinWidth="65" Grid.Column="5"
cal:Message.Attach="[Event Click] = [Action ReloadDefaults]"
- Content="{x:Static Properties:ResourcesUI.Shared_ReloadDefaults}" />
+ Content="{x:Static Properties:Resources.Shared_ReloadDefaults}" />
</Grid>
@@ -120,14 +120,14 @@
<ListBox.ContextMenu>
<ContextMenu>
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddAllRemaining}" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.SubtitleView_AddAllCC}" cal:Message.Attach="[Event Click] = [Action AddAllClosedCaptions]" />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_AddAllForSelected}" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddNewTrack}" cal:Message.Attach="[Event Click] = [Action Add]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddAllRemaining}" cal:Message.Attach="[Event Click] = [Action AddAllRemaining]" />
+ <MenuItem Header="{x:Static Properties:Resources.SubtitleView_AddAllCC}" cal:Message.Attach="[Event Click] = [Action AddAllClosedCaptions]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_AddAllForSelected}" cal:Message.Attach="[Event Click] = [Action AddAllRemainingForSelectedLanguages]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Generic_Clear}" cal:Message.Attach="[Event Click] = [Action Clear]" />
+ <MenuItem Header="{x:Static Properties:Resources.Generic_Clear}" cal:Message.Attach="[Event Click] = [Action Clear]" />
<Separator />
- <MenuItem Header="{x:Static Properties:ResourcesUI.Shared_ConfigureDefaultBehaviours}" cal:Message.Attach="[Event Click] = [Action ShowSubtitleDefaultsPanel]" />
+ <MenuItem Header="{x:Static Properties:Resources.Shared_ConfigureDefaultBehaviours}" cal:Message.Attach="[Event Click] = [Action ShowSubtitleDefaultsPanel]" />
</ContextMenu>
</ListBox.ContextMenu>
diff --git a/win/CS/HandBrakeWPF/Views/SummaryView.xaml b/win/CS/HandBrakeWPF/Views/SummaryView.xaml
index 022c82d1a..43c407654 100644
--- a/win/CS/HandBrakeWPF/Views/SummaryView.xaml
+++ b/win/CS/HandBrakeWPF/Views/SummaryView.xaml
@@ -55,24 +55,24 @@
</Grid.Resources>
- <TextBlock Text="{x:Static Properties:ResourcesUI.MainView_Format}" FontWeight="Bold" Grid.Row="0" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.MainView_Format}" FontWeight="Bold" Grid.Row="0" VerticalAlignment="Center" />
<ComboBox Name="Container" Width="100" HorizontalAlignment="Left" Grid.Row="0" Grid.Column="1"
ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Mux}" VerticalAlignment="Center"
ItemsSource="{Binding OutputFormats, Converter={StaticResource enumComboConverter}}"
SelectedItem="{Binding SelectedOutputFormat, Converter={StaticResource enumComboConverter}}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.MainView_Format}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.MainView_Format}" />
<CheckBox Name="WebOptimized" VerticalAlignment="Center" Grid.Row="1" Grid.Column="1"
- Content="{x:Static Properties:ResourcesUI.MainView_WebOptimized}"
+ Content="{x:Static Properties:Resources.MainView_WebOptimized}"
IsChecked="{Binding Path=OptimizeMP4}"
ToolTip="{x:Static Properties:ResourcesTooltips.MainView_Optimise}"
Visibility="{Binding IsMkv, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<CheckBox Name="AlignAVStart" VerticalAlignment="Center" Grid.Row="2" Grid.Column="1"
- Content="{x:Static Properties:ResourcesUI.MainView_AlignAVStart}"
+ Content="{x:Static Properties:Resources.MainView_AlignAVStart}"
ToolTip="{x:Static Properties:ResourcesTooltips.MainView_AlignAVStart}"
IsChecked="{Binding Path=AlignAVStart}"
Visibility="{Binding IsMkv, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
<CheckBox Name="iPod5G" VerticalAlignment="Center" Grid.Row="3" Grid.Column="1"
- Content="{x:Static Properties:ResourcesUI.MainView_iPod5G}"
+ Content="{x:Static Properties:Resources.MainView_iPod5G}"
ToolTip="{x:Static Properties:ResourcesTooltips.MainView_IpodAtom}"
IsChecked="{Binding Path=IPod5GSupport}"
Visibility="{Binding IsMkv, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" />
diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml
index c5e256fbc..92ab11d65 100644
--- a/win/CS/HandBrakeWPF/Views/VideoView.xaml
+++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml
@@ -37,12 +37,12 @@
<StackPanel Orientation="Vertical" Grid.Column="0" >
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_Video}" FontWeight="Bold" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_Video}" FontWeight="Bold" Margin="0,0,0,10"/>
<StackPanel Orientation="Horizontal" Margin="0,0,0,10" >
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_Codec}" Width="100" />
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_Codec}" Width="100" />
- <ComboBox Width="120" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Encoders}" AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_Codec}" >
+ <ComboBox Width="120" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Encoders}" AutomationProperties.Name="{x:Static Properties:Resources.VideoView_Codec}" >
<ComboBox.SelectedItem>
<MultiBinding Converter="{StaticResource videoEncoderConverter}">
<Binding Path="SelectedVideoEncoder" />
@@ -60,17 +60,17 @@
</StackPanel>
<StackPanel Orientation="Horizontal">
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_Framerate}" VerticalAlignment="Top" Margin="0,5,0,0" Width="100"/>
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_Framerate}" VerticalAlignment="Top" Margin="0,5,0,0" Width="100"/>
<StackPanel Orientation="Vertical">
<ComboBox Width="120" ItemsSource="{Binding Framerates}" SelectedItem="{Binding SelectedFramerate}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Framerate}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_Framerate}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.VideoView_Framerate}" />
<StackPanel Orientation="Vertical" >
- <RadioButton Content="{x:Static Properties:ResourcesUI.VideoView_ConstantFramerate}" IsChecked="{Binding IsConstantFramerate}" Margin="0,5,0,0"
+ <RadioButton Content="{x:Static Properties:Resources.VideoView_ConstantFramerate}" IsChecked="{Binding IsConstantFramerate}" Margin="0,5,0,0"
ToolTip="{x:Static Properties:ResourcesTooltips.Video_ConstantFramerate}" />
- <RadioButton Content="{x:Static Properties:ResourcesUI.VideoView_VariableFramerate}" IsChecked="{Binding IsVariableFramerate}" Margin="0,5,0,0"
+ <RadioButton Content="{x:Static Properties:Resources.VideoView_VariableFramerate}" IsChecked="{Binding IsVariableFramerate}" Margin="0,5,0,0"
Visibility="{Binding ShowPeakFramerate, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_VariableFramerate}" />
- <RadioButton Content="{x:Static Properties:ResourcesUI.VideoView_PeakFramerate}" IsChecked="{Binding IsPeakFramerate}" Margin="0,5,0,0"
+ <RadioButton Content="{x:Static Properties:Resources.VideoView_PeakFramerate}" IsChecked="{Binding IsPeakFramerate}" Margin="0,5,0,0"
Visibility="{Binding ShowPeakFramerate, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_PeakFramerate}" />
</StackPanel>
</StackPanel>
@@ -81,7 +81,7 @@
<TextBlock Text="Quality" FontWeight="Bold" Margin="0,0,0,10"/>
<StackPanel Orientation="Horizontal" Margin="0,0,0,10" >
- <RadioButton Content="{x:Static Properties:ResourcesUI.VideoView_ConstantQuality}" IsChecked="{Binding IsConstantQuantity}" Margin="0,0,10,0"
+ <RadioButton Content="{x:Static Properties:Resources.VideoView_ConstantQuality}" IsChecked="{Binding IsConstantQuantity}" Margin="0,0,10,0"
ToolTip="{x:Static Properties:ResourcesTooltips.Video_Quality}" />
<TextBlock Text="{Binding DisplayRF}" MinWidth="30" />
<TextBlock Text="{Binding Rfqp}" FontWeight="Bold" Margin="5,0,0,0" />
@@ -105,16 +105,16 @@
</Grid>
<StackPanel Orientation="Horizontal" Margin="0,0,0,6">
- <RadioButton Content="{x:Static Properties:ResourcesUI.VideoView_AverageBitrate}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_AvgBitrate}"
+ <RadioButton Content="{x:Static Properties:Resources.VideoView_AverageBitrate}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_AvgBitrate}"
IsChecked="{Binding IsConstantQuantity, Converter={StaticResource boolConverter}, ConverterParameter=true}" Margin="0,0,10,0"/>
<TextBox Width="75" Text="{Binding VideoBitrate, UpdateSourceTrigger=PropertyChanged}" IsEnabled="{Binding IsConstantQuantity, Converter={StaticResource boolConverter}, ConverterParameter=true}"
- ToolTip="{x:Static Properties:ResourcesTooltips.Video_AvgBitrate}" AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_AverageBitrate}" />
+ ToolTip="{x:Static Properties:ResourcesTooltips.Video_AvgBitrate}" AutomationProperties.Name="{x:Static Properties:Resources.VideoView_AverageBitrate}" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="30,0,0,0" Visibility="{Binding DisplayNonQSVControls, Converter={StaticResource boolToVisConverter}}">
- <CheckBox Content="{x:Static Properties:ResourcesUI.VideoView_2Pass}" IsEnabled="{Binding IsConstantQuantity, Converter={StaticResource boolConverter}, ConverterParameter=true}"
+ <CheckBox Content="{x:Static Properties:Resources.VideoView_2Pass}" IsEnabled="{Binding IsConstantQuantity, Converter={StaticResource boolConverter}, ConverterParameter=true}"
IsChecked="{Binding TwoPass}" Margin="0,0,10,0" ToolTip="{x:Static Properties:ResourcesTooltips.Video_TwoPass}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.VideoView_TurboFirstPass}" IsEnabled="{Binding IsConstantQuantity, Converter={StaticResource boolConverter}, ConverterParameter=true}"
+ <CheckBox Content="{x:Static Properties:Resources.VideoView_TurboFirstPass}" IsEnabled="{Binding IsConstantQuantity, Converter={StaticResource boolConverter}, ConverterParameter=true}"
IsChecked="{Binding TurboFirstPass}" Visibility="{Binding DisplayTurboFirstPass, Converter={StaticResource boolToVisConverter}}"
ToolTip="{x:Static Properties:ResourcesTooltips.Video_TurboFirstPass}" />
</StackPanel>
@@ -129,9 +129,9 @@
<RowDefinition Height="*" />
</Grid.RowDefinitions>
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_OptimiseVideo}" Margin="0,0,0,0" Grid.Row="0" Grid.ColumnSpan="2" FontWeight="Bold" VerticalAlignment="Center" />
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_OptimiseVideo}" Margin="0,0,0,0" Grid.Row="0" Grid.ColumnSpan="2" FontWeight="Bold" VerticalAlignment="Center" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.VideoView_UseAdvancedTab}" Grid.Row="1" IsChecked="{Binding UseAdvancedTab}" Margin="0,5,0,0"
+ <CheckBox Content="{x:Static Properties:Resources.VideoView_UseAdvancedTab}" Grid.Row="1" IsChecked="{Binding UseAdvancedTab}" Margin="0,5,0,0"
Visibility="{Binding IsAdvancedTabOptionEnabled, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}"
ToolTip="{x:Static Properties:ResourcesTooltips.Video_AdvancedOptions}" />
@@ -153,7 +153,7 @@
</Grid.ColumnDefinitions>
<!-- Row 1 -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_EncoderPreset}" Grid.Row="1" Grid.Column="0" VerticalAlignment="Center" Visibility="{Binding DisplayOptimiseOptions, Converter={StaticResource boolToVisConverter}}" />
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_EncoderPreset}" Grid.Row="1" Grid.Column="0" VerticalAlignment="Center" Visibility="{Binding DisplayOptimiseOptions, Converter={StaticResource boolToVisConverter}}" />
<StackPanel Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" Orientation="Horizontal" Visibility="{Binding DisplayOptimiseOptions, Converter={StaticResource boolToVisConverter}}">
<Slider Minimum="0" Maximum="{Binding VideoPresetMaxValue}" Width="150" Value="{Binding VideoPresetValue, Mode=Default, UpdateSourceTrigger=PropertyChanged}"
IsSnapToTickEnabled="True" TickFrequency="1" TickPlacement="BottomRight" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Presets}"
@@ -161,33 +161,33 @@
<TextBlock Text="{Binding VideoPreset.DisplayName}" Margin="5,0,0,0" />
</StackPanel>
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_EncodeTune}" Grid.Row="2" Grid.Column="0" VerticalAlignment="Center" Margin="0,5,0,0"
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_EncodeTune}" Grid.Row="2" Grid.Column="0" VerticalAlignment="Center" Margin="0,5,0,0"
Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}"/>
- <ComboBox Width="100" Grid.Row="2" Grid.Column="1" Margin="5,5,5,0" Height="22" AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_EncodeTune}"
+ <ComboBox Width="100" Grid.Row="2" Grid.Column="1" Margin="5,5,5,0" Height="22" AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncodeTune}"
ItemsSource="{Binding VideoTunes}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoTune}"
ToolTip="{x:Static Properties:ResourcesTooltips.Video_EncoderTune}" Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}"
Style="{StaticResource LongToolTipHolder}" />
- <CheckBox IsChecked="{Binding FastDecode}" Content="{x:Static Properties:ResourcesUI.VideoView_FastDecode}" Grid.Row="2" Grid.Column="2" Margin="10,5,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"
+ <CheckBox IsChecked="{Binding FastDecode}" Content="{x:Static Properties:Resources.VideoView_FastDecode}" Grid.Row="2" Grid.Column="2" Margin="10,5,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"
ToolTip="{x:Static Properties:ResourcesTooltips.Video_FastDecode}" Visibility="{Binding DisplayTuneControls, Converter={StaticResource boolToVisConverter}}"/>
<!-- Row 2-->
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_EncoderProfile}" Grid.Row="3" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" Visibility="{Binding DisplayProfileControl, Converter={StaticResource boolToVisConverter}}"/>
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_EncoderProfile}" Grid.Row="3" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" Visibility="{Binding DisplayProfileControl, Converter={StaticResource boolToVisConverter}}"/>
<ComboBox Width="100" Grid.Row="3" Grid.Column="1" Margin="5,5,5,0" Height="22" VerticalAlignment="Center" Visibility="{Binding DisplayProfileControl, Converter={StaticResource boolToVisConverter}}"
ItemsSource="{Binding VideoProfiles}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoProfile}"
Style="{StaticResource LongToolTipHolder}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Profile}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_EncoderProfile}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncoderProfile}" />
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_EncoderLevel}" Grid.Row="3" Grid.Column="2" Margin="10,5,0,0" VerticalAlignment="Center" Visibility="{Binding DisplayLevelControl, Converter={StaticResource boolToVisConverter}}" />
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_EncoderLevel}" Grid.Row="3" Grid.Column="2" Margin="10,5,0,0" VerticalAlignment="Center" Visibility="{Binding DisplayLevelControl, Converter={StaticResource boolToVisConverter}}" />
<ComboBox Width="100" Grid.Row="3" Grid.Column="3" Margin="5,5,5,0" Height="22" VerticalAlignment="Center" Visibility="{Binding DisplayLevelControl, Converter={StaticResource boolToVisConverter}}"
ItemsSource="{Binding VideoLevels}" DisplayMemberPath="DisplayName" SelectedItem="{Binding VideoLevel}"
Style="{StaticResource LongToolTipHolder}" ToolTip="{x:Static Properties:ResourcesTooltips.Video_Level}"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_EncoderLevel}" />
+ AutomationProperties.Name="{x:Static Properties:Resources.VideoView_EncoderLevel}" />
<!-- Row 3 -->
- <TextBlock Text="{x:Static Properties:ResourcesUI.VideoView_ExtraOptions}" Grid.Row="4" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" HorizontalAlignment="Left" />
+ <TextBlock Text="{x:Static Properties:Resources.VideoView_ExtraOptions}" Grid.Row="4" Grid.Column="0" Margin="0,5,0,0" VerticalAlignment="Center" HorizontalAlignment="Left" />
<TextBox Text="{Binding ExtraArguments, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" TextWrapping="WrapWithOverflow"
- AutomationProperties.Name="{x:Static Properties:ResourcesUI.VideoView_ExtraOptions}"
+ AutomationProperties.Name="{x:Static Properties:Resources.VideoView_ExtraOptions}"
MaxLines="4" Grid.Row="4" Grid.Column="1" Grid.ColumnSpan="4" Margin="5,5,5,2" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" VerticalContentAlignment="Stretch"
ToolTip="{Binding FullOptionsTooltip}" Style="{StaticResource LongToolTipHolder}" >
<TextBox.ContextMenu>