Ignore:
Timestamp:
Mar 16, 2009, 6:04:13 PM (15 years ago)
Author:
patdenice
Message:

merge r3203 from trunk to branch 2.0.
Move template class inclusion to common.inc.php.
Add forum link in upgrade page.
Install and upgrade try to configure PHP5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/language/de_DE/install.lang.php

    r3063 r3204  
    6262$lang['conf_mail_webmaster'] = 'Webmaster Mail-Adresse';
    6363$lang['conf_mail_webmaster_info'] = 'Kontakt E-Mailadresse (nur für angemeldete Benutzer sichtbar)';
     64
     65$lang['PHP 5 is required'] = 'PHP 5 ist erforderlich';
     66$lang['It appears your webhost is currently running PHP %s.'] = 'Es scheint Ihr Webhost ist derzeit laufenden PHP %s.';
     67$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.';
     68$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.';
     69$lang['Try to configure PHP 5'] = 'Versuch zu konfigurieren PHP 5';
     70$lang['Sorry!'] = 'Bekümmert!';
     71$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kan nicht PHP 5 zu konfigurieren.';
     72$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.";
     73$lang['Hope to see you back soon.'] = 'Hoffen, Sie bald wieder zurück.';
    6474?>
Note: See TracChangeset for help on using the changeset viewer.