Skip to content

Instantly share code, notes, and snippets.

@abovedave
Created May 27, 2015 17:33
Show Gist options
  • Save abovedave/0bb3ed9bf8d422901ba7 to your computer and use it in GitHub Desktop.
Save abovedave/0bb3ed9bf8d422901ba7 to your computer and use it in GitHub Desktop.
$lang['fr'] = [
"checkoutTitle" => "Purchase from La Pèira",
"subTotal" => "Subtotal",
"tax" => "Tax",
"total" => "Total",
"fullName" => "Full name",
"addressLineOne" => "Address line one",
"addressLineTwo" => "Address line two",
"cityOrTown" => "City/Town",
"postCode" => "Post code",
"cardNumber" => "Card number",
"emptyBasket" => "Nothing in your basket.",
"placeOrder" => "Securely place order",
"orderEmailSbj" => "La Peira Order Confirmation",
"errorName" => "Please provide your full name.",
"errorCardNum" => "Please provide your card number.",
"errorCardCVC" => "Please provide your card CVC number.",
"errorAddressShipping" => "Please provide a full shipping address.",
"errorEmail" => "Please provide your email address.",
"errorOrderGoodEmailBad" => "Your order was successful, but we had issues sending the email.",
"successfulOrder" => "Thank you for your order. We will be in touch shortly."
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment