Rename likes to reactions in user profile menu
authorJoshua Rüsweg <josh@bastelstu.be>
Wed, 25 Jul 2018 21:27:59 +0000 (23:27 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Wed, 25 Jul 2018 21:27:59 +0000 (23:27 +0200)
See #2508

wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 2014528c4becc8ce6401fa85a661ddb185e5812c..2e75d1eda6e072a6b627dc2cae4a8f5776705037 100644 (file)
@@ -4161,7 +4161,7 @@ Benachrichtigungen auf <a href="{link isEmail=true}{/link}">{PAGE_TITLE|language
                <item name="wcf.user.profile.content.wall.commentResponse"><![CDATA[Antwort auf einen Pinnwand-Kommentar]]></item>
                <item name="wcf.user.profile.content.wall.noEntries"><![CDATA[Es wurden noch keine Einträge an der Pinnwand verfasst.]]></item>
                <item name="wcf.user.profile.menu.wall"><![CDATA[Pinnwand]]></item>
-               <item name="wcf.user.profile.menu.likes"><![CDATA[Likes]]></item>
+               <item name="wcf.user.profile.menu.likes"><![CDATA[Reaktionen]]></item>
                <item name="wcf.user.profile.recentActivity.profileComment"><![CDATA[Hat einen Kommentar an die <a href="{link controller='User' object=$user}{/link}#wall/comment{@$commentID}">Pinnwand von {$user->username}</a> geschrieben.]]></item>
                <item name="wcf.user.profile.recentActivity.profileCommentResponse"><![CDATA[Hat auf einen Kommentar von <a href="{link controller='User' object=$commentAuthor}{/link}">{$commentAuthor->username}</a> an der <a href="{link controller='User' object=$user}{/link}#wall/comment{@$commentID}/response{@$responseID}">Pinnwand von {$user->username}</a> geantwortet.]]></item>
                <item name="wcf.user.profile.report"><![CDATA[Benutzerprofil melden]]></item>
index b877d53f03983cffacb85d41da4808a24abf2a64..b296826e862ce003eadcda45e8c5751f225711b3 100644 (file)
@@ -4149,7 +4149,7 @@ your notifications on <a href="{link isEmail=true}{/link}">{PAGE_TITLE|language}
                <item name="wcf.user.profile.content.wall.commentResponse"><![CDATA[Reply to wall comment]]></item>
                <item name="wcf.user.profile.content.wall.noEntries"><![CDATA[There are not any comments at the moment.]]></item>
                <item name="wcf.user.profile.menu.wall"><![CDATA[Wall]]></item>
-               <item name="wcf.user.profile.menu.likes"><![CDATA[Likes]]></item>
+               <item name="wcf.user.profile.menu.likes"><![CDATA[Reactions]]></item>
                <item name="wcf.user.profile.recentActivity.profileComment"><![CDATA[Wrote a comment on <a href="{link controller='User' object=$user}{/link}#wall/comment{@$commentID}">{$user->username}’s wall</a>.]]></item>
                <item name="wcf.user.profile.recentActivity.profileCommentResponse"><![CDATA[Replied to a comment by <a href="{link controller='User' object=$commentAuthor}{/link}">{$commentAuthor->username}</a> on <a href="{link controller='User' object=$user}{/link}#wall/comment{@$commentID}/response{@$responseID}">{$user->username}’s wall</a>.]]></item>
                <item name="wcf.user.profile.report"><![CDATA[Report User Profile]]></item>