From: Tim Düsterhus Date: Fri, 29 Sep 2023 13:40:11 +0000 (+0200) Subject: Improve phrasing of wcf.acp.license.error.parsingFailed X-Git-Tag: 6.0.0~32^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=18800b81aff7c9ae78d2d88dba3ba3c36a61e94f;p=GitHub%2FWoltLab%2FWCF.git Improve phrasing of wcf.acp.license.error.parsingFailed Co-authored-by: Alexander Ebert --- diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index f421141f91..7d493eca2d 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1079,7 +1079,7 @@ Die Entwickler-Lizenz gestattet ausschließlich den Einsatz während der Entwick - {if LANGUAGE_USE_INFORMAL_VARIANT}kontrolliere und aktualisiere{else}kontrollieren und aktualisieren Sie{/if} die Lizenzdaten.{if $licenseData !== null} Der letzte erfolgreiche Abruf der Lizenzinformationen erfolgte am {time type='plainTime' time=$licenseData->creationDate}.{/if}]]> + {if LANGUAGE_USE_INFORMAL_VARIANT}kontrolliere und aktualisiere{else}kontrollieren und aktualisieren Sie{/if} die Lizenzdaten.{if $licenseData !== null}

Der letzte erfolgreiche Abruf der Lizenzinformationen erfolgte am {time type='plainTime' time=$licenseData->creationDate}.{/if}]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 18fb37b18d..202fe0578b 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1057,7 +1057,7 @@ The developer license permits exclusively the use during the development as well - verify and update the license credentials.{if $licenseData !== null} The metadata was last updated on {time type='plainTime' time=$licenseData->creationDate}.{/if}]]> + verify and update the license credentials.{if $licenseData !== null}

The license data was last updated on {time type='plainTime' time=$licenseData->creationDate}.{/if}]]>