Small changes
This commit is contained in:
@@ -52,3 +52,12 @@
|
||||
$lang['feed_search_user'] = 'Users';
|
||||
$lang['feed_search_posts'] = 'Posts';
|
||||
$lang['feed_search_media'] = 'Media';
|
||||
|
||||
$lang['post_reply_to'] = 'as a reply to';
|
||||
$lang['post_reply'] = 'Reply';
|
||||
$lang['post_no_replies'] = 'There are no replies to this post currently. How about you\'re becoming the first one to write a reply?';
|
||||
$lang['post_like'] = 'Like';
|
||||
$lang['post_like_account_missing'] = 'You have to be logged in to like posts. <a href="' . base_url('login') . '" class="alert-link">Create a new account for free now or sign in with an existing profile.</a>';
|
||||
$lang['post_copy_link'] = 'Copy Post Link';
|
||||
$lang['post_report'] = 'Report Post';
|
||||
$lang['post_delete'] = 'Delete Post';
|
||||
|
Reference in New Issue
Block a user