
/*
 * This file is part of the OLH system.
 *
 *      Lucien Van Elsen
 *	MIT Project Athena
 *
 * Copyright (C) 1990 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h".
 *
 *	$Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olh/ascii/text.h,v $
 *	$Id: text.h,v 1.4 1991/06/30 22:26:13 lwvanels Exp $
 *	$Author:
 */

/*
 * Text definitions
 */

#define HEADER_TEXT	"-- Project Athena On-Line Help Service --"
#define COPYRIGHT \
"Copyright (c) 1990 Massachusetts Institute of Technology             OLH v1.0"
#define ATTACHWAIT	"Attaching \"%s\".  Please wait."
#define ATTACHWARNING	"Warning:  Unable to attach \"%s\"."
#define CLEAR_MSG	show_message(" ")
#define NO_MORE  \
"No more entries.  Press \"Next\" again to step up one level."
#define NO_PREV  \
  "No previous entries.  Press \"Previous\" again to step up one level."
#define TOP_AND_NO_MORE  \
  "No more entries, and there are no menus above this one."
#define TOP_AND_NO_PREV  \
  "No previous entries, and there are no menus above this one."
#define NONE_SELECTED  \
  "Nothing selected yet.  Press \"View Selected\" again to view the first entry."
#define NO_MORE_UP  \
  "There are no more menus up from here.  You are at the top-level menu."
  
  
#define VERSION "1.0"
