1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/locale/templates/fr.email.auth.invitation.tpl
Corentin Le Fur 975361440f Add FR locale
2019-09-30 18:03:35 +02:00

29 lines
828 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Bonjour,
<br />
<br />
This mail was sent to you because <b>{{owner}}</b> wanted to invite you to become a team member at the <b>{{team}}</b> team over at {{project}}.
Ce mail vous a été envoyé car <b>{{owner}}</b> vous invite à devenir membre de l'équipe <b>{{team}}</b> sur le projet {{project}}.
<br />
<br />
Cliquez sur le lien suivant pour rejoindre l'équipe <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Si vous n'êtes pas intéressé, vous pouvez ignorer ce message.
<br />
<br />
Merci,
<br />
L'équipe {{project}}
</div>