First pass at adding key files

This commit is contained in:
dsainty
2024-06-17 21:49:12 +10:00
commit aa25e9347f
1274 changed files with 392549 additions and 0 deletions

View File

@@ -0,0 +1,369 @@
%GT::Installer::LANG = (
ERR_REQUIRED => "%s 不能空白。",
ERR_PATH => "本路徑 (%s) 不在系統上",
ERR_PATHWRITE => "無法寫入目錄 (%s)。原因: (%s)",
ERR_PATHCREATE => "無法建立目錄 (%s)。原因: (%s)",
ERR_URLFMT => "(%s) 似乎不是正確的網址",
ERR_FTPFMT => "(%s) 似乎不是正確的 FTP 位置",
ERR_EMAILFMT => "(%s) 似乎不是正確的 email",
ERR_SENDMAIL => "此路徑 (%s) 不存在系統上或無法執行",
ERR_SMTP => "(%s) 不是有效的 SMTP 主機名稱",
ERR_PERL => "指向 Perl 的路徑 (%s) %s",
ERR_DIREXISTS => "%s 存在系統上但卻不是一個目錄,無法用此名稱建立目錄",
ERR_WRITEOPEN => "無法開啟 %s 來寫入資料;原因: %s",
ERR_READOPEN => "無法開啟 %s 來讀出資料;原因: %s",
ERR_RENAME => "無法將 %s 重新命名為 %s原因 %s",
ERR_MKDIR => "無法 mkdir %s。原因 %s",
ENTER_REG => '請輸入您的註冊號碼',
REG_NUM => '註冊號碼',
ENTER_SENDMAIL => '請輸入用來送出電郵的 sendmail 路徑或 SMTP 主機名稱',
MAILER => 'Mailer',
ENTER_PERL => '請輸入指向 Perl 5 的路徑',
PATH_PERL => 'Perl 路徑',
CREATE_DIRS => '建立目錄',
INSTALL_CURRUPTED => '
install.dat 似乎已損壞。請確認您在 FTP 本檔時、使用的是 BINARY 模式。或者,
您下載的壓縮檔可能已損壞。請再次由 Gossamer Threads 下載新的檔案。
如果您需要協助,請到:
http://gossamer-threads.com/scripts/support/
',
ADMIN_PATH_ERROR => "您必須輸入至現有版本的 admin 路徑",
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.
詳細資料請參閱 LICENSE 檔
',
WELCOME => '
歡迎使用 %s 自動安裝系統。本安裝程式將會執行 %s 的解壓縮動作、
設定所有檔案權限、及正確的設定到 Perl 的路徑。
第一步,請先輸入以下的資料。
您可以在任何時候鍵入 exit 或 quit 來取消安裝程序。
',
IS_UPGRADE => "請問您要進行全新安裝或是將現有版本升級?",
ENTER_ADMIN_PATH => "\n請輸入至現有版本的 admin 路徑",
UNARCHIVING => '解壓縮中',
TAR_OPEN => "無法開啟 %s。原因 %s",
TAR_READ => "從 %s 讀出資料時發生錯誤。應讀出 %s bytes但只讀出 %s.",
TAR_BINMODE => "無法 binmode %s。原因 %s",
TAR_BADARGS => "無效引數arguments傳入 %s。原因 %s",
TAR_CHECKSUM => "解析 tar 檔時發生 Checksum 錯誤。這個 tar 檔很可能是損壞檔案。\n檔頭 %s\nChecksum %s\n檔案 %s\n",
TAR_NOBODY => "'%s' does not have a body!",
TAR_CANTFIND => "在 tar 壓縮檔裡找不到檔案: '%s' 。",
TAR_CHMOD => "無法 chmod %s。原因 %s",
TAR_DIRFILE => "'%s' 存在而且是個檔案。無法建立目錄",
TAR_MKDIR => "無法 mkdir %s。原因 %s",
TAR_RENAME => "無法重新命名 temp 檔: '%s' 至 tar 檔 '%s'。原因: %s",
TAR_NOGZIP => "處理 .tar.gz 檔案時、需要 Compress::Zlib 模組。",
SKIPPING_FILE => "略過 %s\n",
OVERWRITTING_FILE => "蓋過 %s 資料",
SKIPPING_MATCHED => "在符合的目錄裡略過 %s \n",
BACKING_UP_FILE => "製作 %s 備份\n",
ERR_OPENTAR => '
無法開啟 install.dat安裝程式需要讀取此檔。請確認此檔案存在、檔案權限設定正確。
錯誤訊息:
%s
如果您需要任何協助,請到:
http://gossamer-threads.com/scripts/support/
',
ERR_OPENTAR_UNKNOWN => '
開啟 tar 檔時發生了不明的錯誤:
%s
如果您需要任何協助,請到:
http://gossamer-threads.com/scripts/support/
',
WE_HAVE_IT => "\n我們已蒐集了所有必須的資料\n\n",
ENTER_STARTS => "\n按 ENTER 來進行安裝、或按 CTRL-C 取消",
NOW_UNARCHIVING => '
安裝程式將準備為 %s 進行解壓縮動作。請耐心等候...
',
UPGRADE_DONE => '
恭喜您!您的 %s 版本已成功的升級至 %s 版。安裝檔案已被移除。
如果您需要重新執行安裝,請由您最初下載的壓縮檔中將安裝檔案解壓縮。
',
INSTALL_DONE => '
%s 已完成解壓縮動作。安裝檔案已被移除。
如果您需要重新執行安裝,請由您最初下載的壓縮檔中解壓縮。
備註:請避免將您最初的 .tar.gz 檔案留在您的網路目錄中!
',
TELNET_ERR => '錯誤: %s',
FIRST_SCREEN => '
<html>
<head>
<title>歡迎使用 <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
安裝</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">歡迎使用 <%product%>。本安裝程式將會執行 <%product%> 的解壓縮動作、
設定所有檔案權限、及正確的設定到 Perl 的路徑。
<%error%>
<br>&nbsp;
<table border="0">
<%message%>
<tr>
<td colspan="2"><font face="Tahoma,Arial,Helvetica" size="2">
請問您要作全新安裝或是將現有版本升級?
</tr>
<tr>
<td width="150"><font face="Tahoma,Arial,Helvetica" size="2"><b>全新安裝</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>版本升級</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">至現有版本的 admin 路徑(版本升級):</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">&nbsp; <input type="submit" value="下一步 &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
UPGRADE_FIRST_SCREEN => '
<html>
<head>
<title>歡迎使用 <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
安裝</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">歡迎使用 <%product%>。本安裝程式將會執行 <%product%> 的解壓縮動作、
設定所有檔案權限、及正確的設定到 Perl 的路徑。在進行下一步之前,您必須知道以下的資料。大部分的欄位都已輸入合理的預設值,
但請檢查它們是否正確。
<%error%>
<br>&nbsp;
<table border="0">
<%upgrade_form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="下一步 &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
UPGRADE_SECOND_SCREEN_FIRST => '
<html>
<head>
<title>歡迎使用 <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
安裝</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">
現在正將程式解壓縮,請您耐心等候,不要按停止鍵。
</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%> 已完成解壓縮動作。
<%install_message%>
<p>請避免將您最初的 .tar.gz 檔案留在您的網路目錄中!
<p>如果您有任何問題,您可以到我們的<a href="http://gossamer-threads.com/perl/gforum/">支援討論區</a>尋求支援。
<%message%>
<br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
INSTALL_WARNING => '<p><b>警告:</b> 請將 install.cgi 和 install.dat 從本目錄中移除。將這些檔案留在這裡將引起安全上的疑慮。',
INSTALL_REMOVED => '<p>安裝檔案已被移除。如果您需要重新執行安裝,請由您最初下載的壓縮檔中解壓縮。',
OVERWRITE => '蓋過\n',
BACKUP => '備份',
SKIP => '略過',
INSTALL_FIRST_SCREEN => '
<html>
<head>
<title>歡迎使用 <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
安裝</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">歡迎使用 <%product%>。本安裝程式將會執行 <%product%>的解壓縮動作、設定所有檔案權限、
及正確的設定到 Perl 的路徑。 在進行下一步之前,您必須知道以下的資料。大部分的欄位都已輸入合理的預設值,但請檢查它們是否正確。
<%error%>
<br>
<table border="0">
<%form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="下一步 &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
INSTALL_SECOND_SCREEN_FIRST => '
<html>
<head>
<title>歡迎使用 <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b><%product%>
安裝</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">
現在正將程式解壓縮。請您耐心等候,不要按停止鍵。
</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%> 已完成解壓縮動作。
<%install_message%>
<p>請避免將您最初的 .tar.gz 檔案留在您的網路目錄中!
<p>如果您有任何問題,您可以到我們的<a href="http://gossamer-threads.com/perl/gforum/">支援討論區</a>尋求支援。
<%message%>
<br>&nbsp;
</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>&nbsp;</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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>錯誤</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">發生錯誤:
<%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>&nbsp;</font></p>
</body>
</html>
',
INVALID_RESPONCE => "\n無效的回應 (%s)\n",
);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,368 @@
%GT::Installer::LANG = (
ERR_REQUIRED => "%s ne peut pas être vide.",
ERR_PATH => "Le chemin (%s) n'existe pas sur ce système.",
ERR_PATHWRITE => "Impossible d'écrire dans le répertoire (%s). Raison : (%s)",
ERR_PATHCREATE => "Impossible de créer le répertoire (%s). Raison : (%s)",
ERR_URLFMT => "(%s) ne semble pas être une URL",
ERR_FTPFMT => "(%s) ne semble pas être une URL FTP",
ERR_EMAILFMT => "(%s) ne semble pas être un email",
ERR_SENDMAIL => "Le chemin (%s) n'existe pas sur votre système ou n'est pas exécutable",
ERR_SMTP => "(%s) n'est pas une adresse de serveur smtp valide",
ERR_PERL => "Le chemin de Perl spécifié (%s) %s",
ERR_DIREXISTS => "%s n'est pas un répertoire mais existe, impossible de créer un répertoire de ce nom",
ERR_WRITEOPEN => "Impossible d'ouvrir %s pour y écrire. Raison : %s",
ERR_READOPEN => "Impossible d'ouvrir %s pour le lire. Raison : %s",
ERR_RENAME => "Impossible de renommer %s par %s; Raison : %s",
ENTER_REG => 'Merci d\'entrer votre numéro d\'enregistrement',
REG_NUM => 'Numéro d\'enregistrement',
ENTER_SENDMAIL => 'Entrez soit le chemin de sendmail, soit un serveur SMTP à utiliser pour envoyer des emails',
MAILER => 'Mailer',
ENTER_PERL => 'Entrez le chemin de Perl 5',
PATH_PERL => 'Chemin de Perl',
CREATE_DIRS => 'Création des Répertoires',
INSTALL_CURRUPTED => '
install.dat semble corrompu. Soyez sûr d\'avoir transféré le fichier en mode BINAIRE avec votre FTP. Ou alors vous avez peut-être un fichier corrompu, dans ce cas vous devriez essayer de télécharger un nouveau fichier à partir de Gossamer Threads.
Si vous avez besoin d\'aide visitez :
http://gossamer-threads.com/scripts/support/
',
INSTALL_VERSION => '
Ce programme requiert Perl version 5.004_04 ou plus pour fonctionner. Votre système utilise seulement la version %s. Essayez de changer le chemin de Perl dans install.cgi pour une version supérieure, ou contactez votre hébergeur pour de l\'aide.
',
ADMIN_PATH_ERROR => "Vous devez spécifier le chemin d'installation précédent de la zone d'Administration",
INTRO => '
%s Installation Rapide http://gossamer-threads.com
Copyright (c) 2004 Gossamer Threads Inc. All Rights Reserved
Redistribution in part or in whole strictly prohibited.
Lisez le fichier LICENSE pour plus de détails.
',
WELCOME => '
Bienvenue dans l\'auto-installation de %s. Ce programme va décompresser le programme %s, créer tous les fichiers nécessaires, et paramétrer toutes les permissions proprement.
Pour commencer, entrez les informations suivantes. Vous pouvez sortir à tout moment pour abandonner.
',
IS_UPGRADE => "Est-ce une mise à jour d'une installation existante",
ENTER_ADMIN_PATH => "\nEntrez le chemin vers l'administration actuelle",
UNARCHIVING => 'Décompactage',
TAR_OPEN => "Impossible d'ouvrir %s. Raison: %s",
TAR_READ => "Il s'est produit une erreur en lisant %s. Nous aurions dû lire %s octets, mais en avons seulement eu %s.",
TAR_BINMODE => "Impossible de binmode %s. Raison: %s",
TAR_BADARGS => "Mauvais arguments transmis à %s. Raison: %s",
TAR_CHECKSUM => "Erreur de Checksum en plaçant le fichier tar. Il s'agit très probablement d'un tar corrompu.\nHeader: %s\nChecksum: %s\nFichier: %s\n",
TAR_NOBODY => "Le fichier '%s' n'a pas de corps!",
TAR_CANTFIND => "Impossible de trouver un fichier dans l'archive, nommé: '%s'.",
TAR_CHMOD => "Impossible de chmoder %s, Raison: %s",
TAR_DIRFILE => "'%s' existe et est un fichier. Impossible de créer le répertoire",
TAR_MKDIR => "Impossible de créer %s, Raison: %s",
TAR_RENAME => "Impossible de renommer le fichier temp: '%s' par le fichier tar '%s'. Raison: %s",
TAR_NOGZIP => "Compression::Module Zlib requis pour faire fonctionner des fichiers .tar.gz.",
SKIPPING_FILE => "Ignorer %s\n",
OVERWRITTING_FILE => "Remplacer %s\n",
SKIPPING_MATCHED => "Ignorer %s dans le répertoire trouvé\n",
BACKING_UP_FILE => "Sauvegarde de %s\n",
ERR_OPENTAR => '
Impossible d\'ouvrir le fichier install.dat! Soyez certain que le fichier existe, et que les permissions sont paramétrées correctement pour que le programme lise le fichier.
Le message d\'erreur est le suivant:
%s
Si vous avez besoin d\'aide visitez:
http://gossamer-threads.com/scripts/support/
',
ERR_OPENTAR_UNKNOWN => '
Erreur inconnue en ouvrant le fichier tar:
%s
Si vous avez besoin d\'aide visitez:
http://gossamer-threads.com/scripts/support/
',
WE_HAVE_IT => "\nNous avons tout ce qui est nécessaire pour procéder.\n\n",
ENTER_STARTS => "\nAppuyez sur ENTRÉE pour installer, ou CTRL-C pour abandonner",
NOW_UNARCHIVING => '
Nous décompactons actuellement %s et nous décompresserons tous les fichiers rapidement. Patientez s\'il vous plaît...
',
UPGRADE_DONE => '
Félicitations! Votre copie de %s a été mise à jour vers la version %s. Les fichiers d\'installation ont été supprimés.
Si vous devez relancer l\'installation, décompactez le fichier original une nouvelle fois.
',
INSTALL_DONE => '
%s est maintenant décompacté. Les fichiers d\'installation ont été supprimés. Si vous devez relancer l\'installation, décompactez le fichier original une nouvelle fois.
NOTE: Ne laissez pas votre fichier original .tar.gz dans votre répertoire web!
',
TELNET_ERR => 'Erreur: %s',
FIRST_SCREEN => '
<html>
<head>
<title>Bienvenue dans <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>Installation de <%product%>
</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">Bienvenue dans <%product%>. Ce programme va décompacter <%product%>, et paramétrer toutes les permissions de fichier
ainsi que le chemin de Perl correctement.
<%error%>
<br>&nbsp;
<table border="0">
<%message%>
<tr>
<td colspan="2"><font face="Tahoma,Arial,Helvetica" size="2">
Merci de choisir si vous souhaitez réaliser une nouvelle installation ou bien effectuer une mise à jour.
</tr>
<tr>
<td width="150"><font face="Tahoma,Arial,Helvetica" size="2"><b>Nouvelle Installation</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>Mettre à Jour une Installation Éxistante</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">Chemin de la zone d\'administration existante:</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">&nbsp; <input type="submit" value="Suivant &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
UPGRADE_FIRST_SCREEN => '
<html>
<head>
<title>Bienvenue dans <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>Installation de <%product%>
</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">Bienvenue dans <%product%>. Ce programme va décompacter <%product%>, et paramétrer toutes les permissions de fichier
ainsi que le chemin de Perl correctement. Vous devez connaître les informations suivantes avant de continuer. Des paramètres par défaut ont été choisis, mais vérifiez
qu\'ils sont bien corrects.
<%error%>
<br>&nbsp;
<table border="0">
<%upgrade_form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="Suivant &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
UPGRADE_SECOND_SCREEN_FIRST => '
<html>
<head>
<title>Bienvenue dans <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>Installation de <%product%>
</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">
Nous allons maintenant décompacter le script, veuillez patienter s\'il vous plaît, et ne pas cliquer sur Arrêter.
</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%> est maintenant décompacté.
<%install_message%>
<p>Merci de ne pas laisser votre fichier .tar.gz original dans votre répertoire web!
<p>Si vous avez un problème, visitez notre <a href="http://gossamer-threads.com/perl/forum/">forum d\'assistance</a>.
<%message%>
<br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
INSTALL_WARNING => '<p><b>ATTENTION:</b> Supprimez les fichiers install.cgi et install.dat de ce répertoire. Il y a un risque de sécurité en les laissant ici.',
INSTALL_REMOVED => '<p>Les fichiers d\'installation ont été supprimés. Si vous devez relancer l\'installation, décompactez une nouvelle fois le fichier original.',
OVERWRITE => 'Remplacer',
BACKUP => 'Sauvegarder',
SKIP => 'Ignorer',
INSTALL_FIRST_SCREEN => '
<html>
<head>
<title>Bienvenue dans <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>Installation de <%product%>
</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">Bienvenue dans <%product%>. Ce programme va décompacter <%product%>, et paramétrer toutes les permissions de fichier
ainsi que le chemin de Perl correctement. Vous devez connaître les informations suivantes avant de continuer. Des paramètres par défaut ont été choisis, mais vérifiez
qu\'ils sont bien corrects.
<%error%>
<br>
<table border="0">
<%form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="Suivant &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
INSTALL_SECOND_SCREEN_FIRST => '
<html>
<head>
<title>Bienvenue dans <%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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>Installation de <%product%>
</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">
Nous allons maintenant décompacter le script, veuillez patienter s\'il vous plaît, et ne pas cliquer sur Arrêter.
</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%> est maintenant décompacté.
<%install_message%>
<p><p>Merci de ne pas laisser votre fichier .tar.gz original dans votre répertoire web!
<p>Si vous avez des problèmes, visitez notre <a href="http://gossamer-threads.com/perl/forum/">forum d\'assistance</a>.
<%message%>
<br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
CGI_ERROR_SCREEN => '
<html>
<head>
<title>Erreur</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">&nbsp;</font><font face="Tahoma,Arial,Helvetica" size="3"><b>Erreur</b></font>
</p>
</td>
</tr>
<tr>
<td>
<blockquote>
<p><br>
<font face="Tahoma,Arial,Helvetica" size="2">Une erreur s\'est produite:
<%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>&nbsp;</font></p>
</body>
</html>
',
INVALID_RESPONCE => "\nRéponse Invalide (%s)\n",
);

