1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 13:32:04 +02:00
parent e6861bd75e
commit 4126bbe023
243 changed files with 485 additions and 485 deletions

View File

@ -17,6 +17,6 @@ $_['entry_email'] = 'Affiliate E-Mail';
$_['entry_password'] = 'Password';
// Error
$_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.';
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';
$_['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.';
$_['error_approved'] = 'Varoitus: Your account requires approval before you can login.';

View File

@ -37,7 +37,7 @@ $_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Password Confirm';
// Error
$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
$_['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!';
@ -49,4 +49,4 @@ $_['error_bank_account_name'] = 'Account Name required!';
$_['error_bank_account_number'] = 'Account Number required!';
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password confirmation does not match password!';
$_['error_agree'] = 'Warning: You must agree to the %s!';
$_['error_agree'] = 'Varoitus: You must agree to the %s!';