summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-08 03:51:37 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-08 03:51:37 +0000
commit07839ac723dbd2477b360a343b3f2311b9fe315c (patch)
treeacc8cb04303fc3132d1e8e00f653fe164493e20d /help/help_mp-en.h
parentb8c10b5b267acc651c49243ce75c2c22f3a13260 (diff)
downloadmpv-07839ac723dbd2477b360a343b3f2311b9fe315c.tar.bz2
mpv-07839ac723dbd2477b360a343b3f2311b9fe315c.tar.xz
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). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13285 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 05f789ac92..0c662cdbba 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -749,23 +749,23 @@ static char help_text[]=
// ======================= 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)"