Ignore:
Timestamp:
Feb 23, 2010, 7:25:05 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Pre-2.13.4 for testing only:

  • Bug 1445 pre-fixed : Improving FR language files, add of EN help/plugin.lang.php file, update of EN language files.
Location:
extensions/NBC_UserAdvManager/trunk
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/ghosttracker.tpl

    r4950 r4957  
    7070<p>
    7171  <input class="submit" type="submit" value="{'Delete_selected'|@translate}" name="Del_Selected" >
    72   <input class="submit" type="submit" value="{'Reminder_Email'|@translate}" name="Reminder_Email" >
     72  <input class="submit" type="submit" value="{'Reminder'|@translate}" name="Reminder_Email" >
    7373</p>
    7474  </fieldset>
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r4927 r4957  
    44
    55$conf_UserAdvManager = isset($conf['UserAdvManager']) ? explode(";" , $conf['UserAdvManager']) : array();
    6 
    7 
    8 /* Global Configuration Tab */
    9 $lang['Tab_Global'] = 'General Setup';
    10 $lang['UserAdvManager_Mail_Info'] = ' Mail information to user:';
    11 $lang['UserAdvManager_Mail_Info_true'] = ' Send mail to the user by taking over its connection information when registering or updating their profile.';
    12 $lang['UserAdvManager_Mail_Info_false'] = ' Turns off the mail sending. (default)';
    13 $lang['UserAdvManager_MailInfo_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Mail information user is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    14 $lang['UserAdvManager_No_Casse'] = ' User name case insensitive';
    15 $lang['UserAdvManager_No_Casse_false'] = ' Let the user case sensitive. (default)';
    16 $lang['UserAdvManager_Username_Char'] = ' Limited charset for username';
    17 $lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control. (default)';
    18 $lang['UserAdvManager_Confirm_Mail'] = 'Email address confirmation:';
    19 $lang['UserAdvManager_Confirm_Mail_true'] = ' Send an email to user to allow him to validate his email and his registration.';
    20 $lang['UserAdvManager_Confirm_Mail_false'] = ' Use the default Piwigo registration system (without registration validation). (default)';
    21 $lang['UserAdvManager_ConfirmMail_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Email address confirmation is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    22 $lang['UserAdvManager_Confirm_Group_Notice'] = 'WARNING : Using validation groups requires that you have created at least one user group and is defined "by default" in Piwigo\'s user groups management.';
    23 $lang['UserAdvManager_No_Confirm_Group'] = 'Group to use for the users who haven\'t validated their email address.';
    24 $lang['UserAdvManager_Validated_Group'] = 'Group to use for the users who have validated their email address.';
    25 $lang['UserAdvManager_Confirm_Status_Notice'] = 'WARNING : The use of status validation requires that you have kept the "Guest" user with default setting (as user template) for new registered. Note you can set any other user as a template for new registered. Please refer to the Piwigo\'s documentation for more details.';
    26 $lang['UserAdvManager_No_Confirm_Status'] = 'Status to use for the users who haven\'t validated their email address.';
    27 $lang['UserAdvManager_Validated_Status'] = 'Status to use for the users who have validated their email address. Let ------- for using default Piwigo values';
    28 $lang['UserAdvManager_No_Comment_Anonymous_true'] = ' The author field have to be filled to send a comment.';
    29 $lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending. (default)';
    30 $lang['UserAdvManager_MailExclusion'] = 'Email provider exclusion:';
    31 $lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
    32 $lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF. (default)';
    33 $lang['UserAdvManager_MailExclusion_List'] = ' If email provider exclusion is set to ON, fill the email domains to exclude below. You have to use the following format :<br>@[domaine_name].[domaine_extension] - Example : @hotmail.com<br>Seperate the different domains with a comma (,)<br>';
    34 
    35 
    36 /* ConfirmMail Configuration Tab */
    37 $lang['UserAdvManager_ConfirmMail_Info'] = 'Time limitation for validation of registration :<br>If you enable this option, select the desired time (x) in the field below. Visitors who register will then have x days to validate their registration. After this period the validation link they have received by mail will be expired.<br>';
    38 $lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
    39 $lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline. (Default)';
    40 $lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
    41 $lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
    42 $lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
    43 $lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
    44 $lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder. (Default)';
    45 $lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Custom content of the reminder message with regeneration of validation key.<br>If left blank, the reminder email will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled at the plugin installation is given as an example)<br><br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    46 $lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Custom content of the reminder message without regeneration of validation key.<br>If left blank, the reminder email will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled at the plugin installation is given as an example)<br><br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    476
    487
     
    5514$lang['User: %s'] = 'User : %s';
    5615$lang['Password: %s'] = 'Password: %s';
    57 $lang['Add of %s'] = 'Add of %s';
    58 $lang['Update of %s'] = 'Update of %s';
    5916$lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    60 $lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
    61 $lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
    62 $lang['Ghost_reminder_of_%s'] = '%s, this is a reminder email';
    6317
    6418
     
    6721$lang['confirm_mail_page_title'] = 'Validate your registration';
    6822$lang['confirm_mail_ok'] = '<br><br><br>Thank you to have confirmed your email address and your registration on the gallery. Have fun !<br><br><br><br>';
    69 $lang['confirm_mail_bad'] = '<br><br><br>Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.<br><br><br><br>';
    7023
    7124
     
    8437$lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
    8538$lang['invalid_pwd'] = 'Invalid username or password !';
    86 $lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in "General Setup" tab.';
    87 $lang['Err_UserManager_Settings'] = 'This page is available only if "Enable limiting the registration deadline" is active in the "ConfirmMail Settings" tab and an unvalidated users group is set in "General Setup" tab.';
    8839$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
    8940$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
     
    10758$lang['Mail_with_key'] = 'Reminder with key';
    10859$lang['Force_Validation'] = 'Forced validation';
    109 $lang['Reminder_Email'] = 'Email reminder';
    11060
    11161
     
    11464// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    11565/* Global Configuration Tab */
    116 $lang['UserAdvManager_Title1'] = 'Users registration management';
    117 $lang['UserAdvManager_Title2'] = 'Registration validation and groups / status management';
    118 $lang['UserAdvManager_Password_Enforced'] = 'Strengthening passwords - Enabling this option makes the seizure of the password required for visitors registration. Also, the password entered by the visitor will meet with a score of complexity (<b style="color: green;">activate and save settings to display more informations</b>).';
    119 $lang['UserAdvManager_Password_Enforced_Info'] = '<b style="text-decoration: underline; color: green;">Explanations:</b> <b style="color: green;">A password score is calculated on the basic parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). If the password of the user does not score, the score reached is displayed with the minimal score to reach and an indication to increase the value of this score. To give you an idea, a score below 100 is considered "low complexity". Between 100 and 500, the complexity is increased and average. Beyond 500, that\'s Fort Knox! ;-)<br>You can do your passwords complexity tests by using the field below. This will allow you to get an idea of the score to define a custom complexity.</b>';
    120 $lang['UserAdvManager_PasswordTest'] = 'Password to test : ';
    121 $lang['UserAdvManager_ScoreTest'] = 'Score : ';
    12266$lang['PasswordTest'] = 'Score calculation';
    123 $lang['UserAdvManager_Password_Enforced_true'] = ' Strong password required - Enter the minimum score (floor value) of passwords complexity == ';
    124 $lang['UserAdvManager_Password_Enforced_false'] = ' Do not strengthen passwords. (default)';
    125 $lang['UserAdvManager_AdminPassword_Enforced'] = 'Apply also the passwords complexity control when an administrator create a user? Note: If the created user wishes to change his password and strengthening passwords for users is active, he will be subject to the rules set.';
    126 $lang['UserAdvManager_AdminPassword_Enforced_true'] = 'Enable strengthening passwords for admins.';
    127 $lang['UserAdvManager_AdminPassword_Enforced_false'] = 'Disable strengthening passwords for admins. (default)';
    128 $lang['UserAdvManager_GhostTracker'] = 'Ghost Tracker - Allows to manage registered users according their last visit date :';
    129 $lang['UserAdvManager_GhostTracker_true'] = ' Enable Ghost Tracker.';
    130 $lang['UserAdvManager_GhostTracker_false'] = ' Disable Ghost Tracker. (Default)';
    131 $lang['UserAdvManager_GhostTracker_DayLimit'] = ' Type in here the maximum limit, in days, between two visits of a visitor. When this limit is reached, this visitor will appear in the table on "Ghost Tracker" tab.';
    132 $lang['UserAdvManager_GhostTracker_ReminderText'] = ' Text used in the email reminder sent to encourage visitors to come back to the gallery (NB: The text pre-filled at the plugin installation is given as an example).<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Ghost Tracker is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    13367/* Ghost Tracker Tab */
    134 $lang['GhostTracker_Title'] = 'Advanced ghost visitors management';
    135 $lang['Title_Tab4'] = 'UserAdvManager - Ghost Tracker';
    13668$lang['Tab_GhostTracker'] = 'Ghost Tracker';
    13769$lang['LastVisit_Date'] = 'Last visit';
    138 $lang['Ghost_Reminder'] = 'Email reminder';
     70$lang['Reminder'] = 'Email reminder';
    13971$lang['Reminder_Sent_OK'] = 'YES';
    14072$lang['Reminder_Sent_NOK'] = 'NO';
     
    15183$lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
    15284$lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
    153 $lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "General Setup" tab.';
    15485/* Action button names */
    15586$lang['audit'] = 'Audit settings';
     
    15788// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    15889
     90
    15991// --------- Starting below: New or revised $lang ---- from version 2.12.2
    160 /* Global Configuration Tab */
    161 $lang['UserAdvManager_GhostTracker_Notice'] = 'When the Ghost Tracker feature is enabled, you can manage your visitors depending on the frequency of their visits. <b style="color: red;">IMPORTANT : If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, visit the Ghost Tracker tab and follow the instructions for Ghost Tracker initialization.</b>';
    162 /* Ghost Tracker Tab */
    163 $lang['UserAdvManager_GhostTracker_Init'] = 'If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker. This action is done only after activation or reactivation of the option. Please click <u>once</u> the reset button below.';
    164 $lang['UserAdvManager_GhostTracker_User_List'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. "x" is the number of days configured in the General Setup tab. In addition, you will find a column indicating whether an email reminder has been sent to targeted visitors. So, you can see at a glance and treat visitors who have not taken account of the reminder.<br><br>In this view, you can:
    165 <br><br>
    166 - Manually delete accounts <b>(manual drain)</b>
    167 <br>
    168 - Generate email reminder <b>with resetting the last visit date</b>. This allows to give a wildcard to targeted visitors. If the visitor has already received a reminder, nothing prevents to resent a new mail which will reset again, in fact, the last visit date.
    169 <br>';
    17092/* Errors and Warnings */
    17193$lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
     
    17496// --------- End: New or revised $lang ---- from version 2.12.2
    17597
    176 // --------- Starting below: New or revised $lang ---- from version 2.12.6
    177 /* Global Configuration Tab */
    178 $lang['UserAdvManager_No_Casse_true'] = ' Make the user account case insensitive at the registration and the identification step (USER = user = User = usER...).';
    179 // --------- End: New or revised $lang ---- from version 2.12.6
    18098
    18199// --------- Starting below: New or revised $lang ---- from version 2.12.7
     
    184102// --------- End: New or revised $lang ---- from version 2.12.7
    185103
     104
    186105// --------- Starting below: New or revised $lang ---- from version 2.12.8
    187106/* Errors and Warnings */
     
    189108// --------- End: New or revised $lang ---- from version 2.12.8
    190109
     110
    191111// --------- Starting below: New or revised $lang ---- from version 2.13.0
     112/* UserList Tab */
     113$lang['UserList_Title'] = 'Monitoring registered users';
     114$lang['Nb_Days'] = 'Number of days<br>since last visit';
     115// --------- End: New or revised $lang ---- from version 2.13.0
     116
     117
     118// --------- Starting below: New or revised $lang ---- from version 2.13.4
     119$lang['uam_no_unlink'] = '\'unlink\' function is not available';
     120$lang['uam_unlink_errors'] = 'Errors occurred when deleting files';
    192121/* Global Configuration Tab */
    193 $lang['UserAdvManager_Add_LastVisit_Column'] = ' View user monitoring record (date of last visit, time spent (in days) since their last visit ,...). Monitoring is purely informative for the administrator of the gallery.';
    194 $lang['UserAdvManager_Add_LastVisit_Column_true'] = ' Enable user monitoring list.';
    195 $lang['UserAdvManager_Add_LastVisit_Column_false'] = ' Disable user monitoring list (Default).';
    196 /* ConfirmMail Configuration Tab */
    197 $lang['ConfirmMail_Title'] = 'Advanced settings for validation of registries';
    198 $lang['Tab_ConfirmMail'] = 'Register validation settings';
     122$lang['Title_Tab'] = 'UserAdvManager - Version : ';
     123$lang['SubTitle1'] = 'Plugin configuration';
     124$lang['Tab_Global'] = 'Configuration';
     125$lang['UserAdvManager_Title1'] = 'Setting restrictions for registrations';
     126$lang['UserAdvManager_Title2'] = 'Setting confirmations and validations of registration';
     127$lang['UserAdvManager_Title3'] = 'Setting the registration followed and other options';
     128$lang['UserAdvManager_Title4'] = 'Tips and examples of use';
     129$lang['UserAdvManager_No_Casse'] = 'Usernames: Case sensitivity';
     130$lang['UserAdvManager_No_Casse_true'] = ' Enable';
     131$lang['UserAdvManager_No_Casse_false'] = ' Disable (défault)';
     132$lang['UserAdvManager_Username_Char'] = 'Usernames: Exclusion of characters';
     133$lang['UserAdvManager_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
     134$lang['UserAdvManager_Username_Char_false'] = ' Permit all (default)';
     135$lang['UserAdvManager_Password_Enforced'] = 'Strengthening the security level of passwords';
     136$lang['UserAdvManager_Password_Enforced_true'] = ' Enable. Minimum Score: ';
     137$lang['UserAdvManager_Password_Enforced_false'] = ' Disable (défault)';
     138$lang['UserAdvManager_AdminPassword_Enforced'] = 'Applying to administrators';
     139$lang['UserAdvManager_AdminPassword_Enforced_true'] = ' Enable';
     140$lang['UserAdvManager_AdminPassword_Enforced_false'] = ' Disable (default)';
     141$lang['UserAdvManager_PasswordTest'] = 'Password test: ';
     142$lang['UserAdvManager_ScoreTest'] = 'Result: ';
     143$lang['UserAdvManager_MailExclusion'] = 'Exclusion of mail domains';
     144$lang['UserAdvManager_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
     145$lang['UserAdvManager_MailExclusion_false'] = ' Disable (default)';
     146
     147$lang['UserAdvManager_Mail_Info'] = 'Information email to user:';
     148$lang['UserAdvManager_Mail_Info_true'] = ' Enable';
     149$lang['UserAdvManager_Mail_Info_false'] = ' Disable (défault)';
     150$lang['UserAdvManager_MailInfo_Text'] = ' Customizing the information email:';
     151$lang['UserAdvManager_Confirm_Mail'] = 'Confirmation of registration:';
     152$lang['UserAdvManager_Confirm_Mail_true'] = ' Enable';
     153$lang['UserAdvManager_Confirm_Mail_false'] = ' Disable (défault)';
     154$lang['UserAdvManager_ConfirmMail_Text'] = ' Customizing the confirmation email:';
     155$lang['UserAdvManager_Confirm_Group'] = 'Validation Groups';
     156$lang['UserAdvManager_Confirm_Status'] = 'Validation Statutes';
     157$lang['UserAdvManager_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
     158$lang['UserAdvManager_Validated_Group'] = 'Group for users who have validated their registration<br>';
     159$lang['UserAdvManager_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>';
     160$lang['UserAdvManager_Validated_Status'] = 'Status for users who have validated their registration.<br>(leave ------- to keep the Piwigo\'s default)<br>';
     161$lang['UserAdvManager_ValidationLimit_Info'] = 'Deadline for registration validation limited';
     162$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
     163$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = ' Disable (défault)';
     164$lang['UserAdvManager_ConfirmMail_Remail'] = 'Remind unvalidated users';
     165$lang['UserAdvManager_ConfirmMail_Remail_true'] = ' Enable';
     166$lang['UserAdvManager_ConfirmMail_Remail_false'] = ' Disable (défault)';
     167$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';
     168$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
     169
     170$lang['UserAdvManager_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
     171$lang['UserAdvManager_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
     172$lang['UserAdvManager_GhostTracker_false'] = ' Disable (défault)';
     173$lang['UserAdvManager_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
     174$lang['UserAdvManager_LastVisit'] = ' Tracking registered users';
     175$lang['UserAdvManager_LastVisit_true'] = ' Enable';
     176$lang['UserAdvManager_LastVisit_false'] = ' Disable (défault)';
     177$lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments';
     178$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Enable';
     179$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Disable (défault)';
     180
     181$lang['UserAdvManager_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
     182$lang['UserAdvManager_Tips1_txt'] = '
     183          <ul>
     184            <li>
     185Ingredients needed:<br>
     186- 2 user groups Piwigo at least: &quot;Waiting&quot; for visitors awaiting validation and &quot;Validated&quot; for visitors who have validated their registration<br>
     187- NBC_UAM plugin<br>
     188- PWG Stuffs plugin<br>
     189- Possibly Extended Description plugin (to support multi-lingual)
     190            </li>
     191<br><br>
     192            <li>
     193La recette :<br>
     194            <ul>
     195              <li>
     196Preamble: It\'s located in the case of a private gallery or semi-private (ie only a small part of categories is available by Guests and registered can see everything). We consider that the required plugins are installed (does it remind you?).<br><br>
     197              </li>
     198              <li>
     199Attribute group &quot;Waiting&quot; no permission on private categories<br><br>
     200              </li>
     201              <li>
     202Attribute group &quot;Validated&quot; all permissions on the private categories<br><br>
     203              </li>
     204              <li>
     205In NBC_UAM plugin:
     206              <ol>
     207                <li>Enable registration confirmation</li>
     208                <li>In the field below &quot;Customizing the confirmation email&quot;, enter text for additional explanation will be attached to email registration confirmation. Possibly, it is possible to use markup language implemented by the plugin Extended Description</li>
     209                <li>In the &quot;Group for users who have not validated their registration&quot;, select group &quot;Waiting&quot;</li>
     210                <li>In the &quot;Group for users who have validated their registration&quot;, select group &quot;Validated&quot;</li>
     211                <li>Save the plugin configuration</li>
     212              </ol>
     213              </li>
     214<br><br>
     215              <li>
     216In PWG Stuff plugin:
     217              <ol>
     218                <li>Add a new module personal block like an edito</li>
     219                <li>In the module\'s configuration, in addition to its title (eg &quot;Registration pending validation&quot;) and its description, check only the authorized group &quot;Waiting&quot;</li>
     220                <li>In the content module, enter the message text which sought information will be visible as invalid user. Again, ability to manage multi-language through Extended Description\'s tags</li>
     221                <li>Validate module</li>
     222                <li>Define its place on the main page of the gallery</li>
     223              </ol>
     224              </li>
     225            </ul>
     226            </li>
     227<br><br>
     228            <li>
     229              The result:<br>
     230              - A "Guest" arrives on the gallery, he sees nothing other than the public categories and no information message.<br>
     231              - He registers. This generates an email validation and automatic membership to the group &quot;Waiting&quot;.<br>
     232              - At the end, he\'s redirected to the gallery homepage and a message indicating the waiting of validate its registration<br><br>
     233              He received his email validation, following the link provided for that purpose in the mail, releases the group &quot;Waiting&quot; and takes place in the group &quot;Validated&quot;. By clicking the &quot;Home&quot;, then he\'s connected to the gallery with full access to private groups and without the information message.
     234            </li>
     235          </ul>';
     236
     237$lang['Tab_UserManager'] = 'Tracking validations';
     238
     239/* UserManager Tab */
     240$lang['SubTitle3'] = 'Tracking validations';
     241$lang['UserManager_Title'] = 'Tracking validations';
     242/* Ghost Tracker Tab */
     243$lang['SubTitle4'] = 'Ghost Tracker';
     244$lang['GT_Init'] = 'Initializing Ghost Tracker';
     245$lang['GhostTracker_Title'] = 'Ghost visitors management';
     246$lang['UserAdvManager_GhostTracker_Init'] = 'If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker. This action is done only after activation or reactivation of the option. Please click <u>once</u> the reset button below.';
    199247/* UserList Tab */
    200 $lang['Title_Tab5'] = 'UserAdvManager - User Information';
    201 $lang['UserList_Title'] = 'Monitoring registered users';
    202 $lang['Tab_UserList'] = 'Monitor users';
    203 $lang['UserAdvManager_User_List'] = 'This page is for information to the administrator. It displays a list of all users registered on the gallery showing the date and number of days since their last visit. The list is sorted in ascending order of number of days.
    204 <br><br>
    205 When the Ghost Tracker is active, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options:
    206 <br>
    207 - <b style="color: lime;">Green</b> : When the user has visited the gallery <b style="color: lime;"><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br>
    208 - <b style="color: orange;">Orange</b> : When the user has visited the gallery <b style="color: orange;"><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br>
    209 - <b style="color: red;">Red</b> : When the user has visited the gallery <b style="color: red;"><u>for more than 100%</u></b> of the maximum indicated in the Ghost Tracker. <b><u>In this case, the user must also appear in the Ghost Tracker table.</u></b><br>
    210 <br>
    211 Example :
    212 <br>
    213 The maximum period of Ghost Tracker is configured to 100 days.
    214 <br>
    215 A user will appear in green if he visited the gallery for less than 50 days, in orange if his last visit took place between 50 and 99 days and red for 100 days and above.
    216 <br><br>
    217 <b>NOTE</b> : The list does not display who have not validated their registration (if the option of validating the registration is activated). These users are then managed in a special way in the "Validation management".';
    218 $lang['Nb_Days'] = 'Number of days<br>since last visit';
    219 /* UserManager Tab */
    220 $lang['UserAdvManager_ConfirmMail_User_List'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br>The registration date is displayed in green when the user concerned is below the time limit to validate his registration. In this case, the validation key is still valid and we can send an email with or without a new validation key.<br><br>When the registration date appears in red, the validation period has expired. In this case, you must send an email with regeneration of validation key if you want to enable the user to validate their registration. <br><br>In all cases, it is possible to manually force the validation.<br><br>In this view, you can:
    221 <br><br>
    222 - Manually delete accounts <b>(manual drain)</b>
    223 <br>
    224 - Generate email reminder <b>without</b> generating a new key. Warning: Send an email reminder to targeted visitors. This function does not reset the date of registration of targeted visitors and the timeout is still valid.
    225 <br>
    226 - Generate email reminder <b>with</b> generating a new key. Warning : Send an email reminder to targeted visitors. This function also resets the date of registration of targeted visitors which equates to extend the deadline for validation.
    227 <br>
    228 - Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
    229 <br>';
    230 $lang['UserManager_Title'] = 'Advanced management of unvalidated';
    231 $lang['Title_Tab3'] = 'UserAdvManager - Management of registration validations';
    232 $lang['Tab_UserManager'] = 'Validations management';
    233 /* Ghost Tracker Tab */
    234 $lang['Reminder'] = 'Email Reminder';
    235 /* Errors and Warnings */
    236 $lang['Err_Userlist_Settings'] = 'This page is available only if "Users monitoring" is active in the "General Setup" tab.';
     248$lang['SubTitle5'] = 'Tracking users';
     249$lang['Tab_UserList'] = 'Tracking users';
     250/* Mailing */
     251$lang['Add of %s'] = 'Profile created for %s';
     252$lang['Update of %s'] = 'Update profile %s';
     253/* Email confirmation page */
     254$lang['confirm_mail_bad'] = '<br><br><br>Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.<br><br><br><br>';
     255/* Mailing */
     256$lang['Ghost_reminder_of_%s'] = '%s, this is a reminder email';
     257$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
     258$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
     259/* Errors and Warnings */
     260$lang['Err_UserManager_Settings'] = 'This page is available only if "Deadline for registration validation limited" is active and an unvalidated users group is set in "Setting confirmations and validations of registration".';
     261$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registration followed and other options".';
     262$lang['Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registration followed and other options".';
    237263// --------- End: New or revised $lang ---- from version 2.13.0
    238 // --------- Starting below: New or revised $lang ---- from version 2.13.1
    239 /* Global Configuration Tab */
    240 $lang['Title_Tab1'] = 'UserAdvManager 2.13.1 - General Setup';
    241 /* ConfirmMail Configuration Tab */
    242 $lang['Title_Tab2'] = 'UserAdvManager 2.13.1 - Register validation settings';
    243 // --------- End: New or revised $lang ---- from version 2.13.1
    244 // --------- Starting below: New or revised $lang ---- from version 2.13.3
    245 /* Global Configuration Tab */
    246 $lang['UserAdvManager_Username_Char_true'] = ' The following characters <b style="color: green;">(separate values with commas ","!)</b> will be forbidden for username choice == ';
    247 $lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname are mandatory for comments. <b style="color: red;">Enable this only if you have given permission for non-registered visitors to post comments (Piwigo\'s admin panel > Settings > General, Comments tab> "Comments for all")</b>';
    248 // --------- End: New or revised $lang ---- from version 2.13.3
    249264?>
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/help/plugin.lang.php

    r4950 r4957  
    2626...
    2727';
    28 $lang['UAM_casenTitle'] = 'Sensibilité à la casse des noms d\'utilisateurs';
     28$lang['UAM_casenTitle'] = 'Noms d\'utilisateurs : Sensibilité à la casse';
    2929$lang['UAM_casenTitle_d'] = 'Par défaut, Piwigo est insensible à la casse : majuscules et minuscules sont considérées comme des lettres différentes dans les noms choisis par les utilisateurs à l\'inscription. Ainsi, &quot;Toto&quot;,  &quot;toto&quot; et &quot;TOTO&quot; peuvent être 3 utilisateurs différents.<br><br>
    3030L\'activation de cette option permet de considérer toutes les versions de casse de &quot;toto&quot; comme un seul utilisateur. Si &quot;toto&quot; existe déjà, la création d\'un nouvel utilisateur &quot;ToTo&quot; sera refusée.<br><br>
    3131<b style=&quot;color: red;&quot;>Attention : Cette option est sans effet sur les noms d\'utilisateurs créés préalablement à son activation.</b>';
    32 $lang['UAM_carexcTitle'] = 'Exclusion de caractères dans les noms d\'utilisateurs';
     32$lang['UAM_carexcTitle'] = 'Noms d\'utilisateurs : Exclusion de certains caractères';
    3333$lang['UAM_carexcTitle_d'] = 'Il peut être intéressant d\'interdire certains caractères dans les noms d\'utilisateurs (exemple : refuser les logins contenant un &quot;@&quot;). Cette option permet d\'exclure les caractères, ou suite de caractères, indésirables.<br>NB: l\'option permet également d\'exclure des mots complets.
    3434<br><br>
    3535<b style=&quot;color: red;&quot;>Attention : Cette option est sans effet sur les noms d\'utilisateurs créés préalablement à son activation.</b>';
    36 $lang['UAM_passwTitle'] = 'Renforcement de la sécurité des mots de passe';
     36$lang['UAM_passwTitle'] = 'Renforcement du niveau de sécurité des mots de passe';
    3737$lang['UAM_passwTitle_d'] = 'L\'activation de cette option rend obligatoire la saisie d\'un mot de passe  à l\'inscription, et oblige le mot de passe choisi par le visiteur à répondre à un niveau minimum de complexité. Si ce seuil n\'est pas atteint, le score réalisé et le score minimum à atteindre sont affichés, ainsi que des recommandations pour augmenter la valeur de ce score.<br><br>
    3838Un champ de test permet de mesurer la complexité d\'un mot de passe, et peut permettre de se faire une idée du score à définir pour une complexité personnalisée.<br><br>
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/plugin.lang.php

    r4952 r4957  
    3737$lang['UserAdvManager_no_update_pwd'] = '[mise à jour du profil sans changement du mot de passe]';
    3838$lang['invalid_pwd'] = 'Nom utilisateur ou Mot de passe invalide !';
    39 $lang['Err_UserManager_Settings'] = 'Cette page n\'est accessible que si "Délai de validation d\'inscription" est actif dans l\'onglet "Configuration de ConfirmMail" et si un groupe de visiteurs non validés est configuré dans l\'onglet "Configuration Générale".';
    4039$lang['No_validation_for_Guest'] = 'Le compte Guest n\'est pas soumis à validation';
    4140$lang['No_validation_for_default_user'] = 'Le compte par défaut n\'est pas soumis à validation';
     
    8483$lang['No_reminder_for_Webmaster'] = 'Le compte du Webmaster n\'est pas soumis à recevoir des rappels du GhostTracker';
    8584$lang['No_reminder_for_your_account'] = 'Votre compte d\'admin n\'est pas soumis à recevoir des rappels du GhostTracker';
    86 $lang['Err_GhostTracker_Settings'] = 'Cette page n\'est accessible que si "Gestion des visiteurs fantômes" est actif dans l\'onglet "Configuration Générale".';
    8785/* Action button names */
    8886$lang['audit'] = 'Auditer les paramètres';
    8987$lang['submit'] = 'Sauvegarder les paramètres';
    90 $lang['Reminder_Email'] = 'Email de rappel';
    9188// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    9289
     
    117114$lang['Tab_UserList'] = 'Suivi des utilisateurs';
    118115$lang['Nb_Days'] = 'Nb de jours<br>depuis dernière visite';
    119 /* Ghost Tracker Tab */
    120 $lang['Reminder'] = 'Email de rappel';
    121 /* Errors and Warnings */
    122 $lang['Err_Userlist_Settings'] = 'Cette page n\'est accessible que si le "suivi des utilisateur" est actif dans l\'onglet "Configuration Générale".';
    123116// --------- End: New or revised $lang ---- from version 2.13.0
    124117
     
    126119// --------- Starting below: New or revised $lang ---- from version 2.13.4
    127120$lang['uam_no_unlink'] = 'La fonction \'unlink\' n\'est pas disponible';
    128 $lang['uam_unlink_errors'] = 'Des erreurs ont eu lieu lors de la suppression de fichiers';
     121$lang['uam_unlink_errors'] = 'Des erreurs ont eu lieu lors de la suppression des fichiers';
    129122/* Global Configuration Tab */
    130 $lang['Title_Tab'] = 'UserAdvManager - Version : ';
     123$lang['Title_Tab'] = 'UserAdvManager - Version: ';
    131124$lang['SubTitle1'] = 'Configuration du plugin';
    132125$lang['Tab_Global'] = 'Configuration';
     
    139132$lang['UserAdvManager_No_Casse_false'] = ' Désactiver (valeur par défaut)';
    140133$lang['UserAdvManager_Username_Char'] = 'Noms d\'utilisateurs : Exclusion de certains caractères';
    141 $lang['UserAdvManager_Username_Char_true'] = ' Interdire les caractères :<br>(utiliser une virgule pour séparer chaque caractère du suivant)<br><br>';
     134$lang['UserAdvManager_Username_Char_true'] = ' Interdire les caractères:<br>(utiliser une virgule pour séparer chaque caractère du suivant)<br><br>';
    142135$lang['UserAdvManager_Username_Char_false'] = ' Tout autoriser (valeur par défaut)';
    143136$lang['UserAdvManager_Password_Enforced'] = 'Renforcement du niveau de sécurité des mots de passe';
    144 $lang['UserAdvManager_Password_Enforced_true'] = ' Activer. Score minimum : ';
     137$lang['UserAdvManager_Password_Enforced_true'] = ' Activer. Score minimum: ';
    145138$lang['UserAdvManager_Password_Enforced_false'] = ' Désactiver (valeur par défaut)';
    146 $lang['UserAdvManager_AdminPassword_Enforced'] = 'Application aux administrateurs.';
     139$lang['UserAdvManager_AdminPassword_Enforced'] = 'Application aux administrateurs';
    147140$lang['UserAdvManager_AdminPassword_Enforced_true'] = ' Activer';
    148141$lang['UserAdvManager_AdminPassword_Enforced_false'] = ' Désactiver (valeur par défaut)';
    149 $lang['UserAdvManager_PasswordTest'] = 'Mot de passe test : ';
    150 $lang['UserAdvManager_ScoreTest'] = 'Résultat : ';
     142$lang['UserAdvManager_PasswordTest'] = 'Mot de passe test: ';
     143$lang['UserAdvManager_ScoreTest'] = 'Résultat: ';
    151144$lang['UserAdvManager_MailExclusion'] = 'Exclusion des domaines de messagerie';
    152 $lang['UserAdvManager_MailExclusion_true'] = ' Exclure les domaines suivants :<br>(utiliser une virgule pour séparer chaque domaine du suivant)';
     145$lang['UserAdvManager_MailExclusion_true'] = ' Exclure les domaines suivants:<br>(utiliser une virgule pour séparer chaque domaine du suivant)';
    153146$lang['UserAdvManager_MailExclusion_false'] = ' Désactiver (valeur par défaut)';
    154147
    155 $lang['UserAdvManager_Mail_Info'] = 'Email d\'information à l\'utilisateur :';
     148$lang['UserAdvManager_Mail_Info'] = 'Email d\'information à l\'utilisateur:';
    156149$lang['UserAdvManager_Mail_Info_true'] = ' Activer';
    157150$lang['UserAdvManager_Mail_Info_false'] = ' Désactiver (valeur par défaut)';
    158 $lang['UserAdvManager_MailInfo_Text'] = ' Personnalisation de l\'email d\'information :';
    159 $lang['UserAdvManager_Confirm_Mail'] = 'Confirmation d\'inscription :';
     151$lang['UserAdvManager_MailInfo_Text'] = ' Personnalisation de l\'email d\'information:';
     152$lang['UserAdvManager_Confirm_Mail'] = 'Confirmation d\'inscription:';
     153$lang['UserAdvManager_Confirm_Mail_true'] = ' Activer';
    160154$lang['UserAdvManager_Confirm_Mail_false'] = ' Désactiver (valeur par défaut)';
    161 $lang['UserAdvManager_Confirm_Mail_true'] = ' Activer';
    162 $lang['UserAdvManager_ConfirmMail_Text'] = ' Personnalisation de l\'email confirmation :';
     155$lang['UserAdvManager_ConfirmMail_Text'] = ' Personnalisation de l\'email confirmation:';
    163156$lang['UserAdvManager_Confirm_Group'] = 'Groupes de validation';
    164157$lang['UserAdvManager_Confirm_Status'] = 'Statuts de validation';
     
    166159$lang['UserAdvManager_Validated_Group'] = 'Groupe pour les utilisateurs ayant validé leur inscription<br>';
    167160$lang['UserAdvManager_No_Confirm_Status'] = 'Statuts pour les utilisateurs n\'ayant pas validé leur inscription<br>';
    168 $lang['UserAdvManager_Validated_Status'] = 'Statuts pour les utilisateurs ayant validé leur inscription.<br>(laissez ------- pour garder la valeur par défaut de PWG)<br>';
     161$lang['UserAdvManager_Validated_Status'] = 'Statuts pour les utilisateurs ayant validé leur inscription.<br>(laissez ------- pour garder la valeur par défaut de Piwigo)<br>';
    169162$lang['UserAdvManager_ValidationLimit_Info'] = 'Délai de validation d\'inscription limité';
    170 $lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Activer. Nombre de jours avant expiration: ';
    171 $lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Désactiver (valeur par défaut)';
     163$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = ' Activer. Nombre de jours avant expiration: ';
     164$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = ' Désactiver (valeur par défaut)';
    172165$lang['UserAdvManager_ConfirmMail_Remail'] = 'Rappel des inscrits non validés';
    173 $lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Activer';
    174 $lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Désactiver (valeur par défaut)';
     166$lang['UserAdvManager_ConfirmMail_Remail_true'] = ' Activer';
     167$lang['UserAdvManager_ConfirmMail_Remail_false'] = ' Désactiver (valeur par défaut)';
    175168$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Personnalisation du message de rappel <b><u>avec</u></b> regénération de clé de validation.';
    176169$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Personnalisation du message de rappel <b><u>sans</u></b> regénération de clé de validation.';
     
    179172$lang['UserAdvManager_GhostTracker_true'] = ' Activer. Délai maximum, en jours, entre deux visites: ';
    180173$lang['UserAdvManager_GhostTracker_false'] = ' Désactiver (valeur par défaut)';
    181 $lang['UserAdvManager_GhostTracker_ReminderText'] = ' Personnalisation du message de rappel Ghost Tracker.';
    182 $lang['UserAdvManager_LastVisit'] = ' Suivi des utilisateurs inscrits.';
     174$lang['UserAdvManager_GhostTracker_ReminderText'] = 'Personnalisation du message de rappel Ghost Tracker';
     175$lang['UserAdvManager_LastVisit'] = ' Suivi des utilisateurs inscrits';
    183176$lang['UserAdvManager_LastVisit_true'] = ' Activer';
    184177$lang['UserAdvManager_LastVisit_false'] = ' Désactiver (valeur par défaut)';
    185 $lang['UserAdvManager_No_Comment_Anonymous'] = 'Pseudo obligatoire sur commentaire pour les visiteurs.';
     178$lang['UserAdvManager_No_Comment_Anonymous'] = 'Pseudo obligatoire sur commentaire pour les visiteurs';
    186179$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Activer';
    187180$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Désactiver (valeur par défaut)';
     
    192185            <li>
    193186Les ingrédients nécessaires:<br>
    194 - 2 groupes d\'utilisateurs Piwigo au minimum : &quot;Attente&quot; pour les visiteur en attente de validation et &quot;Validés&quot; pour les visiteurs ayant validé leur inscription<br>
     187- 2 groupes d\'utilisateurs Piwigo au minimum: &quot;Attente&quot; pour les visiteur en attente de validation et &quot;Validés&quot; pour les visiteurs ayant validé leur inscription<br>
    195188- Le plugin NBC_UAM<br>
    196189- Le plugin PWG Stuffs<br>
     
    199192<br><br>
    200193            <li>
    201 La recette :<br>
     194La recette:<br>
    202195            <ul>
    203196              <li>
    204 Préambule : On se place dans le cas d\'une galerie privée ou semi-privée (c\'est à dire qu\'une petite partie des catégories est accessible par les Guests et que les inscrits peuvent tout voir). On considère que les plugins requis sont installés (faut-il le rappeler ?).<br><br>
     197Préambule: On se place dans le cas d\'une galerie privée ou semi-privée (c\'est à dire qu\'une petite partie des catégories est accessible par les Guests et que les inscrits peuvent tout voir). On considère que les plugins requis sont installés (faut-il le rappeler ?).<br><br>
    205198              </li>
    206199              <li>
     
    211204              </li>
    212205              <li>
    213 Dans le plugin NBC_UAM :
     206Dans le plugin NBC_UAM:
    214207              <ol>
    215208                <li>Activer la confirmation d\'inscription</li>
     
    222215<br><br>
    223216              <li>
    224 Dans le plugin PWG Stuff :
     217Dans le plugin PWG Stuff:
    225218              <ol>
    226219                <li>Ajouter un nouveau module de type &quot;Bloc personnel : Affiche un bloc personnel (un édito par exemple)&quot;</li>
     
    235228<br><br>
    236229            <li>
    237               Le résultat :<br>
     230              Le résultat:<br>
    238231              - Un &quot;Guest&quot; arrive sur la galerie, il ne voit rien d\'autre que les catégories publiques et pas de message d\'information.<br>
    239232              - Il s\'inscrit. Ce qui génère un email de validation et son appartenance automatique au groupe &quot;Attente&quot;.<br>
     
    243236          </ul>';
    244237
    245 
    246238$lang['Tab_UserManager'] = 'Suivi des validations';
    247 
    248 $lang['UserAdvManager_GhostTracker_ReminderSubject'] = 'Sujet dans le mail de rappel envoyé à l\'utilisateur pour l\'inciter à revenir visiter la galerie (NB: Le texte pré-renseigné à l\'installation du plugin est donné à titre d\'exemple).<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">ATTENTION !</b> <b style="color: red;">La modification du texte n\'est possible <b>QUE</b> si la gestion des visiteurs fantômes est activée. Utilisez la méthode multi language du plugin Extended Description si celui-ci est activé !!!)</b>';
    249239
    250240/* UserManager Tab */
     
    255245$lang['GT_Init'] = 'Initialisation du Ghost Tracker';
    256246$lang['GhostTracker_Title'] = 'Gestion des visiteurs fantômes';
    257 $lang['UserAdvManager_GhostTracker_Init'] = 'Si vous avez activé cette fonction pour la première fois ou que vous l\'avez réactivée après une longue période de désactivation pendant laquelle de nouveaux visiteurs se sont inscrits, il faut initialiser ou réinitialiser le Ghost Tracker. Cette action n\'est à faire qu\'une seule fois après activation ou réactivation de l\'option. Veuillez cliquer <u>une seule fois</u> sur le bouton d\'initialisation ci-dessous.</b>';
     247$lang['UserAdvManager_GhostTracker_Init'] = 'Si vous avez activé cette fonction pour la première fois ou que vous l\'avez réactivée après une longue période de désactivation pendant laquelle de nouveaux visiteurs se sont inscrits, il faut initialiser ou réinitialiser le Ghost Tracker. Cette action n\'est à faire qu\'une seule fois après activation ou réactivation de l\'option. Veuillez cliquer <u>une seule fois</u> sur le bouton d\'initialisation ci-dessous.';
    258248/* UserList Tab */
    259 $lang['SubTitle5'] = 'Informations sur les utilisateurs';
     249$lang['SubTitle5'] = 'Suivi des utilisateurs';
    260250/* Mailing */
    261251$lang['Add of %s'] = 'Profil créé pour %s';
     
    267257$lang['Reminder_with_key_of_%s'] = '%s, votre clef de validation a expiré';
    268258$lang['Reminder_without_key_of_%s'] = '%s, votre clef de validation va expirer';
     259/* Errors and Warnings */
     260$lang['Err_UserManager_Settings'] = 'Cette page n\'est accessible que si "Délai de validation d\'inscription" est actif et si un groupe de visiteurs non validés est configuré dans le "Paramétrage des confirmations et validations d\'inscriptions".';
     261$lang['Err_GhostTracker_Settings'] = 'Cette page n\'est accessible que si "Gestion des visiteurs fantômes" est actif dans "Paramétrage des suivis des inscrits et autres options".';
     262$lang['Err_Userlist_Settings'] = 'Cette page n\'est accessible que si le "Suivi des utilisateurs inscrits" est actif dans "Paramétrage des suivis des inscrits et autres options".';
    269263// --------- End: New or revised $lang ---- from version 2.13.4
    270264?>
  • extensions/NBC_UserAdvManager/trunk/main.inc.php

    r4927 r4957  
    33Plugin Name: NBC UserAdvManager
    44Version: 2.13.4
    5 Description: Renforcer les possibilités de gestion des utilisateurs - Enforce users management
     5Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=216
    77Author: Nicco, Eric
Note: See TracChangeset for help on using the changeset viewer.