Changeset 2865

Show
Ignore:
Timestamp:
11/12/08 14:49:13 (5 years ago)
Author:
patdenice
Message:

- Remove advises of file removal at the end of install (forgotten in last commit!)

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/de_DE/install.lang.php

    r2747 r2865  
    5858$lang['install_help'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Frage auf der <a href="%s"> Forum Piwigo </ a>.'; 
    5959$lang['install_end_message'] = 'Die Konfiguration der Piwigo abgeschlossen ist, hier ist der nächste Schritt<br /><br /> 
    60 Aus Sicherheitsgründen, bitte löschen Datei "install.php"<br /> 
    61 Sobald diese Datei gelöscht, folgen Sie dieser Anleitung:<br /> 
    6260* Gehen Sie auf die Identifizierung Seite: [ <a href="./identification.php">Identifizierung</a> ] und verwenden Sie die Login / Passwort für Webmaster<br /> 
    6361* diesem Login ermöglicht Ihnen den Zugang zu den Verwaltungs-Panel und den Anweisungen, um Platz Bilder in Ihre Verzeichnisse.'; 
  • trunk/language/en_UK/install.lang.php

    r2747 r2865  
    6060$lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'; 
    6161$lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br /> 
    62 For security reason, please delete file "install.php"<br /> 
    63 Once this file deleted , follow this instructions :<br /> 
    6462* go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br /> 
    6563* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; 
  • trunk/language/es_ES/install.lang.php

    r2747 r2865  
    5858$lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.'; 
    5959$lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br /> 
    60 Por medida de seguridad, gracias por suprimir el fichero "install.php"<br /> 
    61 La vez suprimido este fichero, por favor seguir estas indicaciones:<br /> 
    6260* Vaya sobre la página de identificación : [ <a href="./identification.php">identificación</a> ] Y conéctese con pseudo dado para el webmaster<br /> 
    6361* Éste le permite acceder a la parte administración y a las instrucciones para colocar las imágenes en los repertorios.'; 
  • trunk/language/fr_FR/install.lang.php

    r2752 r2865  
    5858$lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de Piwigo</a>.'; 
    5959$lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br /> 
    60 Par mesure de sécurité, merci de supprimer le fichier "install.php"<br /> 
    61 Un fois ce fichier supprimé, veuillez suivre ces indications :<br /> 
    6260* allez sur la page d\'identification : [ <a href="./identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster<br /> 
    6361* celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.'; 
  • trunk/language/it_IT/install.lang.php

    r2747 r2865  
    5858$lang['install_help'] = 'Bisogno di aiuto? Visitate il <a href="%s">forum di PhpWebGallery</a>.'; 
    5959$lang['install_end_message'] = 'La configurazione di PhpWebGallery è conclusa. Procedete al prossimo step<br /><br /> 
    60 Per ragioni di sicurezza vi consigliamo di cancellare il file "install.php"<br /> 
    61 Una volta che il file è stato cancellato seguire le istruzioni:<br /> 
    6260* collegatevi alla pagina di accesso: [ <a href="identification.php">Accedi ora</a> ] e usate il vostro nome utente e password del Webmaster<br /> 
    6361* a questo punto sarete abilitati all\'accesso al pannello di amministrazione in cui troverete le istruzioni per l\'inserimento delle immagini nelle vostre directory'; 
  • trunk/language/nl_NL/install.lang.php

    r2747 r2865  
    5959$lang['step2_pwd_conf_info'] = 'verificatie'; 
    6060$lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">Piwigo forum</a>.'; 
    61 $lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende stap is<br /><br />het verwijderen van "install.php" dit is om de veiligheid te waarborgen<br /> 
    62 Vervolg de instructies nadat "install.php" is verwijderd:<br /> 
     61$lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende stap is<br /><br /> 
    6362* Ga naar de Indentificatie pagina: [ <a href="identification.php">Indentificatie</a> ] gebruik hiervoor het eerder opgegeven gebruikersnaam met wachtwoord<br /> 
    6463* Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen'; 
  • trunk/upgrade.php

    r2863 r2865  
    254254      $config_file_contents =  
    255255        substr($config_file_contents, 0, $php_end_tag) . "\r\n" 
    256         . implode("\r\n\r\n" , $mysql_changes) . "\r\n" 
     256        . implode("\r\n" , $mysql_changes) . "\r\n" 
    257257        . substr($config_file_contents, $php_end_tag); 
    258258 
     
    261261        array_push($page['infos'], 
    262262          l10n('in include/mysql.inc.php, before ?>, insert:') . ' 
    263 <p><textarea rows="5" cols="40">'.implode("\r\n\r\n" , $mysql_changes).'</textarea></p>' 
     263<p><textarea rows="4" cols="40">'.implode("\r\n" , $mysql_changes).'</textarea></p>' 
    264264          ); 
    265265      }