[Mplayer-cvslog] CVS: main/help help_mp-en.h,1.61,1.62

Arpi of Ize arpi at mplayerhq.hu
Sun Oct 6 20:03:14 CEST 2002


Update of /cvsroot/mplayer/main/help
In directory mail:/var/tmp.root/cvs-serv31634/help

Modified Files:
	help_mp-en.h 
Log Message:
smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev at abv.bg>
TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure !


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- help_mp-en.h	29 Sep 2002 14:55:52 -0000	1.61
+++ help_mp-en.h	6 Oct 2002 18:03:11 -0000	1.62
@@ -165,6 +165,10 @@
 #define MSGTR_ConnToServer "Connected to server: %s\n"
 #define MSGTR_FileNotFound "File not found: '%s'\n"
 
+#define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"
+#define MSGTR_SMBFileNotFound "Could not open from lan: '%s'\n"
+#define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support\n"
+
 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"
 #define MSGTR_DVDwait "Reading disc structure, please wait...\n"
 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"




More information about the MPlayer-cvslog mailing list