summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 18:10:49 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-17 18:10:49 +0000
commit1b03ddac2848b445f20a10e91880b3935c612c6e (patch)
tree39506cd393a97850e9b80311cf72859ab73a6470 /help
parentfaa89c1d4d1b82d247609ebf4c4ed7ef56ef5da5 (diff)
downloadmpv-1b03ddac2848b445f20a10e91880b3935c612c6e.tar.bz2
mpv-1b03ddac2848b445f20a10e91880b3935c612c6e.tar.xz
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.h5
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"