22 lines
380 B
PHP
22 lines
380 B
PHP
<?php
|
|
$lang ['comments'] ['mail'] = 'Hallo %toname%,
|
|
|
|
"%fromname%" %frommail% hat einen Kommentar zu dem Thema "%entrytitle%" geschrieben.
|
|
|
|
Der Link zum diesem Kommentar:
|
|
%commentlink%
|
|
|
|
Folgendes wurde als Kommentar geschrieben:
|
|
***************
|
|
%content%
|
|
***************
|
|
|
|
Automatisch generiert von,
|
|
%blogtitle%
|
|
|
|
';
|
|
|
|
$lang ['comments'] ['newcomment'] = 'Neuer Kommentar auf ';
|
|
|
|
?>
|