diff options
Diffstat (limited to '')
-rw-r--r-- | language/de_DE/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index d342bb623..1f51e3e85 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -305,8 +305,8 @@ $lang['Yes'] = 'Ja'; $lang['No'] = 'Nein'; $lang['%d photo'] = '%d Foto'; $lang['%d photos'] = '%d Fotos'; -$lang['%d photo is also linked to current tags'] = '%d Foto ist auch mit diesen Schlagwörtern verbunden'; -$lang['%d photos are also linked to current tags'] = '%d Fotos sind auch mit diesen Schlagwörtern verbunden'; +$lang['%d photo is also linked to current tags'] = '%d Foto ist auch mit diesen Schlagwörtern verknüpft'; +$lang['%d photos are also linked to current tags'] = '%d Fotos sind auch mit diesen Schlagwörtern verknüpft'; $lang['display photos linked to this tag'] = 'Fotos mit diesem Schlagwort anzeigen'; $lang['photos posted during the last %d days'] = 'Fotos eingestellt während der letzten %d Tage'; $lang['Piwigo Help'] = 'Piwigo-Hilfe'; |