source: extensions/UserAdvManager/branches/2.30/language/en_UK/plugin.lang.php @ 12551

Last change on this file since 12551 was 12551, checked in by Eric, 12 years ago

Merged from trunk to branch 2.30
Bug 2455 fixed - Exclusion of specific users (généric and admins users) for password reset function.
Bug 2451 fixed - Unable to handle Sql errors but control of backup file validity have been enforced.

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