comparison help/help_mp-en.h @ 13284:6370626e902b

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).
author ivo
date Wed, 08 Sep 2004 03:51:37 +0000
parents 43772c0eb1ab
children 567875b88aab
comparison
equal deleted inserted replaced
13283:858b7e04718c 13284:6370626e902b
747 #endif 747 #endif
748 748
749 // ======================= VO Video Output drivers ======================== 749 // ======================= VO Video Output drivers ========================
750 750
751 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n" 751 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
752 #define MSGTR_VO_GenericError "This error has occurred"
753 #define MSGTR_VO_UnableToAccess "Unable to access"
754 #define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory."
755 #define MSGTR_VO_DirExistsButNotWritable "Output directory already exists, but is not writable."
756 #define MSGTR_VO_DirExistsAndIsWritable "Output directory already exists and is writable."
757 #define MSGTR_VO_CantCreateDirectory "Unable to create output directory."
758 #define MSGTR_VO_CantCreateFile "Unable to create output file."
759 #define MSGTR_VO_DirectoryCreateSuccess "Output directory successfully created."
760 #define MSGTR_VO_ParsingSuboptions "Parsing suboptions."
761 #define MSGTR_VO_SuboptionsParsedOK "Suboptions parsed OK."
762 #define MSGTR_VO_ValueOutOfRange "Value out of range"
763 #define MSGTR_VO_NoValueSpecified "No value specified."
764 #define MSGTR_VO_UnknownSuboptions "Unknown suboption(s)"
752 765
753 // vo_jpeg.c 766 // vo_jpeg.c
754 #define MSGTR_VO_JPEG_GenericError "This error has occurred"
755 #define MSGTR_VO_JPEG_UnableToAccess "Unable to access"
756 #define MSGTR_VO_JPEG_ExistsButNoDirectory "already exists, but is not a directory."
757 #define MSGTR_VO_JPEG_DirExistsButNotWritable "Output directory already exists, but is not writable."
758 #define MSGTR_VO_JPEG_DirExistsAndIsWritable "Output directory already exists and is writable."
759 #define MSGTR_VO_JPEG_CantCreateDirectory "Unable to create output directory."
760 #define MSGTR_VO_JPEG_CantCreateFile "Unable to create output file."
761 #define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created."
762 #define MSGTR_VO_JPEG_ParsingSuboptions "Parsing suboptions."
763 #define MSGTR_VO_JPEG_SuboptionsParsedOK "Suboptions parsed OK."
764 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled." 767 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
765 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled." 768 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."
766 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled." 769 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."
767 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled." 770 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."
768 #define MSGTR_VO_JPEG_ValueOutOfRange "Value out of range" 771
769 #define MSGTR_VO_JPEG_NoValueSpecified "No value specified."
770 #define MSGTR_VO_JPEG_UnknownOptions "Unknown option(s)"
771