diff options
author | friendica <info@friendica.com> | 2013-06-16 16:49:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-16 16:49:46 -0700 |
commit | 99252d65bfd59fb704d32f7dde4c62b080303d33 (patch) | |
tree | d1eeecce997e2cd14c52d199676f9012e4015180 /view/cs/register_verify_eml.tpl | |
parent | 47ef689c927f8c8692bb98f190b7cc56d5e088ec (diff) | |
download | volse-hubzilla-99252d65bfd59fb704d32f7dde4c62b080303d33.tar.gz volse-hubzilla-99252d65bfd59fb704d32f7dde4c62b080303d33.tar.bz2 volse-hubzilla-99252d65bfd59fb704d32f7dde4c62b080303d33.zip |
reset email templates to English
Diffstat (limited to 'view/cs/register_verify_eml.tpl')
-rw-r--r-- | view/cs/register_verify_eml.tpl | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/view/cs/register_verify_eml.tpl b/view/cs/register_verify_eml.tpl index 4b34c6b6d..85d9a12d3 100644 --- a/view/cs/register_verify_eml.tpl +++ b/view/cs/register_verify_eml.tpl @@ -1,22 +1,25 @@ -Na webu $sitename byla vytvořena nová uživatelská registrace, která vyžaduje Vaše schválení. +A new user registration request was received at {{$sitename}} which requires +your approval. -Přihlašovací údaje jsou tato: -Celé jméno: $username -Adresa webu: $siteurl -Přihlašovací jméno: $email +The login details are as follows: -Pro odsouhlasení tohoto požadavku prosím klikněte na následující odkaz: +Site Location: {{$siteurl}} +Login Name: {{$email}} +IP Address: {{$details}} +To approve this request please visit the following link: -$siteurl/regmod/allow/$hash +{{$siteurl}}/regmod/allow/{{$hash}} -Pro zamítnutí žádosti a odstranění účtu prosím klikněte na tento odkaz: +To deny the request and remove the account, please visit: -$siteurl/regmod/deny/$hash +{{$siteurl}}/regmod/deny/{{$hash}} + + +Thank you. -Díky. |