diff options
author | Friendika <info@friendika.com> | 2011-02-22 15:35:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-22 15:35:33 -0800 |
commit | f57f9852b198ec15ea7e9dbd20ebcf97a09112a9 (patch) | |
tree | a408e24ef49dd55ba6c9065e72e682bb9361fbaa /view/it/strings.php | |
parent | 99eef96822b23aca3c0dcf999868146a9161e503 (diff) | |
download | volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.tar.gz volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.tar.bz2 volse-hubzilla-f57f9852b198ec15ea7e9dbd20ebcf97a09112a9.zip |
pulled strings from one more template
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index d04e02167..2b4a84d05 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -236,6 +236,9 @@ $a->strings['Hide Ignored Requests'] = 'Nascondi richieste ignorate'; $a->strings['Claims to be known to you: '] = 'Dice di conoscerti: '; $a->strings['yes'] = 'si'; $a->strings['no'] = 'no'; +$a->strings['Approve as: '] = 'Approva come: '; +$a->strings['Friend'] = 'Amico'; +$a->strings['Fan/Admirer'] = 'Fan/Admiratore'; $a->strings['Notification type: '] = 'Tipo di notifica: '; $a->strings['Friend/Connect Request'] = 'Richiesta Amicizia/Connessione'; $a->strings['New Follower'] = 'Nuovo Seguace'; |