source: extensions/UserAdvManager/trunk/language/en_UK/help_config3.lang.php @ 30746

Last change on this file since 30746 was 30746, checked in by Eric, 9 years ago

Help files refactory : Split help.lang.php into files per section and tabs
Done for es_ES and it_IT
Fix utf8 encoding error for translations files

File size: 6.8 KB
Line 
1<?php
2// GhostTracker Options section
3$lang['UAM_GT_MainTitle_d'] = '
4- Automatic or manual management of ghost users<br/>
5- E-mailing<br/>
6...
7';
8$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/>
9- 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/>
10- 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/>
11<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>';
12$lang['UAM_GTReminder_Subject_d'] = 'Enter here your customized manual Ghost Tracker reminder email subject.<br/>
13By 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.
14<br/><br/>
15The following additional customizations tags are available without using the Extended Description plugin:<br/>
16- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
17- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
18';
19$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).
20<br/><br/>
21Further customize the content with special inserted tags:<br/>
22- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
23- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
24- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
25- <b style=&quot;color: red;&quot;>[days]</b> to insert the maximum numbers of days between two visits.
26<br/><br/>
27To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
28$lang['UAM_GTAutoTitle_d'] = 'This option allows to apply rules for automated management of ghosts users.
29<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).
30<br/><br/>The triggering of these automation is achieved when connecting users (any user!) to the gallery.';
31$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.
32<br/><br/>
33Further customize the content with special inserted tags:<br/>
34- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
35- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br/>
36<b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
37<br/><br/>
38Custom 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.';
39$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/>
40<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.';
41$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.
42<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> 
43<br/><br/>
44<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>';
45$lang['UAM_GTAutomail_Subject_d'] = 'Enter here your customized automatic Ghost Tracker demotion email subject.<br/>
46By 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.
47<br/><br/>
48The following additional customizations tags are available without using the Extended Description plugin:<br/>
49- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
50- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
51';
52$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. ;-)
53<br/><br/>
54Further customize the content with special inserted tags:<br/>
55- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
56- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
57- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
58<br/><br/>
59To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
60?>
Note: See TracBrowser for help on using the repository browser.