;******************************************************************************
;
;  Common Library (c)1996 by Denis GOUNELLE
;  Strings definitions
;
;******************************************************************************/
;
;========= strings for requests ===============================================
;
CMSG_REQ_OK (//)
Ok
;
CMSG_REQ_YES_NO (//)
Yes|No
;
CMSG_REQ_RETRY_CANCEL (//)
Retry|Cancel
;
CMSG_REQ_CONTINUE_ABORT (//)
Continue|Abort
;
CMSG_REQ_ABORT (//)
Abort
;
CMSG_STRREQ_OK (//)
_Ok
;
CMSG_STRREQ_CANCEL (//)
_Cancel
;
;========= strings for errors =================================================
;
CMSG_ERR_EPERM (//)
User is not owner
;
CMSG_ERR_NOENT (//)
No such file or directory
;
CMSG_ERR_SRCH (//)
No such process
;
CMSG_ERR_EINTR (//)
Interrupted system call
;
CMSG_ERR_EIO (//)
I/O error
;
CMSG_ERR_ENXIO (//)
No such device or address
;
CMSG_ERR_E2BIG (//)
Arg list is too long
;
CMSG_ERR_ENOEXEC (//)
Exec format error
;
CMSG_ERR_EBADF (//)
Bad file number
;
CMSG_ERR_ECHILD (//)
No child process
;
CMSG_ERR_EAGAIN (//)
No more processes allowed
;
CMSG_ERR_ENOMEM (//)
No memory available
;
CMSG_ERR_EACCES (//)
Access denied
;
CMSG_ERR_EFAULT (//)
Bad address
;
CMSG_ERR_ENOTBLK (//)
Bulk device required
;
CMSG_ERR_EBUSY (//)
Resource is busy
;
CMSG_ERR_EEXIST (//)
File already exists
;
CMSG_ERR_EXDEV (//)
Cross-device link
;
CMSG_ERR_ENODEV (//)
No such device
;
CMSG_ERR_ENOTDIR (//)
Not a directory
;
CMSG_ERR_EISDIR (//)
Is a directory
;
CMSG_ERR_EINVAL (//)
Invalid argument
;
CMSG_ERR_ENFILE (//)
No more files (units) allowed
;
CMSG_ERR_EMFILE (//)
No more files (units) allowed for this process
;
CMSG_ERR_ENOTTY (//)
Not a terminal
;
CMSG_ERR_ETXTBSY (//)
Text file is busy
;
CMSG_ERR_EFBIG (//)
File is too large
;
CMSG_ERR_ENOSPC (//)
No space left
;
CMSG_ERR_ESPIPE (//)
Seek issued to pipe
;
CMSG_ERR_EROFS (//)
Read-only file system
;
CMSG_ERR_EMLINK (//)
Too many links
;
CMSG_ERR_EPIPE (//)
Broken pipe
;
CMSG_ERR_EDOM (//)
Math function argument error
;
CMSG_ERR_ERANGE (//)
Math function result is out of range
;
CMSG_ERR_TOO_MUCH_ARGS (//)
Too much arguments
;
CMSG_ERR_NO_LIBRARY (//)
Required system library not opened
;
CMSG_ERR_NO_DISK_OBJECT (//)
Couldn't get the icon of a file
;
CMSG_ERR_BAD_ARG_SYNTAX (//)
Invalid argument syntax
;
CMSG_ERR_BAD_ARG_OPTION (//)
Invalid option specified
;
CMSG_ERR_BAD_ARG_KEYWORD (//)
Invalid keyword specified
;
CMSG_ERR_BAD_ARG_VALUE (//)
Invalid argument value
;
CMSG_ERR_REQUEST_FAILED (//)
Request failed
;
CMSG_ERR_NO_DEFAULT_SCREEN (//)
Couldn't lock the public screen
;
CMSG_ERR_NO_CUSTOM_SCREEN (//)
Couldn't open a new screen
;
CMSG_ERR_NO_WINDOW (//)
Couldn't open a new window
;
CMSG_ERR_OPEN_ERROR (//)
Coudn't open\n%s\n(%s)
;
CMSG_ERR_READ_ERROR (//)
A read error occured on\n%s\n(%s)
;
CMSG_ERR_WRITE_ERROR (//)
A write error occured on\n%s\n(%s)
;
CMSG_ERR_WRONG_TYPE (//)
Is not of required type
;
CMSG_ERR_NO_AREXX_PORT (//)
Couldn't open the AREXX port
;
CMSG_ERR_ABORTED (//)
Operation aborted
;
;========= other strings ======================================================
;
CMSG_FONTNAME_FMT (//)
%s (height %d)
;
