Changeset 12689 for extensions/UserAdvManager/trunk/language/en_UK
- Timestamp:
- Dec 2, 2011, 11:37:38 PM (13 years ago)
- Location:
- extensions/UserAdvManager/trunk/language/en_UK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/language/en_UK/help.lang.php
r12666 r12689 22 22 23 23 // --------- Starting below: New or revised $lang ---- from version 2.14.0 24 $lang['UAM_adminconfmailTitle_d'] = 'You can disable this validation only for user accounts created by the administrator via Piwigo\'s users management interface.<br><br>25 By activating this option, email validation for registration will be sent to each user created by admin.<br><br>24 $lang['UAM_adminconfmailTitle_d'] = 'You can disable this confirmation only for user accounts created by the administrator via Piwigo\'s users management interface.<br><br> 25 By activating this option, email confirmation for registration will be sent to each user created by admin.<br><br> 26 26 By disabling this option (default), only the email information is sent (if "Information email to user" is enabled).'; 27 27 // --------- End: New or revised $lang ---- from version 2.14.0 … … 49 49 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. 50 50 <br><br> 51 <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 "Tracking validations" tab.51 <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 "Tracking confirmations" tab. 52 52 <br><br> 53 53 <b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.'; 54 $lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validationregistration is expected, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br>55 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>56 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>57 In all cases, it is possible to manually force the validation.<br><br>54 $lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose confirmation of registration is expected, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br> 55 The registration date is displayed in green when the user concerned is below the time limit to validate his registration. In this case, the confirmation key is still valid and we can send an email with or without a new confirmation key.<br><br> 56 When the registration date appears in red, the confirmation period has expired. In this case, you must send an email with regeneration of confirmation key if you want to enable the user to validate their registration.<br><br> 57 In all cases, it is possible to manually force the confirmation.<br><br> 58 58 In this view, you can: 59 59 <br><br> … … 62 62 - 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. 63 63 <br> 64 - 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.65 <br> 66 - Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.64 - 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 confirmation. 65 <br> 66 - Submit a registration awaiting confirmation manually even if the expiry date has passed <b>(forcing confirmation)</b>. 67 67 <br><br> 68 68 <b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.'; … … 75 75 <b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.'; 76 76 $lang['UAM_confirmmailTitle_d'] = 'This option allows a user to either confirm registration by clicking on a link received in an email sent upon registration or the administrator to manually activate the registration.<br><br> 77 In first case, the e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the "Tracking validations" tab.<br><br> 78 Dans le premier cas, le message envoyé comprend une partie fixe, avec le lien d\'activation généré à partir d\'une clef aléatoire (cette clé peut éventuellement être régénérée via l\'onglet "Suivi des validations"), et une partie personnalisable par un texte d\'accueil. 79 <br><br> 80 In second case, <b><u>there is no validation key send by email!</u></b>. Visitors have to wait until an administrator validate them himself in "Validation tracking" tab. It\s recommanded to activate the Piwigo\'s option "Email admins when a new user registers" (see in Piwigo\'s configuration options) and to use the "Information email to user" to warn new registers to wait on their account activation. 81 <br> 82 <b style="color: red;">NB: Options "Deadline for registration validation limited" and "Remind unvalidated users " have to be set to off when admin\'s manual validation is enabled.</b> 77 In first case, the e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the "Tracking confirmations" tab.<br><br> 78 In second case, <b><u>there is no confirmation key send by email!</u></b>. Visitors have to wait until an administrator validate them himself in "confirmation tracking" tab. It\s recommanded to activate the Piwigo\'s option "Email admins when a new user registers" (see in Piwigo\'s configuration options) and to use the "Information email to user" to warn new registers to wait on their account activation. 79 <br> 80 <b style="color: red;">NB: Options "Deadline for confirmation of registration limited" and "Remind unvalidated users " have to be set to off when admin\'s manual confirmation is enabled.</b> 83 81 <br><br> 84 82 This option is generally used with the automatic assignment of group and/or statutes. For example, a user who has not validated their registration will be set in a specific group of users (with or without restrictions on the gallery) while a user who validated his registration shall be set in a "normal" group.'; … … 97 95 - Automated management : When the period between 2 successive visits is reached, the visitor is automatically deleted or moved into a wait group and/or status. In this second case, an information email can be sent to him.<br><br> 98 96 <b style="color: red;">Important note : 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 (see corresponding instructions on "Ghost Tracker" tab).</b>'; 99 $lang['UAM_mailexcTitle_d'] = 'By default, Piwigo accepts all email addresses in the format xxx@yyy.zz. Enabling this option allows you to exclude certain domains in the format: @ [domain_name].[domain_extension].<br><br>100 Examples :<br>101 @hotmail.com -> excluding addresses *@hotmail.com<br>102 @hotmail -> excluding all addresses *@hotmail*';103 97 $lang['UAM_GTAutoTitle_d'] = 'This option allows to apply rules for automated management of ghosts users. 104 98 <br><br>Basic Principle: A user who reaches the maximum time between visits <b><u>and</u></b> has already been notified by email is considered as expired. Then you can apply automated processing rules such as automatic deletion of expired accounts or demotion by restricting access to the gallery (switch automatically to a restricted group and/or status). … … 109 103 110 104 // --------- Starting below: New or revised $lang ---- from version 2.20.0 111 $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.105 $lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of confirmation key email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the confirmation link will expire. 112 106 <br><br> 113 107 This option is used in conjunction with the "Confirmation of registration" … … 116 110 $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 "Confirmation of registration" 117 111 <br><br> 118 2 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.119 <br><br> 120 Refer to the "Tracking validations" tab.121 <br><br> 122 If this option and the option "Deadline for registration validation limited" are activated, new options will appear below in this section to enable the automation of unvalidated users management.';112 2 types of emails can be sent: With or without regeneration of the confirmation key. As appropriate, the content of emails can be customized. 113 <br><br> 114 Refer to the "Tracking confirmations" tab. 115 <br><br> 116 If this option and the option "Deadline for registration confirmation limited" are activated, new options will appear below in this section to enable the automation of unvalidated users management.'; 123 117 $lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows: 124 118 <br><br> 125 - Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> "Deadline for registration validation limited" <b><u>enabled</u></b> and "Remind unvalidated users" <b><u>disabled</u></b>.126 <br><br> 127 - 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 -> "Deadline for registration validation limited" <b><u>enabled</u></b> et "Remind unvalidated users" <b><u>enabled</u></b>.';119 - Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> "Deadline for registration confirmation limited" <b><u>enabled</u></b> and "Remind unvalidated users" <b><u>disabled</u></b>. 120 <br><br> 121 - Automatically sending a reminder message with a new generation of confirmation key and automatic deletion of accounts not validated in the time after sending the reminder -> "Deadline for registration confirmation limited" <b><u>enabled</u></b> et "Remind unvalidated users" <b><u>enabled</u></b>.'; 128 122 $lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in "Reminder email with new key generated" to visitors who match criteria.'; 129 123 $lang['UAM_StuffsTitle_d'] = 'This enables an additional UAM block in PWG Stuffs plugin (if installed) to inform your visitors who did not validate their registration about their condition. … … 154 148 - <b style="color: red;">[mygallery]</b> to insert the title of your gallery.<br> 155 149 - <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br> 156 - <b style="color: red;">[Kdays]</b> to insert the number of days limit to validate a registration ("Deadline for registration validation limited;" have to be enabled).157 <br><br> 158 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 159 $lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.160 <br><br> 161 If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).162 <br><br> 163 Further customize the content with special inserted tags:<br> 164 - <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email.<br> 165 - <b style="color: red;">[mygallery]</b> to insert the title of your gallery.<br> 166 - <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br> 167 - <b style="color: red;">[Kdays]</b> to insert the number of days limit to validate a registration ("Deadline for registration validation limited;" have to be enabled).168 <br><br> 169 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 170 $lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.150 - <b style="color: red;">[Kdays]</b> to insert the number of days limit to validate a registration ("Deadline for registration confirmation limited;" have to be enabled). 151 <br><br> 152 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 153 $lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the confirmation key regenerated. 154 <br><br> 155 If left blank, the mail reminder will include only the confirmation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example). 156 <br><br> 157 Further customize the content with special inserted tags:<br> 158 - <b style="color: red;">[username]</b> to automatically insert the name of the destination user of the email.<br> 159 - <b style="color: red;">[mygallery]</b> to insert the title of your gallery.<br> 160 - <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br> 161 - <b style="color: red;">[Kdays]</b> to insert the number of days limit to validate a registration ("Deadline for registration confirmation limited;" have to be enabled). 162 <br><br> 163 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; 164 $lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a confirmation key regenerated. 171 165 <br><br> 172 166 If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example). … … 176 170 - <b style="color: red;">[mygallery]</b> to insert the title of your gallery.<br> 177 171 - <b style="color: red;">[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br> 178 - <b style="color: red;">[Kdays]</b> to insert the number of days limit to validate a registration ("Deadline for registration validation limited; have to be enabled).172 - <b style="color: red;">[Kdays]</b> to insert the number of days limit to validate a registration ("Deadline for registration confirmation limited; have to be enabled). 179 173 <br><br> 180 174 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.'; … … 246 240 $lang['UAM_confirmTitle_d'] = ' 247 241 - Information email generation<br> 248 - Register validation email generation<br>242 - Register confirmation email generation<br> 249 243 - Groups, status or privacy level auto joining<br> 250 - Deadline for registration validation<br>244 - Deadline for confirmation of registration<br> 251 245 - Reminder email generation<br> 252 246 ... … … 254 248 $lang['UAM_confirmgrpTitle'] = 'Groups'; 255 249 $lang['UAM_confirmstatTitle'] = 'Statutes'; 256 $lang['UAM_confirmgrpTitle_d'] = '<b style="color: red;">WARNING : Using groups on validation requires that you have created at least one users group and is defined "by default" in Piwigo\'s user groups management.</b><br><br>250 $lang['UAM_confirmgrpTitle_d'] = '<b style="color: red;">WARNING : Using groups on confirmation requires that you have created at least one users group and is defined "by default" in Piwigo\'s user groups management.</b><br><br> 257 251 The groups are validated for use in conjunction with the "Confirmation of registration"'; 258 $lang['UAM_confirmstatTitle_d'] = '<b style="color: red;">WARNING : The use of statuses on 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.</b><br><br>252 $lang['UAM_confirmstatTitle_d'] = '<b style="color: red;">WARNING : The use of statuses on confirmation 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.</b><br><br> 259 253 The Statutes are validated for use in conjunction with the "Confirmation of registration"'; 260 254 $lang['UAM_confirmlevelTitle'] = 'Privacy level'; 261 255 $lang['UAM_confirmlevelTitle_d'] = '<b style="color: red;">WARNING : The use of privacy level requires that you have used them with your pictures. Please refer to the Piwigo\'s documentation for more details.</b><br><br> 262 256 The privacy level is validated for use in conjunction with the "Confirmation of registration"'; 263 $lang['UAM_GTAutoGpTitle_d'] = 'The automatic change of group, status or privacy level is like a demotion of the accounts involved and working on the same principle as the group, status or privacy level of validation (see "Setting confirmations and validations of registration"). Therefore be to define a group, status and / or level demoting access to the gallery. If this has already been defined with the use of registration confirmation function, you can use the same group / status / level.<br><br>257 $lang['UAM_GTAutoGpTitle_d'] = 'The automatic change of group, status or privacy level is like a demotion of the accounts involved and working on the same principle as the group, status or privacy level of confirmation (see "Setting confirmations of registration"). Therefore be to define a group, status and / or level demoting access to the gallery. If this has already been defined with the use of registration confirmation function, you can use the same group / status / level.<br><br> 264 258 <b style="color: red;">Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.'; 265 259 $lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status / privacy level change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery. 266 <br>To do this, a link to re validation of registration is attached to the email (automatic generation of a new validation key).<b style="color: red;">If the user has already been notified, his account is automatically destroyed.</b>267 <br><br> 268 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)260 <br>To do this, a link to reconfirmation of registration is attached to the email (automatic generation of a new confirmation key).<b style="color: red;">If the user has already been notified, his account is automatically destroyed.</b> 261 <br><br> 262 Enter the custom text that also explain the reasons for the demotion, to accompany the confirmation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-) 269 263 <br><br> 270 264 Further customize the content with special inserted tags:<br> … … 306 300 // --------- Starting below: New or revised $lang ---- from version 2.30.2 307 301 $lang['UAM_RejectConnexion_d'] = 'If activated, new registered users who have not validate their registration won\'t be able to connect to the gallery. They will be redirected to a special page to inform them of this state.<br><br> 308 <b style="color: red;">Warning - This feature works only in conjunction with validation groups! See below to set the groups as required.</b>';302 <b style="color: red;">Warning - This feature works only in conjunction with confirmation groups! See below to set the groups as required.</b>'; 309 303 $lang['UAM_RejectConnexion_Custom_Txt_d'] = 'Customize here your explanation text for inform unvalidated users that they won\'t be able to connect the gallery until they have validate their registration. 310 304 <br><br> 311 305 This field is compatible with the FCK Editor and, for multi-languages, you can use the [lang] tags of the Extended description plugin if it\'s active.'; 312 306 // --------- End: New or revised $lang ---- from version 2.30.2 307 308 309 // --------- Starting below: New or revised $lang ---- from version 2.30.3 310 $lang['UAM_mailexcTitle_d'] = 'By default, Piwigo accepts all email addresses in the format xxx@yyy.zz. Enabling this option allows you to exclude certain domains in the format: @ [domain_name].[domain_extension].<br><br> 311 Examples :<br> 312 @hotmail.com -> excluding addresses *@hotmail.com<br> 313 @hotmail -> excluding all addresses *@hotmail*<br><br> 314 <b style="color: red;">Warning - This feature works only if emails are mandatory for registrations! Please see Piwigo\'s configuration options.</b>'; 315 // --------- End: New or revised $lang ---- from version 2.30.3 313 316 ?> -
extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php
r12666 r12689 31 31 $lang['UAM_empty_pwd'] = '[empty password]'; 32 32 $lang['UAM_no_update_pwd'] = '[profile updated without password changed]'; 33 $lang['UAM_No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';34 $lang['UAM_No_validation_for_default_user'] = 'The default account is not subject to validation';35 $lang['UAM_No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';36 $lang['UAM_No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';33 $lang['UAM_No_validation_for_Guest'] = 'The "Guest" account is not subject to confirmation'; 34 $lang['UAM_No_validation_for_default_user'] = 'The default account is not subject to confirmation'; 35 $lang['UAM_No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to confirmation'; 36 $lang['UAM_No_validation_for_your_account'] = 'Your personnal admin account is not subject to confirmation'; 37 37 38 38 … … 125 125 $lang['UAM_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>'; 126 126 $lang['UAM_Validated_Status'] = 'Status for users who have validated their registration<br>'; 127 $lang['UAM_ValidationLimit_Info'] = 'Deadline for registration validation limited';127 $lang['UAM_ValidationLimit_Info'] = 'Deadline for registration confirmation limited'; 128 128 $lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: '; 129 129 $lang['UAM_ConfirmMail_Remail'] = 'Remind unvalidated users'; 130 $lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';131 $lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';130 $lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of confirmation key.'; 131 $lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of confirmation key.'; 132 132 133 133 $lang['UAM_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)'; … … 136 136 $lang['UAM_LastVisit'] = ' Tracking registered users'; 137 137 138 $lang['UAM_Tab_UserManager'] = 'Tracking validations';138 $lang['UAM_Tab_UserManager'] = 'Tracking confirmations'; 139 139 140 140 /* UserManager Tab */ 141 $lang['UAM_SubTitle3'] = 'Tracking validations';142 $lang['UAM_UserManager_Title'] = 'Tracking validations';141 $lang['UAM_SubTitle3'] = 'Tracking confirmations'; 142 $lang['UAM_UserManager_Title'] = 'Tracking confirmations'; 143 143 /* Ghost Tracker Tab */ 144 144 $lang['UAM_SubTitle4'] = 'Ghost Tracker'; … … 155 155 /* Mailing */ 156 156 $lang['UAM_Ghost_reminder_of_%s'] = '%s, this is a reminder email'; 157 $lang['UAM_Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';158 $lang['UAM_Reminder_without_key_of_%s'] = '%s, your validation key will expire';157 $lang['UAM_Reminder_with_key_of_%s'] = '%s, your confirmation key has been renewed'; 158 $lang['UAM_Reminder_without_key_of_%s'] = '%s, your confirmation key will expire'; 159 159 /* Errors and Warnings */ 160 160 $lang['UAM_Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".'; … … 173 173 $lang['UAM_LastVisit_Date'] = 'Last visit'; 174 174 $lang['UAM_Nb_Days'] = 'Difference in days'; 175 $lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations and validationsof registration".';175 $lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations of registration".'; 176 176 // --------- End: New or revised $lang ---- from version 2.15.0 177 177 … … 185 185 186 186 // --------- Starting below: New or revised $lang ---- from version 2.15.4 187 $lang['UAM_Force_Validation'] = 'Manual validation';188 $lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user';189 $lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';187 $lang['UAM_Force_Validation'] = 'Manual confirmation'; 188 $lang['UAM_Confirm_Mail_true'] = ' Enable - Confirmation by user'; 189 $lang['UAM_Confirm_Mail_local'] = ' Enable - Confirmation by admin (no confirmation key sent)'; 190 190 // --------- End: New or revised $lang ---- from version 2.15.4 191 191 … … 200 200 $lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the chosen configuration: 201 201 <br><br> 202 "Setting the registered users monitoring and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first.202 "Setting the registered users monitoring and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations of registration > Confirmation of registration - Confirmation by user" is not enabled at first. 203 203 <br><br> 204 204 To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled". 205 205 <br><br>'; 206 206 $lang['UAM_Demotion of %s'] = 'Demotion of %s'; 207 $lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';208 $lang['UAM_Validation of %s'] = ' Validation of %s';207 $lang['UAM_AdminValidationMail_Text'] = 'Notification of manual confirmation of registration'; 208 $lang['UAM_Validation of %s'] = 'Confirmation of %s'; 209 209 // --------- End: New or revised $lang ---- from version 2.16.0 210 210 … … 249 249 <li>Go to tab "Add a new module"</li> 250 250 <li>Choose "UAM Module"</li> 251 <li>Configure the module, indicating the title (eg "Registration pending validation") and its description, and only check "Waiting" in the list of groups allowed</li>251 <li>Configure the module, indicating the title (eg "Registration pending confirmation") and its description, and only check "Waiting" in the list of groups allowed</li> 252 252 <li>Complete content of the module with the message information to be displayed to users not validated. As UAM, languages markup may be used if the plugin is enabled Extended Description</li> 253 253 <li>Check "Display the module on the homepage of the site"</li> … … 260 260 <ul> 261 261 <li> 262 Goals: Inform the visitor that the registration is awaiting validation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved.262 Goals: Inform the visitor that the registration is awaiting confirmation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved. 263 263 <br><br> 264 264 Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors. … … 322 322 323 323 // --------- Starting below: New or revised $lang ---- from version 2.20.11 324 $lang['UAM_Error_Using_illegal_flag'] = 'Syntax error ! The [Kdays] AutoText flag is used as the "Deadline for registration validation limited" option was not activated. Please activate the option or correct the text field(s) colored in red.';324 $lang['UAM_Error_Using_illegal_flag'] = 'Syntax error ! The [Kdays] AutoText flag is used as the "Deadline for registration confirmation limited" option was not activated. Please activate the option or correct the text field(s) colored in red.'; 325 325 // --------- End: New or revised $lang ---- from version 2.20.11 326 326 327 327 328 328 // --------- Starting below: New or revised $lang ---- from version 2.30.0 329 $lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously. The privacy level can be used in conjunction with a group or status assignment.';329 $lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the confirmation statutes and not both simultaneously. The privacy level can be used in conjunction with a group or status assignment.'; 330 330 $lang['UAM_Confirm_Group'] = 'Groups<br>(leave ------- to not affect group)'; 331 331 $lang['UAM_Confirm_Status'] = 'Statutes<br>(leave ------- to keep the Piwigo\'s default)'; … … 351 351 $lang['UAM %d user pwdreseted'] = 'Password renewal required for %d user'; 352 352 $lang['UAM %d users pwdreseted'] = 'Password renewal required for %d users'; 353 $lang['UAM_Error_Using_illegal_Kdays'] = 'Using the [Kdays] tag is allowed only if the deadline for registration validation limited is active. Refer to the text field in red to correct the problem.';353 $lang['UAM_Error_Using_illegal_Kdays'] = 'Using the [Kdays] tag is allowed only if the deadline for registration confirmation limited is active. Refer to the text field in red to correct the problem.'; 354 354 $lang['UAM_Default_InfoMail_Txt'] = 'Hello [username]! Thank you to have register on [mygallery]. 355 355 … … 376 376 $lang['UAM_Default_CfmMail_Remail_Txt1'] = 'Hello [username]. 377 377 378 This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your validation key has expired. To still allow you to access to our gallery, your validation period has been reset. You have again x days to validate your registration.378 This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your confirmation key has expired. To still allow you to access to our gallery, your confirmation period has been reset. You have again x days to validate your registration. 379 379 380 380 Note: After this period, your account will be permanently deleted.'; 381 381 $lang['UAM_Default_CfmMail_Remail_Txt2'] = 'Hello [username]. 382 382 383 This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your validation key will expire. To allow you access to our gallery, you have x days to confirm your registration by clicking on the link in the message you should have received when you registered.383 This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your confirmation key will expire. To allow you access to our gallery, you have x days to confirm your registration by clicking on the link in the message you should have received when you registered. 384 384 385 385 Note: After this period, your account will be permanently deleted.'; … … 407 407 $lang['UAM_RedirToProfile'] = 'Redirect to Customization page'; 408 408 $lang['UAM_Title1'] = 'Restrictions for registrations'; 409 $lang['UAM_Title2'] = 'Confirmations and validationsof registration';409 $lang['UAM_Title2'] = 'Confirmations of registration'; 410 410 $lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status / privacy level'; 411 411 $lang['UAM_NewFeature'] = 'New feature !'; 412 412 $lang['UAM_RejectConnexion'] = 'Reject user\'s connexion until registration is validated'; 413 413 $lang['UAM_RejectConnexion_Custom_Txt'] = 'Customize rejection text'; 414 $lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, you don\'t have validate 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 validation. If not, please contact the webmaster.';414 $lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, you don\'t have validate 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.'; 415 415 $lang['UAM_Reject_Page_Title'] = 'Connexion not allowed !'; 416 416 // --------- End: New or revised $lang ---- from version 2.30.2 417 418 419 // --------- Starting below: New or revised $lang ---- from version 2.30.3 420 $lang['UAM_MailExclusion_No'] = 'Email domains exclusion - Not available because emails are not mandatory for registrations !'; 421 // --------- End: New or revised $lang ---- from version 2.30.3 417 422 ?>
Note: See TracChangeset
for help on using the changeset viewer.