diff options
author | patdenice <patdenice@piwigo.org> | 2009-03-16 16:57:10 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-03-16 16:57:10 +0000 |
commit | 7f8cbea1ec8a13567fa7541fbcbb096368bb8691 (patch) | |
tree | cfe4bf4a0ee68738073890b3305b68dcbc61ddbe /language/de_DE/install.lang.php | |
parent | 11feae676aa463eb5e74edd4a9e5ea3a2b9a94d5 (diff) |
Move template class inclusion to common.inc.php.
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
Diffstat (limited to 'language/de_DE/install.lang.php')
-rw-r--r-- | language/de_DE/install.lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php index 4410a0fac..a3d2cd6f2 100644 --- a/language/de_DE/install.lang.php +++ b/language/de_DE/install.lang.php @@ -61,4 +61,14 @@ $lang['install_end_message'] = 'Die Konfiguration der Piwigo abgeschlossen ist, * 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.'; ?>
\ No newline at end of file |