Changeset 9090 for extensions/NBC_UserAdvManager
- Timestamp:
- Feb 5, 2011, 9:10:37 PM (14 years ago)
- 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 14 14 $lang['UAM_miscTitle'] = 'Registration followed and other options'; 15 15 $lang['UAM_carexcTitle'] = 'Usernames: Exclusion of characters'; 16 $lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse login s containing "@"). 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 "@"). This option allows to exclude characters or sequence of characters, events.<br> 17 17 NB: The option can also exclude whole words. 18 18 <br><br> … … 30 30 $lang['UAM_infomailTitle'] = 'Information email to user'; 31 31 $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.';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 name, password and email address of the user.'; 33 33 $lang['UAM_infotxtTitle'] = 'Customizing the information email'; 34 34 $lang['UAM_confirmtxtTitle'] = 'Customizing the confirmation email'; -
extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php
r8094 r9090 11 11 12 12 /* Mailing */ 13 $lang['infos_mail %s'] = '%s, please find here your information to log in the gallery :';13 $lang['infos_mail %s'] = '%s, please find here your information to log in the gallery :'; 14 14 $lang['User: %s'] = 'User : %s'; 15 15 $lang['Password: %s'] = 'Password: %s'; -
extensions/NBC_UserAdvManager/trunk/maintain.inc.php
r8110 r9090 26 26 Best regards, 27 27 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!');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 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_!'); 29 29 30 30 $q = ' … … 43 43 This 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. 44 44 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.');45 Note: 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.'); 46 46 47 47 $q = ' … … 68 68 PRIMARY KEY (id) 69 69 ) 70 ;";70 ENGINE=MyISAM;"; 71 71 pwg_query($q); 72 72 … … 78 78 PRIMARY KEY (`user_id`) 79 79 ) 80 ;";80 ENGINE=MyISAM;"; 81 81 pwg_query($q); 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.