diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-05 07:37:01 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-05 07:37:01 +0100 |
commit | 830a56723c37e206f2114c4bc4ade080f475cba9 (patch) | |
tree | 01741f63f64cdd7f430fd70deba74cc510a20846 /view/it | |
parent | cbace1639e7eb9c543a2ba0b51619a7f4164ae64 (diff) | |
parent | bb0c24bd4fd159cc005f60a0808a4b37b91060b0 (diff) | |
download | volse-hubzilla-830a56723c37e206f2114c4bc4ade080f475cba9.tar.gz volse-hubzilla-830a56723c37e206f2114c4bc4ade080f475cba9.tar.bz2 volse-hubzilla-830a56723c37e206f2114c4bc4ade080f475cba9.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/registrations-top.tpl | 3 | ||||
-rw-r--r-- | view/it/registrations.tpl | 1 | ||||
-rw-r--r-- | view/it/strings.php | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/view/it/registrations-top.tpl b/view/it/registrations-top.tpl new file mode 100644 index 000000000..8134aa210 --- /dev/null +++ b/view/it/registrations-top.tpl @@ -0,0 +1,3 @@ +<h1>Registrazioni in attesa di conferma</h1> + + diff --git a/view/it/registrations.tpl b/view/it/registrations.tpl new file mode 100644 index 000000000..698c766f7 --- /dev/null +++ b/view/it/registrations.tpl @@ -0,0 +1 @@ +<li>$fullname ($email) : <a href="$approvelink">Approva</a> - <a href="$denylink">Rifiuta</a></li> diff --git a/view/it/strings.php b/view/it/strings.php index 0e6def3df..b18904eac 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -244,6 +244,7 @@ $a->strings['Friend/Connect Request'] = 'Richiesta Amicizia/Connessione'; $a->strings['New Follower'] = 'Nuovo Seguace'; $a->strings['Approve'] = 'Approva'; $a->strings['No notifications.'] = 'Nessuna notifica.'; +$a->strings['No registrations.'] = 'Nessuna registrazione.'; $a->strings['Login failed.'] = 'Accesso fallito.'; $a->strings["Welcome back "] = "Bentornato "; $a->strings['Photo Albums'] = 'Album Foto'; |