Ignore:
Timestamp:
May 20, 2010, 7:19:33 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager]

Merged from trunk to branch 2.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.15/language/en_UK/help/plugin.lang.php

    r5593 r6253  
    2727';
    2828$lang['UAM_casenTitle'] = 'Usernames: Case sensitivity';
    29 $lang['UAM_casenTitle_d'] = 'By default, Piwigo is insensitive: Uppercase and lowercase letters are considered different letters in the names chosen by users at registration. Thus, &quot;Foo&quot;, &quot;foo&quot; and &quot;FOO&quot; may be 3 different users.<br><br>
    30 Enabling this option allows to consider all options in case of &quot;foo&quot; as one user. If &quot;foo&quot; already exists, creating a new user &quot;Foo&quot; will be refused.<br><br>
    31 <b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
    3229$lang['UAM_carexcTitle'] = 'Usernames: Exclusion of characters';
    3330$lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse logins containing &quot;@&quot;). This option allows to exclude characters or sequence of characters, events.<br>
     
    162159<b style=&quot;color:red;&quot;>Changing the text is possible ONLY if &quot;Confirmation of registration&quot; is activated.</b>';
    163160// --------- End: New or revised $lang ---- from version 2.15.0
     161
     162
     163// --------- Starting below: New or revised $lang ---- from version 2.15.2
     164$lang['UAM_casenTitle_d'] = 'By default, Piwigo is case sensitive: Uppercase and lowercase letters are considered different letters in the names chosen by users at registration. Thus, &quot;Foo&quot;, &quot;foo&quot; and &quot;FOO&quot; may be 3 different users.<br><br>
     165Enabling this option allows to consider all options in case of &quot;foo&quot; as one user. If &quot;foo&quot; already exists, creating a new user &quot;Foo&quot; will be refused.<br><br>
     166<b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
     167// --------- End: New or revised $lang ---- from version 2.15.2
    164168?>
Note: See TracChangeset for help on using the changeset viewer.