source: extensions/UserAdvManager/branches/2.51/language/en_UK/help.lang.php @ 25093

Last change on this file since 25093 was 25093, checked in by Eric, 10 years ago

r25092 merged from trunk to branch 2.51 :
Bug 1109 fixed - Password enforcement features have been removed from UAM and set in a new dedicated plugin : Password Policy

Language files cleanup

Bug 2984 fixed - Display issue in Miscellaneous options
Bug 2986 fixed - Status for unvalidated users can not be "Guest" and is forced to "-------"
Bug 2987 fixed - New registered users have to follow a link on confirmation page before log in

  • Property svn:eol-style set to LF
File size: 32.8 KB
Line 
1<?php
2$lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse login names containing @). This option allows to exclude characters or sequence of characters, events.<br/>
3NB: The option can also exclude whole words.
4<br/><br/>
5<b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
6$lang['UAM_infomailTitle_d'] = 'This option allows to automate sending an information email to a user when he changes his password or email address in his profile page.<br/><br/>
7The content of the message sent is composed of a customizable part to introduce a little welcome note and a fixed part indicating the login name, password and email address of the user.';
8$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
9$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
10$lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
11
12$lang['UAM_adminconfmailTitle_d'] = 'You can disable this confirmation only for user accounts created by the administrator via Piwigo\'s users management interface.<br/><br/>
13By activating this option, email confirmation for registration will be sent to each user created by admin.<br/><br/>
14By disabling this option (default), only the email information is sent (if &quot;Information email to user&quot; is enabled). In addition, the user created will be <b>considered validated</b> by default.';
15
16
17// --------- Starting below: New or revised $lang ---- from version 2.15.4
18$lang['UAM_restricTitle_d'] = '
19- Characters exclusion<br/>
20- Email domains exclusion<br/>
21...
22';
23$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:
24<br/><br/>
25- Manually delete accounts <b>(manual drain)</b>
26<br/>
27- 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.
28<br/><br/>
29<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.';
30// --------- End: New or revised $lang ---- from version 2.15.4
31
32
33// --------- Starting below: New or revised $lang ---- from version 2.15.6
34$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/>
35Please 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.';
36// --------- End: New or revised $lang ---- from version 2.15.6
37
38
39// --------- Starting below: New or revised $lang ---- from version 2.16.0
40$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. 2 operating modes are available:<br/><br/>
41- Manual management : When the time between 2 visits is reached,, the visitor appears in the &quot;Ghost Tracker&quot; table where you will be able to remind visitors via email or delete him.<br/><br/>
42- Automated management : When the period between 2 successive visits is reached, the visitor is automatically deleted or moved into a wait group and/or status. In this second case, an information email can be sent to him.<br/><br/>
43<b style=&quot;color: red;&quot;>Important note : 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 (see corresponding instructions on &quot;Ghost Tracker&quot; tab).</b>';
44$lang['UAM_GTAutoTitle_d'] = 'This option allows to apply rules for automated management of ghosts users.
45<br/><br/>Basic Principle: A user who reaches the maximum time between visits <b><u>and</u></b> has already been notified by email is considered as expired. Then you can apply automated processing rules such as automatic deletion of expired accounts or demotion by restricting access to the gallery (switch automatically to a restricted group and/or status).
46<br/><br/>The triggering of these automation is achieved when connecting users (any user!) to the gallery.';
47$lang['UAM_GTAutoDelTitle'] = 'Custom message on deleted account';
48// --------- End: New or revised $lang ---- from version 2.16.0
49
50
51// --------- Starting below: New or revised $lang ---- from version 2.20.4
52$lang['UAM_HidePasswTitle_d'] = 'Choose here if you want to display the password chosen by the visitor in the information email. If you enable the option, the password will then appear in clear text. If you disable the password will not appear at all.';
53// --------- End: New or revised $lang ---- from version 2.20.4
54
55
56// --------- Starting below: New or revised $lang ---- from version 2.20.11
57$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).
58<br/><br/>
59Further customize the content with special inserted tags:<br/>
60- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
61- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
62- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
63- <b style=&quot;color: red;&quot;>[days]</b> to insert the maximum numbers of days between two visits.
64<br/><br/>
65To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
66$lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.
67<br/><br/>
68Further customize the content with special inserted tags:<br/>
69- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
70- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
71- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
72<br/><br/>
73To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
74$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.
75<br/><br/>
76After installing the plugin, a standard text is set as an example.
77<br/><br/>
78Further customize the content with special inserted tags:<br/>
79- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name.<br/>
80- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
81- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
82<br/><br/>
83This 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.';
84$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.
85<br/><br/>
86After installing the plugin, a standard text is set as an example.
87<br/><br/>
88Further customize the content with special inserted tags:<br/>
89- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name.<br/>
90- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
91- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
92<br/><br/>
93This 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.';
94$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
95<br/><br/>
96Further customize the content with special inserted tags:<br/>
97- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
98- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
99<b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
100<br/><br/>
101Custom text for the redirect page can be entered in this field that 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.';
102$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
103<br/><br/>
104Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information.
105<br/><br/>
106Further customize the content with special inserted tags:<br/>
107- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
108- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
109<br/><br/>
110To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
111$lang['UAM_USRAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
112<br/><br/>
113Further customize the content with special inserted tags:<br/>
114- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
115- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
116<b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
117<br/><br/>
118Custom text for the redirect page can be entered in this field that 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.';
119// --------- End: New or revised $lang ---- from version 2.20.11
120
121
122// --------- Starting below: New or revised $lang ---- from version 2.30.0
123$lang['UAM_confirmTitle_d'] = '
124- Information email generation<br/>
125- Register confirmation email generation<br/>
126- Groups, status or privacy level auto joining<br/>
127- Deadline for confirmation of registration<br/>
128- Reminder email generation<br/>
129...
130';
131$lang['UAM_confirmgrpTitle'] = 'Groups';
132$lang['UAM_confirmstatTitle'] = 'Statutes';
133$lang['UAM_confirmgrpTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : Using groups on confirmation 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/>
134The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
135$lang['UAM_confirmstatTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : The use of statuses on confirmation 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/>
136The Statutes are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
137$lang['UAM_confirmlevelTitle'] = 'Privacy level';
138$lang['UAM_confirmlevelTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : The use of privacy level requires that you have used them with your pictures. Please refer to the Piwigo\'s documentation for more details.</b><br/><br/>
139The privacy level is validated for use in conjunction with the &quot;Confirmation of registration&quot;';
140$lang['UAM_GTAutoGpTitle_d'] = 'The automatic change of group, status or privacy level is like a demotion of the accounts involved and working on the same principle as the group, status or privacy level of confirmation (see &quot;Setting confirmations of registration&quot;). Therefore be to define a group, status and / or level demoting access to the gallery. If this has already been defined with the use of registration confirmation function, you can use the same group / status / level.<br/><br/>
141<b style=&quot;color: red;&quot;>Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.';
142$lang['UAM_GT_MainTitle_d'] = '
143- Automatic or manual management of ghost users<br/>
144- E-mailing<br/>
145...
146';
147$lang['UAM_miscTitle_d'] = '
148- Registered users monitoring<br/>
149- Nickname mandatory for guests comments<br/>
150...
151';
152$lang['UAM_DumpTitle_d'] = 'This allows you to save the entire configuration of the plugin in a file so you can restore it if something goes wrong (wrong manipulation or before an update, for example). By default, the file is stored in this folder ../plugins/UserAdvManager/include/backup/ and is called &quot;UAM_dbbackup.sql&quot;.
153<br/><br/>
154<b style=&quot;color: red;&quot;>Warning: The file is overwritten each backup action!</b>
155<br/><br/>
156It can sometimes be useful to retrieve the backup file on your computer. For example: To restore to another database, to outsource or to keep multiple save files. To do this, just check the box to download the file.
157<br/><br/>
158The recovery from this interface is available only for the local backup file (../plugins/UserAdvManager/include/backup/UAM_dbbackup.sql). Downloaded backup file can\'t be restored by this way. To do this, please use your dedicated database management tool (like PhpMyAdmin for MySql database).
159<br/><br/>
160<b style=&quot;color: red;&quot;>Warning: After the restore, it is necessary to reload the administration page of the plugin to see the restored settings!</b>';
161// --------- End: New or revised $lang ---- from version 2.30.0
162
163
164// --------- Starting below: New or revised $lang ---- from version 2.30.3
165$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/>
166Examples :<br/>
167@hotmail.com -> excluding addresses *@hotmail.com<br/>
168@hotmail -> excluding all addresses *@hotmail*<br/><br/>
169<b style=&quot;color: red;&quot;>Warning - This feature works only if emails are mandatory for registrations! Please see Piwigo\'s configuration options.</b>';
170$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.
171<br/><br/>
172<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:
173<br/>
174- <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/>
175- <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/>
176- <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/>
177<br/>
178Example :
179<br/>
180The maximum period of Ghost Tracker is configured to 100 days.
181<br/>
182A 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.
183<br/><br/>
184<b>NOTE</b>: The list does not display who have not confirmed their registration (if the option of confirming the registration is activated). These users are then managed in a special way in the &quot;Tracking confirmations&quot; tab.
185<br/><br/>
186<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.';
187$lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose confirmation of registration is expected, <b style=&quot;text-decoration: underline;&quot;>whether or not</b> they are in time to confirm.<br/><br/>
188The registration date is displayed in green when the user concerned is below the time limit to confirm his registration. In this case, the confirmation key is still valid and we can send an email with or without a new confirmation key.<br/><br/>
189When the registration date appears in red, the confirmation period has expired. In this case, you must send an email with regeneration of confirmation key if you want to enable the user to confirm their registration.<br/><br/>
190In all cases, it is possible to manually force the confirmation.<br/><br/>
191In this view, you can:
192<br/><br/>
193- Manually delete accounts <b>(manual drain)</b>
194<br/>
195- 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.
196<br/>
197- 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 confirmation.
198<br/>
199- Submit a registration awaiting confirmation manually even if the expiry date has passed <b>(forcing confirmation)</b>.
200<br/><br/>
201<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.';
202$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 administrators to manually activate the registration.
203<br/><br/>
204In 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 confirmations&quot; tab.
205<br/><br/>
206In second case, the validation link is send to the gallery administrators. Visitors have to wait until an administrator confirm them himself by using the validation link or in &quot;confirmation tracking&quot; tab.
207<br/>
208<b style=&quot;color: red;&quot;>NB: Options &quot;Deadline for confirmation of registration limited&quot; and &quot;Remind unconfirmed users  &quot; have to be set to off when admin\'s manual confirmation is enabled.</b>
209<br/><br/>
210This option is generally used with the automatic assignment of group and/or statutes. For example, a user who has not confirmed their registration will be set in a specific group of users (with or without restrictions on the gallery) while a user who confirmed his registration shall be set in a &quot;normal&quot; group.';
211$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of confirmation key email sent to new registrants. Visitors who register will have x days of time to confirm their registration. After this period the confirmation link will expire.
212<br/><br/>
213This option is used in conjunction with the &quot;Confirmation of registration&quot;
214<br/><br/>
215If this option and the option &quot;Remind unconfirmed users&quot; are activated, new options will appear below in this section to enable the automation of unconfirmed users management.';
216$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not confirmed their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;
217<br/><br/>
2182 types of emails can be sent: With or without regeneration of the confirmation key. As appropriate, the content of emails can be customized.
219<br/><br/>
220Refer to the &quot;Tracking confirmations&quot; tab.
221<br/><br/>
222If this option and the option &quot;Deadline for registration confirmation limited&quot; are activated, new options will appear below in this section to enable the automation of unconfirmed users management.';
223$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unconfirmed visitors is triggered each time you connect to the gallery and works as follows:
224<br/><br/>
225- Automatic deletion of accounts not confirmed in the allowed time without sending automatic email reminder -> &quot;Deadline for registration confirmation limited&quot; <b><u>enabled</u></b> and &quot;Remind unconfirmed users&quot; <b><u>disabled</u></b>.
226<br/><br/>
227- Automatically sending a reminder message with a new generation of confirmation key and automatic deletion of accounts not confirmed in the time after sending the reminder -> &quot;Deadline for registration confirmation limited&quot; <b><u>enabled</u></b> et &quot;Remind unconfirmed users&quot; <b><u>enabled</u></b>.';
228$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
229$lang['UAM_StuffsTitle_d'] = 'This enables an additional UAM block in PWG Stuffs plugin (if installed) to inform your visitors who did not confirm their registration about their condition.
230<br/><br/>
231Please refer to the <b>Tips and Examples of Use</b> at the bottom of this page for details.';
232$lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.
233<br/><br/>
234Further customize the content with special inserted tags:<br/>
235- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
236- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
237- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
238- <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to confirm a registration (&quot;Deadline for registration confirmation limited;&quot; have to be enabled).
239<br/><br/>
240To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
241$lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the confirmation key regenerated.
242<br/><br/>
243If left blank, the mail reminder will include only the confirmation 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).
244<br/><br/>
245Further customize the content with special inserted tags:<br/>
246- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
247- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
248- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
249- <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to confirm a registration (&quot;Deadline for registration confirmation limited;&quot; have to be enabled).
250<br/><br/>
251To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
252$lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a confirmation key regenerated.
253<br/><br/>
254If 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).
255<br/><br/>
256Further customize the content with special inserted tags:<br/>
257- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
258- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
259- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
260- <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to confirm a registration (&quot;Deadline for registration confirmation limited; have to be enabled).
261<br/><br/>
262To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
263$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually confirm registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
264<br/><br/>
265Further customize the content with special inserted tags:<br/>
266- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
267- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
268- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
269<br/><br/>
270To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
271$lang['UAM_RejectConnexion_d'] = 'If activated, new registered users who have not confirm their registration won\'t be able to connect to the gallery. They will be redirected to a special page to inform them of this state.<br/><br/>
272<b style=&quot;color: red;&quot;>Warning - This feature works only in conjunction with confirmation groups! See below to set the groups as required.</b>';
273$lang['UAM_RejectConnexion_Custom_Txt_d'] = 'Customize here your explanation text for inform unconfirmed users that they won\'t be able to connect the gallery until they have confirmed their registration.
274<br/><br/>
275This field is compatible with the FCK Editor and, for multi-languages, you can use the [lang] tags of the Extended description plugin if it\'s active.';
276$lang['UAM_Tracking registered users_d'] = 'This activates a table in the &quot;Tracking registered users&quot; tab where are listed registered users on the gallery with 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.';
277// --------- End: New or revised $lang ---- from version 2.30.3
278
279
280// --------- Starting below: New or revised $lang ---- from version 2.40
281$lang['UAM_AdminValidationMail_Subject_d'] = 'When an administrator or Webmaster of the gallery manually confirm registration pending, a notification email is automatically sent to the user. Enter here your customized manual validation email subject.<br/>
282By default, the field has a generic text in English but you can change it and use the translation tags [lang =?] of the Extended Description plugin if installed.
283<br/><br/>
284The following additional customizations tags are available without using the Extended Description plugin:<br/>
285- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
286- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
287';
288$lang['UAM_ConfirmMail_Subject_d'] = 'Enter here your customized registration confirmation email subject.<br/>
289By default, the field has a generic text in English but you can change it and use the translation tags [lang =?] of the Extended Description plugin if installed.
290<br/><br/>
291The following additional customizations tags are available without using the Extended Description plugin:<br/>
292- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
293- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
294';
295$lang['UAM_ConfirmMail_ReMail_Subject_d'] = 'Enter here your customized registration confirmation reminder email subject (with or without new key generation).<br/>
296By default, the field has a generic text in English but you can change it and use the translation tags [lang =?] of the Extended Description plugin if installed.
297<br/><br/>
298The following additional customizations tags are available without using the Extended Description plugin:<br/>
299- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
300- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
301';
302$lang['UAM_GTReminder_Subject_d'] = 'Enter here your customized manual Ghost Tracker reminder email subject.<br/>
303By default, the field has a generic text in English but you can change it and use the translation tags [lang =?] of the Extended Description plugin if installed.
304<br/><br/>
305The following additional customizations tags are available without using the Extended Description plugin:<br/>
306- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
307- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
308';
309$lang['UAM_GTAutomail_Subject_d'] = 'Enter here your customized automatic Ghost Tracker demotion email subject.<br/>
310By default, the field has a generic text in English but you can change it and use the translation tags [lang =?] of the Extended Description plugin if installed.
311<br/><br/>
312The following additional customizations tags are available without using the Extended Description plugin:<br/>
313- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
314- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
315';
316$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status / privacy level change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
317<br/>To do this, a link to reconfirmation of registration is attached to the email (automatic generation of a new confirmation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b> 
318<br/><br/>
319<b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
320$lang['UAM_GTAutomail_Text_d'] = 'Enter the custom text that also explain the reasons for the demotion, to accompany the confirmation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
321<br/><br/>
322Further customize the content with special inserted tags:<br/>
323- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
324- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
325- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
326<br/><br/>
327To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
328$lang['UAM_MailInfo_Subject_d'] = 'Enter here your customized information email subject.<br/>
329By default, the field has a generic text in English but you can change it and use the translation tags [lang =?] of the Extended Description plugin if installed.
330<br/><br/>
331The following additional customizations tags are available without using the Extended Description plugin:<br/>
332- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
333- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
334';
335// --------- End: New or revised $lang ---- from version 2.40
336
337$lang['UAM_AddURL2Mail_d'] = 'Enabling this option will add the URL of your gallery at the end of emails generated by the plugin, like a signature.';
338?>
Note: See TracBrowser for help on using the repository browser.