diff help/help_mp-de.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-de.h	Thu Apr 24 13:51:20 2014 +0000
+++ b/help/help_mp-de.h	Thu Apr 24 14:41:04 2014 +0000
@@ -979,6 +979,10 @@
 #define MSGTR_GUI_RearLeft "Hinten links"
 #define MSGTR_GUI_RearRight "Hinten rechts"
 #define MSGTR_GUI_Remove "Entfernen"
+#define MSGTR_GUI_Rotation "Drehung"
+#define MSGTR_GUI_Rotation180 "180°"
+#define MSGTR_GUI_Rotation90CCW "90° gegen den Uhrzeigersinn"
+#define MSGTR_GUI_Rotation90CW "90° im Uhrzeigersinn"
 #define MSGTR_GUI_Saturation "Sättigung"
 #define MSGTR_GUI_SaveWindowPositions "Fensterpositionen speichern"
 #define MSGTR_GUI_ScaleMode "Skalierung"