diff options
Diffstat (limited to 'language/de_DE/install.lang.php')
-rw-r--r-- | language/de_DE/install.lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php index 93fb98e6a..3ff73469f 100644 --- a/language/de_DE/install.lang.php +++ b/language/de_DE/install.lang.php @@ -70,4 +70,10 @@ $lang['Hope to see you back soon.'] = 'Wir hoffen, Sie sind bald wieder zurück. $lang['Database type'] = 'Datenbanktyp'; $lang['The type of database your piwigo data will be store in'] = 'Der Typ der Datenbank, die Piwigo-Daten werden gespeichert in'; $lang['Congratulations, Piwigo installation is completed'] = 'Glückwunsch, Sie haben Piwigo erfolgreich installiert'; + +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Eine andere Lösung ist, den Text im Kasten oben zu kopieren und ihn in die Datei "local/config/database.inc.php" einzufügen (Warnung: database.inc.php darf nur enthalten, was im Textbereich ist, keine Zeilenumbrüche (Enter) oder Leerzeichen)'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'Die Erstellung der Datei local/config/database.inc.php ist fehlgeschlagen.'; +$lang['Download the config file'] = 'Lade die Konfigurationsdatei herunter'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'SIe können die Konfigurationsdatei herunterladen und in den Ordner local/config ihrer Installation hochladen.'; + ?>
\ No newline at end of file |