source: extensions/NBC_UserAdvManager/branches/2.16/language/en_UK/help/plugin.lang.php @ 8088

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

merge from trunk to branch 2.16

  • Property svn:eol-style set to LF
File size: 19.9 KB
Line 
1<?php
2global $lang;
3
4$lang['UAM_restricTitle'] = 'Restrictions for registrations';
5$lang['UAM_confirmTitle'] = 'Confirmations and validations of registration';
6$lang['UAM_confirmTitle_d'] = '
7- Information email generation<br>
8- Register validation email generation<br>
9- Groups or status auto joining<br>
10- Deadline for registration validation<br>
11- Reminder email generation<br>
12...
13';
14$lang['UAM_miscTitle'] = 'Registration followed and other options';
15$lang['UAM_miscTitle_d'] = '
16- Ghost users management<br>
17- Followed registered users<br>
18- Nickname mandatory for guests comments<br>
19...
20';
21$lang['UAM_casenTitle'] = 'Usernames: Case sensitivity';
22$lang['UAM_carexcTitle'] = 'Usernames: Exclusion of characters';
23$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>
24NB: The option can also exclude whole words.
25<br><br>
26<b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
27$lang['UAM_passwTitle'] = 'Strengthening the security level of passwords';
28$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>
29There 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>
30Note: 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.';
31$lang['UAM_passwtestTitle'] = 'Testing the complexity of a password';
32$lang['UAM_passwtestTitle_d'] = 'Enter the password to test and then click on &quot;Score calculation&quot; to see the result.';
33$lang['UAM_passwadmTitle'] = 'Applying to administrators';
34$lang['UAM_passwadmTitle_d'] = 'An administrator can create a user account with or without application of the rule of computing complexity.<br><br>
35Note: If the user account created wants to change password and strengthening passwords for users is active, it will be subject to the rule set.';
36$lang['UAM_mailexcTitle'] = 'Exclusion of mail domains';
37$lang['UAM_infomailTitle'] = 'Information email to user';
38$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>
39The 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.';
40$lang['UAM_infotxtTitle'] = 'Customizing the information email';
41$lang['UAM_confirmtxtTitle'] = 'Customizing the confirmation email';
42$lang['UAM_confirmgrpTitle'] = 'Validation Groups';
43$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>
44The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
45$lang['UAM_confirmstatTitle'] = 'Validation Statutes';
46$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>
47The Statutes are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
48$lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
49$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>
50This option is used in conjunction with the &quot;Confirmation of registration&quot;';
51$lang['UAM_remailTitle'] = 'Remind unvalidated users';
52$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>
532 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>
54Refer to the &quot;Tracking validations&quot; tab.';
55$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
56$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
57$lang['UAM_ghosttrackerTitle'] = 'Ghost visitors management';
58$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>
59<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>';
60$lang['UAM_gttextTitle'] = 'Ghost Tracker\'s reminder message';
61$lang['UAM_lastvisitTitle'] = 'Tracking registered users';
62$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.';
63$lang['UAM_commentTitle'] = 'Nickname mandatory for guests comments';
64$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.';
65$lang['UAM_tipsTitle'] = 'Tips and Examples';
66$lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
67$lang['UAM_userlistTitle'] = 'Tracking users';
68$lang['UAM_usermanTitle'] = 'Tracking validations';
69$lang['UAM_gtTitle'] = 'Ghost visitors management';
70
71
72// --------- Starting below: New or revised $lang ---- from version 2.14.0
73$lang['UAM_adminconfmailTitle'] = 'Confirmation of registration for admins';
74$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>
75By activating this option, email validation for registration will be sent to each user created by admin.<br><br>
76By disabling this option (default), only the email information is sent (if &quot;Information email to user&quot; is enabled).';
77// --------- End: New or revised $lang ---- from version 2.14.0
78
79
80// --------- Starting below: New or revised $lang ---- from version 2.15.0
81$lang['UAM_confirmmail_custom1'] = 'Text of the confirmation page - Confirmation accepted';
82$lang['UAM_confirmmail_custom2'] = 'Text of the confirmation page - Confirmation rejected';
83// --------- End: New or revised $lang ---- from version 2.15.0
84
85
86// --------- Starting below: New or revised $lang ---- from version 2.15.2
87$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>
88Enabling 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>
89<b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
90// --------- End: New or revised $lang ---- from version 2.15.2
91
92// --------- Starting below: New or revised $lang ---- from version 2.15.4
93$lang['UAM_restricTitle_d'] = '
94- Characters exclusion<br>
95- Password enforcement<br>
96- Email domains exclusion<br>
97...
98';
99$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.
100<br><br>
101<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:
102<br>
103- <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>
104- <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>
105- <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>
106<br>
107Example :
108<br>
109The maximum period of Ghost Tracker is configured to 100 days.
110<br>
111A 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.
112<br><br>
113<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.
114<br><br>
115<b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.';
116$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>
117The 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>
118When 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>
119In all cases, it is possible to manually force the validation.<br><br>
120In this view, you can:
121<br><br>
122- Manually delete accounts <b>(manual drain)</b>
123<br>
124- 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.
125<br>
126- 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.
127<br>
128- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
129<br><br>
130<b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.';
131$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:
132<br><br>
133- Manually delete accounts <b>(manual drain)</b>
134<br>
135- 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.
136<br><br>
137<b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.';
138$lang['UAM_confirmmailTitle'] = 'Confirmation of registration';
139$lang['UAM_confirmmailTitle_d'] = 'This option allows a user to either confirm registration by clicking on a link received in an email sent upon registration or the administrator to manually activate the registration.<br><br>
140In first case, the 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>
141Dans le premier cas, le message envoyé comprend une partie fixe, avec le lien d\'activation généré à partir d\'une clef aléatoire (cette clé peut éventuellement être régénérée via l\'onglet &quot;Suivi des validations&quot;), et une partie personnalisable par un texte d\'accueil.
142<br><br>
143In second case, <b><u>there is no validation key send by email!</u></b>. Visitors have to wait until an administrator validate them himself in &quot;Validation tracking&quot; tab. It\s recommanded to activate the Piwigo\'s option &quot;Email admins when a new user registers&quot; (see in Piwigo\'s configuration options) and to use the &quot;Information email to user&quot; to warn new registers to wait on their account activation.
144<br>
145<b style=&quot;color: red;&quot;>NB: Options &quot;Deadline for registration validation limited&quot; and &quot;Remind unvalidated users  &quot; have to be set to off when admin\'s manual validation is enabled.</b>
146<br><br>
147This 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.';
148$lang['UAM_RedirTitle'] = 'Redirect to &quot;Customization&quot; page';
149// --------- End: New or revised $lang ---- from version 2.15.4
150
151
152// --------- Starting below: New or revised $lang ---- from version 2.15.6
153$lang['UAM_RedirTitle_d'] = 'This option automatically redirect a registered user to his customization page only at his first connection to the gallery.<br><br>
154Please note: This feature does not apply to all registered users. Those with &quot;admin&quot;, &quot;webmaster&quot; or &quot;generic&quot; status are excluded.';
155// --------- End: New or revised $lang ---- from version 2.15.6
156
157
158// --------- Starting below: New or revised $lang ---- from version 2.15.7
159/*TODO*/$lang['UAM_GTAutoTitle'] = 'Gestion automatique des utilisateurs fantomes';
160/*TODO*/$lang['UAM_GTAutoTitle_d'] = 'Cette option permet d\'appliquer des règles de gestion automatisée des visiteurs fantômes. Lorsque ce mode est actif, on partira du principe qu\'un visiteur ayant atteind la limite maximale entre deux visites et ayant déjà été notifié par mail est considéré comme expiré.';
161/*TODO*/$lang['UAM_GTAutoDelTitle'] = 'Suppression automatique des comptes expirés';
162/*TODO*/$lang['UAM_GTAutoDelTitle_d'] = 'Supprime automatiquement le compte d\'un utilisateur lorsque celui-ci est expiré. La suppression survient lors de la connexion de l\'utilisateur qui est alors redirigé vers une page annonçant que sont compte a été détruit. Un texte personnalisé peut être saisi dans le champ ci-dessous.<br>
163Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.<br><br>
164Note : Lorsque cette option est active, les autres règles automatiques ne sont pas accessibles.';
165/*TODO*/$lang['UAM_GTAutoGpTitle'] = 'Changement automatique de groupe / statut';
166/*TODO*/$lang['UAM_GTAutoGpTitle_d'] = 'Changement automatique de groupe / statut';
167/*TODO*/$lang['UAM_GTAutoMailTitle'] = 'Emailing automatique des comptes expirés';
168/*TODO*/$lang['UAM_GTAutoMailTitle_d'] = 'Emailing automatique des comptes expirés';
169// --------- End: New or revised $lang ---- from version 2.15.7
170
171
172// --------- Starting below: New or revised $lang ---- from version 2.16.0
173$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>
174Examples :<br>
175@hotmail.com -> excluding addresses *@hotmail.com<br>
176@hotmail -> excluding all addresses *@hotmail*';
177$lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.<br><br>
178To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
179$lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.<br><br>
180To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
181$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>
182After installing the plugin, a standard text is set as an example.<br>
183This 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.';
184$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>
185After installing the plugin, a standard text is set as an example.<br>
186This 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.';
187$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>
188If 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>
189To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
190$lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.<br><br>
191If 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>
192To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
193$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>
194To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
195// --------- End: New or revised $lang ---- from version 2.16.0
196?>
Note: See TracBrowser for help on using the repository browser.