- Timestamp:
- Nov 12, 2008, 2:49:13 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/de_DE/install.lang.php
r2747 r2865 58 58 $lang['install_help'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Frage auf der <a href="%s"> Forum Piwigo </ a>.'; 59 59 $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 />62 60 * Gehen Sie auf die Identifizierung Seite: [ <a href="./identification.php">Identifizierung</a> ] und verwenden Sie die Login / Passwort für Webmaster<br /> 63 61 * 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 60 60 $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'; 61 61 $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 />64 62 * go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br /> 65 63 * 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 58 58 $lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.'; 59 59 $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 />62 60 * 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 /> 63 61 * É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 58 58 $lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de Piwigo</a>.'; 59 59 $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 />62 60 * allez sur la page d\'identification : [ <a href="./identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster<br /> 63 61 * 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 58 58 $lang['install_help'] = 'Bisogno di aiuto? Visitate il <a href="%s">forum di PhpWebGallery</a>.'; 59 59 $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 />62 60 * collegatevi alla pagina di accesso: [ <a href="identification.php">Accedi ora</a> ] e usate il vostro nome utente e password del Webmaster<br /> 63 61 * 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 59 59 $lang['step2_pwd_conf_info'] = 'verificatie'; 60 60 $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 /> 63 62 * Ga naar de Indentificatie pagina: [ <a href="identification.php">Indentificatie</a> ] gebruik hiervoor het eerder opgegeven gebruikersnaam met wachtwoord<br /> 64 63 * Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen'; -
trunk/upgrade.php
r2863 r2865 254 254 $config_file_contents = 255 255 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" 257 257 . substr($config_file_contents, $php_end_tag); 258 258 … … 261 261 array_push($page['infos'], 262 262 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>' 264 264 ); 265 265 }
Note: See TracChangeset
for help on using the changeset viewer.