#	@(#) shell_strs 25.1 92/03/15 
#
#	Copyright (C) 1987-1992 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#

PRESSRET="Press <Return> to select"
USEARROW="Use arrow keys, <esc> when done"
EOFMSG="END"
FILEPRMPT="Filename: "

LPCAN1="No lp jobs"
LPCAN2="Cancel an Lp job"

OACMP1="Select type of file to compare"
OACMP2="Text File"
OACMP3="Binary File"
OACMP4="Directory"
OACMP5="Enter First Filename: "
OACMP6="Enter Second Filename: "
OACMP7="Enter First Directory: "
OACMP8="Enter Second Directory: "
OACMP9="\n    Files are the same."
OACMP10='<< ${File1} vs ${File2} >>'
 # CMP_NUMCOLS is the length of the box used to display OACMP2, OACMP3, OACMP4,
 # horizontally. The title of the box is OACMP1.
 # CMP_NUMCOLS should be the length of OACMP2 + OACMP3 + OACMP4 + ~10.
CMP_NUMCOLS=44

OADF1="Disk Space Available"

OADU1='Disk Usage under ${dir}'

OAFIND1="Filename: "
OAFIND2="Locate File"
OAFIND3='\\n    File ${file} not found.'

OAKILL1="Select program to kill"
OAKILL2="Type of Signal"
OAKILL3="2  - Interrupt"
OAKILL4="15 - Terminate"
OAKILL5="9  - Unconditional"
 # KILL_NUMCOLS The length of the box used to display the
 # strings OAKILL3, OAKILL4, OAKILL5 vertically. 
 # The title of the box is OAKILL2.
 # So make the number of columns to be the size of the longest string
 # (either OAKILL2, OAKILL3, OAKILL4 or OAKILL5) plus about 10.
KILL_NUMCOLS=30

OAPS1='Processes for ${1}'

OAPSALL1="All running Processes"

OASEARCH1="Text Search"
OASEARCH2="Search String: "
OASEARCH3="Files: "
OASEARCH4="\n    Expression not found."
OASEARCH5='<< Search for ${expr} >>'

OAWHO1="Users on System"

OSVERS1="OS Version Information"


 #
 # OPADM scripts
 #
OAKILLANY1="Select program to kill"
OAKILLANY2="Type of Signal"
OAKILLANY3="2  - Interrupt"
OAKILLANY4="15 - Terminate"
OAKILLANY5="9  - Unconditional"

SETPREF1="SCO Calendar"
SETPREF2="SCO Mail"
SETPREF3="SCO Manager"
SETPREF4="Usage: ${0} {calendar,mail,desktop}"
SETPREF5="       **Permission denied**"
SETPREF6="Set System-wide Preferences"
SETPREF7="Yes"
SETPREF8="No"
SETPREF9='Set ${prog} Preferences'
SETPREF10='
      \\nIf you select Yes, then your current\\n
       preferences for ${prog} will become\\n
       the system-wide defaults.
      '
 #
 # For the user dir translator
LOGIN="Login" 
FSTNAME="First Name"
LSTNAME="Last Name"
PHONE="Phone"
COMPANY="Company"
TITLE="Title"
STREET="Street"
CITY="City"
STATE="State"
ZIP="Zip"
NOTES="Notes"

