aboutsummaryrefslogtreecommitdiffstats
path: root/language/ja_JP/common.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/ja_JP/common.lang.php
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff)
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
Diffstat (limited to 'language/ja_JP/common.lang.php')
-rw-r--r--language/ja_JP/common.lang.php5
1 files changed, 0 insertions, 5 deletions
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'] = 'タグ検索結果:';