diff options
author | olivierm <olivier@migeot.org> | 2011-02-23 10:18:11 +0100 |
---|---|---|
committer | olivierm <olivier@migeot.org> | 2011-02-23 10:18:11 +0100 |
commit | 3ad7c395fb9a33319531e04673563e7c9983d8f0 (patch) | |
tree | 40945bc75aa9ba7703f11f9c5b26f2ea094b3c35 /util/strings.php | |
parent | fbf0459fb218549f2c0889cc5b01e337c52510ce (diff) | |
parent | a5b80e5d564f6c239510dbee10daf3ff4c314f2e (diff) | |
download | volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.tar.gz volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.tar.bz2 volse-hubzilla-3ad7c395fb9a33319531e04673563e7c9983d8f0.zip |
Merge commit 'mike/master'
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index 8dabb064d..747d8ef48 100644 --- a/util/strings.php +++ b/util/strings.php @@ -276,6 +276,9 @@ $a->strings['Hide Ignored Requests'] = 'Hide Ignored Requests'; $a->strings['Claims to be known to you: '] = 'Claims to be known to you: '; $a->strings['yes'] = 'yes'; $a->strings['no'] = 'no'; +$a->strings['Approve as: '] = 'Approve as: '; +$a->strings['Friend'] = 'Friend'; +$a->strings['Fan/Admirer'] = 'Fan/Admirer'; $a->strings['Notification type: '] = 'Notification type: '; $a->strings['Friend/Connect Request'] = 'Friend/Connect Request'; $a->strings['New Follower'] = 'New Follower'; |