source: extensions/NBC_UserAdvManager/branches/2.14/language/en_UK/plugin.lang.php @ 5087

Last change on this file since 5087 was 5087, checked in by Eric, 14 years ago

[NBC_UserAdvManager] Pre-2.14.0 merged from trunk to branch 2.14

  • Property svn:eol-style set to LF
File size: 14.6 KB
Line 
1<?php
2
3global $lang,$conf;
4
5$conf_UAM = unserialize($conf['nbc_UserAdvManager']);
6
7
8/* UserManager Tab */
9$lang['Registration_Date'] = 'Registration date';
10
11
12/* Mailing */
13$lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
14$lang['User: %s'] = 'User : %s';
15$lang['Password: %s'] = 'Password: %s';
16$lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
17
18
19/* Email confirmation page */
20$lang['title_confirm_mail'] = 'Validate your registration';
21$lang['confirm_mail_page_title'] = 'Validate your registration';
22$lang['confirm_mail_ok'] = '<br><br><br>Thank you to have confirmed your email address and your registration on the gallery. Have fun !<br><br><br><br>';
23
24
25/* Errors and Warnings */
26$lang['UAM_audit_ok'] = 'Audit OK';
27$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
28$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
29$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
30$lang['Err_audit_advise'] = '<b>you have to perform corrections to comply with new rules that you have activated.<br>Use a database management utility to correct user accounts directly in the table ###_USERS';
31$lang['UAM_Empty Author'] = 'The author field have to be filled to send a comment.';
32if ( isset($conf_UAM[1]) and $conf_UAM[1] == 'true' )
33        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
34$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
35$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
36$lang['UAM_empty_pwd'] = '[empty password]';
37$lang['UAM_no_update_pwd'] = '[profile updated without password changed]';
38$lang['invalid_pwd'] = 'Invalid username or password !';
39$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
40$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
41$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
42$lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
43$lang['Database_Error'] = '<b><u>Warning! Critical integrity error in your database.</u></b><br><br>Please check the integrity of the #_user_confirm_mail table.';
44
45
46/* Processing messages */
47$lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
48$lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
49$lang['%d_Reminder_Sent'] = '%d reminder message was sent';
50$lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
51$lang['%d_Validated_User'] = '%d User validated manually';
52$lang['%d_Validated_Users'] = '%d Users validated manually';
53
54
55/* Action button names */
56$lang['Delete_selected'] = 'Delete';
57$lang['Mail_without_key'] = 'Reminder without key';
58$lang['Mail_with_key'] = 'Reminder with key';
59$lang['Force_Validation'] = 'Forced validation';
60
61
62
63
64// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
65/* Global Configuration Tab */
66$lang['PasswordTest'] = 'Score calculation';
67/* Ghost Tracker Tab */
68$lang['Tab_GhostTracker'] = 'Ghost Tracker';
69$lang['LastVisit_Date'] = 'Last visit';
70$lang['Reminder'] = 'Email reminder';
71$lang['Reminder_Sent_OK'] = 'YES';
72$lang['Reminder_Sent_NOK'] = 'NO';
73/* Errors and Warnings */
74$lang['UAM_save_config'] ='Configuration saved.';
75$lang['reg_err_login3'] = 'Security : Password is mandatory !';
76$lang['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>
77- Use letters and numbers<br>
78- Use lowercase and uppercase<br>
79- Increase its length (number of characters)<br>
80The minimum passwords score required by the administrator is: ';
81$lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
82$lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
83$lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
84$lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
85/* Action button names */
86$lang['audit'] = 'Audit settings';
87$lang['submit'] = 'Save settings';
88// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
89
90
91// --------- Starting below: New or revised $lang ---- from version 2.12.2
92/* Errors and Warnings */
93$lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
94/* Action button names */
95$lang['GT_Reset'] = 'Reset Ghost Tracker';
96// --------- End: New or revised $lang ---- from version 2.12.2
97
98
99// --------- Starting below: New or revised $lang ---- from version 2.12.8
100/* Errors and Warnings */
101$lang['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.';
102// --------- End: New or revised $lang ---- from version 2.12.8
103
104
105// --------- Starting below: New or revised $lang ---- from version 2.13.0
106/* UserList Tab */
107$lang['UserList_Title'] = 'Monitoring registered users';
108$lang['Nb_Days'] = 'Number of days<br>since last visit';
109// --------- End: New or revised $lang ---- from version 2.13.0
110
111
112// --------- Starting below: New or revised $lang ---- from version 2.13.4
113$lang['uam_no_unlink'] = '\'unlink\' function is not available';
114$lang['uam_unlink_errors'] = 'Errors occurred when deleting files';
115/* Global Configuration Tab */
116$lang['Title_Tab'] = 'UserAdvManager - Version : ';
117$lang['SubTitle1'] = 'Plugin configuration';
118$lang['Tab_Global'] = 'Configuration';
119$lang['UAM_Title1'] = 'Setting restrictions for registrations';
120$lang['UAM_Title2'] = 'Setting confirmations and validations of registration';
121$lang['UAM_Title3'] = 'Setting the followed registrations and other options';
122$lang['UAM_Title4'] = 'Tips and examples of use';
123$lang['UAM_No_Casse'] = 'Usernames: Case sensitivity';
124$lang['UAM_No_Casse_true'] = ' Enable';
125$lang['UAM_No_Casse_false'] = ' Disable (default)';
126$lang['UAM_Username_Char'] = 'Usernames: Exclusion of characters';
127$lang['UAM_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
128$lang['UAM_Username_Char_false'] = ' Permit all (default)';
129$lang['UAM_Password_Enforced'] = 'Strengthening the security level of passwords';
130$lang['UAM_Password_Enforced_true'] = ' Enable. Minimum Score: ';
131$lang['UAM_Password_Enforced_false'] = ' Disable (default)';
132$lang['UAM_AdminPassword_Enforced'] = 'Applying to administrators';
133$lang['UAM_AdminPassword_Enforced_true'] = ' Enable';
134$lang['UAM_AdminPassword_Enforced_false'] = ' Disable (default)';
135$lang['UAM_PasswordTest'] = 'Password test: ';
136$lang['UAM_ScoreTest'] = 'Result: ';
137$lang['UAM_MailExclusion'] = 'Email domains exclusion';
138$lang['UAM_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
139$lang['UAM_MailExclusion_false'] = ' Disable (default)';
140
141$lang['UAM_Mail_Info'] = 'Information email to user:';
142$lang['UAM_Mail_Info_true'] = ' Enable';
143$lang['UAM_Mail_Info_false'] = ' Disable (default)';
144$lang['UAM_MailInfo_Text'] = ' Customizing the information email:';
145$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
146$lang['UAM_Confirm_Mail_true'] = ' Enable';
147$lang['UAM_Confirm_Mail_false'] = ' Disable (default)';
148$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
149$lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.';
150$lang['UAM_Confirm_Group'] = 'Validation Groups<br>(leave ------- to not affect group)';
151$lang['UAM_Confirm_Status'] = 'Validation Statutes<br>(leave ------- to keep the Piwigo\'s default)';
152$lang['UAM_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
153$lang['UAM_Validated_Group'] = 'Group for users who have validated their registration<br>';
154$lang['UAM_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>';
155$lang['UAM_Validated_Status'] = 'Status for users who have validated their registration<br>';
156$lang['UAM_ValidationLimit_Info'] = 'Deadline for registration validation limited';
157$lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
158$lang['UAM_ConfirmMail_TimeOut_false'] = ' Disable (default)';
159$lang['UAM_ConfirmMail_Remail'] = 'Remind unvalidated users';
160$lang['UAM_ConfirmMail_Remail_true'] = ' Enable';
161$lang['UAM_ConfirmMail_Remail_false'] = ' Disable (default)';
162$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';
163$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
164
165$lang['UAM_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
166$lang['UAM_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
167$lang['UAM_GhostTracker_false'] = ' Disable (default)';
168$lang['UAM_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
169$lang['UAM_LastVisit'] = ' Tracking registered users';
170$lang['UAM_LastVisit_true'] = ' Enable';
171$lang['UAM_LastVisit_false'] = ' Disable (default)';
172$lang['UAM_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments';
173$lang['UAM_No_Comment_Anonymous_true'] = ' Enable';
174$lang['UAM_No_Comment_Anonymous_false'] = ' Disable (default)';
175
176$lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
177
178$lang['Tab_UserManager'] = 'Tracking validations';
179
180/* UserManager Tab */
181$lang['SubTitle3'] = 'Tracking validations';
182$lang['UserManager_Title'] = 'Tracking validations';
183/* Ghost Tracker Tab */
184$lang['SubTitle4'] = 'Ghost Tracker';
185$lang['GT_Init'] = 'Initializing Ghost Tracker';
186$lang['GhostTracker_Title'] = 'Ghost visitors management';
187$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.';
188/* UserList Tab */
189$lang['SubTitle5'] = 'Tracking users';
190$lang['Tab_UserList'] = 'Tracking users';
191/* Mailing */
192$lang['Add of %s'] = 'Profile created for %s';
193$lang['Update of %s'] = 'Profile %s updated';
194/* Email confirmation page */
195$lang['confirm_mail_bad'] = '<br><br><br>Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.<br><br><br><br>';
196/* Mailing */
197$lang['Ghost_reminder_of_%s'] = '%s, this is a reminder email';
198$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
199$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
200/* Errors and Warnings */
201$lang['Err_UserManager_Settings'] = 'This page is available only if "Deadline for registration validation limited" is active and an unvalidated users group is set in "Setting confirmations and validations of registration".';
202$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
203$lang['Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".';
204// --------- End: New or revised $lang ---- from version 2.13.4
205
206
207// --------- Starting below: New or revised $lang ---- from version 2.14.0
208$lang['UAM_AdminConfMail'] = 'Confirmation of registration for admins';
209$lang['UAM_Admin_ConfMail_true'] = ' Enable';
210$lang['UAM_Admin_ConfMail_false'] = ' Disable (default)';
211$lang['UAM_Tips1_txt'] = '
212          <ul>
213            <li>
214            Goals:<br>
215            - On his arrival at the gallery: To inform the visitor that he has to register to access private photos<br>
216            - At registration: Generate an email validation with direct link, inform the new user of its non-validation and integrate him to the group "Waiting"<br>
217            - At validation: Switch automatically group "Waiting" to group "Validated", which provides access to private categories<br><br>
218            <span style="font-style:italic">Recall: In standard operation, the "Guest" only sees the public categories, without information message.</span>
219            </li><br><br>
220            <li>
221Prerequisite:<br>
222- A gallery with all or some private categories, visible only by registered users<br>
223- 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>
224- NBC_UAM plugin<br>
225- PWG Stuffs plugin, for adding a module type "Personal Block"<br>
226- Optionally, the plugin Extended Description to support multi-languages<br>
227            </li><br><br>
228              <li>
229Stages:<br><br>
230A. In plugin NBC_UAM:
231              <ol>
232                <li>Enable registration confirmation</li>
233                <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>
234                <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
235                <li>Select the "Validated" group under "For users who have validated their registration"</li>
236                <li>Save the plugin configuration</li>
237              </ol>
238              </li><br>
239B. In plugin PWG Stuffs :
240              <ol>
241                <li>Add a new module type "Personal block: Shows a block staff (eg an editorial)"</li>
242                <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>
243                <li>Complete content of the module with the message information to be displayed to users not validated. As NBC_UAM, languages markup may be used if the plugin is enabled Extended Description</li>
244                <li>Check "Display the module on the homepage of the site"</li>
245                <li>Validate the configuration of the module</li>
246              </ol>
247          </ul>';
248// --------- End: New or revised $lang ---- from version 2.14.0
249?>
Note: See TracBrowser for help on using the repository browser.