diff options
author | friendica <info@friendica.com> | 2012-10-01 18:02:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-01 18:02:11 -0700 |
commit | 846a9813b23911ae2a87d87fb6fd9f188ed84dc0 (patch) | |
tree | a8a78b379cc8f4e25812c5b2cac603c86b6b1472 /view/it/follow_notify_eml.tpl | |
parent | d261fe271fdee747244c76f7ba4679b8372a2e8c (diff) | |
download | volse-hubzilla-846a9813b23911ae2a87d87fb6fd9f188ed84dc0.tar.gz volse-hubzilla-846a9813b23911ae2a87d87fb6fd9f188ed84dc0.tar.bz2 volse-hubzilla-846a9813b23911ae2a87d87fb6fd9f188ed84dc0.zip |
here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
Diffstat (limited to 'view/it/follow_notify_eml.tpl')
-rw-r--r-- | view/it/follow_notify_eml.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/it/follow_notify_eml.tpl b/view/it/follow_notify_eml.tpl index 635dbbc29..c85a0cdc9 100644 --- a/view/it/follow_notify_eml.tpl +++ b/view/it/follow_notify_eml.tpl @@ -1,14 +1,14 @@ -Caro/a $myname, +Ciao $[myname], -Hai un nuovo seguace a $sitename - '$requestor'. +Un nuovo utente ha iniziato a seguirti su $[sitename] - '$[requestor]'. -Puoi visitare il suo profilo a $url. +Puoi vedere il suo profilo su $[url]. -Accedi al tuo sito per approvare o ignorare/cancellare la richiesta. +Accedi sul tuo sito per approvare o ignorare la richiesta. -$siteurl +$[siteurl] Saluti, - L'amministratore di $sitename + L'amministratore di $[sitename]
\ No newline at end of file |