|
|
@@ -160,8 +160,15 @@ return array(
|
|
|
'create' => 'Create new user',
|
|
|
'email_persona' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
|
|
|
'language' => 'Language',
|
|
|
+ 'number' => 'There is %d account created yet',
|
|
|
+ 'numbers' => 'There are %d accounts created yet',
|
|
|
'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
|
|
|
'password_format' => 'At least 7 characters',
|
|
|
+ 'registration' => array(
|
|
|
+ 'allow' => 'Allow account creation',
|
|
|
+ 'help' => '0 means that there is no account limit',
|
|
|
+ 'number' => 'Max number of accounts',
|
|
|
+ ),
|
|
|
'title' => 'Manage users',
|
|
|
'user_list' => 'List of users',
|
|
|
'username' => 'Username',
|