File: D:/HostingSpaces/Eurotools/euro-tools.nl/resources/lang/en/shop/notifications.php
<?php
return [
'customer_registered' =>
[
'subject' => 'Customer registration :first_name :last_name from company :company_name',
'mail_greeting' => 'Hello',
'mail_intro' => 'The following customer has registered on your website.',
'mail_action' => 'To Admin panel',
'mail_action_approve' => 'Klik hier om naar het beheerpaneel te gaan en de gebruiker goed te keuren',
'customer_data' => 'Customer registration: :first_name :last_name from company :company_name',
'vat_not_validated_yet' => '<strong>N.B:</strong> the VAT number has not yet been validated.<br/>We will retry automatically later.<br/>You will be informed of this.',
'vat_validated' => "The customer's VAT number is valid according to European VIES VAT number validation.",
'approve_message' => 'Go to the admin panel to approve the user ',
'company' => 'Company',
'name' => 'Name',
'vat' => 'VAT number',
'vat_validation' =>
[
'valid' => 'Valid',
'on_hold' => 'Pending',
],
],
'customer_vat_check' =>
[
'mail_greeting' => 'Hallo',
'mail_intro' => 'Je krijgt dit mailtje omdat we nogmaals hebben geprobeerd om een BTW nummer check te doen voor je klanten die waarvan het BTW nummer nog niet gevalideerd is. Van klanten waarvan het nummer nog niet geldig is zullen we het later nogmaals proberen.',
'mail_action' => 'Klik hier om naar het beheerpaneel van je website te gaan',
'customer_data' => 'Customer VAT check: :first_name :last_name from company :company_name. BTW nummer valid: :valid.',
'not_valid_yet' => 'Nee',
'valid' => 'Ja',
],
'customer_approved' =>
[
'mail_greeting' => 'Dear :name,',
'mail_intro' => 'Uw account op de Eurotools website is goedgekeurd en u kunt nu onze productcatalogus inzien en product aanvragen doorgeven.',
'mail_action' => 'Set password',
'subject' => 'Account approved',
'account_approved' => 'Your Eurotools account has been approved.<br/> Before you can log in, you need to set a password.',
'change_password' => 'Click on the button below, or copy the following link into your browser:',
'after_password' => 'After setting your password, you can view the product catalogue and order products.',
],
'customer_order_confirmation' =>
[
'mail_greeting' => 'Dear :firstname :lastname',
'mail_intro' => 'We have successfully received the following order. We will contact you as soon as possible.',
'subject' => 'Bestelling',
'mail_subject' => 'Confirm order',
],
'admin_order_received' =>
[
'mail_subject' => 'New order',
'mail_greeting' => 'Beste :firstname :lastname,',
'mail_intro' => 'Dear :name, <br/><br/>We have just received the following order via our website:',
'open_website' => 'Click here to go to the website',
'shipping_address' => 'Delivery address',
'invoice_address' => 'Billing address',
'order' => 'Order',
'product' => 'Product',
'quantity' => 'Amount',
'vat_not_validated_yet' => "<strong>NB:</strong> The customer's BTW number has not yet been validated.",
],
'customers_vat_checked' =>
[
'subject' => 'Customer VAT check',
'mail_greeting' => 'Dear :name,',
'mail_intro' => 'We have rechecked the VAT numbers of the following customers.',
'mail_action' => 'Click here to go to the admin panel of your website',
'customer_data' => 'Customer :first_name :last_name from company :company_name VAT number valid: :valid.',
'name' => 'Name',
'company' => 'Company name',
'is_valid' => 'Validated',
'not_valid_yet' => 'No',
'valid' => 'Yes',
],
'reset' => [
'mail_subject' => '(Re)set password',
'mail_greeting' => 'Dear valued customer,',
'mail_intro' => 'We did receive a password (re)set request for your account. Click the button below to (re)set your password.',
'mail_outro' => 'If you have not submitted a password reset request, you can consider this message as not sent.',
'mail_reset' => 'Re(set) password'
],
'footer' => 'With kind regards <br/><br/> Eurotools Team',
];