From 016e077067dccebc5e4f7600d8c9df503919952f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 1 Dec 2016 17:41:12 +0100 Subject: [PATCH] Added missing language phrases Closes #2143 --- wcfsetup/install/lang/de.xml | 2 ++ wcfsetup/install/lang/en.xml | 2 ++ 2 files changed, 4 insertions(+) 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()}.]]> -- 2.20.1