- Timestamp:
- Nov 3, 2003, 10:56:01 PM (21 years ago)
- Location:
- trunk/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/english.php
r202 r229 448 448 $lang['step2_err_mail'] = $lang['conf_err_mail']; 449 449 $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>';457 450 $lang['step2_title'] = 'Step 2/2'; 458 451 $lang['step2_pwd'] = 'webmaster password'; … … 543 536 $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".'; 544 537 $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 /> 540 For security reason, please delete file "install.php"<br /> 541 Once 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.'; 546 547 } 547 548 ?> -
trunk/language/francais.php
r202 r229 447 447 $lang['step2_err_mail'] = $lang['conf_err_mail']; 448 448 $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>';456 449 $lang['step2_title'] = 'Etape 2 sur 2'; 457 450 $lang['step2_pwd'] = 'password webmaster'; … … 543 536 $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.'; 544 537 $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 /> 540 Par mesure de sécurité, merci de supprimer le fichier "install.php"<br /> 541 Un 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.'; 546 547 } 547 548 ?>
Note: See TracChangeset
for help on using the changeset viewer.