From: Marcel Werk Date: Thu, 1 Dec 2016 16:41:12 +0000 (+0100) Subject: Added missing language phrases X-Git-Tag: 3.0.0_RC_1~104 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=016e077067dccebc5e4f7600d8c9df503919952f;p=GitHub%2FWoltLab%2FWCF.git Added missing language phrases Closes #2143 --- diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 1991340d22..fb4d4dedfc 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2620,6 +2620,8 @@ Fehler sind beispielsweise: getLink()}">{$article->getTitle()}{if $like->isDislike()} nicht{/if}.]]> {$commentAuthor->username}{else}eines Gasts{/if} zum Artikel {$articleContent->getTitle()}{if $like->isDislike()} nicht{/if}.]]> {$responseAuthor->username}{else}eines Gasts{/if} zum Kommentar {if $commentAuthor}von {$commentAuthor->username}{else}eines Gasts{/if} zum Artikel {$articleContent->getTitle()}{if $like->isDislike()} nicht{/if}.]]> + {$commentAuthor->username}{else}eines Gasts{/if} zu der Seite {$page->getTitle()}{if $like->isDislike()} nicht{/if}.]]> + {$responseAuthor->username}{else}eines Gasts{/if} zum Kommentar {if $commentAuthor}von {$commentAuthor->username}{else}eines Gasts{/if} zu der Seite {$page->getTitle()}{if $like->isDislike()} nicht{/if}.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index b0e805cf47..b055ed8511 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2575,6 +2575,8 @@ Errors are: isDislike()}Dislikes{else}Likes{/if} the article {$article->getTitle()}.]]> isDislike()}Dislikes{else}Likes{/if} the comment by {if $commentAuthor}{$commentAuthor->username}{else}a guest{/if} on the article {$articleContent->getTitle()}.]]> isDislike()}Dislikes{else}Likes{/if} the response by {if $responseAuthor}{$responseAuthor->username}{else}a guest{/if} on the comment by {if $commentAuthor}{$commentAuthor->username}{else}a guest{/if} on the article {$articleContent->getTitle()}.]]> + isDislike()}Dislikes{else}Likes{/if} the comment by {if $commentAuthor}{$commentAuthor->username}{else}a guest{/if} on the page {$page->getTitle()}.]]> + isDislike()}Dislikes{else}Likes{/if} the response by {if $responseAuthor}{$responseAuthor->username}{else}a guest{/if} on the comment by {if $commentAuthor}{$commentAuthor->username}{else}a guest{/if} on the page {$page->getTitle()}.]]>