[MPlayer-DOCS] CVS: main/help help_mp-en.h, 1.129, 1.130 help_mp-de.h, 1.89, 1.90 help_mp-es.h, 1.41, 1.42

Ivo van Poorten CVS syncmail at mplayerhq.hu
Wed Sep 8 05:51:39 CEST 2004


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv9442/help

Modified Files:
	help_mp-en.h help_mp-de.h help_mp-es.h 
Log Message:
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
easily be re-used by other video output drivers, without having inapproriate
names.

To make live easier for the translators, I have made the same changes to
the German and Spanish translations (those who already picked up on the
MSGTR_VO_* messages). 



Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- help_mp-en.h	6 Sep 2004 14:07:48 -0000	1.129
+++ help_mp-en.h	8 Sep 2004 03:51:37 -0000	1.130
@@ -749,23 +749,23 @@
 // ======================= VO Video Output drivers ========================
 
 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
+#define MSGTR_VO_GenericError "This error has occurred"
+#define MSGTR_VO_UnableToAccess "Unable to access"
+#define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory."
+#define MSGTR_VO_DirExistsButNotWritable "Output directory already exists, but is not writable."
+#define MSGTR_VO_DirExistsAndIsWritable "Output directory already exists and is writable."
+#define MSGTR_VO_CantCreateDirectory "Unable to create output directory."
+#define MSGTR_VO_CantCreateFile "Unable to create output file."
+#define MSGTR_VO_DirectoryCreateSuccess "Output directory successfully created."
+#define MSGTR_VO_ParsingSuboptions "Parsing suboptions."
+#define MSGTR_VO_SuboptionsParsedOK "Suboptions parsed OK."
+#define MSGTR_VO_ValueOutOfRange "Value out of range"
+#define MSGTR_VO_NoValueSpecified "No value specified."
+#define MSGTR_VO_UnknownSuboptions "Unknown suboption(s)"
 
 // vo_jpeg.c
-#define MSGTR_VO_JPEG_GenericError "This error has occurred"
-#define MSGTR_VO_JPEG_UnableToAccess "Unable to access"
-#define MSGTR_VO_JPEG_ExistsButNoDirectory "already exists, but is not a directory."
-#define MSGTR_VO_JPEG_DirExistsButNotWritable "Output directory already exists, but is not writable."
-#define MSGTR_VO_JPEG_DirExistsAndIsWritable "Output directory already exists and is writable."
-#define MSGTR_VO_JPEG_CantCreateDirectory "Unable to create output directory."
-#define MSGTR_VO_JPEG_CantCreateFile "Unable to create output file."
-#define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created."
-#define MSGTR_VO_JPEG_ParsingSuboptions "Parsing suboptions."
-#define MSGTR_VO_JPEG_SuboptionsParsedOK "Suboptions parsed OK."
 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."
 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."
 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."
-#define MSGTR_VO_JPEG_ValueOutOfRange "Value out of range"
-#define MSGTR_VO_JPEG_NoValueSpecified "No value specified."
-#define MSGTR_VO_JPEG_UnknownOptions "Unknown option(s)"
 

Index: help_mp-de.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-de.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- help_mp-de.h	5 Sep 2004 22:01:23 -0000	1.89
+++ help_mp-de.h	8 Sep 2004 03:51:37 -0000	1.90
@@ -755,22 +755,23 @@
  // ======================= VO Video Output drivers ========================
 
 #define MSGTR_VOincompCodec "Der ausgewählte Videoausgabetreiber ist nicht kompatibel mit diesem Codec.\n"
+#define MSGTR_VO_GenericError "Dieser Fehler ist aufgetreten"
+#define MSGTR_VO_UnableToAccess "Zugriff nicht möglich."
+#define MSGTR_VO_ExistsButNoDirectory "existiert schon, ist aber kein Verzeichnis."
+#define MSGTR_VO_DirExistsButNotWritable "Ausgabeverzeichnis existiert schon, ist aber nicht beschreibbar."
+#define MSGTR_VO_DirExistsAndIsWritable "Ausgabeverzeichnis existiert schon und ist beschreibbar."
+#define MSGTR_VO_CantCreateDirectory "Kann Ausgabeverzeichnis nicht erstellen."
+#define MSGTR_VO_CantCreateFile "Kann Ausgabedatei nicht erstellen."
+#define MSGTR_VO_DirectoryCreateSuccess "Ausgabeverzeichnis erfolgreich erstellt."
+#define MSGTR_VO_ParsingSuboptions "Unteroptionen werden geparst."
+#define MSGTR_VO_SuboptionsParsedOK "Parsen der Unteroptionen OK."
+#define MSGTR_VO_ValueOutOfRange "Wert außerhalb des gültigen Bereichs"
+#define MSGTR_VO_NoValueSpecified "Kein Wert angegeben."
+#define MSGTR_VO_UnknownSuboptions "Unbekannte Unteroption(en)"
 
  // vo_jpeg.c
