diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 18 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 0546fc14d..e5d724ead 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -826,6 +826,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to (Modified).
+ /// </summary>
+ public static string MainView_ModifiedPreset {
+ get {
+ return ResourceManager.GetString("MainView_ModifiedPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Muxing: This may take a while....
/// </summary>
public static string MainView_Muxing {
@@ -961,6 +970,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Selected Preset:.
+ /// </summary>
+ public static string MainView_SelectedPreset {
+ get {
+ return ResourceManager.GetString("MainView_SelectedPreset", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Set Default.
/// </summary>
public static string MainView_SetDefault {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 4dd72b89b..74e069650 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -1004,4 +1004,10 @@ This will not affect your current settings in the Subtitle tab.</value> <data name="MainView_Range" xml:space="preserve">
<value>Range:</value>
</data>
+ <data name="MainView_ModifiedPreset" xml:space="preserve">
+ <value>(Modified)</value>
+ </data>
+ <data name="MainView_SelectedPreset" xml:space="preserve">
+ <value>Selected Preset:</value>
+ </data>
</root>
\ No newline at end of file |