home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 November
/
PCWorld_1999-11_cd.bin
/
Komunik
/
Sambar
/
_setup.1
/
Common.eng
< prev
next >
Wrap
Text File
|
1998-02-18
|
4KB
|
117 lines
#
# Common Libarary Error Messages
#
[common]
# CM_E_MALLOCFAIL
1 = %s: MALLOC() of %d bytes failed.
# CM_E_NULLARG
2 = %s: Argument '%s' is NULL.
# CM_E_FOPENFAIL
3 = %s: File open of '%s' failed.
# CM_E_FWRITEFAIL
4 = %s: File write of '%d' bytes failed.
# CM_E_FWRITESIZE
5 = %s: Attempted to write '%d' bytes, '%d' written.
# CM_E_BADMEMSIZE
6 = %s: An invalid memory block size was provided (%ld).
# CM_E_BADMEMORY
7 = %s: The memory handle provided is invalid.
# CM_E_BADFORMAT
8 = %s: The string provided is not in %s format.
# CM_E_ENDSECTION
9 = %s: End of section not found.
# CM_E_LONGNAME
10 = %s: The name argument is longer than CM_MAX_NAME.
# CM_E_LONGVALUE
11 = %s: The value argument is longer than CM_MAX_LINE.
# CM_E_NOENTRY
12 = %s: The no entry was found in the section.
# CM_E_BADSIZE
13 = %s: An invalid size parameter was provided (%d).
# CM_E_BADHASHINDEX
14 = %s: An invalid hash index was provided (%d).
# CM_E_INVALIDARG
15 = %s: An invalid argument was provided (%s).
# CM_E_BADFILE
16 = %s: Error processing '%s' file (line %ld).
# CM_E_NOSPACE
17 = %s: Insufficient space for argument '%s' (%d).
# CM_E_CHECKPTR
18 = Function argument is NULL.
# CM_E_ASSERT
19 = Assertion failed!
# CM_E_LIBINIT
20 = %s library initialized...
# CM_E_USERLISTLOADED
21 = %d User entries loaded.
# CM_E_FREEHOST
22 = %s: Host free for interval %d failed.
# CM_E_LIBEXIT
23 = %s library exited...
# CM_E_INTERVALINIT
24 = Sniffer library initialized for %d intervals.
# CM_E_THREADINIT
25 = Thread-id %u started...
# CM_E_THREADEXIT
26 = Thread-id %u exited...
# CM_E_MAXELEMENTS
27 = Maximum number of %s exceeded (%d).
# CM_E_NETLISTENER
28 = Unable to start listener on port %d. Is TCP connectivity installed?
# CM_E_APPLICSLOADED
29 = %d Applications loaded.
# CM_E_CANTCONNECT
30 = Unable to connect to the server.
# CM_E_BADRULE
31 = The %s rule specified for the category '%s' is invalid: %s
# CM_E_BADCONFIGPROP
32 = Invalid/unrecognized configuration property: %s
# CM_E_NOTSYSADMIN
33 = Only the system administrator can perform the requested command.
# CM_E_BADCLIENT
34 = An invalid client connection (%s) was received.
# CM_E_NETBIND
35 = Unable to bind to port %d; the port is in use by another server.
# CM_E_ALREADYEXISTS
36 = The %s '%s' already exists.
# CM_E_DOESNTEXIST
37 = The %s '%s' does not exist.
# CM_E_INVALIDNAME
38 = The name requested (%s) is invalid.
# CM_E_LENGTHEXCEEDED
39 = The maximum length (%d) for %s was exceeded.
# CM_E_DNSFAILED
40 = DNS lookup on address '%s' failed.
# CM_E_EVENTFAILED
41 = %s failure: User-defined handler '%s' failed.
# CM_E_SCHEMAFAILURE
42 = Schema failure creating table '%s'.
# CM_E_NOCGIAPP
43 = No application associated with CGI: %s
# CM_E_BADCGI
44 = CGI execution failed: %s
# CM_E_CONNECTFAIL
45 = Unable to connect to '%s'.
# CM_E_NOTRUNNING
46 = %s failed: The Service requested (%s) is not running.
# CM_E_DBMSERR
47 = DBMS Error: %s
# CM_E_INTERNALSYSTEM
48 = Internal Error: %s
# CM_E_MISSINGPARAM
49 = %s RPC requires parameter: %s
# CM_E_DBMSCONNECT
50 = DBMS cache '%s' connect failed for datasource '%s'
# CM_E_DBMSCOMMAND
51 = DBMS cache '%s' command failed: %s
# CM_E_SCHEDULER
52 = The scheduled task '%s' failed.
# CM_E_DIALUPAPIS
53 = Couldn't load Dial-On-Demand APIs (%s:%s). Is the Remote Access Service installed?
# CM_E_DIALUP
54 = Dialup to RAS entry '%s' failed [%s]: %s
# CM_E_HANGUP
55 = Error during RasHangUp() [%ld]