From: moodler Date: Tue, 22 Oct 2002 02:34:41 +0000 (+0000) Subject: Fixed name/date variables (don't translate variables!) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ede685a73e486f93a906f77637141488772ccc03;p=moodle.git Fixed name/date variables (don't translate variables!) --- diff --git a/lang/de/forum.php b/lang/de/forum.php index b39034008f..246c20d350 100644 --- a/lang/de/forum.php +++ b/lang/de/forum.php @@ -9,7 +9,7 @@ $string['allowratings'] = "D $string['allowsdiscussions'] = "Jeder darf in diesem Forum ein Diskussion-Thema beginnen."; $string['anyfile'] = "Jede Datei"; $string['attachment'] = "Anhang"; -$string['bynameondate'] = "durch \$a->Name - \$a->Datum "; +$string['bynameondate'] = "durch \$a->name - \$a->date "; $string['couldnotadd'] = "Eintrag konnte aufgrund eines unbekannten Fehlers nicht hinzugefügt werden."; $string['couldnotdeleteratings'] = "Das kann nicht gelöscht werden, weil es schon bewertet wurde ."; $string['couldnotdeletereplies'] = "Das kann nicht gelöscht werden, weil es schon beantwortet wurde .";