diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-05 12:58:11 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-05 12:58:11 -0400 |
commit | b6ae609ee3186148836f96260aa203202f230d6a (patch) | |
tree | dc47fe1cd7cb98e046f1a1ffeba6edb1f739485c /src/web/lang/en_US | |
parent | i did thing oh god large commit (diff) | |
download | xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.gz xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.bz2 xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.zip |
follow ppl
Diffstat (limited to 'src/web/lang/en_US')
-rw-r--r-- | src/web/lang/en_US/apps/profile.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/web/lang/en_US/apps/profile.php b/src/web/lang/en_US/apps/profile.php index 43a3247..bb91e02 100644 --- a/src/web/lang/en_US/apps/profile.php +++ b/src/web/lang/en_US/apps/profile.php @@ -16,6 +16,15 @@ $lang['action_followers_tip'] = 'View %s\'s followres'; $lang['action_following_text'] = 'Following'; $lang['action_following_tip'] = 'View who %s is following'; +$lang['action_follow_text'] = 'Follow'; +$lang['action_follow_tip'] = 'Follow %s'; +$lang['action_follow_back_text'] = 'Follow Back'; +$lang['action_follow_back_tip'] = 'Follow %s'; +$lang['action_following_text'] = 'Followed'; +$lang['action_following_tip'] = 'Unfollow %s'; +$lang['action_friends_text'] = 'Friends'; +$lang['action_friends_tip'] = 'Unfollow %s'; + $lang['action_load_posts_text'] = 'Load more posts'; $lang['action_load_posts_tip'] = 'Load more posts'; |