View File

@@ -0,0 +1,386 @@
%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">&nbsp;</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>&nbsp;
<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">&nbsp; <input type="submit" value="Next &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</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">&nbsp;</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>&nbsp;
<table border="0">
<%upgrade_form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="Next &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</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">&nbsp;</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>&nbsp;
</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>&nbsp;</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">&nbsp;</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">&nbsp; <input type="submit" value="Next &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</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">&nbsp;</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>&nbsp;
</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>&nbsp;</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">&nbsp;</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 occurred:
<%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>&nbsp;</font></p>
</body>
</html>
',
INVALID_RESPONCE => "\nInvalid Responce (%s)\n",
);

View File

@@ -0,0 +1,383 @@
%GT::Installer::LANG = (
ERR_REQUIRED => "%s no se puede dejar en blanco.",
ERR_PATH => "El path (%s) no existe en el sistema",
ERR_PATHWRITE => "Incapaz de escribir en el directorio (%s). Razon: (%s)",
ERR_PATHCREATE => "Incapaz de crear directorio (%s). Razon: (%s)",
ERR_URLFMT => "(%s) parece no ser un URL",
ERR_FTPFMT => "(%s) parece no ser un URL de FTP",
ERR_EMAILFMT => "(%s) parece no ser un email",
ERR_SENDMAIL => "El path (%s) no existe en su sistema o no es ejecutable",
ERR_SMTP => "(%s) no es una direccion de servidor smptp valida",
ERR_PERL => "El path a Perl usted especifico (%s) %s",
ERR_DIREXISTS => "%s no es un directorio pero existe, no se puede hacer un directorio de ese nombre",
ERR_WRITEOPEN => "No se pudo abrir %s por escritura; Razon: %s",
ERR_READOPEN => "No se pudo abrir %s por lectura; Razon: %s",
ERR_RENAME => "No se pudo renombrar %s to %s; Razon: %s",
ENTER_REG => 'Por favor ingrese su numero de registro',
REG_NUM => 'Numero de Registro',
ENTER_SENDMAIL => 'Por favor ingrese ya sea el path a sendmail, o el servidor SMTP a usar para enviar Correo',
MAILER => 'Mailer',
ENTER_PERL => 'Por favor ingrese el path a Perl 5',
PATH_PERL => 'Path a Perl',
CREATE_DIRS => 'Crear Directorios',
INSTALL_CURRUPTED => '
install.dat parece estar corrupto. favor de asegurarse que transfiere el archivo en modo BINARIO
cuando use FTP. de otro modo usted podra obtener el archivo corrupto, y tendra que volver a bajar un nuevo archivo desde
Gossamer Threads.
Si necesita asistencia, favor de visitar:
http://gossamer-threads.com/scripts/support/
',
INSTALL_VERSION => '
Este programa requiere la version Perl 5.004_04 o mas nueva para correr. Su
Sistema esta corriendo la version %s. Trate cambiando el path a Perl en
install.cgi a la version mas actual, o contacte a su ISP para ayuda.
',
ADMIN_PATH_ERROR => "Usted tiene que especificar el path al area de administracion de la instalacion previa",
INTRO => '
%s Quick Install http://gossamer-threads.com
Copyright (c) 2004 Gossamer Threads Inc. Todos los derechos Reservados
Redistribucion en parte o total es extrictamente prohibida.
Por favor vea el archivo de LICENCIA para detalles mas completos.
',
WELCOME => '
Bienvenido al %s auto install. Este programa
descompactara el %s programa, y creara todos los
archivos necesarios, y pondra todos los permisos de manera propia.
Para empezar, por favor ingrese la siguiente informacion. presione exit o
quit en cualquier momento para abortar.
',
IS_UPGRADE => "Es esta una actualizacion de una instalacion ya existente",
ENTER_ADMIN_PATH => "\npor favor ingrese el path al actual admin",
UNARCHIVING => 'Descomprimiendo',
TAR_OPEN => "No se pudo abrir %s. Razon: %s",
TAR_READ => "Hubo un error leyendo desde %s. Se suponia leyera %s bytes, pero solo leyo %s.",
TAR_BINMODE => "No se pudo modo binario %s. Razon: %s",
TAR_BADARGS => "Malos argumentos se pasaron a %s. Razon: %s",
TAR_CHECKSUM => "analisis de chequeo de archivo tar. Es muy probable este corrupto el tar.\nHeader: %s\nChecksum: %s\nFile: %s\n",
TAR_NOBODY => "Archivo '%s' no tiene contenido!",
TAR_CANTFIND => "Incapaz de encontrar un archivo llamado: '%s' en archivo tar.",
TAR_CHMOD => "No se pudo chmod %s, Razon: %s",
TAR_DIRFILE => "'%s' existe y es un archivo. No se puede crear directorio",
TAR_MKDIR => "No se pudo mkdir %s, Razon: %s",
TAR_RENAME => "No se puede renombrar el archivo temporal: '%s' to tar file '%s'. Razon: %s",
TAR_NOGZIP => "Comprimir::El modulo Zlib es requerido para trabajar con archivos .tar.gz .",
SKIPPING_FILE => "Saltandose %s\n",
OVERWRITTING_FILE => "Sobreescribiendo %s\n",
SKIPPING_MATCHED => "Saltandose %s en directorio concordante\n",
BACKING_UP_FILE => "Respaldando %s\n",
ERR_OPENTAR => '
No se puede abrir el archivo install.dat! por favor asegurese de que
el archivo existe, y los permisos estan puestos apropiadamente y asi el programa
podra leer el archivo.
El mensaje de error fue:
%s
Si necesita asistencia, favor de visitar:
http://gossamer-threads.com/scripts/support/
',
ERR_OPENTAR_UNKNOWN => '
error desconocido al abrir el archivo tar:
%s
Si necesita asistencia, favor de visitar:
http://gossamer-threads.com/scripts/support/
',
WE_HAVE_IT => "\nTenemos todo lo que necesitamos para proceder.\n\n",
ENTER_STARTS => "\nPresione ENTER para instalar, o CTRL-C para abortar",
NOW_UNARCHIVING => '
Ahora estamos descomprimiendo %s y terminara de extraer todos los archivos
dentro de poco. Sea paciente ...
',
UPGRADE_DONE => '
Felicidades! Su copia de %s ha sido ya
actualizada a la version %s. Los archivos de instalacion han sido eliminados.
Si necesita volver a correr el instalador, favor de descomprimir el archivo
original de nuevo.
',
INSTALL_DONE => '
%s esta ya desomprimido. Los archivos de instalacion han sido eliminados.
Si necesita volver a correr el instalador, favor de descomprimir el archivo
original de nuevo.
NOTA: Por favor no deje el archivo original .tar.gz file en su
directorio web!
',
TELNET_ERR => 'Error: %s',
FIRST_SCREEN => '
<html>
<head>
<title>Bienvenido a <%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">&nbsp;</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">Bienvenido a <%product%>. Este programa descomprimira <%product%>, y pondra todos los permisos de archivo y el path a Perl de manera propia.
<%error%>
<br>&nbsp;
<table border="0">
<%message%>
<tr>
<td colspan="2"><font face="Tahoma,Arial,Helvetica" size="2">
Por favor seleccione si esta es una nueva instalacion o una actualizacion de una version existente.
</tr>
<tr>
<td width="150"><font face="Tahoma,Arial,Helvetica" size="2"><b>Nueva Instalacion</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>Actualizar Instalacion Existente</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 a el area de admin de la Instalacion Existente:</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">&nbsp; <input type="submit" value="Siguiente &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
UPGRADE_FIRST_SCREEN => '
<html>
<head>
<title>Bienvenido a <%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">&nbsp;</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">Bienvenido a <%product%>. Este programa descomprimira <%product%>, y pondra todos los permisos de archivo
y path a Perl de manera propia. Usted necesita saber la siguiente informacion antes de continuar. Los defaults sensibles han sido escogidos, pero por favor cheque de
nuevo que son correctos.
<%error%>
<br>&nbsp;
<table border="0">
<%upgrade_form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="Siguiente &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</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">&nbsp;</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">
Ahora descomprimiremos el script, por favor sea paciente y no cancele ni presione 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%> esta ahora descomprimido.
<%install_message%>
<p>Por favor no deje su archivo original .tar.gz en su directorio web!
<p>Si usted tiene algun problema, por favor visite nuestro sitio de soporter <a href="http://gossamer-threads.com/perl/forum/"></a>.
<%message%>
<br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
INSTALL_WARNING => '<p><b>PRECAUCION:</b> Por favor remueva los archivos install.cgi e install.dat de este directorio. Habra un riesgo de seguridad si los deja aqui.',
INSTALL_REMOVED => '<p>Los archivos de instalacion han sido eliminados. Si usted necesita volver a correr el instalador, por favor descomprima
el archivo original de nuevo.',
OVERWRITE => 'Sobreescribir',
BACKUP => 'Respaldar',
SKIP => 'Saltar',
INSTALL_FIRST_SCREEN => '
<html>
<head>
<title>Bienvenido a <%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">&nbsp;</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">Bienvenido a <%product%>. Este programa descomprimira <%product%>, y pondra todos los permisos de archivo
y path a Perl de manera propia. Usted necesita saber la siguiente informacion antes de continuar. Los defaults sensibles han sido seleccionados, pero por favor
cheque de nuevo que son correctos.
<%error%>
<br>
<table border="0">
<%form%>
</table>
<p align="center"><center><font face="Tahoma,Arial,Helvetica" size="2">&nbsp; <input type="submit" value="Siguiente &gt;&gt;"></center>
</font><br>&nbsp;
</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>&nbsp;</font></p>
</body>
</html>
',
INSTALL_SECOND_SCREEN_FIRST => '
<html>
<head>
<title>Bienvenido a <%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">&nbsp;</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">
Ahora descomprimiremos el script, por favor sea paciente y no cancele o presione 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%> esta ahora descomprimido.
<%install_message%>
<p>Por favor no deje el archivo original .tar.gz en su directorio web!
<p>Si usted tiene algun problema, por favor visite nuestro sitio de soporte <a href="http://gossamer-threads.com/perl/forum/"></a>.
<%message%>
<br>&nbsp;
</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>&nbsp;</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">&nbsp;</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">Un error ha ocurrido:
<%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>&nbsp;</font></p>
</body>
</html>
',
INVALID_RESPONCE => "\nRespuesta Invalida (%s)\n",
);