valise.chapril.org-tools/nextcloud/theme/chapril/apps/registration/templates/email.validate_plaintext.php

9 lines
429 B
PHP

<?php
echo $l->t("To create a new account on %s, just click the following link:", [$_['sitename']]);
echo "\n\n".$_['link'];
echo "\n\n".$l->t('L\'équipe Chapril =(^-^)=');
echo "\n\n--";
echo "\n".$l->t('%s - https://valise.chapril.org', [$_['sitename']]);
echo "\n".$l->t('Le Chapril =(^-^)=, des services libres et éthiques - https://www.chapril.org');
echo "\n".$l->t('Une initiative de l\'April - https://www.april.org');