summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs99
1 files changed, 90 insertions, 9 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index 915eb3eb4..8e4931c68 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -1205,6 +1205,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Log Viewer.
+ /// </summary>
+ public static string LogViewModel_Title {
+ get {
+ return ResourceManager.GetString("LogViewModel_Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to HandBrake is already encoding..
/// </summary>
public static string Main_AlreadyEncoding {
@@ -1746,6 +1755,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Aspect:.
+ /// </summary>
+ public static string MainView_Aspect {
+ get {
+ return ResourceManager.GetString("MainView_Aspect", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Audio.
/// </summary>
public static string MainView_AudioTab {
@@ -1854,6 +1872,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Filters:.
+ /// </summary>
+ public static string MainView_Filters {
+ get {
+ return ResourceManager.GetString("MainView_Filters", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Filters.
/// </summary>
public static string MainView_FiltersTab {
@@ -2223,6 +2250,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Size:.
+ /// </summary>
+ public static string MainView_Size {
+ get {
+ return ResourceManager.GetString("MainView_Size", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Source:.
/// </summary>
public static string MainView_Source {
@@ -2349,6 +2385,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Tracks:.
+ /// </summary>
+ public static string MainView_Tracks {
+ get {
+ return ResourceManager.GetString("MainView_Tracks", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Update Selected Preset.
/// </summary>
public static string MainView_UpdateSelectedPreset {
@@ -3184,6 +3229,24 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to General.
+ /// </summary>
+ public static string OptionsTab_General {
+ get {
+ return ResourceManager.GetString("OptionsTab_General", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;#60; Back.
+ /// </summary>
+ public static string OptionsView_BackButton {
+ get {
+ return ResourceManager.GetString("OptionsView_BackButton", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Checking for Updates ....
/// </summary>
public static string OptionsView_CheckingForUpdates {
@@ -3431,6 +3494,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Click &apos;Check for Updates&apos; to check for new versions.
+ /// </summary>
+ public static string OptionsViewModel_CheckForUpdatesMsg {
+ get {
+ return ResourceManager.GetString("OptionsViewModel_CheckForUpdatesMsg", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to A New Update is Available! Please check the website for release notes..
/// </summary>
public static string OptionsViewModel_NewUpdate {
@@ -3714,6 +3786,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Preferences.
+ /// </summary>
+ public static string Preferences {
+ get {
+ return ResourceManager.GetString("Preferences", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Custom.
/// </summary>
public static string Preset_Custom {
@@ -4073,6 +4154,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Currently Paused.
+ /// </summary>
+ public static string QueueView_CurrentlyPaused {
+ get {
+ return ResourceManager.GetString("QueueView_CurrentlyPaused", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Delete.
/// </summary>
public static string QueueView_Delete {
@@ -4750,15 +4840,6 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to Preferences.
- /// </summary>
- public static string SourceSelection_Preferences {
- get {
- return ResourceManager.GetString("SourceSelection_Preferences", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Recover Queue Files.
/// </summary>
public static string SourceSelection_QueueArchiveRecovery {