diff --git a/locale/de_DE/LC_MESSAGES/The Legend of Z.mo b/locale/de_DE/LC_MESSAGES/The Legend of Z.mo index 0a8a37e0..85a73a5b 100644 Binary files a/locale/de_DE/LC_MESSAGES/The Legend of Z.mo and b/locale/de_DE/LC_MESSAGES/The Legend of Z.mo differ diff --git a/locale/de_DE/LC_MESSAGES/The Legend of Z.po b/locale/de_DE/LC_MESSAGES/The Legend of Z.po index bda0044d..6d5b9788 100644 --- a/locale/de_DE/LC_MESSAGES/The Legend of Z.po +++ b/locale/de_DE/LC_MESSAGES/The Legend of Z.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: The Legend of Z\n" -"POT-Creation-Date: 2014-05-01 14:29+0100\n" -"PO-Revision-Date: 2014-05-01 14:29+0100\n" +"POT-Creation-Date: 2014-05-01 21:12+0100\n" +"PO-Revision-Date: 2014-05-01 21:12+0100\n" "Last-Translator: \n" "Language-Team: \n" "Language: de_DE\n" @@ -87,6 +87,7 @@ msgid "Past submissions" msgstr "Vorherige Lösungen" #: questtypes/submit/html/quest.tpl:33 questtypes/submit/html/submission.tpl:6 +#: views/html/quests/submissions.tpl:15 #, php-format msgid "submitted at %s on %s h" msgstr "eingereicht am %s um %s Uhr" @@ -96,22 +97,26 @@ msgid "This submission is waiting for approval" msgstr "Die Lösung wartet auf Bewertung" #: questtypes/submit/html/quest.tpl:42 +#, php-format +msgid "Approved on %s at %s" +msgstr "Bewertet am %s um %s Uhr" + #: questtypes/submit/html/submission.tpl:12 #, php-format -msgid "Comment from %s on %s at %s" -msgstr "Kommentar von %s am %s um %s Uhr" +msgid "Approved by %s on %s at %s" +msgstr "Bewertet von %s am %s um %s Uhr" #: questtypes/submit/html/submission.tpl:27 msgid "Comment" msgstr "Kommentar" #: questtypes/submit/html/submission.tpl:30 views/html/quests/quest.tpl:45 -#: views/html/quests/submissions.tpl:28 +#: views/html/quests/submissions.tpl:29 msgid "solved" msgstr "Richtig!" #: questtypes/submit/html/submission.tpl:31 views/html/quests/quest.tpl:50 -#: views/html/quests/submissions.tpl:19 +#: views/html/quests/submissions.tpl:20 msgid "unsolved" msgstr "Leider falsch!" diff --git a/questtypes/submit/html/quest.tpl b/questtypes/submit/html/quest.tpl index 6c5de4ba..d8b6b992 100644 --- a/questtypes/submit/html/quest.tpl +++ b/questtypes/submit/html/quest.tpl @@ -27,11 +27,11 @@ 0) : ?>
=sprintf(_('Approved on %s at %s'), $dateFormatter->format(new \DateTime($comment['created'])), $timeFormatter->format(new \DateTime($comment['created'])))?>
+ =\hhu\z\Utils::t($comment['comment'])?> +=sprintf(_('Comment from %s on %s at %s'), $comment['user']['character']['name'], $dateFormatter->format(new \DateTime($comment['created'])), $timeFormatter->format(new \DateTime($comment['created'])))?>:
+=sprintf(_('Approved by %s on %s at %s'), $comment['user']['character']['name'], $dateFormatter->format(new \DateTime($comment['created'])), $timeFormatter->format(new \DateTime($comment['created'])))?>
=\hhu\z\Utils::t($comment['comment'])?>