flatpress/fp-interface/lang/en-us/lang.comments.php
Fraenkiman fc9bcf45e8 Subject line of email when new comment is not translated
Added multilingual support for email subject line for new comments
2022-12-26 02:17:16 +01:00

22 lines
375 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';
?>