From f1d16d6ee56d86fb1e1a295f72e51e0f372bca4d Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Wed, 8 Nov 2023 16:13:27 +0000 Subject: [PATCH] feat: remove paypal reference on ecommerce --- .../nau/conf/locale/en/LC_MESSAGES/django.po | 5 ++--- .../conf/locale/pt_PT/LC_MESSAGES/django.mo | Bin 2062 -> 2007 bytes .../conf/locale/pt_PT/LC_MESSAGES/django.po | 7 +++---- .../partials/hosted_checkout_basket.html | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ecommerce/nau/conf/locale/en/LC_MESSAGES/django.po b/ecommerce/nau/conf/locale/en/LC_MESSAGES/django.po index 7c14720..0f6e926 100644 --- a/ecommerce/nau/conf/locale/en/LC_MESSAGES/django.po +++ b/ecommerce/nau/conf/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 15:33+0000\n" +"POT-Creation-Date: 2023-11-08 16:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,8 +91,7 @@ msgstr "" #: templates/oscar/basket/partials/hosted_checkout_basket.html:183 #, python-brace-format msgid "" -"{strong_start}Note:{strong_end} To complete your enrollment, select Checkout " -"or Checkout with PayPal." +"{strong_start}Note:{strong_end} To complete your enrollment, select Checkout." msgstr "" #: templates/oscar/basket/partials/hosted_checkout_basket.html:189 diff --git a/ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.mo b/ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.mo index cac790933e3391d303de7e848f144104c38e36ee..5f4d0c277005105166a1c9469619f0f51d93a321 100644 GIT binary patch delta 190 zcmeAZxXwReO}#Gz1H&<91_p6P1_lup28JvkUx$@}p$SM&2hx&2T8fQdHhbLwc%nmNv>#;4;7pXog2jKpqZ-}QEj{>k(G>8{A}3O}yXa{dX*;qq8V)A5 nyOb+yIg%~4ZmH=l8G7giX}hv!&DGTMlp_cBY~iRs!BYu8dO0eY diff --git a/ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.po b/ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.po index 001cfc1..c501641 100644 --- a/ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.po +++ b/ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-08 15:33+0000\n" +"POT-Creation-Date: 2023-11-08 16:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -99,11 +99,10 @@ msgstr "Finalizar compra" #: templates/oscar/basket/partials/hosted_checkout_basket.html:183 #, python-brace-format msgid "" -"{strong_start}Note:{strong_end} To complete your enrollment, select Checkout " -"or Checkout with PayPal." +"{strong_start}Note:{strong_end} To complete your enrollment, select Checkout." msgstr "" "{strong_start}Observação:{strong_end} Para concluir sua inscrição, selecione " -"Finalizar compra ou Finalizar compra com PayPal." +"Finalizar compra." #: templates/oscar/basket/partials/hosted_checkout_basket.html:189 msgid "Have questions?" diff --git a/ecommerce/nau/templates/oscar/basket/partials/hosted_checkout_basket.html b/ecommerce/nau/templates/oscar/basket/partials/hosted_checkout_basket.html index aaf8597..73e27e4 100644 --- a/ecommerce/nau/templates/oscar/basket/partials/hosted_checkout_basket.html +++ b/ecommerce/nau/templates/oscar/basket/partials/hosted_checkout_basket.html @@ -180,7 +180,7 @@
{# Translators: tags will bold the text within. Keep the tags and translate the text within. #} - {% trans "{strong_start}Note:{strong_end} To complete your enrollment, select Checkout or Checkout with PayPal." as tmsg %} + {% trans "{strong_start}Note:{strong_end} To complete your enrollment, select Checkout." as tmsg %} {% interpolate_html tmsg strong_start=''|safe strong_end=''|safe %}