diff help/help_mp-en.h @ 37081:e8559b9913ff

New GUI feature: Rotate a video. It is accessible from the context menu. Based on a complain by Linus about video players that don't easily allow rotating a video. (Thanks to compn for pointing that out.) Realize the feature by adding and/or removing appropriate video filters. Additionally, add new GUI message evSetRotation and update documentation.
author ib
date Thu, 24 Apr 2014 14:41:04 +0000
parents 0b0528ba3344
children 30a8897dd22d
line wrap: on
line diff
--- a/help/help_mp-en.h	Thu Apr 24 13:51:20 2014 +0000
+++ b/help/help_mp-en.h	Thu Apr 24 14:41:04 2014 +0000
@@ -770,6 +770,10 @@
 #define MSGTR_GUI_RearLeft "Rear left"
 #define MSGTR_GUI_RearRight "Rear right"
 #define MSGTR_GUI_Remove "Remove"
+#define MSGTR_GUI_Rotation "Rotation"
+#define MSGTR_GUI_Rotation180 "180°"
+#define MSGTR_GUI_Rotation90CCW "90° counterclockwise"
+#define MSGTR_GUI_Rotation90CW "90° clockwise"
 #define MSGTR_GUI_Saturation "Saturation"
 #define MSGTR_GUI_SaveWindowPositions "Save window positions"
 #define MSGTR_GUI_ScaleMode "Scale mode"