Changeset 1613


Ignore:
Timestamp:
Nov 20, 2006, 11:52:28 PM (17 years ago)
Author:
rub
Message:

Resolved Issue ID 0000587:

o Not uniform use of langlogin and langUsername

Location:
branches/branch-1_6
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/identification.php

    r1572 r1613  
    8686  array(
    8787    'L_TITLE' => $lang['identification'],
    88     'L_USERNAME' => $lang['login'],
     88    'L_USERNAME' => $lang['Username'],
    8989    'L_PASSWORD' => $lang['password'],
    9090    'L_LOGIN' => $lang['submit'],
  • branches/branch-1_6/language/en_UK.iso-8859-1/common.lang.php

    r1362 r1613  
    474474$lang['last_page'] = 'Last';
    475475$lang['link_info_image'] = 'Modify information';
    476 $lang['login'] = 'Login';
    477476$lang['logout'] = 'Logout';
    478477$lang['mail_address'] = 'E-mail address';
  • branches/branch-1_6/language/fr_FR.iso-8859-1/common.lang.php

    r1438 r1613  
    473473$lang['last_page'] = 'Dernier';
    474474$lang['link_info_image'] = 'Modifier les informations';
    475 $lang['login'] = 'Connexion';
    476475$lang['logout'] = 'Déconnexion';
    477476$lang['mail_address'] = $lang['Email address'];
  • branches/branch-1_6/profile.php

    r1082 r1613  
    197197    'L_REGISTRATION_INFO' => $lang['register_title'],
    198198    'L_PREFERENCES' => $lang['preferences'],
    199     'L_USERNAME' => $lang['login'],
     199    'L_USERNAME' => $lang['Username'],
    200200    'L_EMAIL' => $lang['mail_address'],
    201201    'L_CURRENT_PASSWORD' => $lang['password'],
Note: See TracChangeset for help on using the changeset viewer.