Changeset 1613 for branches/branch-1_6
- Timestamp:
- Nov 20, 2006, 11:52:28 PM (18 years ago)
- Location:
- branches/branch-1_6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/identification.php
r1572 r1613 86 86 array( 87 87 'L_TITLE' => $lang['identification'], 88 'L_USERNAME' => $lang[' login'],88 'L_USERNAME' => $lang['Username'], 89 89 'L_PASSWORD' => $lang['password'], 90 90 'L_LOGIN' => $lang['submit'], -
branches/branch-1_6/language/en_UK.iso-8859-1/common.lang.php
r1362 r1613 474 474 $lang['last_page'] = 'Last'; 475 475 $lang['link_info_image'] = 'Modify information'; 476 $lang['login'] = 'Login';477 476 $lang['logout'] = 'Logout'; 478 477 $lang['mail_address'] = 'E-mail address'; -
branches/branch-1_6/language/fr_FR.iso-8859-1/common.lang.php
r1438 r1613 473 473 $lang['last_page'] = 'Dernier'; 474 474 $lang['link_info_image'] = 'Modifier les informations'; 475 $lang['login'] = 'Connexion';476 475 $lang['logout'] = 'Déconnexion'; 477 476 $lang['mail_address'] = $lang['Email address']; -
branches/branch-1_6/profile.php
r1082 r1613 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.