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

    r20876 r25121  
    249249$lang['this login is already used'] = 'ეს სახელი(ლოგინი) უკვე არსებობს';
    250250$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'ელ.ფოსტის მისამართი უნდა გამოიყურებოდეს ესე xxx@yyy.eee (მაგალითად: jack@altern.org)';
    251 $lang['please enter your password again'] = 'პაროლი კიდევ ერთხელ';
    252251$lang['Auto login'] = 'დამიმახსოვრე';
    253252$lang['remove this tag from the list'] = 'გადავაგდოთ ეს ტეგი სიიდან';
     
    419418$lang['xsmall'] = 'XS - ძალიან პატარა';
    420419$lang['xxlarge'] = 'XXL - უდიდესი';
     420$lang['Password is missing. Please enter the password.'] = 'პაროლი არა სწორია. გთხოვთ გაიმეოროთ.';
     421$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'პაროლის დადასტურება არ არის. გთხოვთ დაადასტურეთ არჩეული პაროლი.';
    421422?>
Note: See TracChangeset for help on using the changeset viewer.