source: extensions/LCAS/trunk/language/en_UK/help.lang.php @ 18390

Last change on this file since 18390 was 18390, checked in by LucMorizur, 11 years ago

Apply revision 18389 (create tag 2.2.3 for correction of bug:2757) to trunk

  • Property svn:eol-style set to LF
File size: 1.9 KB
Line 
1<?php
2
3$lang['LCAS_sensitiveTitle'] = 'Sensitivities to the registration and identification';
4$lang['LCAS_sensitiveTitle_d'] = '
5Piwigo can be case insensitive but does not manage the accent insensitivity, and then only to the registration of new users. LCAS provides a more thorough insensitivity to registration and identification of users. The following options are available:<br><br>
6- Usernames case sensitive or not<br>
7- Usernames accent sensitive or not<br>
8- Customizing the text of the email notification<br>
9';
10
11$lang['LCAS_caseSensitiveTitle'] = 'Options';
12$lang['LCAS_caseSensitiveTitle_d'] = 'These options allow users to be identified either ignoring the case (capitalization) of their username, or without regard to accents, or regardless of either.<br>
13<b style=&quot;color: red;&quot;>Note: The password is still sensitive to all the characters!</b><br>
14Béatrice is going to be happy!<br>
15';
16
17
18$lang['LCAS_userlistTitle'] = 'User verification';
19$lang['LCAS_userlistTitle_d'] = 'This page shows the users who should be modified to enable this option.<br><br>
20If two users are already registered, for example, <em>Test</em> and <em>test</em>, and the option for case insensitivity is checked, these users will not take advantage of LCAS, and adding user <em>TEST</em> will be impossible.<br>
21You have to change one of these users and, optionaly, prevent him by using the link to send an email.';
22
23$lang['LCAS_Email_Customization'] = 'Customizing email notification';
24$lang['LCAS_Email_Customization_d'] = 'You can customize the text to be sent with the notification. Use the tags [lang] for a custom multi-lingual if the plugin Extended Description is active.';
25
26$lang['LCAS_MailTitle'] = 'Email Notification';
27$lang['LCAS_MailTitle_d'] = 'Choose here if an email notification should be automatically sent to users whose login has been changed to match the new rules of sensitivity.';
28?>
Note: See TracBrowser for help on using the repository browser.