[MPlayer-translations] r32524 - in trunk: DOCS/man/en/mplayer.1 DOCS/tech/slave.txt cfg-mplayer.h command.c help/help_mp-en.h help/help_mp-hu.h help/help_mp-it.h input/input.c input/input.h mplayer.c mplayer.h stream/cac...

diego subversion at mplayerhq.hu
Thu Oct 21 20:19:30 CEST 2010


Author: diego
Date: Thu Oct 21 20:19:30 2010
New Revision: 32524

Log:
Implement a basic capture feature, available through -capture.
If a specified key is pressed during playback, the current stream is
captured to a file, similar to what -dumpstream achieves.
patch by Pásztor Szilárd, don tricon hu

Modified:
   trunk/help/help_mp-hu.h
   trunk/help/help_mp-it.h

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/en/mplayer.1
   trunk/DOCS/tech/slave.txt
   trunk/cfg-mplayer.h
   trunk/command.c
   trunk/help/help_mp-en.h
   trunk/input/input.c
   trunk/input/input.h
   trunk/mplayer.c
   trunk/mplayer.h
   trunk/stream/cache2.c
   trunk/stream/stream.c
   trunk/stream/stream.h

Modified: trunk/help/help_mp-hu.h
==============================================================================
--- trunk/help/help_mp-hu.h	Thu Oct 21 19:35:56 2010	(r32523)
+++ trunk/help/help_mp-hu.h	Thu Oct 21 20:19:30 2010	(r32524)
@@ -213,6 +213,8 @@ static const char help_text[]=
 #define MSGTR_OSDChapter "Fejezet: (%d) %s"
 #define MSGTR_OSDAngle "Szög: %d/%d"
 #define MSGTR_OSDDeinterlace "Deinterlace: %s"
+#define MSGTR_OSDCapturing "Mentés: %s"
+#define MSGTR_OSDCapturingFailure "Mentés sikertelen"
 
 // property values
 #define MSGTR_Enabled "bekapcsolva"

Modified: trunk/help/help_mp-it.h
==============================================================================
--- trunk/help/help_mp-it.h	Thu Oct 21 19:35:56 2010	(r32523)
+++ trunk/help/help_mp-it.h	Thu Oct 21 20:19:30 2010	(r32524)
@@ -211,6 +211,8 @@ static const char help_text[]=
 #define MSGTR_OSDChapter "Capitolo: (%d) %s"
 #define MSGTR_OSDAngle "Angolazione: %d/%d"
 #define MSGTR_OSDDeinterlace "Deinterlacciamento: %s"
+#define MSGTR_OSDCapturing "Registrazione: %s"
+#define MSGTR_OSDCapturingFailure "Registrazione fallito"
 
 // property values
 #define MSGTR_Enabled "abilitat"


More information about the MPlayer-translations mailing list