1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/af.email.auth.recovery.tpl
Carike Blignaut-Staden b83dade16c Created new PHP pages for Afrikaans and updated them.
af.countries.php stil in progress
2019-10-01 16:36:10 +02:00

25 lines
542 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hallo {{name}},
<br />
<br />
Volg hierdie web adres om jou wagwoord te verander vir {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
As jy nie gevra het om you wagwoord te verander nie, kan jy die boodskap ignoreer.
<br />
<br />
Baie dankie,
<br />
{{project}} span
</div>