diff options
author | sr55 <[email protected]> | 2017-12-09 18:02:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-09 18:02:05 +0000 |
commit | 264f1ee2bbb699f7b7ee4582107b806c474042b9 (patch) | |
tree | 03e4df923742ae3eb2b092ca0591fda424a290bd /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 238a830dbddec68f597023da5025ecda20a9c177 (diff) |
WinGui: Tidy up some resources
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 36 |
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 {
|