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

    r23662 r25121  
    244244$lang['this login is already used'] = "ชื่อเข้าสู่ระบบนี้ถูกใช้ไปแล้ว";
    245245$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "ที่อยู่อีเมลจะต้องมีลักษณะ xxx@yyy.eee (ตัวอย่าง : jack@altern.org)";
    246 $lang['please enter your password again'] = "กรุณากรอกรหัสผ่านของคุณอีกครั้ง";
    247246$lang['Auto login'] = "เข้าสู่ระบบอัตโนมัติ";
    248247$lang['remove this tag from the list'] = "ลบแท็กนี้จากรายการ";
     
    418417$lang['Go back to the album'] = 'กลับไปยังอัลบั้ม';
    419418$lang['Last Page'] = 'หน้าสุดท้าย';
     419$lang['Password is missing. Please enter the password.'] = "คุณยังไม่ได้กำหนดรหัสผ่าน. กรุณากรอรหัสผ่าน.";
     420$lang['Password confirmation is missing. Please confirm the chosen password.'] = "คุณยังไม่ได้ยืนยันรหัสผ่าน. กรุณายืนยันรหัสผ่านเดิมอีกครั้ง.";
    420421?>
Note: See TracChangeset for help on using the changeset viewer.