summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
index 7dea4e3a1..045992d05 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
@@ -655,6 +655,33 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Add All.
+ /// </summary>
+ public static string MainView_AddAll {
+ get {
+ return ResourceManager.GetString("MainView_AddAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Current.
+ /// </summary>
+ public static string MainView_AddCurrent {
+ get {
+ return ResourceManager.GetString("MainView_AddCurrent", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Selection.
+ /// </summary>
+ public static string MainView_AddSelection {
+ get {
+ return ResourceManager.GetString("MainView_AddSelection", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Add to Queue.
/// </summary>
public static string MainView_AddToQueue {
@@ -853,6 +880,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Preset Options Context Menu.
+ /// </summary>
+ public static string MainView_PresetOptionsContextMenu {
+ get {
+ return ResourceManager.GetString("MainView_PresetOptionsContextMenu", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Delete Preset.
/// </summary>
public static string MainView_PresetRemove {