diff options
Diffstat (limited to 'src/web/lang/en_US/apps/profile.php')
-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'; + +?> |