Changeset 9090


Ignore:
Timestamp:
Feb 5, 2011, 9:10:37 PM (13 years ago)
Author:
Eric
Message:

bug 2040 fixed : Small english translation improved
Set installation compatibility to MySql 5.5 and above

Location:
extensions/NBC_UserAdvManager/trunk
Files:
3 edited

Legend:

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

    r8094 r9090  
    1414$lang['UAM_miscTitle'] = 'Registration followed and other options';
    1515$lang['UAM_carexcTitle'] = 'Usernames: Exclusion of characters';
    16 $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>
     16$lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse login names containing &quot;@&quot;). This option allows to exclude characters or sequence of characters, events.<br>
    1717NB: The option can also exclude whole words.
    1818<br><br>
     
    3030$lang['UAM_infomailTitle'] = 'Information email to user';
    3131$lang['UAM_infomailTitle_d'] = 'This option allows to automate sending an information email to a user when registering or when changes his password or email address in their profile.<br><br>
    32 The content of the message sent is composed of a customizable part to introduce a little welcome note and a fixed part indicating the login, password and email address of the user.';
     32The 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.';
    3333$lang['UAM_infotxtTitle'] = 'Customizing the information email';
    3434$lang['UAM_confirmtxtTitle'] = 'Customizing the confirmation email';
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r8094 r9090  
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
     13$lang['infos_mail %s'] = '%s, please find here your information to log in the gallery :';
    1414$lang['User: %s'] = 'User : %s';
    1515$lang['Password: %s'] = 'Password: %s';
  • extensions/NBC_UserAdvManager/trunk/maintain.inc.php

    r8110 r9090  
    2626Best regards,
    2727
    28 The admin of the gallery.','false','false','false','false','false','Sorry, your account has been deleted due to a too long time passed since your last visit.','Sorry, your account has been deprecated due to a too long time passed since your last visit. Please, use the following link to revalidate your account.',-1,-1,'Thank you to have registered the gallery. Your account has been manually validated by admin. You can now visit all the gallery for free !');
     28The admin of the gallery.','false','false','false','false','false','Sorry, your account has been deleted due to a too long time passed since your last visit.','Sorry, your account has been deprecated due to a too long time passed since your last visit. Please, use the following link to revalidate your account.',-1,-1,'Thank you for registering at _name_of_site_. Your account has been manually validated by _admin_. You may now log in at _link_to_site_ and make any appropriate changes to your profile. Welcome to _name_of_site_!');
    2929
    3030  $q = '
     
    4343This is a reminder message because you registered on our gallery but you do not validate your registration and your validation key will expire. To allow you access to our gallery, you have 2 days to confirm your registration by clicking on the link in the message you should have received when you registered.
    4444
    45 Note: After this period, your account will be permanently deleted.','Thank you to have confirmed your email address and your registration on the gallery. Have fun !','Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.');
     45Note: After this period, your account will be permanently deleted.','You have confirmed that you are human and may now use _name_of_site_! Welcome!','Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.');
    4646
    4747  $q = '
     
    6868PRIMARY KEY  (id)
    6969  )
    70 ;";
     70ENGINE=MyISAM;";
    7171  pwg_query($q);
    7272
     
    7878PRIMARY KEY (`user_id`)
    7979  )
    80 ;";
     80ENGINE=MyISAM;";
    8181  pwg_query($q);
    8282}
Note: See TracChangeset for help on using the changeset viewer.