-#define MSGTR_VO_JPEG_GenericError "Dieser Fehler ist aufgetreten"
-#define MSGTR_VO_JPEG_UnableToAccess "Zugriff nicht möglich."
-#define MSGTR_VO_JPEG_ExistsButNoDirectory "existiert schon, ist aber kein Verzeichnis."
-#define MSGTR_VO_JPEG_DirExistsButNotWritable "Ausgabeverzeichnis existiert schon, ist aber nicht beschreibbar."
-#define MSGTR_VO_JPEG_DirExistsAndIsWritable "Ausgabeverzeichnis existiert schon und ist beschreibbar."
-#define MSGTR_VO_JPEG_CantCreateDirectory "Kann Ausgabeverzeichnis nicht erstellen."
-#define MSGTR_VO_JPEG_CantCreateFile "Kann Ausgabedatei nicht erstellen."
-#define MSGTR_VO_JPEG_DirectoryCreateSuccess "Ausgabeverzeichnis erfolgreich erstellt."
-#define MSGTR_VO_JPEG_ParsingSuboptions "Unteroptionen werden geparst."
-#define MSGTR_VO_JPEG_SuboptionsParsedOK "Parsen der Unteroptionen OK."
 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressives JPEG aktiviert."
 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressives JPEG deaktiviert."
 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline-JPEG aktiviert."
 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline-JPEG deaktiviert."
-#define MSGTR_VO_JPEG_ValueOutOfRange "Wert außerhalb des gültigen Bereichs"
-#define MSGTR_VO_JPEG_NoValueSpecified "Kein Wert angegeben."
-#define MSGTR_VO_JPEG_UnknownOptions "Unbekannte Option(en)"
+

Index: help_mp-es.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-es.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- help_mp-es.h	2 Sep 2004 19:33:17 -0000	1.41
+++ help_mp-es.h	8 Sep 2004 03:51:37 -0000	1.42
@@ -759,12 +759,13 @@
 // ======================= VO Video Output drivers ========================
 
 #define MSGTR_VOincompCodec "Disculpe, el dispositivo de salida de vídeo es incompatible con este codec.\n"
+#define MSGTR_VO_GenericError "Este error ha ocurrido"
+#define MSGTR_VO_UnableToAccess "No es posible acceder"
+#define MSGTR_VO_ExistsButNoDirectory "ya existe, pero no es un directorio."
+#define MSGTR_VO_DirExistsButNotWritable "El directorio ya existe, pero no se puede escribir en él."
+#define MSGTR_VO_DirExistsAndIsWritable "El directorio ya existe y se puede escribir en él."
+#define MSGTR_VO_CantCreateDirectory "No es posible crear el directorio de salida."
+#define MSGTR_VO_DirectoryCreateSuccess "Directorio de salida creado exitosamente."
 
 // vo_jpeg.c
-#define MSGTR_VO_JPEG_GenericError "Este error ha ocurrido"
-#define MSGTR_VO_JPEG_UnableToAccess "No es posible acceder"
-#define MSGTR_VO_JPEG_ExistsButNoDirectory "ya existe, pero no es un directorio."
-#define MSGTR_VO_JPEG_DirExistsButNotWritable "El directorio ya existe, pero no se puede escribir en él."
-#define MSGTR_VO_JPEG_DirExistsAndIsWritable "El directorio ya existe y se puede escribir en él."
-#define MSGTR_VO_JPEG_CantCreateDirectory "No es posible crear el directorio de salida."
-#define MSGTR_VO_JPEG_DirectoryCreateSuccess "Directorio de salida creado exitosamente."
+




More information about the MPlayer-DOCS mailing list