source: extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php @ 4399

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

[NBC_UserAdvManager] Pre 2.13

  • Bug 1246 fixed - Extended Description tags are working again ! Caution : The language used and saved in database is the one configured by default in the visitor's browser and not the language given by Language Switch.
  • Adding of round() for calculating the number of days between two visits.
  • FR and EN language files refactoring
  • Property svn:eol-style set to LF
File size: 22.6 KB
Line 
1<?php
2
3global $lang,$conf;
4
5$conf_UserAdvManager = isset($conf['UserAdvManager']) ? explode(";" , $conf['UserAdvManager']) : array();
6
7
8/* Global Configuration Tab */
9$lang['Title_Tab1'] = 'UserAdvManager - General Setup';
10$lang['Tab_Global'] = 'General Setup';
11$lang['UserAdvManager_Mail_Info'] = ' Mail information to user:';
12$lang['UserAdvManager_Mail_Info_true'] = ' Send mail to the user by taking over its connection information when registering or updating their profile.';
13$lang['UserAdvManager_Mail_Info_false'] = ' Turns off the mail sending. (default)';
14$lang['UserAdvManager_MailInfo_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Mail information user is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
15$lang['UserAdvManager_No_Casse'] = ' User name case insensitive';
16$lang['UserAdvManager_No_Casse_false'] = ' Let the user case sensitive. (default)';
17$lang['UserAdvManager_Username_Char'] = ' Limited charset for username';
18$lang['UserAdvManager_Username_Char_true'] = ' The following characters will be forbidden for username choice';
19$lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control. (default)';
20$lang['UserAdvManager_Confirm_Mail'] = 'Email address confirmation:';
21$lang['UserAdvManager_Confirm_Mail_true'] = ' Send an email to user to allow him to validate his email and his registration.';
22$lang['UserAdvManager_Confirm_Mail_false'] = ' Use the default Piwigo registration system (without registration validation). (default)';
23$lang['UserAdvManager_ConfirmMail_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Email address confirmation is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
24$lang['UserAdvManager_Confirm_Group_Notice'] = 'WARNING : Using validation groups requires that you have created at least one user group and is defined "by default" in Piwigo\'s user groups management.';
25$lang['UserAdvManager_No_Confirm_Group'] = 'Group to use for the users who haven\'t validated their email address.';
26$lang['UserAdvManager_Validated_Group'] = 'Group to use for the users who have validated their email address.';
27$lang['UserAdvManager_Confirm_Status_Notice'] = 'WARNING : The use of status validation requires that you have kept the "Guest" user with default setting (as user template) for new registered. Note you can set any other user as a template for new registered. Please refer to the Piwigo\'s documentation for more details.';
28$lang['UserAdvManager_No_Confirm_Status'] = 'Status to use for the users who haven\'t validated their email address.';
29$lang['UserAdvManager_Validated_Status'] = 'Status to use for the users who have validated their email address. Let ------- for using default Piwigo values';
30$lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname are mandatory for comments';
31$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' The author field have to be filled to send a comment.';
32$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending. (default)';
33$lang['UserAdvManager_MailExclusion'] = 'Email provider exclusion:';
34$lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
35$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF. (default)';
36$lang['UserAdvManager_MailExclusion_List'] = ' If email provider exclusion is set to ON, fill the email domains to exclude below. You have to use the following format :<br>@[domaine_name].[domaine_extension] - Example : @hotmail.com<br>Seperate the different domains with a comma (,)<br>';
37
38
39/* ConfirmMail Configuration Tab */
40$lang['UserAdvManager_ConfirmMail_Info'] = 'Time limitation for validation of registration :<br>If you enable this option, select the desired time (x) in the field below. Visitors who register will then have x days to validate their registration. After this period the validation link they have received by mail will be expired.<br>';
41$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
42$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline. (Default)';
43$lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
44$lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
45$lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
46$lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
47$lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder. (Default)';
48$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Custom content of the reminder message with regeneration of validation key.<br>If left blank, the reminder email will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled at the plugin installation is given as an example)<br><br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
49$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Custom content of the reminder message without regeneration of validation key.<br>If left blank, the reminder email will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled at the plugin installation is given as an example)<br><br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
50
51
52/* UserManager Tab */
53$lang['Registration_Date'] = 'Registration date';
54
55
56/* Mailing */
57$lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
58$lang['User: %s'] = 'User : %s';
59$lang['Password: %s'] = 'Password: %s';
60$lang['Add of %s'] = 'Add of %s';
61$lang['Update of %s'] = 'Update of %s';
62$lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
63$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
64$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
65$lang['Ghost_remainder_of_%s'] = '%s, this is a reminder email';
66
67
68/* Email confirmation page */
69$lang['title_confirm_mail'] = 'Validate your registration';
70$lang['confirm_mail_page_title'] = 'Validate your registration';
71$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>';
72$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>';
73
74
75/* Errors and Warnings */
76$lang['UserAdvManager_audit_ok'] = 'Audit OK';
77$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
78$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
79$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
80$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';
81$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
82if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
83        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
84$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
85$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
86$lang['UserAdvManager_empty_pwd'] = '[empty password]';
87$lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
88$lang['invalid_pwd'] = 'Invalid username or password !';
89$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in "General Setup" tab.';
90$lang['Err_UserManager_Settings'] = 'This page is available only if "Enable limiting the registration deadline" is active in the "ConfirmMail Settings" tab and an unvalidated users group is set in "General Setup" tab.';
91$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
92$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
93$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
94$lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
95$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.';
96
97
98/* Processing messages */
99$lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
100$lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
101$lang['%d_Reminder_Sent'] = '%d reminder message was sent';
102$lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
103$lang['%d_Validated_User'] = '%d User validated manually';
104$lang['%d_Validated_Users'] = '%d Users validated manually';
105
106
107/* Action button names */
108$lang['Delete_selected'] = 'Delete';
109$lang['Mail_without_key'] = 'Reminder without key';
110$lang['Mail_with_key'] = 'Reminder with key';
111$lang['Force_Validation'] = 'Forced validation';
112$lang['Reminder_Email'] = 'Email reminder';
113
114
115
116
117// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
118/* Global Configuration Tab */
119$lang['UserAdvManager_Title1'] = 'Users registration management';
120$lang['UserAdvManager_Title2'] = 'Registration validation and groups / status management';
121$lang['UserAdvManager_Password_Enforced'] = 'Strengthening passwords - Enabling this option makes the seizure of the password required for visitors registration. Also, the password entered by the visitor will meet with a score of complexity (<b style="color: green;">activate and save settings to display more informations</b>).';
122$lang['UserAdvManager_Password_Enforced_Info'] = '<b style="text-decoration: underline; color: green;">Explanations:</b> <b style="color: green;">A password score is calculated on the basic parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). If the password of the user does not score, the score reached is displayed with the minimal score to reach and an indication to increase the value of this score. To give you an idea, a score below 100 is considered "low complexity". Between 100 and 500, the complexity is increased and average. Beyond 500, that\'s Fort Knox! ;-)<br>You can do your passwords complexity tests by using the field below. This will allow you to get an idea of the score to define a custom complexity.</b>';
123$lang['UserAdvManager_PasswordTest'] = 'Password to test : ';
124$lang['UserAdvManager_ScoreTest'] = 'Score : ';
125$lang['PasswordTest'] = 'Score calculation';
126$lang['UserAdvManager_Password_Enforced_true'] = ' Strong password required - Enter the minimum score (floor value) of passwords complexity == ';
127$lang['UserAdvManager_Password_Enforced_false'] = ' Do not strengthen passwords. (default)';
128$lang['UserAdvManager_AdminPassword_Enforced'] = 'Apply also the passwords complexity control when an administrator create a user? Note: If the created user wishes to change his password and strengthening passwords for users is active, he will be subject to the rules set.';
129$lang['UserAdvManager_AdminPassword_Enforced_true'] = 'Enable strengthening passwords for admins.';
130$lang['UserAdvManager_AdminPassword_Enforced_false'] = 'Disable strengthening passwords for admins. (default)';
131$lang['UserAdvManager_GhostTracker'] = 'Ghost Tracker - Allows to manage registered users according their last visit date :';
132$lang['UserAdvManager_GhostTracker_true'] = ' Enable Ghost Tracker.';
133$lang['UserAdvManager_GhostTracker_false'] = ' Disable Ghost Tracker. (Default)';
134$lang['UserAdvManager_GhostTracker_DayLimit'] = ' Type in here the maximum limit, in days, between two visits of a visitor. When this limit is reached, this visitor will appear in the table on "Ghost Tracker" tab.';
135$lang['UserAdvManager_GhostTracker_ReminderText'] = ' Text used in the email reminder sent to encourage visitors to come back to the gallery (NB: The text pre-filled at the plugin installation is given as an example).<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Ghost Tracker is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
136/* Ghost Tracker Tab */
137$lang['GhostTracker_Title'] = 'Advanced ghost visitors management';
138$lang['Title_Tab4'] = 'UserAdvManager - Ghost Tracker';
139$lang['Tab_GhostTracker'] = 'Ghost Tracker';
140$lang['LastVisit_Date'] = 'Last visit';
141$lang['Ghost_Reminder'] = 'Email reminder';
142$lang['Reminder_Sent_OK'] = 'YES';
143$lang['Reminder_Sent_NOK'] = 'NO';
144/* Errors and Warnings */
145$lang['UserAdvManager_save_config'] ='Configuration saved.';
146$lang['reg_err_login3'] = 'Security : Password is mandatory !';
147$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>
148- Use letters and numbers<br>
149- Use lowercase and uppercase<br>
150- Increase its length (number of characters)<br>
151The minimum passwords score required by the administrator is: ';
152$lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
153$lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
154$lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
155$lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
156$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "General Setup" tab.';
157/* Action button names */
158$lang['audit'] = 'Audit settings';
159$lang['submit'] = 'Save settings';
160// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
161
162// --------- Starting below: New or revised $lang ---- from version 2.12.2
163/* Global Configuration Tab */
164$lang['UserAdvManager_GhostTracker_Notice'] = 'When the Ghost Tracker feature is enabled, you can manage your visitors depending on the frequency of their visits. <b style="color: red;">IMPORTANT : If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, visit the Ghost Tracker tab and follow the instructions for Ghost Tracker initialization.</b>';
165/* Ghost Tracker Tab */
166$lang['UserAdvManager_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.';
167$lang['UserAdvManager_GhostTracker_User_List'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. "x" is the number of days configured in the General Setup tab. In addition, you will find a column indicating whether an email reminder has been sent to targeted visitors. So, you can see at a glance and treat visitors who have not taken account of the reminder.<br><br>In this view, you can:
168<br><br>
169- Manually delete accounts <b>(manual drain)</b>
170<br>
171- Generate email reminder <b>with resetting the last visit date</b>. This allows to give a wildcard to targeted visitors. If the visitor has already received a reminder, nothing prevents to resent a new mail which will reset again, in fact, the last visit date.
172<br>';
173/* Errors and Warnings */
174$lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
175/* Action button names */
176$lang['GT_Reset'] = 'Reset Ghost Tracker';
177// --------- End: New or revised $lang ---- from version 2.12.2
178
179// --------- Starting below: New or revised $lang ---- from version 2.12.6
180/* Global Configuration Tab */
181$lang['UserAdvManager_No_Casse_true'] = ' Make the user account case insensitive at the registration and the identification step (USER = user = User = usER...).';
182// --------- End: New or revised $lang ---- from version 2.12.6
183
184// --------- Starting below: New or revised $lang ---- from version 2.12.7
185/* Errors and Warnings */
186$lang['mail_text_error'] = '<b>Warning!</b> - Semicolons (;) are not allowed in addtionnal email text. This Character have been automatically replaced by a dot (.). For information, the amended text(s) is(are) shown in red in the corresponding field(s). Please, check it(them) out.';
187// --------- End: New or revised $lang ---- from version 2.12.7
188
189// --------- Starting below: New or revised $lang ---- from version 2.12.8
190/* Errors and Warnings */
191$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.';
192// --------- End: New or revised $lang ---- from version 2.12.8
193
194// --------- Starting below: New or revised $lang ---- from version 2.13.0
195/* Global Configuration Tab */
196$lang['UserAdvManager_Add_LastVisit_Column'] = ' View user monitoring record (date of last visit, time spent (in days) since their last visit ,...). Monitoring is purely informative for the administrator of the gallery.';
197$lang['UserAdvManager_Add_LastVisit_Column_true'] = ' Enable user monitoring list.';
198$lang['UserAdvManager_Add_LastVisit_Column_false'] = ' Disable user monitoring list (Default).';
199/* ConfirmMail Configuration Tab */
200$lang['ConfirmMail_Title'] = 'Advanced settings for validation of registries';
201$lang['Title_Tab2'] = 'UserAdvManager - Register validation settings';
202$lang['Tab_ConfirmMail'] = 'Register validation settings';
203/* UserList Tab */
204$lang['Title_Tab5'] = 'UserAdvManager - User Information';
205$lang['UserList_Title'] = 'Monitoring registered users';
206$lang['Tab_UserList'] = 'Monitoring users';
207$lang['UserAdvManager_User_List'] = 'This page is for information to the administrator. It displays a list of all users registered on the gallery showing the date and number of days since their last visit. The list is sorted in ascending order of number of days.
208<br><br>
209When the Ghost Tracker is active, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options:
210<br>
211- <b style="color: lime;">Green</b> : When the user has visited the gallery <b style="color: lime;"><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br>
212- <b style="color: orange;">Orange</b> : When the user has visited the gallery <b style="color: orange;"><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br>
213- <b style="color: red;">Red</b> : When the user has visited the gallery <b style="color: red;"><u>for more than 100%</u></b> of the maximum indicated in the Ghost Tracker. <b><u>In this case, the user must also appear in the Ghost Tracker table.</u></b><br>
214<br>
215Example :
216<br>
217The maximum period of Ghost Tracker is configured to 100 days.
218<br>
219A user will appear in green if he visited the gallery for less than 50 days, in orange if his last visit took place between 50 and 99 days and red for 100 days and above.
220<br><br>
221<b>NOTE</b> : The list does not display who have not validated their registration (if the option of validating the registration is activated). These users are then managed in a special way in the "Validation management.';
222$lang['Nb_Days'] = 'Number of days<br>since last visit';
223/* UserManager Tab */
224$lang['UserAdvManager_ConfirmMail_User_List'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br>The registration date is displayed in green when the user concerned is below the time limit to validate his registration. In this case, the validation key is still valid and we can send an email with or without a new validation key.<br><br>When the registration date appears in red, the validation period has expired. In this case, you must send an email with regeneration of validation key if you want to enable the user to validate their registration.<br><br>In all cases, it is possible to manually force the validation.<br><br>In this view, you can:
225<br><br>
226- Manually delete accounts <b>(manual drain)</b>
227<br>
228- Generate email reminder <b>without</b> generating a new key. Warning: Send an email reminder to targeted visitors. This function does not reset the date of registration of targeted visitors and the timeout is still valid.
229<br>
230- Generate email reminder <b>with</b> generating a new key. Warning : Send an email reminder to targeted visitors. This function also resets the date of registration of targeted visitors which equates to extend the deadline for validation.
231<br>
232- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
233<br>';
234$lang['UserManager_Title'] = 'Advanced management of unvalidated';
235$lang['Title_Tab3'] = 'UserAdvManager - Management of registration validations';
236$lang['Tab_UserManager'] = 'Validations management';
237/* Ghost Tracker Tab */
238$lang['Reminder'] = 'Email Reminder';
239/* Errors and Warnings */
240$lang['Err_Userlist_Settings'] = 'This page is available only if "Users monitoring" is active in the "General Setup" tab.';
241// --------- End: New or revised $lang ---- from version 2.13.0
242?>
Note: See TracBrowser for help on using the repository browser.