Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.php « lang « Login « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a33d5fb4d7ed6338b81b54433346ff8d6a99fbe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$translations = array(
	'Login_PluginDescription' => 'Login screen, gives credentials to users',
	'Login_LoginPasswordNotCorrect' => 'Username & Password not correct',
	'Login_Login' => 'Username',
	'Login_Password' => 'Password',
	'Login_LoginOrEmail' => 'Login or E-mail',
	'Login_LogIn' => 'Log in',
	'Login_Logout' => 'Logout',
	'Login_LostYourPassword' => 'Lost your password?',	
	'Login_RemindPassword' => 'Remind password',
	'Login_PasswordReminder' => 'Please enter your username or e-mail address. You will receive a new password via e-mail.',
	'Login_InvalidUsernameEmail' => 'Invalid username and/or e-mail address',
	
	'Login_MailTopicPasswordRecovery' => 'Password recovery',
	'Login_MailBodyPasswordRecovery' => "Hi %1s,\n\nYour new password is: %2s\n\nYou can login now at: %3s",
	'Login_PasswordSent' => 'Password has been just sent. Check your e-mail.',
	'Login_ContactAdmin' => 'Possible reason: your host may have disabled the mail() function. <br>Please contact your Piwik administrator.'
);