diff help/help_mp-en.h @ 21636:1e8b1b5b1ccc

support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
author nicodvb
date Sun, 17 Dec 2006 18:10:49 +0000
parents 62bd8e0d3a0f
children 93df7e6156f1
line wrap: on
line diff
--- a/help/help_mp-en.h	Sun Dec 17 18:05:18 2006 +0000
+++ b/help/help_mp-en.h	Sun Dec 17 18:10:49 2006 +0000
@@ -539,6 +539,11 @@
 #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"