1
0
opencart-languagepack-finnish/admin/common/login.php

21 lines
632 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Administration';
// Text
$_['text_heading'] = 'Administration';
$_['text_login'] = 'Please enter your login details.';
$_['text_forgotten'] = 'Forgotten Password';
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_username'] = 'Käyttäjätunnus';
$_['entry_password'] = 'Salasana';
2020-02-12 21:25:39 +00:00
// Button
2020-02-16 12:18:44 +00:00
$_['button_login'] = 'Kirjaudu';
2020-02-12 21:25:39 +00:00
// Error
$_['error_login'] = 'No match for Username and/or Password.';
2020-03-02 00:28:04 +00:00
$_['error_token'] = 'Invalid token session. Please login again.';
2021-10-08 15:17:57 +00:00
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour or reset password.';