83 lines
2.1 KiB
C
83 lines
2.1 KiB
C
/* $XConsortium: Messages.c /main/3 1995/10/26 12:30:04 rswiston $ */
|
|
/************************************<+>*************************************
|
|
****************************************************************************
|
|
**
|
|
** File: Messages.c
|
|
**
|
|
** Project: Cache Creek (Rivers) Project
|
|
**
|
|
** Description: Contains the static declorations of all the error messages
|
|
** used within the Cache Creek widgets.
|
|
**
|
|
**
|
|
** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
|
|
**
|
|
** (c) Copyright 1993, 1994 Hewlett-Packard Company
|
|
** (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
** (c) Copyright 1993, 1994 Novell, Inc.
|
|
**
|
|
**
|
|
**
|
|
****************************************************************************
|
|
************************************<+>*************************************/
|
|
|
|
|
|
|
|
|
|
/*** HelpDialog.c ***/
|
|
const char _DtHelpMsg_0000[] =
|
|
"String data could not be formatted.";
|
|
|
|
const char _DtHelpMsg_0001[] =
|
|
"Dymamic string data could not be formated.";
|
|
|
|
const char _DtHelpMsg_0002[] =
|
|
"Man Page could not be formatted. The requested Man Page is either not present, or corrupt.";
|
|
|
|
const char _DtHelpMsg_0003[] =
|
|
"Text file data could not be formatted. The requested text file is either not present, or corrupt.";
|
|
|
|
const char _DtHelpMsg_0004[] =
|
|
"The specified DtNhelpType is invalid.";
|
|
|
|
const char _DtHelpMsg_0005[] =
|
|
"Help topic could not be formatted.";
|
|
|
|
const char _DtHelpMsg_0006[] =
|
|
"No DtNhyperLinkCallback supplied for widget.";
|
|
|
|
const char _DtHelpMsg_0007[] =
|
|
"Non-valid hypertext link type.";
|
|
|
|
const char _DtHelpMsg_0008[] =
|
|
"No DtNhyperLinkCallback supplied for widget to handle APP_LINK or MAN_LINK links.";
|
|
|
|
const char _DtHelpMsg_0009[] =
|
|
"Nonexistent DtNlocationId.";
|
|
|
|
const char _DtHelpMsg_0010[] =
|
|
"Could not find DtNhelpVolume.";
|
|
|
|
const char _DtHelpMsg_0011[] =
|
|
"Could not open DtNhelpVolume.";
|
|
|
|
|
|
/*** QuickHelpDialog.c ***/
|
|
|
|
const char _DtMsgQuickHelp_0001[] =
|
|
"Non-valid Quick Help child type";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|