Ignore:
Timestamp:
Feb 17, 2011, 6:20:31 PM (13 years ago)
Author:
Eric
Message:

r9266 merged from trunk to branch 2.20

File:
1 edited

Legend:

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

    r9254 r9267  
    4040The Statutes are validated for use in conjunction with the "Confirmation of registration"';
    4141$lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
    42 $lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.<br><br>
    43 This option is used in conjunction with the &quot;Confirmation of registration&quot;';
    4442$lang['UAM_remailTitle'] = 'Remind unvalidated users';
    45 $lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;<br><br>
    46 2 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.<br><br>
    47 Refer to the &quot;Tracking validations&quot; tab.';
    4843$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
    4944$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
     
    241236<br><br>
    242237To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     238$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.
     239<br><br>
     240This option is used in conjunction with the &quot;Confirmation of registration&quot;
     241<br><br>
     242If this option and the option &quot;Remind unvalidated users&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     243$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;
     244<br><br>
     2452 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.
     246<br><br>
     247Refer to the &quot;Tracking validations&quot; tab.
     248<br><br>
     249If this option and the option &quot;Deadline for registration validation limited&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     250$lang['UAM_USRAutoTitle'] = 'Automatic management of unvalidated users';
     251$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
     252<br><br>
     253- Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> and &quot;Remind unvalidated users&quot; <b><u>disabled</u></b>.
     254<br><br>
     255- Automatically sending a reminder message with a new generation of validation key and automatic deletion of accounts not validated in the time after sending the reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> et &quot;Remind unvalidated users&quot; <b><u>enabled</u></b>.';
     256$lang['UAM_USRAutoDelTitle'] = 'Custom message on deleted account';
     257$lang['UAM_USRAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
     258<br><br>
     259Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery. Use <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
     260<br><br>
     261Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     262$lang['UAM_USRAutoMailTitle'] = 'Automated email reminder';
     263$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
    243264// --------- End: New or revised $lang ---- from version 2.20.0
    244265?>
Note: See TracChangeset for help on using the changeset viewer.