diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-04-03 16:54:25 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-04-03 16:54:25 +0000 |
commit | 2ad12017dd31b44bc7582d5643492b845bd0772e (patch) | |
tree | fdcd987aef873d1d22b56ece28f4fa5ee5833aa0 /language | |
parent | b639812b543b04b0bd9df7a1a7f6a7ddaae16147 (diff) |
[trunk] update DE thanks to el ninjo
git-svn-id: http://piwigo.org/svn/trunk@5603 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/de_DE/admin.lang.php | 6 | ||||
-rw-r--r-- | language/de_DE/install.lang.php | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index b4e563078..e1e41e300 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -753,5 +753,11 @@ $lang['Impossible to deactivate this language, you need at least one language.'] $lang['Inactive Languages'] = 'Deaktivierte Sprachen'; $lang['Make this language available to users'] = 'Aktiviere diese Sprache für Benutzer'; $lang['Set as default language for unregistered and new users'] = 'Als Standardsprache für neue und unregistrierte User festlegen'; +$lang['delete'] = 'lösche'; +$lang['Add Photos'] = 'Füge Fotos hinzu'; +$lang['The following tag was deleted'] = 'Folgender Tag wurde gelöscht'; +$lang['There is no other language available.'] = 'Es ist keine weitere Sprache verfügbar.'; +$lang['There is no other plugin available.'] = 'Es ist kein weiteres Plugin verfügbar.'; +$lang['There is no other theme available.'] = 'Es ist kein weiteres Thema verfügbar.'; ?>
\ No newline at end of file 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 |