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

    r23652 r25121  
    247247$lang['this login is already used'] = 'ten login już istnieje';
    248248$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail musi być w postaci xxx@yyy.eee (przykład : jack@altern.org)';
    249 $lang['please enter your password again'] = 'wprowadź hasło jeszcze raz';
    250249$lang['Auto login'] = 'Pamiętaj mnie';
    251250$lang['remove this tag from the list'] = 'usuń ten tag z listy';
     
    421420$lang['Go back to the album'] = 'Wróć do albumu';
    422421$lang['Last Page'] = 'Ostatnia strona';
     422$lang['Password is missing. Please enter the password.'] = 'Brak hasła. Proszę wprowadzić hasło.';
     423$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Brak potwierdzenia hasła. Proszę potwierdzić wybrane hasło.';
    423424?>
Note: See TracChangeset for help on using the changeset viewer.