flatpress/fp-interface/lang/fr-fr/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
384 B
PHP

<?php
$lang ['comments'] ['mail'] = 'Bonjour %toname%,
"%fromname%" %frommail% a post&eacute; un commentaire sur un billet dont le titre est "%entrytitle%".
Lien direct vers le commentaire:
%commentlink%
Voici le commentaire post&eacute;:
***************
%content%
***************
Cordialement,
%blogtitle%
';
$lang ['comments'] ['newcomment'] = 'Nouveau commentaire sur ';
?>