1
0
opencart-languagepack-finnish/catalog/mail/register.php
2021-10-08 18:38:27 +03:00

16 lines
1.1 KiB
PHP

<?php
// Text
$_['text_subject'] = '%s - Thank you for registering';
$_['text_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_service'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.';
$_['text_thanks'] = 'Kiitos,';
$_['text_new_customer'] = 'uusi asiakas';
$_['text_signup'] = 'A new customer has signed up:';
$_['text_customer_group'] = 'Customer Group:';
$_['text_firstname'] = 'Etunimi:';
$_['text_lastname'] = 'Sukunimi:';
$_['text_email'] = 'Sähköpostiosoite:';
$_['text_telephone'] = 'Puhelinnumero:';