Skip to content

Commit cac631a

Browse files
committed
Remove obsolete language variables
1 parent 17d6890 commit cac631a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

wcfsetup/install/lang/de.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4217,15 +4217,12 @@ Erlaubte Dateiendungen: gif, jpg, jpeg, png, webp]]></item>
42174217
<item name="wcf.like.details"><![CDATA[Details]]></item>
42184218
<item name="wcf.like.details.like"><![CDATA[Reaktionen]]></item>
42194219
<item name="wcf.like.details.dislike"><![CDATA[Dislikes]]></item>
4220-
<item name="wcf.like.objectType.com.woltlab.wcf.comment"><![CDATA[Kommentar]]></item>
4221-
<item name="wcf.like.objectType.com.woltlab.wcf.comment.response"><![CDATA[Kommentar-Antwort]]></item>
42224220
<item name="wcf.like.likes.more"><![CDATA[Weitere Reaktionen]]></item>
42234221
<item name="wcf.like.likes.noMoreEntries"><![CDATA[Keine weiteren Reaktionen]]></item>
42244222
<item name="wcf.like.dislikes.more"><![CDATA[Weitere Dislikes]]></item>
42254223
<item name="wcf.like.dislikes.noMoreEntries"><![CDATA[Keine weiteren Dislikes]]></item>
42264224
<item name="wcf.like.title.com.woltlab.wcf.user.profileComment"><![CDATA[<strong>{$author}</strong> hat mit {unsafe:$reaction->render()} auf den Kommentar {if $commentAuthor}von <strong>{$commentAuthor->username}</strong>{else}eines Gasts{/if} an der Pinnwand von <strong>{$user->username}</strong> reagiert.]]></item>
42274225
<item name="wcf.like.title.com.woltlab.wcf.user.profileComment.response"><![CDATA[<strong>{$author}</strong> hat mit {unsafe:$reaction->render()} auf die Antwort {if $responseAuthor}von <strong>{$responseAuthor->username}</strong>{else}eines Gasts{/if} zum Kommentar {if $commentAuthor}von <strong{$commentAuthor->username}</strong>{else}eines Gasts{/if} an der Pinnwand von <strong>{$user->username}</strong> reagiert.]]></item>
4228-
<item name="wcf.like.objectType.com.woltlab.wcf.likeableArticle"><![CDATA[Artikel]]></item>
42294226
<item name="wcf.like.title.com.woltlab.wcf.articleComment"><![CDATA[<strong>{$author}</strong> hat mit {unsafe:$reaction->render()} auf den Kommentar {if $commentAuthor}von <strong>{$commentAuthor->username}</strong>{else}eines Gasts{/if} zum Artikel <strong>{$articleContent->getTitle()}</strong> reagiert.]]></item>
42304227
<item name="wcf.like.title.com.woltlab.wcf.articleComment.response"><![CDATA[<strong>{$author}</strong> hat mit {unsafe:$reaction->render()} auf die Antwort {if $responseAuthor}von <strong>{$responseAuthor->username}</strong>{else}eines Gasts{/if} zum Kommentar {if $commentAuthor}von <strong>{$commentAuthor->username}</strong>{else}eines Gasts{/if} zum Artikel <strong>{$articleContent->getTitle()}</strong> reagiert.]]></item>
42314228
<item name="wcf.like.title.com.woltlab.wcf.pageComment"><![CDATA[<strong>{$author}</strong> hat mit {unsafe:$reaction->render()} auf den Kommentar {if $commentAuthor}von <strong>{$commentAuthor->username}</strong>{else}eines Gasts{/if} zu der Seite <strong>{$page->getTitle()}</strong> reagiert.]]></item>
@@ -5733,5 +5730,8 @@ Erlaubte Dateiendungen: {', '|implode:$allowedFileExtensions}]]></item>
57335730
<item name="wcf.user.avatar.type.none"/>
57345731
<item name="wcf.user.avatar.type.custom"/>
57355732
<item name="wcf.like.title.com.woltlab.wcf.likeableArticle"/>
5733+
<item name="wcf.like.objectType.com.woltlab.wcf.comment"/>
5734+
<item name="wcf.like.objectType.com.woltlab.wcf.comment.response"/>
5735+
<item name="wcf.like.objectType.com.woltlab.wcf.likeableArticle"/>
57365736
</delete>
57375737
</language>

