summaryrefslogtreecommitdiff
path: root/src/web/lang
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-04-05 12:58:11 -0400
committerFreya Murphy <freya@freyacat.org>2024-04-05 12:58:11 -0400
commitb6ae609ee3186148836f96260aa203202f230d6a (patch)
treedc47fe1cd7cb98e046f1a1ffeba6edb1f739485c /src/web/lang
parenti did thing oh god large commit (diff)
downloadxssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.gz
xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.bz2
xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.zip
follow ppl
Diffstat (limited to 'src/web/lang')
-rw-r--r--src/web/lang/en_US/apps/profile.php9
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';