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/cs_CZ/common.lang.php

    r24385 r25121  
    250250$lang['this login is already used'] = 'tyto přihlašovací údaje už jsou používány';
    251251$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-mail musí být ve formátu xxx@yyy.eee (například : novak@seznam.cz)';
    252 $lang['please enter your password again'] = 'prosím zadejte znovu heslo ';
    253252$lang['Auto login'] = 'Automatické přihlášení';
    254253$lang['remove this tag from the list'] = 'odstranit tento štítek ze seznamu';
     
    424423$lang['First Page'] = 'První stránka';
    425424$lang['Email'] = 'E-mail';
     425$lang['Password is missing. Please enter the password.'] = 'Chybí heslo. Prosím napište heslo.';
     426$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Chybí potvrzení hesla. Prosím potvrďte vybrané heslo.';
    426427?>
Note: See TracChangeset for help on using the changeset viewer.