//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ 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 Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 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.Resources", typeof(Resources).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 Copyright (C) 2003-2017 The HandBrake Team /// ///This program is free software; you can redistribute it and/or ///modify it under the terms of the GNU General Public License ///as published by the Free Software Foundation; either version 2 ///of the License, or (at your option) any later version. /// ///This program is distributed in the hope that it will be useful, ///but WITHOUT ANY WARRANTY; without even the implied warranty of ///MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ///GNU General Public License f [rest of string was truncated]";. /// public static string About_GPL { get { return ResourceManager.GetString("About_GPL", resourceCulture); } } /// /// 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. /// ///Custom: You can optionally set a Maximum width and Height. When doing this an encode will be less than or equal to these values. Keep Aspect Ratio will be automatically turned on. /// ///Source Maximum: Always encode at the sources [rest of string was truncated]";. /// public static string AddPreset_PictureSizeMode { get { return ResourceManager.GetString("AddPreset_PictureSizeMode", resourceCulture); } } /// /// Looks up a localized string similar to The Custom Width or Height fields must be filled in for the 'Custom' option.. /// public static string AddPresetViewModel_CustomWidthHeightFieldsRequired { get { return ResourceManager.GetString("AddPresetViewModel_CustomWidthHeightFieldsRequired", resourceCulture); } } /// /// Looks up a localized string similar to A Preset must have a Name. Please fill out the Preset Name field.. /// public static string AddPresetViewModel_PresetMustProvideName { get { return ResourceManager.GetString("AddPresetViewModel_PresetMustProvideName", resourceCulture); } } /// /// Looks up a localized string similar to A Preset with this name already exists. Would you like to overwrite it?. /// public static string AddPresetViewModel_PresetWithSameNameOverwriteWarning { get { return ResourceManager.GetString("AddPresetViewModel_PresetWithSameNameOverwriteWarning", resourceCulture); } } /// /// Looks up a localized string similar to Unable to add preset. /// public static string AddPresetViewModel_UnableToAddPreset { get { return ResourceManager.GetString("AddPresetViewModel_UnableToAddPreset", resourceCulture); } } /// /// Looks up a localized string similar to You must first scan a source to use the 'Source Maximum' Option.. /// public static string AddPresetViewModel_YouMustFirstScanSource { get { return ResourceManager.GetString("AddPresetViewModel_YouMustFirstScanSource", resourceCulture); } } /// /// Looks up a localized string similar to x264 has a variety of algorithms to decide when to use B-frames and how many to use. /// ///Fast mode takes roughly the same amount of time no matter how many B-frames you specify. However, while fast, its decisions are often suboptimal. /// ///Optimal mode gets slower as the maximum number of B-Frames increases, but makes much more accurate decisions, especially when used with B-pyramid.. /// public static string Advanced_AdaptiveBFramesToolTip { get { return ResourceManager.GetString("Advanced_AdaptiveBFramesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to H.264 allows for two different prediction modes, spatial and temporal, in B-frames. /// ///Spatial, the default, is almost always better, but temporal is sometimes useful too. /// ///x264 can, at the cost of a small amount of speed (and accordingly for a small compression gain), adaptively select which is better for each particular frame.. /// public static string Advanced_AdaptiveDirectModeToolTip { get { return ResourceManager.GetString("Advanced_AdaptiveDirectModeToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Adaptive quantization controls how the encoder distributes bits across the frame. ///Higher values take more bits away from edges and complex areas to improve areas with finer detail.. /// public static string Advanced_AdaptiveQuantizationStrengthToolTip { get { return ResourceManager.GetString("Advanced_AdaptiveQuantizationStrengthToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Mode decision picks from a variety of options to make its decision: this option chooses what options those are. ///Fewer partitions to check means faster encoding, at the cost of worse decisions, since the best option might have been one that was turned off.. /// public static string Advanced_AnalysisToolTip { get { return ResourceManager.GetString("Advanced_AnalysisToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Sane values are ~2-5. ///This specifies the maximum number of sequential B-frames that the encoder can use. /// Large numbers generally won't help significantly unless Adaptive B-frames is set to Optimal. ///Cel-animated source material and B-pyramid also significantly increase the usefulness of larger values. ///Baseline profile, as required for iPods and similar devices, requires B-frames to be set to 0 (off).. /// public static string Advanced_BFramesToolTip { get { return ResourceManager.GetString("Advanced_BFramesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to After the encoder has done its work, it has a bunch of data that needs to be compressed losslessly, similar to ZIP or RAR. H.264 provides two options for this: CAVLC and CABAC. CABAC decodes a lot slower but compresses significantly better (10-30%), especially at lower bitrates. If you're looking to minimize CPU requirements for video playback, disable this option. Baseline profile, as required for iPods and similar devices, requires CABAC to be disabled.. /// public static string Advanced_CabacToolTip { get { return ResourceManager.GetString("Advanced_CabacToolTip", resourceCulture); } } /// /// Looks up a localized string similar to H.264 has a built-in deblocking filter that smooths out blocking artifacts after decoding each frame. This not only improves visual quality, but also helps compression significantly. ///The deblocking filter takes a lot of CPU power, so if you're looking to minimize CPU requirements for video playback, disable it. /// ///The deblocking filter has two adjustable parameters, "strength" and "threshold". ///The former controls how strong (or weak) the deblocker is, while the latter controls how many (or few) edges [rest of string was truncated]";. /// public static string Advanced_DeblockingToolTip { get { return ResourceManager.GetString("Advanced_DeblockingToolTip", resourceCulture); } } /// /// Looks up a localized string similar to The 8x8 transform is the single most useful feature of x264 in terms of compression-per-speed. ///It improves compression by at least 5% at a very small speed cost and may provide an unusually high visual quality benefit compared to its compression gain. ///However, it requires High Profile, which many devices may not support.. /// public static string Advanced_EightByEightDctToolTip { get { return ResourceManager.GetString("Advanced_EightByEightDctToolTip", resourceCulture); } } /// /// Looks up a localized string similar to The options passed to the x264 encoder. ///The above controls are only a subset of useful x264 parameters. ///This box allows you to add or modify additional or current parameters as desired. . /// public static string Advanced_EncoderOptions { get { return ResourceManager.GetString("Advanced_EncoderOptions", resourceCulture); } } /// /// Looks up a localized string similar to Controls the motion estimation method. Motion estimation is how the encoder estimates how each block of pixels in a frame has moved. ///A better motion search method improves compression at the cost of speed. /// ///Diamond: performs an extremely fast and simple search using a diamond pattern. /// ///Hexagon: performs a somewhat more effective but slightly slower search using a hexagon pattern. /// ///Uneven Multi-Hex: performs a very wide search using a variety of patterns, more accurately capturing complex motion. /// /// [rest of string was truncated]";. /// public static string Advanced_MotionEstimationMethodToolTip { get { return ResourceManager.GetString("Advanced_MotionEstimationMethodToolTip", resourceCulture); } } /// /// Looks up a localized string similar to This is the distance x264 searches from its best guess at the motion of a block in order to try to find its actual motion. /// ///The default is fine for most content, but extremely high motion video, especially at HD resolutions, may benefit from higher ranges, albeit at a high speed cost.. /// public static string Advanced_MotionEstimationRangeToolTip { get { return ResourceManager.GetString("Advanced_MotionEstimationRangeToolTip", resourceCulture); } } /// /// Looks up a localized string similar to x264 normally zeroes out nearly-empty data blocks to save bits to be better used for some other purpose in the video. ///However, this can sometimes have slight negative effects on retention of subtle grain and dither. ///Don't touch this unless you're having banding issues or other such cases where you are having trouble keeping fine noise.. /// public static string Advanced_NoDctDecimateToolTip { get { return ResourceManager.GetString("Advanced_NoDctDecimateToolTip", resourceCulture); } } /// /// Looks up a localized string similar to There is no options pane available for this encoder. /// ///Please use the 'Extra Options' box on the 'Video' tab to input any additional encoder parameters you may need.. /// public static string Advanced_NoOptionsPaneAvailable { get { return ResourceManager.GetString("Advanced_NoOptionsPaneAvailable", resourceCulture); } } /// /// Looks up a localized string similar to The x264 Preset / Tune / Profile and Level options are currently in use on the Video Tab. /// ///To enable this tab, check the "Use Advanced Tab instead" option on the Video Tab. /// ///If you do not use this tab, it can be hidden from: Tools Menu > Options > Advanced.. /// public static string Advanced_NotInUse { get { return ResourceManager.GetString("Advanced_NotInUse", resourceCulture); } } /// /// Looks up a localized string similar to Psychovisual Rate Distortion means x264 tries to retain detail, for better quality to the human eye, ///as opposed to trying to maximize quality the way a computer understands it, through signal-to-noise ratios that have trouble telling apart fine detail and noise.. /// public static string Advanced_PsychovisualRateDistortionToolTip { get { return ResourceManager.GetString("Advanced_PsychovisualRateDistortionToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Psychovisual Trellis tries to retain more sharpness and detail, but can cause artifacting. ///It is considered experimental, which is why it's off by default. Good values are 0.1 to 0.2.. /// public static string Advanced_PsychovisualTrellisToolTip { get { return ResourceManager.GetString("Advanced_PsychovisualTrellisToolTip", resourceCulture); } } /// /// Looks up a localized string similar to B-pyramid improves compression by creating a pyramidal structure (hence the name) of B-frames, allowing B-frames to ///reference each other to improve compression. /// ///Requires Max B-frames greater than 1; optimal adaptive B-frames is strongly recommended for full compression benefit.. /// public static string Advanced_PyramidalBFramesToolTip { get { return ResourceManager.GetString("Advanced_PyramidalBFramesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Sane values are ~1-6. /// ///The more you add, the better the compression, but the slower the encode. /// ///Cel animation tends to benefit from more reference frames a lot more than film content. /// ///Note that many hardware devices have limitations on the number of supported reference frames, so if you're encoding for a handheld or standalone player, don't touch this unless you're absolutely sure you know what you're doing!. /// public static string Advanced_ReferenceFramesToolTip { get { return ResourceManager.GetString("Advanced_ReferenceFramesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to This setting controls both subpixel-precision motion estimation and mode decision methods. /// ///Subpixel motion estimation is used for refining motion estimates beyond mere pixel accuracy, improving compression. /// ///Mode decision is the method used to choose how to encode each block of the frame: a very important decision. /// ///SAD is the fastest method, followed by SATD, RD, RD refinement, and the slowest, QPRD. ///6 or higher is strongly recommended: Psy-RD, a very powerful psy optimization that helps retain det [rest of string was truncated]";. /// public static string Advanced_SubpixelMotionEstimationToolTip { get { return ResourceManager.GetString("Advanced_SubpixelMotionEstimationToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Trellis fine-tunes the rounding of transform coefficients to squeeze out 3-5% more compression at the cost of some speed. ///"Always" uses trellis not only during the main encoding process, but also during analysis, which improves compression even more, albeit at great speed cost. /// ///Trellis costs more speed at higher bitrates.. /// public static string Advanced_TrellisToolTip { get { return ResourceManager.GetString("Advanced_TrellisToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Performs extra analysis to decide upon weighting parameters for each frame. ///This improves overall compression slightly and improves the quality of fades greatly. ///Baseline profile, as required for iPods and similar devices, requires weighted P-frame prediction to be disabled. ///Note that some devices and players, even those that support Main Profile, ///may have problems with Weighted P-frame prediction: the Apple TV is completely incompatible with it, for example.. /// public static string Advanced_WeightPToolTip { get { return ResourceManager.GetString("Advanced_WeightPToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure?. /// public static string AreYouSure { get { return ResourceManager.GetString("AreYouSure", resourceCulture); } } /// /// Looks up a localized string similar to Audio Defaults. /// public static string AudioViewModel_AudioDefaults { get { return ResourceManager.GetString("AudioViewModel_AudioDefaults", resourceCulture); } } /// /// Looks up a localized string similar to Audio Tracks. /// public static string AudioViewModel_AudioTracks { get { return ResourceManager.GetString("AudioViewModel_AudioTracks", resourceCulture); } } /// /// Looks up a localized string similar to Configure Defaults. /// public static string AudioViewModel_ConfigureDefaults { get { return ResourceManager.GetString("AudioViewModel_ConfigureDefaults", resourceCulture); } } /// /// Looks up a localized string similar to Switch Back To Tracks. /// public static string AudioViewModel_SwitchBackToTracks { get { return ResourceManager.GetString("AudioViewModel_SwitchBackToTracks", resourceCulture); } } /// /// Looks up a localized string similar to Chapter marker names will NOT be saved in your encode.. /// public static string ChaptersViewModel_UnableToExportChaptersMsg { get { return ResourceManager.GetString("ChaptersViewModel_UnableToExportChaptersMsg", resourceCulture); } } /// /// Looks up a localized string similar to Unable to save Chapter Markers file! . /// public static string ChaptersViewModel_UnableToExportChaptersWarning { get { return ResourceManager.GetString("ChaptersViewModel_UnableToExportChaptersWarning", resourceCulture); } } /// /// Looks up a localized string similar to First column in chapters file must only contain a integer number value higher than zero (0). /// public static string ChaptersViewModel_UnableToImportChaptersFirstColumnMustContainOnlyIntegerNumber { get { return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersFirstColumnMustContainOnlyIntegerNumber", resourceCulture); } } /// /// Looks up a localized string similar to All lines in chapters file must have at least 2 columns of data. /// public static string ChaptersViewModel_UnableToImportChaptersLineDoesNotHaveAtLeastTwoColumns { get { return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersLineDoesNotHaveAtLeastTwoColumns", resourceCulture); } } /// /// Looks up a localized string similar to Line {0} is invalid. Nothing will be imported.. /// public static string ChaptersViewModel_UnableToImportChaptersMalformedLineMsg { get { return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersMalformedLineMsg", resourceCulture); } } /// /// Looks up a localized string similar to Unable to import chapter file. /// public static string ChaptersViewModel_UnableToImportChaptersWarning { get { return ResourceManager.GetString("ChaptersViewModel_UnableToImportChaptersWarning", resourceCulture); } } /// /// Looks up a localized string similar to Chapter files of type '{0}' are not currently supported.. /// public static string ChaptersViewModel_UnsupportedFileFormatMsg { get { return ResourceManager.GetString("ChaptersViewModel_UnsupportedFileFormatMsg", resourceCulture); } } /// /// Looks up a localized string similar to Unsupported chapter file type. /// public static string ChaptersViewModel_UnsupportedFileFormatWarning { get { return ResourceManager.GetString("ChaptersViewModel_UnsupportedFileFormatWarning", resourceCulture); } } /// /// Looks up a localized string similar to The number of chapters on the source media ///and the number of chapters in the input file do not match ({0} vs {1}). /// ///Do you still want to import the chapter names?. /// public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch { get { return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatch", resourceCulture); } } /// /// Looks up a localized string similar to The number of chapters on the source media ///and the number of chapters in the input file do not match ({0} vs {1}). /// ///Do you still want to import the chapter names?. /// public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg { get { return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchMsg", resourceCulture); } } /// /// Looks up a localized string similar to Chapter count doesn't match between source and input file. /// public static string ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning { get { return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterCountMismatchWarning", resourceCulture); } } /// /// Looks up a localized string similar to The reported duration of the chapters on the source media ///and the duration of chapters in the input file differ greatly. /// ///It is very likely that this chapter file was produced from a different source media. /// ///Are you sure you want to import the chapter names?. /// public static string ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg { get { return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchMsg", resourceCulture); } } /// /// Looks up a localized string similar to Chapter duration doesn't match between source and input file. /// public static string ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning { get { return ResourceManager.GetString("ChaptersViewModel_ValidateImportedChapters_ChapterDurationMismatchWarning", resourceCulture); } } /// /// Looks up a localized string similar to Invalid chapter information for source media. /// public static string ChaptersViewModel_ValidationFailedWarning { get { return ResourceManager.GetString("ChaptersViewModel_ValidationFailedWarning", resourceCulture); } } /// /// Looks up a localized string similar to Confirm. /// public static string Confirm { get { return ResourceManager.GetString("Confirm", resourceCulture); } } /// /// Looks up a localized string similar to The following action '{0}' will occur in {1} seconds.. /// public static string CountdownAlertViewModel_NoticeMessage { get { return ResourceManager.GetString("CountdownAlertViewModel_NoticeMessage", resourceCulture); } } /// /// Looks up a localized string similar to Create Folder?. /// public static string DirectoryUtils_CreateFolder { get { return ResourceManager.GetString("DirectoryUtils_CreateFolder", resourceCulture); } } /// /// Looks up a localized string similar to The folder you are trying to write to does not exist. Would you like HandBrake to create the following folder? ///{0}. /// public static string DirectoryUtils_CreateFolderMsg { get { return ResourceManager.GetString("DirectoryUtils_CreateFolderMsg", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// public static string Error { get { return ResourceManager.GetString("Error", resourceCulture); } } /// /// Looks up a localized string similar to If the problem presists, please try restarting HandBrake.. /// public static string ErrorViewModel_IfTheProblemPersists { get { return ResourceManager.GetString("ErrorViewModel_IfTheProblemPersists", resourceCulture); } } /// /// Looks up a localized string similar to There is no further information available about this error.. /// public static string ErrorViewModel_NoFurtherInformation { get { return ResourceManager.GetString("ErrorViewModel_NoFurtherInformation", resourceCulture); } } /// /// Looks up a localized string similar to An Unknown Error has occured.. /// public static string ErrorViewModel_UnknownError { get { return ResourceManager.GetString("ErrorViewModel_UnknownError", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake. /// public static string HandBrake_Title { get { return ResourceManager.GetString("HandBrake_Title", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake is already encoding.. /// public static string Main_AlreadyEncoding { get { return ResourceManager.GetString("Main_AlreadyEncoding", resourceCulture); } } /// /// Looks up a localized string similar to Warning: If you wish to have subtitles added to each item you are about to queue, please verify that you have the subtitle defaults setup correctly on the subtitles tab. /// /// Do you wish to continue?. /// public static string Main_AutoAdd_AudioAndSubWarning { get { return ResourceManager.GetString("Main_AutoAdd_AudioAndSubWarning", resourceCulture); } } /// /// Looks up a localized string similar to Please choose a destination for where you would like the encoded file to be saved.. /// public static string Main_ChooseDestination { get { return ResourceManager.GetString("Main_ChooseDestination", resourceCulture); } } /// /// Looks up a localized string similar to The current file already exists, do you wish to overwrite it?. /// public static string Main_DestinationOverwrite { get { return ResourceManager.GetString("Main_DestinationOverwrite", resourceCulture); } } /// /// Looks up a localized string similar to There are jobs on the queue with the same destination path. Please choose a different path for this job.. /// public static string Main_DuplicateDestinationOnQueue { get { return ResourceManager.GetString("Main_DuplicateDestinationOnQueue", resourceCulture); } } /// /// Looks up a localized string similar to The entered destination path contained illegal characters and will not be updated.. /// public static string Main_InvalidDestination { get { return ResourceManager.GetString("Main_InvalidDestination", resourceCulture); } } /// /// Looks up a localized string similar to Pending Jobs {0}. /// public static string Main_JobsPending_addon { get { return ResourceManager.GetString("Main_JobsPending_addon", resourceCulture); } } /// /// Looks up a localized string similar to You cannot encode to a file with the same path and filename as the source file. Please update the destination filename so that it does not match the source file.. /// public static string Main_MatchingFileOverwriteWarning { get { return ResourceManager.GetString("Main_MatchingFileOverwriteWarning", resourceCulture); } } /// /// Looks up a localized string similar to New Default Preset Set: {0}. /// public static string Main_NewDefaultPreset { get { return ResourceManager.GetString("Main_NewDefaultPreset", resourceCulture); } } /// /// Looks up a localized string similar to A New Update is Available. Goto Tools Menu > Options to Install. /// public static string Main_NewUpdate { get { return ResourceManager.GetString("Main_NewUpdate", resourceCulture); } } /// /// Looks up a localized string similar to The output directory you have chosen either does not exist, or you do not have permissions to write files to it.. /// public static string Main_NoPermissionsOrMissingDirectory { get { return ResourceManager.GetString("Main_NoPermissionsOrMissingDirectory", resourceCulture); } } /// /// Looks up a localized string similar to No Preset selected.. /// public static string Main_NoPresetSelected { get { return ResourceManager.GetString("Main_NoPresetSelected", resourceCulture); } } /// /// Looks up a localized string similar to You can not modify built in presets. Please select one of your own presets.. /// public static string Main_NoUpdateOfBuiltInPresets { get { return ResourceManager.GetString("Main_NoUpdateOfBuiltInPresets", resourceCulture); } } /// /// Looks up a localized string similar to Please select a folder.. /// public static string Main_PleaseSelectFolder { get { return ResourceManager.GetString("Main_PleaseSelectFolder", resourceCulture); } } /// /// Looks up a localized string similar to Preparing to encode .... /// public static string Main_PreparingToEncode { get { return ResourceManager.GetString("Main_PreparingToEncode", resourceCulture); } } /// /// Looks up a localized string similar to You can not import a preset with the same name as a built-in preset.. /// public static string Main_PresetErrorBuiltInName { get { return ResourceManager.GetString("Main_PresetErrorBuiltInName", resourceCulture); } } /// /// Looks up a localized string similar to Unable to import the selected preset.. /// public static string Main_PresetImportFailed { get { return ResourceManager.GetString("Main_PresetImportFailed", resourceCulture); } } /// /// Looks up a localized string similar to The preset may be corrupted or from an older version of HandBrake which is not supported. ///Presets from older versions must be re-created in the current version.. /// public static string Main_PresetImportFailedSolution { get { return ResourceManager.GetString("Main_PresetImportFailedSolution", resourceCulture); } } /// /// Looks up a localized string similar to This preset appears to already exist. Would you like to overwrite it?. /// public static string Main_PresetOverwriteWarning { get { return ResourceManager.GetString("Main_PresetOverwriteWarning", resourceCulture); } } /// /// Looks up a localized string similar to Presets. /// public static string Main_Presets { get { return ResourceManager.GetString("Main_Presets", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you wish to update the selected preset?. /// public static string Main_PresetUpdateConfrimation { get { return ResourceManager.GetString("Main_PresetUpdateConfrimation", resourceCulture); } } /// /// Looks up a localized string similar to The Preset has now been updated with your current settings.. /// public static string Main_PresetUpdated { get { return ResourceManager.GetString("Main_PresetUpdated", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake has determined your built-in presets are out of date... These presets will now be updated. ///Your custom presets have not been updated so you may have to re-create these by deleting and re-adding them. ///The previous user_presets.xml file was backed up.. /// public static string Main_PresetUpdateNotification { get { return ResourceManager.GetString("Main_PresetUpdateNotification", resourceCulture); } } /// /// Looks up a localized string similar to Queue Finished. /// public static string Main_QueueFinished { get { return ResourceManager.GetString("Main_QueueFinished", resourceCulture); } } /// /// Looks up a localized string similar to with {0} errors or cancellations detected.. /// public static string Main_QueueFinishedErrors { get { return ResourceManager.GetString("Main_QueueFinishedErrors", resourceCulture); } } /// /// Looks up a localized string similar to Show Queue{0}. /// public static string Main_QueueLabel { get { return ResourceManager.GetString("Main_QueueLabel", resourceCulture); } } /// /// Looks up a localized string similar to Scan Cancelled.. /// public static string Main_ScanCancelled { get { return ResourceManager.GetString("Main_ScanCancelled", resourceCulture); } } /// /// Looks up a localized string similar to Scan Completed. /// public static string Main_ScanCompleted { get { return ResourceManager.GetString("Main_ScanCompleted", resourceCulture); } } /// /// Looks up a localized string similar to Scan failed: . /// public static string Main_ScanFailed_NoReason { get { return ResourceManager.GetString("Main_ScanFailed_NoReason", resourceCulture); } } /// /// Looks up a localized string similar to Scan Failed... Please See Activity Log for details.. /// public static string Main_ScanFailled_CheckLog { get { return ResourceManager.GetString("Main_ScanFailled_CheckLog", resourceCulture); } } /// /// Looks up a localized string similar to Scanning source, please wait.... /// public static string Main_ScanningPleaseWait { get { return ResourceManager.GetString("Main_ScanningPleaseWait", resourceCulture); } } /// /// Looks up a localized string similar to Scanning Title {0} of {1} ({2}%). /// public static string Main_ScanningTitleXOfY { get { return ResourceManager.GetString("Main_ScanningTitleXOfY", resourceCulture); } } /// /// Looks up a localized string similar to No valid source or titles found.. /// public static string Main_ScanNoTitlesFound { get { return ResourceManager.GetString("Main_ScanNoTitlesFound", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake will not be able to encode the seleteced source as it did not find a valid source with titles to encode. ///This could be due to one of the following reasons: ///- The source file is not a valid video file or is in a format that HandBrake does not support. ///- The source may be copy protected or include DRM. Please note that HandBrake does not support the removal of copy protections. /// ///The Activity log may have further information.. /// public static string Main_ScanNoTitlesFoundMessage { get { return ResourceManager.GetString("Main_ScanNoTitlesFoundMessage", resourceCulture); } } /// /// Looks up a localized string similar to You must first scan a source and setup your job before starting an encode. Click the 'Source' button on the toolbar to continue.. /// public static string Main_ScanSource { get { return ResourceManager.GetString("Main_ScanSource", resourceCulture); } } /// /// Looks up a localized string similar to Please select a preset.. /// public static string Main_SelectPreset { get { return ResourceManager.GetString("Main_SelectPreset", resourceCulture); } } /// /// Looks up a localized string similar to Please select a preset to update.. /// public static string Main_SelectPresetForUpdate { get { return ResourceManager.GetString("Main_SelectPresetForUpdate", resourceCulture); } } /// /// Looks up a localized string similar to Select 'Source' to continue. /// public static string Main_SelectSource { get { return ResourceManager.GetString("Main_SelectSource", resourceCulture); } } /// /// Looks up a localized string similar to You must first set the destination path for the output file before adding to the queue.. /// public static string Main_SetDestination { get { return ResourceManager.GetString("Main_SetDestination", resourceCulture); } } /// /// Looks up a localized string similar to You cannot overwrite the source file you want to convert. ///Please choose a different filename.. /// public static string Main_SourceDestinationMatchError { get { return ResourceManager.GetString("Main_SourceDestinationMatchError", resourceCulture); } } /// /// Looks up a localized string similar to Start Encode. /// public static string Main_Start { get { return ResourceManager.GetString("Main_Start", resourceCulture); } } /// /// Looks up a localized string similar to Start Queue. /// public static string Main_StartQueue { get { return ResourceManager.GetString("Main_StartQueue", resourceCulture); } } /// /// Looks up a localized string similar to You must turn on automatic file naming AND set a default path in preferences before you can add to the queue.. /// public static string Main_TurnOnAutoFileNaming { get { return ResourceManager.GetString("Main_TurnOnAutoFileNaming", resourceCulture); } } /// /// Looks up a localized string similar to Your system prevented HandBrake from launching a web browser.. /// public static string Main_UnableToLoadHelpMessage { get { return ResourceManager.GetString("Main_UnableToLoadHelpMessage", resourceCulture); } } /// /// Looks up a localized string similar to You can still access the help pages by visiting the website directly at: https://handbrake.fr. /// public static string Main_UnableToLoadHelpSolution { get { return ResourceManager.GetString("Main_UnableToLoadHelpSolution", resourceCulture); } } /// /// Looks up a localized string similar to {0} Encodes Pending. /// public static string Main_XEncodesPending { get { return ResourceManager.GetString("Main_XEncodesPending", resourceCulture); } } /// /// Looks up a localized string similar to You can not delete the default preset. Please set another preset as default first.. /// public static string MainViewModel_CanNotDeleteDefaultPreset { get { return ResourceManager.GetString("MainViewModel_CanNotDeleteDefaultPreset", resourceCulture); } } /// /// 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} {7}. /// public static string MainViewModel_EncodeStatusChanged_StatusLabel { get { return ResourceManager.GetString("MainViewModel_EncodeStatusChanged_StatusLabel", resourceCulture); } } /// /// Looks up a localized string similar to Processing Pass {0} of {1}, (Subtitle Scan) {2:00.00}%, Scan Time Remaining: {3}, Elapsed: {4:d\:hh\:mm\:ss}. /// public static string MainViewModel_EncodeStatusChanged_SubScan_StatusLabel { get { return ResourceManager.GetString("MainViewModel_EncodeStatusChanged_SubScan_StatusLabel", resourceCulture); } } /// /// Looks up a localized string similar to Low Disk Space. /// public static string MainViewModel_LowDiskSpace { get { return ResourceManager.GetString("MainViewModel_LowDiskSpace", resourceCulture); } } /// /// Looks up a localized string similar to Warning, you are running low on disk space. HandBrake will not be able to complete this encode if you run out of space. . /// public static string MainViewModel_LowDiskSpaceWarning { get { return ResourceManager.GetString("MainViewModel_LowDiskSpaceWarning", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the preset: . /// public static string MainViewModel_PresetRemove_AreYouSure { get { return ResourceManager.GetString("MainViewModel_PresetRemove_AreYouSure", resourceCulture); } } /// /// Looks up a localized string similar to Unable to launch destination directory.. /// public static string MainViewModel_UnableToLaunchDestDir { get { return ResourceManager.GetString("MainViewModel_UnableToLaunchDestDir", resourceCulture); } } /// /// Looks up a localized string similar to Please check that you have a valid destination directory.. /// public static string MainViewModel_UnableToLaunchDestDirSolution { get { return ResourceManager.GetString("MainViewModel_UnableToLaunchDestDirSolution", resourceCulture); } } /// /// Looks up a localized string similar to No Additional Information. /// public static string NoAdditionalInformation { get { return ResourceManager.GetString("NoAdditionalInformation", resourceCulture); } } /// /// Looks up a localized string similar to Notice. /// public static string Notice { get { return ResourceManager.GetString("Notice", resourceCulture); } } /// /// 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} ///Non-Live Options: {date} {time} {quality} {bitrate} (These only change if you scan a new source, change title or chapters). /// public static string Options_AdditionalFormatOptions { get { return ResourceManager.GetString("Options_AdditionalFormatOptions", resourceCulture); } } /// /// Looks up a localized string similar to Available additional Options: {source_path} or {source_folder_name} /// ///Not both at the same time!. /// public static string Options_DefaultPathAdditionalParams { get { return ResourceManager.GetString("Options_DefaultPathAdditionalParams", resourceCulture); } } /// /// 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.. /// public static string OptionsViewModel_64bitAvailable { get { return ResourceManager.GetString("OptionsViewModel_64bitAvailable", resourceCulture); } } /// /// Looks up a localized string similar to A New Update is Available! Please check the website for release notes.. /// public static string OptionsViewModel_NewUpdate { get { return ResourceManager.GetString("OptionsViewModel_NewUpdate", resourceCulture); } } /// /// Looks up a localized string similar to There are no new updates at this time.. /// public static string OptionsViewModel_NoNewUpdates { get { return ResourceManager.GetString("OptionsViewModel_NoNewUpdates", resourceCulture); } } /// /// Looks up a localized string similar to Update Downloaded. /// public static string OptionsViewModel_UpdateDownloaded { get { return ResourceManager.GetString("OptionsViewModel_UpdateDownloaded", resourceCulture); } } /// /// Looks up a localized string similar to Update Failed. You can try downloading the update from https://handbrake.fr. /// public static string OptionsViewModel_UpdateFailed { get { return ResourceManager.GetString("OptionsViewModel_UpdateFailed", resourceCulture); } } /// /// Looks up a localized string similar to Update Service Unavailable. You can try downloading the update from https://handbrake.fr. /// public static string OptionsViewModel_UpdateServiceUnavailable { get { return ResourceManager.GetString("OptionsViewModel_UpdateServiceUnavailable", resourceCulture); } } /// /// Looks up a localized string similar to Overwrite?. /// public static string Overwrite { get { return ResourceManager.GetString("Overwrite", resourceCulture); } } /// /// Looks up a localized string similar to Output: {0}. /// public static string PictureSettings_OutputResolution { get { return ResourceManager.GetString("PictureSettings_OutputResolution", resourceCulture); } } /// /// Looks up a localized string similar to Display Size: {0}x{1}, PAR {2}x{3}. /// public static string PictureSettingsViewModel_StorageDisplayLabel { get { return ResourceManager.GetString("PictureSettingsViewModel_StorageDisplayLabel", resourceCulture); } } /// /// Looks up a localized string similar to Preset Version. /// public static string Preset_OldVersion_Header { get { return ResourceManager.GetString("Preset_OldVersion_Header", resourceCulture); } } /// /// Looks up a localized string similar to The preset you are trying to import is from a different version of HandBrake. /// It may not be possible to import all the values from this preset. /// ///Do you wish to proceed?. /// public static string Preset_OldVersion_Message { get { return ResourceManager.GetString("Preset_OldVersion_Message", resourceCulture); } } /// /// Looks up a localized string similar to Unable to import preset!. /// public static string Preset_UnableToImport_Header { get { return ResourceManager.GetString("Preset_UnableToImport_Header", resourceCulture); } } /// /// Looks up a localized string similar to Unable to import the preset as it appears to be corrupted or from an older version of HandBrake.. /// public static string Preset_UnableToImport_Message { get { return ResourceManager.GetString("Preset_UnableToImport_Message", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake is unable to upgrade your presets file to a new version format. ///Your preset file will be archived and new one created. You will need to re-create your own presets.. /// public static string Presets_PresetForceReset { get { return ResourceManager.GetString("Presets_PresetForceReset", resourceCulture); } } /// /// Looks up a localized string similar to The Built-in presets have been reset.. /// public static string Presets_ResetComplete { get { return ResourceManager.GetString("Presets_ResetComplete", resourceCulture); } } /// /// Looks up a localized string similar to Reset Complete. /// public static string Presets_ResetHeader { get { return ResourceManager.GetString("Presets_ResetHeader", resourceCulture); } } /// /// Looks up a localized string similar to Archived File:. /// public static string PresetService_ArchiveFile { get { return ResourceManager.GetString("PresetService_ArchiveFile", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake has detected your presets file is from an older version. ///It will try and load the file anyway. ///If it fails, it will archive off the old file and create a new one.. /// public static string PresetService_PresetsOutOfDate { get { return ResourceManager.GetString("PresetService_PresetsOutOfDate", resourceCulture); } } /// /// Looks up a localized string similar to Unable to load presets.. /// public static string PresetService_UnableToLoad { get { return ResourceManager.GetString("PresetService_UnableToLoad", resourceCulture); } } /// /// Looks up a localized string similar to HandBrake was unable to load your presets file. It may have been from an older unsupported version of HandBrake or corrupted. /// ///Your old presets file was archived to:. /// public static string PresetService_UnableToLoadPresets { get { return ResourceManager.GetString("PresetService_UnableToLoadPresets", resourceCulture); } } /// /// Looks up a localized string similar to Preview. /// public static string Preview { get { return ResourceManager.GetString("Preview", resourceCulture); } } /// /// Looks up a localized string similar to Preview (Scaled). /// public static string Preview_Scaled { get { return ResourceManager.GetString("Preview_Scaled", resourceCulture); } } /// /// Looks up a localized string similar to Question. /// public static string Question { get { return ResourceManager.GetString("Question", resourceCulture); } } /// /// Looks up a localized string similar to WARNING: You do not have automatic file naming turned on. Please enable this in options.. /// public static string QueueSelection_AutoNameWarning { get { return ResourceManager.GetString("QueueSelection_AutoNameWarning", resourceCulture); } } /// /// Looks up a localized string similar to WARNING: You do not currently have automatic audio and subtitle track selection setup. You can setup the default track selection behaviour in options.. /// public static string QueueSelection_AutoTrackSelectionWarning { get { return ResourceManager.GetString("QueueSelection_AutoTrackSelectionWarning", resourceCulture); } } /// /// Looks up a localized string similar to Add to Queue. /// public static string QueueSelectionViewModel_AddToQueue { get { return ResourceManager.GetString("QueueSelectionViewModel_AddToQueue", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you wish to clear the queue?. /// public static string QueueViewModel_ClearQueueConfrimation { get { return ResourceManager.GetString("QueueViewModel_ClearQueueConfrimation", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the selected jobs?. /// public static string QueueViewModel_DelSelectedJobConfirmation { get { return ResourceManager.GetString("QueueViewModel_DelSelectedJobConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you wish to edit this job? It will be removed from the queue and sent to the main window.. /// public static string QueueViewModel_EditConfrimation { get { return ResourceManager.GetString("QueueViewModel_EditConfrimation", resourceCulture); } } /// /// Looks up a localized string similar to This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?. /// public static string QueueViewModel_JobCurrentlyRunningWarning { get { return ResourceManager.GetString("QueueViewModel_JobCurrentlyRunningWarning", resourceCulture); } } /// /// Looks up a localized string similar to {0} jobs pending. /// public static string QueueViewModel_JobsPending { get { return ResourceManager.GetString("QueueViewModel_JobsPending", resourceCulture); } } /// /// Looks up a localized string similar to Last Queued Job Finished. /// public static string QueueViewModel_LastJobFinished { get { return ResourceManager.GetString("QueueViewModel_LastJobFinished", resourceCulture); } } /// /// Looks up a localized string similar to No encodes pending. /// public static string QueueViewModel_NoEncodesPending { get { return ResourceManager.GetString("QueueViewModel_NoEncodesPending", resourceCulture); } } /// /// Looks up a localized string similar to There are no jobs currently encoding. /// public static string QueueViewModel_NoJobsPending { get { return ResourceManager.GetString("QueueViewModel_NoJobsPending", resourceCulture); } } /// /// Looks up a localized string similar to There are no pending jobs.. /// public static string QueueViewModel_NoPendingJobs { get { return ResourceManager.GetString("QueueViewModel_NoPendingJobs", resourceCulture); } } /// /// Looks up a localized string similar to Queue. /// public static string QueueViewModel_Queue { get { return ResourceManager.GetString("QueueViewModel_Queue", resourceCulture); } } /// /// Looks up a localized string similar to Queue Completed. /// public static string QueueViewModel_QueueCompleted { get { return ResourceManager.GetString("QueueViewModel_QueueCompleted", resourceCulture); } } /// /// Looks up a localized string similar to Queue Not Running. /// public static string QueueViewModel_QueueNotRunning { get { return ResourceManager.GetString("QueueViewModel_QueueNotRunning", resourceCulture); } } /// /// Looks up a localized string similar to The Queue has been paused. The currently running job will run to completion and no further jobs will start.. /// public static string QueueViewModel_QueuePauseNotice { get { return ResourceManager.GetString("QueueViewModel_QueuePauseNotice", resourceCulture); } } /// /// Looks up a localized string similar to Queue Paused. /// public static string QueueViewModel_QueuePending { get { return ResourceManager.GetString("QueueViewModel_QueuePending", resourceCulture); } } /// /// Looks up a localized string similar to Queue Ready. /// public static string QueueViewModel_QueueReady { get { return ResourceManager.GetString("QueueViewModel_QueueReady", resourceCulture); } } /// /// Looks up a localized string similar to Queue Started. /// public static string QueueViewModel_QueueStarted { get { return ResourceManager.GetString("QueueViewModel_QueueStarted", resourceCulture); } } /// /// 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}. /// public static string QueueViewModel_QueueStatusDisplay { get { return ResourceManager.GetString("QueueViewModel_QueueStatusDisplay", resourceCulture); } } /// /// Looks up a localized string similar to An error occured when trying to stop the scan. Please restart HandBrake.. /// public static string ScanService_ScanStopFailed { get { return ResourceManager.GetString("ScanService_ScanStopFailed", resourceCulture); } } /// /// Looks up a localized string similar to Any settings you changed may need to be reset the next time HandBrake launches.. /// public static string SettingService_SaveErrorReset { get { return ResourceManager.GetString("SettingService_SaveErrorReset", resourceCulture); } } /// /// 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?. /// public static string ShellViewModel_CanClose { get { return ResourceManager.GetString("ShellViewModel_CanClose", resourceCulture); } } /// /// Looks up a localized string similar to Ready. /// public static string State_Ready { get { return ResourceManager.GetString("State_Ready", resourceCulture); } } /// /// Looks up a localized string similar to Unable to delete previous preview file. You may need to restart the application.. /// public static string StaticPreview_UnableToDeletePreview { get { return ResourceManager.GetString("StaticPreview_UnableToDeletePreview", resourceCulture); } } /// /// Looks up a localized string similar to Handbrake is already encoding a video! Only one file can be encoded at any one time.. /// public static string StaticPreviewViewModel_AlreadyEncoding { get { return ResourceManager.GetString("StaticPreviewViewModel_AlreadyEncoding", resourceCulture); } } /// /// Looks up a localized string similar to You must first scan a source and setup your encode before creating a preview.. /// public static string StaticPreviewViewModel_ScanFirst { get { return ResourceManager.GetString("StaticPreviewViewModel_ScanFirst", resourceCulture); } } /// /// Looks up a localized string similar to Picture Preview. /// public static string StaticPreviewViewModel_Title { get { return ResourceManager.GetString("StaticPreviewViewModel_Title", resourceCulture); } } /// /// Looks up a localized string similar to Unable to detect VLC Player. ///Please make sure VLC is installed and the directory specified in HandBrake's options is correct. (See: "Tools Menu > Options > Picture Tab"). /// public static string StaticPreviewViewModel_UnableToFindVLC { get { return ResourceManager.GetString("StaticPreviewViewModel_UnableToFindVLC", resourceCulture); } } /// /// Looks up a localized string similar to Unable to find the preview file. Either the file was deleted or the encode failed. Check the activity log for details.. /// public static string StaticPreviewViewModel_UnableToPlayFile { get { return ResourceManager.GetString("StaticPreviewViewModel_UnableToPlayFile", resourceCulture); } } /// /// Looks up a localized string similar to None - Only tracks where the container does not support the format will be burned in. ///Foreign Audio Track - The Foreign Audio track will be burned in if available. ///First Track - The first track will be burned in. ///Foreign Audio Preferred, else First - If the foreign audio track exists, it will be burned in, otherwise the first track will be chosen.. /// public static string Subtitles_BurnInBehaviourModes { get { return ResourceManager.GetString("Subtitles_BurnInBehaviourModes", resourceCulture); } } /// /// Looks up a localized string similar to Configure Defaults. /// public static string SubtitlesViewModel_ConfigureDefaults { get { return ResourceManager.GetString("SubtitlesViewModel_ConfigureDefaults", resourceCulture); } } /// /// Looks up a localized string similar to Subtitle Defaults. /// public static string SubtitlesViewModel_SubDefaults { get { return ResourceManager.GetString("SubtitlesViewModel_SubDefaults", resourceCulture); } } /// /// Looks up a localized string similar to Subtitle Tracks. /// public static string SubtitlesViewModel_SubTracks { get { return ResourceManager.GetString("SubtitlesViewModel_SubTracks", resourceCulture); } } /// /// Looks up a localized string similar to Switch Back To Tracks. /// public static string SubtitlesViewModel_SwitchToTracks { get { return ResourceManager.GetString("SubtitlesViewModel_SwitchToTracks", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Error. /// public static string UnknownError { get { return ResourceManager.GetString("UnknownError", resourceCulture); } } /// /// Looks up a localized string similar to Updated. /// public static string Updated { get { return ResourceManager.GetString("Updated", resourceCulture); } } /// /// Looks up a localized string similar to A problem occured when trying to save your preferences.. /// public static string UserSettings_AnErrorOccured { get { return ResourceManager.GetString("UserSettings_AnErrorOccured", resourceCulture); } } /// /// Looks up a localized string similar to Unable to load user settings file: {0}. /// public static string UserSettings_UnableToLoad { get { return ResourceManager.GetString("UserSettings_UnableToLoad", resourceCulture); } } /// /// Looks up a localized string similar to Your user settings file appears to be inaccessible or corrupted. You may have to delete the file and let HandBrake generate a new one.. /// public static string UserSettings_UnableToLoadSolution { get { return ResourceManager.GetString("UserSettings_UnableToLoadSolution", resourceCulture); } } /// /// Looks up a localized string similar to Your user settings file was corrupted or inaccessible. Settings have been reset to defaults.. /// public static string UserSettings_YourSettingsAreCorrupt { get { return ResourceManager.GetString("UserSettings_YourSettingsAreCorrupt", resourceCulture); } } /// /// Looks up a localized string similar to Warning, your settings have been reset!. /// public static string UserSettings_YourSettingsHaveBeenReset { get { return ResourceManager.GetString("UserSettings_YourSettingsHaveBeenReset", resourceCulture); } } /// /// Looks up a localized string similar to The full list of encoder parameters: ///{0}. /// public static string Video_EncoderExtraArgs { get { return ResourceManager.GetString("Video_EncoderExtraArgs", resourceCulture); } } /// /// Looks up a localized string similar to Additional advanced arguments that can be passed to the video encoder.. /// public static string Video_EncoderExtraArgsTooltip { get { return ResourceManager.GetString("Video_EncoderExtraArgsTooltip", resourceCulture); } } /// /// Looks up a localized string similar to Higher Quality |. /// public static string Video_HigherQuality { get { return ResourceManager.GetString("Video_HigherQuality", resourceCulture); } } /// /// Looks up a localized string similar to Warning: RF 0 is Lossless!. /// public static string Video_LosslessWarning { get { return ResourceManager.GetString("Video_LosslessWarning", resourceCulture); } } /// /// Looks up a localized string similar to A value of 0 means lossless and will result in a file size that is larger than the original source, ///unless the source was also lossless. /// ///x264 and x265's scale is logarithmic and lower values correspond to higher quality. /// ///So small increases in value will result in progressively larger increases in the resulting file size.. /// public static string Video_LosslessWarningTooltip { get { return ResourceManager.GetString("Video_LosslessWarningTooltip", resourceCulture); } } /// /// Looks up a localized string similar to | Lower Quality. /// public static string Video_LowQuality { get { return ResourceManager.GetString("Video_LowQuality", resourceCulture); } } /// /// Looks up a localized string similar to Placebo Quality |. /// public static string Video_PlaceboQuality { get { return ResourceManager.GetString("Video_PlaceboQuality", resourceCulture); } } /// /// Looks up a localized string similar to QuickSync hardware not detected or enabled! /// ///In order to use the QuickSync encoder, you must: /// ///- Have a Intel CPU with HD Graphics and QuickSync support. 4th Generation Haswell or newer parts are recommended for best quality. ///- Have the HD Graphics enabled. ///- On older versions of windows before 8, a monitor connected to the HD Graphics or GPU Virtualisation software installed is also required.. /// public static string Video_QuickSyncNotAvailable { get { return ResourceManager.GetString("Video_QuickSyncNotAvailable", resourceCulture); } } /// /// Looks up a localized string similar to Requires a graphics card that supports OpenCL 1.1 or later. It will fallback to Lanczos software scaling when it is not available for use. Performance gain up to 5%. Minor decrease in quality in some cases.. /// public static string Video_ScalingModes { get { return ResourceManager.GetString("Video_ScalingModes", resourceCulture); } } /// /// Looks up a localized string similar to Reduce decoder CPU usage. /// ///Set this if your device is struggling to play the output. (i.e. dropped frames). /// public static string Video_x264FastDecode { get { return ResourceManager.GetString("Video_x264FastDecode", resourceCulture); } } /// /// Looks up a localized string similar to Warning. /// public static string Warning { get { return ResourceManager.GetString("Warning", resourceCulture); } } } }