[1.1.X] Fixed #13467 -- Corrected Japanese translation for password reset emails. Thanks to cdeyoung for the report.
Backport of r13084 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
bc9708735f
commit
c7fc8891b1
Binary file not shown.
|
@ -1282,7 +1282,7 @@ msgstr "メールアドレスの一致するユーザはいません。本当に
|
|||
#: contrib/auth/forms.py:135
|
||||
#, python-format
|
||||
msgid "Password reset on %s"
|
||||
msgstr "%s にパスワードをリセット"
|
||||
msgstr "%s のパスワードのリセット"
|
||||
|
||||
#: contrib/auth/forms.py:143
|
||||
msgid "New password"
|
||||
|
|
Loading…
Reference in New Issue