Changeset 1614
- Timestamp:
- Nov 20, 2006, 11:55:45 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/identification.php
r1568 r1614 87 87 array( 88 88 'L_TITLE' => $lang['identification'], 89 'L_USERNAME' => $lang[' login'],89 'L_USERNAME' => $lang['Username'], 90 90 'L_PASSWORD' => $lang['password'], 91 91 'L_LOGIN' => $lang['submit'], -
trunk/language/en_UK.iso-8859-1/common.lang.php
r1610 r1614 475 475 $lang['last_page'] = 'Last'; 476 476 $lang['link_info_image'] = 'Modify information'; 477 $lang['login'] = 'Login';478 477 $lang['logout'] = 'Logout'; 479 478 $lang['mail_address'] = 'E-mail address'; -
trunk/language/fr_FR.iso-8859-1/common.lang.php
r1610 r1614 474 474 $lang['last_page'] = 'Dernier'; 475 475 $lang['link_info_image'] = 'Modifier les informations'; 476 $lang['login'] = 'Connexion';477 476 $lang['logout'] = 'Déconnexion'; 478 477 $lang['mail_address'] = $lang['Email address']; -
trunk/profile.php
r1082 r1614 197 197 'L_REGISTRATION_INFO' => $lang['register_title'], 198 198 'L_PREFERENCES' => $lang['preferences'], 199 'L_USERNAME' => $lang[' login'],199 'L_USERNAME' => $lang['Username'], 200 200 'L_EMAIL' => $lang['mail_address'], 201 201 'L_CURRENT_PASSWORD' => $lang['password'],
Note: See TracChangeset
for help on using the changeset viewer.