Ignore:
Timestamp:
Oct 24, 2013, 7:55:00 PM (11 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/hr_HR/common.lang.php

    r20876 r25121  
    249249$lang['this login is already used'] = 'ovo korisničko ime se već koristi';
    250250$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mail adresa mora biti oblika xxx@yyy.eee (npr : pasko@stranica.org)';
    251 $lang['please enter your password again'] = 'molimo unesite zaporku ponovo';
    252251$lang['Auto login'] = 'Samoprijava';
    253252$lang['remove this tag from the list'] = 'ukloni  ovaj tag iz popisa';
     
    418417$lang['Your website URL is invalid'] = 'URL vašeg web sjedišta nije valjan';
    419418$lang['mandatory'] = 'obavezno';
     419$lang['Password is missing. Please enter the password.'] = 'Nedostaje zaporka. Molimo unesite zaporku.';
     420$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Nedostaje potvrda zaporke. Molimo potvrdite odabranu zaporku.';
    420421?>
Note: See TracChangeset for help on using the changeset viewer.