diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-09-28 15:34:18 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-09-28 15:34:18 +0000 |
commit | 3a478e67853e178c847b87a0486a26a839fd717d (patch) | |
tree | 4ae131d45cadeaad2d13f7be370bb30b77e3253a /language/de_DE/common.lang.php | |
parent | 394f4d0310f284d1397f95013e129f5acc20c9dd (diff) |
[trunk_public] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@18338 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE/common.lang.php')
-rw-r--r-- | language/de_DE/common.lang.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 2f2e25ed5..6ae03bd1a 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -197,10 +197,6 @@ $lang['last %d days'] = '%d letzte Tage'; $lang['Last'] = 'Letzte Seite'; $lang['Logout'] = 'Abmelden'; $lang['obligatory'] = 'obligatorisch'; -$lang['Maximum photo height'] = 'Maximale Fotohöhe'; -$lang['Maximum height must be a number superior to 50'] = 'Die maximale Höhe der Bilder muss größer sein als 50'; -$lang['Maximum photo width'] = 'Maximale Fotobreite'; -$lang['Maximum width must be a number superior to 50'] = 'Die maximale Breite der Bilder muss größer sein als 50'; $lang['display a calendar by creation date'] = 'Zeige einen Kalender nach Erstellungsdatum'; $lang['display all photos in all sub-albums'] = 'Zeige alle Fotos in allen Unteralben'; $lang['return to normal view mode'] = 'Zurück zur normalen Ansicht'; @@ -412,4 +408,7 @@ $lang['Permalink for album not found'] = 'Permalink für Album nicht gefunden.'; $lang['Piwigo encountered a non recoverable error'] = 'Piwigo ist auf einen nicht nachvollziehbaren Fehler gestoßen.'; $lang['Requested album does not exist'] = 'Gewähltes Album existiert nicht.'; $lang['Requested tag does not exist'] = 'Gewähltes Schlagwort existiert nicht.'; +$lang['Email address is mandatory'] = 'Email Adresse ist erforderlich'; +$lang['Username is mandatory'] = 'Benutzername ist erforderlich'; +$lang['mandatory'] = 'erforderlich'; ?>
\ No newline at end of file |