From c06630cad4d274c4e1110df02f2909d40704e2bd Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 9 Jun 2015 18:14:04 +0000 Subject: WinGui: Adding missing resources files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7285 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Properties/ResourcesTooltips.Designer.cs | 90 ++ .../Properties/ResourcesUI.Designer.cs | 1656 ++++++++++++++++++++ 2 files changed, 1746 insertions(+) create mode 100644 win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs create mode 100644 win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs (limited to 'win') diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs new file mode 100644 index 000000000..156c2cc3e --- /dev/null +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs @@ -0,0 +1,90 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34209 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace HandBrakeWPF.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class ResourcesTooltips { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal ResourcesTooltips() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [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.ResourcesTooltips", typeof(ResourcesTooltips).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Delete the job from the queue.. + /// + public static string QueueView_DeleteJob { + get { + return ResourceManager.GetString("QueueView_DeleteJob", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reset job status to Waiting.. + /// + public static string QueueView_ResetJobStatus { + get { + return ResourceManager.GetString("QueueView_ResetJobStatus", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Send the job back to the main window for editing.. + /// + public static string QueueView_SendJobBack { + get { + return ResourceManager.GetString("QueueView_SendJobBack", resourceCulture); + } + } + } +} diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs new file mode 100644 index 000000000..efd1cf59f --- /dev/null +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -0,0 +1,1656 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34209 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace HandBrakeWPF.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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", "4.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() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [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; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to License: . + /// + public static string AboutView_License { + get { + return ResourceManager.GetString("AboutView_License", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Version: . + /// + public static string AboutView_Version { + get { + return ResourceManager.GetString("AboutView_Version", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add Preset. + /// + public static string AddPresetView_AddPreset { + get { + return ResourceManager.GetString("AddPresetView_AddPreset", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Description:. + /// + public static string AddPresetView_Description { + get { + return ResourceManager.GetString("AddPresetView_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Name:. + /// + public static string AddPresetView_Name { + get { + return ResourceManager.GetString("AddPresetView_Name", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save Picture Size:. + /// + public static string AddPresetView_SavePictureSize { + get { + return ResourceManager.GetString("AddPresetView_SavePictureSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save Video Filter Settings. + /// + public static string AddPresetView_SaveVideoFilters { + get { + return ResourceManager.GetString("AddPresetView_SaveVideoFilters", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Allow passthru of:. + /// + public static string AudioView_AllowPassThruOf { + get { + return ResourceManager.GetString("AudioView_AllowPassThruOf", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 'Auto Passthru' Behaviour:. + /// + public static string AudioView_AutoPassthruBehaviour { + get { + return ResourceManager.GetString("AudioView_AutoPassthruBehaviour", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bitrate. + /// + public static string AudioView_Bitrate { + get { + return ResourceManager.GetString("AudioView_Bitrate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Codec. + /// + public static string AudioView_Codec { + get { + return ResourceManager.GetString("AudioView_Codec", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to DRC. + /// + public static string AudioView_DRC { + get { + return ResourceManager.GetString("AudioView_DRC", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gain. + /// + public static string AudioView_Gain { + get { + return ResourceManager.GetString("AudioView_Gain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hide. + /// + public static string AudioView_Hide { + get { + return ResourceManager.GetString("AudioView_Hide", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Mixdown. + /// + public static string AudioView_Mixdown { + get { + return ResourceManager.GetString("AudioView_Mixdown", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Otherwise use fallback encoder:. + /// + public static string AudioView_OtherwiseFallbackEncoder { + get { + return ResourceManager.GetString("AudioView_OtherwiseFallbackEncoder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reload Defaults. + /// + public static string AudioView_ReloadDefaults { + get { + return ResourceManager.GetString("AudioView_ReloadDefaults", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Samplerate. + /// + public static string AudioView_Samplerate { + get { + return ResourceManager.GetString("AudioView_Samplerate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show. + /// + public static string AudioView_Show { + get { + return ResourceManager.GetString("AudioView_Show", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Track Name:. + /// + public static string AudioView_TrackName { + get { + return ResourceManager.GetString("AudioView_TrackName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Track Selection Behaviour:. + /// + public static string AudioView_TrackSelectionBehaviour { + get { + return ResourceManager.GetString("AudioView_TrackSelectionBehaviour", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Track Setting Default Behaviour:. + /// + public static string AudioView_TrackSettingDefaultBehaviour { + get { + return ResourceManager.GetString("AudioView_TrackSettingDefaultBehaviour", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to When 'Auto Passthru' is selected as the audio codec.. + /// + public static string AudioView_WhenAutoPassthru { + get { + return ResourceManager.GetString("AudioView_WhenAutoPassthru", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Chapter Markers. + /// + public static string ChaptersView_ChapterMarkers { + get { + return ResourceManager.GetString("ChaptersView_ChapterMarkers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Chapter Name. + /// + public static string ChaptersView_ChapterName { + get { + return ResourceManager.GetString("ChaptersView_ChapterName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Chapter Number. + /// + public static string ChaptersView_ChapterNumber { + get { + return ResourceManager.GetString("ChaptersView_ChapterNumber", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Create chapter markers. + /// + public static string ChaptersView_CreateChapterMarkers { + get { + return ResourceManager.GetString("ChaptersView_CreateChapterMarkers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duration. + /// + public static string ChaptersView_Duration { + get { + return ResourceManager.GetString("ChaptersView_Duration", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export. + /// + public static string ChaptersView_Export { + get { + return ResourceManager.GetString("ChaptersView_Export", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import. + /// + public static string ChaptersView_Import { + get { + return ResourceManager.GetString("ChaptersView_Import", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export Names. + /// + public static string ChapterView_ExportNames { + get { + return ResourceManager.GetString("ChapterView_ExportNames", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import Names. + /// + public static string ChapterView_ImportNames { + get { + return ResourceManager.GetString("ChapterView_ImportNames", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reset Chapter Names. + /// + public static string ChapterView_ResetChapterNames { + get { + return ResourceManager.GetString("ChapterView_ResetChapterNames", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cancel Action. + /// + public static string CountdownAlterView_CancelAction { + get { + return ResourceManager.GetString("CountdownAlterView_CancelAction", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proceed. + /// + public static string CountdownAlterView_Proceed { + get { + return ResourceManager.GetString("CountdownAlterView_Proceed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to When Done Action. + /// + public static string CountdownAlterView_WhenDoneAction { + get { + return ResourceManager.GetString("CountdownAlterView_WhenDoneAction", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Error Details:. + /// + public static string ErrorView_ErrorDetails { + get { + return ResourceManager.GetString("ErrorView_ErrorDetails", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Custom:. + /// + public static string FiltersView_Custom { + get { + return ResourceManager.GetString("FiltersView_Custom", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Deblock. + /// + public static string FiltersView_Deblock { + get { + return ResourceManager.GetString("FiltersView_Deblock", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Decomb. + /// + public static string FiltersView_Decomb { + get { + return ResourceManager.GetString("FiltersView_Decomb", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Deinterlace. + /// + public static string FiltersView_Deinterlace { + get { + return ResourceManager.GetString("FiltersView_Deinterlace", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Denoise:. + /// + public static string FiltersView_Denoise { + get { + return ResourceManager.GetString("FiltersView_Denoise", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Detelecine:. + /// + public static string FiltersView_Detelecine { + get { + return ResourceManager.GetString("FiltersView_Detelecine", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Filters. + /// + public static string FiltersView_Filters { + get { + return ResourceManager.GetString("FiltersView_Filters", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Grayscale. + /// + public static string FiltersView_Grayscale { + get { + return ResourceManager.GetString("FiltersView_Grayscale", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Preset:. + /// + public static string FiltersView_Preset { + get { + return ResourceManager.GetString("FiltersView_Preset", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tune:. + /// + public static string FiltersView_Tune { + get { + return ResourceManager.GetString("FiltersView_Tune", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add. + /// + public static string Generic_Add { + get { + return ResourceManager.GetString("Generic_Add", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cancel. + /// + public static string Generic_Cancel { + get { + return ResourceManager.GetString("Generic_Cancel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear. + /// + public static string Generic_Clear { + get { + return ResourceManager.GetString("Generic_Clear", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Close. + /// + public static string Generic_Close { + get { + return ResourceManager.GetString("Generic_Close", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy to Clipboard. + /// + public static string Generic_CopyToClipboard { + get { + return ResourceManager.GetString("Generic_CopyToClipboard", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export. + /// + public static string Generic_Export { + get { + return ResourceManager.GetString("Generic_Export", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import. + /// + public static string Generic_Import { + get { + return ResourceManager.GetString("Generic_Import", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move Left. + /// + public static string Generic_MoveLeft { + get { + return ResourceManager.GetString("Generic_MoveLeft", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move Right. + /// + public static string Generic_MoveRight { + get { + return ResourceManager.GetString("Generic_MoveRight", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy to clipboard. + /// + public static string LogView_CopyClipboard { + get { + return ResourceManager.GetString("LogView_CopyClipboard", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encode Log. + /// + public static string LogView_EncodeLog { + get { + return ResourceManager.GetString("LogView_EncodeLog", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open Log Directory. + /// + public static string LogView_OpenLogDir { + get { + return ResourceManager.GetString("LogView_OpenLogDir", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ScanLog. + /// + public static string LogView_ScanLog { + get { + return ResourceManager.GetString("LogView_ScanLog", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Activity Log. + /// + public static string MainView_ActivityLog { + get { + return ResourceManager.GetString("MainView_ActivityLog", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add to Queue. + /// + public static string MainView_AddToQueue { + get { + return ResourceManager.GetString("MainView_AddToQueue", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced. + /// + public static string MainView_AdvancedTab { + get { + return ResourceManager.GetString("MainView_AdvancedTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Angle. + /// + public static string MainView_Angle { + get { + return ResourceManager.GetString("MainView_Angle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Audio. + /// + public static string MainView_AudioTab { + get { + return ResourceManager.GetString("MainView_AudioTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Browse. + /// + public static string MainView_Browser { + get { + return ResourceManager.GetString("MainView_Browser", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Chapters. + /// + public static string MainView_ChaptersTab { + get { + return ResourceManager.GetString("MainView_ChaptersTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Container. + /// + public static string MainView_Container { + get { + return ResourceManager.GetString("MainView_Container", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Destination. + /// + public static string MainView_Destination { + get { + return ResourceManager.GetString("MainView_Destination", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duration. + /// + public static string MainView_Duration { + get { + return ResourceManager.GetString("MainView_Duration", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to File. + /// + public static string MainView_File { + get { + return ResourceManager.GetString("MainView_File", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Filters. + /// + public static string MainView_FiltersTab { + get { + return ResourceManager.GetString("MainView_FiltersTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Help. + /// + public static string MainView_Help { + get { + return ResourceManager.GetString("MainView_Help", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to iPod 5G Support. + /// + public static string MainView_iPod5G { + get { + return ResourceManager.GetString("MainView_iPod5G", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Options. + /// + public static string MainView_Options { + get { + return ResourceManager.GetString("MainView_Options", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Output Settings. + /// + public static string MainView_OutputSettings { + get { + return ResourceManager.GetString("MainView_OutputSettings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pause. + /// + public static string MainView_Pause { + get { + return ResourceManager.GetString("MainView_Pause", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Picture. + /// + public static string MainView_PictureTab { + get { + return ResourceManager.GetString("MainView_PictureTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Presets. + /// + public static string MainView_Presets { + get { + return ResourceManager.GetString("MainView_Presets", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Preview. + /// + public static string MainView_Preview { + get { + return ResourceManager.GetString("MainView_Preview", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove. + /// + public static string MainView_Remove { + get { + return ResourceManager.GetString("MainView_Remove", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reset Built-in Presets. + /// + public static string MainView_ResetBuiltInPresets { + get { + return ResourceManager.GetString("MainView_ResetBuiltInPresets", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set Default. + /// + public static string MainView_SetDefault { + get { + return ResourceManager.GetString("MainView_SetDefault", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show Queue. + /// + public static string MainView_ShowQueue { + get { + return ResourceManager.GetString("MainView_ShowQueue", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Source. + /// + public static string MainView_Source { + get { + return ResourceManager.GetString("MainView_Source", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Start Encode. + /// + public static string MainView_StartEncode { + get { + return ResourceManager.GetString("MainView_StartEncode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Start Queue. + /// + public static string MainView_StartQueue { + get { + return ResourceManager.GetString("MainView_StartQueue", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Stop. + /// + public static string MainView_Stop { + get { + return ResourceManager.GetString("MainView_Stop", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Subtitles. + /// + public static string MainView_SubtitlesTab { + get { + return ResourceManager.GetString("MainView_SubtitlesTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to through. + /// + public static string MainView_through { + get { + return ResourceManager.GetString("MainView_through", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Title. + /// + public static string MainView_Title { + get { + return ResourceManager.GetString("MainView_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tools. + /// + public static string MainView_Tools { + get { + return ResourceManager.GetString("MainView_Tools", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Update Selected Preset. + /// + public static string MainView_UpdateSelectedPreset { + get { + return ResourceManager.GetString("MainView_UpdateSelectedPreset", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Video. + /// + public static string MainView_VideoTab { + get { + return ResourceManager.GetString("MainView_VideoTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Web Optimized. + /// + public static string MainView_WebOptimized { + get { + return ResourceManager.GetString("MainView_WebOptimized", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Anamorphic:. + /// + public static string PictureSettingsView_Anamorphic { + get { + return ResourceManager.GetString("PictureSettingsView_Anamorphic", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatic. + /// + public static string PictureSettingsView_Automatic { + get { + return ResourceManager.GetString("PictureSettingsView_Automatic", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bottom. + /// + public static string PictureSettingsView_Bottom { + get { + return ResourceManager.GetString("PictureSettingsView_Bottom", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cropping. + /// + public static string PictureSettingsView_Cropping { + get { + return ResourceManager.GetString("PictureSettingsView_Cropping", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Custom. + /// + public static string PictureSettingsView_Custom { + get { + return ResourceManager.GetString("PictureSettingsView_Custom", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Width:. + /// + public static string PictureSettingsView_DisplayWitdh { + get { + return ResourceManager.GetString("PictureSettingsView_DisplayWitdh", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Height:. + /// + public static string PictureSettingsView_Height { + get { + return ResourceManager.GetString("PictureSettingsView_Height", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Keep Aspect Ratio. + /// + public static string PictureSettingsView_KeepAR { + get { + return ResourceManager.GetString("PictureSettingsView_KeepAR", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Left. + /// + public static string PictureSettingsView_Left { + get { + return ResourceManager.GetString("PictureSettingsView_Left", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Modulus:. + /// + public static string PictureSettingsView_Modulus { + get { + return ResourceManager.GetString("PictureSettingsView_Modulus", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Output. + /// + public static string PictureSettingsView_Output { + get { + return ResourceManager.GetString("PictureSettingsView_Output", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PAR Height:. + /// + public static string PictureSettingsView_ParH { + get { + return ResourceManager.GetString("PictureSettingsView_ParH", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PAR Width:. + /// + public static string PictureSettingsView_ParW { + get { + return ResourceManager.GetString("PictureSettingsView_ParW", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Right. + /// + public static string PictureSettingsView_Right { + get { + return ResourceManager.GetString("PictureSettingsView_Right", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Size. + /// + public static string PictureSettingsView_Size { + get { + return ResourceManager.GetString("PictureSettingsView_Size", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Source:. + /// + public static string PictureSettingsView_Source { + get { + return ResourceManager.GetString("PictureSettingsView_Source", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Top. + /// + public static string PictureSettingsView_Top { + get { + return ResourceManager.GetString("PictureSettingsView_Top", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Width:. + /// + public static string PictureSettingsView_Width { + get { + return ResourceManager.GetString("PictureSettingsView_Width", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose titles:. + /// + public static string QueueSelectionView_ChooseTitles { + get { + return ResourceManager.GetString("QueueSelectionView_ChooseTitles", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add to Queue. + /// + public static string QueueSelectionView_Title { + get { + return ResourceManager.GetString("QueueSelectionView_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced:. + /// + public static string QueueView_Advanced { + get { + return ResourceManager.GetString("QueueView_Advanced", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Audio:. + /// + public static string QueueView_Audio { + get { + return ResourceManager.GetString("QueueView_Audio", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear All. + /// + public static string QueueView_ClearAll { + get { + return ResourceManager.GetString("QueueView_ClearAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear Completed. + /// + public static string QueueView_ClearCompleted { + get { + return ResourceManager.GetString("QueueView_ClearCompleted", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear Queue. + /// + public static string QueueView_ClearQueue { + get { + return ResourceManager.GetString("QueueView_ClearQueue", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear Selected. + /// + public static string QueueView_ClearSelected { + get { + return ResourceManager.GetString("QueueView_ClearSelected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Destination: . + /// + public static string QueueView_Destination { + get { + return ResourceManager.GetString("QueueView_Destination", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do nothing. + /// + public static string QueueView_DoNothing { + get { + return ResourceManager.GetString("QueueView_DoNothing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export Queue. + /// + public static string QueueView_Export { + get { + return ResourceManager.GetString("QueueView_Export", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hibernate. + /// + public static string QueueView_Hibernate { + get { + return ResourceManager.GetString("QueueView_Hibernate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import Queue. + /// + public static string QueueView_Import { + get { + return ResourceManager.GetString("QueueView_Import", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Lock System. + /// + public static string QueueView_LockSystem { + get { + return ResourceManager.GetString("QueueView_LockSystem", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log off. + /// + public static string QueueView_Logoff { + get { + return ResourceManager.GetString("QueueView_Logoff", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Options. + /// + public static string QueueView_Options { + get { + return ResourceManager.GetString("QueueView_Options", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pause. + /// + public static string QueueView_Pause { + get { + return ResourceManager.GetString("QueueView_Pause", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Picture Settings:. + /// + public static string QueueView_PictureSettings { + get { + return ResourceManager.GetString("QueueView_PictureSettings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quit HandBrake. + /// + public static string QueueView_QuitHandBrake { + get { + return ResourceManager.GetString("QueueView_QuitHandBrake", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Shutdown. + /// + public static string QueueView_Shutdown { + get { + return ResourceManager.GetString("QueueView_Shutdown", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Source: . + /// + public static string QueueView_Source { + get { + return ResourceManager.GetString("QueueView_Source", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Start. + /// + public static string QueueView_Start { + get { + return ResourceManager.GetString("QueueView_Start", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Subtitles:. + /// + public static string QueueView_Subtitles { + get { + return ResourceManager.GetString("QueueView_Subtitles", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Suspend. + /// + public static string QueueView_Suspend { + get { + return ResourceManager.GetString("QueueView_Suspend", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Video:. + /// + public static string QueueView_Video { + get { + return ResourceManager.GetString("QueueView_Video", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to When Done::. + /// + public static string QueueView_WhenDone { + get { + return ResourceManager.GetString("QueueView_WhenDone", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add All Remaining Selected Languages. + /// + public static string Shared_AddAllForSelected { + get { + return ResourceManager.GetString("Shared_AddAllForSelected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add All Remaining Tracks. + /// + public static string Shared_AddAllRemaining { + get { + return ResourceManager.GetString("Shared_AddAllRemaining", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add New Track. + /// + public static string Shared_AddNewTrack { + get { + return ResourceManager.GetString("Shared_AddNewTrack", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add Track. + /// + public static string Shared_AddTrack { + get { + return ResourceManager.GetString("Shared_AddTrack", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Available Languages:. + /// + public static string Shared_AvailableLanguages { + get { + return ResourceManager.GetString("Shared_AvailableLanguages", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose Languages:. + /// + public static string Shared_ChooseLanguages { + get { + return ResourceManager.GetString("Shared_ChooseLanguages", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Chosen Languages:. + /// + public static string Shared_ChosenLangages { + get { + return ResourceManager.GetString("Shared_ChosenLangages", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Configure Default Behaviours. + /// + public static string Shared_ConfigureDefaultBehaviours { + get { + return ResourceManager.GetString("Shared_ConfigureDefaultBehaviours", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reload Defaults. + /// + public static string Shared_ReloadDefaults { + get { + return ResourceManager.GetString("Shared_ReloadDefaults", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duration:. + /// + public static string StaticPreviewView_Duration { + get { + return ResourceManager.GetString("StaticPreviewView_Duration", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Live Preview. + /// + public static string StaticPreviewView_LivePreview { + get { + return ResourceManager.GetString("StaticPreviewView_LivePreview", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use system default player. + /// + public static string StaticPreviewView_UseSystemDefault { + get { + return ResourceManager.GetString("StaticPreviewView_UseSystemDefault", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add Closed Captions when available. + /// + public static string SubtitlesView_AddCC { + get { + return ResourceManager.GetString("SubtitlesView_AddCC", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add 'Foreign Audio Scan'. + /// + public static string SubtitlesView_AddForeignAudioSearch { + get { + return ResourceManager.GetString("SubtitlesView_AddForeignAudioSearch", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Burn-In Behaviour:. + /// + public static string SubtitlesView_BurnInBehaviour { + get { + return ResourceManager.GetString("SubtitlesView_BurnInBehaviour", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import SRT. + /// + public static string SubtitlesView_ImportSRT { + get { + return ResourceManager.GetString("SubtitlesView_ImportSRT", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Track Selection Behaviour:. + /// + public static string SubtitlesView_TrackSelectionBehaviour { + get { + return ResourceManager.GetString("SubtitlesView_TrackSelectionBehaviour", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add All Remaining Closed Captions. + /// + public static string SubtitleView_AddAllCC { + get { + return ResourceManager.GetString("SubtitleView_AddAllCC", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 2-Pass Encoding. + /// + public static string VideoView_2Pass { + get { + return ResourceManager.GetString("VideoView_2Pass", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Avg Bitrate (kbps):. + /// + public static string VideoView_AverageBitrate { + get { + return ResourceManager.GetString("VideoView_AverageBitrate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Video Codec:. + /// + public static string VideoView_Codec { + get { + return ResourceManager.GetString("VideoView_Codec", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Constant Framerate. + /// + public static string VideoView_ConstantFramerate { + get { + return ResourceManager.GetString("VideoView_ConstantFramerate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Constant Quality:. + /// + public static string VideoView_ConstantQuality { + get { + return ResourceManager.GetString("VideoView_ConstantQuality", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encoder Level. + /// + public static string VideoView_EncoderLevel { + get { + return ResourceManager.GetString("VideoView_EncoderLevel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encoder Preset:. + /// + public static string VideoView_EncoderPreset { + get { + return ResourceManager.GetString("VideoView_EncoderPreset", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encoder Profile:. + /// + public static string VideoView_EncoderProfile { + get { + return ResourceManager.GetString("VideoView_EncoderProfile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encoder Tune:. + /// + public static string VideoView_EncodeTune { + get { + return ResourceManager.GetString("VideoView_EncodeTune", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Extra Options:. + /// + public static string VideoView_ExtraOptions { + get { + return ResourceManager.GetString("VideoView_ExtraOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Fast Decode. + /// + public static string VideoView_FastDecode { + get { + return ResourceManager.GetString("VideoView_FastDecode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Framerate (FPS):. + /// + public static string VideoView_Framerate { + get { + return ResourceManager.GetString("VideoView_Framerate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Optimise Video:. + /// + public static string VideoView_OptimiseVideo { + get { + return ResourceManager.GetString("VideoView_OptimiseVideo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Peak Framerate. + /// + public static string VideoView_PeakFramerate { + get { + return ResourceManager.GetString("VideoView_PeakFramerate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quality. + /// + public static string VideoView_Quality { + get { + return ResourceManager.GetString("VideoView_Quality", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Same as source. + /// + public static string VideoView_SameAsSource { + get { + return ResourceManager.GetString("VideoView_SameAsSource", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Turbo first pass. + /// + public static string VideoView_TurboFirstPass { + get { + return ResourceManager.GetString("VideoView_TurboFirstPass", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use Advanced Tab instead. + /// + public static string VideoView_UseAdvancedTab { + get { + return ResourceManager.GetString("VideoView_UseAdvancedTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Variable Framerate. + /// + public static string VideoView_VariableFramerate { + get { + return ResourceManager.GetString("VideoView_VariableFramerate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Video. + /// + public static string VideoView_Video { + get { + return ResourceManager.GetString("VideoView_Video", resourceCulture); + } + } + } +} -- cgit v1.2.3