diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index 98f0770ee3..d70e12b248 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -1170,12 +1170,16 @@ en_FR: footer_data_cookies_policy: "cookies policy" shop: messages: - login: "login" - signup: "signup" - contact: "contact" - require_customer_login: "Only approved customers can access this shop." - require_login_html: "If you're already an approved customer, %{login} or %{signup} to proceed. Want to start shopping here? Please %{contact} %{enterprise} and ask about joining." - require_customer_html: "If you'd like to start shopping here, please %{contact} %{enterprise} to ask about joining." + customer_required: + login: "login" + signup: "signup" + contact: "contact" + require_customer_login: "Only approved customers can access this shop." + require_login_html: "If you're already an approved customer, %{login} or %{signup} to proceed." + require_login_2_html: "Want to start shopping here? Please %{contact} and %{enterprise} ask about joining." + require_customer_html: "If you'd like to start shopping here, please %{contact} %{enterprise} to ask about joining." + select_oc: + select_oc_html: "Please choose an option, to see what products are available." card_could_not_be_updated: Card could not be updated card_could_not_be_saved: card could not be saved spree_gateway_error_flash_for_checkout: "There was a problem with your payment information: %{error}"