#!/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="これより Photo Image Print System のセットアップを開始します。\n"\ "本製品は設定を行わなければ正しく動作しません。\n" B_TXT="プリンタの接続先を指定してください。\n" C_TXT="lprで使用する際のプリンタ名を指定してください。\n" D_TXT="設定は以上です。設定を保存してよろしいですか?\n" E1_TXT="以下のファイルを変更しました。\n"\ "/etc/ekpdrc\n"\ "/etc/printcap\n\n"\ "以下のディレクトリを作成しました。\n"\ "/var/spool/lpd/" E2_TXT="\n保存しました。セットアップを終了します。\n"\ "設定を変更するには/usr/local/EPKowa/$PRT_MODEL/setupを起動してください。\n"\ "\n"\ "設定を反映する為に、lpdを再起動して下さい。\n" F_TXT="セットアップをキャンセルします。まだ設定は終了していません。\n"\ "/usr/local/EPKowa/$PRT_MODEL/setupを起動して、設定を行ってください。\n"