1
0
opencart-languagepack-finnish/catalog/account/register.php
2020-03-02 10:58:49 +02:00

34 lines
1.5 KiB
PHP

<?php
// Heading
$_['heading_title'] = 'Register Account';
// Text
$_['text_account'] = 'Tili';
$_['text_register'] = 'Rekisteröidy';
$_['text_account_already'] = 'If you already have an account with us, please login at the <a href="%s">login page</a>.';
$_['text_your_details'] = 'Your Personal Details';
$_['text_newsletter'] = 'Uutiskirje';
$_['text_your_password'] = 'Your Password';
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
// Entry
$_['entry_customer_group'] = 'Asiakasryhmä';
$_['entry_firstname'] = 'Etunimi';
$_['entry_lastname'] = 'Sukunimi';
$_['entry_email'] = 'Sähköpostiosoite';
$_['entry_telephone'] = 'Puhelinnumero';
$_['entry_newsletter'] = 'Subscribe';
$_['entry_password'] = 'Salasana';
$_['entry_confirm'] = 'Vahvista salasana';
// Error
$_['error_exists'] = 'Varoitus: E-Mail Address is already registered!';
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
$_['error_custom_field'] = '%s required!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password confirmation does not match password!';
$_['error_agree'] = 'Varoitus: You must agree to the %s!';