From: Cyperghost Date: Wed, 20 Mar 2024 13:05:19 +0000 (+0100) Subject: Add mail plain and html text X-Git-Tag: 6.1.0_Alpha_1~142^2~23 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d1839966db4eadc09c6a03217339d6cfcd1a51b1;p=GitHub%2FWoltLab%2FWCF.git Add mail plain and html text --- diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 74a2ce9060..b704ead3b3 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -4391,6 +4391,8 @@ Dateianhänge: userID}{$author}{else}Ein Gast{/if} hat {$moderationQueue->getTitle()}({lang}wcf.moderation.type.{@$moderationQueue->getObjectTypeName()}{/lang}) gemeldet.]]> + userID}{$author}{else}Ein Gast{/if} hat {$moderationQueue->getTitle()} ({lang}wcf.moderation.type.{@$moderationQueue->getObjectTypeName()}{/lang}) gemeldet [URL:{$moderationQueue->getLink()}].]]> + {if $author->userID}{$author}{else}Ein Gast{/if} hat {$moderationQueue->getTitle()} ({lang}wcf.moderation.type.{@$moderationQueue->getObjectTypeName()}{/lang}) gemeldet.

]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 888a9a1840..895fb3de79 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -4343,6 +4343,8 @@ Attachments: userID}{$author}{else}A guest{/if} has reported {$moderationQueue->getTitle()}({lang}wcf.moderation.type.{@$moderationQueue->getObjectTypeName()}{/lang}).]]> + userID}{$author}{else}A guest{/if} has reported {$moderationQueue->getTitle()} ({lang}wcf.moderation.type.{@$moderationQueue->getObjectTypeName()}{/lang}) [URL:{$moderationQueue->getLink()}].]]> + {if $author->userID}{$author}{else}A guest{/if} has reported {$moderationQueue->getTitle()} ({lang}wcf.moderation.type.{@$moderationQueue->getObjectTypeName()}{/lang}):

]]>