wcfsetup/install/lang/en.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4163,15 +4163,12 @@ Allowed extensions: gif, jpg, jpeg, png, webp]]></item>
41634163
<item name="wcf.like.details"><![CDATA[Details]]></item>
41644164
<item name="wcf.like.details.like"><![CDATA[Likes]]></item>
41654165
<item name="wcf.like.details.dislike"><![CDATA[Dislikes]]></item>
4166-
<item name="wcf.like.objectType.com.woltlab.wcf.comment"><![CDATA[Comment]]></item>
4167-
<item name="wcf.like.objectType.com.woltlab.wcf.comment.response"><![CDATA[Comment Reply]]></item>
41684166
<item name="wcf.like.likes.more"><![CDATA[More Likes]]></item>
41694167
<item name="wcf.like.likes.noMoreEntries"><![CDATA[There are no new likes at the moment.]]></item>
41704168
<item name="wcf.like.dislikes.more"><![CDATA[More Dislikes]]></item>
41714169
<item name="wcf.like.dislikes.noMoreEntries"><![CDATA[There are no new dislikes at the moment.]]></item>
41724170
<item name="wcf.like.title.com.woltlab.wcf.user.profileComment"><![CDATA[<strong>{$author}</strong> reacted with {unsafe:$reaction->render()} to the comment by {if $commentAuthor}<strong>{$commentAuthor->username}</strong>{else}a guest{/if} on <strong>{$user->username}’s wall</strong>.]]></item>
41734171
<item name="wcf.like.title.com.woltlab.wcf.user.profileComment.response"><![CDATA[<strong>{$author}</strong> reacted with {unsafe:$reaction->render()} to the response by {if $responseAuthor}<strong>{$responseAuthor->username}</strong>{else}a guest{/if} on the comment by {if $commentAuthor}<strong>{$commentAuthor->username}</strong>{else}a guest{/if} on <strong>{$user->username}’s wall</strong>.]]></item>
4174-
<item name="wcf.like.objectType.com.woltlab.wcf.likeableArticle"><![CDATA[Article]]></item>
41754172
<item name="wcf.like.title.com.woltlab.wcf.articleComment"><![CDATA[<strong>{$author}</strong> reacted with {unsafe:$reaction->render()} to the comment by {if $commentAuthor}<strong>{$commentAuthor->username}</strong>{else}a guest{/if} on the article <strong>{$articleContent->getTitle()}</strong>.]]></item>
41764173
<item name="wcf.like.title.com.woltlab.wcf.articleComment.response"><![CDATA[<strong>{$author}</strong> reacted with {unsafe:$reaction->render()} to the response by {if $responseAuthor}<strong>{$responseAuthor->username}</strong>{else}a guest{/if} on the comment by {if $commentAuthor}<strong>{$commentAuthor->username}</strong>{else}a guest{/if} on the article <strong>{$articleContent->getTitle()}</strong>.]]></item>
41774174
<item name="wcf.like.title.com.woltlab.wcf.pageComment"><![CDATA[<strong>{$author}</strong> reacted with {unsafe:$reaction->render()} to the comment by {if $commentAuthor}<strong>{$commentAuthor->username}</strong>{else}a guest{/if} on the page <strong>{$page->getTitle()}</strong>.]]></item>
@@ -5735,5 +5732,8 @@ Allowed extensions: {', '|implode:$allowedFileExtensions}]]></item>
57355732
<item name="wcf.user.avatar.type.none"/>
57365733
<item name="wcf.user.avatar.type.custom"/>
57375734
<item name="wcf.like.title.com.woltlab.wcf.likeableArticle"/>
5735+
<item name="wcf.like.objectType.com.woltlab.wcf.comment"/>
5736+
<item name="wcf.like.objectType.com.woltlab.wcf.comment.response"/>
5737+
<item name="wcf.like.objectType.com.woltlab.wcf.likeableArticle"/>
57385738
</delete>
57395739
</language>

0 commit comments

Comments
 (0)