key value mismatch has been detected. Please follow the link provided in your activation email.'=>'Eine Schlüssel-Wertabweichung wurde festgestellt. Bitte folge dem Link in deiner Aktivierungs-E-Mail.','A variable mismatch has been detected.'=>'Eine Abweichung zwischen Variablen wurde erkannt.','This theme failed to load properly and was paused within the admin backend.'=>'Dieses Theme wurde nicht richtig geladen und wurde im Administrator-Backend angehalten.','%1$s by %2$s pixels'=>'%1$s auf %2$s Pixel','localized PHP upgrade information pagehttps://wordpress.org/support/update-php/'=>'https://de.wordpress.org/support/update-php/','This resource is provided by your web host, and is specific to your site. For more information, see the official WordPress documentation.'=>'Diese Ressource wird von deinem Webhoster bereitgestellt und ist spezifisch für deine Website. Für weitere Informationen siehe die offizielle WordPress-Dokumentation (engl.).','%1$s, %2$s'=>'%1$s, %2$s','Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.'=>'Dein Kommentar wartet auf Moderation. Dies ist eine Vorschau; dein Kommentar wird sichtbar, nachdem er freigegeben wurde.','%1$s, and %2$s'=>'%1$s und %2$s','Update PHP'=>'PHP aktualisieren','Quote from Hello Dolly song, by Jerry Herman:'=>'Zitat aus dem Hello-Dolly-Lied von Jerry Herman:','%s Comment in moderation'=>'%s Kommentar in Moderation' . "\0" . '%s Kommentare in Moderation','Exit Recovery Mode'=>'Wiederherstellungsmodus verlassen','https://developer.wordpress.org/themes/advanced-topics/child-themes/'=>'https://developer.wordpress.org/themes/advanced-topics/child-themes/','An error of type %1$s was caused in line %2$s of the file %3$s. Error message: %4$s'=>'Ein Fehler vom Typ %1$s wurde in der Zeile %2$s der Datei %3$s verursacht. Fehlermeldung: %4$s','No cookie present.'=>'Kein Cookie vorhanden.','Cookie expired.'=>'Das Cookie ist abgelaufen.','Keep widget settings and move it to the inactive widgets'=>'Widget-Einstellungen beibehalten und in die inaktiven Widgets verschieben','Select Site Icon'=>'Website-Icon auswählen','User roleAdministrator'=>'Administrator','User roleEditor'=>'Redakteur','User roleAuthor'=>'Autor','User roleContributor'=>'Mitarbeiter','User roleSubscriber'=>'Abonnent','Recovery Mode not initialized.'=>'Wiederherstellungsmodus nicht initialisiert.','Recovery key expired.'=>'Der Wiederherstellungsschlüssel ist abgelaufen.','Could not update the email last sent time.'=>'Die zuletzt gesendete E-Mail konnte nicht aktualisiert werden.','The email could not be sent. Possible reason: your host may have disabled the %s function.'=>'Die E-Mail konnte nicht gesendet werden. Möglicherweise hat dein Provider die Funktion %s deaktiviert.','A recovery link was already sent %1$s ago. Please wait another %2$s before requesting a new email.'=>'Ein Wiederherstellungslink wurde bereits vor %1$s gesendet. Bitte warte noch einmal %2$s, bevor du eine neue E-Mail anforderst.','Error Details'=>'Fehler-Details','[%s] Your Site is Experiencing a Technical Issue'=>'[%s] Deine Website hat ein technisches Problem','Error not caused by a plugin or theme.'=>'Der Fehler wurde nicht durch ein Plugin oder ein Theme verursacht.','Failed to store the error.'=>'Der Fehler konnte nicht gespeichert werden.','Exit recovery mode link expired.'=>'Der Link zum Verlassen des Wiederherstellungsmodus ist abgelaufen.','Failed to exit recovery mode. Please try again later.'=>'Der Wiederherstellungsmodus konnte nicht beendet werden. Bitte versuche es später noch einmal.','[%s] Admin Email Changed'=>'[%s] Administrator-E-Mail-Adresse geändert','Support'=>'Support','Restore from Trash'=>'Aus dem Papierkorb wiederherstellen','Move to Trash'=>'In den Papierkorb verschieben','Error occurred on a non-protected endpoint.'=>'Bei einem nicht geschützten Endpunkt ist ein Fehler aufgetreten.','Please contact your host for assistance with investigating this issue further.'=>'Bitte kontakt 'checkoutConfirmUrl' => $this->router->generate( 'frontend.checkout.confirm.page', [PayPalPaymentHandler::PAYPAL_EXPRESS_CHECKOUT_ID => true], RouterInterface::ABSOLUTE_URL ), /** @deprecated tag:v10.0.0 - Will be removed, use handleErrorUrl instead */ 'addErrorUrl' => $this->router->generate('frontend.paypal.error'), 'handleErrorUrl' => $this->router->generate('frontend.paypal.handle-error'), 'cancelRedirectUrl' => $this->router->generate($addProductToCart ? 'frontend.checkout.cart.page' : 'frontend.checkout.register.page'), 'showPayLater' => $this->systemConfigService->getBool(Settings::ECS_SHOW_PAY_LATER, $salesChannelId), 'fundingSources' => $fundingSources, ]); } protected function getButtonLanguage(SalesChannelContext $context): string { if ($settingsLocale = $this->systemConfigService->getString(Settings::ECS_BUTTON_LANGUAGE_ISO, $context->getSalesChannelId())) { return $this->localeCodeProvider->getFormattedLocaleCode($settingsLocale); } return $this->localeCodeProvider->getFormattedLocaleCode( $this->localeCodeProvider->getLocaleCodeFromContext($context->getContext()) ); } }