Changeset 27252


Ignore:
Timestamp:
Feb 6, 2014, 11:13:39 PM (10 years ago)
Author:
TranslationTeam
Message:

[password_policy] Update en_UK, thanks to : Kaare

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Password_Policy/language/en_UK/plugin.lang.php

    r27215 r27252  
    11<?php
    2 $lang['PP_Title'] = 'Password Policy - Version : ';
     2$lang['PP_Title'] = 'Password Policy - Version: ';
    33$lang['PP_SubTitle'] = 'Plugin configuration';
    44$lang['PP_submit'] = 'Submit settings';
     
    1010$lang['PP_PasswordTest'] = 'Score calculation';
    1111$lang['PP_ScoreTest'] = 'Result: ';
    12 $lang['PP_Error_Password_Mandatory'] = 'Security : Password is mandatory !';
    13 $lang['PP_Error_Password_Need_Enforcement_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br/>
     12$lang['PP_Error_Password_Mandatory'] = 'Security: Password is mandatory!';
     13$lang['PP_Error_Password_Need_Enforcement_%s'] = 'Security: A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br/>
    1414- Use letters and numbers<br/>
    1515- Use lowercase and uppercase<br/>
Note: See TracChangeset for help on using the changeset viewer.