diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 58f88cf3b..9a09c8cc1 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -79,6 +79,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to -- Add New Category --.
+ /// </summary>
+ public static string AddPresetView_AddNewCategory {
+ get {
+ return ResourceManager.GetString("AddPresetView_AddNewCategory", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Add Preset.
/// </summary>
public static string AddPresetView_AddPreset {
@@ -88,6 +97,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Category.
+ /// </summary>
+ public static string AddPresetView_Category {
+ get {
+ return ResourceManager.GetString("AddPresetView_Category", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Description:.
/// </summary>
public static string AddPresetView_Description {
|