source: extensions/UserAdvManager/trunk/language/en_UK/help_config4.lang.php @ 30744

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

Help files refactory : Split help.lang.php into files per section and tabs
Done for fr_FR, EN_UK and DA_DK

File size: 3.4 KB
Line 
1<?php
2// Misc Options section
3$lang['UAM_miscTitle_d'] = '
4- Registered users monitoring<br/>
5- Nickname mandatory for guests comments<br/>
6...
7';
8$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/>
9The 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.';
10$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.';
11$lang['UAM_MailInfo_Subject_d'] = 'Enter here your customized information email subject.<br/>
12By 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.
13<br/><br/>
14The following additional customizations tags are available without using the Extended Description plugin:<br/>
15- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
16- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
17';
18$lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.
19<br/><br/>
20Further customize the content with special inserted tags:<br/>
21- <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br/>
22- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
23- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
24<br/><br/>
25To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
26$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.';
27$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.';
28$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/>
29Please 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.';
30$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.
31<br/><br/>
32Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information.
33<br/><br/>
34Further customize the content with special inserted tags:<br/>
35- <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br/>
36- <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
37<br/><br/>
38To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
39?>
Note: See TracBrowser for help on using the repository browser.