flatpress/fp-interface/lang/en-us/lang.comments.php
Fraenkiman 3ad8a38183 Spaces inserted
Spaces inserted so that they can be encrypted in the e-mail header
2023-02-26 05:01:59 +01:00

22 lines
376 B
PHP

<?php
$lang ['comments'] ['mail'] = 'Dear %toname%,
"%fromname%" %frommail% has just posted a comment to the entry entitled "%entrytitle%".
This is the commentlink to your entry:
%commentlink%
Here is the comment that has just been posted:
***************
%content%
***************
All the best,
%blogtitle%
';
$lang ['comments'] ['newcomment'] = 'New comment on ';
?>