- Timestamp:
- Feb 28, 2010, 2:55:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/branches/2.13/language/en_UK/plugin.lang.php
r4551 r4991 4 4 5 5 $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>';47 6 48 7 … … 55 14 $lang['User: %s'] = 'User : %s'; 56 15 $lang['Password: %s'] = 'Password: %s'; 57 $lang['Add of %s'] = 'Add of %s';58 $lang['Update of %s'] = 'Update of %s';59 16 $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_remainder_of_%s'] = '%s, this is a reminder email';63 17 64 18 … … 67 21 $lang['confirm_mail_page_title'] = 'Validate your registration'; 68 22 $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>';70 23 71 24 … … 75 28 $lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> '; 76 29 $lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> '; 77 $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 ### 30 $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'; 78 31 $lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.'; 79 32 if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' ) … … 84 37 $lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]'; 85 38 $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.';88 39 $lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation'; 89 40 $lang['No_validation_for_default_user'] = 'The default account is not subject to validation'; … … 107 58 $lang['Mail_with_key'] = 'Reminder with key'; 108 59 $lang['Force_Validation'] = 'Forced validation'; 109 $lang['Reminder_Email'] = 'Email reminder';110 60 111 61 … … 114 64 // --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1 115 65 /* 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 : ';122 66 $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>';133 67 /* Ghost Tracker Tab */ 134 $lang['GhostTracker_Title'] = 'Advanced ghost visitors management';135 $lang['Title_Tab4'] = 'UserAdvManager - Ghost Tracker';136 68 $lang['Tab_GhostTracker'] = 'Ghost Tracker'; 137 69 $lang['LastVisit_Date'] = 'Last visit'; 138 $lang[' Ghost_Reminder'] = 'Email reminder';70 $lang['Reminder'] = 'Email reminder'; 139 71 $lang['Reminder_Sent_OK'] = 'YES'; 140 72 $lang['Reminder_Sent_NOK'] = 'NO'; … … 151 83 $lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker'; 152 84 $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.';154 85 /* Action button names */ 155 86 $lang['audit'] = 'Audit settings'; … … 157 88 // --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1 158 89 90 159 91 // --------- 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>';170 92 /* Errors and Warnings */ 171 93 $lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !'; … … 174 96 // --------- End: New or revised $lang ---- from version 2.12.2 175 97 176 // --------- Starting below: New or revised $lang ---- from version 2.12.6177 /* 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.6180 98 181 99 // --------- Starting below: New or revised $lang ---- from version 2.12.7 … … 184 102 // --------- End: New or revised $lang ---- from version 2.12.7 185 103 104 186 105 // --------- Starting below: New or revised $lang ---- from version 2.12.8 187 106 /* Errors and Warnings */ … … 189 108 // --------- End: New or revised $lang ---- from version 2.12.8 190 109 110 191 111 // --------- 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'; 192 121 /* 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 followed registrations 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 (default)'; 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 (default)'; 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'] = 'Email domains exclusion'; 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 (default)'; 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 (default)'; 154 $lang['UserAdvManager_ConfirmMail_Text'] = ' Customizing the confirmation email:'; 155 $lang['UserAdvManager_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.'; 156 $lang['UserAdvManager_Confirm_Group'] = 'Validation Groups<br>(leave ------- to not affect group)'; 157 $lang['UserAdvManager_Confirm_Status'] = 'Validation Statutes<br>(leave ------- to keep the Piwigo\'s default)'; 158 $lang['UserAdvManager_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>'; 159 $lang['UserAdvManager_Validated_Group'] = 'Group for users who have validated their registration<br>'; 160 $lang['UserAdvManager_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>'; 161 $lang['UserAdvManager_Validated_Status'] = 'Status for users who have validated their registration<br>'; 162 $lang['UserAdvManager_ValidationLimit_Info'] = 'Deadline for registration validation limited'; 163 $lang['UserAdvManager_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: '; 164 $lang['UserAdvManager_ConfirmMail_TimeOut_false'] = ' Disable (default)'; 165 $lang['UserAdvManager_ConfirmMail_Remail'] = 'Remind unvalidated users'; 166 $lang['UserAdvManager_ConfirmMail_Remail_true'] = ' Enable'; 167 $lang['UserAdvManager_ConfirmMail_Remail_false'] = ' Disable (default)'; 168 $lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.'; 169 $lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.'; 170 171 $lang['UserAdvManager_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)'; 172 $lang['UserAdvManager_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: '; 173 $lang['UserAdvManager_GhostTracker_false'] = ' Disable (default)'; 174 $lang['UserAdvManager_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message'; 175 $lang['UserAdvManager_LastVisit'] = ' Tracking registered users'; 176 $lang['UserAdvManager_LastVisit_true'] = ' Enable'; 177 $lang['UserAdvManager_LastVisit_false'] = ' Disable (default)'; 178 $lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments'; 179 $lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Enable'; 180 $lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Disable (default)'; 181 182 $lang['UserAdvManager_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage'; 183 $lang['UserAdvManager_Tips1_txt'] = ' 184 <ul> 185 <li> 186 Ingredients needed:<br> 187 - 2 Piwigo\'s user groups at least: "Waiting" for visitors awaiting validation and "Validated" for visitors who have validated their registration<br> 188 - NBC_UAM plugin<br> 189 - PWG Stuffs plugin<br> 190 - Possibly Extended Description plugin (to support multi-lingual) 191 </li> 192 <br><br> 193 <li> 194 La recette :<br> 195 <ul> 196 <li> 197 Preamble: 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> 198 </li> 199 <li> 200 Attribute group "Waiting" no permission on private categories<br><br> 201 </li> 202 <li> 203 Attribute group "Validated" all permissions on the private categories<br><br> 204 </li> 205 <li> 206 In NBC_UAM plugin: 207 <ol> 208 <li>Enable registration confirmation</li> 209 <li>In the field below "Customizing the confirmation email", 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> 210 <li>In the "Group for users who have not validated their registration", select group "Waiting"</li> 211 <li>In the "Group for users who have validated their registration", select group "Validated"</li> 212 <li>Save the plugin configuration</li> 213 </ol> 214 </li> 215 <br><br> 216 <li> 217 In PWG Stuff plugin: 218 <ol> 219 <li>Add a new module personal block like an edito</li> 220 <li>In the module\'s configuration, in addition to its title (eg "Registration pending validation") and its description, check only the authorized group "Waiting"</li> 221 <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> 222 <li>Validate module</li> 223 <li>Define its place on the main page of the gallery</li> 224 </ol> 225 </li> 226 </ul> 227 </li> 228 <br><br> 229 <li> 230 The result:<br> 231 - A "Guest" arrives on the gallery, he sees nothing other than the public categories and no information message.<br> 232 - He registers. This generates an email validation and automatic membership to the group "Waiting".<br> 233 - At the end, he\'s redirected to the gallery homepage and a message indicating the waiting of validate its registration<br><br> 234 He received his email validation, following the link provided for that purpose in the mail, releases the group "Waiting" and takes place in the group "Validated". By clicking the "Home", then he\'s connected to the gallery with full access to private groups and without the information message. 235 </li> 236 </ul>'; 237 238 $lang['Tab_UserManager'] = 'Tracking validations'; 239 240 /* UserManager Tab */ 241 $lang['SubTitle3'] = 'Tracking validations'; 242 $lang['UserManager_Title'] = 'Tracking validations'; 243 /* Ghost Tracker Tab */ 244 $lang['SubTitle4'] = 'Ghost Tracker'; 245 $lang['GT_Init'] = 'Initializing Ghost Tracker'; 246 $lang['GhostTracker_Title'] = 'Ghost visitors management'; 247 $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.'; 199 248 /* 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.'; 237 // --------- 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 249 $lang['SubTitle5'] = 'Tracking users'; 250 $lang['Tab_UserList'] = 'Tracking users'; 251 /* Mailing */ 252 $lang['Add of %s'] = 'Profile created for %s'; 253 $lang['Update of %s'] = 'Profile %s updated'; 254 /* Email confirmation page */ 255 $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>'; 256 /* Mailing */ 257 $lang['Ghost_reminder_of_%s'] = '%s, this is a reminder email'; 258 $lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed'; 259 $lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire'; 260 /* Errors and Warnings */ 261 $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".'; 262 $lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".'; 263 $lang['Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".'; 264 // --------- End: New or revised $lang ---- from version 2.13.4 249 265 ?>
Note: See TracChangeset
for help on using the changeset viewer.