source: extensions/NBC_UserAdvManager/branches/2.15/language/en_UK/help/plugin.lang.php @ 6253

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

[NBC_UserAdvManager]

Merged from trunk to branch 2.15

  • Property svn:eol-style set to LF
File size: 17.2 KB
Line 
1<?php
2global $lang;
3
4$lang['UAM_restricTitle'] = 'Restrictions for registrations';
5$lang['UAM_restricTitle_d'] = '
6- Case sensitivity<br>
7- Characters exclusion<br>
8- Password enforcement<br>
9- Email domains exclusion<br>
10...
11';
12$lang['UAM_confirmTitle'] = 'Confirmations and validations of registration';
13$lang['UAM_confirmTitle_d'] = '
14- Information email generation<br>
15- Register validation email generation<br>
16- Groups or status auto joining<br>
17- Deadline for registration validation<br>
18- Reminder email generation<br>
19...
20';
21$lang['UAM_miscTitle'] = 'Registration followed and other options';
22$lang['UAM_miscTitle_d'] = '
23- Ghost users management<br>
24- Followed registered users<br>
25- Nickname mandatory for guests comments<br>
26...
27';
28$lang['UAM_casenTitle'] = 'Usernames: Case sensitivity';
29$lang['UAM_carexcTitle'] = 'Usernames: Exclusion of characters';
30$lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse logins containing &quot;@&quot;). This option allows to exclude characters or sequence of characters, events.<br>
31NB: The option can also exclude whole words.
32<br><br>
33<b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
34$lang['UAM_passwTitle'] = 'Strengthening the security level of passwords';
35$lang['UAM_passwTitle_d'] = 'Enabling this option makes mandatory the seizure of a password upon registration, and requires the password chosen by the visitor to meet a minimum level of complexity. If the threshold is not reached, the score achieved and the minimum score to be achieved are displayed, along with recommendations to increase the value of this score.<br><br>
36There is field test to measure the complexity of a password, and can afford to get an idea of the score to define complex custom.<br><br>
37Note: The score of a password is calculated based on several parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). A score below 100 is considered low, from 100 to 500, the complexity is average; beyond 500, the security is excellent.';
38$lang['UAM_passwtestTitle'] = 'Testing the complexity of a password';
39$lang['UAM_passwtestTitle_d'] = 'Enter the password to test and then click on &quot;Score calculation&quot; to see the result.';
40$lang['UAM_passwadmTitle'] = 'Applying to administrators';
41$lang['UAM_passwadmTitle_d'] = 'An administrator can create a user account with or without application of the rule of computing complexity.<br><br>
42Note: If the user account created wants to change password and strengthening passwords for users is active, it will be subject to the rule set.';
43$lang['UAM_mailexcTitle'] = 'Exclusion of mail domains';
44$lang['UAM_mailexcTitle_d'] = 'By default, Piwigo accepts all email addresses in the format xxx@yyy.zz. Enabling this option allows you to exclude certain domains in the format: @ [domain_name].[domain_extension].<br><br>
45Examples :<br>
46@hotmail.com -> excluding addresses *@hotmail.com<br>
47@hotmail -> excluding all addresses *@hotmail*';
48$lang['UAM_infomailTitle'] = 'Information email to user';
49$lang['UAM_infomailTitle_d'] = 'This option allows to automate sending an information email to a user when registering or when changes his password or email address in their profile.<br><br>
50The content of the message sent is composed of a customizable part to introduce a little welcome note and a fixed part indicating the login, password and email address of the user.';
51$lang['UAM_infotxtTitle'] = 'Customizing the information email';
52$lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.<br><br>
53To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
54<b style=&quot;color: red;&quot;>Text modifying is available only if the &quot;Information email&quot; is enabled.</b>';
55$lang['UAM_confirmmailTitle'] = 'Confirmation of registration';
56$lang['UAM_confirmmailTitle_d'] = 'This option allows to require a user to validate their registration by clicking on a link received in an email sent at the time of registration.<br><br>
57The e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the &quot;Tracking validations&quot; tab.<br><br>
58This option is generally used with the automatic assignment of group and/or statutes. For example, a user who has not validated their registration will be set in a specific group of users (with or without restrictions on the gallery) while a user who validated his registration shall be set in a &quot;normal&quot; group.';
59$lang['UAM_confirmtxtTitle'] = 'Customizing the confirmation email';
60$lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.<br><br>
61To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
62<b style=&quot;color: red;&quot;>The text modifiying is available only if the &quot;Confirmation of registration&quot; is enabled.</b>';
63$lang['UAM_confirmgrpTitle'] = 'Validation Groups';
64$lang['UAM_confirmgrpTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : Using validation groups requires that you have created at least one users group and is defined &quot;by default&quot; in Piwigo\'s user groups management.</b><br><br>
65The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
66$lang['UAM_confirmstatTitle'] = 'Validation Statutes';
67$lang['UAM_confirmstatTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : The use of status validation requires that you have kept the &quot;Guest&quot; 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.</b><br><br>
68The Statutes are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
69$lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
70$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.<br><br>
71This option is used in conjunction with the &quot;Confirmation of registration&quot;';
72$lang['UAM_remailTitle'] = 'Remind unvalidated users';
73$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;<br><br>
742 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.<br><br>
75Refer to the &quot;Tracking validations&quot; tab.';
76$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
77$lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.<br><br>
78If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example)<br><br>
79To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
80<b style=&quot;color: red;&quot;>The text modifiying is available only if &quot;Remind unvalidated users&quot; is enabled.</b>';
81$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
82$lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.<br><br>
83If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example)<br><br>
84To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
85<b style=&quot;color: red;&quot;>The text modifiying is available only if &quot;Remind unvalidated users&quot; is enabled.</b>';
86$lang['UAM_ghosttrackerTitle'] = 'Ghost visitors management';
87$lang['UAM_ghosttrackerTitle_d'] = 'Also called &quot;Ghost Tracker&quot;, when this function is activated, you can manage your visitors depending on the frequency of their visits. When the time between 2 visits is reaches, the visitor in question appears in the &quot;Ghost Tracker&quot; table where you will be able to remind visitors via email.<br><br>
88<b style=&quot;color: red;&quot;>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.</b>';
89$lang['UAM_gttextTitle'] = 'Ghost Tracker\'s reminder message';
90$lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example).<br><br>
91To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
92<b style=&quot;color: red;&quot;>The text modifiying is available only if &quot;Ghost visitors management&quot; is enabled.</b>';
93$lang['UAM_lastvisitTitle'] = 'Tracking registered users';
94$lang['UAM_lastvisitTitle_d'] = 'This activates a table in the &quot;Tracking users&quot; tab which are registered users listed on the gallery and the date of their last visit and time spent (in days) since their last visit. Monitoring is purely informative for the administrator of the gallery.';
95$lang['UAM_commentTitle'] = 'Nickname mandatory for guests comments';
96$lang['UAM_commentTitle_d'] = 'If &quot;Comments for All&quot; is active (authority to unregistered visitors to post comments), this option allows to force the non-registered visitor to enter a nickname that the comment is accepted.';
97$lang['UAM_tipsTitle'] = 'Tips and Examples';
98$lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
99$lang['UAM_userlistTitle'] = 'Tracking users';
100$lang['UAM_usermanTitle'] = 'Tracking validations';
101$lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style=&quot;text-decoration: underline;&quot;>whether or not</b> they are in time to validate.<br><br>
102The 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>
103When 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>
104In all cases, it is possible to manually force the validation.<br><br>
105In this view, you can:
106<br><br>
107- Manually delete accounts <b>(manual drain)</b>
108<br>
109- 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.
110<br>
111- 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.
112<br>
113- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.';
114$lang['UAM_gtTitle'] = 'Ghost visitors management';
115$lang['UAM_gtTitle_d'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. &quot;x&quot; 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:
116<br><br>
117- Manually delete accounts <b>(manual drain)</b>
118<br>
119- 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.';
120
121
122// --------- Starting below: New or revised $lang ---- from version 2.14.0
123$lang['UAM_adminconfmailTitle'] = 'Confirmation of registration for admins';
124$lang['UAM_adminconfmailTitle_d'] = 'You can disable this validation only for user accounts created by the administrator via Piwigo\'s users management interface.<br><br>
125By activating this option, email validation for registration will be sent to each user created by admin.<br><br>
126By disabling this option (default), only the email information is sent (if &quot;Information email to user&quot; is enabled).';
127// --------- End: New or revised $lang ---- from version 2.14.0
128
129
130// --------- Starting below: New or revised $lang ---- from version 2.14.1
131$lang['UAM_userlistTitle_d'] = '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.
132<br><br>
133<b><u>Only when the Ghost Tracker is active</u></b>, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options:
134<br>
135- <b style=&quot;color: lime;&quot;>Green</b> : When the user has visited the gallery <b style=&quot;color: lime;&quot;><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br>
136- <b style=&quot;color: orange;&quot;>Orange</b> : When the user has visited the gallery <b style=&quot;color: orange;&quot;><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br>
137- <b style=&quot;color: red;&quot;>Red</b> : When the user has visited the gallery <b style=&quot;color: red;&quot;><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>
138<br>
139Example :
140<br>
141The maximum period of Ghost Tracker is configured to 100 days.
142<br>
143A 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.
144<br><br>
145<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 &quot;Tracking validations&quot; tab.';
146// --------- End: New or revised $lang ---- from version 2.14.1
147
148
149// --------- Starting below: New or revised $lang ---- from version 2.15.0
150$lang['UAM_confirmmail_custom1'] = 'Text of the confirmation page - Confirmation accepted';
151$lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.<br>
152After installing the plugin, a standard text is set as an example.<br>
153This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.<br>
154<b style=&quot;color:red;&quot;>Changing the text is possible ONLY if &quot;Confirmation of registration&quot; is activated.</b>';
155$lang['UAM_confirmmail_custom2'] = 'Text of the confirmation page - Confirmation rejected';
156$lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.<br>
157After installing the plugin, a standard text is set as an example.<br>
158This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.<br>
159<b style=&quot;color:red;&quot;>Changing the text is possible ONLY if &quot;Confirmation of registration&quot; is activated.</b>';
160// --------- End: New or revised $lang ---- from version 2.15.0
161
162
163// --------- Starting below: New or revised $lang ---- from version 2.15.2
164$lang['UAM_casenTitle_d'] = 'By default, Piwigo is case sensitive: Uppercase and lowercase letters are considered different letters in the names chosen by users at registration. Thus, &quot;Foo&quot;, &quot;foo&quot; and &quot;FOO&quot; may be 3 different users.<br><br>
165Enabling this option allows to consider all options in case of &quot;foo&quot; as one user. If &quot;foo&quot; already exists, creating a new user &quot;Foo&quot; will be refused.<br><br>
166<b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
167// --------- End: New or revised $lang ---- from version 2.15.2
168?>
Note: See TracBrowser for help on using the repository browser.