Ignore:
Timestamp:
Aug 18, 2010, 10:43:18 PM (14 years ago)
Author:
Eric
Message:
  • Bug 1727 partially fixed: New option to redirect users to profile page after their first login only.
  • Known problem:
  • The redirection doesn't work after registration and after confirmation page (if ConfirmMail is enabled)
  • The redirection applies to already registered users including admins, webmaster and generic status.
  • Language files updated
  • Upgrade of upgradedb.inc.php
  • Prepare to new version 2.15.4 encode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/language/es_ES/plugin.lang.php

    r6757 r6775  
    264264
    265265// --------- Starting below: New or revised $lang ---- from version 2.15.4
    266 /*TODO*/$lang['Force_Validation'] = 'Manual validation';
    267 /*TODO*/$lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user';
    268 /*TODO*/$lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';
     266$lang['Force_Validation'] = 'Validación manual';
     267$lang['UAM_Confirm_Mail_true'] = ' Activar - La validación por el usuario';
     268$lang['UAM_Confirm_Mail_local'] = ' Activar - La validación por el administrador (sin clave de validación enviado)';
     269$lang['UAM_RedirToProfile'] = 'Redirigir a la página de "personalización"';
     270$lang['UAM_RedirToProfile_false'] = ' Desactivar (por defecto)';
     271$lang['UAM_RedirToProfile_true'] = ' Activar';
    269272// --------- End: New or revised $lang ---- from version 2.15.4
    270273?>
Note: See TracChangeset for help on using the changeset viewer.