diff options
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 8bac6347f..cbcf11ead 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -262,6 +262,9 @@ $a->strings['Hide Ignored Requests'] = 'Cacher les demandes ignorées'; $a->strings['Claims to be known to you: '] = 'Prétend que vous le connaissez: '; $a->strings['yes'] = 'oui'; $a->strings['no'] = 'non'; +$a->strings['Approve as: '] = 'Approuver en tant que: '; +$a->strings['Friend'] = 'Ami'; +$a->strings['Fan/Admirer'] = 'Fan/Admirateur'; $a->strings['Notification type: '] = 'Type de notification: '; $a->strings['Friend/Connect Request'] = 'Demande de connexion/relation'; $a->strings['New Follower'] = 'Nouvel abonné'; |