diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-04-16 06:41:13 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-04-16 06:41:13 +0000 |
commit | bd3bae8609a5dc7cbf34f4e6fe86e20c5598d183 (patch) | |
tree | cd03a7bebdc1532cbc1495b307992fd4588dd6d2 /language/de_DE/common.lang.php | |
parent | 8eabef3d114201480c84729f20e119ac1746ee54 (diff) |
[branche 2.2] - language - update DE Thanks to el ninjo
git-svn-id: http://piwigo.org/svn/branches/2.2@10402 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/de_DE/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 8fc817c58..c7641f745 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -359,4 +359,5 @@ $lang['Manage this user comment: %s'] = 'Verwalte diesen Benutzerkommentar: %s'; $lang['This author modified following comment:'] = 'Dieser Autor veränderte folgenden Kommentar:'; $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 Login nicht erlaubt'; ?>
\ No newline at end of file |