Archived
1
0

Small changes

This commit is contained in:
Marcel
2018-10-28 15:33:06 +01:00
parent bc30382947
commit 2af398f730
162 changed files with 81 additions and 58 deletions

View File

@@ -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';