From 2de0f01dce5913dcca68c28376205f0a6d473b7c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Aug 2011 20:03:53 +0000 Subject: feature 2027 implemented: the "lost password" feature was rewritten. The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/ja_JP/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/ja_JP') diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index 2f1aea8ff..6080480d6 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -92,9 +92,6 @@ $lang['Links'] = 'リンク'; $lang['N/A'] = 'なし'; $lang['New on %s'] = '最新投稿 - %s'; $lang['New password confirmation does not correspond'] = '新しいパスワードの承認が合致しません。'; -$lang['New password sent by email'] = '新しいパスワードがメール送信しました。'; -$lang['No email address'] = 'メールアドレスがありません。'; -$lang['No classic user matches this email address'] = 'このメールアドレスに合致するユーザは存在しません。'; $lang['Notification'] = '通知'; $lang['Number of items'] = 'アイテム数'; $lang['Original dimensions'] = 'オリジナルサイズ'; @@ -115,7 +112,6 @@ $lang['Search rules'] = '検索ルール'; $lang['Search tags'] = '検索タグ'; $lang['Search'] = '検索'; $lang['display available tags'] = '利用可能なタグを表示する'; -$lang['Send new password'] = '新しいパスワードを送信する'; $lang['Since'] = 'Since'; $lang['Sort by'] = '並び替え'; $lang['Sort order'] = '並び順'; @@ -309,7 +305,6 @@ $lang['Admin: %s'] = '管理者: %s'; $lang['Registration of %s'] = '%s の登録'; $lang['Album: %s'] = 'カテゴリ: %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'デフォルトステータスの使用に関して、ユーザ「ゲスト」は正しくないステータスです。ウェブマスタにご連絡ください。'; -$lang['Administrator, webmaster and special user cannot use this method'] = '管理者、ウェブマスタおよび特別ユーザは、この方法を使用できません。'; $lang['this email address is already in use'] = 'このメールアドレスは、すでに他のユーザに使用されています。'; $lang['Album results for'] = 'カテゴリ検索結果:'; $lang['Tag results for'] = 'タグ検索結果:'; -- cgit v1.2.3