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

    r23653 r25121  
    246246$lang['this login is already used'] = 'Deze gebruikersnaam is al in gebruik';
    247247$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'email-adres moet zijn xxx@yyy.eee (bijvoorbeeld : jack@altern.org)';
    248 $lang['please enter your password again'] = 'vul uw wachtwoord nogmaals in';
    249248$lang['Auto login'] = 'Auto login';
    250249$lang['remove this tag from the list'] = 'Verwijder dit label uit de lijst';
     
    425424$lang['Go back to the album'] = 'Ga terug naar het album';
    426425$lang['Last Page'] = 'Laatste bladzijde';
     426$lang['Password is missing. Please enter the password.'] = 'Wachtwoord ontbreekt. Geef uw wachtwoord aub.';
     427$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Wachtwoord-bevestiging ontbreekt. Bevestig aub uw gekozen wachtwoord.';
    427428?>
Note: See TracChangeset for help on using the changeset viewer.