From 726ce9731952489d69c312daf6a5ec0744f0061d Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 18 Jun 2015 19:58:31 +0000 Subject: WinGui: Move options strings to resources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7304 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Properties/ResourcesUI.Designer.cs | 468 +++++++++++++++++++++ win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 156 +++++++ win/CS/HandBrakeWPF/Views/OptionsView.xaml | 122 +++--- 3 files changed, 685 insertions(+), 61 deletions(-) (limited to 'win/CS') diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index b5f058344..3bc2d064d 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -915,6 +915,474 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Clear Log files older than 30 days. + /// + public static string Options_30DayLogClear { + get { + return ResourceManager.GetString("Options_30DayLogClear", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to About HandBrake. + /// + public static string Options_About { + get { + return ResourceManager.GetString("Options_About", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced. + /// + public static string Options_Advanced { + get { + return ResourceManager.GetString("Options_Advanced", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced Options. + /// + public static string Options_AdvancedOptions { + get { + return ResourceManager.GetString("Options_AdvancedOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show Advanced Encoder Options Tab. + /// + public static string Options_AdvancedTab { + get { + return ResourceManager.GetString("Options_AdvancedTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Arguments:. + /// + public static string Options_Arguments { + get { + return ResourceManager.GetString("Options_Arguments", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatic File Naming. + /// + public static string Options_AutomaticFileNaming { + get { + return ResourceManager.GetString("Options_AutomaticFileNaming", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatically name output files. + /// + public static string Options_AutoNameOutput { + get { + return ResourceManager.GetString("Options_AutoNameOutput", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check for Updates. + /// + public static string Options_CheckForUpdates { + get { + return ResourceManager.GetString("Options_CheckForUpdates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always clear completed queue items after an encode completes. + /// + public static string Options_ClearCompleted { + get { + return ResourceManager.GetString("Options_ClearCompleted", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear Log History. + /// + public static string Options_ClearLogs { + get { + return ResourceManager.GetString("Options_ClearLogs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Put a copy of individual encode logs in a specified location:. + /// + public static string Options_CopyLogToDir { + get { + return ResourceManager.GetString("Options_CopyLogToDir", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Put a copy of individual encode logs in the same location as the encoded video. + /// + public static string Options_CopyLogToEncDir { + get { + return ResourceManager.GetString("Options_CopyLogToEncDir", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Current Version. + /// + public static string Options_CurVersion { + get { + return ResourceManager.GetString("Options_CurVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Decoding. + /// + public static string Options_Decoding { + get { + return ResourceManager.GetString("Options_Decoding", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Default Path:. + /// + public static string Options_DefaultPath { + get { + return ResourceManager.GetString("Options_DefaultPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Download Update. + /// + public static string Options_DownloadUpdates { + get { + return ResourceManager.GetString("Options_DownloadUpdates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to DVD Reading. + /// + public static string Options_DVD { + get { + return ResourceManager.GetString("Options_DVD", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable LibDVDNav. (libdvdread will be used instead). + /// + public static string Options_DvdRead { + get { + return ResourceManager.GetString("Options_DvdRead", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enable DXVA Hardware Accelerated Decoding (Experimental)". + /// + public static string Options_DXVA { + get { + return ResourceManager.GetString("Options_DXVA", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Format:. + /// + public static string Options_Format { + get { + return ResourceManager.GetString("Options_Format", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to General. + /// + public static string Options_General { + get { + return ResourceManager.GetString("Options_General", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Logging. + /// + public static string Options_Logging { + get { + return ResourceManager.GetString("Options_Logging", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log Verbosity Level:. + /// + public static string Options_LogLevel { + get { + return ResourceManager.GetString("Options_LogLevel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log Path:. + /// + public static string Options_LogPath { + get { + return ResourceManager.GetString("Options_LogPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Minimize to system tray (Requires Restart). + /// + public static string Options_MinimiseTray { + get { + return ResourceManager.GetString("Options_MinimiseTray", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Minimum length of title to scan (seconds):. + /// + public static string Options_MinTitleScanLength { + get { + return ResourceManager.GetString("Options_MinTitleScanLength", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MP4 File Extension:. + /// + public static string Options_MP4FileExtension { + get { + return ResourceManager.GetString("Options_MP4FileExtension", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to On Startup. + /// + public static string Options_OnStartup { + get { + return ResourceManager.GetString("Options_OnStartup", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Output Files. + /// + public static string Options_Output { + get { + return ResourceManager.GetString("Options_Output", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Path: . + /// + public static string Options_Path { + get { + return ResourceManager.GetString("Options_Path", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Path to VLC Player. + /// + public static string Options_PathToVLC { + get { + return ResourceManager.GetString("Options_PathToVLC", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Prevent the system from sleeping while encoding. + /// + public static string Options_PreventSleep { + get { + return ResourceManager.GetString("Options_PreventSleep", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Number of picture previews to scan:. + /// + public static string Options_PreviewScanCount { + get { + return ResourceManager.GetString("Options_PreviewScanCount", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Priority Level:. + /// + public static string Options_PriorityLevel { + get { + return ResourceManager.GetString("Options_PriorityLevel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable QuickSync Decoding. + /// + public static string Options_QsvDecode { + get { + return ResourceManager.GetString("Options_QsvDecode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove common punctuation. + /// + public static string Options_RemovePunctuation { + get { + return ResourceManager.GetString("Options_RemovePunctuation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Replace underscores with a space. + /// + public static string Options_ReplaceUnderscores { + get { + return ResourceManager.GetString("Options_ReplaceUnderscores", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reset to 'Do nothing' when the app is re-launched.. + /// + public static string Options_ResetDoNothing { + get { + return ResourceManager.GetString("Options_ResetDoNothing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose Scaler:. + /// + public static string Options_Scaler { + get { + return ResourceManager.GetString("Options_Scaler", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Scaling. + /// + public static string Options_Scaling { + get { + return ResourceManager.GetString("Options_Scaling", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Send file to:. + /// + public static string Options_SendFileTo { + get { + return ResourceManager.GetString("Options_SendFileTo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Change case to Title Case. + /// + public static string Options_TitleCase { + get { + return ResourceManager.GetString("Options_TitleCase", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Updates. + /// + public static string Options_Updates { + get { + return ResourceManager.GetString("Options_Updates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to User Interface. + /// + public static string Options_UserInterface { + get { + return ResourceManager.GetString("Options_UserInterface", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Version:. + /// + public static string Options_Version { + get { + return ResourceManager.GetString("Options_Version", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Video. + /// + public static string Options_Video { + get { + return ResourceManager.GetString("Options_Video", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This path is used for the video preview feature only.. + /// + public static string Options_VideoPreviewPath { + get { + return ResourceManager.GetString("Options_VideoPreviewPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to View Log Directory. + /// + public static string Options_ViewLogDirectory { + get { + return ResourceManager.GetString("Options_ViewLogDirectory", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to When Done. + /// + public static string Options_WhenDone { + get { + return ResourceManager.GetString("Options_WhenDone", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to x264 Settings. + /// + public static string Options_x264 { + get { + return ResourceManager.GetString("Options_x264", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Constant quality fractional granularity:. + /// + public static string Options_x264Granularity { + get { + return ResourceManager.GetString("Options_x264Granularity", resourceCulture); + } + } + /// /// Looks up a localized string similar to Anamorphic:. /// diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index f750284bd..34c80bc43 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -681,4 +681,160 @@ Open a folder with one or more files. + + Clear Log files older than 30 days + + + About HandBrake + + + Advanced + + + Advanced Options + + + Show Advanced Encoder Options Tab + + + Arguments: + + + Automatic File Naming + + + Automatically name output files + + + Check for Updates + + + Always clear completed queue items after an encode completes + + + Clear Log History + + + Put a copy of individual encode logs in a specified location: + + + Put a copy of individual encode logs in the same location as the encoded video + + + Current Version + + + Decoding + + + Default Path: + + + Download Update + + + DVD Reading + + + Disable LibDVDNav. (libdvdread will be used instead) + + + Enable DXVA Hardware Accelerated Decoding (Experimental)" + + + Format: + + + General + + + Logging + + + Log Verbosity Level: + + + Log Path: + + + Minimize to system tray (Requires Restart) + + + Minimum length of title to scan (seconds): + + + MP4 File Extension: + + + On Startup + + + Output Files + + + Path: + + + Path to VLC Player + + + Prevent the system from sleeping while encoding + + + Number of picture previews to scan: + + + Priority Level: + + + Disable QuickSync Decoding + + + Remove common punctuation + + + Replace underscores with a space + + + Reset to 'Do nothing' when the app is re-launched. + + + Choose Scaler: + + + Scaling + + + Send file to: + + + Change case to Title Case + + + Updates + + + User Interface + + + Version: + + + Video + + + This path is used for the video preview feature only. + + + View Log Directory + + + When Done + + + x264 Settings + + + Constant quality fractional granularity: + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index f2ed936fc..e85874316 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -86,20 +86,20 @@ - + - + - + - + @@ -108,7 +108,7 @@ - + @@ -117,13 +117,13 @@ - +