#!/bin/sh
# @(#)123_strings.sh	128.1 20 Jan 1993 19:33:22
#

OL_ONLY="YOU MUST BE RUNNING THE Open Look Window Manager TO RUN THIS PRODUCT."
OL_O_2="You are currently configured for Open Look from your setup file."
OL_O_3="Please ensure that you are running olwm and your \$WINDOW_MGR environment variable is set to \"olwm\"."
MOTIF_O_2="You are currently configured for Motif from your setup file"
CANT_CONNECT="Can't open connection to display"
FP_ERR="Couldn't extend font path to"
PATH_ERR="Your PATH is not properly set to run 123"
NOT_FOUND="not found"
MEM_WARN="Can't determine memory size"
MEM_WARN_2="123 may perform poorly"
MEM_TOO_SMALL="Your system has less than ${MINMEM}K memory"
MEM_2_2="This product requires ${MINMEM}K to run"
SWAP_WARN="Can't determine swap size"
SWAP_2_SMALL="Your system has less than ${MINSWAP}K swap space"
SWAP_2_2="System and application performance may be impeded later"
SOL2_NO_SUN_CMD="Cannot run 123 in cmdtool or shelltool window - run in an xterm"

SW_USAGE='Usage: 123 [optional argument]

Optional arguments are:
        -f unix or -f dos       to select a file-name mode
        -c lower or -c upper    to select lower-case dos file-name mode
                                  or upper-case dos file-name mode
        -k keyboard-type        to select a particular keyboard type
        -n                      to run without using a video display
        -p number               to select the number of sheets displayed
                                  in perspective mode
        -w filename             to select a file to override the auto-file'
NO_L123_SET_FILE="123: can't read file <$HOME/.l123set>, please run setup123"
WARN_NO_DOS_MODE_MOTIF="WARNING:  1-2-3 for MOTIF does not support DOS file name mode"
WARN_NO_DOS_MODE_OL="WARNING:  1-2-3 for Open Look does not support DOS file name mode"
