387 lines
14 KiB
Plaintext
387 lines
14 KiB
Plaintext
|
|
%GT::Installer::LANG = (
|
|
ERR_REQUIRED => "%s can not be left blank.",
|
|
ERR_PATH => "The path (%s) does not exist on this system",
|
|
ERR_PATHWRITE => "Unable to write to directory (%s). Reason: (%s)",
|
|
ERR_PATHCREATE => "Unable to create directory (%s). Reason: (%s)",
|
|
ERR_URLFMT => "(%s) does not look like a URL",
|
|
ERR_FTPFMT => "(%s) does not look like and FTP URL",
|
|
ERR_EMAILFMT => "(%s) does not look like an email",
|
|
ERR_SENDMAIL => "The path (%s) does not exist on your system or is not executable",
|
|
ERR_SMTP => "(%s) is not a valid smtp server address",
|
|
ERR_PERL => "The path to Perl you specified (%s) %s",
|
|
ERR_DIREXISTS => "%s is not a directory but exists, unable to make a directory of that name",
|
|
ERR_WRITEOPEN => "Could not open %s for writting; Reason: %s",
|
|
ERR_READOPEN => "Could not open %s for reading; Reason: %s",
|
|
ERR_RENAME => "Could not rename %s to %s; Reason: %s",
|
|
ENTER_REG => 'Please enter your registration number',
|
|
REG_NUM => 'Registration Number',
|
|
ENTER_SENDMAIL => 'Please enter either a path to sendmail, or a SMTP server to use for sending mail',
|
|
MAILER => 'Mailer',
|
|
ENTER_PERL => 'Please enter the path to Perl 5',
|
|
PATH_PERL => 'Path to Perl',
|
|
CREATE_DIRS => 'Create Directories',
|
|
INSTALL_CURRUPTED => '
|
|
install.dat appears to be corrupted. Please make sure you transfer
|
|
the file in BINARY mode when using FTP. Otherwise you may have a
|
|
corrupted file, and you should try downloading a new file from
|
|
Gossamer Threads.
|
|
|
|
If you need assistance, please visit:
|
|
http://gossamer-threads.com/scripts/support/
|
|
',
|
|
INSTALL_VERSION => '
|
|
This program requires Perl version 5.004_04 or greater to run. Your
|
|
system is only running version %s. Try changing the path to Perl in
|
|
install.cgi to a newer version, or contact your ISP for help.
|
|
',
|
|
ADMIN_PATH_ERROR => "You must specify the path to the previous install's admin area",
|
|
INTRO => '
|
|
%s Quick Install http://gossamer-threads.com
|
|
Copyright (c) 2004 Gossamer Threads Inc. All Rights Reserved
|
|
Redistribution in part or in whole strictly prohibited.
|
|
|
|
Please see LICENSE file for full details.
|
|
',
|
|
WELCOME => '
|
|
Welcome to the %s auto install. This program will
|
|
unarchive the %s program, and create all the
|
|
files neccessary, and set all permissions properly.
|
|
|
|
To begin, please enter the following information. Type exit or
|
|
quit at any time to abort.
|
|
',
|
|
IS_UPGRADE => "Is this an upgrade of an existing installation",
|
|
ENTER_ADMIN_PATH => "\nPlease enter path to current admin",
|
|
UNARCHIVING => 'Unarchiving',
|
|
TAR_OPEN => "Could not open %s. Reason: %s",
|
|
TAR_READ => "There was an error reading from %s. Expected to read %s bytes, but only got %s.",
|
|
TAR_BINMODE => "Could not binmode %s. Reason: %s",
|
|
TAR_BADARGS => "Bad arguments passed to %s. Reason: %s",
|
|
TAR_CHECKSUM => "Checksum Error parsing tar file. Most likely this is a corrupt tar.\nHeader: %s\nChecksum: %s\nFile: %s\n",
|
|
TAR_NOBODY => "File '%s' does not have a body!",
|
|
TAR_CANTFIND => "Unable to find a file named: '%s' in tar archive.",
|
|
TAR_CHMOD => "Could not chmod %s, Reason: %s",
|
|
TAR_DIRFILE => "'%s' exists and is a file. Cannot create directory",
|
|
TAR_MKDIR => "Could not mkdir %s, Reason: %s",
|
|
TAR_RENAME => "Unable to rename temp file: '%s' to tar file '%s'. Reason: %s",
|
|
TAR_NOGZIP => "Compress::Zlib module is required to work with .tar.gz files.",
|
|
SKIPPING_FILE => "Skipping %s\n",
|
|
OVERWRITTING_FILE => "Overwritting %s\n",
|
|
SKIPPING_MATCHED => "Skipping %s in matched directory\n",
|
|
BACKING_UP_FILE => "Backing up %s\n",
|
|
ERR_OPENTAR => '
|
|
Unable to open the install.dat file! Please make sure the
|
|
file exists, and the permissions are set properly so the
|
|
program can read the file.
|
|
|
|
The error message was:
|
|
%s
|
|
|
|
If you need assistance, please visit:
|
|
http://gossamer-threads.com/scripts/support/
|
|
',
|
|
ERR_OPENTAR_UNKNOWN => '
|
|
Unknown error opening tar file:
|
|
%s
|
|
|
|
If you need assistance, please visit:
|
|
http://gossamer-threads.com/scripts/support/
|
|
',
|
|
WE_HAVE_IT => "\nWe have everything we need to proceed.\n\n",
|
|
ENTER_STARTS => "\nPress ENTER to install, or CTRL-C to abort",
|
|
NOW_UNARCHIVING => '
|
|
|
|
We are now unarchiving %s and will be extracting
|
|
all the files shortly. Please be patient ...
|
|
',
|
|
UPGRADE_DONE => '
|
|
|
|
Congratulations! Your copy of %s has now been
|
|
updated to version %s. The install files have
|
|
been removed.
|
|
|
|
If you need to re-run the install, please unarchive the
|
|
original file again.
|
|
',
|
|
INSTALL_DONE => '
|
|
|
|
%s is now unarchived. The install files have been
|
|
removed. If you need to re-run the install, please unarchive
|
|
the original file again.
|
|
|
|
NOTE: Please do not leave your original .tar.gz file in your
|
|
web directory!
|
|
|
|
',
|
|
TELNET_ERR => 'Error: %s',
|
|
FIRST_SCREEN => '
|
|
<html>
|
|
<head>
|
|
<title>Welcome to <%product%> <%version%></title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<form action="install.cgi" method="POST">
|
|
<input type="hidden" name="lite" value="<%lite%>">
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500">
|
|
<tr><td bgcolor="#DDDDDD">
|
|
<p align="center"><font face="Tahoma,Arial,Helvetica" size="2"> </font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
|
|
Install</b></font>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<blockquote>
|
|
<p><br>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">Welcome to <%product%>. This program will unarchive <%product%>, and set all the file permissions
|
|
and path to Perl properly.
|
|
|
|
<%error%>
|
|
|
|
<br>
|
|
|
|
<table border="0">
|
|
<%message%>
|
|
<tr>
|
|
<td colspan="2"><font face="Tahoma,Arial,Helvetica" size="2">
|
|
Please select if this is a new install or an upgrade to an exiting version.
|
|
</tr>
|
|
<tr>
|
|
<td width="150"><font face="Tahoma,Arial,Helvetica" size="2"><b>New Install</b></font></td>
|
|
<td width="300"><font face="Tahoma,Arial,Helvetica" size="2"><input type="radio" name="upgrade_choice" value="No" checked></font></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="150"><font face="Tahoma,Arial,Helvetica" size="2"><b>Upgrade Existing Installation</b></font></td>
|
|
<td width="300"><font face="Tahoma,Arial,Helvetica" size="2"><input type="radio" name="upgrade_choice" value="Yes"></font></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="450" colspan=2><font face="Tahoma,Arial,Helvetica" size="2">Path to Existing Installation admin area:</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="450" colspan=2><font face="Tahoma,Arial,Helvetica" size="2"><input type="text" name="install_dir" size=40 value="<%install_dir%>"></font></td>
|
|
</tr>
|
|
</table>
|
|
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2"> <input type="submit" value="Next >>"></center>
|
|
</font><br>
|
|
</td></tr></table>
|
|
</form>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><p><font face="Tahoma,Arial,Helvetica" size="2"><b>Copyright 2004 <a href="http://gossamer-threads.com/">Gossamer
|
|
Threads Inc.</a></b> </font></p>
|
|
</body>
|
|
</html>
|
|
',
|
|
UPGRADE_FIRST_SCREEN => '
|
|
<html>
|
|
<head>
|
|
<title>Welcome to <%product%> <%version%></title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<form action="install.cgi" method="POST">
|
|
<input type="hidden" name="lite" value="<%lite%>">
|
|
<input type=hidden name="upgrade_second" value="1">
|
|
<input type=hidden name="install_dir" value="<%GT_ADMIN_PATH%>">
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500">
|
|
<tr><td bgcolor="#DDDDDD">
|
|
<p align="center"><font face="Tahoma,Arial,Helvetica" size="2"> </font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
|
|
Install</b></font>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<blockquote>
|
|
<p><br>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">Welcome to <%product%>. This program will unarchive <%product%>, and set all the file permissions
|
|
and path to Perl properly. You need to know the following information before continuing. Sensible defaults have been chosen, but please double check
|
|
that they are correct.
|
|
|
|
<%error%>
|
|
<br>
|
|
|
|
<table border="0">
|
|
<%upgrade_form%>
|
|
</table>
|
|
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2"> <input type="submit" value="Next >>"></center>
|
|
</font><br>
|
|
</td></tr></table>
|
|
</form>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><p><font face="Tahoma,Arial,Helvetica" size="2"><b>Copyright 2004 <a href="http://gossamer-threads.com/">Gossamer
|
|
Threads Inc.</a></b> </font></p>
|
|
</body>
|
|
</html>
|
|
',
|
|
UPGRADE_SECOND_SCREEN_FIRST => '
|
|
<html>
|
|
<head>
|
|
<title>Welcome to <%product%></title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500">
|
|
<tr><td bgcolor="#DDDDDD">
|
|
<p align="center"><font face="Tahoma,Arial,Helvetica" size="2"> </font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
|
|
Install</b></font>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<blockquote>
|
|
<p><br>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">
|
|
We are now going to unarchive the script, please be patient and do not hit stop.
|
|
</font></p>
|
|
</blockquote>
|
|
</td>
|
|
</tr></table>
|
|
<blockquote>
|
|
<pre>
|
|
',
|
|
UPGRADE_SECOND_SCREEN_SECOND => '
|
|
</pre>
|
|
</blockquote>
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500"><tr><td>
|
|
<blockquote>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><br><%product%> is now unarchived.
|
|
|
|
<%install_message%>
|
|
|
|
<p>Please do not leave your original .tar.gz file in your web directory!
|
|
|
|
<p>If you have any problems, please visit our <a href="http://gossamer-threads.com/perl/forum/">support forum</a>.
|
|
<%message%>
|
|
<br>
|
|
</td></tr></table>
|
|
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><p><font face="Tahoma,Arial,Helvetica" size="2"><b>Copyright 2004 <a href="http://gossamer-threads.com/">Gossamer
|
|
Threads Inc.</a></b> </font></p>
|
|
</body>
|
|
</html>
|
|
',
|
|
INSTALL_WARNING => '<p><b>WARNING:</b> Please remove the install.cgi and install.dat file from this directory. It is a security risk to leave those files here.',
|
|
INSTALL_REMOVED => '<p>The install files have been removed. If you need to re-run the install, please unarchive the
|
|
original file again.',
|
|
|
|
OVERWRITE => 'Overwrite',
|
|
BACKUP => 'Backup',
|
|
SKIP => 'Skip',
|
|
INSTALL_FIRST_SCREEN => '
|
|
<html>
|
|
<head>
|
|
<title>Welcome to <%product%> <%version%></title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<form action="install.cgi" method="POST">
|
|
<input type="hidden" name="lite" value="<%lite%>">
|
|
<input type=hidden name="install" value="1">
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500">
|
|
<tr><td bgcolor="#DDDDDD">
|
|
<p align="center"><font face="Tahoma,Arial,Helvetica" size="2"> </font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
|
|
Install</b></font>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<blockquote>
|
|
<p><br>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">Welcome to <%product%>. This program will unarchive <%product%>, and set all the file permissions
|
|
and path to Perl properly. You need to know the following information before continuing. Sensible defaults have been chosen, but please double check
|
|
that they are correct.
|
|
|
|
<%error%>
|
|
<br>
|
|
|
|
<table border="0">
|
|
<%form%>
|
|
</table>
|
|
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2"> <input type="submit" value="Next >>"></center>
|
|
</font><br>
|
|
</td></tr></table>
|
|
</form>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><p><font face="Tahoma,Arial,Helvetica" size="2"><b>Copyright 2004 <a href="http://gossamer-threads.com/">Gossamer
|
|
Threads Inc.</a></b> </font></p>
|
|
</body>
|
|
</html>
|
|
',
|
|
INSTALL_SECOND_SCREEN_FIRST => '
|
|
<html>
|
|
<head>
|
|
<title>Welcome to <%product%></title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500">
|
|
<tr><td bgcolor="#DDDDDD">
|
|
<p align="center"><font face="Tahoma,Arial,Helvetica" size="2"> </font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
|
|
Install</b></font>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<blockquote>
|
|
<p><br>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">
|
|
We are now going to unarchive the script, please be patient and do not hit stop.
|
|
</font></p>
|
|
</blockquote>
|
|
</td>
|
|
</tr></table>
|
|
<blockquote>
|
|
<pre>
|
|
',
|
|
INSTALL_SECOND_SCREEN_SECOND => '
|
|
</pre>
|
|
</blockquote>
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500"><tr><td>
|
|
<blockquote>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><br><%product%> is now unarchived.
|
|
|
|
<%install_message%>
|
|
|
|
<p>Please do not leave your original .tar.gz file in your web directory!
|
|
|
|
<p>If you have any problems, please visit our <a href="http://gossamer-threads.com/perl/forum/">support forum</a>.
|
|
<%message%>
|
|
<br>
|
|
</td></tr></table>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><p><font face="Tahoma,Arial,Helvetica" size="2"><b>Copyright 2004 <a href="http://gossamer-threads.com/">Gossamer
|
|
Threads Inc.</a></b> </font></p>
|
|
</body>
|
|
</html>
|
|
',
|
|
CGI_ERROR_SCREEN => '
|
|
<html>
|
|
<head>
|
|
<title>Error</title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<table border="1" cellpadding="0" cellspacing="0" width="500">
|
|
<tr><td bgcolor="#DDDDDD">
|
|
<p align="center"><font face="Tahoma,Arial,Helvetica" size="2"> </font><font face="Tahoma,Arial,Helvetica" size="3"><b>Error</b></font>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<blockquote>
|
|
<p><br>
|
|
<font face="Tahoma,Arial,Helvetica" size="2">An error occured:
|
|
|
|
<%error%>
|
|
<br>
|
|
</blockquote>
|
|
</td></tr></table>
|
|
<p><font face="Tahoma,Arial,Helvetica" size="2"><p><font face="Tahoma,Arial,Helvetica" size="2"><b>Copyright 2004 <a href="http://gossamer-threads.com/">Gossamer
|
|
Threads Inc.</a></b> </font></p>
|
|
</body>
|
|
</html>
|
|
',
|
|
INVALID_RESPONCE => "\nInvalid Responce (%s)\n",
|
|
);
|
|
|