1
0
opencart-languagepack-finnish/catalog/affiliate/login.php

23 lines
1.5 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Affiliate Program';
// Text
2020-03-02 00:28:04 +00:00
$_['text_account'] = 'Tili';
2020-03-02 08:58:49 +00:00
$_['text_login'] = 'Kirjaudu';
2020-02-12 21:25:39 +00:00
$_['text_description'] = '<p>%s affiliate program is free and enables members to earn revenue by placing a link or links on their web site which advertises %s or specific products on it. Any sales made to customers who have clicked on those links will earn the affiliate commission. The standard commission rate is currently %s.</p><p>For more information, visit our FAQ page or see our Affiliate terms &amp; conditions.</p>';
$_['text_new_affiliate'] = 'New Affiliate';
$_['text_register_account'] = '<p>I am not currently an affiliate.</p><p>Click Continue below to create a new affiliate account. Please note that this is not connected in any way to your customer account.</p>';
$_['text_returning_affiliate'] = 'Affiliate Login';
$_['text_i_am_returning_affiliate'] = 'I am a returning affiliate.';
$_['text_forgotten'] = 'Forgotten Password';
// Entry
$_['entry_email'] = 'Affiliate E-Mail';
2020-03-02 08:58:49 +00:00
$_['entry_password'] = 'Salasana';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_login'] = 'Varoitus: No match for E-Mail Address and/or Password.';
$_['error_attempts'] = 'Varoitus: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
2020-03-02 00:28:04 +00:00
$_['error_approved'] = 'Varoitus: Your account requires approval before you can login.';