diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-03 11:25:57 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-03 11:25:57 -0400 |
commit | 740df2706934231a91c5e2d5061198ea962c357c (patch) | |
tree | b3de8027238850d43c6841f834a88e75ba90ce75 /src/web/lang/en_US/apps/profile.php | |
parent | finish profile directory (mostly) (diff) | |
download | xssbook2-740df2706934231a91c5e2d5061198ea962c357c.tar.gz xssbook2-740df2706934231a91c5e2d5061198ea962c357c.tar.bz2 xssbook2-740df2706934231a91c5e2d5061198ea962c357c.zip |
profile page
Diffstat (limited to '')
-rw-r--r-- | src/web/lang/en_US/apps/profile.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/web/lang/en_US/apps/profile.php b/src/web/lang/en_US/apps/profile.php new file mode 100644 index 0000000..2cc9b4e --- /dev/null +++ b/src/web/lang/en_US/apps/profile.php @@ -0,0 +1,18 @@ +<?php + +$lang['title'] = '%s\'s profile'; + +$lang['joined'] = 'Joined: '; +$lang['seen'] = 'Seen: '; + +$lang['action_posts_text'] = 'Posts'; +$lang['action_posts_tip'] = 'View %s\'s posts'; +$lang['action_about_text'] = 'About'; +$lang['action_about_tip'] = 'View %s\'s information'; +$lang['action_friends_text'] = 'Friends'; +$lang['action_friends_tip'] = 'View %s\'s friends'; + +$lang['action_load_posts_text'] = 'Load more posts'; +$lang['action_load_posts_tip'] = 'Load more posts'; + +?> |