aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-11-03 21:56:01 +0000
committerz0rglub <z0rglub@piwigo.org>2003-11-03 21:56:01 +0000
commit8cd1f12655629b62cdbbabc40a9ae112f220177c (patch)
tree1a0b1f942bf11ef3b4a0898d7286bdd80b53e2db /language
parent860a39302ead57c596bec64e9d738c5dd69640bd (diff)
Modifications linked to the move of install.php to the root directory of PhpWebGallery
git-svn-id: http://piwigo.org/svn/trunk@229 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/english.php17
-rw-r--r--language/francais.php17
2 files changed, 18 insertions, 16 deletions
diff --git a/language/english.php b/language/english.php
index baa8f6eac..8f779f734 100644
--- a/language/english.php
+++ b/language/english.php
@@ -447,13 +447,6 @@ if ( $isadmin )
$lang['step2_err_pass'] = 'please enter your password again';
$lang['step2_err_mail'] = $lang['conf_err_mail'];
$lang['install_end_title'] = 'Installation finished';
- $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
-For security reason, please delete file "install.php" in the directory "admin"<br />
-Once this file deleted , follow this instructions :
-<ul>
- <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
- <li>this login will enable you to access to the [ <a href="admin.php">administration panel</a> ] and to the instructions in order to place pictures in your directories</li>
-</ul>';
$lang['step2_title'] = 'Step 2/2';
$lang['step2_pwd'] = 'webmaster password';
$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
@@ -542,6 +535,14 @@ Once this file deleted , follow this instructions :
$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
$lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server). This is general parameter, it is needed to authorize upload category by category, by default, no category is "uploadable".';
$lang['install_help'] = 'Need help ? Ask your question on <a href="http://forum.phpwebgallery.net">PhpWebGallery message board</a>.';
- $lang['install_warning'] = 'The file "admin/install.php" is still present. Please remove it from your server. It is not secure to keep it.';
+ // new or modified in release 1.4
+ $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
+For security reason, please delete file "install.php"<br />
+Once this file deleted , follow this instructions :
+<ul>
+ <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
+ <li>this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories</li>
+</ul>';
+ $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
}
?> \ No newline at end of file
diff --git a/language/francais.php b/language/francais.php
index c27ed1a4e..08926df33 100644
--- a/language/francais.php
+++ b/language/francais.php
@@ -446,13 +446,6 @@ if ( $isadmin )
$lang['step2_err_pass'] = 'veuillez retaper votre mot de passe';
$lang['step2_err_mail'] = $lang['conf_err_mail'];
$lang['install_end_title'] = 'Installation terminée';
- $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
-Par mesure de sécurité, merci de supprimer le fichier "install.php" du repertoire "admin"<br />
-Un fois ce fichier supprimé, veuillez suivre ces indications :
-<ul>
- <li>allez sur la page d\'identification : [ <a href="../identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster</li>
- <li>celui-ci vous permet d\'accéder à la [ <a href="admin.php">partie administration</a> ] et aux instructions pour placer les images dans les répertoires.</li>
-</ul>';
$lang['step2_title'] = 'Etape 2 sur 2';
$lang['step2_pwd'] = 'password webmaster';
$lang['step2_pwd_info'] = 'Il doit rester confidentiel, il permet d\'accéder au panneau d\'administration.';
@@ -542,6 +535,14 @@ Un fois ce fichier supprimé, veuillez suivre ces indications :
$lang['step1_err_copy'] = 'Copiez le texte en bleu entre les tirets et collez-le dans le fichier mysql.inc.php qui se trouve dans le répertoire "include" à la base de l\'endroit où vous avez installé PhpWebGallery (le fichier mysql.inc.php ne doit comporter QUE ce qui est en bleu entre les tirets, aucun retour à la ligne ou espace n\'est autorisé)';
$lang['conf_upload_available_info'] = 'Autoriser l\'ajout d\'image par les utilisateurs dans les catégories du site (pas sur un site distant). Ceci est un paramètre général, il est nécessaire pour autoriser l\'upload catégorie par catégorie.';
$lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="http://forum.phpwebgallery.net">forum de PhpWebGallery</a>.';
- $lang['install_warning'] = 'Le fichier "admin/install.php" est encore présent sur votre serveur. Merci de le supprimer. Il pourrait être utilisé par un tiers à des fins malveillantes.';
+ // new or modified in release 1.4
+ $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
+Par mesure de sécurité, merci de supprimer le fichier "install.php"<br />
+Un fois ce fichier supprimé, veuillez suivre ces indications :
+<ul>
+ <li>allez sur la page d\'identification : [ <a href="../identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster</li>
+ <li>celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.</li>
+</ul>';
+ $lang['install_warning'] = 'Le fichier "install.php" est encore présent sur votre serveur. Merci de le supprimer. Il pourrait être utilisé par un tiers à des fins malveillantes.';
}
?> \ No newline at end of file