#!/bin/sh # # Photo Image Print System # Copyright (C) 2001-2004 EPSON KOWA Corporation. # Copyright (C) SEIKO EPSON CORPORATION 2001-2004. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # A_TXT="It starts to set up of Photo Image Print System.\n"\ "If this product does not set up, it does not operate correctly.\n" B_TXT="Please specify the connection of a printer.\n" C_TXT="Please specify the printer name when it is using by lpr.\n" D_TXT="Setup is complete. Is it saved?\n" E1_TXT="The following files were changed.\n"\ "/etc/ekpdrc\n/etc/printcap\n\n"\ "The following directories were created.\n"\ "/var/spool/lpd/" E2_TXT="\nIt saved. Setup is complete.\n"\ "Start /usr/local/EPKowa/$PRT_MODEL/setup to change setup.\n"\ "\n"\ "Please restart lpd in order to reflect setup.\n" F_TXT="Setup is canceled. Setup is not complete yet.\n"\ "Set up by starting /usr/local/EPKowa/$PRT_MODEL/setup.\n"