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

    r24408 r25121  
    273273$lang['this login is already used'] = 'цей лоґін вже використовується';
    274274$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'адреса електронної пошти повинна бути у вигляді xxx@yyy.eee (наприклад : jack@altern.org)';
    275 $lang['please enter your password again'] = 'будь ласка, введіть свій пароль ще раз';
    276275$lang['Auto login'] = 'Автолоґін';
    277276$lang['remove this tag from the list'] = 'видалити цей теґ зі списку';
     
    417416$lang['Go back to the album'] = 'Повернутися до альбому';
    418417$lang['Last Page'] = 'Остання сторінка';
     418$lang['Password is missing. Please enter the password.'] = 'Пароль відсутній. Будь ласка введіть пароль.';
     419$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Відсутнє підтвердження пароля. Будь ласка, підтвердіть вибраний пароль.';
    419420?>
Note: See TracChangeset for help on using the changeset viewer.