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-au/register_verify_eml.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-au/register_verify_eml.tpl')
-rw-r--r-- | view/en-au/register_verify_eml.tpl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/view/en-au/register_verify_eml.tpl b/view/en-au/register_verify_eml.tpl new file mode 100644 index 000000000..85d9a12d3 --- /dev/null +++ b/view/en-au/register_verify_eml.tpl @@ -0,0 +1,25 @@ + +A new user registration request was received at {{$sitename}} which requires +your approval. + + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +IP Address: {{$details}} + +To approve this request please visit the following link: + + +{{$siteurl}}/regmod/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regmod/deny/{{$hash}} + + +Thank you. + |