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 /util | |
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 'util')
-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'; |