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

    r24910 r25121  
    220220$lang['this login is already used'] = 'ta uporabnik je že prijavljen';
    221221$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mail mora biti oblike xxx@yyy.eee (primer : nekdo@domena.org)';
    222 $lang['please enter your password again'] = 'prosimo ponovno vpišite svoje geslo';
    223222$lang['Auto login'] = 'Samodejna prijava';
    224223$lang['remove this tag from the list'] = 'odstrani oznako s seznama';
     
    416415$lang['Go back to the album'] = 'Nazaj na album';
    417416$lang['Last Page'] = 'Zadnja stran';
     417$lang['Password is missing. Please enter the password.'] = 'Manjka geslo. Prosimo vpišite geslo.';
     418$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Manjka potrditev gesla. Prosimo potrdite izbrano geslo.';
    418419?>
Note: See TracChangeset for help on using the changeset viewer.