Ignore:
Timestamp:
Oct 24, 2013, 7:55:00 PM (10 years ago)
Author:
flop25
Message:

bug:2948 The registration can be done without typing a password

The password is only mandatory on the public register page
Better error messages from admin/user_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/pt_PT/common.lang.php

    r23655 r25121  
    249249$lang['this login is already used'] = 'Este nome de utilizador já existe';
    250250$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'O formato do email deve ser do tipo: xxx@yyy.eee (exemplo : jack@altern.org)';
    251 $lang['please enter your password again'] = 'Por favor, escreva a sua senha novamente';
    252251$lang['Auto login'] = 'Iníciar sessão automáticamente';
    253252$lang['remove this tag from the list'] = 'Remover esta etiqueta da lista';
     
    422421$lang['Go back to the album'] = 'Voltar ao album';
    423422$lang['Last Page'] = 'Última página';
     423$lang['Password is missing. Please enter the password.'] = 'Senha em falta. Por favor escreva a Senha.';
     424$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Confirmação da Senha em falta. Por favor confirme a Palavra Passe escolhida.';
    424425?>
Note: See TracChangeset for help on using the changeset viewer.