1
0
opencart-languagepack-finnish/catalog/mail/register.php

16 lines
1.1 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?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.';
2021-10-08 15:38:27 +00:00
$_['text_thanks'] = 'Kiitos,';
$_['text_new_customer'] = 'uusi asiakas';
2020-02-12 21:25:39 +00:00
$_['text_signup'] = 'A new customer has signed up:';
$_['text_customer_group'] = 'Customer Group:';
2020-03-02 00:28:04 +00:00
$_['text_firstname'] = 'Etunimi:';
$_['text_lastname'] = 'Sukunimi:';
2021-10-08 15:38:27 +00:00
$_['text_email'] = 'Sähköpostiosoite:';
$_['text_telephone'] = 'Puhelinnumero:';