7f8cbea1ec
Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/trunk@3203 68402e56-0260-453c-a942-63ccdbb3a9ee
74 lines
No EOL
5.5 KiB
PHP
74 lines
No EOL
5.5 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based picture gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | This program is free software; you can redistribute it and/or modify |
|
|
// | it under the terms of the GNU General Public License as published by |
|
|
// | the Free Software Foundation |
|
|
// | |
|
|
// | This program is distributed in the hope that it will be useful, but |
|
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
// | General Public License for more details. |
|
|
// | |
|
|
// | You should have received a copy of the GNU General Public License |
|
|
// | along with this program; if not, write to the Free Software |
|
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
// | USA. |
|
|
// +-----------------------------------------------------------------------+
|
|
|
|
$lang['Installation'] = 'Installation';
|
|
$lang['Initial_config'] = 'Basis-Konfiguration';
|
|
$lang['Default_lang'] = 'Standardsprache der Galerie';
|
|
$lang['step1_title'] = 'Konfiguration der Datenbank';
|
|
$lang['step2_title'] = 'Konfiguration des Administrator-Kontos';
|
|
$lang['Start_Install'] = 'Start der Installation';
|
|
$lang['reg_err_mail_address'] = 'Die E-Mail-Adresse muss in der Form xxx@yyy.eee (Beispiel: jack@altern.org)';
|
|
|
|
$lang['install_webmaster'] = 'Administrator';
|
|
$lang['install_webmaster_info'] = 'Benutzername des Administrators';
|
|
|
|
$lang['step1_confirmation'] = 'Die Parameter sind korrekt ausgefüllt';
|
|
$lang['step1_err_db'] = 'Die Verbindung zum Server ist OK, aber nicht die Verbindung zu dieser Datenbank';
|
|
$lang['step1_err_server'] = 'Es konnte keine Verbindung zum Datenbankserver aufgebaut werden';
|
|
|
|
$lang['step1_host'] = 'MySQL Host';
|
|
$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
|
|
$lang['step1_user'] = 'Benutzer';
|
|
$lang['step1_user_info'] = 'Benutzernamen für die MySQL Datenbank';
|
|
$lang['step1_pass'] = 'Passwort';
|
|
$lang['step1_pass_info'] = 'das von Ihrem Hosting-Provider';
|
|
$lang['step1_database'] = 'Name der Datenbank';
|
|
$lang['step1_database_info'] = 'Passwort für die MySQL Datenbank';
|
|
$lang['step1_prefix'] = 'Vorwahl Tabellen';
|
|
$lang['step1_prefix_info'] = 'die Namen der Tabellen mit diesem Präfix (ermöglicht eine bessere Verwaltung der Datenbank)';
|
|
$lang['step2_err_login1'] = 'gib bitte einen Benutzernamen für den Webmaster an';
|
|
$lang['step2_err_login3'] = 'der Benutzername des Webmasters darf nicht die Zeichen \' und " enthalten';
|
|
$lang['step2_err_pass'] = 'Bitte wählen Sie ein Passwort';
|
|
$lang['install_end_title'] = 'Installation abgeschlossen';
|
|
$lang['step2_pwd'] = 'Passwort';
|
|
$lang['step2_pwd_info'] = 'Administratorpasswort';
|
|
$lang['step2_pwd_conf'] = 'Passwort [Bestätigung]';
|
|
$lang['step2_pwd_conf_info'] = 'Wiederholen Sie das eingegebene Passwort';
|
|
$lang['step1_err_copy'] = 'Kopieren Sie den rosa Text ohne die Bindestriche und fügen Sie ihn in die Datei "include / mysql.inc.php" auf dem Webserver ein (Warnung: die Datei "mysql.inc.php" darf nur die rosa Zeichen enthalten, nicht mehr und nicht weniger)';
|
|
$lang['install_help'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Frage auf der <a href="%s"> Forum Piwigo </a>.';
|
|
$lang['install_end_message'] = 'Die Konfiguration der Piwigo abgeschlossen ist, hier ist der nächste Schritt<br><br>
|
|
* Gehen Sie zum Anmelden auf die Startseite: [ <a href="./identification.php">Identifizierung</a> ] und verwenden Sie die Login / Passwort für Webmaster<br>
|
|
* diesem Login ermöglicht Ihnen den Zugang zu den Verwaltungs-Panel und der Bilder- und Benutzerverwaltung.';
|
|
$lang['conf_mail_webmaster'] = 'Webmaster Mail-Adresse';
|
|
$lang['conf_mail_webmaster_info'] = 'Kontakt E-Mailadresse (nur für angemeldete Benutzer sichtbar)';
|
|
|
|
$lang['PHP 5 is required'] = 'PHP 5 ist erforderlich';
|
|
$lang['It appears your webhost is currently running PHP %s.'] = 'Es scheint Ihr Webhost ist derzeit laufenden PHP %s.';
|
|
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo wird versuchen um Ihre Konfiguration zu PHP 5 Schalten durch die Schaffung oder Änderung einer .Htaccess-Datei.';
|
|
$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Hinweis: Sie können Ihre Konfiguration indem manuel Schalten und starten Sie wieder dass Piwigo.';
|
|
$lang['Try to configure PHP 5'] = 'Versuch zu konfigurieren PHP 5';
|
|
$lang['Sorry!'] = 'Bekümmert!';
|
|
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kan nicht PHP 5 zu konfigurieren.';
|
|
$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Sie können sich beziehen auf Ihrem Hosting-Anbieter die Unterstützung und sehen wie Sie könnte Umstellung auf PHP 5 von Ihnen.";
|
|
$lang['Hope to see you back soon.'] = 'Hoffen, Sie bald wieder zurück.';
|
|
?>
|