Changeset 229 for trunk/language


Ignore:
Timestamp:
Nov 3, 2003, 10:56:01 PM (21 years ago)
Author:
z0rglub
Message:

Modifications linked to the move of install.php to the root directory of PhpWebGallery

Location:
trunk/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/english.php

    r202 r229  
    448448  $lang['step2_err_mail'] = $lang['conf_err_mail'];
    449449  $lang['install_end_title'] = 'Installation finished';
    450   $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
    451 For security reason, please delete file "install.php" in the directory "admin"<br />
    452 Once this file deleted , follow this instructions :
    453 <ul>
    454   <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
    455   <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>
    456 </ul>';
    457450  $lang['step2_title'] = 'Step 2/2';
    458451  $lang['step2_pwd'] = 'webmaster password';
     
    543536  $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".';
    544537  $lang['install_help'] = 'Need help ? Ask your question on <a href="http://forum.phpwebgallery.net">PhpWebGallery message board</a>.';
    545   $lang['install_warning'] = 'The file "admin/install.php" is still present. Please remove it from your server. It is not secure to keep it.';
     538  // new or modified in release 1.4
     539  $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
     540For security reason, please delete file "install.php"<br />
     541Once this file deleted , follow this instructions :
     542<ul>
     543  <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
     544  <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>
     545</ul>';
     546  $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
    546547}
    547548?>
  • trunk/language/francais.php

    r202 r229  
    447447  $lang['step2_err_mail'] = $lang['conf_err_mail'];
    448448  $lang['install_end_title'] = 'Installation terminée';
    449   $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
    450 Par mesure de sécurité, merci de supprimer le fichier "install.php" du repertoire "admin"<br />
    451 Un fois ce fichier supprimé, veuillez suivre ces indications :
    452 <ul>
    453   <li>allez sur la page d\'identification : [ <a href="../identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster</li>
    454   <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>
    455 </ul>';
    456449  $lang['step2_title'] = 'Etape 2 sur 2';
    457450  $lang['step2_pwd'] = 'password webmaster';
     
    543536  $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.';
    544537  $lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="http://forum.phpwebgallery.net">forum de PhpWebGallery</a>.';
    545   $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.';
     538  // new or modified in release 1.4
     539  $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
     540Par mesure de sécurité, merci de supprimer le fichier "install.php"<br />
     541Un fois ce fichier supprimé, veuillez suivre ces indications :
     542<ul>
     543  <li>allez sur la page d\'identification : [ <a href="../identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster</li>
     544  <li>celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.</li>
     545</ul>';
     546  $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.';
    546547}
    547548?>
Note: See TracChangeset for help on using the changeset viewer.