source: extensions/UserAdvManager/branches/2.50/language/en_UK/plugin.lang.php @ 21633

Last change on this file since 21633 was 21633, checked in by Eric, 11 years ago

merge r21598, r21606, r21611 and r21612 from trunk to branch 2.50

  • Property svn:eol-style set to LF
File size: 28.2 KB
Line 
1<?php
2
3/* UserManager Tab */
4$lang['UAM_Registration_Date'] = 'Registration date';
5
6
7/* Mailing */
8$lang['UAM_infos_mail %s'] = '%s, please find here your information to log in the gallery :';
9$lang['UAM_User: %s'] = 'User : %s';
10$lang['UAM_Password: %s'] = 'Password: %s';
11$lang['UAM_Link: %s'] = 'Please, click on this link to confirm the registration : %s';
12
13
14/* Errors and Warnings */
15$lang['UAM_audit_ok'] = 'Audit OK';
16$lang['UAM_Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
17$lang['UAM_Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
18$lang['UAM_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';
19$lang['UAM_reg_err_login2'] = 'Username does not have to match the following characters: ';
20$lang['UAM_reg_err_login5'] = 'Your email provider is banned for registration. Banned email providers are: ';
21$lang['UAM_empty_pwd'] = '[empty password]';
22$lang['UAM_no_update_pwd'] = '[profile updated without password changed]';
23$lang['UAM_No_validation_for_Guest'] = 'The "Guest" account is not subject to confirmation';
24$lang['UAM_No_validation_for_default_user'] = 'The default account is not subject to confirmation';
25$lang['UAM_No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to confirmation';
26$lang['UAM_No_validation_for_your_account'] = 'Your personnal admin account is not subject to confirmation';
27
28
29/* Processing messages */
30$lang['UAM_%d_Mail_With_Key'] = '%d message with key renewal was sent';
31$lang['UAM_%d_Mails_With_Key'] = '%d messages with key renewal were sent';
32$lang['UAM_%d_Reminder_Sent'] = '%d reminder message was sent';
33$lang['UAM_%d_Reminders_Sent'] = '%d reminder messages were sent';
34
35
36/* Action button names */
37$lang['UAM_Delete_selected'] = 'Delete';
38$lang['UAM_Mail_without_key'] = 'Reminder without key';
39$lang['UAM_Mail_with_key'] = 'Reminder with key';
40
41
42
43
44// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
45/* Global Configuration Tab */
46$lang['UAM_PasswordTest'] = 'Score calculation';
47/* Ghost Tracker Tab */
48$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
49$lang['UAM_Reminder'] = 'Email reminder';
50$lang['UAM_Reminder_Sent_OK'] = 'YES';
51$lang['UAM_Reminder_Sent_NOK'] = 'NO';
52/* Errors and Warnings */
53$lang['UAM_save_config'] ='Configuration saved.';
54$lang['UAM_reg_err_login3'] = 'Security : Password is mandatory !';
55$lang['UAM_reg_err_login4_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br>
56- Use letters and numbers<br>
57- Use lowercase and uppercase<br>
58- Increase its length (number of characters)<br>
59The minimum passwords score required by the administrator is: ';
60$lang['UAM_No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
61$lang['UAM_No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
62$lang['UAM_No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
63$lang['UAM_No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
64/* Action button names */
65$lang['UAM_audit'] = 'Audit settings';
66// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
67
68
69// --------- Starting below: New or revised $lang ---- from version 2.12.2
70/* Errors and Warnings */
71$lang['UAM_GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
72/* Action button names */
73$lang['UAM_GT_Reset'] = 'Reset Ghost Tracker';
74// --------- End: New or revised $lang ---- from version 2.12.2
75
76
77// --------- Starting below: New or revised $lang ---- from version 2.12.8
78/* Errors and Warnings */
79$lang['UAM_mail_exclusionlist_error'] = 'Warning! You have entered a new line (CR-LF) at the begining of email exclusion list (shown in red below). Although this new line is not visible, it is still present and may cause malfunction of the plugin. Please re-type in your exclusion list in a manner that does not begin with a newline.';
80// --------- End: New or revised $lang ---- from version 2.12.8
81
82
83// --------- Starting below: New or revised $lang ---- from version 2.13.4
84/* Global Configuration Tab */
85$lang['UAM_Title_Tab'] = 'UserAdvManager - Version : ';
86$lang['UAM_SubTitle1'] = 'Plugin configuration';
87$lang['UAM_Tab_Global'] = 'Configuration';
88$lang['UAM_Title4'] = 'Tips and examples of use';
89$lang['UAM_No_Casse'] = 'Usernames: Case sensitivity';
90$lang['UAM_Username_Char'] = 'Usernames: Exclusion of characters';
91$lang['UAM_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
92$lang['UAM_Username_Char_false'] = ' Permit all (default)';
93$lang['UAM_Password_Enforced'] = 'Strengthening the security level of passwords';
94$lang['UAM_Password_Enforced_true'] = ' Enable. Minimum Score: ';
95$lang['UAM_AdminPassword_Enforced'] = 'Applying to administrators';
96$lang['UAM_PasswordTest'] = 'Password test: ';
97$lang['UAM_ScoreTest'] = 'Result: ';
98$lang['UAM_MailExclusion'] = 'Email domains exclusion';
99$lang['UAM_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
100
101$lang['UAM_Mail_Info'] = 'Information email to user:';
102$lang['UAM_MailInfo_Text'] = ' Customizing the information email:';
103$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
104$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
105$lang['UAM_ValidationLimit_Info'] = 'Deadline for registration confirmation limited';
106$lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
107$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of confirmation key.';
108$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of confirmation key.';
109
110$lang['UAM_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
111$lang['UAM_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
112$lang['UAM_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
113
114/* Ghost Tracker Tab */
115$lang['UAM_SubTitle4'] = 'Ghost Tracker';
116$lang['UAM_GT_Init'] = 'Initializing Ghost Tracker';
117$lang['UAM_GhostTracker_Title'] = 'Ghost visitors management';
118$lang['UAM_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.';
119/* Mailing */
120$lang['UAM_Add of %s'] = 'Profile created for %s';
121$lang['UAM_Update of %s'] = 'Profile %s updated';
122$lang['UAM_Ghost_reminder_of_%s'] = '%s, this is a reminder email';
123$lang['UAM_Reminder_with_key_of_%s'] = '%s, your confirmation key has been renewed';
124$lang['UAM_Reminder_without_key_of_%s'] = '%s, your confirmation key will expire';
125/* Errors and Warnings */
126$lang['UAM_Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
127$lang['UAM_Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".';
128// --------- End: New or revised $lang ---- from version 2.13.4
129
130
131// --------- Starting below: New or revised $lang ---- from version 2.14.0
132$lang['UAM_AdminConfMail'] = 'Confirmation of registration for admins';
133// --------- End: New or revised $lang ---- from version 2.14.0
134
135
136// --------- Starting below: New or revised $lang ---- from version 2.15.0
137$lang['UAM_confirmmail_custom_Txt1'] = 'Text of the confirmation page - Confirmation accepted';
138$lang['UAM_confirmmail_custom_Txt2'] = 'Text of the confirmation page - Confirmation rejected';
139$lang['UAM_LastVisit_Date'] = 'Last visit';
140$lang['UAM_Nb_Days'] = 'Difference in days';
141// --------- End: New or revised $lang ---- from version 2.15.0
142
143
144// --------- Starting below: New or revised $lang ---- from version 2.15.1
145$lang['UAM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
146<a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br>
147Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
148// --------- End: New or revised $lang ---- from version 2.15.1
149
150
151// --------- Starting below: New or revised $lang ---- from version 2.15.4
152$lang['UAM_Manual_Validation'] = 'Manual confirmation';
153$lang['UAM_Confirm_Mail_true'] = ' Enable - Confirmation by user';
154$lang['UAM_Confirm_Mail_local'] = ' Enable - Confirmation by admin';
155// --------- End: New or revised $lang ---- from version 2.15.4
156
157
158// --------- Starting below: New or revised $lang ---- from version 2.16.0
159$lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>';
160$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>';
161$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
162$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
163$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the chosen configuration:
164<br><br>
165"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.
166<br><br>
167To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".
168<br><br>';
169$lang['UAM_Demotion of %s'] = 'Demotion of %s';
170$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual confirmation of registration';
171$lang['UAM_Validation of %s'] = 'Confirmation of %s';
172// --------- End: New or revised $lang ---- from version 2.16.0
173
174
175// --------- Starting below: New or revised $lang ---- from version 2.20.0
176$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
177$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
178$lang['UAM_USRAutoMail'] = 'Automated email reminder';
179$lang['UAM_Disable'] = ' Disable (default)';
180$lang['UAM_Enable'] = ' Enable ';
181$lang['UAM_No_Ghosts'] = 'No ghosts visitors for the moment';
182$lang['UAM_No_Userlist'] = 'No visitors to list for the moment';
183$lang['UAM_Stuffs_Title'] = 'UAM block';
184$lang['UAM_Stuffs'] = 'PWG Stuffs block';
185// --------- End: New or revised $lang ---- from version 2.20.0
186
187
188// --------- Starting below: New or revised $lang ---- from version 2.20.3
189$lang['UAM_Dump_Download'] = 'To download the backup file, please check this box:';
190$lang['UAM_Save'] = 'Run backup';
191$lang['UAM_Dump_OK'] = 'Backup file created successfully';
192$lang['UAM_Dump_NOK'] = 'Error: Unable to create backup file !';
193// --------- End: New or revised $lang ---- from version 2.20.3
194
195
196// --------- Starting below: New or revised $lang ---- from version 2.20.4
197$lang['UAM_HidePassw'] = 'Password in clear text in the information email';
198// --------- End: New or revised $lang ---- from version 2.20.4
199
200
201// --------- Starting below: New or revised $lang ---- from version 2.20.11
202$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.';
203// --------- End: New or revised $lang ---- from version 2.20.11
204
205
206// --------- Starting below: New or revised $lang ---- from version 2.30.0
207$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.';
208$lang['UAM_Confirm_Group'] = 'Groups<br>(leave ------- to not affect group)';
209$lang['UAM_Confirm_Status'] = 'Statutes<br>(leave ------- to keep the Piwigo\'s default)';
210$lang['UAM_Confirm_Level'] = 'Privacy level<br>(leave ------- to keep the Piwigo\'s default)';
211$lang['UAM_GTAutoGp'] = 'Automatic change of group / status / privacy level';
212$lang['UAM_Expired_Level'] = '<b>Privacy level</b> for user\'s registration has expired<br>';
213$lang['UAM_MiscOptions'] = 'Other miscellaneous options';
214$lang['UAM_Title3'] = 'Ghost users management';
215$lang['UAM_Title5'] = 'Miscellaneous options';
216$lang['UAM_Password_Reset_Msg'] = 'Please, change your password!';
217$lang['UAM_PwdReset'] = 'Password renewal';
218$lang['UAM_Password reset selected users'] = 'Request password renewal for selected users';
219$lang['UAM_Guest cannot be pwdreset'] = 'Password renewal can\'t be set for guests account!';
220$lang['UAM_Default user cannot be pwgreset'] = 'Password renewal can\'t be set for default user account!';
221$lang['UAM_Webmaster cannot be pwdreset'] = 'Password renewal can\'t be set for the webmaster account!';
222$lang['UAM_You cannot pwdreset your account'] = 'Password renewal can\'t be set for your own account!';
223$lang['UAM_You need to confirm pwdreset'] = 'You must confirm password renewal (check box)!';
224$lang['UAM_PwdReset_Todo'] = 'Password to be renewed';
225$lang['UAM_PwdReset_Done'] = 'Password renewed';
226$lang['UAM_PwdReset_NA'] = 'Original password';
227$lang['UAM %d user pwdreseted'] = 'Password renewal required for %d user';
228$lang['UAM %d users pwdreseted'] = 'Password renewal required for %d users';
229$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.';
230$lang['UAM_Default_InfoMail_Txt'] = 'Hello [username]!
231
232You made significant changes in your profile on the gallery [mygallery]. Please, find below your new settings:';
233$lang['UAM_Default_ConfirmMail_Txt'] = 'Hello [username]! Thank you to have register on [mygallery].
234
235To complete the process and be able to browse through the pictures, thank you kindly confirm your registration by clicking on the link in this message.';
236$lang['UAM_Default_GhstReminder_Txt'] = 'Hello [username].
237       
238This is a reminder because a very long time passed since your last visit on our gallery [mygallery]. If you do not want anymore to use your access account, please let us know by replying to this email. Your account will be deleted.
239
240On receipt of this message and no new visit within [days] days, we would be obliged to automatically delete your account.
241
242Best regards,
243
244The admin of the gallery [mygallery] - [myurl]';
245$lang['UAM_Default_GhstDeletion_Txt'] = 'Sorry [username], your account has been deleted due to a too long time passed since your last visit at [mygallery]. Please register again.';
246$lang['UAM_Default_PwdRequest_Txt'] = 'You have requested a password reset on our gallery. Please, find below your new connection settings.';
247$lang['UAM_Default_CfmMail_Custom_Txt1'] = '[username] account successfully validated!';
248$lang['UAM_DumpTxt'] = 'Backup and restore your configuration';
249$lang['UAM_Restore'] = 'To restore the backup file of your configuration. Only the saved file on the server is taken into account.
250<br><br>
251<b style="color: red;">Beware of the backup version!<br>A backup made from one version of the plugin can only be restored on the same version.</b>';
252$lang['UAM_Restore_File'] = 'Restore Configuration';
253$lang['UAM_No_Backup_File'] = 'No backup file available!';
254$lang['UAM_Restoration_NOK'] = 'An error occurred while restoring the configuration. Please check the validity of your backup file.';
255$lang['UAM_Restoration_OK'] = 'Restoring your configuration completed successfully! Please reload UAM\'s administration page to view the restored settings.';
256// --------- End: New or revised $lang ---- from version 2.30.0
257
258
259// --------- Starting below: New or revised $lang ---- from version 2.30.1
260$lang['UAM_submit'] = 'Submit settings';
261$lang['UAM_Generic cannot be pwdreset'] = 'Password renewal can\'t be set for generic accounts!';
262$lang['UAM_Admins cannot be pwdreset'] = 'Password renewal can\'t be set for admins account!';
263$lang['UAM_Bad_version_backup'] = 'The version of the backup file does not match the version of the plugin! The restoration was not performed.';
264// --------- End: New or revised $lang ---- from version 2.30.1
265
266// --------- Starting below: New or revised $lang ---- from version 2.30.2
267$lang['UAM_RedirToProfile'] = 'Redirect to Customization page';
268$lang['UAM_Title1'] = 'Restrictions for registrations';
269$lang['UAM_Title2'] = 'Confirmations of registration';
270$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status / privacy level';
271$lang['UAM_NewFeature'] = 'New feature !';
272$lang['UAM_RejectConnexion_Custom_Txt'] = 'Customize rejection text';
273// --------- End: New or revised $lang ---- from version 2.30.2
274
275
276// --------- Starting below: New or revised $lang ---- from version 2.30.3
277$lang['UAM_MailExclusion_No'] = 'Email domains exclusion - Not available because emails are not mandatory for registrations !';
278$lang['UAM_USRAuto'] = 'Automatic management of unconfirmed users';
279$lang['UAM_ConfirmMail_Remail'] = 'Remind unconfirmed users';
280$lang['UAM_No_Usermanager'] = 'No unconfirmed registers to list for the moment';
281$lang['UAM_Stuffs_Desc'] = 'Adds an information block for unconfirmed users';
282/* Email confirmation page */
283$lang['UAM_%d_Validated_User'] = '%d User confirmed manually';
284$lang['UAM_%d_Validated_Users'] = '%d Users confirmed manually';
285$lang['UAM_No_Confirm_Group'] = 'Group for users who have not confirmed their registration<br>';
286$lang['UAM_Validated_Group'] = 'Group for users who have confirmed their registration<br>';
287$lang['UAM_No_Confirm_Status'] = 'Status for users who have not confirmed their registration<br>';
288$lang['UAM_Validated_Status'] = 'Status for users who have confirmed their registration<br>';
289$lang['UAM_No_Valid_Level'] = 'Privacy level for users who have not confirmed their registration<br>';
290$lang['UAM_Valid_Level'] = 'Privacy level for users who have confirmed their registration<br>';
291$lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not confirmed is configured in "Setting confirmations of registration".';
292$lang['UAM_Tips1'] = 'Information of unconfirmed registration with UAM and PWG_Stuffs';
293$lang['UAM_Tips1_txt'] = '
294          <ul>
295            <li>
296            Goals: Inform the visitor that the registration is awaiting approval by displaying a personal block on the home page of the gallery, and this, as registration is not approved.
297            <br><br>
298            <b>Recall: In standard operation, the "Guest" only sees the public categories, without information message.</b>
299            </li><br><br>
300            <li>
301Prerequisite:<br>
302- A gallery with all or some private categories, visible only by registered users<br>
303- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
304- UAM plugin<br>
305- PWG Stuffs plugin, for adding a special UAM module<br>
306- Optionally, the plugin Extended Description to support multi-languages<br>
307            </li><br><br>
308            <li>
309Stages:<br><br>
310A. In plugin UAM:
311              <ol>
312                <li>Enable registration confirmation</li>
313                <li>Enable PWG Stuffs module option</li>
314                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
315                <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
316                <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
317                <li>Save the plugin configuration</li>
318              </ol>
319<br>
320B. In plugin PWG Stuffs :
321              <ol>
322                <li>Go to tab "Add a new module"</li>
323                <li>Choose "UAM Module"</li>
324                <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>
325                <li>Complete content of the module with the message information to be displayed to users not confirmed. As UAM, languages markup may be used if the plugin is enabled Extended Description</li>
326                <li>Check "Display the module on the homepage of the site"</li>
327                <li>Validate the configuration of the module</li>
328              </ol>
329            </li>
330          </ul>';
331$lang['UAM_Tips2'] = 'Information of unconfirmed registration with UAM and Additional Pages';
332$lang['UAM_Tips2_txt'] = '
333          <ul>
334            <li>
335            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.
336            <br><br>
337            Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors.
338            </li><br><br>
339            <li>
340Prerequisite:<br>
341- A gallery with all or some private categories, visible only by registered users<br>
342- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
343- UAM plugin<br>
344- Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
345- Optionally, the plugin Extended Description to support multi-languages<br>
346            </li><br><br>
347            <li>
348Stages:<br><br>
349A. In plugin UAM:
350              <ol>
351                <li>Enable registration confirmation</li>
352                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
353                <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
354                <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
355                <li>Save the plugin configuration</li>
356              </ol>
357<br>
358B. In plugin Additional Pages:<br>
359                <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
360                <br>
361              <ol>
362                <li>Add a new page with at least the following parameters:</li>
363                <ul>
364                  <li>Page name: The name you wish to give to the additional page (ie: Registration not confirmed)</li>
365                  <li>Set as homepage checked</li>
366                  <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
367                  <li>Content: The text you want to use for visitors.</li>
368                </ul>
369                <br>
370                <li>And that\'s it! Only visitors registered and whose registration has not been confirmed will see this additional index page.</li>
371              </ol>
372            </li>
373          </ul>';
374$lang['UAM_Default_GhstDemotion_Txt'] = 'Sorry [username], your account has been deprecated due to a too long time passed since your last visit at [mygallery]. Please, use the following link to reconfirm your account:';
375$lang['UAM_Default_AdminValidation_Txt'] = 'Hello [username]! Thank you for registering and welcome to [mygallery].
376
377Your account has been manually confirmed by the webmaster of [mygallery]. You may now log in at [myurl] and make any appropriate changes to your profile.';
378$lang['UAM_Default_ValidationTimeout_Txt'] = 'Sorry, your account has been deleted because you have not confirmed your registration in requested time ([Kdays] days). Please, retry registration with a valid and non blocked email account.';
379$lang['UAM_Default_CfmMail_Remail_Txt1'] = 'Hello [username].
380               
381This is a reminder message because you registered on our gallery [mygallery] but you do not confirm 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 confirm your registration.
382
383Note: After this period, your account will be permanently deleted.';
384$lang['UAM_Default_CfmMail_Remail_Txt2'] = 'Hello [username].
385
386This is a reminder message because you registered on our gallery [mygallery] but you do not confirm 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.
387
388Note: After this period, your account will be permanently deleted.';
389$lang['UAM_Default_CfmMail_Custom_Txt2'] = 'Incorrect / expired activation key or account already validated.';
390$lang['UAM_RejectConnexion'] = 'Reject user\'s connexion until registration is confirmed';
391$lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, your registration is not validated yet, so you can\'t connect the gallery now.';
392$lang['UAM_Tracking registered users'] = 'Tracking registered users';
393$lang['UAM_Tracking confirmations'] = 'Tracking confirmations';
394// --------- End: New or revised $lang ---- from version 2.30.3
395
396
397// --------- Starting below: New or revised $lang ---- from version 2.40
398$lang['UAM_AdminValidationMail_Subject'] = 'Customize manual validation email subject';
399$lang['UAM_ConfirmMail_Subject'] = 'Customize registration confirmation email subject';
400$lang['UAM_ConfirmMail_ReMail_Subject'] = 'Customize registration confirmation reminder email subject';
401$lang['UAM_GTReminder_Subject'] = 'Customize manual Ghost Tracker reminder email subject';
402$lang['UAM_GTAutomail_Subject'] = 'Customize automatic Ghost Tracker demotion email subject';
403$lang['UAM_GTAutomail_Text'] = 'Customize demotion email text';
404$lang['UAM_MailInfo_Subject'] = 'Customize information email subject';
405$lang['UAM_Default_ConfirmMail_Subject'] = '[username] registration confirmation on [mygallery]';
406$lang['UAM_Default_ConfirmMail_Remail_Subject'] = 'Reminder - [username] registration confirmation on [mygallery]';
407$lang['UAM_Default_InfoMail_Subject'] = '[username] - Your registration information on [mygallery]';
408$lang['UAM_Default_GTAutoMail_Subject'] = '[username] - Your account has been demoted on [mygallery]';
409$lang['UAM_Default_GTReminder_Subject'] = '[username] - A long time passed since your last visit on [mygallery]';
410$lang['UAM_Default_AdminValidationMail_Subject'] = '[username] - Registration validated on [mygallery]';
411// --------- End: New or revised $lang ---- from version 2.40
412
413
414// --------- Starting below: New or revised $lang ---- from version 2.40.4 and 2.30.7
415$lang['UAM_mail_exclusion_error'] = 'The Piwigo\'s option "The email address is mandatory for all users" has been disabled while the UserAdvancedManager\'s (UAM) plugin option "Exclusion of mail domains" remained active. This combination is illogical and not compatible!<br><br>
416Please, Reactivate the Piwigo\'s option "The email address is mandatory for all users" to be able then to disable UAM\'s option "Exclusion of mail domains" if that\'s what you want.<br><br>
417Note: This message will disappear after you have made the necessary correction and reloaded the admin page.<br><br>';
418// --------- End: New or revised $lang ---- from version 2.40.4 and 2.30.7
419
420
421// --------- Starting below: New or revised $lang ---- from version 2.41.0
422$lang['UAM_Subject admin validation for %s'] = 'Registration of %s waits for validation';
423$lang['UAM_Manual_validation_needed_for %s'] = 'The user %s has registered and awaits for manual validation by an admin.';
424$lang['UAM_Customize_messagesandmails'] = 'Customize the messages and mails';
425$lang['UAM_Change'] = 'Change the Group/Status/Privacy Level of the users who have been confirmed';
426// --------- End: New or revised $lang ---- from version 2.41.0
427
428$lang['UAM_group "%s" updated'] = 'For best performance, the group %s was automatically set as the default group.';
429?>
Note: See TracBrowser for help on using the repository browser.