From 35ade11aece6cc48341334ead265aad0e4469cda Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 13 Jul 2016 13:03:38 +0200 Subject: [PATCH] Added missing language variables --- wcfsetup/install/lang/de.xml | 4 ++++ wcfsetup/install/lang/en.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 9969423c94..059f9246ef 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2479,6 +2479,10 @@ Fehler sind beispielsweise: von {$commentAuthor->username}{else}eines Gasts{/if} an der Pinnwand von {$user->username}{if $like->isDislike()} nicht{/if}.]]> von {$responseAuthor->username}{else}eines Gasts{/if} zum Kommentar {if $commentAuthor}von {$commentAuthor->username}{else}eines Gasts{/if} an der Pinnwand von {$user->username}{if $like->isDislike()} nicht{/if}.]]> + + 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}.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 26d286fc91..3eabf5caac 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2456,6 +2456,10 @@ Errors are: isDislike()}Dislikes{else}Likes{/if} the comment by {if $commentAuthor}{$commentAuthor->username}{else}a guest{/if} on {$user->username}’s wall.]]> 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 {$user->username}’s wall.]]> + + 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 blog article {$articleContent->getTitle()}.]]> -- 2.20.1