Changeset 1614


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

Resolved Issue ID 0000587:

o Not uniform use of langlogin and langUsername

Merge branch-1_6 1612:1613 into BSF

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1568 r1614  
    8787  array(
    8888    'L_TITLE' => $lang['identification'],
    89     'L_USERNAME' => $lang['login'],
     89    'L_USERNAME' => $lang['Username'],
    9090    'L_PASSWORD' => $lang['password'],
    9191    'L_LOGIN' => $lang['submit'],
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r1610 r1614  
    475475$lang['last_page'] = 'Last';
    476476$lang['link_info_image'] = 'Modify information';
    477 $lang['login'] = 'Login';
    478477$lang['logout'] = 'Logout';
    479478$lang['mail_address'] = 'E-mail address';
  • trunk/language/fr_FR.iso-8859-1/common.lang.php

    r1610 r1614  
    474474$lang['last_page'] = 'Dernier';
    475475$lang['link_info_image'] = 'Modifier les informations';
    476 $lang['login'] = 'Connexion';
    477476$lang['logout'] = 'Déconnexion';
    478477$lang['mail_address'] = $lang['Email address'];
  • trunk/profile.php

    r1082 r1614  
    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.