fsfe-website/support/template-thankyou.it.inc
cri 89bd0d1c7d Italian translation: make them more consistent
svn path=/trunk/; revision=24656
2012-10-14 21:19:31 +00:00

24 lines
491 B
PHP

<!--<?php
// This is the HTML contents shown after user submitted the support form
echo '
<p>Thank you for showing your support to the FSFE!</p>
<p>A confirmation message has been sent to your e-mail '. $_POST['email'] .'</p>
';
?>-->
<?php
// This is the HTML contents shown after user submitted the support form
echo '
<p>Grazie per aver espresso il tuo sostegno alla FSFE!</p>
<p>Un messaggio di conferma è stato inviato alla tua casella e-mail '. $_POST['email'] .'</p>
';
?>