Ignore:
Timestamp:
Feb 27, 2011, 6:57:20 PM (13 years ago)
Author:
Eric
Message:

bug 2206 fixed : The email sent to renamed users shows standard information (new username and related email address) in addition of customizable text. The email subject shows the old username.

Location:
extensions/LCAS/trunk/language
Files:
2 edited

Legend:

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

    r9388 r9400  
    5050/* Email subject */
    5151$lang['Username_updated_for_%s'] = 'Username update for %s';
     52$lang['LCAS_NewUsername: %s'] = 'Your new username : %s';
     53$lang['LCAS_NewUser_Email: %s'] = 'Related to this email address : %s';
    5254?>
  • extensions/LCAS/trunk/language/fr_FR/plugin.lang.php

    r9388 r9400  
    4848$lang['LCAS_EnableOption'] = ' Activer';
    4949
    50 /* Email subject */
     50/* Emailing */
    5151$lang['Username_updated_for_%s'] = 'Nom d\'utilisateur mis à jour pour %s';
     52$lang['LCAS_NewUsername: %s'] = 'Votre nouveau nom d\'utilisateur : %s';
     53$lang['LCAS_NewUser_Email: %s'] = 'Correspondant à l\'adresse email : %s';
    5254?>
Note: See TracChangeset for help on using the changeset viewer.