18 lines
488 B
C
18 lines
488 B
C
static char* sErrorStrings[]=
|
|
{
|
|
"OK",
|
|
"\t Intern :",
|
|
"\t No connection :",
|
|
"\t Not joined to a session:",
|
|
"\t Session needs right password:",
|
|
"\t Session is locked:",
|
|
"\t Session already exists:",
|
|
"\t Session is full:",
|
|
"\t You must be session master:",
|
|
"\t Invalid parameter :",
|
|
"\t There is not such user :",
|
|
"\t Distributed class already exists :",
|
|
"\t Couldn't connect to any server :",
|
|
"\t You already joined to a session :",
|
|
"\t No such session :"
|
|
}; |