diff options
author | friendica <info@friendica.com> | 2014-08-05 20:09:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-05 20:09:01 -0700 |
commit | 1f415d983081170ec707e0f72d99efc12e7cde4a (patch) | |
tree | 28c249e0f2d5f60f716296af7691b6a96e717f7f /view/en-gb/register_verify_member.tpl | |
parent | 8da548344be6493aeedc7d9896bc784880dff3fe (diff) | |
download | volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.tar.gz volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.tar.bz2 volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.zip |
add en-gb and en-au ('en-us' aka 'en' is the default language now so watch out for words like colour and centralise and please use the US variants in translatable strings)
Diffstat (limited to 'view/en-gb/register_verify_member.tpl')
-rw-r--r-- | view/en-gb/register_verify_member.tpl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/view/en-gb/register_verify_member.tpl b/view/en-gb/register_verify_member.tpl new file mode 100644 index 000000000..d1e34be67 --- /dev/null +++ b/view/en-gb/register_verify_member.tpl @@ -0,0 +1,25 @@ + +Thank you for registering at {{$sitename}}. + +Your login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} + +Login with the password you chose at registration. + +We need to verify your email address in order to give you full access. + +If you registered this account, please visit the following link: + +{{$siteurl}}/regver/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regver/deny/{{$hash}} + + +Thank you. + |