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

@@ -53,4 +53,11 @@
$lang['feed_search_posts'] = 'Posts';
$lang['feed_search_media'] = 'Medien';
$lang['post_reply_to'] = 'als Antwort an';
$lang['post_reply'] = 'Antworten';
$lang['post_no_replies'] = 'Es gibt zu diesem Post keine Antworten. Wie wär\'s, wenn du der Erste bist, eine zu verfassen?';
$lang['post_like'] = 'Gefällt mir';
$lang['post_like_account_missing'] = 'Du musst eingeloggt sein, um Posts zu bewerten. <a href="' . base_url('login') . '" class="alert-link">Erstelle dir kostenlos einen Account oder melde dich an.</a>';
$lang['post_copy_link'] = 'Link zum Post kopieren';
$lang['post_report'] = 'Post melden';
$lang['post_delete'] = 'Post löschen';

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