35 lines
1.6 KiB
PHP
35 lines
1.6 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Your Affiliate Information';
|
|
|
|
// Text
|
|
$_['text_account'] = 'Tili';
|
|
$_['text_affiliate'] = 'Affiliate';
|
|
$_['text_my_affiliate'] = 'My Affiliate Account';
|
|
$_['text_payment'] = 'Payment Information';
|
|
$_['text_cheque'] = 'Cheque';
|
|
$_['text_paypal'] = 'PayPal';
|
|
$_['text_bank'] = 'Tilisiirto';
|
|
$_['text_success'] = 'Success: Your account has been successfully updated.';
|
|
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
|
|
|
|
// Entry
|
|
$_['entry_company'] = 'Yritys';
|
|
$_['entry_website'] = 'Verkkosivusto';
|
|
$_['entry_tax'] = 'Tax ID';
|
|
$_['entry_payment'] = 'Maksutapa';
|
|
$_['entry_cheque'] = 'Cheque Payee Name';
|
|
$_['entry_paypal'] = 'PayPal Email Account';
|
|
$_['entry_bank_name'] = 'Pankin nimi';
|
|
$_['entry_bank_branch_number'] = 'ABA/BSB number (Branch Number)';
|
|
$_['entry_bank_swift_code'] = 'SWIFT-koodi';
|
|
$_['entry_bank_account_name'] = 'Tilin nimi';
|
|
$_['entry_bank_account_number'] = 'Tilinumero';
|
|
|
|
// Error
|
|
$_['error_agree'] = 'Varoitus: You must agree to the %s!';
|
|
$_['error_cheque'] = 'Cheque Payee Name required!';
|
|
$_['error_paypal'] = 'PayPal Email Address does not appear to be valid!';
|
|
$_['error_bank_account_name'] = 'Account Name required!';
|
|
$_['error_bank_account_number'] = 'Account Number required!';
|
|
$_['error_custom_field'] = '%s required!'; |