diff help/help_mp-en.h @ 13158:b872a27aea9e

Added output to multiple directories for vo_jpeg. Updated the manual page to describe the new options.
author ivo
date Thu, 26 Aug 2004 22:18:25 +0000
parents 07067695680a
children 933b45ad31d5
line wrap: on
line diff
--- a/help/help_mp-en.h	Thu Aug 26 22:15:26 2004 +0000
+++ b/help/help_mp-en.h	Thu Aug 26 22:18:25 2004 +0000
@@ -86,7 +86,6 @@
 #define MSGTR_CouldntInitAudioCodec "Could not initialize audio codec -> no sound.\n"
 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s...\n"
 #define MSGTR_CantFindVideoCodec "Cannot find codec matching selected -vo and video format 0x%X.\n"
-#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver.\n"
 #define MSGTR_CannotInitAO "Could not open/initialize audio device -> no sound.\n"
 #define MSGTR_StartPlaying "Starting playback...\n"
@@ -746,3 +745,17 @@
 #define MSGTR_MSGBOX_LABEL_Warning "Warning!"
 
 #endif
+
+// ======================= VO Video Output drivers ========================
+
+#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
+
+// 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 ouput directory."
+#define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created."
+