comparison 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
comparison
equal deleted inserted replaced
7629:9068ed109341 7630:4c51ce16c4a2
162 #define MSGTR_ErrTrackSelect "Error selecting VCD track!" 162 #define MSGTR_ErrTrackSelect "Error selecting VCD track!"
163 #define MSGTR_ReadSTDIN "Reading from stdin...\n" 163 #define MSGTR_ReadSTDIN "Reading from stdin...\n"
164 #define MSGTR_UnableOpenURL "Unable to open URL: %s\n" 164 #define MSGTR_UnableOpenURL "Unable to open URL: %s\n"
165 #define MSGTR_ConnToServer "Connected to server: %s\n" 165 #define MSGTR_ConnToServer "Connected to server: %s\n"
166 #define MSGTR_FileNotFound "File not found: '%s'\n" 166 #define MSGTR_FileNotFound "File not found: '%s'\n"
167
168 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"
169 #define MSGTR_SMBFileNotFound "Could not open from lan: '%s'\n"
170 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support\n"
167 171
168 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n" 172 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"
169 #define MSGTR_DVDwait "Reading disc structure, please wait...\n" 173 #define MSGTR_DVDwait "Reading disc structure, please wait...\n"
170 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n" 174 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"
171 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n" 175 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"