<?php
/**
 * English language file for passpolicy plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['badpasspolicy'] = 'You have to use a stronger password.';
$lang['length'] = 'Your password needs to be at least %d characters long.';
$lang['pools'] = 'Your password needs to use characters from at least %d of the following types: %s.';
$lang['user1'] = 'Your password may not contain your username.';
$lang['user2'] = 'Your password may only use %d or less consecutive characters that appear in your username.';
$lang['nocommon'] = 'Your password may not be one of the 10,000 most commonly used passwords.';
$lang['noleaked'] = 'Your password may not have been used in any known password leak.';
$lang['resendpwd'] = 'A confirmation mail was sent to the given user, if the account exists.';

$lang['js']['strength0'] = 'very weak';
$lang['js']['strength1'] = 'weak';
$lang['js']['strength2'] = 'decent';
$lang['js']['strength3'] = 'strong';
$lang['js']['nopolicy'] = ', policy not met';

//Setup VIM: ex: et ts=4 :
