source: extensions/LCAS/tags/2.3.1/language/en_UK/help/plugin.lang.php @ 28237

Last change on this file since 28237 was 28237, checked in by LucMorizur, 10 years ago

Version 2.3.1: fix bug:3044 thanks to svn:27296 and svn:27322

  • Property svn:eol-style set to LF
File size: 1.8 KB
Line 
1<?php
2global $lang;
3
4$lang['LCAS_sensitiveTitle'] = 'Sensitivities to the registration and identification';
5$lang['LCAS_sensitiveTitle_d'] = '
6Piwigo 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>
7- Usernames case sensitive or not<br>
8- Usernames accent sensitive or not<br>
9- Customizing the text of the email notification<br>
10';
11
12$lang['LCAS_caseSensitiveTitle'] = 'Options';
13$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>
14<b style=&quot;color: red;&quot;>Note: The password is still sensitive to all the characters!</b><br>
15Béatrice is going to be happy!<br>
16';
17
18
19$lang['LCAS_userlistTitle'] = 'User verification';
20$lang['LCAS_userlistTitle_d'] = 'This page shows the users who should be modified to enable this option.<br><br>
21If two users are already registered, for example, <em>Test</em> and <em>test</em>, and the option for case insensitivity is checked, they can no longer connect properly.<br>
22You have to change one of these users and, optionaly, prevent him by using the link to send an email.';
23
24$lang['LCAS_Email_Customization'] = 'Customizing email notification';
25$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.';
26
27$lang['LCAS_MailTitle'] = 'Email Notification';
28$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.';
29?>
Note: See TracBrowser for help on using the repository browser.