Ignore:
Timestamp:
Aug 18, 2010, 10:56:53 PM (14 years ago)
Author:
Eric
Message:

Merge from Trunk to Branch 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.15/language/en_UK/plugin.lang.php

    r5763 r6776  
    2929$lang['Err_audit_advise'] = '<b>you have to perform corrections to comply with new rules that you have activated.<br>Use a database management utility to correct user accounts directly in the table ###_USERS';
    3030$lang['UAM_Empty Author'] = 'The author field have to be filled to send a comment.';
    31 if ( isset($conf_UAM[1]) and $conf_UAM[1] == 'true' )
    32         $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
     31$lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
    3332$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
    3433$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
     
    5655$lang['Mail_without_key'] = 'Reminder without key';
    5756$lang['Mail_with_key'] = 'Reminder with key';
    58 $lang['Force_Validation'] = 'Forced validation';
    5957
    6058
     
    141139$lang['UAM_MailInfo_Text'] = ' Customizing the information email:';
    142140$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
    143 $lang['UAM_Confirm_Mail_true'] = ' Enable';
    144141$lang['UAM_Confirm_Mail_false'] = ' Disable (default)';
    145142$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
     
    262259Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
    263260// --------- End: New or revised $lang ---- from version 2.15.1
     261
     262
     263// --------- Starting below: New or revised $lang ---- from version 2.15.4
     264$lang['Force_Validation'] = 'Manual validation';
     265$lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user';
     266$lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';
     267$lang['UAM_RedirToProfile'] = 'Redirect to "Customization" page';
     268$lang['UAM_RedirToProfile_false'] = ' Disable (default)';
     269$lang['UAM_RedirToProfile_true'] = ' Enable';
     270// --------- End: New or revised $lang ---- from version 2.15.4
    264271?>
Note: See TracChangeset for help on using the changeset viewer.