diff options
Diffstat (limited to 'language/de_DE/common.lang.php')
-rw-r--r-- | language/de_DE/common.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index d9b5e60ee..d1770fe31 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -356,4 +356,7 @@ $lang['This author modified following comment:'] = 'Dieser Autor veränderte fol $lang['This author removed the comment with id %d'] = 'Dieser Autor löschte den Kommentar mit der ID %d'; $lang['validate this comment'] = 'überprüfe diesen Kommentar'; $lang['html tags are not allowed in login'] = 'HTML-Tags sind im Benutzername nicht erlaubt'; +$lang['The number of photos per page must be a not null scalar'] = ' Die Anzahl der Fotos pro Seite muss eine ganze Zahl größer als Null sein '; +$lang['Number of photos per page'] = 'Anzahl der Fotos pro Seite'; + ?>
\ No newline at end of file |