Changeset 4092

Show
Ignore:
Timestamp:
Wed Nov 16 13:02:27 2005
Author:
mugur
Message:

replaced "User name" message with "Account name"

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/implementation/management/priv/lang/en/users.php

    r4085 r4092  
    7 7 regGS("Subscriber management", "Subscriber management");  
    8 8 regGS("Edit user rights", "Edit user rights");  
    9   regGS("User Name", "User Name");  
      9 regGS("Account Name", "Account Name");  
    9 9 regGS("Full Name", "Full Name");  
    10 10 regGS("Delete user $1", "Delete user $1");  
    83 83 regGS("Change user account information", "Change user account information");  
    84 84 regGS("The IP address group $1:$2 conflicts with another existing group.", "The IP address group $1:$2 conflicts with another existing group.");  
      85 regGS("Creation Date", "Creation Date");  
    85 86 ?>  
  • trunk/campsite/implementation/management/priv/lang/en/globals.php

    r3953 r4092  
    71 71 regGS("Infotype", "Infotype");  
    72 72 regGS("Country", "Country");  
    73   regGS("User name", "User name");  
      73 regGS("Account name", "Account name");  
    73 73 regGS("Definition", "Definition");  
    74 74 regGS("Publication", "Publication");  
  • trunk/campsite/implementation/management/priv/login.php

    r4085 r4092  
    89 89     </tr>  
    90 90     <tr>  
    91           <td align="right" ><?php putGS("User name"); ?>:</td>  
      91         <td align="right" ><?php putGS("Account name"); ?>:</td>  
    91 91         <td>  
    92 92         <input type="text" name="UserName" size="32" maxlength="32" class="input_text">  
  • trunk/campsite/implementation/management/priv/users/do_add.php

    r3903 r4092  
    18 18     'State', 'CountryCode', 'Phone', 'Fax', 'Contact', 'Phone2', 'PostalCode', 'Employer',  
    19 19     'EmployerType', 'Position');  
    20   $notNullFields = array('UName'=>'User name', 'Name'=>'Full Name', 'EMail'=>'E-Mail', 'Type'=>'Type');  
      20 $notNullFields = array('UName'=>'Account name', 'Name'=>'Full Name', 'EMail'=>'E-Mail', 'Type'=>'Type');  
    20 20  
    21 21 // read fields values  
  • trunk/campsite/implementation/management/priv/users/info.php

    r4085 r4092  
    72 72         <table border="0" cellspacing="0" cellpadding="3" align="center" width="100%">  
    73 73             <tr>  
    74                   <td align="right" nowrap><?php putGS("User name"); ?>:</td>  
      74                 <td align="right" nowrap><?php putGS("Account name"); ?>:</td>  
    74 74 <?php  
    75 75 if (!$isNewUser) {  
    80 80 } else {  
    81 81 ?>  
    82                   <td><input type="text" class="input_text" name="UName" size="32" maxlength="32" value="<?php p(htmlspecialchars($UName)); ?>" alt="blank" emsg="<?php putGS("You must complete the $1 field.", "User name"); ?>"></td>  
      82                 <td><input type="text" class="input_text" name="UName" size="32" maxlength="32" value="<?php p(htmlspecialchars($UName)); ?>" alt="blank" emsg="<?php putGS("You must complete the $1 field.", "Account name"); ?>"></td>  
    82 82             </tr>  
    83 83             <tr>