Ignore:
Timestamp:
Oct 5, 2012, 9:17:19 PM (12 years ago)
Author:
Eric
Message:

Rollback branch 2.40 to r17809 - The new activ branch is 2.41
Branch 2.40 is no more supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.40/language/en_UK/plugin.lang.php

    r18160 r18482  
    1414$lang['UAM_User: %s'] = 'User : %s';
    1515$lang['UAM_Password: %s'] = 'Password: %s';
    16 $lang['UAM_Link: %s'] = 'Please, click on this link to confirm the registration : %s';
     16$lang['UAM_Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    1717
    1818
     
    155155
    156156// --------- Starting below: New or revised $lang ---- from version 2.15.4
    157 $lang['UAM_Manual_Validation'] = 'Manual confirmation';
     157$lang['UAM_Force_Validation'] = 'Manual confirmation';
    158158$lang['UAM_Confirm_Mail_true'] = ' Enable - Confirmation by user';
    159 $lang['UAM_Confirm_Mail_local'] = ' Enable - Confirmation by admin';
     159$lang['UAM_Confirm_Mail_local'] = ' Enable - Confirmation by admin (no confirmation key sent)';
    160160// --------- End: New or revised $lang ---- from version 2.15.4
    161161
     
    166166$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
    167167$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
    168 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
    169 $lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!';
    170168$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the chosen configuration:
    171169<br><br>
     
    252250$lang['UAM_Default_GhstDeletion_Txt'] = 'Sorry [username], your account has been deleted due to a too long time passed since your last visit at [mygallery]. Please register again.';
    253251$lang['UAM_Default_PwdRequest_Txt'] = 'You have requested a password reset on our gallery. Please, find below your new connection settings.';
    254 $lang['UAM_Default_CfmMail_Custom_Txt1'] = 'Welcome [username]! You have confirmed that you are human and may now use [mygallery]!';
     252$lang['UAM_Default_CfmMail_Custom_Txt1'] = '[username] account successfully validated!';
    255253$lang['UAM_DumpTxt'] = 'Backup and restore your configuration';
    256254$lang['UAM_Restore'] = 'To restore the backup file of your configuration. Only the saved file on the server is taken into account.
     
    278276$lang['UAM_NewFeature'] = 'New feature !';
    279277$lang['UAM_RejectConnexion_Custom_Txt'] = 'Customize rejection text';
    280 $lang['UAM_Reject_Page_Title'] = 'Connexion not allowed !';
    281278// --------- End: New or revised $lang ---- from version 2.30.2
    282279
     
    289286$lang['UAM_Stuffs_Desc'] = 'Adds an information block for unconfirmed users';
    290287/* Email confirmation page */
    291 $lang['UAM_title_confirm_mail'] = 'Confirm your registration';
    292 $lang['UAM_confirm_mail_page_title'] = 'Confirm your registration';
    293288$lang['UAM_%d_Validated_User'] = '%d User confirmed manually';
    294289$lang['UAM_%d_Validated_Users'] = '%d Users confirmed manually';
     
    397392
    398393Note: After this period, your account will be permanently deleted.';
    399 $lang['UAM_Default_CfmMail_Custom_Txt2'] = 'Your activation key is incorrect or expired or you have already confirmed your account, please contact the webmaster to fix this problem.';
     394$lang['UAM_Default_CfmMail_Custom_Txt2'] = 'Incorrect / expired activation key or account already validated.';
    400395$lang['UAM_RejectConnexion'] = 'Reject user\'s connexion until registration is confirmed';
    401 $lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, you don\'t have confirmed your registration yet, so you can\'t connect the gallery now. Please check your email box. You should find an email sent by the gallery, containing a link to perform your confirmation. If not, please contact the webmaster.';
     396$lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, your registration is not validated yet, so you can\'t connect the gallery now.';
    402397$lang['UAM_Tracking registered users'] = 'Tracking registered users';
    403398$lang['UAM_Tracking confirmations'] = 'Tracking confirmations';
     
    427422Note: This message will disappear after you have made the necessary correction and reloaded the admin page.<br><br>';
    428423// --------- End: New or revised $lang ---- from version 2.40.4 and 2.30.7
    429 
    430 
    431 // --------- Starting below: New or revised $lang ---- from version 2.41.0
    432 $lang['UAM_Subject admin validation for %s'] = 'Registration of %s waits for validation';
    433 $lang['UAM_Manual_validation_needed_for %s'] = 'The user %s has registered and awaits for manual validation by an admin.';
    434 // --------- End: New or revised $lang ---- from version 2.41.0
    435424?>
Note: See TracChangeset for help on using the changeset viewer.