Author: fil@rezo.net
Date: Mon Jul 3 00:08:44 2006
New Revision: 3789
Log:
version anglaise du spip-loader
Added:
_dev_/spip_loader/tradloader_en.php.txt
Modified:
_dev_/spip_loader/spip_loader.php.txt
Modified: _dev_/spip_loader/spip_loader.php.txt
--- _dev_/spip_loader/spip_loader.php.txt (original)
+++ _dev_/spip_loader/spip_loader.php.txt Mon Jul 3 00:08:44 2006
@@ -20,6 +20,7 @@
$langues = array (
'ar' => 'العربية',
'ca' => 'català',
+ 'en' => 'English',
'es' => 'español',
'fr' => 'français',
'gl' => 'galego',
Added: _dev_/spip_loader/tradloader_en.php.txt
--- _dev_/spip_loader/tradloader_en.php.txt (added)
+++ _dev_/spip_loader/tradloader_en.php.txt Mon Jul 3 00:08:44 2006
@@ -0,0 +1,32 @@
+<?php
+
+ $GLOBALS['i18n_tradloader_en'] = Array (
+ 'titre' => 'Download SPIP',
+ 'texte_intro' => '<P><B>Welcome to the automatic
+installation process of SPIP.</B> <P>First, the programme will check the
+permissions on the current directory and then it will begin to download the
+SPIP files to this directory. <P>Please click on the button to continue.',
+ 'bouton_suivant' => 'Install >>',
+ 'donnees_incorrectes' => '<h4>Incorrect data. Please try
+again or use the manual installation procedure instead.</h4>',
+ 'texte_preliminaire' => '<BR><FONT
+FACE=\"Verdana,Arial,Helvetica,sans-serif\" SIZE=3>Preliminary step: <B>Set
+the access permissions</B></FONT> <P><B>It is not possible to write to the
+current directory.</B> <P>To change the permissions of the directory in
+which you are installing SPIP use your FTP client. The procedure to follow
+is explained in detail in the User Guide. Choose between:<BR> <UL> <LI><B>If
+you have an FTP client with a graphical interface</B>, set the permissions
+of the directory so that everyone has write access to it.<P> <LI><B>If you
+have an FTP client with a text interface</B>, change the permissions of the
+directory to the value 777.<P> <LI><B>If you are using a Telnet access</B>,
+execute the command <I>chmod 777 current_directory</I>.<P> </UL>
+<P>Once this has been done, please <B><A
+HREF=\'spip_loader.php3?charger=oui@hash@@id_auteur@\'>reload this
+page</A></B> to start to download and install SPIP. <P>If you continue to
+receive this error notification, you will need to use the manual
+installation method (downloading the SPIP files by FTP) instead.',
+ 'echec_chargement' => '<h4>The download has failed. Please
+try again or use the manual installation procedure instead.</h4>'
+ );
+
+?>