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 defb16f34..768212338 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -448,6 +448,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Flip.
+ /// </summary>
+ public static string FiltersView_FlipVideo {
+ get {
+ return ResourceManager.GetString("FiltersView_FlipVideo", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Grayscale.
/// </summary>
public static string FiltersView_Grayscale {
@@ -466,6 +475,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Rotate:.
+ /// </summary>
+ public static string FiltersView_Rotate {
+ get {
+ return ResourceManager.GetString("FiltersView_Rotate", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Tune:.
/// </summary>
public static string FiltersView_Tune {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 752064170..79ef0cf6b 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -840,4 +840,10 @@ <data name="Options_PauseQueueOnLowDiskSpace" xml:space="preserve">
<value>Pause queue if disk space is low before starting a job.</value>
</data>
+ <data name="FiltersView_FlipVideo" xml:space="preserve">
+ <value>Flip</value>
+ </data>
+ <data name="FiltersView_Rotate" xml:space="preserve">
+ <value>Rotate:</value>
+ </data>
</root>
\ No newline at end of file |