123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
- /* $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 formatted.";
- 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";
|