diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 18:10:49 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 18:10:49 +0000 |
commit | 1b03ddac2848b445f20a10e91880b3935c612c6e (patch) | |
tree | 39506cd393a97850e9b80311cf72859ab73a6470 /help | |
parent | faa89c1d4d1b82d247609ebf4c4ed7ef56ef5da5 (diff) |
support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21652 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 8191408893..2886447516 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -539,6 +539,11 @@ static char help_text[]= #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n" // stream_dvd.c +#define MSGTR_DVDspeedCantOpen "Couldn't open DVD device for writing, changing DVD speed needs write access.\n" +#define MSGTR_DVDrestoreSpeed "Restoring DVD speed... " +#define MSGTR_DVDlimitSpeed "Limiting DVD speed to %dKB/s... " +#define MSGTR_DVDlimitFail "Failed.\n" +#define MSGTR_DVDlimitOk "Ok.\n" #define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n" #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n" #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n" |