Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -232,4 +232,43 @@ $cookie_text = 'Cookies';
|
||||
$contact_text = 'Kontakt';
|
||||
$returns_text = 'Rückgaberecht';
|
||||
$complaint_text = 'Beschwerden';
|
||||
|
||||
// Payment Status Messages
|
||||
$payment_success_title = "Zahlung erfolgreich!";
|
||||
$payment_success_message = "Ihre Bestellung wurde bestätigt und eine E-Mail-Bestätigung wurde an Ihre E-Mail-Adresse gesendet.";
|
||||
|
||||
$payment_pending_title = "Zahlung ausstehend";
|
||||
$payment_pending_message = "Ihre Bestellung ist eingegangen und wartet auf Zahlungsbestätigung. Sie erhalten eine E-Mail, sobald die Zahlung bestätigt wurde.";
|
||||
|
||||
$payment_processing_title = "Zahlung wird verarbeitet...";
|
||||
$payment_processing_message = "Bitte warten Sie, während wir Ihre Zahlung bestätigen. Dies kann einige Momente dauern.";
|
||||
|
||||
$payment_failed_title = "Zahlung nicht erfolgreich";
|
||||
$payment_failed_message = "Leider konnte Ihre Zahlung nicht verarbeitet werden. Bitte versuchen Sie es erneut oder wählen Sie eine andere Zahlungsmethode.";
|
||||
|
||||
// Button Labels
|
||||
$order_number_label = "Bestellnummer";
|
||||
$continue_shopping_btn = "Weiter einkaufen";
|
||||
$return_to_checkout_btn = "Zurück zur Kasse";
|
||||
$view_cart_btn = "Warenkorb ansehen";
|
||||
|
||||
// Checkout Step Labels
|
||||
$step_contact = "Kontakt";
|
||||
$step_payment = "Zahlung";
|
||||
$step_shipping = "Versand";
|
||||
$step_review = "Überprüfung";
|
||||
|
||||
// Checkout Button Text
|
||||
$continue_text = "Weiter";
|
||||
$back_text = "Zurück";
|
||||
$edit_text = "Bearbeiten";
|
||||
|
||||
// Checkout Additional Labels
|
||||
$contact_information = "Kontaktinformationen";
|
||||
$customer_email = "E-Mail";
|
||||
$account_optional = "(Optional)";
|
||||
$select_payment = "Bitte wählen Sie eine Zahlungsmethode";
|
||||
$ship_to = "Versand nach";
|
||||
$bank_transfer = "Banküberweisung";
|
||||
$card_payment = "Kredit-/Debitkarte";
|
||||
?>
|
||||
@@ -232,4 +232,43 @@ $cookie_text = 'Cookies';
|
||||
$contact_text = 'Contacto';
|
||||
$returns_text = 'Política de Devoluciones';
|
||||
$complaint_text = 'Quejas';
|
||||
|
||||
// Payment Status Messages
|
||||
$payment_success_title = "¡Pago exitoso!";
|
||||
$payment_success_message = "Su pedido ha sido confirmado y se ha enviado un correo electrónico de confirmación a su dirección de correo electrónico.";
|
||||
|
||||
$payment_pending_title = "Pago pendiente";
|
||||
$payment_pending_message = "Su pedido ha sido recibido y está esperando la confirmación del pago. Recibirá un correo electrónico una vez que se confirme el pago.";
|
||||
|
||||
$payment_processing_title = "Procesando pago...";
|
||||
$payment_processing_message = "Por favor espere mientras confirmamos su pago. Esto puede tardar unos momentos.";
|
||||
|
||||
$payment_failed_title = "Pago no exitoso";
|
||||
$payment_failed_message = "Desafortunadamente, su pago no pudo ser procesado. Por favor intente nuevamente o elija un método de pago diferente.";
|
||||
|
||||
// Button Labels
|
||||
$order_number_label = "Número de pedido";
|
||||
$continue_shopping_btn = "Continuar comprando";
|
||||
$return_to_checkout_btn = "Volver al pago";
|
||||
$view_cart_btn = "Ver carrito";
|
||||
|
||||
// Checkout Step Labels
|
||||
$step_contact = "Contacto";
|
||||
$step_payment = "Pago";
|
||||
$step_shipping = "Envío";
|
||||
$step_review = "Revisar";
|
||||
|
||||
// Checkout Button Text
|
||||
$continue_text = "Continuar";
|
||||
$back_text = "Atrás";
|
||||
$edit_text = "Editar";
|
||||
|
||||
// Checkout Additional Labels
|
||||
$contact_information = "Información de Contacto";
|
||||
$customer_email = "Correo electrónico";
|
||||
$account_optional = "(Opcional)";
|
||||
$select_payment = "Por favor seleccione un método de pago";
|
||||
$ship_to = "Enviar a";
|
||||
$bank_transfer = "Transferencia Bancaria";
|
||||
$card_payment = "Tarjeta de Crédito / Débito";
|
||||
?>
|
||||
@@ -231,4 +231,43 @@ $cookie_text = 'Cookies';
|
||||
$contact_text = 'Contact';
|
||||
$returns_text = 'Politique de Retour';
|
||||
$complaint_text = 'Réclamations';
|
||||
|
||||
// Payment Status Messages
|
||||
$payment_success_title = "Paiement réussi !";
|
||||
$payment_success_message = "Votre commande a été confirmée et un e-mail de confirmation a été envoyé à votre adresse e-mail.";
|
||||
|
||||
$payment_pending_title = "Paiement en attente";
|
||||
$payment_pending_message = "Votre commande a été reçue et attend la confirmation du paiement. Vous recevrez un e-mail une fois le paiement confirmé.";
|
||||
|
||||
$payment_processing_title = "Traitement du paiement...";
|
||||
$payment_processing_message = "Veuillez patienter pendant que nous confirmons votre paiement. Cela peut prendre quelques instants.";
|
||||
|
||||
$payment_failed_title = "Paiement non réussi";
|
||||
$payment_failed_message = "Malheureusement, votre paiement n'a pas pu être traité. Veuillez réessayer ou choisir un autre moyen de paiement.";
|
||||
|
||||
// Button Labels
|
||||
$order_number_label = "Numéro de commande";
|
||||
$continue_shopping_btn = "Continuer les achats";
|
||||
$return_to_checkout_btn = "Retour au paiement";
|
||||
$view_cart_btn = "Voir le panier";
|
||||
|
||||
// Checkout Step Labels
|
||||
$step_contact = "Contact";
|
||||
$step_payment = "Paiement";
|
||||
$step_shipping = "Livraison";
|
||||
$step_review = "Révision";
|
||||
|
||||
// Checkout Button Text
|
||||
$continue_text = "Continuer";
|
||||
$back_text = "Retour";
|
||||
$edit_text = "Modifier";
|
||||
|
||||
// Checkout Additional Labels
|
||||
$contact_information = "Informations de Contact";
|
||||
$customer_email = "Email";
|
||||
$account_optional = "(Facultatif)";
|
||||
$select_payment = "Veuillez sélectionner un mode de paiement";
|
||||
$ship_to = "Expédier à";
|
||||
$bank_transfer = "Virement Bancaire";
|
||||
$card_payment = "Carte de Crédit / Débit";
|
||||
?>
|
||||
@@ -19,4 +19,43 @@ $order_consent_3 = 'Termini e condizioni';
|
||||
$order_consent_4 = 'e la';
|
||||
$order_consent_5 = 'Informativa sulla privacy';
|
||||
$btn_place_order = 'Acquista';
|
||||
|
||||
// Payment Status Messages
|
||||
$payment_success_title = "Pagamento riuscito!";
|
||||
$payment_success_message = "Il tuo ordine è stato confermato ed è stata inviata un'email di conferma al tuo indirizzo email.";
|
||||
|
||||
$payment_pending_title = "Pagamento in sospeso";
|
||||
$payment_pending_message = "Il tuo ordine è stato ricevuto ed è in attesa di conferma del pagamento. Riceverai un'email una volta confermato il pagamento.";
|
||||
|
||||
$payment_processing_title = "Elaborazione pagamento...";
|
||||
$payment_processing_message = "Attendi mentre confermiamo il tuo pagamento. Potrebbero essere necessari alcuni istanti.";
|
||||
|
||||
$payment_failed_title = "Pagamento non riuscito";
|
||||
$payment_failed_message = "Purtroppo il tuo pagamento non è stato elaborato. Riprova o scegli un metodo di pagamento diverso.";
|
||||
|
||||
// Button Labels
|
||||
$order_number_label = "Numero d'ordine";
|
||||
$continue_shopping_btn = "Continua gli acquisti";
|
||||
$return_to_checkout_btn = "Torna al checkout";
|
||||
$view_cart_btn = "Visualizza carrello";
|
||||
|
||||
// Checkout Step Labels
|
||||
$step_contact = "Contatto";
|
||||
$step_payment = "Pagamento";
|
||||
$step_shipping = "Spedizione";
|
||||
$step_review = "Revisione";
|
||||
|
||||
// Checkout Button Text
|
||||
$continue_text = "Continua";
|
||||
$back_text = "Indietro";
|
||||
$edit_text = "Modifica";
|
||||
|
||||
// Checkout Additional Labels
|
||||
$contact_information = "Informazioni di Contatto";
|
||||
$customer_email = "Email";
|
||||
$account_optional = "(Facoltativo)";
|
||||
$select_payment = "Seleziona un metodo di pagamento";
|
||||
$ship_to = "Spedire a";
|
||||
$bank_transfer = "Bonifico Bancario";
|
||||
$card_payment = "Carta di Credito / Debito";
|
||||
?>
|
||||
@@ -242,4 +242,43 @@ $cookie_text = 'Cookies';
|
||||
$contact_text = 'Contact';
|
||||
$returns_text = 'Retourbeleid';
|
||||
$complaint_text = 'Klachten';
|
||||
|
||||
// Payment Status Messages
|
||||
$payment_success_title = "Betaling geslaagd!";
|
||||
$payment_success_message = "Uw bestelling is bevestigd en een bevestigingsmail is verzonden naar uw e-mailadres.";
|
||||
|
||||
$payment_pending_title = "Betaling in behandeling";
|
||||
$payment_pending_message = "Uw bestelling is ontvangen en wacht op betalingsbevestiging. U ontvangt een e-mail zodra de betaling is bevestigd.";
|
||||
|
||||
$payment_processing_title = "Betaling verwerken...";
|
||||
$payment_processing_message = "Een moment geduld terwijl we uw betaling bevestigen. Dit kan enkele ogenblikken duren.";
|
||||
|
||||
$payment_failed_title = "Betaling niet geslaagd";
|
||||
$payment_failed_message = "Helaas kon uw betaling niet worden verwerkt. Probeer het opnieuw of kies een andere betaalmethode.";
|
||||
|
||||
// Button Labels
|
||||
$order_number_label = "Bestelnummer";
|
||||
$continue_shopping_btn = "Verder winkelen";
|
||||
$return_to_checkout_btn = "Terug naar afrekenen";
|
||||
$view_cart_btn = "Bekijk winkelwagen";
|
||||
|
||||
// Checkout Step Labels
|
||||
$step_contact = "Contact";
|
||||
$step_payment = "Betaling";
|
||||
$step_shipping = "Verzending";
|
||||
$step_review = "Beoordeling";
|
||||
|
||||
// Checkout Button Text
|
||||
$continue_text = "Doorgaan";
|
||||
$back_text = "Terug";
|
||||
$edit_text = "Bewerken";
|
||||
|
||||
// Checkout Additional Labels
|
||||
$contact_information = "Contactinformatie";
|
||||
$customer_email = "E-mail";
|
||||
$account_optional = "(Optioneel)";
|
||||
$select_payment = "Selecteer een betaalmethode";
|
||||
$ship_to = "Verzenden naar";
|
||||
$bank_transfer = "Bankoverschrijving";
|
||||
$card_payment = "Credit- / Debetkaart";
|
||||
?>
|
||||
@@ -243,4 +243,43 @@ $cookie_text = 'Cookies';
|
||||
$contact_text = 'Contact';
|
||||
$returns_text = 'Return Policy';
|
||||
$complaint_text = 'Complaints';
|
||||
|
||||
// Payment Status Messages
|
||||
$payment_success_title = "Payment Successful!";
|
||||
$payment_success_message = "Your order has been confirmed and an email confirmation has been sent to your email address.";
|
||||
|
||||
$payment_pending_title = "Payment Pending";
|
||||
$payment_pending_message = "Your order has been received and is awaiting payment confirmation. You will receive an email once the payment is confirmed.";
|
||||
|
||||
$payment_processing_title = "Processing Payment...";
|
||||
$payment_processing_message = "Please wait while we confirm your payment. This may take a few moments.";
|
||||
|
||||
$payment_failed_title = "Payment Not Successful";
|
||||
$payment_failed_message = "Unfortunately, your payment could not be processed. Please try again or choose a different payment method.";
|
||||
|
||||
// Button Labels
|
||||
$order_number_label = "Order number";
|
||||
$continue_shopping_btn = "Continue Shopping";
|
||||
$return_to_checkout_btn = "Return to Checkout";
|
||||
$view_cart_btn = "View Cart";
|
||||
|
||||
// Checkout Step Labels
|
||||
$step_contact = "Contact";
|
||||
$step_payment = "Payment";
|
||||
$step_shipping = "Shipping";
|
||||
$step_review = "Review";
|
||||
|
||||
// Checkout Button Text
|
||||
$continue_text = "Continue";
|
||||
$back_text = "Back";
|
||||
$edit_text = "Edit";
|
||||
|
||||
// Checkout Additional Labels
|
||||
$contact_information = "Contact Information";
|
||||
$customer_email = "Email";
|
||||
$account_optional = "(Optional)";
|
||||
$select_payment = "Please select a payment method";
|
||||
$ship_to = "Ship to";
|
||||
$bank_transfer = "Bank Transfer";
|
||||
$card_payment = "Credit / Debit Card";
|
||||
?>
|
||||
Reference in New Issue
Block a user