1
0
opencart-languagepack-finnish/catalog/account/edit.php

24 lines
913 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'My Account Information';
// Text
2020-02-16 12:18:44 +00:00
$_['text_account'] = 'Tili';
2020-02-12 21:25:39 +00:00
$_['text_edit'] = 'Edit Information';
$_['text_your_details'] = 'Your Personal Details';
$_['text_success'] = 'Success: Your account has been successfully updated.';
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_firstname'] = 'Etunimi';
$_['entry_lastname'] = 'Salasana';
$_['entry_email'] = 'Sähköpostiosoite';
$_['entry_telephone'] = 'Puhelinnumero';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_exists'] = 'Varoitus: E-Mail address is already registered!';
2020-02-12 21:25:39 +00:00
$_['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!';
2020-03-02 08:58:49 +00:00
$_['error_custom_field'] = '%s required!';