diff options
Diffstat (limited to 'src/web/lang')
-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'; |