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

    r25055 r25121  
    243243$lang['this login is already used'] = 'このユーザIDは、すでに使用されています。';
    244244$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'メールアドレスは、xxx@yyy.eee のようなフォーマットを使用してください (例 : jack@altern.org)。';
    245 $lang['please enter your password again'] = 'あなたのパスワードを再度入力してください。';
    246245$lang['Auto login'] = '自動ログイン';
    247246$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.