source: extensions/UserAdvManager/branches/2.20/language/en_UK/plugin.lang.php @ 10958

Last change on this file since 10958 was 10958, checked in by Eric, 13 years ago

r10957 merged from trunk to branch 2.20

  • Property svn:eol-style set to LF
File size: 19.8 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_Empty Author'] = 'The author field have to be filled to send a comment.';
30$lang['UAM_reg_err_login2'] = 'Username does not have to match the following characters: ';
31$lang['UAM_reg_err_login5'] = 'Your email provider is banned for registration. Banned email providers are: ';
32$lang['UAM_empty_pwd'] = '[empty password]';
33$lang['UAM_no_update_pwd'] = '[profile updated without password changed]';
34$lang['UAM_No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
35$lang['UAM_No_validation_for_default_user'] = 'The default account is not subject to validation';
36$lang['UAM_No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
37$lang['UAM_No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
38
39
40/* Processing messages */
41$lang['UAM_%d_Mail_With_Key'] = '%d message with key renewal was sent';
42$lang['UAM_%d_Mails_With_Key'] = '%d messages with key renewal were sent';
43$lang['UAM_%d_Reminder_Sent'] = '%d reminder message was sent';
44$lang['UAM_%d_Reminders_Sent'] = '%d reminder messages were sent';
45$lang['UAM_%d_Validated_User'] = '%d User validated manually';
46$lang['UAM_%d_Validated_Users'] = '%d Users validated manually';
47
48
49/* Action button names */
50$lang['UAM_Delete_selected'] = 'Delete';
51$lang['UAM_Mail_without_key'] = 'Reminder without key';
52$lang['UAM_Mail_with_key'] = 'Reminder with key';
53
54
55
56
57// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
58/* Global Configuration Tab */
59$lang['UAM_PasswordTest'] = 'Score calculation';
60/* Ghost Tracker Tab */
61$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
62$lang['UAM_Reminder'] = 'Email reminder';
63$lang['UAM_Reminder_Sent_OK'] = 'YES';
64$lang['UAM_Reminder_Sent_NOK'] = 'NO';
65/* Errors and Warnings */
66$lang['UAM_save_config'] ='Configuration saved.';
67$lang['UAM_reg_err_login3'] = 'Security : Password is mandatory !';
68$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>
69- Use letters and numbers<br>
70- Use lowercase and uppercase<br>
71- Increase its length (number of characters)<br>
72The minimum passwords score required by the administrator is: ';
73$lang['UAM_No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
74$lang['UAM_No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
75$lang['UAM_No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
76$lang['UAM_No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
77/* Action button names */
78$lang['UAM_audit'] = 'Audit settings';
79$lang['UAM_submit'] = 'Save settings';
80// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
81
82
83// --------- Starting below: New or revised $lang ---- from version 2.12.2
84/* Errors and Warnings */
85$lang['UAM_GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
86/* Action button names */
87$lang['UAM_GT_Reset'] = 'Reset Ghost Tracker';
88// --------- End: New or revised $lang ---- from version 2.12.2
89
90
91// --------- Starting below: New or revised $lang ---- from version 2.12.8
92/* Errors and Warnings */
93$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.';
94// --------- End: New or revised $lang ---- from version 2.12.8
95
96
97// --------- Starting below: New or revised $lang ---- from version 2.13.0
98/* UserList Tab */
99$lang['UAM_UserList_Title'] = 'Monitoring registered users';
100// --------- End: New or revised $lang ---- from version 2.13.0
101
102
103// --------- Starting below: New or revised $lang ---- from version 2.13.4
104/* Global Configuration Tab */
105$lang['UAM_Title_Tab'] = 'UserAdvManager - Version : ';
106$lang['UAM_SubTitle1'] = 'Plugin configuration';
107$lang['UAM_Tab_Global'] = 'Configuration';
108$lang['UAM_Title1'] = 'Setting restrictions for registrations';
109$lang['UAM_Title2'] = 'Setting confirmations and validations of registration';
110$lang['UAM_Title3'] = 'Setting the followed registrations and other options';
111$lang['UAM_Title4'] = 'Tips and examples of use';
112$lang['UAM_No_Casse'] = 'Usernames: Case sensitivity';
113$lang['UAM_Username_Char'] = 'Usernames: Exclusion of characters';
114$lang['UAM_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
115$lang['UAM_Username_Char_false'] = ' Permit all (default)';
116$lang['UAM_Password_Enforced'] = 'Strengthening the security level of passwords';
117$lang['UAM_Password_Enforced_true'] = ' Enable. Minimum Score: ';
118$lang['UAM_AdminPassword_Enforced'] = 'Applying to administrators';
119$lang['UAM_PasswordTest'] = 'Password test: ';
120$lang['UAM_ScoreTest'] = 'Result: ';
121$lang['UAM_MailExclusion'] = 'Email domains exclusion';
122$lang['UAM_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
123
124$lang['UAM_Mail_Info'] = 'Information email to user:';
125$lang['UAM_MailInfo_Text'] = ' Customizing the information email:';
126$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
127$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
128$lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.';
129$lang['UAM_Confirm_Group'] = 'Validation Groups<br>(leave ------- to not affect group)';
130$lang['UAM_Confirm_Status'] = 'Validation Statutes<br>(leave ------- to keep the Piwigo\'s default)';
131$lang['UAM_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
132$lang['UAM_Validated_Group'] = 'Group for users who have validated their registration<br>';
133$lang['UAM_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>';
134$lang['UAM_Validated_Status'] = 'Status for users who have validated their registration<br>';
135$lang['UAM_ValidationLimit_Info'] = 'Deadline for registration validation limited';
136$lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
137$lang['UAM_ConfirmMail_Remail'] = 'Remind unvalidated users';
138$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';
139$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
140
141$lang['UAM_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
142$lang['UAM_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
143$lang['UAM_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
144$lang['UAM_LastVisit'] = ' Tracking registered users';
145$lang['UAM_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments';
146
147$lang['UAM_Tab_UserManager'] = 'Tracking validations';
148
149/* UserManager Tab */
150$lang['UAM_SubTitle3'] = 'Tracking validations';
151$lang['UAM_UserManager_Title'] = 'Tracking validations';
152/* Ghost Tracker Tab */
153$lang['UAM_SubTitle4'] = 'Ghost Tracker';
154$lang['UAM_GT_Init'] = 'Initializing Ghost Tracker';
155$lang['UAM_GhostTracker_Title'] = 'Ghost visitors management';
156$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.';
157/* UserList Tab */
158$lang['UAM_SubTitle5'] = 'Tracking users';
159$lang['UAM_Tab_UserList'] = 'Tracking users';
160/* Mailing */
161$lang['UAM_Add of %s'] = 'Profile created for %s';
162$lang['UAM_Update of %s'] = 'Profile %s updated';
163
164/* Mailing */
165$lang['UAM_Ghost_reminder_of_%s'] = '%s, this is a reminder email';
166$lang['UAM_Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
167$lang['UAM_Reminder_without_key_of_%s'] = '%s, your validation key will expire';
168/* Errors and Warnings */
169$lang['UAM_Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
170$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".';
171// --------- End: New or revised $lang ---- from version 2.13.4
172
173
174// --------- Starting below: New or revised $lang ---- from version 2.14.0
175$lang['UAM_AdminConfMail'] = 'Confirmation of registration for admins';
176// --------- End: New or revised $lang ---- from version 2.14.0
177
178
179// --------- Starting below: New or revised $lang ---- from version 2.15.0
180$lang['UAM_confirmmail_custom_Txt1'] = 'Text of the confirmation page - Confirmation accepted';
181$lang['UAM_confirmmail_custom_Txt2'] = 'Text of the confirmation page - Confirmation rejected';
182$lang['UAM_LastVisit_Date'] = 'Last visit';
183$lang['UAM_Nb_Days'] = 'Difference in days';
184$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".';
185// --------- End: New or revised $lang ---- from version 2.15.0
186
187
188// --------- Starting below: New or revised $lang ---- from version 2.15.1
189$lang['UAM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
190<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>
191Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
192// --------- End: New or revised $lang ---- from version 2.15.1
193
194
195// --------- Starting below: New or revised $lang ---- from version 2.15.4
196$lang['UAM_Force_Validation'] = 'Manual validation';
197$lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user';
198$lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';
199$lang['UAM_RedirToProfile'] = 'Redirect to "Customization" page';
200// --------- End: New or revised $lang ---- from version 2.15.4
201
202
203// --------- Starting below: New or revised $lang ---- from version 2.16.0
204$lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>';
205$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>';
206$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
207$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
208$lang['UAM_GTAutoGp'] = 'Automatic change of group / status';
209$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status';
210$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
211$lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!';
212$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:
213<br><br>
214"Setting the followed registrations 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.
215<br><br>
216To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".
217<br><br>';
218$lang['UAM_Demotion of %s'] = 'Demotion of %s';
219$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
220$lang['UAM_Validation of %s'] = 'Validation of %s';
221// --------- End: New or revised $lang ---- from version 2.16.0
222
223
224// --------- Starting below: New or revised $lang ---- from version 2.20.0
225$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
226$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
227$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
228$lang['UAM_USRAutoMail'] = 'Automated email reminder';
229$lang['UAM_Disable'] = ' Disable (default)';
230$lang['UAM_Enable'] = ' Enable ';
231$lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs';
232$lang['UAM_Tips1_txt'] = '
233          <ul>
234            <li>
235            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.
236            <br><br>
237            <b>Recall: In standard operation, the "Guest" only sees the public categories, without information message.</b>
238            </li><br><br>
239            <li>
240Prerequisite:<br>
241- A gallery with all or some private categories, visible only by registered users<br>
242- 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>
243- UAM plugin<br>
244- PWG Stuffs plugin, for adding a special UAM module<br>
245- Optionally, the plugin Extended Description to support multi-languages<br>
246            </li><br><br>
247            <li>
248Stages:<br><br>
249A. In plugin UAM:
250              <ol>
251                <li>Enable registration confirmation</li>
252                <li>Enable PWG Stuffs module option</li>
253                <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>
254                <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
255                <li>Select the "Validated" group under "For users who have validated their registration"</li>
256                <li>Save the plugin configuration</li>
257              </ol>
258<br>
259B. In plugin PWG Stuffs :
260              <ol>
261                <li>Go to tab "Add a new module"</li>
262                <li>Choose "UAM Module"</li>
263                <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>
264                <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>
265                <li>Check "Display the module on the homepage of the site"</li>
266                <li>Validate the configuration of the module</li>
267              </ol>
268            </li>
269          </ul>';
270$lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages';
271$lang['UAM_Tips2_txt'] = '
272          <ul>
273            <li>
274            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.
275            <br><br>
276            Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors.
277            </li><br><br>
278            <li>
279Prerequisite:<br>
280- A gallery with all or some private categories, visible only by registered users<br>
281- 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>
282- UAM plugin<br>
283- Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
284- Optionally, the plugin Extended Description to support multi-languages<br>
285            </li><br><br>
286            <li>
287Stages:<br><br>
288A. In plugin UAM:
289              <ol>
290                <li>Enable registration confirmation</li>
291                <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>
292                <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
293                <li>Select the "Validated" group under "For users who have validated their registration"</li>
294                <li>Save the plugin configuration</li>
295              </ol>
296<br>
297B. In plugin Additional Pages:<br>
298                <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
299                <br>
300              <ol>
301                <li>Add a new page with at least the following parameters:</li>
302                <ul>
303                  <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li>
304                  <li>Set as homepage checked</li>
305                  <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
306                  <li>Content: The text you want to use for visitors.</li>
307                </ul>
308                <br>
309                <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li>
310              </ol>
311            </li>
312          </ul>';
313$lang['UAM_No_Ghosts'] = 'No ghosts visitors for the moment';
314$lang['UAM_No_Userlist'] = 'No visitors to list for the moment';
315$lang['UAM_No_Usermanager'] = 'No unvalidated registers to list for the moment';
316$lang['UAM_Stuffs_Title'] = 'UAM block';
317$lang['UAM_Stuffs_Desc'] = 'Adds an information block for unvalidated users';
318$lang['UAM_Stuffs'] = 'PWG Stuffs block';
319// --------- End: New or revised $lang ---- from version 2.20.0
320
321
322// --------- Starting below: New or revised $lang ---- from version 2.20.3
323$lang['UAM_DumpTxt'] = 'Backup your configuration';
324$lang['UAM_Dump_Download'] = 'To download the backup file, please check this box:';
325$lang['UAM_Save'] = 'Run backup';
326$lang['UAM_Dump_OK'] = 'Backup file created successfully';
327$lang['UAM_Dump_NOK'] = 'Error: Unable to create backup file !';
328// --------- End: New or revised $lang ---- from version 2.20.3
329
330
331// --------- Starting below: New or revised $lang ---- from version 2.20.4
332$lang['UAM_HidePassw'] = 'Password in clear text in the information email';
333// --------- End: New or revised $lang ---- from version 2.20.4
334
335
336// --------- Starting below: New or revised $lang ---- from version 2.20.7
337$lang['UAM_Group_Comments'] = 'Allow comments to a group of users';
338$lang['UAM_AllowedComm_Group'] = 'Select the group of users allowed to post comments:';
339$lang['UAM_Not_Allowed_Author'] = 'Sorry, you are not authorized to post a comment. Please contact the site administrator.';
340// --------- End: New or revised $lang ---- from version 2.20.7
341?>
Note: See TracBrowser for help on using the repository browser.