summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-06 18:03:12 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-06 18:03:12 +0000
commit632b8e8edd707085a9981b4edec7c38b71199cfd (patch)
tree5dd123cb7e732abd3e31ff1e322802bfbbf9121e /help
parenta5eea66f78c7b30773399b29563f917a577cb543 (diff)
downloadmpv-632b8e8edd707085a9981b4edec7c38b71199cfd.tar.bz2
mpv-632b8e8edd707085a9981b4edec7c38b71199cfd.tar.xz
smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7631 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index aad15c221e..776504c52d 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -165,6 +165,10 @@ static char help_text[]=
#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"