diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 99 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 33 |
2 files changed, 132 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index efd1cf59f..b5f058344 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1393,6 +1393,105 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Choose Disc to Scan.
+ /// </summary>
+ public static string SourceSelection_ChooseDisc {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseDisc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose File to Scan.
+ /// </summary>
+ public static string SourceSelection_ChooseFile {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose Folder to Scan.
+ /// </summary>
+ public static string SourceSelection_ChooseFolder {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseFolder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Optionally choose a specific title: .
+ /// </summary>
+ public static string SourceSelection_ChooseSpecificTitle {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseSpecificTitle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Then choose the video(s) you'd like to encode: .
+ /// </summary>
+ public static string SourceSelection_ChooseVideo {
+ get {
+ return ResourceManager.GetString("SourceSelection_ChooseVideo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to File.
+ /// </summary>
+ public static string SourceSelection_File {
+ get {
+ return ResourceManager.GetString("SourceSelection_File", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Folder (Batch Scan).
+ /// </summary>
+ public static string SourceSelection_FolderBatchScan {
+ get {
+ return ResourceManager.GetString("SourceSelection_FolderBatchScan", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open this DVD or Bluray Drive.
+ /// </summary>
+ public static string SourceSelection_OpenDVDBluray {
+ get {
+ return ResourceManager.GetString("SourceSelection_OpenDVDBluray", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open a folder with one or more files..
+ /// </summary>
+ public static string SourceSelection_OpenFolderWIth {
+ get {
+ return ResourceManager.GetString("SourceSelection_OpenFolderWIth", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open a single video file..
+ /// </summary>
+ public static string SourceSelection_SingleVideoFile {
+ get {
+ return ResourceManager.GetString("SourceSelection_SingleVideoFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Source Selection.
+ /// </summary>
+ public static string SourceSelection_SourceSelection {
+ get {
+ return ResourceManager.GetString("SourceSelection_SourceSelection", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Duration:.
/// </summary>
public static string StaticPreviewView_Duration {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 11b8d5ea5..f750284bd 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -648,4 +648,37 @@ <data name="VideoView_Video" xml:space="preserve">
<value>Video</value>
</data>
+ <data name="SourceSelection_SourceSelection" xml:space="preserve">
+ <value>Source Selection</value>
+ </data>
+ <data name="SourceSelection_ChooseSpecificTitle" xml:space="preserve">
+ <value>Optionally choose a specific title: </value>
+ </data>
+ <data name="SourceSelection_ChooseVideo" xml:space="preserve">
+ <value>Then choose the video(s) you'd like to encode: </value>
+ </data>
+ <data name="SourceSelection_ChooseFolder" xml:space="preserve">
+ <value>Choose Folder to Scan</value>
+ </data>
+ <data name="SourceSelection_ChooseFile" xml:space="preserve">
+ <value>Choose File to Scan</value>
+ </data>
+ <data name="SourceSelection_OpenDVDBluray" xml:space="preserve">
+ <value>Open this DVD or Bluray Drive</value>
+ </data>
+ <data name="SourceSelection_SingleVideoFile" xml:space="preserve">
+ <value>Open a single video file.</value>
+ </data>
+ <data name="SourceSelection_File" xml:space="preserve">
+ <value>File</value>
+ </data>
+ <data name="SourceSelection_ChooseDisc" xml:space="preserve">
+ <value>Choose Disc to Scan</value>
+ </data>
+ <data name="SourceSelection_FolderBatchScan" xml:space="preserve">
+ <value>Folder (Batch Scan)</value>
+ </data>
+ <data name="SourceSelection_OpenFolderWIth" xml:space="preserve">
+ <value>Open a folder with one or more files.</value>
+ </data>
</root>
\ No newline at end of file |