diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-07-02 05:57:53 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-07-02 05:57:53 +0000 |
commit | d834f45e2514da332257848db9a8ab6b5590d81e (patch) | |
tree | 8b364764bddfa761323485ce16a13fff2a541208 /language/de_DE/common.lang.php | |
parent | 3b9d08989c043fd7167b88e6e7b8fc3f103ce53c (diff) |
[trunk] - language - update DE (Deutsch - German) thanks to el ninjo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11597 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |