diff help/help_mp-en.h @ 7630:4c51ce16c4a2

smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg> TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure !
author arpi
date Sun, 06 Oct 2002 18:03:12 +0000
parents 1c086c0f38a7
children c1a615af96c2
line wrap: on
line diff
--- a/help/help_mp-en.h	Sun Oct 06 17:50:37 2002 +0000
+++ b/help/help_mp-en.h	Sun Oct 06 18:03:12 2002 +0000
@@ -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"